|
|
|
| 1 | 2026-02-27T02:03:09.156Z | job assigned to worker 01KJEDA52KCEBA45WMV32F6SY4 [factory aws, i-0afa3ae43e95b9bfa] (queued for 50 s) |
| |
| 2 | 2026-02-27T02:03:16.812Z | starting task 0: "setup" |
| 3 | 2026-02-27T02:03:16.817Z | ++ uname -s |
| 4 | 2026-02-27T02:03:16.820Z | + kern=SunOS |
| 5 | 2026-02-27T02:03:16.820Z | + build_user=build |
| 6 | 2026-02-27T02:03:16.820Z | + build_uid=12345 |
| 7 | 2026-02-27T02:03:16.820Z | + work_dir=/work |
| 8 | 2026-02-27T02:03:16.820Z | + input_dir=/input |
| 9 | 2026-02-27T02:03:16.820Z | + [[ 0 == 12345 ]] |
| 10 | 2026-02-27T02:03:16.820Z | + case "$kern" in |
| 11 | 2026-02-27T02:03:16.820Z | + groupadd -g 12345 build |
| 12 | 2026-02-27T02:03:16.823Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-02-27T02:03:18.829Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-02-27T02:03:19.011Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-02-27T02:03:19.015Z | + home_fs=zfs |
| 16 | 2026-02-27T02:03:19.015Z | + [[ zfs == autofs ]] |
| 17 | 2026-02-27T02:03:19.015Z | + mkdir -p /home/build |
| 18 | 2026-02-27T02:03:19.022Z | + chown build:build /home/build /work |
| 19 | 2026-02-27T02:03:20.018Z | + chmod 0700 /home/build /work |
| 20 | 2026-02-27T02:03:20.021Z | process exited: duration 3210 ms, exit code 0 |
| |
| 21 | 2026-02-27T02:03:20.027Z | starting task 1: "rust-toolchain" |
| 22 | 2026-02-27T02:03:20.033Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-02-27T02:03:20.033Z | * rust toolchain channel = "1.91.1" |
| 24 | 2026-02-27T02:03:20.033Z | * rust toolchain profile = "default" |
| 25 | 2026-02-27T02:03:20.033Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-02-27T02:03:20.033Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-02-27T02:03:20.033Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-02-27T02:03:20.036Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-02-27T02:03:20.036Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-02-27T02:03:20.176Z | info: downloading installer |
| 31 | 2026-02-27T02:03:22.118Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-02-27T02:03:22.118Z | warn: /opt/ooce/bin |
| 33 | 2026-02-27T02:03:22.118Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-02-27T02:03:22.119Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-02-27T02:03:22.119Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-02-27T02:03:22.119Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-02-27T02:03:22.119Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-02-27T02:03:22.119Z | error: cannot install while Rust is installed |
| 39 | 2026-02-27T02:03:22.119Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-02-27T02:03:22.150Z | info: profile set to 'default' |
| 41 | 2026-02-27T02:03:22.150Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-02-27T02:03:22.153Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-02-27T02:03:22.349Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-02-27T02:03:22.349Z | info: downloading component 'cargo' |
| 45 | 2026-02-27T02:03:23.524Z | info: downloading component 'clippy' |
| 46 | 2026-02-27T02:03:23.986Z | info: downloading component 'rust-docs' |
| 47 | 2026-02-27T02:03:25.746Z | info: downloading component 'rust-std' |
| 48 | 2026-02-27T02:03:27.554Z | info: downloading component 'rustc' |
| 49 | 2026-02-27T02:03:35.174Z | info: downloading component 'rustfmt' |
| 50 | 2026-02-27T02:03:35.507Z | info: installing component 'cargo' |
| 51 | 2026-02-27T02:03:36.445Z | info: installing component 'clippy' |
| 52 | 2026-02-27T02:03:36.851Z | info: installing component 'rust-docs' |
| 53 | 2026-02-27T02:03:38.820Z | info: installing component 'rust-std' |
| 54 | 2026-02-27T02:03:40.644Z | info: installing component 'rustc' |
| 55 | 2026-02-27T02:03:47.564Z | info: installing component 'rustfmt' |
| 56 | 2026-02-27T02:03:47.919Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-02-27T02:03:47.919Z | |
| 58 | 2026-02-27T02:03:48.415Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-02-27T02:03:48.415Z | |
| 60 | 2026-02-27T02:03:48.418Z | |
| 61 | 2026-02-27T02:03:48.418Z | Rust is installed now. Great! |
| 62 | 2026-02-27T02:03:48.418Z | |
| 63 | 2026-02-27T02:03:48.418Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-02-27T02:03:48.418Z | environment variable. This has not been done automatically. |
| 65 | 2026-02-27T02:03:48.418Z | |
| 66 | 2026-02-27T02:03:48.418Z | To configure your current shell, you need to source |
| 67 | 2026-02-27T02:03:48.418Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-02-27T02:03:48.418Z | |
| 69 | 2026-02-27T02:03:48.418Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-02-27T02:03:48.418Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-02-27T02:03:48.418Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-02-27T02:03:48.418Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-02-27T02:03:48.522Z | + rustup --version |
| 74 | 2026-02-27T02:03:48.534Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-02-27T02:03:48.538Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-02-27T02:03:48.627Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-02-27T02:03:48.632Z | + cargo --version |
| 78 | 2026-02-27T02:03:48.712Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-02-27T02:03:48.715Z | + rustc --version |
| 80 | 2026-02-27T02:03:48.800Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-02-27T02:03:48.805Z | process exited: duration 28774 ms, exit code 0 |
| |
| 82 | 2026-02-27T02:03:48.811Z | starting task 2: "authentication" |
| 83 | 2026-02-27T02:03:48.835Z | process exited: duration 23 ms, exit code 0 |
| |
| 84 | 2026-02-27T02:03:48.841Z | starting task 3: "clone repository" |
| 85 | 2026-02-27T02:03:48.847Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-02-27T02:03:48.850Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-02-27T02:03:48.882Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-02-27T02:04:45.912Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-02-27T02:04:45.912Z | + git fetch origin 0c68818c355c7ac10a6f294956c525726c53275e |
| 90 | 2026-02-27T02:04:46.646Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-02-27T02:04:46.646Z | * branch 0c68818c355c7ac10a6f294956c525726c53275e -> FETCH_HEAD |
| 92 | 2026-02-27T02:04:46.659Z | + [[ -n sunshowers/spr/meta-use-oxide-update-engine-from-cratesio ]] |
| 93 | 2026-02-27T02:04:46.662Z | ++ git branch --show-current |
| 94 | 2026-02-27T02:04:46.666Z | + current=main |
| 95 | 2026-02-27T02:04:46.666Z | + [[ main != sunshowers/spr/meta-use-oxide-update-engine-from-cratesio ]] |
| 96 | 2026-02-27T02:04:46.666Z | + git branch -f sunshowers/spr/meta-use-oxide-update-engine-from-cratesio 0c68818c355c7ac10a6f294956c525726c53275e |
| 97 | 2026-02-27T02:04:46.669Z | + git checkout -f sunshowers/spr/meta-use-oxide-update-engine-from-cratesio |
| 98 | 2026-02-27T02:04:46.690Z | Switched to branch 'sunshowers/spr/meta-use-oxide-update-engine-from-cratesio' |
| 99 | 2026-02-27T02:04:46.693Z | + git reset --hard 0c68818c355c7ac10a6f294956c525726c53275e |
| 100 | 2026-02-27T02:04:46.723Z | HEAD is now at 0c68818c3 remove patches |
| 101 | 2026-02-27T02:04:46.726Z | process exited: duration 57878 ms, exit code 0 |
| |
| 102 | 2026-02-27T02:04:46.732Z | starting task 4: "build" |
| 103 | 2026-02-27T02:04:46.738Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-02-27T02:04:46.741Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-02-27T02:04:46.741Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-02-27T02:04:46.741Z | + cargo --version |
| 107 | 2026-02-27T02:04:46.804Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-02-27T02:04:46.807Z | + rustc --version |
| 109 | 2026-02-27T02:04:46.887Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-02-27T02:04:46.890Z | + cargo tree --locked |
| 111 | 2026-02-27T02:04:47.195Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 112 | 2026-02-27T02:04:47.800Z | Updating crates.io index |
| 113 | 2026-02-27T02:04:47.803Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 114 | 2026-02-27T02:04:48.431Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 115 | 2026-02-27T02:04:49.840Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 116 | 2026-02-27T02:04:50.382Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 117 | 2026-02-27T02:04:51.175Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 118 | 2026-02-27T02:04:55.772Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 119 | 2026-02-27T02:05:01.412Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 120 | 2026-02-27T02:05:04.787Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 121 | 2026-02-27T02:05:05.697Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 122 | 2026-02-27T02:05:08.773Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 123 | 2026-02-27T02:05:10.277Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 124 | 2026-02-27T02:05:12.714Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 125 | 2026-02-27T02:05:13.584Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 126 | 2026-02-27T02:05:14.591Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 127 | 2026-02-27T02:05:15.230Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 128 | 2026-02-27T02:05:17.089Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 129 | 2026-02-27T02:05:18.295Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 130 | 2026-02-27T02:05:18.823Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 131 | 2026-02-27T02:05:19.496Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 132 | 2026-02-27T02:05:20.661Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 133 | 2026-02-27T02:05:21.316Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 134 | 2026-02-27T02:05:21.872Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 135 | 2026-02-27T02:05:22.490Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 136 | 2026-02-27T02:05:23.304Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 137 | 2026-02-27T02:05:24.357Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 138 | 2026-02-27T02:05:25.399Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 139 | 2026-02-27T02:05:26.127Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 140 | 2026-02-27T02:05:26.935Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 141 | 2026-02-27T02:05:27.520Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 142 | 2026-02-27T02:05:29.674Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 143 | 2026-02-27T02:05:30.582Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 144 | 2026-02-27T02:05:31.216Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 145 | 2026-02-27T02:05:31.981Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 146 | 2026-02-27T02:05:32.633Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 147 | 2026-02-27T02:05:33.589Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 148 | 2026-02-27T02:05:34.102Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 149 | 2026-02-27T02:05:34.772Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 150 | 2026-02-27T02:05:35.336Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 151 | 2026-02-27T02:05:36.110Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 152 | 2026-02-27T02:06:17.425Z | Downloading crates ... |
| 153 | 2026-02-27T02:06:17.539Z | Downloaded addr2line v0.24.2 |
| 154 | 2026-02-27T02:06:17.546Z | Downloaded async-object-pool v0.1.5 |
| 155 | 2026-02-27T02:06:17.551Z | Downloaded ascii-canvas v3.0.0 |
| 156 | 2026-02-27T02:06:17.556Z | Downloaded atty v0.2.14 |
| 157 | 2026-02-27T02:06:17.561Z | Downloaded array-init v0.0.4 |
| 158 | 2026-02-27T02:06:17.567Z | Downloaded crucible-workspace-hack v0.1.0 |
| 159 | 2026-02-27T02:06:17.571Z | Downloaded clap_lex v0.7.4 |
| 160 | 2026-02-27T02:06:17.577Z | Downloaded dirs-next v2.0.0 |
| 161 | 2026-02-27T02:06:17.582Z | Downloaded convert_case v0.7.1 |
| 162 | 2026-02-27T02:06:17.588Z | Downloaded der_derive v0.7.3 |
| 163 | 2026-02-27T02:06:17.594Z | Downloaded crossbeam-deque v0.8.5 |
| 164 | 2026-02-27T02:06:17.599Z | Downloaded convert_case v0.4.0 |
| 165 | 2026-02-27T02:06:17.604Z | Downloaded cfg_aliases v0.2.1 |
| 166 | 2026-02-27T02:06:17.609Z | Downloaded adler2 v2.0.0 |
| 167 | 2026-02-27T02:06:17.616Z | Downloaded colored v3.0.0 |
| 168 | 2026-02-27T02:06:17.624Z | Downloaded corncobs v0.1.4 |
| 169 | 2026-02-27T02:06:17.631Z | Downloaded darling_core v0.21.0 |
| 170 | 2026-02-27T02:06:17.641Z | Downloaded display-error-chain v0.2.2 |
| 171 | 2026-02-27T02:06:17.646Z | Downloaded crc v3.2.1 |
| 172 | 2026-02-27T02:06:17.654Z | Downloaded const-oid v0.9.6 |
| 173 | 2026-02-27T02:06:17.660Z | Downloaded debug-ignore v1.0.5 |
| 174 | 2026-02-27T02:06:17.666Z | Downloaded dsl_auto_type v0.1.2 |
| 175 | 2026-02-27T02:06:17.671Z | Downloaded dunce v1.0.5 |
| 176 | 2026-02-27T02:06:17.675Z | Downloaded endian-type v0.1.2 |
| 177 | 2026-02-27T02:06:17.679Z | Downloaded cookie_store v0.22.1 |
| 178 | 2026-02-27T02:06:17.685Z | Downloaded diesel_derives v2.2.3 |
| 179 | 2026-02-27T02:06:17.692Z | Downloaded escape8259 v0.5.3 |
| 180 | 2026-02-27T02:06:17.697Z | Downloaded event-listener v2.5.3 |
| 181 | 2026-02-27T02:06:17.702Z | Downloaded fd-lock v4.0.2 |
| 182 | 2026-02-27T02:06:17.708Z | Downloaded float-ord v0.3.2 |
| 183 | 2026-02-27T02:06:17.712Z | Downloaded defmt-macros v0.3.9 |
| 184 | 2026-02-27T02:06:17.719Z | Downloaded foreign-types-shared v0.1.1 |
| 185 | 2026-02-27T02:06:17.724Z | Downloaded foreign-types-shared v0.3.1 |
| 186 | 2026-02-27T02:06:17.728Z | Downloaded form_urlencoded v1.2.2 |
| 187 | 2026-02-27T02:06:17.733Z | Downloaded either v1.15.0 |
| 188 | 2026-02-27T02:06:17.738Z | Downloaded futures-sink v0.3.31 |
| 189 | 2026-02-27T02:06:17.743Z | Downloaded displaydoc v0.2.5 |
| 190 | 2026-02-27T02:06:17.749Z | Downloaded futures-core v0.3.32 |
| 191 | 2026-02-27T02:06:17.753Z | Downloaded ena v0.14.3 |
| 192 | 2026-02-27T02:06:17.759Z | Downloaded gethostname v0.5.0 |
| 193 | 2026-02-27T02:06:17.763Z | Downloaded fixedbitset v0.4.2 |
| 194 | 2026-02-27T02:06:17.768Z | Downloaded ghash v0.5.1 |
| 195 | 2026-02-27T02:06:17.771Z | Downloaded hash32 v0.2.1 |
| 196 | 2026-02-27T02:06:17.776Z | Downloaded hash32 v0.3.1 |
| 197 | 2026-02-27T02:06:17.780Z | Downloaded headers-core v0.3.0 |
| 198 | 2026-02-27T02:06:17.784Z | Downloaded heck v0.4.1 |
| 199 | 2026-02-27T02:06:17.789Z | Downloaded hex v0.4.3 |
| 200 | 2026-02-27T02:06:17.794Z | Downloaded fs-err v2.11.0 |
| 201 | 2026-02-27T02:06:17.799Z | Downloaded futures-io v0.3.31 |
| 202 | 2026-02-27T02:06:17.803Z | Downloaded hostname v0.4.2 |
| 203 | 2026-02-27T02:06:17.808Z | Downloaded httpdate v1.0.3 |
| 204 | 2026-02-27T02:06:17.812Z | Downloaded http-range v0.1.5 |
| 205 | 2026-02-27T02:06:17.816Z | Downloaded home v0.5.9 |
| 206 | 2026-02-27T02:06:17.819Z | Downloaded http-body v1.0.1 |
| 207 | 2026-02-27T02:06:17.825Z | Downloaded hubpack_derive v0.1.1 |
| 208 | 2026-02-27T02:06:17.828Z | Downloaded hubpack v0.1.2 |
| 209 | 2026-02-27T02:06:17.831Z | Downloaded derive_builder v0.20.2 |
| 210 | 2026-02-27T02:06:17.838Z | Downloaded idna_adapter v1.2.0 |
| 211 | 2026-02-27T02:06:17.842Z | Downloaded fs_extra v1.3.0 |
| 212 | 2026-02-27T02:06:17.846Z | Downloaded blake2b_simd v1.0.2 |
| 213 | 2026-02-27T02:06:17.850Z | Downloaded is_ci v1.2.0 |
| 214 | 2026-02-27T02:06:17.855Z | Downloaded inout v0.1.3 |
| 215 | 2026-02-27T02:06:17.859Z | Downloaded is-terminal v0.4.13 |
| 216 | 2026-02-27T02:06:17.863Z | Downloaded itoa v1.0.11 |
| 217 | 2026-02-27T02:06:17.867Z | Downloaded instability v0.3.2 |
| 218 | 2026-02-27T02:06:17.872Z | Downloaded kstat-rs v0.2.4 |
| 219 | 2026-02-27T02:06:17.876Z | Downloaded is_terminal_polyfill v1.70.1 |
| 220 | 2026-02-27T02:06:17.882Z | Downloaded lazy_static v1.5.0 |
| 221 | 2026-02-27T02:06:17.885Z | Downloaded internet-checksum v0.2.1 |
| 222 | 2026-02-27T02:06:17.889Z | Downloaded httptest v0.16.3 |
| 223 | 2026-02-27T02:06:17.894Z | Downloaded libsw-core v0.3.1 |
| 224 | 2026-02-27T02:06:17.899Z | Downloaded icu_locid_transform v1.5.0 |
| 225 | 2026-02-27T02:06:17.904Z | Downloaded derive_more-impl v2.0.1 |
| 226 | 2026-02-27T02:06:17.912Z | Downloaded maplit v1.0.2 |
| 227 | 2026-02-27T02:06:17.917Z | Downloaded memoffset v0.9.1 |
| 228 | 2026-02-27T02:06:17.921Z | Downloaded base64 v0.22.1 |
| 229 | 2026-02-27T02:06:17.927Z | Downloaded indoc v2.0.6 |
| 230 | 2026-02-27T02:06:17.932Z | Downloaded kv-log-macro v1.0.7 |
| 231 | 2026-02-27T02:06:17.937Z | Downloaded md5 v0.7.0 |
| 232 | 2026-02-27T02:06:17.940Z | Downloaded multimap v0.10.1 |
| 233 | 2026-02-27T02:06:17.944Z | Downloaded new_debug_unreachable v1.0.6 |
| 234 | 2026-02-27T02:06:17.948Z | Downloaded mime v0.3.17 |
| 235 | 2026-02-27T02:06:17.951Z | Downloaded nodrop v0.1.14 |
| 236 | 2026-02-27T02:06:17.955Z | Downloaded num v0.4.3 |
| 237 | 2026-02-27T02:06:17.958Z | Downloaded normalize-line-endings v0.3.0 |
| 238 | 2026-02-27T02:06:17.962Z | Downloaded libz-rs-sys v0.5.1 |
| 239 | 2026-02-27T02:06:17.965Z | Downloaded libsw v3.5.0 |
| 240 | 2026-02-27T02:06:17.969Z | Downloaded iana-time-zone v0.1.63 |
| 241 | 2026-02-27T02:06:17.974Z | Downloaded num-derive v0.4.2 |
| 242 | 2026-02-27T02:06:17.979Z | Downloaded num_threads v0.1.7 |
| 243 | 2026-02-27T02:06:17.982Z | Downloaded num_enum_derive v0.5.11 |
| 244 | 2026-02-27T02:06:17.985Z | Downloaded nonempty v0.12.0 |
| 245 | 2026-02-27T02:06:17.990Z | Downloaded backtrace v0.3.74 |
| 246 | 2026-02-27T02:06:17.997Z | Downloaded nibble_vec v0.1.0 |
| 247 | 2026-02-27T02:06:18.000Z | Downloaded newline-converter v0.3.0 |
| 248 | 2026-02-27T02:06:18.003Z | Downloaded olpc-cjson v0.1.4 |
| 249 | 2026-02-27T02:06:18.007Z | Downloaded num-iter v0.1.45 |
| 250 | 2026-02-27T02:06:18.010Z | Downloaded ingot-types v0.1.2 |
| 251 | 2026-02-27T02:06:18.013Z | Downloaded openssl-probe v0.1.5 |
| 252 | 2026-02-27T02:06:18.016Z | Downloaded number_prefix v0.4.0 |
| 253 | 2026-02-27T02:06:18.019Z | Downloaded aes-gcm v0.10.3 |
| 254 | 2026-02-27T02:06:18.024Z | Downloaded packed_struct_codegen v0.10.1 |
| 255 | 2026-02-27T02:06:18.028Z | Downloaded ordered-float v2.10.1 |
| 256 | 2026-02-27T02:06:18.031Z | Downloaded parking v2.2.1 |
| 257 | 2026-02-27T02:06:18.034Z | Downloaded half v2.4.1 |
| 258 | 2026-02-27T02:06:18.039Z | Downloaded oso-derive v0.27.3 |
| 259 | 2026-02-27T02:06:18.042Z | Downloaded flate2 v1.1.2 |
| 260 | 2026-02-27T02:06:18.048Z | Downloaded ignore v0.4.23 |
| 261 | 2026-02-27T02:06:18.061Z | Downloaded num_enum v0.5.11 |
| 262 | 2026-02-27T02:06:18.074Z | Downloaded pathdiff v0.2.3 |
| 263 | 2026-02-27T02:06:18.079Z | Downloaded percent-encoding v2.3.2 |
| 264 | 2026-02-27T02:06:18.082Z | Downloaded pbkdf2 v0.12.2 |
| 265 | 2026-02-27T02:06:18.086Z | Downloaded pbkdf2 v0.11.0 |
| 266 | 2026-02-27T02:06:18.091Z | Downloaded peg-runtime v0.8.5 |
| 267 | 2026-02-27T02:06:18.094Z | Downloaded plotters-svg v0.3.7 |
| 268 | 2026-02-27T02:06:18.097Z | Downloaded pin-utils v0.1.0 |
| 269 | 2026-02-27T02:06:18.101Z | Downloaded phf_shared v0.11.2 |
| 270 | 2026-02-27T02:06:18.104Z | Downloaded oxide-update-engine v0.1.0 |
| 271 | 2026-02-27T02:06:18.107Z | Downloaded plotters-backend v0.3.7 |
| 272 | 2026-02-27T02:06:18.110Z | Downloaded plain v0.2.3 |
| 273 | 2026-02-27T02:06:18.115Z | Downloaded piper v0.2.4 |
| 274 | 2026-02-27T02:06:18.118Z | Downloaded packed_struct v0.10.1 |
| 275 | 2026-02-27T02:06:18.121Z | Downloaded parse-display v0.10.0 |
| 276 | 2026-02-27T02:06:18.124Z | Downloaded num-integer v0.1.46 |
| 277 | 2026-02-27T02:06:18.128Z | Downloaded proc-macro-crate v3.2.0 |
| 278 | 2026-02-27T02:06:18.131Z | Downloaded password-hash v0.5.0 |
| 279 | 2026-02-27T02:06:18.135Z | Downloaded powerfmt v0.2.0 |
| 280 | 2026-02-27T02:06:18.138Z | Downloaded predicates-tree v1.0.12 |
| 281 | 2026-02-27T02:06:18.141Z | Downloaded peg v0.8.5 |
| 282 | 2026-02-27T02:06:18.148Z | Downloaded peg-macros v0.8.5 |
| 283 | 2026-02-27T02:06:18.153Z | Downloaded proc-macro-crate v1.3.1 |
| 284 | 2026-02-27T02:06:18.157Z | Downloaded pin-project-lite v0.2.14 |
| 285 | 2026-02-27T02:06:18.162Z | Downloaded progenitor-macro v0.13.0 |
| 286 | 2026-02-27T02:06:18.166Z | Downloaded pkg-config v0.3.31 |
| 287 | 2026-02-27T02:06:18.169Z | Downloaded progenitor-client v0.8.0 |
| 288 | 2026-02-27T02:06:18.172Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 289 | 2026-02-27T02:06:18.176Z | Downloaded progenitor-client v0.10.0 |
| 290 | 2026-02-27T02:06:18.182Z | Downloaded quick-error v1.2.3 |
| 291 | 2026-02-27T02:06:18.182Z | Downloaded pkcs8 v0.10.2 |
| 292 | 2026-02-27T02:06:18.185Z | Downloaded parking_lot v0.11.2 |
| 293 | 2026-02-27T02:06:18.188Z | Downloaded num-traits v0.2.19 |
| 294 | 2026-02-27T02:06:18.191Z | Downloaded progenitor-macro v0.11.2 |
| 295 | 2026-02-27T02:06:18.196Z | Downloaded polyval v0.6.2 |
| 296 | 2026-02-27T02:06:18.199Z | Downloaded crossterm v0.28.1 |
| 297 | 2026-02-27T02:06:18.207Z | Downloaded psl-types v2.0.11 |
| 298 | 2026-02-27T02:06:18.210Z | Downloaded pest_derive v2.8.2 |
| 299 | 2026-02-27T02:06:18.214Z | Downloaded progenitor-extras v0.1.0 |
| 300 | 2026-02-27T02:06:18.217Z | Downloaded rand_chacha v0.3.1 |
| 301 | 2026-02-27T02:06:18.220Z | Downloaded recursive v0.1.1 |
| 302 | 2026-02-27T02:06:18.224Z | Downloaded ref-cast-impl v1.0.25 |
| 303 | 2026-02-27T02:06:18.230Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 304 | 2026-02-27T02:06:18.233Z | Downloaded progenitor v0.10.0 |
| 305 | 2026-02-27T02:06:18.233Z | Downloaded radium v0.7.0 |
| 306 | 2026-02-27T02:06:18.236Z | Downloaded rfc6979 v0.4.0 |
| 307 | 2026-02-27T02:06:18.239Z | Downloaded proc-macro-error2 v2.0.1 |
| 308 | 2026-02-27T02:06:18.243Z | Downloaded progenitor v0.13.0 |
| 309 | 2026-02-27T02:06:18.246Z | Downloaded ref-cast v1.0.25 |
| 310 | 2026-02-27T02:06:18.252Z | Downloaded quote v1.0.44 |
| 311 | 2026-02-27T02:06:18.256Z | Downloaded quinn-udp v0.5.5 |
| 312 | 2026-02-27T02:06:18.259Z | Downloaded poly1305 v0.8.0 |
| 313 | 2026-02-27T02:06:18.263Z | Downloaded hashbrown v0.12.3 |
| 314 | 2026-02-27T02:06:18.269Z | Downloaded rustc_version v0.4.1 |
| 315 | 2026-02-27T02:06:18.272Z | Downloaded rustc-hash v2.1.1 |
| 316 | 2026-02-27T02:06:18.275Z | Downloaded r2d2 v0.8.10 |
| 317 | 2026-02-27T02:06:18.278Z | Downloaded rand_chacha v0.9.0 |
| 318 | 2026-02-27T02:06:18.281Z | Downloaded rustc_version v0.1.7 |
| 319 | 2026-02-27T02:06:18.284Z | Downloaded hyper-util v0.1.19 |
| 320 | 2026-02-27T02:06:18.291Z | Downloaded russh-cryptovec v0.7.3 |
| 321 | 2026-02-27T02:06:18.294Z | Downloaded pkcs5 v0.7.1 |
| 322 | 2026-02-27T02:06:18.299Z | Downloaded salsa20 v0.10.2 |
| 323 | 2026-02-27T02:06:18.303Z | Downloaded crossterm v0.29.0 |
| 324 | 2026-02-27T02:06:18.310Z | Downloaded relative-path v1.9.3 |
| 325 | 2026-02-27T02:06:18.313Z | Downloaded parking_lot v0.12.3 |
| 326 | 2026-02-27T02:06:18.316Z | Downloaded sapling-renderdag v0.1.0 |
| 327 | 2026-02-27T02:06:18.319Z | Downloaded postgres-types v0.2.9 |
| 328 | 2026-02-27T02:06:18.323Z | Downloaded scheduled-thread-pool v0.2.7 |
| 329 | 2026-02-27T02:06:18.326Z | Downloaded same-file v1.0.6 |
| 330 | 2026-02-27T02:06:18.329Z | Downloaded itertools v0.10.5 |
| 331 | 2026-02-27T02:06:18.337Z | Downloaded rustc-demangle v0.1.24 |
| 332 | 2026-02-27T02:06:18.341Z | Downloaded rust-argon2 v2.1.0 |
| 333 | 2026-02-27T02:06:18.345Z | Downloaded seq-macro v0.3.6 |
| 334 | 2026-02-27T02:06:18.348Z | Downloaded scrypt v0.11.0 |
| 335 | 2026-02-27T02:06:18.351Z | Downloaded pin-project v1.1.6 |
| 336 | 2026-02-27T02:06:18.364Z | Downloaded serde_bytes v0.11.19 |
| 337 | 2026-02-27T02:06:18.368Z | Downloaded serde-big-array v0.5.1 |
| 338 | 2026-02-27T02:06:18.371Z | Downloaded rusty-fork v0.3.0 |
| 339 | 2026-02-27T02:06:18.375Z | Downloaded serde_spanned v1.0.4 |
| 340 | 2026-02-27T02:06:18.378Z | Downloaded serde_spanned v0.6.9 |
| 341 | 2026-02-27T02:06:18.381Z | Downloaded serde_urlencoded v0.7.1 |
| 342 | 2026-02-27T02:06:18.384Z | Downloaded openssl-sys v0.9.109 |
| 343 | 2026-02-27T02:06:18.391Z | Downloaded serde_repr v0.1.19 |
| 344 | 2026-02-27T02:06:18.395Z | Downloaded shell-words v1.1.0 |
| 345 | 2026-02-27T02:06:18.397Z | Downloaded siphasher v0.3.11 |
| 346 | 2026-02-27T02:06:18.400Z | Downloaded sha1 v0.10.6 |
| 347 | 2026-02-27T02:06:18.403Z | Downloaded num-bigint v0.4.6 |
| 348 | 2026-02-27T02:06:18.408Z | Downloaded scroll v0.13.0 |
| 349 | 2026-02-27T02:06:18.411Z | Downloaded papergrid v0.17.0 |
| 350 | 2026-02-27T02:06:18.418Z | Downloaded simd-adler32 v0.3.7 |
| 351 | 2026-02-27T02:06:18.421Z | Downloaded signal-hook-mio v0.2.4 |
| 352 | 2026-02-27T02:06:18.424Z | Downloaded rustls-pki-types v1.14.0 |
| 353 | 2026-02-27T02:06:18.428Z | Downloaded semver v1.0.27 |
| 354 | 2026-02-27T02:06:18.432Z | Downloaded siphasher v1.0.1 |
| 355 | 2026-02-27T02:06:18.435Z | Downloaded slog-bunyan v2.5.0 |
| 356 | 2026-02-27T02:06:18.438Z | Downloaded similar-asserts v1.7.0 |
| 357 | 2026-02-27T02:06:18.441Z | Downloaded ryu v1.0.18 |
| 358 | 2026-02-27T02:06:18.444Z | Downloaded serde_path_to_error v0.1.20 |
| 359 | 2026-02-27T02:06:18.448Z | Downloaded progenitor-impl v0.10.0 |
| 360 | 2026-02-27T02:06:18.451Z | Downloaded serde_derive_internals v0.29.1 |
| 361 | 2026-02-27T02:06:18.454Z | Downloaded nom v7.1.3 |
| 362 | 2026-02-27T02:06:18.461Z | Downloaded smawk v0.3.2 |
| 363 | 2026-02-27T02:06:18.464Z | Downloaded sha2 v0.10.9 |
| 364 | 2026-02-27T02:06:18.468Z | Downloaded ssh-encoding v0.2.0 |
| 365 | 2026-02-27T02:06:18.471Z | Downloaded signal-hook-registry v1.4.2 |
| 366 | 2026-02-27T02:06:18.474Z | Downloaded ron v0.7.1 |
| 367 | 2026-02-27T02:06:18.480Z | Downloaded shlex v1.3.0 |
| 368 | 2026-02-27T02:06:18.483Z | Downloaded idna v1.0.3 |
| 369 | 2026-02-27T02:06:18.487Z | Downloaded ssh-cipher v0.2.0 |
| 370 | 2026-02-27T02:06:18.491Z | Downloaded structmeta v0.3.0 |
| 371 | 2026-02-27T02:06:18.494Z | Downloaded sqlparser_derive v0.5.0 |
| 372 | 2026-02-27T02:06:18.494Z | Downloaded strip-ansi-escapes v0.2.0 |
| 373 | 2026-02-27T02:06:18.498Z | Downloaded strsim v0.11.1 |
| 374 | 2026-02-27T02:06:18.501Z | Downloaded structmeta-derive v0.3.0 |
| 375 | 2026-02-27T02:06:18.501Z | Downloaded slab v0.4.9 |
| 376 | 2026-02-27T02:06:18.505Z | Downloaded slog-async v2.8.0 |
| 377 | 2026-02-27T02:06:18.509Z | Downloaded rcgen v0.12.1 |
| 378 | 2026-02-27T02:06:18.512Z | Downloaded smallvec v0.6.14 |
| 379 | 2026-02-27T02:06:18.512Z | Downloaded slog-stdlog v4.1.1 |
| 380 | 2026-02-27T02:06:18.515Z | Downloaded slog-json v2.6.1 |
| 381 | 2026-02-27T02:06:18.518Z | Downloaded supports-unicode v2.1.0 |
| 382 | 2026-02-27T02:06:18.521Z | Downloaded sync_wrapper v1.0.1 |
| 383 | 2026-02-27T02:06:18.524Z | Downloaded subtle v2.6.1 |
| 384 | 2026-02-27T02:06:18.524Z | Downloaded slog-term v2.9.2 |
| 385 | 2026-02-27T02:06:18.527Z | Downloaded tabled_derive v0.10.0 |
| 386 | 2026-02-27T02:06:18.530Z | Downloaded itertools v0.12.1 |
| 387 | 2026-02-27T02:06:18.538Z | Downloaded serde_tokenstream v0.2.3 |
| 388 | 2026-02-27T02:06:18.541Z | Downloaded take_mut v0.2.2 |
| 389 | 2026-02-27T02:06:18.544Z | Downloaded tagptr v0.2.0 |
| 390 | 2026-02-27T02:06:18.547Z | Downloaded sync-ptr v0.1.4 |
| 391 | 2026-02-27T02:06:18.547Z | Downloaded stable_deref_trait v1.2.0 |
| 392 | 2026-02-27T02:06:18.551Z | Downloaded rstest_macros v0.25.0 |
| 393 | 2026-02-27T02:06:18.553Z | Downloaded stringprep v0.1.5 |
| 394 | 2026-02-27T02:06:18.556Z | Downloaded tabled_derive v0.11.0 |
| 395 | 2026-02-27T02:06:18.559Z | Downloaded qorb v0.4.1 |
| 396 | 2026-02-27T02:06:18.566Z | Downloaded target-triple v0.1.3 |
| 397 | 2026-02-27T02:06:18.570Z | Downloaded goblin v0.8.2 |
| 398 | 2026-02-27T02:06:18.572Z | Downloaded strum v0.26.3 |
| 399 | 2026-02-27T02:06:18.575Z | Downloaded testing_table v0.3.0 |
| 400 | 2026-02-27T02:06:18.579Z | Downloaded terminal_size v0.4.0 |
| 401 | 2026-02-27T02:06:18.583Z | Downloaded strum_macros v0.24.3 |
| 402 | 2026-02-27T02:06:18.583Z | Downloaded publicsuffix v2.3.0 |
| 403 | 2026-02-27T02:06:18.586Z | Downloaded support-bundle-viewer v0.1.2 |
| 404 | 2026-02-27T02:06:18.589Z | Downloaded strum_macros v0.27.2 |
| 405 | 2026-02-27T02:06:18.593Z | Downloaded strum_macros v0.26.4 |
| 406 | 2026-02-27T02:06:18.597Z | Downloaded thread_local v1.1.8 |
| 407 | 2026-02-27T02:06:18.601Z | Downloaded smallvec v1.15.1 |
| 408 | 2026-02-27T02:06:18.604Z | Downloaded rsa v0.9.8 |
| 409 | 2026-02-27T02:06:18.615Z | Downloaded synstructure v0.13.1 |
| 410 | 2026-02-27T02:06:18.615Z | Downloaded schemars v0.9.0 |
| 411 | 2026-02-27T02:06:18.623Z | Downloaded tinyvec_macros v0.1.1 |
| 412 | 2026-02-27T02:06:18.626Z | Downloaded termcolor v1.4.1 |
| 413 | 2026-02-27T02:06:18.629Z | Downloaded rustls-webpki v0.103.9 |
| 414 | 2026-02-27T02:06:18.632Z | Downloaded termios v0.3.3 |
| 415 | 2026-02-27T02:06:18.635Z | Downloaded bindgen v0.71.1 |
| 416 | 2026-02-27T02:06:18.640Z | Downloaded slog v2.8.2 |
| 417 | 2026-02-27T02:06:18.644Z | Downloaded aws-lc-rs v1.16.0 |
| 418 | 2026-02-27T02:06:18.654Z | Downloaded try-lock v0.2.5 |
| 419 | 2026-02-27T02:06:18.657Z | Downloaded pest v2.8.2 |
| 420 | 2026-02-27T02:06:18.660Z | Downloaded schemars v1.0.4 |
| 421 | 2026-02-27T02:06:18.674Z | Downloaded typify-macro v0.4.3 |
| 422 | 2026-02-27T02:06:18.677Z | Downloaded socket2 v0.5.10 |
| 423 | 2026-02-27T02:06:18.680Z | Downloaded samael v0.0.19 |
| 424 | 2026-02-27T02:06:18.683Z | Downloaded tiny-keccak v2.0.2 |
| 425 | 2026-02-27T02:06:18.686Z | Downloaded p521 v0.13.3 |
| 426 | 2026-02-27T02:06:18.689Z | Downloaded typeid v1.0.3 |
| 427 | 2026-02-27T02:06:18.692Z | Downloaded tls_codec_derive v0.4.1 |
| 428 | 2026-02-27T02:06:18.695Z | Downloaded tinytemplate v1.2.1 |
| 429 | 2026-02-27T02:06:18.695Z | Downloaded tinystr v0.7.6 |
| 430 | 2026-02-27T02:06:18.698Z | Downloaded unicode-linebreak v0.1.5 |
| 431 | 2026-02-27T02:06:18.698Z | Downloaded typify-macro v0.6.1 |
| 432 | 2026-02-27T02:06:18.701Z | Downloaded tokio-rustls v0.25.0 |
| 433 | 2026-02-27T02:06:18.701Z | Downloaded tokio-macros v2.6.0 |
| 434 | 2026-02-27T02:06:18.704Z | Downloaded tokio-dtrace v0.1.0 |
| 435 | 2026-02-27T02:06:18.707Z | Downloaded tls_codec v0.4.1 |
| 436 | 2026-02-27T02:06:18.707Z | Downloaded time-macros v0.2.27 |
| 437 | 2026-02-27T02:06:18.710Z | Downloaded unarray v0.1.4 |
| 438 | 2026-02-27T02:06:18.713Z | Downloaded tokio-tungstenite v0.21.0 |
| 439 | 2026-02-27T02:06:18.713Z | Downloaded universal-hash v0.5.1 |
| 440 | 2026-02-27T02:06:18.716Z | Downloaded subprocess v0.2.9 |
| 441 | 2026-02-27T02:06:18.719Z | Downloaded unicode-truncate v1.1.0 |
| 442 | 2026-02-27T02:06:18.719Z | Downloaded term v1.1.0 |
| 443 | 2026-02-27T02:06:18.722Z | Downloaded term v0.7.0 |
| 444 | 2026-02-27T02:06:18.725Z | Downloaded unicode-xid v0.2.6 |
| 445 | 2026-02-27T02:06:18.728Z | Downloaded usdt-macro v0.6.0 |
| 446 | 2026-02-27T02:06:18.728Z | Downloaded serde v1.0.228 |
| 447 | 2026-02-27T02:06:18.731Z | Downloaded snafu v0.8.5 |
| 448 | 2026-02-27T02:06:18.736Z | Downloaded unit-prefix v0.5.1 |
| 449 | 2026-02-27T02:06:18.740Z | Downloaded untrusted v0.9.0 |
| 450 | 2026-02-27T02:06:18.742Z | Downloaded plotters v0.3.7 |
| 451 | 2026-02-27T02:06:18.748Z | Downloaded utf-8 v0.7.6 |
| 452 | 2026-02-27T02:06:18.751Z | Downloaded usdt-macro v0.5.0 |
| 453 | 2026-02-27T02:06:18.751Z | Downloaded tinyvec v1.8.0 |
| 454 | 2026-02-27T02:06:18.753Z | Downloaded utf16_iter v1.0.5 |
| 455 | 2026-02-27T02:06:18.756Z | Downloaded usdt-attr-macro v0.6.0 |
| 456 | 2026-02-27T02:06:18.756Z | Downloaded utf8parse v0.2.2 |
| 457 | 2026-02-27T02:06:18.756Z | Downloaded usdt-attr-macro v0.5.0 |
| 458 | 2026-02-27T02:06:18.759Z | Downloaded usdt v0.6.0 |
| 459 | 2026-02-27T02:06:18.759Z | Downloaded usdt v0.5.0 |
| 460 | 2026-02-27T02:06:18.759Z | Downloaded target-spec v3.5.0 |
| 461 | 2026-02-27T02:06:18.763Z | Downloaded tokio-rustls v0.24.1 |
| 462 | 2026-02-27T02:06:18.766Z | Downloaded unicase v2.8.1 |
| 463 | 2026-02-27T02:06:18.766Z | Downloaded tokio-stream v0.1.17 |
| 464 | 2026-02-27T02:06:18.769Z | Downloaded version_check v0.9.5 |
| 465 | 2026-02-27T02:06:18.772Z | Downloaded typify v0.2.0 |
| 466 | 2026-02-27T02:06:18.775Z | Downloaded utf8_iter v1.0.4 |
| 467 | 2026-02-27T02:06:18.775Z | Downloaded toml v0.8.23 |
| 468 | 2026-02-27T02:06:18.778Z | Downloaded tokio-native-tls v0.3.1 |
| 469 | 2026-02-27T02:06:18.781Z | Downloaded textwrap v0.16.2 |
| 470 | 2026-02-27T02:06:18.783Z | Downloaded textwrap v0.15.2 |
| 471 | 2026-02-27T02:06:18.784Z | Downloaded tar v0.4.44 |
| 472 | 2026-02-27T02:06:18.787Z | Downloaded wait-timeout v0.2.0 |
| 473 | 2026-02-27T02:06:18.790Z | Downloaded tokio-rustls v0.26.0 |
| 474 | 2026-02-27T02:06:18.790Z | Downloaded tui-tree-widget v0.23.1 |
| 475 | 2026-02-27T02:06:18.792Z | Downloaded tokio-tungstenite v0.23.1 |
| 476 | 2026-02-27T02:06:18.796Z | Downloaded write16 v1.0.0 |
| 477 | 2026-02-27T02:06:18.796Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 478 | 2026-02-27T02:06:18.798Z | Downloaded waitgroup v0.1.2 |
| 479 | 2026-02-27T02:06:18.798Z | Downloaded test-strategy v0.4.3 |
| 480 | 2026-02-27T02:06:18.801Z | Downloaded want v0.3.1 |
| 481 | 2026-02-27T02:06:18.804Z | Downloaded git2 v0.20.2 |
| 482 | 2026-02-27T02:06:18.810Z | Downloaded xattr v1.3.1 |
| 483 | 2026-02-27T02:06:18.813Z | Downloaded untrusted v0.7.1 |
| 484 | 2026-02-27T02:06:18.813Z | Downloaded trybuild v1.0.106 |
| 485 | 2026-02-27T02:06:18.817Z | Downloaded tracing-attributes v0.1.27 |
| 486 | 2026-02-27T02:06:18.819Z | Downloaded xshell-macros v0.2.7 |
| 487 | 2026-02-27T02:06:18.819Z | Downloaded usdt-impl v0.6.0 |
| 488 | 2026-02-27T02:06:18.822Z | Downloaded usdt-impl v0.5.0 |
| 489 | 2026-02-27T02:06:18.822Z | Downloaded twox-hash v2.1.0 |
| 490 | 2026-02-27T02:06:18.825Z | Downloaded typenum v1.17.0 |
| 491 | 2026-02-27T02:06:18.828Z | Downloaded goblin v0.10.2 |
| 492 | 2026-02-27T02:06:18.833Z | Downloaded ucd-trie v0.1.7 |
| 493 | 2026-02-27T02:06:18.836Z | Downloaded thiserror-no-std v2.0.2 |
| 494 | 2026-02-27T02:06:18.838Z | Downloaded rustyline v14.0.0 |
| 495 | 2026-02-27T02:06:18.843Z | Downloaded zerofrom-derive v0.1.4 |
| 496 | 2026-02-27T02:06:18.847Z | Downloaded zerofrom v0.1.4 |
| 497 | 2026-02-27T02:06:18.847Z | Downloaded vsss-rs v3.3.4 |
| 498 | 2026-02-27T02:06:18.850Z | Downloaded unicode-properties v0.1.3 |
| 499 | 2026-02-27T02:06:18.850Z | Downloaded zone_cfg_derive v0.1.2 |
| 500 | 2026-02-27T02:06:18.850Z | Downloaded zeroize_derive v1.4.2 |
| 501 | 2026-02-27T02:06:18.853Z | Downloaded vte_generate_state_changes v0.1.2 |
| 502 | 2026-02-27T02:06:18.853Z | Downloaded vergen-lib v0.1.6 |
| 503 | 2026-02-27T02:06:18.859Z | Downloaded vergen-gitcl v1.0.8 |
| 504 | 2026-02-27T02:06:18.859Z | Downloaded vergen-git2 v1.0.7 |
| 505 | 2026-02-27T02:06:18.862Z | Downloaded void v1.0.2 |
| 506 | 2026-02-27T02:06:18.862Z | Downloaded uzers v0.12.1 |
| 507 | 2026-02-27T02:06:18.862Z | Downloaded russh v0.45.0 |
| 508 | 2026-02-27T02:06:18.865Z | Downloaded toml v0.7.8 |
| 509 | 2026-02-27T02:06:18.868Z | Downloaded zone v0.3.1 |
| 510 | 2026-02-27T02:06:18.869Z | Downloaded async-std v1.13.0 |
| 511 | 2026-02-27T02:06:18.887Z | Downloaded zone_cfg_derive v0.3.0 |
| 512 | 2026-02-27T02:06:18.890Z | Downloaded zone v0.1.8 |
| 513 | 2026-02-27T02:06:18.890Z | Downloaded yoke-derive v0.7.4 |
| 514 | 2026-02-27T02:06:18.890Z | Downloaded yoke v0.7.4 |
| 515 | 2026-02-27T02:06:18.893Z | Downloaded writeable v0.5.5 |
| 516 | 2026-02-27T02:06:18.893Z | Downloaded whoami v1.5.2 |
| 517 | 2026-02-27T02:06:18.896Z | Downloaded xshell v0.2.7 |
| 518 | 2026-02-27T02:06:18.896Z | Downloaded wyz v0.5.1 |
| 519 | 2026-02-27T02:06:18.900Z | Downloaded walkdir v2.5.0 |
| 520 | 2026-02-27T02:06:18.900Z | Downloaded steno v0.4.1 |
| 521 | 2026-02-27T02:06:18.903Z | Downloaded xz2 v0.1.7 |
| 522 | 2026-02-27T02:06:18.906Z | Downloaded typify v0.6.1 |
| 523 | 2026-02-27T02:06:18.909Z | Downloaded typify v0.4.3 |
| 524 | 2026-02-27T02:06:18.912Z | Downloaded value-bag v1.12.0 |
| 525 | 2026-02-27T02:06:18.915Z | Downloaded unicode-bidi v0.3.17 |
| 526 | 2026-02-27T02:06:18.918Z | Downloaded vergen v9.0.6 |
| 527 | 2026-02-27T02:06:18.919Z | Downloaded unicode-ident v1.0.24 |
| 528 | 2026-02-27T02:06:18.922Z | Downloaded reedline v0.40.0 |
| 529 | 2026-02-27T02:06:18.926Z | Downloaded zmij v1.0.15 |
| 530 | 2026-02-27T02:06:18.929Z | Downloaded zeroize v1.8.1 |
| 531 | 2026-02-27T02:06:18.929Z | Downloaded zerovec-derive v0.10.3 |
| 532 | 2026-02-27T02:06:18.932Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 533 | 2026-02-27T02:06:18.936Z | Downloaded vte v0.11.1 |
| 534 | 2026-02-27T02:06:18.939Z | Downloaded rpassword v7.4.0 |
| 535 | 2026-02-27T02:06:18.939Z | Downloaded zstd-safe v7.2.3 |
| 536 | 2026-02-27T02:06:18.942Z | Downloaded zstd v0.13.3 |
| 537 | 2026-02-27T02:06:18.944Z | Downloaded portable-atomic v1.11.0 |
| 538 | 2026-02-27T02:06:18.948Z | Downloaded uuid v1.19.0 |
| 539 | 2026-02-27T02:06:18.951Z | Downloaded tungstenite v0.21.0 |
| 540 | 2026-02-27T02:06:18.954Z | Downloaded reqwest v0.13.2 |
| 541 | 2026-02-27T02:06:18.959Z | Downloaded zerocopy-derive v0.7.35 |
| 542 | 2026-02-27T02:06:18.963Z | Downloaded zerocopy v0.6.6 |
| 543 | 2026-02-27T02:06:18.966Z | Downloaded yasna v0.5.2 |
| 544 | 2026-02-27T02:06:18.969Z | Downloaded reqwest v0.12.28 |
| 545 | 2026-02-27T02:06:18.972Z | Downloaded toml_edit v0.22.27 |
| 546 | 2026-02-27T02:06:18.976Z | Downloaded unsafe-libyaml v0.2.11 |
| 547 | 2026-02-27T02:06:18.978Z | Downloaded moka v0.12.10 |
| 548 | 2026-02-27T02:06:18.987Z | Downloaded toml_edit v0.19.15 |
| 549 | 2026-02-27T02:06:19.004Z | Downloaded url v2.5.4 |
| 550 | 2026-02-27T02:06:19.009Z | Downloaded icu_properties_data v1.5.0 |
| 551 | 2026-02-27T02:06:19.015Z | Downloaded serde_json v1.0.149 |
| 552 | 2026-02-27T02:06:19.021Z | Downloaded proptest v1.7.0 |
| 553 | 2026-02-27T02:06:19.031Z | Downloaded zopfli v0.8.1 |
| 554 | 2026-02-27T02:06:19.034Z | Downloaded unicode_categories v0.1.1 |
| 555 | 2026-02-27T02:06:19.034Z | Downloaded rustls-webpki v0.101.7 |
| 556 | 2026-02-27T02:06:19.045Z | Downloaded salty v0.3.0 |
| 557 | 2026-02-27T02:06:19.051Z | Downloaded rayon v1.10.0 |
| 558 | 2026-02-27T02:06:19.059Z | Downloaded petname v2.0.2 |
| 559 | 2026-02-27T02:06:19.063Z | Downloaded tower v0.5.2 |
| 560 | 2026-02-27T02:06:19.071Z | Downloaded regex v1.12.3 |
| 561 | 2026-02-27T02:06:19.078Z | Downloaded yansi v1.0.1 |
| 562 | 2026-02-27T02:06:19.081Z | Downloaded quick-xml v0.37.2 |
| 563 | 2026-02-27T02:06:19.083Z | Downloaded unicode-segmentation v1.12.0 |
| 564 | 2026-02-27T02:06:19.086Z | Downloaded object v0.30.4 |
| 565 | 2026-02-27T02:06:19.094Z | Downloaded typed-path v0.9.3 |
| 566 | 2026-02-27T02:06:19.099Z | Downloaded rustls-webpki v0.102.8 |
| 567 | 2026-02-27T02:06:19.116Z | Downloaded zip v0.6.6 |
| 568 | 2026-02-27T02:06:19.119Z | Downloaded x509-cert v0.2.5 |
| 569 | 2026-02-27T02:06:19.125Z | Downloaded tough v0.20.0 |
| 570 | 2026-02-27T02:06:19.133Z | Downloaded tower-http v0.6.8 |
| 571 | 2026-02-27T02:06:19.140Z | Downloaded unicode-normalization v0.1.24 |
| 572 | 2026-02-27T02:06:19.143Z | Downloaded nix v0.28.0 |
| 573 | 2026-02-27T02:06:19.152Z | Downloaded openssl v0.10.73 |
| 574 | 2026-02-27T02:06:19.160Z | Downloaded radix_trie v0.2.1 |
| 575 | 2026-02-27T02:06:19.164Z | Downloaded bstr v1.10.0 |
| 576 | 2026-02-27T02:06:19.172Z | Downloaded polar-core v0.27.3 |
| 577 | 2026-02-27T02:06:19.179Z | Downloaded zerovec v0.10.4 |
| 578 | 2026-02-27T02:06:19.184Z | Downloaded nix v0.27.1 |
| 579 | 2026-02-27T02:06:19.193Z | Downloaded dropshot v0.16.7 |
| 580 | 2026-02-27T02:06:19.212Z | Downloaded zip v4.2.0 |
| 581 | 2026-02-27T02:06:19.215Z | Downloaded zerocopy v0.7.35 |
| 582 | 2026-02-27T02:06:19.230Z | Downloaded tabled v0.18.0 |
| 583 | 2026-02-27T02:06:19.245Z | Downloaded tabled v0.20.0 |
| 584 | 2026-02-27T02:06:19.260Z | Downloaded zlib-rs v0.5.1 |
| 585 | 2026-02-27T02:06:19.264Z | Downloaded diesel v2.2.12 |
| 586 | 2026-02-27T02:06:19.281Z | Downloaded tabled v0.15.0 |
| 587 | 2026-02-27T02:06:19.295Z | Downloaded winnow v0.6.26 |
| 588 | 2026-02-27T02:06:19.302Z | Downloaded vcpkg v0.2.15 |
| 589 | 2026-02-27T02:06:19.337Z | Downloaded syn v2.0.117 |
| 590 | 2026-02-27T02:06:19.347Z | Downloaded nix v0.30.1 |
| 591 | 2026-02-27T02:06:19.357Z | Downloaded unicode-width v0.1.14 |
| 592 | 2026-02-27T02:06:19.361Z | Downloaded syn v1.0.109 |
| 593 | 2026-02-27T02:06:19.372Z | Downloaded winnow v0.7.14 |
| 594 | 2026-02-27T02:06:19.379Z | Downloaded smoltcp v0.9.1 |
| 595 | 2026-02-27T02:06:19.388Z | Downloaded zerocopy v0.8.27 |
| 596 | 2026-02-27T02:06:19.408Z | Downloaded smoltcp v0.11.0 |
| 597 | 2026-02-27T02:06:19.418Z | Downloaded object v0.37.3 |
| 598 | 2026-02-27T02:06:19.427Z | Downloaded webpki-roots v1.0.1 |
| 599 | 2026-02-27T02:06:19.430Z | Downloaded rustls v0.22.4 |
| 600 | 2026-02-27T02:06:19.442Z | Downloaded openapiv3 v2.2.0 |
| 601 | 2026-02-27T02:06:19.450Z | Downloaded unicode-width v0.2.0 |
| 602 | 2026-02-27T02:06:19.455Z | Downloaded regress v0.10.5 |
| 603 | 2026-02-27T02:06:19.462Z | Downloaded rustix v0.38.37 |
| 604 | 2026-02-27T02:06:19.486Z | Downloaded sqlparser v0.61.0 |
| 605 | 2026-02-27T02:06:19.490Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 606 | 2026-02-27T02:06:19.500Z | Downloaded regex-syntax v0.8.5 |
| 607 | 2026-02-27T02:06:19.508Z | Downloaded typify-impl v0.6.1 |
| 608 | 2026-02-27T02:06:19.520Z | Downloaded rustix v1.1.3 |
| 609 | 2026-02-27T02:06:19.541Z | Downloaded typify-impl v0.2.0 |
| 610 | 2026-02-27T02:06:19.553Z | Downloaded typify-impl v0.4.3 |
| 611 | 2026-02-27T02:06:19.565Z | Downloaded time v0.3.47 |
| 612 | 2026-02-27T02:06:19.577Z | Downloaded rustls v0.23.37 |
| 613 | 2026-02-27T02:06:19.587Z | Downloaded regex-syntax v0.6.29 |
| 614 | 2026-02-27T02:06:19.593Z | Downloaded sled v0.34.7 |
| 615 | 2026-02-27T02:06:19.601Z | Downloaded rustls v0.21.12 |
| 616 | 2026-02-27T02:06:19.611Z | Downloaded ratatui v0.29.0 |
| 617 | 2026-02-27T02:06:19.628Z | Downloaded winnow v0.5.40 |
| 618 | 2026-02-27T02:06:19.636Z | Downloaded object v0.36.5 |
| 619 | 2026-02-27T02:06:19.645Z | Downloaded hickory-proto v0.25.2 |
| 620 | 2026-02-27T02:06:19.659Z | Downloaded libz-sys v1.1.20 |
| 621 | 2026-02-27T02:06:19.676Z | Downloaded petgraph v0.8.2 |
| 622 | 2026-02-27T02:06:19.694Z | Downloaded nix v0.29.0 |
| 623 | 2026-02-27T02:06:19.704Z | Downloaded quinn-proto v0.11.13 |
| 624 | 2026-02-27T02:06:19.710Z | Downloaded hickory-proto v0.24.4 |
| 625 | 2026-02-27T02:06:19.723Z | Downloaded zerocopy-derive v0.6.6 |
| 626 | 2026-02-27T02:06:19.731Z | Downloaded regex-automata v0.4.14 |
| 627 | 2026-02-27T02:06:19.744Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 628 | 2026-02-27T02:06:19.760Z | Downloaded petgraph v0.6.5 |
| 629 | 2026-02-27T02:06:19.776Z | Downloaded chrono-tz v0.10.4 |
| 630 | 2026-02-27T02:06:19.791Z | Downloaded jiff v0.2.15 |
| 631 | 2026-02-27T02:06:19.805Z | Downloaded lzma-sys v0.1.20 |
| 632 | 2026-02-27T02:06:19.831Z | Downloaded csv v1.3.1 |
| 633 | 2026-02-27T02:06:19.848Z | Downloaded libc v0.2.180 |
| 634 | 2026-02-27T02:06:19.876Z | Downloaded curve25519-dalek v4.1.3 |
| 635 | 2026-02-27T02:06:19.883Z | Downloaded zerocopy-derive v0.8.27 |
| 636 | 2026-02-27T02:06:19.889Z | Downloaded tokio-util v0.7.15 |
| 637 | 2026-02-27T02:06:19.895Z | Downloaded serde_with v3.16.1 |
| 638 | 2026-02-27T02:06:19.905Z | Downloaded gimli v0.31.1 |
| 639 | 2026-02-27T02:06:19.912Z | Downloaded ssh-key v0.6.6 |
| 640 | 2026-02-27T02:06:19.919Z | Downloaded tracing-core v0.1.32 |
| 641 | 2026-02-27T02:06:19.922Z | Downloaded sha3 v0.10.8 |
| 642 | 2026-02-27T02:06:19.925Z | Downloaded tokio v1.49.0 |
| 643 | 2026-02-27T02:06:19.959Z | Downloaded tracing v0.1.40 |
| 644 | 2026-02-27T02:06:19.963Z | Downloaded tokio-postgres v0.7.13 |
| 645 | 2026-02-27T02:06:19.967Z | Downloaded lalrpop v0.19.12 |
| 646 | 2026-02-27T02:06:19.976Z | Downloaded p384 v0.13.1 |
| 647 | 2026-02-27T02:06:19.980Z | Downloaded tungstenite v0.23.0 |
| 648 | 2026-02-27T02:06:19.983Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 649 | 2026-02-27T02:06:19.986Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 650 | 2026-02-27T02:06:19.986Z | Downloaded tempfile v3.24.0 |
| 651 | 2026-02-27T02:06:19.989Z | Downloaded serde_yaml v0.9.34+deprecated |
| 652 | 2026-02-27T02:06:19.992Z | Downloaded quinn v0.11.9 |
| 653 | 2026-02-27T02:06:19.995Z | Downloaded typify-macro v0.2.0 |
| 654 | 2026-02-27T02:06:19.995Z | Downloaded trait-variant v0.1.2 |
| 655 | 2026-02-27T02:06:19.995Z | Downloaded tower-service v0.3.3 |
| 656 | 2026-02-27T02:06:19.998Z | Downloaded thiserror-impl v2.0.18 |
| 657 | 2026-02-27T02:06:19.998Z | Downloaded thiserror-impl v1.0.69 |
| 658 | 2026-02-27T02:06:19.998Z | Downloaded thiserror v2.0.18 |
| 659 | 2026-02-27T02:06:20.004Z | Downloaded socket2 v0.6.1 |
| 660 | 2026-02-27T02:06:20.007Z | Downloaded hkdf v0.12.4 |
| 661 | 2026-02-27T02:06:20.010Z | Downloaded httpmock v0.8.0-alpha.1 |
| 662 | 2026-02-27T02:06:20.025Z | Downloaded encoding_rs v0.8.34 |
| 663 | 2026-02-27T02:06:20.044Z | Downloaded tower-layer v0.3.3 |
| 664 | 2026-02-27T02:06:20.047Z | Downloaded topological-sort v0.2.2 |
| 665 | 2026-02-27T02:06:20.047Z | Downloaded toml_write v0.1.2 |
| 666 | 2026-02-27T02:06:20.047Z | Downloaded toml_datetime v0.6.11 |
| 667 | 2026-02-27T02:06:20.050Z | Downloaded thiserror v1.0.69 |
| 668 | 2026-02-27T02:06:20.053Z | Downloaded itertools v0.14.0 |
| 669 | 2026-02-27T02:06:20.059Z | Downloaded rand v0.9.2 |
| 670 | 2026-02-27T02:06:20.062Z | Downloaded serde_core v1.0.228 |
| 671 | 2026-02-27T02:06:20.065Z | Downloaded time-core v0.1.8 |
| 672 | 2026-02-27T02:06:20.068Z | Downloaded thread-id v5.0.0 |
| 673 | 2026-02-27T02:06:20.068Z | Downloaded thread-id v4.2.2 |
| 674 | 2026-02-27T02:06:20.068Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 675 | 2026-02-27T02:06:20.071Z | Downloaded target-lexicon v0.13.2 |
| 676 | 2026-02-27T02:06:20.071Z | Downloaded ring v0.17.14 |
| 677 | 2026-02-27T02:06:20.108Z | Downloaded spin v0.9.8 |
| 678 | 2026-02-27T02:06:20.111Z | Downloaded similar v2.7.0 |
| 679 | 2026-02-27T02:06:20.115Z | Downloaded signal-hook v0.3.18 |
| 680 | 2026-02-27T02:06:20.118Z | Downloaded terminal_size v0.1.17 |
| 681 | 2026-02-27T02:06:20.122Z | Downloaded termtree v0.5.1 |
| 682 | 2026-02-27T02:06:20.122Z | Downloaded chrono v0.4.43 |
| 683 | 2026-02-27T02:06:20.127Z | Downloaded serde_derive v1.0.228 |
| 684 | 2026-02-27T02:06:20.130Z | Downloaded iri-string v0.7.8 |
| 685 | 2026-02-27T02:06:20.134Z | Downloaded tap v1.0.1 |
| 686 | 2026-02-27T02:06:20.137Z | Downloaded tabwriter v1.4.0 |
| 687 | 2026-02-27T02:06:20.137Z | Downloaded tabled_derive v0.7.0 |
| 688 | 2026-02-27T02:06:20.137Z | Downloaded string_cache v0.8.9 |
| 689 | 2026-02-27T02:06:20.140Z | Downloaded stacker v0.1.23 |
| 690 | 2026-02-27T02:06:20.140Z | Downloaded sqlformat v0.3.5 |
| 691 | 2026-02-27T02:06:20.143Z | Downloaded spki v0.7.3 |
| 692 | 2026-02-27T02:06:20.143Z | Downloaded rand v0.8.5 |
| 693 | 2026-02-27T02:06:20.146Z | Downloaded stringmetrics v2.2.2 |
| 694 | 2026-02-27T02:06:20.149Z | Downloaded static_assertions v1.1.0 |
| 695 | 2026-02-27T02:06:20.149Z | Downloaded num-bigint-dig v0.8.6 |
| 696 | 2026-02-27T02:06:20.152Z | Downloaded iddqd v0.3.16 |
| 697 | 2026-02-27T02:06:20.158Z | Downloaded snafu-derive v0.8.5 |
| 698 | 2026-02-27T02:06:20.161Z | Downloaded serde_with_macros v3.16.1 |
| 699 | 2026-02-27T02:06:20.161Z | Downloaded schemars v0.8.22 |
| 700 | 2026-02-27T02:06:20.171Z | Downloaded hyper v1.8.1 |
| 701 | 2026-02-27T02:06:20.177Z | Downloaded swrite v0.1.0 |
| 702 | 2026-02-27T02:06:20.180Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 703 | 2026-02-27T02:06:20.230Z | Downloaded smf v0.2.3 |
| 704 | 2026-02-27T02:06:20.234Z | Downloaded supports-hyperlinks v2.1.0 |
| 705 | 2026-02-27T02:06:20.234Z | Downloaded supports-color v3.0.2 |
| 706 | 2026-02-27T02:06:20.234Z | Downloaded supports-color v2.1.0 |
| 707 | 2026-02-27T02:06:20.237Z | Downloaded strum v0.27.2 |
| 708 | 2026-02-27T02:06:20.237Z | Downloaded slog-scope v4.4.0 |
| 709 | 2026-02-27T02:06:20.237Z | Downloaded futures-util v0.3.31 |
| 710 | 2026-02-27T02:06:20.247Z | Downloaded slog-envlogger v2.2.0 |
| 711 | 2026-02-27T02:06:20.250Z | Downloaded slog-dtrace v0.3.0 |
| 712 | 2026-02-27T02:06:20.250Z | Downloaded serde_cbor v0.11.2 |
| 713 | 2026-02-27T02:06:20.253Z | Downloaded rayon-core v1.12.1 |
| 714 | 2026-02-27T02:06:20.256Z | Downloaded itertools v0.13.0 |
| 715 | 2026-02-27T02:06:20.261Z | Downloaded h2 v0.4.6 |
| 716 | 2026-02-27T02:06:20.267Z | Downloaded rustls-platform-verifier v0.6.2 |
| 717 | 2026-02-27T02:06:20.270Z | Downloaded rand_distr v0.5.1 |
| 718 | 2026-02-27T02:06:20.273Z | Downloaded russh-keys v0.45.0 |
| 719 | 2026-02-27T02:06:20.276Z | Downloaded rstest v0.25.0 |
| 720 | 2026-02-27T02:06:20.281Z | Downloaded pretty_assertions v1.4.1 |
| 721 | 2026-02-27T02:06:20.284Z | Downloaded ron v0.8.1 |
| 722 | 2026-02-27T02:06:20.288Z | Downloaded serde-untagged v0.1.7 |
| 723 | 2026-02-27T02:06:20.291Z | Downloaded sigpipe v0.1.3 |
| 724 | 2026-02-27T02:06:20.291Z | Downloaded signature v2.2.0 |
| 725 | 2026-02-27T02:06:20.294Z | Downloaded signal-hook-tokio v0.3.1 |
| 726 | 2026-02-27T02:06:20.294Z | Downloaded serde-hex v0.1.0 |
| 727 | 2026-02-27T02:06:20.294Z | Downloaded progenitor-impl v0.11.2 |
| 728 | 2026-02-27T02:06:20.297Z | Downloaded hashbrown v0.14.5 |
| 729 | 2026-02-27T02:06:20.300Z | Downloaded sec1 v0.7.3 |
| 730 | 2026-02-27T02:06:20.304Z | Downloaded sct v0.7.1 |
| 731 | 2026-02-27T02:06:20.307Z | Downloaded libxml v0.3.3 |
| 732 | 2026-02-27T02:06:20.310Z | Downloaded hashbrown v0.15.4 |
| 733 | 2026-02-27T02:06:20.315Z | Downloaded clap_builder v4.5.48 |
| 734 | 2026-02-27T02:06:20.321Z | Downloaded scroll v0.12.0 |
| 735 | 2026-02-27T02:06:20.324Z | Downloaded prettyplease v0.2.36 |
| 736 | 2026-02-27T02:06:20.327Z | Downloaded blake3 v1.5.4 |
| 737 | 2026-02-27T02:06:20.333Z | Downloaded serde_plain v1.0.2 |
| 738 | 2026-02-27T02:06:20.336Z | Downloaded scopeguard v1.2.0 |
| 739 | 2026-02-27T02:06:20.336Z | Downloaded schemars_derive v0.8.22 |
| 740 | 2026-02-27T02:06:20.339Z | Downloaded prefix-trie v0.7.0 |
| 741 | 2026-02-27T02:06:20.341Z | Downloaded serde_regex v1.1.0 |
| 742 | 2026-02-27T02:06:20.341Z | Downloaded minimal-lexical v0.2.1 |
| 743 | 2026-02-27T02:06:20.345Z | Downloaded hashbrown v0.16.1 |
| 744 | 2026-02-27T02:06:20.349Z | Downloaded serde-value v0.7.0 |
| 745 | 2026-02-27T02:06:20.352Z | Downloaded progenitor-impl v0.13.0 |
| 746 | 2026-02-27T02:06:20.355Z | Downloaded guppy v0.17.20 |
| 747 | 2026-02-27T02:06:20.358Z | Downloaded rustversion v1.0.22 |
| 748 | 2026-02-27T02:06:20.361Z | Downloaded semver v0.1.20 |
| 749 | 2026-02-27T02:06:20.364Z | Downloaded secrecy v0.10.3 |
| 750 | 2026-02-27T02:06:20.364Z | Downloaded secrecy v0.8.0 |
| 751 | 2026-02-27T02:06:20.364Z | Downloaded scroll_derive v0.13.1 |
| 752 | 2026-02-27T02:06:20.367Z | Downloaded rustls-pemfile v2.2.0 |
| 753 | 2026-02-27T02:06:20.367Z | Downloaded rustls-pemfile v1.0.4 |
| 754 | 2026-02-27T02:06:20.371Z | Downloaded rustls-native-certs v0.8.1 |
| 755 | 2026-02-27T02:06:20.371Z | Downloaded proc-macro2 v1.0.106 |
| 756 | 2026-02-27T02:06:20.374Z | Downloaded mio v1.0.2 |
| 757 | 2026-02-27T02:06:20.378Z | Downloaded scroll_derive v0.12.0 |
| 758 | 2026-02-27T02:06:20.380Z | Downloaded rtoolbox v0.0.2 |
| 759 | 2026-02-27T02:06:20.380Z | Downloaded resolv-conf v0.7.0 |
| 760 | 2026-02-27T02:06:20.383Z | Downloaded libm v0.2.8 |
| 761 | 2026-02-27T02:06:20.388Z | Downloaded postcard v1.0.10 |
| 762 | 2026-02-27T02:06:20.391Z | Downloaded polling v3.7.3 |
| 763 | 2026-02-27T02:06:20.394Z | Downloaded memchr v2.7.4 |
| 764 | 2026-02-27T02:06:20.398Z | Downloaded rand_seeder v0.4.0 |
| 765 | 2026-02-27T02:06:20.401Z | Downloaded rand_core v0.9.3 |
| 766 | 2026-02-27T02:06:20.401Z | Downloaded rand_core v0.6.4 |
| 767 | 2026-02-27T02:06:20.404Z | Downloaded progenitor-impl v0.8.0 |
| 768 | 2026-02-27T02:06:20.404Z | Downloaded hickory-server v0.25.2 |
| 769 | 2026-02-27T02:06:20.407Z | Downloaded bitvec v1.0.1 |
| 770 | 2026-02-27T02:06:20.421Z | Downloaded http v1.4.0 |
| 771 | 2026-02-27T02:06:20.424Z | Downloaded predicates v3.1.3 |
| 772 | 2026-02-27T02:06:20.427Z | Downloaded miette v5.10.0 |
| 773 | 2026-02-27T02:06:20.430Z | Downloaded criterion v0.7.0 |
| 774 | 2026-02-27T02:06:20.436Z | Downloaded pest_meta v2.8.2 |
| 775 | 2026-02-27T02:06:20.439Z | Downloaded papergrid v0.14.0 |
| 776 | 2026-02-27T02:06:20.442Z | Downloaded psm v0.1.30 |
| 777 | 2026-02-27T02:06:20.445Z | Downloaded progenitor v0.11.2 |
| 778 | 2026-02-27T02:06:20.448Z | Downloaded indexmap v2.13.0 |
| 779 | 2026-02-27T02:06:20.451Z | Downloaded pkcs1 v0.7.5 |
| 780 | 2026-02-27T02:06:20.454Z | Downloaded p256 v0.13.2 |
| 781 | 2026-02-27T02:06:20.457Z | Downloaded owo-colors v4.2.3 |
| 782 | 2026-02-27T02:06:20.457Z | Downloaded proc-macro-error v1.0.4 |
| 783 | 2026-02-27T02:06:20.461Z | Downloaded primeorder v0.13.6 |
| 784 | 2026-02-27T02:06:20.464Z | Downloaded papergrid v0.11.0 |
| 785 | 2026-02-27T02:06:20.475Z | Downloaded oxide-update-engine-types v0.1.0 |
| 786 | 2026-02-27T02:06:20.475Z | Downloaded oso v0.27.3 |
| 787 | 2026-02-27T02:06:20.475Z | Downloaded rand_xorshift v0.4.0 |
| 788 | 2026-02-27T02:06:20.475Z | Downloaded progenitor-client v0.13.0 |
| 789 | 2026-02-27T02:06:20.475Z | Downloaded icu_collections v1.5.0 |
| 790 | 2026-02-27T02:06:20.478Z | Downloaded progenitor-macro v0.10.0 |
| 791 | 2026-02-27T02:06:20.481Z | Downloaded progenitor v0.8.0 |
| 792 | 2026-02-27T02:06:20.481Z | Downloaded ppv-lite86 v0.2.20 |
| 793 | 2026-02-27T02:06:20.481Z | Downloaded postgres-protocol v0.6.8 |
| 794 | 2026-02-27T02:06:20.485Z | Downloaded pem v3.0.5 |
| 795 | 2026-02-27T02:06:20.485Z | Downloaded hashbrown v0.13.2 |
| 796 | 2026-02-27T02:06:20.488Z | Downloaded pin-project-internal v1.1.6 |
| 797 | 2026-02-27T02:06:20.491Z | Downloaded proc-macro-error-attr v1.0.4 |
| 798 | 2026-02-27T02:06:20.491Z | Downloaded progenitor-macro v0.8.0 |
| 799 | 2026-02-27T02:06:20.491Z | Downloaded progenitor-client v0.11.2 |
| 800 | 2026-02-27T02:06:20.495Z | Downloaded phf v0.12.1 |
| 801 | 2026-02-27T02:06:20.495Z | Downloaded phf_shared v0.12.1 |
| 802 | 2026-02-27T02:06:20.495Z | Downloaded phf v0.11.2 |
| 803 | 2026-02-27T02:06:20.495Z | Downloaded pest_generator v2.8.2 |
| 804 | 2026-02-27T02:06:20.498Z | Downloaded pem-rfc7468 v0.7.0 |
| 805 | 2026-02-27T02:06:20.498Z | Downloaded pretty-hex v0.4.1 |
| 806 | 2026-02-27T02:06:20.501Z | Downloaded omicron-zone-package v0.12.2 |
| 807 | 2026-02-27T02:06:20.501Z | Downloaded expectorate v1.2.0 |
| 808 | 2026-02-27T02:06:20.504Z | Downloaded path-tree v0.8.1 |
| 809 | 2026-02-27T02:06:20.504Z | Downloaded once_cell v1.21.3 |
| 810 | 2026-02-27T02:06:20.507Z | Downloaded hickory-resolver v0.25.2 |
| 811 | 2026-02-27T02:06:20.510Z | Downloaded knuffel v3.2.0 |
| 812 | 2026-02-27T02:06:20.513Z | Downloaded aes v0.8.4 |
| 813 | 2026-02-27T02:06:20.516Z | Downloaded jiff-static v0.2.15 |
| 814 | 2026-02-27T02:06:20.519Z | Downloaded indicatif v0.18.0 |
| 815 | 2026-02-27T02:06:20.522Z | Downloaded password-hash v0.4.2 |
| 816 | 2026-02-27T02:06:20.524Z | Downloaded partial-io v0.5.4 |
| 817 | 2026-02-27T02:06:20.524Z | Downloaded miniz_oxide v0.8.5 |
| 818 | 2026-02-27T02:06:20.527Z | Downloaded pretty-hex v0.2.1 |
| 819 | 2026-02-27T02:06:20.527Z | Downloaded predicates-core v1.0.8 |
| 820 | 2026-02-27T02:06:20.531Z | Downloaded precomputed-hash v0.1.1 |
| 821 | 2026-02-27T02:06:20.531Z | Downloaded paste v1.0.15 |
| 822 | 2026-02-27T02:06:20.534Z | Downloaded parse-display-derive v0.10.0 |
| 823 | 2026-02-27T02:06:20.534Z | Downloaded parking_lot_core v0.9.10 |
| 824 | 2026-02-27T02:06:20.534Z | Downloaded parking_lot_core v0.8.6 |
| 825 | 2026-02-27T02:06:20.537Z | Downloaded indicatif v0.17.11 |
| 826 | 2026-02-27T02:06:20.540Z | Downloaded log v0.4.29 |
| 827 | 2026-02-27T02:06:20.543Z | Downloaded hickory-resolver v0.24.4 |
| 828 | 2026-02-27T02:06:20.546Z | Downloaded oxnet v0.1.4 |
| 829 | 2026-02-27T02:06:20.548Z | Downloaded oxide-update-engine-display v0.1.0 |
| 830 | 2026-02-27T02:06:20.548Z | Downloaded oxide-tokio-rt v0.1.2 |
| 831 | 2026-02-27T02:06:20.551Z | Downloaded owo-colors v3.5.0 |
| 832 | 2026-02-27T02:06:20.551Z | Downloaded icu_normalizer v1.5.0 |
| 833 | 2026-02-27T02:06:20.554Z | Downloaded path-slash v0.1.5 |
| 834 | 2026-02-27T02:06:20.557Z | Downloaded parse-size v1.1.0 |
| 835 | 2026-02-27T02:06:20.557Z | Downloaded num-rational v0.4.2 |
| 836 | 2026-02-27T02:06:20.557Z | Downloaded memmap2 v0.9.8 |
| 837 | 2026-02-27T02:06:20.560Z | Downloaded indexmap v1.9.3 |
| 838 | 2026-02-27T02:06:20.563Z | Downloaded heapless v0.8.0 |
| 839 | 2026-02-27T02:06:20.566Z | Downloaded crossbeam-channel v0.5.15 |
| 840 | 2026-02-27T02:06:20.569Z | Downloaded heapless v0.7.17 |
| 841 | 2026-02-27T02:06:20.572Z | Downloaded headers v0.4.1 |
| 842 | 2026-02-27T02:06:20.577Z | Downloaded icu_provider v1.5.0 |
| 843 | 2026-02-27T02:06:20.580Z | Downloaded flume v0.11.1 |
| 844 | 2026-02-27T02:06:20.583Z | Downloaded crypto-bigint v0.5.5 |
| 845 | 2026-02-27T02:06:20.589Z | Downloaded num-complex v0.4.6 |
| 846 | 2026-02-27T02:06:20.593Z | Downloaded nu-ansi-term v0.50.1 |
| 847 | 2026-02-27T02:06:20.593Z | Downloaded newtype-uuid v1.3.2 |
| 848 | 2026-02-27T02:06:20.595Z | Downloaded icu_properties v1.5.1 |
| 849 | 2026-02-27T02:06:20.599Z | Downloaded icu_normalizer_data v1.5.0 |
| 850 | 2026-02-27T02:06:20.602Z | Downloaded icu_locid v1.5.0 |
| 851 | 2026-02-27T02:06:20.605Z | Downloaded der v0.7.10 |
| 852 | 2026-02-27T02:06:20.609Z | Downloaded multer v3.1.0 |
| 853 | 2026-02-27T02:06:20.612Z | Downloaded fatfs v0.3.6 |
| 854 | 2026-02-27T02:06:20.615Z | Downloaded fancy-regex v0.14.0 |
| 855 | 2026-02-27T02:06:20.619Z | Downloaded aho-corasick v1.1.3 |
| 856 | 2026-02-27T02:06:20.622Z | Downloaded openssl-macros v0.1.1 |
| 857 | 2026-02-27T02:06:20.622Z | Downloaded opaque-debug v0.3.1 |
| 858 | 2026-02-27T02:06:20.622Z | Downloaded oorandom v11.1.4 |
| 859 | 2026-02-27T02:06:20.625Z | Downloaded mime_guess v2.0.5 |
| 860 | 2026-02-27T02:06:20.625Z | Downloaded litrs v0.4.1 |
| 861 | 2026-02-27T02:06:20.628Z | Downloaded nanorand v0.7.0 |
| 862 | 2026-02-27T02:06:20.631Z | Downloaded libloading v0.8.5 |
| 863 | 2026-02-27T02:06:20.631Z | Downloaded ingot-macros v0.1.1 |
| 864 | 2026-02-27T02:06:20.635Z | Downloaded ed25519-dalek v2.1.1 |
| 865 | 2026-02-27T02:06:20.638Z | Downloaded dropshot_endpoint v0.16.7 |
| 866 | 2026-02-27T02:06:20.640Z | Downloaded base64 v0.21.7 |
| 867 | 2026-02-27T02:06:20.643Z | Downloaded num-derive v0.3.3 |
| 868 | 2026-02-27T02:06:20.643Z | Downloaded native-tls v0.2.12 |
| 869 | 2026-02-27T02:06:20.646Z | Downloaded linear-map v1.2.0 |
| 870 | 2026-02-27T02:06:20.650Z | Downloaded newtype-uuid-macros v0.1.0 |
| 871 | 2026-02-27T02:06:20.650Z | Downloaded lock_api v0.4.12 |
| 872 | 2026-02-27T02:06:20.650Z | Downloaded linked-hash-map v0.5.6 |
| 873 | 2026-02-27T02:06:20.653Z | Downloaded num-conv v0.2.0 |
| 874 | 2026-02-27T02:06:20.653Z | Downloaded md-5 v0.10.6 |
| 875 | 2026-02-27T02:06:20.653Z | Downloaded icu_locid_transform_data v1.5.0 |
| 876 | 2026-02-27T02:06:20.656Z | Downloaded hyper-staticfile v0.10.1 |
| 877 | 2026-02-27T02:06:20.659Z | Downloaded httparse v1.9.5 |
| 878 | 2026-02-27T02:06:20.659Z | Downloaded getrandom v0.3.4 |
| 879 | 2026-02-27T02:06:20.662Z | Downloaded libtest-mimic v0.8.1 |
| 880 | 2026-02-27T02:06:20.665Z | Downloaded lalrpop-util v0.19.12 |
| 881 | 2026-02-27T02:06:20.665Z | Downloaded bumpalo v3.16.0 |
| 882 | 2026-02-27T02:06:20.668Z | Downloaded newtype_derive v0.1.6 |
| 883 | 2026-02-27T02:06:20.670Z | Downloaded nested v0.1.1 |
| 884 | 2026-02-27T02:06:20.670Z | Downloaded litemap v0.7.3 |
| 885 | 2026-02-27T02:06:20.673Z | Downloaded ipnet v2.11.0 |
| 886 | 2026-02-27T02:06:20.673Z | Downloaded miette-derive v5.10.0 |
| 887 | 2026-02-27T02:06:20.678Z | Downloaded libefi-sys v0.1.0 |
| 888 | 2026-02-27T02:06:20.678Z | Downloaded knuffel-derive v3.2.0 |
| 889 | 2026-02-27T02:06:20.678Z | Downloaded hyper-rustls v0.27.7 |
| 890 | 2026-02-27T02:06:20.681Z | Downloaded dropshot-api-manager v0.3.0 |
| 891 | 2026-02-27T02:06:20.684Z | Downloaded ipnetwork v0.21.1 |
| 892 | 2026-02-27T02:06:20.684Z | Downloaded hmac v0.12.1 |
| 893 | 2026-02-27T02:06:20.687Z | Downloaded hickory-client v0.25.2 |
| 894 | 2026-02-27T02:06:20.687Z | Downloaded ingot v0.1.1 |
| 895 | 2026-02-27T02:06:20.690Z | Downloaded futures v0.3.31 |
| 896 | 2026-02-27T02:06:20.694Z | Downloaded keccak v0.1.5 |
| 897 | 2026-02-27T02:06:20.697Z | Downloaded jobserver v0.1.32 |
| 898 | 2026-02-27T02:06:20.697Z | Downloaded derive_more v2.0.1 |
| 899 | 2026-02-27T02:06:20.704Z | Downloaded crc32fast v1.4.2 |
| 900 | 2026-02-27T02:06:20.707Z | Downloaded memmap v0.7.0 |
| 901 | 2026-02-27T02:06:20.712Z | Downloaded maybe-uninit v2.0.0 |
| 902 | 2026-02-27T02:06:20.712Z | Downloaded match_cfg v0.1.0 |
| 903 | 2026-02-27T02:06:20.712Z | Downloaded lru-slab v0.1.2 |
| 904 | 2026-02-27T02:06:20.712Z | Downloaded lru v0.12.5 |
| 905 | 2026-02-27T02:06:20.716Z | Downloaded bytes v1.11.1 |
| 906 | 2026-02-27T02:06:20.719Z | Downloaded managed v0.8.0 |
| 907 | 2026-02-27T02:06:20.719Z | Downloaded macaddr v1.0.1 |
| 908 | 2026-02-27T02:06:20.719Z | Downloaded lzss v0.8.2 |
| 909 | 2026-02-27T02:06:20.722Z | Downloaded lru-cache v0.1.2 |
| 910 | 2026-02-27T02:06:20.722Z | Downloaded lockfree-object-pool v0.1.6 |
| 911 | 2026-02-27T02:06:20.725Z | Downloaded half v1.8.3 |
| 912 | 2026-02-27T02:06:20.728Z | Downloaded compact_str v0.8.0 |
| 913 | 2026-02-27T02:06:20.731Z | Downloaded darling_core v0.20.10 |
| 914 | 2026-02-27T02:06:20.734Z | Downloaded libscf-sys v1.1.0 |
| 915 | 2026-02-27T02:06:20.734Z | Downloaded humantime v2.2.0 |
| 916 | 2026-02-27T02:06:20.737Z | Downloaded http-body-util v0.1.3 |
| 917 | 2026-02-27T02:06:20.737Z | Downloaded getrandom v0.2.15 |
| 918 | 2026-02-27T02:06:20.740Z | Downloaded globset v0.4.15 |
| 919 | 2026-02-27T02:06:20.743Z | Downloaded elliptic-curve v0.13.8 |
| 920 | 2026-02-27T02:06:20.746Z | Downloaded hyper-tls v0.6.0 |
| 921 | 2026-02-27T02:06:20.746Z | Downloaded highway v1.3.0 |
| 922 | 2026-02-27T02:06:20.749Z | Downloaded futures-lite v2.3.0 |
| 923 | 2026-02-27T02:06:20.752Z | Downloaded erased-serde v0.3.31 |
| 924 | 2026-02-27T02:06:20.752Z | Downloaded chumsky v0.9.3 |
| 925 | 2026-02-27T02:06:20.755Z | Downloaded backon v1.6.0 |
| 926 | 2026-02-27T02:06:20.757Z | Downloaded instant v0.1.13 |
| 927 | 2026-02-27T02:06:20.760Z | Downloaded indoc v1.0.9 |
| 928 | 2026-02-27T02:06:20.763Z | Downloaded derive_more v0.99.20 |
| 929 | 2026-02-27T02:06:20.766Z | Downloaded darling v0.21.0 |
| 930 | 2026-02-27T02:06:20.770Z | Downloaded crossbeam-utils v0.8.21 |
| 931 | 2026-02-27T02:06:20.773Z | Downloaded crc-any v2.5.0 |
| 932 | 2026-02-27T02:06:20.776Z | Downloaded indent_write v2.2.0 |
| 933 | 2026-02-27T02:06:20.776Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 934 | 2026-02-27T02:06:20.779Z | Downloaded ident_case v1.0.1 |
| 935 | 2026-02-27T02:06:20.779Z | Downloaded icu_provider_macros v1.5.0 |
| 936 | 2026-02-27T02:06:20.782Z | Downloaded group v0.13.0 |
| 937 | 2026-02-27T02:06:20.782Z | Downloaded glob v0.3.2 |
| 938 | 2026-02-27T02:06:20.785Z | Downloaded cfg-expr v0.20.1 |
| 939 | 2026-02-27T02:06:20.785Z | Downloaded derive-where v1.5.0 |
| 940 | 2026-02-27T02:06:20.788Z | Downloaded fixedbitset v0.5.7 |
| 941 | 2026-02-27T02:06:20.791Z | Downloaded event-listener v5.3.1 |
| 942 | 2026-02-27T02:06:20.794Z | Downloaded futures-timer v3.0.3 |
| 943 | 2026-02-27T02:06:20.794Z | Downloaded env_logger v0.11.8 |
| 944 | 2026-02-27T02:06:20.797Z | Downloaded arc-swap v1.7.1 |
| 945 | 2026-02-27T02:06:20.800Z | Downloaded ar_archive_writer v0.5.1 |
| 946 | 2026-02-27T02:06:20.803Z | Downloaded hostname v0.3.1 |
| 947 | 2026-02-27T02:06:20.806Z | Downloaded futures-macro v0.3.31 |
| 948 | 2026-02-27T02:06:20.806Z | Downloaded futures-executor v0.3.31 |
| 949 | 2026-02-27T02:06:20.806Z | Downloaded futures-channel v0.3.31 |
| 950 | 2026-02-27T02:06:20.809Z | Downloaded const_format v0.2.34 |
| 951 | 2026-02-27T02:06:20.812Z | Downloaded hex-literal v0.4.1 |
| 952 | 2026-02-27T02:06:20.812Z | Downloaded des v0.8.1 |
| 953 | 2026-02-27T02:06:20.815Z | Downloaded base64 v0.13.1 |
| 954 | 2026-02-27T02:06:20.818Z | Downloaded fs-err v3.1.1 |
| 955 | 2026-02-27T02:06:20.818Z | Downloaded diff v0.1.13 |
| 956 | 2026-02-27T02:06:20.821Z | Downloaded foldhash v0.1.5 |
| 957 | 2026-02-27T02:06:20.824Z | Downloaded drift v0.1.3 |
| 958 | 2026-02-27T02:06:20.827Z | Downloaded deranged v0.5.3 |
| 959 | 2026-02-27T02:06:20.829Z | Downloaded cookie v0.18.1 |
| 960 | 2026-02-27T02:06:20.832Z | Downloaded console v0.15.10 |
| 961 | 2026-02-27T02:06:20.835Z | Downloaded bzip2 v0.5.2 |
| 962 | 2026-02-27T02:06:20.835Z | Downloaded heck v0.5.0 |
| 963 | 2026-02-27T02:06:20.835Z | Downloaded heck v0.3.3 |
| 964 | 2026-02-27T02:06:20.838Z | Downloaded foldhash v0.2.0 |
| 965 | 2026-02-27T02:06:20.838Z | Downloaded filetime v0.2.26 |
| 966 | 2026-02-27T02:06:20.842Z | Downloaded guppy-workspace-hack v0.1.0 |
| 967 | 2026-02-27T02:06:20.842Z | Downloaded find-msvc-tools v0.1.9 |
| 968 | 2026-02-27T02:06:20.842Z | Downloaded crossbeam-epoch v0.9.18 |
| 969 | 2026-02-27T02:06:20.845Z | Downloaded colored v2.2.0 |
| 970 | 2026-02-27T02:06:20.848Z | Downloaded globwalk v0.9.1 |
| 971 | 2026-02-27T02:06:20.848Z | Downloaded generic-array v0.14.7 |
| 972 | 2026-02-27T02:06:20.851Z | Downloaded cargo-util-schemas v0.8.2 |
| 973 | 2026-02-27T02:06:20.851Z | Downloaded camino v1.2.2 |
| 974 | 2026-02-27T02:06:20.854Z | Downloaded bitflags v2.9.4 |
| 975 | 2026-02-27T02:06:20.857Z | Downloaded fallible-iterator v0.2.0 |
| 976 | 2026-02-27T02:06:20.857Z | Downloaded chacha20poly1305 v0.10.1 |
| 977 | 2026-02-27T02:06:20.860Z | Downloaded fxhash v0.2.1 |
| 978 | 2026-02-27T02:06:20.861Z | Downloaded futures-task v0.3.31 |
| 979 | 2026-02-27T02:06:20.861Z | Downloaded ff v0.13.0 |
| 980 | 2026-02-27T02:06:20.863Z | Downloaded erased-serde v0.4.6 |
| 981 | 2026-02-27T02:06:20.866Z | Downloaded embedded-io v0.4.0 |
| 982 | 2026-02-27T02:06:20.866Z | Downloaded digest v0.10.7 |
| 983 | 2026-02-27T02:06:20.870Z | Downloaded derive-ex v0.1.8 |
| 984 | 2026-02-27T02:06:20.870Z | Downloaded daft v0.1.4 |
| 985 | 2026-02-27T02:06:20.873Z | Downloaded critical-section v1.1.3 |
| 986 | 2026-02-27T02:06:20.873Z | Downloaded dyn-clone v1.0.20 |
| 987 | 2026-02-27T02:06:20.873Z | Downloaded csv-core v0.1.11 |
| 988 | 2026-02-27T02:06:20.878Z | Downloaded clap v4.5.48 |
| 989 | 2026-02-27T02:06:20.882Z | Downloaded blake2 v0.10.6 |
| 990 | 2026-02-27T02:06:20.885Z | Downloaded bcs v0.1.6 |
| 991 | 2026-02-27T02:06:20.888Z | Downloaded ctr v0.9.2 |
| 992 | 2026-02-27T02:06:20.888Z | Downloaded cancel-safe-futures v0.1.5 |
| 993 | 2026-02-27T02:06:20.892Z | Downloaded bzip2 v0.4.4 |
| 994 | 2026-02-27T02:06:20.895Z | Downloaded bit-vec v0.8.0 |
| 995 | 2026-02-27T02:06:20.895Z | Downloaded async-task v4.7.1 |
| 996 | 2026-02-27T02:06:20.898Z | Downloaded funty v2.0.0 |
| 997 | 2026-02-27T02:06:20.898Z | Downloaded defmt-parser v0.3.4 |
| 998 | 2026-02-27T02:06:20.898Z | Downloaded data-encoding v2.9.0 |
| 999 | 2026-02-27T02:06:20.898Z | Downloaded darling v0.20.10 |
| 1000 | 2026-02-27T02:06:20.901Z | Downloaded criterion-plot v0.6.0 |
| 1001 | 2026-02-27T02:06:20.904Z | Downloaded ed25519 v2.2.3 |
| 1002 | 2026-02-27T02:06:20.907Z | Downloaded ecdsa v0.16.9 |
| 1003 | 2026-02-27T02:06:20.907Z | Downloaded derive_builder_core v0.20.2 |
| 1004 | 2026-02-27T02:06:20.910Z | Downloaded daft-derive v0.1.4 |
| 1005 | 2026-02-27T02:06:20.913Z | Downloaded foreign-types v0.3.2 |
| 1006 | 2026-02-27T02:06:20.913Z | Downloaded float-cmp v0.10.0 |
| 1007 | 2026-02-27T02:06:20.916Z | Downloaded flagset v0.4.6 |
| 1008 | 2026-02-27T02:06:20.916Z | Downloaded cbc v0.1.2 |
| 1009 | 2026-02-27T02:06:20.919Z | Downloaded cassowary v0.3.0 |
| 1010 | 2026-02-27T02:06:20.919Z | Downloaded cargo_metadata v0.19.2 |
| 1011 | 2026-02-27T02:06:20.919Z | Downloaded async-bb8-diesel v0.2.1 |
| 1012 | 2026-02-27T02:06:20.922Z | Downloaded foreign-types-macros v0.2.3 |
| 1013 | 2026-02-27T02:06:20.922Z | Downloaded foreign-types v0.5.0 |
| 1014 | 2026-02-27T02:06:20.925Z | Downloaded fnv v1.0.7 |
| 1015 | 2026-02-27T02:06:20.925Z | Downloaded base64ct v1.6.0 |
| 1016 | 2026-02-27T02:06:20.928Z | Downloaded defmt v0.3.8 |
| 1017 | 2026-02-27T02:06:20.931Z | Downloaded datatest-stable v0.3.2 |
| 1018 | 2026-02-27T02:06:20.934Z | Downloaded cipher v0.4.4 |
| 1019 | 2026-02-27T02:06:20.934Z | Downloaded buf-list v1.0.3 |
| 1020 | 2026-02-27T02:06:20.937Z | Downloaded bitfield v0.19.2 |
| 1021 | 2026-02-27T02:06:20.937Z | Downloaded fastrand v2.1.1 |
| 1022 | 2026-02-27T02:06:20.940Z | Downloaded diesel-dtrace v0.4.2 |
| 1023 | 2026-02-27T02:06:20.940Z | Downloaded bitfield-struct v0.6.2 |
| 1024 | 2026-02-27T02:06:20.943Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1025 | 2026-02-27T02:06:20.943Z | Downloaded backoff v0.4.0 |
| 1026 | 2026-02-27T02:06:20.946Z | Downloaded event-listener-strategy v0.5.2 |
| 1027 | 2026-02-27T02:06:20.946Z | Downloaded equivalent v1.0.2 |
| 1028 | 2026-02-27T02:06:20.946Z | Downloaded errno v0.3.12 |
| 1029 | 2026-02-27T02:06:20.948Z | Downloaded env_filter v0.1.2 |
| 1030 | 2026-02-27T02:06:20.948Z | Downloaded enum-as-inner v0.6.1 |
| 1031 | 2026-02-27T02:06:20.951Z | Downloaded embedded-io v0.6.1 |
| 1032 | 2026-02-27T02:06:20.951Z | Downloaded dirs-sys-next v0.1.2 |
| 1033 | 2026-02-27T02:06:20.951Z | Downloaded crc8 v0.1.1 |
| 1034 | 2026-02-27T02:06:20.952Z | Downloaded bitflags v1.3.2 |
| 1035 | 2026-02-27T02:06:20.955Z | Downloaded bit-vec v0.6.3 |
| 1036 | 2026-02-27T02:06:20.958Z | Downloaded allocator-api2 v0.2.21 |
| 1037 | 2026-02-27T02:06:20.958Z | Downloaded darling_macro v0.20.10 |
| 1038 | 2026-02-27T02:06:20.961Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1039 | 2026-02-27T02:06:20.961Z | Downloaded camino-tempfile v1.4.1 |
| 1040 | 2026-02-27T02:06:20.964Z | Downloaded byteorder v1.5.0 |
| 1041 | 2026-02-27T02:06:20.964Z | Downloaded blocking v1.6.1 |
| 1042 | 2026-02-27T02:06:20.967Z | Downloaded autocfg v1.4.0 |
| 1043 | 2026-02-27T02:06:20.967Z | Downloaded async-process v2.3.0 |
| 1044 | 2026-02-27T02:06:20.970Z | Downloaded dtrace-parser v0.2.0 |
| 1045 | 2026-02-27T02:06:20.970Z | Downloaded dtrace-parser v0.3.0 |
| 1046 | 2026-02-27T02:06:20.970Z | Downloaded dropshot-api-manager-types v0.3.0 |
| 1047 | 2026-02-27T02:06:20.973Z | Downloaded dof v0.4.0 |
| 1048 | 2026-02-27T02:06:20.973Z | Downloaded difflib v0.4.0 |
| 1049 | 2026-02-27T02:06:20.973Z | Downloaded dof v0.3.0 |
| 1050 | 2026-02-27T02:06:20.976Z | Downloaded document-features v0.2.11 |
| 1051 | 2026-02-27T02:06:20.976Z | Downloaded doc-comment v0.3.3 |
| 1052 | 2026-02-27T02:06:20.976Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1053 | 2026-02-27T02:06:20.979Z | Downloaded cstr-argument v0.1.2 |
| 1054 | 2026-02-27T02:06:20.979Z | Downloaded crunchy v0.2.2 |
| 1055 | 2026-02-27T02:06:20.979Z | Downloaded blowfish v0.9.1 |
| 1056 | 2026-02-27T02:06:20.979Z | Downloaded async-executor v1.13.1 |
| 1057 | 2026-02-27T02:06:20.982Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1058 | 2026-02-27T02:06:20.982Z | Downloaded block-padding v0.3.3 |
| 1059 | 2026-02-27T02:06:20.985Z | Downloaded bb8 v0.8.5 |
| 1060 | 2026-02-27T02:06:20.985Z | Downloaded console v0.16.0 |
| 1061 | 2026-02-27T02:06:20.988Z | Downloaded bit-set v0.5.3 |
| 1062 | 2026-02-27T02:06:20.988Z | Downloaded base16ct v0.2.0 |
| 1063 | 2026-02-27T02:06:20.988Z | Downloaded backtrace-ext v0.2.1 |
| 1064 | 2026-02-27T02:06:20.991Z | Downloaded derive_builder_macro v0.20.2 |
| 1065 | 2026-02-27T02:06:20.991Z | Downloaded darling_macro v0.21.0 |
| 1066 | 2026-02-27T02:06:20.991Z | Downloaded crypto-common v0.1.6 |
| 1067 | 2026-02-27T02:06:20.991Z | Downloaded cast v0.3.0 |
| 1068 | 2026-02-27T02:06:20.994Z | Downloaded cargo_metadata v0.21.0 |
| 1069 | 2026-02-27T02:06:20.994Z | Downloaded async-trait v0.1.89 |
| 1070 | 2026-02-27T02:06:20.997Z | Downloaded anyhow v1.0.99 |
| 1071 | 2026-02-27T02:06:21.000Z | Downloaded crc-catalog v2.4.0 |
| 1072 | 2026-02-27T02:06:21.003Z | Downloaded cpufeatures v0.2.14 |
| 1073 | 2026-02-27T02:06:21.003Z | Downloaded ciborium-ll v0.2.2 |
| 1074 | 2026-02-27T02:06:21.006Z | Downloaded block-buffer v0.10.4 |
| 1075 | 2026-02-27T02:06:21.006Z | Downloaded bitfield-macros v0.19.2 |
| 1076 | 2026-02-27T02:06:21.006Z | Downloaded bit-set v0.8.0 |
| 1077 | 2026-02-27T02:06:21.006Z | Downloaded const_format_proc_macros v0.2.34 |
| 1078 | 2026-02-27T02:06:21.009Z | Downloaded cmake v0.1.57 |
| 1079 | 2026-02-27T02:06:21.009Z | Downloaded cargo-platform v0.2.0 |
| 1080 | 2026-02-27T02:06:21.012Z | Downloaded cargo-platform v0.1.8 |
| 1081 | 2026-02-27T02:06:21.012Z | Downloaded bytecount v0.6.8 |
| 1082 | 2026-02-27T02:06:21.015Z | Downloaded colorchoice v1.0.2 |
| 1083 | 2026-02-27T02:06:21.015Z | Downloaded clang-sys v1.8.1 |
| 1084 | 2026-02-27T02:06:21.019Z | Downloaded castaway v0.2.3 |
| 1085 | 2026-02-27T02:06:21.019Z | Downloaded assert_cmd v2.0.17 |
| 1086 | 2026-02-27T02:06:21.022Z | Downloaded cfg_aliases v0.1.1 |
| 1087 | 2026-02-27T02:06:21.022Z | Downloaded cc v1.2.56 |
| 1088 | 2026-02-27T02:06:21.025Z | Downloaded clap_derive v4.5.47 |
| 1089 | 2026-02-27T02:06:21.025Z | Downloaded ciborium v0.2.2 |
| 1090 | 2026-02-27T02:06:21.028Z | Downloaded chacha20 v0.9.1 |
| 1091 | 2026-02-27T02:06:21.031Z | Downloaded async-lock v3.4.0 |
| 1092 | 2026-02-27T02:06:21.031Z | Downloaded approx v0.5.1 |
| 1093 | 2026-02-27T02:06:21.034Z | Downloaded anstyle-parse v0.2.5 |
| 1094 | 2026-02-27T02:06:21.034Z | Downloaded async-io v2.3.4 |
| 1095 | 2026-02-27T02:06:21.037Z | Downloaded async-signal v0.2.10 |
| 1096 | 2026-02-27T02:06:21.040Z | Downloaded async-channel v2.3.1 |
| 1097 | 2026-02-27T02:06:21.040Z | Downloaded constant_time_eq v0.3.1 |
| 1098 | 2026-02-27T02:06:21.040Z | Downloaded cobs v0.2.3 |
| 1099 | 2026-02-27T02:06:21.043Z | Downloaded ciborium-io v0.2.2 |
| 1100 | 2026-02-27T02:06:21.046Z | Downloaded atomicwrites v0.4.4 |
| 1101 | 2026-02-27T02:06:21.049Z | Downloaded async-attributes v1.1.2 |
| 1102 | 2026-02-27T02:06:21.049Z | Downloaded arrayvec v0.7.6 |
| 1103 | 2026-02-27T02:06:21.052Z | Downloaded cfg-if v1.0.4 |
| 1104 | 2026-02-27T02:06:21.052Z | Downloaded assert-json-diff v2.0.2 |
| 1105 | 2026-02-27T02:06:21.056Z | Downloaded argon2 v0.5.3 |
| 1106 | 2026-02-27T02:06:21.056Z | Downloaded anstyle v1.0.11 |
| 1107 | 2026-02-27T02:06:21.056Z | Downloaded concurrent-queue v2.5.0 |
| 1108 | 2026-02-27T02:06:21.059Z | Downloaded cexpr v0.6.0 |
| 1109 | 2026-02-27T02:06:21.059Z | Downloaded atomic-waker v1.1.2 |
| 1110 | 2026-02-27T02:06:21.062Z | Downloaded async-stream-impl v0.3.6 |
| 1111 | 2026-02-27T02:06:21.062Z | Downloaded async-recursion v1.1.1 |
| 1112 | 2026-02-27T02:06:21.065Z | Downloaded async-global-executor v2.4.1 |
| 1113 | 2026-02-27T02:06:21.068Z | Downloaded arrayref v0.3.9 |
| 1114 | 2026-02-27T02:06:21.069Z | Downloaded anstream v0.6.18 |
| 1115 | 2026-02-27T02:06:21.071Z | Downloaded async-stream v0.3.6 |
| 1116 | 2026-02-27T02:06:21.071Z | Downloaded async-channel v1.9.0 |
| 1117 | 2026-02-27T02:06:21.071Z | Downloaded assert_matches v1.5.0 |
| 1118 | 2026-02-27T02:06:21.074Z | Downloaded ahash v0.8.12 |
| 1119 | 2026-02-27T02:06:21.074Z | Downloaded aead v0.5.2 |
| 1120 | 2026-02-27T02:06:21.077Z | Downloaded anstyle-query v1.1.1 |
| 1121 | 2026-02-27T02:06:21.077Z | Downloaded anes v0.1.6 |
| 1122 | 2026-02-27T02:06:21.131Z | Downloaded aws-lc-sys v0.37.1 |
| 1123 | 2026-02-27T02:06:21.690Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 1124 | 2026-02-27T02:06:34.820Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 1125 | 2026-02-27T02:06:45.538Z | Startup: Caching catalogs ... Done |
| 1126 | 2026-02-27T02:07:10.103Z | Planning: Solver setup ... Done (22.864s) |
| 1127 | 2026-02-27T02:07:10.265Z | Planning: Running solver ... Done (0.163s) |
| 1128 | 2026-02-27T02:07:10.444Z | Planning: Finding local manifests ... Done (0.002s) |
| 1129 | 2026-02-27T02:07:10.458Z | Planning: Fetching manifests: 0/4 0% complete |
| 1130 | 2026-02-27T02:07:10.599Z | Planning: Fetching manifests: 4/4 100% complete |
| 1131 | 2026-02-27T02:07:10.655Z | Planning: Package planning ... Done (0.055s) |
| 1132 | 2026-02-27T02:07:10.706Z | Planning: Merging actions ... Done (0.051s) |
| 1133 | 2026-02-27T02:07:10.991Z | Planning: Checking for conflicting actions ... Done (0.284s) |
| 1134 | 2026-02-27T02:07:11.002Z | Planning: Consolidating action changes ... Done (0.011s) |
| 1135 | 2026-02-27T02:07:11.874Z | Planning: Evaluating mediators ... Done (0.871s) |
| 1136 | 2026-02-27T02:07:11.883Z | Planning: Planning completed in 26.19 seconds |
| 1137 | 2026-02-27T02:07:11.971Z | Packages to install: 4 |
| 1138 | 2026-02-27T02:07:11.971Z | Mediators to change: 2 |
| 1139 | 2026-02-27T02:07:11.971Z | Services to change: 1 |
| 1140 | 2026-02-27T02:07:11.974Z | Estimated space available: 155.08 GB |
| 1141 | 2026-02-27T02:07:11.974Z | Estimated space to be consumed: 1.81 GB |
| 1142 | 2026-02-27T02:07:11.974Z | Create boot environment: No |
| 1143 | 2026-02-27T02:07:11.974Z | Create backup boot environment: No |
| 1144 | 2026-02-27T02:07:11.974Z | Rebuild boot archive: No |
| 1145 | 2026-02-27T02:07:11.974Z | |
| 1146 | 2026-02-27T02:07:11.974Z | Changed mediators: |
| 1147 | 2026-02-27T02:07:11.974Z | mediator clang: |
| 1148 | 2026-02-27T02:07:11.974Z | version: None -> 15 (system default) |
| 1149 | 2026-02-27T02:07:11.974Z | |
| 1150 | 2026-02-27T02:07:11.974Z | mediator llvm: |
| 1151 | 2026-02-27T02:07:11.975Z | version: 14 (system default) -> 15 (system default) |
| 1152 | 2026-02-27T02:07:11.975Z | |
| 1153 | 2026-02-27T02:07:11.975Z | Changed packages: |
| 1154 | 2026-02-27T02:07:11.975Z | helios-dev |
| 1155 | 2026-02-27T02:07:11.975Z | developer/build-essential |
| 1156 | 2026-02-27T02:07:11.975Z | None -> 11-2.0 |
| 1157 | 2026-02-27T02:07:11.975Z | library/libxmlsec1 |
| 1158 | 2026-02-27T02:07:11.975Z | None -> 1.2.35-2.0 |
| 1159 | 2026-02-27T02:07:11.975Z | ooce/developer/clang-15 |
| 1160 | 2026-02-27T02:07:11.975Z | None -> 15.0.7-2.0 |
| 1161 | 2026-02-27T02:07:11.975Z | ooce/developer/llvm-15 |
| 1162 | 2026-02-27T02:07:11.975Z | None -> 15.0.7-2.0 |
| 1163 | 2026-02-27T02:07:11.975Z | |
| 1164 | 2026-02-27T02:07:11.975Z | Services: |
| 1165 | 2026-02-27T02:07:11.975Z | restart_fmri: |
| 1166 | 2026-02-27T02:07:11.975Z | svc:/system/update-man-index:default |
| 1167 | 2026-02-27T02:07:12.022Z | |
| 1168 | 2026-02-27T02:07:12.022Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 1169 | 2026-02-27T02:07:17.023Z | Download: 2027/3290 items 118.0/212.6MB 55% complete (23.8M/s) |
| 1170 | 2026-02-27T02:07:22.978Z | Download: 3245/3290 items 202.9/212.6MB 95% complete (21.6M/s) |
| 1171 | 2026-02-27T02:07:24.667Z | Download: Completed 212.60 MB in 12.59 seconds (16.9M/s) |
| 1172 | 2026-02-27T02:07:24.806Z | Actions: 1/3689 actions (Installing new actions) |
| 1173 | 2026-02-27T02:07:29.492Z | Actions: Completed 3689 actions in 4.68 seconds. |
| 1174 | 2026-02-27T02:07:29.933Z | Done (0.436s) |
| 1175 | 2026-02-27T02:07:29.933Z | Done (0.000s) |
| 1176 | 2026-02-27T02:07:31.055Z | Done (1.122s) |
| 1177 | 2026-02-27T02:07:35.590Z | Done (4.163s) |
| 1178 | 2026-02-27T02:07:35.685Z | Done (0.017s) |
| 1179 | 2026-02-27T02:07:35.688Z | Done (0.000s) |
| 1180 | 2026-02-27T02:07:35.872Z | Done (0.000s) |
| 1181 | 2026-02-27T02:07:36.887Z | Planning: Evaluating mediator changes ... Done |
| 1182 | 2026-02-27T02:07:37.053Z | Planning: Checking for conflicting actions ... Done |
| 1183 | 2026-02-27T02:07:37.056Z | Planning: Consolidating action changes ... Done |
| 1184 | 2026-02-27T02:07:37.334Z | Planning: Evaluating mediators ... Done |
| 1185 | 2026-02-27T02:07:37.336Z | Planning: Planning completed in 0.45 seconds |
| 1186 | 2026-02-27T02:07:37.368Z | Mediators to change: 2 |
| 1187 | 2026-02-27T02:07:37.371Z | Create boot environment: No |
| 1188 | 2026-02-27T02:07:37.371Z | Create backup boot environment: No |
| 1189 | 2026-02-27T02:07:37.467Z | Done |
| 1190 | 2026-02-27T02:07:37.467Z | Done |
| 1191 | 2026-02-27T02:07:38.269Z | Done |
| 1192 | 2026-02-27T02:07:42.251Z | Done |
| 1193 | 2026-02-27T02:07:42.350Z | Done |
| 1194 | 2026-02-27T02:07:42.353Z | Done |
| 1195 | 2026-02-27T02:07:42.531Z | Done |
| 1196 | 2026-02-27T02:07:43.255Z | Planning: Evaluating mediator changes ... Done |
| 1197 | 2026-02-27T02:07:43.258Z | Planning: Merging actions ... Done |
| 1198 | 2026-02-27T02:07:43.468Z | Planning: Checking for conflicting actions ... Done |
| 1199 | 2026-02-27T02:07:43.472Z | Planning: Consolidating action changes ... Done |
| 1200 | 2026-02-27T02:07:43.838Z | Planning: Evaluating mediators ... Done |
| 1201 | 2026-02-27T02:07:43.842Z | Planning: Planning completed in 0.83 seconds |
| 1202 | 2026-02-27T02:07:43.847Z | Packages to change: 1 |
| 1203 | 2026-02-27T02:07:43.847Z | Mediators to change: 1 |
| 1204 | 2026-02-27T02:07:43.850Z | Services to change: 1 |
| 1205 | 2026-02-27T02:07:43.850Z | Create boot environment: No |
| 1206 | 2026-02-27T02:07:43.850Z | Create backup boot environment: Yes |
| 1207 | 2026-02-27T02:07:46.495Z | Actions: 1/6 actions (Updating modified actions) |
| 1208 | 2026-02-27T02:07:46.498Z | Actions: Completed 6 actions in 0.00 seconds. |
| 1209 | 2026-02-27T02:07:46.498Z | Done |
| 1210 | 2026-02-27T02:07:46.498Z | Done |
| 1211 | 2026-02-27T02:07:46.718Z | Done |
| 1212 | 2026-02-27T02:07:50.711Z | Done |
| 1213 | 2026-02-27T02:07:50.805Z | Done |
| 1214 | 2026-02-27T02:07:50.808Z | Done |
| 1215 | 2026-02-27T02:07:50.971Z | Done |
| 1216 | 2026-02-27T02:07:51.447Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 1217 | 2026-02-27T02:07:51.447Z | clang system 15 system |
| 1218 | 2026-02-27T02:07:51.447Z | csh system system illumos |
| 1219 | 2026-02-27T02:07:51.447Z | ctags system system illumos |
| 1220 | 2026-02-27T02:07:51.447Z | file system system illumos |
| 1221 | 2026-02-27T02:07:51.447Z | gcc vendor 12 vendor |
| 1222 | 2026-02-27T02:07:51.447Z | gcc system 10 system |
| 1223 | 2026-02-27T02:07:51.447Z | gcc system 7 system |
| 1224 | 2026-02-27T02:07:51.447Z | go system 1.20 system |
| 1225 | 2026-02-27T02:07:51.447Z | go system 1.19 system |
| 1226 | 2026-02-27T02:07:51.447Z | llvm system 15 system |
| 1227 | 2026-02-27T02:07:51.447Z | llvm system 14 system |
| 1228 | 2026-02-27T02:07:51.447Z | mariadb system 10.6 system |
| 1229 | 2026-02-27T02:07:51.447Z | mta vendor vendor dma |
| 1230 | 2026-02-27T02:07:51.447Z | openjdk system 17 system |
| 1231 | 2026-02-27T02:07:51.447Z | openjdk system 11 system |
| 1232 | 2026-02-27T02:07:51.447Z | openjdk system 1.8 system |
| 1233 | 2026-02-27T02:07:51.447Z | openssl vendor 3 vendor |
| 1234 | 2026-02-27T02:07:51.447Z | perl system 5.36 system |
| 1235 | 2026-02-27T02:07:51.447Z | postgresql system 15 system |
| 1236 | 2026-02-27T02:07:51.447Z | postgresql system 13 system |
| 1237 | 2026-02-27T02:07:51.447Z | python vendor 3 vendor |
| 1238 | 2026-02-27T02:07:51.447Z | python system 2 system |
| 1239 | 2026-02-27T02:07:51.447Z | python3 system 3.11 system |
| 1240 | 2026-02-27T02:07:51.447Z | ruby system 3.0 system |
| 1241 | 2026-02-27T02:07:51.447Z | words vendor vendor american-english |
| 1242 | 2026-02-27T02:07:51.447Z | words system system australian-english |
| 1243 | 2026-02-27T02:07:51.447Z | words system system british-english |
| 1244 | 2026-02-27T02:07:51.447Z | words system system canadian-english |
| 1245 | 2026-02-27T02:07:51.447Z | words system system french |
| 1246 | 2026-02-27T02:07:51.447Z | words system system italian |
| 1247 | 2026-02-27T02:07:51.447Z | words system system ngerman |
| 1248 | 2026-02-27T02:07:51.447Z | words system system ogerman |
| 1249 | 2026-02-27T02:07:51.447Z | words system system spanish |
| 1250 | 2026-02-27T02:07:51.807Z | PUBLISHER TYPE STATUS P LOCATION |
| 1251 | 2026-02-27T02:07:51.808Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 1252 | 2026-02-27T02:07:58.504Z | FMRI IFO |
| 1253 | 2026-02-27T02:07:58.504Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 1254 | 2026-02-27T02:07:58.504Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 1255 | 2026-02-27T02:07:58.504Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 1256 | 2026-02-27T02:07:58.504Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 1257 | 2026-02-27T02:07:58.504Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 1258 | 2026-02-27T02:07:58.504Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 1259 | 2026-02-27T02:07:58.504Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 1260 | 2026-02-27T02:07:58.504Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 1261 | 2026-02-27T02:07:58.504Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 1262 | 2026-02-27T02:07:58.504Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 1263 | 2026-02-27T02:07:58.505Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 1264 | 2026-02-27T02:07:58.505Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 1265 | 2026-02-27T02:07:58.505Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 1266 | 2026-02-27T02:07:58.505Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 1267 | 2026-02-27T02:07:58.505Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 1268 | 2026-02-27T02:07:58.505Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 1269 | 2026-02-27T02:08:00.292Z | Downloading crates ... |
| 1270 | 2026-02-27T02:08:00.378Z | Downloaded cargo_toml v0.21.0 |
| 1271 | 2026-02-27T02:08:00.446Z | Compiling proc-macro2 v1.0.106 |
| 1272 | 2026-02-27T02:08:00.450Z | Compiling quote v1.0.44 |
| 1273 | 2026-02-27T02:08:00.450Z | Compiling unicode-ident v1.0.24 |
| 1274 | 2026-02-27T02:08:00.450Z | Compiling serde_core v1.0.228 |
| 1275 | 2026-02-27T02:08:00.450Z | Compiling version_check v0.9.5 |
| 1276 | 2026-02-27T02:08:00.554Z | Compiling serde v1.0.228 |
| 1277 | 2026-02-27T02:08:00.557Z | Compiling libc v0.2.180 |
| 1278 | 2026-02-27T02:08:00.557Z | Compiling memchr v2.7.4 |
| 1279 | 2026-02-27T02:08:00.828Z | Compiling thiserror v2.0.18 |
| 1280 | 2026-02-27T02:08:01.304Z | Compiling stable_deref_trait v1.2.0 |
| 1281 | 2026-02-27T02:08:01.321Z | Compiling zmij v1.0.15 |
| 1282 | 2026-02-27T02:08:01.325Z | Compiling writeable v0.5.5 |
| 1283 | 2026-02-27T02:08:01.418Z | Compiling autocfg v1.4.0 |
| 1284 | 2026-02-27T02:08:01.885Z | Compiling thiserror v1.0.69 |
| 1285 | 2026-02-27T02:08:01.912Z | Compiling ucd-trie v0.1.7 |
| 1286 | 2026-02-27T02:08:02.046Z | Compiling litemap v0.7.3 |
| 1287 | 2026-02-27T02:08:02.281Z | Compiling itoa v1.0.11 |
| 1288 | 2026-02-27T02:08:02.444Z | Compiling icu_locid_transform_data v1.5.0 |
| 1289 | 2026-02-27T02:08:02.447Z | Compiling byteorder v1.5.0 |
| 1290 | 2026-02-27T02:08:02.570Z | Compiling bitflags v2.9.4 |
| 1291 | 2026-02-27T02:08:02.874Z | Compiling errno v0.3.12 |
| 1292 | 2026-02-27T02:08:02.896Z | Compiling icu_properties_data v1.5.0 |
| 1293 | 2026-02-27T02:08:03.117Z | Compiling serde_json v1.0.149 |
| 1294 | 2026-02-27T02:08:03.158Z | Compiling syn v2.0.117 |
| 1295 | 2026-02-27T02:08:03.185Z | Compiling num-traits v0.2.19 |
| 1296 | 2026-02-27T02:08:03.296Z | Compiling hashbrown v0.16.1 |
| 1297 | 2026-02-27T02:08:03.375Z | Compiling rustix v0.38.37 |
| 1298 | 2026-02-27T02:08:03.496Z | Compiling utf8_iter v1.0.4 |
| 1299 | 2026-02-27T02:08:03.526Z | Compiling smallvec v1.15.1 |
| 1300 | 2026-02-27T02:08:03.752Z | Compiling write16 v1.0.0 |
| 1301 | 2026-02-27T02:08:03.804Z | Compiling typeid v1.0.3 |
| 1302 | 2026-02-27T02:08:03.935Z | Compiling icu_normalizer_data v1.5.0 |
| 1303 | 2026-02-27T02:08:03.940Z | Compiling utf16_iter v1.0.5 |
| 1304 | 2026-02-27T02:08:04.091Z | Compiling equivalent v1.0.2 |
| 1305 | 2026-02-27T02:08:04.376Z | Compiling proc-macro-error-attr v1.0.4 |
| 1306 | 2026-02-27T02:08:04.423Z | Compiling indexmap v2.13.0 |
| 1307 | 2026-02-27T02:08:04.480Z | Compiling usdt-impl v0.5.0 |
| 1308 | 2026-02-27T02:08:04.580Z | Compiling syn v1.0.109 |
| 1309 | 2026-02-27T02:08:04.708Z | Compiling toml_write v0.1.2 |
| 1310 | 2026-02-27T02:08:04.896Z | Compiling winnow v0.7.14 |
| 1311 | 2026-02-27T02:08:05.120Z | Compiling thread-id v4.2.2 |
| 1312 | 2026-02-27T02:08:05.484Z | Compiling proc-macro-error v1.0.4 |
| 1313 | 2026-02-27T02:08:05.911Z | Compiling utf8parse v0.2.2 |
| 1314 | 2026-02-27T02:08:06.076Z | Compiling plain v0.2.3 |
| 1315 | 2026-02-27T02:08:06.104Z | Compiling camino v1.2.2 |
| 1316 | 2026-02-27T02:08:06.267Z | Compiling getrandom v0.3.4 |
| 1317 | 2026-02-27T02:08:06.770Z | Compiling percent-encoding v2.3.2 |
| 1318 | 2026-02-27T02:08:06.800Z | Compiling log v0.4.29 |
| 1319 | 2026-02-27T02:08:07.140Z | Compiling rustix v1.1.3 |
| 1320 | 2026-02-27T02:08:07.157Z | Compiling form_urlencoded v1.2.2 |
| 1321 | 2026-02-27T02:08:07.160Z | Compiling ordered-float v2.10.1 |
| 1322 | 2026-02-27T02:08:07.555Z | Compiling terminal_size v0.4.0 |
| 1323 | 2026-02-27T02:08:07.782Z | Compiling anstyle-parse v0.2.5 |
| 1324 | 2026-02-27T02:08:08.214Z | Compiling anstyle-query v1.1.1 |
| 1325 | 2026-02-27T02:08:08.349Z | Compiling is_terminal_polyfill v1.70.1 |
| 1326 | 2026-02-27T02:08:08.382Z | Compiling cfg-if v1.0.4 |
| 1327 | 2026-02-27T02:08:08.495Z | Compiling anstyle v1.0.11 |
| 1328 | 2026-02-27T02:08:08.498Z | Compiling colorchoice v1.0.2 |
| 1329 | 2026-02-27T02:08:08.528Z | Compiling pretty-hex v0.4.1 |
| 1330 | 2026-02-27T02:08:08.798Z | Compiling semver v1.0.27 |
| 1331 | 2026-02-27T02:08:08.944Z | Compiling anstream v0.6.18 |
| 1332 | 2026-02-27T02:08:09.579Z | Compiling fs-err v3.1.1 |
| 1333 | 2026-02-27T02:08:09.602Z | Compiling anyhow v1.0.99 |
| 1334 | 2026-02-27T02:08:09.626Z | Compiling unicode-width v0.1.14 |
| 1335 | 2026-02-27T02:08:09.905Z | Compiling strsim v0.11.1 |
| 1336 | 2026-02-27T02:08:10.157Z | Compiling synstructure v0.13.1 |
| 1337 | 2026-02-27T02:08:10.236Z | Compiling heck v0.4.1 |
| 1338 | 2026-02-27T02:08:10.252Z | Compiling clap_lex v0.7.4 |
| 1339 | 2026-02-27T02:08:10.679Z | Compiling fnv v1.0.7 |
| 1340 | 2026-02-27T02:08:10.729Z | Compiling once_cell v1.21.3 |
| 1341 | 2026-02-27T02:08:10.832Z | Compiling fastrand v2.1.1 |
| 1342 | 2026-02-27T02:08:10.867Z | Compiling unicode-xid v0.2.6 |
| 1343 | 2026-02-27T02:08:11.145Z | Compiling bytecount v0.6.8 |
| 1344 | 2026-02-27T02:08:11.161Z | Compiling heck v0.5.0 |
| 1345 | 2026-02-27T02:08:11.238Z | Compiling tempfile v3.24.0 |
| 1346 | 2026-02-27T02:08:11.377Z | Compiling papergrid v0.11.0 |
| 1347 | 2026-02-27T02:08:11.394Z | Compiling clap_builder v4.5.48 |
| 1348 | 2026-02-27T02:08:11.812Z | Compiling memmap v0.7.0 |
| 1349 | 2026-02-27T02:08:12.004Z | Compiling unicode-width v0.2.0 |
| 1350 | 2026-02-27T02:08:12.028Z | Compiling smawk v0.3.2 |
| 1351 | 2026-02-27T02:08:12.154Z | Compiling unicode-linebreak v0.1.5 |
| 1352 | 2026-02-27T02:08:12.672Z | Compiling textwrap v0.16.2 |
| 1353 | 2026-02-27T02:08:13.058Z | Compiling camino-tempfile v1.4.1 |
| 1354 | 2026-02-27T02:08:13.144Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1355 | 2026-02-27T02:08:13.319Z | Compiling tabled_derive v0.7.0 |
| 1356 | 2026-02-27T02:08:13.527Z | Compiling swrite v0.1.0 |
| 1357 | 2026-02-27T02:08:14.155Z | Compiling serde_derive v1.0.228 |
| 1358 | 2026-02-27T02:08:14.170Z | Compiling zerofrom-derive v0.1.4 |
| 1359 | 2026-02-27T02:08:14.197Z | Compiling yoke-derive v0.7.4 |
| 1360 | 2026-02-27T02:08:14.308Z | Compiling thiserror-impl v2.0.18 |
| 1361 | 2026-02-27T02:08:14.323Z | Compiling zerovec-derive v0.10.3 |
| 1362 | 2026-02-27T02:08:15.235Z | Compiling displaydoc v0.2.5 |
| 1363 | 2026-02-27T02:08:16.828Z | Compiling thiserror-impl v1.0.69 |
| 1364 | 2026-02-27T02:08:16.880Z | Compiling icu_provider_macros v1.5.0 |
| 1365 | 2026-02-27T02:08:16.992Z | Compiling zerocopy-derive v0.7.35 |
| 1366 | 2026-02-27T02:08:17.535Z | Compiling zerofrom v0.1.4 |
| 1367 | 2026-02-27T02:08:17.730Z | Compiling pest v2.8.2 |
| 1368 | 2026-02-27T02:08:17.796Z | Compiling yoke v0.7.4 |
| 1369 | 2026-02-27T02:08:17.910Z | Compiling scroll_derive v0.12.0 |
| 1370 | 2026-02-27T02:08:18.205Z | Compiling zerovec v0.10.4 |
| 1371 | 2026-02-27T02:08:18.974Z | Compiling zerocopy v0.7.35 |
| 1372 | 2026-02-27T02:08:19.219Z | Compiling clap_derive v4.5.47 |
| 1373 | 2026-02-27T02:08:19.297Z | Compiling scroll v0.12.0 |
| 1374 | 2026-02-27T02:08:19.842Z | Compiling goblin v0.8.2 |
| 1375 | 2026-02-27T02:08:19.857Z | Compiling tabled v0.15.0 |
| 1376 | 2026-02-27T02:08:20.308Z | Compiling tinystr v0.7.6 |
| 1377 | 2026-02-27T02:08:20.326Z | Compiling icu_collections v1.5.0 |
| 1378 | 2026-02-27T02:08:20.353Z | Compiling pest_meta v2.8.2 |
| 1379 | 2026-02-27T02:08:20.666Z | Compiling icu_locid v1.5.0 |
| 1380 | 2026-02-27T02:08:22.449Z | Compiling icu_provider v1.5.0 |
| 1381 | 2026-02-27T02:08:22.496Z | Compiling pest_generator v2.8.2 |
| 1382 | 2026-02-27T02:08:22.513Z | Compiling serde_spanned v0.6.9 |
| 1383 | 2026-02-27T02:08:22.766Z | Compiling toml_datetime v0.6.11 |
| 1384 | 2026-02-27T02:08:22.783Z | Compiling dof v0.3.0 |
| 1385 | 2026-02-27T02:08:23.099Z | Compiling erased-serde v0.4.6 |
| 1386 | 2026-02-27T02:08:23.307Z | Compiling icu_locid_transform v1.5.0 |
| 1387 | 2026-02-27T02:08:23.410Z | Compiling toml_edit v0.22.27 |
| 1388 | 2026-02-27T02:08:23.661Z | Compiling serde_tokenstream v0.2.3 |
| 1389 | 2026-02-27T02:08:24.270Z | Compiling serde-untagged v0.1.7 |
| 1390 | 2026-02-27T02:08:24.286Z | Compiling serde-value v0.7.0 |
| 1391 | 2026-02-27T02:08:24.306Z | Compiling cargo-platform v0.2.0 |
| 1392 | 2026-02-27T02:08:24.785Z | Compiling icu_properties v1.5.1 |
| 1393 | 2026-02-27T02:08:24.861Z | Compiling pest_derive v2.8.2 |
| 1394 | 2026-02-27T02:08:24.878Z | Compiling clap v4.5.48 |
| 1395 | 2026-02-27T02:08:24.999Z | Compiling macaddr v1.0.1 |
| 1396 | 2026-02-27T02:08:25.659Z | Compiling dtrace-parser v0.2.0 |
| 1397 | 2026-02-27T02:08:26.828Z | Compiling toml v0.8.23 |
| 1398 | 2026-02-27T02:08:27.706Z | Compiling usdt-attr-macro v0.5.0 |
| 1399 | 2026-02-27T02:08:27.706Z | Compiling usdt-macro v0.5.0 |
| 1400 | 2026-02-27T02:08:27.831Z | Compiling cargo_toml v0.21.0 |
| 1401 | 2026-02-27T02:08:28.403Z | Compiling icu_normalizer v1.5.0 |
| 1402 | 2026-02-27T02:08:28.891Z | Compiling usdt v0.5.0 |
| 1403 | 2026-02-27T02:08:29.083Z | Compiling idna_adapter v1.2.0 |
| 1404 | 2026-02-27T02:08:29.237Z | Compiling idna v1.0.3 |
| 1405 | 2026-02-27T02:08:29.654Z | Compiling url v2.5.4 |
| 1406 | 2026-02-27T02:08:30.471Z | Compiling cargo-util-schemas v0.8.2 |
| 1407 | 2026-02-27T02:08:32.029Z | Compiling cargo_metadata v0.21.0 |
| 1408 | 2026-02-27T02:08:33.747Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1409 | 2026-02-27T02:08:37.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.07s |
| 1410 | 2026-02-27T02:08:37.655Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1411 | 2026-02-27T02:08:38.885Z | Compiling value-bag v1.12.0 |
| 1412 | 2026-02-27T02:08:38.888Z | Compiling shlex v1.3.0 |
| 1413 | 2026-02-27T02:08:38.888Z | Compiling find-msvc-tools v0.1.9 |
| 1414 | 2026-02-27T02:08:38.888Z | Compiling smallvec v1.15.1 |
| 1415 | 2026-02-27T02:08:38.888Z | Compiling syn v2.0.117 |
| 1416 | 2026-02-27T02:08:38.888Z | Compiling getrandom v0.2.15 |
| 1417 | 2026-02-27T02:08:39.030Z | Compiling jobserver v0.1.32 |
| 1418 | 2026-02-27T02:08:39.035Z | Compiling typenum v1.17.0 |
| 1419 | 2026-02-27T02:08:39.347Z | Compiling rand_core v0.6.4 |
| 1420 | 2026-02-27T02:08:39.488Z | Compiling log v0.4.29 |
| 1421 | 2026-02-27T02:08:39.519Z | Compiling generic-array v0.14.7 |
| 1422 | 2026-02-27T02:08:39.545Z | Compiling lock_api v0.4.12 |
| 1423 | 2026-02-27T02:08:39.600Z | Compiling cc v1.2.56 |
| 1424 | 2026-02-27T02:08:39.921Z | Compiling subtle v2.6.1 |
| 1425 | 2026-02-27T02:08:39.942Z | Compiling scopeguard v1.2.0 |
| 1426 | 2026-02-27T02:08:39.962Z | Compiling portable-atomic v1.11.0 |
| 1427 | 2026-02-27T02:08:40.056Z | Compiling critical-section v1.1.3 |
| 1428 | 2026-02-27T02:08:40.249Z | Compiling const-oid v0.9.6 |
| 1429 | 2026-02-27T02:08:40.270Z | Compiling serde_json v1.0.149 |
| 1430 | 2026-02-27T02:08:40.291Z | Compiling pkg-config v0.3.31 |
| 1431 | 2026-02-27T02:08:40.559Z | Compiling parking_lot_core v0.9.10 |
| 1432 | 2026-02-27T02:08:40.669Z | Compiling pin-project-lite v0.2.14 |
| 1433 | 2026-02-27T02:08:40.821Z | Compiling getrandom v0.3.4 |
| 1434 | 2026-02-27T02:08:41.622Z | Compiling signal-hook-registry v1.4.2 |
| 1435 | 2026-02-27T02:08:42.003Z | Compiling libm v0.2.8 |
| 1436 | 2026-02-27T02:08:42.301Z | Compiling once_cell v1.21.3 |
| 1437 | 2026-02-27T02:08:42.323Z | Compiling allocator-api2 v0.2.21 |
| 1438 | 2026-02-27T02:08:42.344Z | Compiling parking_lot v0.12.3 |
| 1439 | 2026-02-27T02:08:42.431Z | Compiling mio v1.0.2 |
| 1440 | 2026-02-27T02:08:42.710Z | Compiling num-traits v0.2.19 |
| 1441 | 2026-02-27T02:08:42.841Z | Compiling futures-core v0.3.32 |
| 1442 | 2026-02-27T02:08:43.095Z | Compiling percent-encoding v2.3.2 |
| 1443 | 2026-02-27T02:08:43.194Z | Compiling socket2 v0.6.1 |
| 1444 | 2026-02-27T02:08:43.322Z | Compiling slab v0.4.9 |
| 1445 | 2026-02-27T02:08:43.380Z | Compiling cpufeatures v0.2.14 |
| 1446 | 2026-02-27T02:08:43.459Z | Compiling foldhash v0.2.0 |
| 1447 | 2026-02-27T02:08:43.483Z | Compiling futures-sink v0.3.31 |
| 1448 | 2026-02-27T02:08:43.506Z | Compiling pin-utils v0.1.0 |
| 1449 | 2026-02-27T02:08:43.617Z | Compiling futures-task v0.3.31 |
| 1450 | 2026-02-27T02:08:43.666Z | Compiling futures-channel v0.3.31 |
| 1451 | 2026-02-27T02:08:43.868Z | Compiling hashbrown v0.16.1 |
| 1452 | 2026-02-27T02:08:43.924Z | Compiling futures-io v0.3.31 |
| 1453 | 2026-02-27T02:08:43.945Z | Compiling rustversion v1.0.22 |
| 1454 | 2026-02-27T02:08:44.111Z | Compiling form_urlencoded v1.2.2 |
| 1455 | 2026-02-27T02:08:44.140Z | Compiling cmake v0.1.57 |
| 1456 | 2026-02-27T02:08:44.201Z | Compiling base64ct v1.6.0 |
| 1457 | 2026-02-27T02:08:44.325Z | Compiling dunce v1.0.5 |
| 1458 | 2026-02-27T02:08:44.435Z | Compiling ident_case v1.0.1 |
| 1459 | 2026-02-27T02:08:44.479Z | Compiling fs_extra v1.3.0 |
| 1460 | 2026-02-27T02:08:44.671Z | Compiling pem-rfc7468 v0.7.0 |
| 1461 | 2026-02-27T02:08:44.769Z | Compiling foldhash v0.1.5 |
| 1462 | 2026-02-27T02:08:45.036Z | Compiling flagset v0.4.6 |
| 1463 | 2026-02-27T02:08:45.058Z | Compiling aws-lc-sys v0.37.1 |
| 1464 | 2026-02-27T02:08:45.096Z | Compiling indexmap v2.13.0 |
| 1465 | 2026-02-27T02:08:45.202Z | Compiling hashbrown v0.15.4 |
| 1466 | 2026-02-27T02:08:45.279Z | Compiling rand_core v0.9.3 |
| 1467 | 2026-02-27T02:08:45.311Z | Compiling iana-time-zone v0.1.63 |
| 1468 | 2026-02-27T02:08:45.700Z | Compiling ring v0.17.14 |
| 1469 | 2026-02-27T02:08:45.810Z | Compiling rustc_version v0.4.1 |
| 1470 | 2026-02-27T02:08:45.887Z | Compiling uuid v1.19.0 |
| 1471 | 2026-02-27T02:08:46.005Z | Compiling spin v0.9.8 |
| 1472 | 2026-02-27T02:08:46.444Z | Compiling synstructure v0.13.1 |
| 1473 | 2026-02-27T02:08:46.506Z | Compiling aws-lc-rs v1.16.0 |
| 1474 | 2026-02-27T02:08:46.523Z | Compiling regex-syntax v0.8.5 |
| 1475 | 2026-02-27T02:08:46.699Z | Compiling vcpkg v0.2.15 |
| 1476 | 2026-02-27T02:08:46.868Z | Compiling zerocopy v0.8.27 |
| 1477 | 2026-02-27T02:08:47.442Z | Compiling tracing-core v0.1.32 |
| 1478 | 2026-02-27T02:08:47.761Z | Compiling serde_derive_internals v0.29.1 |
| 1479 | 2026-02-27T02:08:47.865Z | Compiling adler2 v2.0.0 |
| 1480 | 2026-02-27T02:08:48.090Z | Compiling rustix v0.38.37 |
| 1481 | 2026-02-27T02:08:48.377Z | Compiling openssl-sys v0.9.109 |
| 1482 | 2026-02-27T02:08:48.638Z | Compiling schemars v0.8.22 |
| 1483 | 2026-02-27T02:08:48.787Z | Compiling rustix v1.1.3 |
| 1484 | 2026-02-27T02:08:49.032Z | Compiling base64 v0.22.1 |
| 1485 | 2026-02-27T02:08:49.519Z | Compiling untrusted v0.7.1 |
| 1486 | 2026-02-27T02:08:49.595Z | Compiling httparse v1.9.5 |
| 1487 | 2026-02-27T02:08:49.692Z | Compiling untrusted v0.9.0 |
| 1488 | 2026-02-27T02:08:49.739Z | Compiling openssl-probe v0.1.5 |
| 1489 | 2026-02-27T02:08:50.069Z | Compiling miniz_oxide v0.8.5 |
| 1490 | 2026-02-27T02:08:50.140Z | Compiling darling_core v0.20.10 |
| 1491 | 2026-02-27T02:08:50.245Z | Compiling tower-layer v0.3.3 |
| 1492 | 2026-02-27T02:08:50.342Z | Compiling tower-service v0.3.3 |
| 1493 | 2026-02-27T02:08:50.462Z | Compiling rustls v0.23.37 |
| 1494 | 2026-02-27T02:08:50.547Z | Compiling dyn-clone v1.0.20 |
| 1495 | 2026-02-27T02:08:50.784Z | Compiling atomic-waker v1.1.2 |
| 1496 | 2026-02-27T02:08:50.787Z | Compiling try-lock v0.2.5 |
| 1497 | 2026-02-27T02:08:50.974Z | Compiling serde_derive v1.0.228 |
| 1498 | 2026-02-27T02:08:51.004Z | Compiling zeroize_derive v1.4.2 |
| 1499 | 2026-02-27T02:08:51.040Z | Compiling zerofrom-derive v0.1.4 |
| 1500 | 2026-02-27T02:08:51.480Z | Compiling yoke-derive v0.7.4 |
| 1501 | 2026-02-27T02:08:52.196Z | Compiling zerovec-derive v0.10.3 |
| 1502 | 2026-02-27T02:08:52.400Z | Compiling zeroize v1.8.1 |
| 1503 | 2026-02-27T02:08:52.784Z | Compiling displaydoc v0.2.5 |
| 1504 | 2026-02-27T02:08:54.121Z | Compiling icu_provider_macros v1.5.0 |
| 1505 | 2026-02-27T02:08:54.235Z | Compiling crypto-common v0.1.6 |
| 1506 | 2026-02-27T02:08:54.363Z | Compiling block-buffer v0.10.4 |
| 1507 | 2026-02-27T02:08:54.383Z | Compiling zerofrom v0.1.4 |
| 1508 | 2026-02-27T02:08:54.480Z | Compiling tokio-macros v2.6.0 |
| 1509 | 2026-02-27T02:08:54.620Z | Compiling digest v0.10.7 |
| 1510 | 2026-02-27T02:08:54.643Z | Compiling yoke v0.7.4 |
| 1511 | 2026-02-27T02:08:54.661Z | Compiling zerocopy-derive v0.7.35 |
| 1512 | 2026-02-27T02:08:54.991Z | Compiling zerovec v0.10.4 |
| 1513 | 2026-02-27T02:08:55.137Z | Compiling hmac v0.12.1 |
| 1514 | 2026-02-27T02:08:55.196Z | Compiling thiserror-impl v2.0.18 |
| 1515 | 2026-02-27T02:08:55.435Z | Compiling futures-macro v0.3.31 |
| 1516 | 2026-02-27T02:08:55.982Z | Compiling block-padding v0.3.3 |
| 1517 | 2026-02-27T02:08:56.126Z | Compiling sha2 v0.10.9 |
| 1518 | 2026-02-27T02:08:56.274Z | Compiling inout v0.1.3 |
| 1519 | 2026-02-27T02:08:56.597Z | Compiling cipher v0.4.4 |
| 1520 | 2026-02-27T02:08:56.694Z | Compiling zerocopy v0.7.35 |
| 1521 | 2026-02-27T02:08:56.974Z | Compiling tinystr v0.7.6 |
| 1522 | 2026-02-27T02:08:57.123Z | Compiling icu_collections v1.5.0 |
| 1523 | 2026-02-27T02:08:57.160Z | Compiling der_derive v0.7.3 |
| 1524 | 2026-02-27T02:08:57.262Z | Compiling futures-util v0.3.31 |
| 1525 | 2026-02-27T02:08:57.380Z | Compiling icu_locid v1.5.0 |
| 1526 | 2026-02-27T02:08:58.117Z | Compiling ppv-lite86 v0.2.20 |
| 1527 | 2026-02-27T02:08:58.435Z | Compiling thiserror v2.0.18 |
| 1528 | 2026-02-27T02:08:58.456Z | Compiling serde v1.0.228 |
| 1529 | 2026-02-27T02:08:58.618Z | Compiling icu_provider v1.5.0 |
| 1530 | 2026-02-27T02:08:58.864Z | Compiling pest v2.8.2 |
| 1531 | 2026-02-27T02:08:59.376Z | Compiling icu_locid_transform v1.5.0 |
| 1532 | 2026-02-27T02:08:59.412Z | Compiling der v0.7.10 |
| 1533 | 2026-02-27T02:08:59.505Z | Compiling salsa20 v0.10.2 |
| 1534 | 2026-02-27T02:08:59.670Z | Compiling bytes v1.11.1 |
| 1535 | 2026-02-27T02:08:59.700Z | Compiling bitflags v2.9.4 |
| 1536 | 2026-02-27T02:08:59.751Z | Compiling chrono v0.4.43 |
| 1537 | 2026-02-27T02:09:00.140Z | Compiling pbkdf2 v0.12.2 |
| 1538 | 2026-02-27T02:09:00.345Z | Compiling scrypt v0.11.0 |
| 1539 | 2026-02-27T02:09:00.866Z | Compiling tokio v1.49.0 |
| 1540 | 2026-02-27T02:09:01.097Z | Compiling icu_properties v1.5.1 |
| 1541 | 2026-02-27T02:09:01.661Z | Compiling spki v0.7.3 |
| 1542 | 2026-02-27T02:09:01.786Z | Compiling http v1.4.0 |
| 1543 | 2026-02-27T02:09:02.028Z | Compiling pest_meta v2.8.2 |
| 1544 | 2026-02-27T02:09:02.314Z | Compiling rand_chacha v0.9.0 |
| 1545 | 2026-02-27T02:09:02.748Z | Compiling cbc v0.1.2 |
| 1546 | 2026-02-27T02:09:03.026Z | Compiling aes v0.8.4 |
| 1547 | 2026-02-27T02:09:03.152Z | Compiling rustls-pki-types v1.14.0 |
| 1548 | 2026-02-27T02:09:03.885Z | Compiling tracing-attributes v0.1.27 |
| 1549 | 2026-02-27T02:09:03.963Z | Compiling zerocopy-derive v0.8.27 |
| 1550 | 2026-02-27T02:09:04.173Z | Compiling pkcs5 v0.7.1 |
| 1551 | 2026-02-27T02:09:05.278Z | Compiling icu_normalizer v1.5.0 |
| 1552 | 2026-02-27T02:09:05.644Z | Compiling pest_generator v2.8.2 |
| 1553 | 2026-02-27T02:09:05.709Z | Compiling http-body v1.0.1 |
| 1554 | 2026-02-27T02:09:05.985Z | Compiling rand v0.9.2 |
| 1555 | 2026-02-27T02:09:06.334Z | Compiling idna_adapter v1.2.0 |
| 1556 | 2026-02-27T02:09:06.581Z | Compiling idna v1.0.3 |
| 1557 | 2026-02-27T02:09:07.000Z | Compiling pkcs8 v0.10.2 |
| 1558 | 2026-02-27T02:09:07.024Z | Compiling tracing v0.1.40 |
| 1559 | 2026-02-27T02:09:07.381Z | Compiling url v2.5.4 |
| 1560 | 2026-02-27T02:09:07.514Z | Compiling pest_derive v2.8.2 |
| 1561 | 2026-02-27T02:09:07.737Z | Compiling scroll_derive v0.13.1 |
| 1562 | 2026-02-27T02:09:08.057Z | Compiling schemars_derive v0.8.22 |
| 1563 | 2026-02-27T02:09:08.309Z | Compiling tinyvec_macros v0.1.1 |
| 1564 | 2026-02-27T02:09:08.427Z | Compiling tinyvec v1.8.0 |
| 1565 | 2026-02-27T02:09:09.612Z | Compiling scroll v0.13.0 |
| 1566 | 2026-02-27T02:09:10.010Z | Compiling tokio-util v0.7.15 |
| 1567 | 2026-02-27T02:09:10.861Z | Compiling ipnet v2.11.0 |
| 1568 | 2026-02-27T02:09:11.932Z | Compiling h2 v0.4.6 |
| 1569 | 2026-02-27T02:09:12.092Z | Compiling darling_macro v0.20.10 |
| 1570 | 2026-02-27T02:09:12.419Z | Compiling want v0.3.1 |
| 1571 | 2026-02-27T02:09:13.033Z | Compiling lazy_static v1.5.0 |
| 1572 | 2026-02-27T02:09:13.190Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1573 | 2026-02-27T02:09:13.253Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1574 | 2026-02-27T02:09:13.425Z | Compiling aho-corasick v1.1.3 |
| 1575 | 2026-02-27T02:09:13.544Z | Compiling time-core v0.1.8 |
| 1576 | 2026-02-27T02:09:13.721Z | Compiling httpdate v1.0.3 |
| 1577 | 2026-02-27T02:09:13.870Z | Compiling foreign-types-shared v0.1.1 |
| 1578 | 2026-02-27T02:09:14.011Z | Compiling openssl v0.10.73 |
| 1579 | 2026-02-27T02:09:14.052Z | Compiling num-conv v0.2.0 |
| 1580 | 2026-02-27T02:09:14.150Z | Compiling powerfmt v0.2.0 |
| 1581 | 2026-02-27T02:09:14.305Z | Compiling time-macros v0.2.27 |
| 1582 | 2026-02-27T02:09:14.508Z | Compiling deranged v0.5.3 |
| 1583 | 2026-02-27T02:09:14.531Z | Compiling foreign-types v0.3.2 |
| 1584 | 2026-02-27T02:09:14.889Z | Compiling tempfile v3.24.0 |
| 1585 | 2026-02-27T02:09:15.676Z | Compiling regex-automata v0.4.14 |
| 1586 | 2026-02-27T02:09:16.014Z | Compiling darling v0.20.10 |
| 1587 | 2026-02-27T02:09:16.142Z | Compiling goblin v0.10.2 |
| 1588 | 2026-02-27T02:09:16.805Z | Compiling openssl-macros v0.1.1 |
| 1589 | 2026-02-27T02:09:17.518Z | Compiling wait-timeout v0.2.0 |
| 1590 | 2026-02-27T02:09:17.723Z | Compiling syn v1.0.109 |
| 1591 | 2026-02-27T02:09:18.031Z | Compiling native-tls v0.2.12 |
| 1592 | 2026-02-27T02:09:18.158Z | Compiling quick-error v1.2.3 |
| 1593 | 2026-02-27T02:09:18.340Z | Compiling usdt-impl v0.6.0 |
| 1594 | 2026-02-27T02:09:18.363Z | Compiling gimli v0.31.1 |
| 1595 | 2026-02-27T02:09:18.385Z | Compiling crossbeam-utils v0.8.21 |
| 1596 | 2026-02-27T02:09:18.725Z | Compiling bit-vec v0.8.0 |
| 1597 | 2026-02-27T02:09:18.969Z | Compiling hyper v1.8.1 |
| 1598 | 2026-02-27T02:09:19.206Z | Compiling num_threads v0.1.7 |
| 1599 | 2026-02-27T02:09:19.341Z | Compiling time v0.3.47 |
| 1600 | 2026-02-27T02:09:21.285Z | Compiling bit-set v0.8.0 |
| 1601 | 2026-02-27T02:09:21.589Z | Compiling hyper-util v0.1.19 |
| 1602 | 2026-02-27T02:09:22.778Z | Compiling addr2line v0.24.2 |
| 1603 | 2026-02-27T02:09:23.118Z | Compiling rusty-fork v0.3.0 |
| 1604 | 2026-02-27T02:09:23.141Z | Compiling dof v0.4.0 |
| 1605 | 2026-02-27T02:09:23.701Z | Compiling derive_builder_core v0.20.2 |
| 1606 | 2026-02-27T02:09:25.540Z | Compiling unicode-normalization v0.1.24 |
| 1607 | 2026-02-27T02:09:25.574Z | Compiling dtrace-parser v0.3.0 |
| 1608 | 2026-02-27T02:09:25.659Z | Compiling rustls-native-certs v0.8.1 |
| 1609 | 2026-02-27T02:09:25.709Z | Compiling signature v2.2.0 |
| 1610 | 2026-02-27T02:09:26.074Z | Compiling thiserror-impl v1.0.69 |
| 1611 | 2026-02-27T02:09:26.241Z | Compiling scroll_derive v0.12.0 |
| 1612 | 2026-02-27T02:09:26.597Z | Compiling heapless v0.7.17 |
| 1613 | 2026-02-27T02:09:27.092Z | Compiling darling_core v0.21.0 |
| 1614 | 2026-02-27T02:09:27.111Z | Compiling slog v2.8.2 |
| 1615 | 2026-02-27T02:09:27.469Z | Compiling rand_xorshift v0.4.0 |
| 1616 | 2026-02-27T02:09:27.492Z | Compiling sync_wrapper v1.0.1 |
| 1617 | 2026-02-27T02:09:27.594Z | Compiling thread-id v5.0.0 |
| 1618 | 2026-02-27T02:09:27.668Z | Compiling object v0.36.5 |
| 1619 | 2026-02-27T02:09:27.729Z | Compiling cookie v0.18.1 |
| 1620 | 2026-02-27T02:09:27.776Z | Compiling crc32fast v1.4.2 |
| 1621 | 2026-02-27T02:09:28.057Z | Compiling rustc-demangle v0.1.24 |
| 1622 | 2026-02-27T02:09:28.089Z | Compiling unarray v0.1.4 |
| 1623 | 2026-02-27T02:09:28.277Z | Compiling unicode-properties v0.1.3 |
| 1624 | 2026-02-27T02:09:28.303Z | Compiling paste v1.0.15 |
| 1625 | 2026-02-27T02:09:28.697Z | Compiling signal-hook v0.3.18 |
| 1626 | 2026-02-27T02:09:28.824Z | Compiling anyhow v1.0.99 |
| 1627 | 2026-02-27T02:09:28.923Z | Compiling unicode-bidi v0.3.17 |
| 1628 | 2026-02-27T02:09:29.030Z | Compiling zlib-rs v0.5.1 |
| 1629 | 2026-02-27T02:09:29.101Z | Compiling zstd-safe v7.2.3 |
| 1630 | 2026-02-27T02:09:29.439Z | Compiling siphasher v0.3.11 |
| 1631 | 2026-02-27T02:09:29.843Z | Compiling phf_shared v0.11.2 |
| 1632 | 2026-02-27T02:09:29.909Z | Compiling stringprep v0.1.5 |
| 1633 | 2026-02-27T02:09:30.098Z | Compiling thiserror v1.0.69 |
| 1634 | 2026-02-27T02:09:30.583Z | Compiling proptest v1.7.0 |
| 1635 | 2026-02-27T02:09:30.821Z | Compiling tower v0.5.2 |
| 1636 | 2026-02-27T02:09:30.903Z | Compiling scroll v0.12.0 |
| 1637 | 2026-02-27T02:09:31.587Z | Compiling derive_builder_macro v0.20.2 |
| 1638 | 2026-02-27T02:09:32.443Z | Compiling ipnetwork v0.21.1 |
| 1639 | 2026-02-27T02:09:33.121Z | Compiling darling_macro v0.21.0 |
| 1640 | 2026-02-27T02:09:33.213Z | Compiling http-body-util v0.1.3 |
| 1641 | 2026-02-27T02:09:33.303Z | Compiling webpki-roots v1.0.1 |
| 1642 | 2026-02-27T02:09:33.541Z | Compiling toml_datetime v0.6.11 |
| 1643 | 2026-02-27T02:09:33.733Z | Compiling erased-serde v0.3.31 |
| 1644 | 2026-02-27T02:09:34.044Z | Compiling serde_tokenstream v0.2.3 |
| 1645 | 2026-02-27T02:09:34.073Z | Compiling backtrace v0.3.74 |
| 1646 | 2026-02-27T02:09:34.639Z | Compiling serde_spanned v0.6.9 |
| 1647 | 2026-02-27T02:09:34.643Z | Compiling rand_chacha v0.3.1 |
| 1648 | 2026-02-27T02:09:34.906Z | Compiling md-5 v0.10.6 |
| 1649 | 2026-02-27T02:09:35.012Z | Compiling curve25519-dalek v4.1.3 |
| 1650 | 2026-02-27T02:09:35.213Z | Compiling libz-rs-sys v0.5.1 |
| 1651 | 2026-02-27T02:09:35.523Z | Compiling vergen-lib v0.1.6 |
| 1652 | 2026-02-27T02:09:35.714Z | Compiling num-integer v0.1.46 |
| 1653 | 2026-02-27T02:09:35.894Z | Compiling hash32 v0.2.1 |
| 1654 | 2026-02-27T02:09:35.989Z | Compiling ff v0.13.0 |
| 1655 | 2026-02-27T02:09:36.235Z | Compiling memoffset v0.9.1 |
| 1656 | 2026-02-27T02:09:36.267Z | Compiling ref-cast v1.0.25 |
| 1657 | 2026-02-27T02:09:36.463Z | Compiling smoltcp v0.9.1 |
| 1658 | 2026-02-27T02:09:36.570Z | Compiling litrs v0.4.1 |
| 1659 | 2026-02-27T02:09:36.608Z | Compiling iri-string v0.7.8 |
| 1660 | 2026-02-27T02:09:36.889Z | Compiling ryu v1.0.18 |
| 1661 | 2026-02-27T02:09:36.912Z | Compiling num-bigint-dig v0.8.6 |
| 1662 | 2026-02-27T02:09:37.130Z | Compiling psl-types v2.0.11 |
| 1663 | 2026-02-27T02:09:37.205Z | Compiling base16ct v0.2.0 |
| 1664 | 2026-02-27T02:09:37.261Z | Compiling fallible-iterator v0.2.0 |
| 1665 | 2026-02-27T02:09:37.347Z | Compiling cfg_aliases v0.2.1 |
| 1666 | 2026-02-27T02:09:37.441Z | Compiling nix v0.29.0 |
| 1667 | 2026-02-27T02:09:37.527Z | Compiling sec1 v0.7.3 |
| 1668 | 2026-02-27T02:09:37.620Z | Compiling document-features v0.2.11 |
| 1669 | 2026-02-27T02:09:37.948Z | Compiling postgres-protocol v0.6.8 |
| 1670 | 2026-02-27T02:09:38.105Z | Compiling publicsuffix v2.3.0 |
| 1671 | 2026-02-27T02:09:38.369Z | Compiling serde_urlencoded v0.7.1 |
| 1672 | 2026-02-27T02:09:38.655Z | Compiling newtype-uuid v1.3.2 |
| 1673 | 2026-02-27T02:09:38.838Z | Compiling num-iter v0.1.45 |
| 1674 | 2026-02-27T02:09:39.047Z | Compiling group v0.13.0 |
| 1675 | 2026-02-27T02:09:39.266Z | Compiling flate2 v1.1.2 |
| 1676 | 2026-02-27T02:09:39.328Z | Compiling rand v0.8.5 |
| 1677 | 2026-02-27T02:09:39.911Z | Compiling tower-http v0.6.8 |
| 1678 | 2026-02-27T02:09:40.236Z | Compiling darling v0.21.0 |
| 1679 | 2026-02-27T02:09:40.344Z | Compiling oxnet v0.1.4 |
| 1680 | 2026-02-27T02:09:40.370Z | Compiling derive_builder v0.20.2 |
| 1681 | 2026-02-27T02:09:40.583Z | Compiling goblin v0.8.2 |
| 1682 | 2026-02-27T02:09:41.059Z | Compiling tokio-native-tls v0.3.1 |
| 1683 | 2026-02-27T02:09:41.603Z | Compiling regex v1.12.3 |
| 1684 | 2026-02-27T02:09:42.050Z | Compiling terminal_size v0.4.0 |
| 1685 | 2026-02-27T02:09:42.213Z | Compiling cargo-platform v0.1.8 |
| 1686 | 2026-02-27T02:09:42.299Z | Compiling hkdf v0.12.4 |
| 1687 | 2026-02-27T02:09:42.467Z | Compiling crypto-bigint v0.5.5 |
| 1688 | 2026-02-27T02:09:42.588Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1689 | 2026-02-27T02:09:42.591Z | Compiling daft-derive v0.1.4 |
| 1690 | 2026-02-27T02:09:42.725Z | Compiling strum_macros v0.27.2 |
| 1691 | 2026-02-27T02:09:43.765Z | Compiling hubpack_derive v0.1.1 |
| 1692 | 2026-02-27T02:09:43.977Z | Compiling async-trait v0.1.89 |
| 1693 | 2026-02-27T02:09:44.174Z | Compiling ref-cast-impl v1.0.25 |
| 1694 | 2026-02-27T02:09:44.660Z | Compiling vergen v9.0.6 |
| 1695 | 2026-02-27T02:09:45.022Z | Compiling ahash v0.8.12 |
| 1696 | 2026-02-27T02:09:45.360Z | Compiling fs-err v3.1.1 |
| 1697 | 2026-02-27T02:09:45.438Z | Compiling either v1.15.0 |
| 1698 | 2026-02-27T02:09:45.725Z | Compiling simd-adler32 v0.3.7 |
| 1699 | 2026-02-27T02:09:45.904Z | Compiling unicode-segmentation v1.12.0 |
| 1700 | 2026-02-27T02:09:46.320Z | Compiling managed v0.8.0 |
| 1701 | 2026-02-27T02:09:46.522Z | Compiling winnow v0.5.40 |
| 1702 | 2026-02-27T02:09:46.803Z | Compiling bumpalo v3.16.0 |
| 1703 | 2026-02-27T02:09:46.827Z | Compiling lockfree-object-pool v0.1.6 |
| 1704 | 2026-02-27T02:09:47.110Z | Compiling buf-list v1.0.3 |
| 1705 | 2026-02-27T02:09:47.284Z | Compiling bitflags v1.3.2 |
| 1706 | 2026-02-27T02:09:47.410Z | Compiling clap_builder v4.5.48 |
| 1707 | 2026-02-27T02:09:47.800Z | Compiling strum v0.27.2 |
| 1708 | 2026-02-27T02:09:48.024Z | Compiling zopfli v0.8.1 |
| 1709 | 2026-02-27T02:09:48.469Z | Compiling dof v0.3.0 |
| 1710 | 2026-02-27T02:09:49.729Z | Compiling elliptic-curve v0.13.8 |
| 1711 | 2026-02-27T02:09:49.844Z | Compiling toml_edit v0.19.15 |
| 1712 | 2026-02-27T02:09:49.952Z | Compiling hubpack v0.1.2 |
| 1713 | 2026-02-27T02:09:50.104Z | Compiling daft v0.1.4 |
| 1714 | 2026-02-27T02:09:50.402Z | Compiling cargo_metadata v0.19.2 |
| 1715 | 2026-02-27T02:09:50.583Z | Compiling signal-hook-mio v0.2.4 |
| 1716 | 2026-02-27T02:09:50.691Z | Compiling zstd v0.13.3 |
| 1717 | 2026-02-27T02:09:50.779Z | Compiling cookie_store v0.22.1 |
| 1718 | 2026-02-27T02:09:51.288Z | Compiling hyper-tls v0.6.0 |
| 1719 | 2026-02-27T02:09:53.126Z | Compiling serde_with_macros v3.16.1 |
| 1720 | 2026-02-27T02:09:53.898Z | Compiling postgres-types v0.2.9 |
| 1721 | 2026-02-27T02:09:55.267Z | Compiling usdt-attr-macro v0.6.0 |
| 1722 | 2026-02-27T02:09:55.332Z | Compiling usdt-macro v0.6.0 |
| 1723 | 2026-02-27T02:09:55.633Z | Compiling dtrace-parser v0.2.0 |
| 1724 | 2026-02-27T02:09:56.734Z | Compiling phf v0.11.2 |
| 1725 | 2026-02-27T02:09:56.855Z | Compiling ed25519 v2.2.3 |
| 1726 | 2026-02-27T02:09:56.924Z | Compiling bzip2 v0.5.2 |
| 1727 | 2026-02-27T02:09:57.060Z | Compiling bzip2 v0.4.4 |
| 1728 | 2026-02-27T02:09:57.322Z | Compiling bstr v1.10.0 |
| 1729 | 2026-02-27T02:09:57.464Z | Compiling pkcs1 v0.7.5 |
| 1730 | 2026-02-27T02:09:57.499Z | Compiling hex v0.4.3 |
| 1731 | 2026-02-27T02:09:57.581Z | Compiling serde-big-array v0.5.1 |
| 1732 | 2026-02-27T02:09:57.843Z | Compiling rfc6979 v0.4.0 |
| 1733 | 2026-02-27T02:09:58.066Z | Compiling serde_repr v0.1.19 |
| 1734 | 2026-02-27T02:09:58.088Z | Compiling clap_derive v4.5.47 |
| 1735 | 2026-02-27T02:09:58.284Z | Compiling strum_macros v0.26.4 |
| 1736 | 2026-02-27T02:09:58.370Z | Compiling enum-as-inner v0.6.1 |
| 1737 | 2026-02-27T02:09:58.839Z | Compiling float-cmp v0.10.0 |
| 1738 | 2026-02-27T02:09:58.952Z | Compiling env_filter v0.1.2 |
| 1739 | 2026-02-27T02:09:59.093Z | Compiling socket2 v0.5.10 |
| 1740 | 2026-02-27T02:09:59.169Z | Compiling memmap2 v0.9.8 |
| 1741 | 2026-02-27T02:09:59.424Z | Compiling encoding_rs v0.8.34 |
| 1742 | 2026-02-27T02:09:59.558Z | Compiling mime v0.3.17 |
| 1743 | 2026-02-27T02:09:59.583Z | Compiling whoami v1.5.2 |
| 1744 | 2026-02-27T02:09:59.989Z | Compiling precomputed-hash v0.1.1 |
| 1745 | 2026-02-27T02:10:00.094Z | Compiling keccak v0.1.5 |
| 1746 | 2026-02-27T02:10:00.134Z | Compiling rustc-hash v2.1.1 |
| 1747 | 2026-02-27T02:10:00.162Z | Compiling data-encoding v2.9.0 |
| 1748 | 2026-02-27T02:10:00.340Z | Compiling normalize-line-endings v0.3.0 |
| 1749 | 2026-02-27T02:10:00.499Z | Compiling predicates-core v1.0.8 |
| 1750 | 2026-02-27T02:10:00.849Z | Compiling new_debug_unreachable v1.0.6 |
| 1751 | 2026-02-27T02:10:01.012Z | Compiling fixedbitset v0.5.7 |
| 1752 | 2026-02-27T02:10:01.693Z | Compiling fixedbitset v0.4.2 |
| 1753 | 2026-02-27T02:10:02.015Z | Compiling difflib v0.4.0 |
| 1754 | 2026-02-27T02:10:02.143Z | Compiling static_assertions v1.1.0 |
| 1755 | 2026-02-27T02:10:02.263Z | Compiling jiff v0.2.15 |
| 1756 | 2026-02-27T02:10:02.437Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1757 | 2026-02-27T02:10:02.541Z | Compiling clap v4.5.48 |
| 1758 | 2026-02-27T02:10:02.628Z | Compiling strum v0.26.3 |
| 1759 | 2026-02-27T02:10:02.673Z | Compiling predicates v3.1.3 |
| 1760 | 2026-02-27T02:10:02.845Z | Compiling petgraph v0.6.5 |
| 1761 | 2026-02-27T02:10:03.120Z | Compiling toml_edit v0.22.27 |
| 1762 | 2026-02-27T02:10:03.316Z | Compiling petgraph v0.8.2 |
| 1763 | 2026-02-27T02:10:04.195Z | Compiling string_cache v0.8.9 |
| 1764 | 2026-02-27T02:10:04.634Z | Compiling hickory-proto v0.25.2 |
| 1765 | 2026-02-27T02:10:05.384Z | Compiling sha3 v0.10.8 |
| 1766 | 2026-02-27T02:10:06.514Z | Compiling iddqd v0.3.16 |
| 1767 | 2026-02-27T02:10:06.553Z | Compiling tokio-postgres v0.7.13 |
| 1768 | 2026-02-27T02:10:07.984Z | Compiling usdt v0.6.0 |
| 1769 | 2026-02-27T02:10:08.503Z | Compiling env_logger v0.11.8 |
| 1770 | 2026-02-27T02:10:09.206Z | Compiling usdt-impl v0.5.0 |
| 1771 | 2026-02-27T02:10:09.251Z | Compiling similar v2.7.0 |
| 1772 | 2026-02-27T02:10:09.357Z | Compiling ecdsa v0.16.9 |
| 1773 | 2026-02-27T02:10:10.265Z | Compiling zip v4.2.0 |
| 1774 | 2026-02-27T02:10:10.366Z | Compiling serde_with v3.16.1 |
| 1775 | 2026-02-27T02:10:10.508Z | Compiling rsa v0.9.8 |
| 1776 | 2026-02-27T02:10:11.345Z | Compiling zip v0.6.6 |
| 1777 | 2026-02-27T02:10:11.961Z | Compiling ed25519-dalek v2.1.1 |
| 1778 | 2026-02-27T02:10:12.647Z | Compiling toml v0.7.8 |
| 1779 | 2026-02-27T02:10:14.046Z | Compiling crossterm v0.28.1 |
| 1780 | 2026-02-27T02:10:14.770Z | Compiling heck v0.4.1 |
| 1781 | 2026-02-27T02:10:14.857Z | Compiling itertools v0.10.5 |
| 1782 | 2026-02-27T02:10:14.945Z | Compiling itertools v0.13.0 |
| 1783 | 2026-02-27T02:10:15.046Z | Compiling crossbeam-epoch v0.9.18 |
| 1784 | 2026-02-27T02:10:15.218Z | Compiling tokio-stream v0.1.17 |
| 1785 | 2026-02-27T02:10:15.685Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1786 | 2026-02-27T02:10:16.202Z | Compiling x509-cert v0.2.5 |
| 1787 | 2026-02-27T02:10:16.289Z | Compiling openapiv3 v2.2.0 |
| 1788 | 2026-02-27T02:10:16.506Z | Compiling sha1 v0.10.6 |
| 1789 | 2026-02-27T02:10:16.972Z | Compiling winnow v0.6.26 |
| 1790 | 2026-02-27T02:10:17.300Z | Compiling peg-runtime v0.8.5 |
| 1791 | 2026-02-27T02:10:17.466Z | Compiling lalrpop-util v0.19.12 |
| 1792 | 2026-02-27T02:10:17.864Z | Compiling thread_local v1.1.8 |
| 1793 | 2026-02-27T02:10:17.888Z | Compiling slog-async v2.8.0 |
| 1794 | 2026-02-27T02:10:17.944Z | Compiling crossbeam-channel v0.5.15 |
| 1795 | 2026-02-27T02:10:18.392Z | Compiling xattr v1.3.1 |
| 1796 | 2026-02-27T02:10:18.501Z | Compiling futures-executor v0.3.31 |
| 1797 | 2026-02-27T02:10:18.529Z | Compiling filetime v0.2.26 |
| 1798 | 2026-02-27T02:10:18.677Z | Compiling is-terminal v0.4.13 |
| 1799 | 2026-02-27T02:10:18.839Z | Compiling term v1.1.0 |
| 1800 | 2026-02-27T02:10:18.870Z | Compiling take_mut v0.2.2 |
| 1801 | 2026-02-27T02:10:18.973Z | Compiling futures v0.3.31 |
| 1802 | 2026-02-27T02:10:19.022Z | Compiling tar v0.4.44 |
| 1803 | 2026-02-27T02:10:20.129Z | Compiling slog-term v2.9.2 |
| 1804 | 2026-02-27T02:10:29.135Z | Compiling rustls-webpki v0.103.9 |
| 1805 | 2026-02-27T02:10:34.569Z | Compiling tokio-rustls v0.26.0 |
| 1806 | 2026-02-27T02:10:34.569Z | Compiling rustls-platform-verifier v0.6.2 |
| 1807 | 2026-02-27T02:10:34.924Z | Compiling hyper-rustls v0.27.7 |
| 1808 | 2026-02-27T02:10:35.319Z | Compiling reqwest v0.13.2 |
| 1809 | 2026-02-27T02:10:35.319Z | Compiling reqwest v0.12.28 |
| 1810 | 2026-02-27T02:10:39.811Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1811 | 2026-02-27T02:10:40.131Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1812 | 2026-02-27T02:10:45.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s |
| 1813 | 2026-02-27T02:10:45.255Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1814 | 2026-02-27T02:10:45.309Z | Feb 27 02:10:44.388 INFO Starting download, target: Cockroach |
| 1815 | 2026-02-27T02:10:45.312Z | Feb 27 02:10:44.389 INFO Starting download, target: DendriteStub |
| 1816 | 2026-02-27T02:10:45.312Z | Feb 27 02:10:44.389 INFO Starting download, target: Console |
| 1817 | 2026-02-27T02:10:45.313Z | Feb 27 02:10:44.389 INFO Starting download, target: MaghemiteMgd |
| 1818 | 2026-02-27T02:10:45.313Z | Feb 27 02:10:44.389 INFO Starting download, target: TransceiverControl |
| 1819 | 2026-02-27T02:10:45.313Z | Feb 27 02:10:44.389 INFO Starting download, target: Clickhouse |
| 1820 | 2026-02-27T02:10:45.313Z | Feb 27 02:10:44.390 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1821 | 2026-02-27T02:10:45.313Z | Feb 27 02:10:44.390 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1822 | 2026-02-27T02:10:45.313Z | Feb 27 02:10:44.390 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1823 | 2026-02-27T02:10:45.313Z | Feb 27 02:10:44.390 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1824 | 2026-02-27T02:10:45.313Z | Feb 27 02:10:44.390 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1825 | 2026-02-27T02:10:45.313Z | Feb 27 02:10:44.390 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1826 | 2026-02-27T02:10:45.814Z | Feb 27 02:10:44.889 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1827 | 2026-02-27T02:10:46.283Z | Feb 27 02:10:45.347 INFO Download complete, target: TransceiverControl |
| 1828 | 2026-02-27T02:10:46.348Z | Feb 27 02:10:45.427 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1829 | 2026-02-27T02:10:46.823Z | Feb 27 02:10:45.900 INFO Download complete, target: Console |
| 1830 | 2026-02-27T02:10:47.023Z | Feb 27 02:10:46.102 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1831 | 2026-02-27T02:10:47.391Z | Feb 27 02:10:46.470 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1832 | 2026-02-27T02:10:47.809Z | Feb 27 02:10:46.889 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1833 | 2026-02-27T02:10:48.482Z | Feb 27 02:10:47.562 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1834 | 2026-02-27T02:10:48.482Z | Feb 27 02:10:47.562 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1835 | 2026-02-27T02:10:51.248Z | Feb 27 02:10:50.327 INFO Download complete, target: DendriteStub |
| 1836 | 2026-02-27T02:10:51.576Z | Feb 27 02:10:50.655 INFO Download complete, target: MaghemiteMgd |
| 1837 | 2026-02-27T02:10:56.386Z | Feb 27 02:10:55.464 INFO Checking that binary works, target: Cockroach |
| 1838 | 2026-02-27T02:10:56.534Z | Feb 27 02:10:55.613 INFO Download complete, target: Cockroach |
| 1839 | 2026-02-27T02:10:59.309Z | Feb 27 02:10:58.386 INFO Checking that binary works, target: Clickhouse |
| 1840 | 2026-02-27T02:10:59.681Z | Feb 27 02:10:58.759 INFO Download complete, target: Clickhouse |
| 1841 | 2026-02-27T02:10:59.689Z | All prerequisites installed successfully |
| 1842 | 2026-02-27T02:10:59.694Z | |
| 1843 | 2026-02-27T02:10:59.695Z | real 4:37.969845607 |
| 1844 | 2026-02-27T02:10:59.695Z | user 17:22.009237781 |
| 1845 | 2026-02-27T02:10:59.695Z | sys 2:24.865896136 |
| 1846 | 2026-02-27T02:10:59.695Z | trap 0.631995680 |
| 1847 | 2026-02-27T02:10:59.695Z | tflt 0.611566232 |
| 1848 | 2026-02-27T02:10:59.695Z | dflt 1.138944872 |
| 1849 | 2026-02-27T02:10:59.696Z | kflt 0.146590900 |
| 1850 | 2026-02-27T02:10:59.696Z | lock 43:11.414640609 |
| 1851 | 2026-02-27T02:10:59.696Z | slp 1:03:57.471909909 |
| 1852 | 2026-02-27T02:10:59.696Z | lat 1:09.890160466 |
| 1853 | 2026-02-27T02:10:59.696Z | stop 3:03.769981893 |
| 1854 | 2026-02-27T02:10:59.696Z | + source ./tools/include/force-git-over-https.sh |
| 1855 | 2026-02-27T02:10:59.697Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
| 1856 | 2026-02-27T02:10:59.697Z | ++ (( i = 0 )) |
| 1857 | 2026-02-27T02:10:59.697Z | ++ (( i < 5 )) |
| 1858 | 2026-02-27T02:10:59.697Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
| 1859 | 2026-02-27T02:10:59.702Z | ++ (( i++ )) |
| 1860 | 2026-02-27T02:10:59.702Z | ++ (( i < 5 )) |
| 1861 | 2026-02-27T02:10:59.703Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
| 1862 | 2026-02-27T02:10:59.703Z | ++ (( i++ )) |
| 1863 | 2026-02-27T02:10:59.703Z | ++ (( i < 5 )) |
| 1864 | 2026-02-27T02:10:59.703Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
| 1865 | 2026-02-27T02:10:59.703Z | ++ (( i++ )) |
| 1866 | 2026-02-27T02:10:59.703Z | ++ (( i < 5 )) |
| 1867 | 2026-02-27T02:10:59.703Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
| 1868 | 2026-02-27T02:10:59.709Z | ++ (( i++ )) |
| 1869 | 2026-02-27T02:10:59.709Z | ++ (( i < 5 )) |
| 1870 | 2026-02-27T02:10:59.709Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
| 1871 | 2026-02-27T02:10:59.710Z | ++ (( i++ )) |
| 1872 | 2026-02-27T02:10:59.710Z | ++ (( i < 5 )) |
| 1873 | 2026-02-27T02:10:59.710Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1874 | 2026-02-27T02:10:59.710Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1875 | 2026-02-27T02:10:59.710Z | + rc=0 |
| 1876 | 2026-02-27T02:10:59.710Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
| 1877 | 2026-02-27T02:11:46.782Z | + case $rc in |
| 1878 | 2026-02-27T02:11:46.782Z | + pfexec zfs create -p rpool/images/build/host |
| 1879 | 2026-02-27T02:11:46.999Z | + pfexec zfs create -p rpool/images/build/recovery |
| 1880 | 2026-02-27T02:11:47.081Z | + cargo xtask releng --output-dir /work --mkincorp |
| 1881 | 2026-02-27T02:11:47.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 1882 | 2026-02-27T02:11:47.918Z | Running `target/debug/xtask releng --output-dir /work --mkincorp` |
| 1883 | 2026-02-27T02:11:49.258Z | Compiling proc-macro2 v1.0.106 |
| 1884 | 2026-02-27T02:11:49.258Z | Compiling quote v1.0.44 |
| 1885 | 2026-02-27T02:11:49.258Z | Compiling unicode-ident v1.0.24 |
| 1886 | 2026-02-27T02:11:49.258Z | Compiling libc v0.2.180 |
| 1887 | 2026-02-27T02:11:49.258Z | Compiling serde_core v1.0.228 |
| 1888 | 2026-02-27T02:11:49.261Z | Compiling serde v1.0.228 |
| 1889 | 2026-02-27T02:11:49.261Z | Compiling autocfg v1.4.0 |
| 1890 | 2026-02-27T02:11:49.261Z | Compiling cfg-if v1.0.4 |
| 1891 | 2026-02-27T02:11:49.622Z | Compiling version_check v0.9.5 |
| 1892 | 2026-02-27T02:11:49.812Z | Compiling shlex v1.3.0 |
| 1893 | 2026-02-27T02:11:49.994Z | Compiling find-msvc-tools v0.1.9 |
| 1894 | 2026-02-27T02:11:50.363Z | Compiling lock_api v0.4.12 |
| 1895 | 2026-02-27T02:11:50.366Z | Compiling typenum v1.17.0 |
| 1896 | 2026-02-27T02:11:50.504Z | Compiling generic-array v0.14.7 |
| 1897 | 2026-02-27T02:11:50.824Z | Compiling portable-atomic v1.11.0 |
| 1898 | 2026-02-27T02:11:50.966Z | Compiling memchr v2.7.4 |
| 1899 | 2026-02-27T02:11:51.383Z | Compiling zmij v1.0.15 |
| 1900 | 2026-02-27T02:11:51.884Z | Compiling jobserver v0.1.32 |
| 1901 | 2026-02-27T02:11:52.029Z | Compiling getrandom v0.3.4 |
| 1902 | 2026-02-27T02:11:52.123Z | Compiling serde_json v1.0.149 |
| 1903 | 2026-02-27T02:11:52.323Z | Compiling syn v2.0.117 |
| 1904 | 2026-02-27T02:11:52.620Z | Compiling cc v1.2.56 |
| 1905 | 2026-02-27T02:11:52.657Z | Compiling libm v0.2.8 |
| 1906 | 2026-02-27T02:11:52.863Z | Compiling num-traits v0.2.19 |
| 1907 | 2026-02-27T02:11:53.132Z | Compiling parking_lot_core v0.9.10 |
| 1908 | 2026-02-27T02:11:53.318Z | Compiling getrandom v0.2.15 |
| 1909 | 2026-02-27T02:11:53.450Z | Compiling smallvec v1.15.1 |
| 1910 | 2026-02-27T02:11:53.617Z | Compiling pkg-config v0.3.31 |
| 1911 | 2026-02-27T02:11:53.745Z | Compiling value-bag v1.12.0 |
| 1912 | 2026-02-27T02:11:53.954Z | Compiling itoa v1.0.11 |
| 1913 | 2026-02-27T02:11:54.266Z | Compiling scopeguard v1.2.0 |
| 1914 | 2026-02-27T02:11:54.347Z | Compiling log v0.4.29 |
| 1915 | 2026-02-27T02:11:54.767Z | Compiling slab v0.4.9 |
| 1916 | 2026-02-27T02:11:55.249Z | Compiling subtle v2.6.1 |
| 1917 | 2026-02-27T02:11:55.302Z | Compiling critical-section v1.1.3 |
| 1918 | 2026-02-27T02:11:55.306Z | Compiling rand_core v0.6.4 |
| 1919 | 2026-02-27T02:11:55.518Z | Compiling thiserror v2.0.18 |
| 1920 | 2026-02-27T02:11:56.205Z | Compiling stable_deref_trait v1.2.0 |
| 1921 | 2026-02-27T02:11:56.466Z | Compiling once_cell v1.21.3 |
| 1922 | 2026-02-27T02:11:56.520Z | Compiling byteorder v1.5.0 |
| 1923 | 2026-02-27T02:11:56.989Z | Compiling ring v0.17.14 |
| 1924 | 2026-02-27T02:11:57.159Z | Compiling cmake v0.1.57 |
| 1925 | 2026-02-27T02:11:57.570Z | Compiling dunce v1.0.5 |
| 1926 | 2026-02-27T02:11:57.604Z | Compiling fs_extra v1.3.0 |
| 1927 | 2026-02-27T02:11:57.759Z | Compiling heck v0.5.0 |
| 1928 | 2026-02-27T02:11:58.175Z | Compiling aws-lc-sys v0.37.1 |
| 1929 | 2026-02-27T02:11:58.225Z | Compiling semver v1.0.27 |
| 1930 | 2026-02-27T02:11:58.305Z | Compiling equivalent v1.0.2 |
| 1931 | 2026-02-27T02:11:58.371Z | Compiling const-oid v0.9.6 |
| 1932 | 2026-02-27T02:11:58.486Z | Compiling allocator-api2 v0.2.21 |
| 1933 | 2026-02-27T02:11:58.931Z | Compiling pin-project-lite v0.2.14 |
| 1934 | 2026-02-27T02:11:59.176Z | Compiling writeable v0.5.5 |
| 1935 | 2026-02-27T02:11:59.602Z | Compiling litemap v0.7.3 |
| 1936 | 2026-02-27T02:12:00.179Z | Compiling synstructure v0.13.1 |
| 1937 | 2026-02-27T02:12:00.267Z | Compiling percent-encoding v2.3.2 |
| 1938 | 2026-02-27T02:12:00.308Z | Compiling fnv v1.0.7 |
| 1939 | 2026-02-27T02:12:00.557Z | Compiling rustversion v1.0.22 |
| 1940 | 2026-02-27T02:12:00.978Z | Compiling icu_locid_transform_data v1.5.0 |
| 1941 | 2026-02-27T02:12:01.457Z | Compiling icu_properties_data v1.5.0 |
| 1942 | 2026-02-27T02:12:01.484Z | Compiling zerocopy v0.8.27 |
| 1943 | 2026-02-27T02:12:01.688Z | Compiling futures-core v0.3.32 |
| 1944 | 2026-02-27T02:12:02.033Z | Compiling aws-lc-rs v1.16.0 |
| 1945 | 2026-02-27T02:12:02.406Z | Compiling signal-hook-registry v1.4.2 |
| 1946 | 2026-02-27T02:12:02.479Z | Compiling write16 v1.0.0 |
| 1947 | 2026-02-27T02:12:02.618Z | Compiling icu_normalizer_data v1.5.0 |
| 1948 | 2026-02-27T02:12:02.737Z | Compiling foldhash v0.2.0 |
| 1949 | 2026-02-27T02:12:02.868Z | Compiling utf8_iter v1.0.4 |
| 1950 | 2026-02-27T02:12:02.921Z | Compiling utf16_iter v1.0.5 |
| 1951 | 2026-02-27T02:12:02.996Z | Compiling parking_lot v0.12.3 |
| 1952 | 2026-02-27T02:12:03.237Z | Compiling hashbrown v0.16.1 |
| 1953 | 2026-02-27T02:12:03.284Z | Compiling mio v1.0.2 |
| 1954 | 2026-02-27T02:12:03.616Z | Compiling rustix v1.1.3 |
| 1955 | 2026-02-27T02:12:03.935Z | Compiling serde_derive v1.0.228 |
| 1956 | 2026-02-27T02:12:03.990Z | Compiling zeroize_derive v1.4.2 |
| 1957 | 2026-02-27T02:12:04.361Z | Compiling zerofrom-derive v0.1.4 |
| 1958 | 2026-02-27T02:12:05.018Z | Compiling yoke-derive v0.7.4 |
| 1959 | 2026-02-27T02:12:05.074Z | Compiling zerovec-derive v0.10.3 |
| 1960 | 2026-02-27T02:12:05.077Z | Compiling displaydoc v0.2.5 |
| 1961 | 2026-02-27T02:12:05.296Z | Compiling icu_provider_macros v1.5.0 |
| 1962 | 2026-02-27T02:12:05.361Z | Compiling zerocopy-derive v0.7.35 |
| 1963 | 2026-02-27T02:12:05.589Z | Compiling zeroize v1.8.1 |
| 1964 | 2026-02-27T02:12:06.410Z | Compiling tokio-macros v2.6.0 |
| 1965 | 2026-02-27T02:12:06.606Z | Compiling futures-macro v0.3.31 |
| 1966 | 2026-02-27T02:12:06.772Z | Compiling thiserror-impl v2.0.18 |
| 1967 | 2026-02-27T02:12:07.451Z | Compiling zerofrom v0.1.4 |
| 1968 | 2026-02-27T02:12:07.477Z | Compiling der_derive v0.7.3 |
| 1969 | 2026-02-27T02:12:07.787Z | Compiling yoke v0.7.4 |
| 1970 | 2026-02-27T02:12:08.221Z | Compiling zerovec v0.10.4 |
| 1971 | 2026-02-27T02:12:08.377Z | Compiling tracing-attributes v0.1.27 |
| 1972 | 2026-02-27T02:12:08.653Z | Compiling crypto-common v0.1.6 |
| 1973 | 2026-02-27T02:12:08.708Z | Compiling block-buffer v0.10.4 |
| 1974 | 2026-02-27T02:12:09.068Z | Compiling digest v0.10.7 |
| 1975 | 2026-02-27T02:12:09.553Z | Compiling zerocopy-derive v0.8.27 |
| 1976 | 2026-02-27T02:12:09.694Z | Compiling httparse v1.9.5 |
| 1977 | 2026-02-27T02:12:09.772Z | Compiling vcpkg v0.2.15 |
| 1978 | 2026-02-27T02:12:09.841Z | Compiling schemars v0.8.22 |
| 1979 | 2026-02-27T02:12:10.251Z | Compiling serde_derive_internals v0.29.1 |
| 1980 | 2026-02-27T02:12:10.452Z | Compiling tinystr v0.7.6 |
| 1981 | 2026-02-27T02:12:11.071Z | Compiling icu_locid v1.5.0 |
| 1982 | 2026-02-27T02:12:11.364Z | Compiling icu_collections v1.5.0 |
| 1983 | 2026-02-27T02:12:11.644Z | Compiling openssl-sys v0.9.109 |
| 1984 | 2026-02-27T02:12:12.446Z | Compiling rustix v0.38.37 |
| 1985 | 2026-02-27T02:12:12.712Z | Compiling bytes v1.11.1 |
| 1986 | 2026-02-27T02:12:12.752Z | Compiling bitflags v2.9.4 |
| 1987 | 2026-02-27T02:12:12.874Z | Compiling icu_provider v1.5.0 |
| 1988 | 2026-02-27T02:12:13.676Z | Compiling schemars_derive v0.8.22 |
| 1989 | 2026-02-27T02:12:13.729Z | Compiling form_urlencoded v1.2.2 |
| 1990 | 2026-02-27T02:12:14.284Z | Compiling icu_locid_transform v1.5.0 |
| 1991 | 2026-02-27T02:12:14.402Z | Compiling errno v0.3.12 |
| 1992 | 2026-02-27T02:12:14.439Z | Compiling socket2 v0.6.1 |
| 1993 | 2026-02-27T02:12:15.287Z | Compiling tokio v1.49.0 |
| 1994 | 2026-02-27T02:12:15.902Z | Compiling icu_properties v1.5.1 |
| 1995 | 2026-02-27T02:12:16.015Z | Compiling zerocopy v0.7.35 |
| 1996 | 2026-02-27T02:12:16.065Z | Compiling indexmap v2.13.0 |
| 1997 | 2026-02-27T02:12:17.868Z | Compiling futures-sink v0.3.31 |
| 1998 | 2026-02-27T02:12:17.915Z | Compiling rustls v0.23.37 |
| 1999 | 2026-02-27T02:12:18.256Z | Compiling futures-channel v0.3.31 |
| 2000 | 2026-02-27T02:12:19.412Z | Compiling futures-task v0.3.31 |
| 2001 | 2026-02-27T02:12:19.714Z | Compiling futures-io v0.3.31 |
| 2002 | 2026-02-27T02:12:19.812Z | Compiling cpufeatures v0.2.14 |
| 2003 | 2026-02-27T02:12:20.020Z | Compiling pin-utils v0.1.0 |
| 2004 | 2026-02-27T02:12:20.143Z | Compiling ppv-lite86 v0.2.20 |
| 2005 | 2026-02-27T02:12:20.196Z | Compiling icu_normalizer v1.5.0 |
| 2006 | 2026-02-27T02:12:20.484Z | Compiling futures-util v0.3.31 |
| 2007 | 2026-02-27T02:12:22.170Z | Compiling idna_adapter v1.2.0 |
| 2008 | 2026-02-27T02:12:22.460Z | Compiling idna v1.0.3 |
| 2009 | 2026-02-27T02:12:22.678Z | Compiling rustc_version v0.4.1 |
| 2010 | 2026-02-27T02:12:22.767Z | Compiling strsim v0.11.1 |
| 2011 | 2026-02-27T02:12:23.579Z | Compiling url v2.5.4 |
| 2012 | 2026-02-27T02:12:24.075Z | Compiling ucd-trie v0.1.7 |
| 2013 | 2026-02-27T02:12:24.667Z | Compiling pest v2.8.2 |
| 2014 | 2026-02-27T02:12:27.503Z | Compiling hmac v0.12.1 |
| 2015 | 2026-02-27T02:12:28.123Z | Compiling openssl v0.10.73 |
| 2016 | 2026-02-27T02:12:28.296Z | Compiling pest_meta v2.8.2 |
| 2017 | 2026-02-27T02:12:28.495Z | Compiling block-padding v0.3.3 |
| 2018 | 2026-02-27T02:12:28.734Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 2019 | 2026-02-27T02:12:29.103Z | Compiling thiserror v1.0.69 |
| 2020 | 2026-02-27T02:12:29.609Z | Compiling iana-time-zone v0.1.63 |
| 2021 | 2026-02-27T02:12:29.635Z | Compiling ident_case v1.0.1 |
| 2022 | 2026-02-27T02:12:29.863Z | Compiling chrono v0.4.43 |
| 2023 | 2026-02-27T02:12:30.203Z | Compiling pest_generator v2.8.2 |
| 2024 | 2026-02-27T02:12:30.388Z | Compiling inout v0.1.3 |
| 2025 | 2026-02-27T02:12:31.077Z | Compiling rustls-pki-types v1.14.0 |
| 2026 | 2026-02-27T02:12:31.558Z | Compiling openssl-macros v0.1.1 |
| 2027 | 2026-02-27T02:12:32.273Z | Compiling spin v0.9.8 |
| 2028 | 2026-02-27T02:12:32.657Z | Compiling syn v1.0.109 |
| 2029 | 2026-02-27T02:12:32.874Z | Compiling time-core v0.1.8 |
| 2030 | 2026-02-27T02:12:33.169Z | Compiling num-conv v0.2.0 |
| 2031 | 2026-02-27T02:12:33.256Z | Compiling native-tls v0.2.12 |
| 2032 | 2026-02-27T02:12:33.510Z | Compiling time-macros v0.2.27 |
| 2033 | 2026-02-27T02:12:33.712Z | Compiling pest_derive v2.8.2 |
| 2034 | 2026-02-27T02:12:34.090Z | Compiling cipher v0.4.4 |
| 2035 | 2026-02-27T02:12:34.621Z | Compiling sha2 v0.10.9 |
| 2036 | 2026-02-27T02:12:35.809Z | Compiling scroll_derive v0.13.1 |
| 2037 | 2026-02-27T02:12:35.959Z | Compiling thiserror-impl v1.0.69 |
| 2038 | 2026-02-27T02:12:36.013Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 2039 | 2026-02-27T02:12:36.962Z | Compiling crossbeam-utils v0.8.21 |
| 2040 | 2026-02-27T02:12:37.668Z | Compiling base64ct v1.6.0 |
| 2041 | 2026-02-27T02:12:37.864Z | Compiling base64 v0.22.1 |
| 2042 | 2026-02-27T02:12:38.102Z | Compiling foldhash v0.1.5 |
| 2043 | 2026-02-27T02:12:38.271Z | Compiling pem-rfc7468 v0.7.0 |
| 2044 | 2026-02-27T02:12:38.630Z | Compiling hashbrown v0.15.4 |
| 2045 | 2026-02-27T02:12:39.020Z | Compiling http v1.4.0 |
| 2046 | 2026-02-27T02:12:39.140Z | Compiling slog v2.8.2 |
| 2047 | 2026-02-27T02:12:39.454Z | Compiling uuid v1.19.0 |
| 2048 | 2026-02-27T02:12:40.641Z | Compiling regex-syntax v0.8.5 |
| 2049 | 2026-02-27T02:12:41.179Z | Compiling flagset v0.4.6 |
| 2050 | 2026-02-27T02:12:41.421Z | Compiling untrusted v0.9.0 |
| 2051 | 2026-02-27T02:12:41.696Z | Compiling der v0.7.10 |
| 2052 | 2026-02-27T02:12:44.621Z | Compiling rand_core v0.9.3 |
| 2053 | 2026-02-27T02:12:45.022Z | Compiling plain v0.2.3 |
| 2054 | 2026-02-27T02:12:45.223Z | Compiling camino v1.2.2 |
| 2055 | 2026-02-27T02:12:45.458Z | Compiling paste v1.0.15 |
| 2056 | 2026-02-27T02:12:46.967Z | Compiling spki v0.7.3 |
| 2057 | 2026-02-27T02:12:47.420Z | Compiling tokio-util v0.7.15 |
| 2058 | 2026-02-27T02:12:49.865Z | Compiling salsa20 v0.10.2 |
| 2059 | 2026-02-27T02:12:49.960Z | Compiling pbkdf2 v0.12.2 |
| 2060 | 2026-02-27T02:12:51.947Z | Compiling tracing-core v0.1.32 |
| 2061 | 2026-02-27T02:12:52.239Z | Compiling num-bigint-dig v0.8.6 |
| 2062 | 2026-02-27T02:12:52.610Z | Compiling dyn-clone v1.0.20 |
| 2063 | 2026-02-27T02:12:52.917Z | Compiling tracing v0.1.40 |
| 2064 | 2026-02-27T02:12:53.907Z | Compiling scrypt v0.11.0 |
| 2065 | 2026-02-27T02:12:55.019Z | Compiling rand_chacha v0.9.0 |
| 2066 | 2026-02-27T02:12:55.806Z | Compiling http-body v1.0.1 |
| 2067 | 2026-02-27T02:12:56.089Z | Compiling cbc v0.1.2 |
| 2068 | 2026-02-27T02:12:56.124Z | Compiling aes v0.8.4 |
| 2069 | 2026-02-27T02:12:57.522Z | Compiling cookie v0.18.1 |
| 2070 | 2026-02-27T02:12:57.604Z | Compiling ahash v0.8.12 |
| 2071 | 2026-02-27T02:12:57.904Z | Compiling pretty-hex v0.4.1 |
| 2072 | 2026-02-27T02:12:58.011Z | Compiling usdt-impl v0.6.0 |
| 2073 | 2026-02-27T02:12:58.126Z | Compiling atomic-waker v1.1.2 |
| 2074 | 2026-02-27T02:12:58.163Z | Compiling anyhow v1.0.99 |
| 2075 | 2026-02-27T02:12:58.359Z | Compiling zstd-safe v7.2.3 |
| 2076 | 2026-02-27T02:12:58.383Z | Compiling fastrand v2.1.1 |
| 2077 | 2026-02-27T02:12:58.767Z | Compiling pkcs5 v0.7.1 |
| 2078 | 2026-02-27T02:13:01.723Z | Compiling rand v0.9.2 |
| 2079 | 2026-02-27T02:13:03.076Z | Compiling scroll v0.13.0 |
| 2080 | 2026-02-27T02:13:03.220Z | Compiling lazy_static v1.5.0 |
| 2081 | 2026-02-27T02:13:03.413Z | Compiling heapless v0.7.17 |
| 2082 | 2026-02-27T02:13:03.760Z | Compiling serde_tokenstream v0.2.3 |
| 2083 | 2026-02-27T02:13:03.911Z | Compiling clap_derive v4.5.47 |
| 2084 | 2026-02-27T02:13:03.947Z | Compiling scroll_derive v0.12.0 |
| 2085 | 2026-02-27T02:13:04.110Z | Compiling async-trait v0.1.89 |
| 2086 | 2026-02-27T02:13:04.443Z | Compiling daft-derive v0.1.4 |
| 2087 | 2026-02-27T02:13:05.319Z | Compiling aho-corasick v1.1.3 |
| 2088 | 2026-02-27T02:13:05.957Z | Compiling tower-service v0.3.3 |
| 2089 | 2026-02-27T02:13:05.994Z | Compiling try-lock v0.2.5 |
| 2090 | 2026-02-27T02:13:06.123Z | Compiling untrusted v0.7.1 |
| 2091 | 2026-02-27T02:13:06.205Z | Compiling adler2 v2.0.0 |
| 2092 | 2026-02-27T02:13:06.380Z | Compiling signal-hook v0.3.18 |
| 2093 | 2026-02-27T02:13:06.458Z | Compiling tower-layer v0.3.3 |
| 2094 | 2026-02-27T02:13:06.570Z | Compiling openssl-probe v0.1.5 |
| 2095 | 2026-02-27T02:13:07.013Z | Compiling miniz_oxide v0.8.5 |
| 2096 | 2026-02-27T02:13:07.443Z | Compiling regex-automata v0.4.14 |
| 2097 | 2026-02-27T02:13:08.015Z | Compiling want v0.3.1 |
| 2098 | 2026-02-27T02:13:08.367Z | Compiling goblin v0.10.2 |
| 2099 | 2026-02-27T02:13:10.725Z | Compiling tempfile v3.24.0 |
| 2100 | 2026-02-27T02:13:10.910Z | Compiling pkcs8 v0.10.2 |
| 2101 | 2026-02-27T02:13:11.100Z | Compiling h2 v0.4.6 |
| 2102 | 2026-02-27T02:13:11.530Z | Compiling darling_core v0.20.10 |
| 2103 | 2026-02-27T02:13:11.912Z | Compiling ipnet v2.11.0 |
| 2104 | 2026-02-27T02:13:13.613Z | Compiling tinyvec_macros v0.1.1 |
| 2105 | 2026-02-27T02:13:14.580Z | Compiling httpdate v1.0.3 |
| 2106 | 2026-02-27T02:13:15.753Z | Compiling dof v0.4.0 |
| 2107 | 2026-02-27T02:13:16.854Z | Compiling tinyvec v1.8.0 |
| 2108 | 2026-02-27T02:13:16.967Z | Compiling darling_macro v0.20.10 |
| 2109 | 2026-02-27T02:13:18.695Z | Compiling dtrace-parser v0.3.0 |
| 2110 | 2026-02-27T02:13:18.783Z | Compiling darling_core v0.21.0 |
| 2111 | 2026-02-27T02:13:20.379Z | Compiling hyper v1.8.1 |
| 2112 | 2026-02-27T02:13:20.831Z | Compiling curve25519-dalek v4.1.3 |
| 2113 | 2026-02-27T02:13:21.396Z | Compiling hex v0.4.3 |
| 2114 | 2026-02-27T02:13:22.148Z | Compiling strum_macros v0.26.4 |
| 2115 | 2026-02-27T02:13:22.358Z | Compiling thread-id v5.0.0 |
| 2116 | 2026-02-27T02:13:22.507Z | Compiling memoffset v0.9.1 |
| 2117 | 2026-02-27T02:13:24.029Z | Compiling litrs v0.4.1 |
| 2118 | 2026-02-27T02:13:24.569Z | Compiling foreign-types-shared v0.1.1 |
| 2119 | 2026-02-27T02:13:25.132Z | Compiling utf8parse v0.2.2 |
| 2120 | 2026-02-27T02:13:25.180Z | Compiling ref-cast v1.0.25 |
| 2121 | 2026-02-27T02:13:25.335Z | Compiling smoltcp v0.9.1 |
| 2122 | 2026-02-27T02:13:25.764Z | Compiling anstyle v1.0.11 |
| 2123 | 2026-02-27T02:13:26.341Z | Compiling anstyle-parse v0.2.5 |
| 2124 | 2026-02-27T02:13:26.482Z | Compiling document-features v0.2.11 |
| 2125 | 2026-02-27T02:13:26.880Z | Compiling foreign-types v0.3.2 |
| 2126 | 2026-02-27T02:13:27.121Z | Compiling darling_macro v0.21.0 |
| 2127 | 2026-02-27T02:13:27.896Z | Compiling hyper-util v0.1.19 |
| 2128 | 2026-02-27T02:13:30.030Z | Compiling darling v0.20.10 |
| 2129 | 2026-02-27T02:13:31.490Z | Compiling toml_datetime v0.6.11 |
| 2130 | 2026-02-27T02:13:31.699Z | Compiling serde_spanned v0.6.9 |
| 2131 | 2026-02-27T02:13:31.982Z | Compiling wait-timeout v0.2.0 |
| 2132 | 2026-02-27T02:13:32.101Z | Compiling bit-vec v0.8.0 |
| 2133 | 2026-02-27T02:13:32.127Z | Compiling powerfmt v0.2.0 |
| 2134 | 2026-02-27T02:13:32.304Z | Compiling gimli v0.31.1 |
| 2135 | 2026-02-27T02:13:32.681Z | Compiling is_terminal_polyfill v1.70.1 |
| 2136 | 2026-02-27T02:13:32.790Z | Compiling anstyle-query v1.1.1 |
| 2137 | 2026-02-27T02:13:32.858Z | Compiling quick-error v1.2.3 |
| 2138 | 2026-02-27T02:13:33.017Z | Compiling cfg_aliases v0.2.1 |
| 2139 | 2026-02-27T02:13:33.146Z | Compiling buf-list v1.0.3 |
| 2140 | 2026-02-27T02:13:33.322Z | Compiling colorchoice v1.0.2 |
| 2141 | 2026-02-27T02:13:33.573Z | Compiling anstream v0.6.18 |
| 2142 | 2026-02-27T02:13:33.795Z | Compiling nix v0.29.0 |
| 2143 | 2026-02-27T02:13:33.904Z | Compiling deranged v0.5.3 |
| 2144 | 2026-02-27T02:13:34.692Z | Compiling rusty-fork v0.3.0 |
| 2145 | 2026-02-27T02:13:35.357Z | Compiling bit-set v0.8.0 |
| 2146 | 2026-02-27T02:13:36.820Z | Compiling addr2line v0.24.2 |
| 2147 | 2026-02-27T02:13:37.230Z | Compiling derive_builder_core v0.20.2 |
| 2148 | 2026-02-27T02:13:38.687Z | Compiling darling v0.21.0 |
| 2149 | 2026-02-27T02:13:38.872Z | Compiling unicode-normalization v0.1.24 |
| 2150 | 2026-02-27T02:13:39.265Z | Compiling regex v1.12.3 |
| 2151 | 2026-02-27T02:13:40.218Z | Compiling rustls-native-certs v0.8.1 |
| 2152 | 2026-02-27T02:13:41.590Z | Compiling http-body-util v0.1.3 |
| 2153 | 2026-02-27T02:13:41.811Z | Compiling hubpack_derive v0.1.1 |
| 2154 | 2026-02-27T02:13:41.962Z | Compiling rand_xorshift v0.4.0 |
| 2155 | 2026-02-27T02:13:42.262Z | Compiling sync_wrapper v1.0.1 |
| 2156 | 2026-02-27T02:13:42.460Z | Compiling erased-serde v0.3.31 |
| 2157 | 2026-02-27T02:13:42.521Z | Compiling signature v2.2.0 |
| 2158 | 2026-02-27T02:13:42.632Z | Compiling ref-cast-impl v1.0.25 |
| 2159 | 2026-02-27T02:13:42.738Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2160 | 2026-02-27T02:13:42.789Z | Compiling strum_macros v0.27.2 |
| 2161 | 2026-02-27T02:13:43.648Z | Compiling object v0.36.5 |
| 2162 | 2026-02-27T02:13:44.151Z | Compiling fs-err v3.1.1 |
| 2163 | 2026-02-27T02:13:44.516Z | Compiling usdt-impl v0.5.0 |
| 2164 | 2026-02-27T02:13:44.583Z | Compiling crc32fast v1.4.2 |
| 2165 | 2026-02-27T02:13:45.055Z | Compiling rustc-demangle v0.1.24 |
| 2166 | 2026-02-27T02:13:45.570Z | Compiling unicode-properties v0.1.3 |
| 2167 | 2026-02-27T02:13:46.046Z | Compiling siphasher v0.3.11 |
| 2168 | 2026-02-27T02:13:46.447Z | Compiling num_threads v0.1.7 |
| 2169 | 2026-02-27T02:13:46.518Z | Compiling zlib-rs v0.5.1 |
| 2170 | 2026-02-27T02:13:46.659Z | Compiling unarray v0.1.4 |
| 2171 | 2026-02-27T02:13:46.823Z | Compiling ryu v1.0.18 |
| 2172 | 2026-02-27T02:13:47.423Z | Compiling unicode-bidi v0.3.17 |
| 2173 | 2026-02-27T02:13:47.626Z | Compiling time v0.3.47 |
| 2174 | 2026-02-27T02:13:48.173Z | Compiling stringprep v0.1.5 |
| 2175 | 2026-02-27T02:13:48.643Z | Compiling serde_urlencoded v0.7.1 |
| 2176 | 2026-02-27T02:13:49.032Z | Compiling proptest v1.7.0 |
| 2177 | 2026-02-27T02:13:51.126Z | Compiling libz-rs-sys v0.5.1 |
| 2178 | 2026-02-27T02:13:51.246Z | Compiling backtrace v0.3.74 |
| 2179 | 2026-02-27T02:13:51.729Z | Compiling phf_shared v0.11.2 |
| 2180 | 2026-02-27T02:13:53.626Z | Compiling tower v0.5.2 |
| 2181 | 2026-02-27T02:13:56.656Z | Compiling derive_builder_macro v0.20.2 |
| 2182 | 2026-02-27T02:13:57.341Z | Compiling serde_with_macros v3.16.1 |
| 2183 | 2026-02-27T02:13:57.576Z | Compiling usdt-attr-macro v0.6.0 |
| 2184 | 2026-02-27T02:13:57.643Z | Compiling usdt-macro v0.6.0 |
| 2185 | 2026-02-27T02:13:59.088Z | Compiling ipnetwork v0.21.1 |
| 2186 | 2026-02-27T02:13:59.202Z | Compiling scroll v0.12.0 |
| 2187 | 2026-02-27T02:13:59.890Z | Compiling terminal_size v0.4.0 |
| 2188 | 2026-02-27T02:13:59.922Z | Compiling webpki-roots v1.0.1 |
| 2189 | 2026-02-27T02:14:00.265Z | Compiling rand_chacha v0.3.1 |
| 2190 | 2026-02-27T02:14:00.354Z | Compiling num-integer v0.1.46 |
| 2191 | 2026-02-27T02:14:01.637Z | Compiling md-5 v0.10.6 |
| 2192 | 2026-02-27T02:14:01.637Z | Compiling vergen-lib v0.1.6 |
| 2193 | 2026-02-27T02:14:01.914Z | Compiling hash32 v0.2.1 |
| 2194 | 2026-02-27T02:14:01.967Z | Compiling ff v0.13.0 |
| 2195 | 2026-02-27T02:14:02.317Z | Compiling fallible-iterator v0.2.0 |
| 2196 | 2026-02-27T02:14:02.320Z | Compiling clap_lex v0.7.4 |
| 2197 | 2026-02-27T02:14:03.527Z | Compiling base16ct v0.2.0 |
| 2198 | 2026-02-27T02:14:03.860Z | Compiling iri-string v0.7.8 |
| 2199 | 2026-02-27T02:14:04.290Z | Compiling psl-types v2.0.11 |
| 2200 | 2026-02-27T02:14:06.842Z | Compiling winnow v0.7.14 |
| 2201 | 2026-02-27T02:14:08.291Z | Compiling tower-http v0.6.8 |
| 2202 | 2026-02-27T02:14:10.915Z | Compiling publicsuffix v2.3.0 |
| 2203 | 2026-02-27T02:14:11.285Z | Compiling sec1 v0.7.3 |
| 2204 | 2026-02-27T02:14:11.928Z | Compiling rustls-webpki v0.103.9 |
| 2205 | 2026-02-27T02:14:12.075Z | Compiling postgres-protocol v0.6.8 |
| 2206 | 2026-02-27T02:14:12.651Z | Compiling clap_builder v4.5.48 |
| 2207 | 2026-02-27T02:14:14.075Z | Compiling group v0.13.0 |
| 2208 | 2026-02-27T02:14:14.201Z | Compiling rand v0.8.5 |
| 2209 | 2026-02-27T02:14:14.435Z | Compiling num-iter v0.1.45 |
| 2210 | 2026-02-27T02:14:16.282Z | Compiling goblin v0.8.2 |
| 2211 | 2026-02-27T02:14:16.514Z | Compiling oxnet v0.1.4 |
| 2212 | 2026-02-27T02:14:17.455Z | Compiling derive_builder v0.20.2 |
| 2213 | 2026-02-27T02:14:17.701Z | Compiling tokio-native-tls v0.3.1 |
| 2214 | 2026-02-27T02:14:18.074Z | Compiling newtype-uuid v1.3.2 |
| 2215 | 2026-02-27T02:14:18.735Z | Compiling flate2 v1.1.2 |
| 2216 | 2026-02-27T02:14:20.574Z | Compiling hkdf v0.12.4 |
| 2217 | 2026-02-27T02:14:20.949Z | Compiling tokio-rustls v0.26.0 |
| 2218 | 2026-02-27T02:14:21.511Z | Compiling hyper-rustls v0.27.7 |
| 2219 | 2026-02-27T02:14:22.179Z | Compiling cargo-platform v0.1.8 |
| 2220 | 2026-02-27T02:14:22.694Z | Compiling crypto-bigint v0.5.5 |
| 2221 | 2026-02-27T02:14:24.332Z | Compiling serde_repr v0.1.19 |
| 2222 | 2026-02-27T02:14:25.355Z | Compiling enum-as-inner v0.6.1 |
| 2223 | 2026-02-27T02:14:25.527Z | Compiling vergen v9.0.6 |
| 2224 | 2026-02-27T02:14:26.396Z | Compiling encoding_rs v0.8.34 |
| 2225 | 2026-02-27T02:14:26.580Z | Compiling lockfree-object-pool v0.1.6 |
| 2226 | 2026-02-27T02:14:26.718Z | Compiling managed v0.8.0 |
| 2227 | 2026-02-27T02:14:26.903Z | Compiling mime v0.3.17 |
| 2228 | 2026-02-27T02:14:27.195Z | Compiling simd-adler32 v0.3.7 |
| 2229 | 2026-02-27T02:14:27.233Z | Compiling winnow v0.5.40 |
| 2230 | 2026-02-27T02:14:27.820Z | Compiling bitflags v1.3.2 |
| 2231 | 2026-02-27T02:14:27.984Z | Compiling bumpalo v3.16.0 |
| 2232 | 2026-02-27T02:14:28.053Z | Compiling either v1.15.0 |
| 2233 | 2026-02-27T02:14:28.624Z | Compiling unicode-segmentation v1.12.0 |
| 2234 | 2026-02-27T02:14:30.970Z | Compiling toml_edit v0.19.15 |
| 2235 | 2026-02-27T02:14:33.859Z | Compiling zopfli v0.8.1 |
| 2236 | 2026-02-27T02:14:35.586Z | Compiling elliptic-curve v0.13.8 |
| 2237 | 2026-02-27T02:14:36.556Z | Compiling dof v0.3.0 |
| 2238 | 2026-02-27T02:14:36.711Z | Compiling cargo_metadata v0.19.2 |
| 2239 | 2026-02-27T02:14:36.805Z | Compiling rustls-platform-verifier v0.6.2 |
| 2240 | 2026-02-27T02:14:38.823Z | Compiling zstd v0.13.3 |
| 2241 | 2026-02-27T02:14:39.569Z | Compiling daft v0.1.4 |
| 2242 | 2026-02-27T02:14:40.100Z | Compiling clap v4.5.48 |
| 2243 | 2026-02-27T02:14:40.167Z | Compiling hyper-tls v0.6.0 |
| 2244 | 2026-02-27T02:14:40.216Z | Compiling signal-hook-mio v0.2.4 |
| 2245 | 2026-02-27T02:14:40.468Z | Compiling cookie_store v0.22.1 |
| 2246 | 2026-02-27T02:14:40.662Z | Compiling postgres-types v0.2.9 |
| 2247 | 2026-02-27T02:14:41.159Z | Compiling dtrace-parser v0.2.0 |
| 2248 | 2026-02-27T02:14:41.212Z | Compiling phf v0.11.2 |
| 2249 | 2026-02-27T02:14:41.398Z | Compiling strum v0.27.2 |
| 2250 | 2026-02-27T02:14:41.695Z | Compiling hubpack v0.1.2 |
| 2251 | 2026-02-27T02:14:41.698Z | Compiling ed25519 v2.2.3 |
| 2252 | 2026-02-27T02:14:41.837Z | Compiling bzip2 v0.4.4 |
| 2253 | 2026-02-27T02:14:41.877Z | Compiling bzip2 v0.5.2 |
| 2254 | 2026-02-27T02:14:42.063Z | Compiling bstr v1.10.0 |
| 2255 | 2026-02-27T02:14:42.156Z | Compiling pkcs1 v0.7.5 |
| 2256 | 2026-02-27T02:14:42.395Z | Compiling rfc6979 v0.4.0 |
| 2257 | 2026-02-27T02:14:42.425Z | Compiling float-cmp v0.10.0 |
| 2258 | 2026-02-27T02:14:42.648Z | Compiling serde-big-array v0.5.1 |
| 2259 | 2026-02-27T02:14:42.680Z | Compiling structmeta-derive v0.3.0 |
| 2260 | 2026-02-27T02:14:42.906Z | Compiling env_filter v0.1.2 |
| 2261 | 2026-02-27T02:14:43.019Z | Compiling socket2 v0.5.10 |
| 2262 | 2026-02-27T02:14:43.234Z | Compiling memmap2 v0.9.8 |
| 2263 | 2026-02-27T02:14:43.457Z | Compiling thread-id v4.2.2 |
| 2264 | 2026-02-27T02:14:43.653Z | Compiling keccak v0.1.5 |
| 2265 | 2026-02-27T02:14:43.817Z | Compiling rustc-hash v2.1.1 |
| 2266 | 2026-02-27T02:14:43.843Z | Compiling precomputed-hash v0.1.1 |
| 2267 | 2026-02-27T02:14:43.995Z | Compiling static_assertions v1.1.0 |
| 2268 | 2026-02-27T02:14:44.033Z | Compiling predicates-core v1.0.8 |
| 2269 | 2026-02-27T02:14:44.131Z | Compiling fixedbitset v0.5.7 |
| 2270 | 2026-02-27T02:14:44.134Z | Compiling data-encoding v2.9.0 |
| 2271 | 2026-02-27T02:14:44.201Z | Compiling new_debug_unreachable v1.0.6 |
| 2272 | 2026-02-27T02:14:44.399Z | Compiling whoami v1.5.2 |
| 2273 | 2026-02-27T02:14:44.606Z | Compiling difflib v0.4.0 |
| 2274 | 2026-02-27T02:14:44.660Z | Compiling normalize-line-endings v0.3.0 |
| 2275 | 2026-02-27T02:14:44.894Z | Compiling fixedbitset v0.4.2 |
| 2276 | 2026-02-27T02:14:44.897Z | Compiling radium v0.7.0 |
| 2277 | 2026-02-27T02:14:45.316Z | Compiling jiff v0.2.15 |
| 2278 | 2026-02-27T02:14:45.475Z | Compiling toml_write v0.1.2 |
| 2279 | 2026-02-27T02:14:45.962Z | Compiling petgraph v0.6.5 |
| 2280 | 2026-02-27T02:14:46.983Z | Compiling reqwest v0.12.28 |
| 2281 | 2026-02-27T02:14:49.317Z | Compiling toml_edit v0.22.27 |
| 2282 | 2026-02-27T02:14:49.848Z | Compiling predicates v3.1.3 |
| 2283 | 2026-02-27T02:14:53.210Z | Compiling zip v4.2.0 |
| 2284 | 2026-02-27T02:14:55.943Z | Compiling structmeta v0.3.0 |
| 2285 | 2026-02-27T02:14:56.054Z | Compiling hickory-proto v0.25.2 |
| 2286 | 2026-02-27T02:14:56.160Z | Compiling tokio-postgres v0.7.13 |
| 2287 | 2026-02-27T02:14:56.370Z | Compiling petgraph v0.8.2 |
| 2288 | 2026-02-27T02:14:57.289Z | Compiling string_cache v0.8.9 |
| 2289 | 2026-02-27T02:14:57.779Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2290 | 2026-02-27T02:14:58.830Z | Compiling iddqd v0.3.16 |
| 2291 | 2026-02-27T02:15:01.202Z | Compiling sha3 v0.10.8 |
| 2292 | 2026-02-27T02:15:02.017Z | Compiling usdt v0.6.0 |
| 2293 | 2026-02-27T02:15:03.005Z | Compiling env_logger v0.11.8 |
| 2294 | 2026-02-27T02:15:03.941Z | Compiling serde_with v3.16.1 |
| 2295 | 2026-02-27T02:15:04.112Z | Compiling similar v2.7.0 |
| 2296 | 2026-02-27T02:15:04.207Z | Compiling rsa v0.9.8 |
| 2297 | 2026-02-27T02:15:05.992Z | Compiling ecdsa v0.16.9 |
| 2298 | 2026-02-27T02:15:08.161Z | Compiling zip v0.6.6 |
| 2299 | 2026-02-27T02:15:08.642Z | Compiling ed25519-dalek v2.1.1 |
| 2300 | 2026-02-27T02:15:09.386Z | Compiling reqwest v0.13.2 |
| 2301 | 2026-02-27T02:15:10.040Z | Compiling crossterm v0.28.1 |
| 2302 | 2026-02-27T02:15:11.050Z | Compiling crossbeam-epoch v0.9.18 |
| 2303 | 2026-02-27T02:15:11.594Z | Compiling toml v0.7.8 |
| 2304 | 2026-02-27T02:15:11.988Z | Compiling heck v0.4.1 |
| 2305 | 2026-02-27T02:15:12.498Z | Compiling itertools v0.10.5 |
| 2306 | 2026-02-27T02:15:13.202Z | Compiling itertools v0.13.0 |
| 2307 | 2026-02-27T02:15:13.557Z | Compiling strum v0.26.3 |
| 2308 | 2026-02-27T02:15:13.988Z | Compiling tokio-stream v0.1.17 |
| 2309 | 2026-02-27T02:15:15.097Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2310 | 2026-02-27T02:15:15.216Z | Compiling x509-cert v0.2.5 |
| 2311 | 2026-02-27T02:15:16.383Z | Compiling openapiv3 v2.2.0 |
| 2312 | 2026-02-27T02:15:16.577Z | Compiling sha1 v0.10.6 |
| 2313 | 2026-02-27T02:15:17.959Z | Compiling winnow v0.6.26 |
| 2314 | 2026-02-27T02:15:18.916Z | Compiling tap v1.0.1 |
| 2315 | 2026-02-27T02:15:19.152Z | Compiling peg-runtime v0.8.5 |
| 2316 | 2026-02-27T02:15:19.617Z | Compiling lalrpop-util v0.19.12 |
| 2317 | 2026-02-27T02:15:20.100Z | Compiling maybe-uninit v2.0.0 |
| 2318 | 2026-02-27T02:15:20.853Z | Compiling wyz v0.5.1 |
| 2319 | 2026-02-27T02:15:21.902Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2320 | 2026-02-27T02:15:40.048Z | Compiling packed_struct v0.10.1 |
| 2321 | 2026-02-27T02:15:40.660Z | Compiling funty v2.0.0 |
| 2322 | 2026-02-27T02:15:42.175Z | Compiling bitvec v1.0.1 |
| 2323 | 2026-02-27T02:15:50.236Z | Compiling packed_struct_codegen v0.10.1 |
| 2324 | 2026-02-27T02:15:50.569Z | Compiling futures-executor v0.3.31 |
| 2325 | 2026-02-27T02:15:51.298Z | Compiling bitfield-macros v0.19.2 |
| 2326 | 2026-02-27T02:15:51.590Z | Compiling zerocopy-derive v0.6.6 |
| 2327 | 2026-02-27T02:15:53.143Z | Compiling indexmap v1.9.3 |
| 2328 | 2026-02-27T02:15:53.199Z | Compiling nodrop v0.1.14 |
| 2329 | 2026-02-27T02:15:53.258Z | Compiling typeid v1.0.3 |
| 2330 | 2026-02-27T02:15:54.295Z | Compiling crc-catalog v2.4.0 |
| 2331 | 2026-02-27T02:15:54.524Z | Compiling crc v3.2.1 |
| 2332 | 2026-02-27T02:15:55.922Z | Compiling array-init v0.0.4 |
| 2333 | 2026-02-27T02:15:55.949Z | Compiling zerocopy v0.6.6 |
| 2334 | 2026-02-27T02:15:56.912Z | Compiling bitfield v0.19.2 |
| 2335 | 2026-02-27T02:15:57.432Z | Compiling futures v0.3.31 |
| 2336 | 2026-02-27T02:15:58.216Z | Compiling smallvec v0.6.14 |
| 2337 | 2026-02-27T02:16:00.350Z | Compiling derive-ex v0.1.8 |
| 2338 | 2026-02-27T02:16:04.243Z | Compiling rustls v0.22.4 |
| 2339 | 2026-02-27T02:16:04.814Z | Compiling hashbrown v0.12.3 |
| 2340 | 2026-02-27T02:16:04.866Z | Compiling base64 v0.21.7 |
| 2341 | 2026-02-27T02:16:06.114Z | Compiling ron v0.8.1 |
| 2342 | 2026-02-27T02:16:09.165Z | Compiling test-strategy v0.4.3 |
| 2343 | 2026-02-27T02:16:13.120Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2344 | 2026-02-27T02:16:14.387Z | Compiling serde-hex v0.1.0 |
| 2345 | 2026-02-27T02:16:19.924Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2346 | 2026-02-27T02:16:21.789Z | Compiling toml v0.8.23 |
| 2347 | 2026-02-27T02:16:23.271Z | Compiling hashbrown v0.13.2 |
| 2348 | 2026-02-27T02:16:27.295Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2349 | 2026-02-27T02:16:27.384Z | Compiling xattr v1.3.1 |
| 2350 | 2026-02-27T02:16:27.652Z | Compiling rustls-webpki v0.102.8 |
| 2351 | 2026-02-27T02:16:29.592Z | Compiling pin-project-internal v1.1.6 |
| 2352 | 2026-02-27T02:16:30.295Z | Compiling thread_local v1.1.8 |
| 2353 | 2026-02-27T02:16:32.019Z | Compiling filetime v0.2.26 |
| 2354 | 2026-02-27T02:16:32.102Z | Compiling multer v3.1.0 |
| 2355 | 2026-02-27T02:16:33.567Z | Compiling rayon-core v1.12.1 |
| 2356 | 2026-02-27T02:16:33.936Z | Compiling same-file v1.0.6 |
| 2357 | 2026-02-27T02:16:34.259Z | Compiling slog-async v2.8.0 |
| 2358 | 2026-02-27T02:16:34.781Z | Compiling match_cfg v0.1.0 |
| 2359 | 2026-02-27T02:16:34.983Z | Compiling crc-any v2.5.0 |
| 2360 | 2026-02-27T02:16:35.728Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2361 | 2026-02-27T02:16:35.955Z | Compiling hostname v0.3.1 |
| 2362 | 2026-02-27T02:16:41.030Z | Compiling walkdir v2.5.0 |
| 2363 | 2026-02-27T02:16:46.865Z | Compiling tar v0.4.44 |
| 2364 | 2026-02-27T02:16:47.313Z | Compiling pin-project v1.1.6 |
| 2365 | 2026-02-27T02:16:51.171Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2366 | 2026-02-27T02:16:54.809Z | Compiling object v0.30.4 |
| 2367 | 2026-02-27T02:16:55.157Z | Compiling erased-serde v0.4.6 |
| 2368 | 2026-02-27T02:16:55.234Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2369 | 2026-02-27T02:16:56.848Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 2370 | 2026-02-27T02:16:59.881Z | Compiling crossbeam-channel v0.5.15 |
| 2371 | 2026-02-27T02:16:59.963Z | Compiling slog-json v2.6.1 |
| 2372 | 2026-02-27T02:17:00.948Z | Compiling async-stream-impl v0.3.6 |
| 2373 | 2026-02-27T02:17:01.131Z | Compiling snafu-derive v0.8.5 |
| 2374 | 2026-02-27T02:17:01.436Z | Compiling ordered-float v2.10.1 |
| 2375 | 2026-02-27T02:17:01.755Z | Compiling serde_spanned v1.0.4 |
| 2376 | 2026-02-27T02:17:02.065Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2377 | 2026-02-27T02:17:02.143Z | Compiling serde_path_to_error v0.1.20 |
| 2378 | 2026-02-27T02:17:03.015Z | Compiling is-terminal v0.4.13 |
| 2379 | 2026-02-27T02:17:03.194Z | Compiling fs-err v2.11.0 |
| 2380 | 2026-02-27T02:17:03.221Z | Compiling dropshot v0.16.7 |
| 2381 | 2026-02-27T02:17:03.616Z | Compiling take_mut v0.2.2 |
| 2382 | 2026-02-27T02:17:03.645Z | Compiling path-slash v0.1.5 |
| 2383 | 2026-02-27T02:17:03.845Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2384 | 2026-02-27T02:17:03.961Z | Compiling debug-ignore v1.0.5 |
| 2385 | 2026-02-27T02:17:04.589Z | Compiling term v1.1.0 |
| 2386 | 2026-02-27T02:17:04.996Z | Compiling toml v0.9.11+spec-1.1.0 |
| 2387 | 2026-02-27T02:17:05.398Z | Compiling snafu v0.8.5 |
| 2388 | 2026-02-27T02:17:05.556Z | Compiling slog-term v2.9.2 |
| 2389 | 2026-02-27T02:17:06.843Z | Compiling async-stream v0.3.6 |
| 2390 | 2026-02-27T02:17:06.992Z | Compiling serde-value v0.7.0 |
| 2391 | 2026-02-27T02:17:07.206Z | Compiling slog-bunyan v2.5.0 |
| 2392 | 2026-02-27T02:17:07.575Z | Compiling serde-untagged v0.1.7 |
| 2393 | 2026-02-27T02:17:07.661Z | Compiling tokio-rustls v0.25.0 |
| 2394 | 2026-02-27T02:17:08.377Z | Compiling crossbeam-deque v0.8.5 |
| 2395 | 2026-02-27T02:17:08.651Z | Compiling globset v0.4.15 |
| 2396 | 2026-02-27T02:17:08.839Z | Compiling camino-tempfile v1.4.1 |
| 2397 | 2026-02-27T02:17:08.899Z | Compiling parse-display-derive v0.10.0 |
| 2398 | 2026-02-27T02:17:08.927Z | Compiling olpc-cjson v0.1.4 |
| 2399 | 2026-02-27T02:17:09.330Z | Compiling dropshot_endpoint v0.16.7 |
| 2400 | 2026-02-27T02:17:09.472Z | Compiling newtype-uuid-macros v0.1.0 |
| 2401 | 2026-02-27T02:17:09.684Z | Compiling waitgroup v0.1.2 |
| 2402 | 2026-02-27T02:17:10.000Z | Compiling pem v3.0.5 |
| 2403 | 2026-02-27T02:17:10.854Z | Compiling rustls-pemfile v2.2.0 |
| 2404 | 2026-02-27T02:17:11.112Z | Compiling serde_plain v1.0.2 |
| 2405 | 2026-02-27T02:17:11.462Z | Compiling async-recursion v1.1.1 |
| 2406 | 2026-02-27T02:17:11.499Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2407 | 2026-02-27T02:17:11.693Z | Compiling blake3 v1.5.4 |
| 2408 | 2026-02-27T02:17:12.290Z | Compiling hostname v0.4.2 |
| 2409 | 2026-02-27T02:17:12.352Z | Compiling instant v0.1.13 |
| 2410 | 2026-02-27T02:17:12.392Z | Compiling half v2.4.1 |
| 2411 | 2026-02-27T02:17:12.577Z | Compiling unicode-xid v0.2.6 |
| 2412 | 2026-02-27T02:17:12.606Z | Compiling typed-path v0.9.3 |
| 2413 | 2026-02-27T02:17:12.766Z | Compiling ciborium-io v0.2.2 |
| 2414 | 2026-02-27T02:17:12.841Z | Compiling cargo-util-schemas v0.8.2 |
| 2415 | 2026-02-27T02:17:12.957Z | Compiling ciborium-ll v0.2.2 |
| 2416 | 2026-02-27T02:17:13.128Z | Compiling backoff v0.4.0 |
| 2417 | 2026-02-27T02:17:13.474Z | Compiling parse-display v0.10.0 |
| 2418 | 2026-02-27T02:17:14.187Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2419 | 2026-02-27T02:17:14.464Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2420 | 2026-02-27T02:17:14.985Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2421 | 2026-02-27T02:17:15.407Z | Compiling tough v0.20.0 |
| 2422 | 2026-02-27T02:17:16.612Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2423 | 2026-02-27T02:17:18.021Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2424 | 2026-02-27T02:17:18.069Z | Compiling progenitor-client v0.13.0 |
| 2425 | 2026-02-27T02:17:18.312Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2426 | 2026-02-27T02:17:18.511Z | Compiling itertools v0.14.0 |
| 2427 | 2026-02-27T02:17:18.594Z | Compiling progenitor-client v0.10.0 |
| 2428 | 2026-02-27T02:17:19.088Z | Compiling backon v1.6.0 |
| 2429 | 2026-02-27T02:17:19.608Z | Compiling cargo-platform v0.2.0 |
| 2430 | 2026-02-27T02:17:19.636Z | Compiling macaddr v1.0.1 |
| 2431 | 2026-02-27T02:17:19.718Z | Compiling regress v0.10.5 |
| 2432 | 2026-02-27T02:17:20.238Z | Compiling constant_time_eq v0.3.1 |
| 2433 | 2026-02-27T02:17:20.475Z | Compiling indent_write v2.2.0 |
| 2434 | 2026-02-27T02:17:20.772Z | Compiling parse-size v1.1.0 |
| 2435 | 2026-02-27T02:17:20.862Z | Compiling arrayref v0.3.9 |
| 2436 | 2026-02-27T02:17:21.016Z | Compiling arrayvec v0.7.6 |
| 2437 | 2026-02-27T02:17:21.134Z | Compiling cargo_metadata v0.21.0 |
| 2438 | 2026-02-27T02:17:22.235Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2439 | 2026-02-27T02:17:23.960Z | Compiling ciborium v0.2.2 |
| 2440 | 2026-02-27T02:17:25.963Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2441 | 2026-02-27T02:17:25.991Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2442 | 2026-02-27T02:17:31.531Z | Compiling display-error-chain v0.2.2 |
| 2443 | 2026-02-27T02:17:31.558Z | Compiling topological-sort v0.2.2 |
| 2444 | 2026-02-27T02:17:31.817Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2445 | 2026-02-27T02:17:31.905Z | Compiling omicron-zone-package v0.12.2 |
| 2446 | 2026-02-27T02:17:32.585Z | Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2447 | 2026-02-27T02:17:36.774Z | Compiling shell-words v1.1.0 |
| 2448 | 2026-02-27T02:17:45.016Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2449 | 2026-02-27T02:17:59.165Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2450 | 2026-02-27T02:18:18.757Z | Finished `release` profile [optimized] target(s) in 6m 30s |
| 2451 | 2026-02-27T02:18:18.984Z | Running `target/release/omicron-releng --output-dir /work --mkincorp` |
| 2452 | 2026-02-27T02:18:19.027Z | Feb 27 02:18:18.065 DEBG changing working directory to /work/oxidecomputer/omicron |
| 2453 | 2026-02-27T02:18:19.168Z | Feb 27 02:18:18.206 DEBG running: git rev-parse HEAD |
| 2454 | 2026-02-27T02:18:19.171Z | Feb 27 02:18:18.210 DEBG process exited with exit status: 0 (3.637439ms) |
| 2455 | 2026-02-27T02:18:19.171Z | Feb 27 02:18:18.210 INFO version: 19.0.0-0.ci+git0c68818c355 |
| 2456 | 2026-02-27T02:18:19.182Z | Feb 27 02:18:18.219 INFO cloning helios to /work/oxidecomputer/helios |
| 2457 | 2026-02-27T02:18:19.182Z | Feb 27 02:18:18.219 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
| 2458 | 2026-02-27T02:18:19.184Z | Cloning into '/work/oxidecomputer/helios'... |
| 2459 | 2026-02-27T02:18:20.185Z | Feb 27 02:18:19.223 DEBG process exited with exit status: 0 (1.004233742s) |
| 2460 | 2026-02-27T02:18:20.185Z | Feb 27 02:18:19.223 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit} |
| 2461 | 2026-02-27T02:18:20.188Z | Feb 27 02:18:19.227 DEBG process exited with exit status: 0 (3.437958ms) |
| 2462 | 2026-02-27T02:18:20.188Z | Feb 27 02:18:19.227 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
| 2463 | 2026-02-27T02:18:21.685Z | Feb 27 02:18:20.723 DEBG process exited with exit status: 0 (1.496113634s) |
| 2464 | 2026-02-27T02:18:21.685Z | Feb 27 02:18:20.723 DEBG running: zfs list rpool/images/build/host |
| 2465 | 2026-02-27T02:18:22.693Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2466 | 2026-02-27T02:18:22.693Z | rpool/images/build/host 24K 151G 24K /rpool/images/build/host |
| 2467 | 2026-02-27T02:18:22.696Z | Feb 27 02:18:20.729 DEBG process exited with exit status: 0 (6.243258ms) |
| 2468 | 2026-02-27T02:18:22.696Z | Feb 27 02:18:20.729 DEBG running: zfs list rpool/images/build/recovery |
| 2469 | 2026-02-27T02:18:22.696Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2470 | 2026-02-27T02:18:22.696Z | rpool/images/build/recovery 24K 151G 24K /rpool/images/build/recovery |
| 2471 | 2026-02-27T02:18:22.696Z | Feb 27 02:18:20.734 DEBG process exited with exit status: 0 (5.224905ms) |
| 2472 | 2026-02-27T02:18:22.696Z | Feb 27 02:18:20.735 INFO [hubris-production] running task |
| 2473 | 2026-02-27T02:18:22.696Z | Feb 27 02:18:20.735 INFO [incorp-manifest] running task |
| 2474 | 2026-02-27T02:18:22.696Z | Feb 27 02:18:20.735 INFO [hubris-staging] running task |
| 2475 | 2026-02-27T02:18:22.696Z | Feb 27 02:18:20.736 INFO [incorp-create] running: pkgrepo create /work/incorporation |
| 2476 | 2026-02-27T02:18:22.697Z | Feb 27 02:18:20.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 |
| 2477 | 2026-02-27T02:18:22.697Z | Feb 27 02:18:20.737 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*' |
| 2478 | 2026-02-27T02:18:22.697Z | Feb 27 02:18:20.737 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
| 2479 | 2026-02-27T02:18:22.697Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
| 2480 | 2026-02-27T02:18:22.697Z | Feb 27 02:18:21.195 INFO [incorp-create] process exited with exit status: 0 (459.049051ms) |
| 2481 | 2026-02-27T02:18:22.697Z | Feb 27 02:18:21.195 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev |
| 2482 | 2026-02-27T02:18:22.697Z | Feb 27 02:18:21.592 INFO [incorp-publisher] process exited with exit status: 0 (397.180895ms) |
| 2483 | 2026-02-27T02:18:22.706Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2484 | 2026-02-27T02:18:23.149Z | Feb 27 02:18:22.185 INFO [hubris-production] task succeeded (1.449775647s) |
| 2485 | 2026-02-27T02:18:23.337Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2486 | 2026-02-27T02:18:24.874Z | [ omicron-package] Compiling ring v0.17.14 |
| 2487 | 2026-02-27T02:18:25.130Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
| 2488 | 2026-02-27T02:18:25.130Z | [ omicron-package] Compiling itertools v0.14.0 |
| 2489 | 2026-02-27T02:18:25.134Z | [ omicron-package] Compiling heapless v0.8.0 |
| 2490 | 2026-02-27T02:18:25.388Z | [ omicron-package] Compiling hash32 v0.3.1 |
| 2491 | 2026-02-27T02:18:25.594Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2492 | 2026-02-27T02:18:25.597Z | [ omicron-package] Compiling smoltcp v0.11.0 |
| 2493 | 2026-02-27T02:18:26.246Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
| 2494 | 2026-02-27T02:18:26.434Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
| 2495 | 2026-02-27T02:18:27.662Z | [ omicron-package] Compiling cobs v0.2.3 |
| 2496 | 2026-02-27T02:18:27.700Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2497 | 2026-02-27T02:18:28.018Z | [ omicron-package] Compiling postcard v1.0.10 |
| 2498 | 2026-02-27T02:18:28.734Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2499 | 2026-02-27T02:18:28.847Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2500 | 2026-02-27T02:18:29.944Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
| 2501 | 2026-02-27T02:18:30.249Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
| 2502 | 2026-02-27T02:18:30.858Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
| 2503 | 2026-02-27T02:18:31.121Z | [ omicron-package] Compiling unicode-width v0.1.14 |
| 2504 | 2026-02-27T02:18:31.311Z | [ omicron-package] Compiling num_enum v0.5.11 |
| 2505 | 2026-02-27T02:18:32.077Z | [ omicron-package] Compiling rustls v0.23.37 |
| 2506 | 2026-02-27T02:18:32.363Z | [ omicron-package] Compiling ingot-macros v0.1.1 |
| 2507 | 2026-02-27T02:18:32.832Z | [ omicron-package] Compiling tabwriter v1.4.0 |
| 2508 | 2026-02-27T02:18:33.410Z | [ omicron-package] Compiling foreign-types v0.5.0 |
| 2509 | 2026-02-27T02:18:33.690Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2510 | 2026-02-27T02:18:34.113Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
| 2511 | 2026-02-27T02:18:34.672Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2512 | 2026-02-27T02:18:35.054Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
| 2513 | 2026-02-27T02:18:35.182Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
| 2514 | 2026-02-27T02:18:36.030Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2515 | 2026-02-27T02:18:36.053Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2516 | 2026-02-27T02:18:36.291Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2517 | 2026-02-27T02:18:37.550Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2518 | 2026-02-27T02:18:37.573Z | [ omicron-package] Compiling rayon v1.10.0 |
| 2519 | 2026-02-27T02:18:37.640Z | [ omicron-package] Compiling colored v2.2.0 |
| 2520 | 2026-02-27T02:18:38.487Z | [ omicron-package] Compiling rustls-webpki v0.103.9 |
| 2521 | 2026-02-27T02:18:39.388Z | [ omicron-package] Compiling nix v0.30.1 |
| 2522 | 2026-02-27T02:18:40.200Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2523 | 2026-02-27T02:18:41.573Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
| 2524 | 2026-02-27T02:18:42.528Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2525 | 2026-02-27T02:18:44.033Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2526 | 2026-02-27T02:18:44.049Z | [ omicron-package] Compiling ingot-types v0.1.2 |
| 2527 | 2026-02-27T02:18:44.353Z | [ omicron-package] Compiling itertools v0.12.1 |
| 2528 | 2026-02-27T02:18:45.028Z | [ omicron-package] Compiling secrecy v0.10.3 |
| 2529 | 2026-02-27T02:18:45.173Z | [ omicron-package] Compiling sigpipe v0.1.3 |
| 2530 | 2026-02-27T02:18:45.504Z | [ omicron-package] Compiling num-derive v0.4.2 |
| 2531 | 2026-02-27T02:18:45.539Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
| 2532 | 2026-02-27T02:18:46.084Z | [ omicron-package] Compiling ingot v0.1.1 |
| 2533 | 2026-02-27T02:18:46.203Z | [ omicron-package] Compiling glob v0.3.2 |
| 2534 | 2026-02-27T02:18:46.644Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2535 | 2026-02-27T02:18:46.691Z | Feb 27 02:18:45.727 INFO [hubris-staging] task succeeded (24.99142671s) |
| 2536 | 2026-02-27T02:18:47.565Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2537 | 2026-02-27T02:18:48.565Z | [ omicron-package] Compiling rustls v0.22.4 |
| 2538 | 2026-02-27T02:18:48.740Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2539 | 2026-02-27T02:18:50.291Z | [ omicron-package] Compiling zone v0.3.1 |
| 2540 | 2026-02-27T02:18:50.762Z | [ omicron-package] Compiling usdt-macro v0.5.0 |
| 2541 | 2026-02-27T02:18:50.949Z | [ omicron-package] Compiling usdt-attr-macro v0.5.0 |
| 2542 | 2026-02-27T02:18:53.135Z | [ omicron-package] Compiling tokio-rustls v0.26.0 |
| 2543 | 2026-02-27T02:18:53.421Z | [ omicron-package] Compiling rustls-platform-verifier v0.6.2 |
| 2544 | 2026-02-27T02:18:53.847Z | [ omicron-package] Compiling hyper-rustls v0.27.7 |
| 2545 | 2026-02-27T02:18:53.959Z | [ omicron-package] Compiling rustls-webpki v0.102.8 |
| 2546 | 2026-02-27T02:18:54.187Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2547 | 2026-02-27T02:18:55.292Z | [ omicron-package] Compiling reqwest v0.13.2 |
| 2548 | 2026-02-27T02:18:55.592Z | [ omicron-package] Compiling reqwest v0.12.28 |
| 2549 | 2026-02-27T02:19:00.271Z | [ omicron-package] Compiling smf v0.2.3 |
| 2550 | 2026-02-27T02:19:00.979Z | [ omicron-package] Compiling memmap v0.7.0 |
| 2551 | 2026-02-27T02:19:01.577Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2552 | 2026-02-27T02:19:01.838Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
| 2553 | 2026-02-27T02:19:02.806Z | [ omicron-package] Compiling usdt v0.5.0 |
| 2554 | 2026-02-27T02:19:03.908Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2555 | 2026-02-27T02:19:04.704Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2556 | 2026-02-27T02:19:04.802Z | [ omicron-package] Compiling unicode-width v0.2.0 |
| 2557 | 2026-02-27T02:19:04.927Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2558 | 2026-02-27T02:19:04.930Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2559 | 2026-02-27T02:19:05.476Z | [ omicron-package] Compiling console v0.16.0 |
| 2560 | 2026-02-27T02:19:05.643Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2561 | 2026-02-27T02:19:05.961Z | [ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing |
| 2562 | 2026-02-27T02:19:05.961Z | [ helios-setup] --> src/main.rs:79:10 |
| 2563 | 2026-02-27T02:19:05.964Z | [ helios-setup] | |
| 2564 | 2026-02-27T02:19:05.964Z | [ helios-setup] 79 | fn pc(s: &str) -> Component { |
| 2565 | 2026-02-27T02:19:05.964Z | [ helios-setup] | ^^^^ ^^^^^^^^^ the same lifetime is hidden here |
| 2566 | 2026-02-27T02:19:05.964Z | [ helios-setup] | | |
| 2567 | 2026-02-27T02:19:05.964Z | [ helios-setup] | the lifetime is elided here |
| 2568 | 2026-02-27T02:19:05.964Z | [ helios-setup] | |
| 2569 | 2026-02-27T02:19:05.964Z | [ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing |
| 2570 | 2026-02-27T02:19:05.964Z | [ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default |
| 2571 | 2026-02-27T02:19:05.964Z | [ helios-setup] help: use `'_` for type paths |
| 2572 | 2026-02-27T02:19:05.964Z | [ helios-setup] | |
| 2573 | 2026-02-27T02:19:05.964Z | [ helios-setup] 79 | fn pc(s: &str) -> Component<'_> { |
| 2574 | 2026-02-27T02:19:05.964Z | [ helios-setup] | ++++ |
| 2575 | 2026-02-27T02:19:05.964Z | [ helios-setup] |
| 2576 | 2026-02-27T02:19:06.901Z | [ omicron-package] Compiling tokio-rustls v0.25.0 |
| 2577 | 2026-02-27T02:19:08.113Z | [ omicron-package] Compiling dropshot v0.16.7 |
| 2578 | 2026-02-27T02:19:08.299Z | [ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2579 | 2026-02-27T02:19:09.129Z | [ omicron-package] Compiling tokio-dtrace v0.1.0 |
| 2580 | 2026-02-27T02:19:09.343Z | [ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2581 | 2026-02-27T02:19:10.528Z | [ omicron-package] Compiling gethostname v0.5.0 |
| 2582 | 2026-02-27T02:19:10.921Z | [ omicron-package] Compiling unit-prefix v0.5.1 |
| 2583 | 2026-02-27T02:19:11.300Z | [ omicron-package] Compiling indicatif v0.18.0 |
| 2584 | 2026-02-27T02:19:11.420Z | [ omicron-package] Compiling oxide-tokio-rt v0.1.2 |
| 2585 | 2026-02-27T02:19:12.290Z | [ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2586 | 2026-02-27T02:19:13.003Z | [ helios-setup] Feb 27 02:19:12.036 INFO helios repository root is: /work/oxidecomputer/helios |
| 2587 | 2026-02-27T02:19:13.006Z | [ helios-setup] Feb 27 02:19:12.038 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 |
| 2588 | 2026-02-27T02:19:13.006Z | [ helios-setup] Feb 27 02:19:12.038 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
| 2589 | 2026-02-27T02:19:13.009Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
| 2590 | 2026-02-27T02:19:14.372Z | [ helios-setup] Feb 27 02:19:13.405 INFO clone ok!, project: image-builder |
| 2591 | 2026-02-27T02:19:14.376Z | [ helios-setup] Feb 27 02:19:13.406 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
| 2592 | 2026-02-27T02:19:14.376Z | [ helios-setup] Feb 27 02:19:13.406 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 |
| 2593 | 2026-02-27T02:19:14.376Z | [ helios-setup] Feb 27 02:19:13.406 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
| 2594 | 2026-02-27T02:19:14.379Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
| 2595 | 2026-02-27T02:19:14.711Z | [ omicron-package] Compiling progenitor-client v0.10.0 |
| 2596 | 2026-02-27T02:19:15.943Z | [ helios-setup] Feb 27 02:19:14.976 INFO clone ok!, project: pilot |
| 2597 | 2026-02-27T02:19:15.946Z | [ helios-setup] Feb 27 02:19:14.976 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 |
| 2598 | 2026-02-27T02:19:15.946Z | [ helios-setup] Feb 27 02:19:14.977 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report |
| 2599 | 2026-02-27T02:19:15.950Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'... |
| 2600 | 2026-02-27T02:19:16.148Z | [ omicron-package] Compiling progenitor-client v0.13.0 |
| 2601 | 2026-02-27T02:19:17.331Z | [ helios-setup] Feb 27 02:19:16.364 INFO clone ok!, project: dmar-report |
| 2602 | 2026-02-27T02:19:17.334Z | [ helios-setup] Feb 27 02:19:16.364 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
| 2603 | 2026-02-27T02:19:17.334Z | [ helios-setup] Feb 27 02:19:16.364 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 |
| 2604 | 2026-02-27T02:19:17.334Z | [ helios-setup] Feb 27 02:19:16.364 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
| 2605 | 2026-02-27T02:19:17.337Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
| 2606 | 2026-02-27T02:19:17.595Z | [ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2607 | 2026-02-27T02:19:17.938Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2608 | 2026-02-27T02:19:18.420Z | [ helios-setup] Feb 27 02:19:17.453 INFO clone ok!, project: phbl |
| 2609 | 2026-02-27T02:19:18.424Z | [ helios-setup] Feb 27 02:19:17.453 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 |
| 2610 | 2026-02-27T02:19:18.424Z | [ helios-setup] Feb 27 02:19:17.453 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
| 2611 | 2026-02-27T02:19:18.424Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
| 2612 | 2026-02-27T02:19:18.434Z | [ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2613 | 2026-02-27T02:19:19.350Z | [ helios-setup] Feb 27 02:19:18.383 INFO clone ok!, project: bootserver |
| 2614 | 2026-02-27T02:19:19.353Z | [ helios-setup] Feb 27 02:19:18.383 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 |
| 2615 | 2026-02-27T02:19:19.353Z | [ helios-setup] Feb 27 02:19:18.383 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
| 2616 | 2026-02-27T02:19:19.356Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
| 2617 | 2026-02-27T02:19:20.241Z | [ helios-setup] Feb 27 02:19:19.274 INFO clone ok!, project: pinprick |
| 2618 | 2026-02-27T02:19:20.244Z | [ helios-setup] Feb 27 02:19:19.274 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 |
| 2619 | 2026-02-27T02:19:20.244Z | [ helios-setup] Feb 27 02:19:19.274 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 |
| 2620 | 2026-02-27T02:19:20.247Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
| 2621 | 2026-02-27T02:19:21.952Z | [ helios-setup] Feb 27 02:19:20.984 INFO clone ok!, project: amd-host-image-builder |
| 2622 | 2026-02-27T02:19:21.955Z | [ helios-setup] Feb 27 02:19:20.984 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 |
| 2623 | 2026-02-27T02:19:21.955Z | [ helios-setup] Feb 27 02:19:20.985 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
| 2624 | 2026-02-27T02:19:21.958Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
| 2625 | 2026-02-27T02:19:23.608Z | [ omicron-package] Compiling omicron-zone-package v0.12.2 |
| 2626 | 2026-02-27T02:19:28.784Z | Feb 27 02:19:27.815 DEBG process exited with exit status: 0 (67.078059323s) |
| 2627 | 2026-02-27T02:19:28.787Z | Feb 27 02:19:27.817 INFO [incorp-manifest] task succeeded (67.081976279s) |
| 2628 | 2026-02-27T02:19:28.787Z | Feb 27 02:19:27.819 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m |
| 2629 | 2026-02-27T02:19:29.246Z | Feb 27 02:19:28.278 INFO [incorp-fmt] process exited with exit status: 0 (460.730533ms) |
| 2630 | 2026-02-27T02:19:29.249Z | Feb 27 02:19:28.279 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m |
| 2631 | 2026-02-27T02:19:29.944Z | [ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260227T021928Z |
| 2632 | 2026-02-27T02:19:29.944Z | [ incorp-pkgsend] PUBLISHED |
| 2633 | 2026-02-27T02:19:30.029Z | Feb 27 02:19:29.060 INFO [incorp-pkgsend] process exited with exit status: 0 (781.241014ms) |
| 2634 | 2026-02-27T02:19:30.032Z | Feb 27 02:19:29.060 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*' |
| 2635 | 2026-02-27T02:19:30.529Z | [ helios-incorp] Retrieving packages for publisher helios-dev ... |
| 2636 | 2026-02-27T02:19:30.541Z | [ helios-incorp] Retrieving catalog 'helios-dev' ... Done |
| 2637 | 2026-02-27T02:19:30.627Z | [ helios-incorp] Retrieving and evaluating 1 package(s)... |
| 2638 | 2026-02-27T02:19:30.627Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2639 | 2026-02-27T02:19:30.630Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2640 | 2026-02-27T02:19:30.636Z | [ helios-incorp] |
| 2641 | 2026-02-27T02:19:30.636Z | [ helios-incorp] Archiving packages ... |
| 2642 | 2026-02-27T02:19:30.639Z | [ helios-incorp] Packages to add: 1 |
| 2643 | 2026-02-27T02:19:30.639Z | [ helios-incorp] Files to retrieve: 0 |
| 2644 | 2026-02-27T02:19:30.639Z | [ helios-incorp] Estimated transfer size: 0.00 B |
| 2645 | 2026-02-27T02:19:30.639Z | [ helios-incorp] |
| 2646 | 2026-02-27T02:19:30.639Z | [ helios-incorp] Packages to archive: |
| 2647 | 2026-02-27T02:19:30.639Z | [ helios-incorp] consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260227T021928Z |
| 2648 | 2026-02-27T02:19:30.639Z | [ helios-incorp] |
| 2649 | 2026-02-27T02:19:30.639Z | [ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete |
| 2650 | 2026-02-27T02:19:30.639Z | [ helios-incorp] Archiving: Completed 108.19 kB in 0.00 seconds |
| 2651 | 2026-02-27T02:19:30.726Z | Feb 27 02:19:29.758 INFO [helios-incorp] process exited with exit status: 0 (697.714575ms) |
| 2652 | 2026-02-27T02:19:46.687Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2653 | 2026-02-27T02:19:47.974Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2654 | 2026-02-27T02:19:50.460Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2655 | 2026-02-27T02:20:06.965Z | [ helios-setup] Feb 27 02:20:05.993 INFO clone ok!, project: amd-firmware |
| 2656 | 2026-02-27T02:20:06.965Z | [ helios-setup] Feb 27 02:20:05.993 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 |
| 2657 | 2026-02-27T02:20:06.968Z | [ helios-setup] Feb 27 02:20:05.993 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
| 2658 | 2026-02-27T02:20:06.970Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
| 2659 | 2026-02-27T02:20:08.251Z | [ helios-setup] Feb 27 02:20:07.279 INFO clone ok!, project: chelsio-t6-roms |
| 2660 | 2026-02-27T02:20:08.253Z | [ helios-setup] Feb 27 02:20:07.279 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
| 2661 | 2026-02-27T02:20:08.253Z | [ helios-setup] Feb 27 02:20:07.280 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
| 2662 | 2026-02-27T02:20:08.585Z | [ helios-setup] Feb 27 02:20:07.613 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
| 2663 | 2026-02-27T02:20:08.922Z | [ helios-setup] Feb 27 02:20:07.950 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
| 2664 | 2026-02-27T02:20:08.922Z | [ helios-setup] Feb 27 02:20:07.950 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
| 2665 | 2026-02-27T02:20:08.998Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 1m 47s |
| 2666 | 2026-02-27T02:20:09.241Z | [ helios-setup] Feb 27 02:20:08.269 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
| 2667 | 2026-02-27T02:20:09.280Z | [ omicron-package] |
| 2668 | 2026-02-27T02:20:09.280Z | [ omicron-package] real 1:47.511472089 |
| 2669 | 2026-02-27T02:20:09.280Z | [ omicron-package] user 9:43.338612867 |
| 2670 | 2026-02-27T02:20:09.283Z | [ omicron-package] sys 36.475249023 |
| 2671 | 2026-02-27T02:20:09.284Z | [ omicron-package] trap 0.959876205 |
| 2672 | 2026-02-27T02:20:09.284Z | [ omicron-package] tflt 1.609084113 |
| 2673 | 2026-02-27T02:20:09.284Z | [ omicron-package] dflt 0.622348546 |
| 2674 | 2026-02-27T02:20:09.284Z | [ omicron-package] kflt 0.000103774 |
| 2675 | 2026-02-27T02:20:09.284Z | [ omicron-package] lock 31:07.072108613 |
| 2676 | 2026-02-27T02:20:09.284Z | [ omicron-package] slp 36:46.526481629 |
| 2677 | 2026-02-27T02:20:09.284Z | [ omicron-package] lat 3:18.044965630 |
| 2678 | 2026-02-27T02:20:09.284Z | [ omicron-package] stop 1:39.108032591 |
| 2679 | 2026-02-27T02:20:09.284Z | Feb 27 02:20:08.309 INFO [omicron-package] process exited with exit status: 0 (107.572338723s) |
| 2680 | 2026-02-27T02:20:09.284Z | Feb 27 02:20:08.309 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery |
| 2681 | 2026-02-27T02:20:09.284Z | Feb 27 02:20:08.310 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host |
| 2682 | 2026-02-27T02:20:09.296Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2683 | 2026-02-27T02:20:09.297Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
| 2684 | 2026-02-27T02:20:09.300Z | [ recovery-target] Created new build target 'recovery' and set it as active |
| 2685 | 2026-02-27T02:20:09.300Z | [ host-target] Created new build target 'host' and set it as active |
| 2686 | 2026-02-27T02:20:09.303Z | Feb 27 02:20:08.329 INFO [host-target] process exited with exit status: 0 (19.718875ms) |
| 2687 | 2026-02-27T02:20:09.303Z | Feb 27 02:20:08.329 INFO [recovery-target] process exited with exit status: 0 (20.118796ms) |
| 2688 | 2026-02-27T02:20:09.303Z | Feb 27 02:20:08.330 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
| 2689 | 2026-02-27T02:20:09.311Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2690 | 2026-02-27T02:20:09.583Z | [ helios-setup] Feb 27 02:20:08.611 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
| 2691 | 2026-02-27T02:20:09.583Z | [ helios-setup] Feb 27 02:20:08.611 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
| 2692 | 2026-02-27T02:20:09.906Z | [ helios-setup] Feb 27 02:20:08.934 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
| 2693 | 2026-02-27T02:20:10.244Z | [ helios-setup] Feb 27 02:20:09.268 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
| 2694 | 2026-02-27T02:20:10.244Z | [ helios-setup] Feb 27 02:20:09.269 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
| 2695 | 2026-02-27T02:20:10.247Z | [ helios-setup] Feb 27 02:20:09.269 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
| 2696 | 2026-02-27T02:20:10.247Z | [ helios-setup] Feb 27 02:20:09.269 INFO ok! |
| 2697 | 2026-02-27T02:20:10.247Z | [ helios-setup] Feb 27 02:20:09.269 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
| 2698 | 2026-02-27T02:20:10.247Z | [ helios-setup] Feb 27 02:20:09.269 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
| 2699 | 2026-02-27T02:20:10.247Z | [ helios-setup] Feb 27 02:20:09.269 INFO ok! |
| 2700 | 2026-02-27T02:20:10.247Z | [ helios-setup] Feb 27 02:20:09.269 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
| 2701 | 2026-02-27T02:20:10.247Z | [ helios-setup] Feb 27 02:20:09.269 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
| 2702 | 2026-02-27T02:20:10.247Z | [ helios-setup] Feb 27 02:20:09.269 INFO ok! |
| 2703 | 2026-02-27T02:20:10.247Z | [ helios-setup] Feb 27 02:20:09.269 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder" |
| 2704 | 2026-02-27T02:20:10.307Z | [ helios-setup] Feb 27 02:20:09.334 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.91.1-x86_64-unknown-illumos (default)" |
| 2705 | 2026-02-27T02:20:10.307Z | [ helios-setup] Feb 27 02:20:09.335 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
| 2706 | 2026-02-27T02:20:10.310Z | [ helios-setup] Feb 27 02:20:09.335 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
| 2707 | 2026-02-27T02:20:10.463Z | [ helios-setup] Feb 27 02:20:09.491 INFO E| Blocking waiting for file lock on package cache |
| 2708 | 2026-02-27T02:20:10.568Z | [ helios-setup] Feb 27 02:20:09.596 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
| 2709 | 2026-02-27T02:20:10.585Z | [ host-package] Blocking waiting for file lock on package cache |
| 2710 | 2026-02-27T02:20:10.967Z | [ helios-setup] Feb 27 02:20:09.995 INFO E| From https://github.com/jclulow/rust-jmclib |
| 2711 | 2026-02-27T02:20:10.967Z | [ helios-setup] Feb 27 02:20:09.995 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
| 2712 | 2026-02-27T02:20:10.979Z | [ helios-setup] Feb 27 02:20:10.007 INFO E| Updating crates.io index |
| 2713 | 2026-02-27T02:20:11.146Z | [ helios-setup] Feb 27 02:20:10.174 INFO E| Downloading crates ... |
| 2714 | 2026-02-27T02:20:11.222Z | [ helios-setup] Feb 27 02:20:10.250 INFO E| Downloaded anyhow v1.0.72 |
| 2715 | 2026-02-27T02:20:11.238Z | [ helios-setup] Feb 27 02:20:10.264 INFO E| Downloaded sha-1 v0.9.8 |
| 2716 | 2026-02-27T02:20:11.243Z | [ helios-setup] Feb 27 02:20:10.266 INFO E| Downloaded digest v0.9.0 |
| 2717 | 2026-02-27T02:20:11.243Z | [ helios-setup] Feb 27 02:20:10.267 INFO E| Downloaded cpufeatures v0.2.9 |
| 2718 | 2026-02-27T02:20:11.247Z | [ helios-setup] Feb 27 02:20:10.271 INFO E| Downloaded quote v1.0.31 |
| 2719 | 2026-02-27T02:20:11.247Z | [ helios-setup] Feb 27 02:20:10.274 INFO E| Downloaded libdevinfo-sys v1.0.0 |
| 2720 | 2026-02-27T02:20:11.247Z | [ helios-setup] Feb 27 02:20:10.274 INFO E| Downloaded getrandom v0.2.10 |
| 2721 | 2026-02-27T02:20:11.256Z | [ helios-setup] Feb 27 02:20:10.277 INFO E| Downloaded glob v0.3.1 |
| 2722 | 2026-02-27T02:20:11.256Z | [ helios-setup] Feb 27 02:20:10.282 INFO E| Downloaded bitflags v2.3.3 |
| 2723 | 2026-02-27T02:20:11.259Z | [ helios-setup] Feb 27 02:20:10.285 INFO E| Downloaded itoa v1.0.9 |
| 2724 | 2026-02-27T02:20:11.271Z | [ helios-setup] Feb 27 02:20:10.294 INFO E| Downloaded block-buffer v0.9.0 |
| 2725 | 2026-02-27T02:20:11.275Z | [ helios-setup] Feb 27 02:20:10.299 INFO E| Downloaded md-5 v0.9.1 |
| 2726 | 2026-02-27T02:20:11.275Z | [ helios-setup] Feb 27 02:20:10.301 INFO E| Downloaded fastrand v2.0.0 |
| 2727 | 2026-02-27T02:20:11.275Z | [ helios-setup] Feb 27 02:20:10.302 INFO E| Downloaded proc-macro2 v1.0.66 |
| 2728 | 2026-02-27T02:20:11.286Z | [ helios-setup] Feb 27 02:20:10.305 INFO E| Downloaded walkdir v2.3.3 |
| 2729 | 2026-02-27T02:20:11.286Z | [ helios-setup] Feb 27 02:20:10.306 INFO E| Downloaded unicode-width v0.1.10 |
| 2730 | 2026-02-27T02:20:11.289Z | [ helios-setup] Feb 27 02:20:10.307 INFO E| Downloaded opaque-debug v0.3.0 |
| 2731 | 2026-02-27T02:20:11.289Z | [ helios-setup] Feb 27 02:20:10.308 INFO E| Downloaded unicode-ident v1.0.11 |
| 2732 | 2026-02-27T02:20:11.289Z | [ helios-setup] Feb 27 02:20:10.314 INFO E| Downloaded typenum v1.16.0 |
| 2733 | 2026-02-27T02:20:11.290Z | [ helios-setup] Feb 27 02:20:10.316 INFO E| Downloaded serde_derive v1.0.193 |
| 2734 | 2026-02-27T02:20:11.308Z | [ helios-setup] Feb 27 02:20:10.318 INFO E| Downloaded errno v0.3.1 |
| 2735 | 2026-02-27T02:20:11.326Z | [ helios-setup] Feb 27 02:20:10.330 INFO E| Downloaded tempfile v3.7.0 |
| 2736 | 2026-02-27T02:20:11.326Z | [ helios-setup] Feb 27 02:20:10.332 INFO E| Downloaded once_cell v1.18.0 |
| 2737 | 2026-02-27T02:20:11.326Z | [ helios-setup] Feb 27 02:20:10.334 INFO E| Downloaded uuid v0.8.2 |
| 2738 | 2026-02-27T02:20:11.326Z | [ helios-setup] Feb 27 02:20:10.337 INFO E| Downloaded serde v1.0.193 |
| 2739 | 2026-02-27T02:20:11.334Z | [ helios-setup] Feb 27 02:20:10.340 INFO E| Downloaded ryu v1.0.15 |
| 2740 | 2026-02-27T02:20:11.334Z | [ helios-setup] Feb 27 02:20:10.343 INFO E| Downloaded toml v0.5.11 |
| 2741 | 2026-02-27T02:20:11.334Z | [ helios-setup] Feb 27 02:20:10.351 INFO E| Downloaded serde_json v1.0.103 |
| 2742 | 2026-02-27T02:20:11.353Z | [ helios-setup] Feb 27 02:20:10.381 INFO E| Downloaded syn v2.0.32 |
| 2743 | 2026-02-27T02:20:11.383Z | [ helios-setup] Feb 27 02:20:10.397 INFO E| Downloaded rustix v0.38.4 |
| 2744 | 2026-02-27T02:20:11.389Z | [ helios-setup] Feb 27 02:20:10.417 INFO E| Downloaded libc v0.2.147 |
| 2745 | 2026-02-27T02:20:11.454Z | [ helios-setup] Feb 27 02:20:10.482 INFO E| Compiling libc v0.2.147 |
| 2746 | 2026-02-27T02:20:11.454Z | [ helios-setup] Feb 27 02:20:10.482 INFO E| Compiling proc-macro2 v1.0.66 |
| 2747 | 2026-02-27T02:20:11.454Z | [ helios-setup] Feb 27 02:20:10.482 INFO E| Compiling cfg-if v1.0.0 |
| 2748 | 2026-02-27T02:20:11.458Z | [ helios-setup] Feb 27 02:20:10.482 INFO E| Compiling unicode-ident v1.0.11 |
| 2749 | 2026-02-27T02:20:11.458Z | [ helios-setup] Feb 27 02:20:10.482 INFO E| Compiling version_check v0.9.4 |
| 2750 | 2026-02-27T02:20:11.458Z | [ helios-setup] Feb 27 02:20:10.482 INFO E| Compiling typenum v1.16.0 |
| 2751 | 2026-02-27T02:20:11.458Z | [ helios-setup] Feb 27 02:20:10.482 INFO E| Compiling serde v1.0.193 |
| 2752 | 2026-02-27T02:20:11.458Z | [ helios-setup] Feb 27 02:20:10.482 INFO E| Compiling itoa v1.0.9 |
| 2753 | 2026-02-27T02:20:11.556Z | [ helios-setup] Feb 27 02:20:10.584 INFO E| Compiling num-conv v0.1.0 |
| 2754 | 2026-02-27T02:20:11.709Z | [ helios-setup] Feb 27 02:20:10.736 INFO E| Compiling powerfmt v0.2.0 |
| 2755 | 2026-02-27T02:20:11.750Z | [ helios-setup] Feb 27 02:20:10.778 INFO E| Compiling slog v2.7.0 |
| 2756 | 2026-02-27T02:20:11.937Z | [ helios-setup] Feb 27 02:20:10.965 INFO E| Compiling time-core v0.1.2 |
| 2757 | 2026-02-27T02:20:12.089Z | [ helios-setup] Feb 27 02:20:11.114 INFO E| Compiling generic-array v0.14.7 |
| 2758 | 2026-02-27T02:20:12.133Z | [ helios-setup] Feb 27 02:20:11.159 INFO E| Compiling rustix v0.38.4 |
| 2759 | 2026-02-27T02:20:12.137Z | [ helios-setup] Feb 27 02:20:11.165 INFO E| Compiling deranged v0.3.11 |
| 2760 | 2026-02-27T02:20:12.253Z | [ helios-setup] Feb 27 02:20:11.281 INFO E| Compiling time-macros v0.2.18 |
| 2761 | 2026-02-27T02:20:12.588Z | [ helios-setup] Feb 27 02:20:11.616 INFO E| Compiling bitflags v2.3.3 |
| 2762 | 2026-02-27T02:20:12.621Z | [ helios-setup] Feb 27 02:20:11.649 INFO E| Compiling once_cell v1.18.0 |
| 2763 | 2026-02-27T02:20:12.687Z | [ host-package] Compiling ring v0.17.14 |
| 2764 | 2026-02-27T02:20:13.065Z | [ helios-setup] Feb 27 02:20:12.088 INFO E| Compiling num_threads v0.1.6 |
| 2765 | 2026-02-27T02:20:13.068Z | [ helios-setup] Feb 27 02:20:12.095 INFO E| Compiling thread_local v1.1.7 |
| 2766 | 2026-02-27T02:20:13.122Z | [ host-package] Compiling regress v0.10.5 |
| 2767 | 2026-02-27T02:20:13.125Z | [ host-package] Compiling heck v0.5.0 |
| 2768 | 2026-02-27T02:20:13.125Z | [ host-package] Compiling unsafe-libyaml v0.2.11 |
| 2769 | 2026-02-27T02:20:13.200Z | [ helios-setup] Feb 27 02:20:12.228 INFO E| Compiling quote v1.0.31 |
| 2770 | 2026-02-27T02:20:13.291Z | [ host-package] Compiling convert_case v0.4.0 |
| 2771 | 2026-02-27T02:20:13.294Z | [ host-package] Compiling is-terminal v0.4.13 |
| 2772 | 2026-02-27T02:20:13.294Z | [ host-package] Compiling prettyplease v0.2.36 |
| 2773 | 2026-02-27T02:20:13.894Z | [ helios-setup] Feb 27 02:20:12.920 INFO E| Compiling syn v2.0.32 |
| 2774 | 2026-02-27T02:20:14.123Z | [ host-package] Compiling typify-impl v0.6.1 |
| 2775 | 2026-02-27T02:20:14.165Z | [ helios-setup] Feb 27 02:20:13.193 INFO E| Compiling dirs-sys-next v0.1.2 |
| 2776 | 2026-02-27T02:20:14.174Z | [ helios-setup] Feb 27 02:20:13.201 INFO E| Compiling errno v0.3.1 |
| 2777 | 2026-02-27T02:20:14.307Z | [ helios-setup] Feb 27 02:20:13.334 INFO E| Compiling atty v0.2.14 |
| 2778 | 2026-02-27T02:20:14.347Z | [ host-package] Compiling typify-impl v0.4.3 |
| 2779 | 2026-02-27T02:20:14.376Z | [ helios-setup] Feb 27 02:20:13.403 INFO E| Compiling anyhow v1.0.72 |
| 2780 | 2026-02-27T02:20:14.620Z | [ helios-setup] Feb 27 02:20:13.647 INFO E| Compiling dirs-next v2.0.0 |
| 2781 | 2026-02-27T02:20:14.661Z | [ host-package] Compiling derive_more v0.99.20 |
| 2782 | 2026-02-27T02:20:14.721Z | [ helios-setup] Feb 27 02:20:13.749 INFO E| Compiling serde_json v1.0.103 |
| 2783 | 2026-02-27T02:20:14.986Z | [ helios-setup] Feb 27 02:20:14.014 INFO E| Compiling term v0.7.0 |
| 2784 | 2026-02-27T02:20:15.342Z | [ helios-setup] Feb 27 02:20:14.370 INFO E| Compiling opaque-debug v0.3.0 |
| 2785 | 2026-02-27T02:20:15.443Z | [ helios-setup] Feb 27 02:20:14.470 INFO E| Compiling fastrand v2.0.0 |
| 2786 | 2026-02-27T02:20:15.864Z | [ host-package] Compiling thread_local v1.1.8 |
| 2787 | 2026-02-27T02:20:15.878Z | [ helios-setup] Feb 27 02:20:14.906 INFO E| Compiling getrandom v0.2.10 |
| 2788 | 2026-02-27T02:20:16.060Z | [ helios-setup] Feb 27 02:20:15.087 INFO E| Compiling time v0.3.36 |
| 2789 | 2026-02-27T02:20:16.177Z | [ helios-setup] Feb 27 02:20:15.204 INFO E| Compiling digest v0.9.0 |
| 2790 | 2026-02-27T02:20:16.394Z | [ helios-setup] Feb 27 02:20:15.421 INFO E| Compiling block-buffer v0.9.0 |
| 2791 | 2026-02-27T02:20:16.531Z | [ helios-setup] Feb 27 02:20:15.558 INFO E| Compiling same-file v1.0.6 |
| 2792 | 2026-02-27T02:20:16.610Z | [ helios-setup] Feb 27 02:20:15.637 INFO E| Compiling unicode-width v0.1.10 |
| 2793 | 2026-02-27T02:20:16.745Z | [ helios-setup] Feb 27 02:20:15.773 INFO E| Compiling cpufeatures v0.2.9 |
| 2794 | 2026-02-27T02:20:16.764Z | [ helios-setup] Feb 27 02:20:15.791 INFO E| Compiling ryu v1.0.15 |
| 2795 | 2026-02-27T02:20:16.844Z | [ host-package] Compiling serde_yaml v0.9.34+deprecated |
| 2796 | 2026-02-27T02:20:16.935Z | [ helios-setup] Feb 27 02:20:15.931 INFO E| Compiling getopts v0.2.21 |
| 2797 | 2026-02-27T02:20:16.939Z | [ helios-setup] Feb 27 02:20:15.964 INFO E| Compiling walkdir v2.3.3 |
| 2798 | 2026-02-27T02:20:17.144Z | [ helios-setup] Feb 27 02:20:16.169 INFO E| Compiling sha-1 v0.9.8 |
| 2799 | 2026-02-27T02:20:17.272Z | [ host-package] Compiling match_cfg v0.1.0 |
| 2800 | 2026-02-27T02:20:17.291Z | [ helios-setup] Feb 27 02:20:16.318 INFO E| Compiling tempfile v3.7.0 |
| 2801 | 2026-02-27T02:20:17.775Z | [ helios-setup] Feb 27 02:20:16.802 INFO E| Compiling md-5 v0.9.1 |
| 2802 | 2026-02-27T02:20:17.909Z | [ host-package] Compiling bytecount v0.6.8 |
| 2803 | 2026-02-27T02:20:18.284Z | [ helios-setup] Feb 27 02:20:17.311 INFO E| Compiling libdevinfo-sys v1.0.0 |
| 2804 | 2026-02-27T02:20:18.310Z | [ helios-setup] Feb 27 02:20:17.337 INFO E| Compiling glob v0.3.1 |
| 2805 | 2026-02-27T02:20:18.802Z | [ host-package] Compiling hostname v0.3.1 |
| 2806 | 2026-02-27T02:20:19.485Z | [ host-package] Compiling multer v3.1.0 |
| 2807 | 2026-02-27T02:20:19.747Z | [ helios-setup] Feb 27 02:20:18.774 INFO E| Compiling slog-term v2.9.0 |
| 2808 | 2026-02-27T02:20:19.750Z | [ host-package] Compiling rustls v0.23.37 |
| 2809 | 2026-02-27T02:20:19.865Z | [ host-package] Compiling rustls v0.22.4 |
| 2810 | 2026-02-27T02:20:19.979Z | [ host-package] Compiling slog-async v2.8.0 |
| 2811 | 2026-02-27T02:20:20.125Z | [ host-package] Compiling password-hash v0.5.0 |
| 2812 | 2026-02-27T02:20:20.757Z | [ helios-setup] Feb 27 02:20:19.784 INFO E| Compiling serde_derive v1.0.193 |
| 2813 | 2026-02-27T02:20:23.350Z | [ host-package] Compiling rustls-webpki v0.103.9 |
| 2814 | 2026-02-27T02:20:23.846Z | [ host-package] Compiling rustls-webpki v0.102.8 |
| 2815 | 2026-02-27T02:20:24.599Z | [ host-package] Compiling blake2 v0.10.6 |
| 2816 | 2026-02-27T02:20:26.141Z | [ host-package] Compiling crossbeam-channel v0.5.15 |
| 2817 | 2026-02-27T02:20:27.385Z | [ host-package] Compiling toml_parser v1.0.6+spec-1.1.0 |
| 2818 | 2026-02-27T02:20:28.992Z | [ host-package] Compiling slog-json v2.6.1 |
| 2819 | 2026-02-27T02:20:29.521Z | [ host-package] Compiling futures-executor v0.3.31 |
| 2820 | 2026-02-27T02:20:30.046Z | [ host-package] Compiling derive-where v1.5.0 |
| 2821 | 2026-02-27T02:20:32.543Z | [ helios-setup] Feb 27 02:20:31.569 INFO E| Compiling toml v0.5.11 |
| 2822 | 2026-02-27T02:20:32.543Z | [ helios-setup] Feb 27 02:20:31.569 INFO E| Compiling uuid v0.8.2 |
| 2823 | 2026-02-27T02:20:32.991Z | [ host-package] Compiling typify-macro v0.4.3 |
| 2824 | 2026-02-27T02:20:33.344Z | [ host-package] Compiling typify-macro v0.6.1 |
| 2825 | 2026-02-27T02:20:33.483Z | [ host-package] Compiling serde_spanned v1.0.4 |
| 2826 | 2026-02-27T02:20:34.008Z | [ host-package] Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2827 | 2026-02-27T02:20:34.491Z | [ host-package] Compiling tokio-rustls v0.26.0 |
| 2828 | 2026-02-27T02:20:34.761Z | [ host-package] Compiling rustls-platform-verifier v0.6.2 |
| 2829 | 2026-02-27T02:20:35.024Z | [ helios-setup] Feb 27 02:20:34.049 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
| 2830 | 2026-02-27T02:20:35.358Z | [ host-package] Compiling hyper-rustls v0.27.7 |
| 2831 | 2026-02-27T02:20:36.415Z | [ host-package] Compiling reqwest v0.13.2 |
| 2832 | 2026-02-27T02:20:36.509Z | [ helios-setup] Feb 27 02:20:35.534 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
| 2833 | 2026-02-27T02:20:37.406Z | [ host-package] Compiling reqwest v0.12.28 |
| 2834 | 2026-02-27T02:20:42.824Z | [ host-package] Compiling typify v0.6.1 |
| 2835 | 2026-02-27T02:20:43.128Z | [ host-package] Compiling progenitor-impl v0.13.0 |
| 2836 | 2026-02-27T02:20:46.832Z | [ helios-setup] Feb 27 02:20:45.857 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.45s |
| 2837 | 2026-02-27T02:20:46.866Z | [ helios-setup] Feb 27 02:20:45.891 INFO building project "image-builder" ok (36 seconds) |
| 2838 | 2026-02-27T02:20:46.866Z | [ helios-setup] Feb 27 02:20:45.891 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot" |
| 2839 | 2026-02-27T02:20:47.014Z | [ helios-setup] Feb 27 02:20:46.038 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.91.1-x86_64-unknown-illumos (default)" |
| 2840 | 2026-02-27T02:20:47.014Z | [ helios-setup] Feb 27 02:20:46.038 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
| 2841 | 2026-02-27T02:20:47.017Z | [ helios-setup] Feb 27 02:20:46.038 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
| 2842 | 2026-02-27T02:20:47.340Z | [ host-package] Compiling typify v0.4.3 |
| 2843 | 2026-02-27T02:20:47.348Z | [ helios-setup] Feb 27 02:20:46.372 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
| 2844 | 2026-02-27T02:20:47.838Z | [ host-package] Compiling take_mut v0.2.2 |
| 2845 | 2026-02-27T02:20:47.936Z | [ helios-setup] Feb 27 02:20:46.961 INFO E| From https://github.com/jclulow/hiercmd |
| 2846 | 2026-02-27T02:20:47.936Z | [ helios-setup] Feb 27 02:20:46.961 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee |
| 2847 | 2026-02-27T02:20:47.965Z | [ helios-setup] Feb 27 02:20:46.990 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 2848 | 2026-02-27T02:20:47.980Z | [ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2849 | 2026-02-27T02:20:48.077Z | [ host-package] Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2850 | 2026-02-27T02:20:48.535Z | [ helios-setup] Feb 27 02:20:47.559 INFO E| From https://github.com/oxidecomputer/network-interface |
| 2851 | 2026-02-27T02:20:48.535Z | [ helios-setup] Feb 27 02:20:47.559 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 2852 | 2026-02-27T02:20:48.557Z | [ helios-setup] Feb 27 02:20:47.581 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
| 2853 | 2026-02-27T02:20:48.695Z | [ host-package] Compiling tokio-rustls v0.25.0 |
| 2854 | 2026-02-27T02:20:49.098Z | [ helios-setup] Feb 27 02:20:48.122 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
| 2855 | 2026-02-27T02:20:49.098Z | [ helios-setup] Feb 27 02:20:48.122 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
| 2856 | 2026-02-27T02:20:49.134Z | [ helios-setup] Feb 27 02:20:48.159 INFO E| Updating crates.io index |
| 2857 | 2026-02-27T02:20:49.440Z | [ helios-setup] Feb 27 02:20:48.465 INFO E| Downloading crates ... |
| 2858 | 2026-02-27T02:20:49.662Z | [ helios-setup] Feb 27 02:20:48.686 INFO E| Downloaded toml_writer v1.0.4 |
| 2859 | 2026-02-27T02:20:49.665Z | [ helios-setup] Feb 27 02:20:48.690 INFO E| Downloaded autocfg v1.5.0 |
| 2860 | 2026-02-27T02:20:49.668Z | [ helios-setup] Feb 27 02:20:48.693 INFO E| Downloaded anstyle-query v1.1.4 |
| 2861 | 2026-02-27T02:20:49.671Z | [ helios-setup] Feb 27 02:20:48.695 INFO E| Downloaded num_enum v0.7.5 |
| 2862 | 2026-02-27T02:20:49.679Z | [ helios-setup] Feb 27 02:20:48.704 INFO E| Downloaded base64ct v1.8.0 |
| 2863 | 2026-02-27T02:20:49.683Z | [ helios-setup] Feb 27 02:20:48.708 INFO E| Downloaded bitfield-macros v0.19.3 |
| 2864 | 2026-02-27T02:20:49.686Z | [ helios-setup] Feb 27 02:20:48.709 INFO E| Downloaded anstream v0.6.21 |
| 2865 | 2026-02-27T02:20:49.721Z | [ helios-setup] Feb 27 02:20:48.746 INFO E| Downloaded log v0.4.28 |
| 2866 | 2026-02-27T02:20:49.726Z | [ helios-setup] Feb 27 02:20:48.750 INFO E| Downloaded adler2 v2.0.1 |
| 2867 | 2026-02-27T02:20:49.728Z | [ helios-setup] Feb 27 02:20:48.753 INFO E| Downloaded errno v0.3.14 |
| 2868 | 2026-02-27T02:20:49.731Z | [ helios-setup] Feb 27 02:20:48.755 INFO E| Downloaded env_filter v0.1.4 |
| 2869 | 2026-02-27T02:20:49.734Z | [ helios-setup] Feb 27 02:20:48.758 INFO E| Downloaded crc v3.3.0 |
| 2870 | 2026-02-27T02:20:49.737Z | [ helios-setup] Feb 27 02:20:48.761 INFO E| Downloaded cpufeatures v0.2.17 |
| 2871 | 2026-02-27T02:20:49.740Z | [ helios-setup] Feb 27 02:20:48.764 INFO E| Downloaded flagset v0.4.7 |
| 2872 | 2026-02-27T02:20:49.743Z | [ helios-setup] Feb 27 02:20:48.766 INFO E| Downloaded devinfo v0.1.0 |
| 2873 | 2026-02-27T02:20:49.777Z | [ helios-setup] Feb 27 02:20:48.801 INFO E| Downloaded terminal_size v0.4.3 |
| 2874 | 2026-02-27T02:20:49.781Z | [ helios-setup] Feb 27 02:20:48.804 INFO E| Downloaded serde_spanned v1.0.3 |
| 2875 | 2026-02-27T02:20:49.784Z | [ helios-setup] Feb 27 02:20:48.806 INFO E| Downloaded libdevinfo-sys v1.1.0 |
| 2876 | 2026-02-27T02:20:49.784Z | [ helios-setup] Feb 27 02:20:48.808 INFO E| Downloaded is-terminal v0.4.17 |
| 2877 | 2026-02-27T02:20:49.787Z | [ helios-setup] Feb 27 02:20:48.810 INFO E| Downloaded proc-macro-crate v3.4.0 |
| 2878 | 2026-02-27T02:20:49.789Z | [ helios-setup] Feb 27 02:20:48.812 INFO E| Downloaded is_terminal_polyfill v1.70.2 |
| 2879 | 2026-02-27T02:20:49.789Z | [ helios-setup] Feb 27 02:20:48.814 INFO E| Downloaded futures-core v0.3.31 |
| 2880 | 2026-02-27T02:20:49.792Z | [ helios-setup] Feb 27 02:20:48.816 INFO E| Downloaded colorchoice v1.0.4 |
| 2881 | 2026-02-27T02:20:49.795Z | [ helios-setup] Feb 27 02:20:48.819 INFO E| Downloaded clap_lex v0.7.6 |
| 2882 | 2026-02-27T02:20:49.806Z | [ helios-setup] Feb 27 02:20:48.830 INFO E| Downloaded time-core v0.1.6 |
| 2883 | 2026-02-27T02:20:49.832Z | [ helios-setup] Feb 27 02:20:48.856 INFO E| Downloaded thiserror v2.0.17 |
| 2884 | 2026-02-27T02:20:49.842Z | [ helios-setup] Feb 27 02:20:48.866 INFO E| Downloaded signal-hook-registry v1.4.6 |
| 2885 | 2026-02-27T02:20:49.844Z | [ helios-setup] Feb 27 02:20:48.868 INFO E| Downloaded toml_datetime v0.7.3 |
| 2886 | 2026-02-27T02:20:49.847Z | [ helios-setup] Feb 27 02:20:48.871 INFO E| Downloaded pkg-config v0.3.32 |
| 2887 | 2026-02-27T02:20:49.850Z | [ helios-setup] Feb 27 02:20:48.873 INFO E| Downloaded deranged v0.5.5 |
| 2888 | 2026-02-27T02:20:49.853Z | [ helios-setup] Feb 27 02:20:48.876 INFO E| Downloaded zeroize v1.8.2 |
| 2889 | 2026-02-27T02:20:49.853Z | [ helios-setup] Feb 27 02:20:48.877 INFO E| Downloaded bitfield v0.19.3 |
| 2890 | 2026-02-27T02:20:49.856Z | [ helios-setup] Feb 27 02:20:48.880 INFO E| Downloaded anstyle-parse v0.2.7 |
| 2891 | 2026-02-27T02:20:49.859Z | [ helios-setup] Feb 27 02:20:48.883 INFO E| Downloaded tls_codec_derive v0.4.2 |
| 2892 | 2026-02-27T02:20:49.862Z | [ helios-setup] Feb 27 02:20:48.886 INFO E| Downloaded anstyle v1.0.13 |
| 2893 | 2026-02-27T02:20:49.865Z | [ helios-setup] Feb 27 02:20:48.888 INFO E| Downloaded lock_api v0.4.14 |
| 2894 | 2026-02-27T02:20:49.869Z | [ helios-setup] Feb 27 02:20:48.891 INFO E| Downloaded quote v1.0.41 |
| 2895 | 2026-02-27T02:20:49.873Z | [ helios-setup] Feb 27 02:20:48.895 INFO E| Downloaded tls_codec v0.4.2 |
| 2896 | 2026-02-27T02:20:49.876Z | [ helios-setup] Feb 27 02:20:48.898 INFO E| Downloaded time-macros v0.2.24 |
| 2897 | 2026-02-27T02:20:49.879Z | [ helios-setup] Feb 27 02:20:48.902 INFO E| Downloaded pin-project-lite v0.2.16 |
| 2898 | 2026-02-27T02:20:49.887Z | [ helios-setup] Feb 27 02:20:48.911 INFO E| Downloaded thiserror-impl v2.0.17 |
| 2899 | 2026-02-27T02:20:49.890Z | [ helios-setup] Feb 27 02:20:48.913 INFO E| Downloaded thread_local v1.1.9 |
| 2900 | 2026-02-27T02:20:49.893Z | [ helios-setup] Feb 27 02:20:48.916 INFO E| Downloaded iana-time-zone v0.1.64 |
| 2901 | 2026-02-27T02:20:49.897Z | [ helios-setup] Feb 27 02:20:48.921 INFO E| Downloaded unicode-ident v1.0.22 |
| 2902 | 2026-02-27T02:20:49.901Z | [ helios-setup] Feb 27 02:20:48.926 INFO E| Downloaded uuid v1.18.1 |
| 2903 | 2026-02-27T02:20:49.906Z | [ helios-setup] Feb 27 02:20:48.931 INFO E| Downloaded term v1.2.0 |
| 2904 | 2026-02-27T02:20:49.912Z | [ helios-setup] Feb 27 02:20:48.936 INFO E| Downloaded slab v0.4.11 |
| 2905 | 2026-02-27T02:20:49.915Z | [ helios-setup] Feb 27 02:20:48.939 INFO E| Downloaded ryu v1.0.20 |
| 2906 | 2026-02-27T02:20:49.922Z | [ helios-setup] Feb 27 02:20:48.946 INFO E| Downloaded proc-macro2 v1.0.103 |
| 2907 | 2026-02-27T02:20:49.927Z | [ helios-setup] Feb 27 02:20:48.952 INFO E| Downloaded parking_lot v0.12.5 |
| 2908 | 2026-02-27T02:20:49.948Z | [ helios-setup] Feb 27 02:20:48.972 INFO E| Downloaded toml v0.9.8 |
| 2909 | 2026-02-27T02:20:49.954Z | [ helios-setup] Feb 27 02:20:48.979 INFO E| Downloaded bytes v1.10.1 |
| 2910 | 2026-02-27T02:20:49.961Z | [ helios-setup] Feb 27 02:20:48.986 INFO E| Downloaded typenum v1.19.0 |
| 2911 | 2026-02-27T02:20:49.966Z | [ helios-setup] Feb 27 02:20:48.991 INFO E| Downloaded cc v1.2.44 |
| 2912 | 2026-02-27T02:20:49.970Z | [ helios-setup] Feb 27 02:20:48.995 INFO E| Downloaded toml_edit v0.23.7 |
| 2913 | 2026-02-27T02:20:49.976Z | [ helios-setup] Feb 27 02:20:49.001 INFO E| Downloaded flate2 v1.1.5 |
| 2914 | 2026-02-27T02:20:49.984Z | [ helios-setup] Feb 27 02:20:49.008 INFO E| Downloaded parking_lot_core v0.9.12 |
| 2915 | 2026-02-27T02:20:49.987Z | [ helios-setup] Feb 27 02:20:49.012 INFO E| Downloaded miniz_oxide v0.8.9 |
| 2916 | 2026-02-27T02:20:49.991Z | [ helios-setup] Feb 27 02:20:49.016 INFO E| Downloaded mio v1.1.0 |
| 2917 | 2026-02-27T02:20:50.001Z | [ helios-setup] Feb 27 02:20:49.025 INFO E| Downloaded libm v0.2.15 |
| 2918 | 2026-02-27T02:20:50.019Z | [ helios-setup] Feb 27 02:20:49.043 INFO E| Downloaded winnow v0.7.13 |
| 2919 | 2026-02-27T02:20:50.033Z | [ helios-setup] Feb 27 02:20:49.057 INFO E| Downloaded time v0.3.44 |
| 2920 | 2026-02-27T02:20:50.045Z | [ helios-setup] Feb 27 02:20:49.069 INFO E| Downloaded num-bigint-dig v0.8.4 |
| 2921 | 2026-02-27T02:20:50.051Z | [ helios-setup] Feb 27 02:20:49.076 INFO E| Downloaded hashbrown v0.16.0 |
| 2922 | 2026-02-27T02:20:50.059Z | [ helios-setup] Feb 27 02:20:49.083 INFO E| Downloaded serde_json v1.0.145 |
| 2923 | 2026-02-27T02:20:50.069Z | [ helios-setup] Feb 27 02:20:49.093 INFO E| Downloaded clap_builder v4.5.51 |
| 2924 | 2026-02-27T02:20:50.085Z | [ helios-setup] Feb 27 02:20:49.109 INFO E| Downloaded iddqd v0.3.14 |
| 2925 | 2026-02-27T02:20:50.095Z | [ helios-setup] Feb 27 02:20:49.119 INFO E| Downloaded memchr v2.7.6 |
| 2926 | 2026-02-27T02:20:50.103Z | [ helios-setup] Feb 27 02:20:49.127 INFO E| Downloaded bitflags v2.10.0 |
| 2927 | 2026-02-27T02:20:50.109Z | [ helios-setup] Feb 27 02:20:49.134 INFO E| Downloaded crc32fast v1.5.0 |
| 2928 | 2026-02-27T02:20:50.112Z | [ helios-setup] Feb 27 02:20:49.137 INFO E| Downloaded anyhow v1.0.100 |
| 2929 | 2026-02-27T02:20:50.119Z | [ helios-setup] Feb 27 02:20:49.144 INFO E| Downloaded chrono v0.4.42 |
| 2930 | 2026-02-27T02:20:50.130Z | [ helios-setup] Feb 27 02:20:49.154 INFO E| Downloaded unicode-width v0.2.2 |
| 2931 | 2026-02-27T02:20:50.138Z | [ helios-setup] Feb 27 02:20:49.163 INFO E| Downloaded syn v2.0.108 |
| 2932 | 2026-02-27T02:20:50.152Z | [ helios-setup] Feb 27 02:20:49.176 INFO E| Downloaded getrandom v0.2.16 |
| 2933 | 2026-02-27T02:20:50.155Z | [ helios-setup] Feb 27 02:20:49.180 INFO E| Downloaded clap v4.5.51 |
| 2934 | 2026-02-27T02:20:50.166Z | [ helios-setup] Feb 27 02:20:49.191 INFO E| Downloaded indexmap v2.12.0 |
| 2935 | 2026-02-27T02:20:50.172Z | [ helios-setup] Feb 27 02:20:49.197 INFO E| Downloaded toml_parser v1.0.4 |
| 2936 | 2026-02-27T02:20:50.176Z | [ helios-setup] Feb 27 02:20:49.201 INFO E| Downloaded num_enum_derive v0.7.5 |
| 2937 | 2026-02-27T02:20:50.179Z | [ helios-setup] Feb 27 02:20:49.203 INFO E| Downloaded rustix v1.1.2 |
| 2938 | 2026-02-27T02:20:50.225Z | [ helios-setup] Feb 27 02:20:49.249 INFO E| Downloaded clap_derive v4.5.49 |
| 2939 | 2026-02-27T02:20:50.228Z | [ helios-setup] Feb 27 02:20:49.253 INFO E| Downloaded ppv-lite86 v0.2.21 |
| 2940 | 2026-02-27T02:20:50.231Z | [ helios-setup] Feb 27 02:20:49.256 INFO E| Downloaded getopts v0.2.24 |
| 2941 | 2026-02-27T02:20:50.234Z | [ helios-setup] Feb 27 02:20:49.258 INFO E| Downloaded generic-array v0.14.9 |
| 2942 | 2026-02-27T02:20:50.237Z | [ helios-setup] Feb 27 02:20:49.261 INFO E| Downloaded itoa v1.0.15 |
| 2943 | 2026-02-27T02:20:50.240Z | [ helios-setup] Feb 27 02:20:49.263 INFO E| Downloaded find-msvc-tools v0.1.4 |
| 2944 | 2026-02-27T02:20:50.300Z | [ helios-setup] Feb 27 02:20:49.324 INFO E| Downloaded libc v0.2.177 |
| 2945 | 2026-02-27T02:20:50.339Z | [ helios-setup] Feb 27 02:20:49.363 INFO E| Downloaded tokio v1.48.0 |
| 2946 | 2026-02-27T02:20:50.532Z | [ helios-setup] Feb 27 02:20:49.557 INFO E| Compiling proc-macro2 v1.0.103 |
| 2947 | 2026-02-27T02:20:50.532Z | [ helios-setup] Feb 27 02:20:49.557 INFO E| Compiling quote v1.0.41 |
| 2948 | 2026-02-27T02:20:50.533Z | [ helios-setup] Feb 27 02:20:49.557 INFO E| Compiling unicode-ident v1.0.22 |
| 2949 | 2026-02-27T02:20:50.541Z | [ helios-setup] Feb 27 02:20:49.557 INFO E| Compiling libc v0.2.177 |
| 2950 | 2026-02-27T02:20:50.541Z | [ helios-setup] Feb 27 02:20:49.557 INFO E| Compiling serde_core v1.0.228 |
| 2951 | 2026-02-27T02:20:50.541Z | [ helios-setup] Feb 27 02:20:49.557 INFO E| Compiling cfg-if v1.0.4 |
| 2952 | 2026-02-27T02:20:50.541Z | [ helios-setup] Feb 27 02:20:49.557 INFO E| Compiling serde v1.0.228 |
| 2953 | 2026-02-27T02:20:50.541Z | [ helios-setup] Feb 27 02:20:49.557 INFO E| Compiling version_check v0.9.5 |
| 2954 | 2026-02-27T02:20:51.235Z | [ helios-setup] Feb 27 02:20:50.259 INFO E| Compiling autocfg v1.5.0 |
| 2955 | 2026-02-27T02:20:51.872Z | [ helios-setup] Feb 27 02:20:50.891 INFO E| Compiling typenum v1.19.0 |
| 2956 | 2026-02-27T02:20:52.117Z | [ host-package] Compiling dropshot v0.16.7 |
| 2957 | 2026-02-27T02:20:52.238Z | [ helios-setup] Feb 27 02:20:51.263 INFO E| Compiling const-oid v0.9.6 |
| 2958 | 2026-02-27T02:20:52.344Z | [ helios-setup] Feb 27 02:20:51.368 INFO E| Compiling generic-array v0.14.9 |
| 2959 | 2026-02-27T02:20:52.512Z | [ helios-setup] Feb 27 02:20:51.536 INFO E| Compiling libm v0.2.15 |
| 2960 | 2026-02-27T02:20:52.959Z | [ helios-setup] Feb 27 02:20:51.984 INFO E| Compiling num-traits v0.2.19 |
| 2961 | 2026-02-27T02:20:53.675Z | [ helios-setup] Feb 27 02:20:52.699 INFO E| Compiling zerocopy v0.8.27 |
| 2962 | 2026-02-27T02:20:54.276Z | [ helios-setup] Feb 27 02:20:53.300 INFO E| Compiling rustversion v1.0.22 |
| 2963 | 2026-02-27T02:20:54.340Z | [ helios-setup] Feb 27 02:20:53.364 INFO E| Compiling zeroize v1.8.2 |
| 2964 | 2026-02-27T02:20:55.230Z | [ helios-setup] Feb 27 02:20:54.254 INFO E| Compiling smallvec v1.15.1 |
| 2965 | 2026-02-27T02:20:55.373Z | [ helios-setup] Feb 27 02:20:54.396 INFO E| Compiling base64ct v1.8.0 |
| 2966 | 2026-02-27T02:20:56.696Z | [ helios-setup] Feb 27 02:20:55.720 INFO E| Compiling pem-rfc7468 v0.7.0 |
| 2967 | 2026-02-27T02:20:57.008Z | [ helios-setup] Feb 27 02:20:56.032 INFO E| Compiling syn v2.0.108 |
| 2968 | 2026-02-27T02:20:57.282Z | [ helios-setup] Feb 27 02:20:56.306 INFO E| Compiling getrandom v0.2.16 |
| 2969 | 2026-02-27T02:20:57.428Z | [ helios-setup] Feb 27 02:20:56.452 INFO E| Compiling memchr v2.7.6 |
| 2970 | 2026-02-27T02:20:59.202Z | [ helios-setup] Feb 27 02:20:58.225 INFO E| Compiling crypto-common v0.1.6 |
| 2971 | 2026-02-27T02:20:59.219Z | [ helios-setup] Feb 27 02:20:58.243 INFO E| Compiling block-buffer v0.10.4 |
| 2972 | 2026-02-27T02:20:59.801Z | [ helios-setup] Feb 27 02:20:58.824 INFO E| Compiling digest v0.10.7 |
| 2973 | 2026-02-27T02:20:59.842Z | [ helios-setup] Feb 27 02:20:58.865 INFO E| Compiling equivalent v1.0.2 |
| 2974 | 2026-02-27T02:20:59.878Z | [ helios-setup] Feb 27 02:20:58.902 INFO E| Compiling winnow v0.7.13 |
| 2975 | 2026-02-27T02:21:00.161Z | [ helios-setup] Feb 27 02:20:59.184 INFO E| Compiling byteorder v1.5.0 |
| 2976 | 2026-02-27T02:21:00.934Z | [ helios-setup] Feb 27 02:20:59.956 INFO E| Compiling anyhow v1.0.100 |
| 2977 | 2026-02-27T02:21:01.655Z | [ helios-setup] Feb 27 02:21:00.678 INFO E| Compiling hashbrown v0.16.0 |
| 2978 | 2026-02-27T02:21:01.847Z | [ helios-setup] Feb 27 02:21:00.871 INFO E| Compiling crc32fast v1.5.0 |
| 2979 | 2026-02-27T02:21:02.668Z | [ helios-setup] Feb 27 02:21:01.691 INFO E| Compiling rustix v1.1.2 |
| 2980 | 2026-02-27T02:21:02.826Z | [ helios-setup] Feb 27 02:21:01.849 INFO E| Compiling flagset v0.4.7 |
| 2981 | 2026-02-27T02:21:03.324Z | [ helios-setup] Feb 27 02:21:02.347 INFO E| Compiling utf8parse v0.2.2 |
| 2982 | 2026-02-27T02:21:03.602Z | [ helios-setup] Feb 27 02:21:02.625 INFO E| Compiling bitflags v2.10.0 |
| 2983 | 2026-02-27T02:21:03.830Z | [ helios-setup] Feb 27 02:21:02.853 INFO E| Compiling anstyle-parse v0.2.7 |
| 2984 | 2026-02-27T02:21:04.105Z | [ helios-setup] Feb 27 02:21:03.128 INFO E| Compiling indexmap v2.12.0 |
| 2985 | 2026-02-27T02:21:04.357Z | [ helios-setup] Feb 27 02:21:03.380 INFO E| Compiling rand_core v0.6.4 |
| 2986 | 2026-02-27T02:21:04.450Z | [ helios-setup] Feb 27 02:21:03.473 INFO E| Compiling errno v0.3.14 |
| 2987 | 2026-02-27T02:21:04.979Z | [ helios-setup] Feb 27 02:21:04.002 INFO E| Compiling colorchoice v1.0.4 |
| 2988 | 2026-02-27T02:21:05.150Z | [ helios-setup] Feb 27 02:21:04.173 INFO E| Compiling cpufeatures v0.2.17 |
| 2989 | 2026-02-27T02:21:05.356Z | [ helios-setup] Feb 27 02:21:04.379 INFO E| Compiling anstyle v1.0.13 |
| 2990 | 2026-02-27T02:21:05.479Z | [ helios-setup] Feb 27 02:21:04.502 INFO E| Compiling anstyle-query v1.1.4 |
| 2991 | 2026-02-27T02:21:05.583Z | [ helios-setup] Feb 27 02:21:04.606 INFO E| Compiling allocator-api2 v0.2.21 |
| 2992 | 2026-02-27T02:21:05.614Z | [ helios-setup] Feb 27 02:21:04.637 INFO E| Compiling toml_datetime v0.7.3 |
| 2993 | 2026-02-27T02:21:05.784Z | [ helios-setup] Feb 27 02:21:04.806 INFO E| Compiling radium v0.7.0 |
| 2994 | 2026-02-27T02:21:05.989Z | [ helios-setup] Feb 27 02:21:05.012 INFO E| Compiling shlex v1.3.0 |
| 2995 | 2026-02-27T02:21:06.500Z | [ helios-setup] Feb 27 02:21:05.523 INFO E| Compiling syn v1.0.109 |
| 2996 | 2026-02-27T02:21:06.697Z | [ helios-setup] Feb 27 02:21:05.719 INFO E| Compiling find-msvc-tools v0.1.4 |
| 2997 | 2026-02-27T02:21:06.973Z | [ helios-setup] Feb 27 02:21:05.996 INFO E| Compiling is_terminal_polyfill v1.70.2 |
| 2998 | 2026-02-27T02:21:07.128Z | [ helios-setup] Feb 27 02:21:06.151 INFO E| Compiling toml_parser v1.0.4 |
| 2999 | 2026-02-27T02:21:07.276Z | [ helios-setup] Feb 27 02:21:06.299 INFO E| Compiling anstream v0.6.21 |
| 3000 | 2026-02-27T02:21:07.394Z | [ helios-setup] Feb 27 02:21:06.416 INFO E| Compiling cc v1.2.44 |
| 3001 | 2026-02-27T02:21:08.141Z | [ helios-setup] Feb 27 02:21:07.164 INFO E| Compiling sha2 v0.10.9 |
| 3002 | 2026-02-27T02:21:09.668Z | [ helios-setup] Feb 27 02:21:08.691 INFO E| Compiling toml_edit v0.23.7 |
| 3003 | 2026-02-27T02:21:10.195Z | [ helios-setup] Feb 27 02:21:09.217 INFO E| Compiling slog v2.8.2 |
| 3004 | 2026-02-27T02:21:11.263Z | [ helios-setup] Feb 27 02:21:10.286 INFO E| Compiling unicode-width v0.2.2 |
| 3005 | 2026-02-27T02:21:11.318Z | [ helios-setup] Feb 27 02:21:10.340 INFO E| Compiling parking_lot_core v0.9.12 |
| 3006 | 2026-02-27T02:21:11.341Z | [ helios-setup] Feb 27 02:21:10.364 INFO E| Compiling pkg-config v0.3.32 |
| 3007 | 2026-02-27T02:21:12.294Z | [ helios-setup] Feb 27 02:21:11.316 INFO E| Compiling futures-core v0.3.31 |
| 3008 | 2026-02-27T02:21:12.473Z | [ helios-setup] Feb 27 02:21:11.495 INFO E| Compiling futures-sink v0.3.31 |
| 3009 | 2026-02-27T02:21:12.599Z | [ helios-setup] Feb 27 02:21:11.621 INFO E| Compiling maybe-uninit v2.0.0 |
| 3010 | 2026-02-27T02:21:12.937Z | [ helios-setup] Feb 27 02:21:11.959 INFO E| Compiling tap v1.0.1 |
| 3011 | 2026-02-27T02:21:13.055Z | [ helios-setup] Feb 27 02:21:12.077 INFO E| Compiling pin-project-lite v0.2.16 |
| 3012 | 2026-02-27T02:21:13.425Z | [ helios-setup] Feb 27 02:21:12.446 INFO E| Compiling wyz v0.5.1 |
| 3013 | 2026-02-27T02:21:13.510Z | [ helios-setup] Feb 27 02:21:12.532 INFO E| Compiling bzip2-sys v0.1.13+1.0.8 |
| 3014 | 2026-02-27T02:21:13.684Z | [ helios-setup] Feb 27 02:21:12.706 INFO E| Compiling futures-channel v0.3.31 |
| 3015 | 2026-02-27T02:21:13.824Z | [ helios-setup] Feb 27 02:21:12.846 INFO E| Compiling proc-macro-crate v3.4.0 |
| 3016 | 2026-02-27T02:21:14.109Z | [ helios-setup] Feb 27 02:21:13.131 INFO E| Compiling getopts v0.2.24 |
| 3017 | 2026-02-27T02:21:14.342Z | [ helios-setup] Feb 27 02:21:13.364 INFO E| Compiling terminal_size v0.4.3 |
| 3018 | 2026-02-27T02:21:14.962Z | [ helios-setup] Feb 27 02:21:13.984 INFO E| Compiling num-integer v0.1.46 |
| 3019 | 2026-02-27T02:21:15.045Z | [ helios-setup] Feb 27 02:21:14.067 INFO E| Compiling ahash v0.8.12 |
| 3020 | 2026-02-27T02:21:15.132Z | [ helios-setup] Feb 27 02:21:14.154 INFO E| Compiling itoa v1.0.15 |
| 3021 | 2026-02-27T02:21:15.841Z | [ helios-setup] Feb 27 02:21:14.863 INFO E| Compiling thiserror v1.0.69 |
| 3022 | 2026-02-27T02:21:15.883Z | [ helios-setup] Feb 27 02:21:14.905 INFO E| Compiling funty v2.0.0 |
| 3023 | 2026-02-27T02:21:15.922Z | [ helios-setup] Feb 27 02:21:14.944 INFO E| Compiling powerfmt v0.2.0 |
| 3024 | 2026-02-27T02:21:16.501Z | [ helios-setup] Feb 27 02:21:15.523 INFO E| Compiling getrandom v0.3.4 |
| 3025 | 2026-02-27T02:21:17.146Z | [ helios-setup] Feb 27 02:21:16.168 INFO E| Compiling time-core v0.1.6 |
| 3026 | 2026-02-27T02:21:17.240Z | [ helios-setup] Feb 27 02:21:16.262 INFO E| Compiling bytes v1.10.1 |
| 3027 | 2026-02-27T02:21:17.413Z | [ helios-setup] Feb 27 02:21:16.435 INFO E| Compiling spin v0.9.8 |
| 3028 | 2026-02-27T02:21:17.627Z | [ helios-setup] Feb 27 02:21:16.649 INFO E| Compiling serde_derive v1.0.228 |
| 3029 | 2026-02-27T02:21:17.796Z | [ helios-setup] Feb 27 02:21:16.817 INFO E| Compiling zerocopy-derive v0.8.27 |
| 3030 | 2026-02-27T02:21:17.968Z | [ helios-setup] Feb 27 02:21:16.990 INFO E| Compiling der_derive v0.7.3 |
| 3031 | 2026-02-27T02:21:18.151Z | [ helios-setup] Feb 27 02:21:17.172 INFO E| Compiling futures-macro v0.3.31 |
| 3032 | 2026-02-27T02:21:18.698Z | [ helios-setup] Feb 27 02:21:17.720 INFO E| Compiling heck v0.5.0 |
| 3033 | 2026-02-27T02:21:19.942Z | [ helios-setup] Feb 27 02:21:18.962 INFO E| Compiling scopeguard v1.2.0 |
| 3034 | 2026-02-27T02:21:20.452Z | [ helios-setup] Feb 27 02:21:19.473 INFO E| Compiling packed_struct v0.10.1 |
| 3035 | 2026-02-27T02:21:20.943Z | [ helios-setup] Feb 27 02:21:19.965 INFO E| Compiling num-conv v0.1.0 |
| 3036 | 2026-02-27T02:21:21.561Z | [ helios-setup] Feb 27 02:21:20.582 INFO E| Compiling num-bigint-dig v0.8.4 |
| 3037 | 2026-02-27T02:21:21.758Z | [ helios-setup] Feb 27 02:21:20.779 INFO E| Compiling futures-io v0.3.31 |
| 3038 | 2026-02-27T02:21:22.023Z | [ helios-setup] Feb 27 02:21:21.045 INFO E| Compiling slab v0.4.11 |
| 3039 | 2026-02-27T02:21:22.187Z | [ helios-setup] Feb 27 02:21:21.208 INFO E| Compiling pin-utils v0.1.0 |
| 3040 | 2026-02-27T02:21:22.304Z | [ helios-setup] Feb 27 02:21:21.326 INFO E| Compiling futures-task v0.3.31 |
| 3041 | 2026-02-27T02:21:22.494Z | [ helios-setup] Feb 27 02:21:21.516 INFO E| Compiling strsim v0.11.1 |
| 3042 | 2026-02-27T02:21:22.572Z | [ helios-setup] Feb 27 02:21:21.593 INFO E| Compiling der v0.7.10 |
| 3043 | 2026-02-27T02:21:22.882Z | [ helios-setup] Feb 27 02:21:21.903 INFO E| Compiling clap_lex v0.7.6 |
| 3044 | 2026-02-27T02:21:23.060Z | [ helios-setup] Feb 27 02:21:22.081 INFO E| Compiling futures-util v0.3.31 |
| 3045 | 2026-02-27T02:21:23.290Z | [ helios-setup] Feb 27 02:21:22.311 INFO E| Compiling time-macros v0.2.24 |
| 3046 | 2026-02-27T02:21:24.716Z | [ helios-setup] Feb 27 02:21:23.737 INFO E| Compiling clap_builder v4.5.51 |
| 3047 | 2026-02-27T02:21:25.897Z | [ helios-setup] Feb 27 02:21:24.918 INFO E| Compiling lock_api v0.4.14 |
| 3048 | 2026-02-27T02:21:27.178Z | [ helios-setup] Feb 27 02:21:26.199 INFO E| Compiling clap_derive v4.5.49 |
| 3049 | 2026-02-27T02:21:28.420Z | [ helios-setup] Feb 27 02:21:27.441 INFO E| Compiling spki v0.7.3 |
| 3050 | 2026-02-27T02:21:29.586Z | [ helios-setup] Feb 27 02:21:28.607 INFO E| Compiling pkcs8 v0.10.2 |
| 3051 | 2026-02-27T02:21:30.246Z | [ helios-setup] Feb 27 02:21:29.267 INFO E| Compiling packed_struct_codegen v0.10.1 |
| 3052 | 2026-02-27T02:21:33.271Z | [ helios-setup] Feb 27 02:21:32.291 INFO E| Compiling lazy_static v1.5.0 |
| 3053 | 2026-02-27T02:21:33.867Z | [ helios-setup] Feb 27 02:21:32.863 INFO E| Compiling ppv-lite86 v0.2.21 |
| 3054 | 2026-02-27T02:21:33.890Z | [ helios-setup] Feb 27 02:21:32.910 INFO E| Compiling bitvec v1.0.1 |
| 3055 | 2026-02-27T02:21:35.207Z | [ helios-setup] Feb 27 02:21:34.228 INFO E| Compiling erased-serde v0.3.31 |
| 3056 | 2026-02-27T02:21:35.425Z | [ helios-setup] Feb 27 02:21:34.445 INFO E| Compiling zerocopy-derive v0.6.6 |
| 3057 | 2026-02-27T02:21:35.786Z | [ helios-setup] Feb 27 02:21:34.806 INFO E| Compiling rand_chacha v0.3.1 |
| 3058 | 2026-02-27T02:21:35.891Z | [ helios-setup] Feb 27 02:21:34.911 INFO E| Compiling bitfield-macros v0.19.3 |
| 3059 | 2026-02-27T02:21:36.147Z | [ helios-setup] Feb 27 02:21:35.167 INFO E| Compiling thiserror-impl v1.0.69 |
| 3060 | 2026-02-27T02:21:36.765Z | [ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3061 | 2026-02-27T02:21:36.967Z | [ helios-setup] Feb 27 02:21:35.987 INFO E| Compiling rand v0.8.5 |
| 3062 | 2026-02-27T02:21:38.304Z | [ host-package] Compiling progenitor-client v0.13.0 |
| 3063 | 2026-02-27T02:21:38.540Z | [ helios-setup] Feb 27 02:21:37.560 INFO E| Compiling num_enum_derive v0.7.5 |
| 3064 | 2026-02-27T02:21:39.558Z | [ helios-setup] Feb 27 02:21:38.578 INFO E| Compiling deranged v0.5.5 |
| 3065 | 2026-02-27T02:21:39.968Z | [ helios-setup] Feb 27 02:21:38.987 INFO E| Compiling num-iter v0.1.45 |
| 3066 | 2026-02-27T02:21:40.480Z | [ host-package] Compiling progenitor-client v0.10.0 |
| 3067 | 2026-02-27T02:21:41.119Z | [ helios-setup] Feb 27 02:21:40.139 INFO E| Compiling indexmap v1.9.3 |
| 3068 | 2026-02-27T02:21:41.682Z | [ helios-setup] Feb 27 02:21:40.701 INFO E| Compiling iana-time-zone v0.1.64 |
| 3069 | 2026-02-27T02:21:42.457Z | [ helios-setup] Feb 27 02:21:41.475 INFO E| Compiling thiserror v2.0.17 |
| 3070 | 2026-02-27T02:21:42.564Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3071 | 2026-02-27T02:21:43.012Z | [ helios-setup] Feb 27 02:21:42.032 INFO E| Compiling nodrop v0.1.14 |
| 3072 | 2026-02-27T02:21:43.179Z | [ helios-setup] Feb 27 02:21:42.176 INFO E| Compiling crc-catalog v2.4.0 |
| 3073 | 2026-02-27T02:21:43.294Z | [ helios-setup] Feb 27 02:21:42.314 INFO E| Compiling serde_json v1.0.145 |
| 3074 | 2026-02-27T02:21:43.648Z | [ helios-setup] Feb 27 02:21:42.665 INFO E| Compiling log v0.4.28 |
| 3075 | 2026-02-27T02:21:43.906Z | [ helios-setup] Feb 27 02:21:42.925 INFO E| Compiling adler2 v2.0.1 |
| 3076 | 2026-02-27T02:21:44.122Z | [ helios-setup] Feb 27 02:21:43.142 INFO E| Compiling once_cell v1.21.3 |
| 3077 | 2026-02-27T02:21:44.494Z | [ helios-setup] Feb 27 02:21:43.514 INFO E| Compiling simd-adler32 v0.3.7 |
| 3078 | 2026-02-27T02:21:45.057Z | [ helios-setup] Feb 27 02:21:44.077 INFO E| Compiling env_filter v0.1.4 |
| 3079 | 2026-02-27T02:21:45.200Z | [ helios-setup] Feb 27 02:21:44.216 INFO E| Compiling miniz_oxide v0.8.9 |
| 3080 | 2026-02-27T02:21:46.213Z | [ helios-setup] Feb 27 02:21:45.233 INFO E| Compiling time v0.3.44 |
| 3081 | 2026-02-27T02:21:46.263Z | [ helios-setup] Feb 27 02:21:45.282 INFO E| Compiling crc v3.3.0 |
| 3082 | 2026-02-27T02:21:47.194Z | [ helios-setup] Feb 27 02:21:46.213 INFO E| Compiling array-init v0.0.4 |
| 3083 | 2026-02-27T02:21:47.959Z | [ helios-setup] Feb 27 02:21:46.979 INFO E| Compiling num_enum v0.7.5 |
| 3084 | 2026-02-27T02:21:49.051Z | [ helios-setup] Feb 27 02:21:48.070 INFO E| Compiling chrono v0.4.42 |
| 3085 | 2026-02-27T02:21:50.150Z | [ helios-setup] Feb 27 02:21:49.169 INFO E| Compiling parking_lot v0.12.5 |
| 3086 | 2026-02-27T02:21:51.598Z | [ helios-setup] Feb 27 02:21:50.617 INFO E| Compiling smallvec v0.6.14 |
| 3087 | 2026-02-27T02:21:53.136Z | [ helios-setup] Feb 27 02:21:52.155 INFO E| Compiling bitfield v0.19.3 |
| 3088 | 2026-02-27T02:21:54.011Z | [ helios-setup] Feb 27 02:21:53.030 INFO E| Compiling zerocopy v0.6.6 |
| 3089 | 2026-02-27T02:21:54.812Z | [ helios-setup] Feb 27 02:21:53.830 INFO E| Compiling clap v4.5.51 |
| 3090 | 2026-02-27T02:21:55.137Z | [ helios-setup] Feb 27 02:21:54.154 INFO E| Compiling futures-executor v0.3.31 |
| 3091 | 2026-02-27T02:21:56.069Z | [ helios-setup] Feb 27 02:21:55.087 INFO E| Compiling toml_datetime v0.6.11 |
| 3092 | 2026-02-27T02:21:56.240Z | [ helios-setup] Feb 27 02:21:55.258 INFO E| Compiling serde_spanned v0.6.9 |
| 3093 | 2026-02-27T02:21:57.138Z | [ helios-setup] Feb 27 02:21:56.156 INFO E| Compiling pkcs1 v0.7.5 |
| 3094 | 2026-02-27T02:21:57.248Z | [ helios-setup] Feb 27 02:21:56.267 INFO E| Compiling tokio-macros v2.6.0 |
| 3095 | 2026-02-27T02:21:57.849Z | [ helios-setup] Feb 27 02:21:56.868 INFO E| Compiling thiserror-impl v2.0.17 |
| 3096 | 2026-02-27T02:21:57.942Z | [ helios-setup] Feb 27 02:21:56.960 INFO E| Compiling signature v2.2.0 |
| 3097 | 2026-02-27T02:21:58.387Z | [ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3098 | 2026-02-27T02:21:58.659Z | [ helios-setup] Feb 27 02:21:57.677 INFO E| Compiling serde_spanned v1.0.3 |
| 3099 | 2026-02-27T02:21:59.131Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3100 | 2026-02-27T02:22:00.775Z | [ helios-setup] Feb 27 02:21:59.793 INFO E| Compiling is-terminal v0.4.17 |
| 3101 | 2026-02-27T02:22:01.009Z | [ helios-setup] Feb 27 02:22:00.026 INFO E| Compiling socket2 v0.6.1 |
| 3102 | 2026-02-27T02:22:01.138Z | [ helios-setup] Feb 27 02:22:00.156 INFO E| Compiling signal-hook-registry v1.4.6 |
| 3103 | 2026-02-27T02:22:02.186Z | [ helios-setup] Feb 27 02:22:01.204 INFO E| Compiling mio v1.1.0 |
| 3104 | 2026-02-27T02:22:03.751Z | [ helios-setup] Feb 27 02:22:02.769 INFO E| Compiling thread_local v1.1.9 |
| 3105 | 2026-02-27T02:22:04.137Z | [ helios-setup] Feb 27 02:22:03.154 INFO E| Compiling ryu v1.0.20 |
| 3106 | 2026-02-27T02:22:04.467Z | [ helios-setup] Feb 27 02:22:03.485 INFO E| Compiling base64 v0.21.7 |
| 3107 | 2026-02-27T02:22:05.072Z | [ helios-setup] Feb 27 02:22:04.090 INFO E| Compiling hashbrown v0.12.3 |
| 3108 | 2026-02-27T02:22:05.110Z | [ helios-setup] Feb 27 02:22:04.127 INFO E| Compiling term v1.2.0 |
| 3109 | 2026-02-27T02:22:05.183Z | [ helios-setup] Feb 27 02:22:04.201 INFO E| Compiling toml_writer v1.0.4 |
| 3110 | 2026-02-27T02:22:05.565Z | [ helios-setup] Feb 27 02:22:04.583 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 3111 | 2026-02-27T02:22:05.605Z | [ helios-setup] Feb 27 02:22:04.622 INFO E| Compiling winnow v0.5.40 |
| 3112 | 2026-02-27T02:22:06.318Z | [ helios-setup] Feb 27 02:22:05.336 INFO E| Compiling subtle v2.6.1 |
| 3113 | 2026-02-27T02:22:06.861Z | [ helios-setup] Feb 27 02:22:05.878 INFO E| Compiling libdevinfo-sys v1.1.0 |
| 3114 | 2026-02-27T02:22:07.102Z | [ helios-setup] Feb 27 02:22:06.118 INFO E| Compiling rsa v0.9.8 |
| 3115 | 2026-02-27T02:22:07.161Z | [ helios-setup] Feb 27 02:22:06.179 INFO E| Compiling slog-term v2.9.2 |
| 3116 | 2026-02-27T02:22:07.493Z | [ helios-setup] Feb 27 02:22:06.510 INFO E| Compiling devinfo v0.1.0 |
| 3117 | 2026-02-27T02:22:07.550Z | [ host-package] Compiling progenitor-macro v0.13.0 |
| 3118 | 2026-02-27T02:22:08.204Z | [ host-package] Compiling term v1.1.0 |
| 3119 | 2026-02-27T02:22:09.736Z | [ host-package] Compiling slog-term v2.9.2 |
| 3120 | 2026-02-27T02:22:10.599Z | [ helios-setup] Feb 27 02:22:09.616 INFO E| Compiling toml v0.9.8 |
| 3121 | 2026-02-27T02:22:10.672Z | [ helios-setup] Feb 27 02:22:09.688 INFO E| Compiling ron v0.8.1 |
| 3122 | 2026-02-27T02:22:10.682Z | [ host-package] Compiling toml v0.9.11+spec-1.1.0 |
| 3123 | 2026-02-27T02:22:13.372Z | [ host-package] Compiling futures v0.3.31 |
| 3124 | 2026-02-27T02:22:13.663Z | [ host-package] Compiling slog-bunyan v2.5.0 |
| 3125 | 2026-02-27T02:22:13.769Z | [ host-package] Compiling argon2 v0.5.3 |
| 3126 | 2026-02-27T02:22:14.756Z | [ helios-setup] Feb 27 02:22:13.773 INFO E| Compiling toml_edit v0.19.15 |
| 3127 | 2026-02-27T02:22:15.159Z | [ helios-setup] Feb 27 02:22:14.176 INFO E| Compiling tokio v1.48.0 |
| 3128 | 2026-02-27T02:22:16.130Z | [ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3129 | 2026-02-27T02:22:16.220Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3130 | 2026-02-27T02:22:16.416Z | [ helios-setup] Feb 27 02:22:15.432 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3131 | 2026-02-27T02:22:17.007Z | [ host-package] Compiling async-stream v0.3.6 |
| 3132 | 2026-02-27T02:22:18.154Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 3133 | 2026-02-27T02:22:18.371Z | [ helios-setup] Feb 27 02:22:17.388 INFO E| Compiling uuid v1.18.1 |
| 3134 | 2026-02-27T02:22:18.542Z | [ host-package] Compiling universal-hash v0.5.1 |
| 3135 | 2026-02-27T02:22:18.647Z | [ host-package] Compiling waitgroup v0.1.2 |
| 3136 | 2026-02-27T02:22:19.351Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3137 | 2026-02-27T02:22:19.481Z | [ host-package] Compiling rustls-pemfile v2.2.0 |
| 3138 | 2026-02-27T02:22:20.278Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
| 3139 | 2026-02-27T02:22:21.172Z | [ helios-setup] Feb 27 02:22:20.188 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3140 | 2026-02-27T02:22:22.148Z | [ helios-setup] Feb 27 02:22:21.163 INFO E| Compiling futures v0.3.31 |
| 3141 | 2026-02-27T02:22:22.191Z | [ helios-setup] Feb 27 02:22:21.206 INFO E| Compiling serde-hex v0.1.0 |
| 3142 | 2026-02-27T02:22:22.540Z | [ helios-setup] Feb 27 02:22:21.556 INFO E| Compiling bzip2 v0.4.4 |
| 3143 | 2026-02-27T02:22:22.766Z | [ host-package] Compiling serde_path_to_error v0.1.20 |
| 3144 | 2026-02-27T02:22:23.544Z | [ helios-setup] Feb 27 02:22:22.559 INFO E| Compiling flate2 v1.1.5 |
| 3145 | 2026-02-27T02:22:23.753Z | [ helios-setup] Feb 27 02:22:22.768 INFO E| Compiling env_logger v0.11.8 |
| 3146 | 2026-02-27T02:22:24.355Z | [ host-package] Compiling hostname v0.4.2 |
| 3147 | 2026-02-27T02:22:24.451Z | [ host-package] Compiling instant v0.1.13 |
| 3148 | 2026-02-27T02:22:24.572Z | [ host-package] Compiling debug-ignore v1.0.5 |
| 3149 | 2026-02-27T02:22:25.079Z | [ host-package] Compiling opaque-debug v0.3.1 |
| 3150 | 2026-02-27T02:22:25.239Z | [ host-package] Compiling backoff v0.4.0 |
| 3151 | 2026-02-27T02:22:25.469Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
| 3152 | 2026-02-27T02:22:25.494Z | [ host-package] Compiling poly1305 v0.8.0 |
| 3153 | 2026-02-27T02:22:26.049Z | [ helios-setup] Feb 27 02:22:25.063 INFO E| Compiling hashbrown v0.13.2 |
| 3154 | 2026-02-27T02:22:26.072Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3155 | 2026-02-27T02:22:26.255Z | [ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3156 | 2026-02-27T02:22:26.408Z | [ helios-setup] Feb 27 02:22:25.424 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0) |
| 3157 | 2026-02-27T02:22:27.210Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3158 | 2026-02-27T02:22:27.478Z | [ helios-setup] Feb 27 02:22:26.493 INFO E| Compiling x509-cert v0.2.5 |
| 3159 | 2026-02-27T02:22:28.615Z | [ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3160 | 2026-02-27T02:22:28.891Z | [ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3161 | 2026-02-27T02:22:29.140Z | [ helios-setup] Feb 27 02:22:28.152 INFO E| Compiling hex v0.4.3 |
| 3162 | 2026-02-27T02:22:30.222Z | [ host-package] Compiling progenitor v0.13.0 |
| 3163 | 2026-02-27T02:22:30.740Z | [ helios-setup] Feb 27 02:22:29.755 INFO E| Compiling crc-any v2.5.0 |
| 3164 | 2026-02-27T02:22:31.694Z | [ host-package] Compiling parse-display v0.10.0 |
| 3165 | 2026-02-27T02:22:31.877Z | [ helios-setup] Feb 27 02:22:30.892 INFO E| Compiling rustc-hash v2.1.1 |
| 3166 | 2026-02-27T02:22:32.387Z | [ helios-setup] Feb 27 02:22:31.402 INFO E| Compiling bitflags v1.3.2 |
| 3167 | 2026-02-27T02:22:32.420Z | [ helios-setup] Feb 27 02:22:31.435 INFO E| Compiling foldhash v0.2.0 |
| 3168 | 2026-02-27T02:22:32.756Z | [ helios-setup] Feb 27 02:22:31.771 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
| 3169 | 2026-02-27T02:22:32.846Z | [ helios-setup] Feb 27 02:22:31.861 INFO E| Compiling object v0.30.4 |
| 3170 | 2026-02-27T02:22:33.188Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3171 | 2026-02-27T02:22:33.524Z | [ helios-setup] Feb 27 02:22:32.539 INFO E| Compiling iddqd v0.3.14 |
| 3172 | 2026-02-27T02:22:33.949Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3173 | 2026-02-27T02:22:34.225Z | [ host-package] Compiling chacha20 v0.9.1 |
| 3174 | 2026-02-27T02:22:34.265Z | [ helios-setup] Feb 27 02:22:33.280 INFO E| Compiling zip v0.6.6 |
| 3175 | 2026-02-27T02:22:34.806Z | [ host-package] Compiling aead v0.5.2 |
| 3176 | 2026-02-27T02:22:35.608Z | [ host-package] Compiling backon v1.6.0 |
| 3177 | 2026-02-27T02:22:35.644Z | [ helios-setup] Feb 27 02:22:34.659 INFO E| Compiling toml v0.7.8 |
| 3178 | 2026-02-27T02:22:35.770Z | [ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3179 | 2026-02-27T02:22:35.773Z | [ host-package] Compiling macaddr v1.0.1 |
| 3180 | 2026-02-27T02:22:36.885Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
| 3181 | 2026-02-27T02:22:36.888Z | [ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3182 | 2026-02-27T02:22:37.271Z | [ host-package] Compiling vsss-rs v3.3.4 |
| 3183 | 2026-02-27T02:22:38.139Z | [ host-package] Compiling num-rational v0.4.2 |
| 3184 | 2026-02-27T02:22:39.389Z | [ helios-setup] Feb 27 02:22:38.404 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3185 | 2026-02-27T02:22:42.087Z | [ helios-setup] Feb 27 02:22:41.101 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3186 | 2026-02-27T02:22:42.351Z | [ helios-setup] Feb 27 02:22:41.365 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
| 3187 | 2026-02-27T02:22:43.199Z | [ helios-setup] Feb 27 02:22:42.212 INFO E| Compiling path-slash v0.1.5 |
| 3188 | 2026-02-27T02:22:44.139Z | [ helios-setup] Feb 27 02:22:43.153 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
| 3189 | 2026-02-27T02:22:44.581Z | [ helios-setup] Feb 27 02:22:43.595 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks) |
| 3190 | 2026-02-27T02:22:45.754Z | [ host-package] Compiling num-complex v0.4.6 |
| 3191 | 2026-02-27T02:22:48.744Z | [ host-package] Compiling num v0.4.3 |
| 3192 | 2026-02-27T02:22:49.132Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3193 | 2026-02-27T02:22:49.229Z | [ host-package] Compiling console v0.15.10 |
| 3194 | 2026-02-27T02:22:49.913Z | [ host-package] Compiling swrite v0.1.0 |
| 3195 | 2026-02-27T02:22:50.783Z | [ helios-setup] Feb 27 02:22:49.796 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e) |
| 3196 | 2026-02-27T02:22:51.145Z | [ host-package] Compiling float-ord v0.3.2 |
| 3197 | 2026-02-27T02:22:52.619Z | [ host-package] Compiling progenitor-impl v0.11.2 |
| 3198 | 2026-02-27T02:22:54.591Z | [ host-package] Compiling toml v0.8.23 |
| 3199 | 2026-02-27T02:22:57.983Z | [ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3200 | 2026-02-27T02:22:58.379Z | [ host-package] Compiling progenitor-client v0.11.2 |
| 3201 | 2026-02-27T02:23:00.775Z | [ host-package] Compiling newline-converter v0.3.0 |
| 3202 | 2026-02-27T02:23:01.338Z | [ host-package] Compiling atomicwrites v0.4.4 |
| 3203 | 2026-02-27T02:23:02.896Z | [ host-package] Compiling slog-dtrace v0.3.0 |
| 3204 | 2026-02-27T02:23:04.311Z | [ host-package] Compiling expectorate v1.2.0 |
| 3205 | 2026-02-27T02:23:04.464Z | [ host-package] Compiling progenitor-macro v0.11.2 |
| 3206 | 2026-02-27T02:23:13.928Z | [ helios-setup] Feb 27 02:23:12.939 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
| 3207 | 2026-02-27T02:23:16.973Z | [ host-package] Compiling oxide-update-engine-types v0.1.0 |
| 3208 | 2026-02-27T02:23:17.725Z | [ host-package] Compiling resolv-conf v0.7.0 |
| 3209 | 2026-02-27T02:23:19.735Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3210 | 2026-02-27T02:23:20.170Z | [ host-package] Compiling minimal-lexical v0.2.1 |
| 3211 | 2026-02-27T02:23:20.859Z | [ host-package] Compiling linked-hash-map v0.5.6 |
| 3212 | 2026-02-27T02:23:20.976Z | [ host-package] Compiling progenitor v0.11.2 |
| 3213 | 2026-02-27T02:23:21.390Z | [ host-package] Compiling nom v7.1.3 |
| 3214 | 2026-02-27T02:23:21.594Z | [ host-package] Compiling lru-cache v0.1.2 |
| 3215 | 2026-02-27T02:23:22.106Z | [ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3216 | 2026-02-27T02:23:25.932Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3217 | 2026-02-27T02:23:27.417Z | [ host-package] Compiling unicode-xid v0.2.6 |
| 3218 | 2026-02-27T02:23:27.822Z | [ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3219 | 2026-02-27T02:23:28.141Z | [ host-package] Compiling hickory-proto v0.24.4 |
| 3220 | 2026-02-27T02:23:29.249Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3221 | 2026-02-27T02:23:38.284Z | [ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3222 | 2026-02-27T02:23:42.662Z | [ host-package] Compiling hickory-resolver v0.24.4 |
| 3223 | 2026-02-27T02:23:46.391Z | [ helios-setup] Feb 27 02:23:45.399 INFO E| Finished `release` profile [optimized] target(s) in 2m 59s |
| 3224 | 2026-02-27T02:23:46.394Z | [ helios-setup] Feb 27 02:23:45.399 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4 |
| 3225 | 2026-02-27T02:23:46.394Z | [ helios-setup] Feb 27 02:23:45.402 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3226 | 2026-02-27T02:23:46.481Z | [ helios-setup] Feb 27 02:23:45.489 INFO building project "pilot" ok (179 seconds) |
| 3227 | 2026-02-27T02:23:46.481Z | [ helios-setup] Feb 27 02:23:45.490 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report" |
| 3228 | 2026-02-27T02:23:46.669Z | [ helios-setup] Feb 27 02:23:45.677 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.91.1-x86_64-unknown-illumos (default)" |
| 3229 | 2026-02-27T02:23:46.669Z | [ helios-setup] Feb 27 02:23:45.677 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report |
| 3230 | 2026-02-27T02:23:46.672Z | [ helios-setup] Feb 27 02:23:45.677 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report") |
| 3231 | 2026-02-27T02:23:46.781Z | [ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3232 | 2026-02-27T02:23:47.135Z | [ helios-setup] Feb 27 02:23:46.143 INFO E| Updating crates.io index |
| 3233 | 2026-02-27T02:23:47.362Z | [ helios-setup] Feb 27 02:23:46.370 INFO E| Downloading crates ... |
| 3234 | 2026-02-27T02:23:47.526Z | [ helios-setup] Feb 27 02:23:46.535 INFO E| Downloaded darling_macro v0.20.11 |
| 3235 | 2026-02-27T02:23:47.530Z | [ helios-setup] Feb 27 02:23:46.537 INFO E| Downloaded anyhow v1.0.98 |
| 3236 | 2026-02-27T02:23:47.564Z | [ helios-setup] Feb 27 02:23:46.572 INFO E| Downloaded time-core v0.1.4 |
| 3237 | 2026-02-27T02:23:47.567Z | [ helios-setup] Feb 27 02:23:46.575 INFO E| Downloaded thiserror v2.0.12 |
| 3238 | 2026-02-27T02:23:47.578Z | [ helios-setup] Feb 27 02:23:46.586 INFO E| Downloaded time-macros v0.2.22 |
| 3239 | 2026-02-27T02:23:47.581Z | [ helios-setup] Feb 27 02:23:46.589 INFO E| Downloaded serde v1.0.219 |
| 3240 | 2026-02-27T02:23:47.586Z | [ helios-setup] Feb 27 02:23:46.594 INFO E| Downloaded fastrand v2.3.0 |
| 3241 | 2026-02-27T02:23:47.596Z | [ helios-setup] Feb 27 02:23:46.604 INFO E| Downloaded thiserror-impl v2.0.12 |
| 3242 | 2026-02-27T02:23:47.599Z | [ helios-setup] Feb 27 02:23:46.608 INFO E| Downloaded darling v0.20.11 |
| 3243 | 2026-02-27T02:23:47.608Z | [ helios-setup] Feb 27 02:23:46.617 INFO E| Downloaded unicode-ident v1.0.18 |
| 3244 | 2026-02-27T02:23:47.613Z | [ helios-setup] Feb 27 02:23:46.622 INFO E| Downloaded bitflags v2.9.1 |
| 3245 | 2026-02-27T02:23:47.622Z | [ helios-setup] Feb 27 02:23:46.630 INFO E| Downloaded tempfile v3.20.0 |
| 3246 | 2026-02-27T02:23:47.627Z | [ helios-setup] Feb 27 02:23:46.635 INFO E| Downloaded serde_derive v1.0.219 |
| 3247 | 2026-02-27T02:23:47.630Z | [ helios-setup] Feb 27 02:23:46.638 INFO E| Downloaded proc-macro2 v1.0.95 |
| 3248 | 2026-02-27T02:23:47.634Z | [ helios-setup] Feb 27 02:23:46.643 INFO E| Downloaded getrandom v0.3.3 |
| 3249 | 2026-02-27T02:23:47.640Z | [ helios-setup] Feb 27 02:23:46.648 INFO E| Downloaded serde_with_macros v3.12.0 |
| 3250 | 2026-02-27T02:23:47.642Z | [ helios-setup] Feb 27 02:23:46.651 INFO E| Downloaded indexmap v2.9.0 |
| 3251 | 2026-02-27T02:23:47.648Z | [ helios-setup] Feb 27 02:23:46.657 INFO E| Downloaded darling_core v0.20.11 |
| 3252 | 2026-02-27T02:23:47.656Z | [ helios-setup] Feb 27 02:23:46.664 INFO E| Downloaded quote v1.0.40 |
| 3253 | 2026-02-27T02:23:47.661Z | [ helios-setup] Feb 27 02:23:46.670 INFO E| Downloaded deranged v0.4.0 |
| 3254 | 2026-02-27T02:23:47.712Z | [ helios-setup] Feb 27 02:23:46.719 INFO E| Downloaded time v0.3.41 |
| 3255 | 2026-02-27T02:23:47.723Z | [ helios-setup] Feb 27 02:23:46.731 INFO E| Downloaded serde_with v3.12.0 |
| 3256 | 2026-02-27T02:23:47.736Z | [ helios-setup] Feb 27 02:23:46.744 INFO E| Downloaded serde_json v1.0.140 |
| 3257 | 2026-02-27T02:23:47.746Z | [ helios-setup] Feb 27 02:23:46.754 INFO E| Downloaded hashbrown v0.15.3 |
| 3258 | 2026-02-27T02:23:47.753Z | [ helios-setup] Feb 27 02:23:46.761 INFO E| Downloaded chrono v0.4.41 |
| 3259 | 2026-02-27T02:23:47.794Z | [ helios-setup] Feb 27 02:23:46.802 INFO E| Downloaded syn v2.0.101 |
| 3260 | 2026-02-27T02:23:47.812Z | [ helios-setup] Feb 27 02:23:46.819 INFO E| Downloaded rustix v1.0.7 |
| 3261 | 2026-02-27T02:23:47.905Z | [ helios-setup] Feb 27 02:23:46.913 INFO E| Downloaded libc v0.2.172 |
| 3262 | 2026-02-27T02:23:48.018Z | [ helios-setup] Feb 27 02:23:47.026 INFO E| Compiling proc-macro2 v1.0.95 |
| 3263 | 2026-02-27T02:23:48.023Z | [ helios-setup] Feb 27 02:23:47.031 INFO E| Compiling unicode-ident v1.0.18 |
| 3264 | 2026-02-27T02:23:48.023Z | [ helios-setup] Feb 27 02:23:47.031 INFO E| Compiling libc v0.2.172 |
| 3265 | 2026-02-27T02:23:48.023Z | [ helios-setup] Feb 27 02:23:47.031 INFO E| Compiling strsim v0.11.1 |
| 3266 | 2026-02-27T02:23:48.023Z | [ helios-setup] Feb 27 02:23:47.031 INFO E| Compiling ident_case v1.0.1 |
| 3267 | 2026-02-27T02:23:48.026Z | [ helios-setup] Feb 27 02:23:47.031 INFO E| Compiling fnv v1.0.7 |
| 3268 | 2026-02-27T02:23:48.026Z | [ helios-setup] Feb 27 02:23:47.031 INFO E| Compiling serde v1.0.219 |
| 3269 | 2026-02-27T02:23:48.026Z | [ helios-setup] Feb 27 02:23:47.031 INFO E| Compiling rustix v1.0.7 |
| 3270 | 2026-02-27T02:23:48.456Z | [ helios-setup] Feb 27 02:23:47.464 INFO E| Compiling getrandom v0.3.3 |
| 3271 | 2026-02-27T02:23:48.614Z | [ helios-setup] Feb 27 02:23:47.622 INFO E| Compiling serde_json v1.0.140 |
| 3272 | 2026-02-27T02:23:48.685Z | [ helios-setup] Feb 27 02:23:47.693 INFO E| Compiling cfg-if v1.0.0 |
| 3273 | 2026-02-27T02:23:48.893Z | [ helios-setup] Feb 27 02:23:47.901 INFO E| Compiling bitflags v2.9.1 |
| 3274 | 2026-02-27T02:23:49.448Z | [ helios-setup] Feb 27 02:23:48.456 INFO E| Compiling thiserror v2.0.12 |
| 3275 | 2026-02-27T02:23:49.505Z | [ helios-setup] Feb 27 02:23:48.512 INFO E| Compiling anyhow v1.0.98 |
| 3276 | 2026-02-27T02:23:49.732Z | [ helios-setup] Feb 27 02:23:48.739 INFO E| Compiling ryu v1.0.20 |
| 3277 | 2026-02-27T02:23:49.990Z | [ helios-setup] Feb 27 02:23:48.997 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report) |
| 3278 | 2026-02-27T02:23:50.155Z | [ helios-setup] Feb 27 02:23:49.163 INFO E| Compiling memchr v2.7.4 |
| 3279 | 2026-02-27T02:23:50.404Z | [ helios-setup] Feb 27 02:23:49.412 INFO E| Compiling itoa v1.0.15 |
| 3280 | 2026-02-27T02:23:50.998Z | [ helios-setup] Feb 27 02:23:50.006 INFO E| Compiling fastrand v2.3.0 |
| 3281 | 2026-02-27T02:23:51.005Z | [ helios-setup] Feb 27 02:23:50.013 INFO E| Compiling once_cell v1.21.3 |
| 3282 | 2026-02-27T02:23:51.243Z | [ helios-setup] Feb 27 02:23:50.250 INFO E| Compiling errno v0.3.12 |
| 3283 | 2026-02-27T02:23:51.860Z | [ helios-setup] Feb 27 02:23:50.867 INFO E| Compiling quote v1.0.40 |
| 3284 | 2026-02-27T02:23:52.151Z | [ host-package] Compiling convert_case v0.7.1 |
| 3285 | 2026-02-27T02:23:52.764Z | [ helios-setup] Feb 27 02:23:51.771 INFO E| Compiling syn v2.0.101 |
| 3286 | 2026-02-27T02:23:53.562Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
| 3287 | 2026-02-27T02:23:54.362Z | [ host-package] Compiling derive_more-impl v2.0.1 |
| 3288 | 2026-02-27T02:23:54.933Z | [ helios-setup] Feb 27 02:23:53.940 INFO E| Compiling tempfile v3.20.0 |
| 3289 | 2026-02-27T02:23:56.946Z | [ host-package] Compiling qorb v0.4.1 |
| 3290 | 2026-02-27T02:24:00.405Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3291 | 2026-02-27T02:24:00.788Z | [ helios-setup] Feb 27 02:23:59.795 INFO E| Compiling darling_core v0.20.11 |
| 3292 | 2026-02-27T02:24:00.941Z | [ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3293 | 2026-02-27T02:24:02.839Z | [ host-package] Compiling derive_more v2.0.1 |
| 3294 | 2026-02-27T02:24:03.047Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3295 | 2026-02-27T02:24:03.468Z | [ helios-setup] Feb 27 02:24:02.474 INFO E| Compiling serde_derive v1.0.219 |
| 3296 | 2026-02-27T02:24:03.468Z | [ helios-setup] Feb 27 02:24:02.474 INFO E| Compiling thiserror-impl v2.0.12 |
| 3297 | 2026-02-27T02:24:05.014Z | [ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3298 | 2026-02-27T02:24:05.822Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3299 | 2026-02-27T02:24:06.840Z | [ helios-setup] Feb 27 02:24:05.847 INFO E| Compiling darling_macro v0.20.11 |
| 3300 | 2026-02-27T02:24:07.820Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
| 3301 | 2026-02-27T02:24:08.277Z | [ host-package] Compiling linear-map v1.2.0 |
| 3302 | 2026-02-27T02:24:08.700Z | [ host-package] Compiling siphasher v1.0.1 |
| 3303 | 2026-02-27T02:24:09.063Z | [ helios-setup] Feb 27 02:24:08.069 INFO E| Compiling darling v0.20.11 |
| 3304 | 2026-02-27T02:24:09.083Z | [ host-package] Compiling termtree v0.5.1 |
| 3305 | 2026-02-27T02:24:09.257Z | [ helios-setup] Feb 27 02:24:08.262 INFO E| Compiling serde_with_macros v3.12.0 |
| 3306 | 2026-02-27T02:24:09.340Z | [ host-package] Compiling phf_shared v0.12.1 |
| 3307 | 2026-02-27T02:24:09.434Z | [ host-package] Compiling oxide-update-engine v0.1.0 |
| 3308 | 2026-02-27T02:24:09.693Z | [ host-package] Compiling vte v0.11.1 |
| 3309 | 2026-02-27T02:24:09.847Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3310 | 2026-02-27T02:24:10.106Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3311 | 2026-02-27T02:24:10.678Z | [ host-package] Compiling crossterm v0.29.0 |
| 3312 | 2026-02-27T02:24:11.251Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3313 | 2026-02-27T02:24:12.326Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3314 | 2026-02-27T02:24:13.601Z | [ host-package] Compiling csv-core v0.1.11 |
| 3315 | 2026-02-27T02:24:14.735Z | [ host-package] Compiling chrono-tz v0.10.4 |
| 3316 | 2026-02-27T02:24:15.317Z | [ host-package] Compiling highway v1.3.0 |
| 3317 | 2026-02-27T02:24:16.294Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3318 | 2026-02-27T02:24:16.917Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3319 | 2026-02-27T02:24:17.167Z | [ host-package] Compiling tough v0.20.0 |
| 3320 | 2026-02-27T02:24:18.190Z | [ helios-setup] Feb 27 02:24:17.196 INFO E| Compiling serde_with v3.12.0 |
| 3321 | 2026-02-27T02:24:19.544Z | [ host-package] Compiling csv v1.3.1 |
| 3322 | 2026-02-27T02:24:19.829Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
| 3323 | 2026-02-27T02:24:20.923Z | [ host-package] Compiling phf v0.12.1 |
| 3324 | 2026-02-27T02:24:21.657Z | [ host-package] Compiling const_format_proc_macros v0.2.34 |
| 3325 | 2026-02-27T02:24:22.600Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3326 | 2026-02-27T02:24:23.890Z | [ host-package] Compiling papergrid v0.11.0 |
| 3327 | 2026-02-27T02:24:24.286Z | [ host-package] Compiling tabled_derive v0.7.0 |
| 3328 | 2026-02-27T02:24:24.524Z | [ host-package] Compiling fd-lock v4.0.2 |
| 3329 | 2026-02-27T02:24:24.865Z | [ host-package] Compiling peg-macros v0.8.5 |
| 3330 | 2026-02-27T02:24:26.615Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
| 3331 | 2026-02-27T02:24:29.135Z | [ host-package] Compiling reedline v0.40.0 |
| 3332 | 2026-02-27T02:24:29.199Z | [ host-package] Compiling peg v0.8.5 |
| 3333 | 2026-02-27T02:24:29.499Z | [ host-package] Compiling tabled v0.15.0 |
| 3334 | 2026-02-27T02:24:29.828Z | [ helios-setup] Feb 27 02:24:28.833 INFO E| Finished `release` profile [optimized] target(s) in 43.03s |
| 3335 | 2026-02-27T02:24:29.865Z | [ helios-setup] Feb 27 02:24:28.870 INFO building project "dmar-report" ok (43 seconds) |
| 3336 | 2026-02-27T02:24:29.865Z | [ helios-setup] Feb 27 02:24:28.870 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver" |
| 3337 | 2026-02-27T02:24:30.050Z | [ helios-setup] Feb 27 02:24:29.055 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.91.1-x86_64-unknown-illumos (default)" |
| 3338 | 2026-02-27T02:24:30.050Z | [ helios-setup] Feb 27 02:24:29.055 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
| 3339 | 2026-02-27T02:24:30.054Z | [ helios-setup] Feb 27 02:24:29.055 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
| 3340 | 2026-02-27T02:24:30.340Z | [ helios-setup] Feb 27 02:24:29.343 INFO E| Downloading crates ... |
| 3341 | 2026-02-27T02:24:30.502Z | [ helios-setup] Feb 27 02:24:29.507 INFO E| Downloaded sha2 v0.10.5 |
| 3342 | 2026-02-27T02:24:30.508Z | [ helios-setup] Feb 27 02:24:29.512 INFO E| Downloaded miniz_oxide v0.6.2 |
| 3343 | 2026-02-27T02:24:30.511Z | [ helios-setup] Feb 27 02:24:29.515 INFO E| Downloaded block-buffer v0.10.3 |
| 3344 | 2026-02-27T02:24:30.514Z | [ helios-setup] Feb 27 02:24:29.517 INFO E| Downloaded generic-array v0.14.6 |
| 3345 | 2026-02-27T02:24:30.516Z | [ helios-setup] Feb 27 02:24:29.519 INFO E| Downloaded bytes v1.2.1 |
| 3346 | 2026-02-27T02:24:30.520Z | [ helios-setup] Feb 27 02:24:29.525 INFO E| Downloaded typenum v1.15.0 |
| 3347 | 2026-02-27T02:24:30.524Z | [ helios-setup] Feb 27 02:24:29.529 INFO E| Downloaded flate2 v1.0.25 |
| 3348 | 2026-02-27T02:24:30.531Z | [ helios-setup] Feb 27 02:24:29.536 INFO E| Downloaded digest v0.10.3 |
| 3349 | 2026-02-27T02:24:30.534Z | [ helios-setup] Feb 27 02:24:29.539 INFO E| Downloaded anyhow v1.0.62 |
| 3350 | 2026-02-27T02:24:30.540Z | [ helios-setup] Feb 27 02:24:29.545 INFO E| Downloaded cpufeatures v0.2.5 |
| 3351 | 2026-02-27T02:24:30.631Z | [ helios-setup] Feb 27 02:24:29.636 INFO E| Compiling version_check v0.9.4 |
| 3352 | 2026-02-27T02:24:30.660Z | [ helios-setup] Feb 27 02:24:29.665 INFO E| Compiling typenum v1.15.0 |
| 3353 | 2026-02-27T02:24:30.663Z | [ helios-setup] Feb 27 02:24:29.665 INFO E| Compiling crc32fast v1.3.2 |
| 3354 | 2026-02-27T02:24:30.663Z | [ helios-setup] Feb 27 02:24:29.665 INFO E| Compiling cfg-if v1.0.0 |
| 3355 | 2026-02-27T02:24:30.664Z | [ helios-setup] Feb 27 02:24:29.665 INFO E| Compiling adler v1.0.2 |
| 3356 | 2026-02-27T02:24:30.664Z | [ helios-setup] Feb 27 02:24:29.665 INFO E| Compiling anyhow v1.0.62 |
| 3357 | 2026-02-27T02:24:30.664Z | [ helios-setup] Feb 27 02:24:29.666 INFO E| Compiling unicode-width v0.1.10 |
| 3358 | 2026-02-27T02:24:30.664Z | [ helios-setup] Feb 27 02:24:29.666 INFO E| Compiling cpufeatures v0.2.5 |
| 3359 | 2026-02-27T02:24:30.724Z | [ host-package] Compiling const_format v0.2.34 |
| 3360 | 2026-02-27T02:24:31.141Z | [ helios-setup] Feb 27 02:24:30.146 INFO E| Compiling bitflags v1.3.2 |
| 3361 | 2026-02-27T02:24:31.414Z | [ helios-setup] Feb 27 02:24:30.418 INFO E| Compiling generic-array v0.14.6 |
| 3362 | 2026-02-27T02:24:31.454Z | [ helios-setup] Feb 27 02:24:30.458 INFO E| Compiling miniz_oxide v0.6.2 |
| 3363 | 2026-02-27T02:24:31.534Z | [ helios-setup] Feb 27 02:24:30.538 INFO E| Compiling getopts v0.2.21 |
| 3364 | 2026-02-27T02:24:31.723Z | [ helios-setup] Feb 27 02:24:30.726 INFO E| Compiling bytes v1.2.1 |
| 3365 | 2026-02-27T02:24:33.269Z | [ helios-setup] Feb 27 02:24:32.273 INFO E| Compiling flate2 v1.0.25 |
| 3366 | 2026-02-27T02:24:36.121Z | [ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3367 | 2026-02-27T02:24:36.707Z | [ helios-setup] Feb 27 02:24:35.710 INFO E| Compiling crypto-common v0.1.6 |
| 3368 | 2026-02-27T02:24:36.707Z | [ helios-setup] Feb 27 02:24:35.710 INFO E| Compiling block-buffer v0.10.3 |
| 3369 | 2026-02-27T02:24:36.975Z | [ helios-setup] Feb 27 02:24:35.971 INFO E| Compiling digest v0.10.3 |
| 3370 | 2026-02-27T02:24:37.410Z | [ helios-setup] Feb 27 02:24:36.413 INFO E| Compiling sha2 v0.10.5 |
| 3371 | 2026-02-27T02:24:37.718Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3372 | 2026-02-27T02:24:38.002Z | [ helios-setup] Feb 27 02:24:37.006 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
| 3373 | 2026-02-27T02:24:42.385Z | [ host-package] Compiling bcs v0.1.6 |
| 3374 | 2026-02-27T02:24:43.115Z | [ helios-setup] Feb 27 02:24:42.118 INFO E| Finished `release` profile [optimized] target(s) in 12.93s |
| 3375 | 2026-02-27T02:24:43.132Z | [ helios-setup] Feb 27 02:24:42.135 INFO building project "bootserver" ok (13 seconds) |
| 3376 | 2026-02-27T02:24:43.132Z | [ helios-setup] Feb 27 02:24:42.135 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick" |
| 3377 | 2026-02-27T02:24:43.250Z | [ helios-setup] Feb 27 02:24:42.253 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.91.1-x86_64-unknown-illumos (default)" |
| 3378 | 2026-02-27T02:24:43.252Z | [ helios-setup] Feb 27 02:24:42.253 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
| 3379 | 2026-02-27T02:24:43.255Z | [ helios-setup] Feb 27 02:24:42.253 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
| 3380 | 2026-02-27T02:24:43.610Z | [ host-package] Compiling semver v0.1.20 |
| 3381 | 2026-02-27T02:24:43.702Z | [ helios-setup] Feb 27 02:24:42.705 INFO E| Downloading crates ... |
| 3382 | 2026-02-27T02:24:43.822Z | [ helios-setup] Feb 27 02:24:42.825 INFO E| Downloaded miniz_oxide v0.8.8 |
| 3383 | 2026-02-27T02:24:43.898Z | [ helios-setup] Feb 27 02:24:42.901 INFO E| Compiling adler2 v2.0.0 |
| 3384 | 2026-02-27T02:24:44.091Z | [ helios-setup] Feb 27 02:24:43.094 INFO E| Compiling miniz_oxide v0.8.8 |
| 3385 | 2026-02-27T02:24:44.415Z | [ host-package] Compiling rustc_version v0.1.7 |
| 3386 | 2026-02-27T02:24:45.047Z | [ host-package] Compiling newtype_derive v0.1.6 |
| 3387 | 2026-02-27T02:24:45.609Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3388 | 2026-02-27T02:24:46.165Z | [ host-package] Compiling humantime v2.2.0 |
| 3389 | 2026-02-27T02:24:46.645Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
| 3390 | 2026-02-27T02:24:47.087Z | [ helios-setup] Feb 27 02:24:46.090 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
| 3391 | 2026-02-27T02:24:47.384Z | [ host-package] Compiling smawk v0.3.2 |
| 3392 | 2026-02-27T02:24:47.588Z | [ host-package] Compiling dropshot-api-manager-types v0.3.0 |
| 3393 | 2026-02-27T02:24:47.789Z | [ host-package] Compiling textwrap v0.16.2 |
| 3394 | 2026-02-27T02:24:48.027Z | [ helios-setup] Feb 27 02:24:47.030 INFO E| Finished `release` profile [optimized] target(s) in 4.63s |
| 3395 | 2026-02-27T02:24:48.040Z | [ helios-setup] Feb 27 02:24:47.043 INFO building project "pinprick" ok (4 seconds) |
| 3396 | 2026-02-27T02:24:48.040Z | [ helios-setup] Feb 27 02:24:47.043 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
| 3397 | 2026-02-27T02:24:48.154Z | [ helios-setup] Feb 27 02:24:47.156 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')" |
| 3398 | 2026-02-27T02:24:48.154Z | [ helios-setup] Feb 27 02:24:47.156 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
| 3399 | 2026-02-27T02:24:48.157Z | [ helios-setup] Feb 27 02:24:47.156 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 3400 | 2026-02-27T02:24:48.567Z | [ helios-setup] Feb 27 02:24:47.569 INFO E| Updating crates.io index |
| 3401 | 2026-02-27T02:24:48.570Z | [ helios-setup] Feb 27 02:24:47.569 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
| 3402 | 2026-02-27T02:24:48.991Z | [ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3403 | 2026-02-27T02:24:49.446Z | [ helios-setup] Feb 27 02:24:48.448 INFO E| From https://github.com/oxidecomputer/amd-apcb |
| 3404 | 2026-02-27T02:24:49.446Z | [ helios-setup] Feb 27 02:24:48.448 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf |
| 3405 | 2026-02-27T02:24:49.633Z | [ helios-setup] Feb 27 02:24:48.635 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git` |
| 3406 | 2026-02-27T02:24:50.339Z | [ helios-setup] Feb 27 02:24:49.341 INFO E| From https://github.com/oxidecomputer/amd-efs |
| 3407 | 2026-02-27T02:24:50.339Z | [ helios-setup] Feb 27 02:24:49.342 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037 |
| 3408 | 2026-02-27T02:24:50.738Z | [ host-package] Compiling colored v3.0.0 |
| 3409 | 2026-02-27T02:24:50.843Z | [ helios-setup] Feb 27 02:24:49.845 INFO E| Downloading crates ... |
| 3410 | 2026-02-27T02:24:50.984Z | [ helios-setup] Feb 27 02:24:49.986 INFO E| Downloaded parse_int v0.9.0 |
| 3411 | 2026-02-27T02:24:50.987Z | [ helios-setup] Feb 27 02:24:49.989 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
| 3412 | 2026-02-27T02:24:50.990Z | [ helios-setup] Feb 27 02:24:49.991 INFO E| Downloaded modular-bitfield v0.11.2 |
| 3413 | 2026-02-27T02:24:51.010Z | [ helios-setup] Feb 27 02:24:50.012 INFO E| Downloaded vec_map v0.8.2 |
| 3414 | 2026-02-27T02:24:51.014Z | [ helios-setup] Feb 27 02:24:50.014 INFO E| Downloaded fletcher v1.0.0 |
| 3415 | 2026-02-27T02:24:51.017Z | [ helios-setup] Feb 27 02:24:50.016 INFO E| Downloaded dyn-clone v1.0.19 |
| 3416 | 2026-02-27T02:24:51.017Z | [ helios-setup] Feb 27 02:24:50.018 INFO E| Downloaded unic-ucd-ident v0.9.0 |
| 3417 | 2026-02-27T02:24:51.022Z | [ helios-setup] Feb 27 02:24:50.022 INFO E| Downloaded unic-common v0.9.0 |
| 3418 | 2026-02-27T02:24:51.025Z | [ helios-setup] Feb 27 02:24:50.023 INFO E| Downloaded strum v0.27.1 |
| 3419 | 2026-02-27T02:24:51.025Z | [ helios-setup] Feb 27 02:24:50.025 INFO E| Downloaded scroll_derive v0.12.1 |
| 3420 | 2026-02-27T02:24:51.025Z | [ helios-setup] Feb 27 02:24:50.027 INFO E| Downloaded unic-char-range v0.9.0 |
| 3421 | 2026-02-27T02:24:51.030Z | [ helios-setup] Feb 27 02:24:50.029 INFO E| Downloaded unic-ucd-version v0.9.0 |
| 3422 | 2026-02-27T02:24:51.032Z | [ helios-setup] Feb 27 02:24:50.031 INFO E| Downloaded pest_generator v2.8.0 |
| 3423 | 2026-02-27T02:24:51.032Z | [ helios-setup] Feb 27 02:24:50.034 INFO E| Downloaded modular-bitfield-impl v0.13.1 |
| 3424 | 2026-02-27T02:24:51.035Z | [ helios-setup] Feb 27 02:24:50.036 INFO E| Downloaded bytesize v2.0.1 |
| 3425 | 2026-02-27T02:24:51.038Z | [ helios-setup] Feb 27 02:24:50.039 INFO E| Downloaded strum_macros v0.27.1 |
| 3426 | 2026-02-27T02:24:51.041Z | [ helios-setup] Feb 27 02:24:50.042 INFO E| Downloaded textwrap v0.11.0 |
| 3427 | 2026-02-27T02:24:51.045Z | [ helios-setup] Feb 27 02:24:50.045 INFO E| Downloaded structopt v0.3.26 |
| 3428 | 2026-02-27T02:24:51.057Z | [ helios-setup] Feb 27 02:24:50.059 INFO E| Downloaded pest_meta v2.8.0 |
| 3429 | 2026-02-27T02:24:51.060Z | [ helios-setup] Feb 27 02:24:50.062 INFO E| Downloaded pest_derive v2.8.0 |
| 3430 | 2026-02-27T02:24:51.065Z | [ helios-setup] Feb 27 02:24:50.067 INFO E| Downloaded modular-bitfield v0.13.1 |
| 3431 | 2026-02-27T02:24:51.081Z | [ helios-setup] Feb 27 02:24:50.083 INFO E| Downloaded zerocopy-derive v0.8.25 |
| 3432 | 2026-02-27T02:24:51.093Z | [ helios-setup] Feb 27 02:24:50.095 INFO E| Downloaded typenum v1.18.0 |
| 3433 | 2026-02-27T02:24:51.098Z | [ helios-setup] Feb 27 02:24:50.101 INFO E| Downloaded pest v2.8.0 |
| 3434 | 2026-02-27T02:24:51.107Z | [ helios-setup] Feb 27 02:24:50.109 INFO E| Downloaded ansi_term v0.12.1 |
| 3435 | 2026-02-27T02:24:51.110Z | [ helios-setup] Feb 27 02:24:50.112 INFO E| Downloaded structopt-derive v0.4.18 |
| 3436 | 2026-02-27T02:24:51.113Z | [ helios-setup] Feb 27 02:24:50.114 INFO E| Downloaded rustversion v1.0.20 |
| 3437 | 2026-02-27T02:24:51.116Z | [ helios-setup] Feb 27 02:24:50.118 INFO E| Downloaded log v0.4.27 |
| 3438 | 2026-02-27T02:24:51.120Z | [ helios-setup] Feb 27 02:24:50.122 INFO E| Downloaded unic-char-property v0.9.0 |
| 3439 | 2026-02-27T02:24:51.123Z | [ helios-setup] Feb 27 02:24:50.124 INFO E| Downloaded goblin v0.9.3 |
| 3440 | 2026-02-27T02:24:51.132Z | [ helios-setup] Feb 27 02:24:50.134 INFO E| Downloaded strsim v0.8.0 |
| 3441 | 2026-02-27T02:24:51.135Z | [ helios-setup] Feb 27 02:24:50.137 INFO E| Downloaded clap v2.34.0 |
| 3442 | 2026-02-27T02:24:51.145Z | [ helios-setup] Feb 27 02:24:50.147 INFO E| Downloaded four-cc v0.4.0 |
| 3443 | 2026-02-27T02:24:51.147Z | [ helios-setup] Feb 27 02:24:50.149 INFO E| Downloaded zerocopy v0.8.25 |
| 3444 | 2026-02-27T02:24:51.277Z | [ helios-setup] Feb 27 02:24:50.279 INFO E| Compiling proc-macro2 v1.0.95 |
| 3445 | 2026-02-27T02:24:51.277Z | [ helios-setup] Feb 27 02:24:50.280 INFO E| Compiling unicode-ident v1.0.18 |
| 3446 | 2026-02-27T02:24:51.277Z | [ helios-setup] Feb 27 02:24:50.280 INFO E| Compiling memchr v2.7.4 |
| 3447 | 2026-02-27T02:24:51.284Z | [ helios-setup] Feb 27 02:24:50.280 INFO E| Compiling thiserror v2.0.12 |
| 3448 | 2026-02-27T02:24:51.284Z | [ helios-setup] Feb 27 02:24:50.280 INFO E| Compiling autocfg v1.4.0 |
| 3449 | 2026-02-27T02:24:51.284Z | [ helios-setup] Feb 27 02:24:50.280 INFO E| Compiling syn v1.0.109 |
| 3450 | 2026-02-27T02:24:51.284Z | [ helios-setup] Feb 27 02:24:50.280 INFO E| Compiling serde v1.0.219 |
| 3451 | 2026-02-27T02:24:51.639Z | [ helios-setup] Feb 27 02:24:50.642 INFO E| Compiling version_check v0.9.5 |
| 3452 | 2026-02-27T02:24:51.794Z | [ helios-setup] Feb 27 02:24:50.797 INFO E| Compiling serde_json v1.0.140 |
| 3453 | 2026-02-27T02:24:51.943Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3454 | 2026-02-27T02:24:52.034Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3455 | 2026-02-27T02:24:53.007Z | [ helios-setup] Feb 27 02:24:52.009 INFO E| Compiling itoa v1.0.15 |
| 3456 | 2026-02-27T02:24:53.084Z | [ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3457 | 2026-02-27T02:24:53.186Z | [ helios-setup] Feb 27 02:24:52.187 INFO E| Compiling schemars v0.8.22 |
| 3458 | 2026-02-27T02:24:53.303Z | [ helios-setup] Feb 27 02:24:52.305 INFO E| Compiling ryu v1.0.20 |
| 3459 | 2026-02-27T02:24:53.463Z | [ helios-setup] Feb 27 02:24:52.465 INFO E| Compiling num-traits v0.2.19 |
| 3460 | 2026-02-27T02:24:53.506Z | [ helios-setup] Feb 27 02:24:52.508 INFO E| Compiling memoffset v0.9.1 |
| 3461 | 2026-02-27T02:24:53.645Z | [ helios-setup] Feb 27 02:24:52.647 INFO E| Compiling proc-macro-error-attr v1.0.4 |
| 3462 | 2026-02-27T02:24:53.738Z | [ helios-setup] Feb 27 02:24:52.740 INFO E| Compiling libc v0.2.172 |
| 3463 | 2026-02-27T02:24:53.869Z | [ host-package] Compiling steno v0.4.1 |
| 3464 | 2026-02-27T02:24:54.061Z | [ helios-setup] Feb 27 02:24:53.063 INFO E| Compiling static_assertions v1.1.0 |
| 3465 | 2026-02-27T02:24:54.164Z | [ helios-setup] Feb 27 02:24:53.166 INFO E| Compiling ucd-trie v0.1.7 |
| 3466 | 2026-02-27T02:24:54.171Z | [ helios-setup] Feb 27 02:24:53.173 INFO E| Compiling paste v1.0.15 |
| 3467 | 2026-02-27T02:24:54.261Z | [ helios-setup] Feb 27 02:24:53.263 INFO E| Compiling dyn-clone v1.0.19 |
| 3468 | 2026-02-27T02:24:54.482Z | [ helios-setup] Feb 27 02:24:53.484 INFO E| Compiling zerocopy v0.8.25 |
| 3469 | 2026-02-27T02:24:54.854Z | [ helios-setup] Feb 27 02:24:53.856 INFO E| Compiling rustversion v1.0.20 |
| 3470 | 2026-02-27T02:24:54.982Z | [ helios-setup] Feb 27 02:24:53.984 INFO E| Compiling quote v1.0.40 |
| 3471 | 2026-02-27T02:24:55.576Z | [ helios-setup] Feb 27 02:24:54.578 INFO E| Compiling proc-macro-error v1.0.4 |
| 3472 | 2026-02-27T02:24:55.619Z | [ helios-setup] Feb 27 02:24:54.621 INFO E| Compiling once_cell v1.21.3 |
| 3473 | 2026-02-27T02:24:56.014Z | [ helios-setup] Feb 27 02:24:55.016 INFO E| Compiling syn v2.0.101 |
| 3474 | 2026-02-27T02:24:56.817Z | [ helios-setup] Feb 27 02:24:55.819 INFO E| Compiling unicode-width v0.1.14 |
| 3475 | 2026-02-27T02:24:57.199Z | [ host-package] Compiling utf-8 v0.7.6 |
| 3476 | 2026-02-27T02:24:58.025Z | [ helios-setup] Feb 27 02:24:57.026 INFO E| Compiling heck v0.5.0 |
| 3477 | 2026-02-27T02:24:58.054Z | [ helios-setup] Feb 27 02:24:57.056 INFO E| Compiling unicode-segmentation v1.12.0 |
| 3478 | 2026-02-27T02:24:58.221Z | [ host-package] Compiling moka v0.12.10 |
| 3479 | 2026-02-27T02:24:58.302Z | [ helios-setup] Feb 27 02:24:57.304 INFO E| Compiling atty v0.2.14 |
| 3480 | 2026-02-27T02:24:58.351Z | [ helios-setup] Feb 27 02:24:57.353 INFO E| Compiling textwrap v0.11.0 |
| 3481 | 2026-02-27T02:24:58.692Z | [ helios-setup] Feb 27 02:24:57.693 INFO E| Compiling unic-common v0.9.0 |
| 3482 | 2026-02-27T02:24:59.099Z | [ helios-setup] Feb 27 02:24:58.101 INFO E| Compiling fletcher v1.0.0 |
| 3483 | 2026-02-27T02:24:59.170Z | [ helios-setup] Feb 27 02:24:58.172 INFO E| Compiling byteorder v1.5.0 |
| 3484 | 2026-02-27T02:24:59.291Z | [ helios-setup] Feb 27 02:24:58.293 INFO E| Compiling parse_int v0.9.0 |
| 3485 | 2026-02-27T02:24:59.363Z | [ helios-setup] Feb 27 02:24:58.365 INFO E| Compiling heck v0.3.3 |
| 3486 | 2026-02-27T02:24:59.386Z | [ host-package] Compiling tagptr v0.2.0 |
| 3487 | 2026-02-27T02:24:59.465Z | [ helios-setup] Feb 27 02:24:58.467 INFO E| Compiling bitflags v1.3.2 |
| 3488 | 2026-02-27T02:24:59.668Z | [ helios-setup] Feb 27 02:24:58.669 INFO E| Compiling strum v0.27.1 |
| 3489 | 2026-02-27T02:24:59.688Z | [ helios-setup] Feb 27 02:24:58.690 INFO E| Compiling vec_map v0.8.2 |
| 3490 | 2026-02-27T02:24:59.750Z | [ helios-setup] Feb 27 02:24:58.752 INFO E| Compiling unic-char-range v0.9.0 |
| 3491 | 2026-02-27T02:24:59.812Z | [ helios-setup] Feb 27 02:24:58.813 INFO E| Compiling ansi_term v0.12.1 |
| 3492 | 2026-02-27T02:24:59.957Z | [ helios-setup] Feb 27 02:24:58.959 INFO E| Compiling strsim v0.8.0 |
| 3493 | 2026-02-27T02:25:00.048Z | [ helios-setup] Feb 27 02:24:59.049 INFO E| Compiling unic-char-property v0.9.0 |
| 3494 | 2026-02-27T02:25:00.091Z | [ helios-setup] Feb 27 02:24:59.059 INFO E| Compiling unic-ucd-version v0.9.0 |
| 3495 | 2026-02-27T02:25:00.147Z | [ helios-setup] Feb 27 02:24:59.148 INFO E| Compiling log v0.4.27 |
| 3496 | 2026-02-27T02:25:00.392Z | [ helios-setup] Feb 27 02:24:59.394 INFO E| Compiling lazy_static v1.5.0 |
| 3497 | 2026-02-27T02:25:00.408Z | [ helios-setup] Feb 27 02:24:59.409 INFO E| Compiling plain v0.2.3 |
| 3498 | 2026-02-27T02:25:00.553Z | [ helios-setup] Feb 27 02:24:59.555 INFO E| Compiling unic-ucd-ident v0.9.0 |
| 3499 | 2026-02-27T02:25:00.819Z | [ helios-setup] Feb 27 02:24:59.820 INFO E| Compiling clap v2.34.0 |
| 3500 | 2026-02-27T02:25:00.856Z | [ helios-setup] Feb 27 02:24:59.858 INFO E| Compiling bytesize v2.0.1 |
| 3501 | 2026-02-27T02:25:02.769Z | [ host-package] Compiling tungstenite v0.21.0 |
| 3502 | 2026-02-27T02:25:03.660Z | [ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3503 | 2026-02-27T02:25:04.068Z | [ host-package] Compiling progenitor-impl v0.10.0 |
| 3504 | 2026-02-27T02:25:05.556Z | [ host-package] Compiling hickory-resolver v0.25.2 |
| 3505 | 2026-02-27T02:25:05.641Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
| 3506 | 2026-02-27T02:25:06.513Z | [ helios-setup] Feb 27 02:25:05.514 INFO E| Compiling serde_derive_internals v0.29.1 |
| 3507 | 2026-02-27T02:25:07.295Z | [ helios-setup] Feb 27 02:25:06.296 INFO E| Compiling modular-bitfield-impl v0.11.2 |
| 3508 | 2026-02-27T02:25:07.894Z | [ helios-setup] Feb 27 02:25:06.895 INFO E| Compiling structopt-derive v0.4.18 |
| 3509 | 2026-02-27T02:25:10.229Z | [ helios-setup] Feb 27 02:25:09.230 INFO E| Compiling thiserror-impl v2.0.12 |
| 3510 | 2026-02-27T02:25:10.308Z | [ helios-setup] Feb 27 02:25:09.309 INFO E| Compiling serde_derive v1.0.219 |
| 3511 | 2026-02-27T02:25:10.369Z | [ helios-setup] Feb 27 02:25:09.370 INFO E| Compiling schemars_derive v0.8.22 |
| 3512 | 2026-02-27T02:25:10.394Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3513 | 2026-02-27T02:25:10.484Z | [ helios-setup] Feb 27 02:25:09.478 INFO E| Compiling zerocopy-derive v0.8.25 |
| 3514 | 2026-02-27T02:25:11.646Z | [ helios-setup] Feb 27 02:25:10.647 INFO E| Compiling num-derive v0.4.2 |
| 3515 | 2026-02-27T02:25:11.707Z | [ helios-setup] Feb 27 02:25:10.707 INFO E| Compiling modular-bitfield-impl v0.13.1 |
| 3516 | 2026-02-27T02:25:13.006Z | [ helios-setup] Feb 27 02:25:12.006 INFO E| Compiling modular-bitfield v0.11.2 |
| 3517 | 2026-02-27T02:25:13.045Z | [ helios-setup] Feb 27 02:25:12.046 INFO E| Compiling strum_macros v0.27.1 |
| 3518 | 2026-02-27T02:25:15.102Z | [ helios-setup] Feb 27 02:25:14.103 INFO E| Compiling scroll_derive v0.12.1 |
| 3519 | 2026-02-27T02:25:15.187Z | [ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3520 | 2026-02-27T02:25:16.266Z | [ helios-setup] Feb 27 02:25:15.267 INFO E| Compiling pest v2.8.0 |
| 3521 | 2026-02-27T02:25:16.404Z | [ helios-setup] Feb 27 02:25:15.404 INFO E| Compiling structopt v0.3.26 |
| 3522 | 2026-02-27T02:25:17.410Z | [ helios-setup] Feb 27 02:25:16.410 INFO E| Compiling modular-bitfield v0.13.1 |
| 3523 | 2026-02-27T02:25:18.374Z | [ helios-setup] Feb 27 02:25:17.374 INFO E| Compiling scroll v0.12.0 |
| 3524 | 2026-02-27T02:25:19.792Z | [ helios-setup] Feb 27 02:25:18.792 INFO E| Compiling goblin v0.9.3 |
| 3525 | 2026-02-27T02:25:21.880Z | [ helios-setup] Feb 27 02:25:20.880 INFO E| Compiling pest_meta v2.8.0 |
| 3526 | 2026-02-27T02:25:24.490Z | [ helios-setup] Feb 27 02:25:23.489 INFO E| Compiling pest_generator v2.8.0 |
| 3527 | 2026-02-27T02:25:27.312Z | [ helios-setup] Feb 27 02:25:26.311 INFO E| Compiling pest_derive v2.8.0 |
| 3528 | 2026-02-27T02:25:29.175Z | [ host-package] Compiling progenitor-macro v0.10.0 |
| 3529 | 2026-02-27T02:25:29.895Z | [ helios-setup] Feb 27 02:25:28.893 INFO E| Compiling json5 v0.4.1 |
| 3530 | 2026-02-27T02:25:32.895Z | [ host-package] Compiling proc-macro-error-attr2 v2.0.0 |
| 3531 | 2026-02-27T02:25:34.200Z | [ host-package] Compiling proc-macro-error2 v2.0.1 |
| 3532 | 2026-02-27T02:25:34.346Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3533 | 2026-02-27T02:25:35.070Z | [ host-package] Compiling num-derive v0.3.3 |
| 3534 | 2026-02-27T02:25:35.297Z | [ helios-setup] Feb 27 02:25:34.295 INFO E| Compiling four-cc v0.4.0 |
| 3535 | 2026-02-27T02:25:35.297Z | [ helios-setup] Feb 27 02:25:34.295 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3) |
| 3536 | 2026-02-27T02:25:35.576Z | [ helios-setup] Feb 27 02:25:34.574 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60) |
| 3537 | 2026-02-27T02:25:38.020Z | [ host-package] Compiling libscf-sys v1.1.0 |
| 3538 | 2026-02-27T02:25:38.435Z | [ host-package] Compiling vergen-gitcl v1.0.8 |
| 3539 | 2026-02-27T02:25:38.931Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
| 3540 | 2026-02-27T02:25:39.723Z | [ host-package] Compiling maplit v1.0.2 |
| 3541 | 2026-02-27T02:25:40.041Z | [ host-package] Compiling glob v0.3.2 |
| 3542 | 2026-02-27T02:25:40.191Z | [ host-package] Compiling crunchy v0.2.2 |
| 3543 | 2026-02-27T02:25:41.115Z | [ host-package] Compiling dirs-next v2.0.0 |
| 3544 | 2026-02-27T02:25:41.255Z | [ host-package] Compiling clang-sys v1.8.1 |
| 3545 | 2026-02-27T02:25:41.572Z | [ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3546 | 2026-02-27T02:25:42.051Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
| 3547 | 2026-02-27T02:25:42.340Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
| 3548 | 2026-02-27T02:25:43.087Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
| 3549 | 2026-02-27T02:25:43.436Z | [ host-package] Compiling tiny-keccak v2.0.2 |
| 3550 | 2026-02-27T02:25:43.603Z | [ host-package] Compiling r2d2 v0.8.10 |
| 3551 | 2026-02-27T02:25:43.697Z | [ host-package] Compiling diesel_derives v2.2.3 |
| 3552 | 2026-02-27T02:25:43.890Z | [ host-package] Compiling progenitor v0.10.0 |
| 3553 | 2026-02-27T02:25:44.064Z | [ host-package] Compiling term v0.7.0 |
| 3554 | 2026-02-27T02:25:44.164Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3555 | 2026-02-27T02:25:44.554Z | [ host-package] Compiling tabled_derive v0.11.0 |
| 3556 | 2026-02-27T02:25:45.289Z | [ host-package] Compiling papergrid v0.17.0 |
| 3557 | 2026-02-27T02:25:45.360Z | [ host-package] Compiling testing_table v0.3.0 |
| 3558 | 2026-02-27T02:25:46.455Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3559 | 2026-02-27T02:25:47.391Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3560 | 2026-02-27T02:25:48.014Z | [ host-package] Compiling xshell-macros v0.2.7 |
| 3561 | 2026-02-27T02:25:48.894Z | [ host-package] Compiling arc-swap v1.7.1 |
| 3562 | 2026-02-27T02:25:49.972Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3563 | 2026-02-27T02:25:50.196Z | [ host-package] Compiling bit-vec v0.6.3 |
| 3564 | 2026-02-27T02:25:50.856Z | [ host-package] Compiling bit-set v0.5.3 |
| 3565 | 2026-02-27T02:25:51.244Z | [ host-package] Compiling slog-scope v4.4.0 |
| 3566 | 2026-02-27T02:25:52.221Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3567 | 2026-02-27T02:25:55.213Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3568 | 2026-02-27T02:25:55.365Z | [ host-package] Compiling diesel v2.2.12 |
| 3569 | 2026-02-27T02:25:59.713Z | [ host-package] Compiling xshell v0.2.7 |
| 3570 | 2026-02-27T02:26:00.991Z | [ host-package] Compiling tabled v0.20.0 |
| 3571 | 2026-02-27T02:26:03.272Z | [ host-package] Compiling ascii-canvas v3.0.0 |
| 3572 | 2026-02-27T02:26:04.682Z | [ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3573 | 2026-02-27T02:26:04.720Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3574 | 2026-02-27T02:26:05.716Z | [ host-package] Compiling ena v0.14.3 |
| 3575 | 2026-02-27T02:26:06.270Z | [ host-package] Compiling libloading v0.8.5 |
| 3576 | 2026-02-27T02:26:06.813Z | [ host-package] Compiling regex-syntax v0.6.29 |
| 3577 | 2026-02-27T02:26:12.379Z | [ host-package] Compiling bindgen v0.71.1 |
| 3578 | 2026-02-27T02:26:13.105Z | [ host-package] Compiling unicase v2.8.1 |
| 3579 | 2026-02-27T02:26:13.909Z | [ host-package] Compiling diff v0.1.13 |
| 3580 | 2026-02-27T02:26:14.524Z | [ host-package] Compiling lalrpop v0.19.12 |
| 3581 | 2026-02-27T02:26:15.737Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3582 | 2026-02-27T02:26:21.010Z | [ helios-setup] Feb 27 02:26:20.005 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config) |
| 3583 | 2026-02-27T02:26:22.512Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3584 | 2026-02-27T02:26:30.717Z | [ helios-setup] Feb 27 02:26:29.710 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
| 3585 | 2026-02-27T02:26:35.894Z | [ host-package] Compiling slog-stdlog v4.1.1 |
| 3586 | 2026-02-27T02:26:36.733Z | [ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3587 | 2026-02-27T02:26:37.017Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3588 | 2026-02-27T02:26:38.486Z | [ host-package] Compiling cexpr v0.6.0 |
| 3589 | 2026-02-27T02:26:39.667Z | [ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3590 | 2026-02-27T02:26:39.979Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3591 | 2026-02-27T02:26:40.177Z | [ host-package] Compiling crc8 v0.1.1 |
| 3592 | 2026-02-27T02:26:40.360Z | [ host-package] Compiling polar-core v0.27.3 |
| 3593 | 2026-02-27T02:26:40.693Z | [ host-package] Compiling slog-envlogger v2.2.0 |
| 3594 | 2026-02-27T02:26:41.978Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3595 | 2026-02-27T02:26:43.155Z | [ host-package] Compiling headers-core v0.3.0 |
| 3596 | 2026-02-27T02:26:43.639Z | [ host-package] Compiling libxml v0.3.3 |
| 3597 | 2026-02-27T02:26:43.979Z | [ host-package] Compiling headers v0.4.1 |
| 3598 | 2026-02-27T02:26:48.949Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3599 | 2026-02-27T02:26:50.712Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3600 | 2026-02-27T02:26:51.371Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3601 | 2026-02-27T02:26:52.680Z | [ host-package] Compiling strum_macros v0.24.3 |
| 3602 | 2026-02-27T02:26:52.815Z | [ host-package] Compiling indoc v1.0.9 |
| 3603 | 2026-02-27T02:26:54.233Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3604 | 2026-02-27T02:26:54.977Z | [ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3605 | 2026-02-27T02:26:56.393Z | [ host-package] Compiling derive_builder v0.20.2 |
| 3606 | 2026-02-27T02:26:56.690Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
| 3607 | 2026-02-27T02:26:56.866Z | [ host-package] Compiling samael v0.0.19 |
| 3608 | 2026-02-27T02:26:58.629Z | [ host-package] Compiling oso-derive v0.27.3 |
| 3609 | 2026-02-27T02:26:59.717Z | [ host-package] Compiling quick-xml v0.37.2 |
| 3610 | 2026-02-27T02:27:00.008Z | [ host-package] Compiling half v1.8.3 |
| 3611 | 2026-02-27T02:27:00.771Z | [ helios-setup] Feb 27 02:26:59.762 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s |
| 3612 | 2026-02-27T02:27:00.822Z | [ helios-setup] Feb 27 02:26:59.812 INFO building project "amd-host-image-builder" ok (132 seconds) |
| 3613 | 2026-02-27T02:27:00.826Z | [ helios-setup] rm -f helios-build |
| 3614 | 2026-02-27T02:27:00.826Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
| 3615 | 2026-02-27T02:27:00.833Z | [ helios-setup] |
| 3616 | 2026-02-27T02:27:00.833Z | [ helios-setup] Setup complete! ./helios-build is now available. |
| 3617 | 2026-02-27T02:27:00.833Z | [ helios-setup] |
| 3618 | 2026-02-27T02:27:00.836Z | [ helios-setup] |
| 3619 | 2026-02-27T02:27:00.836Z | [ helios-setup] real 8:39.084495143 |
| 3620 | 2026-02-27T02:27:00.836Z | [ helios-setup] user 17:42.611300416 |
| 3621 | 2026-02-27T02:27:00.836Z | [ helios-setup] sys 2:00.676135564 |
| 3622 | 2026-02-27T02:27:00.836Z | [ helios-setup] trap 1.253820553 |
| 3623 | 2026-02-27T02:27:00.836Z | [ helios-setup] tflt 4.583441243 |
| 3624 | 2026-02-27T02:27:00.836Z | [ helios-setup] dflt 13.323689796 |
| 3625 | 2026-02-27T02:27:00.836Z | [ helios-setup] kflt 0.020618304 |
| 3626 | 2026-02-27T02:27:00.836Z | [ helios-setup] lock 1:34:01.892040573 |
| 3627 | 2026-02-27T02:27:00.836Z | [ helios-setup] slp 2:22:12.299258277 |
| 3628 | 2026-02-27T02:27:00.836Z | [ helios-setup] lat 19:17.728339406 |
| 3629 | 2026-02-27T02:27:00.837Z | [ helios-setup] stop 3:02.644758765 |
| 3630 | 2026-02-27T02:27:00.837Z | Feb 27 02:26:59.825 INFO [helios-setup] process exited with exit status: 0 (519.087989968s) |
| 3631 | 2026-02-27T02:27:00.837Z | Feb 27 02:26:59.825 INFO [helios-record] running task |
| 3632 | 2026-02-27T02:27:00.837Z | Feb 27 02:26:59.826 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit} |
| 3633 | 2026-02-27T02:27:00.843Z | Feb 27 02:26:59.833 DEBG process exited with exit status: 0 (6.702696ms) |
| 3634 | 2026-02-27T02:27:00.843Z | Feb 27 02:26:59.833 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit} |
| 3635 | 2026-02-27T02:27:00.848Z | Feb 27 02:26:59.839 DEBG process exited with exit status: 0 (6.751494ms) |
| 3636 | 2026-02-27T02:27:00.848Z | Feb 27 02:26:59.839 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit} |
| 3637 | 2026-02-27T02:27:00.855Z | Feb 27 02:26:59.846 DEBG process exited with exit status: 0 (6.919055ms) |
| 3638 | 2026-02-27T02:27:00.855Z | Feb 27 02:26:59.846 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit} |
| 3639 | 2026-02-27T02:27:00.862Z | Feb 27 02:26:59.853 DEBG process exited with exit status: 0 (6.682397ms) |
| 3640 | 2026-02-27T02:27:00.862Z | Feb 27 02:26:59.853 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit} |
| 3641 | 2026-02-27T02:27:00.869Z | Feb 27 02:26:59.859 DEBG process exited with exit status: 0 (6.376921ms) |
| 3642 | 2026-02-27T02:27:00.869Z | Feb 27 02:26:59.859 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit} |
| 3643 | 2026-02-27T02:27:00.874Z | Feb 27 02:26:59.865 DEBG process exited with exit status: 0 (5.74817ms) |
| 3644 | 2026-02-27T02:27:00.874Z | Feb 27 02:26:59.865 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit} |
| 3645 | 2026-02-27T02:27:00.880Z | Feb 27 02:26:59.871 DEBG process exited with exit status: 0 (6.251187ms) |
| 3646 | 2026-02-27T02:27:00.881Z | Feb 27 02:26:59.871 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit} |
| 3647 | 2026-02-27T02:27:00.887Z | Feb 27 02:26:59.878 DEBG process exited with exit status: 0 (6.514644ms) |
| 3648 | 2026-02-27T02:27:00.888Z | Feb 27 02:26:59.878 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit} |
| 3649 | 2026-02-27T02:27:00.893Z | Feb 27 02:26:59.884 DEBG process exited with exit status: 0 (6.011228ms) |
| 3650 | 2026-02-27T02:27:00.896Z | Feb 27 02:26:59.884 INFO [helios-record] task succeeded (58.991162ms) |
| 3651 | 2026-02-27T02:27:01.031Z | [ host-package] Compiling serde_cbor v0.11.2 |
| 3652 | 2026-02-27T02:27:01.963Z | [ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3653 | 2026-02-27T02:27:02.712Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3654 | 2026-02-27T02:27:02.967Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3655 | 2026-02-27T02:27:04.288Z | [ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3656 | 2026-02-27T02:27:05.124Z | [ host-package] Compiling diesel-dtrace v0.4.2 |
| 3657 | 2026-02-27T02:27:05.707Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3658 | 2026-02-27T02:27:11.092Z | [ host-package] Compiling oso v0.27.3 |
| 3659 | 2026-02-27T02:27:22.677Z | [ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3660 | 2026-02-27T02:27:23.118Z | [ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3661 | 2026-02-27T02:27:23.546Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3662 | 2026-02-27T02:27:24.700Z | [ host-package] Compiling bb8 v0.8.5 |
| 3663 | 2026-02-27T02:27:25.429Z | [ host-package] Compiling trait-variant v0.1.2 |
| 3664 | 2026-02-27T02:27:26.184Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
| 3665 | 2026-02-27T02:27:26.407Z | [ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3666 | 2026-02-27T02:27:26.564Z | [ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 3667 | 2026-02-27T02:27:27.053Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3668 | 2026-02-27T02:27:27.621Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3669 | 2026-02-27T02:27:27.789Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3670 | 2026-02-27T02:27:28.197Z | [ host-package] Compiling fxhash v0.2.1 |
| 3671 | 2026-02-27T02:27:28.515Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3672 | 2026-02-27T02:27:29.082Z | [ host-package] Compiling typify-impl v0.2.0 |
| 3673 | 2026-02-27T02:27:30.819Z | [ host-package] Compiling kstat-rs v0.2.4 |
| 3674 | 2026-02-27T02:27:31.844Z | [ host-package] Compiling libz-sys v1.1.20 |
| 3675 | 2026-02-27T02:27:31.938Z | [ host-package] Compiling nonempty v0.12.0 |
| 3676 | 2026-02-27T02:27:32.397Z | [ host-package] Compiling salty v0.3.0 |
| 3677 | 2026-02-27T02:27:32.812Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3678 | 2026-02-27T02:27:33.539Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3679 | 2026-02-27T02:27:38.510Z | [ host-package] Compiling typify-macro v0.2.0 |
| 3680 | 2026-02-27T02:27:41.688Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3681 | 2026-02-27T02:27:41.993Z | [ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3682 | 2026-02-27T02:27:47.231Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 3683 | 2026-02-27T02:27:53.281Z | [ host-package] Compiling nanorand v0.7.0 |
| 3684 | 2026-02-27T02:27:54.459Z | [ host-package] Compiling owo-colors v4.2.3 |
| 3685 | 2026-02-27T02:27:55.117Z | [ host-package] Compiling parking_lot_core v0.8.6 |
| 3686 | 2026-02-27T02:27:55.868Z | [ host-package] Compiling mime_guess v2.0.5 |
| 3687 | 2026-02-27T02:27:57.018Z | [ host-package] Compiling flume v0.11.1 |
| 3688 | 2026-02-27T02:27:57.227Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 3689 | 2026-02-27T02:27:57.703Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3690 | 2026-02-27T02:28:00.153Z | [ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3691 | 2026-02-27T02:28:02.667Z | [ host-package] Compiling libgit2-sys v0.18.2+1.9.1 |
| 3692 | 2026-02-27T02:28:05.934Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3693 | 2026-02-27T02:28:21.700Z | [ host-package] Compiling tabled_derive v0.10.0 |
| 3694 | 2026-02-27T02:28:24.026Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3695 | 2026-02-27T02:28:24.117Z | [ host-package] Compiling ignore v0.4.23 |
| 3696 | 2026-02-27T02:28:30.136Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3697 | 2026-02-27T02:28:30.929Z | [ host-package] Compiling papergrid v0.14.0 |
| 3698 | 2026-02-27T02:28:32.866Z | [ host-package] Compiling primeorder v0.13.6 |
| 3699 | 2026-02-27T02:28:33.544Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3700 | 2026-02-27T02:28:34.353Z | [ host-package] Compiling castaway v0.2.3 |
| 3701 | 2026-02-27T02:28:34.629Z | [ host-package] Compiling nibble_vec v0.1.0 |
| 3702 | 2026-02-27T02:28:34.965Z | [ host-package] Compiling atty v0.2.14 |
| 3703 | 2026-02-27T02:28:35.204Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3704 | 2026-02-27T02:28:35.243Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3705 | 2026-02-27T02:28:35.612Z | [ host-package] Compiling http-range v0.1.5 |
| 3706 | 2026-02-27T02:28:35.688Z | [ host-package] Compiling endian-type v0.1.2 |
| 3707 | 2026-02-27T02:28:35.991Z | [ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3708 | 2026-02-27T02:28:36.236Z | [ host-package] Compiling radix_trie v0.2.1 |
| 3709 | 2026-02-27T02:28:36.849Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3710 | 2026-02-27T02:28:37.306Z | [ host-package] Compiling compact_str v0.8.0 |
| 3711 | 2026-02-27T02:28:39.913Z | [ host-package] Compiling p384 v0.13.1 |
| 3712 | 2026-02-27T02:28:40.134Z | [ host-package] Compiling tabled v0.18.0 |
| 3713 | 2026-02-27T02:28:43.957Z | [ host-package] Compiling globwalk v0.9.1 |
| 3714 | 2026-02-27T02:28:44.194Z | [ host-package] Compiling parking_lot v0.11.2 |
| 3715 | 2026-02-27T02:28:45.379Z | [ host-package] Compiling typify v0.2.0 |
| 3716 | 2026-02-27T02:28:45.604Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3717 | 2026-02-27T02:28:46.197Z | [ host-package] Compiling predicates-tree v1.0.12 |
| 3718 | 2026-02-27T02:28:46.872Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3719 | 2026-02-27T02:28:47.273Z | [ host-package] Compiling unicode-truncate v1.1.0 |
| 3720 | 2026-02-27T02:28:47.635Z | [ host-package] Compiling prefix-trie v0.7.0 |
| 3721 | 2026-02-27T02:28:48.704Z | [ host-package] Compiling lru v0.12.5 |
| 3722 | 2026-02-27T02:28:49.138Z | [ host-package] Compiling vergen-git2 v1.0.7 |
| 3723 | 2026-02-27T02:28:49.574Z | [ host-package] Compiling instability v0.3.2 |
| 3724 | 2026-02-27T02:28:49.921Z | [ host-package] Compiling cassowary v0.3.0 |
| 3725 | 2026-02-27T02:28:50.585Z | [ host-package] Compiling indoc v2.0.6 |
| 3726 | 2026-02-27T02:28:51.501Z | [ host-package] Compiling ratatui v0.29.0 |
| 3727 | 2026-02-27T02:28:53.838Z | [ host-package] Compiling hickory-server v0.25.2 |
| 3728 | 2026-02-27T02:28:54.245Z | [ host-package] Compiling camino-tempfile-ext v0.3.2 |
| 3729 | 2026-02-27T02:28:54.978Z | [ host-package] Compiling git2 v0.20.2 |
| 3730 | 2026-02-27T02:28:55.767Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
| 3731 | 2026-02-27T02:28:58.423Z | [ host-package] Compiling progenitor-impl v0.8.0 |
| 3732 | 2026-02-27T02:29:00.018Z | [ host-package] Compiling sled v0.34.7 |
| 3733 | 2026-02-27T02:29:06.738Z | [ host-package] Compiling hickory-client v0.25.2 |
| 3734 | 2026-02-27T02:29:08.782Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3735 | 2026-02-27T02:29:10.124Z | [ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3736 | 2026-02-27T02:29:10.302Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3737 | 2026-02-27T02:29:11.580Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3738 | 2026-02-27T02:29:11.993Z | [ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3739 | 2026-02-27T02:29:17.574Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3740 | 2026-02-27T02:29:17.922Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3741 | 2026-02-27T02:29:19.781Z | [ host-package] Compiling rand_seeder v0.4.0 |
| 3742 | 2026-02-27T02:29:20.263Z | [ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3743 | 2026-02-27T02:29:21.310Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3744 | 2026-02-27T02:29:21.772Z | [ host-package] Compiling lzma-sys v0.1.20 |
| 3745 | 2026-02-27T02:29:23.815Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3746 | 2026-02-27T02:29:24.246Z | [ host-package] Compiling rustls v0.21.12 |
| 3747 | 2026-02-27T02:29:24.668Z | [ host-package] Compiling corncobs v0.1.4 |
| 3748 | 2026-02-27T02:29:25.124Z | [ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3749 | 2026-02-27T02:29:25.702Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3750 | 2026-02-27T02:29:26.086Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3751 | 2026-02-27T02:29:26.660Z | [ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3752 | 2026-02-27T02:29:27.391Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3753 | 2026-02-27T02:29:35.222Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3754 | 2026-02-27T02:29:35.675Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3755 | 2026-02-27T02:29:41.484Z | [ host-package] Compiling progenitor-macro v0.8.0 |
| 3756 | 2026-02-27T02:29:49.097Z | [ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3757 | 2026-02-27T02:29:52.721Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3758 | 2026-02-27T02:29:55.869Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 3759 | 2026-02-27T02:29:56.379Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3760 | 2026-02-27T02:29:56.841Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3761 | 2026-02-27T02:29:57.289Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3762 | 2026-02-27T02:29:57.726Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3763 | 2026-02-27T02:30:00.030Z | [ host-package] Compiling progenitor-client v0.8.0 |
| 3764 | 2026-02-27T02:30:01.032Z | [ host-package] Compiling sct v0.7.1 |
| 3765 | 2026-02-27T02:30:01.578Z | [ host-package] Compiling rustls-webpki v0.101.7 |
| 3766 | 2026-02-27T02:30:05.384Z | [ host-package] Compiling heck v0.3.3 |
| 3767 | 2026-02-27T02:30:05.791Z | [ host-package] Compiling secrecy v0.8.0 |
| 3768 | 2026-02-27T02:30:06.169Z | [ host-package] Compiling void v1.0.2 |
| 3769 | 2026-02-27T02:30:06.447Z | [ host-package] Compiling lzss v0.8.2 |
| 3770 | 2026-02-27T02:30:07.010Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
| 3771 | 2026-02-27T02:30:09.471Z | [ host-package] Compiling progenitor v0.8.0 |
| 3772 | 2026-02-27T02:30:09.793Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 3773 | 2026-02-27T02:30:10.689Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3774 | 2026-02-27T02:30:15.731Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3775 | 2026-02-27T02:30:17.219Z | [ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3776 | 2026-02-27T02:30:19.326Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 3777 | 2026-02-27T02:30:19.678Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3778 | 2026-02-27T02:30:20.975Z | [ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3779 | 2026-02-27T02:30:21.515Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3780 | 2026-02-27T02:30:21.937Z | [ host-package] Compiling tungstenite v0.23.0 |
| 3781 | 2026-02-27T02:30:27.541Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3782 | 2026-02-27T02:30:27.963Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3783 | 2026-02-27T02:30:28.431Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3784 | 2026-02-27T02:30:28.507Z | [ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3785 | 2026-02-27T02:30:28.844Z | [ host-package] Compiling nix v0.27.1 |
| 3786 | 2026-02-27T02:30:28.925Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3787 | 2026-02-27T02:30:29.707Z | [ host-package] Compiling libsw-core v0.3.1 |
| 3788 | 2026-02-27T02:30:30.126Z | [ host-package] Compiling serde_bytes v0.11.19 |
| 3789 | 2026-02-27T02:30:30.780Z | [ host-package] Compiling base64 v0.13.1 |
| 3790 | 2026-02-27T02:30:31.647Z | [ host-package] Compiling number_prefix v0.4.0 |
| 3791 | 2026-02-27T02:30:31.756Z | [ host-package] Compiling ron v0.7.1 |
| 3792 | 2026-02-27T02:30:32.012Z | [ host-package] Compiling indicatif v0.17.11 |
| 3793 | 2026-02-27T02:30:33.768Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 3794 | 2026-02-27T02:30:34.598Z | [ host-package] Compiling libsw v3.5.0 |
| 3795 | 2026-02-27T02:30:35.035Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3796 | 2026-02-27T02:30:36.098Z | [ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3797 | 2026-02-27T02:30:37.000Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
| 3798 | 2026-02-27T02:30:37.743Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3799 | 2026-02-27T02:30:38.682Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 3800 | 2026-02-27T02:30:51.192Z | [ host-package] Compiling xz2 v0.1.7 |
| 3801 | 2026-02-27T02:30:51.852Z | [ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3802 | 2026-02-27T02:31:00.963Z | [ host-package] Compiling tokio-rustls v0.24.1 |
| 3803 | 2026-02-27T02:31:01.543Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3804 | 2026-02-27T02:31:08.114Z | [ host-package] Compiling zone v0.1.8 |
| 3805 | 2026-02-27T02:31:11.505Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3806 | 2026-02-27T02:31:15.659Z | [ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3807 | 2026-02-27T02:31:18.141Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3808 | 2026-02-27T02:31:20.462Z | [ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3809 | 2026-02-27T02:31:22.380Z | [ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3810 | 2026-02-27T02:31:23.376Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3811 | 2026-02-27T02:31:25.389Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3812 | 2026-02-27T02:31:26.108Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3813 | 2026-02-27T02:31:32.429Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3814 | 2026-02-27T02:31:40.034Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3815 | 2026-02-27T02:31:40.802Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3816 | 2026-02-27T02:31:50.019Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3817 | 2026-02-27T02:31:50.085Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
| 3818 | 2026-02-27T02:31:50.917Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3819 | 2026-02-27T02:31:53.789Z | [ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3820 | 2026-02-27T02:31:54.134Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3821 | 2026-02-27T02:31:54.578Z | [ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3822 | 2026-02-27T02:31:56.083Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
| 3823 | 2026-02-27T02:31:56.398Z | [ host-package] Compiling yasna v0.5.2 |
| 3824 | 2026-02-27T02:31:56.439Z | [ host-package] Compiling twox-hash v2.1.0 |
| 3825 | 2026-02-27T02:31:57.555Z | [ host-package] Compiling is_ci v1.2.0 |
| 3826 | 2026-02-27T02:31:58.027Z | [ host-package] Compiling supports-color v3.0.2 |
| 3827 | 2026-02-27T02:31:58.097Z | [ host-package] Compiling rcgen v0.12.1 |
| 3828 | 2026-02-27T02:31:59.670Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3829 | 2026-02-27T02:31:59.933Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3830 | 2026-02-27T02:32:09.903Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3831 | 2026-02-27T02:32:09.989Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3832 | 2026-02-27T02:32:20.754Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3833 | 2026-02-27T02:32:45.601Z | [ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3834 | 2026-02-27T02:32:51.223Z | [ host-package] Compiling oxide-update-engine-display v0.1.0 |
| 3835 | 2026-02-27T02:32:53.225Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3836 | 2026-02-27T02:32:53.587Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3837 | 2026-02-27T02:32:57.543Z | [ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3838 | 2026-02-27T02:33:09.298Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3839 | 2026-02-27T02:33:11.783Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3840 | 2026-02-27T02:33:12.189Z | [ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3841 | 2026-02-27T02:33:12.631Z | [ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3842 | 2026-02-27T02:33:17.292Z | [ host-package] Compiling progenitor-extras v0.1.0 |
| 3843 | 2026-02-27T02:33:17.816Z | [ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3844 | 2026-02-27T02:33:18.194Z | [ host-package] Compiling fatfs v0.3.6 |
| 3845 | 2026-02-27T02:33:18.744Z | [ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 3846 | 2026-02-27T02:33:21.105Z | [ host-package] Compiling rtoolbox v0.0.2 |
| 3847 | 2026-02-27T02:33:21.685Z | [ host-package] Compiling subprocess v0.2.9 |
| 3848 | 2026-02-27T02:33:26.510Z | [ host-package] Compiling seq-macro v0.3.6 |
| 3849 | 2026-02-27T02:33:27.586Z | [ host-package] Compiling assert_matches v1.5.0 |
| 3850 | 2026-02-27T02:33:28.549Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3851 | 2026-02-27T02:33:37.314Z | [ host-package] Compiling rpassword v7.4.0 |
| 3852 | 2026-02-27T02:33:37.347Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3853 | 2026-02-27T02:33:40.370Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3854 | 2026-02-27T02:33:58.260Z | [ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3855 | 2026-02-27T02:34:03.717Z | [ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3856 | 2026-02-27T02:34:03.950Z | [ host-package] Compiling tui-tree-widget v0.23.1 |
| 3857 | 2026-02-27T02:34:04.495Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3858 | 2026-02-27T02:34:09.016Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3859 | 2026-02-27T02:34:09.983Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3860 | 2026-02-27T02:34:16.164Z | [ host-package] Compiling uzers v0.12.1 |
| 3861 | 2026-02-27T02:34:18.036Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3862 | 2026-02-27T02:34:19.509Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3863 | 2026-02-27T02:34:27.639Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3864 | 2026-02-27T02:34:36.307Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3865 | 2026-02-27T02:35:02.887Z | [ host-package] Compiling support-bundle-viewer v0.1.2 |
| 3866 | 2026-02-27T02:35:02.976Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3867 | 2026-02-27T02:35:07.161Z | [ host-package] Compiling multimap v0.10.1 |
| 3868 | 2026-02-27T02:37:39.125Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3869 | 2026-02-27T02:49:13.331Z | [ host-package] Finished `release` profile [optimized] target(s) in 29m 03s |
| 3870 | 2026-02-27T02:50:17.469Z | Feb 27 02:50:16.332 INFO [host-package] process exited with exit status: 0 (1808.001849567s) |
| 3871 | 2026-02-27T02:50:17.469Z | Feb 27 02:50:16.332 INFO [host-stamp] running task |
| 3872 | 2026-02-27T02:50:17.473Z | Feb 27 02:50:16.332 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
| 3873 | 2026-02-27T02:50:17.475Z | Feb 27 02:50:16.332 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+git0c68818c355 |
| 3874 | 2026-02-27T02:50:17.475Z | Feb 27 02:50:16.333 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+git0c68818c355 |
| 3875 | 2026-02-27T02:50:17.475Z | Feb 27 02:50:16.333 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+git0c68818c355 |
| 3876 | 2026-02-27T02:50:17.475Z | Feb 27 02:50:16.333 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+git0c68818c355 |
| 3877 | 2026-02-27T02:50:17.475Z | Feb 27 02:50:16.334 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+git0c68818c355 |
| 3878 | 2026-02-27T02:50:17.475Z | Feb 27 02:50:16.334 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+git0c68818c355 |
| 3879 | 2026-02-27T02:50:17.475Z | Feb 27 02:50:16.336 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+git0c68818c355 |
| 3880 | 2026-02-27T02:50:17.475Z | Feb 27 02:50:16.336 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+git0c68818c355 |
| 3881 | 2026-02-27T02:50:17.486Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3882 | 2026-02-27T02:50:17.486Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3883 | 2026-02-27T02:50:17.486Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3884 | 2026-02-27T02:50:17.489Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3885 | 2026-02-27T02:50:17.489Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3886 | 2026-02-27T02:50:17.489Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
| 3887 | 2026-02-27T02:50:17.489Z | [stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3888 | 2026-02-27T02:50:17.494Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3889 | 2026-02-27T02:50:17.497Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
| 3890 | 2026-02-27T02:50:17.500Z | Feb 27 02:50:16.362[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3891 | 2026-02-27T02:50:17.500Z | INFO [stamp-overlay] process exited with exit status: 0 (29.62414ms) |
| 3892 | 2026-02-27T02:50:17.503Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
| 3893 | 2026-02-27T02:50:17.509Z | Feb 27 02:50:16.372 INFO [stamp-oxlog] process exited with exit status: 0 (37.896982ms) |
| 3894 | 2026-02-27T02:50:17.548Z | [stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar |
| 3895 | 2026-02-27T02:50:17.553Z | Feb 27 02:50:16.416 INFO [stamp-crucible-utils] process exited with exit status: 0 (82.818894ms) |
| 3896 | 2026-02-27T02:50:17.587Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
| 3897 | 2026-02-27T02:50:17.591Z | Feb 27 02:50:16.454 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (121.175775ms) |
| 3898 | 2026-02-27T02:50:17.759Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
| 3899 | 2026-02-27T02:50:17.764Z | Feb 27 02:50:16.627 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (293.776076ms) |
| 3900 | 2026-02-27T02:50:18.181Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
| 3901 | 2026-02-27T02:50:18.185Z | Feb 27 02:50:17.048 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (713.446855ms) |
| 3902 | 2026-02-27T02:50:18.952Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
| 3903 | 2026-02-27T02:50:18.957Z | Feb 27 02:50:17.820 INFO [stamp-propolis-server] process exited with exit status: 0 (1.485874723s) |
| 3904 | 2026-02-27T02:50:19.191Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3905 | 2026-02-27T02:50:20.647Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3906 | 2026-02-27T02:50:26.549Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
| 3907 | 2026-02-27T02:50:26.584Z | Feb 27 02:50:25.446 INFO [stamp-switch-asic] process exited with exit status: 0 (9.111461636s) |
| 3908 | 2026-02-27T02:50:26.584Z | Feb 27 02:50:25.446 INFO [host-stamp] task succeeded (9.114324752s) |
| 3909 | 2026-02-27T02:50:26.584Z | Feb 27 02:50:25.446 INFO [host-proto] running task |
| 3910 | 2026-02-27T02:50:27.500Z | Feb 27 02:50:26.361 INFO [host-proto] task succeeded (914.859566ms) |
| 3911 | 2026-02-27T02:50:27.500Z | Feb 27 02:50:26.361 INFO [host-profile] running task |
| 3912 | 2026-02-27T02:50:27.504Z | Feb 27 02:50:26.361 INFO [host-profile] task succeeded (207.66µs) |
| 3913 | 2026-02-27T02:50:27.504Z | Feb 27 02:50:26.361 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/.tmpaFY3GB/proto/host/root -N 'ci 0c68818/${os_short_commit} 2026-02-27 02:18' -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/' |
| 3914 | 2026-02-27T02:50:27.511Z | [ host-image] Feb 27 02:50:26.373 INFO Checking files for board 'cosmo' |
| 3915 | 2026-02-27T02:50:27.512Z | [ host-image] Feb 27 02:50:26.373 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5" |
| 3916 | 2026-02-27T02:50:27.512Z | [ host-image] Feb 27 02:50:26.373 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml" |
| 3917 | 2026-02-27T02:50:27.516Z | [ host-image] Feb 27 02:50:26.373 INFO Checking files for board 'gimlet' |
| 3918 | 2026-02-27T02:50:27.516Z | [ host-image] Feb 27 02:50:26.373 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 3919 | 2026-02-27T02:50:27.516Z | [ host-image] Feb 27 02:50:26.373 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml" |
| 3920 | 2026-02-27T02:50:27.516Z | [ host-image] Feb 27 02:50:26.373 INFO Checking files for board 'cosmo-mbist' |
| 3921 | 2026-02-27T02:50:27.516Z | [ host-image] Feb 27 02:50:26.373 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml" |
| 3922 | 2026-02-27T02:50:27.516Z | [ host-image] Feb 27 02:50:26.373 INFO Checking files for board 'cosmo-mbist-noaggr' |
| 3923 | 2026-02-27T02:50:27.516Z | [ host-image] Feb 27 02:50:26.373 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml" |
| 3924 | 2026-02-27T02:50:27.529Z | [ host-image] Feb 27 02:50:26.391 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpaFY3GB/proto/host/root" |
| 3925 | 2026-02-27T02:50:27.530Z | [ host-image] Feb 27 02:50:26.391 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ } |
| 3926 | 2026-02-27T02:50:27.530Z | [ host-image] Feb 27 02:50:26.391 INFO image builder template: ramdisk-01-os... |
| 3927 | 2026-02-27T02:50:27.534Z | [ host-image] Feb 27 02:50:26.391 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/.tmpaFY3GB/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 |
| 3928 | 2026-02-27T02:50:27.560Z | [ host-image] Feb 27 02:50:26.421 INFO O| Feb 27 02:50:26.421 INFO CREATE DATASET: rpool/images/build/host/output |
| 3929 | 2026-02-27T02:50:28.016Z | [ host-image] Feb 27 02:50:26.877 INFO O| Feb 27 02:50:26.877 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3930 | 2026-02-27T02:50:28.023Z | [ host-image] Feb 27 02:50:26.885 INFO O| Feb 27 02:50:26.884 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3931 | 2026-02-27T02:50:28.315Z | [ host-image] Feb 27 02:50:27.176 INFO O| Feb 27 02:50:27.176 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled |
| 3932 | 2026-02-27T02:50:28.388Z | [ host-image] Feb 27 02:50:27.248 INFO O| Feb 27 02:50:27.248 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3933 | 2026-02-27T02:50:28.388Z | [ host-image] Feb 27 02:50:27.248 INFO O| Feb 27 02:50:27.248 INFO work dataset: rpool/images/build/host/work/sled/ramdisk |
| 3934 | 2026-02-27T02:50:28.392Z | [ host-image] Feb 27 02:50:27.248 INFO O| Feb 27 02:50:27.248 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk |
| 3935 | 2026-02-27T02:50:28.392Z | [ host-image] Feb 27 02:50:27.248 INFO O| Feb 27 02:50:27.248 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk |
| 3936 | 2026-02-27T02:50:28.400Z | [ host-image] Feb 27 02:50:27.261 INFO O| Feb 27 02:50:27.261 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk |
| 3937 | 2026-02-27T02:50:28.828Z | [ host-image] Feb 27 02:50:27.690 INFO O| Feb 27 02:50:27.689 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3938 | 2026-02-27T02:50:28.843Z | [ host-image] Feb 27 02:50:27.704 INFO O| Feb 27 02:50:27.704 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"] |
| 3939 | 2026-02-27T02:50:29.608Z | [ host-image] Feb 27 02:50:28.469 INFO O| Feb 27 02:50:28.469 INFO O| Caching catalogs ... Done |
| 3940 | 2026-02-27T02:50:29.764Z | [ host-image] Feb 27 02:50:28.625 INFO O| Feb 27 02:50:28.625 INFO STEP 0 (pkg_image_create) COMPLETE |
| 3941 | 2026-02-27T02:50:29.764Z | [ host-image] Feb 27 02:50:28.625 INFO O| Feb 27 02:50:28.625 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3942 | 2026-02-27T02:50:29.780Z | [ host-image] Feb 27 02:50:28.641 INFO O| Feb 27 02:50:28.641 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"] |
| 3943 | 2026-02-27T02:50:30.373Z | [ host-image] Feb 27 02:50:29.233 INFO O| Feb 27 02:50:29.233 INFO STEP 1 (pkg_set_publisher) COMPLETE |
| 3944 | 2026-02-27T02:50:30.373Z | [ host-image] Feb 27 02:50:29.233 INFO O| Feb 27 02:50:29.233 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3945 | 2026-02-27T02:50:30.378Z | [ host-image] Feb 27 02:50:29.233 INFO O| Feb 27 02:50:29.233 INFO skip step because feature "publisher_1_name" is not enabled |
| 3946 | 2026-02-27T02:50:30.378Z | [ host-image] Feb 27 02:50:29.233 INFO O| Feb 27 02:50:29.233 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3947 | 2026-02-27T02:50:30.378Z | [ host-image] Feb 27 02:50:29.233 INFO O| Feb 27 02:50:29.233 INFO skip step because feature "publisher_2_name" is not enabled |
| 3948 | 2026-02-27T02:50:30.378Z | [ host-image] Feb 27 02:50:29.233 INFO O| Feb 27 02:50:29.233 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3949 | 2026-02-27T02:50:30.378Z | [ host-image] Feb 27 02:50:29.233 INFO O| Feb 27 02:50:29.233 INFO skip step because feature "publisher_3_name" is not enabled |
| 3950 | 2026-02-27T02:50:30.378Z | [ host-image] Feb 27 02:50:29.233 INFO O| Feb 27 02:50:29.233 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3951 | 2026-02-27T02:50:30.745Z | [ host-image] Feb 27 02:50:29.606 INFO O| Feb 27 02:50:29.606 INFO variant opensolaris.zone is already global |
| 3952 | 2026-02-27T02:50:30.745Z | [ host-image] Feb 27 02:50:29.606 INFO O| Feb 27 02:50:29.606 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 3953 | 2026-02-27T02:50:30.750Z | [ host-image] Feb 27 02:50:29.606 INFO O| Feb 27 02:50:29.606 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3954 | 2026-02-27T02:50:31.114Z | [ host-image] Feb 27 02:50:29.975 INFO O| Feb 27 02:50:29.975 INFO variant opensolaris.imagetype is full; changing to partial |
| 3955 | 2026-02-27T02:50:31.114Z | [ host-image] Feb 27 02:50:29.975 INFO O| Feb 27 02:50:29.975 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 3956 | 2026-02-27T02:50:47.846Z | [recovery-package] Finished `release` profile [optimized] target(s) in 30.03s |
| 3957 | 2026-02-27T02:50:49.848Z | Feb 27 02:50:48.707 INFO [recovery-package] process exited with exit status: 0 (32.374926702s) |
| 3958 | 2026-02-27T02:50:49.848Z | Feb 27 02:50:48.707 INFO [recovery-stamp] running task |
| 3959 | 2026-02-27T02:50:49.852Z | Feb 27 02:50:48.707 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
| 3960 | 2026-02-27T02:50:49.852Z | Feb 27 02:50:48.707 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+git0c68818c355 |
| 3961 | 2026-02-27T02:50:49.852Z | Feb 27 02:50:48.708 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 19.0.0-0.ci+git0c68818c355 |
| 3962 | 2026-02-27T02:50:49.859Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
| 3963 | 2026-02-27T02:50:49.863Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
| 3964 | 2026-02-27T02:50:49.962Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
| 3965 | 2026-02-27T02:50:49.966Z | Feb 27 02:50:48.826 INFO [stamp-installinator] process exited with exit status: 0 (117.727116ms) |
| 3966 | 2026-02-27T02:50:50.041Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
| 3967 | 2026-02-27T02:50:50.045Z | Feb 27 02:50:48.905 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (197.426686ms) |
| 3968 | 2026-02-27T02:50:50.045Z | Feb 27 02:50:48.905 INFO [recovery-stamp] task succeeded (197.730672ms) |
| 3969 | 2026-02-27T02:50:50.045Z | Feb 27 02:50:48.905 INFO [recovery-proto] running task |
| 3970 | 2026-02-27T02:50:50.045Z | Feb 27 02:50:48.905 INFO [tuf-stamp] running task |
| 3971 | 2026-02-27T02:50:50.049Z | Feb 27 02:50:48.906 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+git0c68818c355 |
| 3972 | 2026-02-27T02:50:50.049Z | Feb 27 02:50:48.906 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+git0c68818c355 |
| 3973 | 2026-02-27T02:50:50.049Z | Feb 27 02:50:48.906 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+git0c68818c355 |
| 3974 | 2026-02-27T02:50:50.049Z | Feb 27 02:50:48.907 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+git0c68818c355 |
| 3975 | 2026-02-27T02:50:50.049Z | Feb 27 02:50:48.909 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+git0c68818c355 |
| 3976 | 2026-02-27T02:50:50.049Z | Feb 27 02:50:48.909 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+git0c68818c355 |
| 3977 | 2026-02-27T02:50:50.050Z | Feb 27 02:50:48.909 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+git0c68818c355 |
| 3978 | 2026-02-27T02:50:50.054Z | Feb 27 02:50:48.909 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+git0c68818c355 |
| 3979 | 2026-02-27T02:50:50.054Z | Feb 27 02:50:48.910 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+git0c68818c355 |
| 3980 | 2026-02-27T02:50:50.054Z | Feb 27 02:50:48.912 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+git0c68818c355 |
| 3981 | 2026-02-27T02:50:50.062Z | Feb 27 02:50:48.921 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+git0c68818c355 |
| 3982 | 2026-02-27T02:50:50.065Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3983 | 2026-02-27T02:50:50.065Z | Feb 27 02:50:48.921 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+git0c68818c355 |
| 3984 | 2026-02-27T02:50:50.065Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3985 | 2026-02-27T02:50:50.069Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3986 | 2026-02-27T02:50:50.073Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3987 | 2026-02-27T02:50:50.073Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3988 | 2026-02-27T02:50:50.077Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3989 | 2026-02-27T02:50:50.077Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3990 | 2026-02-27T02:50:50.077Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3991 | 2026-02-27T02:50:50.082Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3992 | 2026-02-27T02:50:50.082Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3993 | 2026-02-27T02:50:50.085Z | [stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3994 | 2026-02-27T02:50:50.085Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3995 | 2026-02-27T02:50:50.222Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
| 3996 | 2026-02-27T02:50:50.261Z | Feb 27 02:50:49.120 INFO [stamp-probe] process exited with exit status: 0 (209.507721ms) |
| 3997 | 2026-02-27T02:50:50.278Z | Feb 27 02:50:49.137 INFO [recovery-proto] task succeeded (232.591597ms) |
| 3998 | 2026-02-27T02:50:50.282Z | Feb 27 02:50:49.138 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/.tmpaFY3GB/proto/recovery/root -N 'recovery 0c68818/${os_short_commit} 2026-02-27 02:18' -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/' |
| 3999 | 2026-02-27T02:50:50.289Z | [ recovery-image] Feb 27 02:50:49.148 INFO Checking files for board 'cosmo-mbist-noaggr' |
| 4000 | 2026-02-27T02:50:50.289Z | [ recovery-image] Feb 27 02:50:49.148 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml" |
| 4001 | 2026-02-27T02:50:50.289Z | [ recovery-image] Feb 27 02:50:49.148 INFO Checking files for board 'cosmo-mbist' |
| 4002 | 2026-02-27T02:50:50.293Z | [ recovery-image] Feb 27 02:50:49.148 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml" |
| 4003 | 2026-02-27T02:50:50.293Z | [ recovery-image] Feb 27 02:50:49.148 INFO Checking files for board 'gimlet' |
| 4004 | 2026-02-27T02:50:50.293Z | [ recovery-image] Feb 27 02:50:49.148 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 4005 | 2026-02-27T02:50:50.293Z | [ recovery-image] Feb 27 02:50:49.148 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml" |
| 4006 | 2026-02-27T02:50:50.293Z | [ recovery-image] Feb 27 02:50:49.148 INFO Checking files for board 'cosmo' |
| 4007 | 2026-02-27T02:50:50.293Z | [ recovery-image] Feb 27 02:50:49.148 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5" |
| 4008 | 2026-02-27T02:50:50.293Z | [ recovery-image] Feb 27 02:50:49.148 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml" |
| 4009 | 2026-02-27T02:50:50.305Z | [ recovery-image] Feb 27 02:50:49.164 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpaFY3GB/proto/recovery/root" |
| 4010 | 2026-02-27T02:50:50.305Z | [ recovery-image] Feb 27 02:50:49.164 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ } |
| 4011 | 2026-02-27T02:50:50.305Z | [ recovery-image] Feb 27 02:50:49.164 INFO image builder template: ramdisk-01-os... |
| 4012 | 2026-02-27T02:50:50.309Z | [ recovery-image] Feb 27 02:50:49.164 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/.tmpaFY3GB/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
| 4013 | 2026-02-27T02:50:50.332Z | [ recovery-image] Feb 27 02:50:49.191 INFO O| Feb 27 02:50:49.191 INFO CREATE DATASET: rpool/images/build/recovery/output |
| 4014 | 2026-02-27T02:50:50.707Z | [ recovery-image] Feb 27 02:50:49.567 INFO O| Feb 27 02:50:49.567 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4015 | 2026-02-27T02:50:50.713Z | [ recovery-image] Feb 27 02:50:49.573 INFO O| Feb 27 02:50:49.573 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4016 | 2026-02-27T02:50:51.141Z | [ recovery-image] Feb 27 02:50:50.001 INFO O| Feb 27 02:50:50.000 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled |
| 4017 | 2026-02-27T02:50:51.234Z | [ recovery-image] Feb 27 02:50:50.094 INFO O| Feb 27 02:50:50.094 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4018 | 2026-02-27T02:50:51.234Z | [ recovery-image] Feb 27 02:50:50.094 INFO O| Feb 27 02:50:50.094 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4019 | 2026-02-27T02:50:51.238Z | [ recovery-image] Feb 27 02:50:50.094 INFO O| Feb 27 02:50:50.094 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4020 | 2026-02-27T02:50:51.238Z | [ recovery-image] Feb 27 02:50:50.094 INFO O| Feb 27 02:50:50.094 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4021 | 2026-02-27T02:50:51.246Z | [ recovery-image] Feb 27 02:50:50.105 INFO O| Feb 27 02:50:50.105 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4022 | 2026-02-27T02:50:51.473Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
| 4023 | 2026-02-27T02:50:51.529Z | Feb 27 02:50:50.389 INFO [stamp-ntp] process exited with exit status: 0 (1.482872334s) |
| 4024 | 2026-02-27T02:50:51.839Z | [ recovery-image] Feb 27 02:50:50.699 INFO O| Feb 27 02:50:50.699 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4025 | 2026-02-27T02:50:51.852Z | [ recovery-image] Feb 27 02:50:50.712 INFO O| Feb 27 02:50:50.711 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"] |
| 4026 | 2026-02-27T02:50:51.950Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
| 4027 | 2026-02-27T02:50:51.968Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s |
| 4028 | 2026-02-27T02:50:51.995Z | Feb 27 02:50:50.855 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.942376825s) |
| 4029 | 2026-02-27T02:50:52.029Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
| 4030 | 2026-02-27T02:50:52.364Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
| 4031 | 2026-02-27T02:50:52.372Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
| 4032 | 2026-02-27T02:50:52.464Z | Feb 27 02:50:51.323 INFO [stamp-internal-dns] process exited with exit status: 0 (2.40240437s) |
| 4033 | 2026-02-27T02:50:52.493Z | Feb 27 02:50:51.353 INFO [stamp-external-dns] process exited with exit status: 0 (2.445939378s) |
| 4034 | 2026-02-27T02:50:52.527Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
| 4035 | 2026-02-27T02:50:52.565Z | Feb 27 02:50:51.424 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.518149529s) |
| 4036 | 2026-02-27T02:50:52.691Z | [ recovery-image] Feb 27 02:50:51.550 INFO O| Feb 27 02:50:51.550 INFO O| Caching catalogs ... Done |
| 4037 | 2026-02-27T02:50:52.746Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
| 4038 | 2026-02-27T02:50:52.780Z | Feb 27 02:50:51.639 INFO [stamp-oximeter] process exited with exit status: 0 (2.730156852s) |
| 4039 | 2026-02-27T02:50:52.830Z | [ recovery-image] Feb 27 02:50:51.689 INFO O| Feb 27 02:50:51.689 INFO STEP 0 (pkg_image_create) COMPLETE |
| 4040 | 2026-02-27T02:50:52.830Z | [ recovery-image] Feb 27 02:50:51.689 INFO O| Feb 27 02:50:51.689 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4041 | 2026-02-27T02:50:52.842Z | [ recovery-image] Feb 27 02:50:51.702 INFO O| Feb 27 02:50:51.702 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"] |
| 4042 | 2026-02-27T02:50:53.374Z | [ recovery-image] Feb 27 02:50:52.234 INFO O| Feb 27 02:50:52.233 INFO STEP 1 (pkg_set_publisher) COMPLETE |
| 4043 | 2026-02-27T02:50:53.374Z | [ recovery-image] Feb 27 02:50:52.234 INFO O| Feb 27 02:50:52.234 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4044 | 2026-02-27T02:50:53.377Z | [ recovery-image] Feb 27 02:50:52.234 INFO O| Feb 27 02:50:52.234 INFO skip step because feature "publisher_1_name" is not enabled |
| 4045 | 2026-02-27T02:50:53.378Z | [ recovery-image] Feb 27 02:50:52.234 INFO O| Feb 27 02:50:52.234 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4046 | 2026-02-27T02:50:53.378Z | [ recovery-image] Feb 27 02:50:52.234 INFO O| Feb 27 02:50:52.234 INFO skip step because feature "publisher_2_name" is not enabled |
| 4047 | 2026-02-27T02:50:53.378Z | [ recovery-image] Feb 27 02:50:52.234 INFO O| Feb 27 02:50:52.234 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4048 | 2026-02-27T02:50:53.378Z | [ recovery-image] Feb 27 02:50:52.234 INFO O| Feb 27 02:50:52.234 INFO skip step because feature "publisher_3_name" is not enabled |
| 4049 | 2026-02-27T02:50:53.378Z | [ recovery-image] Feb 27 02:50:52.234 INFO O| Feb 27 02:50:52.234 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4050 | 2026-02-27T02:50:53.904Z | [ recovery-image] Feb 27 02:50:52.763 INFO O| Feb 27 02:50:52.763 INFO variant opensolaris.zone is already global |
| 4051 | 2026-02-27T02:50:53.904Z | [ recovery-image] Feb 27 02:50:52.763 INFO O| Feb 27 02:50:52.763 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 4052 | 2026-02-27T02:50:53.910Z | [ recovery-image] Feb 27 02:50:52.763 INFO O| Feb 27 02:50:52.763 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4053 | 2026-02-27T02:50:54.420Z | [ recovery-image] Feb 27 02:50:53.280 INFO O| Feb 27 02:50:53.279 INFO variant opensolaris.imagetype is full; changing to partial |
| 4054 | 2026-02-27T02:50:54.420Z | [ recovery-image] Feb 27 02:50:53.280 INFO O| Feb 27 02:50:53.280 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 4055 | 2026-02-27T02:50:55.866Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
| 4056 | 2026-02-27T02:50:55.871Z | Feb 27 02:50:54.731 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.809200326s) |
| 4057 | 2026-02-27T02:50:57.089Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
| 4058 | 2026-02-27T02:50:57.095Z | Feb 27 02:50:55.954 INFO [stamp-nexus] process exited with exit status: 0 (7.047744975s) |
| 4059 | 2026-02-27T02:50:59.084Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
| 4060 | 2026-02-27T02:50:59.090Z | Feb 27 02:50:57.949 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (9.041410112s) |
| 4061 | 2026-02-27T02:50:59.437Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
| 4062 | 2026-02-27T02:50:59.442Z | Feb 27 02:50:58.301 INFO [stamp-clickhouse] process exited with exit status: 0 (9.392617034s) |
| 4063 | 2026-02-27T02:50:59.797Z | [stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz |
| 4064 | 2026-02-27T02:50:59.802Z | Feb 27 02:50:58.661 INFO [stamp-clickhouse_server] process exited with exit status: 0 (9.754287505s) |
| 4065 | 2026-02-27T02:50:59.802Z | Feb 27 02:50:58.661 INFO [tuf-stamp] task succeeded (9.756244373s) |
| 4066 | 2026-02-27T02:51:00.616Z | [verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4067 | 2026-02-27T02:51:00.838Z | [verify-libraries] Compiling object v0.37.3 |
| 4068 | 2026-02-27T02:51:00.873Z | [verify-libraries] Compiling stacker v0.1.23 |
| 4069 | 2026-02-27T02:51:00.873Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
| 4070 | 2026-02-27T02:51:00.877Z | [verify-libraries] Compiling home v0.5.9 |
| 4071 | 2026-02-27T02:51:00.959Z | [verify-libraries] Compiling recursive-proc-macro-impl v0.1.1 |
| 4072 | 2026-02-27T02:51:00.959Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 4073 | 2026-02-27T02:51:00.962Z | [verify-libraries] Compiling sqlparser_derive v0.5.0 |
| 4074 | 2026-02-27T02:51:01.186Z | [verify-libraries] Compiling nix v0.28.0 |
| 4075 | 2026-02-27T02:51:01.256Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
| 4076 | 2026-02-27T02:51:01.567Z | [verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4077 | 2026-02-27T02:51:01.737Z | [verify-libraries] Compiling sqlformat v0.3.5 |
| 4078 | 2026-02-27T02:51:01.856Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4079 | 2026-02-27T02:51:02.370Z | [verify-libraries] Compiling polyval v0.6.2 |
| 4080 | 2026-02-27T02:51:02.514Z | [verify-libraries] Compiling ctr v0.9.2 |
| 4081 | 2026-02-27T02:51:03.044Z | [verify-libraries] Compiling ghash v0.5.1 |
| 4082 | 2026-02-27T02:51:03.115Z | [verify-libraries] Compiling blowfish v0.9.1 |
| 4083 | 2026-02-27T02:51:03.134Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
| 4084 | 2026-02-27T02:51:03.362Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
| 4085 | 2026-02-27T02:51:03.949Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
| 4086 | 2026-02-27T02:51:04.066Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
| 4087 | 2026-02-27T02:51:04.458Z | [verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4088 | 2026-02-27T02:51:04.767Z | [verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4089 | 2026-02-27T02:51:04.831Z | [verify-libraries] Compiling password-hash v0.4.2 |
| 4090 | 2026-02-27T02:51:05.315Z | [verify-libraries] Compiling petname v2.0.2 |
| 4091 | 2026-02-27T02:51:06.504Z | [verify-libraries] Compiling rustyline v14.0.0 |
| 4092 | 2026-02-27T02:51:07.294Z | [ host-image] Feb 27 02:51:06.152 INFO O| Feb 27 02:51:06.152 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4093 | 2026-02-27T02:51:08.054Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
| 4094 | 2026-02-27T02:51:08.683Z | [verify-libraries] Compiling ssh-key v0.6.6 |
| 4095 | 2026-02-27T02:51:08.753Z | [verify-libraries] Compiling p521 v0.13.3 |
| 4096 | 2026-02-27T02:51:09.698Z | [verify-libraries] Compiling p256 v0.13.2 |
| 4097 | 2026-02-27T02:51:11.119Z | [verify-libraries] Compiling ar_archive_writer v0.5.1 |
| 4098 | 2026-02-27T02:51:12.731Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
| 4099 | 2026-02-27T02:51:13.140Z | [verify-libraries] Compiling md5 v0.7.0 |
| 4100 | 2026-02-27T02:51:13.463Z | [verify-libraries] Compiling psm v0.1.30 |
| 4101 | 2026-02-27T02:51:14.005Z | [verify-libraries] Compiling russh-keys v0.45.0 |
| 4102 | 2026-02-27T02:51:14.074Z | [verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4103 | 2026-02-27T02:51:15.009Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4104 | 2026-02-27T02:51:15.638Z | [verify-libraries] Compiling num-bigint v0.4.6 |
| 4105 | 2026-02-27T02:51:16.393Z | [verify-libraries] Compiling recursive v0.1.1 |
| 4106 | 2026-02-27T02:51:16.696Z | [verify-libraries] Compiling sqlparser v0.61.0 |
| 4107 | 2026-02-27T02:51:20.410Z | [verify-libraries] Compiling des v0.8.1 |
| 4108 | 2026-02-27T02:51:20.940Z | [verify-libraries] Compiling sapling-renderdag v0.1.0 |
| 4109 | 2026-02-27T02:51:21.306Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4110 | 2026-02-27T02:51:21.526Z | [verify-libraries] Compiling hex-literal v0.4.1 |
| 4111 | 2026-02-27T02:51:22.079Z | [verify-libraries] Compiling sync-ptr v0.1.4 |
| 4112 | 2026-02-27T02:51:22.275Z | [verify-libraries] Compiling russh v0.45.0 |
| 4113 | 2026-02-27T02:51:22.358Z | [verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4114 | 2026-02-27T02:51:22.556Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4115 | 2026-02-27T02:51:26.155Z | [verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4116 | 2026-02-27T02:51:29.339Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4117 | 2026-02-27T02:51:30.116Z | [verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4118 | 2026-02-27T02:51:31.650Z | [ host-image] Feb 27 02:51:30.506 INFO O| Feb 27 02:51:30.506 INFO O| Startup: Caching catalogs ... Done |
| 4119 | 2026-02-27T02:51:31.796Z | [ host-image] Feb 27 02:51:30.651 INFO O| Feb 27 02:51:30.651 INFO O| Planning: Planning completed in 0.00 seconds |
| 4120 | 2026-02-27T02:51:31.799Z | [ host-image] Feb 27 02:51:30.653 INFO O| Feb 27 02:51:30.652 INFO O| Planning: Consolidating action changes ... Done |
| 4121 | 2026-02-27T02:51:31.800Z | [ host-image] Feb 27 02:51:30.653 INFO O| Feb 27 02:51:30.653 INFO O| Planning: Evaluating mediators ... Done |
| 4122 | 2026-02-27T02:51:31.800Z | [ host-image] Feb 27 02:51:30.653 INFO O| Feb 27 02:51:30.653 INFO O| Planning: Planning completed in 0.00 seconds |
| 4123 | 2026-02-27T02:51:31.800Z | [ host-image] Feb 27 02:51:30.654 INFO O| Feb 27 02:51:30.654 INFO O| Variants/Facets to change: 1 |
| 4124 | 2026-02-27T02:51:31.888Z | [ host-image] Feb 27 02:51:30.744 INFO O| Feb 27 02:51:30.744 INFO O| Done |
| 4125 | 2026-02-27T02:51:31.889Z | [ host-image] Feb 27 02:51:30.744 INFO O| Feb 27 02:51:30.744 INFO O| Done |
| 4126 | 2026-02-27T02:51:33.377Z | [verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4127 | 2026-02-27T02:51:34.873Z | [ host-image] Feb 27 02:51:33.728 INFO O| Feb 27 02:51:33.728 INFO O| Done |
| 4128 | 2026-02-27T02:51:35.069Z | [ host-image] Feb 27 02:51:33.924 INFO O| Feb 27 02:51:33.924 INFO O| Done |
| 4129 | 2026-02-27T02:51:35.072Z | [ host-image] Feb 27 02:51:33.925 INFO O| Feb 27 02:51:33.925 INFO O| Done |
| 4130 | 2026-02-27T02:51:35.072Z | [ host-image] Feb 27 02:51:33.926 INFO O| Feb 27 02:51:33.926 INFO O| Done |
| 4131 | 2026-02-27T02:51:35.072Z | [ host-image] Feb 27 02:51:33.927 INFO O| Feb 27 02:51:33.927 INFO O| Done |
| 4132 | 2026-02-27T02:51:37.540Z | [ host-image] Feb 27 02:51:36.395 INFO O| Feb 27 02:51:36.394 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 4133 | 2026-02-27T02:51:37.540Z | [ host-image] Feb 27 02:51:36.395 INFO O| Feb 27 02:51:36.395 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4134 | 2026-02-27T02:51:37.543Z | [ host-image] Feb 27 02:51:36.395 INFO O| Feb 27 02:51:36.395 INFO skip step because feature "debug_variant" is not enabled |
| 4135 | 2026-02-27T02:51:37.543Z | [ host-image] Feb 27 02:51:36.395 INFO O| Feb 27 02:51:36.395 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4136 | 2026-02-27T02:51:38.331Z | [ host-image] Feb 27 02:51:37.186 INFO O| Feb 27 02:51:37.186 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"] |
| 4137 | 2026-02-27T02:51:40.478Z | [verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 4138 | 2026-02-27T02:51:43.343Z | [ recovery-image] Feb 27 02:51:42.197 INFO O| Feb 27 02:51:42.197 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4139 | 2026-02-27T02:51:51.049Z | [verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 4140 | 2026-02-27T02:52:00.909Z | [verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 4141 | 2026-02-27T02:52:04.546Z | [verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 4142 | 2026-02-27T02:52:06.707Z | [ recovery-image] Feb 27 02:52:05.559 INFO O| Feb 27 02:52:05.559 INFO O| Startup: Caching catalogs ... Done |
| 4143 | 2026-02-27T02:52:06.878Z | [ recovery-image] Feb 27 02:52:05.731 INFO O| Feb 27 02:52:05.731 INFO O| Planning: Planning completed in 0.00 seconds |
| 4144 | 2026-02-27T02:52:06.882Z | [ recovery-image] Feb 27 02:52:05.732 INFO O| Feb 27 02:52:05.732 INFO O| Planning: Consolidating action changes ... Done |
| 4145 | 2026-02-27T02:52:06.882Z | [ recovery-image] Feb 27 02:52:05.732 INFO O| Feb 27 02:52:05.732 INFO O| Planning: Evaluating mediators ... Done |
| 4146 | 2026-02-27T02:52:06.882Z | [ recovery-image] Feb 27 02:52:05.733 INFO O| Feb 27 02:52:05.733 INFO O| Planning: Planning completed in 0.00 seconds |
| 4147 | 2026-02-27T02:52:06.882Z | [ recovery-image] Feb 27 02:52:05.733 INFO O| Feb 27 02:52:05.733 INFO O| Variants/Facets to change: 1 |
| 4148 | 2026-02-27T02:52:06.945Z | [ recovery-image] Feb 27 02:52:05.798 INFO O| Feb 27 02:52:05.798 INFO O| Done |
| 4149 | 2026-02-27T02:52:06.945Z | [ recovery-image] Feb 27 02:52:05.798 INFO O| Feb 27 02:52:05.798 INFO O| Done |
| 4150 | 2026-02-27T02:52:09.994Z | [ recovery-image] Feb 27 02:52:08.846 INFO O| Feb 27 02:52:08.846 INFO O| Done |
| 4151 | 2026-02-27T02:52:10.211Z | [ recovery-image] Feb 27 02:52:09.062 INFO O| Feb 27 02:52:09.062 INFO O| Done |
| 4152 | 2026-02-27T02:52:10.214Z | [ recovery-image] Feb 27 02:52:09.064 INFO O| Feb 27 02:52:09.064 INFO O| Done |
| 4153 | 2026-02-27T02:52:10.214Z | [ recovery-image] Feb 27 02:52:09.064 INFO O| Feb 27 02:52:09.064 INFO O| Done |
| 4154 | 2026-02-27T02:52:10.214Z | [ recovery-image] Feb 27 02:52:09.066 INFO O| Feb 27 02:52:09.066 INFO O| Done |
| 4155 | 2026-02-27T02:52:11.928Z | [verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 4156 | 2026-02-27T02:52:12.548Z | [ recovery-image] Feb 27 02:52:11.400 INFO O| Feb 27 02:52:11.400 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 4157 | 2026-02-27T02:52:12.548Z | [ recovery-image] Feb 27 02:52:11.400 INFO O| Feb 27 02:52:11.400 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4158 | 2026-02-27T02:52:12.552Z | [ recovery-image] Feb 27 02:52:11.400 INFO O| Feb 27 02:52:11.400 INFO skip step because feature "debug_variant" is not enabled |
| 4159 | 2026-02-27T02:52:12.552Z | [ recovery-image] Feb 27 02:52:11.400 INFO O| Feb 27 02:52:11.400 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4160 | 2026-02-27T02:52:13.398Z | [ recovery-image] Feb 27 02:52:12.250 INFO O| Feb 27 02:52:12.250 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"] |
| 4161 | 2026-02-27T02:52:19.263Z | [verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4162 | 2026-02-27T02:52:24.332Z | [verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 4163 | 2026-02-27T02:52:28.887Z | [verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4164 | 2026-02-27T02:52:32.149Z | [ host-image] Feb 27 02:52:30.999 INFO O| Feb 27 02:52:30.998 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4165 | 2026-02-27T02:52:36.503Z | [verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 4166 | 2026-02-27T02:52:47.379Z | [verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 4167 | 2026-02-27T02:52:52.086Z | [verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4168 | 2026-02-27T02:52:52.650Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
| 4169 | 2026-02-27T02:52:53.106Z | [verify-libraries] Compiling omicron-zone-package v0.12.2 |
| 4170 | 2026-02-27T02:52:57.787Z | [ host-image] Feb 27 02:52:56.635 INFO O| Feb 27 02:52:56.635 INFO O| Startup: Caching catalogs ... Done |
| 4171 | 2026-02-27T02:52:57.993Z | [ host-image] Feb 27 02:52:56.841 INFO O| Feb 27 02:52:56.841 INFO O| Planning: Planning completed in 0.00 seconds |
| 4172 | 2026-02-27T02:52:57.997Z | [ host-image] Feb 27 02:52:56.842 INFO O| Feb 27 02:52:56.842 INFO O| Planning: Consolidating action changes ... Done |
| 4173 | 2026-02-27T02:52:57.997Z | [ host-image] Feb 27 02:52:56.842 INFO O| Feb 27 02:52:56.842 INFO O| Planning: Evaluating mediators ... Done |
| 4174 | 2026-02-27T02:52:57.997Z | [ host-image] Feb 27 02:52:56.842 INFO O| Feb 27 02:52:56.842 INFO O| Planning: Planning completed in 0.00 seconds |
| 4175 | 2026-02-27T02:52:57.997Z | [ host-image] Feb 27 02:52:56.843 INFO O| Feb 27 02:52:56.843 INFO O| Variants/Facets to change: 1 |
| 4176 | 2026-02-27T02:52:58.059Z | [ host-image] Feb 27 02:52:56.906 INFO O| Feb 27 02:52:56.906 INFO O| Done |
| 4177 | 2026-02-27T02:52:58.062Z | [ host-image] Feb 27 02:52:56.907 INFO O| Feb 27 02:52:56.906 INFO O| Done |
| 4178 | 2026-02-27T02:53:00.964Z | [ host-image] Feb 27 02:52:59.811 INFO O| Feb 27 02:52:59.811 INFO O| Done |
| 4179 | 2026-02-27T02:53:01.306Z | [ host-image] Feb 27 02:53:00.152 INFO O| Feb 27 02:53:00.152 INFO O| Done |
| 4180 | 2026-02-27T02:53:01.309Z | [ host-image] Feb 27 02:53:00.153 INFO O| Feb 27 02:53:00.153 INFO O| Done |
| 4181 | 2026-02-27T02:53:01.309Z | [ host-image] Feb 27 02:53:00.154 INFO O| Feb 27 02:53:00.154 INFO O| Done |
| 4182 | 2026-02-27T02:53:01.309Z | [ host-image] Feb 27 02:53:00.156 INFO O| Feb 27 02:53:00.156 INFO O| Done |
| 4183 | 2026-02-27T02:53:03.454Z | [ host-image] Feb 27 02:53:02.301 INFO O| Feb 27 02:53:02.301 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 4184 | 2026-02-27T02:53:03.454Z | [ host-image] Feb 27 02:53:02.301 INFO O| Feb 27 02:53:02.301 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4185 | 2026-02-27T02:53:03.457Z | [ host-image] Feb 27 02:53:02.301 INFO O| Feb 27 02:53:02.301 INFO skip step because feature "recovery" is not enabled |
| 4186 | 2026-02-27T02:53:03.457Z | [ host-image] Feb 27 02:53:02.301 INFO O| Feb 27 02:53:02.301 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4187 | 2026-02-27T02:53:03.457Z | [ host-image] Feb 27 02:53:02.301 INFO O| Feb 27 02:53:02.301 INFO skip step because feature "recovery" is not enabled |
| 4188 | 2026-02-27T02:53:03.457Z | [ host-image] Feb 27 02:53:02.301 INFO O| Feb 27 02:53:02.301 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4189 | 2026-02-27T02:53:03.474Z | [ host-image] Feb 27 02:53:02.321 INFO O| Feb 27 02:53:02.321 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"] |
| 4190 | 2026-02-27T02:53:07.076Z | [ recovery-image] Feb 27 02:53:05.923 INFO O| Feb 27 02:53:05.923 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4191 | 2026-02-27T02:53:14.744Z | [verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4192 | 2026-02-27T02:53:16.288Z | [verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4193 | 2026-02-27T02:53:17.199Z | [verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4194 | 2026-02-27T02:53:27.767Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4195 | 2026-02-27T02:53:31.744Z | [ recovery-image] Feb 27 02:53:30.589 INFO O| Feb 27 02:53:30.589 INFO O| Startup: Caching catalogs ... Done |
| 4196 | 2026-02-27T02:53:31.922Z | [ recovery-image] Feb 27 02:53:30.766 INFO O| Feb 27 02:53:30.766 INFO O| Planning: Planning completed in 0.00 seconds |
| 4197 | 2026-02-27T02:53:31.925Z | [ recovery-image] Feb 27 02:53:30.767 INFO O| Feb 27 02:53:30.767 INFO O| Planning: Consolidating action changes ... Done |
| 4198 | 2026-02-27T02:53:31.925Z | [ recovery-image] Feb 27 02:53:30.767 INFO O| Feb 27 02:53:30.767 INFO O| Planning: Evaluating mediators ... Done |
| 4199 | 2026-02-27T02:53:31.925Z | [ recovery-image] Feb 27 02:53:30.768 INFO O| Feb 27 02:53:30.768 INFO O| Planning: Planning completed in 0.00 seconds |
| 4200 | 2026-02-27T02:53:31.925Z | [ recovery-image] Feb 27 02:53:30.768 INFO O| Feb 27 02:53:30.768 INFO O| Variants/Facets to change: 1 |
| 4201 | 2026-02-27T02:53:31.965Z | [ recovery-image] Feb 27 02:53:30.810 INFO O| Feb 27 02:53:30.810 INFO O| Done |
| 4202 | 2026-02-27T02:53:31.968Z | [ recovery-image] Feb 27 02:53:30.810 INFO O| Feb 27 02:53:30.810 INFO O| Done |
| 4203 | 2026-02-27T02:53:34.882Z | [ recovery-image] Feb 27 02:53:33.727 INFO O| Feb 27 02:53:33.727 INFO O| Done |
| 4204 | 2026-02-27T02:53:35.148Z | [ recovery-image] Feb 27 02:53:33.993 INFO O| Feb 27 02:53:33.993 INFO O| Done |
| 4205 | 2026-02-27T02:53:35.151Z | [ recovery-image] Feb 27 02:53:33.994 INFO O| Feb 27 02:53:33.994 INFO O| Done |
| 4206 | 2026-02-27T02:53:35.151Z | [ recovery-image] Feb 27 02:53:33.994 INFO O| Feb 27 02:53:33.994 INFO O| Done |
| 4207 | 2026-02-27T02:53:35.152Z | [ recovery-image] Feb 27 02:53:33.996 INFO O| Feb 27 02:53:33.996 INFO O| Done |
| 4208 | 2026-02-27T02:53:35.583Z | [verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4209 | 2026-02-27T02:53:37.276Z | [ recovery-image] Feb 27 02:53:36.120 INFO O| Feb 27 02:53:36.120 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 4210 | 2026-02-27T02:53:37.280Z | [ recovery-image] Feb 27 02:53:36.120 INFO O| Feb 27 02:53:36.120 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4211 | 2026-02-27T02:53:37.987Z | [ recovery-image] Feb 27 02:53:36.831 INFO O| Feb 27 02:53:36.831 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"] |
| 4212 | 2026-02-27T02:53:40.545Z | [verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4213 | 2026-02-27T02:53:42.199Z | [verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4214 | 2026-02-27T02:53:43.722Z | [verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4215 | 2026-02-27T02:53:55.676Z | [ host-image] Feb 27 02:53:54.519 INFO O| Feb 27 02:53:54.519 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4216 | 2026-02-27T02:54:19.948Z | [ host-image] Feb 27 02:54:18.789 INFO O| Feb 27 02:54:18.788 INFO O| Startup: Caching catalogs ... Done |
| 4217 | 2026-02-27T02:54:24.124Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4218 | 2026-02-27T02:54:31.261Z | [ recovery-image] Feb 27 02:54:30.100 INFO O| Feb 27 02:54:30.100 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4219 | 2026-02-27T02:54:53.433Z | [verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4220 | 2026-02-27T02:55:00.672Z | [verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4221 | 2026-02-27T02:55:00.725Z | [ recovery-image] Feb 27 02:54:59.562 INFO O| Feb 27 02:54:59.562 INFO O| Startup: Caching catalogs ... Done |
| 4222 | 2026-02-27T02:55:00.927Z | [ recovery-image] Feb 27 02:54:59.763 INFO O| Feb 27 02:54:59.763 INFO O| Planning: Planning completed in 0.00 seconds |
| 4223 | 2026-02-27T02:55:00.930Z | [ recovery-image] Feb 27 02:54:59.764 INFO O| Feb 27 02:54:59.764 INFO O| Planning: Consolidating action changes ... Done |
| 4224 | 2026-02-27T02:55:00.930Z | [ recovery-image] Feb 27 02:54:59.764 INFO O| Feb 27 02:54:59.764 INFO O| Planning: Evaluating mediators ... Done |
| 4225 | 2026-02-27T02:55:00.930Z | [ recovery-image] Feb 27 02:54:59.765 INFO O| Feb 27 02:54:59.765 INFO O| Planning: Planning completed in 0.00 seconds |
| 4226 | 2026-02-27T02:55:00.930Z | [ recovery-image] Feb 27 02:54:59.765 INFO O| Feb 27 02:54:59.765 INFO O| Variants/Facets to change: 1 |
| 4227 | 2026-02-27T02:55:00.992Z | [ recovery-image] Feb 27 02:54:59.828 INFO O| Feb 27 02:54:59.828 INFO O| Done |
| 4228 | 2026-02-27T02:55:00.992Z | [ recovery-image] Feb 27 02:54:59.828 INFO O| Feb 27 02:54:59.828 INFO O| Done |
| 4229 | 2026-02-27T02:55:04.221Z | [ recovery-image] Feb 27 02:55:03.057 INFO O| Feb 27 02:55:03.057 INFO O| Done |
| 4230 | 2026-02-27T02:55:04.452Z | [ recovery-image] Feb 27 02:55:03.288 INFO O| Feb 27 02:55:03.288 INFO O| Done |
| 4231 | 2026-02-27T02:55:04.455Z | [ recovery-image] Feb 27 02:55:03.289 INFO O| Feb 27 02:55:03.289 INFO O| Done |
| 4232 | 2026-02-27T02:55:04.455Z | [ recovery-image] Feb 27 02:55:03.289 INFO O| Feb 27 02:55:03.289 INFO O| Done |
| 4233 | 2026-02-27T02:55:04.458Z | [ recovery-image] Feb 27 02:55:03.292 INFO O| Feb 27 02:55:03.292 INFO O| Done |
| 4234 | 2026-02-27T02:55:06.765Z | [ recovery-image] Feb 27 02:55:05.600 INFO O| Feb 27 02:55:05.600 INFO STEP 9 (pkg_change_facet) COMPLETE |
| 4235 | 2026-02-27T02:55:06.765Z | [ recovery-image] Feb 27 02:55:05.600 INFO O| Feb 27 02:55:05.600 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4236 | 2026-02-27T02:55:07.590Z | [ recovery-image] Feb 27 02:55:06.426 INFO O| Feb 27 02:55:06.426 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"] |
| 4237 | 2026-02-27T02:55:14.589Z | [verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4238 | 2026-02-27T02:55:45.149Z | [verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4239 | 2026-02-27T02:55:46.827Z | [verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4240 | 2026-02-27T02:55:48.259Z | [verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4241 | 2026-02-27T02:56:03.592Z | [ recovery-image] Feb 27 02:56:02.422 INFO O| Feb 27 02:56:02.422 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4242 | 2026-02-27T02:56:26.694Z | [verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4243 | 2026-02-27T02:56:27.679Z | [verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4244 | 2026-02-27T02:56:28.313Z | [ recovery-image] Feb 27 02:56:27.142 INFO O| Feb 27 02:56:27.142 INFO O| Startup: Caching catalogs ... Done |
| 4245 | 2026-02-27T02:56:28.483Z | [ recovery-image] Feb 27 02:56:27.311 INFO O| Feb 27 02:56:27.311 INFO O| Planning: Planning completed in 0.00 seconds |
| 4246 | 2026-02-27T02:56:28.486Z | [ recovery-image] Feb 27 02:56:27.312 INFO O| Feb 27 02:56:27.312 INFO O| Planning: Consolidating action changes ... Done |
| 4247 | 2026-02-27T02:56:28.487Z | [ recovery-image] Feb 27 02:56:27.313 INFO O| Feb 27 02:56:27.313 INFO O| Planning: Evaluating mediators ... Done |
| 4248 | 2026-02-27T02:56:28.487Z | [ recovery-image] Feb 27 02:56:27.313 INFO O| Feb 27 02:56:27.313 INFO O| Planning: Planning completed in 0.00 seconds |
| 4249 | 2026-02-27T02:56:28.487Z | [ recovery-image] Feb 27 02:56:27.314 INFO O| Feb 27 02:56:27.314 INFO O| Variants/Facets to change: 1 |
| 4250 | 2026-02-27T02:56:28.540Z | [verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4251 | 2026-02-27T02:56:28.593Z | [ recovery-image] Feb 27 02:56:27.421 INFO O| Feb 27 02:56:27.400 INFO O| Done |
| 4252 | 2026-02-27T02:56:28.596Z | [ recovery-image] Feb 27 02:56:27.421 INFO O| Feb 27 02:56:27.400 INFO O| Done |
| 4253 | 2026-02-27T02:56:31.622Z | [ recovery-image] Feb 27 02:56:30.450 INFO O| Feb 27 02:56:30.450 INFO O| Done |
| 4254 | 2026-02-27T02:56:31.859Z | [ recovery-image] Feb 27 02:56:30.686 INFO O| Feb 27 02:56:30.686 INFO O| Done |
| 4255 | 2026-02-27T02:56:31.863Z | [ recovery-image] Feb 27 02:56:30.687 INFO O| Feb 27 02:56:30.687 INFO O| Done |
| 4256 | 2026-02-27T02:56:31.863Z | [ recovery-image] Feb 27 02:56:30.688 INFO O| Feb 27 02:56:30.687 INFO O| Done |
| 4257 | 2026-02-27T02:56:31.863Z | [ recovery-image] Feb 27 02:56:30.690 INFO O| Feb 27 02:56:30.690 INFO O| Done |
| 4258 | 2026-02-27T02:56:34.257Z | [ recovery-image] Feb 27 02:56:33.085 INFO O| Feb 27 02:56:33.085 INFO STEP 10 (pkg_change_facet) COMPLETE |
| 4259 | 2026-02-27T02:56:34.257Z | [ recovery-image] Feb 27 02:56:33.085 INFO O| Feb 27 02:56:33.085 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4260 | 2026-02-27T02:56:34.274Z | [ recovery-image] Feb 27 02:56:33.102 INFO O| Feb 27 02:56:33.102 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"] |
| 4261 | 2026-02-27T02:56:41.545Z | [verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4262 | 2026-02-27T02:56:47.037Z | [verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4263 | 2026-02-27T02:56:55.565Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4264 | 2026-02-27T02:57:07.270Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4265 | 2026-02-27T02:57:09.696Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4266 | 2026-02-27T02:57:30.273Z | [ recovery-image] Feb 27 02:57:29.095 INFO O| Feb 27 02:57:29.095 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4267 | 2026-02-27T02:57:37.435Z | [verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4268 | 2026-02-27T02:57:55.283Z | [ recovery-image] Feb 27 02:57:54.104 INFO O| Feb 27 02:57:54.104 INFO O| Startup: Caching catalogs ... Done |
| 4269 | 2026-02-27T02:58:02.721Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4270 | 2026-02-27T02:58:31.718Z | [ host-image] Feb 27 02:58:30.535 INFO O| Feb 27 02:58:30.535 INFO O| Planning: Solver setup ... Done |
| 4271 | 2026-02-27T02:58:40.100Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4272 | 2026-02-27T02:58:44.233Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4273 | 2026-02-27T02:58:57.693Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4274 | 2026-02-27T02:59:15.384Z | [verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4275 | 2026-02-27T02:59:17.566Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4276 | 2026-02-27T02:59:22.620Z | [verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4277 | 2026-02-27T02:59:24.909Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4278 | 2026-02-27T02:59:38.693Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4279 | 2026-02-27T02:59:40.286Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 4280 | 2026-02-27T03:00:51.249Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4281 | 2026-02-27T03:00:53.590Z | [verify-libraries] Compiling yansi v1.0.1 |
| 4282 | 2026-02-27T03:00:55.128Z | [verify-libraries] Compiling diff v0.1.13 |
| 4283 | 2026-02-27T03:00:56.721Z | [verify-libraries] Compiling pretty_assertions v1.4.1 |
| 4284 | 2026-02-27T03:00:57.983Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4285 | 2026-02-27T03:01:00.027Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4286 | 2026-02-27T03:01:00.685Z | [verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4287 | 2026-02-27T03:01:01.352Z | [verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4288 | 2026-02-27T03:01:02.041Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4289 | 2026-02-27T03:01:02.671Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4290 | 2026-02-27T03:01:03.369Z | [verify-libraries] Compiling drift v0.1.3 |
| 4291 | 2026-02-27T03:01:28.186Z | [verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4292 | 2026-02-27T03:01:54.731Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4293 | 2026-02-27T03:01:58.070Z | [verify-libraries] Compiling dropshot-api-manager v0.3.0 |
| 4294 | 2026-02-27T03:02:04.459Z | [ recovery-image] Feb 27 03:02:03.256 INFO O| Feb 27 03:02:03.256 INFO O| Planning: Solver setup ... Done |
| 4295 | 2026-02-27T03:02:18.876Z | [verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4296 | 2026-02-27T03:02:19.958Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4297 | 2026-02-27T03:02:21.391Z | [verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4298 | 2026-02-27T03:02:27.473Z | [verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4299 | 2026-02-27T03:02:32.451Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4300 | 2026-02-27T03:02:33.734Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4301 | 2026-02-27T03:02:52.325Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4302 | 2026-02-27T03:02:53.450Z | [verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4303 | 2026-02-27T03:03:02.167Z | [verify-libraries] Compiling termios v0.3.3 |
| 4304 | 2026-02-27T03:03:02.233Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4305 | 2026-02-27T03:03:03.053Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4306 | 2026-02-27T03:03:28.311Z | [verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4307 | 2026-02-27T03:03:40.503Z | [verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4308 | 2026-02-27T03:04:00.993Z | [verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4309 | 2026-02-27T03:04:08.672Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4310 | 2026-02-27T03:07:40.256Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4311 | 2026-02-27T03:07:57.982Z | [verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4312 | 2026-02-27T03:08:42.150Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4313 | 2026-02-27T03:09:54.143Z | [verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4314 | 2026-02-27T03:09:57.766Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 4315 | 2026-02-27T03:09:58.914Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4316 | 2026-02-27T03:10:00.882Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 4317 | 2026-02-27T03:12:55.789Z | [ host-image] Feb 27 03:12:54.527 INFO O| Feb 27 03:12:54.527 INFO O| Planning: Running solver ... Done |
| 4318 | 2026-02-27T03:12:58.016Z | [ host-image] Feb 27 03:12:56.754 INFO O| Feb 27 03:12:56.754 INFO O| Planning: Finding local manifests ... Done |
| 4319 | 2026-02-27T03:12:58.175Z | [ host-image] Feb 27 03:12:56.913 INFO O| Feb 27 03:12:56.913 INFO O| Planning: Fetching manifests: 0/126 0% complete |
| 4320 | 2026-02-27T03:13:03.178Z | [ host-image] Feb 27 03:13:01.915 INFO O| Feb 27 03:13:01.915 INFO O| Planning: Fetching manifests: 92/126 73% complete |
| 4321 | 2026-02-27T03:13:05.525Z | [ host-image] Feb 27 03:13:04.262 INFO O| Feb 27 03:13:04.261 INFO O| Planning: Fetching manifests: 126/126 100% complete |
| 4322 | 2026-02-27T03:13:07.665Z | [ host-image] Feb 27 03:13:06.402 INFO O| Feb 27 03:13:06.402 INFO O| Planning: Package planning ... Done |
| 4323 | 2026-02-27T03:13:09.262Z | [ host-image] Feb 27 03:13:07.999 INFO O| Feb 27 03:13:07.999 INFO O| Planning: Merging actions ... Done |
| 4324 | 2026-02-27T03:13:09.628Z | [ host-image] Feb 27 03:13:08.365 INFO O| Feb 27 03:13:08.365 INFO O| Planning: Checking for conflicting actions ... Done |
| 4325 | 2026-02-27T03:13:10.005Z | [ host-image] Feb 27 03:13:08.741 INFO O| Feb 27 03:13:08.741 INFO O| Planning: Consolidating action changes ... Done |
| 4326 | 2026-02-27T03:13:10.503Z | [ host-image] Feb 27 03:13:09.240 INFO O| Feb 27 03:13:09.240 INFO O| Planning: Evaluating mediators ... Done |
| 4327 | 2026-02-27T03:13:17.146Z | [ host-image] Feb 27 03:13:15.882 INFO O| Feb 27 03:13:15.882 INFO O| Planning: Planning completed in 1136.90 seconds |
| 4328 | 2026-02-27T03:13:17.151Z | [ host-image] Feb 27 03:13:15.888 INFO O| Feb 27 03:13:15.888 INFO O| Packages to install: 126 |
| 4329 | 2026-02-27T03:13:17.151Z | [ host-image] Feb 27 03:13:15.888 INFO O| Feb 27 03:13:15.888 INFO O| Mediators to change: 5 |
| 4330 | 2026-02-27T03:13:17.154Z | [ host-image] Feb 27 03:13:15.888 INFO O| Feb 27 03:13:15.888 INFO O| Services to change: 6 |
| 4331 | 2026-02-27T03:13:17.335Z | [ host-image] Feb 27 03:13:16.071 INFO O| Feb 27 03:13:16.071 INFO O| Download: 0/22925 items 0.0/210.6MB 0% complete |
| 4332 | 2026-02-27T03:13:22.347Z | [ host-image] Feb 27 03:13:21.082 INFO O| Feb 27 03:13:21.082 INFO O| Download: 1074/22925 items 6.7/210.6MB 3% complete (1.3M/s) |
| 4333 | 2026-02-27T03:13:28.257Z | [ host-image] Feb 27 03:13:26.992 INFO O| Feb 27 03:13:26.992 INFO O| Download: 1654/22925 items 11.0/210.6MB 5% complete (1.2M/s) |
| 4334 | 2026-02-27T03:13:33.280Z | [ host-image] Feb 27 03:13:32.014 INFO O| Feb 27 03:13:32.014 INFO O| Download: 1881/22925 items 19.5/210.6MB 9% complete (1020k/s) |
| 4335 | 2026-02-27T03:13:39.319Z | [ host-image] Feb 27 03:13:38.052 INFO O| Feb 27 03:13:38.052 INFO O| Download: 2255/22925 items 24.9/210.6MB 11% complete (1.4M/s) |
| 4336 | 2026-02-27T03:13:44.480Z | [ host-image] Feb 27 03:13:43.214 INFO O| Feb 27 03:13:43.214 INFO O| Download: 3487/22925 items 35.9/210.6MB 17% complete (1.3M/s) |
| 4337 | 2026-02-27T03:13:49.512Z | [ host-image] Feb 27 03:13:48.245 INFO O| Feb 27 03:13:48.245 INFO O| Download: 4546/22925 items 42.1/210.6MB 19% complete (1.8M/s) |
| 4338 | 2026-02-27T03:13:54.512Z | [ host-image] Feb 27 03:13:53.245 INFO O| Feb 27 03:13:53.245 INFO O| Download: 4768/22925 items 45.2/210.6MB 21% complete (904k/s) |
| 4339 | 2026-02-27T03:13:59.513Z | [ host-image] Feb 27 03:13:58.245 INFO O| Feb 27 03:13:58.245 INFO O| Download: 5827/22925 items 46.7/210.6MB 22% complete (482k/s) |
| 4340 | 2026-02-27T03:14:04.783Z | [ host-image] Feb 27 03:14:03.515 INFO O| Feb 27 03:14:03.515 INFO O| Download: 6841/22925 items 48.3/210.6MB 22% complete (460k/s) |
| 4341 | 2026-02-27T03:14:09.847Z | [ host-image] Feb 27 03:14:08.579 INFO O| Feb 27 03:14:08.579 INFO O| Download: 7151/22925 items 56.2/210.6MB 26% complete (938k/s) |
| 4342 | 2026-02-27T03:14:15.558Z | [ host-image] Feb 27 03:14:14.289 INFO O| Feb 27 03:14:14.289 INFO O| Download: 8219/22925 items 61.3/210.6MB 29% complete (1.3M/s) |
| 4343 | 2026-02-27T03:14:20.564Z | [ host-image] Feb 27 03:14:19.294 INFO O| Feb 27 03:14:19.294 INFO O| Download: 8717/22925 items 75.5/210.6MB 35% complete (1.7M/s) |
| 4344 | 2026-02-27T03:14:25.571Z | [ host-image] Feb 27 03:14:24.301 INFO O| Feb 27 03:14:24.301 INFO O| Download: 9765/22925 items 88.0/210.6MB 41% complete (2.7M/s) |
| 4345 | 2026-02-27T03:14:31.121Z | [ host-image] Feb 27 03:14:29.851 INFO O| Feb 27 03:14:29.850 INFO O| Download: 10921/22925 items 94.7/210.6MB 44% complete (2.0M/s) |
| 4346 | 2026-02-27T03:14:36.282Z | [ host-image] Feb 27 03:14:35.011 INFO O| Feb 27 03:14:35.011 INFO O| Download: 11284/22925 items 98.7/210.6MB 46% complete (1.1M/s) |
| 4347 | 2026-02-27T03:14:41.358Z | [ host-image] Feb 27 03:14:40.086 INFO O| Feb 27 03:14:40.086 INFO O| Download: 12060/22925 items 102.9/210.6MB 48% complete (783k/s) |
| 4348 | 2026-02-27T03:14:46.824Z | [ host-image] Feb 27 03:14:45.552 INFO O| Feb 27 03:14:45.552 INFO O| Download: 12282/22925 items 113.6/210.6MB 53% complete (1.6M/s) |
| 4349 | 2026-02-27T03:14:52.137Z | [ host-image] Feb 27 03:14:50.763 INFO O| Feb 27 03:14:50.763 INFO O| Download: 13391/22925 items 114.8/210.6MB 54% complete (1.2M/s) |
| 4350 | 2026-02-27T03:14:57.257Z | [ host-image] Feb 27 03:14:55.984 INFO O| Feb 27 03:14:55.984 INFO O| Download: 14343/22925 items 115.6/210.6MB 54% complete (206k/s) |
| 4351 | 2026-02-27T03:15:02.271Z | [ host-image] Feb 27 03:15:00.997 INFO O| Feb 27 03:15:00.997 INFO O| Download: 14618/22925 items 121.9/210.6MB 57% complete (700k/s) |
| 4352 | 2026-02-27T03:15:07.538Z | [ host-image] Feb 27 03:15:06.264 INFO O| Feb 27 03:15:06.264 INFO O| Download: 15799/22925 items 130.9/210.6MB 62% complete (1.6M/s) |
| 4353 | 2026-02-27T03:15:12.541Z | [ host-image] Feb 27 03:15:11.266 INFO O| Feb 27 03:15:11.266 INFO O| Download: 16628/22925 items 142.8/210.6MB 67% complete (1.9M/s) |
| 4354 | 2026-02-27T03:15:17.558Z | [ host-image] Feb 27 03:15:16.283 INFO O| Feb 27 03:15:16.283 INFO O| Download: 17850/22925 items 154.6/210.6MB 73% complete (2.4M/s) |
| 4355 | 2026-02-27T03:15:22.562Z | [ host-image] Feb 27 03:15:21.287 INFO O| Feb 27 03:15:21.287 INFO O| Download: 18773/22925 items 169.8/210.6MB 80% complete (2.7M/s) |
| 4356 | 2026-02-27T03:15:27.572Z | [ host-image] Feb 27 03:15:26.296 INFO O| Feb 27 03:15:26.296 INFO O| Download: 20069/22925 items 174.3/210.6MB 82% complete (2.0M/s) |
| 4357 | 2026-02-27T03:15:33.084Z | [ host-image] Feb 27 03:15:31.808 INFO O| Feb 27 03:15:31.807 INFO O| Download: 20744/22925 items 178.2/210.6MB 84% complete (916k/s) |
| 4358 | 2026-02-27T03:15:38.090Z | [ host-image] Feb 27 03:15:36.814 INFO O| Feb 27 03:15:36.814 INFO O| Download: 21112/22925 items 184.5/210.6MB 87% complete (1.0M/s) |
| 4359 | 2026-02-27T03:15:44.047Z | [ host-image] Feb 27 03:15:42.769 INFO O| Feb 27 03:15:42.769 INFO O| Download: 21807/22925 items 189.1/210.6MB 89% complete (1.1M/s) |
| 4360 | 2026-02-27T03:15:49.258Z | [ host-image] Feb 27 03:15:47.981 INFO O| Feb 27 03:15:47.980 INFO O| Download: 22117/22925 items 204.0/210.6MB 96% complete (2.0M/s) |
| 4361 | 2026-02-27T03:15:54.280Z | [ host-image] Feb 27 03:15:53.002 INFO O| Feb 27 03:15:53.002 INFO O| Download: 22611/22925 items 210.2/210.6MB 99% complete (1.7M/s) |
| 4362 | 2026-02-27T03:15:55.943Z | [ host-image] Feb 27 03:15:54.664 INFO O| Feb 27 03:15:54.664 INFO O| Download: Completed 210.65 MB in 158.59 seconds (1.3M/s) |
| 4363 | 2026-02-27T03:15:57.864Z | [ host-image] Feb 27 03:15:56.354 INFO O| Feb 27 03:15:56.354 INFO O| Actions: 1/50885 actions (Installing new actions) |
| 4364 | 2026-02-27T03:15:59.692Z | [ recovery-image] Feb 27 03:15:58.413 INFO O| Feb 27 03:15:58.413 INFO O| Planning: Running solver ... Done |
| 4365 | 2026-02-27T03:16:01.711Z | [ recovery-image] Feb 27 03:16:00.432 INFO O| Feb 27 03:16:00.432 INFO O| Planning: Finding local manifests ... Done |
| 4366 | 2026-02-27T03:16:01.841Z | [ recovery-image] Feb 27 03:16:00.562 INFO O| Feb 27 03:16:00.562 INFO O| Planning: Fetching manifests: 0/126 0% complete |
| 4367 | 2026-02-27T03:16:02.634Z | [ host-image] Feb 27 03:16:01.354 INFO O| Feb 27 03:16:01.354 INFO O| Actions: 11808/50885 actions (Installing new actions) |
| 4368 | 2026-02-27T03:16:06.862Z | [ recovery-image] Feb 27 03:16:05.583 INFO O| Feb 27 03:16:05.582 INFO O| Planning: Fetching manifests: 96/126 76% complete |
| 4369 | 2026-02-27T03:16:07.335Z | [ recovery-image] Feb 27 03:16:06.055 INFO O| Feb 27 03:16:06.055 INFO O| Planning: Fetching manifests: 126/126 100% complete |
| 4370 | 2026-02-27T03:16:07.635Z | [ host-image] Feb 27 03:16:06.355 INFO O| Feb 27 03:16:06.355 INFO O| Actions: 20652/50885 actions (Installing new actions) |
| 4371 | 2026-02-27T03:16:08.294Z | [ recovery-image] Feb 27 03:16:07.015 INFO O| Feb 27 03:16:07.014 INFO O| Planning: Package planning ... Done |
| 4372 | 2026-02-27T03:16:08.949Z | [ recovery-image] Feb 27 03:16:07.669 INFO O| Feb 27 03:16:07.669 INFO O| Planning: Merging actions ... Done |
| 4373 | 2026-02-27T03:16:10.039Z | [ recovery-image] Feb 27 03:16:08.760 INFO O| Feb 27 03:16:08.760 INFO O| Planning: Checking for conflicting actions ... Done |
| 4374 | 2026-02-27T03:16:10.186Z | [ recovery-image] Feb 27 03:16:08.906 INFO O| Feb 27 03:16:08.906 INFO O| Planning: Consolidating action changes ... Done |
| 4375 | 2026-02-27T03:16:10.555Z | [ recovery-image] Feb 27 03:16:09.275 INFO O| Feb 27 03:16:09.275 INFO O| Planning: Evaluating mediators ... Done |
| 4376 | 2026-02-27T03:16:12.635Z | [ host-image] Feb 27 03:16:11.355 INFO O| Feb 27 03:16:11.355 INFO O| Actions: 28249/50885 actions (Installing new actions) |
| 4377 | 2026-02-27T03:16:15.582Z | [ host-image] Feb 27 03:16:14.302 INFO O| Feb 27 03:16:14.302 INFO O| Actions: Completed 50885 actions in 17.94 seconds. |
| 4378 | 2026-02-27T03:16:16.425Z | [ recovery-image] Feb 27 03:16:15.145 INFO O| Feb 27 03:16:15.144 INFO O| Planning: Planning completed in 1100.86 seconds |
| 4379 | 2026-02-27T03:16:16.430Z | [ recovery-image] Feb 27 03:16:15.150 INFO O| Feb 27 03:16:15.150 INFO O| Packages to install: 126 |
| 4380 | 2026-02-27T03:16:16.434Z | [ recovery-image] Feb 27 03:16:15.150 INFO O| Feb 27 03:16:15.150 INFO O| Mediators to change: 5 |
| 4381 | 2026-02-27T03:16:16.434Z | [ recovery-image] Feb 27 03:16:15.150 INFO O| Feb 27 03:16:15.150 INFO O| Services to change: 5 |
| 4382 | 2026-02-27T03:16:16.522Z | [ recovery-image] Feb 27 03:16:15.242 INFO O| Feb 27 03:16:15.242 INFO O| Download: 0/15969 items 0.0/187.3MB 0% complete |
| 4383 | 2026-02-27T03:16:17.264Z | [ host-image] Feb 27 03:16:15.983 INFO O| Feb 27 03:16:15.983 INFO O| Done |
| 4384 | 2026-02-27T03:16:17.264Z | [ host-image] Feb 27 03:16:15.983 INFO O| Feb 27 03:16:15.983 INFO O| Done |
| 4385 | 2026-02-27T03:16:19.997Z | [ host-image] Feb 27 03:16:18.716 INFO O| Feb 27 03:16:18.716 INFO O| Done |
| 4386 | 2026-02-27T03:16:22.130Z | [ host-image] Feb 27 03:16:20.849 INFO O| Feb 27 03:16:20.849 INFO O| Done |
| 4387 | 2026-02-27T03:16:22.163Z | [ host-image] Feb 27 03:16:20.880 INFO O| Feb 27 03:16:20.880 INFO O| Done |
| 4388 | 2026-02-27T03:16:22.616Z | [ recovery-image] Feb 27 03:16:21.335 INFO O| Feb 27 03:16:21.335 INFO O| Download: 1075/15969 items 9.0/187.3MB 4% complete (1.9M/s) |
| 4389 | 2026-02-27T03:16:27.527Z | [ host-image] Feb 27 03:16:26.245 INFO O| Feb 27 03:16:26.245 INFO O| Done |
| 4390 | 2026-02-27T03:16:27.654Z | [ recovery-image] Feb 27 03:16:26.373 INFO O| Feb 27 03:16:26.373 INFO O| Download: 1468/15969 items 21.5/187.3MB 11% complete (2.0M/s) |
| 4391 | 2026-02-27T03:16:28.238Z | [ host-image] Feb 27 03:16:26.957 INFO O| Feb 27 03:16:26.957 INFO O| Done |
| 4392 | 2026-02-27T03:16:32.441Z | [ host-image] Feb 27 03:16:31.159 INFO O| Feb 27 03:16:31.159 INFO STEP 11 (pkg_install) COMPLETE |
| 4393 | 2026-02-27T03:16:32.441Z | [ host-image] Feb 27 03:16:31.160 INFO O| Feb 27 03:16:31.159 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4394 | 2026-02-27T03:16:32.466Z | [ host-image] Feb 27 03:16:31.184 INFO O| Feb 27 03:16:31.184 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"] |
| 4395 | 2026-02-27T03:16:32.655Z | [ recovery-image] Feb 27 03:16:31.373 INFO O| Feb 27 03:16:31.373 INFO O| Download: 2574/15969 items 31.7/187.3MB 16% complete (2.2M/s) |
| 4396 | 2026-02-27T03:16:37.888Z | [ recovery-image] Feb 27 03:16:36.606 INFO O| Feb 27 03:16:36.606 INFO O| Download: 3712/15969 items 39.9/187.3MB 21% complete (2.0M/s) |
| 4397 | 2026-02-27T03:16:43.799Z | [ recovery-image] Feb 27 03:16:42.516 INFO O| Feb 27 03:16:42.515 INFO O| Download: 4858/15969 items 43.4/187.3MB 23% complete (1.7M/s) |
| 4398 | 2026-02-27T03:16:48.921Z | [ recovery-image] Feb 27 03:16:47.637 INFO O| Feb 27 03:16:47.637 INFO O| Download: 5981/15969 items 53.4/187.3MB 28% complete (1.3M/s) |
| 4399 | 2026-02-27T03:16:53.931Z | [ recovery-image] Feb 27 03:16:52.647 INFO O| Feb 27 03:16:52.647 INFO O| Download: 6561/15969 items 68.6/187.3MB 36% complete (2.5M/s) |
| 4400 | 2026-02-27T03:16:58.953Z | [ recovery-image] Feb 27 03:16:57.669 INFO O| Feb 27 03:16:57.668 INFO O| Download: 7662/15969 items 78.3/187.3MB 41% complete (2.5M/s) |
| 4401 | 2026-02-27T03:17:03.902Z | [ host-image] Feb 27 03:17:02.618 INFO O| Feb 27 03:17:02.618 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4402 | 2026-02-27T03:17:04.914Z | [ recovery-image] Feb 27 03:17:03.630 INFO O| Feb 27 03:17:03.629 INFO O| Download: 8003/15969 items 82.2/187.3MB 43% complete (1.4M/s) |
| 4403 | 2026-02-27T03:17:09.915Z | [ recovery-image] Feb 27 03:17:08.630 INFO O| Feb 27 03:17:08.630 INFO O| Download: 8762/15969 items 88.4/187.3MB 47% complete (969k/s) |
| 4404 | 2026-02-27T03:17:14.926Z | [ recovery-image] Feb 27 03:17:13.639 INFO O| Feb 27 03:17:13.639 INFO O| Download: 9003/15969 items 97.4/187.3MB 52% complete (1.7M/s) |
| 4405 | 2026-02-27T03:17:19.939Z | [ recovery-image] Feb 27 03:17:18.653 INFO O| Feb 27 03:17:18.653 INFO O| Download: 10340/15969 items 98.1/187.3MB 52% complete (995k/s) |
| 4406 | 2026-02-27T03:17:25.130Z | [ recovery-image] Feb 27 03:17:23.843 INFO O| Feb 27 03:17:23.843 INFO O| Download: 11076/15969 items 99.5/187.3MB 53% complete (208k/s) |
| 4407 | 2026-02-27T03:17:25.807Z | [ host-image] Feb 27 03:17:24.520 INFO O| Feb 27 03:17:24.520 INFO O| Startup: Caching catalogs ... Done |
| 4408 | 2026-02-27T03:17:30.588Z | [ recovery-image] Feb 27 03:17:29.301 INFO O| Feb 27 03:17:29.301 INFO O| Download: 11474/15969 items 112.0/187.3MB 59% complete (1.4M/s) |
| 4409 | 2026-02-27T03:17:35.621Z | [ recovery-image] Feb 27 03:17:34.334 INFO O| Feb 27 03:17:34.333 INFO O| Download: 12001/15969 items 133.6/187.3MB 71% complete (3.5M/s) |
| 4410 | 2026-02-27T03:17:38.557Z | [ host-image] Feb 27 03:17:37.269 INFO O| Feb 27 03:17:37.269 INFO O| Planning: Solver setup ... Done |
| 4411 | 2026-02-27T03:17:38.568Z | [ host-image] Feb 27 03:17:37.280 INFO O| Feb 27 03:17:37.280 INFO O| Planning: Running solver ... Done |
| 4412 | 2026-02-27T03:17:38.771Z | [ host-image] Feb 27 03:17:37.483 INFO O| Feb 27 03:17:37.483 INFO O| Planning: Finding local manifests ... Done |
| 4413 | 2026-02-27T03:17:38.856Z | [ host-image] Feb 27 03:17:37.569 INFO O| Feb 27 03:17:37.568 INFO O| Planning: Fetching manifests: 0/6 0% complete |
| 4414 | 2026-02-27T03:17:39.093Z | [ host-image] Feb 27 03:17:37.805 INFO O| Feb 27 03:17:37.805 INFO O| Planning: Fetching manifests: 6/6 100% complete |
| 4415 | 2026-02-27T03:17:39.142Z | [ host-image] Feb 27 03:17:37.855 INFO O| Feb 27 03:17:37.854 INFO O| Planning: Package planning ... Done |
| 4416 | 2026-02-27T03:17:39.152Z | [ host-image] Feb 27 03:17:37.864 INFO O| Feb 27 03:17:37.864 INFO O| Planning: Merging actions ... Done |
| 4417 | 2026-02-27T03:17:39.309Z | [ host-image] Feb 27 03:17:38.021 INFO O| Feb 27 03:17:38.021 INFO O| Planning: Checking for conflicting actions ... Done |
| 4418 | 2026-02-27T03:17:39.312Z | [ host-image] Feb 27 03:17:38.024 INFO O| Feb 27 03:17:38.024 INFO O| Planning: Consolidating action changes ... Done |
| 4419 | 2026-02-27T03:17:39.760Z | [ host-image] Feb 27 03:17:38.472 INFO O| Feb 27 03:17:38.472 INFO O| Planning: Evaluating mediators ... Done |
| 4420 | 2026-02-27T03:17:39.764Z | [ host-image] Feb 27 03:17:38.475 INFO O| Feb 27 03:17:38.475 INFO O| Planning: Planning completed in 13.81 seconds |
| 4421 | 2026-02-27T03:17:39.764Z | [ host-image] Feb 27 03:17:38.476 INFO O| Feb 27 03:17:38.476 INFO O| Packages to install: 6 |
| 4422 | 2026-02-27T03:17:39.764Z | [ host-image] Feb 27 03:17:38.476 INFO O| Feb 27 03:17:38.476 INFO O| Services to change: 2 |
| 4423 | 2026-02-27T03:17:39.797Z | [ host-image] Feb 27 03:17:38.509 INFO O| Feb 27 03:17:38.509 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete |
| 4424 | 2026-02-27T03:17:40.627Z | [ recovery-image] Feb 27 03:17:39.339 INFO O| Feb 27 03:17:39.338 INFO O| Download: 12714/15969 items 147.6/187.3MB 78% complete (3.6M/s) |
| 4425 | 2026-02-27T03:17:45.646Z | [ recovery-image] Feb 27 03:17:44.357 INFO O| Feb 27 03:17:44.357 INFO O| Download: 14033/15969 items 152.2/187.3MB 81% complete (1.9M/s) |
| 4426 | 2026-02-27T03:17:45.722Z | [ host-image] Feb 27 03:17:44.433 INFO O| Feb 27 03:17:44.433 INFO O| Download: 130/155 items 1.5/1.7MB 83% complete (606k/s) |
| 4427 | 2026-02-27T03:17:46.890Z | [ host-image] Feb 27 03:17:45.601 INFO O| Feb 27 03:17:45.601 INFO O| Download: Completed 1.75 MB in 7.09 seconds (251k/s) |
| 4428 | 2026-02-27T03:17:46.948Z | [ host-image] Feb 27 03:17:45.659 INFO O| Feb 27 03:17:45.659 INFO O| Actions: 1/390 actions (Installing new actions) |
| 4429 | 2026-02-27T03:17:47.375Z | [ host-image] Feb 27 03:17:46.086 INFO O| Feb 27 03:17:46.086 INFO O| Actions: Completed 390 actions in 0.43 seconds. |
| 4430 | 2026-02-27T03:17:48.223Z | [ host-image] Feb 27 03:17:46.934 INFO O| Feb 27 03:17:46.934 INFO O| Done |
| 4431 | 2026-02-27T03:17:48.223Z | [ host-image] Feb 27 03:17:46.934 INFO O| Feb 27 03:17:46.934 INFO O| Done |
| 4432 | 2026-02-27T03:17:50.763Z | [ recovery-image] Feb 27 03:17:49.474 INFO O| Feb 27 03:17:49.474 INFO O| Download: 14748/15969 items 155.9/187.3MB 83% complete (888k/s) |
| 4433 | 2026-02-27T03:17:50.786Z | [ host-image] Feb 27 03:17:49.497 INFO O| Feb 27 03:17:49.497 INFO O| Done |
| 4434 | 2026-02-27T03:17:53.593Z | [ host-image] Feb 27 03:17:52.304 INFO O| Feb 27 03:17:52.304 INFO O| Done |
| 4435 | 2026-02-27T03:17:53.653Z | [ host-image] Feb 27 03:17:52.364 INFO O| Feb 27 03:17:52.364 INFO O| Done |
| 4436 | 2026-02-27T03:17:53.658Z | [ host-image] Feb 27 03:17:52.364 INFO O| Feb 27 03:17:52.364 INFO O| Done |
| 4437 | 2026-02-27T03:17:53.693Z | [ host-image] Feb 27 03:17:52.404 INFO O| Feb 27 03:17:52.404 INFO O| Done |
| 4438 | 2026-02-27T03:17:55.769Z | [ recovery-image] Feb 27 03:17:54.478 INFO O| Feb 27 03:17:54.477 INFO O| Download: 14896/15969 items 162.4/187.3MB 86% complete (1.0M/s) |
| 4439 | 2026-02-27T03:17:55.786Z | [ host-image] Feb 27 03:17:54.497 INFO O| Feb 27 03:17:54.497 INFO STEP 12 (pkg_install) COMPLETE |
| 4440 | 2026-02-27T03:17:55.786Z | [ host-image] Feb 27 03:17:54.497 INFO O| Feb 27 03:17:54.497 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4441 | 2026-02-27T03:17:55.802Z | [ host-image] Feb 27 03:17:54.512 INFO O| Feb 27 03:17:54.512 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
| 4442 | 2026-02-27T03:18:00.769Z | [ recovery-image] Feb 27 03:17:59.479 INFO O| Feb 27 03:17:59.479 INFO O| Download: 15629/15969 items 180.8/187.3MB 96% complete (2.4M/s) |
| 4443 | 2026-02-27T03:18:06.639Z | [ recovery-image] Feb 27 03:18:05.349 INFO O| Feb 27 03:18:05.349 INFO O| Download: 15762/15969 items 182.2/187.3MB 97% complete (2.0M/s) |
| 4444 | 2026-02-27T03:18:09.267Z | [ recovery-image] Feb 27 03:18:07.977 INFO O| Feb 27 03:18:07.977 INFO O| Download: Completed 187.26 MB in 112.73 seconds (1.7M/s) |
| 4445 | 2026-02-27T03:18:10.423Z | [ recovery-image] Feb 27 03:18:09.132 INFO O| Feb 27 03:18:09.132 INFO O| Actions: 1/26357 actions (Installing new actions) |
| 4446 | 2026-02-27T03:18:15.430Z | [ recovery-image] Feb 27 03:18:14.138 INFO O| Feb 27 03:18:14.138 INFO O| Actions: 9724/26357 actions (Installing new actions) |
| 4447 | 2026-02-27T03:18:20.430Z | [ recovery-image] Feb 27 03:18:19.139 INFO O| Feb 27 03:18:19.138 INFO O| Actions: 16523/26357 actions (Installing new actions) |
| 4448 | 2026-02-27T03:18:25.450Z | [ recovery-image] Feb 27 03:18:24.157 INFO O| Feb 27 03:18:24.157 INFO O| Actions: 25958/26357 actions (Installing new actions) |
| 4449 | 2026-02-27T03:18:25.743Z | [ recovery-image] Feb 27 03:18:24.451 INFO O| Feb 27 03:18:24.451 INFO O| Actions: Completed 26357 actions in 15.32 seconds. |
| 4450 | 2026-02-27T03:18:26.624Z | [ recovery-image] Feb 27 03:18:25.332 INFO O| Feb 27 03:18:25.332 INFO O| Done |
| 4451 | 2026-02-27T03:18:26.628Z | [ recovery-image] Feb 27 03:18:25.332 INFO O| Feb 27 03:18:25.332 INFO O| Done |
| 4452 | 2026-02-27T03:18:30.322Z | [ recovery-image] Feb 27 03:18:29.030 INFO O| Feb 27 03:18:29.030 INFO O| Done |
| 4453 | 2026-02-27T03:18:32.595Z | [ recovery-image] Feb 27 03:18:31.302 INFO O| Feb 27 03:18:31.302 INFO O| Done |
| 4454 | 2026-02-27T03:18:32.621Z | [ recovery-image] Feb 27 03:18:31.328 INFO O| Feb 27 03:18:31.328 INFO O| Done |
| 4455 | 2026-02-27T03:18:37.416Z | [ recovery-image] Feb 27 03:18:36.123 INFO O| Feb 27 03:18:36.123 INFO O| Done |
| 4456 | 2026-02-27T03:18:38.122Z | [ recovery-image] Feb 27 03:18:36.829 INFO O| Feb 27 03:18:36.829 INFO O| Done |
| 4457 | 2026-02-27T03:18:42.314Z | [ recovery-image] Feb 27 03:18:41.020 INFO O| Feb 27 03:18:41.020 INFO STEP 11 (pkg_install) COMPLETE |
| 4458 | 2026-02-27T03:18:42.314Z | [ recovery-image] Feb 27 03:18:41.020 INFO O| Feb 27 03:18:41.020 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4459 | 2026-02-27T03:18:42.314Z | [ recovery-image] Feb 27 03:18:41.020 INFO O| Feb 27 03:18:41.020 INFO skip step because feature "recovery" is enabled |
| 4460 | 2026-02-27T03:18:42.318Z | [ recovery-image] Feb 27 03:18:41.020 INFO O| Feb 27 03:18:41.020 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4461 | 2026-02-27T03:18:42.318Z | [ recovery-image] Feb 27 03:18:41.020 INFO O| Feb 27 03:18:41.020 INFO skip step because feature "omicron1" is not enabled |
| 4462 | 2026-02-27T03:18:42.318Z | [ recovery-image] Feb 27 03:18:41.020 INFO O| Feb 27 03:18:41.020 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4463 | 2026-02-27T03:18:42.328Z | [ recovery-image] Feb 27 03:18:41.035 INFO O| Feb 27 03:18:41.035 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"] |
| 4464 | 2026-02-27T03:18:44.763Z | [ host-image] Feb 27 03:18:43.469 INFO O| Feb 27 03:18:43.469 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4465 | 2026-02-27T03:19:07.536Z | [ host-image] Feb 27 03:19:06.238 INFO O| Feb 27 03:19:06.238 INFO O| Startup: Caching catalogs ... Done |
| 4466 | 2026-02-27T03:19:18.125Z | [ host-image] Feb 27 03:19:16.828 INFO O| Feb 27 03:19:16.828 INFO O| Planning: Solver setup ... Done |
| 4467 | 2026-02-27T03:19:18.152Z | [ host-image] Feb 27 03:19:16.855 INFO O| Feb 27 03:19:16.854 INFO O| Planning: Running solver ... Done |
| 4468 | 2026-02-27T03:19:18.382Z | [ host-image] Feb 27 03:19:17.085 INFO O| Feb 27 03:19:17.084 INFO O| Planning: Finding local manifests ... Done |
| 4469 | 2026-02-27T03:19:18.430Z | [ host-image] Feb 27 03:19:17.133 INFO O| Feb 27 03:19:17.133 INFO O| Planning: Fetching manifests: 0/6 0% complete |
| 4470 | 2026-02-27T03:19:18.593Z | [ host-image] Feb 27 03:19:17.296 INFO O| Feb 27 03:19:17.296 INFO O| Planning: Fetching manifests: 6/6 100% complete |
| 4471 | 2026-02-27T03:19:18.698Z | [ host-image] Feb 27 03:19:17.400 INFO O| Feb 27 03:19:17.400 INFO O| Planning: Package planning ... Done |
| 4472 | 2026-02-27T03:19:18.730Z | [ host-image] Feb 27 03:19:17.433 INFO O| Feb 27 03:19:17.432 INFO O| Planning: Merging actions ... Done |
| 4473 | 2026-02-27T03:19:22.509Z | [ host-image] Feb 27 03:19:17.595 INFO O| Feb 27 03:19:17.595 INFO O| Planning: Checking for conflicting actions ... Done |
| 4474 | 2026-02-27T03:19:22.513Z | [ host-image] Feb 27 03:19:17.602 INFO O| Feb 27 03:19:17.602 INFO O| Planning: Consolidating action changes ... Done |
| 4475 | 2026-02-27T03:19:22.513Z | [ host-image] Feb 27 03:19:17.996 INFO O| Feb 27 03:19:17.996 INFO O| Planning: Evaluating mediators ... Done |
| 4476 | 2026-02-27T03:19:22.513Z | [ host-image] Feb 27 03:19:18.004 INFO O| Feb 27 03:19:18.004 INFO O| Planning: Planning completed in 11.60 seconds |
| 4477 | 2026-02-27T03:19:22.513Z | [ host-image] Feb 27 03:19:18.005 INFO O| Feb 27 03:19:18.005 INFO O| Packages to install: 6 |
| 4478 | 2026-02-27T03:19:22.513Z | [ host-image] Feb 27 03:19:18.005 INFO O| Feb 27 03:19:18.005 INFO O| Mediators to change: 1 |
| 4479 | 2026-02-27T03:19:22.513Z | [ host-image] Feb 27 03:19:18.005 INFO O| Feb 27 03:19:18.005 INFO O| Services to change: 1 |
| 4480 | 2026-02-27T03:19:22.513Z | [ host-image] Feb 27 03:19:18.059 INFO O| Feb 27 03:19:18.059 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete |
| 4481 | 2026-02-27T03:19:24.382Z | [ host-image] Feb 27 03:19:23.084 INFO O| Feb 27 03:19:23.084 INFO O| Download: 953/1140 items 3.3/7.7MB 43% complete (689k/s) |
| 4482 | 2026-02-27T03:19:26.129Z | [ host-image] Feb 27 03:19:24.831 INFO O| Feb 27 03:19:24.831 INFO O| Download: Completed 7.71 MB in 6.77 seconds (1.1M/s) |
| 4483 | 2026-02-27T03:19:26.301Z | [ host-image] Feb 27 03:19:25.003 INFO O| Feb 27 03:19:25.003 INFO O| Actions: 1/1361 actions (Installing new actions) |
| 4484 | 2026-02-27T03:19:27.108Z | [ host-image] Feb 27 03:19:25.778 INFO O| Feb 27 03:19:25.778 INFO O| Actions: Completed 1361 actions in 0.77 seconds. |
| 4485 | 2026-02-27T03:19:27.959Z | [ host-image] Feb 27 03:19:26.661 INFO O| Feb 27 03:19:26.661 INFO O| Done |
| 4486 | 2026-02-27T03:19:27.962Z | [ host-image] Feb 27 03:19:26.661 INFO O| Feb 27 03:19:26.661 INFO O| Done |
| 4487 | 2026-02-27T03:19:30.625Z | [ host-image] Feb 27 03:19:29.327 INFO O| Feb 27 03:19:29.327 INFO O| Done |
| 4488 | 2026-02-27T03:19:33.660Z | [ host-image] Feb 27 03:19:32.361 INFO O| Feb 27 03:19:32.361 INFO O| Done |
| 4489 | 2026-02-27T03:19:33.736Z | [ host-image] Feb 27 03:19:32.438 INFO O| Feb 27 03:19:32.438 INFO O| Done |
| 4490 | 2026-02-27T03:19:33.740Z | [ host-image] Feb 27 03:19:32.439 INFO O| Feb 27 03:19:32.439 INFO O| Done |
| 4491 | 2026-02-27T03:19:33.818Z | [ host-image] Feb 27 03:19:32.520 INFO O| Feb 27 03:19:32.520 INFO O| Done |
| 4492 | 2026-02-27T03:19:34.194Z | [ recovery-image] Feb 27 03:19:32.895 INFO O| Feb 27 03:19:32.895 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4493 | 2026-02-27T03:19:36.141Z | [ host-image] Feb 27 03:19:34.842 INFO O| Feb 27 03:19:34.842 INFO STEP 13 (pkg_install) COMPLETE |
| 4494 | 2026-02-27T03:19:36.141Z | [ host-image] Feb 27 03:19:34.842 INFO O| Feb 27 03:19:34.842 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4495 | 2026-02-27T03:19:36.159Z | [ host-image] Feb 27 03:19:34.861 INFO O| Feb 27 03:19:34.860 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"] |
| 4496 | 2026-02-27T03:19:57.861Z | [ recovery-image] Feb 27 03:19:56.561 INFO O| Feb 27 03:19:56.561 INFO O| Startup: Caching catalogs ... Done |
| 4497 | 2026-02-27T03:20:08.611Z | [ recovery-image] Feb 27 03:20:07.310 INFO O| Feb 27 03:20:07.310 INFO O| Planning: Solver setup ... Done |
| 4498 | 2026-02-27T03:20:08.626Z | [ recovery-image] Feb 27 03:20:07.324 INFO O| Feb 27 03:20:07.324 INFO O| Planning: Running solver ... Done |
| 4499 | 2026-02-27T03:20:08.852Z | [ recovery-image] Feb 27 03:20:07.550 INFO O| Feb 27 03:20:07.550 INFO O| Planning: Finding local manifests ... Done |
| 4500 | 2026-02-27T03:20:08.923Z | [ recovery-image] Feb 27 03:20:07.622 INFO O| Feb 27 03:20:07.621 INFO O| Planning: Fetching manifests: 0/1 0% complete |
| 4501 | 2026-02-27T03:20:08.949Z | [ recovery-image] Feb 27 03:20:07.647 INFO O| Feb 27 03:20:07.647 INFO O| Planning: Fetching manifests: 1/1 100% complete |
| 4502 | 2026-02-27T03:20:08.978Z | [ recovery-image] Feb 27 03:20:07.677 INFO O| Feb 27 03:20:07.677 INFO O| Planning: Package planning ... Done |
| 4503 | 2026-02-27T03:20:08.982Z | [ recovery-image] Feb 27 03:20:07.677 INFO O| Feb 27 03:20:07.677 INFO O| Planning: Merging actions ... Done |
| 4504 | 2026-02-27T03:20:09.043Z | [ recovery-image] Feb 27 03:20:07.741 INFO O| Feb 27 03:20:07.741 INFO O| Planning: Checking for conflicting actions ... Done |
| 4505 | 2026-02-27T03:20:09.046Z | [ recovery-image] Feb 27 03:20:07.742 INFO O| Feb 27 03:20:07.742 INFO O| Planning: Consolidating action changes ... Done |
| 4506 | 2026-02-27T03:20:09.322Z | [ recovery-image] Feb 27 03:20:08.020 INFO O| Feb 27 03:20:08.020 INFO O| Planning: Evaluating mediators ... Done |
| 4507 | 2026-02-27T03:20:09.326Z | [ recovery-image] Feb 27 03:20:08.021 INFO O| Feb 27 03:20:08.021 INFO O| Planning: Planning completed in 11.28 seconds |
| 4508 | 2026-02-27T03:20:09.326Z | [ recovery-image] Feb 27 03:20:08.022 INFO O| Feb 27 03:20:08.022 INFO O| Packages to install: 1 |
| 4509 | 2026-02-27T03:20:09.363Z | [ recovery-image] Feb 27 03:20:08.061 INFO O| Feb 27 03:20:08.061 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete |
| 4510 | 2026-02-27T03:20:10.102Z | [ recovery-image] Feb 27 03:20:08.800 INFO O| Feb 27 03:20:08.800 INFO O| Download: Completed 12.26 MB in 0.74 seconds (16.6M/s) |
| 4511 | 2026-02-27T03:20:10.193Z | [ recovery-image] Feb 27 03:20:08.891 INFO O| Feb 27 03:20:08.891 INFO O| Actions: 1/22 actions (Installing new actions) |
| 4512 | 2026-02-27T03:20:10.724Z | [ recovery-image] Feb 27 03:20:09.422 INFO O| Feb 27 03:20:09.422 INFO O| Actions: Completed 22 actions in 0.53 seconds. |
| 4513 | 2026-02-27T03:20:11.616Z | [ recovery-image] Feb 27 03:20:10.272 INFO O| Feb 27 03:20:10.272 INFO O| Done |
| 4514 | 2026-02-27T03:20:11.621Z | [ recovery-image] Feb 27 03:20:10.272 INFO O| Feb 27 03:20:10.272 INFO O| Done |
| 4515 | 2026-02-27T03:20:14.212Z | [ recovery-image] Feb 27 03:20:12.910 INFO O| Feb 27 03:20:12.910 INFO O| Done |
| 4516 | 2026-02-27T03:20:16.307Z | [ recovery-image] Feb 27 03:20:15.005 INFO O| Feb 27 03:20:15.005 INFO O| Done |
| 4517 | 2026-02-27T03:20:16.335Z | [ recovery-image] Feb 27 03:20:15.032 INFO O| Feb 27 03:20:15.032 INFO O| Done |
| 4518 | 2026-02-27T03:20:16.340Z | [ recovery-image] Feb 27 03:20:15.033 INFO O| Feb 27 03:20:15.032 INFO O| Done |
| 4519 | 2026-02-27T03:20:16.361Z | [ recovery-image] Feb 27 03:20:15.059 INFO O| Feb 27 03:20:15.059 INFO O| Done |
| 4520 | 2026-02-27T03:20:18.375Z | [ recovery-image] Feb 27 03:20:17.072 INFO O| Feb 27 03:20:17.072 INFO STEP 14 (pkg_install) COMPLETE |
| 4521 | 2026-02-27T03:20:18.375Z | [ recovery-image] Feb 27 03:20:17.072 INFO O| Feb 27 03:20:17.072 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4522 | 2026-02-27T03:20:18.379Z | [ recovery-image] Feb 27 03:20:17.072 INFO O| Feb 27 03:20:17.072 INFO skip step because feature "mbist" is not enabled |
| 4523 | 2026-02-27T03:20:18.379Z | [ recovery-image] Feb 27 03:20:17.072 INFO O| Feb 27 03:20:17.072 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4524 | 2026-02-27T03:20:18.379Z | [ recovery-image] Feb 27 03:20:17.072 INFO O| Feb 27 03:20:17.072 INFO skip step because feature "mfg" is not enabled |
| 4525 | 2026-02-27T03:20:18.379Z | [ recovery-image] Feb 27 03:20:17.072 INFO O| Feb 27 03:20:17.072 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4526 | 2026-02-27T03:20:18.379Z | [ recovery-image] Feb 27 03:20:17.072 INFO O| Feb 27 03:20:17.072 INFO skip step because feature "compliance" is not enabled |
| 4527 | 2026-02-27T03:20:18.379Z | [ recovery-image] Feb 27 03:20:17.072 INFO O| Feb 27 03:20:17.072 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4528 | 2026-02-27T03:20:18.379Z | [ recovery-image] Feb 27 03:20:17.072 INFO O| Feb 27 03:20:17.072 INFO skip step because feature "stress" is not enabled |
| 4529 | 2026-02-27T03:20:18.379Z | [ recovery-image] Feb 27 03:20:17.073 INFO O| Feb 27 03:20:17.072 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4530 | 2026-02-27T03:20:18.379Z | [ recovery-image] Feb 27 03:20:17.073 INFO O| Feb 27 03:20:17.072 INFO skip step because feature "compliance" is not enabled |
| 4531 | 2026-02-27T03:20:18.379Z | [ recovery-image] Feb 27 03:20:17.073 INFO O| Feb 27 03:20:17.072 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4532 | 2026-02-27T03:20:18.379Z | [ recovery-image] Feb 27 03:20:17.073 INFO O| Feb 27 03:20:17.072 INFO skip step because feature "nfs" is not enabled |
| 4533 | 2026-02-27T03:20:18.379Z | [ recovery-image] Feb 27 03:20:17.073 INFO O| Feb 27 03:20:17.072 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os |
| 4534 | 2026-02-27T03:20:18.379Z | [ recovery-image] Feb 27 03:20:17.073 INFO O| Feb 27 03:20:17.072 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os |
| 4535 | 2026-02-27T03:20:18.456Z | [ recovery-image] Feb 27 03:20:17.153 INFO O| Feb 27 03:20:17.153 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4536 | 2026-02-27T03:20:18.592Z | [ recovery-image] Feb 27 03:20:17.290 INFO O| Feb 27 03:20:17.290 INFO completed processing sled/ramdisk-01-os |
| 4537 | 2026-02-27T03:20:18.610Z | [ recovery-image] Feb 27 03:20:17.308 INFO image builder template: ramdisk-02-trim... |
| 4538 | 2026-02-27T03:20:18.611Z | [ recovery-image] Feb 27 03:20:17.308 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/.tmpaFY3GB/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-02-trim"], pwd: None |
| 4539 | 2026-02-27T03:20:18.661Z | [ recovery-image] Feb 27 03:20:17.359 INFO O| Feb 27 03:20:17.358 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4540 | 2026-02-27T03:20:18.668Z | [ recovery-image] Feb 27 03:20:17.365 INFO O| Feb 27 03:20:17.365 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4541 | 2026-02-27T03:20:18.765Z | [ recovery-image] Feb 27 03:20:17.463 INFO O| Feb 27 03:20:17.463 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled |
| 4542 | 2026-02-27T03:20:18.836Z | [ recovery-image] Feb 27 03:20:17.534 INFO O| Feb 27 03:20:17.534 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4543 | 2026-02-27T03:20:18.836Z | [ recovery-image] Feb 27 03:20:17.534 INFO O| Feb 27 03:20:17.534 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4544 | 2026-02-27T03:20:18.845Z | [ recovery-image] Feb 27 03:20:17.542 INFO O| Feb 27 03:20:17.542 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4545 | 2026-02-27T03:20:18.850Z | [ recovery-image] Feb 27 03:20:17.548 INFO O| Feb 27 03:20:17.548 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os |
| 4546 | 2026-02-27T03:20:18.859Z | [ recovery-image] Feb 27 03:20:17.555 INFO O| Feb 27 03:20:17.555 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os |
| 4547 | 2026-02-27T03:20:19.251Z | [ recovery-image] Feb 27 03:20:17.948 INFO O| Feb 27 03:20:17.948 INFO rolled back to input snapshot; work may begin |
| 4548 | 2026-02-27T03:20:19.251Z | [ recovery-image] Feb 27 03:20:17.948 INFO O| Feb 27 03:20:17.948 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4549 | 2026-02-27T03:20:19.259Z | [ recovery-image] Feb 27 03:20:17.956 INFO O| Feb 27 03:20:17.956 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4550 | 2026-02-27T03:20:19.277Z | [ recovery-image] Feb 27 03:20:17.975 INFO O| Feb 27 03:20:17.975 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg" |
| 4551 | 2026-02-27T03:20:19.382Z | [ recovery-image] Feb 27 03:20:18.079 INFO O| Feb 27 03:20:18.079 INFO STEP 0 (remove_files) COMPLETE |
| 4552 | 2026-02-27T03:20:19.382Z | [ recovery-image] Feb 27 03:20:18.079 INFO O| Feb 27 03:20:18.079 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4553 | 2026-02-27T03:20:19.399Z | [ recovery-image] Feb 27 03:20:18.096 INFO O| Feb 27 03:20:18.096 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4" |
| 4554 | 2026-02-27T03:20:19.403Z | [ recovery-image] Feb 27 03:20:18.099 INFO O| Feb 27 03:20:18.099 INFO STEP 1 (remove_files) COMPLETE |
| 4555 | 2026-02-27T03:20:19.403Z | [ recovery-image] Feb 27 03:20:18.099 INFO O| Feb 27 03:20:18.099 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4556 | 2026-02-27T03:20:19.418Z | [ recovery-image] Feb 27 03:20:18.116 INFO O| Feb 27 03:20:18.115 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include" |
| 4557 | 2026-02-27T03:20:19.440Z | [ recovery-image] Feb 27 03:20:18.137 INFO O| Feb 27 03:20:18.137 INFO STEP 2 (remove_files) COMPLETE |
| 4558 | 2026-02-27T03:20:19.440Z | [ recovery-image] Feb 27 03:20:18.138 INFO O| Feb 27 03:20:18.137 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4559 | 2026-02-27T03:20:19.456Z | [ recovery-image] Feb 27 03:20:18.153 INFO O| Feb 27 03:20:18.153 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo" |
| 4560 | 2026-02-27T03:20:19.459Z | [ recovery-image] Feb 27 03:20:18.157 INFO O| Feb 27 03:20:18.157 INFO STEP 3 (remove_files) COMPLETE |
| 4561 | 2026-02-27T03:20:19.460Z | [ recovery-image] Feb 27 03:20:18.157 INFO O| Feb 27 03:20:18.157 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4562 | 2026-02-27T03:20:19.475Z | [ recovery-image] Feb 27 03:20:18.172 INFO O| Feb 27 03:20:18.172 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help" |
| 4563 | 2026-02-27T03:20:19.481Z | [ recovery-image] Feb 27 03:20:18.178 INFO O| Feb 27 03:20:18.178 INFO STEP 4 (remove_files) COMPLETE |
| 4564 | 2026-02-27T03:20:19.481Z | [ recovery-image] Feb 27 03:20:18.178 INFO O| Feb 27 03:20:18.178 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4565 | 2026-02-27T03:20:19.496Z | [ recovery-image] Feb 27 03:20:18.194 INFO O| Feb 27 03:20:18.194 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc" |
| 4566 | 2026-02-27T03:20:19.500Z | [ recovery-image] Feb 27 03:20:18.194 INFO O| Feb 27 03:20:18.194 INFO STEP 5 (remove_files) COMPLETE |
| 4567 | 2026-02-27T03:20:19.500Z | [ recovery-image] Feb 27 03:20:18.194 INFO O| Feb 27 03:20:18.194 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4568 | 2026-02-27T03:20:19.514Z | [ recovery-image] Feb 27 03:20:18.211 INFO O| Feb 27 03:20:18.211 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion" |
| 4569 | 2026-02-27T03:20:19.533Z | [ recovery-image] Feb 27 03:20:18.231 INFO O| Feb 27 03:20:18.231 INFO STEP 6 (remove_files) COMPLETE |
| 4570 | 2026-02-27T03:20:19.533Z | [ recovery-image] Feb 27 03:20:18.231 INFO O| Feb 27 03:20:18.231 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4571 | 2026-02-27T03:20:19.533Z | [ recovery-image] Feb 27 03:20:18.231 INFO O| Feb 27 03:20:18.231 INFO skip step because feature "recovery" is enabled |
| 4572 | 2026-02-27T03:20:19.533Z | [ recovery-image] Feb 27 03:20:18.231 INFO O| Feb 27 03:20:18.231 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4573 | 2026-02-27T03:20:19.533Z | [ recovery-image] Feb 27 03:20:18.231 INFO O| Feb 27 03:20:18.231 INFO skip step because feature "recovery" is enabled |
| 4574 | 2026-02-27T03:20:19.538Z | [ recovery-image] Feb 27 03:20:18.231 INFO O| Feb 27 03:20:18.231 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4575 | 2026-02-27T03:20:19.538Z | [ recovery-image] Feb 27 03:20:18.231 INFO O| Feb 27 03:20:18.231 INFO skip step because feature "recovery" is enabled |
| 4576 | 2026-02-27T03:20:19.538Z | [ recovery-image] Feb 27 03:20:18.231 INFO O| Feb 27 03:20:18.231 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4577 | 2026-02-27T03:20:19.551Z | [ recovery-image] Feb 27 03:20:18.248 INFO O| Feb 27 03:20:18.248 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp" |
| 4578 | 2026-02-27T03:20:19.556Z | [ recovery-image] Feb 27 03:20:18.254 INFO O| Feb 27 03:20:18.254 INFO STEP 10 (remove_files) COMPLETE |
| 4579 | 2026-02-27T03:20:19.556Z | [ recovery-image] Feb 27 03:20:18.254 INFO O| Feb 27 03:20:18.254 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4580 | 2026-02-27T03:20:19.572Z | [ recovery-image] Feb 27 03:20:18.270 INFO O| Feb 27 03:20:18.270 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386" |
| 4581 | 2026-02-27T03:20:19.575Z | [ recovery-image] Feb 27 03:20:18.271 INFO O| Feb 27 03:20:18.271 INFO STEP 11 (remove_files) COMPLETE |
| 4582 | 2026-02-27T03:20:19.575Z | [ recovery-image] Feb 27 03:20:18.271 INFO O| Feb 27 03:20:18.271 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4583 | 2026-02-27T03:20:19.590Z | [ recovery-image] Feb 27 03:20:18.288 INFO O| Feb 27 03:20:18.288 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv" |
| 4584 | 2026-02-27T03:20:19.593Z | [ recovery-image] Feb 27 03:20:18.290 INFO O| Feb 27 03:20:18.290 INFO STEP 12 (remove_files) COMPLETE |
| 4585 | 2026-02-27T03:20:19.593Z | [ recovery-image] Feb 27 03:20:18.290 INFO O| Feb 27 03:20:18.290 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4586 | 2026-02-27T03:20:19.801Z | [ recovery-image] Feb 27 03:20:18.499 INFO O| Feb 27 03:20:18.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a" |
| 4587 | 2026-02-27T03:20:19.809Z | [ recovery-image] Feb 27 03:20:18.506 INFO O| Feb 27 03:20:18.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a" |
| 4588 | 2026-02-27T03:20:19.824Z | [ recovery-image] Feb 27 03:20:18.522 INFO O| Feb 27 03:20:18.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a" |
| 4589 | 2026-02-27T03:20:19.828Z | [ recovery-image] Feb 27 03:20:18.525 INFO O| Feb 27 03:20:18.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a" |
| 4590 | 2026-02-27T03:20:20.036Z | [ recovery-image] Feb 27 03:20:18.734 INFO O| Feb 27 03:20:18.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
| 4591 | 2026-02-27T03:20:20.053Z | [ recovery-image] Feb 27 03:20:18.750 INFO O| Feb 27 03:20:18.750 INFO STEP 13 (remove_files) COMPLETE |
| 4592 | 2026-02-27T03:20:20.053Z | [ recovery-image] Feb 27 03:20:18.750 INFO O| Feb 27 03:20:18.750 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4593 | 2026-02-27T03:20:20.070Z | [ recovery-image] Feb 27 03:20:18.767 INFO O| Feb 27 03:20:18.767 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot" |
| 4594 | 2026-02-27T03:20:20.073Z | [ recovery-image] Feb 27 03:20:18.769 INFO O| Feb 27 03:20:18.769 INFO STEP 14 (remove_files) COMPLETE |
| 4595 | 2026-02-27T03:20:20.073Z | [ recovery-image] Feb 27 03:20:18.769 INFO O| Feb 27 03:20:18.769 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4596 | 2026-02-27T03:20:20.087Z | [ recovery-image] Feb 27 03:20:18.784 INFO O| Feb 27 03:20:18.784 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc" |
| 4597 | 2026-02-27T03:20:20.097Z | [ recovery-image] Feb 27 03:20:18.794 INFO O| Feb 27 03:20:18.794 INFO STEP 15 (remove_files) COMPLETE |
| 4598 | 2026-02-27T03:20:20.097Z | [ recovery-image] Feb 27 03:20:18.795 INFO O| Feb 27 03:20:18.794 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4599 | 2026-02-27T03:20:20.113Z | [ recovery-image] Feb 27 03:20:18.810 INFO O| Feb 27 03:20:18.810 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv" |
| 4600 | 2026-02-27T03:20:20.116Z | [ recovery-image] Feb 27 03:20:18.811 INFO O| Feb 27 03:20:18.811 INFO STEP 16 (remove_files) COMPLETE |
| 4601 | 2026-02-27T03:20:20.116Z | [ recovery-image] Feb 27 03:20:18.811 INFO O| Feb 27 03:20:18.811 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4602 | 2026-02-27T03:20:20.129Z | [ recovery-image] Feb 27 03:20:18.826 INFO O| Feb 27 03:20:18.826 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc" |
| 4603 | 2026-02-27T03:20:20.132Z | [ recovery-image] Feb 27 03:20:18.829 INFO O| Feb 27 03:20:18.829 INFO STEP 17 (remove_files) COMPLETE |
| 4604 | 2026-02-27T03:20:20.132Z | [ recovery-image] Feb 27 03:20:18.829 INFO O| Feb 27 03:20:18.829 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4605 | 2026-02-27T03:20:20.145Z | [ recovery-image] Feb 27 03:20:18.843 INFO O| Feb 27 03:20:18.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica" |
| 4606 | 2026-02-27T03:20:20.146Z | [ recovery-image] Feb 27 03:20:18.843 INFO O| Feb 27 03:20:18.843 INFO STEP 18 (remove_files) COMPLETE |
| 4607 | 2026-02-27T03:20:20.149Z | [ recovery-image] Feb 27 03:20:18.843 INFO O| Feb 27 03:20:18.843 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4608 | 2026-02-27T03:20:20.160Z | [ recovery-image] Feb 27 03:20:18.857 INFO O| Feb 27 03:20:18.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem" |
| 4609 | 2026-02-27T03:20:20.160Z | [ recovery-image] Feb 27 03:20:18.857 INFO O| Feb 27 03:20:18.857 INFO STEP 19 (remove_files) COMPLETE |
| 4610 | 2026-02-27T03:20:20.160Z | [ recovery-image] Feb 27 03:20:18.857 INFO O| Feb 27 03:20:18.857 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4611 | 2026-02-27T03:20:20.175Z | [ recovery-image] Feb 27 03:20:18.872 INFO O| Feb 27 03:20:18.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans" |
| 4612 | 2026-02-27T03:20:20.175Z | [ recovery-image] Feb 27 03:20:18.872 INFO O| Feb 27 03:20:18.872 INFO STEP 20 (remove_files) COMPLETE |
| 4613 | 2026-02-27T03:20:20.175Z | [ recovery-image] Feb 27 03:20:18.872 INFO O| Feb 27 03:20:18.872 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4614 | 2026-02-27T03:20:20.189Z | [ recovery-image] Feb 27 03:20:18.886 INFO O| Feb 27 03:20:18.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc" |
| 4615 | 2026-02-27T03:20:20.189Z | [ recovery-image] Feb 27 03:20:18.886 INFO O| Feb 27 03:20:18.886 INFO STEP 21 (remove_files) COMPLETE |
| 4616 | 2026-02-27T03:20:20.189Z | [ recovery-image] Feb 27 03:20:18.886 INFO O| Feb 27 03:20:18.886 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4617 | 2026-02-27T03:20:20.204Z | [ recovery-image] Feb 27 03:20:18.900 INFO O| Feb 27 03:20:18.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv" |
| 4618 | 2026-02-27T03:20:20.204Z | [ recovery-image] Feb 27 03:20:18.901 INFO O| Feb 27 03:20:18.901 INFO STEP 22 (remove_files) COMPLETE |
| 4619 | 2026-02-27T03:20:20.204Z | [ recovery-image] Feb 27 03:20:18.901 INFO O| Feb 27 03:20:18.901 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4620 | 2026-02-27T03:20:20.217Z | [ recovery-image] Feb 27 03:20:18.914 INFO O| Feb 27 03:20:18.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd" |
| 4621 | 2026-02-27T03:20:20.217Z | [ recovery-image] Feb 27 03:20:18.914 INFO O| Feb 27 03:20:18.914 INFO STEP 23 (remove_files) COMPLETE |
| 4622 | 2026-02-27T03:20:20.217Z | [ recovery-image] Feb 27 03:20:18.914 INFO O| Feb 27 03:20:18.914 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4623 | 2026-02-27T03:20:20.230Z | [ recovery-image] Feb 27 03:20:18.927 INFO O| Feb 27 03:20:18.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon" |
| 4624 | 2026-02-27T03:20:20.230Z | [ recovery-image] Feb 27 03:20:18.927 INFO O| Feb 27 03:20:18.927 INFO STEP 24 (remove_files) COMPLETE |
| 4625 | 2026-02-27T03:20:20.230Z | [ recovery-image] Feb 27 03:20:18.927 INFO O| Feb 27 03:20:18.927 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4626 | 2026-02-27T03:20:20.243Z | [ recovery-image] Feb 27 03:20:18.940 INFO O| Feb 27 03:20:18.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power" |
| 4627 | 2026-02-27T03:20:20.243Z | [ recovery-image] Feb 27 03:20:18.940 INFO O| Feb 27 03:20:18.940 INFO STEP 25 (remove_files) COMPLETE |
| 4628 | 2026-02-27T03:20:20.243Z | [ recovery-image] Feb 27 03:20:18.940 INFO O| Feb 27 03:20:18.940 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4629 | 2026-02-27T03:20:20.256Z | [ recovery-image] Feb 27 03:20:18.954 INFO O| Feb 27 03:20:18.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio" |
| 4630 | 2026-02-27T03:20:20.257Z | [ recovery-image] Feb 27 03:20:18.954 INFO O| Feb 27 03:20:18.954 INFO STEP 26 (remove_files) COMPLETE |
| 4631 | 2026-02-27T03:20:20.257Z | [ recovery-image] Feb 27 03:20:18.954 INFO O| Feb 27 03:20:18.954 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4632 | 2026-02-27T03:20:20.271Z | [ recovery-image] Feb 27 03:20:18.968 INFO O| Feb 27 03:20:18.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575" |
| 4633 | 2026-02-27T03:20:20.271Z | [ recovery-image] Feb 27 03:20:18.968 INFO O| Feb 27 03:20:18.968 INFO STEP 27 (remove_files) COMPLETE |
| 4634 | 2026-02-27T03:20:20.271Z | [ recovery-image] Feb 27 03:20:18.968 INFO O| Feb 27 03:20:18.968 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4635 | 2026-02-27T03:20:20.285Z | [ recovery-image] Feb 27 03:20:18.983 INFO O| Feb 27 03:20:18.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens" |
| 4636 | 2026-02-27T03:20:20.285Z | [ recovery-image] Feb 27 03:20:18.983 INFO O| Feb 27 03:20:18.983 INFO STEP 28 (remove_files) COMPLETE |
| 4637 | 2026-02-27T03:20:20.285Z | [ recovery-image] Feb 27 03:20:18.983 INFO O| Feb 27 03:20:18.983 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4638 | 2026-02-27T03:20:20.300Z | [ recovery-image] Feb 27 03:20:18.998 INFO O| Feb 27 03:20:18.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci" |
| 4639 | 2026-02-27T03:20:20.301Z | [ recovery-image] Feb 27 03:20:18.998 INFO O| Feb 27 03:20:18.998 INFO STEP 29 (remove_files) COMPLETE |
| 4640 | 2026-02-27T03:20:20.301Z | [ recovery-image] Feb 27 03:20:18.998 INFO O| Feb 27 03:20:18.998 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4641 | 2026-02-27T03:20:20.316Z | [ recovery-image] Feb 27 03:20:19.013 INFO O| Feb 27 03:20:19.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots" |
| 4642 | 2026-02-27T03:20:20.316Z | [ recovery-image] Feb 27 03:20:19.014 INFO O| Feb 27 03:20:19.014 INFO STEP 30 (remove_files) COMPLETE |
| 4643 | 2026-02-27T03:20:20.413Z | [ recovery-image] Feb 27 03:20:19.014 INFO O| Feb 27 03:20:19.014 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4644 | 2026-02-27T03:20:20.413Z | [ recovery-image] Feb 27 03:20:19.027 INFO O| Feb 27 03:20:19.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci" |
| 4645 | 2026-02-27T03:20:20.413Z | [ recovery-image] Feb 27 03:20:19.027 INFO O| Feb 27 03:20:19.027 INFO STEP 31 (remove_files) COMPLETE |
| 4646 | 2026-02-27T03:20:20.413Z | [ recovery-image] Feb 27 03:20:19.027 INFO O| Feb 27 03:20:19.027 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4647 | 2026-02-27T03:20:20.413Z | [ recovery-image] Feb 27 03:20:19.042 INFO O| Feb 27 03:20:19.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid" |
| 4648 | 2026-02-27T03:20:20.413Z | [ recovery-image] Feb 27 03:20:19.042 INFO O| Feb 27 03:20:19.042 INFO STEP 32 (remove_files) COMPLETE |
| 4649 | 2026-02-27T03:20:20.413Z | [ recovery-image] Feb 27 03:20:19.042 INFO O| Feb 27 03:20:19.042 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4650 | 2026-02-27T03:20:20.413Z | [ recovery-image] Feb 27 03:20:19.055 INFO O| Feb 27 03:20:19.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd" |
| 4651 | 2026-02-27T03:20:20.413Z | [ recovery-image] Feb 27 03:20:19.056 INFO O| Feb 27 03:20:19.056 INFO STEP 33 (remove_files) COMPLETE |
| 4652 | 2026-02-27T03:20:20.413Z | [ recovery-image] Feb 27 03:20:19.056 INFO O| Feb 27 03:20:19.056 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4653 | 2026-02-27T03:20:20.413Z | [ recovery-image] Feb 27 03:20:19.070 INFO O| Feb 27 03:20:19.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci" |
| 4654 | 2026-02-27T03:20:20.413Z | [ recovery-image] Feb 27 03:20:19.070 INFO O| Feb 27 03:20:19.070 INFO STEP 34 (remove_files) COMPLETE |
| 4655 | 2026-02-27T03:20:20.413Z | [ recovery-image] Feb 27 03:20:19.070 INFO O| Feb 27 03:20:19.070 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4656 | 2026-02-27T03:20:20.413Z | [ recovery-image] Feb 27 03:20:19.085 INFO O| Feb 27 03:20:19.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb" |
| 4657 | 2026-02-27T03:20:20.413Z | [ recovery-image] Feb 27 03:20:19.085 INFO O| Feb 27 03:20:19.085 INFO STEP 35 (remove_files) COMPLETE |
| 4658 | 2026-02-27T03:20:20.413Z | [ recovery-image] Feb 27 03:20:19.085 INFO O| Feb 27 03:20:19.085 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4659 | 2026-02-27T03:20:20.413Z | [ recovery-image] Feb 27 03:20:19.099 INFO O| Feb 27 03:20:19.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci" |
| 4660 | 2026-02-27T03:20:20.413Z | [ recovery-image] Feb 27 03:20:19.099 INFO O| Feb 27 03:20:19.099 INFO STEP 36 (remove_files) COMPLETE |
| 4661 | 2026-02-27T03:20:20.413Z | [ recovery-image] Feb 27 03:20:19.099 INFO O| Feb 27 03:20:19.099 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4662 | 2026-02-27T03:20:20.417Z | [ recovery-image] Feb 27 03:20:19.113 INFO O| Feb 27 03:20:19.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac" |
| 4663 | 2026-02-27T03:20:20.417Z | [ recovery-image] Feb 27 03:20:19.113 INFO O| Feb 27 03:20:19.113 INFO STEP 37 (remove_files) COMPLETE |
| 4664 | 2026-02-27T03:20:20.417Z | [ recovery-image] Feb 27 03:20:19.113 INFO O| Feb 27 03:20:19.113 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4665 | 2026-02-27T03:20:20.441Z | [ recovery-image] Feb 27 03:20:19.138 INFO O| Feb 27 03:20:19.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as" |
| 4666 | 2026-02-27T03:20:20.441Z | [ recovery-image] Feb 27 03:20:19.138 INFO O| Feb 27 03:20:19.138 INFO STEP 38 (remove_files) COMPLETE |
| 4667 | 2026-02-27T03:20:20.441Z | [ recovery-image] Feb 27 03:20:19.138 INFO O| Feb 27 03:20:19.138 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4668 | 2026-02-27T03:20:20.456Z | [ recovery-image] Feb 27 03:20:19.153 INFO O| Feb 27 03:20:19.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia" |
| 4669 | 2026-02-27T03:20:20.456Z | [ recovery-image] Feb 27 03:20:19.153 INFO O| Feb 27 03:20:19.153 INFO STEP 39 (remove_files) COMPLETE |
| 4670 | 2026-02-27T03:20:20.456Z | [ recovery-image] Feb 27 03:20:19.153 INFO O| Feb 27 03:20:19.153 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4671 | 2026-02-27T03:20:20.470Z | [ recovery-image] Feb 27 03:20:19.168 INFO O| Feb 27 03:20:19.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid" |
| 4672 | 2026-02-27T03:20:20.471Z | [ recovery-image] Feb 27 03:20:19.168 INFO O| Feb 27 03:20:19.168 INFO STEP 40 (remove_files) COMPLETE |
| 4673 | 2026-02-27T03:20:20.474Z | [ recovery-image] Feb 27 03:20:19.168 INFO O| Feb 27 03:20:19.168 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4674 | 2026-02-27T03:20:20.485Z | [ recovery-image] Feb 27 03:20:19.182 INFO O| Feb 27 03:20:19.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn" |
| 4675 | 2026-02-27T03:20:20.485Z | [ recovery-image] Feb 27 03:20:19.182 INFO O| Feb 27 03:20:19.182 INFO STEP 41 (remove_files) COMPLETE |
| 4676 | 2026-02-27T03:20:20.488Z | [ recovery-image] Feb 27 03:20:19.182 INFO O| Feb 27 03:20:19.182 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4677 | 2026-02-27T03:20:20.499Z | [ recovery-image] Feb 27 03:20:19.196 INFO O| Feb 27 03:20:19.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci" |
| 4678 | 2026-02-27T03:20:20.499Z | [ recovery-image] Feb 27 03:20:19.197 INFO O| Feb 27 03:20:19.197 INFO STEP 42 (remove_files) COMPLETE |
| 4679 | 2026-02-27T03:20:20.499Z | [ recovery-image] Feb 27 03:20:19.197 INFO O| Feb 27 03:20:19.197 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4680 | 2026-02-27T03:20:20.514Z | [ recovery-image] Feb 27 03:20:19.211 INFO O| Feb 27 03:20:19.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm" |
| 4681 | 2026-02-27T03:20:20.514Z | [ recovery-image] Feb 27 03:20:19.211 INFO O| Feb 27 03:20:19.211 INFO STEP 43 (remove_files) COMPLETE |
| 4682 | 2026-02-27T03:20:20.514Z | [ recovery-image] Feb 27 03:20:19.211 INFO O| Feb 27 03:20:19.211 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4683 | 2026-02-27T03:20:20.527Z | [ recovery-image] Feb 27 03:20:19.224 INFO O| Feb 27 03:20:19.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000" |
| 4684 | 2026-02-27T03:20:20.527Z | [ recovery-image] Feb 27 03:20:19.224 INFO O| Feb 27 03:20:19.224 INFO STEP 44 (remove_files) COMPLETE |
| 4685 | 2026-02-27T03:20:20.527Z | [ recovery-image] Feb 27 03:20:19.224 INFO O| Feb 27 03:20:19.224 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4686 | 2026-02-27T03:20:20.540Z | [ recovery-image] Feb 27 03:20:19.238 INFO O| Feb 27 03:20:19.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd" |
| 4687 | 2026-02-27T03:20:20.540Z | [ recovery-image] Feb 27 03:20:19.238 INFO O| Feb 27 03:20:19.238 INFO STEP 45 (remove_files) COMPLETE |
| 4688 | 2026-02-27T03:20:20.544Z | [ recovery-image] Feb 27 03:20:19.238 INFO O| Feb 27 03:20:19.238 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4689 | 2026-02-27T03:20:20.554Z | [ recovery-image] Feb 27 03:20:19.251 INFO O| Feb 27 03:20:19.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba" |
| 4690 | 2026-02-27T03:20:20.554Z | [ recovery-image] Feb 27 03:20:19.251 INFO O| Feb 27 03:20:19.251 INFO STEP 46 (remove_files) COMPLETE |
| 4691 | 2026-02-27T03:20:20.554Z | [ recovery-image] Feb 27 03:20:19.251 INFO O| Feb 27 03:20:19.251 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4692 | 2026-02-27T03:20:20.569Z | [ recovery-image] Feb 27 03:20:19.267 INFO O| Feb 27 03:20:19.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex" |
| 4693 | 2026-02-27T03:20:20.569Z | [ recovery-image] Feb 27 03:20:19.267 INFO O| Feb 27 03:20:19.267 INFO STEP 47 (remove_files) COMPLETE |
| 4694 | 2026-02-27T03:20:20.569Z | [ recovery-image] Feb 27 03:20:19.267 INFO O| Feb 27 03:20:19.267 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4695 | 2026-02-27T03:20:20.585Z | [ recovery-image] Feb 27 03:20:19.283 INFO O| Feb 27 03:20:19.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf" |
| 4696 | 2026-02-27T03:20:20.585Z | [ recovery-image] Feb 27 03:20:19.283 INFO O| Feb 27 03:20:19.283 INFO STEP 48 (remove_files) COMPLETE |
| 4697 | 2026-02-27T03:20:20.585Z | [ recovery-image] Feb 27 03:20:19.283 INFO O| Feb 27 03:20:19.283 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4698 | 2026-02-27T03:20:20.602Z | [ recovery-image] Feb 27 03:20:19.298 INFO O| Feb 27 03:20:19.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt" |
| 4699 | 2026-02-27T03:20:20.602Z | [ recovery-image] Feb 27 03:20:19.298 INFO O| Feb 27 03:20:19.298 INFO STEP 49 (remove_files) COMPLETE |
| 4700 | 2026-02-27T03:20:20.602Z | [ recovery-image] Feb 27 03:20:19.298 INFO O| Feb 27 03:20:19.298 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4701 | 2026-02-27T03:20:20.616Z | [ recovery-image] Feb 27 03:20:19.314 INFO O| Feb 27 03:20:19.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf" |
| 4702 | 2026-02-27T03:20:20.616Z | [ recovery-image] Feb 27 03:20:19.314 INFO O| Feb 27 03:20:19.314 INFO STEP 50 (remove_files) COMPLETE |
| 4703 | 2026-02-27T03:20:20.616Z | [ recovery-image] Feb 27 03:20:19.314 INFO O| Feb 27 03:20:19.314 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4704 | 2026-02-27T03:20:20.631Z | [ recovery-image] Feb 27 03:20:19.328 INFO O| Feb 27 03:20:19.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
| 4705 | 2026-02-27T03:20:20.631Z | [ recovery-image] Feb 27 03:20:19.328 INFO O| Feb 27 03:20:19.328 INFO STEP 51 (remove_files) COMPLETE |
| 4706 | 2026-02-27T03:20:20.631Z | [ recovery-image] Feb 27 03:20:19.328 INFO O| Feb 27 03:20:19.328 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4707 | 2026-02-27T03:20:20.644Z | [ recovery-image] Feb 27 03:20:19.342 INFO O| Feb 27 03:20:19.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
| 4708 | 2026-02-27T03:20:20.645Z | [ recovery-image] Feb 27 03:20:19.342 INFO O| Feb 27 03:20:19.342 INFO STEP 52 (remove_files) COMPLETE |
| 4709 | 2026-02-27T03:20:20.648Z | [ recovery-image] Feb 27 03:20:19.342 INFO O| Feb 27 03:20:19.342 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4710 | 2026-02-27T03:20:20.660Z | [ recovery-image] Feb 27 03:20:19.357 INFO O| Feb 27 03:20:19.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm" |
| 4711 | 2026-02-27T03:20:20.660Z | [ recovery-image] Feb 27 03:20:19.357 INFO O| Feb 27 03:20:19.357 INFO STEP 53 (remove_files) COMPLETE |
| 4712 | 2026-02-27T03:20:20.660Z | [ recovery-image] Feb 27 03:20:19.357 INFO O| Feb 27 03:20:19.357 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4713 | 2026-02-27T03:20:20.676Z | [ recovery-image] Feb 27 03:20:19.373 INFO O| Feb 27 03:20:19.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm" |
| 4714 | 2026-02-27T03:20:20.676Z | [ recovery-image] Feb 27 03:20:19.373 INFO O| Feb 27 03:20:19.373 INFO STEP 54 (remove_files) COMPLETE |
| 4715 | 2026-02-27T03:20:20.676Z | [ recovery-image] Feb 27 03:20:19.373 INFO O| Feb 27 03:20:19.373 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4716 | 2026-02-27T03:20:20.691Z | [ recovery-image] Feb 27 03:20:19.388 INFO O| Feb 27 03:20:19.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm" |
| 4717 | 2026-02-27T03:20:20.691Z | [ recovery-image] Feb 27 03:20:19.388 INFO O| Feb 27 03:20:19.388 INFO STEP 55 (remove_files) COMPLETE |
| 4718 | 2026-02-27T03:20:20.694Z | [ recovery-image] Feb 27 03:20:19.388 INFO O| Feb 27 03:20:19.388 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4719 | 2026-02-27T03:20:20.706Z | [ recovery-image] Feb 27 03:20:19.403 INFO O| Feb 27 03:20:19.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm" |
| 4720 | 2026-02-27T03:20:20.706Z | [ recovery-image] Feb 27 03:20:19.404 INFO O| Feb 27 03:20:19.404 INFO STEP 56 (remove_files) COMPLETE |
| 4721 | 2026-02-27T03:20:20.710Z | [ recovery-image] Feb 27 03:20:19.404 INFO O| Feb 27 03:20:19.404 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4722 | 2026-02-27T03:20:20.721Z | [ recovery-image] Feb 27 03:20:19.418 INFO O| Feb 27 03:20:19.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar" |
| 4723 | 2026-02-27T03:20:20.721Z | [ recovery-image] Feb 27 03:20:19.418 INFO O| Feb 27 03:20:19.418 INFO STEP 57 (remove_files) COMPLETE |
| 4724 | 2026-02-27T03:20:20.721Z | [ recovery-image] Feb 27 03:20:19.418 INFO O| Feb 27 03:20:19.418 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4725 | 2026-02-27T03:20:20.749Z | [ recovery-image] Feb 27 03:20:19.447 INFO O| Feb 27 03:20:19.447 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
| 4726 | 2026-02-27T03:20:20.749Z | [ recovery-image] Feb 27 03:20:19.447 INFO O| Feb 27 03:20:19.447 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ... |
| 4727 | 2026-02-27T03:20:20.753Z | [ recovery-image] Feb 27 03:20:19.447 INFO O| Feb 27 03:20:19.447 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 4728 | 2026-02-27T03:20:20.753Z | [ recovery-image] Feb 27 03:20:19.447 INFO O| Feb 27 03:20:19.447 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 4729 | 2026-02-27T03:20:20.753Z | [ recovery-image] Feb 27 03:20:19.448 INFO O| Feb 27 03:20:19.447 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 4730 | 2026-02-27T03:20:20.753Z | [ recovery-image] Feb 27 03:20:19.449 INFO O| Feb 27 03:20:19.449 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 4731 | 2026-02-27T03:20:20.753Z | [ recovery-image] Feb 27 03:20:19.450 INFO O| Feb 27 03:20:19.449 INFO ok! |
| 4732 | 2026-02-27T03:20:20.753Z | [ recovery-image] Feb 27 03:20:19.450 INFO O| Feb 27 03:20:19.449 INFO STEP 58 (ensure_file) COMPLETE |
| 4733 | 2026-02-27T03:20:20.753Z | [ recovery-image] Feb 27 03:20:19.450 INFO O| Feb 27 03:20:19.450 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4734 | 2026-02-27T03:20:20.769Z | [ recovery-image] Feb 27 03:20:19.467 INFO O| Feb 27 03:20:19.467 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
| 4735 | 2026-02-27T03:20:20.769Z | [ recovery-image] Feb 27 03:20:19.467 INFO O| Feb 27 03:20:19.467 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ... |
| 4736 | 2026-02-27T03:20:20.769Z | [ recovery-image] Feb 27 03:20:19.467 INFO O| Feb 27 03:20:19.467 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 4737 | 2026-02-27T03:20:20.773Z | [ recovery-image] Feb 27 03:20:19.467 INFO O| Feb 27 03:20:19.467 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 4738 | 2026-02-27T03:20:20.773Z | [ recovery-image] Feb 27 03:20:19.467 INFO O| Feb 27 03:20:19.467 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 4739 | 2026-02-27T03:20:20.773Z | [ recovery-image] Feb 27 03:20:19.467 INFO O| Feb 27 03:20:19.467 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 4740 | 2026-02-27T03:20:20.773Z | [ recovery-image] Feb 27 03:20:19.467 INFO O| Feb 27 03:20:19.467 INFO ok! |
| 4741 | 2026-02-27T03:20:20.773Z | [ recovery-image] Feb 27 03:20:19.467 INFO O| Feb 27 03:20:19.467 INFO STEP 59 (ensure_file) COMPLETE |
| 4742 | 2026-02-27T03:20:20.773Z | [ recovery-image] Feb 27 03:20:19.467 INFO O| Feb 27 03:20:19.467 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4743 | 2026-02-27T03:20:20.785Z | [ recovery-image] Feb 27 03:20:19.482 INFO O| Feb 27 03:20:19.482 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist |
| 4744 | 2026-02-27T03:20:20.785Z | [ recovery-image] Feb 27 03:20:19.482 INFO O| Feb 27 03:20:19.482 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ... |
| 4745 | 2026-02-27T03:20:20.785Z | [ recovery-image] Feb 27 03:20:19.483 INFO O| Feb 27 03:20:19.482 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile |
| 4746 | 2026-02-27T03:20:20.788Z | [ recovery-image] Feb 27 03:20:19.483 INFO O| Feb 27 03:20:19.483 INFO ok! |
| 4747 | 2026-02-27T03:20:20.788Z | [ recovery-image] Feb 27 03:20:19.483 INFO O| Feb 27 03:20:19.483 INFO STEP 60 (ensure_file) COMPLETE |
| 4748 | 2026-02-27T03:20:20.788Z | [ recovery-image] Feb 27 03:20:19.483 INFO O| Feb 27 03:20:19.483 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4749 | 2026-02-27T03:20:20.800Z | [ recovery-image] Feb 27 03:20:19.498 INFO O| Feb 27 03:20:19.498 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
| 4750 | 2026-02-27T03:20:20.801Z | [ recovery-image] Feb 27 03:20:19.498 INFO O| Feb 27 03:20:19.498 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ... |
| 4751 | 2026-02-27T03:20:20.801Z | [ recovery-image] Feb 27 03:20:19.498 INFO O| Feb 27 03:20:19.498 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc |
| 4752 | 2026-02-27T03:20:20.804Z | [ recovery-image] Feb 27 03:20:19.498 INFO O| Feb 27 03:20:19.498 INFO ok! |
| 4753 | 2026-02-27T03:20:20.804Z | [ recovery-image] Feb 27 03:20:19.498 INFO O| Feb 27 03:20:19.498 INFO STEP 61 (ensure_file) COMPLETE |
| 4754 | 2026-02-27T03:20:20.804Z | [ recovery-image] Feb 27 03:20:19.498 INFO O| Feb 27 03:20:19.498 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4755 | 2026-02-27T03:20:20.817Z | [ recovery-image] Feb 27 03:20:19.514 INFO O| Feb 27 03:20:19.514 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking |
| 4756 | 2026-02-27T03:20:20.817Z | [ recovery-image] Feb 27 03:20:19.514 INFO O| Feb 27 03:20:19.514 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ... |
| 4757 | 2026-02-27T03:20:20.817Z | [ recovery-image] Feb 27 03:20:19.514 INFO O| Feb 27 03:20:19.514 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd |
| 4758 | 2026-02-27T03:20:20.817Z | [ recovery-image] Feb 27 03:20:19.514 INFO O| Feb 27 03:20:19.514 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd |
| 4759 | 2026-02-27T03:20:20.817Z | [ recovery-image] Feb 27 03:20:19.514 INFO O| Feb 27 03:20:19.514 INFO ok! |
| 4760 | 2026-02-27T03:20:20.817Z | [ recovery-image] Feb 27 03:20:19.514 INFO O| Feb 27 03:20:19.514 INFO STEP 62 (ensure_file) COMPLETE |
| 4761 | 2026-02-27T03:20:20.820Z | [ recovery-image] Feb 27 03:20:19.514 INFO O| Feb 27 03:20:19.514 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4762 | 2026-02-27T03:20:20.832Z | [ recovery-image] Feb 27 03:20:19.530 INFO O| Feb 27 03:20:19.530 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist |
| 4763 | 2026-02-27T03:20:20.832Z | [ recovery-image] Feb 27 03:20:19.530 INFO O| Feb 27 03:20:19.530 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ... |
| 4764 | 2026-02-27T03:20:20.836Z | [ recovery-image] Feb 27 03:20:19.531 INFO O| Feb 27 03:20:19.531 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 4765 | 2026-02-27T03:20:20.836Z | [ recovery-image] Feb 27 03:20:19.531 INFO O| Feb 27 03:20:19.531 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 4766 | 2026-02-27T03:20:20.836Z | [ recovery-image] Feb 27 03:20:19.531 INFO O| Feb 27 03:20:19.531 INFO ok! |
| 4767 | 2026-02-27T03:20:20.836Z | [ recovery-image] Feb 27 03:20:19.531 INFO O| Feb 27 03:20:19.531 INFO STEP 63 (ensure_file) COMPLETE |
| 4768 | 2026-02-27T03:20:20.836Z | [ recovery-image] Feb 27 03:20:19.531 INFO O| Feb 27 03:20:19.531 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4769 | 2026-02-27T03:20:20.850Z | [ recovery-image] Feb 27 03:20:19.547 INFO O| Feb 27 03:20:19.547 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist |
| 4770 | 2026-02-27T03:20:20.850Z | [ recovery-image] Feb 27 03:20:19.547 INFO O| Feb 27 03:20:19.547 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ... |
| 4771 | 2026-02-27T03:20:20.853Z | [ recovery-image] Feb 27 03:20:19.548 INFO O| Feb 27 03:20:19.548 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly |
| 4772 | 2026-02-27T03:20:20.853Z | [ recovery-image] Feb 27 03:20:19.549 INFO O| Feb 27 03:20:19.548 INFO ok! |
| 4773 | 2026-02-27T03:20:20.853Z | [ recovery-image] Feb 27 03:20:19.549 INFO O| Feb 27 03:20:19.548 INFO STEP 64 (assemble_files) COMPLETE |
| 4774 | 2026-02-27T03:20:20.853Z | [ recovery-image] Feb 27 03:20:19.549 INFO O| Feb 27 03:20:19.548 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4775 | 2026-02-27T03:20:20.867Z | [ recovery-image] Feb 27 03:20:19.564 INFO O| Feb 27 03:20:19.564 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist |
| 4776 | 2026-02-27T03:20:20.867Z | [ recovery-image] Feb 27 03:20:19.564 INFO O| Feb 27 03:20:19.564 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ... |
| 4777 | 2026-02-27T03:20:20.870Z | [ recovery-image] Feb 27 03:20:19.565 INFO O| Feb 27 03:20:19.565 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf |
| 4778 | 2026-02-27T03:20:20.870Z | [ recovery-image] Feb 27 03:20:19.565 INFO O| Feb 27 03:20:19.565 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf |
| 4779 | 2026-02-27T03:20:20.870Z | [ recovery-image] Feb 27 03:20:19.565 INFO O| Feb 27 03:20:19.565 INFO ok! |
| 4780 | 2026-02-27T03:20:20.871Z | [ recovery-image] Feb 27 03:20:19.565 INFO O| Feb 27 03:20:19.565 INFO STEP 65 (ensure_file) COMPLETE |
| 4781 | 2026-02-27T03:20:20.871Z | [ recovery-image] Feb 27 03:20:19.565 INFO O| Feb 27 03:20:19.565 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4782 | 2026-02-27T03:20:20.871Z | [ recovery-image] Feb 27 03:20:19.565 INFO O| Feb 27 03:20:19.565 INFO skip step because feature "omicron1" is not enabled |
| 4783 | 2026-02-27T03:20:20.871Z | [ recovery-image] Feb 27 03:20:19.565 INFO O| Feb 27 03:20:19.565 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4784 | 2026-02-27T03:20:20.871Z | [ recovery-image] Feb 27 03:20:19.565 INFO O| Feb 27 03:20:19.565 INFO skip step because feature "omicron1" is not enabled |
| 4785 | 2026-02-27T03:20:20.871Z | [ recovery-image] Feb 27 03:20:19.565 INFO O| Feb 27 03:20:19.565 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4786 | 2026-02-27T03:20:20.871Z | [ recovery-image] Feb 27 03:20:19.565 INFO O| Feb 27 03:20:19.565 INFO skip step because feature "omicron1" is not enabled |
| 4787 | 2026-02-27T03:20:20.871Z | [ recovery-image] Feb 27 03:20:19.565 INFO O| Feb 27 03:20:19.565 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4788 | 2026-02-27T03:20:20.891Z | [ recovery-image] Feb 27 03:20:19.588 INFO O| Feb 27 03:20:19.588 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal |
| 4789 | 2026-02-27T03:20:20.891Z | [ recovery-image] Feb 27 03:20:19.588 INFO O| Feb 27 03:20:19.588 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."] |
| 4790 | 2026-02-27T03:20:23.632Z | [ recovery-image] Feb 27 03:20:22.327 INFO O| Feb 27 03:20:22.327 INFO STEP 69 (pack_tar) COMPLETE |
| 4791 | 2026-02-27T03:20:23.632Z | [ recovery-image] Feb 27 03:20:22.328 INFO O| Feb 27 03:20:22.327 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4792 | 2026-02-27T03:20:23.635Z | [ recovery-image] Feb 27 03:20:22.328 INFO O| Feb 27 03:20:22.327 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4793 | 2026-02-27T03:20:24.220Z | [ recovery-image] Feb 27 03:20:22.917 INFO O| Feb 27 03:20:22.917 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4794 | 2026-02-27T03:20:24.360Z | [ recovery-image] Feb 27 03:20:23.056 INFO O| Feb 27 03:20:23.056 INFO completed processing sled/ramdisk-02-trim |
| 4795 | 2026-02-27T03:20:24.364Z | [ recovery-image] Feb 27 03:20:23.059 INFO image builder template: ramdisk-03-recovery-trim... |
| 4796 | 2026-02-27T03:20:24.364Z | [ recovery-image] Feb 27 03:20:23.059 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/.tmpaFY3GB/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-03-recovery-trim"], pwd: None |
| 4797 | 2026-02-27T03:20:24.539Z | [ recovery-image] Feb 27 03:20:23.236 INFO O| Feb 27 03:20:23.235 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 4798 | 2026-02-27T03:20:24.544Z | [ recovery-image] Feb 27 03:20:23.242 INFO O| Feb 27 03:20:23.242 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 4799 | 2026-02-27T03:20:24.636Z | [ recovery-image] Feb 27 03:20:23.333 INFO O| Feb 27 03:20:23.333 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled |
| 4800 | 2026-02-27T03:20:24.708Z | [ recovery-image] Feb 27 03:20:23.405 INFO O| Feb 27 03:20:23.405 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 4801 | 2026-02-27T03:20:24.708Z | [ recovery-image] Feb 27 03:20:23.405 INFO O| Feb 27 03:20:23.405 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4802 | 2026-02-27T03:20:24.742Z | [ recovery-image] Feb 27 03:20:23.439 INFO O| Feb 27 03:20:23.439 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 4803 | 2026-02-27T03:20:24.748Z | [ recovery-image] Feb 27 03:20:23.445 INFO O| Feb 27 03:20:23.445 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4804 | 2026-02-27T03:20:24.756Z | [ recovery-image] Feb 27 03:20:23.452 INFO O| Feb 27 03:20:23.452 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4805 | 2026-02-27T03:20:25.199Z | [ recovery-image] Feb 27 03:20:23.896 INFO O| Feb 27 03:20:23.896 INFO rolled back to input snapshot; work may begin |
| 4806 | 2026-02-27T03:20:25.199Z | [ recovery-image] Feb 27 03:20:23.896 INFO O| Feb 27 03:20:23.896 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4807 | 2026-02-27T03:20:25.206Z | [ recovery-image] Feb 27 03:20:23.903 INFO O| Feb 27 03:20:23.903 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4808 | 2026-02-27T03:20:25.219Z | [ recovery-image] Feb 27 03:20:23.916 INFO O| Feb 27 03:20:23.916 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7" |
| 4809 | 2026-02-27T03:20:25.314Z | [ recovery-image] Feb 27 03:20:24.011 INFO O| Feb 27 03:20:24.011 INFO STEP 0 (remove_files) COMPLETE |
| 4810 | 2026-02-27T03:20:25.314Z | [ recovery-image] Feb 27 03:20:24.011 INFO O| Feb 27 03:20:24.011 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4811 | 2026-02-27T03:20:25.330Z | [ recovery-image] Feb 27 03:20:24.027 INFO O| Feb 27 03:20:24.026 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share" |
| 4812 | 2026-02-27T03:20:25.512Z | [ recovery-image] Feb 27 03:20:24.208 INFO O| Feb 27 03:20:24.208 INFO STEP 1 (remove_files) COMPLETE |
| 4813 | 2026-02-27T03:20:25.512Z | [ recovery-image] Feb 27 03:20:24.209 INFO O| Feb 27 03:20:24.208 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4814 | 2026-02-27T03:20:25.527Z | [ recovery-image] Feb 27 03:20:24.224 INFO O| Feb 27 03:20:24.223 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns" |
| 4815 | 2026-02-27T03:20:25.530Z | [ recovery-image] Feb 27 03:20:24.227 INFO O| Feb 27 03:20:24.227 INFO STEP 2 (remove_files) COMPLETE |
| 4816 | 2026-02-27T03:20:25.530Z | [ recovery-image] Feb 27 03:20:24.227 INFO O| Feb 27 03:20:24.227 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4817 | 2026-02-27T03:20:25.545Z | [ recovery-image] Feb 27 03:20:24.242 INFO O| Feb 27 03:20:24.242 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv" |
| 4818 | 2026-02-27T03:20:25.663Z | [ recovery-image] Feb 27 03:20:24.360 INFO O| Feb 27 03:20:24.360 INFO STEP 3 (remove_files) COMPLETE |
| 4819 | 2026-02-27T03:20:25.663Z | [ recovery-image] Feb 27 03:20:24.360 INFO O| Feb 27 03:20:24.360 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4820 | 2026-02-27T03:20:25.677Z | [ recovery-image] Feb 27 03:20:24.375 INFO O| Feb 27 03:20:24.374 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale" |
| 4821 | 2026-02-27T03:20:25.936Z | [ recovery-image] Feb 27 03:20:24.633 INFO O| Feb 27 03:20:24.633 INFO STEP 4 (remove_files) COMPLETE |
| 4822 | 2026-02-27T03:20:25.936Z | [ recovery-image] Feb 27 03:20:24.633 INFO O| Feb 27 03:20:24.633 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4823 | 2026-02-27T03:20:25.952Z | [ recovery-image] Feb 27 03:20:24.649 INFO O| Feb 27 03:20:24.649 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps" |
| 4824 | 2026-02-27T03:20:25.996Z | [ recovery-image] Feb 27 03:20:24.693 INFO O| Feb 27 03:20:24.693 INFO STEP 5 (remove_files) COMPLETE |
| 4825 | 2026-02-27T03:20:25.996Z | [ recovery-image] Feb 27 03:20:24.693 INFO O| Feb 27 03:20:24.693 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4826 | 2026-02-27T03:20:26.013Z | [ recovery-image] Feb 27 03:20:24.709 INFO O| Feb 27 03:20:24.709 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig" |
| 4827 | 2026-02-27T03:20:26.034Z | [ recovery-image] Feb 27 03:20:24.731 INFO O| Feb 27 03:20:24.731 INFO STEP 6 (remove_files) COMPLETE |
| 4828 | 2026-02-27T03:20:26.034Z | [ recovery-image] Feb 27 03:20:24.731 INFO O| Feb 27 03:20:24.731 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4829 | 2026-02-27T03:20:26.049Z | [ recovery-image] Feb 27 03:20:24.746 INFO O| Feb 27 03:20:24.746 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi" |
| 4830 | 2026-02-27T03:20:26.207Z | [ recovery-image] Feb 27 03:20:24.904 INFO O| Feb 27 03:20:24.904 INFO STEP 7 (remove_files) COMPLETE |
| 4831 | 2026-02-27T03:20:26.208Z | [ recovery-image] Feb 27 03:20:24.905 INFO O| Feb 27 03:20:24.904 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4832 | 2026-02-27T03:20:26.222Z | [ recovery-image] Feb 27 03:20:24.919 INFO O| Feb 27 03:20:24.919 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs" |
| 4833 | 2026-02-27T03:20:26.247Z | [ recovery-image] Feb 27 03:20:24.944 INFO O| Feb 27 03:20:24.944 INFO STEP 8 (remove_files) COMPLETE |
| 4834 | 2026-02-27T03:20:26.247Z | [ recovery-image] Feb 27 03:20:24.944 INFO O| Feb 27 03:20:24.944 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4835 | 2026-02-27T03:20:26.262Z | [ recovery-image] Feb 27 03:20:24.959 INFO O| Feb 27 03:20:24.959 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv" |
| 4836 | 2026-02-27T03:20:26.265Z | [ recovery-image] Feb 27 03:20:24.960 INFO O| Feb 27 03:20:24.960 INFO STEP 9 (remove_files) COMPLETE |
| 4837 | 2026-02-27T03:20:26.265Z | [ recovery-image] Feb 27 03:20:24.960 INFO O| Feb 27 03:20:24.960 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4838 | 2026-02-27T03:20:26.276Z | [ recovery-image] Feb 27 03:20:24.973 INFO O| Feb 27 03:20:24.973 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5" |
| 4839 | 2026-02-27T03:20:26.511Z | [ recovery-image] Feb 27 03:20:25.208 INFO O| Feb 27 03:20:25.208 INFO STEP 10 (remove_files) COMPLETE |
| 4840 | 2026-02-27T03:20:26.511Z | [ recovery-image] Feb 27 03:20:25.208 INFO O| Feb 27 03:20:25.208 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4841 | 2026-02-27T03:20:26.527Z | [ recovery-image] Feb 27 03:20:25.224 INFO O| Feb 27 03:20:25.224 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash" |
| 4842 | 2026-02-27T03:20:26.530Z | [ recovery-image] Feb 27 03:20:25.227 INFO O| Feb 27 03:20:25.227 INFO STEP 11 (remove_files) COMPLETE |
| 4843 | 2026-02-27T03:20:26.530Z | [ recovery-image] Feb 27 03:20:25.227 INFO O| Feb 27 03:20:25.227 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4844 | 2026-02-27T03:20:26.544Z | [ recovery-image] Feb 27 03:20:25.241 INFO O| Feb 27 03:20:25.241 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve" |
| 4845 | 2026-02-27T03:20:26.548Z | [ recovery-image] Feb 27 03:20:25.244 INFO O| Feb 27 03:20:25.244 INFO STEP 12 (remove_files) COMPLETE |
| 4846 | 2026-02-27T03:20:26.548Z | [ recovery-image] Feb 27 03:20:25.244 INFO O| Feb 27 03:20:25.244 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4847 | 2026-02-27T03:20:26.562Z | [ recovery-image] Feb 27 03:20:25.259 INFO O| Feb 27 03:20:25.259 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs" |
| 4848 | 2026-02-27T03:20:26.566Z | [ recovery-image] Feb 27 03:20:25.260 INFO O| Feb 27 03:20:25.259 INFO STEP 13 (remove_files) COMPLETE |
| 4849 | 2026-02-27T03:20:26.566Z | [ recovery-image] Feb 27 03:20:25.260 INFO O| Feb 27 03:20:25.260 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4850 | 2026-02-27T03:20:26.578Z | [ recovery-image] Feb 27 03:20:25.275 INFO O| Feb 27 03:20:25.275 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons" |
| 4851 | 2026-02-27T03:20:26.581Z | [ recovery-image] Feb 27 03:20:25.276 INFO O| Feb 27 03:20:25.276 INFO STEP 14 (remove_files) COMPLETE |
| 4852 | 2026-02-27T03:20:26.581Z | [ recovery-image] Feb 27 03:20:25.276 INFO O| Feb 27 03:20:25.276 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4853 | 2026-02-27T03:20:26.594Z | [ recovery-image] Feb 27 03:20:25.291 INFO O| Feb 27 03:20:25.290 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale" |
| 4854 | 2026-02-27T03:20:26.606Z | [ recovery-image] Feb 27 03:20:25.302 INFO O| Feb 27 03:20:25.302 INFO STEP 15 (remove_files) COMPLETE |
| 4855 | 2026-02-27T03:20:26.606Z | [ recovery-image] Feb 27 03:20:25.302 INFO O| Feb 27 03:20:25.302 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4856 | 2026-02-27T03:20:26.619Z | [ recovery-image] Feb 27 03:20:25.316 INFO O| Feb 27 03:20:25.316 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src" |
| 4857 | 2026-02-27T03:20:26.622Z | [ recovery-image] Feb 27 03:20:25.317 INFO O| Feb 27 03:20:25.317 INFO STEP 16 (remove_files) COMPLETE |
| 4858 | 2026-02-27T03:20:26.622Z | [ recovery-image] Feb 27 03:20:25.317 INFO O| Feb 27 03:20:25.317 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4859 | 2026-02-27T03:20:26.633Z | [ recovery-image] Feb 27 03:20:25.330 INFO O| Feb 27 03:20:25.330 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo" |
| 4860 | 2026-02-27T03:20:26.637Z | [ recovery-image] Feb 27 03:20:25.331 INFO O| Feb 27 03:20:25.331 INFO STEP 17 (remove_files) COMPLETE |
| 4861 | 2026-02-27T03:20:26.637Z | [ recovery-image] Feb 27 03:20:25.331 INFO O| Feb 27 03:20:25.331 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4862 | 2026-02-27T03:20:26.647Z | [ recovery-image] Feb 27 03:20:25.344 INFO O| Feb 27 03:20:25.344 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim" |
| 4863 | 2026-02-27T03:20:26.957Z | [ recovery-image] Feb 27 03:20:25.654 INFO O| Feb 27 03:20:25.654 INFO STEP 18 (remove_files) COMPLETE |
| 4864 | 2026-02-27T03:20:26.957Z | [ recovery-image] Feb 27 03:20:25.654 INFO O| Feb 27 03:20:25.654 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4865 | 2026-02-27T03:20:26.970Z | [ recovery-image] Feb 27 03:20:25.667 INFO O| Feb 27 03:20:25.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml" |
| 4866 | 2026-02-27T03:20:27.031Z | [ recovery-image] Feb 27 03:20:25.728 INFO O| Feb 27 03:20:25.728 INFO STEP 19 (remove_files) COMPLETE |
| 4867 | 2026-02-27T03:20:27.031Z | [ recovery-image] Feb 27 03:20:25.728 INFO O| Feb 27 03:20:25.728 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4868 | 2026-02-27T03:20:27.044Z | [ recovery-image] Feb 27 03:20:25.740 INFO O| Feb 27 03:20:25.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml" |
| 4869 | 2026-02-27T03:20:27.047Z | [ recovery-image] Feb 27 03:20:25.741 INFO O| Feb 27 03:20:25.741 INFO STEP 20 (remove_files) COMPLETE |
| 4870 | 2026-02-27T03:20:27.047Z | [ recovery-image] Feb 27 03:20:25.741 INFO O| Feb 27 03:20:25.741 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4871 | 2026-02-27T03:20:27.079Z | [ recovery-image] Feb 27 03:20:25.776 INFO O| Feb 27 03:20:25.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb" |
| 4872 | 2026-02-27T03:20:27.085Z | [ recovery-image] Feb 27 03:20:25.782 INFO O| Feb 27 03:20:25.782 INFO STEP 21 (remove_files) COMPLETE |
| 4873 | 2026-02-27T03:20:27.085Z | [ recovery-image] Feb 27 03:20:25.782 INFO O| Feb 27 03:20:25.782 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4874 | 2026-02-27T03:20:27.192Z | [ recovery-image] Feb 27 03:20:25.889 INFO O| Feb 27 03:20:25.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec" |
| 4875 | 2026-02-27T03:20:27.192Z | [ recovery-image] Feb 27 03:20:25.889 INFO O| Feb 27 03:20:25.889 INFO STEP 22 (remove_files) COMPLETE |
| 4876 | 2026-02-27T03:20:27.192Z | [ recovery-image] Feb 27 03:20:25.889 INFO O| Feb 27 03:20:25.889 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4877 | 2026-02-27T03:20:27.247Z | [ recovery-image] Feb 27 03:20:25.943 INFO O| Feb 27 03:20:25.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap" |
| 4878 | 2026-02-27T03:20:27.247Z | [ recovery-image] Feb 27 03:20:25.943 INFO O| Feb 27 03:20:25.943 INFO STEP 23 (remove_files) COMPLETE |
| 4879 | 2026-02-27T03:20:27.247Z | [ recovery-image] Feb 27 03:20:25.943 INFO O| Feb 27 03:20:25.943 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4880 | 2026-02-27T03:20:27.261Z | [ recovery-image] Feb 27 03:20:25.958 INFO O| Feb 27 03:20:25.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias" |
| 4881 | 2026-02-27T03:20:27.285Z | [ recovery-image] Feb 27 03:20:25.982 INFO O| Feb 27 03:20:25.982 INFO STEP 24 (remove_files) COMPLETE |
| 4882 | 2026-02-27T03:20:27.285Z | [ recovery-image] Feb 27 03:20:25.982 INFO O| Feb 27 03:20:25.982 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4883 | 2026-02-27T03:20:27.300Z | [ recovery-image] Feb 27 03:20:25.997 INFO O| Feb 27 03:20:25.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb" |
| 4884 | 2026-02-27T03:20:27.344Z | [ recovery-image] Feb 27 03:20:26.041 INFO O| Feb 27 03:20:26.041 INFO STEP 25 (remove_files) COMPLETE |
| 4885 | 2026-02-27T03:20:27.344Z | [ recovery-image] Feb 27 03:20:26.041 INFO O| Feb 27 03:20:26.041 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4886 | 2026-02-27T03:20:27.360Z | [ recovery-image] Feb 27 03:20:26.057 INFO O| Feb 27 03:20:26.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt" |
| 4887 | 2026-02-27T03:20:27.360Z | [ recovery-image] Feb 27 03:20:26.057 INFO O| Feb 27 03:20:26.057 INFO STEP 26 (remove_files) COMPLETE |
| 4888 | 2026-02-27T03:20:27.364Z | [ recovery-image] Feb 27 03:20:26.057 INFO O| Feb 27 03:20:26.057 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4889 | 2026-02-27T03:20:27.375Z | [ recovery-image] Feb 27 03:20:26.072 INFO O| Feb 27 03:20:26.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack" |
| 4890 | 2026-02-27T03:20:27.395Z | [ recovery-image] Feb 27 03:20:26.092 INFO O| Feb 27 03:20:26.092 INFO STEP 27 (remove_files) COMPLETE |
| 4891 | 2026-02-27T03:20:27.395Z | [ recovery-image] Feb 27 03:20:26.092 INFO O| Feb 27 03:20:26.092 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4892 | 2026-02-27T03:20:27.410Z | [ recovery-image] Feb 27 03:20:26.107 INFO O| Feb 27 03:20:26.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle" |
| 4893 | 2026-02-27T03:20:27.410Z | [ recovery-image] Feb 27 03:20:26.107 INFO O| Feb 27 03:20:26.107 INFO STEP 28 (remove_files) COMPLETE |
| 4894 | 2026-02-27T03:20:27.410Z | [ recovery-image] Feb 27 03:20:26.107 INFO O| Feb 27 03:20:26.107 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4895 | 2026-02-27T03:20:27.435Z | [ recovery-image] Feb 27 03:20:26.132 INFO O| Feb 27 03:20:26.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl" |
| 4896 | 2026-02-27T03:20:27.435Z | [ recovery-image] Feb 27 03:20:26.132 INFO O| Feb 27 03:20:26.132 INFO STEP 29 (remove_files) COMPLETE |
| 4897 | 2026-02-27T03:20:27.438Z | [ recovery-image] Feb 27 03:20:26.132 INFO O| Feb 27 03:20:26.132 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4898 | 2026-02-27T03:20:27.450Z | [ recovery-image] Feb 27 03:20:26.147 INFO O| Feb 27 03:20:26.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config" |
| 4899 | 2026-02-27T03:20:27.450Z | [ recovery-image] Feb 27 03:20:26.147 INFO O| Feb 27 03:20:26.147 INFO STEP 30 (remove_files) COMPLETE |
| 4900 | 2026-02-27T03:20:27.450Z | [ recovery-image] Feb 27 03:20:26.147 INFO O| Feb 27 03:20:26.147 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4901 | 2026-02-27T03:20:27.464Z | [ recovery-image] Feb 27 03:20:26.161 INFO O| Feb 27 03:20:26.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt" |
| 4902 | 2026-02-27T03:20:27.464Z | [ recovery-image] Feb 27 03:20:26.161 INFO O| Feb 27 03:20:26.161 INFO STEP 31 (remove_files) COMPLETE |
| 4903 | 2026-02-27T03:20:27.464Z | [ recovery-image] Feb 27 03:20:26.161 INFO O| Feb 27 03:20:26.161 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4904 | 2026-02-27T03:20:27.478Z | [ recovery-image] Feb 27 03:20:26.174 INFO O| Feb 27 03:20:26.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest" |
| 4905 | 2026-02-27T03:20:27.479Z | [ recovery-image] Feb 27 03:20:26.175 INFO O| Feb 27 03:20:26.174 INFO STEP 32 (remove_files) COMPLETE |
| 4906 | 2026-02-27T03:20:27.482Z | [ recovery-image] Feb 27 03:20:26.175 INFO O| Feb 27 03:20:26.175 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4907 | 2026-02-27T03:20:27.491Z | [ recovery-image] Feb 27 03:20:26.188 INFO O| Feb 27 03:20:26.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap" |
| 4908 | 2026-02-27T03:20:27.492Z | [ recovery-image] Feb 27 03:20:26.189 INFO O| Feb 27 03:20:26.188 INFO STEP 33 (remove_files) COMPLETE |
| 4909 | 2026-02-27T03:20:27.492Z | [ recovery-image] Feb 27 03:20:26.189 INFO O| Feb 27 03:20:26.189 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4910 | 2026-02-27T03:20:27.507Z | [ recovery-image] Feb 27 03:20:26.202 INFO O| Feb 27 03:20:26.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt" |
| 4911 | 2026-02-27T03:20:27.507Z | [ recovery-image] Feb 27 03:20:26.203 INFO O| Feb 27 03:20:26.203 INFO STEP 34 (remove_files) COMPLETE |
| 4912 | 2026-02-27T03:20:27.511Z | [ recovery-image] Feb 27 03:20:26.203 INFO O| Feb 27 03:20:26.203 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4913 | 2026-02-27T03:20:27.520Z | [ recovery-image] Feb 27 03:20:26.216 INFO O| Feb 27 03:20:26.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear" |
| 4914 | 2026-02-27T03:20:27.520Z | [ recovery-image] Feb 27 03:20:26.216 INFO O| Feb 27 03:20:26.216 INFO STEP 35 (remove_files) COMPLETE |
| 4915 | 2026-02-27T03:20:27.520Z | [ recovery-image] Feb 27 03:20:26.216 INFO O| Feb 27 03:20:26.216 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4916 | 2026-02-27T03:20:27.533Z | [ recovery-image] Feb 27 03:20:26.230 INFO O| Feb 27 03:20:26.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp" |
| 4917 | 2026-02-27T03:20:27.533Z | [ recovery-image] Feb 27 03:20:26.230 INFO O| Feb 27 03:20:26.230 INFO STEP 36 (remove_files) COMPLETE |
| 4918 | 2026-02-27T03:20:27.537Z | [ recovery-image] Feb 27 03:20:26.230 INFO O| Feb 27 03:20:26.230 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4919 | 2026-02-27T03:20:27.549Z | [ recovery-image] Feb 27 03:20:26.246 INFO O| Feb 27 03:20:26.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs" |
| 4920 | 2026-02-27T03:20:27.552Z | [ recovery-image] Feb 27 03:20:26.246 INFO O| Feb 27 03:20:26.246 INFO STEP 37 (remove_files) COMPLETE |
| 4921 | 2026-02-27T03:20:27.552Z | [ recovery-image] Feb 27 03:20:26.246 INFO O| Feb 27 03:20:26.246 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4922 | 2026-02-27T03:20:27.564Z | [ recovery-image] Feb 27 03:20:26.261 INFO O| Feb 27 03:20:26.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic" |
| 4923 | 2026-02-27T03:20:27.564Z | [ recovery-image] Feb 27 03:20:26.261 INFO O| Feb 27 03:20:26.261 INFO STEP 38 (remove_files) COMPLETE |
| 4924 | 2026-02-27T03:20:27.567Z | [ recovery-image] Feb 27 03:20:26.261 INFO O| Feb 27 03:20:26.261 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4925 | 2026-02-27T03:20:27.578Z | [ recovery-image] Feb 27 03:20:26.275 INFO O| Feb 27 03:20:26.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe" |
| 4926 | 2026-02-27T03:20:27.578Z | [ recovery-image] Feb 27 03:20:26.275 INFO O| Feb 27 03:20:26.275 INFO STEP 39 (remove_files) COMPLETE |
| 4927 | 2026-02-27T03:20:27.578Z | [ recovery-image] Feb 27 03:20:26.275 INFO O| Feb 27 03:20:26.275 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4928 | 2026-02-27T03:20:27.592Z | [ recovery-image] Feb 27 03:20:26.289 INFO O| Feb 27 03:20:26.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput" |
| 4929 | 2026-02-27T03:20:27.592Z | [ recovery-image] Feb 27 03:20:26.289 INFO O| Feb 27 03:20:26.289 INFO STEP 40 (remove_files) COMPLETE |
| 4930 | 2026-02-27T03:20:27.595Z | [ recovery-image] Feb 27 03:20:26.289 INFO O| Feb 27 03:20:26.289 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4931 | 2026-02-27T03:20:27.607Z | [ recovery-image] Feb 27 03:20:26.304 INFO O| Feb 27 03:20:26.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset" |
| 4932 | 2026-02-27T03:20:27.607Z | [ recovery-image] Feb 27 03:20:26.304 INFO O| Feb 27 03:20:26.304 INFO STEP 41 (remove_files) COMPLETE |
| 4933 | 2026-02-27T03:20:27.610Z | [ recovery-image] Feb 27 03:20:26.304 INFO O| Feb 27 03:20:26.304 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4934 | 2026-02-27T03:20:27.623Z | [ recovery-image] Feb 27 03:20:26.319 INFO O| Feb 27 03:20:26.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn" |
| 4935 | 2026-02-27T03:20:27.623Z | [ recovery-image] Feb 27 03:20:26.319 INFO O| Feb 27 03:20:26.319 INFO STEP 42 (remove_files) COMPLETE |
| 4936 | 2026-02-27T03:20:27.626Z | [ recovery-image] Feb 27 03:20:26.319 INFO O| Feb 27 03:20:26.319 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4937 | 2026-02-27T03:20:27.639Z | [ recovery-image] Feb 27 03:20:26.335 INFO O| Feb 27 03:20:26.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93" |
| 4938 | 2026-02-27T03:20:27.639Z | [ recovery-image] Feb 27 03:20:26.336 INFO O| Feb 27 03:20:26.335 INFO STEP 43 (remove_files) COMPLETE |
| 4939 | 2026-02-27T03:20:27.642Z | [ recovery-image] Feb 27 03:20:26.336 INFO O| Feb 27 03:20:26.336 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4940 | 2026-02-27T03:20:27.653Z | [ recovery-image] Feb 27 03:20:26.350 INFO O| Feb 27 03:20:26.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls" |
| 4941 | 2026-02-27T03:20:27.653Z | [ recovery-image] Feb 27 03:20:26.350 INFO O| Feb 27 03:20:26.350 INFO STEP 44 (remove_files) COMPLETE |
| 4942 | 2026-02-27T03:20:27.653Z | [ recovery-image] Feb 27 03:20:26.350 INFO O| Feb 27 03:20:26.350 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4943 | 2026-02-27T03:20:27.669Z | [ recovery-image] Feb 27 03:20:26.366 INFO O| Feb 27 03:20:26.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac" |
| 4944 | 2026-02-27T03:20:27.669Z | [ recovery-image] Feb 27 03:20:26.366 INFO O| Feb 27 03:20:26.366 INFO STEP 45 (remove_files) COMPLETE |
| 4945 | 2026-02-27T03:20:27.673Z | [ recovery-image] Feb 27 03:20:26.366 INFO O| Feb 27 03:20:26.366 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4946 | 2026-02-27T03:20:27.684Z | [ recovery-image] Feb 27 03:20:26.380 INFO O| Feb 27 03:20:26.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe" |
| 4947 | 2026-02-27T03:20:27.684Z | [ recovery-image] Feb 27 03:20:26.381 INFO O| Feb 27 03:20:26.380 INFO STEP 46 (remove_files) COMPLETE |
| 4948 | 2026-02-27T03:20:27.684Z | [ recovery-image] Feb 27 03:20:26.381 INFO O| Feb 27 03:20:26.380 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4949 | 2026-02-27T03:20:27.698Z | [ recovery-image] Feb 27 03:20:26.395 INFO O| Feb 27 03:20:26.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config" |
| 4950 | 2026-02-27T03:20:27.698Z | [ recovery-image] Feb 27 03:20:26.395 INFO O| Feb 27 03:20:26.395 INFO STEP 47 (remove_files) COMPLETE |
| 4951 | 2026-02-27T03:20:27.703Z | [ recovery-image] Feb 27 03:20:26.395 INFO O| Feb 27 03:20:26.395 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4952 | 2026-02-27T03:20:27.714Z | [ recovery-image] Feb 27 03:20:26.411 INFO O| Feb 27 03:20:26.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask" |
| 4953 | 2026-02-27T03:20:27.714Z | [ recovery-image] Feb 27 03:20:26.411 INFO O| Feb 27 03:20:26.411 INFO STEP 48 (remove_files) COMPLETE |
| 4954 | 2026-02-27T03:20:27.718Z | [ recovery-image] Feb 27 03:20:26.411 INFO O| Feb 27 03:20:26.411 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4955 | 2026-02-27T03:20:27.788Z | [ recovery-image] Feb 27 03:20:26.426 INFO O| Feb 27 03:20:26.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup" |
| 4956 | 2026-02-27T03:20:27.788Z | [ recovery-image] Feb 27 03:20:26.426 INFO O| Feb 27 03:20:26.426 INFO STEP 49 (remove_files) COMPLETE |
| 4957 | 2026-02-27T03:20:27.788Z | [ recovery-image] Feb 27 03:20:26.426 INFO O| Feb 27 03:20:26.426 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4958 | 2026-02-27T03:20:27.788Z | [ recovery-image] Feb 27 03:20:26.442 INFO O| Feb 27 03:20:26.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs" |
| 4959 | 2026-02-27T03:20:27.788Z | [ recovery-image] Feb 27 03:20:26.442 INFO O| Feb 27 03:20:26.442 INFO STEP 50 (remove_files) COMPLETE |
| 4960 | 2026-02-27T03:20:27.788Z | [ recovery-image] Feb 27 03:20:26.442 INFO O| Feb 27 03:20:26.442 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4961 | 2026-02-27T03:20:27.788Z | [ recovery-image] Feb 27 03:20:26.456 INFO O| Feb 27 03:20:26.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv" |
| 4962 | 2026-02-27T03:20:27.788Z | [ recovery-image] Feb 27 03:20:26.457 INFO O| Feb 27 03:20:26.457 INFO STEP 51 (remove_files) COMPLETE |
| 4963 | 2026-02-27T03:20:27.788Z | [ recovery-image] Feb 27 03:20:26.457 INFO O| Feb 27 03:20:26.457 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4964 | 2026-02-27T03:20:27.788Z | [ recovery-image] Feb 27 03:20:26.473 INFO O| Feb 27 03:20:26.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config" |
| 4965 | 2026-02-27T03:20:27.788Z | [ recovery-image] Feb 27 03:20:26.474 INFO O| Feb 27 03:20:26.474 INFO STEP 52 (remove_files) COMPLETE |
| 4966 | 2026-02-27T03:20:27.788Z | [ recovery-image] Feb 27 03:20:26.474 INFO O| Feb 27 03:20:26.474 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4967 | 2026-02-27T03:20:27.793Z | [ recovery-image] Feb 27 03:20:26.490 INFO O| Feb 27 03:20:26.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config" |
| 4968 | 2026-02-27T03:20:27.793Z | [ recovery-image] Feb 27 03:20:26.490 INFO O| Feb 27 03:20:26.490 INFO STEP 53 (remove_files) COMPLETE |
| 4969 | 2026-02-27T03:20:27.796Z | [ recovery-image] Feb 27 03:20:26.490 INFO O| Feb 27 03:20:26.490 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4970 | 2026-02-27T03:20:27.809Z | [ recovery-image] Feb 27 03:20:26.506 INFO O| Feb 27 03:20:26.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config" |
| 4971 | 2026-02-27T03:20:27.809Z | [ recovery-image] Feb 27 03:20:26.506 INFO O| Feb 27 03:20:26.506 INFO STEP 54 (remove_files) COMPLETE |
| 4972 | 2026-02-27T03:20:27.813Z | [ recovery-image] Feb 27 03:20:26.506 INFO O| Feb 27 03:20:26.506 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4973 | 2026-02-27T03:20:27.825Z | [ recovery-image] Feb 27 03:20:26.522 INFO O| Feb 27 03:20:26.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep" |
| 4974 | 2026-02-27T03:20:27.825Z | [ recovery-image] Feb 27 03:20:26.522 INFO O| Feb 27 03:20:26.522 INFO STEP 55 (remove_files) COMPLETE |
| 4975 | 2026-02-27T03:20:27.830Z | [ recovery-image] Feb 27 03:20:26.522 INFO O| Feb 27 03:20:26.522 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4976 | 2026-02-27T03:20:27.839Z | [ recovery-image] Feb 27 03:20:26.536 INFO O| Feb 27 03:20:26.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test" |
| 4977 | 2026-02-27T03:20:27.839Z | [ recovery-image] Feb 27 03:20:26.536 INFO O| Feb 27 03:20:26.536 INFO STEP 56 (remove_files) COMPLETE |
| 4978 | 2026-02-27T03:20:27.839Z | [ recovery-image] Feb 27 03:20:26.536 INFO O| Feb 27 03:20:26.536 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4979 | 2026-02-27T03:20:27.854Z | [ recovery-image] Feb 27 03:20:26.550 INFO O| Feb 27 03:20:26.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred" |
| 4980 | 2026-02-27T03:20:27.854Z | [ recovery-image] Feb 27 03:20:26.550 INFO O| Feb 27 03:20:26.550 INFO STEP 57 (remove_files) COMPLETE |
| 4981 | 2026-02-27T03:20:27.854Z | [ recovery-image] Feb 27 03:20:26.550 INFO O| Feb 27 03:20:26.550 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4982 | 2026-02-27T03:20:27.870Z | [ recovery-image] Feb 27 03:20:26.567 INFO O| Feb 27 03:20:26.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep" |
| 4983 | 2026-02-27T03:20:27.870Z | [ recovery-image] Feb 27 03:20:26.567 INFO O| Feb 27 03:20:26.567 INFO STEP 58 (remove_files) COMPLETE |
| 4984 | 2026-02-27T03:20:27.873Z | [ recovery-image] Feb 27 03:20:26.567 INFO O| Feb 27 03:20:26.567 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4985 | 2026-02-27T03:20:27.887Z | [ recovery-image] Feb 27 03:20:26.584 INFO O| Feb 27 03:20:26.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest" |
| 4986 | 2026-02-27T03:20:27.887Z | [ recovery-image] Feb 27 03:20:26.584 INFO O| Feb 27 03:20:26.584 INFO STEP 59 (remove_files) COMPLETE |
| 4987 | 2026-02-27T03:20:27.887Z | [ recovery-image] Feb 27 03:20:26.584 INFO O| Feb 27 03:20:26.584 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4988 | 2026-02-27T03:20:27.902Z | [ recovery-image] Feb 27 03:20:26.599 INFO O| Feb 27 03:20:26.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv" |
| 4989 | 2026-02-27T03:20:27.902Z | [ recovery-image] Feb 27 03:20:26.599 INFO O| Feb 27 03:20:26.599 INFO STEP 60 (remove_files) COMPLETE |
| 4990 | 2026-02-27T03:20:27.902Z | [ recovery-image] Feb 27 03:20:26.599 INFO O| Feb 27 03:20:26.599 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4991 | 2026-02-27T03:20:27.917Z | [ recovery-image] Feb 27 03:20:26.614 INFO O| Feb 27 03:20:26.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles" |
| 4992 | 2026-02-27T03:20:27.917Z | [ recovery-image] Feb 27 03:20:26.614 INFO O| Feb 27 03:20:26.614 INFO STEP 61 (remove_files) COMPLETE |
| 4993 | 2026-02-27T03:20:27.917Z | [ recovery-image] Feb 27 03:20:26.614 INFO O| Feb 27 03:20:26.614 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4994 | 2026-02-27T03:20:27.931Z | [ recovery-image] Feb 27 03:20:26.628 INFO O| Feb 27 03:20:26.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags" |
| 4995 | 2026-02-27T03:20:27.931Z | [ recovery-image] Feb 27 03:20:26.628 INFO O| Feb 27 03:20:26.628 INFO STEP 62 (remove_files) COMPLETE |
| 4996 | 2026-02-27T03:20:27.934Z | [ recovery-image] Feb 27 03:20:26.628 INFO O| Feb 27 03:20:26.628 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4997 | 2026-02-27T03:20:27.944Z | [ recovery-image] Feb 27 03:20:26.641 INFO O| Feb 27 03:20:26.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd" |
| 4998 | 2026-02-27T03:20:27.944Z | [ recovery-image] Feb 27 03:20:26.641 INFO O| Feb 27 03:20:26.641 INFO STEP 63 (remove_files) COMPLETE |
| 4999 | 2026-02-27T03:20:27.944Z | [ recovery-image] Feb 27 03:20:26.641 INFO O| Feb 27 03:20:26.641 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5000 | 2026-02-27T03:20:27.958Z | [ recovery-image] Feb 27 03:20:26.655 INFO O| Feb 27 03:20:26.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp" |
| 5001 | 2026-02-27T03:20:27.958Z | [ recovery-image] Feb 27 03:20:26.655 INFO O| Feb 27 03:20:26.655 INFO STEP 64 (remove_files) COMPLETE |
| 5002 | 2026-02-27T03:20:27.958Z | [ recovery-image] Feb 27 03:20:26.655 INFO O| Feb 27 03:20:26.655 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5003 | 2026-02-27T03:20:27.972Z | [ recovery-image] Feb 27 03:20:26.669 INFO O| Feb 27 03:20:26.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit" |
| 5004 | 2026-02-27T03:20:27.972Z | [ recovery-image] Feb 27 03:20:26.669 INFO O| Feb 27 03:20:26.669 INFO STEP 65 (remove_files) COMPLETE |
| 5005 | 2026-02-27T03:20:27.972Z | [ recovery-image] Feb 27 03:20:26.669 INFO O| Feb 27 03:20:26.669 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5006 | 2026-02-27T03:20:27.987Z | [ recovery-image] Feb 27 03:20:26.683 INFO O| Feb 27 03:20:26.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise" |
| 5007 | 2026-02-27T03:20:27.987Z | [ recovery-image] Feb 27 03:20:26.683 INFO O| Feb 27 03:20:26.683 INFO STEP 66 (remove_files) COMPLETE |
| 5008 | 2026-02-27T03:20:27.987Z | [ recovery-image] Feb 27 03:20:26.683 INFO O| Feb 27 03:20:26.683 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5009 | 2026-02-27T03:20:28.001Z | [ recovery-image] Feb 27 03:20:26.697 INFO O| Feb 27 03:20:26.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap" |
| 5010 | 2026-02-27T03:20:28.001Z | [ recovery-image] Feb 27 03:20:26.697 INFO O| Feb 27 03:20:26.697 INFO STEP 67 (remove_files) COMPLETE |
| 5011 | 2026-02-27T03:20:28.004Z | [ recovery-image] Feb 27 03:20:26.697 INFO O| Feb 27 03:20:26.697 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5012 | 2026-02-27T03:20:28.014Z | [ recovery-image] Feb 27 03:20:26.711 INFO O| Feb 27 03:20:26.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz" |
| 5013 | 2026-02-27T03:20:28.017Z | [ recovery-image] Feb 27 03:20:26.711 INFO O| Feb 27 03:20:26.711 INFO STEP 68 (remove_files) COMPLETE |
| 5014 | 2026-02-27T03:20:28.017Z | [ recovery-image] Feb 27 03:20:26.711 INFO O| Feb 27 03:20:26.711 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5015 | 2026-02-27T03:20:28.027Z | [ recovery-image] Feb 27 03:20:26.724 INFO O| Feb 27 03:20:26.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv" |
| 5016 | 2026-02-27T03:20:28.027Z | [ recovery-image] Feb 27 03:20:26.724 INFO O| Feb 27 03:20:26.724 INFO STEP 69 (remove_files) COMPLETE |
| 5017 | 2026-02-27T03:20:28.030Z | [ recovery-image] Feb 27 03:20:26.724 INFO O| Feb 27 03:20:26.724 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5018 | 2026-02-27T03:20:28.040Z | [ recovery-image] Feb 27 03:20:26.737 INFO O| Feb 27 03:20:26.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl" |
| 5019 | 2026-02-27T03:20:28.040Z | [ recovery-image] Feb 27 03:20:26.737 INFO O| Feb 27 03:20:26.737 INFO STEP 70 (remove_files) COMPLETE |
| 5020 | 2026-02-27T03:20:28.040Z | [ recovery-image] Feb 27 03:20:26.737 INFO O| Feb 27 03:20:26.737 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5021 | 2026-02-27T03:20:28.054Z | [ recovery-image] Feb 27 03:20:26.751 INFO O| Feb 27 03:20:26.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap" |
| 5022 | 2026-02-27T03:20:28.054Z | [ recovery-image] Feb 27 03:20:26.751 INFO O| Feb 27 03:20:26.751 INFO STEP 71 (remove_files) COMPLETE |
| 5023 | 2026-02-27T03:20:28.054Z | [ recovery-image] Feb 27 03:20:26.751 INFO O| Feb 27 03:20:26.751 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5024 | 2026-02-27T03:20:28.069Z | [ recovery-image] Feb 27 03:20:26.766 INFO O| Feb 27 03:20:26.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat" |
| 5025 | 2026-02-27T03:20:28.069Z | [ recovery-image] Feb 27 03:20:26.766 INFO O| Feb 27 03:20:26.766 INFO STEP 72 (remove_files) COMPLETE |
| 5026 | 2026-02-27T03:20:28.073Z | [ recovery-image] Feb 27 03:20:26.766 INFO O| Feb 27 03:20:26.766 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5027 | 2026-02-27T03:20:28.086Z | [ recovery-image] Feb 27 03:20:26.782 INFO O| Feb 27 03:20:26.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun" |
| 5028 | 2026-02-27T03:20:28.086Z | [ recovery-image] Feb 27 03:20:26.782 INFO O| Feb 27 03:20:26.782 INFO STEP 73 (remove_files) COMPLETE |
| 5029 | 2026-02-27T03:20:28.086Z | [ recovery-image] Feb 27 03:20:26.782 INFO O| Feb 27 03:20:26.782 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5030 | 2026-02-27T03:20:28.101Z | [ recovery-image] Feb 27 03:20:26.798 INFO O| Feb 27 03:20:26.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags" |
| 5031 | 2026-02-27T03:20:28.101Z | [ recovery-image] Feb 27 03:20:26.798 INFO O| Feb 27 03:20:26.798 INFO STEP 74 (remove_files) COMPLETE |
| 5032 | 2026-02-27T03:20:28.105Z | [ recovery-image] Feb 27 03:20:26.798 INFO O| Feb 27 03:20:26.798 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5033 | 2026-02-27T03:20:28.117Z | [ recovery-image] Feb 27 03:20:26.814 INFO O| Feb 27 03:20:26.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig" |
| 5034 | 2026-02-27T03:20:28.120Z | [ recovery-image] Feb 27 03:20:26.814 INFO O| Feb 27 03:20:26.814 INFO STEP 75 (remove_files) COMPLETE |
| 5035 | 2026-02-27T03:20:28.120Z | [ recovery-image] Feb 27 03:20:26.814 INFO O| Feb 27 03:20:26.814 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5036 | 2026-02-27T03:20:28.131Z | [ recovery-image] Feb 27 03:20:26.828 INFO O| Feb 27 03:20:26.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack" |
| 5037 | 2026-02-27T03:20:28.131Z | [ recovery-image] Feb 27 03:20:26.828 INFO O| Feb 27 03:20:26.828 INFO STEP 76 (remove_files) COMPLETE |
| 5038 | 2026-02-27T03:20:28.131Z | [ recovery-image] Feb 27 03:20:26.828 INFO O| Feb 27 03:20:26.828 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5039 | 2026-02-27T03:20:28.147Z | [ recovery-image] Feb 27 03:20:26.844 INFO O| Feb 27 03:20:26.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop" |
| 5040 | 2026-02-27T03:20:28.147Z | [ recovery-image] Feb 27 03:20:26.844 INFO O| Feb 27 03:20:26.844 INFO STEP 77 (remove_files) COMPLETE |
| 5041 | 2026-02-27T03:20:28.150Z | [ recovery-image] Feb 27 03:20:26.844 INFO O| Feb 27 03:20:26.844 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5042 | 2026-02-27T03:20:28.163Z | [ recovery-image] Feb 27 03:20:26.860 INFO O| Feb 27 03:20:26.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime" |
| 5043 | 2026-02-27T03:20:28.163Z | [ recovery-image] Feb 27 03:20:26.860 INFO O| Feb 27 03:20:26.860 INFO STEP 78 (remove_files) COMPLETE |
| 5044 | 2026-02-27T03:20:28.166Z | [ recovery-image] Feb 27 03:20:26.860 INFO O| Feb 27 03:20:26.860 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5045 | 2026-02-27T03:20:28.177Z | [ recovery-image] Feb 27 03:20:26.874 INFO O| Feb 27 03:20:26.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree" |
| 5046 | 2026-02-27T03:20:28.177Z | [ recovery-image] Feb 27 03:20:26.874 INFO O| Feb 27 03:20:26.874 INFO STEP 79 (remove_files) COMPLETE |
| 5047 | 2026-02-27T03:20:28.177Z | [ recovery-image] Feb 27 03:20:26.874 INFO O| Feb 27 03:20:26.874 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5048 | 2026-02-27T03:20:28.192Z | [ recovery-image] Feb 27 03:20:26.889 INFO O| Feb 27 03:20:26.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait" |
| 5049 | 2026-02-27T03:20:28.192Z | [ recovery-image] Feb 27 03:20:26.889 INFO O| Feb 27 03:20:26.889 INFO STEP 80 (remove_files) COMPLETE |
| 5050 | 2026-02-27T03:20:28.192Z | [ recovery-image] Feb 27 03:20:26.889 INFO O| Feb 27 03:20:26.889 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5051 | 2026-02-27T03:20:28.207Z | [ recovery-image] Feb 27 03:20:26.904 INFO O| Feb 27 03:20:26.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx" |
| 5052 | 2026-02-27T03:20:28.207Z | [ recovery-image] Feb 27 03:20:26.904 INFO O| Feb 27 03:20:26.904 INFO STEP 81 (remove_files) COMPLETE |
| 5053 | 2026-02-27T03:20:28.207Z | [ recovery-image] Feb 27 03:20:26.904 INFO O| Feb 27 03:20:26.904 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5054 | 2026-02-27T03:20:28.222Z | [ recovery-image] Feb 27 03:20:26.919 INFO O| Feb 27 03:20:26.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh" |
| 5055 | 2026-02-27T03:20:28.222Z | [ recovery-image] Feb 27 03:20:26.919 INFO O| Feb 27 03:20:26.919 INFO STEP 82 (remove_files) COMPLETE |
| 5056 | 2026-02-27T03:20:28.222Z | [ recovery-image] Feb 27 03:20:26.919 INFO O| Feb 27 03:20:26.919 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5057 | 2026-02-27T03:20:28.239Z | [ recovery-image] Feb 27 03:20:26.934 INFO O| Feb 27 03:20:26.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93" |
| 5058 | 2026-02-27T03:20:28.239Z | [ recovery-image] Feb 27 03:20:26.934 INFO O| Feb 27 03:20:26.934 INFO STEP 83 (remove_files) COMPLETE |
| 5059 | 2026-02-27T03:20:28.239Z | [ recovery-image] Feb 27 03:20:26.934 INFO O| Feb 27 03:20:26.934 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5060 | 2026-02-27T03:20:28.252Z | [ recovery-image] Feb 27 03:20:26.948 INFO O| Feb 27 03:20:26.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3" |
| 5061 | 2026-02-27T03:20:28.252Z | [ recovery-image] Feb 27 03:20:26.948 INFO O| Feb 27 03:20:26.948 INFO STEP 84 (remove_files) COMPLETE |
| 5062 | 2026-02-27T03:20:28.255Z | [ recovery-image] Feb 27 03:20:26.948 INFO O| Feb 27 03:20:26.948 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5063 | 2026-02-27T03:20:28.267Z | [ recovery-image] Feb 27 03:20:26.964 INFO O| Feb 27 03:20:26.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings" |
| 5064 | 2026-02-27T03:20:28.267Z | [ recovery-image] Feb 27 03:20:26.964 INFO O| Feb 27 03:20:26.964 INFO STEP 85 (remove_files) COMPLETE |
| 5065 | 2026-02-27T03:20:28.271Z | [ recovery-image] Feb 27 03:20:26.964 INFO O| Feb 27 03:20:26.964 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5066 | 2026-02-27T03:20:28.282Z | [ recovery-image] Feb 27 03:20:26.979 INFO O| Feb 27 03:20:26.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config" |
| 5067 | 2026-02-27T03:20:28.286Z | [ recovery-image] Feb 27 03:20:26.980 INFO O| Feb 27 03:20:26.980 INFO STEP 86 (remove_files) COMPLETE |
| 5068 | 2026-02-27T03:20:28.286Z | [ recovery-image] Feb 27 03:20:26.980 INFO O| Feb 27 03:20:26.980 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5069 | 2026-02-27T03:20:28.299Z | [ recovery-image] Feb 27 03:20:26.995 INFO O| Feb 27 03:20:26.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog" |
| 5070 | 2026-02-27T03:20:28.299Z | [ recovery-image] Feb 27 03:20:26.996 INFO O| Feb 27 03:20:26.996 INFO STEP 87 (remove_files) COMPLETE |
| 5071 | 2026-02-27T03:20:28.302Z | [ recovery-image] Feb 27 03:20:26.996 INFO O| Feb 27 03:20:26.996 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5072 | 2026-02-27T03:20:28.314Z | [ recovery-image] Feb 27 03:20:27.010 INFO O| Feb 27 03:20:27.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint" |
| 5073 | 2026-02-27T03:20:28.314Z | [ recovery-image] Feb 27 03:20:27.011 INFO O| Feb 27 03:20:27.010 INFO STEP 88 (remove_files) COMPLETE |
| 5074 | 2026-02-27T03:20:28.317Z | [ recovery-image] Feb 27 03:20:27.011 INFO O| Feb 27 03:20:27.010 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5075 | 2026-02-27T03:20:28.329Z | [ recovery-image] Feb 27 03:20:27.026 INFO O| Feb 27 03:20:27.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt" |
| 5076 | 2026-02-27T03:20:28.329Z | [ recovery-image] Feb 27 03:20:27.026 INFO O| Feb 27 03:20:27.026 INFO STEP 89 (remove_files) COMPLETE |
| 5077 | 2026-02-27T03:20:28.329Z | [ recovery-image] Feb 27 03:20:27.026 INFO O| Feb 27 03:20:27.026 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5078 | 2026-02-27T03:20:28.344Z | [ recovery-image] Feb 27 03:20:27.041 INFO O| Feb 27 03:20:27.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch" |
| 5079 | 2026-02-27T03:20:28.344Z | [ recovery-image] Feb 27 03:20:27.041 INFO O| Feb 27 03:20:27.041 INFO STEP 90 (remove_files) COMPLETE |
| 5080 | 2026-02-27T03:20:28.344Z | [ recovery-image] Feb 27 03:20:27.041 INFO O| Feb 27 03:20:27.041 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5081 | 2026-02-27T03:20:28.358Z | [ recovery-image] Feb 27 03:20:27.055 INFO O| Feb 27 03:20:27.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa" |
| 5082 | 2026-02-27T03:20:28.358Z | [ recovery-image] Feb 27 03:20:27.055 INFO O| Feb 27 03:20:27.055 INFO STEP 91 (remove_files) COMPLETE |
| 5083 | 2026-02-27T03:20:28.358Z | [ recovery-image] Feb 27 03:20:27.055 INFO O| Feb 27 03:20:27.055 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5084 | 2026-02-27T03:20:28.372Z | [ recovery-image] Feb 27 03:20:27.068 INFO O| Feb 27 03:20:27.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at" |
| 5085 | 2026-02-27T03:20:28.372Z | [ recovery-image] Feb 27 03:20:27.068 INFO O| Feb 27 03:20:27.068 INFO STEP 92 (remove_files) COMPLETE |
| 5086 | 2026-02-27T03:20:28.375Z | [ recovery-image] Feb 27 03:20:27.069 INFO O| Feb 27 03:20:27.068 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5087 | 2026-02-27T03:20:28.388Z | [ recovery-image] Feb 27 03:20:27.083 INFO O| Feb 27 03:20:27.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq" |
| 5088 | 2026-02-27T03:20:28.388Z | [ recovery-image] Feb 27 03:20:27.083 INFO O| Feb 27 03:20:27.083 INFO STEP 93 (remove_files) COMPLETE |
| 5089 | 2026-02-27T03:20:28.391Z | [ recovery-image] Feb 27 03:20:27.083 INFO O| Feb 27 03:20:27.083 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5090 | 2026-02-27T03:20:28.401Z | [ recovery-image] Feb 27 03:20:27.098 INFO O| Feb 27 03:20:27.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm" |
| 5091 | 2026-02-27T03:20:28.401Z | [ recovery-image] Feb 27 03:20:27.098 INFO O| Feb 27 03:20:27.098 INFO STEP 94 (remove_files) COMPLETE |
| 5092 | 2026-02-27T03:20:28.401Z | [ recovery-image] Feb 27 03:20:27.098 INFO O| Feb 27 03:20:27.098 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5093 | 2026-02-27T03:20:28.415Z | [ recovery-image] Feb 27 03:20:27.112 INFO O| Feb 27 03:20:27.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths" |
| 5094 | 2026-02-27T03:20:28.415Z | [ recovery-image] Feb 27 03:20:27.112 INFO O| Feb 27 03:20:27.112 INFO STEP 95 (remove_files) COMPLETE |
| 5095 | 2026-02-27T03:20:28.419Z | [ recovery-image] Feb 27 03:20:27.112 INFO O| Feb 27 03:20:27.112 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5096 | 2026-02-27T03:20:28.428Z | [ recovery-image] Feb 27 03:20:27.125 INFO O| Feb 27 03:20:27.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner" |
| 5097 | 2026-02-27T03:20:28.428Z | [ recovery-image] Feb 27 03:20:27.125 INFO O| Feb 27 03:20:27.125 INFO STEP 96 (remove_files) COMPLETE |
| 5098 | 2026-02-27T03:20:28.428Z | [ recovery-image] Feb 27 03:20:27.125 INFO O| Feb 27 03:20:27.125 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5099 | 2026-02-27T03:20:28.444Z | [ recovery-image] Feb 27 03:20:27.141 INFO O| Feb 27 03:20:27.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug" |
| 5100 | 2026-02-27T03:20:28.444Z | [ recovery-image] Feb 27 03:20:27.141 INFO O| Feb 27 03:20:27.141 INFO STEP 97 (remove_files) COMPLETE |
| 5101 | 2026-02-27T03:20:28.444Z | [ recovery-image] Feb 27 03:20:27.141 INFO O| Feb 27 03:20:27.141 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5102 | 2026-02-27T03:20:28.458Z | [ recovery-image] Feb 27 03:20:27.155 INFO O| Feb 27 03:20:27.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch" |
| 5103 | 2026-02-27T03:20:28.458Z | [ recovery-image] Feb 27 03:20:27.155 INFO O| Feb 27 03:20:27.155 INFO STEP 98 (remove_files) COMPLETE |
| 5104 | 2026-02-27T03:20:28.458Z | [ recovery-image] Feb 27 03:20:27.155 INFO O| Feb 27 03:20:27.155 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5105 | 2026-02-27T03:20:28.473Z | [ recovery-image] Feb 27 03:20:27.170 INFO O| Feb 27 03:20:27.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc" |
| 5106 | 2026-02-27T03:20:28.473Z | [ recovery-image] Feb 27 03:20:27.170 INFO O| Feb 27 03:20:27.170 INFO STEP 99 (remove_files) COMPLETE |
| 5107 | 2026-02-27T03:20:28.476Z | [ recovery-image] Feb 27 03:20:27.170 INFO O| Feb 27 03:20:27.170 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5108 | 2026-02-27T03:20:28.487Z | [ recovery-image] Feb 27 03:20:27.183 INFO O| Feb 27 03:20:27.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff" |
| 5109 | 2026-02-27T03:20:28.487Z | [ recovery-image] Feb 27 03:20:27.183 INFO O| Feb 27 03:20:27.183 INFO STEP 100 (remove_files) COMPLETE |
| 5110 | 2026-02-27T03:20:28.490Z | [ recovery-image] Feb 27 03:20:27.183 INFO O| Feb 27 03:20:27.183 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5111 | 2026-02-27T03:20:28.499Z | [ recovery-image] Feb 27 03:20:27.196 INFO O| Feb 27 03:20:27.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg" |
| 5112 | 2026-02-27T03:20:28.500Z | [ recovery-image] Feb 27 03:20:27.196 INFO O| Feb 27 03:20:27.196 INFO STEP 101 (remove_files) COMPLETE |
| 5113 | 2026-02-27T03:20:28.500Z | [ recovery-image] Feb 27 03:20:27.196 INFO O| Feb 27 03:20:27.196 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5114 | 2026-02-27T03:20:28.513Z | [ recovery-image] Feb 27 03:20:27.210 INFO O| Feb 27 03:20:27.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli" |
| 5115 | 2026-02-27T03:20:28.513Z | [ recovery-image] Feb 27 03:20:27.210 INFO O| Feb 27 03:20:27.210 INFO STEP 102 (remove_files) COMPLETE |
| 5116 | 2026-02-27T03:20:28.513Z | [ recovery-image] Feb 27 03:20:27.210 INFO O| Feb 27 03:20:27.210 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5117 | 2026-02-27T03:20:28.528Z | [ recovery-image] Feb 27 03:20:27.223 INFO O| Feb 27 03:20:27.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2" |
| 5118 | 2026-02-27T03:20:28.528Z | [ recovery-image] Feb 27 03:20:27.223 INFO O| Feb 27 03:20:27.223 INFO STEP 103 (remove_files) COMPLETE |
| 5119 | 2026-02-27T03:20:28.528Z | [ recovery-image] Feb 27 03:20:27.223 INFO O| Feb 27 03:20:27.223 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5120 | 2026-02-27T03:20:28.540Z | [ recovery-image] Feb 27 03:20:27.237 INFO O| Feb 27 03:20:27.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat" |
| 5121 | 2026-02-27T03:20:28.540Z | [ recovery-image] Feb 27 03:20:27.237 INFO O| Feb 27 03:20:27.237 INFO STEP 104 (remove_files) COMPLETE |
| 5122 | 2026-02-27T03:20:28.540Z | [ recovery-image] Feb 27 03:20:27.237 INFO O| Feb 27 03:20:27.237 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5123 | 2026-02-27T03:20:28.554Z | [ recovery-image] Feb 27 03:20:27.251 INFO O| Feb 27 03:20:27.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat" |
| 5124 | 2026-02-27T03:20:28.554Z | [ recovery-image] Feb 27 03:20:27.251 INFO O| Feb 27 03:20:27.251 INFO STEP 105 (remove_files) COMPLETE |
| 5125 | 2026-02-27T03:20:28.555Z | [ recovery-image] Feb 27 03:20:27.251 INFO O| Feb 27 03:20:27.251 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5126 | 2026-02-27T03:20:28.567Z | [ recovery-image] Feb 27 03:20:27.264 INFO O| Feb 27 03:20:27.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff" |
| 5127 | 2026-02-27T03:20:28.567Z | [ recovery-image] Feb 27 03:20:27.264 INFO O| Feb 27 03:20:27.264 INFO STEP 106 (remove_files) COMPLETE |
| 5128 | 2026-02-27T03:20:28.567Z | [ recovery-image] Feb 27 03:20:27.264 INFO O| Feb 27 03:20:27.264 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5129 | 2026-02-27T03:20:28.580Z | [ recovery-image] Feb 27 03:20:27.277 INFO O| Feb 27 03:20:27.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep" |
| 5130 | 2026-02-27T03:20:28.580Z | [ recovery-image] Feb 27 03:20:27.277 INFO O| Feb 27 03:20:27.277 INFO STEP 107 (remove_files) COMPLETE |
| 5131 | 2026-02-27T03:20:28.581Z | [ recovery-image] Feb 27 03:20:27.277 INFO O| Feb 27 03:20:27.277 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5132 | 2026-02-27T03:20:28.593Z | [ recovery-image] Feb 27 03:20:27.290 INFO O| Feb 27 03:20:27.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2" |
| 5133 | 2026-02-27T03:20:28.594Z | [ recovery-image] Feb 27 03:20:27.290 INFO O| Feb 27 03:20:27.290 INFO STEP 108 (remove_files) COMPLETE |
| 5134 | 2026-02-27T03:20:28.594Z | [ recovery-image] Feb 27 03:20:27.290 INFO O| Feb 27 03:20:27.290 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5135 | 2026-02-27T03:20:28.609Z | [ recovery-image] Feb 27 03:20:27.305 INFO O| Feb 27 03:20:27.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover" |
| 5136 | 2026-02-27T03:20:28.609Z | [ recovery-image] Feb 27 03:20:27.305 INFO O| Feb 27 03:20:27.305 INFO STEP 109 (remove_files) COMPLETE |
| 5137 | 2026-02-27T03:20:28.609Z | [ recovery-image] Feb 27 03:20:27.305 INFO O| Feb 27 03:20:27.305 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5138 | 2026-02-27T03:20:28.624Z | [ recovery-image] Feb 27 03:20:27.320 INFO O| Feb 27 03:20:27.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore" |
| 5139 | 2026-02-27T03:20:28.624Z | [ recovery-image] Feb 27 03:20:27.320 INFO O| Feb 27 03:20:27.320 INFO STEP 110 (remove_files) COMPLETE |
| 5140 | 2026-02-27T03:20:28.624Z | [ recovery-image] Feb 27 03:20:27.320 INFO O| Feb 27 03:20:27.320 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5141 | 2026-02-27T03:20:28.638Z | [ recovery-image] Feb 27 03:20:27.335 INFO O| Feb 27 03:20:27.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal" |
| 5142 | 2026-02-27T03:20:28.641Z | [ recovery-image] Feb 27 03:20:27.335 INFO O| Feb 27 03:20:27.335 INFO STEP 111 (remove_files) COMPLETE |
| 5143 | 2026-02-27T03:20:28.641Z | [ recovery-image] Feb 27 03:20:27.335 INFO O| Feb 27 03:20:27.335 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5144 | 2026-02-27T03:20:28.654Z | [ recovery-image] Feb 27 03:20:27.350 INFO O| Feb 27 03:20:27.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo" |
| 5145 | 2026-02-27T03:20:28.654Z | [ recovery-image] Feb 27 03:20:27.351 INFO O| Feb 27 03:20:27.351 INFO STEP 112 (remove_files) COMPLETE |
| 5146 | 2026-02-27T03:20:28.654Z | [ recovery-image] Feb 27 03:20:27.351 INFO O| Feb 27 03:20:27.351 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5147 | 2026-02-27T03:20:28.669Z | [ recovery-image] Feb 27 03:20:27.366 INFO O| Feb 27 03:20:27.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd" |
| 5148 | 2026-02-27T03:20:28.670Z | [ recovery-image] Feb 27 03:20:27.366 INFO O| Feb 27 03:20:27.366 INFO STEP 113 (remove_files) COMPLETE |
| 5149 | 2026-02-27T03:20:28.670Z | [ recovery-image] Feb 27 03:20:27.366 INFO O| Feb 27 03:20:27.366 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5150 | 2026-02-27T03:20:28.685Z | [ recovery-image] Feb 27 03:20:27.382 INFO O| Feb 27 03:20:27.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil" |
| 5151 | 2026-02-27T03:20:28.685Z | [ recovery-image] Feb 27 03:20:27.382 INFO O| Feb 27 03:20:27.382 INFO STEP 114 (remove_files) COMPLETE |
| 5152 | 2026-02-27T03:20:28.685Z | [ recovery-image] Feb 27 03:20:27.382 INFO O| Feb 27 03:20:27.382 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5153 | 2026-02-27T03:20:28.699Z | [ recovery-image] Feb 27 03:20:27.396 INFO O| Feb 27 03:20:27.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth" |
| 5154 | 2026-02-27T03:20:28.699Z | [ recovery-image] Feb 27 03:20:27.396 INFO O| Feb 27 03:20:27.396 INFO STEP 115 (remove_files) COMPLETE |
| 5155 | 2026-02-27T03:20:28.699Z | [ recovery-image] Feb 27 03:20:27.396 INFO O| Feb 27 03:20:27.396 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5156 | 2026-02-27T03:20:28.714Z | [ recovery-image] Feb 27 03:20:27.411 INFO O| Feb 27 03:20:27.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp" |
| 5157 | 2026-02-27T03:20:28.714Z | [ recovery-image] Feb 27 03:20:27.411 INFO O| Feb 27 03:20:27.411 INFO STEP 116 (remove_files) COMPLETE |
| 5158 | 2026-02-27T03:20:28.714Z | [ recovery-image] Feb 27 03:20:27.411 INFO O| Feb 27 03:20:27.411 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5159 | 2026-02-27T03:20:28.728Z | [ recovery-image] Feb 27 03:20:27.425 INFO O| Feb 27 03:20:27.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc" |
| 5160 | 2026-02-27T03:20:28.731Z | [ recovery-image] Feb 27 03:20:27.425 INFO O| Feb 27 03:20:27.425 INFO STEP 117 (remove_files) COMPLETE |
| 5161 | 2026-02-27T03:20:28.731Z | [ recovery-image] Feb 27 03:20:27.425 INFO O| Feb 27 03:20:27.425 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5162 | 2026-02-27T03:20:28.742Z | [ recovery-image] Feb 27 03:20:27.439 INFO O| Feb 27 03:20:27.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate" |
| 5163 | 2026-02-27T03:20:28.742Z | [ recovery-image] Feb 27 03:20:27.439 INFO O| Feb 27 03:20:27.439 INFO STEP 118 (remove_files) COMPLETE |
| 5164 | 2026-02-27T03:20:28.746Z | [ recovery-image] Feb 27 03:20:27.439 INFO O| Feb 27 03:20:27.439 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5165 | 2026-02-27T03:20:28.757Z | [ recovery-image] Feb 27 03:20:27.453 INFO O| Feb 27 03:20:27.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid" |
| 5166 | 2026-02-27T03:20:28.757Z | [ recovery-image] Feb 27 03:20:27.453 INFO O| Feb 27 03:20:27.453 INFO STEP 119 (remove_files) COMPLETE |
| 5167 | 2026-02-27T03:20:28.760Z | [ recovery-image] Feb 27 03:20:27.453 INFO O| Feb 27 03:20:27.453 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5168 | 2026-02-27T03:20:28.770Z | [ recovery-image] Feb 27 03:20:27.467 INFO O| Feb 27 03:20:27.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint" |
| 5169 | 2026-02-27T03:20:28.770Z | [ recovery-image] Feb 27 03:20:27.467 INFO O| Feb 27 03:20:27.467 INFO STEP 120 (remove_files) COMPLETE |
| 5170 | 2026-02-27T03:20:28.773Z | [ recovery-image] Feb 27 03:20:27.467 INFO O| Feb 27 03:20:27.467 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5171 | 2026-02-27T03:20:28.784Z | [ recovery-image] Feb 27 03:20:27.481 INFO O| Feb 27 03:20:27.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem" |
| 5172 | 2026-02-27T03:20:28.784Z | [ recovery-image] Feb 27 03:20:27.481 INFO O| Feb 27 03:20:27.481 INFO STEP 121 (remove_files) COMPLETE |
| 5173 | 2026-02-27T03:20:28.784Z | [ recovery-image] Feb 27 03:20:27.481 INFO O| Feb 27 03:20:27.481 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5174 | 2026-02-27T03:20:28.798Z | [ recovery-image] Feb 27 03:20:27.494 INFO O| Feb 27 03:20:27.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd" |
| 5175 | 2026-02-27T03:20:28.798Z | [ recovery-image] Feb 27 03:20:27.494 INFO O| Feb 27 03:20:27.494 INFO STEP 122 (remove_files) COMPLETE |
| 5176 | 2026-02-27T03:20:28.798Z | [ recovery-image] Feb 27 03:20:27.494 INFO O| Feb 27 03:20:27.494 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5177 | 2026-02-27T03:20:28.813Z | [ recovery-image] Feb 27 03:20:27.509 INFO O| Feb 27 03:20:27.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath" |
| 5178 | 2026-02-27T03:20:28.813Z | [ recovery-image] Feb 27 03:20:27.510 INFO O| Feb 27 03:20:27.509 INFO STEP 123 (remove_files) COMPLETE |
| 5179 | 2026-02-27T03:20:28.813Z | [ recovery-image] Feb 27 03:20:27.510 INFO O| Feb 27 03:20:27.510 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5180 | 2026-02-27T03:20:28.829Z | [ recovery-image] Feb 27 03:20:27.525 INFO O| Feb 27 03:20:27.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange" |
| 5181 | 2026-02-27T03:20:28.829Z | [ recovery-image] Feb 27 03:20:27.525 INFO O| Feb 27 03:20:27.525 INFO STEP 124 (remove_files) COMPLETE |
| 5182 | 2026-02-27T03:20:28.833Z | [ recovery-image] Feb 27 03:20:27.525 INFO O| Feb 27 03:20:27.525 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5183 | 2026-02-27T03:20:28.845Z | [ recovery-image] Feb 27 03:20:27.541 INFO O| Feb 27 03:20:27.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr" |
| 5184 | 2026-02-27T03:20:28.845Z | [ recovery-image] Feb 27 03:20:27.541 INFO O| Feb 27 03:20:27.541 INFO STEP 125 (remove_files) COMPLETE |
| 5185 | 2026-02-27T03:20:28.845Z | [ recovery-image] Feb 27 03:20:27.541 INFO O| Feb 27 03:20:27.541 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5186 | 2026-02-27T03:20:28.861Z | [ recovery-image] Feb 27 03:20:27.557 INFO O| Feb 27 03:20:27.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum" |
| 5187 | 2026-02-27T03:20:28.861Z | [ recovery-image] Feb 27 03:20:27.557 INFO O| Feb 27 03:20:27.557 INFO STEP 126 (remove_files) COMPLETE |
| 5188 | 2026-02-27T03:20:28.861Z | [ recovery-image] Feb 27 03:20:27.557 INFO O| Feb 27 03:20:27.557 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5189 | 2026-02-27T03:20:28.877Z | [ recovery-image] Feb 27 03:20:27.573 INFO O| Feb 27 03:20:27.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime" |
| 5190 | 2026-02-27T03:20:28.877Z | [ recovery-image] Feb 27 03:20:27.573 INFO O| Feb 27 03:20:27.573 INFO STEP 127 (remove_files) COMPLETE |
| 5191 | 2026-02-27T03:20:28.877Z | [ recovery-image] Feb 27 03:20:27.573 INFO O| Feb 27 03:20:27.573 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5192 | 2026-02-27T03:20:28.892Z | [ recovery-image] Feb 27 03:20:27.589 INFO O| Feb 27 03:20:27.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid" |
| 5193 | 2026-02-27T03:20:28.892Z | [ recovery-image] Feb 27 03:20:27.589 INFO O| Feb 27 03:20:27.589 INFO STEP 128 (remove_files) COMPLETE |
| 5194 | 2026-02-27T03:20:28.892Z | [ recovery-image] Feb 27 03:20:27.589 INFO O| Feb 27 03:20:27.589 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5195 | 2026-02-27T03:20:28.908Z | [ recovery-image] Feb 27 03:20:27.604 INFO O| Feb 27 03:20:27.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn" |
| 5196 | 2026-02-27T03:20:28.911Z | [ recovery-image] Feb 27 03:20:27.604 INFO O| Feb 27 03:20:27.604 INFO STEP 129 (remove_files) COMPLETE |
| 5197 | 2026-02-27T03:20:28.911Z | [ recovery-image] Feb 27 03:20:27.604 INFO O| Feb 27 03:20:27.604 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5198 | 2026-02-27T03:20:28.923Z | [ recovery-image] Feb 27 03:20:27.619 INFO O| Feb 27 03:20:27.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear" |
| 5199 | 2026-02-27T03:20:28.924Z | [ recovery-image] Feb 27 03:20:27.619 INFO O| Feb 27 03:20:27.619 INFO STEP 130 (remove_files) COMPLETE |
| 5200 | 2026-02-27T03:20:28.927Z | [ recovery-image] Feb 27 03:20:27.620 INFO O| Feb 27 03:20:27.619 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5201 | 2026-02-27T03:20:28.939Z | [ recovery-image] Feb 27 03:20:27.635 INFO O| Feb 27 03:20:27.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp" |
| 5202 | 2026-02-27T03:20:28.939Z | [ recovery-image] Feb 27 03:20:27.635 INFO O| Feb 27 03:20:27.635 INFO STEP 131 (remove_files) COMPLETE |
| 5203 | 2026-02-27T03:20:28.942Z | [ recovery-image] Feb 27 03:20:27.635 INFO O| Feb 27 03:20:27.635 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5204 | 2026-02-27T03:20:28.954Z | [ recovery-image] Feb 27 03:20:27.650 INFO O| Feb 27 03:20:27.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col" |
| 5205 | 2026-02-27T03:20:28.955Z | [ recovery-image] Feb 27 03:20:27.650 INFO O| Feb 27 03:20:27.650 INFO STEP 132 (remove_files) COMPLETE |
| 5206 | 2026-02-27T03:20:28.955Z | [ recovery-image] Feb 27 03:20:27.650 INFO O| Feb 27 03:20:27.650 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5207 | 2026-02-27T03:20:28.971Z | [ recovery-image] Feb 27 03:20:27.667 INFO O| Feb 27 03:20:27.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm" |
| 5208 | 2026-02-27T03:20:28.971Z | [ recovery-image] Feb 27 03:20:27.667 INFO O| Feb 27 03:20:27.667 INFO STEP 133 (remove_files) COMPLETE |
| 5209 | 2026-02-27T03:20:28.974Z | [ recovery-image] Feb 27 03:20:27.667 INFO O| Feb 27 03:20:27.667 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5210 | 2026-02-27T03:20:28.987Z | [ recovery-image] Feb 27 03:20:27.684 INFO O| Feb 27 03:20:27.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command" |
| 5211 | 2026-02-27T03:20:28.988Z | [ recovery-image] Feb 27 03:20:27.684 INFO O| Feb 27 03:20:27.684 INFO STEP 134 (remove_files) COMPLETE |
| 5212 | 2026-02-27T03:20:28.988Z | [ recovery-image] Feb 27 03:20:27.684 INFO O| Feb 27 03:20:27.684 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5213 | 2026-02-27T03:20:29.002Z | [ recovery-image] Feb 27 03:20:27.699 INFO O| Feb 27 03:20:27.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress" |
| 5214 | 2026-02-27T03:20:29.003Z | [ recovery-image] Feb 27 03:20:27.699 INFO O| Feb 27 03:20:27.699 INFO STEP 135 (remove_files) COMPLETE |
| 5215 | 2026-02-27T03:20:29.006Z | [ recovery-image] Feb 27 03:20:27.699 INFO O| Feb 27 03:20:27.699 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5216 | 2026-02-27T03:20:29.018Z | [ recovery-image] Feb 27 03:20:27.714 INFO O| Feb 27 03:20:27.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat" |
| 5217 | 2026-02-27T03:20:29.018Z | [ recovery-image] Feb 27 03:20:27.714 INFO O| Feb 27 03:20:27.714 INFO STEP 136 (remove_files) COMPLETE |
| 5218 | 2026-02-27T03:20:29.018Z | [ recovery-image] Feb 27 03:20:27.714 INFO O| Feb 27 03:20:27.714 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5219 | 2026-02-27T03:20:29.032Z | [ recovery-image] Feb 27 03:20:27.728 INFO O| Feb 27 03:20:27.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio" |
| 5220 | 2026-02-27T03:20:29.032Z | [ recovery-image] Feb 27 03:20:27.728 INFO O| Feb 27 03:20:27.728 INFO STEP 137 (remove_files) COMPLETE |
| 5221 | 2026-02-27T03:20:29.035Z | [ recovery-image] Feb 27 03:20:27.728 INFO O| Feb 27 03:20:27.728 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5222 | 2026-02-27T03:20:29.045Z | [ recovery-image] Feb 27 03:20:27.742 INFO O| Feb 27 03:20:27.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack" |
| 5223 | 2026-02-27T03:20:29.045Z | [ recovery-image] Feb 27 03:20:27.742 INFO O| Feb 27 03:20:27.742 INFO STEP 138 (remove_files) COMPLETE |
| 5224 | 2026-02-27T03:20:29.049Z | [ recovery-image] Feb 27 03:20:27.742 INFO O| Feb 27 03:20:27.742 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5225 | 2026-02-27T03:20:29.060Z | [ recovery-image] Feb 27 03:20:27.757 INFO O| Feb 27 03:20:27.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle" |
| 5226 | 2026-02-27T03:20:29.060Z | [ recovery-image] Feb 27 03:20:27.757 INFO O| Feb 27 03:20:27.757 INFO STEP 139 (remove_files) COMPLETE |
| 5227 | 2026-02-27T03:20:29.064Z | [ recovery-image] Feb 27 03:20:27.757 INFO O| Feb 27 03:20:27.757 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5228 | 2026-02-27T03:20:29.074Z | [ recovery-image] Feb 27 03:20:27.771 INFO O| Feb 27 03:20:27.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab" |
| 5229 | 2026-02-27T03:20:29.078Z | [ recovery-image] Feb 27 03:20:27.771 INFO O| Feb 27 03:20:27.771 INFO STEP 140 (remove_files) COMPLETE |
| 5230 | 2026-02-27T03:20:29.078Z | [ recovery-image] Feb 27 03:20:27.771 INFO O| Feb 27 03:20:27.771 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5231 | 2026-02-27T03:20:29.089Z | [ recovery-image] Feb 27 03:20:27.785 INFO O| Feb 27 03:20:27.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt" |
| 5232 | 2026-02-27T03:20:29.089Z | [ recovery-image] Feb 27 03:20:27.785 INFO O| Feb 27 03:20:27.785 INFO STEP 141 (remove_files) COMPLETE |
| 5233 | 2026-02-27T03:20:29.092Z | [ recovery-image] Feb 27 03:20:27.785 INFO O| Feb 27 03:20:27.785 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5234 | 2026-02-27T03:20:29.105Z | [ recovery-image] Feb 27 03:20:27.799 INFO O| Feb 27 03:20:27.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh" |
| 5235 | 2026-02-27T03:20:29.105Z | [ recovery-image] Feb 27 03:20:27.799 INFO O| Feb 27 03:20:27.799 INFO STEP 142 (remove_files) COMPLETE |
| 5236 | 2026-02-27T03:20:29.110Z | [ recovery-image] Feb 27 03:20:27.799 INFO O| Feb 27 03:20:27.799 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5237 | 2026-02-27T03:20:29.116Z | [ recovery-image] Feb 27 03:20:27.813 INFO O| Feb 27 03:20:27.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit" |
| 5238 | 2026-02-27T03:20:29.117Z | [ recovery-image] Feb 27 03:20:27.813 INFO O| Feb 27 03:20:27.813 INFO STEP 143 (remove_files) COMPLETE |
| 5239 | 2026-02-27T03:20:29.117Z | [ recovery-image] Feb 27 03:20:27.813 INFO O| Feb 27 03:20:27.813 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5240 | 2026-02-27T03:20:29.131Z | [ recovery-image] Feb 27 03:20:27.828 INFO O| Feb 27 03:20:27.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl" |
| 5241 | 2026-02-27T03:20:29.131Z | [ recovery-image] Feb 27 03:20:27.828 INFO O| Feb 27 03:20:27.828 INFO STEP 144 (remove_files) COMPLETE |
| 5242 | 2026-02-27T03:20:29.131Z | [ recovery-image] Feb 27 03:20:27.828 INFO O| Feb 27 03:20:27.828 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5243 | 2026-02-27T03:20:29.146Z | [ recovery-image] Feb 27 03:20:27.842 INFO O| Feb 27 03:20:27.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config" |
| 5244 | 2026-02-27T03:20:29.146Z | [ recovery-image] Feb 27 03:20:27.842 INFO O| Feb 27 03:20:27.842 INFO STEP 145 (remove_files) COMPLETE |
| 5245 | 2026-02-27T03:20:29.149Z | [ recovery-image] Feb 27 03:20:27.842 INFO O| Feb 27 03:20:27.842 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5246 | 2026-02-27T03:20:29.160Z | [ recovery-image] Feb 27 03:20:27.857 INFO O| Feb 27 03:20:27.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc" |
| 5247 | 2026-02-27T03:20:29.160Z | [ recovery-image] Feb 27 03:20:27.857 INFO O| Feb 27 03:20:27.857 INFO STEP 146 (remove_files) COMPLETE |
| 5248 | 2026-02-27T03:20:29.163Z | [ recovery-image] Feb 27 03:20:27.857 INFO O| Feb 27 03:20:27.857 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5249 | 2026-02-27T03:20:29.174Z | [ recovery-image] Feb 27 03:20:27.871 INFO O| Feb 27 03:20:27.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt" |
| 5250 | 2026-02-27T03:20:29.174Z | [ recovery-image] Feb 27 03:20:27.871 INFO O| Feb 27 03:20:27.871 INFO STEP 147 (remove_files) COMPLETE |
| 5251 | 2026-02-27T03:20:29.178Z | [ recovery-image] Feb 27 03:20:27.871 INFO O| Feb 27 03:20:27.871 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5252 | 2026-02-27T03:20:29.189Z | [ recovery-image] Feb 27 03:20:27.886 INFO O| Feb 27 03:20:27.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr" |
| 5253 | 2026-02-27T03:20:29.189Z | [ recovery-image] Feb 27 03:20:27.886 INFO O| Feb 27 03:20:27.886 INFO STEP 148 (remove_files) COMPLETE |
| 5254 | 2026-02-27T03:20:29.192Z | [ recovery-image] Feb 27 03:20:27.886 INFO O| Feb 27 03:20:27.886 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5255 | 2026-02-27T03:20:29.203Z | [ recovery-image] Feb 27 03:20:27.900 INFO O| Feb 27 03:20:27.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree" |
| 5256 | 2026-02-27T03:20:29.204Z | [ recovery-image] Feb 27 03:20:27.900 INFO O| Feb 27 03:20:27.900 INFO STEP 149 (remove_files) COMPLETE |
| 5257 | 2026-02-27T03:20:29.207Z | [ recovery-image] Feb 27 03:20:27.900 INFO O| Feb 27 03:20:27.900 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5258 | 2026-02-27T03:20:29.217Z | [ recovery-image] Feb 27 03:20:27.914 INFO O| Feb 27 03:20:27.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv" |
| 5259 | 2026-02-27T03:20:29.220Z | [ recovery-image] Feb 27 03:20:27.915 INFO O| Feb 27 03:20:27.915 INFO STEP 150 (remove_files) COMPLETE |
| 5260 | 2026-02-27T03:20:29.220Z | [ recovery-image] Feb 27 03:20:27.915 INFO O| Feb 27 03:20:27.915 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5261 | 2026-02-27T03:20:29.233Z | [ recovery-image] Feb 27 03:20:27.929 INFO O| Feb 27 03:20:27.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3" |
| 5262 | 2026-02-27T03:20:29.233Z | [ recovery-image] Feb 27 03:20:27.929 INFO O| Feb 27 03:20:27.929 INFO STEP 151 (remove_files) COMPLETE |
| 5263 | 2026-02-27T03:20:29.233Z | [ recovery-image] Feb 27 03:20:27.929 INFO O| Feb 27 03:20:27.929 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5264 | 2026-02-27T03:20:29.246Z | [ recovery-image] Feb 27 03:20:27.943 INFO O| Feb 27 03:20:27.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest" |
| 5265 | 2026-02-27T03:20:29.249Z | [ recovery-image] Feb 27 03:20:27.943 INFO O| Feb 27 03:20:27.943 INFO STEP 152 (remove_files) COMPLETE |
| 5266 | 2026-02-27T03:20:29.249Z | [ recovery-image] Feb 27 03:20:27.943 INFO O| Feb 27 03:20:27.943 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5267 | 2026-02-27T03:20:29.259Z | [ recovery-image] Feb 27 03:20:27.956 INFO O| Feb 27 03:20:27.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp" |
| 5268 | 2026-02-27T03:20:29.262Z | [ recovery-image] Feb 27 03:20:27.956 INFO O| Feb 27 03:20:27.956 INFO STEP 153 (remove_files) COMPLETE |
| 5269 | 2026-02-27T03:20:29.262Z | [ recovery-image] Feb 27 03:20:27.956 INFO O| Feb 27 03:20:27.956 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5270 | 2026-02-27T03:20:29.274Z | [ recovery-image] Feb 27 03:20:27.971 INFO O| Feb 27 03:20:27.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname" |
| 5271 | 2026-02-27T03:20:29.274Z | [ recovery-image] Feb 27 03:20:27.971 INFO O| Feb 27 03:20:27.971 INFO STEP 154 (remove_files) COMPLETE |
| 5272 | 2026-02-27T03:20:29.274Z | [ recovery-image] Feb 27 03:20:27.971 INFO O| Feb 27 03:20:27.971 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5273 | 2026-02-27T03:20:29.288Z | [ recovery-image] Feb 27 03:20:27.985 INFO O| Feb 27 03:20:27.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan" |
| 5274 | 2026-02-27T03:20:29.288Z | [ recovery-image] Feb 27 03:20:27.985 INFO O| Feb 27 03:20:27.985 INFO STEP 155 (remove_files) COMPLETE |
| 5275 | 2026-02-27T03:20:29.288Z | [ recovery-image] Feb 27 03:20:27.985 INFO O| Feb 27 03:20:27.985 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5276 | 2026-02-27T03:20:29.303Z | [ recovery-image] Feb 27 03:20:27.999 INFO O| Feb 27 03:20:27.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid" |
| 5277 | 2026-02-27T03:20:29.303Z | [ recovery-image] Feb 27 03:20:27.999 INFO O| Feb 27 03:20:27.999 INFO STEP 156 (remove_files) COMPLETE |
| 5278 | 2026-02-27T03:20:29.304Z | [ recovery-image] Feb 27 03:20:27.999 INFO O| Feb 27 03:20:27.999 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5279 | 2026-02-27T03:20:29.318Z | [ recovery-image] Feb 27 03:20:28.014 INFO O| Feb 27 03:20:28.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid" |
| 5280 | 2026-02-27T03:20:29.318Z | [ recovery-image] Feb 27 03:20:28.014 INFO O| Feb 27 03:20:28.014 INFO STEP 157 (remove_files) COMPLETE |
| 5281 | 2026-02-27T03:20:29.318Z | [ recovery-image] Feb 27 03:20:28.014 INFO O| Feb 27 03:20:28.014 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5282 | 2026-02-27T03:20:29.333Z | [ recovery-image] Feb 27 03:20:28.029 INFO O| Feb 27 03:20:28.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix" |
| 5283 | 2026-02-27T03:20:29.333Z | [ recovery-image] Feb 27 03:20:28.029 INFO O| Feb 27 03:20:28.029 INFO STEP 158 (remove_files) COMPLETE |
| 5284 | 2026-02-27T03:20:29.333Z | [ recovery-image] Feb 27 03:20:28.029 INFO O| Feb 27 03:20:28.029 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5285 | 2026-02-27T03:20:29.347Z | [ recovery-image] Feb 27 03:20:28.043 INFO O| Feb 27 03:20:28.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du" |
| 5286 | 2026-02-27T03:20:29.347Z | [ recovery-image] Feb 27 03:20:28.043 INFO O| Feb 27 03:20:28.043 INFO STEP 159 (remove_files) COMPLETE |
| 5287 | 2026-02-27T03:20:29.347Z | [ recovery-image] Feb 27 03:20:28.043 INFO O| Feb 27 03:20:28.043 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5288 | 2026-02-27T03:20:29.362Z | [ recovery-image] Feb 27 03:20:28.058 INFO O| Feb 27 03:20:28.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs" |
| 5289 | 2026-02-27T03:20:29.362Z | [ recovery-image] Feb 27 03:20:28.058 INFO O| Feb 27 03:20:28.058 INFO STEP 160 (remove_files) COMPLETE |
| 5290 | 2026-02-27T03:20:29.362Z | [ recovery-image] Feb 27 03:20:28.058 INFO O| Feb 27 03:20:28.058 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5291 | 2026-02-27T03:20:29.375Z | [ recovery-image] Feb 27 03:20:28.071 INFO O| Feb 27 03:20:28.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys" |
| 5292 | 2026-02-27T03:20:29.376Z | [ recovery-image] Feb 27 03:20:28.071 INFO O| Feb 27 03:20:28.071 INFO STEP 161 (remove_files) COMPLETE |
| 5293 | 2026-02-27T03:20:29.376Z | [ recovery-image] Feb 27 03:20:28.071 INFO O| Feb 27 03:20:28.071 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5294 | 2026-02-27T03:20:29.388Z | [ recovery-image] Feb 27 03:20:28.085 INFO O| Feb 27 03:20:28.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit" |
| 5295 | 2026-02-27T03:20:29.388Z | [ recovery-image] Feb 27 03:20:28.085 INFO O| Feb 27 03:20:28.085 INFO STEP 162 (remove_files) COMPLETE |
| 5296 | 2026-02-27T03:20:29.388Z | [ recovery-image] Feb 27 03:20:28.085 INFO O| Feb 27 03:20:28.085 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5297 | 2026-02-27T03:20:29.403Z | [ recovery-image] Feb 27 03:20:28.100 INFO O| Feb 27 03:20:28.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject" |
| 5298 | 2026-02-27T03:20:29.403Z | [ recovery-image] Feb 27 03:20:28.100 INFO O| Feb 27 03:20:28.100 INFO STEP 163 (remove_files) COMPLETE |
| 5299 | 2026-02-27T03:20:29.403Z | [ recovery-image] Feb 27 03:20:28.100 INFO O| Feb 27 03:20:28.100 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5300 | 2026-02-27T03:20:29.417Z | [ recovery-image] Feb 27 03:20:28.114 INFO O| Feb 27 03:20:28.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign" |
| 5301 | 2026-02-27T03:20:29.420Z | [ recovery-image] Feb 27 03:20:28.115 INFO O| Feb 27 03:20:28.115 INFO STEP 164 (remove_files) COMPLETE |
| 5302 | 2026-02-27T03:20:29.420Z | [ recovery-image] Feb 27 03:20:28.115 INFO O| Feb 27 03:20:28.115 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5303 | 2026-02-27T03:20:29.439Z | [ recovery-image] Feb 27 03:20:28.135 INFO O| Feb 27 03:20:28.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap" |
| 5304 | 2026-02-27T03:20:29.439Z | [ recovery-image] Feb 27 03:20:28.135 INFO O| Feb 27 03:20:28.135 INFO STEP 165 (remove_files) COMPLETE |
| 5305 | 2026-02-27T03:20:29.439Z | [ recovery-image] Feb 27 03:20:28.135 INFO O| Feb 27 03:20:28.135 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5306 | 2026-02-27T03:20:29.453Z | [ recovery-image] Feb 27 03:20:28.149 INFO O| Feb 27 03:20:28.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange" |
| 5307 | 2026-02-27T03:20:29.453Z | [ recovery-image] Feb 27 03:20:28.150 INFO O| Feb 27 03:20:28.150 INFO STEP 166 (remove_files) COMPLETE |
| 5308 | 2026-02-27T03:20:29.456Z | [ recovery-image] Feb 27 03:20:28.150 INFO O| Feb 27 03:20:28.150 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5309 | 2026-02-27T03:20:29.468Z | [ recovery-image] Feb 27 03:20:28.164 INFO O| Feb 27 03:20:28.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt" |
| 5310 | 2026-02-27T03:20:29.468Z | [ recovery-image] Feb 27 03:20:28.164 INFO O| Feb 27 03:20:28.164 INFO STEP 167 (remove_files) COMPLETE |
| 5311 | 2026-02-27T03:20:29.468Z | [ recovery-image] Feb 27 03:20:28.164 INFO O| Feb 27 03:20:28.164 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5312 | 2026-02-27T03:20:29.483Z | [ recovery-image] Feb 27 03:20:28.179 INFO O| Feb 27 03:20:28.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance" |
| 5313 | 2026-02-27T03:20:29.483Z | [ recovery-image] Feb 27 03:20:28.180 INFO O| Feb 27 03:20:28.180 INFO STEP 168 (remove_files) COMPLETE |
| 5314 | 2026-02-27T03:20:29.486Z | [ recovery-image] Feb 27 03:20:28.180 INFO O| Feb 27 03:20:28.180 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5315 | 2026-02-27T03:20:29.500Z | [ recovery-image] Feb 27 03:20:28.197 INFO O| Feb 27 03:20:28.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env" |
| 5316 | 2026-02-27T03:20:29.500Z | [ recovery-image] Feb 27 03:20:28.197 INFO O| Feb 27 03:20:28.197 INFO STEP 169 (remove_files) COMPLETE |
| 5317 | 2026-02-27T03:20:29.500Z | [ recovery-image] Feb 27 03:20:28.197 INFO O| Feb 27 03:20:28.197 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5318 | 2026-02-27T03:20:29.518Z | [ recovery-image] Feb 27 03:20:28.214 INFO O| Feb 27 03:20:28.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump" |
| 5319 | 2026-02-27T03:20:29.518Z | [ recovery-image] Feb 27 03:20:28.214 INFO O| Feb 27 03:20:28.214 INFO STEP 170 (remove_files) COMPLETE |
| 5320 | 2026-02-27T03:20:29.518Z | [ recovery-image] Feb 27 03:20:28.214 INFO O| Feb 27 03:20:28.214 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5321 | 2026-02-27T03:20:29.534Z | [ recovery-image] Feb 27 03:20:28.231 INFO O| Feb 27 03:20:28.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand" |
| 5322 | 2026-02-27T03:20:29.534Z | [ recovery-image] Feb 27 03:20:28.231 INFO O| Feb 27 03:20:28.231 INFO STEP 171 (remove_files) COMPLETE |
| 5323 | 2026-02-27T03:20:29.538Z | [ recovery-image] Feb 27 03:20:28.231 INFO O| Feb 27 03:20:28.231 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5324 | 2026-02-27T03:20:29.549Z | [ recovery-image] Feb 27 03:20:28.246 INFO O| Feb 27 03:20:28.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr" |
| 5325 | 2026-02-27T03:20:29.549Z | [ recovery-image] Feb 27 03:20:28.246 INFO O| Feb 27 03:20:28.246 INFO STEP 172 (remove_files) COMPLETE |
| 5326 | 2026-02-27T03:20:29.549Z | [ recovery-image] Feb 27 03:20:28.246 INFO O| Feb 27 03:20:28.246 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5327 | 2026-02-27T03:20:29.566Z | [ recovery-image] Feb 27 03:20:28.261 INFO O| Feb 27 03:20:28.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor" |
| 5328 | 2026-02-27T03:20:29.566Z | [ recovery-image] Feb 27 03:20:28.261 INFO O| Feb 27 03:20:28.261 INFO STEP 173 (remove_files) COMPLETE |
| 5329 | 2026-02-27T03:20:29.566Z | [ recovery-image] Feb 27 03:20:28.261 INFO O| Feb 27 03:20:28.261 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5330 | 2026-02-27T03:20:29.579Z | [ recovery-image] Feb 27 03:20:28.276 INFO O| Feb 27 03:20:28.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false" |
| 5331 | 2026-02-27T03:20:29.579Z | [ recovery-image] Feb 27 03:20:28.276 INFO O| Feb 27 03:20:28.276 INFO STEP 174 (remove_files) COMPLETE |
| 5332 | 2026-02-27T03:20:29.583Z | [ recovery-image] Feb 27 03:20:28.276 INFO O| Feb 27 03:20:28.276 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5333 | 2026-02-27T03:20:29.588Z | [ host-image] Feb 27 03:20:28.285 INFO O| Feb 27 03:20:28.285 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 5334 | 2026-02-27T03:20:29.591Z | [ recovery-image] Feb 27 03:20:28.288 INFO O| Feb 27 03:20:28.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc" |
| 5335 | 2026-02-27T03:20:29.595Z | [ recovery-image] Feb 27 03:20:28.288 INFO O| Feb 27 03:20:28.288 INFO STEP 175 (remove_files) COMPLETE |
| 5336 | 2026-02-27T03:20:29.595Z | [ recovery-image] Feb 27 03:20:28.288 INFO O| Feb 27 03:20:28.288 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5337 | 2026-02-27T03:20:29.605Z | [ recovery-image] Feb 27 03:20:28.301 INFO O| Feb 27 03:20:28.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach" |
| 5338 | 2026-02-27T03:20:29.609Z | [ recovery-image] Feb 27 03:20:28.301 INFO O| Feb 27 03:20:28.301 INFO STEP 176 (remove_files) COMPLETE |
| 5339 | 2026-02-27T03:20:29.609Z | [ recovery-image] Feb 27 03:20:28.301 INFO O| Feb 27 03:20:28.301 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5340 | 2026-02-27T03:20:29.619Z | [ recovery-image] Feb 27 03:20:28.315 INFO O| Feb 27 03:20:28.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat" |
| 5341 | 2026-02-27T03:20:29.620Z | [ recovery-image] Feb 27 03:20:28.315 INFO O| Feb 27 03:20:28.315 INFO STEP 177 (remove_files) COMPLETE |
| 5342 | 2026-02-27T03:20:29.620Z | [ recovery-image] Feb 27 03:20:28.315 INFO O| Feb 27 03:20:28.315 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5343 | 2026-02-27T03:20:29.633Z | [ recovery-image] Feb 27 03:20:28.329 INFO O| Feb 27 03:20:28.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg" |
| 5344 | 2026-02-27T03:20:29.633Z | [ recovery-image] Feb 27 03:20:28.329 INFO O| Feb 27 03:20:28.329 INFO STEP 178 (remove_files) COMPLETE |
| 5345 | 2026-02-27T03:20:29.636Z | [ recovery-image] Feb 27 03:20:28.329 INFO O| Feb 27 03:20:28.329 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5346 | 2026-02-27T03:20:29.647Z | [ recovery-image] Feb 27 03:20:28.343 INFO O| Feb 27 03:20:28.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep" |
| 5347 | 2026-02-27T03:20:29.647Z | [ recovery-image] Feb 27 03:20:28.343 INFO O| Feb 27 03:20:28.343 INFO STEP 179 (remove_files) COMPLETE |
| 5348 | 2026-02-27T03:20:29.650Z | [ recovery-image] Feb 27 03:20:28.343 INFO O| Feb 27 03:20:28.343 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5349 | 2026-02-27T03:20:29.661Z | [ recovery-image] Feb 27 03:20:28.357 INFO O| Feb 27 03:20:28.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file" |
| 5350 | 2026-02-27T03:20:29.661Z | [ recovery-image] Feb 27 03:20:28.357 INFO O| Feb 27 03:20:28.357 INFO STEP 180 (remove_files) COMPLETE |
| 5351 | 2026-02-27T03:20:29.664Z | [ recovery-image] Feb 27 03:20:28.358 INFO O| Feb 27 03:20:28.357 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5352 | 2026-02-27T03:20:29.677Z | [ recovery-image] Feb 27 03:20:28.373 INFO O| Feb 27 03:20:28.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc" |
| 5353 | 2026-02-27T03:20:29.677Z | [ recovery-image] Feb 27 03:20:28.373 INFO O| Feb 27 03:20:28.373 INFO STEP 181 (remove_files) COMPLETE |
| 5354 | 2026-02-27T03:20:29.681Z | [ recovery-image] Feb 27 03:20:28.373 INFO O| Feb 27 03:20:28.373 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5355 | 2026-02-27T03:20:29.692Z | [ recovery-image] Feb 27 03:20:28.389 INFO O| Feb 27 03:20:28.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt" |
| 5356 | 2026-02-27T03:20:29.692Z | [ recovery-image] Feb 27 03:20:28.389 INFO O| Feb 27 03:20:28.389 INFO STEP 182 (remove_files) COMPLETE |
| 5357 | 2026-02-27T03:20:29.692Z | [ recovery-image] Feb 27 03:20:28.389 INFO O| Feb 27 03:20:28.389 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5358 | 2026-02-27T03:20:29.706Z | [ recovery-image] Feb 27 03:20:28.403 INFO O| Feb 27 03:20:28.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg" |
| 5359 | 2026-02-27T03:20:29.706Z | [ recovery-image] Feb 27 03:20:28.403 INFO O| Feb 27 03:20:28.403 INFO STEP 183 (remove_files) COMPLETE |
| 5360 | 2026-02-27T03:20:29.706Z | [ recovery-image] Feb 27 03:20:28.403 INFO O| Feb 27 03:20:28.403 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5361 | 2026-02-27T03:20:29.719Z | [ recovery-image] Feb 27 03:20:28.416 INFO O| Feb 27 03:20:28.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold" |
| 5362 | 2026-02-27T03:20:29.720Z | [ recovery-image] Feb 27 03:20:28.416 INFO O| Feb 27 03:20:28.416 INFO STEP 184 (remove_files) COMPLETE |
| 5363 | 2026-02-27T03:20:29.720Z | [ recovery-image] Feb 27 03:20:28.416 INFO O| Feb 27 03:20:28.416 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5364 | 2026-02-27T03:20:29.734Z | [ recovery-image] Feb 27 03:20:28.431 INFO O| Feb 27 03:20:28.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat" |
| 5365 | 2026-02-27T03:20:29.734Z | [ recovery-image] Feb 27 03:20:28.431 INFO O| Feb 27 03:20:28.431 INFO STEP 185 (remove_files) COMPLETE |
| 5366 | 2026-02-27T03:20:29.737Z | [ recovery-image] Feb 27 03:20:28.431 INFO O| Feb 27 03:20:28.431 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5367 | 2026-02-27T03:20:29.747Z | [ recovery-image] Feb 27 03:20:28.444 INFO O| Feb 27 03:20:28.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear" |
| 5368 | 2026-02-27T03:20:29.747Z | [ recovery-image] Feb 27 03:20:28.444 INFO O| Feb 27 03:20:28.444 INFO STEP 186 (remove_files) COMPLETE |
| 5369 | 2026-02-27T03:20:29.747Z | [ recovery-image] Feb 27 03:20:28.444 INFO O| Feb 27 03:20:28.444 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5370 | 2026-02-27T03:20:29.760Z | [ recovery-image] Feb 27 03:20:28.456 INFO O| Feb 27 03:20:28.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl" |
| 5371 | 2026-02-27T03:20:29.763Z | [ recovery-image] Feb 27 03:20:28.456 INFO O| Feb 27 03:20:28.456 INFO STEP 187 (remove_files) COMPLETE |
| 5372 | 2026-02-27T03:20:29.763Z | [ recovery-image] Feb 27 03:20:28.456 INFO O| Feb 27 03:20:28.456 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5373 | 2026-02-27T03:20:29.773Z | [ recovery-image] Feb 27 03:20:28.470 INFO O| Feb 27 03:20:28.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf" |
| 5374 | 2026-02-27T03:20:29.773Z | [ recovery-image] Feb 27 03:20:28.470 INFO O| Feb 27 03:20:28.470 INFO STEP 188 (remove_files) COMPLETE |
| 5375 | 2026-02-27T03:20:29.773Z | [ recovery-image] Feb 27 03:20:28.470 INFO O| Feb 27 03:20:28.470 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5376 | 2026-02-27T03:20:29.787Z | [ recovery-image] Feb 27 03:20:28.483 INFO O| Feb 27 03:20:28.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev" |
| 5377 | 2026-02-27T03:20:29.787Z | [ recovery-image] Feb 27 03:20:28.483 INFO O| Feb 27 03:20:28.483 INFO STEP 189 (remove_files) COMPLETE |
| 5378 | 2026-02-27T03:20:29.790Z | [ recovery-image] Feb 27 03:20:28.483 INFO O| Feb 27 03:20:28.483 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5379 | 2026-02-27T03:20:29.801Z | [ recovery-image] Feb 27 03:20:28.497 INFO O| Feb 27 03:20:28.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp" |
| 5380 | 2026-02-27T03:20:29.801Z | [ recovery-image] Feb 27 03:20:28.497 INFO O| Feb 27 03:20:28.497 INFO STEP 190 (remove_files) COMPLETE |
| 5381 | 2026-02-27T03:20:29.804Z | [ recovery-image] Feb 27 03:20:28.497 INFO O| Feb 27 03:20:28.497 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5382 | 2026-02-27T03:20:29.815Z | [ recovery-image] Feb 27 03:20:28.512 INFO O| Feb 27 03:20:28.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent" |
| 5383 | 2026-02-27T03:20:29.815Z | [ recovery-image] Feb 27 03:20:28.512 INFO O| Feb 27 03:20:28.512 INFO STEP 191 (remove_files) COMPLETE |
| 5384 | 2026-02-27T03:20:29.815Z | [ recovery-image] Feb 27 03:20:28.512 INFO O| Feb 27 03:20:28.512 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5385 | 2026-02-27T03:20:29.830Z | [ recovery-image] Feb 27 03:20:28.527 INFO O| Feb 27 03:20:28.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl" |
| 5386 | 2026-02-27T03:20:29.830Z | [ recovery-image] Feb 27 03:20:28.527 INFO O| Feb 27 03:20:28.527 INFO STEP 192 (remove_files) COMPLETE |
| 5387 | 2026-02-27T03:20:29.833Z | [ recovery-image] Feb 27 03:20:28.527 INFO O| Feb 27 03:20:28.527 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5388 | 2026-02-27T03:20:29.845Z | [ recovery-image] Feb 27 03:20:28.542 INFO O| Feb 27 03:20:28.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt" |
| 5389 | 2026-02-27T03:20:29.846Z | [ recovery-image] Feb 27 03:20:28.542 INFO O| Feb 27 03:20:28.542 INFO STEP 193 (remove_files) COMPLETE |
| 5390 | 2026-02-27T03:20:29.846Z | [ recovery-image] Feb 27 03:20:28.542 INFO O| Feb 27 03:20:28.542 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5391 | 2026-02-27T03:20:29.862Z | [ recovery-image] Feb 27 03:20:28.559 INFO O| Feb 27 03:20:28.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts" |
| 5392 | 2026-02-27T03:20:29.862Z | [ recovery-image] Feb 27 03:20:28.559 INFO O| Feb 27 03:20:28.559 INFO STEP 194 (remove_files) COMPLETE |
| 5393 | 2026-02-27T03:20:29.866Z | [ recovery-image] Feb 27 03:20:28.559 INFO O| Feb 27 03:20:28.559 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5394 | 2026-02-27T03:20:29.877Z | [ recovery-image] Feb 27 03:20:28.574 INFO O| Feb 27 03:20:28.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext" |
| 5395 | 2026-02-27T03:20:29.877Z | [ recovery-image] Feb 27 03:20:28.574 INFO O| Feb 27 03:20:28.574 INFO STEP 195 (remove_files) COMPLETE |
| 5396 | 2026-02-27T03:20:29.877Z | [ recovery-image] Feb 27 03:20:28.574 INFO O| Feb 27 03:20:28.574 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5397 | 2026-02-27T03:20:29.891Z | [ recovery-image] Feb 27 03:20:28.588 INFO O| Feb 27 03:20:28.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol" |
| 5398 | 2026-02-27T03:20:29.891Z | [ recovery-image] Feb 27 03:20:28.588 INFO O| Feb 27 03:20:28.588 INFO STEP 196 (remove_files) COMPLETE |
| 5399 | 2026-02-27T03:20:29.891Z | [ recovery-image] Feb 27 03:20:28.588 INFO O| Feb 27 03:20:28.588 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5400 | 2026-02-27T03:20:29.906Z | [ recovery-image] Feb 27 03:20:28.602 INFO O| Feb 27 03:20:28.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp" |
| 5401 | 2026-02-27T03:20:29.906Z | [ recovery-image] Feb 27 03:20:28.603 INFO O| Feb 27 03:20:28.603 INFO STEP 197 (remove_files) COMPLETE |
| 5402 | 2026-02-27T03:20:29.906Z | [ recovery-image] Feb 27 03:20:28.603 INFO O| Feb 27 03:20:28.603 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5403 | 2026-02-27T03:20:29.922Z | [ recovery-image] Feb 27 03:20:28.618 INFO O| Feb 27 03:20:28.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups" |
| 5404 | 2026-02-27T03:20:29.922Z | [ recovery-image] Feb 27 03:20:28.618 INFO O| Feb 27 03:20:28.618 INFO STEP 198 (remove_files) COMPLETE |
| 5405 | 2026-02-27T03:20:29.922Z | [ recovery-image] Feb 27 03:20:28.618 INFO O| Feb 27 03:20:28.618 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5406 | 2026-02-27T03:20:29.937Z | [ recovery-image] Feb 27 03:20:28.634 INFO O| Feb 27 03:20:28.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs" |
| 5407 | 2026-02-27T03:20:29.937Z | [ recovery-image] Feb 27 03:20:28.634 INFO O| Feb 27 03:20:28.634 INFO STEP 199 (remove_files) COMPLETE |
| 5408 | 2026-02-27T03:20:29.937Z | [ recovery-image] Feb 27 03:20:28.634 INFO O| Feb 27 03:20:28.634 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5409 | 2026-02-27T03:20:29.955Z | [ recovery-image] Feb 27 03:20:28.650 INFO O| Feb 27 03:20:28.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic" |
| 5410 | 2026-02-27T03:20:29.955Z | [ recovery-image] Feb 27 03:20:28.650 INFO O| Feb 27 03:20:28.650 INFO STEP 200 (remove_files) COMPLETE |
| 5411 | 2026-02-27T03:20:29.955Z | [ recovery-image] Feb 27 03:20:28.650 INFO O| Feb 27 03:20:28.650 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5412 | 2026-02-27T03:20:29.968Z | [ recovery-image] Feb 27 03:20:28.664 INFO O| Feb 27 03:20:28.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe" |
| 5413 | 2026-02-27T03:20:29.968Z | [ recovery-image] Feb 27 03:20:28.664 INFO O| Feb 27 03:20:28.664 INFO STEP 201 (remove_files) COMPLETE |
| 5414 | 2026-02-27T03:20:29.968Z | [ recovery-image] Feb 27 03:20:28.664 INFO O| Feb 27 03:20:28.664 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5415 | 2026-02-27T03:20:29.982Z | [ recovery-image] Feb 27 03:20:28.678 INFO O| Feb 27 03:20:28.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput" |
| 5416 | 2026-02-27T03:20:29.982Z | [ recovery-image] Feb 27 03:20:28.678 INFO O| Feb 27 03:20:28.678 INFO STEP 202 (remove_files) COMPLETE |
| 5417 | 2026-02-27T03:20:29.982Z | [ recovery-image] Feb 27 03:20:28.678 INFO O| Feb 27 03:20:28.678 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5418 | 2026-02-27T03:20:29.996Z | [ recovery-image] Feb 27 03:20:28.693 INFO O| Feb 27 03:20:28.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset" |
| 5419 | 2026-02-27T03:20:29.996Z | [ recovery-image] Feb 27 03:20:28.693 INFO O| Feb 27 03:20:28.693 INFO STEP 203 (remove_files) COMPLETE |
| 5420 | 2026-02-27T03:20:29.997Z | [ recovery-image] Feb 27 03:20:28.693 INFO O| Feb 27 03:20:28.693 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5421 | 2026-02-27T03:20:30.031Z | [ recovery-image] Feb 27 03:20:28.728 INFO O| Feb 27 03:20:28.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip" |
| 5422 | 2026-02-27T03:20:30.031Z | [ recovery-image] Feb 27 03:20:28.728 INFO O| Feb 27 03:20:28.728 INFO STEP 204 (remove_files) COMPLETE |
| 5423 | 2026-02-27T03:20:30.035Z | [ recovery-image] Feb 27 03:20:28.728 INFO O| Feb 27 03:20:28.728 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5424 | 2026-02-27T03:20:30.073Z | [ recovery-image] Feb 27 03:20:28.769 INFO O| Feb 27 03:20:28.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat" |
| 5425 | 2026-02-27T03:20:30.073Z | [ recovery-image] Feb 27 03:20:28.769 INFO O| Feb 27 03:20:28.769 INFO STEP 205 (remove_files) COMPLETE |
| 5426 | 2026-02-27T03:20:30.076Z | [ recovery-image] Feb 27 03:20:28.769 INFO O| Feb 27 03:20:28.769 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5427 | 2026-02-27T03:20:30.091Z | [ recovery-image] Feb 27 03:20:28.787 INFO O| Feb 27 03:20:28.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp" |
| 5428 | 2026-02-27T03:20:30.094Z | [ recovery-image] Feb 27 03:20:28.788 INFO O| Feb 27 03:20:28.788 INFO STEP 206 (remove_files) COMPLETE |
| 5429 | 2026-02-27T03:20:30.094Z | [ recovery-image] Feb 27 03:20:28.788 INFO O| Feb 27 03:20:28.788 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5430 | 2026-02-27T03:20:30.109Z | [ recovery-image] Feb 27 03:20:28.805 INFO O| Feb 27 03:20:28.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff" |
| 5431 | 2026-02-27T03:20:30.109Z | [ recovery-image] Feb 27 03:20:28.805 INFO O| Feb 27 03:20:28.805 INFO STEP 207 (remove_files) COMPLETE |
| 5432 | 2026-02-27T03:20:30.109Z | [ recovery-image] Feb 27 03:20:28.805 INFO O| Feb 27 03:20:28.805 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5433 | 2026-02-27T03:20:30.125Z | [ recovery-image] Feb 27 03:20:28.821 INFO O| Feb 27 03:20:28.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep" |
| 5434 | 2026-02-27T03:20:30.125Z | [ recovery-image] Feb 27 03:20:28.821 INFO O| Feb 27 03:20:28.821 INFO STEP 208 (remove_files) COMPLETE |
| 5435 | 2026-02-27T03:20:30.125Z | [ recovery-image] Feb 27 03:20:28.821 INFO O| Feb 27 03:20:28.821 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5436 | 2026-02-27T03:20:30.140Z | [ recovery-image] Feb 27 03:20:28.837 INFO O| Feb 27 03:20:28.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe" |
| 5437 | 2026-02-27T03:20:30.140Z | [ recovery-image] Feb 27 03:20:28.837 INFO O| Feb 27 03:20:28.837 INFO STEP 209 (remove_files) COMPLETE |
| 5438 | 2026-02-27T03:20:30.140Z | [ recovery-image] Feb 27 03:20:28.837 INFO O| Feb 27 03:20:28.837 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5439 | 2026-02-27T03:20:30.155Z | [ recovery-image] Feb 27 03:20:28.851 INFO O| Feb 27 03:20:28.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep" |
| 5440 | 2026-02-27T03:20:30.155Z | [ recovery-image] Feb 27 03:20:28.851 INFO O| Feb 27 03:20:28.851 INFO STEP 210 (remove_files) COMPLETE |
| 5441 | 2026-02-27T03:20:30.155Z | [ recovery-image] Feb 27 03:20:28.851 INFO O| Feb 27 03:20:28.851 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5442 | 2026-02-27T03:20:30.171Z | [ recovery-image] Feb 27 03:20:28.868 INFO O| Feb 27 03:20:28.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce" |
| 5443 | 2026-02-27T03:20:30.171Z | [ recovery-image] Feb 27 03:20:28.868 INFO O| Feb 27 03:20:28.868 INFO STEP 211 (remove_files) COMPLETE |
| 5444 | 2026-02-27T03:20:30.175Z | [ recovery-image] Feb 27 03:20:28.868 INFO O| Feb 27 03:20:28.868 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5445 | 2026-02-27T03:20:30.189Z | [ recovery-image] Feb 27 03:20:28.885 INFO O| Feb 27 03:20:28.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep" |
| 5446 | 2026-02-27T03:20:30.189Z | [ recovery-image] Feb 27 03:20:28.885 INFO O| Feb 27 03:20:28.885 INFO STEP 212 (remove_files) COMPLETE |
| 5447 | 2026-02-27T03:20:30.189Z | [ recovery-image] Feb 27 03:20:28.885 INFO O| Feb 27 03:20:28.885 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5448 | 2026-02-27T03:20:30.206Z | [ recovery-image] Feb 27 03:20:28.903 INFO O| Feb 27 03:20:28.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip" |
| 5449 | 2026-02-27T03:20:30.210Z | [ recovery-image] Feb 27 03:20:28.904 INFO O| Feb 27 03:20:28.904 INFO STEP 213 (remove_files) COMPLETE |
| 5450 | 2026-02-27T03:20:30.210Z | [ recovery-image] Feb 27 03:20:28.904 INFO O| Feb 27 03:20:28.904 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5451 | 2026-02-27T03:20:30.223Z | [ recovery-image] Feb 27 03:20:28.919 INFO O| Feb 27 03:20:28.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless" |
| 5452 | 2026-02-27T03:20:30.223Z | [ recovery-image] Feb 27 03:20:28.920 INFO O| Feb 27 03:20:28.919 INFO STEP 214 (remove_files) COMPLETE |
| 5453 | 2026-02-27T03:20:30.223Z | [ recovery-image] Feb 27 03:20:28.920 INFO O| Feb 27 03:20:28.920 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5454 | 2026-02-27T03:20:30.239Z | [ recovery-image] Feb 27 03:20:28.936 INFO O| Feb 27 03:20:28.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore" |
| 5455 | 2026-02-27T03:20:30.239Z | [ recovery-image] Feb 27 03:20:28.936 INFO O| Feb 27 03:20:28.936 INFO STEP 215 (remove_files) COMPLETE |
| 5456 | 2026-02-27T03:20:30.239Z | [ recovery-image] Feb 27 03:20:28.936 INFO O| Feb 27 03:20:28.936 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5457 | 2026-02-27T03:20:30.255Z | [ recovery-image] Feb 27 03:20:28.951 INFO O| Feb 27 03:20:28.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew" |
| 5458 | 2026-02-27T03:20:30.255Z | [ recovery-image] Feb 27 03:20:28.951 INFO O| Feb 27 03:20:28.951 INFO STEP 216 (remove_files) COMPLETE |
| 5459 | 2026-02-27T03:20:30.255Z | [ recovery-image] Feb 27 03:20:28.951 INFO O| Feb 27 03:20:28.951 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5460 | 2026-02-27T03:20:30.270Z | [ recovery-image] Feb 27 03:20:28.966 INFO O| Feb 27 03:20:28.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash" |
| 5461 | 2026-02-27T03:20:30.270Z | [ recovery-image] Feb 27 03:20:28.966 INFO O| Feb 27 03:20:28.966 INFO STEP 217 (remove_files) COMPLETE |
| 5462 | 2026-02-27T03:20:30.270Z | [ recovery-image] Feb 27 03:20:28.966 INFO O| Feb 27 03:20:28.966 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5463 | 2026-02-27T03:20:30.347Z | [ recovery-image] Feb 27 03:20:28.983 INFO O| Feb 27 03:20:28.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid" |
| 5464 | 2026-02-27T03:20:30.347Z | [ recovery-image] Feb 27 03:20:28.983 INFO O| Feb 27 03:20:28.983 INFO STEP 218 (remove_files) COMPLETE |
| 5465 | 2026-02-27T03:20:30.347Z | [ recovery-image] Feb 27 03:20:28.983 INFO O| Feb 27 03:20:28.983 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5466 | 2026-02-27T03:20:30.353Z | [ recovery-image] Feb 27 03:20:28.998 INFO O| Feb 27 03:20:28.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname" |
| 5467 | 2026-02-27T03:20:30.353Z | [ recovery-image] Feb 27 03:20:28.998 INFO O| Feb 27 03:20:28.998 INFO STEP 219 (remove_files) COMPLETE |
| 5468 | 2026-02-27T03:20:30.353Z | [ recovery-image] Feb 27 03:20:28.998 INFO O| Feb 27 03:20:28.998 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5469 | 2026-02-27T03:20:30.353Z | [ recovery-image] Feb 27 03:20:29.014 INFO O| Feb 27 03:20:29.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb" |
| 5470 | 2026-02-27T03:20:30.353Z | [ recovery-image] Feb 27 03:20:29.014 INFO O| Feb 27 03:20:29.014 INFO STEP 220 (remove_files) COMPLETE |
| 5471 | 2026-02-27T03:20:30.353Z | [ recovery-image] Feb 27 03:20:29.014 INFO O| Feb 27 03:20:29.014 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5472 | 2026-02-27T03:20:30.353Z | [ recovery-image] Feb 27 03:20:29.029 INFO O| Feb 27 03:20:29.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt" |
| 5473 | 2026-02-27T03:20:30.353Z | [ recovery-image] Feb 27 03:20:29.029 INFO O| Feb 27 03:20:29.029 INFO STEP 221 (remove_files) COMPLETE |
| 5474 | 2026-02-27T03:20:30.353Z | [ recovery-image] Feb 27 03:20:29.029 INFO O| Feb 27 03:20:29.029 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5475 | 2026-02-27T03:20:30.353Z | [ recovery-image] Feb 27 03:20:29.044 INFO O| Feb 27 03:20:29.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh" |
| 5476 | 2026-02-27T03:20:30.353Z | [ recovery-image] Feb 27 03:20:29.044 INFO O| Feb 27 03:20:29.044 INFO STEP 222 (remove_files) COMPLETE |
| 5477 | 2026-02-27T03:20:30.353Z | [ recovery-image] Feb 27 03:20:29.044 INFO O| Feb 27 03:20:29.044 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5478 | 2026-02-27T03:20:30.364Z | [ recovery-image] Feb 27 03:20:29.061 INFO O| Feb 27 03:20:29.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb" |
| 5479 | 2026-02-27T03:20:30.364Z | [ recovery-image] Feb 27 03:20:29.061 INFO O| Feb 27 03:20:29.061 INFO STEP 223 (remove_files) COMPLETE |
| 5480 | 2026-02-27T03:20:30.364Z | [ recovery-image] Feb 27 03:20:29.061 INFO O| Feb 27 03:20:29.061 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5481 | 2026-02-27T03:20:30.382Z | [ recovery-image] Feb 27 03:20:29.078 INFO O| Feb 27 03:20:29.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh" |
| 5482 | 2026-02-27T03:20:30.382Z | [ recovery-image] Feb 27 03:20:29.078 INFO O| Feb 27 03:20:29.078 INFO STEP 224 (remove_files) COMPLETE |
| 5483 | 2026-02-27T03:20:30.382Z | [ recovery-image] Feb 27 03:20:29.078 INFO O| Feb 27 03:20:29.078 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5484 | 2026-02-27T03:20:30.398Z | [ recovery-image] Feb 27 03:20:29.094 INFO O| Feb 27 03:20:29.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93" |
| 5485 | 2026-02-27T03:20:30.398Z | [ recovery-image] Feb 27 03:20:29.094 INFO O| Feb 27 03:20:29.094 INFO STEP 225 (remove_files) COMPLETE |
| 5486 | 2026-02-27T03:20:30.401Z | [ recovery-image] Feb 27 03:20:29.094 INFO O| Feb 27 03:20:29.094 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5487 | 2026-02-27T03:20:30.414Z | [ recovery-image] Feb 27 03:20:29.110 INFO O| Feb 27 03:20:29.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv" |
| 5488 | 2026-02-27T03:20:30.414Z | [ recovery-image] Feb 27 03:20:29.110 INFO O| Feb 27 03:20:29.110 INFO STEP 226 (remove_files) COMPLETE |
| 5489 | 2026-02-27T03:20:30.414Z | [ recovery-image] Feb 27 03:20:29.110 INFO O| Feb 27 03:20:29.110 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5490 | 2026-02-27T03:20:30.430Z | [ recovery-image] Feb 27 03:20:29.126 INFO O| Feb 27 03:20:29.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id" |
| 5491 | 2026-02-27T03:20:30.430Z | [ recovery-image] Feb 27 03:20:29.127 INFO O| Feb 27 03:20:29.127 INFO STEP 227 (remove_files) COMPLETE |
| 5492 | 2026-02-27T03:20:30.430Z | [ recovery-image] Feb 27 03:20:29.127 INFO O| Feb 27 03:20:29.127 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5493 | 2026-02-27T03:20:30.446Z | [ recovery-image] Feb 27 03:20:29.143 INFO O| Feb 27 03:20:29.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn" |
| 5494 | 2026-02-27T03:20:30.447Z | [ recovery-image] Feb 27 03:20:29.143 INFO O| Feb 27 03:20:29.143 INFO STEP 228 (remove_files) COMPLETE |
| 5495 | 2026-02-27T03:20:30.447Z | [ recovery-image] Feb 27 03:20:29.143 INFO O| Feb 27 03:20:29.143 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5496 | 2026-02-27T03:20:30.462Z | [ recovery-image] Feb 27 03:20:29.158 INFO O| Feb 27 03:20:29.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp" |
| 5497 | 2026-02-27T03:20:30.462Z | [ recovery-image] Feb 27 03:20:29.159 INFO O| Feb 27 03:20:29.159 INFO STEP 229 (remove_files) COMPLETE |
| 5498 | 2026-02-27T03:20:30.465Z | [ recovery-image] Feb 27 03:20:29.159 INFO O| Feb 27 03:20:29.159 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5499 | 2026-02-27T03:20:30.477Z | [ recovery-image] Feb 27 03:20:29.174 INFO O| Feb 27 03:20:29.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat" |
| 5500 | 2026-02-27T03:20:30.477Z | [ recovery-image] Feb 27 03:20:29.174 INFO O| Feb 27 03:20:29.174 INFO STEP 230 (remove_files) COMPLETE |
| 5501 | 2026-02-27T03:20:30.478Z | [ recovery-image] Feb 27 03:20:29.174 INFO O| Feb 27 03:20:29.174 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5502 | 2026-02-27T03:20:30.493Z | [ recovery-image] Feb 27 03:20:29.190 INFO O| Feb 27 03:20:29.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl" |
| 5503 | 2026-02-27T03:20:30.494Z | [ recovery-image] Feb 27 03:20:29.190 INFO O| Feb 27 03:20:29.190 INFO STEP 231 (remove_files) COMPLETE |
| 5504 | 2026-02-27T03:20:30.494Z | [ recovery-image] Feb 27 03:20:29.190 INFO O| Feb 27 03:20:29.190 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5505 | 2026-02-27T03:20:30.509Z | [ recovery-image] Feb 27 03:20:29.206 INFO O| Feb 27 03:20:29.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo" |
| 5506 | 2026-02-27T03:20:30.509Z | [ recovery-image] Feb 27 03:20:29.206 INFO O| Feb 27 03:20:29.206 INFO STEP 232 (remove_files) COMPLETE |
| 5507 | 2026-02-27T03:20:30.509Z | [ recovery-image] Feb 27 03:20:29.206 INFO O| Feb 27 03:20:29.206 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5508 | 2026-02-27T03:20:30.523Z | [ recovery-image] Feb 27 03:20:29.220 INFO O| Feb 27 03:20:29.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist" |
| 5509 | 2026-02-27T03:20:30.523Z | [ recovery-image] Feb 27 03:20:29.220 INFO O| Feb 27 03:20:29.220 INFO STEP 233 (remove_files) COMPLETE |
| 5510 | 2026-02-27T03:20:30.523Z | [ recovery-image] Feb 27 03:20:29.220 INFO O| Feb 27 03:20:29.220 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5511 | 2026-02-27T03:20:30.538Z | [ recovery-image] Feb 27 03:20:29.235 INFO O| Feb 27 03:20:29.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs" |
| 5512 | 2026-02-27T03:20:30.538Z | [ recovery-image] Feb 27 03:20:29.235 INFO O| Feb 27 03:20:29.235 INFO STEP 234 (remove_files) COMPLETE |
| 5513 | 2026-02-27T03:20:30.542Z | [ recovery-image] Feb 27 03:20:29.235 INFO O| Feb 27 03:20:29.235 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5514 | 2026-02-27T03:20:30.553Z | [ recovery-image] Feb 27 03:20:29.249 INFO O| Feb 27 03:20:29.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join" |
| 5515 | 2026-02-27T03:20:30.553Z | [ recovery-image] Feb 27 03:20:29.249 INFO O| Feb 27 03:20:29.249 INFO STEP 235 (remove_files) COMPLETE |
| 5516 | 2026-02-27T03:20:30.553Z | [ recovery-image] Feb 27 03:20:29.249 INFO O| Feb 27 03:20:29.249 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5517 | 2026-02-27T03:20:30.568Z | [ recovery-image] Feb 27 03:20:29.265 INFO O| Feb 27 03:20:29.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd" |
| 5518 | 2026-02-27T03:20:30.568Z | [ recovery-image] Feb 27 03:20:29.265 INFO O| Feb 27 03:20:29.265 INFO STEP 236 (remove_files) COMPLETE |
| 5519 | 2026-02-27T03:20:30.568Z | [ recovery-image] Feb 27 03:20:29.265 INFO O| Feb 27 03:20:29.265 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5520 | 2026-02-27T03:20:30.582Z | [ recovery-image] Feb 27 03:20:29.279 INFO O| Feb 27 03:20:29.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy" |
| 5521 | 2026-02-27T03:20:30.586Z | [ recovery-image] Feb 27 03:20:29.279 INFO O| Feb 27 03:20:29.279 INFO STEP 237 (remove_files) COMPLETE |
| 5522 | 2026-02-27T03:20:30.586Z | [ recovery-image] Feb 27 03:20:29.279 INFO O| Feb 27 03:20:29.279 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5523 | 2026-02-27T03:20:30.598Z | [ recovery-image] Feb 27 03:20:29.295 INFO O| Feb 27 03:20:29.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin" |
| 5524 | 2026-02-27T03:20:30.598Z | [ recovery-image] Feb 27 03:20:29.295 INFO O| Feb 27 03:20:29.295 INFO STEP 238 (remove_files) COMPLETE |
| 5525 | 2026-02-27T03:20:30.598Z | [ recovery-image] Feb 27 03:20:29.295 INFO O| Feb 27 03:20:29.295 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5526 | 2026-02-27T03:20:30.614Z | [ recovery-image] Feb 27 03:20:29.310 INFO O| Feb 27 03:20:29.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout" |
| 5527 | 2026-02-27T03:20:30.614Z | [ recovery-image] Feb 27 03:20:29.311 INFO O| Feb 27 03:20:29.310 INFO STEP 239 (remove_files) COMPLETE |
| 5528 | 2026-02-27T03:20:30.617Z | [ recovery-image] Feb 27 03:20:29.311 INFO O| Feb 27 03:20:29.310 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5529 | 2026-02-27T03:20:30.630Z | [ recovery-image] Feb 27 03:20:29.326 INFO O| Feb 27 03:20:29.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill" |
| 5530 | 2026-02-27T03:20:30.630Z | [ recovery-image] Feb 27 03:20:29.327 INFO O| Feb 27 03:20:29.327 INFO STEP 240 (remove_files) COMPLETE |
| 5531 | 2026-02-27T03:20:30.630Z | [ recovery-image] Feb 27 03:20:29.327 INFO O| Feb 27 03:20:29.327 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5532 | 2026-02-27T03:20:30.646Z | [ recovery-image] Feb 27 03:20:29.342 INFO O| Feb 27 03:20:29.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit" |
| 5533 | 2026-02-27T03:20:30.646Z | [ recovery-image] Feb 27 03:20:29.343 INFO O| Feb 27 03:20:29.342 INFO STEP 241 (remove_files) COMPLETE |
| 5534 | 2026-02-27T03:20:30.646Z | [ recovery-image] Feb 27 03:20:29.343 INFO O| Feb 27 03:20:29.343 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5535 | 2026-02-27T03:20:30.662Z | [ recovery-image] Feb 27 03:20:29.359 INFO O| Feb 27 03:20:29.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist" |
| 5536 | 2026-02-27T03:20:30.662Z | [ recovery-image] Feb 27 03:20:29.359 INFO O| Feb 27 03:20:29.359 INFO STEP 242 (remove_files) COMPLETE |
| 5537 | 2026-02-27T03:20:30.662Z | [ recovery-image] Feb 27 03:20:29.359 INFO O| Feb 27 03:20:29.359 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5538 | 2026-02-27T03:20:30.678Z | [ recovery-image] Feb 27 03:20:29.375 INFO O| Feb 27 03:20:29.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg" |
| 5539 | 2026-02-27T03:20:30.678Z | [ recovery-image] Feb 27 03:20:29.375 INFO O| Feb 27 03:20:29.375 INFO STEP 243 (remove_files) COMPLETE |
| 5540 | 2026-02-27T03:20:30.678Z | [ recovery-image] Feb 27 03:20:29.375 INFO O| Feb 27 03:20:29.375 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5541 | 2026-02-27T03:20:30.694Z | [ recovery-image] Feb 27 03:20:29.391 INFO O| Feb 27 03:20:29.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd" |
| 5542 | 2026-02-27T03:20:30.697Z | [ recovery-image] Feb 27 03:20:29.392 INFO O| Feb 27 03:20:29.392 INFO STEP 244 (remove_files) COMPLETE |
| 5543 | 2026-02-27T03:20:30.697Z | [ recovery-image] Feb 27 03:20:29.392 INFO O| Feb 27 03:20:29.392 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5544 | 2026-02-27T03:20:30.710Z | [ recovery-image] Feb 27 03:20:29.407 INFO O| Feb 27 03:20:29.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config" |
| 5545 | 2026-02-27T03:20:30.710Z | [ recovery-image] Feb 27 03:20:29.407 INFO O| Feb 27 03:20:29.407 INFO STEP 245 (remove_files) COMPLETE |
| 5546 | 2026-02-27T03:20:30.710Z | [ recovery-image] Feb 27 03:20:29.407 INFO O| Feb 27 03:20:29.407 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5547 | 2026-02-27T03:20:30.726Z | [ recovery-image] Feb 27 03:20:29.422 INFO O| Feb 27 03:20:29.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93" |
| 5548 | 2026-02-27T03:20:30.726Z | [ recovery-image] Feb 27 03:20:29.422 INFO O| Feb 27 03:20:29.422 INFO STEP 246 (remove_files) COMPLETE |
| 5549 | 2026-02-27T03:20:30.726Z | [ recovery-image] Feb 27 03:20:29.422 INFO O| Feb 27 03:20:29.422 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5550 | 2026-02-27T03:20:30.741Z | [ recovery-image] Feb 27 03:20:29.438 INFO O| Feb 27 03:20:29.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil" |
| 5551 | 2026-02-27T03:20:30.741Z | [ recovery-image] Feb 27 03:20:29.438 INFO O| Feb 27 03:20:29.438 INFO STEP 247 (remove_files) COMPLETE |
| 5552 | 2026-02-27T03:20:30.741Z | [ recovery-image] Feb 27 03:20:29.438 INFO O| Feb 27 03:20:29.438 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5553 | 2026-02-27T03:20:30.756Z | [ recovery-image] Feb 27 03:20:29.453 INFO O| Feb 27 03:20:29.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat" |
| 5554 | 2026-02-27T03:20:30.756Z | [ recovery-image] Feb 27 03:20:29.453 INFO O| Feb 27 03:20:29.453 INFO STEP 248 (remove_files) COMPLETE |
| 5555 | 2026-02-27T03:20:30.756Z | [ recovery-image] Feb 27 03:20:29.453 INFO O| Feb 27 03:20:29.453 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5556 | 2026-02-27T03:20:30.772Z | [ recovery-image] Feb 27 03:20:29.469 INFO O| Feb 27 03:20:29.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last" |
| 5557 | 2026-02-27T03:20:30.772Z | [ recovery-image] Feb 27 03:20:29.469 INFO O| Feb 27 03:20:29.469 INFO STEP 249 (remove_files) COMPLETE |
| 5558 | 2026-02-27T03:20:30.776Z | [ recovery-image] Feb 27 03:20:29.469 INFO O| Feb 27 03:20:29.469 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5559 | 2026-02-27T03:20:30.788Z | [ recovery-image] Feb 27 03:20:29.484 INFO O| Feb 27 03:20:29.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm" |
| 5560 | 2026-02-27T03:20:30.788Z | [ recovery-image] Feb 27 03:20:29.484 INFO O| Feb 27 03:20:29.484 INFO STEP 250 (remove_files) COMPLETE |
| 5561 | 2026-02-27T03:20:30.788Z | [ recovery-image] Feb 27 03:20:29.484 INFO O| Feb 27 03:20:29.484 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5562 | 2026-02-27T03:20:30.803Z | [ recovery-image] Feb 27 03:20:29.499 INFO O| Feb 27 03:20:29.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld" |
| 5563 | 2026-02-27T03:20:30.803Z | [ recovery-image] Feb 27 03:20:29.499 INFO O| Feb 27 03:20:29.499 INFO STEP 251 (remove_files) COMPLETE |
| 5564 | 2026-02-27T03:20:30.803Z | [ recovery-image] Feb 27 03:20:29.499 INFO O| Feb 27 03:20:29.499 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5565 | 2026-02-27T03:20:30.816Z | [ recovery-image] Feb 27 03:20:29.513 INFO O| Feb 27 03:20:29.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd" |
| 5566 | 2026-02-27T03:20:30.816Z | [ recovery-image] Feb 27 03:20:29.513 INFO O| Feb 27 03:20:29.513 INFO STEP 252 (remove_files) COMPLETE |
| 5567 | 2026-02-27T03:20:30.817Z | [ recovery-image] Feb 27 03:20:29.513 INFO O| Feb 27 03:20:29.513 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5568 | 2026-02-27T03:20:30.829Z | [ recovery-image] Feb 27 03:20:29.526 INFO O| Feb 27 03:20:29.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less" |
| 5569 | 2026-02-27T03:20:30.833Z | [ recovery-image] Feb 27 03:20:29.527 INFO O| Feb 27 03:20:29.527 INFO STEP 253 (remove_files) COMPLETE |
| 5570 | 2026-02-27T03:20:30.833Z | [ recovery-image] Feb 27 03:20:29.527 INFO O| Feb 27 03:20:29.527 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5571 | 2026-02-27T03:20:30.845Z | [ recovery-image] Feb 27 03:20:29.542 INFO O| Feb 27 03:20:29.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho" |
| 5572 | 2026-02-27T03:20:30.845Z | [ recovery-image] Feb 27 03:20:29.542 INFO O| Feb 27 03:20:29.542 INFO STEP 254 (remove_files) COMPLETE |
| 5573 | 2026-02-27T03:20:30.846Z | [ recovery-image] Feb 27 03:20:29.542 INFO O| Feb 27 03:20:29.542 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5574 | 2026-02-27T03:20:30.860Z | [ recovery-image] Feb 27 03:20:29.557 INFO O| Feb 27 03:20:29.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey" |
| 5575 | 2026-02-27T03:20:30.860Z | [ recovery-image] Feb 27 03:20:29.557 INFO O| Feb 27 03:20:29.557 INFO STEP 255 (remove_files) COMPLETE |
| 5576 | 2026-02-27T03:20:30.860Z | [ recovery-image] Feb 27 03:20:29.557 INFO O| Feb 27 03:20:29.557 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5577 | 2026-02-27T03:20:30.875Z | [ recovery-image] Feb 27 03:20:29.572 INFO O| Feb 27 03:20:29.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo" |
| 5578 | 2026-02-27T03:20:30.875Z | [ recovery-image] Feb 27 03:20:29.572 INFO O| Feb 27 03:20:29.572 INFO STEP 256 (remove_files) COMPLETE |
| 5579 | 2026-02-27T03:20:30.879Z | [ recovery-image] Feb 27 03:20:29.572 INFO O| Feb 27 03:20:29.572 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5580 | 2026-02-27T03:20:30.889Z | [ recovery-image] Feb 27 03:20:29.585 INFO O| Feb 27 03:20:29.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line" |
| 5581 | 2026-02-27T03:20:30.889Z | [ recovery-image] Feb 27 03:20:29.586 INFO O| Feb 27 03:20:29.585 INFO STEP 257 (remove_files) COMPLETE |
| 5582 | 2026-02-27T03:20:30.889Z | [ recovery-image] Feb 27 03:20:29.586 INFO O| Feb 27 03:20:29.586 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5583 | 2026-02-27T03:20:30.903Z | [ recovery-image] Feb 27 03:20:29.600 INFO O| Feb 27 03:20:29.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp" |
| 5584 | 2026-02-27T03:20:30.906Z | [ recovery-image] Feb 27 03:20:29.600 INFO O| Feb 27 03:20:29.600 INFO STEP 258 (remove_files) COMPLETE |
| 5585 | 2026-02-27T03:20:30.907Z | [ recovery-image] Feb 27 03:20:29.600 INFO O| Feb 27 03:20:29.600 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5586 | 2026-02-27T03:20:30.919Z | [ recovery-image] Feb 27 03:20:29.615 INFO O| Feb 27 03:20:29.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers" |
| 5587 | 2026-02-27T03:20:30.919Z | [ recovery-image] Feb 27 03:20:29.615 INFO O| Feb 27 03:20:29.615 INFO STEP 259 (remove_files) COMPLETE |
| 5588 | 2026-02-27T03:20:30.919Z | [ recovery-image] Feb 27 03:20:29.615 INFO O| Feb 27 03:20:29.615 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5589 | 2026-02-27T03:20:30.935Z | [ recovery-image] Feb 27 03:20:29.631 INFO O| Feb 27 03:20:29.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys" |
| 5590 | 2026-02-27T03:20:30.935Z | [ recovery-image] Feb 27 03:20:29.631 INFO O| Feb 27 03:20:29.631 INFO STEP 260 (remove_files) COMPLETE |
| 5591 | 2026-02-27T03:20:30.935Z | [ recovery-image] Feb 27 03:20:29.631 INFO O| Feb 27 03:20:29.631 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5592 | 2026-02-27T03:20:30.951Z | [ recovery-image] Feb 27 03:20:29.648 INFO O| Feb 27 03:20:29.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger" |
| 5593 | 2026-02-27T03:20:30.952Z | [ recovery-image] Feb 27 03:20:29.648 INFO O| Feb 27 03:20:29.648 INFO STEP 261 (remove_files) COMPLETE |
| 5594 | 2026-02-27T03:20:30.952Z | [ recovery-image] Feb 27 03:20:29.648 INFO O| Feb 27 03:20:29.648 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5595 | 2026-02-27T03:20:30.968Z | [ recovery-image] Feb 27 03:20:29.664 INFO O| Feb 27 03:20:29.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins" |
| 5596 | 2026-02-27T03:20:30.972Z | [ recovery-image] Feb 27 03:20:29.665 INFO O| Feb 27 03:20:29.665 INFO STEP 262 (remove_files) COMPLETE |
| 5597 | 2026-02-27T03:20:30.972Z | [ recovery-image] Feb 27 03:20:29.665 INFO O| Feb 27 03:20:29.665 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5598 | 2026-02-27T03:20:30.986Z | [ recovery-image] Feb 27 03:20:29.682 INFO O| Feb 27 03:20:29.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname" |
| 5599 | 2026-02-27T03:20:30.989Z | [ recovery-image] Feb 27 03:20:29.683 INFO O| Feb 27 03:20:29.683 INFO STEP 263 (remove_files) COMPLETE |
| 5600 | 2026-02-27T03:20:30.990Z | [ recovery-image] Feb 27 03:20:29.683 INFO O| Feb 27 03:20:29.683 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5601 | 2026-02-27T03:20:31.004Z | [ recovery-image] Feb 27 03:20:29.700 INFO O| Feb 27 03:20:29.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look" |
| 5602 | 2026-02-27T03:20:31.004Z | [ recovery-image] Feb 27 03:20:29.700 INFO O| Feb 27 03:20:29.700 INFO STEP 264 (remove_files) COMPLETE |
| 5603 | 2026-02-27T03:20:31.007Z | [ recovery-image] Feb 27 03:20:29.700 INFO O| Feb 27 03:20:29.700 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5604 | 2026-02-27T03:20:31.020Z | [ recovery-image] Feb 27 03:20:29.716 INFO O| Feb 27 03:20:29.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker" |
| 5605 | 2026-02-27T03:20:31.020Z | [ recovery-image] Feb 27 03:20:29.716 INFO O| Feb 27 03:20:29.716 INFO STEP 265 (remove_files) COMPLETE |
| 5606 | 2026-02-27T03:20:31.020Z | [ recovery-image] Feb 27 03:20:29.716 INFO O| Feb 27 03:20:29.716 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5607 | 2026-02-27T03:20:31.034Z | [ recovery-image] Feb 27 03:20:29.731 INFO O| Feb 27 03:20:29.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4" |
| 5608 | 2026-02-27T03:20:31.035Z | [ recovery-image] Feb 27 03:20:29.731 INFO O| Feb 27 03:20:29.731 INFO STEP 266 (remove_files) COMPLETE |
| 5609 | 2026-02-27T03:20:31.035Z | [ recovery-image] Feb 27 03:20:29.731 INFO O| Feb 27 03:20:29.731 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5610 | 2026-02-27T03:20:31.050Z | [ recovery-image] Feb 27 03:20:29.746 INFO O| Feb 27 03:20:29.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec" |
| 5611 | 2026-02-27T03:20:31.050Z | [ recovery-image] Feb 27 03:20:29.746 INFO O| Feb 27 03:20:29.746 INFO STEP 267 (remove_files) COMPLETE |
| 5612 | 2026-02-27T03:20:31.053Z | [ recovery-image] Feb 27 03:20:29.746 INFO O| Feb 27 03:20:29.746 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5613 | 2026-02-27T03:20:31.064Z | [ recovery-image] Feb 27 03:20:29.760 INFO O| Feb 27 03:20:29.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo" |
| 5614 | 2026-02-27T03:20:31.064Z | [ recovery-image] Feb 27 03:20:29.760 INFO O| Feb 27 03:20:29.760 INFO STEP 268 (remove_files) COMPLETE |
| 5615 | 2026-02-27T03:20:31.064Z | [ recovery-image] Feb 27 03:20:29.760 INFO O| Feb 27 03:20:29.760 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5616 | 2026-02-27T03:20:31.080Z | [ recovery-image] Feb 27 03:20:29.777 INFO O| Feb 27 03:20:29.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac" |
| 5617 | 2026-02-27T03:20:31.080Z | [ recovery-image] Feb 27 03:20:29.777 INFO O| Feb 27 03:20:29.777 INFO STEP 269 (remove_files) COMPLETE |
| 5618 | 2026-02-27T03:20:31.080Z | [ recovery-image] Feb 27 03:20:29.777 INFO O| Feb 27 03:20:29.777 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5619 | 2026-02-27T03:20:31.096Z | [ recovery-image] Feb 27 03:20:29.793 INFO O| Feb 27 03:20:29.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach" |
| 5620 | 2026-02-27T03:20:31.096Z | [ recovery-image] Feb 27 03:20:29.793 INFO O| Feb 27 03:20:29.793 INFO STEP 270 (remove_files) COMPLETE |
| 5621 | 2026-02-27T03:20:31.096Z | [ recovery-image] Feb 27 03:20:29.793 INFO O| Feb 27 03:20:29.793 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5622 | 2026-02-27T03:20:31.111Z | [ recovery-image] Feb 27 03:20:29.808 INFO O| Feb 27 03:20:29.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx" |
| 5623 | 2026-02-27T03:20:31.112Z | [ recovery-image] Feb 27 03:20:29.808 INFO O| Feb 27 03:20:29.808 INFO STEP 271 (remove_files) COMPLETE |
| 5624 | 2026-02-27T03:20:31.115Z | [ recovery-image] Feb 27 03:20:29.808 INFO O| Feb 27 03:20:29.808 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5625 | 2026-02-27T03:20:31.128Z | [ recovery-image] Feb 27 03:20:29.824 INFO O| Feb 27 03:20:29.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev" |
| 5626 | 2026-02-27T03:20:31.128Z | [ recovery-image] Feb 27 03:20:29.824 INFO O| Feb 27 03:20:29.824 INFO STEP 272 (remove_files) COMPLETE |
| 5627 | 2026-02-27T03:20:31.128Z | [ recovery-image] Feb 27 03:20:29.824 INFO O| Feb 27 03:20:29.824 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5628 | 2026-02-27T03:20:31.145Z | [ recovery-image] Feb 27 03:20:29.841 INFO O| Feb 27 03:20:29.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg" |
| 5629 | 2026-02-27T03:20:31.145Z | [ recovery-image] Feb 27 03:20:29.841 INFO O| Feb 27 03:20:29.841 INFO STEP 273 (remove_files) COMPLETE |
| 5630 | 2026-02-27T03:20:31.145Z | [ recovery-image] Feb 27 03:20:29.841 INFO O| Feb 27 03:20:29.841 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5631 | 2026-02-27T03:20:31.159Z | [ recovery-image] Feb 27 03:20:29.856 INFO O| Feb 27 03:20:29.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c" |
| 5632 | 2026-02-27T03:20:31.159Z | [ recovery-image] Feb 27 03:20:29.856 INFO O| Feb 27 03:20:29.856 INFO STEP 274 (remove_files) COMPLETE |
| 5633 | 2026-02-27T03:20:31.159Z | [ recovery-image] Feb 27 03:20:29.856 INFO O| Feb 27 03:20:29.856 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5634 | 2026-02-27T03:20:31.176Z | [ recovery-image] Feb 27 03:20:29.873 INFO O| Feb 27 03:20:29.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update" |
| 5635 | 2026-02-27T03:20:31.179Z | [ recovery-image] Feb 27 03:20:29.873 INFO O| Feb 27 03:20:29.873 INFO STEP 275 (remove_files) COMPLETE |
| 5636 | 2026-02-27T03:20:31.179Z | [ recovery-image] Feb 27 03:20:29.874 INFO O| Feb 27 03:20:29.873 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5637 | 2026-02-27T03:20:31.194Z | [ recovery-image] Feb 27 03:20:29.890 INFO O| Feb 27 03:20:29.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo" |
| 5638 | 2026-02-27T03:20:31.194Z | [ recovery-image] Feb 27 03:20:29.890 INFO O| Feb 27 03:20:29.890 INFO STEP 276 (remove_files) COMPLETE |
| 5639 | 2026-02-27T03:20:31.194Z | [ recovery-image] Feb 27 03:20:29.890 INFO O| Feb 27 03:20:29.890 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5640 | 2026-02-27T03:20:31.209Z | [ recovery-image] Feb 27 03:20:29.906 INFO O| Feb 27 03:20:29.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict" |
| 5641 | 2026-02-27T03:20:31.209Z | [ recovery-image] Feb 27 03:20:29.906 INFO O| Feb 27 03:20:29.906 INFO STEP 277 (remove_files) COMPLETE |
| 5642 | 2026-02-27T03:20:31.210Z | [ recovery-image] Feb 27 03:20:29.906 INFO O| Feb 27 03:20:29.906 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5643 | 2026-02-27T03:20:31.225Z | [ recovery-image] Feb 27 03:20:29.921 INFO O| Feb 27 03:20:29.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe" |
| 5644 | 2026-02-27T03:20:31.225Z | [ recovery-image] Feb 27 03:20:29.921 INFO O| Feb 27 03:20:29.921 INFO STEP 278 (remove_files) COMPLETE |
| 5645 | 2026-02-27T03:20:31.225Z | [ recovery-image] Feb 27 03:20:29.921 INFO O| Feb 27 03:20:29.921 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5646 | 2026-02-27T03:20:31.239Z | [ recovery-image] Feb 27 03:20:29.935 INFO O| Feb 27 03:20:29.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat" |
| 5647 | 2026-02-27T03:20:31.239Z | [ recovery-image] Feb 27 03:20:29.935 INFO O| Feb 27 03:20:29.935 INFO STEP 279 (remove_files) COMPLETE |
| 5648 | 2026-02-27T03:20:31.242Z | [ recovery-image] Feb 27 03:20:29.935 INFO O| Feb 27 03:20:29.935 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5649 | 2026-02-27T03:20:31.253Z | [ recovery-image] Feb 27 03:20:29.949 INFO O| Feb 27 03:20:29.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt" |
| 5650 | 2026-02-27T03:20:31.253Z | [ recovery-image] Feb 27 03:20:29.949 INFO O| Feb 27 03:20:29.949 INFO STEP 280 (remove_files) COMPLETE |
| 5651 | 2026-02-27T03:20:31.253Z | [ recovery-image] Feb 27 03:20:29.949 INFO O| Feb 27 03:20:29.949 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5652 | 2026-02-27T03:20:31.267Z | [ recovery-image] Feb 27 03:20:29.964 INFO O| Feb 27 03:20:29.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config" |
| 5653 | 2026-02-27T03:20:31.267Z | [ recovery-image] Feb 27 03:20:29.964 INFO O| Feb 27 03:20:29.964 INFO STEP 281 (remove_files) COMPLETE |
| 5654 | 2026-02-27T03:20:31.272Z | [ recovery-image] Feb 27 03:20:29.964 INFO O| Feb 27 03:20:29.964 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5655 | 2026-02-27T03:20:31.281Z | [ recovery-image] Feb 27 03:20:29.977 INFO O| Feb 27 03:20:29.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert" |
| 5656 | 2026-02-27T03:20:31.281Z | [ recovery-image] Feb 27 03:20:29.977 INFO O| Feb 27 03:20:29.977 INFO STEP 282 (remove_files) COMPLETE |
| 5657 | 2026-02-27T03:20:31.285Z | [ recovery-image] Feb 27 03:20:29.977 INFO O| Feb 27 03:20:29.977 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5658 | 2026-02-27T03:20:31.297Z | [ recovery-image] Feb 27 03:20:29.992 INFO O| Feb 27 03:20:29.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config" |
| 5659 | 2026-02-27T03:20:31.298Z | [ recovery-image] Feb 27 03:20:29.992 INFO O| Feb 27 03:20:29.992 INFO STEP 283 (remove_files) COMPLETE |
| 5660 | 2026-02-27T03:20:31.298Z | [ recovery-image] Feb 27 03:20:29.992 INFO O| Feb 27 03:20:29.992 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5661 | 2026-02-27T03:20:31.311Z | [ recovery-image] Feb 27 03:20:30.007 INFO O| Feb 27 03:20:30.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user" |
| 5662 | 2026-02-27T03:20:31.311Z | [ recovery-image] Feb 27 03:20:30.008 INFO O| Feb 27 03:20:30.008 INFO STEP 284 (remove_files) COMPLETE |
| 5663 | 2026-02-27T03:20:31.311Z | [ recovery-image] Feb 27 03:20:30.008 INFO O| Feb 27 03:20:30.008 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5664 | 2026-02-27T03:20:31.327Z | [ recovery-image] Feb 27 03:20:30.024 INFO O| Feb 27 03:20:30.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform" |
| 5665 | 2026-02-27T03:20:31.327Z | [ recovery-image] Feb 27 03:20:30.024 INFO O| Feb 27 03:20:30.024 INFO STEP 285 (remove_files) COMPLETE |
| 5666 | 2026-02-27T03:20:31.327Z | [ recovery-image] Feb 27 03:20:30.024 INFO O| Feb 27 03:20:30.024 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5667 | 2026-02-27T03:20:31.343Z | [ recovery-image] Feb 27 03:20:30.039 INFO O| Feb 27 03:20:30.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp" |
| 5668 | 2026-02-27T03:20:31.343Z | [ recovery-image] Feb 27 03:20:30.039 INFO O| Feb 27 03:20:30.039 INFO STEP 286 (remove_files) COMPLETE |
| 5669 | 2026-02-27T03:20:31.343Z | [ recovery-image] Feb 27 03:20:30.039 INFO O| Feb 27 03:20:30.039 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5670 | 2026-02-27T03:20:31.359Z | [ recovery-image] Feb 27 03:20:30.055 INFO O| Feb 27 03:20:30.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news" |
| 5671 | 2026-02-27T03:20:31.359Z | [ recovery-image] Feb 27 03:20:30.055 INFO O| Feb 27 03:20:30.055 INFO STEP 287 (remove_files) COMPLETE |
| 5672 | 2026-02-27T03:20:31.359Z | [ recovery-image] Feb 27 03:20:30.055 INFO O| Feb 27 03:20:30.055 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5673 | 2026-02-27T03:20:31.374Z | [ recovery-image] Feb 27 03:20:30.071 INFO O| Feb 27 03:20:30.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask" |
| 5674 | 2026-02-27T03:20:31.374Z | [ recovery-image] Feb 27 03:20:30.071 INFO O| Feb 27 03:20:30.071 INFO STEP 288 (remove_files) COMPLETE |
| 5675 | 2026-02-27T03:20:31.374Z | [ recovery-image] Feb 27 03:20:30.071 INFO O| Feb 27 03:20:30.071 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5676 | 2026-02-27T03:20:31.392Z | [ recovery-image] Feb 27 03:20:30.087 INFO O| Feb 27 03:20:30.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice" |
| 5677 | 2026-02-27T03:20:31.393Z | [ recovery-image] Feb 27 03:20:30.088 INFO O| Feb 27 03:20:30.087 INFO STEP 289 (remove_files) COMPLETE |
| 5678 | 2026-02-27T03:20:31.393Z | [ recovery-image] Feb 27 03:20:30.088 INFO O| Feb 27 03:20:30.088 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5679 | 2026-02-27T03:20:31.407Z | [ recovery-image] Feb 27 03:20:30.103 INFO O| Feb 27 03:20:30.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl" |
| 5680 | 2026-02-27T03:20:31.407Z | [ recovery-image] Feb 27 03:20:30.104 INFO O| Feb 27 03:20:30.104 INFO STEP 290 (remove_files) COMPLETE |
| 5681 | 2026-02-27T03:20:31.410Z | [ recovery-image] Feb 27 03:20:30.104 INFO O| Feb 27 03:20:30.104 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5682 | 2026-02-27T03:20:31.423Z | [ recovery-image] Feb 27 03:20:30.119 INFO O| Feb 27 03:20:30.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk" |
| 5683 | 2026-02-27T03:20:31.423Z | [ recovery-image] Feb 27 03:20:30.119 INFO O| Feb 27 03:20:30.119 INFO STEP 291 (remove_files) COMPLETE |
| 5684 | 2026-02-27T03:20:31.423Z | [ recovery-image] Feb 27 03:20:30.119 INFO O| Feb 27 03:20:30.119 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5685 | 2026-02-27T03:20:31.437Z | [ recovery-image] Feb 27 03:20:30.134 INFO O| Feb 27 03:20:30.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od" |
| 5686 | 2026-02-27T03:20:31.441Z | [ recovery-image] Feb 27 03:20:30.135 INFO O| Feb 27 03:20:30.135 INFO STEP 292 (remove_files) COMPLETE |
| 5687 | 2026-02-27T03:20:31.441Z | [ recovery-image] Feb 27 03:20:30.135 INFO O| Feb 27 03:20:30.135 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5688 | 2026-02-27T03:20:31.453Z | [ recovery-image] Feb 27 03:20:30.150 INFO O| Feb 27 03:20:30.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa" |
| 5689 | 2026-02-27T03:20:31.453Z | [ recovery-image] Feb 27 03:20:30.150 INFO O| Feb 27 03:20:30.150 INFO STEP 293 (remove_files) COMPLETE |
| 5690 | 2026-02-27T03:20:31.453Z | [ recovery-image] Feb 27 03:20:30.150 INFO O| Feb 27 03:20:30.150 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5691 | 2026-02-27T03:20:31.468Z | [ recovery-image] Feb 27 03:20:30.165 INFO O| Feb 27 03:20:30.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack" |
| 5692 | 2026-02-27T03:20:31.468Z | [ recovery-image] Feb 27 03:20:30.165 INFO O| Feb 27 03:20:30.165 INFO STEP 294 (remove_files) COMPLETE |
| 5693 | 2026-02-27T03:20:31.468Z | [ recovery-image] Feb 27 03:20:30.165 INFO O| Feb 27 03:20:30.165 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5694 | 2026-02-27T03:20:31.483Z | [ recovery-image] Feb 27 03:20:30.180 INFO O| Feb 27 03:20:30.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page" |
| 5695 | 2026-02-27T03:20:31.484Z | [ recovery-image] Feb 27 03:20:30.180 INFO O| Feb 27 03:20:30.180 INFO STEP 295 (remove_files) COMPLETE |
| 5696 | 2026-02-27T03:20:31.484Z | [ recovery-image] Feb 27 03:20:30.180 INFO O| Feb 27 03:20:30.180 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5697 | 2026-02-27T03:20:31.500Z | [ recovery-image] Feb 27 03:20:30.196 INFO O| Feb 27 03:20:30.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize" |
| 5698 | 2026-02-27T03:20:31.500Z | [ recovery-image] Feb 27 03:20:30.196 INFO O| Feb 27 03:20:30.196 INFO STEP 296 (remove_files) COMPLETE |
| 5699 | 2026-02-27T03:20:31.500Z | [ recovery-image] Feb 27 03:20:30.196 INFO O| Feb 27 03:20:30.196 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5700 | 2026-02-27T03:20:31.515Z | [ recovery-image] Feb 27 03:20:30.212 INFO O| Feb 27 03:20:30.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd" |
| 5701 | 2026-02-27T03:20:31.515Z | [ recovery-image] Feb 27 03:20:30.212 INFO O| Feb 27 03:20:30.212 INFO STEP 297 (remove_files) COMPLETE |
| 5702 | 2026-02-27T03:20:31.519Z | [ recovery-image] Feb 27 03:20:30.212 INFO O| Feb 27 03:20:30.212 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5703 | 2026-02-27T03:20:31.531Z | [ recovery-image] Feb 27 03:20:30.227 INFO O| Feb 27 03:20:30.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste" |
| 5704 | 2026-02-27T03:20:31.531Z | [ recovery-image] Feb 27 03:20:30.227 INFO O| Feb 27 03:20:30.227 INFO STEP 298 (remove_files) COMPLETE |
| 5705 | 2026-02-27T03:20:31.531Z | [ recovery-image] Feb 27 03:20:30.227 INFO O| Feb 27 03:20:30.227 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5706 | 2026-02-27T03:20:31.548Z | [ recovery-image] Feb 27 03:20:30.244 INFO O| Feb 27 03:20:30.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk" |
| 5707 | 2026-02-27T03:20:31.548Z | [ recovery-image] Feb 27 03:20:30.245 INFO O| Feb 27 03:20:30.244 INFO STEP 299 (remove_files) COMPLETE |
| 5708 | 2026-02-27T03:20:31.548Z | [ recovery-image] Feb 27 03:20:30.245 INFO O| Feb 27 03:20:30.245 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5709 | 2026-02-27T03:20:31.564Z | [ recovery-image] Feb 27 03:20:30.260 INFO O| Feb 27 03:20:30.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax" |
| 5710 | 2026-02-27T03:20:31.564Z | [ recovery-image] Feb 27 03:20:30.261 INFO O| Feb 27 03:20:30.260 INFO STEP 300 (remove_files) COMPLETE |
| 5711 | 2026-02-27T03:20:31.564Z | [ recovery-image] Feb 27 03:20:30.261 INFO O| Feb 27 03:20:30.261 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5712 | 2026-02-27T03:20:31.579Z | [ recovery-image] Feb 27 03:20:30.276 INFO O| Feb 27 03:20:30.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config" |
| 5713 | 2026-02-27T03:20:31.579Z | [ recovery-image] Feb 27 03:20:30.276 INFO O| Feb 27 03:20:30.276 INFO STEP 301 (remove_files) COMPLETE |
| 5714 | 2026-02-27T03:20:31.579Z | [ recovery-image] Feb 27 03:20:30.276 INFO O| Feb 27 03:20:30.276 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5715 | 2026-02-27T03:20:31.600Z | [ recovery-image] Feb 27 03:20:30.291 INFO O| Feb 27 03:20:30.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config" |
| 5716 | 2026-02-27T03:20:31.600Z | [ recovery-image] Feb 27 03:20:30.291 INFO O| Feb 27 03:20:30.291 INFO STEP 302 (remove_files) COMPLETE |
| 5717 | 2026-02-27T03:20:31.600Z | [ recovery-image] Feb 27 03:20:30.291 INFO O| Feb 27 03:20:30.291 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5718 | 2026-02-27T03:20:31.611Z | [ recovery-image] Feb 27 03:20:30.307 INFO O| Feb 27 03:20:30.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config" |
| 5719 | 2026-02-27T03:20:31.611Z | [ recovery-image] Feb 27 03:20:30.307 INFO O| Feb 27 03:20:30.307 INFO STEP 303 (remove_files) COMPLETE |
| 5720 | 2026-02-27T03:20:31.614Z | [ recovery-image] Feb 27 03:20:30.307 INFO O| Feb 27 03:20:30.307 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5721 | 2026-02-27T03:20:31.626Z | [ recovery-image] Feb 27 03:20:30.322 INFO O| Feb 27 03:20:30.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep" |
| 5722 | 2026-02-27T03:20:31.626Z | [ recovery-image] Feb 27 03:20:30.322 INFO O| Feb 27 03:20:30.322 INFO STEP 304 (remove_files) COMPLETE |
| 5723 | 2026-02-27T03:20:31.626Z | [ recovery-image] Feb 27 03:20:30.322 INFO O| Feb 27 03:20:30.322 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5724 | 2026-02-27T03:20:31.641Z | [ recovery-image] Feb 27 03:20:30.337 INFO O| Feb 27 03:20:30.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test" |
| 5725 | 2026-02-27T03:20:31.641Z | [ recovery-image] Feb 27 03:20:30.337 INFO O| Feb 27 03:20:30.337 INFO STEP 305 (remove_files) COMPLETE |
| 5726 | 2026-02-27T03:20:31.645Z | [ recovery-image] Feb 27 03:20:30.337 INFO O| Feb 27 03:20:30.337 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5727 | 2026-02-27T03:20:31.657Z | [ recovery-image] Feb 27 03:20:30.353 INFO O| Feb 27 03:20:30.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep" |
| 5728 | 2026-02-27T03:20:31.657Z | [ recovery-image] Feb 27 03:20:30.353 INFO O| Feb 27 03:20:30.353 INFO STEP 306 (remove_files) COMPLETE |
| 5729 | 2026-02-27T03:20:31.657Z | [ recovery-image] Feb 27 03:20:30.353 INFO O| Feb 27 03:20:30.353 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5730 | 2026-02-27T03:20:31.673Z | [ recovery-image] Feb 27 03:20:30.370 INFO O| Feb 27 03:20:30.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest" |
| 5731 | 2026-02-27T03:20:31.673Z | [ recovery-image] Feb 27 03:20:30.370 INFO O| Feb 27 03:20:30.370 INFO STEP 307 (remove_files) COMPLETE |
| 5732 | 2026-02-27T03:20:31.677Z | [ recovery-image] Feb 27 03:20:30.370 INFO O| Feb 27 03:20:30.370 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5733 | 2026-02-27T03:20:31.692Z | [ recovery-image] Feb 27 03:20:30.388 INFO O| Feb 27 03:20:30.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash" |
| 5734 | 2026-02-27T03:20:31.692Z | [ recovery-image] Feb 27 03:20:30.388 INFO O| Feb 27 03:20:30.388 INFO STEP 308 (remove_files) COMPLETE |
| 5735 | 2026-02-27T03:20:31.692Z | [ recovery-image] Feb 27 03:20:30.388 INFO O| Feb 27 03:20:30.388 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5736 | 2026-02-27T03:20:31.708Z | [ recovery-image] Feb 27 03:20:30.404 INFO O| Feb 27 03:20:30.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh" |
| 5737 | 2026-02-27T03:20:31.708Z | [ recovery-image] Feb 27 03:20:30.404 INFO O| Feb 27 03:20:30.404 INFO STEP 309 (remove_files) COMPLETE |
| 5738 | 2026-02-27T03:20:31.708Z | [ recovery-image] Feb 27 03:20:30.404 INFO O| Feb 27 03:20:30.404 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5739 | 2026-02-27T03:20:31.724Z | [ recovery-image] Feb 27 03:20:30.421 INFO O| Feb 27 03:20:30.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh" |
| 5740 | 2026-02-27T03:20:31.724Z | [ recovery-image] Feb 27 03:20:30.421 INFO O| Feb 27 03:20:30.421 INFO STEP 310 (remove_files) COMPLETE |
| 5741 | 2026-02-27T03:20:31.724Z | [ recovery-image] Feb 27 03:20:30.421 INFO O| Feb 27 03:20:30.421 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5742 | 2026-02-27T03:20:31.741Z | [ recovery-image] Feb 27 03:20:30.437 INFO O| Feb 27 03:20:30.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93" |
| 5743 | 2026-02-27T03:20:31.741Z | [ recovery-image] Feb 27 03:20:30.437 INFO O| Feb 27 03:20:30.437 INFO STEP 311 (remove_files) COMPLETE |
| 5744 | 2026-02-27T03:20:31.741Z | [ recovery-image] Feb 27 03:20:30.437 INFO O| Feb 27 03:20:30.437 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5745 | 2026-02-27T03:20:31.757Z | [ recovery-image] Feb 27 03:20:30.453 INFO O| Feb 27 03:20:30.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh" |
| 5746 | 2026-02-27T03:20:31.757Z | [ recovery-image] Feb 27 03:20:30.453 INFO O| Feb 27 03:20:30.453 INFO STEP 312 (remove_files) COMPLETE |
| 5747 | 2026-02-27T03:20:31.757Z | [ recovery-image] Feb 27 03:20:30.453 INFO O| Feb 27 03:20:30.453 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5748 | 2026-02-27T03:20:31.772Z | [ recovery-image] Feb 27 03:20:30.468 INFO O| Feb 27 03:20:30.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93" |
| 5749 | 2026-02-27T03:20:31.772Z | [ recovery-image] Feb 27 03:20:30.469 INFO O| Feb 27 03:20:30.468 INFO STEP 313 (remove_files) COMPLETE |
| 5750 | 2026-02-27T03:20:31.776Z | [ recovery-image] Feb 27 03:20:30.469 INFO O| Feb 27 03:20:30.469 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5751 | 2026-02-27T03:20:31.788Z | [ recovery-image] Feb 27 03:20:30.484 INFO O| Feb 27 03:20:30.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh" |
| 5752 | 2026-02-27T03:20:31.788Z | [ recovery-image] Feb 27 03:20:30.484 INFO O| Feb 27 03:20:30.484 INFO STEP 314 (remove_files) COMPLETE |
| 5753 | 2026-02-27T03:20:31.788Z | [ recovery-image] Feb 27 03:20:30.484 INFO O| Feb 27 03:20:30.484 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5754 | 2026-02-27T03:20:31.805Z | [ recovery-image] Feb 27 03:20:30.501 INFO O| Feb 27 03:20:30.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh" |
| 5755 | 2026-02-27T03:20:31.805Z | [ recovery-image] Feb 27 03:20:30.501 INFO O| Feb 27 03:20:30.501 INFO STEP 315 (remove_files) COMPLETE |
| 5756 | 2026-02-27T03:20:31.805Z | [ recovery-image] Feb 27 03:20:30.501 INFO O| Feb 27 03:20:30.501 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5757 | 2026-02-27T03:20:31.822Z | [ recovery-image] Feb 27 03:20:30.518 INFO O| Feb 27 03:20:30.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh" |
| 5758 | 2026-02-27T03:20:31.822Z | [ recovery-image] Feb 27 03:20:30.518 INFO O| Feb 27 03:20:30.518 INFO STEP 316 (remove_files) COMPLETE |
| 5759 | 2026-02-27T03:20:31.825Z | [ recovery-image] Feb 27 03:20:30.518 INFO O| Feb 27 03:20:30.518 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5760 | 2026-02-27T03:20:31.837Z | [ recovery-image] Feb 27 03:20:30.533 INFO O| Feb 27 03:20:30.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg" |
| 5761 | 2026-02-27T03:20:31.837Z | [ recovery-image] Feb 27 03:20:30.533 INFO O| Feb 27 03:20:30.533 INFO STEP 317 (remove_files) COMPLETE |
| 5762 | 2026-02-27T03:20:31.837Z | [ recovery-image] Feb 27 03:20:30.533 INFO O| Feb 27 03:20:30.533 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5763 | 2026-02-27T03:20:31.853Z | [ recovery-image] Feb 27 03:20:30.550 INFO O| Feb 27 03:20:30.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo" |
| 5764 | 2026-02-27T03:20:31.853Z | [ recovery-image] Feb 27 03:20:30.550 INFO O| Feb 27 03:20:30.550 INFO STEP 318 (remove_files) COMPLETE |
| 5765 | 2026-02-27T03:20:31.857Z | [ recovery-image] Feb 27 03:20:30.550 INFO O| Feb 27 03:20:30.550 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5766 | 2026-02-27T03:20:31.870Z | [ recovery-image] Feb 27 03:20:30.567 INFO O| Feb 27 03:20:30.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat" |
| 5767 | 2026-02-27T03:20:31.870Z | [ recovery-image] Feb 27 03:20:30.567 INFO O| Feb 27 03:20:30.567 INFO STEP 319 (remove_files) COMPLETE |
| 5768 | 2026-02-27T03:20:31.870Z | [ recovery-image] Feb 27 03:20:30.567 INFO O| Feb 27 03:20:30.567 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5769 | 2026-02-27T03:20:31.887Z | [ recovery-image] Feb 27 03:20:30.583 INFO O| Feb 27 03:20:30.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm" |
| 5770 | 2026-02-27T03:20:31.887Z | [ recovery-image] Feb 27 03:20:30.584 INFO O| Feb 27 03:20:30.583 INFO STEP 320 (remove_files) COMPLETE |
| 5771 | 2026-02-27T03:20:31.890Z | [ recovery-image] Feb 27 03:20:30.584 INFO O| Feb 27 03:20:30.583 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5772 | 2026-02-27T03:20:31.902Z | [ recovery-image] Feb 27 03:20:30.598 INFO O| Feb 27 03:20:30.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond" |
| 5773 | 2026-02-27T03:20:31.902Z | [ recovery-image] Feb 27 03:20:30.598 INFO O| Feb 27 03:20:30.598 INFO STEP 321 (remove_files) COMPLETE |
| 5774 | 2026-02-27T03:20:31.902Z | [ recovery-image] Feb 27 03:20:30.598 INFO O| Feb 27 03:20:30.598 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5775 | 2026-02-27T03:20:31.917Z | [ recovery-image] Feb 27 03:20:30.613 INFO O| Feb 27 03:20:30.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo" |
| 5776 | 2026-02-27T03:20:31.917Z | [ recovery-image] Feb 27 03:20:30.613 INFO O| Feb 27 03:20:30.613 INFO STEP 322 (remove_files) COMPLETE |
| 5777 | 2026-02-27T03:20:31.917Z | [ recovery-image] Feb 27 03:20:30.613 INFO O| Feb 27 03:20:30.613 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5778 | 2026-02-27T03:20:31.933Z | [ recovery-image] Feb 27 03:20:30.629 INFO O| Feb 27 03:20:30.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk" |
| 5779 | 2026-02-27T03:20:31.933Z | [ recovery-image] Feb 27 03:20:30.629 INFO O| Feb 27 03:20:30.629 INFO STEP 323 (remove_files) COMPLETE |
| 5780 | 2026-02-27T03:20:31.933Z | [ recovery-image] Feb 27 03:20:30.629 INFO O| Feb 27 03:20:30.629 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5781 | 2026-02-27T03:20:31.949Z | [ recovery-image] Feb 27 03:20:30.645 INFO O| Feb 27 03:20:30.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam" |
| 5782 | 2026-02-27T03:20:31.949Z | [ recovery-image] Feb 27 03:20:30.645 INFO O| Feb 27 03:20:30.645 INFO STEP 324 (remove_files) COMPLETE |
| 5783 | 2026-02-27T03:20:31.949Z | [ recovery-image] Feb 27 03:20:30.645 INFO O| Feb 27 03:20:30.645 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5784 | 2026-02-27T03:20:31.966Z | [ recovery-image] Feb 27 03:20:30.662 INFO O| Feb 27 03:20:30.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto" |
| 5785 | 2026-02-27T03:20:31.966Z | [ recovery-image] Feb 27 03:20:30.662 INFO O| Feb 27 03:20:30.662 INFO STEP 325 (remove_files) COMPLETE |
| 5786 | 2026-02-27T03:20:31.966Z | [ recovery-image] Feb 27 03:20:30.662 INFO O| Feb 27 03:20:30.662 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5787 | 2026-02-27T03:20:31.983Z | [ recovery-image] Feb 27 03:20:30.679 INFO O| Feb 27 03:20:30.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans" |
| 5788 | 2026-02-27T03:20:31.983Z | [ recovery-image] Feb 27 03:20:30.679 INFO O| Feb 27 03:20:30.679 INFO STEP 326 (remove_files) COMPLETE |
| 5789 | 2026-02-27T03:20:31.986Z | [ recovery-image] Feb 27 03:20:30.679 INFO O| Feb 27 03:20:30.679 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5790 | 2026-02-27T03:20:31.999Z | [ recovery-image] Feb 27 03:20:30.695 INFO O| Feb 27 03:20:30.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool" |
| 5791 | 2026-02-27T03:20:31.999Z | [ recovery-image] Feb 27 03:20:30.695 INFO O| Feb 27 03:20:30.695 INFO STEP 327 (remove_files) COMPLETE |
| 5792 | 2026-02-27T03:20:31.999Z | [ recovery-image] Feb 27 03:20:30.695 INFO O| Feb 27 03:20:30.695 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5793 | 2026-02-27T03:20:32.015Z | [ recovery-image] Feb 27 03:20:30.711 INFO O| Feb 27 03:20:30.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp" |
| 5794 | 2026-02-27T03:20:32.015Z | [ recovery-image] Feb 27 03:20:30.711 INFO O| Feb 27 03:20:30.711 INFO STEP 328 (remove_files) COMPLETE |
| 5795 | 2026-02-27T03:20:32.015Z | [ recovery-image] Feb 27 03:20:30.711 INFO O| Feb 27 03:20:30.711 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5796 | 2026-02-27T03:20:32.031Z | [ recovery-image] Feb 27 03:20:30.727 INFO O| Feb 27 03:20:30.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise" |
| 5797 | 2026-02-27T03:20:32.035Z | [ recovery-image] Feb 27 03:20:30.728 INFO O| Feb 27 03:20:30.728 INFO STEP 329 (remove_files) COMPLETE |
| 5798 | 2026-02-27T03:20:32.035Z | [ recovery-image] Feb 27 03:20:30.728 INFO O| Feb 27 03:20:30.728 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5799 | 2026-02-27T03:20:32.048Z | [ recovery-image] Feb 27 03:20:30.744 INFO O| Feb 27 03:20:30.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat" |
| 5800 | 2026-02-27T03:20:32.048Z | [ recovery-image] Feb 27 03:20:30.744 INFO O| Feb 27 03:20:30.744 INFO STEP 330 (remove_files) COMPLETE |
| 5801 | 2026-02-27T03:20:32.048Z | [ recovery-image] Feb 27 03:20:30.744 INFO O| Feb 27 03:20:30.744 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5802 | 2026-02-27T03:20:32.063Z | [ recovery-image] Feb 27 03:20:30.760 INFO O| Feb 27 03:20:30.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz" |
| 5803 | 2026-02-27T03:20:32.064Z | [ recovery-image] Feb 27 03:20:30.760 INFO O| Feb 27 03:20:30.760 INFO STEP 331 (remove_files) COMPLETE |
| 5804 | 2026-02-27T03:20:32.064Z | [ recovery-image] Feb 27 03:20:30.760 INFO O| Feb 27 03:20:30.760 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5805 | 2026-02-27T03:20:32.080Z | [ recovery-image] Feb 27 03:20:30.777 INFO O| Feb 27 03:20:30.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr" |
| 5806 | 2026-02-27T03:20:32.083Z | [ recovery-image] Feb 27 03:20:30.777 INFO O| Feb 27 03:20:30.777 INFO STEP 332 (remove_files) COMPLETE |
| 5807 | 2026-02-27T03:20:32.083Z | [ recovery-image] Feb 27 03:20:30.777 INFO O| Feb 27 03:20:30.777 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5808 | 2026-02-27T03:20:32.096Z | [ recovery-image] Feb 27 03:20:30.793 INFO O| Feb 27 03:20:30.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print" |
| 5809 | 2026-02-27T03:20:32.096Z | [ recovery-image] Feb 27 03:20:30.793 INFO O| Feb 27 03:20:30.793 INFO STEP 333 (remove_files) COMPLETE |
| 5810 | 2026-02-27T03:20:32.096Z | [ recovery-image] Feb 27 03:20:30.793 INFO O| Feb 27 03:20:30.793 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5811 | 2026-02-27T03:20:32.112Z | [ recovery-image] Feb 27 03:20:30.808 INFO O| Feb 27 03:20:30.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf" |
| 5812 | 2026-02-27T03:20:32.112Z | [ recovery-image] Feb 27 03:20:30.809 INFO O| Feb 27 03:20:30.809 INFO STEP 334 (remove_files) COMPLETE |
| 5813 | 2026-02-27T03:20:32.112Z | [ recovery-image] Feb 27 03:20:30.809 INFO O| Feb 27 03:20:30.809 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5814 | 2026-02-27T03:20:32.129Z | [ recovery-image] Feb 27 03:20:30.825 INFO O| Feb 27 03:20:30.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl" |
| 5815 | 2026-02-27T03:20:32.129Z | [ recovery-image] Feb 27 03:20:30.825 INFO O| Feb 27 03:20:30.825 INFO STEP 335 (remove_files) COMPLETE |
| 5816 | 2026-02-27T03:20:32.129Z | [ recovery-image] Feb 27 03:20:30.825 INFO O| Feb 27 03:20:30.825 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5817 | 2026-02-27T03:20:32.145Z | [ recovery-image] Feb 27 03:20:30.842 INFO O| Feb 27 03:20:30.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles" |
| 5818 | 2026-02-27T03:20:32.145Z | [ recovery-image] Feb 27 03:20:30.842 INFO O| Feb 27 03:20:30.842 INFO STEP 336 (remove_files) COMPLETE |
| 5819 | 2026-02-27T03:20:32.146Z | [ recovery-image] Feb 27 03:20:30.842 INFO O| Feb 27 03:20:30.842 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5820 | 2026-02-27T03:20:32.162Z | [ recovery-image] Feb 27 03:20:30.858 INFO O| Feb 27 03:20:30.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects" |
| 5821 | 2026-02-27T03:20:32.162Z | [ recovery-image] Feb 27 03:20:30.858 INFO O| Feb 27 03:20:30.858 INFO STEP 337 (remove_files) COMPLETE |
| 5822 | 2026-02-27T03:20:32.162Z | [ recovery-image] Feb 27 03:20:30.858 INFO O| Feb 27 03:20:30.858 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5823 | 2026-02-27T03:20:32.178Z | [ recovery-image] Feb 27 03:20:30.874 INFO O| Feb 27 03:20:30.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags" |
| 5824 | 2026-02-27T03:20:32.179Z | [ recovery-image] Feb 27 03:20:30.875 INFO O| Feb 27 03:20:30.875 INFO STEP 338 (remove_files) COMPLETE |
| 5825 | 2026-02-27T03:20:32.179Z | [ recovery-image] Feb 27 03:20:30.875 INFO O| Feb 27 03:20:30.875 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5826 | 2026-02-27T03:20:32.195Z | [ recovery-image] Feb 27 03:20:30.891 INFO O| Feb 27 03:20:30.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev" |
| 5827 | 2026-02-27T03:20:32.195Z | [ recovery-image] Feb 27 03:20:30.891 INFO O| Feb 27 03:20:30.891 INFO STEP 339 (remove_files) COMPLETE |
| 5828 | 2026-02-27T03:20:32.195Z | [ recovery-image] Feb 27 03:20:30.891 INFO O| Feb 27 03:20:30.891 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5829 | 2026-02-27T03:20:32.211Z | [ recovery-image] Feb 27 03:20:30.907 INFO O| Feb 27 03:20:30.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp" |
| 5830 | 2026-02-27T03:20:32.211Z | [ recovery-image] Feb 27 03:20:30.907 INFO O| Feb 27 03:20:30.907 INFO STEP 340 (remove_files) COMPLETE |
| 5831 | 2026-02-27T03:20:32.211Z | [ recovery-image] Feb 27 03:20:30.907 INFO O| Feb 27 03:20:30.907 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5832 | 2026-02-27T03:20:32.227Z | [ recovery-image] Feb 27 03:20:30.923 INFO O| Feb 27 03:20:30.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs" |
| 5833 | 2026-02-27T03:20:32.227Z | [ recovery-image] Feb 27 03:20:30.923 INFO O| Feb 27 03:20:30.923 INFO STEP 341 (remove_files) COMPLETE |
| 5834 | 2026-02-27T03:20:32.227Z | [ recovery-image] Feb 27 03:20:30.923 INFO O| Feb 27 03:20:30.923 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5835 | 2026-02-27T03:20:32.243Z | [ recovery-image] Feb 27 03:20:30.939 INFO O| Feb 27 03:20:30.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait" |
| 5836 | 2026-02-27T03:20:32.243Z | [ recovery-image] Feb 27 03:20:30.939 INFO O| Feb 27 03:20:30.939 INFO STEP 342 (remove_files) COMPLETE |
| 5837 | 2026-02-27T03:20:32.243Z | [ recovery-image] Feb 27 03:20:30.939 INFO O| Feb 27 03:20:30.939 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5838 | 2026-02-27T03:20:32.259Z | [ recovery-image] Feb 27 03:20:30.955 INFO O| Feb 27 03:20:30.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd" |
| 5839 | 2026-02-27T03:20:32.259Z | [ recovery-image] Feb 27 03:20:30.955 INFO O| Feb 27 03:20:30.955 INFO STEP 343 (remove_files) COMPLETE |
| 5840 | 2026-02-27T03:20:32.259Z | [ recovery-image] Feb 27 03:20:30.955 INFO O| Feb 27 03:20:30.955 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5841 | 2026-02-27T03:20:32.274Z | [ recovery-image] Feb 27 03:20:30.971 INFO O| Feb 27 03:20:30.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read" |
| 5842 | 2026-02-27T03:20:32.274Z | [ recovery-image] Feb 27 03:20:30.971 INFO O| Feb 27 03:20:30.971 INFO STEP 344 (remove_files) COMPLETE |
| 5843 | 2026-02-27T03:20:32.275Z | [ recovery-image] Feb 27 03:20:30.971 INFO O| Feb 27 03:20:30.971 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5844 | 2026-02-27T03:20:32.290Z | [ recovery-image] Feb 27 03:20:30.987 INFO O| Feb 27 03:20:30.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red" |
| 5845 | 2026-02-27T03:20:32.290Z | [ recovery-image] Feb 27 03:20:30.987 INFO O| Feb 27 03:20:30.987 INFO STEP 345 (remove_files) COMPLETE |
| 5846 | 2026-02-27T03:20:32.290Z | [ recovery-image] Feb 27 03:20:30.987 INFO O| Feb 27 03:20:30.987 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5847 | 2026-02-27T03:20:32.307Z | [ recovery-image] Feb 27 03:20:31.003 INFO O| Feb 27 03:20:31.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp" |
| 5848 | 2026-02-27T03:20:32.307Z | [ recovery-image] Feb 27 03:20:31.003 INFO O| Feb 27 03:20:31.003 INFO STEP 346 (remove_files) COMPLETE |
| 5849 | 2026-02-27T03:20:32.307Z | [ recovery-image] Feb 27 03:20:31.003 INFO O| Feb 27 03:20:31.003 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5850 | 2026-02-27T03:20:32.323Z | [ recovery-image] Feb 27 03:20:31.019 INFO O| Feb 27 03:20:31.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice" |
| 5851 | 2026-02-27T03:20:32.323Z | [ recovery-image] Feb 27 03:20:31.019 INFO O| Feb 27 03:20:31.019 INFO STEP 347 (remove_files) COMPLETE |
| 5852 | 2026-02-27T03:20:32.323Z | [ recovery-image] Feb 27 03:20:31.019 INFO O| Feb 27 03:20:31.019 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5853 | 2026-02-27T03:20:32.339Z | [ recovery-image] Feb 27 03:20:31.035 INFO O| Feb 27 03:20:31.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize" |
| 5854 | 2026-02-27T03:20:32.342Z | [ recovery-image] Feb 27 03:20:31.036 INFO O| Feb 27 03:20:31.036 INFO STEP 348 (remove_files) COMPLETE |
| 5855 | 2026-02-27T03:20:32.342Z | [ recovery-image] Feb 27 03:20:31.036 INFO O| Feb 27 03:20:31.036 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5856 | 2026-02-27T03:20:32.356Z | [ recovery-image] Feb 27 03:20:31.052 INFO O| Feb 27 03:20:31.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev" |
| 5857 | 2026-02-27T03:20:32.356Z | [ recovery-image] Feb 27 03:20:31.052 INFO O| Feb 27 03:20:31.052 INFO STEP 349 (remove_files) COMPLETE |
| 5858 | 2026-02-27T03:20:32.356Z | [ recovery-image] Feb 27 03:20:31.052 INFO O| Feb 27 03:20:31.052 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5859 | 2026-02-27T03:20:32.373Z | [ recovery-image] Feb 27 03:20:31.069 INFO O| Feb 27 03:20:31.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh" |
| 5860 | 2026-02-27T03:20:32.373Z | [ recovery-image] Feb 27 03:20:31.069 INFO O| Feb 27 03:20:31.069 INFO STEP 350 (remove_files) COMPLETE |
| 5861 | 2026-02-27T03:20:32.376Z | [ recovery-image] Feb 27 03:20:31.069 INFO O| Feb 27 03:20:31.069 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5862 | 2026-02-27T03:20:32.388Z | [ recovery-image] Feb 27 03:20:31.084 INFO O| Feb 27 03:20:31.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93" |
| 5863 | 2026-02-27T03:20:32.388Z | [ recovery-image] Feb 27 03:20:31.084 INFO O| Feb 27 03:20:31.084 INFO STEP 351 (remove_files) COMPLETE |
| 5864 | 2026-02-27T03:20:32.388Z | [ recovery-image] Feb 27 03:20:31.084 INFO O| Feb 27 03:20:31.084 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5865 | 2026-02-27T03:20:32.404Z | [ recovery-image] Feb 27 03:20:31.100 INFO O| Feb 27 03:20:31.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles" |
| 5866 | 2026-02-27T03:20:32.404Z | [ recovery-image] Feb 27 03:20:31.100 INFO O| Feb 27 03:20:31.100 INFO STEP 352 (remove_files) COMPLETE |
| 5867 | 2026-02-27T03:20:32.404Z | [ recovery-image] Feb 27 03:20:31.100 INFO O| Feb 27 03:20:31.100 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5868 | 2026-02-27T03:20:32.424Z | [ recovery-image] Feb 27 03:20:31.121 INFO O| Feb 27 03:20:31.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo" |
| 5869 | 2026-02-27T03:20:32.425Z | [ recovery-image] Feb 27 03:20:31.121 INFO O| Feb 27 03:20:31.121 INFO STEP 353 (remove_files) COMPLETE |
| 5870 | 2026-02-27T03:20:32.425Z | [ recovery-image] Feb 27 03:20:31.121 INFO O| Feb 27 03:20:31.121 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5871 | 2026-02-27T03:20:32.441Z | [ recovery-image] Feb 27 03:20:31.137 INFO O| Feb 27 03:20:31.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync" |
| 5872 | 2026-02-27T03:20:32.445Z | [ recovery-image] Feb 27 03:20:31.138 INFO O| Feb 27 03:20:31.138 INFO STEP 354 (remove_files) COMPLETE |
| 5873 | 2026-02-27T03:20:32.445Z | [ recovery-image] Feb 27 03:20:31.138 INFO O| Feb 27 03:20:31.138 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5874 | 2026-02-27T03:20:32.458Z | [ recovery-image] Feb 27 03:20:31.154 INFO O| Feb 27 03:20:31.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl" |
| 5875 | 2026-02-27T03:20:32.461Z | [ recovery-image] Feb 27 03:20:31.154 INFO O| Feb 27 03:20:31.154 INFO STEP 355 (remove_files) COMPLETE |
| 5876 | 2026-02-27T03:20:32.461Z | [ recovery-image] Feb 27 03:20:31.154 INFO O| Feb 27 03:20:31.154 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5877 | 2026-02-27T03:20:32.475Z | [ recovery-image] Feb 27 03:20:31.171 INFO O| Feb 27 03:20:31.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat" |
| 5878 | 2026-02-27T03:20:32.475Z | [ recovery-image] Feb 27 03:20:31.171 INFO O| Feb 27 03:20:31.171 INFO STEP 356 (remove_files) COMPLETE |
| 5879 | 2026-02-27T03:20:32.475Z | [ recovery-image] Feb 27 03:20:31.171 INFO O| Feb 27 03:20:31.171 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5880 | 2026-02-27T03:20:32.491Z | [ recovery-image] Feb 27 03:20:31.187 INFO O| Feb 27 03:20:31.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp" |
| 5881 | 2026-02-27T03:20:32.494Z | [ recovery-image] Feb 27 03:20:31.188 INFO O| Feb 27 03:20:31.188 INFO STEP 357 (remove_files) COMPLETE |
| 5882 | 2026-02-27T03:20:32.494Z | [ recovery-image] Feb 27 03:20:31.188 INFO O| Feb 27 03:20:31.188 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5883 | 2026-02-27T03:20:32.507Z | [ recovery-image] Feb 27 03:20:31.204 INFO O| Feb 27 03:20:31.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script" |
| 5884 | 2026-02-27T03:20:32.509Z | [ recovery-image] Feb 27 03:20:31.204 INFO O| Feb 27 03:20:31.204 INFO STEP 358 (remove_files) COMPLETE |
| 5885 | 2026-02-27T03:20:32.509Z | [ recovery-image] Feb 27 03:20:31.204 INFO O| Feb 27 03:20:31.204 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5886 | 2026-02-27T03:20:32.524Z | [ recovery-image] Feb 27 03:20:31.220 INFO O| Feb 27 03:20:31.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff" |
| 5887 | 2026-02-27T03:20:32.524Z | [ recovery-image] Feb 27 03:20:31.220 INFO O| Feb 27 03:20:31.220 INFO STEP 359 (remove_files) COMPLETE |
| 5888 | 2026-02-27T03:20:32.527Z | [ recovery-image] Feb 27 03:20:31.220 INFO O| Feb 27 03:20:31.220 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5889 | 2026-02-27T03:20:32.539Z | [ recovery-image] Feb 27 03:20:31.236 INFO O| Feb 27 03:20:31.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp" |
| 5890 | 2026-02-27T03:20:32.543Z | [ recovery-image] Feb 27 03:20:31.237 INFO O| Feb 27 03:20:31.237 INFO STEP 360 (remove_files) COMPLETE |
| 5891 | 2026-02-27T03:20:32.543Z | [ recovery-image] Feb 27 03:20:31.237 INFO O| Feb 27 03:20:31.237 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5892 | 2026-02-27T03:20:32.557Z | [ recovery-image] Feb 27 03:20:31.253 INFO O| Feb 27 03:20:31.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp" |
| 5893 | 2026-02-27T03:20:32.557Z | [ recovery-image] Feb 27 03:20:31.253 INFO O| Feb 27 03:20:31.253 INFO STEP 361 (remove_files) COMPLETE |
| 5894 | 2026-02-27T03:20:32.557Z | [ recovery-image] Feb 27 03:20:31.253 INFO O| Feb 27 03:20:31.253 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5895 | 2026-02-27T03:20:32.573Z | [ recovery-image] Feb 27 03:20:31.270 INFO O| Feb 27 03:20:31.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp" |
| 5896 | 2026-02-27T03:20:32.573Z | [ recovery-image] Feb 27 03:20:31.270 INFO O| Feb 27 03:20:31.270 INFO STEP 362 (remove_files) COMPLETE |
| 5897 | 2026-02-27T03:20:32.573Z | [ recovery-image] Feb 27 03:20:31.270 INFO O| Feb 27 03:20:31.270 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5898 | 2026-02-27T03:20:32.590Z | [ recovery-image] Feb 27 03:20:31.287 INFO O| Feb 27 03:20:31.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil" |
| 5899 | 2026-02-27T03:20:32.590Z | [ recovery-image] Feb 27 03:20:31.287 INFO O| Feb 27 03:20:31.287 INFO STEP 363 (remove_files) COMPLETE |
| 5900 | 2026-02-27T03:20:32.590Z | [ recovery-image] Feb 27 03:20:31.287 INFO O| Feb 27 03:20:31.287 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5901 | 2026-02-27T03:20:32.608Z | [ recovery-image] Feb 27 03:20:31.304 INFO O| Feb 27 03:20:31.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib" |
| 5902 | 2026-02-27T03:20:32.608Z | [ recovery-image] Feb 27 03:20:31.304 INFO O| Feb 27 03:20:31.304 INFO STEP 364 (remove_files) COMPLETE |
| 5903 | 2026-02-27T03:20:32.608Z | [ recovery-image] Feb 27 03:20:31.304 INFO O| Feb 27 03:20:31.304 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5904 | 2026-02-27T03:20:32.625Z | [ recovery-image] Feb 27 03:20:31.322 INFO O| Feb 27 03:20:31.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget" |
| 5905 | 2026-02-27T03:20:32.625Z | [ recovery-image] Feb 27 03:20:31.322 INFO O| Feb 27 03:20:31.322 INFO STEP 365 (remove_files) COMPLETE |
| 5906 | 2026-02-27T03:20:32.625Z | [ recovery-image] Feb 27 03:20:31.322 INFO O| Feb 27 03:20:31.322 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5907 | 2026-02-27T03:20:32.642Z | [ recovery-image] Feb 27 03:20:31.338 INFO O| Feb 27 03:20:31.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk" |
| 5908 | 2026-02-27T03:20:32.642Z | [ recovery-image] Feb 27 03:20:31.338 INFO O| Feb 27 03:20:31.338 INFO STEP 366 (remove_files) COMPLETE |
| 5909 | 2026-02-27T03:20:32.642Z | [ recovery-image] Feb 27 03:20:31.338 INFO O| Feb 27 03:20:31.338 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5910 | 2026-02-27T03:20:32.658Z | [ recovery-image] Feb 27 03:20:31.355 INFO O| Feb 27 03:20:31.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck" |
| 5911 | 2026-02-27T03:20:32.658Z | [ recovery-image] Feb 27 03:20:31.355 INFO O| Feb 27 03:20:31.355 INFO STEP 367 (remove_files) COMPLETE |
| 5912 | 2026-02-27T03:20:32.658Z | [ recovery-image] Feb 27 03:20:31.355 INFO O| Feb 27 03:20:31.355 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5913 | 2026-02-27T03:20:32.676Z | [ recovery-image] Feb 27 03:20:31.372 INFO O| Feb 27 03:20:31.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf" |
| 5914 | 2026-02-27T03:20:32.676Z | [ recovery-image] Feb 27 03:20:31.373 INFO O| Feb 27 03:20:31.373 INFO STEP 368 (remove_files) COMPLETE |
| 5915 | 2026-02-27T03:20:32.676Z | [ recovery-image] Feb 27 03:20:31.373 INFO O| Feb 27 03:20:31.373 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5916 | 2026-02-27T03:20:32.693Z | [ recovery-image] Feb 27 03:20:31.389 INFO O| Feb 27 03:20:31.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta" |
| 5917 | 2026-02-27T03:20:32.693Z | [ recovery-image] Feb 27 03:20:31.390 INFO O| Feb 27 03:20:31.389 INFO STEP 369 (remove_files) COMPLETE |
| 5918 | 2026-02-27T03:20:32.693Z | [ recovery-image] Feb 27 03:20:31.390 INFO O| Feb 27 03:20:31.390 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5919 | 2026-02-27T03:20:32.709Z | [ recovery-image] Feb 27 03:20:31.405 INFO O| Feb 27 03:20:31.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf" |
| 5920 | 2026-02-27T03:20:32.709Z | [ recovery-image] Feb 27 03:20:31.405 INFO O| Feb 27 03:20:31.405 INFO STEP 370 (remove_files) COMPLETE |
| 5921 | 2026-02-27T03:20:32.709Z | [ recovery-image] Feb 27 03:20:31.405 INFO O| Feb 27 03:20:31.405 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5922 | 2026-02-27T03:20:32.725Z | [ recovery-image] Feb 27 03:20:31.421 INFO O| Feb 27 03:20:31.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget" |
| 5923 | 2026-02-27T03:20:32.725Z | [ recovery-image] Feb 27 03:20:31.421 INFO O| Feb 27 03:20:31.421 INFO STEP 371 (remove_files) COMPLETE |
| 5924 | 2026-02-27T03:20:32.725Z | [ recovery-image] Feb 27 03:20:31.421 INFO O| Feb 27 03:20:31.421 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5925 | 2026-02-27T03:20:32.742Z | [ recovery-image] Feb 27 03:20:31.438 INFO O| Feb 27 03:20:31.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext" |
| 5926 | 2026-02-27T03:20:32.742Z | [ recovery-image] Feb 27 03:20:31.438 INFO O| Feb 27 03:20:31.438 INFO STEP 372 (remove_files) COMPLETE |
| 5927 | 2026-02-27T03:20:32.742Z | [ recovery-image] Feb 27 03:20:31.438 INFO O| Feb 27 03:20:31.438 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5928 | 2026-02-27T03:20:32.763Z | [ recovery-image] Feb 27 03:20:31.455 INFO O| Feb 27 03:20:31.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat" |
| 5929 | 2026-02-27T03:20:32.763Z | [ recovery-image] Feb 27 03:20:31.455 INFO O| Feb 27 03:20:31.455 INFO STEP 373 (remove_files) COMPLETE |
| 5930 | 2026-02-27T03:20:32.763Z | [ recovery-image] Feb 27 03:20:31.455 INFO O| Feb 27 03:20:31.455 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5931 | 2026-02-27T03:20:32.776Z | [ recovery-image] Feb 27 03:20:31.470 INFO O| Feb 27 03:20:31.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap" |
| 5932 | 2026-02-27T03:20:32.776Z | [ recovery-image] Feb 27 03:20:31.471 INFO O| Feb 27 03:20:31.471 INFO STEP 374 (remove_files) COMPLETE |
| 5933 | 2026-02-27T03:20:32.776Z | [ recovery-image] Feb 27 03:20:31.471 INFO O| Feb 27 03:20:31.471 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5934 | 2026-02-27T03:20:32.791Z | [ recovery-image] Feb 27 03:20:31.487 INFO O| Feb 27 03:20:31.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping" |
| 5935 | 2026-02-27T03:20:32.791Z | [ recovery-image] Feb 27 03:20:31.487 INFO O| Feb 27 03:20:31.487 INFO STEP 375 (remove_files) COMPLETE |
| 5936 | 2026-02-27T03:20:32.791Z | [ recovery-image] Feb 27 03:20:31.487 INFO O| Feb 27 03:20:31.487 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5937 | 2026-02-27T03:20:32.808Z | [ recovery-image] Feb 27 03:20:31.504 INFO O| Feb 27 03:20:31.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps" |
| 5938 | 2026-02-27T03:20:32.808Z | [ recovery-image] Feb 27 03:20:31.504 INFO O| Feb 27 03:20:31.504 INFO STEP 376 (remove_files) COMPLETE |
| 5939 | 2026-02-27T03:20:32.808Z | [ recovery-image] Feb 27 03:20:31.504 INFO O| Feb 27 03:20:31.504 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5940 | 2026-02-27T03:20:32.825Z | [ recovery-image] Feb 27 03:20:31.521 INFO O| Feb 27 03:20:31.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset" |
| 5941 | 2026-02-27T03:20:32.825Z | [ recovery-image] Feb 27 03:20:31.521 INFO O| Feb 27 03:20:31.521 INFO STEP 377 (remove_files) COMPLETE |
| 5942 | 2026-02-27T03:20:32.825Z | [ recovery-image] Feb 27 03:20:31.521 INFO O| Feb 27 03:20:31.521 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5943 | 2026-02-27T03:20:32.841Z | [ recovery-image] Feb 27 03:20:31.537 INFO O| Feb 27 03:20:31.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus" |
| 5944 | 2026-02-27T03:20:32.841Z | [ recovery-image] Feb 27 03:20:31.537 INFO O| Feb 27 03:20:31.537 INFO STEP 378 (remove_files) COMPLETE |
| 5945 | 2026-02-27T03:20:32.841Z | [ recovery-image] Feb 27 03:20:31.537 INFO O| Feb 27 03:20:31.537 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5946 | 2026-02-27T03:20:32.857Z | [ recovery-image] Feb 27 03:20:31.554 INFO O| Feb 27 03:20:31.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable" |
| 5947 | 2026-02-27T03:20:32.858Z | [ recovery-image] Feb 27 03:20:31.554 INFO O| Feb 27 03:20:31.554 INFO STEP 379 (remove_files) COMPLETE |
| 5948 | 2026-02-27T03:20:32.858Z | [ recovery-image] Feb 27 03:20:31.554 INFO O| Feb 27 03:20:31.554 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5949 | 2026-02-27T03:20:32.874Z | [ recovery-image] Feb 27 03:20:31.570 INFO O| Feb 27 03:20:31.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest" |
| 5950 | 2026-02-27T03:20:32.874Z | [ recovery-image] Feb 27 03:20:31.570 INFO O| Feb 27 03:20:31.570 INFO STEP 380 (remove_files) COMPLETE |
| 5951 | 2026-02-27T03:20:32.874Z | [ recovery-image] Feb 27 03:20:31.570 INFO O| Feb 27 03:20:31.570 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5952 | 2026-02-27T03:20:32.889Z | [ recovery-image] Feb 27 03:20:31.585 INFO O| Feb 27 03:20:31.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate" |
| 5953 | 2026-02-27T03:20:32.889Z | [ recovery-image] Feb 27 03:20:31.585 INFO O| Feb 27 03:20:31.585 INFO STEP 381 (remove_files) COMPLETE |
| 5954 | 2026-02-27T03:20:32.889Z | [ recovery-image] Feb 27 03:20:31.585 INFO O| Feb 27 03:20:31.585 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5955 | 2026-02-27T03:20:32.904Z | [ recovery-image] Feb 27 03:20:31.600 INFO O| Feb 27 03:20:31.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap" |
| 5956 | 2026-02-27T03:20:32.904Z | [ recovery-image] Feb 27 03:20:31.600 INFO O| Feb 27 03:20:31.600 INFO STEP 382 (remove_files) COMPLETE |
| 5957 | 2026-02-27T03:20:32.904Z | [ recovery-image] Feb 27 03:20:31.600 INFO O| Feb 27 03:20:31.600 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5958 | 2026-02-27T03:20:32.920Z | [ recovery-image] Feb 27 03:20:31.616 INFO O| Feb 27 03:20:31.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm" |
| 5959 | 2026-02-27T03:20:32.920Z | [ recovery-image] Feb 27 03:20:31.616 INFO O| Feb 27 03:20:31.616 INFO STEP 383 (remove_files) COMPLETE |
| 5960 | 2026-02-27T03:20:32.920Z | [ recovery-image] Feb 27 03:20:31.616 INFO O| Feb 27 03:20:31.616 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5961 | 2026-02-27T03:20:32.935Z | [ recovery-image] Feb 27 03:20:31.631 INFO O| Feb 27 03:20:31.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm" |
| 5962 | 2026-02-27T03:20:32.935Z | [ recovery-image] Feb 27 03:20:31.632 INFO O| Feb 27 03:20:31.631 INFO STEP 384 (remove_files) COMPLETE |
| 5963 | 2026-02-27T03:20:32.935Z | [ recovery-image] Feb 27 03:20:31.632 INFO O| Feb 27 03:20:31.632 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5964 | 2026-02-27T03:20:32.951Z | [ recovery-image] Feb 27 03:20:31.647 INFO O| Feb 27 03:20:31.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk" |
| 5965 | 2026-02-27T03:20:32.954Z | [ recovery-image] Feb 27 03:20:31.648 INFO O| Feb 27 03:20:31.648 INFO STEP 385 (remove_files) COMPLETE |
| 5966 | 2026-02-27T03:20:32.954Z | [ recovery-image] Feb 27 03:20:31.648 INFO O| Feb 27 03:20:31.648 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5967 | 2026-02-27T03:20:32.968Z | [ recovery-image] Feb 27 03:20:31.664 INFO O| Feb 27 03:20:31.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss" |
| 5968 | 2026-02-27T03:20:32.968Z | [ recovery-image] Feb 27 03:20:31.665 INFO O| Feb 27 03:20:31.665 INFO STEP 386 (remove_files) COMPLETE |
| 5969 | 2026-02-27T03:20:32.968Z | [ recovery-image] Feb 27 03:20:31.665 INFO O| Feb 27 03:20:31.665 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5970 | 2026-02-27T03:20:32.983Z | [ recovery-image] Feb 27 03:20:31.679 INFO O| Feb 27 03:20:31.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell" |
| 5971 | 2026-02-27T03:20:32.987Z | [ recovery-image] Feb 27 03:20:31.680 INFO O| Feb 27 03:20:31.680 INFO STEP 387 (remove_files) COMPLETE |
| 5972 | 2026-02-27T03:20:32.987Z | [ recovery-image] Feb 27 03:20:31.680 INFO O| Feb 27 03:20:31.680 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5973 | 2026-02-27T03:20:32.998Z | [ recovery-image] Feb 27 03:20:31.694 INFO O| Feb 27 03:20:31.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split" |
| 5974 | 2026-02-27T03:20:32.998Z | [ recovery-image] Feb 27 03:20:31.694 INFO O| Feb 27 03:20:31.694 INFO STEP 388 (remove_files) COMPLETE |
| 5975 | 2026-02-27T03:20:32.998Z | [ recovery-image] Feb 27 03:20:31.694 INFO O| Feb 27 03:20:31.694 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5976 | 2026-02-27T03:20:33.013Z | [ recovery-image] Feb 27 03:20:31.709 INFO O| Feb 27 03:20:31.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3" |
| 5977 | 2026-02-27T03:20:33.013Z | [ recovery-image] Feb 27 03:20:31.709 INFO O| Feb 27 03:20:31.709 INFO STEP 389 (remove_files) COMPLETE |
| 5978 | 2026-02-27T03:20:33.013Z | [ recovery-image] Feb 27 03:20:31.709 INFO O| Feb 27 03:20:31.709 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5979 | 2026-02-27T03:20:33.028Z | [ recovery-image] Feb 27 03:20:31.725 INFO O| Feb 27 03:20:31.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh" |
| 5980 | 2026-02-27T03:20:33.032Z | [ recovery-image] Feb 27 03:20:31.725 INFO O| Feb 27 03:20:31.725 INFO STEP 390 (remove_files) COMPLETE |
| 5981 | 2026-02-27T03:20:33.032Z | [ recovery-image] Feb 27 03:20:31.725 INFO O| Feb 27 03:20:31.725 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5982 | 2026-02-27T03:20:33.044Z | [ recovery-image] Feb 27 03:20:31.741 INFO O| Feb 27 03:20:31.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add" |
| 5983 | 2026-02-27T03:20:33.044Z | [ recovery-image] Feb 27 03:20:31.741 INFO O| Feb 27 03:20:31.741 INFO STEP 391 (remove_files) COMPLETE |
| 5984 | 2026-02-27T03:20:33.045Z | [ recovery-image] Feb 27 03:20:31.741 INFO O| Feb 27 03:20:31.741 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5985 | 2026-02-27T03:20:33.061Z | [ recovery-image] Feb 27 03:20:31.758 INFO O| Feb 27 03:20:31.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent" |
| 5986 | 2026-02-27T03:20:33.061Z | [ recovery-image] Feb 27 03:20:31.758 INFO O| Feb 27 03:20:31.758 INFO STEP 392 (remove_files) COMPLETE |
| 5987 | 2026-02-27T03:20:33.061Z | [ recovery-image] Feb 27 03:20:31.758 INFO O| Feb 27 03:20:31.758 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5988 | 2026-02-27T03:20:33.077Z | [ recovery-image] Feb 27 03:20:31.773 INFO O| Feb 27 03:20:31.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id" |
| 5989 | 2026-02-27T03:20:33.077Z | [ recovery-image] Feb 27 03:20:31.773 INFO O| Feb 27 03:20:31.773 INFO STEP 393 (remove_files) COMPLETE |
| 5990 | 2026-02-27T03:20:33.077Z | [ recovery-image] Feb 27 03:20:31.773 INFO O| Feb 27 03:20:31.773 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5991 | 2026-02-27T03:20:33.093Z | [ recovery-image] Feb 27 03:20:31.790 INFO O| Feb 27 03:20:31.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan" |
| 5992 | 2026-02-27T03:20:33.097Z | [ recovery-image] Feb 27 03:20:31.790 INFO O| Feb 27 03:20:31.790 INFO STEP 394 (remove_files) COMPLETE |
| 5993 | 2026-02-27T03:20:33.097Z | [ recovery-image] Feb 27 03:20:31.790 INFO O| Feb 27 03:20:31.790 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5994 | 2026-02-27T03:20:33.109Z | [ recovery-image] Feb 27 03:20:31.806 INFO O| Feb 27 03:20:31.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings" |
| 5995 | 2026-02-27T03:20:33.110Z | [ recovery-image] Feb 27 03:20:31.806 INFO O| Feb 27 03:20:31.806 INFO STEP 395 (remove_files) COMPLETE |
| 5996 | 2026-02-27T03:20:33.110Z | [ recovery-image] Feb 27 03:20:31.806 INFO O| Feb 27 03:20:31.806 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5997 | 2026-02-27T03:20:33.125Z | [ recovery-image] Feb 27 03:20:31.821 INFO O| Feb 27 03:20:31.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum" |
| 5998 | 2026-02-27T03:20:33.125Z | [ recovery-image] Feb 27 03:20:31.821 INFO O| Feb 27 03:20:31.821 INFO STEP 396 (remove_files) COMPLETE |
| 5999 | 2026-02-27T03:20:33.125Z | [ recovery-image] Feb 27 03:20:31.821 INFO O| Feb 27 03:20:31.821 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6000 | 2026-02-27T03:20:33.139Z | [ recovery-image] Feb 27 03:20:31.836 INFO O| Feb 27 03:20:31.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs" |
| 6001 | 2026-02-27T03:20:33.139Z | [ recovery-image] Feb 27 03:20:31.836 INFO O| Feb 27 03:20:31.836 INFO STEP 397 (remove_files) COMPLETE |
| 6002 | 2026-02-27T03:20:33.139Z | [ recovery-image] Feb 27 03:20:31.836 INFO O| Feb 27 03:20:31.836 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6003 | 2026-02-27T03:20:33.155Z | [ recovery-image] Feb 27 03:20:31.851 INFO O| Feb 27 03:20:31.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy" |
| 6004 | 2026-02-27T03:20:33.155Z | [ recovery-image] Feb 27 03:20:31.851 INFO O| Feb 27 03:20:31.851 INFO STEP 398 (remove_files) COMPLETE |
| 6005 | 2026-02-27T03:20:33.155Z | [ recovery-image] Feb 27 03:20:31.851 INFO O| Feb 27 03:20:31.851 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6006 | 2026-02-27T03:20:33.169Z | [ recovery-image] Feb 27 03:20:31.866 INFO O| Feb 27 03:20:31.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test" |
| 6007 | 2026-02-27T03:20:33.169Z | [ recovery-image] Feb 27 03:20:31.866 INFO O| Feb 27 03:20:31.866 INFO STEP 399 (remove_files) COMPLETE |
| 6008 | 2026-02-27T03:20:33.169Z | [ recovery-image] Feb 27 03:20:31.866 INFO O| Feb 27 03:20:31.866 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6009 | 2026-02-27T03:20:33.186Z | [ recovery-image] Feb 27 03:20:31.882 INFO O| Feb 27 03:20:31.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic" |
| 6010 | 2026-02-27T03:20:33.186Z | [ recovery-image] Feb 27 03:20:31.882 INFO O| Feb 27 03:20:31.882 INFO STEP 400 (remove_files) COMPLETE |
| 6011 | 2026-02-27T03:20:33.186Z | [ recovery-image] Feb 27 03:20:31.882 INFO O| Feb 27 03:20:31.882 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6012 | 2026-02-27T03:20:33.203Z | [ recovery-image] Feb 27 03:20:31.900 INFO O| Feb 27 03:20:31.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time" |
| 6013 | 2026-02-27T03:20:33.203Z | [ recovery-image] Feb 27 03:20:31.900 INFO O| Feb 27 03:20:31.900 INFO STEP 401 (remove_files) COMPLETE |
| 6014 | 2026-02-27T03:20:33.203Z | [ recovery-image] Feb 27 03:20:31.900 INFO O| Feb 27 03:20:31.900 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6015 | 2026-02-27T03:20:33.220Z | [ recovery-image] Feb 27 03:20:31.916 INFO O| Feb 27 03:20:31.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip" |
| 6016 | 2026-02-27T03:20:33.220Z | [ recovery-image] Feb 27 03:20:31.916 INFO O| Feb 27 03:20:31.916 INFO STEP 402 (remove_files) COMPLETE |
| 6017 | 2026-02-27T03:20:33.220Z | [ recovery-image] Feb 27 03:20:31.916 INFO O| Feb 27 03:20:31.916 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6018 | 2026-02-27T03:20:33.235Z | [ recovery-image] Feb 27 03:20:31.932 INFO O| Feb 27 03:20:31.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib" |
| 6019 | 2026-02-27T03:20:33.236Z | [ recovery-image] Feb 27 03:20:31.932 INFO O| Feb 27 03:20:31.932 INFO STEP 403 (remove_files) COMPLETE |
| 6020 | 2026-02-27T03:20:33.236Z | [ recovery-image] Feb 27 03:20:31.932 INFO O| Feb 27 03:20:31.932 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6021 | 2026-02-27T03:20:33.250Z | [ recovery-image] Feb 27 03:20:31.946 INFO O| Feb 27 03:20:31.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm" |
| 6022 | 2026-02-27T03:20:33.250Z | [ recovery-image] Feb 27 03:20:31.946 INFO O| Feb 27 03:20:31.946 INFO STEP 404 (remove_files) COMPLETE |
| 6023 | 2026-02-27T03:20:33.253Z | [ recovery-image] Feb 27 03:20:31.946 INFO O| Feb 27 03:20:31.946 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6024 | 2026-02-27T03:20:33.266Z | [ recovery-image] Feb 27 03:20:31.962 INFO O| Feb 27 03:20:31.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail" |
| 6025 | 2026-02-27T03:20:33.266Z | [ recovery-image] Feb 27 03:20:31.962 INFO O| Feb 27 03:20:31.962 INFO STEP 405 (remove_files) COMPLETE |
| 6026 | 2026-02-27T03:20:33.266Z | [ recovery-image] Feb 27 03:20:31.962 INFO O| Feb 27 03:20:31.962 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6027 | 2026-02-27T03:20:33.282Z | [ recovery-image] Feb 27 03:20:31.978 INFO O| Feb 27 03:20:31.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true" |
| 6028 | 2026-02-27T03:20:33.282Z | [ recovery-image] Feb 27 03:20:31.978 INFO O| Feb 27 03:20:31.978 INFO STEP 406 (remove_files) COMPLETE |
| 6029 | 2026-02-27T03:20:33.282Z | [ recovery-image] Feb 27 03:20:31.978 INFO O| Feb 27 03:20:31.978 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6030 | 2026-02-27T03:20:33.298Z | [ recovery-image] Feb 27 03:20:31.994 INFO O| Feb 27 03:20:31.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty" |
| 6031 | 2026-02-27T03:20:33.298Z | [ recovery-image] Feb 27 03:20:31.995 INFO O| Feb 27 03:20:31.994 INFO STEP 407 (remove_files) COMPLETE |
| 6032 | 2026-02-27T03:20:33.298Z | [ recovery-image] Feb 27 03:20:31.995 INFO O| Feb 27 03:20:31.995 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6033 | 2026-02-27T03:20:33.315Z | [ recovery-image] Feb 27 03:20:32.011 INFO O| Feb 27 03:20:32.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type" |
| 6034 | 2026-02-27T03:20:33.315Z | [ recovery-image] Feb 27 03:20:32.012 INFO O| Feb 27 03:20:32.012 INFO STEP 408 (remove_files) COMPLETE |
| 6035 | 2026-02-27T03:20:33.315Z | [ recovery-image] Feb 27 03:20:32.012 INFO O| Feb 27 03:20:32.012 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6036 | 2026-02-27T03:20:33.332Z | [ recovery-image] Feb 27 03:20:32.028 INFO O| Feb 27 03:20:32.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect" |
| 6037 | 2026-02-27T03:20:33.332Z | [ recovery-image] Feb 27 03:20:32.028 INFO O| Feb 27 03:20:32.028 INFO STEP 409 (remove_files) COMPLETE |
| 6038 | 2026-02-27T03:20:33.332Z | [ recovery-image] Feb 27 03:20:32.028 INFO O| Feb 27 03:20:32.028 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6039 | 2026-02-27T03:20:33.348Z | [ recovery-image] Feb 27 03:20:32.045 INFO O| Feb 27 03:20:32.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit" |
| 6040 | 2026-02-27T03:20:33.348Z | [ recovery-image] Feb 27 03:20:32.045 INFO O| Feb 27 03:20:32.045 INFO STEP 410 (remove_files) COMPLETE |
| 6041 | 2026-02-27T03:20:33.348Z | [ recovery-image] Feb 27 03:20:32.045 INFO O| Feb 27 03:20:32.045 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6042 | 2026-02-27T03:20:33.365Z | [ recovery-image] Feb 27 03:20:32.061 INFO O| Feb 27 03:20:32.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask" |
| 6043 | 2026-02-27T03:20:33.365Z | [ recovery-image] Feb 27 03:20:32.062 INFO O| Feb 27 03:20:32.062 INFO STEP 411 (remove_files) COMPLETE |
| 6044 | 2026-02-27T03:20:33.365Z | [ recovery-image] Feb 27 03:20:32.062 INFO O| Feb 27 03:20:32.062 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6045 | 2026-02-27T03:20:33.381Z | [ recovery-image] Feb 27 03:20:32.078 INFO O| Feb 27 03:20:32.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias" |
| 6046 | 2026-02-27T03:20:33.381Z | [ recovery-image] Feb 27 03:20:32.078 INFO O| Feb 27 03:20:32.078 INFO STEP 412 (remove_files) COMPLETE |
| 6047 | 2026-02-27T03:20:33.381Z | [ recovery-image] Feb 27 03:20:32.078 INFO O| Feb 27 03:20:32.078 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6048 | 2026-02-27T03:20:33.396Z | [ recovery-image] Feb 27 03:20:32.093 INFO O| Feb 27 03:20:32.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress" |
| 6049 | 2026-02-27T03:20:33.396Z | [ recovery-image] Feb 27 03:20:32.093 INFO O| Feb 27 03:20:32.093 INFO STEP 413 (remove_files) COMPLETE |
| 6050 | 2026-02-27T03:20:33.396Z | [ recovery-image] Feb 27 03:20:32.093 INFO O| Feb 27 03:20:32.093 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6051 | 2026-02-27T03:20:33.411Z | [ recovery-image] Feb 27 03:20:32.107 INFO O| Feb 27 03:20:32.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand" |
| 6052 | 2026-02-27T03:20:33.411Z | [ recovery-image] Feb 27 03:20:32.108 INFO O| Feb 27 03:20:32.107 INFO STEP 414 (remove_files) COMPLETE |
| 6053 | 2026-02-27T03:20:33.414Z | [ recovery-image] Feb 27 03:20:32.108 INFO O| Feb 27 03:20:32.108 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6054 | 2026-02-27T03:20:33.439Z | [ recovery-image] Feb 27 03:20:32.135 INFO O| Feb 27 03:20:32.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq" |
| 6055 | 2026-02-27T03:20:33.439Z | [ recovery-image] Feb 27 03:20:32.135 INFO O| Feb 27 03:20:32.135 INFO STEP 415 (remove_files) COMPLETE |
| 6056 | 2026-02-27T03:20:33.439Z | [ recovery-image] Feb 27 03:20:32.136 INFO O| Feb 27 03:20:32.135 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6057 | 2026-02-27T03:20:33.454Z | [ recovery-image] Feb 27 03:20:32.150 INFO O| Feb 27 03:20:32.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units" |
| 6058 | 2026-02-27T03:20:33.454Z | [ recovery-image] Feb 27 03:20:32.150 INFO O| Feb 27 03:20:32.150 INFO STEP 416 (remove_files) COMPLETE |
| 6059 | 2026-02-27T03:20:33.457Z | [ recovery-image] Feb 27 03:20:32.150 INFO O| Feb 27 03:20:32.150 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6060 | 2026-02-27T03:20:33.468Z | [ recovery-image] Feb 27 03:20:32.165 INFO O| Feb 27 03:20:32.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos" |
| 6061 | 2026-02-27T03:20:33.468Z | [ recovery-image] Feb 27 03:20:32.165 INFO O| Feb 27 03:20:32.165 INFO STEP 417 (remove_files) COMPLETE |
| 6062 | 2026-02-27T03:20:33.468Z | [ recovery-image] Feb 27 03:20:32.165 INFO O| Feb 27 03:20:32.165 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6063 | 2026-02-27T03:20:33.484Z | [ recovery-image] Feb 27 03:20:32.180 INFO O| Feb 27 03:20:32.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack" |
| 6064 | 2026-02-27T03:20:33.484Z | [ recovery-image] Feb 27 03:20:32.180 INFO O| Feb 27 03:20:32.180 INFO STEP 418 (remove_files) COMPLETE |
| 6065 | 2026-02-27T03:20:33.484Z | [ recovery-image] Feb 27 03:20:32.180 INFO O| Feb 27 03:20:32.180 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6066 | 2026-02-27T03:20:33.499Z | [ recovery-image] Feb 27 03:20:32.195 INFO O| Feb 27 03:20:32.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr" |
| 6067 | 2026-02-27T03:20:33.499Z | [ recovery-image] Feb 27 03:20:32.195 INFO O| Feb 27 03:20:32.195 INFO STEP 419 (remove_files) COMPLETE |
| 6068 | 2026-02-27T03:20:33.499Z | [ recovery-image] Feb 27 03:20:32.195 INFO O| Feb 27 03:20:32.195 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6069 | 2026-02-27T03:20:33.513Z | [ recovery-image] Feb 27 03:20:32.209 INFO O| Feb 27 03:20:32.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode" |
| 6070 | 2026-02-27T03:20:33.513Z | [ recovery-image] Feb 27 03:20:32.209 INFO O| Feb 27 03:20:32.209 INFO STEP 420 (remove_files) COMPLETE |
| 6071 | 2026-02-27T03:20:33.513Z | [ recovery-image] Feb 27 03:20:32.209 INFO O| Feb 27 03:20:32.209 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6072 | 2026-02-27T03:20:33.528Z | [ recovery-image] Feb 27 03:20:32.224 INFO O| Feb 27 03:20:32.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode" |
| 6073 | 2026-02-27T03:20:33.528Z | [ recovery-image] Feb 27 03:20:32.225 INFO O| Feb 27 03:20:32.225 INFO STEP 421 (remove_files) COMPLETE |
| 6074 | 2026-02-27T03:20:33.528Z | [ recovery-image] Feb 27 03:20:32.225 INFO O| Feb 27 03:20:32.225 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6075 | 2026-02-27T03:20:33.543Z | [ recovery-image] Feb 27 03:20:32.239 INFO O| Feb 27 03:20:32.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen" |
| 6076 | 2026-02-27T03:20:33.546Z | [ recovery-image] Feb 27 03:20:32.239 INFO O| Feb 27 03:20:32.239 INFO STEP 422 (remove_files) COMPLETE |
| 6077 | 2026-02-27T03:20:33.546Z | [ recovery-image] Feb 27 03:20:32.239 INFO O| Feb 27 03:20:32.239 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6078 | 2026-02-27T03:20:33.557Z | [ recovery-image] Feb 27 03:20:32.253 INFO O| Feb 27 03:20:32.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit" |
| 6079 | 2026-02-27T03:20:33.557Z | [ recovery-image] Feb 27 03:20:32.253 INFO O| Feb 27 03:20:32.253 INFO STEP 423 (remove_files) COMPLETE |
| 6080 | 2026-02-27T03:20:33.557Z | [ recovery-image] Feb 27 03:20:32.253 INFO O| Feb 27 03:20:32.253 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6081 | 2026-02-27T03:20:33.573Z | [ recovery-image] Feb 27 03:20:32.269 INFO O| Feb 27 03:20:32.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim" |
| 6082 | 2026-02-27T03:20:33.573Z | [ recovery-image] Feb 27 03:20:32.270 INFO O| Feb 27 03:20:32.269 INFO STEP 424 (remove_files) COMPLETE |
| 6083 | 2026-02-27T03:20:33.573Z | [ recovery-image] Feb 27 03:20:32.270 INFO O| Feb 27 03:20:32.270 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6084 | 2026-02-27T03:20:33.590Z | [ recovery-image] Feb 27 03:20:32.287 INFO O| Feb 27 03:20:32.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor" |
| 6085 | 2026-02-27T03:20:33.590Z | [ recovery-image] Feb 27 03:20:32.287 INFO O| Feb 27 03:20:32.287 INFO STEP 425 (remove_files) COMPLETE |
| 6086 | 2026-02-27T03:20:33.590Z | [ recovery-image] Feb 27 03:20:32.287 INFO O| Feb 27 03:20:32.287 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6087 | 2026-02-27T03:20:33.608Z | [ recovery-image] Feb 27 03:20:32.304 INFO O| Feb 27 03:20:32.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat" |
| 6088 | 2026-02-27T03:20:33.612Z | [ recovery-image] Feb 27 03:20:32.305 INFO O| Feb 27 03:20:32.304 INFO STEP 426 (remove_files) COMPLETE |
| 6089 | 2026-02-27T03:20:33.612Z | [ recovery-image] Feb 27 03:20:32.305 INFO O| Feb 27 03:20:32.305 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6090 | 2026-02-27T03:20:33.626Z | [ recovery-image] Feb 27 03:20:32.322 INFO O| Feb 27 03:20:32.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt" |
| 6091 | 2026-02-27T03:20:33.626Z | [ recovery-image] Feb 27 03:20:32.323 INFO O| Feb 27 03:20:32.323 INFO STEP 427 (remove_files) COMPLETE |
| 6092 | 2026-02-27T03:20:33.626Z | [ recovery-image] Feb 27 03:20:32.323 INFO O| Feb 27 03:20:32.323 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6093 | 2026-02-27T03:20:33.644Z | [ recovery-image] Feb 27 03:20:32.340 INFO O| Feb 27 03:20:32.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w" |
| 6094 | 2026-02-27T03:20:33.644Z | [ recovery-image] Feb 27 03:20:32.340 INFO O| Feb 27 03:20:32.340 INFO STEP 428 (remove_files) COMPLETE |
| 6095 | 2026-02-27T03:20:33.644Z | [ recovery-image] Feb 27 03:20:32.340 INFO O| Feb 27 03:20:32.340 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6096 | 2026-02-27T03:20:33.662Z | [ recovery-image] Feb 27 03:20:32.358 INFO O| Feb 27 03:20:32.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait" |
| 6097 | 2026-02-27T03:20:33.662Z | [ recovery-image] Feb 27 03:20:32.358 INFO O| Feb 27 03:20:32.358 INFO STEP 429 (remove_files) COMPLETE |
| 6098 | 2026-02-27T03:20:33.662Z | [ recovery-image] Feb 27 03:20:32.358 INFO O| Feb 27 03:20:32.358 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6099 | 2026-02-27T03:20:33.677Z | [ recovery-image] Feb 27 03:20:32.373 INFO O| Feb 27 03:20:32.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch" |
| 6100 | 2026-02-27T03:20:33.680Z | [ recovery-image] Feb 27 03:20:32.374 INFO O| Feb 27 03:20:32.374 INFO STEP 430 (remove_files) COMPLETE |
| 6101 | 2026-02-27T03:20:33.681Z | [ recovery-image] Feb 27 03:20:32.374 INFO O| Feb 27 03:20:32.374 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6102 | 2026-02-27T03:20:33.692Z | [ recovery-image] Feb 27 03:20:32.389 INFO O| Feb 27 03:20:32.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc" |
| 6103 | 2026-02-27T03:20:33.693Z | [ recovery-image] Feb 27 03:20:32.389 INFO O| Feb 27 03:20:32.389 INFO STEP 431 (remove_files) COMPLETE |
| 6104 | 2026-02-27T03:20:33.696Z | [ recovery-image] Feb 27 03:20:32.389 INFO O| Feb 27 03:20:32.389 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6105 | 2026-02-27T03:20:33.706Z | [ recovery-image] Feb 27 03:20:32.403 INFO O| Feb 27 03:20:32.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which" |
| 6106 | 2026-02-27T03:20:33.706Z | [ recovery-image] Feb 27 03:20:32.403 INFO O| Feb 27 03:20:32.403 INFO STEP 432 (remove_files) COMPLETE |
| 6107 | 2026-02-27T03:20:33.706Z | [ recovery-image] Feb 27 03:20:32.403 INFO O| Feb 27 03:20:32.403 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6108 | 2026-02-27T03:20:33.721Z | [ recovery-image] Feb 27 03:20:32.418 INFO O| Feb 27 03:20:32.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls" |
| 6109 | 2026-02-27T03:20:33.721Z | [ recovery-image] Feb 27 03:20:32.418 INFO O| Feb 27 03:20:32.418 INFO STEP 433 (remove_files) COMPLETE |
| 6110 | 2026-02-27T03:20:33.721Z | [ recovery-image] Feb 27 03:20:32.418 INFO O| Feb 27 03:20:32.418 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6111 | 2026-02-27T03:20:33.782Z | [ recovery-image] Feb 27 03:20:32.432 INFO O| Feb 27 03:20:32.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct" |
| 6112 | 2026-02-27T03:20:33.782Z | [ recovery-image] Feb 27 03:20:32.432 INFO O| Feb 27 03:20:32.432 INFO STEP 434 (remove_files) COMPLETE |
| 6113 | 2026-02-27T03:20:33.782Z | [ recovery-image] Feb 27 03:20:32.432 INFO O| Feb 27 03:20:32.432 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6114 | 2026-02-27T03:20:33.782Z | [ recovery-image] Feb 27 03:20:32.446 INFO O| Feb 27 03:20:32.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write" |
| 6115 | 2026-02-27T03:20:33.782Z | [ recovery-image] Feb 27 03:20:32.447 INFO O| Feb 27 03:20:32.447 INFO STEP 435 (remove_files) COMPLETE |
| 6116 | 2026-02-27T03:20:33.782Z | [ recovery-image] Feb 27 03:20:32.447 INFO O| Feb 27 03:20:32.447 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6117 | 2026-02-27T03:20:33.782Z | [ recovery-image] Feb 27 03:20:32.461 INFO O| Feb 27 03:20:32.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs" |
| 6118 | 2026-02-27T03:20:33.782Z | [ recovery-image] Feb 27 03:20:32.461 INFO O| Feb 27 03:20:32.461 INFO STEP 436 (remove_files) COMPLETE |
| 6119 | 2026-02-27T03:20:33.782Z | [ recovery-image] Feb 27 03:20:32.461 INFO O| Feb 27 03:20:32.461 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6120 | 2026-02-27T03:20:33.782Z | [ recovery-image] Feb 27 03:20:32.475 INFO O| Feb 27 03:20:32.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config" |
| 6121 | 2026-02-27T03:20:33.782Z | [ recovery-image] Feb 27 03:20:32.475 INFO O| Feb 27 03:20:32.475 INFO STEP 437 (remove_files) COMPLETE |
| 6122 | 2026-02-27T03:20:33.782Z | [ recovery-image] Feb 27 03:20:32.475 INFO O| Feb 27 03:20:32.475 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6123 | 2026-02-27T03:20:33.794Z | [ recovery-image] Feb 27 03:20:32.491 INFO O| Feb 27 03:20:32.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog" |
| 6124 | 2026-02-27T03:20:33.794Z | [ recovery-image] Feb 27 03:20:32.491 INFO O| Feb 27 03:20:32.491 INFO STEP 438 (remove_files) COMPLETE |
| 6125 | 2026-02-27T03:20:33.794Z | [ recovery-image] Feb 27 03:20:32.491 INFO O| Feb 27 03:20:32.491 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6126 | 2026-02-27T03:20:33.808Z | [ recovery-image] Feb 27 03:20:32.504 INFO O| Feb 27 03:20:32.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint" |
| 6127 | 2026-02-27T03:20:33.808Z | [ recovery-image] Feb 27 03:20:32.505 INFO O| Feb 27 03:20:32.505 INFO STEP 439 (remove_files) COMPLETE |
| 6128 | 2026-02-27T03:20:33.808Z | [ recovery-image] Feb 27 03:20:32.505 INFO O| Feb 27 03:20:32.505 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6129 | 2026-02-27T03:20:33.823Z | [ recovery-image] Feb 27 03:20:32.519 INFO O| Feb 27 03:20:32.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf" |
| 6130 | 2026-02-27T03:20:33.823Z | [ recovery-image] Feb 27 03:20:32.519 INFO O| Feb 27 03:20:32.519 INFO STEP 440 (remove_files) COMPLETE |
| 6131 | 2026-02-27T03:20:33.823Z | [ recovery-image] Feb 27 03:20:32.519 INFO O| Feb 27 03:20:32.519 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6132 | 2026-02-27T03:20:33.836Z | [ recovery-image] Feb 27 03:20:32.533 INFO O| Feb 27 03:20:32.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr" |
| 6133 | 2026-02-27T03:20:33.837Z | [ recovery-image] Feb 27 03:20:32.533 INFO O| Feb 27 03:20:32.533 INFO STEP 441 (remove_files) COMPLETE |
| 6134 | 2026-02-27T03:20:33.837Z | [ recovery-image] Feb 27 03:20:32.533 INFO O| Feb 27 03:20:32.533 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6135 | 2026-02-27T03:20:33.851Z | [ recovery-image] Feb 27 03:20:32.547 INFO O| Feb 27 03:20:32.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd" |
| 6136 | 2026-02-27T03:20:33.851Z | [ recovery-image] Feb 27 03:20:32.547 INFO O| Feb 27 03:20:32.547 INFO STEP 442 (remove_files) COMPLETE |
| 6137 | 2026-02-27T03:20:33.851Z | [ recovery-image] Feb 27 03:20:32.547 INFO O| Feb 27 03:20:32.547 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6138 | 2026-02-27T03:20:33.865Z | [ recovery-image] Feb 27 03:20:32.561 INFO O| Feb 27 03:20:32.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz" |
| 6139 | 2026-02-27T03:20:33.865Z | [ recovery-image] Feb 27 03:20:32.561 INFO O| Feb 27 03:20:32.561 INFO STEP 443 (remove_files) COMPLETE |
| 6140 | 2026-02-27T03:20:33.868Z | [ recovery-image] Feb 27 03:20:32.561 INFO O| Feb 27 03:20:32.561 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6141 | 2026-02-27T03:20:33.879Z | [ recovery-image] Feb 27 03:20:32.575 INFO O| Feb 27 03:20:32.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec" |
| 6142 | 2026-02-27T03:20:33.879Z | [ recovery-image] Feb 27 03:20:32.575 INFO O| Feb 27 03:20:32.575 INFO STEP 444 (remove_files) COMPLETE |
| 6143 | 2026-02-27T03:20:33.879Z | [ recovery-image] Feb 27 03:20:32.575 INFO O| Feb 27 03:20:32.575 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6144 | 2026-02-27T03:20:33.891Z | [ recovery-image] Feb 27 03:20:32.587 INFO O| Feb 27 03:20:32.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff" |
| 6145 | 2026-02-27T03:20:33.891Z | [ recovery-image] Feb 27 03:20:32.588 INFO O| Feb 27 03:20:32.588 INFO STEP 445 (remove_files) COMPLETE |
| 6146 | 2026-02-27T03:20:33.891Z | [ recovery-image] Feb 27 03:20:32.588 INFO O| Feb 27 03:20:32.588 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6147 | 2026-02-27T03:20:33.905Z | [ recovery-image] Feb 27 03:20:32.601 INFO O| Feb 27 03:20:32.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep" |
| 6148 | 2026-02-27T03:20:33.905Z | [ recovery-image] Feb 27 03:20:32.602 INFO O| Feb 27 03:20:32.601 INFO STEP 446 (remove_files) COMPLETE |
| 6149 | 2026-02-27T03:20:33.905Z | [ recovery-image] Feb 27 03:20:32.602 INFO O| Feb 27 03:20:32.602 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6150 | 2026-02-27T03:20:33.920Z | [ recovery-image] Feb 27 03:20:32.616 INFO O| Feb 27 03:20:32.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless" |
| 6151 | 2026-02-27T03:20:33.923Z | [ recovery-image] Feb 27 03:20:32.616 INFO O| Feb 27 03:20:32.616 INFO STEP 447 (remove_files) COMPLETE |
| 6152 | 2026-02-27T03:20:33.923Z | [ recovery-image] Feb 27 03:20:32.616 INFO O| Feb 27 03:20:32.616 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6153 | 2026-02-27T03:20:33.935Z | [ recovery-image] Feb 27 03:20:32.631 INFO O| Feb 27 03:20:32.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore" |
| 6154 | 2026-02-27T03:20:33.935Z | [ recovery-image] Feb 27 03:20:32.631 INFO O| Feb 27 03:20:32.631 INFO STEP 448 (remove_files) COMPLETE |
| 6155 | 2026-02-27T03:20:33.935Z | [ recovery-image] Feb 27 03:20:32.631 INFO O| Feb 27 03:20:32.631 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6156 | 2026-02-27T03:20:33.950Z | [ recovery-image] Feb 27 03:20:32.647 INFO O| Feb 27 03:20:32.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes" |
| 6157 | 2026-02-27T03:20:33.950Z | [ recovery-image] Feb 27 03:20:32.647 INFO O| Feb 27 03:20:32.647 INFO STEP 449 (remove_files) COMPLETE |
| 6158 | 2026-02-27T03:20:33.950Z | [ recovery-image] Feb 27 03:20:32.647 INFO O| Feb 27 03:20:32.647 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6159 | 2026-02-27T03:20:33.965Z | [ recovery-image] Feb 27 03:20:32.662 INFO O| Feb 27 03:20:32.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat" |
| 6160 | 2026-02-27T03:20:33.966Z | [ recovery-image] Feb 27 03:20:32.662 INFO O| Feb 27 03:20:32.662 INFO STEP 450 (remove_files) COMPLETE |
| 6161 | 2026-02-27T03:20:33.966Z | [ recovery-image] Feb 27 03:20:32.662 INFO O| Feb 27 03:20:32.662 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6162 | 2026-02-27T03:20:33.980Z | [ recovery-image] Feb 27 03:20:32.676 INFO O| Feb 27 03:20:32.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat" |
| 6163 | 2026-02-27T03:20:33.980Z | [ recovery-image] Feb 27 03:20:32.676 INFO O| Feb 27 03:20:32.676 INFO STEP 451 (remove_files) COMPLETE |
| 6164 | 2026-02-27T03:20:33.980Z | [ recovery-image] Feb 27 03:20:32.676 INFO O| Feb 27 03:20:32.676 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6165 | 2026-02-27T03:20:33.995Z | [ recovery-image] Feb 27 03:20:32.691 INFO O| Feb 27 03:20:32.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd" |
| 6166 | 2026-02-27T03:20:33.998Z | [ recovery-image] Feb 27 03:20:32.691 INFO O| Feb 27 03:20:32.691 INFO STEP 452 (remove_files) COMPLETE |
| 6167 | 2026-02-27T03:20:33.998Z | [ recovery-image] Feb 27 03:20:32.691 INFO O| Feb 27 03:20:32.691 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6168 | 2026-02-27T03:20:34.011Z | [ recovery-image] Feb 27 03:20:32.706 INFO O| Feb 27 03:20:32.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep" |
| 6169 | 2026-02-27T03:20:34.014Z | [ recovery-image] Feb 27 03:20:32.707 INFO O| Feb 27 03:20:32.707 INFO STEP 453 (remove_files) COMPLETE |
| 6170 | 2026-02-27T03:20:34.014Z | [ recovery-image] Feb 27 03:20:32.707 INFO O| Feb 27 03:20:32.707 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6171 | 2026-02-27T03:20:34.026Z | [ recovery-image] Feb 27 03:20:32.722 INFO O| Feb 27 03:20:32.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless" |
| 6172 | 2026-02-27T03:20:34.029Z | [ recovery-image] Feb 27 03:20:32.723 INFO O| Feb 27 03:20:32.723 INFO STEP 454 (remove_files) COMPLETE |
| 6173 | 2026-02-27T03:20:34.029Z | [ recovery-image] Feb 27 03:20:32.723 INFO O| Feb 27 03:20:32.723 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6174 | 2026-02-27T03:20:34.042Z | [ recovery-image] Feb 27 03:20:32.738 INFO O| Feb 27 03:20:32.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
| 6175 | 2026-02-27T03:20:34.042Z | [ recovery-image] Feb 27 03:20:32.738 INFO O| Feb 27 03:20:32.738 INFO STEP 455 (remove_files) COMPLETE |
| 6176 | 2026-02-27T03:20:34.045Z | [ recovery-image] Feb 27 03:20:32.738 INFO O| Feb 27 03:20:32.738 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6177 | 2026-02-27T03:20:34.056Z | [ recovery-image] Feb 27 03:20:32.753 INFO O| Feb 27 03:20:32.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
| 6178 | 2026-02-27T03:20:34.056Z | [ recovery-image] Feb 27 03:20:32.753 INFO O| Feb 27 03:20:32.753 INFO STEP 456 (remove_files) COMPLETE |
| 6179 | 2026-02-27T03:20:34.056Z | [ recovery-image] Feb 27 03:20:32.753 INFO O| Feb 27 03:20:32.753 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6180 | 2026-02-27T03:20:34.072Z | [ recovery-image] Feb 27 03:20:32.768 INFO O| Feb 27 03:20:32.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
| 6181 | 2026-02-27T03:20:34.072Z | [ recovery-image] Feb 27 03:20:32.768 INFO O| Feb 27 03:20:32.768 INFO STEP 457 (remove_files) COMPLETE |
| 6182 | 2026-02-27T03:20:34.072Z | [ recovery-image] Feb 27 03:20:32.768 INFO O| Feb 27 03:20:32.768 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6183 | 2026-02-27T03:20:34.087Z | [ recovery-image] Feb 27 03:20:32.783 INFO O| Feb 27 03:20:32.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
| 6184 | 2026-02-27T03:20:34.090Z | [ recovery-image] Feb 27 03:20:32.784 INFO O| Feb 27 03:20:32.784 INFO STEP 458 (remove_files) COMPLETE |
| 6185 | 2026-02-27T03:20:34.090Z | [ recovery-image] Feb 27 03:20:32.784 INFO O| Feb 27 03:20:32.784 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6186 | 2026-02-27T03:20:34.102Z | [ recovery-image] Feb 27 03:20:32.798 INFO O| Feb 27 03:20:32.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
| 6187 | 2026-02-27T03:20:34.102Z | [ recovery-image] Feb 27 03:20:32.799 INFO O| Feb 27 03:20:32.798 INFO STEP 459 (remove_files) COMPLETE |
| 6188 | 2026-02-27T03:20:34.102Z | [ recovery-image] Feb 27 03:20:32.799 INFO O| Feb 27 03:20:32.799 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6189 | 2026-02-27T03:20:34.116Z | [ recovery-image] Feb 27 03:20:32.812 INFO O| Feb 27 03:20:32.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
| 6190 | 2026-02-27T03:20:34.116Z | [ recovery-image] Feb 27 03:20:32.813 INFO O| Feb 27 03:20:32.813 INFO STEP 460 (remove_files) COMPLETE |
| 6191 | 2026-02-27T03:20:34.116Z | [ recovery-image] Feb 27 03:20:32.813 INFO O| Feb 27 03:20:32.813 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6192 | 2026-02-27T03:20:34.130Z | [ recovery-image] Feb 27 03:20:32.826 INFO O| Feb 27 03:20:32.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
| 6193 | 2026-02-27T03:20:34.130Z | [ recovery-image] Feb 27 03:20:32.826 INFO O| Feb 27 03:20:32.826 INFO STEP 461 (remove_files) COMPLETE |
| 6194 | 2026-02-27T03:20:34.130Z | [ recovery-image] Feb 27 03:20:32.826 INFO O| Feb 27 03:20:32.826 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6195 | 2026-02-27T03:20:34.145Z | [ recovery-image] Feb 27 03:20:32.840 INFO O| Feb 27 03:20:32.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
| 6196 | 2026-02-27T03:20:34.145Z | [ recovery-image] Feb 27 03:20:32.840 INFO O| Feb 27 03:20:32.840 INFO STEP 462 (remove_files) COMPLETE |
| 6197 | 2026-02-27T03:20:34.145Z | [ recovery-image] Feb 27 03:20:32.840 INFO O| Feb 27 03:20:32.840 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6198 | 2026-02-27T03:20:34.157Z | [ recovery-image] Feb 27 03:20:32.853 INFO O| Feb 27 03:20:32.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
| 6199 | 2026-02-27T03:20:34.162Z | [ recovery-image] Feb 27 03:20:32.854 INFO O| Feb 27 03:20:32.854 INFO STEP 463 (remove_files) COMPLETE |
| 6200 | 2026-02-27T03:20:34.162Z | [ recovery-image] Feb 27 03:20:32.854 INFO O| Feb 27 03:20:32.854 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6201 | 2026-02-27T03:20:34.172Z | [ recovery-image] Feb 27 03:20:32.867 INFO O| Feb 27 03:20:32.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
| 6202 | 2026-02-27T03:20:34.172Z | [ recovery-image] Feb 27 03:20:32.867 INFO O| Feb 27 03:20:32.867 INFO STEP 464 (remove_files) COMPLETE |
| 6203 | 2026-02-27T03:20:34.172Z | [ recovery-image] Feb 27 03:20:32.867 INFO O| Feb 27 03:20:32.867 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6204 | 2026-02-27T03:20:34.184Z | [ recovery-image] Feb 27 03:20:32.881 INFO O| Feb 27 03:20:32.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
| 6205 | 2026-02-27T03:20:34.184Z | [ recovery-image] Feb 27 03:20:32.881 INFO O| Feb 27 03:20:32.881 INFO STEP 465 (remove_files) COMPLETE |
| 6206 | 2026-02-27T03:20:34.184Z | [ recovery-image] Feb 27 03:20:32.881 INFO O| Feb 27 03:20:32.881 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6207 | 2026-02-27T03:20:34.198Z | [ recovery-image] Feb 27 03:20:32.895 INFO O| Feb 27 03:20:32.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
| 6208 | 2026-02-27T03:20:34.199Z | [ recovery-image] Feb 27 03:20:32.895 INFO O| Feb 27 03:20:32.895 INFO STEP 466 (remove_files) COMPLETE |
| 6209 | 2026-02-27T03:20:34.199Z | [ recovery-image] Feb 27 03:20:32.895 INFO O| Feb 27 03:20:32.895 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6210 | 2026-02-27T03:20:34.213Z | [ recovery-image] Feb 27 03:20:32.909 INFO O| Feb 27 03:20:32.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9" |
| 6211 | 2026-02-27T03:20:34.213Z | [ recovery-image] Feb 27 03:20:32.909 INFO O| Feb 27 03:20:32.909 INFO STEP 467 (remove_files) COMPLETE |
| 6212 | 2026-02-27T03:20:34.213Z | [ recovery-image] Feb 27 03:20:32.909 INFO O| Feb 27 03:20:32.909 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6213 | 2026-02-27T03:20:34.227Z | [ recovery-image] Feb 27 03:20:32.924 INFO O| Feb 27 03:20:32.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
| 6214 | 2026-02-27T03:20:34.228Z | [ recovery-image] Feb 27 03:20:32.924 INFO O| Feb 27 03:20:32.924 INFO STEP 468 (remove_files) COMPLETE |
| 6215 | 2026-02-27T03:20:34.228Z | [ recovery-image] Feb 27 03:20:32.924 INFO O| Feb 27 03:20:32.924 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6216 | 2026-02-27T03:20:34.242Z | [ recovery-image] Feb 27 03:20:32.938 INFO O| Feb 27 03:20:32.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
| 6217 | 2026-02-27T03:20:34.243Z | [ recovery-image] Feb 27 03:20:32.938 INFO O| Feb 27 03:20:32.938 INFO STEP 469 (remove_files) COMPLETE |
| 6218 | 2026-02-27T03:20:34.243Z | [ recovery-image] Feb 27 03:20:32.938 INFO O| Feb 27 03:20:32.938 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6219 | 2026-02-27T03:20:34.256Z | [ recovery-image] Feb 27 03:20:32.953 INFO O| Feb 27 03:20:32.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags" |
| 6220 | 2026-02-27T03:20:34.257Z | [ recovery-image] Feb 27 03:20:32.953 INFO O| Feb 27 03:20:32.953 INFO STEP 470 (remove_files) COMPLETE |
| 6221 | 2026-02-27T03:20:34.257Z | [ recovery-image] Feb 27 03:20:32.953 INFO O| Feb 27 03:20:32.953 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6222 | 2026-02-27T03:20:34.271Z | [ recovery-image] Feb 27 03:20:32.967 INFO O| Feb 27 03:20:32.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit" |
| 6223 | 2026-02-27T03:20:34.271Z | [ recovery-image] Feb 27 03:20:32.968 INFO O| Feb 27 03:20:32.968 INFO STEP 471 (remove_files) COMPLETE |
| 6224 | 2026-02-27T03:20:34.271Z | [ recovery-image] Feb 27 03:20:32.968 INFO O| Feb 27 03:20:32.968 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6225 | 2026-02-27T03:20:34.286Z | [ recovery-image] Feb 27 03:20:32.982 INFO O| Feb 27 03:20:32.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex" |
| 6226 | 2026-02-27T03:20:34.286Z | [ recovery-image] Feb 27 03:20:32.982 INFO O| Feb 27 03:20:32.982 INFO STEP 472 (remove_files) COMPLETE |
| 6227 | 2026-02-27T03:20:34.290Z | [ recovery-image] Feb 27 03:20:32.982 INFO O| Feb 27 03:20:32.982 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6228 | 2026-02-27T03:20:34.301Z | [ recovery-image] Feb 27 03:20:32.997 INFO O| Feb 27 03:20:32.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh" |
| 6229 | 2026-02-27T03:20:34.301Z | [ recovery-image] Feb 27 03:20:32.997 INFO O| Feb 27 03:20:32.997 INFO STEP 473 (remove_files) COMPLETE |
| 6230 | 2026-02-27T03:20:34.301Z | [ recovery-image] Feb 27 03:20:32.997 INFO O| Feb 27 03:20:32.997 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6231 | 2026-02-27T03:20:34.316Z | [ recovery-image] Feb 27 03:20:33.011 INFO O| Feb 27 03:20:33.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh" |
| 6232 | 2026-02-27T03:20:34.316Z | [ recovery-image] Feb 27 03:20:33.011 INFO O| Feb 27 03:20:33.011 INFO STEP 474 (remove_files) COMPLETE |
| 6233 | 2026-02-27T03:20:34.316Z | [ recovery-image] Feb 27 03:20:33.011 INFO O| Feb 27 03:20:33.011 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6234 | 2026-02-27T03:20:34.329Z | [ recovery-image] Feb 27 03:20:33.025 INFO O| Feb 27 03:20:33.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit" |
| 6235 | 2026-02-27T03:20:34.329Z | [ recovery-image] Feb 27 03:20:33.025 INFO O| Feb 27 03:20:33.025 INFO STEP 475 (remove_files) COMPLETE |
| 6236 | 2026-02-27T03:20:34.329Z | [ recovery-image] Feb 27 03:20:33.025 INFO O| Feb 27 03:20:33.025 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6237 | 2026-02-27T03:20:34.343Z | [ recovery-image] Feb 27 03:20:33.039 INFO O| Feb 27 03:20:33.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi" |
| 6238 | 2026-02-27T03:20:34.343Z | [ recovery-image] Feb 27 03:20:33.039 INFO O| Feb 27 03:20:33.039 INFO STEP 476 (remove_files) COMPLETE |
| 6239 | 2026-02-27T03:20:34.343Z | [ recovery-image] Feb 27 03:20:33.039 INFO O| Feb 27 03:20:33.039 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6240 | 2026-02-27T03:20:34.357Z | [ recovery-image] Feb 27 03:20:33.053 INFO O| Feb 27 03:20:33.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view" |
| 6241 | 2026-02-27T03:20:34.357Z | [ recovery-image] Feb 27 03:20:33.053 INFO O| Feb 27 03:20:33.053 INFO STEP 477 (remove_files) COMPLETE |
| 6242 | 2026-02-27T03:20:34.357Z | [ recovery-image] Feb 27 03:20:33.053 INFO O| Feb 27 03:20:33.053 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6243 | 2026-02-27T03:20:34.370Z | [ recovery-image] Feb 27 03:20:33.067 INFO O| Feb 27 03:20:33.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux" |
| 6244 | 2026-02-27T03:20:34.374Z | [ recovery-image] Feb 27 03:20:33.067 INFO O| Feb 27 03:20:33.067 INFO STEP 478 (remove_files) COMPLETE |
| 6245 | 2026-02-27T03:20:34.374Z | [ recovery-image] Feb 27 03:20:33.067 INFO O| Feb 27 03:20:33.067 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6246 | 2026-02-27T03:20:34.385Z | [ recovery-image] Feb 27 03:20:33.081 INFO O| Feb 27 03:20:33.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool" |
| 6247 | 2026-02-27T03:20:34.389Z | [ recovery-image] Feb 27 03:20:33.082 INFO O| Feb 27 03:20:33.081 INFO STEP 479 (remove_files) COMPLETE |
| 6248 | 2026-02-27T03:20:34.389Z | [ recovery-image] Feb 27 03:20:33.082 INFO O| Feb 27 03:20:33.082 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6249 | 2026-02-27T03:20:34.399Z | [ recovery-image] Feb 27 03:20:33.095 INFO O| Feb 27 03:20:33.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt" |
| 6250 | 2026-02-27T03:20:34.399Z | [ recovery-image] Feb 27 03:20:33.095 INFO O| Feb 27 03:20:33.095 INFO STEP 480 (remove_files) COMPLETE |
| 6251 | 2026-02-27T03:20:34.399Z | [ recovery-image] Feb 27 03:20:33.095 INFO O| Feb 27 03:20:33.095 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6252 | 2026-02-27T03:20:34.413Z | [ recovery-image] Feb 27 03:20:33.109 INFO O| Feb 27 03:20:33.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm" |
| 6253 | 2026-02-27T03:20:34.413Z | [ recovery-image] Feb 27 03:20:33.109 INFO O| Feb 27 03:20:33.109 INFO STEP 481 (remove_files) COMPLETE |
| 6254 | 2026-02-27T03:20:34.413Z | [ recovery-image] Feb 27 03:20:33.109 INFO O| Feb 27 03:20:33.109 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6255 | 2026-02-27T03:20:34.428Z | [ recovery-image] Feb 27 03:20:33.124 INFO O| Feb 27 03:20:33.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts" |
| 6256 | 2026-02-27T03:20:34.428Z | [ recovery-image] Feb 27 03:20:33.125 INFO O| Feb 27 03:20:33.125 INFO STEP 482 (remove_files) COMPLETE |
| 6257 | 2026-02-27T03:20:34.428Z | [ recovery-image] Feb 27 03:20:33.125 INFO O| Feb 27 03:20:33.125 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6258 | 2026-02-27T03:20:34.443Z | [ recovery-image] Feb 27 03:20:33.139 INFO O| Feb 27 03:20:33.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm" |
| 6259 | 2026-02-27T03:20:34.443Z | [ recovery-image] Feb 27 03:20:33.139 INFO O| Feb 27 03:20:33.139 INFO STEP 483 (remove_files) COMPLETE |
| 6260 | 2026-02-27T03:20:34.443Z | [ recovery-image] Feb 27 03:20:33.139 INFO O| Feb 27 03:20:33.139 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6261 | 2026-02-27T03:20:34.458Z | [ recovery-image] Feb 27 03:20:33.154 INFO O| Feb 27 03:20:33.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons" |
| 6262 | 2026-02-27T03:20:34.461Z | [ recovery-image] Feb 27 03:20:33.154 INFO O| Feb 27 03:20:33.154 INFO STEP 484 (remove_files) COMPLETE |
| 6263 | 2026-02-27T03:20:34.461Z | [ recovery-image] Feb 27 03:20:33.154 INFO O| Feb 27 03:20:33.154 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6264 | 2026-02-27T03:20:34.472Z | [ recovery-image] Feb 27 03:20:33.169 INFO O| Feb 27 03:20:33.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf" |
| 6265 | 2026-02-27T03:20:34.478Z | [ recovery-image] Feb 27 03:20:33.169 INFO O| Feb 27 03:20:33.169 INFO STEP 485 (remove_files) COMPLETE |
| 6266 | 2026-02-27T03:20:34.481Z | [ recovery-image] Feb 27 03:20:33.169 INFO O| Feb 27 03:20:33.169 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6267 | 2026-02-27T03:20:34.488Z | [ recovery-image] Feb 27 03:20:33.184 INFO O| Feb 27 03:20:33.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf" |
| 6268 | 2026-02-27T03:20:34.488Z | [ recovery-image] Feb 27 03:20:33.184 INFO O| Feb 27 03:20:33.184 INFO STEP 486 (remove_files) COMPLETE |
| 6269 | 2026-02-27T03:20:34.491Z | [ recovery-image] Feb 27 03:20:33.184 INFO O| Feb 27 03:20:33.184 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6270 | 2026-02-27T03:20:34.502Z | [ recovery-image] Feb 27 03:20:33.198 INFO O| Feb 27 03:20:33.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf" |
| 6271 | 2026-02-27T03:20:34.502Z | [ recovery-image] Feb 27 03:20:33.198 INFO O| Feb 27 03:20:33.198 INFO STEP 487 (remove_files) COMPLETE |
| 6272 | 2026-02-27T03:20:34.505Z | [ recovery-image] Feb 27 03:20:33.198 INFO O| Feb 27 03:20:33.198 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6273 | 2026-02-27T03:20:34.515Z | [ recovery-image] Feb 27 03:20:33.211 INFO O| Feb 27 03:20:33.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf" |
| 6274 | 2026-02-27T03:20:34.515Z | [ recovery-image] Feb 27 03:20:33.211 INFO O| Feb 27 03:20:33.211 INFO STEP 488 (remove_files) COMPLETE |
| 6275 | 2026-02-27T03:20:34.515Z | [ recovery-image] Feb 27 03:20:33.211 INFO O| Feb 27 03:20:33.211 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6276 | 2026-02-27T03:20:34.530Z | [ recovery-image] Feb 27 03:20:33.226 INFO O| Feb 27 03:20:33.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf" |
| 6277 | 2026-02-27T03:20:34.530Z | [ recovery-image] Feb 27 03:20:33.226 INFO O| Feb 27 03:20:33.226 INFO STEP 489 (remove_files) COMPLETE |
| 6278 | 2026-02-27T03:20:34.530Z | [ recovery-image] Feb 27 03:20:33.226 INFO O| Feb 27 03:20:33.226 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6279 | 2026-02-27T03:20:34.543Z | [ recovery-image] Feb 27 03:20:33.240 INFO O| Feb 27 03:20:33.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf" |
| 6280 | 2026-02-27T03:20:34.544Z | [ recovery-image] Feb 27 03:20:33.240 INFO O| Feb 27 03:20:33.240 INFO STEP 490 (remove_files) COMPLETE |
| 6281 | 2026-02-27T03:20:34.544Z | [ recovery-image] Feb 27 03:20:33.240 INFO O| Feb 27 03:20:33.240 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6282 | 2026-02-27T03:20:34.559Z | [ recovery-image] Feb 27 03:20:33.254 INFO O| Feb 27 03:20:33.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf" |
| 6283 | 2026-02-27T03:20:34.559Z | [ recovery-image] Feb 27 03:20:33.254 INFO O| Feb 27 03:20:33.254 INFO STEP 491 (remove_files) COMPLETE |
| 6284 | 2026-02-27T03:20:34.559Z | [ recovery-image] Feb 27 03:20:33.254 INFO O| Feb 27 03:20:33.254 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6285 | 2026-02-27T03:20:34.572Z | [ recovery-image] Feb 27 03:20:33.268 INFO O| Feb 27 03:20:33.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf" |
| 6286 | 2026-02-27T03:20:34.572Z | [ recovery-image] Feb 27 03:20:33.268 INFO O| Feb 27 03:20:33.268 INFO STEP 492 (remove_files) COMPLETE |
| 6287 | 2026-02-27T03:20:34.572Z | [ recovery-image] Feb 27 03:20:33.268 INFO O| Feb 27 03:20:33.268 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6288 | 2026-02-27T03:20:34.589Z | [ recovery-image] Feb 27 03:20:33.282 INFO O| Feb 27 03:20:33.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec" |
| 6289 | 2026-02-27T03:20:34.593Z | [ recovery-image] Feb 27 03:20:33.283 INFO O| Feb 27 03:20:33.283 INFO STEP 493 (remove_files) COMPLETE |
| 6290 | 2026-02-27T03:20:34.593Z | [ recovery-image] Feb 27 03:20:33.283 INFO O| Feb 27 03:20:33.283 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6291 | 2026-02-27T03:20:34.601Z | [ recovery-image] Feb 27 03:20:33.296 INFO O| Feb 27 03:20:33.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec" |
| 6292 | 2026-02-27T03:20:34.601Z | [ recovery-image] Feb 27 03:20:33.296 INFO O| Feb 27 03:20:33.296 INFO STEP 494 (remove_files) COMPLETE |
| 6293 | 2026-02-27T03:20:34.604Z | [ recovery-image] Feb 27 03:20:33.296 INFO O| Feb 27 03:20:33.296 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6294 | 2026-02-27T03:20:34.612Z | [ recovery-image] Feb 27 03:20:33.309 INFO O| Feb 27 03:20:33.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs" |
| 6295 | 2026-02-27T03:20:34.613Z | [ recovery-image] Feb 27 03:20:33.309 INFO O| Feb 27 03:20:33.309 INFO STEP 495 (remove_files) COMPLETE |
| 6296 | 2026-02-27T03:20:34.613Z | [ recovery-image] Feb 27 03:20:33.309 INFO O| Feb 27 03:20:33.309 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6297 | 2026-02-27T03:20:34.626Z | [ recovery-image] Feb 27 03:20:33.322 INFO O| Feb 27 03:20:33.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs" |
| 6298 | 2026-02-27T03:20:34.632Z | [ recovery-image] Feb 27 03:20:33.322 INFO O| Feb 27 03:20:33.322 INFO STEP 496 (remove_files) COMPLETE |
| 6299 | 2026-02-27T03:20:34.632Z | [ recovery-image] Feb 27 03:20:33.322 INFO O| Feb 27 03:20:33.322 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6300 | 2026-02-27T03:20:34.641Z | [ recovery-image] Feb 27 03:20:33.337 INFO O| Feb 27 03:20:33.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
| 6301 | 2026-02-27T03:20:34.641Z | [ recovery-image] Feb 27 03:20:33.337 INFO O| Feb 27 03:20:33.337 INFO STEP 497 (remove_files) COMPLETE |
| 6302 | 2026-02-27T03:20:34.641Z | [ recovery-image] Feb 27 03:20:33.337 INFO O| Feb 27 03:20:33.337 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6303 | 2026-02-27T03:20:34.656Z | [ recovery-image] Feb 27 03:20:33.351 INFO O| Feb 27 03:20:33.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
| 6304 | 2026-02-27T03:20:34.656Z | [ recovery-image] Feb 27 03:20:33.352 INFO O| Feb 27 03:20:33.352 INFO STEP 498 (remove_files) COMPLETE |
| 6305 | 2026-02-27T03:20:34.656Z | [ recovery-image] Feb 27 03:20:33.352 INFO O| Feb 27 03:20:33.352 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6306 | 2026-02-27T03:20:34.669Z | [ recovery-image] Feb 27 03:20:33.365 INFO O| Feb 27 03:20:33.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
| 6307 | 2026-02-27T03:20:34.669Z | [ recovery-image] Feb 27 03:20:33.365 INFO O| Feb 27 03:20:33.365 INFO STEP 499 (remove_files) COMPLETE |
| 6308 | 2026-02-27T03:20:34.674Z | [ recovery-image] Feb 27 03:20:33.365 INFO O| Feb 27 03:20:33.365 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6309 | 2026-02-27T03:20:34.683Z | [ recovery-image] Feb 27 03:20:33.379 INFO O| Feb 27 03:20:33.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
| 6310 | 2026-02-27T03:20:34.686Z | [ recovery-image] Feb 27 03:20:33.379 INFO O| Feb 27 03:20:33.379 INFO STEP 500 (remove_files) COMPLETE |
| 6311 | 2026-02-27T03:20:34.686Z | [ recovery-image] Feb 27 03:20:33.379 INFO O| Feb 27 03:20:33.379 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6312 | 2026-02-27T03:20:34.697Z | [ recovery-image] Feb 27 03:20:33.393 INFO O| Feb 27 03:20:33.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
| 6313 | 2026-02-27T03:20:34.697Z | [ recovery-image] Feb 27 03:20:33.393 INFO O| Feb 27 03:20:33.393 INFO STEP 501 (remove_files) COMPLETE |
| 6314 | 2026-02-27T03:20:34.701Z | [ recovery-image] Feb 27 03:20:33.393 INFO O| Feb 27 03:20:33.393 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6315 | 2026-02-27T03:20:34.711Z | [ recovery-image] Feb 27 03:20:33.407 INFO O| Feb 27 03:20:33.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
| 6316 | 2026-02-27T03:20:34.711Z | [ recovery-image] Feb 27 03:20:33.407 INFO O| Feb 27 03:20:33.407 INFO STEP 502 (remove_files) COMPLETE |
| 6317 | 2026-02-27T03:20:34.711Z | [ recovery-image] Feb 27 03:20:33.407 INFO O| Feb 27 03:20:33.407 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6318 | 2026-02-27T03:20:34.725Z | [ recovery-image] Feb 27 03:20:33.421 INFO O| Feb 27 03:20:33.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA" |
| 6319 | 2026-02-27T03:20:34.725Z | [ recovery-image] Feb 27 03:20:33.421 INFO O| Feb 27 03:20:33.421 INFO STEP 503 (remove_files) COMPLETE |
| 6320 | 2026-02-27T03:20:34.725Z | [ recovery-image] Feb 27 03:20:33.421 INFO O| Feb 27 03:20:33.421 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6321 | 2026-02-27T03:20:34.740Z | [ recovery-image] Feb 27 03:20:33.436 INFO O| Feb 27 03:20:33.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT" |
| 6322 | 2026-02-27T03:20:34.740Z | [ recovery-image] Feb 27 03:20:33.436 INFO O| Feb 27 03:20:33.436 INFO STEP 504 (remove_files) COMPLETE |
| 6323 | 2026-02-27T03:20:34.740Z | [ recovery-image] Feb 27 03:20:33.436 INFO O| Feb 27 03:20:33.436 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6324 | 2026-02-27T03:20:34.754Z | [ recovery-image] Feb 27 03:20:33.450 INFO O| Feb 27 03:20:33.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
| 6325 | 2026-02-27T03:20:34.754Z | [ recovery-image] Feb 27 03:20:33.450 INFO O| Feb 27 03:20:33.450 INFO STEP 505 (remove_files) COMPLETE |
| 6326 | 2026-02-27T03:20:34.754Z | [ recovery-image] Feb 27 03:20:33.450 INFO O| Feb 27 03:20:33.450 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6327 | 2026-02-27T03:20:34.768Z | [ recovery-image] Feb 27 03:20:33.464 INFO O| Feb 27 03:20:33.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
| 6328 | 2026-02-27T03:20:34.771Z | [ recovery-image] Feb 27 03:20:33.464 INFO O| Feb 27 03:20:33.464 INFO STEP 506 (remove_files) COMPLETE |
| 6329 | 2026-02-27T03:20:34.771Z | [ recovery-image] Feb 27 03:20:33.464 INFO O| Feb 27 03:20:33.464 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6330 | 2026-02-27T03:20:34.782Z | [ recovery-image] Feb 27 03:20:33.478 INFO O| Feb 27 03:20:33.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod" |
| 6331 | 2026-02-27T03:20:34.782Z | [ recovery-image] Feb 27 03:20:33.478 INFO O| Feb 27 03:20:33.478 INFO STEP 507 (remove_files) COMPLETE |
| 6332 | 2026-02-27T03:20:34.782Z | [ recovery-image] Feb 27 03:20:33.478 INFO O| Feb 27 03:20:33.478 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6333 | 2026-02-27T03:20:34.796Z | [ recovery-image] Feb 27 03:20:33.492 INFO O| Feb 27 03:20:33.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod" |
| 6334 | 2026-02-27T03:20:34.796Z | [ recovery-image] Feb 27 03:20:33.492 INFO O| Feb 27 03:20:33.492 INFO STEP 508 (remove_files) COMPLETE |
| 6335 | 2026-02-27T03:20:34.796Z | [ recovery-image] Feb 27 03:20:33.492 INFO O| Feb 27 03:20:33.492 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6336 | 2026-02-27T03:20:34.809Z | [ recovery-image] Feb 27 03:20:33.505 INFO O| Feb 27 03:20:33.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl" |
| 6337 | 2026-02-27T03:20:34.809Z | [ recovery-image] Feb 27 03:20:33.505 INFO O| Feb 27 03:20:33.505 INFO STEP 509 (remove_files) COMPLETE |
| 6338 | 2026-02-27T03:20:34.809Z | [ recovery-image] Feb 27 03:20:33.505 INFO O| Feb 27 03:20:33.505 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6339 | 2026-02-27T03:20:34.823Z | [ recovery-image] Feb 27 03:20:33.519 INFO O| Feb 27 03:20:33.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys" |
| 6340 | 2026-02-27T03:20:34.823Z | [ recovery-image] Feb 27 03:20:33.519 INFO O| Feb 27 03:20:33.519 INFO STEP 510 (remove_files) COMPLETE |
| 6341 | 2026-02-27T03:20:34.823Z | [ recovery-image] Feb 27 03:20:33.519 INFO O| Feb 27 03:20:33.519 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6342 | 2026-02-27T03:20:34.837Z | [ recovery-image] Feb 27 03:20:33.533 INFO O| Feb 27 03:20:33.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct" |
| 6343 | 2026-02-27T03:20:34.837Z | [ recovery-image] Feb 27 03:20:33.533 INFO O| Feb 27 03:20:33.533 INFO STEP 511 (remove_files) COMPLETE |
| 6344 | 2026-02-27T03:20:34.840Z | [ recovery-image] Feb 27 03:20:33.533 INFO O| Feb 27 03:20:33.533 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6345 | 2026-02-27T03:20:34.852Z | [ recovery-image] Feb 27 03:20:33.548 INFO O| Feb 27 03:20:33.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README" |
| 6346 | 2026-02-27T03:20:34.852Z | [ recovery-image] Feb 27 03:20:33.548 INFO O| Feb 27 03:20:33.548 INFO STEP 512 (remove_files) COMPLETE |
| 6347 | 2026-02-27T03:20:34.852Z | [ recovery-image] Feb 27 03:20:33.548 INFO O| Feb 27 03:20:33.548 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6348 | 2026-02-27T03:20:34.866Z | [ recovery-image] Feb 27 03:20:33.562 INFO O| Feb 27 03:20:33.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map" |
| 6349 | 2026-02-27T03:20:34.869Z | [ recovery-image] Feb 27 03:20:33.563 INFO O| Feb 27 03:20:33.563 INFO STEP 513 (remove_files) COMPLETE |
| 6350 | 2026-02-27T03:20:34.869Z | [ recovery-image] Feb 27 03:20:33.563 INFO O| Feb 27 03:20:33.563 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6351 | 2026-02-27T03:20:34.882Z | [ recovery-image] Feb 27 03:20:33.578 INFO O| Feb 27 03:20:33.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace" |
| 6352 | 2026-02-27T03:20:34.882Z | [ recovery-image] Feb 27 03:20:33.579 INFO O| Feb 27 03:20:33.578 INFO STEP 514 (remove_files) COMPLETE |
| 6353 | 2026-02-27T03:20:34.882Z | [ recovery-image] Feb 27 03:20:33.579 INFO O| Feb 27 03:20:33.579 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6354 | 2026-02-27T03:20:34.896Z | [ recovery-image] Feb 27 03:20:33.592 INFO O| Feb 27 03:20:33.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen" |
| 6355 | 2026-02-27T03:20:34.899Z | [ recovery-image] Feb 27 03:20:33.592 INFO O| Feb 27 03:20:33.592 INFO STEP 515 (remove_files) COMPLETE |
| 6356 | 2026-02-27T03:20:34.899Z | [ recovery-image] Feb 27 03:20:33.592 INFO O| Feb 27 03:20:33.592 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6357 | 2026-02-27T03:20:34.910Z | [ recovery-image] Feb 27 03:20:33.606 INFO O| Feb 27 03:20:33.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1" |
| 6358 | 2026-02-27T03:20:34.910Z | [ recovery-image] Feb 27 03:20:33.606 INFO O| Feb 27 03:20:33.606 INFO STEP 516 (remove_files) COMPLETE |
| 6359 | 2026-02-27T03:20:34.910Z | [ recovery-image] Feb 27 03:20:33.606 INFO O| Feb 27 03:20:33.606 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6360 | 2026-02-27T03:20:34.924Z | [ recovery-image] Feb 27 03:20:33.621 INFO O| Feb 27 03:20:33.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3" |
| 6361 | 2026-02-27T03:20:34.924Z | [ recovery-image] Feb 27 03:20:33.621 INFO O| Feb 27 03:20:33.621 INFO STEP 517 (remove_files) COMPLETE |
| 6362 | 2026-02-27T03:20:34.924Z | [ recovery-image] Feb 27 03:20:33.621 INFO O| Feb 27 03:20:33.621 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6363 | 2026-02-27T03:20:34.940Z | [ recovery-image] Feb 27 03:20:33.636 INFO O| Feb 27 03:20:33.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4" |
| 6364 | 2026-02-27T03:20:34.940Z | [ recovery-image] Feb 27 03:20:33.637 INFO O| Feb 27 03:20:33.636 INFO STEP 518 (remove_files) COMPLETE |
| 6365 | 2026-02-27T03:20:34.940Z | [ recovery-image] Feb 27 03:20:33.637 INFO O| Feb 27 03:20:33.636 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6366 | 2026-02-27T03:20:34.956Z | [ recovery-image] Feb 27 03:20:33.652 INFO O| Feb 27 03:20:33.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o" |
| 6367 | 2026-02-27T03:20:34.956Z | [ recovery-image] Feb 27 03:20:33.652 INFO O| Feb 27 03:20:33.652 INFO STEP 519 (remove_files) COMPLETE |
| 6368 | 2026-02-27T03:20:34.956Z | [ recovery-image] Feb 27 03:20:33.652 INFO O| Feb 27 03:20:33.652 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6369 | 2026-02-27T03:20:34.972Z | [ recovery-image] Feb 27 03:20:33.668 INFO O| Feb 27 03:20:33.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o" |
| 6370 | 2026-02-27T03:20:34.972Z | [ recovery-image] Feb 27 03:20:33.668 INFO O| Feb 27 03:20:33.668 INFO STEP 520 (remove_files) COMPLETE |
| 6371 | 2026-02-27T03:20:34.972Z | [ recovery-image] Feb 27 03:20:33.668 INFO O| Feb 27 03:20:33.668 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6372 | 2026-02-27T03:20:34.988Z | [ recovery-image] Feb 27 03:20:33.684 INFO O| Feb 27 03:20:33.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1" |
| 6373 | 2026-02-27T03:20:34.992Z | [ recovery-image] Feb 27 03:20:33.685 INFO O| Feb 27 03:20:33.685 INFO STEP 521 (remove_files) COMPLETE |
| 6374 | 2026-02-27T03:20:34.992Z | [ recovery-image] Feb 27 03:20:33.685 INFO O| Feb 27 03:20:33.685 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6375 | 2026-02-27T03:20:35.005Z | [ recovery-image] Feb 27 03:20:33.701 INFO O| Feb 27 03:20:33.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
| 6376 | 2026-02-27T03:20:35.005Z | [ recovery-image] Feb 27 03:20:33.701 INFO O| Feb 27 03:20:33.701 INFO STEP 522 (remove_files) COMPLETE |
| 6377 | 2026-02-27T03:20:35.005Z | [ recovery-image] Feb 27 03:20:33.701 INFO O| Feb 27 03:20:33.701 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6378 | 2026-02-27T03:20:35.021Z | [ recovery-image] Feb 27 03:20:33.717 INFO O| Feb 27 03:20:33.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept" |
| 6379 | 2026-02-27T03:20:35.021Z | [ recovery-image] Feb 27 03:20:33.717 INFO O| Feb 27 03:20:33.717 INFO STEP 523 (remove_files) COMPLETE |
| 6380 | 2026-02-27T03:20:35.024Z | [ recovery-image] Feb 27 03:20:33.717 INFO O| Feb 27 03:20:33.717 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6381 | 2026-02-27T03:20:35.035Z | [ recovery-image] Feb 27 03:20:33.732 INFO O| Feb 27 03:20:33.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename" |
| 6382 | 2026-02-27T03:20:35.036Z | [ recovery-image] Feb 27 03:20:33.732 INFO O| Feb 27 03:20:33.732 INFO STEP 524 (remove_files) COMPLETE |
| 6383 | 2026-02-27T03:20:35.036Z | [ recovery-image] Feb 27 03:20:33.732 INFO O| Feb 27 03:20:33.732 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6384 | 2026-02-27T03:20:35.051Z | [ recovery-image] Feb 27 03:20:33.747 INFO O| Feb 27 03:20:33.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv" |
| 6385 | 2026-02-27T03:20:35.051Z | [ recovery-image] Feb 27 03:20:33.747 INFO O| Feb 27 03:20:33.747 INFO STEP 525 (remove_files) COMPLETE |
| 6386 | 2026-02-27T03:20:35.054Z | [ recovery-image] Feb 27 03:20:33.747 INFO O| Feb 27 03:20:33.747 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6387 | 2026-02-27T03:20:35.065Z | [ recovery-image] Feb 27 03:20:33.762 INFO O| Feb 27 03:20:33.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut" |
| 6388 | 2026-02-27T03:20:35.069Z | [ recovery-image] Feb 27 03:20:33.762 INFO O| Feb 27 03:20:33.762 INFO STEP 526 (remove_files) COMPLETE |
| 6389 | 2026-02-27T03:20:35.069Z | [ recovery-image] Feb 27 03:20:33.762 INFO O| Feb 27 03:20:33.762 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6390 | 2026-02-27T03:20:35.082Z | [ recovery-image] Feb 27 03:20:33.778 INFO O| Feb 27 03:20:33.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname" |
| 6391 | 2026-02-27T03:20:35.082Z | [ recovery-image] Feb 27 03:20:33.778 INFO O| Feb 27 03:20:33.778 INFO STEP 527 (remove_files) COMPLETE |
| 6392 | 2026-02-27T03:20:35.082Z | [ recovery-image] Feb 27 03:20:33.778 INFO O| Feb 27 03:20:33.778 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6393 | 2026-02-27T03:20:35.096Z | [ recovery-image] Feb 27 03:20:33.792 INFO O| Feb 27 03:20:33.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags" |
| 6394 | 2026-02-27T03:20:35.096Z | [ recovery-image] Feb 27 03:20:33.792 INFO O| Feb 27 03:20:33.792 INFO STEP 528 (remove_files) COMPLETE |
| 6395 | 2026-02-27T03:20:35.096Z | [ recovery-image] Feb 27 03:20:33.792 INFO O| Feb 27 03:20:33.792 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6396 | 2026-02-27T03:20:35.110Z | [ recovery-image] Feb 27 03:20:33.807 INFO O| Feb 27 03:20:33.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo" |
| 6397 | 2026-02-27T03:20:35.110Z | [ recovery-image] Feb 27 03:20:33.807 INFO O| Feb 27 03:20:33.807 INFO STEP 529 (remove_files) COMPLETE |
| 6398 | 2026-02-27T03:20:35.110Z | [ recovery-image] Feb 27 03:20:33.807 INFO O| Feb 27 03:20:33.807 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6399 | 2026-02-27T03:20:35.126Z | [ recovery-image] Feb 27 03:20:33.822 INFO O| Feb 27 03:20:33.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head" |
| 6400 | 2026-02-27T03:20:35.126Z | [ recovery-image] Feb 27 03:20:33.822 INFO O| Feb 27 03:20:33.822 INFO STEP 530 (remove_files) COMPLETE |
| 6401 | 2026-02-27T03:20:35.130Z | [ recovery-image] Feb 27 03:20:33.822 INFO O| Feb 27 03:20:33.822 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6402 | 2026-02-27T03:20:35.141Z | [ recovery-image] Feb 27 03:20:33.837 INFO O| Feb 27 03:20:33.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id" |
| 6403 | 2026-02-27T03:20:35.141Z | [ recovery-image] Feb 27 03:20:33.837 INFO O| Feb 27 03:20:33.837 INFO STEP 531 (remove_files) COMPLETE |
| 6404 | 2026-02-27T03:20:35.141Z | [ recovery-image] Feb 27 03:20:33.837 INFO O| Feb 27 03:20:33.837 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6405 | 2026-02-27T03:20:35.154Z | [ recovery-image] Feb 27 03:20:33.850 INFO O| Feb 27 03:20:33.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln" |
| 6406 | 2026-02-27T03:20:35.154Z | [ recovery-image] Feb 27 03:20:33.850 INFO O| Feb 27 03:20:33.850 INFO STEP 532 (remove_files) COMPLETE |
| 6407 | 2026-02-27T03:20:35.154Z | [ recovery-image] Feb 27 03:20:33.850 INFO O| Feb 27 03:20:33.850 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6408 | 2026-02-27T03:20:35.169Z | [ recovery-image] Feb 27 03:20:33.865 INFO O| Feb 27 03:20:33.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h" |
| 6409 | 2026-02-27T03:20:35.169Z | [ recovery-image] Feb 27 03:20:33.865 INFO O| Feb 27 03:20:33.865 INFO STEP 533 (remove_files) COMPLETE |
| 6410 | 2026-02-27T03:20:35.169Z | [ recovery-image] Feb 27 03:20:33.865 INFO O| Feb 27 03:20:33.865 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6411 | 2026-02-27T03:20:35.185Z | [ recovery-image] Feb 27 03:20:33.881 INFO O| Feb 27 03:20:33.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname" |
| 6412 | 2026-02-27T03:20:35.186Z | [ recovery-image] Feb 27 03:20:33.882 INFO O| Feb 27 03:20:33.882 INFO STEP 534 (remove_files) COMPLETE |
| 6413 | 2026-02-27T03:20:35.186Z | [ recovery-image] Feb 27 03:20:33.882 INFO O| Feb 27 03:20:33.882 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6414 | 2026-02-27T03:20:35.202Z | [ recovery-image] Feb 27 03:20:33.898 INFO O| Feb 27 03:20:33.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir" |
| 6415 | 2026-02-27T03:20:35.202Z | [ recovery-image] Feb 27 03:20:33.898 INFO O| Feb 27 03:20:33.898 INFO STEP 535 (remove_files) COMPLETE |
| 6416 | 2026-02-27T03:20:35.205Z | [ recovery-image] Feb 27 03:20:33.898 INFO O| Feb 27 03:20:33.898 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6417 | 2026-02-27T03:20:35.217Z | [ recovery-image] Feb 27 03:20:33.913 INFO O| Feb 27 03:20:33.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo" |
| 6418 | 2026-02-27T03:20:35.217Z | [ recovery-image] Feb 27 03:20:33.913 INFO O| Feb 27 03:20:33.913 INFO STEP 536 (remove_files) COMPLETE |
| 6419 | 2026-02-27T03:20:35.217Z | [ recovery-image] Feb 27 03:20:33.913 INFO O| Feb 27 03:20:33.913 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6420 | 2026-02-27T03:20:35.232Z | [ recovery-image] Feb 27 03:20:33.928 INFO O| Feb 27 03:20:33.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp" |
| 6421 | 2026-02-27T03:20:35.232Z | [ recovery-image] Feb 27 03:20:33.928 INFO O| Feb 27 03:20:33.928 INFO STEP 537 (remove_files) COMPLETE |
| 6422 | 2026-02-27T03:20:35.232Z | [ recovery-image] Feb 27 03:20:33.928 INFO O| Feb 27 03:20:33.928 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6423 | 2026-02-27T03:20:35.247Z | [ recovery-image] Feb 27 03:20:33.943 INFO O| Feb 27 03:20:33.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid" |
| 6424 | 2026-02-27T03:20:35.247Z | [ recovery-image] Feb 27 03:20:33.943 INFO O| Feb 27 03:20:33.943 INFO STEP 538 (remove_files) COMPLETE |
| 6425 | 2026-02-27T03:20:35.247Z | [ recovery-image] Feb 27 03:20:33.943 INFO O| Feb 27 03:20:33.943 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6426 | 2026-02-27T03:20:35.263Z | [ recovery-image] Feb 27 03:20:33.959 INFO O| Feb 27 03:20:33.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk" |
| 6427 | 2026-02-27T03:20:35.263Z | [ recovery-image] Feb 27 03:20:33.959 INFO O| Feb 27 03:20:33.959 INFO STEP 539 (remove_files) COMPLETE |
| 6428 | 2026-02-27T03:20:35.263Z | [ recovery-image] Feb 27 03:20:33.959 INFO O| Feb 27 03:20:33.959 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6429 | 2026-02-27T03:20:35.279Z | [ recovery-image] Feb 27 03:20:33.975 INFO O| Feb 27 03:20:33.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print" |
| 6430 | 2026-02-27T03:20:35.279Z | [ recovery-image] Feb 27 03:20:33.975 INFO O| Feb 27 03:20:33.975 INFO STEP 540 (remove_files) COMPLETE |
| 6431 | 2026-02-27T03:20:35.279Z | [ recovery-image] Feb 27 03:20:33.975 INFO O| Feb 27 03:20:33.975 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6432 | 2026-02-27T03:20:35.295Z | [ recovery-image] Feb 27 03:20:33.991 INFO O| Feb 27 03:20:33.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv" |
| 6433 | 2026-02-27T03:20:35.295Z | [ recovery-image] Feb 27 03:20:33.992 INFO O| Feb 27 03:20:33.991 INFO STEP 541 (remove_files) COMPLETE |
| 6434 | 2026-02-27T03:20:35.296Z | [ recovery-image] Feb 27 03:20:33.992 INFO O| Feb 27 03:20:33.991 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6435 | 2026-02-27T03:20:35.311Z | [ recovery-image] Feb 27 03:20:34.007 INFO O| Feb 27 03:20:34.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push" |
| 6436 | 2026-02-27T03:20:35.311Z | [ recovery-image] Feb 27 03:20:34.007 INFO O| Feb 27 03:20:34.007 INFO STEP 542 (remove_files) COMPLETE |
| 6437 | 2026-02-27T03:20:35.311Z | [ recovery-image] Feb 27 03:20:34.007 INFO O| Feb 27 03:20:34.007 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6438 | 2026-02-27T03:20:35.327Z | [ recovery-image] Feb 27 03:20:34.024 INFO O| Feb 27 03:20:34.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath" |
| 6439 | 2026-02-27T03:20:35.328Z | [ recovery-image] Feb 27 03:20:34.024 INFO O| Feb 27 03:20:34.024 INFO STEP 543 (remove_files) COMPLETE |
| 6440 | 2026-02-27T03:20:35.328Z | [ recovery-image] Feb 27 03:20:34.024 INFO O| Feb 27 03:20:34.024 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6441 | 2026-02-27T03:20:35.344Z | [ recovery-image] Feb 27 03:20:34.040 INFO O| Feb 27 03:20:34.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm" |
| 6442 | 2026-02-27T03:20:35.344Z | [ recovery-image] Feb 27 03:20:34.040 INFO O| Feb 27 03:20:34.040 INFO STEP 544 (remove_files) COMPLETE |
| 6443 | 2026-02-27T03:20:35.344Z | [ recovery-image] Feb 27 03:20:34.040 INFO O| Feb 27 03:20:34.040 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6444 | 2026-02-27T03:20:35.361Z | [ recovery-image] Feb 27 03:20:34.057 INFO O| Feb 27 03:20:34.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir" |
| 6445 | 2026-02-27T03:20:35.361Z | [ recovery-image] Feb 27 03:20:34.057 INFO O| Feb 27 03:20:34.057 INFO STEP 545 (remove_files) COMPLETE |
| 6446 | 2026-02-27T03:20:35.361Z | [ recovery-image] Feb 27 03:20:34.057 INFO O| Feb 27 03:20:34.057 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6447 | 2026-02-27T03:20:35.377Z | [ recovery-image] Feb 27 03:20:34.074 INFO O| Feb 27 03:20:34.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq" |
| 6448 | 2026-02-27T03:20:35.378Z | [ recovery-image] Feb 27 03:20:34.074 INFO O| Feb 27 03:20:34.074 INFO STEP 546 (remove_files) COMPLETE |
| 6449 | 2026-02-27T03:20:35.378Z | [ recovery-image] Feb 27 03:20:34.074 INFO O| Feb 27 03:20:34.074 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6450 | 2026-02-27T03:20:35.394Z | [ recovery-image] Feb 27 03:20:34.090 INFO O| Feb 27 03:20:34.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid" |
| 6451 | 2026-02-27T03:20:35.394Z | [ recovery-image] Feb 27 03:20:34.090 INFO O| Feb 27 03:20:34.090 INFO STEP 547 (remove_files) COMPLETE |
| 6452 | 2026-02-27T03:20:35.394Z | [ recovery-image] Feb 27 03:20:34.090 INFO O| Feb 27 03:20:34.090 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6453 | 2026-02-27T03:20:35.410Z | [ recovery-image] Feb 27 03:20:34.106 INFO O| Feb 27 03:20:34.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep" |
| 6454 | 2026-02-27T03:20:35.410Z | [ recovery-image] Feb 27 03:20:34.107 INFO O| Feb 27 03:20:34.106 INFO STEP 548 (remove_files) COMPLETE |
| 6455 | 2026-02-27T03:20:35.410Z | [ recovery-image] Feb 27 03:20:34.107 INFO O| Feb 27 03:20:34.107 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6456 | 2026-02-27T03:20:35.428Z | [ recovery-image] Feb 27 03:20:34.122 INFO O| Feb 27 03:20:34.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime" |
| 6457 | 2026-02-27T03:20:35.429Z | [ recovery-image] Feb 27 03:20:34.122 INFO O| Feb 27 03:20:34.122 INFO STEP 549 (remove_files) COMPLETE |
| 6458 | 2026-02-27T03:20:35.429Z | [ recovery-image] Feb 27 03:20:34.123 INFO O| Feb 27 03:20:34.122 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6459 | 2026-02-27T03:20:35.442Z | [ recovery-image] Feb 27 03:20:34.138 INFO O| Feb 27 03:20:34.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync" |
| 6460 | 2026-02-27T03:20:35.446Z | [ recovery-image] Feb 27 03:20:34.138 INFO O| Feb 27 03:20:34.138 INFO STEP 550 (remove_files) COMPLETE |
| 6461 | 2026-02-27T03:20:35.446Z | [ recovery-image] Feb 27 03:20:34.138 INFO O| Feb 27 03:20:34.138 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6462 | 2026-02-27T03:20:35.459Z | [ recovery-image] Feb 27 03:20:34.154 INFO O| Feb 27 03:20:34.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee" |
| 6463 | 2026-02-27T03:20:35.463Z | [ recovery-image] Feb 27 03:20:34.155 INFO O| Feb 27 03:20:34.155 INFO STEP 551 (remove_files) COMPLETE |
| 6464 | 2026-02-27T03:20:35.463Z | [ recovery-image] Feb 27 03:20:34.155 INFO O| Feb 27 03:20:34.155 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6465 | 2026-02-27T03:20:35.475Z | [ recovery-image] Feb 27 03:20:34.171 INFO O| Feb 27 03:20:34.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse" |
| 6466 | 2026-02-27T03:20:35.475Z | [ recovery-image] Feb 27 03:20:34.171 INFO O| Feb 27 03:20:34.171 INFO STEP 552 (remove_files) COMPLETE |
| 6467 | 2026-02-27T03:20:35.475Z | [ recovery-image] Feb 27 03:20:34.171 INFO O| Feb 27 03:20:34.171 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6468 | 2026-02-27T03:20:35.490Z | [ recovery-image] Feb 27 03:20:34.186 INFO O| Feb 27 03:20:34.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty" |
| 6469 | 2026-02-27T03:20:35.490Z | [ recovery-image] Feb 27 03:20:34.186 INFO O| Feb 27 03:20:34.186 INFO STEP 553 (remove_files) COMPLETE |
| 6470 | 2026-02-27T03:20:35.490Z | [ recovery-image] Feb 27 03:20:34.186 INFO O| Feb 27 03:20:34.186 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6471 | 2026-02-27T03:20:35.506Z | [ recovery-image] Feb 27 03:20:34.202 INFO O| Feb 27 03:20:34.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname" |
| 6472 | 2026-02-27T03:20:35.506Z | [ recovery-image] Feb 27 03:20:34.202 INFO O| Feb 27 03:20:34.202 INFO STEP 554 (remove_files) COMPLETE |
| 6473 | 2026-02-27T03:20:35.506Z | [ recovery-image] Feb 27 03:20:34.202 INFO O| Feb 27 03:20:34.202 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6474 | 2026-02-27T03:20:35.522Z | [ recovery-image] Feb 27 03:20:34.218 INFO O| Feb 27 03:20:34.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink" |
| 6475 | 2026-02-27T03:20:35.523Z | [ recovery-image] Feb 27 03:20:34.218 INFO O| Feb 27 03:20:34.218 INFO STEP 555 (remove_files) COMPLETE |
| 6476 | 2026-02-27T03:20:35.523Z | [ recovery-image] Feb 27 03:20:34.218 INFO O| Feb 27 03:20:34.218 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6477 | 2026-02-27T03:20:35.538Z | [ recovery-image] Feb 27 03:20:34.234 INFO O| Feb 27 03:20:34.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami" |
| 6478 | 2026-02-27T03:20:35.538Z | [ recovery-image] Feb 27 03:20:34.234 INFO O| Feb 27 03:20:34.234 INFO STEP 556 (remove_files) COMPLETE |
| 6479 | 2026-02-27T03:20:35.538Z | [ recovery-image] Feb 27 03:20:34.234 INFO O| Feb 27 03:20:34.234 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6480 | 2026-02-27T03:20:35.555Z | [ recovery-image] Feb 27 03:20:34.251 INFO O| Feb 27 03:20:34.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
| 6481 | 2026-02-27T03:20:35.555Z | [ recovery-image] Feb 27 03:20:34.251 INFO O| Feb 27 03:20:34.251 INFO STEP 557 (remove_files) COMPLETE |
| 6482 | 2026-02-27T03:20:35.555Z | [ recovery-image] Feb 27 03:20:34.251 INFO O| Feb 27 03:20:34.251 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6483 | 2026-02-27T03:20:35.571Z | [ recovery-image] Feb 27 03:20:34.267 INFO O| Feb 27 03:20:34.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
| 6484 | 2026-02-27T03:20:35.571Z | [ recovery-image] Feb 27 03:20:34.267 INFO O| Feb 27 03:20:34.267 INFO STEP 558 (remove_files) COMPLETE |
| 6485 | 2026-02-27T03:20:35.571Z | [ recovery-image] Feb 27 03:20:34.267 INFO O| Feb 27 03:20:34.267 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6486 | 2026-02-27T03:20:35.588Z | [ recovery-image] Feb 27 03:20:34.284 INFO O| Feb 27 03:20:34.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1" |
| 6487 | 2026-02-27T03:20:35.588Z | [ recovery-image] Feb 27 03:20:34.285 INFO O| Feb 27 03:20:34.284 INFO STEP 559 (remove_files) COMPLETE |
| 6488 | 2026-02-27T03:20:35.588Z | [ recovery-image] Feb 27 03:20:34.285 INFO O| Feb 27 03:20:34.284 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6489 | 2026-02-27T03:20:35.605Z | [ recovery-image] Feb 27 03:20:34.301 INFO O| Feb 27 03:20:34.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
| 6490 | 2026-02-27T03:20:35.605Z | [ recovery-image] Feb 27 03:20:34.301 INFO O| Feb 27 03:20:34.301 INFO STEP 560 (remove_files) COMPLETE |
| 6491 | 2026-02-27T03:20:35.605Z | [ recovery-image] Feb 27 03:20:34.301 INFO O| Feb 27 03:20:34.301 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6492 | 2026-02-27T03:20:35.622Z | [ recovery-image] Feb 27 03:20:34.318 INFO O| Feb 27 03:20:34.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
| 6493 | 2026-02-27T03:20:35.622Z | [ recovery-image] Feb 27 03:20:34.318 INFO O| Feb 27 03:20:34.318 INFO STEP 561 (remove_files) COMPLETE |
| 6494 | 2026-02-27T03:20:35.622Z | [ recovery-image] Feb 27 03:20:34.318 INFO O| Feb 27 03:20:34.318 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6495 | 2026-02-27T03:20:35.637Z | [ recovery-image] Feb 27 03:20:34.333 INFO O| Feb 27 03:20:34.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
| 6496 | 2026-02-27T03:20:35.637Z | [ recovery-image] Feb 27 03:20:34.333 INFO O| Feb 27 03:20:34.333 INFO STEP 562 (remove_files) COMPLETE |
| 6497 | 2026-02-27T03:20:35.637Z | [ recovery-image] Feb 27 03:20:34.333 INFO O| Feb 27 03:20:34.333 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6498 | 2026-02-27T03:20:35.653Z | [ recovery-image] Feb 27 03:20:34.349 INFO O| Feb 27 03:20:34.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
| 6499 | 2026-02-27T03:20:35.656Z | [ recovery-image] Feb 27 03:20:34.349 INFO O| Feb 27 03:20:34.349 INFO STEP 563 (remove_files) COMPLETE |
| 6500 | 2026-02-27T03:20:35.656Z | [ recovery-image] Feb 27 03:20:34.349 INFO O| Feb 27 03:20:34.349 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6501 | 2026-02-27T03:20:35.669Z | [ recovery-image] Feb 27 03:20:34.365 INFO O| Feb 27 03:20:34.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub" |
| 6502 | 2026-02-27T03:20:35.669Z | [ recovery-image] Feb 27 03:20:34.365 INFO O| Feb 27 03:20:34.365 INFO STEP 564 (remove_files) COMPLETE |
| 6503 | 2026-02-27T03:20:35.669Z | [ recovery-image] Feb 27 03:20:34.365 INFO O| Feb 27 03:20:34.365 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6504 | 2026-02-27T03:20:35.685Z | [ recovery-image] Feb 27 03:20:34.381 INFO O| Feb 27 03:20:34.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1" |
| 6505 | 2026-02-27T03:20:35.685Z | [ recovery-image] Feb 27 03:20:34.381 INFO O| Feb 27 03:20:34.381 INFO STEP 565 (remove_files) COMPLETE |
| 6506 | 2026-02-27T03:20:35.688Z | [ recovery-image] Feb 27 03:20:34.381 INFO O| Feb 27 03:20:34.381 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6507 | 2026-02-27T03:20:35.701Z | [ recovery-image] Feb 27 03:20:34.397 INFO O| Feb 27 03:20:34.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1" |
| 6508 | 2026-02-27T03:20:35.701Z | [ recovery-image] Feb 27 03:20:34.397 INFO O| Feb 27 03:20:34.397 INFO STEP 566 (remove_files) COMPLETE |
| 6509 | 2026-02-27T03:20:35.701Z | [ recovery-image] Feb 27 03:20:34.397 INFO O| Feb 27 03:20:34.397 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6510 | 2026-02-27T03:20:35.716Z | [ recovery-image] Feb 27 03:20:34.412 INFO O| Feb 27 03:20:34.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1" |
| 6511 | 2026-02-27T03:20:35.716Z | [ recovery-image] Feb 27 03:20:34.412 INFO O| Feb 27 03:20:34.412 INFO STEP 567 (remove_files) COMPLETE |
| 6512 | 2026-02-27T03:20:35.716Z | [ recovery-image] Feb 27 03:20:34.412 INFO O| Feb 27 03:20:34.412 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6513 | 2026-02-27T03:20:35.731Z | [ recovery-image] Feb 27 03:20:34.427 INFO O| Feb 27 03:20:34.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1" |
| 6514 | 2026-02-27T03:20:35.731Z | [ recovery-image] Feb 27 03:20:34.427 INFO O| Feb 27 03:20:34.427 INFO STEP 568 (remove_files) COMPLETE |
| 6515 | 2026-02-27T03:20:35.735Z | [ recovery-image] Feb 27 03:20:34.427 INFO O| Feb 27 03:20:34.427 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6516 | 2026-02-27T03:20:35.747Z | [ recovery-image] Feb 27 03:20:34.443 INFO O| Feb 27 03:20:34.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1" |
| 6517 | 2026-02-27T03:20:35.747Z | [ recovery-image] Feb 27 03:20:34.443 INFO O| Feb 27 03:20:34.443 INFO STEP 569 (remove_files) COMPLETE |
| 6518 | 2026-02-27T03:20:35.750Z | [ recovery-image] Feb 27 03:20:34.443 INFO O| Feb 27 03:20:34.443 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6519 | 2026-02-27T03:20:35.761Z | [ recovery-image] Feb 27 03:20:34.457 INFO O| Feb 27 03:20:34.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
| 6520 | 2026-02-27T03:20:35.764Z | [ recovery-image] Feb 27 03:20:34.457 INFO O| Feb 27 03:20:34.457 INFO STEP 570 (remove_files) COMPLETE |
| 6521 | 2026-02-27T03:20:35.765Z | [ recovery-image] Feb 27 03:20:34.457 INFO O| Feb 27 03:20:34.457 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6522 | 2026-02-27T03:20:35.774Z | [ recovery-image] Feb 27 03:20:34.470 INFO O| Feb 27 03:20:34.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
| 6523 | 2026-02-27T03:20:35.774Z | [ recovery-image] Feb 27 03:20:34.470 INFO O| Feb 27 03:20:34.470 INFO STEP 571 (remove_files) COMPLETE |
| 6524 | 2026-02-27T03:20:35.774Z | [ recovery-image] Feb 27 03:20:34.470 INFO O| Feb 27 03:20:34.470 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6525 | 2026-02-27T03:20:35.788Z | [ recovery-image] Feb 27 03:20:34.485 INFO O| Feb 27 03:20:34.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
| 6526 | 2026-02-27T03:20:35.789Z | [ recovery-image] Feb 27 03:20:34.485 INFO O| Feb 27 03:20:34.485 INFO STEP 572 (remove_files) COMPLETE |
| 6527 | 2026-02-27T03:20:35.789Z | [ recovery-image] Feb 27 03:20:34.485 INFO O| Feb 27 03:20:34.485 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6528 | 2026-02-27T03:20:35.803Z | [ recovery-image] Feb 27 03:20:34.499 INFO O| Feb 27 03:20:34.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
| 6529 | 2026-02-27T03:20:35.803Z | [ recovery-image] Feb 27 03:20:34.500 INFO O| Feb 27 03:20:34.500 INFO STEP 573 (remove_files) COMPLETE |
| 6530 | 2026-02-27T03:20:35.803Z | [ recovery-image] Feb 27 03:20:34.500 INFO O| Feb 27 03:20:34.500 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6531 | 2026-02-27T03:20:35.819Z | [ recovery-image] Feb 27 03:20:34.515 INFO O| Feb 27 03:20:34.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
| 6532 | 2026-02-27T03:20:35.819Z | [ recovery-image] Feb 27 03:20:34.515 INFO O| Feb 27 03:20:34.515 INFO STEP 574 (remove_files) COMPLETE |
| 6533 | 2026-02-27T03:20:35.819Z | [ recovery-image] Feb 27 03:20:34.515 INFO O| Feb 27 03:20:34.515 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6534 | 2026-02-27T03:20:35.834Z | [ recovery-image] Feb 27 03:20:34.530 INFO O| Feb 27 03:20:34.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1" |
| 6535 | 2026-02-27T03:20:35.834Z | [ recovery-image] Feb 27 03:20:34.531 INFO O| Feb 27 03:20:34.530 INFO STEP 575 (remove_files) COMPLETE |
| 6536 | 2026-02-27T03:20:35.834Z | [ recovery-image] Feb 27 03:20:34.531 INFO O| Feb 27 03:20:34.531 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6537 | 2026-02-27T03:20:35.850Z | [ recovery-image] Feb 27 03:20:34.546 INFO O| Feb 27 03:20:34.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1" |
| 6538 | 2026-02-27T03:20:35.850Z | [ recovery-image] Feb 27 03:20:34.546 INFO O| Feb 27 03:20:34.546 INFO STEP 576 (remove_files) COMPLETE |
| 6539 | 2026-02-27T03:20:35.850Z | [ recovery-image] Feb 27 03:20:34.546 INFO O| Feb 27 03:20:34.546 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6540 | 2026-02-27T03:20:35.865Z | [ recovery-image] Feb 27 03:20:34.561 INFO O| Feb 27 03:20:34.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1" |
| 6541 | 2026-02-27T03:20:35.865Z | [ recovery-image] Feb 27 03:20:34.561 INFO O| Feb 27 03:20:34.561 INFO STEP 577 (remove_files) COMPLETE |
| 6542 | 2026-02-27T03:20:35.865Z | [ recovery-image] Feb 27 03:20:34.561 INFO O| Feb 27 03:20:34.561 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6543 | 2026-02-27T03:20:35.879Z | [ recovery-image] Feb 27 03:20:34.575 INFO O| Feb 27 03:20:34.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1" |
| 6544 | 2026-02-27T03:20:35.879Z | [ recovery-image] Feb 27 03:20:34.575 INFO O| Feb 27 03:20:34.575 INFO STEP 578 (remove_files) COMPLETE |
| 6545 | 2026-02-27T03:20:35.879Z | [ recovery-image] Feb 27 03:20:34.575 INFO O| Feb 27 03:20:34.575 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6546 | 2026-02-27T03:20:35.892Z | [ recovery-image] Feb 27 03:20:34.588 INFO O| Feb 27 03:20:34.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
| 6547 | 2026-02-27T03:20:35.892Z | [ recovery-image] Feb 27 03:20:34.588 INFO O| Feb 27 03:20:34.588 INFO STEP 579 (remove_files) COMPLETE |
| 6548 | 2026-02-27T03:20:35.892Z | [ recovery-image] Feb 27 03:20:34.588 INFO O| Feb 27 03:20:34.588 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6549 | 2026-02-27T03:20:35.907Z | [ recovery-image] Feb 27 03:20:34.603 INFO O| Feb 27 03:20:34.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
| 6550 | 2026-02-27T03:20:35.907Z | [ recovery-image] Feb 27 03:20:34.603 INFO O| Feb 27 03:20:34.603 INFO STEP 580 (remove_files) COMPLETE |
| 6551 | 2026-02-27T03:20:35.907Z | [ recovery-image] Feb 27 03:20:34.603 INFO O| Feb 27 03:20:34.603 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6552 | 2026-02-27T03:20:35.922Z | [ recovery-image] Feb 27 03:20:34.618 INFO O| Feb 27 03:20:34.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1" |
| 6553 | 2026-02-27T03:20:35.922Z | [ recovery-image] Feb 27 03:20:34.618 INFO O| Feb 27 03:20:34.618 INFO STEP 581 (remove_files) COMPLETE |
| 6554 | 2026-02-27T03:20:35.922Z | [ recovery-image] Feb 27 03:20:34.618 INFO O| Feb 27 03:20:34.618 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6555 | 2026-02-27T03:20:35.938Z | [ recovery-image] Feb 27 03:20:34.633 INFO O| Feb 27 03:20:34.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
| 6556 | 2026-02-27T03:20:35.941Z | [ recovery-image] Feb 27 03:20:34.634 INFO O| Feb 27 03:20:34.633 INFO STEP 582 (remove_files) COMPLETE |
| 6557 | 2026-02-27T03:20:35.941Z | [ recovery-image] Feb 27 03:20:34.634 INFO O| Feb 27 03:20:34.634 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6558 | 2026-02-27T03:20:35.953Z | [ recovery-image] Feb 27 03:20:34.649 INFO O| Feb 27 03:20:34.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1" |
| 6559 | 2026-02-27T03:20:35.956Z | [ recovery-image] Feb 27 03:20:34.650 INFO O| Feb 27 03:20:34.650 INFO STEP 583 (remove_files) COMPLETE |
| 6560 | 2026-02-27T03:20:35.956Z | [ recovery-image] Feb 27 03:20:34.650 INFO O| Feb 27 03:20:34.650 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6561 | 2026-02-27T03:20:35.969Z | [ recovery-image] Feb 27 03:20:34.665 INFO O| Feb 27 03:20:34.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1" |
| 6562 | 2026-02-27T03:20:35.969Z | [ recovery-image] Feb 27 03:20:34.665 INFO O| Feb 27 03:20:34.665 INFO STEP 584 (remove_files) COMPLETE |
| 6563 | 2026-02-27T03:20:35.969Z | [ recovery-image] Feb 27 03:20:34.665 INFO O| Feb 27 03:20:34.665 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6564 | 2026-02-27T03:20:35.984Z | [ recovery-image] Feb 27 03:20:34.680 INFO O| Feb 27 03:20:34.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1" |
| 6565 | 2026-02-27T03:20:35.984Z | [ recovery-image] Feb 27 03:20:34.680 INFO O| Feb 27 03:20:34.680 INFO STEP 585 (remove_files) COMPLETE |
| 6566 | 2026-02-27T03:20:35.984Z | [ recovery-image] Feb 27 03:20:34.680 INFO O| Feb 27 03:20:34.680 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6567 | 2026-02-27T03:20:35.998Z | [ recovery-image] Feb 27 03:20:34.694 INFO O| Feb 27 03:20:34.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1" |
| 6568 | 2026-02-27T03:20:35.998Z | [ recovery-image] Feb 27 03:20:34.694 INFO O| Feb 27 03:20:34.694 INFO STEP 586 (remove_files) COMPLETE |
| 6569 | 2026-02-27T03:20:35.998Z | [ recovery-image] Feb 27 03:20:34.694 INFO O| Feb 27 03:20:34.694 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6570 | 2026-02-27T03:20:36.012Z | [ recovery-image] Feb 27 03:20:34.708 INFO O| Feb 27 03:20:34.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1" |
| 6571 | 2026-02-27T03:20:36.012Z | [ recovery-image] Feb 27 03:20:34.708 INFO O| Feb 27 03:20:34.708 INFO STEP 587 (remove_files) COMPLETE |
| 6572 | 2026-02-27T03:20:36.012Z | [ recovery-image] Feb 27 03:20:34.708 INFO O| Feb 27 03:20:34.708 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6573 | 2026-02-27T03:20:36.026Z | [ recovery-image] Feb 27 03:20:34.722 INFO O| Feb 27 03:20:34.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1" |
| 6574 | 2026-02-27T03:20:36.026Z | [ recovery-image] Feb 27 03:20:34.722 INFO O| Feb 27 03:20:34.722 INFO STEP 588 (remove_files) COMPLETE |
| 6575 | 2026-02-27T03:20:36.026Z | [ recovery-image] Feb 27 03:20:34.722 INFO O| Feb 27 03:20:34.722 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6576 | 2026-02-27T03:20:36.039Z | [ recovery-image] Feb 27 03:20:34.735 INFO O| Feb 27 03:20:34.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1" |
| 6577 | 2026-02-27T03:20:36.039Z | [ recovery-image] Feb 27 03:20:34.735 INFO O| Feb 27 03:20:34.735 INFO STEP 589 (remove_files) COMPLETE |
| 6578 | 2026-02-27T03:20:36.039Z | [ recovery-image] Feb 27 03:20:34.735 INFO O| Feb 27 03:20:34.735 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6579 | 2026-02-27T03:20:36.053Z | [ recovery-image] Feb 27 03:20:34.749 INFO O| Feb 27 03:20:34.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
| 6580 | 2026-02-27T03:20:36.053Z | [ recovery-image] Feb 27 03:20:34.749 INFO O| Feb 27 03:20:34.749 INFO STEP 590 (remove_files) COMPLETE |
| 6581 | 2026-02-27T03:20:36.053Z | [ recovery-image] Feb 27 03:20:34.749 INFO O| Feb 27 03:20:34.749 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6582 | 2026-02-27T03:20:36.068Z | [ recovery-image] Feb 27 03:20:34.764 INFO O| Feb 27 03:20:34.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1" |
| 6583 | 2026-02-27T03:20:36.068Z | [ recovery-image] Feb 27 03:20:34.764 INFO O| Feb 27 03:20:34.764 INFO STEP 591 (remove_files) COMPLETE |
| 6584 | 2026-02-27T03:20:36.068Z | [ recovery-image] Feb 27 03:20:34.764 INFO O| Feb 27 03:20:34.764 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6585 | 2026-02-27T03:20:36.145Z | [ recovery-image] Feb 27 03:20:34.778 INFO O| Feb 27 03:20:34.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1" |
| 6586 | 2026-02-27T03:20:36.145Z | [ recovery-image] Feb 27 03:20:34.778 INFO O| Feb 27 03:20:34.778 INFO STEP 592 (remove_files) COMPLETE |
| 6587 | 2026-02-27T03:20:36.145Z | [ recovery-image] Feb 27 03:20:34.778 INFO O| Feb 27 03:20:34.778 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6588 | 2026-02-27T03:20:36.145Z | [ recovery-image] Feb 27 03:20:34.792 INFO O| Feb 27 03:20:34.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5" |
| 6589 | 2026-02-27T03:20:36.145Z | [ recovery-image] Feb 27 03:20:34.793 INFO O| Feb 27 03:20:34.793 INFO STEP 593 (remove_files) COMPLETE |
| 6590 | 2026-02-27T03:20:36.145Z | [ recovery-image] Feb 27 03:20:34.793 INFO O| Feb 27 03:20:34.793 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6591 | 2026-02-27T03:20:36.145Z | [ recovery-image] Feb 27 03:20:34.808 INFO O| Feb 27 03:20:34.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1" |
| 6592 | 2026-02-27T03:20:36.145Z | [ recovery-image] Feb 27 03:20:34.808 INFO O| Feb 27 03:20:34.808 INFO STEP 594 (remove_files) COMPLETE |
| 6593 | 2026-02-27T03:20:36.145Z | [ recovery-image] Feb 27 03:20:34.808 INFO O| Feb 27 03:20:34.808 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6594 | 2026-02-27T03:20:36.145Z | [ recovery-image] Feb 27 03:20:34.823 INFO O| Feb 27 03:20:34.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1" |
| 6595 | 2026-02-27T03:20:36.145Z | [ recovery-image] Feb 27 03:20:34.823 INFO O| Feb 27 03:20:34.823 INFO STEP 595 (remove_files) COMPLETE |
| 6596 | 2026-02-27T03:20:36.145Z | [ recovery-image] Feb 27 03:20:34.823 INFO O| Feb 27 03:20:34.823 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6597 | 2026-02-27T03:20:36.145Z | [ recovery-image] Feb 27 03:20:34.837 INFO O| Feb 27 03:20:34.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1" |
| 6598 | 2026-02-27T03:20:36.145Z | [ recovery-image] Feb 27 03:20:34.837 INFO O| Feb 27 03:20:34.837 INFO STEP 596 (remove_files) COMPLETE |
| 6599 | 2026-02-27T03:20:36.145Z | [ recovery-image] Feb 27 03:20:34.837 INFO O| Feb 27 03:20:34.837 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6600 | 2026-02-27T03:20:36.155Z | [ recovery-image] Feb 27 03:20:34.851 INFO O| Feb 27 03:20:34.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1" |
| 6601 | 2026-02-27T03:20:36.155Z | [ recovery-image] Feb 27 03:20:34.852 INFO O| Feb 27 03:20:34.852 INFO STEP 597 (remove_files) COMPLETE |
| 6602 | 2026-02-27T03:20:36.159Z | [ recovery-image] Feb 27 03:20:34.852 INFO O| Feb 27 03:20:34.852 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6603 | 2026-02-27T03:20:36.168Z | [ recovery-image] Feb 27 03:20:34.865 INFO O| Feb 27 03:20:34.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1" |
| 6604 | 2026-02-27T03:20:36.172Z | [ recovery-image] Feb 27 03:20:34.866 INFO O| Feb 27 03:20:34.866 INFO STEP 598 (remove_files) COMPLETE |
| 6605 | 2026-02-27T03:20:36.172Z | [ recovery-image] Feb 27 03:20:34.866 INFO O| Feb 27 03:20:34.866 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6606 | 2026-02-27T03:20:36.183Z | [ recovery-image] Feb 27 03:20:34.879 INFO O| Feb 27 03:20:34.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
| 6607 | 2026-02-27T03:20:36.183Z | [ recovery-image] Feb 27 03:20:34.880 INFO O| Feb 27 03:20:34.880 INFO STEP 599 (remove_files) COMPLETE |
| 6608 | 2026-02-27T03:20:36.183Z | [ recovery-image] Feb 27 03:20:34.880 INFO O| Feb 27 03:20:34.880 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6609 | 2026-02-27T03:20:36.198Z | [ recovery-image] Feb 27 03:20:34.894 INFO O| Feb 27 03:20:34.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1" |
| 6610 | 2026-02-27T03:20:36.198Z | [ recovery-image] Feb 27 03:20:34.894 INFO O| Feb 27 03:20:34.894 INFO STEP 600 (remove_files) COMPLETE |
| 6611 | 2026-02-27T03:20:36.198Z | [ recovery-image] Feb 27 03:20:34.894 INFO O| Feb 27 03:20:34.894 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6612 | 2026-02-27T03:20:36.213Z | [ recovery-image] Feb 27 03:20:34.909 INFO O| Feb 27 03:20:34.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
| 6613 | 2026-02-27T03:20:36.213Z | [ recovery-image] Feb 27 03:20:34.909 INFO O| Feb 27 03:20:34.909 INFO STEP 601 (remove_files) COMPLETE |
| 6614 | 2026-02-27T03:20:36.213Z | [ recovery-image] Feb 27 03:20:34.909 INFO O| Feb 27 03:20:34.909 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6615 | 2026-02-27T03:20:36.228Z | [ recovery-image] Feb 27 03:20:34.924 INFO O| Feb 27 03:20:34.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
| 6616 | 2026-02-27T03:20:36.228Z | [ recovery-image] Feb 27 03:20:34.924 INFO O| Feb 27 03:20:34.924 INFO STEP 602 (remove_files) COMPLETE |
| 6617 | 2026-02-27T03:20:36.228Z | [ recovery-image] Feb 27 03:20:34.924 INFO O| Feb 27 03:20:34.924 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6618 | 2026-02-27T03:20:36.242Z | [ recovery-image] Feb 27 03:20:34.938 INFO O| Feb 27 03:20:34.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1" |
| 6619 | 2026-02-27T03:20:36.242Z | [ recovery-image] Feb 27 03:20:34.938 INFO O| Feb 27 03:20:34.938 INFO STEP 603 (remove_files) COMPLETE |
| 6620 | 2026-02-27T03:20:36.242Z | [ recovery-image] Feb 27 03:20:34.938 INFO O| Feb 27 03:20:34.938 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6621 | 2026-02-27T03:20:36.257Z | [ recovery-image] Feb 27 03:20:34.953 INFO O| Feb 27 03:20:34.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1" |
| 6622 | 2026-02-27T03:20:36.261Z | [ recovery-image] Feb 27 03:20:34.953 INFO O| Feb 27 03:20:34.953 INFO STEP 604 (remove_files) COMPLETE |
| 6623 | 2026-02-27T03:20:36.261Z | [ recovery-image] Feb 27 03:20:34.953 INFO O| Feb 27 03:20:34.953 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6624 | 2026-02-27T03:20:36.272Z | [ recovery-image] Feb 27 03:20:34.967 INFO O| Feb 27 03:20:34.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
| 6625 | 2026-02-27T03:20:36.272Z | [ recovery-image] Feb 27 03:20:34.967 INFO O| Feb 27 03:20:34.967 INFO STEP 605 (remove_files) COMPLETE |
| 6626 | 2026-02-27T03:20:36.272Z | [ recovery-image] Feb 27 03:20:34.967 INFO O| Feb 27 03:20:34.967 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6627 | 2026-02-27T03:20:36.285Z | [ recovery-image] Feb 27 03:20:34.981 INFO O| Feb 27 03:20:34.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
| 6628 | 2026-02-27T03:20:36.285Z | [ recovery-image] Feb 27 03:20:34.981 INFO O| Feb 27 03:20:34.981 INFO STEP 606 (remove_files) COMPLETE |
| 6629 | 2026-02-27T03:20:36.288Z | [ recovery-image] Feb 27 03:20:34.981 INFO O| Feb 27 03:20:34.981 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6630 | 2026-02-27T03:20:36.298Z | [ recovery-image] Feb 27 03:20:34.994 INFO O| Feb 27 03:20:34.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1" |
| 6631 | 2026-02-27T03:20:36.298Z | [ recovery-image] Feb 27 03:20:34.994 INFO O| Feb 27 03:20:34.994 INFO STEP 607 (remove_files) COMPLETE |
| 6632 | 2026-02-27T03:20:36.298Z | [ recovery-image] Feb 27 03:20:34.994 INFO O| Feb 27 03:20:34.994 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6633 | 2026-02-27T03:20:36.312Z | [ recovery-image] Feb 27 03:20:35.008 INFO O| Feb 27 03:20:35.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1" |
| 6634 | 2026-02-27T03:20:36.312Z | [ recovery-image] Feb 27 03:20:35.008 INFO O| Feb 27 03:20:35.008 INFO STEP 608 (remove_files) COMPLETE |
| 6635 | 2026-02-27T03:20:36.312Z | [ recovery-image] Feb 27 03:20:35.008 INFO O| Feb 27 03:20:35.008 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6636 | 2026-02-27T03:20:36.326Z | [ recovery-image] Feb 27 03:20:35.022 INFO O| Feb 27 03:20:35.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1" |
| 6637 | 2026-02-27T03:20:36.326Z | [ recovery-image] Feb 27 03:20:35.023 INFO O| Feb 27 03:20:35.022 INFO STEP 609 (remove_files) COMPLETE |
| 6638 | 2026-02-27T03:20:36.327Z | [ recovery-image] Feb 27 03:20:35.023 INFO O| Feb 27 03:20:35.023 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6639 | 2026-02-27T03:20:36.342Z | [ recovery-image] Feb 27 03:20:35.037 INFO O| Feb 27 03:20:35.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
| 6640 | 2026-02-27T03:20:36.342Z | [ recovery-image] Feb 27 03:20:35.037 INFO O| Feb 27 03:20:35.037 INFO STEP 610 (remove_files) COMPLETE |
| 6641 | 2026-02-27T03:20:36.342Z | [ recovery-image] Feb 27 03:20:35.037 INFO O| Feb 27 03:20:35.037 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6642 | 2026-02-27T03:20:36.356Z | [ recovery-image] Feb 27 03:20:35.052 INFO O| Feb 27 03:20:35.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1" |
| 6643 | 2026-02-27T03:20:36.356Z | [ recovery-image] Feb 27 03:20:35.052 INFO O| Feb 27 03:20:35.052 INFO STEP 611 (remove_files) COMPLETE |
| 6644 | 2026-02-27T03:20:36.356Z | [ recovery-image] Feb 27 03:20:35.052 INFO O| Feb 27 03:20:35.052 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6645 | 2026-02-27T03:20:36.370Z | [ recovery-image] Feb 27 03:20:35.067 INFO O| Feb 27 03:20:35.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1" |
| 6646 | 2026-02-27T03:20:36.371Z | [ recovery-image] Feb 27 03:20:35.067 INFO O| Feb 27 03:20:35.067 INFO STEP 612 (remove_files) COMPLETE |
| 6647 | 2026-02-27T03:20:36.371Z | [ recovery-image] Feb 27 03:20:35.067 INFO O| Feb 27 03:20:35.067 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6648 | 2026-02-27T03:20:36.386Z | [ recovery-image] Feb 27 03:20:35.082 INFO O| Feb 27 03:20:35.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1" |
| 6649 | 2026-02-27T03:20:36.389Z | [ recovery-image] Feb 27 03:20:35.083 INFO O| Feb 27 03:20:35.083 INFO STEP 613 (remove_files) COMPLETE |
| 6650 | 2026-02-27T03:20:36.389Z | [ recovery-image] Feb 27 03:20:35.083 INFO O| Feb 27 03:20:35.083 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6651 | 2026-02-27T03:20:36.403Z | [ recovery-image] Feb 27 03:20:35.099 INFO O| Feb 27 03:20:35.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1" |
| 6652 | 2026-02-27T03:20:36.406Z | [ recovery-image] Feb 27 03:20:35.100 INFO O| Feb 27 03:20:35.100 INFO STEP 614 (remove_files) COMPLETE |
| 6653 | 2026-02-27T03:20:36.407Z | [ recovery-image] Feb 27 03:20:35.100 INFO O| Feb 27 03:20:35.100 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6654 | 2026-02-27T03:20:36.420Z | [ recovery-image] Feb 27 03:20:35.116 INFO O| Feb 27 03:20:35.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1" |
| 6655 | 2026-02-27T03:20:36.420Z | [ recovery-image] Feb 27 03:20:35.116 INFO O| Feb 27 03:20:35.116 INFO STEP 615 (remove_files) COMPLETE |
| 6656 | 2026-02-27T03:20:36.424Z | [ recovery-image] Feb 27 03:20:35.116 INFO O| Feb 27 03:20:35.116 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6657 | 2026-02-27T03:20:36.436Z | [ recovery-image] Feb 27 03:20:35.132 INFO O| Feb 27 03:20:35.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1" |
| 6658 | 2026-02-27T03:20:36.436Z | [ recovery-image] Feb 27 03:20:35.132 INFO O| Feb 27 03:20:35.132 INFO STEP 616 (remove_files) COMPLETE |
| 6659 | 2026-02-27T03:20:36.436Z | [ recovery-image] Feb 27 03:20:35.132 INFO O| Feb 27 03:20:35.132 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6660 | 2026-02-27T03:20:36.452Z | [ recovery-image] Feb 27 03:20:35.148 INFO O| Feb 27 03:20:35.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1" |
| 6661 | 2026-02-27T03:20:36.452Z | [ recovery-image] Feb 27 03:20:35.149 INFO O| Feb 27 03:20:35.149 INFO STEP 617 (remove_files) COMPLETE |
| 6662 | 2026-02-27T03:20:36.452Z | [ recovery-image] Feb 27 03:20:35.149 INFO O| Feb 27 03:20:35.149 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6663 | 2026-02-27T03:20:36.467Z | [ recovery-image] Feb 27 03:20:35.163 INFO O| Feb 27 03:20:35.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1" |
| 6664 | 2026-02-27T03:20:36.467Z | [ recovery-image] Feb 27 03:20:35.163 INFO O| Feb 27 03:20:35.163 INFO STEP 618 (remove_files) COMPLETE |
| 6665 | 2026-02-27T03:20:36.467Z | [ recovery-image] Feb 27 03:20:35.163 INFO O| Feb 27 03:20:35.163 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6666 | 2026-02-27T03:20:36.482Z | [ recovery-image] Feb 27 03:20:35.178 INFO O| Feb 27 03:20:35.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
| 6667 | 2026-02-27T03:20:36.482Z | [ recovery-image] Feb 27 03:20:35.178 INFO O| Feb 27 03:20:35.178 INFO STEP 619 (remove_files) COMPLETE |
| 6668 | 2026-02-27T03:20:36.486Z | [ recovery-image] Feb 27 03:20:35.178 INFO O| Feb 27 03:20:35.178 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6669 | 2026-02-27T03:20:36.497Z | [ recovery-image] Feb 27 03:20:35.193 INFO O| Feb 27 03:20:35.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
| 6670 | 2026-02-27T03:20:36.497Z | [ recovery-image] Feb 27 03:20:35.193 INFO O| Feb 27 03:20:35.193 INFO STEP 620 (remove_files) COMPLETE |
| 6671 | 2026-02-27T03:20:36.497Z | [ recovery-image] Feb 27 03:20:35.193 INFO O| Feb 27 03:20:35.193 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6672 | 2026-02-27T03:20:36.512Z | [ recovery-image] Feb 27 03:20:35.208 INFO O| Feb 27 03:20:35.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
| 6673 | 2026-02-27T03:20:36.512Z | [ recovery-image] Feb 27 03:20:35.208 INFO O| Feb 27 03:20:35.208 INFO STEP 621 (remove_files) COMPLETE |
| 6674 | 2026-02-27T03:20:36.512Z | [ recovery-image] Feb 27 03:20:35.208 INFO O| Feb 27 03:20:35.208 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6675 | 2026-02-27T03:20:36.526Z | [ recovery-image] Feb 27 03:20:35.222 INFO O| Feb 27 03:20:35.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1" |
| 6676 | 2026-02-27T03:20:36.526Z | [ recovery-image] Feb 27 03:20:35.222 INFO O| Feb 27 03:20:35.222 INFO STEP 622 (remove_files) COMPLETE |
| 6677 | 2026-02-27T03:20:36.526Z | [ recovery-image] Feb 27 03:20:35.222 INFO O| Feb 27 03:20:35.222 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6678 | 2026-02-27T03:20:36.539Z | [ recovery-image] Feb 27 03:20:35.235 INFO O| Feb 27 03:20:35.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1" |
| 6679 | 2026-02-27T03:20:36.539Z | [ recovery-image] Feb 27 03:20:35.236 INFO O| Feb 27 03:20:35.236 INFO STEP 623 (remove_files) COMPLETE |
| 6680 | 2026-02-27T03:20:36.539Z | [ recovery-image] Feb 27 03:20:35.236 INFO O| Feb 27 03:20:35.236 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6681 | 2026-02-27T03:20:36.554Z | [ recovery-image] Feb 27 03:20:35.250 INFO O| Feb 27 03:20:35.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
| 6682 | 2026-02-27T03:20:36.557Z | [ recovery-image] Feb 27 03:20:35.250 INFO O| Feb 27 03:20:35.250 INFO STEP 624 (remove_files) COMPLETE |
| 6683 | 2026-02-27T03:20:36.557Z | [ recovery-image] Feb 27 03:20:35.250 INFO O| Feb 27 03:20:35.250 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6684 | 2026-02-27T03:20:36.568Z | [ recovery-image] Feb 27 03:20:35.264 INFO O| Feb 27 03:20:35.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
| 6685 | 2026-02-27T03:20:36.568Z | [ recovery-image] Feb 27 03:20:35.265 INFO O| Feb 27 03:20:35.265 INFO STEP 625 (remove_files) COMPLETE |
| 6686 | 2026-02-27T03:20:36.568Z | [ recovery-image] Feb 27 03:20:35.265 INFO O| Feb 27 03:20:35.265 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6687 | 2026-02-27T03:20:36.583Z | [ recovery-image] Feb 27 03:20:35.279 INFO O| Feb 27 03:20:35.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1" |
| 6688 | 2026-02-27T03:20:36.583Z | [ recovery-image] Feb 27 03:20:35.279 INFO O| Feb 27 03:20:35.279 INFO STEP 626 (remove_files) COMPLETE |
| 6689 | 2026-02-27T03:20:36.583Z | [ recovery-image] Feb 27 03:20:35.279 INFO O| Feb 27 03:20:35.279 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6690 | 2026-02-27T03:20:36.605Z | [ recovery-image] Feb 27 03:20:35.294 INFO O| Feb 27 03:20:35.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
| 6691 | 2026-02-27T03:20:36.608Z | [ recovery-image] Feb 27 03:20:35.295 INFO O| Feb 27 03:20:35.295 INFO STEP 627 (remove_files) COMPLETE |
| 6692 | 2026-02-27T03:20:36.608Z | [ recovery-image] Feb 27 03:20:35.295 INFO O| Feb 27 03:20:35.295 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6693 | 2026-02-27T03:20:36.612Z | [ recovery-image] Feb 27 03:20:35.308 INFO O| Feb 27 03:20:35.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
| 6694 | 2026-02-27T03:20:36.615Z | [ recovery-image] Feb 27 03:20:35.309 INFO O| Feb 27 03:20:35.309 INFO STEP 628 (remove_files) COMPLETE |
| 6695 | 2026-02-27T03:20:36.615Z | [ recovery-image] Feb 27 03:20:35.309 INFO O| Feb 27 03:20:35.309 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6696 | 2026-02-27T03:20:36.627Z | [ recovery-image] Feb 27 03:20:35.323 INFO O| Feb 27 03:20:35.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
| 6697 | 2026-02-27T03:20:36.627Z | [ recovery-image] Feb 27 03:20:35.323 INFO O| Feb 27 03:20:35.323 INFO STEP 629 (remove_files) COMPLETE |
| 6698 | 2026-02-27T03:20:36.627Z | [ recovery-image] Feb 27 03:20:35.323 INFO O| Feb 27 03:20:35.323 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6699 | 2026-02-27T03:20:36.642Z | [ recovery-image] Feb 27 03:20:35.338 INFO O| Feb 27 03:20:35.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
| 6700 | 2026-02-27T03:20:36.642Z | [ recovery-image] Feb 27 03:20:35.339 INFO O| Feb 27 03:20:35.338 INFO STEP 630 (remove_files) COMPLETE |
| 6701 | 2026-02-27T03:20:36.642Z | [ recovery-image] Feb 27 03:20:35.339 INFO O| Feb 27 03:20:35.339 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6702 | 2026-02-27T03:20:36.657Z | [ recovery-image] Feb 27 03:20:35.353 INFO O| Feb 27 03:20:35.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1" |
| 6703 | 2026-02-27T03:20:36.657Z | [ recovery-image] Feb 27 03:20:35.353 INFO O| Feb 27 03:20:35.353 INFO STEP 631 (remove_files) COMPLETE |
| 6704 | 2026-02-27T03:20:36.657Z | [ recovery-image] Feb 27 03:20:35.353 INFO O| Feb 27 03:20:35.353 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6705 | 2026-02-27T03:20:36.671Z | [ recovery-image] Feb 27 03:20:35.367 INFO O| Feb 27 03:20:35.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1" |
| 6706 | 2026-02-27T03:20:36.671Z | [ recovery-image] Feb 27 03:20:35.367 INFO O| Feb 27 03:20:35.367 INFO STEP 632 (remove_files) COMPLETE |
| 6707 | 2026-02-27T03:20:36.671Z | [ recovery-image] Feb 27 03:20:35.367 INFO O| Feb 27 03:20:35.367 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6708 | 2026-02-27T03:20:36.685Z | [ recovery-image] Feb 27 03:20:35.381 INFO O| Feb 27 03:20:35.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1" |
| 6709 | 2026-02-27T03:20:36.685Z | [ recovery-image] Feb 27 03:20:35.381 INFO O| Feb 27 03:20:35.381 INFO STEP 633 (remove_files) COMPLETE |
| 6710 | 2026-02-27T03:20:36.685Z | [ recovery-image] Feb 27 03:20:35.381 INFO O| Feb 27 03:20:35.381 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6711 | 2026-02-27T03:20:36.699Z | [ recovery-image] Feb 27 03:20:35.395 INFO O| Feb 27 03:20:35.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1" |
| 6712 | 2026-02-27T03:20:36.699Z | [ recovery-image] Feb 27 03:20:35.395 INFO O| Feb 27 03:20:35.395 INFO STEP 634 (remove_files) COMPLETE |
| 6713 | 2026-02-27T03:20:36.699Z | [ recovery-image] Feb 27 03:20:35.395 INFO O| Feb 27 03:20:35.395 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6714 | 2026-02-27T03:20:36.713Z | [ recovery-image] Feb 27 03:20:35.409 INFO O| Feb 27 03:20:35.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1" |
| 6715 | 2026-02-27T03:20:36.713Z | [ recovery-image] Feb 27 03:20:35.409 INFO O| Feb 27 03:20:35.409 INFO STEP 635 (remove_files) COMPLETE |
| 6716 | 2026-02-27T03:20:36.713Z | [ recovery-image] Feb 27 03:20:35.409 INFO O| Feb 27 03:20:35.409 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6717 | 2026-02-27T03:20:36.726Z | [ recovery-image] Feb 27 03:20:35.422 INFO O| Feb 27 03:20:35.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
| 6718 | 2026-02-27T03:20:36.726Z | [ recovery-image] Feb 27 03:20:35.423 INFO O| Feb 27 03:20:35.423 INFO STEP 636 (remove_files) COMPLETE |
| 6719 | 2026-02-27T03:20:36.726Z | [ recovery-image] Feb 27 03:20:35.423 INFO O| Feb 27 03:20:35.423 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6720 | 2026-02-27T03:20:36.741Z | [ recovery-image] Feb 27 03:20:35.437 INFO O| Feb 27 03:20:35.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1" |
| 6721 | 2026-02-27T03:20:36.741Z | [ recovery-image] Feb 27 03:20:35.437 INFO O| Feb 27 03:20:35.437 INFO STEP 637 (remove_files) COMPLETE |
| 6722 | 2026-02-27T03:20:36.741Z | [ recovery-image] Feb 27 03:20:35.437 INFO O| Feb 27 03:20:35.437 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6723 | 2026-02-27T03:20:36.755Z | [ recovery-image] Feb 27 03:20:35.451 INFO O| Feb 27 03:20:35.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
| 6724 | 2026-02-27T03:20:36.755Z | [ recovery-image] Feb 27 03:20:35.451 INFO O| Feb 27 03:20:35.451 INFO STEP 638 (remove_files) COMPLETE |
| 6725 | 2026-02-27T03:20:36.758Z | [ recovery-image] Feb 27 03:20:35.451 INFO O| Feb 27 03:20:35.451 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6726 | 2026-02-27T03:20:36.768Z | [ recovery-image] Feb 27 03:20:35.464 INFO O| Feb 27 03:20:35.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
| 6727 | 2026-02-27T03:20:36.768Z | [ recovery-image] Feb 27 03:20:35.464 INFO O| Feb 27 03:20:35.464 INFO STEP 639 (remove_files) COMPLETE |
| 6728 | 2026-02-27T03:20:36.768Z | [ recovery-image] Feb 27 03:20:35.464 INFO O| Feb 27 03:20:35.464 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6729 | 2026-02-27T03:20:36.784Z | [ recovery-image] Feb 27 03:20:35.480 INFO O| Feb 27 03:20:35.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
| 6730 | 2026-02-27T03:20:36.784Z | [ recovery-image] Feb 27 03:20:35.480 INFO O| Feb 27 03:20:35.480 INFO STEP 640 (remove_files) COMPLETE |
| 6731 | 2026-02-27T03:20:36.784Z | [ recovery-image] Feb 27 03:20:35.480 INFO O| Feb 27 03:20:35.480 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6732 | 2026-02-27T03:20:36.798Z | [ recovery-image] Feb 27 03:20:35.494 INFO O| Feb 27 03:20:35.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
| 6733 | 2026-02-27T03:20:36.798Z | [ recovery-image] Feb 27 03:20:35.495 INFO O| Feb 27 03:20:35.494 INFO STEP 641 (remove_files) COMPLETE |
| 6734 | 2026-02-27T03:20:36.798Z | [ recovery-image] Feb 27 03:20:35.495 INFO O| Feb 27 03:20:35.495 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6735 | 2026-02-27T03:20:36.814Z | [ recovery-image] Feb 27 03:20:35.510 INFO O| Feb 27 03:20:35.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
| 6736 | 2026-02-27T03:20:36.814Z | [ recovery-image] Feb 27 03:20:35.510 INFO O| Feb 27 03:20:35.510 INFO STEP 642 (remove_files) COMPLETE |
| 6737 | 2026-02-27T03:20:36.814Z | [ recovery-image] Feb 27 03:20:35.510 INFO O| Feb 27 03:20:35.510 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6738 | 2026-02-27T03:20:36.831Z | [ recovery-image] Feb 27 03:20:35.525 INFO O| Feb 27 03:20:35.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
| 6739 | 2026-02-27T03:20:36.831Z | [ recovery-image] Feb 27 03:20:35.526 INFO O| Feb 27 03:20:35.525 INFO STEP 643 (remove_files) COMPLETE |
| 6740 | 2026-02-27T03:20:36.831Z | [ recovery-image] Feb 27 03:20:35.526 INFO O| Feb 27 03:20:35.525 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6741 | 2026-02-27T03:20:36.844Z | [ recovery-image] Feb 27 03:20:35.540 INFO O| Feb 27 03:20:35.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
| 6742 | 2026-02-27T03:20:36.844Z | [ recovery-image] Feb 27 03:20:35.540 INFO O| Feb 27 03:20:35.540 INFO STEP 644 (remove_files) COMPLETE |
| 6743 | 2026-02-27T03:20:36.844Z | [ recovery-image] Feb 27 03:20:35.540 INFO O| Feb 27 03:20:35.540 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6744 | 2026-02-27T03:20:36.858Z | [ recovery-image] Feb 27 03:20:35.554 INFO O| Feb 27 03:20:35.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
| 6745 | 2026-02-27T03:20:36.858Z | [ recovery-image] Feb 27 03:20:35.554 INFO O| Feb 27 03:20:35.554 INFO STEP 645 (remove_files) COMPLETE |
| 6746 | 2026-02-27T03:20:36.858Z | [ recovery-image] Feb 27 03:20:35.554 INFO O| Feb 27 03:20:35.554 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6747 | 2026-02-27T03:20:36.873Z | [ recovery-image] Feb 27 03:20:35.567 INFO O| Feb 27 03:20:35.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
| 6748 | 2026-02-27T03:20:36.873Z | [ recovery-image] Feb 27 03:20:35.568 INFO O| Feb 27 03:20:35.568 INFO STEP 646 (remove_files) COMPLETE |
| 6749 | 2026-02-27T03:20:36.873Z | [ recovery-image] Feb 27 03:20:35.568 INFO O| Feb 27 03:20:35.568 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6750 | 2026-02-27T03:20:36.884Z | [ recovery-image] Feb 27 03:20:35.580 INFO O| Feb 27 03:20:35.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
| 6751 | 2026-02-27T03:20:36.884Z | [ recovery-image] Feb 27 03:20:35.580 INFO O| Feb 27 03:20:35.580 INFO STEP 647 (remove_files) COMPLETE |
| 6752 | 2026-02-27T03:20:36.884Z | [ recovery-image] Feb 27 03:20:35.580 INFO O| Feb 27 03:20:35.580 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6753 | 2026-02-27T03:20:36.899Z | [ recovery-image] Feb 27 03:20:35.595 INFO O| Feb 27 03:20:35.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
| 6754 | 2026-02-27T03:20:36.899Z | [ recovery-image] Feb 27 03:20:35.595 INFO O| Feb 27 03:20:35.595 INFO STEP 648 (remove_files) COMPLETE |
| 6755 | 2026-02-27T03:20:36.899Z | [ recovery-image] Feb 27 03:20:35.595 INFO O| Feb 27 03:20:35.595 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6756 | 2026-02-27T03:20:36.914Z | [ recovery-image] Feb 27 03:20:35.610 INFO O| Feb 27 03:20:35.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
| 6757 | 2026-02-27T03:20:36.914Z | [ recovery-image] Feb 27 03:20:35.610 INFO O| Feb 27 03:20:35.610 INFO STEP 649 (remove_files) COMPLETE |
| 6758 | 2026-02-27T03:20:36.914Z | [ recovery-image] Feb 27 03:20:35.610 INFO O| Feb 27 03:20:35.610 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6759 | 2026-02-27T03:20:36.926Z | [ recovery-image] Feb 27 03:20:35.623 INFO O| Feb 27 03:20:35.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
| 6760 | 2026-02-27T03:20:36.930Z | [ recovery-image] Feb 27 03:20:35.623 INFO O| Feb 27 03:20:35.623 INFO STEP 650 (remove_files) COMPLETE |
| 6761 | 2026-02-27T03:20:36.930Z | [ recovery-image] Feb 27 03:20:35.623 INFO O| Feb 27 03:20:35.623 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6762 | 2026-02-27T03:20:36.942Z | [ recovery-image] Feb 27 03:20:35.638 INFO O| Feb 27 03:20:35.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
| 6763 | 2026-02-27T03:20:36.942Z | [ recovery-image] Feb 27 03:20:35.638 INFO O| Feb 27 03:20:35.638 INFO STEP 651 (remove_files) COMPLETE |
| 6764 | 2026-02-27T03:20:36.945Z | [ recovery-image] Feb 27 03:20:35.638 INFO O| Feb 27 03:20:35.638 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6765 | 2026-02-27T03:20:36.958Z | [ recovery-image] Feb 27 03:20:35.654 INFO O| Feb 27 03:20:35.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
| 6766 | 2026-02-27T03:20:36.958Z | [ recovery-image] Feb 27 03:20:35.654 INFO O| Feb 27 03:20:35.654 INFO STEP 652 (remove_files) COMPLETE |
| 6767 | 2026-02-27T03:20:36.958Z | [ recovery-image] Feb 27 03:20:35.654 INFO O| Feb 27 03:20:35.654 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6768 | 2026-02-27T03:20:36.972Z | [ recovery-image] Feb 27 03:20:35.668 INFO O| Feb 27 03:20:35.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
| 6769 | 2026-02-27T03:20:36.972Z | [ recovery-image] Feb 27 03:20:35.668 INFO O| Feb 27 03:20:35.668 INFO STEP 653 (remove_files) COMPLETE |
| 6770 | 2026-02-27T03:20:36.975Z | [ recovery-image] Feb 27 03:20:35.668 INFO O| Feb 27 03:20:35.668 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6771 | 2026-02-27T03:20:36.986Z | [ recovery-image] Feb 27 03:20:35.682 INFO O| Feb 27 03:20:35.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
| 6772 | 2026-02-27T03:20:36.986Z | [ recovery-image] Feb 27 03:20:35.683 INFO O| Feb 27 03:20:35.682 INFO STEP 654 (remove_files) COMPLETE |
| 6773 | 2026-02-27T03:20:36.986Z | [ recovery-image] Feb 27 03:20:35.683 INFO O| Feb 27 03:20:35.683 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6774 | 2026-02-27T03:20:37.001Z | [ recovery-image] Feb 27 03:20:35.697 INFO O| Feb 27 03:20:35.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
| 6775 | 2026-02-27T03:20:37.001Z | [ recovery-image] Feb 27 03:20:35.697 INFO O| Feb 27 03:20:35.697 INFO STEP 655 (remove_files) COMPLETE |
| 6776 | 2026-02-27T03:20:37.001Z | [ recovery-image] Feb 27 03:20:35.697 INFO O| Feb 27 03:20:35.697 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6777 | 2026-02-27T03:20:37.015Z | [ recovery-image] Feb 27 03:20:35.711 INFO O| Feb 27 03:20:35.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
| 6778 | 2026-02-27T03:20:37.015Z | [ recovery-image] Feb 27 03:20:35.711 INFO O| Feb 27 03:20:35.711 INFO STEP 656 (remove_files) COMPLETE |
| 6779 | 2026-02-27T03:20:37.015Z | [ recovery-image] Feb 27 03:20:35.711 INFO O| Feb 27 03:20:35.711 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6780 | 2026-02-27T03:20:37.030Z | [ recovery-image] Feb 27 03:20:35.726 INFO O| Feb 27 03:20:35.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
| 6781 | 2026-02-27T03:20:37.030Z | [ recovery-image] Feb 27 03:20:35.726 INFO O| Feb 27 03:20:35.726 INFO STEP 657 (remove_files) COMPLETE |
| 6782 | 2026-02-27T03:20:37.030Z | [ recovery-image] Feb 27 03:20:35.726 INFO O| Feb 27 03:20:35.726 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6783 | 2026-02-27T03:20:37.043Z | [ recovery-image] Feb 27 03:20:35.739 INFO O| Feb 27 03:20:35.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
| 6784 | 2026-02-27T03:20:37.043Z | [ recovery-image] Feb 27 03:20:35.739 INFO O| Feb 27 03:20:35.739 INFO STEP 658 (remove_files) COMPLETE |
| 6785 | 2026-02-27T03:20:37.043Z | [ recovery-image] Feb 27 03:20:35.739 INFO O| Feb 27 03:20:35.739 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6786 | 2026-02-27T03:20:37.059Z | [ recovery-image] Feb 27 03:20:35.755 INFO O| Feb 27 03:20:35.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
| 6787 | 2026-02-27T03:20:37.059Z | [ recovery-image] Feb 27 03:20:35.755 INFO O| Feb 27 03:20:35.755 INFO STEP 659 (remove_files) COMPLETE |
| 6788 | 2026-02-27T03:20:37.059Z | [ recovery-image] Feb 27 03:20:35.755 INFO O| Feb 27 03:20:35.755 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6789 | 2026-02-27T03:20:37.075Z | [ recovery-image] Feb 27 03:20:35.771 INFO O| Feb 27 03:20:35.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
| 6790 | 2026-02-27T03:20:37.076Z | [ recovery-image] Feb 27 03:20:35.771 INFO O| Feb 27 03:20:35.771 INFO STEP 660 (remove_files) COMPLETE |
| 6791 | 2026-02-27T03:20:37.076Z | [ recovery-image] Feb 27 03:20:35.771 INFO O| Feb 27 03:20:35.771 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6792 | 2026-02-27T03:20:37.093Z | [ recovery-image] Feb 27 03:20:35.789 INFO O| Feb 27 03:20:35.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
| 6793 | 2026-02-27T03:20:37.093Z | [ recovery-image] Feb 27 03:20:35.789 INFO O| Feb 27 03:20:35.789 INFO STEP 661 (remove_files) COMPLETE |
| 6794 | 2026-02-27T03:20:37.093Z | [ recovery-image] Feb 27 03:20:35.789 INFO O| Feb 27 03:20:35.789 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6795 | 2026-02-27T03:20:37.111Z | [ recovery-image] Feb 27 03:20:35.806 INFO O| Feb 27 03:20:35.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
| 6796 | 2026-02-27T03:20:37.111Z | [ recovery-image] Feb 27 03:20:35.807 INFO O| Feb 27 03:20:35.807 INFO STEP 662 (remove_files) COMPLETE |
| 6797 | 2026-02-27T03:20:37.114Z | [ recovery-image] Feb 27 03:20:35.807 INFO O| Feb 27 03:20:35.807 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6798 | 2026-02-27T03:20:37.127Z | [ recovery-image] Feb 27 03:20:35.823 INFO O| Feb 27 03:20:35.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
| 6799 | 2026-02-27T03:20:37.127Z | [ recovery-image] Feb 27 03:20:35.823 INFO O| Feb 27 03:20:35.823 INFO STEP 663 (remove_files) COMPLETE |
| 6800 | 2026-02-27T03:20:37.127Z | [ recovery-image] Feb 27 03:20:35.823 INFO O| Feb 27 03:20:35.823 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6801 | 2026-02-27T03:20:37.144Z | [ recovery-image] Feb 27 03:20:35.839 INFO O| Feb 27 03:20:35.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
| 6802 | 2026-02-27T03:20:37.144Z | [ recovery-image] Feb 27 03:20:35.839 INFO O| Feb 27 03:20:35.839 INFO STEP 664 (remove_files) COMPLETE |
| 6803 | 2026-02-27T03:20:37.144Z | [ recovery-image] Feb 27 03:20:35.839 INFO O| Feb 27 03:20:35.839 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6804 | 2026-02-27T03:20:37.159Z | [ recovery-image] Feb 27 03:20:35.855 INFO O| Feb 27 03:20:35.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
| 6805 | 2026-02-27T03:20:37.159Z | [ recovery-image] Feb 27 03:20:35.855 INFO O| Feb 27 03:20:35.855 INFO STEP 665 (remove_files) COMPLETE |
| 6806 | 2026-02-27T03:20:37.159Z | [ recovery-image] Feb 27 03:20:35.855 INFO O| Feb 27 03:20:35.855 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6807 | 2026-02-27T03:20:37.176Z | [ recovery-image] Feb 27 03:20:35.872 INFO O| Feb 27 03:20:35.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
| 6808 | 2026-02-27T03:20:37.179Z | [ recovery-image] Feb 27 03:20:35.873 INFO O| Feb 27 03:20:35.873 INFO STEP 666 (remove_files) COMPLETE |
| 6809 | 2026-02-27T03:20:37.179Z | [ recovery-image] Feb 27 03:20:35.873 INFO O| Feb 27 03:20:35.873 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6810 | 2026-02-27T03:20:37.195Z | [ recovery-image] Feb 27 03:20:35.891 INFO O| Feb 27 03:20:35.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
| 6811 | 2026-02-27T03:20:37.195Z | [ recovery-image] Feb 27 03:20:35.891 INFO O| Feb 27 03:20:35.891 INFO STEP 667 (remove_files) COMPLETE |
| 6812 | 2026-02-27T03:20:37.195Z | [ recovery-image] Feb 27 03:20:35.891 INFO O| Feb 27 03:20:35.891 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6813 | 2026-02-27T03:20:37.211Z | [ recovery-image] Feb 27 03:20:35.908 INFO O| Feb 27 03:20:35.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2" |
| 6814 | 2026-02-27T03:20:37.212Z | [ recovery-image] Feb 27 03:20:35.908 INFO O| Feb 27 03:20:35.908 INFO STEP 668 (remove_files) COMPLETE |
| 6815 | 2026-02-27T03:20:37.212Z | [ recovery-image] Feb 27 03:20:35.908 INFO O| Feb 27 03:20:35.908 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6816 | 2026-02-27T03:20:37.229Z | [ recovery-image] Feb 27 03:20:35.925 INFO O| Feb 27 03:20:35.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
| 6817 | 2026-02-27T03:20:37.229Z | [ recovery-image] Feb 27 03:20:35.925 INFO O| Feb 27 03:20:35.925 INFO STEP 669 (remove_files) COMPLETE |
| 6818 | 2026-02-27T03:20:37.229Z | [ recovery-image] Feb 27 03:20:35.925 INFO O| Feb 27 03:20:35.925 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6819 | 2026-02-27T03:20:37.246Z | [ recovery-image] Feb 27 03:20:35.942 INFO O| Feb 27 03:20:35.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr" |
| 6820 | 2026-02-27T03:20:37.249Z | [ recovery-image] Feb 27 03:20:35.942 INFO O| Feb 27 03:20:35.942 INFO STEP 670 (remove_files) COMPLETE |
| 6821 | 2026-02-27T03:20:37.249Z | [ recovery-image] Feb 27 03:20:35.942 INFO O| Feb 27 03:20:35.942 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6822 | 2026-02-27T03:20:37.263Z | [ recovery-image] Feb 27 03:20:35.959 INFO O| Feb 27 03:20:35.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh" |
| 6823 | 2026-02-27T03:20:37.264Z | [ recovery-image] Feb 27 03:20:35.960 INFO O| Feb 27 03:20:35.960 INFO STEP 671 (remove_files) COMPLETE |
| 6824 | 2026-02-27T03:20:37.266Z | [ recovery-image] Feb 27 03:20:35.960 INFO O| Feb 27 03:20:35.960 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6825 | 2026-02-27T03:20:37.280Z | [ recovery-image] Feb 27 03:20:35.976 INFO O| Feb 27 03:20:35.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query" |
| 6826 | 2026-02-27T03:20:37.280Z | [ recovery-image] Feb 27 03:20:35.976 INFO O| Feb 27 03:20:35.976 INFO STEP 672 (remove_files) COMPLETE |
| 6827 | 2026-02-27T03:20:37.280Z | [ recovery-image] Feb 27 03:20:35.976 INFO O| Feb 27 03:20:35.976 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6828 | 2026-02-27T03:20:37.298Z | [ recovery-image] Feb 27 03:20:35.993 INFO O| Feb 27 03:20:35.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
| 6829 | 2026-02-27T03:20:37.300Z | [ recovery-image] Feb 27 03:20:35.993 INFO O| Feb 27 03:20:35.993 INFO STEP 673 (remove_files) COMPLETE |
| 6830 | 2026-02-27T03:20:37.301Z | [ recovery-image] Feb 27 03:20:35.993 INFO O| Feb 27 03:20:35.993 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6831 | 2026-02-27T03:20:37.314Z | [ recovery-image] Feb 27 03:20:36.010 INFO O| Feb 27 03:20:36.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
| 6832 | 2026-02-27T03:20:37.314Z | [ recovery-image] Feb 27 03:20:36.010 INFO O| Feb 27 03:20:36.010 INFO STEP 674 (remove_files) COMPLETE |
| 6833 | 2026-02-27T03:20:37.314Z | [ recovery-image] Feb 27 03:20:36.010 INFO O| Feb 27 03:20:36.010 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6834 | 2026-02-27T03:20:37.329Z | [ recovery-image] Feb 27 03:20:36.025 INFO O| Feb 27 03:20:36.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
| 6835 | 2026-02-27T03:20:37.329Z | [ recovery-image] Feb 27 03:20:36.025 INFO O| Feb 27 03:20:36.025 INFO STEP 675 (remove_files) COMPLETE |
| 6836 | 2026-02-27T03:20:37.329Z | [ recovery-image] Feb 27 03:20:36.025 INFO O| Feb 27 03:20:36.025 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6837 | 2026-02-27T03:20:37.345Z | [ recovery-image] Feb 27 03:20:36.041 INFO O| Feb 27 03:20:36.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
| 6838 | 2026-02-27T03:20:37.345Z | [ recovery-image] Feb 27 03:20:36.041 INFO O| Feb 27 03:20:36.041 INFO STEP 676 (remove_files) COMPLETE |
| 6839 | 2026-02-27T03:20:37.349Z | [ recovery-image] Feb 27 03:20:36.041 INFO O| Feb 27 03:20:36.041 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6840 | 2026-02-27T03:20:37.361Z | [ recovery-image] Feb 27 03:20:36.057 INFO O| Feb 27 03:20:36.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
| 6841 | 2026-02-27T03:20:37.361Z | [ recovery-image] Feb 27 03:20:36.057 INFO O| Feb 27 03:20:36.057 INFO STEP 677 (remove_files) COMPLETE |
| 6842 | 2026-02-27T03:20:37.361Z | [ recovery-image] Feb 27 03:20:36.057 INFO O| Feb 27 03:20:36.057 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6843 | 2026-02-27T03:20:37.377Z | [ recovery-image] Feb 27 03:20:36.073 INFO O| Feb 27 03:20:36.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
| 6844 | 2026-02-27T03:20:37.377Z | [ recovery-image] Feb 27 03:20:36.073 INFO O| Feb 27 03:20:36.073 INFO STEP 678 (remove_files) COMPLETE |
| 6845 | 2026-02-27T03:20:37.377Z | [ recovery-image] Feb 27 03:20:36.073 INFO O| Feb 27 03:20:36.073 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6846 | 2026-02-27T03:20:37.393Z | [ recovery-image] Feb 27 03:20:36.089 INFO O| Feb 27 03:20:36.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1" |
| 6847 | 2026-02-27T03:20:37.393Z | [ recovery-image] Feb 27 03:20:36.089 INFO O| Feb 27 03:20:36.089 INFO STEP 679 (remove_files) COMPLETE |
| 6848 | 2026-02-27T03:20:37.393Z | [ recovery-image] Feb 27 03:20:36.089 INFO O| Feb 27 03:20:36.089 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6849 | 2026-02-27T03:20:37.410Z | [ recovery-image] Feb 27 03:20:36.106 INFO O| Feb 27 03:20:36.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1" |
| 6850 | 2026-02-27T03:20:37.413Z | [ recovery-image] Feb 27 03:20:36.106 INFO O| Feb 27 03:20:36.106 INFO STEP 680 (remove_files) COMPLETE |
| 6851 | 2026-02-27T03:20:37.413Z | [ recovery-image] Feb 27 03:20:36.107 INFO O| Feb 27 03:20:36.106 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6852 | 2026-02-27T03:20:37.427Z | [ recovery-image] Feb 27 03:20:36.123 INFO O| Feb 27 03:20:36.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1" |
| 6853 | 2026-02-27T03:20:37.427Z | [ recovery-image] Feb 27 03:20:36.123 INFO O| Feb 27 03:20:36.123 INFO STEP 681 (remove_files) COMPLETE |
| 6854 | 2026-02-27T03:20:37.427Z | [ recovery-image] Feb 27 03:20:36.123 INFO O| Feb 27 03:20:36.123 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6855 | 2026-02-27T03:20:37.443Z | [ recovery-image] Feb 27 03:20:36.139 INFO O| Feb 27 03:20:36.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1" |
| 6856 | 2026-02-27T03:20:37.443Z | [ recovery-image] Feb 27 03:20:36.139 INFO O| Feb 27 03:20:36.139 INFO STEP 682 (remove_files) COMPLETE |
| 6857 | 2026-02-27T03:20:37.446Z | [ recovery-image] Feb 27 03:20:36.139 INFO O| Feb 27 03:20:36.139 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6858 | 2026-02-27T03:20:37.459Z | [ recovery-image] Feb 27 03:20:36.155 INFO O| Feb 27 03:20:36.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1" |
| 6859 | 2026-02-27T03:20:37.459Z | [ recovery-image] Feb 27 03:20:36.155 INFO O| Feb 27 03:20:36.155 INFO STEP 683 (remove_files) COMPLETE |
| 6860 | 2026-02-27T03:20:37.462Z | [ recovery-image] Feb 27 03:20:36.155 INFO O| Feb 27 03:20:36.155 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6861 | 2026-02-27T03:20:37.475Z | [ recovery-image] Feb 27 03:20:36.171 INFO O| Feb 27 03:20:36.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1" |
| 6862 | 2026-02-27T03:20:37.475Z | [ recovery-image] Feb 27 03:20:36.171 INFO O| Feb 27 03:20:36.171 INFO STEP 684 (remove_files) COMPLETE |
| 6863 | 2026-02-27T03:20:37.475Z | [ recovery-image] Feb 27 03:20:36.171 INFO O| Feb 27 03:20:36.171 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6864 | 2026-02-27T03:20:37.490Z | [ recovery-image] Feb 27 03:20:36.186 INFO O| Feb 27 03:20:36.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin" |
| 6865 | 2026-02-27T03:20:37.490Z | [ recovery-image] Feb 27 03:20:36.186 INFO O| Feb 27 03:20:36.186 INFO STEP 685 (remove_files) COMPLETE |
| 6866 | 2026-02-27T03:20:37.490Z | [ recovery-image] Feb 27 03:20:36.186 INFO O| Feb 27 03:20:36.186 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6867 | 2026-02-27T03:20:37.505Z | [ recovery-image] Feb 27 03:20:36.201 INFO O| Feb 27 03:20:36.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl" |
| 6868 | 2026-02-27T03:20:37.505Z | [ recovery-image] Feb 27 03:20:36.201 INFO O| Feb 27 03:20:36.201 INFO STEP 686 (remove_files) COMPLETE |
| 6869 | 2026-02-27T03:20:37.505Z | [ recovery-image] Feb 27 03:20:36.201 INFO O| Feb 27 03:20:36.201 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6870 | 2026-02-27T03:20:37.521Z | [ recovery-image] Feb 27 03:20:36.217 INFO O| Feb 27 03:20:36.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin" |
| 6871 | 2026-02-27T03:20:37.521Z | [ recovery-image] Feb 27 03:20:36.217 INFO O| Feb 27 03:20:36.217 INFO STEP 687 (remove_files) COMPLETE |
| 6872 | 2026-02-27T03:20:37.521Z | [ recovery-image] Feb 27 03:20:36.217 INFO O| Feb 27 03:20:36.217 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6873 | 2026-02-27T03:20:37.536Z | [ recovery-image] Feb 27 03:20:36.232 INFO O| Feb 27 03:20:36.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl" |
| 6874 | 2026-02-27T03:20:37.536Z | [ recovery-image] Feb 27 03:20:36.232 INFO O| Feb 27 03:20:36.232 INFO STEP 688 (remove_files) COMPLETE |
| 6875 | 2026-02-27T03:20:37.536Z | [ recovery-image] Feb 27 03:20:36.232 INFO O| Feb 27 03:20:36.232 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6876 | 2026-02-27T03:20:37.551Z | [ recovery-image] Feb 27 03:20:36.247 INFO O| Feb 27 03:20:36.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin" |
| 6877 | 2026-02-27T03:20:37.551Z | [ recovery-image] Feb 27 03:20:36.247 INFO O| Feb 27 03:20:36.247 INFO STEP 689 (remove_files) COMPLETE |
| 6878 | 2026-02-27T03:20:37.551Z | [ recovery-image] Feb 27 03:20:36.247 INFO O| Feb 27 03:20:36.247 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6879 | 2026-02-27T03:20:37.566Z | [ recovery-image] Feb 27 03:20:36.262 INFO O| Feb 27 03:20:36.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl" |
| 6880 | 2026-02-27T03:20:37.566Z | [ recovery-image] Feb 27 03:20:36.262 INFO O| Feb 27 03:20:36.262 INFO STEP 690 (remove_files) COMPLETE |
| 6881 | 2026-02-27T03:20:37.566Z | [ recovery-image] Feb 27 03:20:36.262 INFO O| Feb 27 03:20:36.262 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6882 | 2026-02-27T03:20:37.582Z | [ recovery-image] Feb 27 03:20:36.278 INFO O| Feb 27 03:20:36.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
| 6883 | 2026-02-27T03:20:37.582Z | [ recovery-image] Feb 27 03:20:36.278 INFO O| Feb 27 03:20:36.278 INFO STEP 691 (remove_files) COMPLETE |
| 6884 | 2026-02-27T03:20:37.582Z | [ recovery-image] Feb 27 03:20:36.278 INFO O| Feb 27 03:20:36.278 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6885 | 2026-02-27T03:20:37.597Z | [ recovery-image] Feb 27 03:20:36.293 INFO O| Feb 27 03:20:36.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
| 6886 | 2026-02-27T03:20:37.597Z | [ recovery-image] Feb 27 03:20:36.293 INFO O| Feb 27 03:20:36.293 INFO STEP 692 (remove_files) COMPLETE |
| 6887 | 2026-02-27T03:20:37.597Z | [ recovery-image] Feb 27 03:20:36.293 INFO O| Feb 27 03:20:36.293 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6888 | 2026-02-27T03:20:37.612Z | [ recovery-image] Feb 27 03:20:36.308 INFO O| Feb 27 03:20:36.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin" |
| 6889 | 2026-02-27T03:20:37.612Z | [ recovery-image] Feb 27 03:20:36.308 INFO O| Feb 27 03:20:36.308 INFO STEP 693 (remove_files) COMPLETE |
| 6890 | 2026-02-27T03:20:37.612Z | [ recovery-image] Feb 27 03:20:36.308 INFO O| Feb 27 03:20:36.308 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6891 | 2026-02-27T03:20:37.627Z | [ recovery-image] Feb 27 03:20:36.323 INFO O| Feb 27 03:20:36.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl" |
| 6892 | 2026-02-27T03:20:37.627Z | [ recovery-image] Feb 27 03:20:36.323 INFO O| Feb 27 03:20:36.323 INFO STEP 694 (remove_files) COMPLETE |
| 6893 | 2026-02-27T03:20:37.627Z | [ recovery-image] Feb 27 03:20:36.323 INFO O| Feb 27 03:20:36.323 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6894 | 2026-02-27T03:20:37.641Z | [ recovery-image] Feb 27 03:20:36.337 INFO O| Feb 27 03:20:36.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
| 6895 | 2026-02-27T03:20:37.641Z | [ recovery-image] Feb 27 03:20:36.337 INFO O| Feb 27 03:20:36.337 INFO STEP 695 (remove_files) COMPLETE |
| 6896 | 2026-02-27T03:20:37.641Z | [ recovery-image] Feb 27 03:20:36.337 INFO O| Feb 27 03:20:36.337 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6897 | 2026-02-27T03:20:37.655Z | [ recovery-image] Feb 27 03:20:36.351 INFO O| Feb 27 03:20:36.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
| 6898 | 2026-02-27T03:20:37.659Z | [ recovery-image] Feb 27 03:20:36.352 INFO O| Feb 27 03:20:36.352 INFO STEP 696 (remove_files) COMPLETE |
| 6899 | 2026-02-27T03:20:37.659Z | [ recovery-image] Feb 27 03:20:36.352 INFO O| Feb 27 03:20:36.352 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6900 | 2026-02-27T03:20:37.669Z | [ recovery-image] Feb 27 03:20:36.365 INFO O| Feb 27 03:20:36.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled" |
| 6901 | 2026-02-27T03:20:37.669Z | [ recovery-image] Feb 27 03:20:36.365 INFO O| Feb 27 03:20:36.365 INFO STEP 697 (remove_files) COMPLETE |
| 6902 | 2026-02-27T03:20:37.669Z | [ recovery-image] Feb 27 03:20:36.365 INFO O| Feb 27 03:20:36.365 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6903 | 2026-02-27T03:20:37.683Z | [ recovery-image] Feb 27 03:20:36.379 INFO O| Feb 27 03:20:36.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv" |
| 6904 | 2026-02-27T03:20:37.683Z | [ recovery-image] Feb 27 03:20:36.379 INFO O| Feb 27 03:20:36.379 INFO STEP 698 (remove_files) COMPLETE |
| 6905 | 2026-02-27T03:20:37.683Z | [ recovery-image] Feb 27 03:20:36.379 INFO O| Feb 27 03:20:36.379 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6906 | 2026-02-27T03:20:37.698Z | [ recovery-image] Feb 27 03:20:36.393 INFO O| Feb 27 03:20:36.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend" |
| 6907 | 2026-02-27T03:20:37.698Z | [ recovery-image] Feb 27 03:20:36.393 INFO O| Feb 27 03:20:36.393 INFO STEP 699 (remove_files) COMPLETE |
| 6908 | 2026-02-27T03:20:37.698Z | [ recovery-image] Feb 27 03:20:36.394 INFO O| Feb 27 03:20:36.393 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6909 | 2026-02-27T03:20:37.713Z | [ recovery-image] Feb 27 03:20:36.408 INFO O| Feb 27 03:20:36.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo" |
| 6910 | 2026-02-27T03:20:37.713Z | [ recovery-image] Feb 27 03:20:36.409 INFO O| Feb 27 03:20:36.408 INFO STEP 700 (remove_files) COMPLETE |
| 6911 | 2026-02-27T03:20:37.716Z | [ recovery-image] Feb 27 03:20:36.409 INFO O| Feb 27 03:20:36.409 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6912 | 2026-02-27T03:20:37.727Z | [ recovery-image] Feb 27 03:20:36.423 INFO O| Feb 27 03:20:36.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o" |
| 6913 | 2026-02-27T03:20:37.730Z | [ recovery-image] Feb 27 03:20:36.423 INFO O| Feb 27 03:20:36.423 INFO STEP 701 (remove_files) COMPLETE |
| 6914 | 2026-02-27T03:20:37.730Z | [ recovery-image] Feb 27 03:20:36.423 INFO O| Feb 27 03:20:36.423 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6915 | 2026-02-27T03:20:37.743Z | [ recovery-image] Feb 27 03:20:36.438 INFO O| Feb 27 03:20:36.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
| 6916 | 2026-02-27T03:20:37.746Z | [ recovery-image] Feb 27 03:20:36.439 INFO O| Feb 27 03:20:36.439 INFO STEP 702 (remove_files) COMPLETE |
| 6917 | 2026-02-27T03:20:37.746Z | [ recovery-image] Feb 27 03:20:36.439 INFO O| Feb 27 03:20:36.439 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6918 | 2026-02-27T03:20:37.757Z | [ recovery-image] Feb 27 03:20:36.453 INFO O| Feb 27 03:20:36.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d" |
| 6919 | 2026-02-27T03:20:37.758Z | [ recovery-image] Feb 27 03:20:36.454 INFO O| Feb 27 03:20:36.453 INFO STEP 703 (remove_files) COMPLETE |
| 6920 | 2026-02-27T03:20:37.758Z | [ recovery-image] Feb 27 03:20:36.454 INFO O| Feb 27 03:20:36.454 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6921 | 2026-02-27T03:20:37.771Z | [ recovery-image] Feb 27 03:20:36.467 INFO O| Feb 27 03:20:36.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o" |
| 6922 | 2026-02-27T03:20:37.771Z | [ recovery-image] Feb 27 03:20:36.467 INFO O| Feb 27 03:20:36.467 INFO STEP 704 (remove_files) COMPLETE |
| 6923 | 2026-02-27T03:20:37.771Z | [ recovery-image] Feb 27 03:20:36.467 INFO O| Feb 27 03:20:36.467 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6924 | 2026-02-27T03:20:37.784Z | [ recovery-image] Feb 27 03:20:36.480 INFO O| Feb 27 03:20:36.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
| 6925 | 2026-02-27T03:20:37.784Z | [ recovery-image] Feb 27 03:20:36.480 INFO O| Feb 27 03:20:36.480 INFO STEP 705 (remove_files) COMPLETE |
| 6926 | 2026-02-27T03:20:37.784Z | [ recovery-image] Feb 27 03:20:36.480 INFO O| Feb 27 03:20:36.480 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6927 | 2026-02-27T03:20:37.800Z | [ recovery-image] Feb 27 03:20:36.496 INFO O| Feb 27 03:20:36.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
| 6928 | 2026-02-27T03:20:37.804Z | [ recovery-image] Feb 27 03:20:36.496 INFO O| Feb 27 03:20:36.496 INFO STEP 706 (remove_files) COMPLETE |
| 6929 | 2026-02-27T03:20:37.804Z | [ recovery-image] Feb 27 03:20:36.496 INFO O| Feb 27 03:20:36.496 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6930 | 2026-02-27T03:20:37.816Z | [ recovery-image] Feb 27 03:20:36.512 INFO O| Feb 27 03:20:36.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
| 6931 | 2026-02-27T03:20:37.816Z | [ recovery-image] Feb 27 03:20:36.512 INFO O| Feb 27 03:20:36.512 INFO STEP 707 (remove_files) COMPLETE |
| 6932 | 2026-02-27T03:20:37.816Z | [ recovery-image] Feb 27 03:20:36.512 INFO O| Feb 27 03:20:36.512 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6933 | 2026-02-27T03:20:37.832Z | [ recovery-image] Feb 27 03:20:36.528 INFO O| Feb 27 03:20:36.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
| 6934 | 2026-02-27T03:20:37.833Z | [ recovery-image] Feb 27 03:20:36.529 INFO O| Feb 27 03:20:36.529 INFO STEP 708 (remove_files) COMPLETE |
| 6935 | 2026-02-27T03:20:37.833Z | [ recovery-image] Feb 27 03:20:36.529 INFO O| Feb 27 03:20:36.529 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6936 | 2026-02-27T03:20:37.848Z | [ recovery-image] Feb 27 03:20:36.544 INFO O| Feb 27 03:20:36.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
| 6937 | 2026-02-27T03:20:37.848Z | [ recovery-image] Feb 27 03:20:36.544 INFO O| Feb 27 03:20:36.544 INFO STEP 709 (remove_files) COMPLETE |
| 6938 | 2026-02-27T03:20:37.848Z | [ recovery-image] Feb 27 03:20:36.544 INFO O| Feb 27 03:20:36.544 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6939 | 2026-02-27T03:20:37.865Z | [ recovery-image] Feb 27 03:20:36.560 INFO O| Feb 27 03:20:36.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
| 6940 | 2026-02-27T03:20:37.865Z | [ recovery-image] Feb 27 03:20:36.560 INFO O| Feb 27 03:20:36.560 INFO STEP 710 (remove_files) COMPLETE |
| 6941 | 2026-02-27T03:20:37.865Z | [ recovery-image] Feb 27 03:20:36.560 INFO O| Feb 27 03:20:36.560 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6942 | 2026-02-27T03:20:37.878Z | [ recovery-image] Feb 27 03:20:36.574 INFO O| Feb 27 03:20:36.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
| 6943 | 2026-02-27T03:20:37.878Z | [ recovery-image] Feb 27 03:20:36.574 INFO O| Feb 27 03:20:36.574 INFO STEP 711 (remove_files) COMPLETE |
| 6944 | 2026-02-27T03:20:37.878Z | [ recovery-image] Feb 27 03:20:36.574 INFO O| Feb 27 03:20:36.574 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6945 | 2026-02-27T03:20:37.893Z | [ recovery-image] Feb 27 03:20:36.589 INFO O| Feb 27 03:20:36.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
| 6946 | 2026-02-27T03:20:37.893Z | [ recovery-image] Feb 27 03:20:36.589 INFO O| Feb 27 03:20:36.589 INFO STEP 712 (remove_files) COMPLETE |
| 6947 | 2026-02-27T03:20:37.893Z | [ recovery-image] Feb 27 03:20:36.589 INFO O| Feb 27 03:20:36.589 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6948 | 2026-02-27T03:20:37.908Z | [ recovery-image] Feb 27 03:20:36.604 INFO O| Feb 27 03:20:36.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
| 6949 | 2026-02-27T03:20:37.908Z | [ recovery-image] Feb 27 03:20:36.604 INFO O| Feb 27 03:20:36.604 INFO STEP 713 (remove_files) COMPLETE |
| 6950 | 2026-02-27T03:20:37.908Z | [ recovery-image] Feb 27 03:20:36.604 INFO O| Feb 27 03:20:36.604 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6951 | 2026-02-27T03:20:37.921Z | [ recovery-image] Feb 27 03:20:36.617 INFO O| Feb 27 03:20:36.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
| 6952 | 2026-02-27T03:20:37.921Z | [ recovery-image] Feb 27 03:20:36.617 INFO O| Feb 27 03:20:36.617 INFO STEP 714 (remove_files) COMPLETE |
| 6953 | 2026-02-27T03:20:37.921Z | [ recovery-image] Feb 27 03:20:36.617 INFO O| Feb 27 03:20:36.617 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6954 | 2026-02-27T03:20:37.935Z | [ recovery-image] Feb 27 03:20:36.631 INFO O| Feb 27 03:20:36.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict" |
| 6955 | 2026-02-27T03:20:37.938Z | [ recovery-image] Feb 27 03:20:36.632 INFO O| Feb 27 03:20:36.632 INFO STEP 715 (remove_files) COMPLETE |
| 6956 | 2026-02-27T03:20:37.938Z | [ recovery-image] Feb 27 03:20:36.632 INFO O| Feb 27 03:20:36.632 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6957 | 2026-02-27T03:20:37.951Z | [ recovery-image] Feb 27 03:20:36.647 INFO O| Feb 27 03:20:36.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
| 6958 | 2026-02-27T03:20:37.954Z | [ recovery-image] Feb 27 03:20:36.648 INFO O| Feb 27 03:20:36.647 INFO STEP 716 (remove_files) COMPLETE |
| 6959 | 2026-02-27T03:20:37.954Z | [ recovery-image] Feb 27 03:20:36.648 INFO O| Feb 27 03:20:36.647 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6960 | 2026-02-27T03:20:37.969Z | [ recovery-image] Feb 27 03:20:36.665 INFO O| Feb 27 03:20:36.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict" |
| 6961 | 2026-02-27T03:20:37.969Z | [ recovery-image] Feb 27 03:20:36.665 INFO O| Feb 27 03:20:36.665 INFO STEP 717 (remove_files) COMPLETE |
| 6962 | 2026-02-27T03:20:37.969Z | [ recovery-image] Feb 27 03:20:36.665 INFO O| Feb 27 03:20:36.665 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6963 | 2026-02-27T03:20:37.985Z | [ recovery-image] Feb 27 03:20:36.681 INFO O| Feb 27 03:20:36.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict" |
| 6964 | 2026-02-27T03:20:37.986Z | [ recovery-image] Feb 27 03:20:36.681 INFO O| Feb 27 03:20:36.681 INFO STEP 718 (remove_files) COMPLETE |
| 6965 | 2026-02-27T03:20:37.989Z | [ recovery-image] Feb 27 03:20:36.681 INFO O| Feb 27 03:20:36.681 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6966 | 2026-02-27T03:20:38.002Z | [ recovery-image] Feb 27 03:20:36.698 INFO O| Feb 27 03:20:36.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject" |
| 6967 | 2026-02-27T03:20:38.002Z | [ recovery-image] Feb 27 03:20:36.698 INFO O| Feb 27 03:20:36.698 INFO STEP 719 (remove_files) COMPLETE |
| 6968 | 2026-02-27T03:20:38.002Z | [ recovery-image] Feb 27 03:20:36.698 INFO O| Feb 27 03:20:36.698 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6969 | 2026-02-27T03:20:38.019Z | [ recovery-image] Feb 27 03:20:36.714 INFO O| Feb 27 03:20:36.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim" |
| 6970 | 2026-02-27T03:20:38.019Z | [ recovery-image] Feb 27 03:20:36.714 INFO O| Feb 27 03:20:36.714 INFO STEP 720 (remove_files) COMPLETE |
| 6971 | 2026-02-27T03:20:38.019Z | [ recovery-image] Feb 27 03:20:36.715 INFO O| Feb 27 03:20:36.714 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6972 | 2026-02-27T03:20:38.034Z | [ recovery-image] Feb 27 03:20:36.730 INFO O| Feb 27 03:20:36.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo" |
| 6973 | 2026-02-27T03:20:38.037Z | [ recovery-image] Feb 27 03:20:36.730 INFO O| Feb 27 03:20:36.730 INFO STEP 721 (remove_files) COMPLETE |
| 6974 | 2026-02-27T03:20:38.037Z | [ recovery-image] Feb 27 03:20:36.730 INFO O| Feb 27 03:20:36.730 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6975 | 2026-02-27T03:20:38.049Z | [ recovery-image] Feb 27 03:20:36.745 INFO O| Feb 27 03:20:36.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo" |
| 6976 | 2026-02-27T03:20:38.052Z | [ recovery-image] Feb 27 03:20:36.745 INFO O| Feb 27 03:20:36.745 INFO STEP 722 (remove_files) COMPLETE |
| 6977 | 2026-02-27T03:20:38.052Z | [ recovery-image] Feb 27 03:20:36.745 INFO O| Feb 27 03:20:36.745 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6978 | 2026-02-27T03:20:38.064Z | [ recovery-image] Feb 27 03:20:36.760 INFO O| Feb 27 03:20:36.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode" |
| 6979 | 2026-02-27T03:20:38.064Z | [ recovery-image] Feb 27 03:20:36.760 INFO O| Feb 27 03:20:36.760 INFO STEP 723 (remove_files) COMPLETE |
| 6980 | 2026-02-27T03:20:38.067Z | [ recovery-image] Feb 27 03:20:36.760 INFO O| Feb 27 03:20:36.760 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6981 | 2026-02-27T03:20:38.079Z | [ recovery-image] Feb 27 03:20:36.775 INFO O| Feb 27 03:20:36.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
| 6982 | 2026-02-27T03:20:38.079Z | [ recovery-image] Feb 27 03:20:36.776 INFO O| Feb 27 03:20:36.775 INFO STEP 724 (remove_files) COMPLETE |
| 6983 | 2026-02-27T03:20:38.082Z | [ recovery-image] Feb 27 03:20:36.776 INFO O| Feb 27 03:20:36.775 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6984 | 2026-02-27T03:20:38.095Z | [ recovery-image] Feb 27 03:20:36.791 INFO O| Feb 27 03:20:36.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
| 6985 | 2026-02-27T03:20:38.095Z | [ recovery-image] Feb 27 03:20:36.791 INFO O| Feb 27 03:20:36.791 INFO STEP 725 (remove_files) COMPLETE |
| 6986 | 2026-02-27T03:20:38.095Z | [ recovery-image] Feb 27 03:20:36.791 INFO O| Feb 27 03:20:36.791 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6987 | 2026-02-27T03:20:38.110Z | [ recovery-image] Feb 27 03:20:36.806 INFO O| Feb 27 03:20:36.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
| 6988 | 2026-02-27T03:20:38.110Z | [ recovery-image] Feb 27 03:20:36.806 INFO O| Feb 27 03:20:36.806 INFO STEP 726 (remove_files) COMPLETE |
| 6989 | 2026-02-27T03:20:38.110Z | [ recovery-image] Feb 27 03:20:36.806 INFO O| Feb 27 03:20:36.806 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6990 | 2026-02-27T03:20:38.127Z | [ recovery-image] Feb 27 03:20:36.823 INFO O| Feb 27 03:20:36.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
| 6991 | 2026-02-27T03:20:38.127Z | [ recovery-image] Feb 27 03:20:36.823 INFO O| Feb 27 03:20:36.823 INFO STEP 727 (remove_files) COMPLETE |
| 6992 | 2026-02-27T03:20:38.127Z | [ recovery-image] Feb 27 03:20:36.823 INFO O| Feb 27 03:20:36.823 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6993 | 2026-02-27T03:20:38.143Z | [ recovery-image] Feb 27 03:20:36.839 INFO O| Feb 27 03:20:36.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
| 6994 | 2026-02-27T03:20:38.143Z | [ recovery-image] Feb 27 03:20:36.839 INFO O| Feb 27 03:20:36.839 INFO STEP 728 (remove_files) COMPLETE |
| 6995 | 2026-02-27T03:20:38.143Z | [ recovery-image] Feb 27 03:20:36.839 INFO O| Feb 27 03:20:36.839 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6996 | 2026-02-27T03:20:38.158Z | [ recovery-image] Feb 27 03:20:36.854 INFO O| Feb 27 03:20:36.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
| 6997 | 2026-02-27T03:20:38.158Z | [ recovery-image] Feb 27 03:20:36.854 INFO O| Feb 27 03:20:36.854 INFO STEP 729 (remove_files) COMPLETE |
| 6998 | 2026-02-27T03:20:38.158Z | [ recovery-image] Feb 27 03:20:36.854 INFO O| Feb 27 03:20:36.854 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6999 | 2026-02-27T03:20:38.172Z | [ recovery-image] Feb 27 03:20:36.868 INFO O| Feb 27 03:20:36.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
| 7000 | 2026-02-27T03:20:38.172Z | [ recovery-image] Feb 27 03:20:36.868 INFO O| Feb 27 03:20:36.868 INFO STEP 730 (remove_files) COMPLETE |
| 7001 | 2026-02-27T03:20:38.176Z | [ recovery-image] Feb 27 03:20:36.868 INFO O| Feb 27 03:20:36.868 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7002 | 2026-02-27T03:20:38.186Z | [ recovery-image] Feb 27 03:20:36.882 INFO O| Feb 27 03:20:36.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
| 7003 | 2026-02-27T03:20:38.186Z | [ recovery-image] Feb 27 03:20:36.882 INFO O| Feb 27 03:20:36.882 INFO STEP 731 (remove_files) COMPLETE |
| 7004 | 2026-02-27T03:20:38.186Z | [ recovery-image] Feb 27 03:20:36.882 INFO O| Feb 27 03:20:36.882 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7005 | 2026-02-27T03:20:38.202Z | [ recovery-image] Feb 27 03:20:36.898 INFO O| Feb 27 03:20:36.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
| 7006 | 2026-02-27T03:20:38.202Z | [ recovery-image] Feb 27 03:20:36.898 INFO O| Feb 27 03:20:36.898 INFO STEP 732 (remove_files) COMPLETE |
| 7007 | 2026-02-27T03:20:38.202Z | [ recovery-image] Feb 27 03:20:36.898 INFO O| Feb 27 03:20:36.898 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7008 | 2026-02-27T03:20:38.217Z | [ recovery-image] Feb 27 03:20:36.913 INFO O| Feb 27 03:20:36.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
| 7009 | 2026-02-27T03:20:38.217Z | [ recovery-image] Feb 27 03:20:36.913 INFO O| Feb 27 03:20:36.913 INFO STEP 733 (remove_files) COMPLETE |
| 7010 | 2026-02-27T03:20:38.218Z | [ recovery-image] Feb 27 03:20:36.913 INFO O| Feb 27 03:20:36.913 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7011 | 2026-02-27T03:20:38.232Z | [ recovery-image] Feb 27 03:20:36.928 INFO O| Feb 27 03:20:36.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
| 7012 | 2026-02-27T03:20:38.232Z | [ recovery-image] Feb 27 03:20:36.928 INFO O| Feb 27 03:20:36.928 INFO STEP 734 (remove_files) COMPLETE |
| 7013 | 2026-02-27T03:20:38.232Z | [ recovery-image] Feb 27 03:20:36.928 INFO O| Feb 27 03:20:36.928 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7014 | 2026-02-27T03:20:38.246Z | [ recovery-image] Feb 27 03:20:36.942 INFO O| Feb 27 03:20:36.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
| 7015 | 2026-02-27T03:20:38.249Z | [ recovery-image] Feb 27 03:20:36.943 INFO O| Feb 27 03:20:36.943 INFO STEP 735 (remove_files) COMPLETE |
| 7016 | 2026-02-27T03:20:38.249Z | [ recovery-image] Feb 27 03:20:36.943 INFO O| Feb 27 03:20:36.943 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7017 | 2026-02-27T03:20:38.262Z | [ recovery-image] Feb 27 03:20:36.957 INFO O| Feb 27 03:20:36.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
| 7018 | 2026-02-27T03:20:38.262Z | [ recovery-image] Feb 27 03:20:36.958 INFO O| Feb 27 03:20:36.958 INFO STEP 736 (remove_files) COMPLETE |
| 7019 | 2026-02-27T03:20:38.262Z | [ recovery-image] Feb 27 03:20:36.958 INFO O| Feb 27 03:20:36.958 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7020 | 2026-02-27T03:20:38.275Z | [ recovery-image] Feb 27 03:20:36.971 INFO O| Feb 27 03:20:36.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
| 7021 | 2026-02-27T03:20:38.276Z | [ recovery-image] Feb 27 03:20:36.971 INFO O| Feb 27 03:20:36.971 INFO STEP 737 (remove_files) COMPLETE |
| 7022 | 2026-02-27T03:20:38.276Z | [ recovery-image] Feb 27 03:20:36.971 INFO O| Feb 27 03:20:36.971 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7023 | 2026-02-27T03:20:38.289Z | [ recovery-image] Feb 27 03:20:36.985 INFO O| Feb 27 03:20:36.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
| 7024 | 2026-02-27T03:20:38.289Z | [ recovery-image] Feb 27 03:20:36.985 INFO O| Feb 27 03:20:36.985 INFO STEP 738 (remove_files) COMPLETE |
| 7025 | 2026-02-27T03:20:38.289Z | [ recovery-image] Feb 27 03:20:36.985 INFO O| Feb 27 03:20:36.985 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7026 | 2026-02-27T03:20:38.304Z | [ recovery-image] Feb 27 03:20:37.000 INFO O| Feb 27 03:20:37.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
| 7027 | 2026-02-27T03:20:38.307Z | [ recovery-image] Feb 27 03:20:37.000 INFO O| Feb 27 03:20:37.000 INFO STEP 739 (remove_files) COMPLETE |
| 7028 | 2026-02-27T03:20:38.307Z | [ recovery-image] Feb 27 03:20:37.001 INFO O| Feb 27 03:20:37.000 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7029 | 2026-02-27T03:20:38.322Z | [ recovery-image] Feb 27 03:20:37.018 INFO O| Feb 27 03:20:37.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
| 7030 | 2026-02-27T03:20:38.322Z | [ recovery-image] Feb 27 03:20:37.018 INFO O| Feb 27 03:20:37.018 INFO STEP 740 (remove_files) COMPLETE |
| 7031 | 2026-02-27T03:20:38.322Z | [ recovery-image] Feb 27 03:20:37.018 INFO O| Feb 27 03:20:37.018 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7032 | 2026-02-27T03:20:38.335Z | [ recovery-image] Feb 27 03:20:37.030 INFO O| Feb 27 03:20:37.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
| 7033 | 2026-02-27T03:20:38.335Z | [ recovery-image] Feb 27 03:20:37.031 INFO O| Feb 27 03:20:37.031 INFO STEP 741 (remove_files) COMPLETE |
| 7034 | 2026-02-27T03:20:38.335Z | [ recovery-image] Feb 27 03:20:37.031 INFO O| Feb 27 03:20:37.031 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7035 | 2026-02-27T03:20:38.348Z | [ recovery-image] Feb 27 03:20:37.044 INFO O| Feb 27 03:20:37.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
| 7036 | 2026-02-27T03:20:38.348Z | [ recovery-image] Feb 27 03:20:37.044 INFO O| Feb 27 03:20:37.044 INFO STEP 742 (remove_files) COMPLETE |
| 7037 | 2026-02-27T03:20:38.348Z | [ recovery-image] Feb 27 03:20:37.044 INFO O| Feb 27 03:20:37.044 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7038 | 2026-02-27T03:20:38.362Z | [ recovery-image] Feb 27 03:20:37.058 INFO O| Feb 27 03:20:37.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
| 7039 | 2026-02-27T03:20:38.362Z | [ recovery-image] Feb 27 03:20:37.058 INFO O| Feb 27 03:20:37.058 INFO STEP 743 (remove_files) COMPLETE |
| 7040 | 2026-02-27T03:20:38.362Z | [ recovery-image] Feb 27 03:20:37.058 INFO O| Feb 27 03:20:37.058 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7041 | 2026-02-27T03:20:38.376Z | [ recovery-image] Feb 27 03:20:37.071 INFO O| Feb 27 03:20:37.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
| 7042 | 2026-02-27T03:20:38.376Z | [ recovery-image] Feb 27 03:20:37.071 INFO O| Feb 27 03:20:37.071 INFO STEP 744 (remove_files) COMPLETE |
| 7043 | 2026-02-27T03:20:38.376Z | [ recovery-image] Feb 27 03:20:37.071 INFO O| Feb 27 03:20:37.071 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7044 | 2026-02-27T03:20:38.387Z | [ recovery-image] Feb 27 03:20:37.083 INFO O| Feb 27 03:20:37.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
| 7045 | 2026-02-27T03:20:38.387Z | [ recovery-image] Feb 27 03:20:37.083 INFO O| Feb 27 03:20:37.083 INFO STEP 745 (remove_files) COMPLETE |
| 7046 | 2026-02-27T03:20:38.387Z | [ recovery-image] Feb 27 03:20:37.083 INFO O| Feb 27 03:20:37.083 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7047 | 2026-02-27T03:20:38.400Z | [ recovery-image] Feb 27 03:20:37.095 INFO O| Feb 27 03:20:37.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
| 7048 | 2026-02-27T03:20:38.400Z | [ recovery-image] Feb 27 03:20:37.095 INFO O| Feb 27 03:20:37.095 INFO STEP 746 (remove_files) COMPLETE |
| 7049 | 2026-02-27T03:20:38.402Z | [ recovery-image] Feb 27 03:20:37.096 INFO O| Feb 27 03:20:37.095 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7050 | 2026-02-27T03:20:38.413Z | [ recovery-image] Feb 27 03:20:37.108 INFO O| Feb 27 03:20:37.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1" |
| 7051 | 2026-02-27T03:20:38.413Z | [ recovery-image] Feb 27 03:20:37.108 INFO O| Feb 27 03:20:37.108 INFO STEP 747 (remove_files) COMPLETE |
| 7052 | 2026-02-27T03:20:38.413Z | [ recovery-image] Feb 27 03:20:37.108 INFO O| Feb 27 03:20:37.108 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7053 | 2026-02-27T03:20:38.426Z | [ recovery-image] Feb 27 03:20:37.122 INFO O| Feb 27 03:20:37.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
| 7054 | 2026-02-27T03:20:38.426Z | [ recovery-image] Feb 27 03:20:37.122 INFO O| Feb 27 03:20:37.122 INFO STEP 748 (remove_files) COMPLETE |
| 7055 | 2026-02-27T03:20:38.426Z | [ recovery-image] Feb 27 03:20:37.122 INFO O| Feb 27 03:20:37.122 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7056 | 2026-02-27T03:20:38.439Z | [ recovery-image] Feb 27 03:20:37.135 INFO O| Feb 27 03:20:37.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1" |
| 7057 | 2026-02-27T03:20:38.439Z | [ recovery-image] Feb 27 03:20:37.135 INFO O| Feb 27 03:20:37.135 INFO STEP 749 (remove_files) COMPLETE |
| 7058 | 2026-02-27T03:20:38.439Z | [ recovery-image] Feb 27 03:20:37.135 INFO O| Feb 27 03:20:37.135 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7059 | 2026-02-27T03:20:38.453Z | [ recovery-image] Feb 27 03:20:37.149 INFO O| Feb 27 03:20:37.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1" |
| 7060 | 2026-02-27T03:20:38.453Z | [ recovery-image] Feb 27 03:20:37.149 INFO O| Feb 27 03:20:37.149 INFO STEP 750 (remove_files) COMPLETE |
| 7061 | 2026-02-27T03:20:38.453Z | [ recovery-image] Feb 27 03:20:37.149 INFO O| Feb 27 03:20:37.149 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7062 | 2026-02-27T03:20:38.467Z | [ recovery-image] Feb 27 03:20:37.163 INFO O| Feb 27 03:20:37.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
| 7063 | 2026-02-27T03:20:38.467Z | [ recovery-image] Feb 27 03:20:37.163 INFO O| Feb 27 03:20:37.163 INFO STEP 751 (remove_files) COMPLETE |
| 7064 | 2026-02-27T03:20:38.467Z | [ recovery-image] Feb 27 03:20:37.163 INFO O| Feb 27 03:20:37.163 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7065 | 2026-02-27T03:20:38.481Z | [ recovery-image] Feb 27 03:20:37.176 INFO O| Feb 27 03:20:37.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
| 7066 | 2026-02-27T03:20:38.481Z | [ recovery-image] Feb 27 03:20:37.176 INFO O| Feb 27 03:20:37.176 INFO STEP 752 (remove_files) COMPLETE |
| 7067 | 2026-02-27T03:20:38.481Z | [ recovery-image] Feb 27 03:20:37.176 INFO O| Feb 27 03:20:37.176 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7068 | 2026-02-27T03:20:38.493Z | [ recovery-image] Feb 27 03:20:37.189 INFO O| Feb 27 03:20:37.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
| 7069 | 2026-02-27T03:20:38.493Z | [ recovery-image] Feb 27 03:20:37.189 INFO O| Feb 27 03:20:37.189 INFO STEP 753 (remove_files) COMPLETE |
| 7070 | 2026-02-27T03:20:38.494Z | [ recovery-image] Feb 27 03:20:37.189 INFO O| Feb 27 03:20:37.189 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7071 | 2026-02-27T03:20:38.506Z | [ recovery-image] Feb 27 03:20:37.202 INFO O| Feb 27 03:20:37.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
| 7072 | 2026-02-27T03:20:38.506Z | [ recovery-image] Feb 27 03:20:37.202 INFO O| Feb 27 03:20:37.202 INFO STEP 754 (remove_files) COMPLETE |
| 7073 | 2026-02-27T03:20:38.506Z | [ recovery-image] Feb 27 03:20:37.202 INFO O| Feb 27 03:20:37.202 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7074 | 2026-02-27T03:20:38.519Z | [ recovery-image] Feb 27 03:20:37.214 INFO O| Feb 27 03:20:37.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
| 7075 | 2026-02-27T03:20:38.519Z | [ recovery-image] Feb 27 03:20:37.214 INFO O| Feb 27 03:20:37.214 INFO STEP 755 (remove_files) COMPLETE |
| 7076 | 2026-02-27T03:20:38.519Z | [ recovery-image] Feb 27 03:20:37.215 INFO O| Feb 27 03:20:37.214 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7077 | 2026-02-27T03:20:38.532Z | [ recovery-image] Feb 27 03:20:37.228 INFO O| Feb 27 03:20:37.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
| 7078 | 2026-02-27T03:20:38.532Z | [ recovery-image] Feb 27 03:20:37.228 INFO O| Feb 27 03:20:37.228 INFO STEP 756 (remove_files) COMPLETE |
| 7079 | 2026-02-27T03:20:38.532Z | [ recovery-image] Feb 27 03:20:37.228 INFO O| Feb 27 03:20:37.228 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7080 | 2026-02-27T03:20:38.545Z | [ recovery-image] Feb 27 03:20:37.241 INFO O| Feb 27 03:20:37.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
| 7081 | 2026-02-27T03:20:38.545Z | [ recovery-image] Feb 27 03:20:37.241 INFO O| Feb 27 03:20:37.241 INFO STEP 757 (remove_files) COMPLETE |
| 7082 | 2026-02-27T03:20:38.545Z | [ recovery-image] Feb 27 03:20:37.241 INFO O| Feb 27 03:20:37.241 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7083 | 2026-02-27T03:20:38.559Z | [ recovery-image] Feb 27 03:20:37.255 INFO O| Feb 27 03:20:37.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
| 7084 | 2026-02-27T03:20:38.559Z | [ recovery-image] Feb 27 03:20:37.255 INFO O| Feb 27 03:20:37.255 INFO STEP 758 (remove_files) COMPLETE |
| 7085 | 2026-02-27T03:20:38.559Z | [ recovery-image] Feb 27 03:20:37.255 INFO O| Feb 27 03:20:37.255 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7086 | 2026-02-27T03:20:38.574Z | [ recovery-image] Feb 27 03:20:37.270 INFO O| Feb 27 03:20:37.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
| 7087 | 2026-02-27T03:20:38.574Z | [ recovery-image] Feb 27 03:20:37.270 INFO O| Feb 27 03:20:37.270 INFO STEP 759 (remove_files) COMPLETE |
| 7088 | 2026-02-27T03:20:38.574Z | [ recovery-image] Feb 27 03:20:37.270 INFO O| Feb 27 03:20:37.270 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7089 | 2026-02-27T03:20:38.587Z | [ recovery-image] Feb 27 03:20:37.283 INFO O| Feb 27 03:20:37.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
| 7090 | 2026-02-27T03:20:38.588Z | [ recovery-image] Feb 27 03:20:37.283 INFO O| Feb 27 03:20:37.283 INFO STEP 760 (remove_files) COMPLETE |
| 7091 | 2026-02-27T03:20:38.588Z | [ recovery-image] Feb 27 03:20:37.283 INFO O| Feb 27 03:20:37.283 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7092 | 2026-02-27T03:20:38.602Z | [ recovery-image] Feb 27 03:20:37.298 INFO O| Feb 27 03:20:37.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
| 7093 | 2026-02-27T03:20:38.602Z | [ recovery-image] Feb 27 03:20:37.298 INFO O| Feb 27 03:20:37.298 INFO STEP 761 (remove_files) COMPLETE |
| 7094 | 2026-02-27T03:20:38.602Z | [ recovery-image] Feb 27 03:20:37.298 INFO O| Feb 27 03:20:37.298 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7095 | 2026-02-27T03:20:38.617Z | [ recovery-image] Feb 27 03:20:37.313 INFO O| Feb 27 03:20:37.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount" |
| 7096 | 2026-02-27T03:20:38.620Z | [ recovery-image] Feb 27 03:20:37.314 INFO O| Feb 27 03:20:37.314 INFO STEP 762 (remove_files) COMPLETE |
| 7097 | 2026-02-27T03:20:38.620Z | [ recovery-image] Feb 27 03:20:37.314 INFO O| Feb 27 03:20:37.314 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7098 | 2026-02-27T03:20:38.630Z | [ recovery-image] Feb 27 03:20:37.326 INFO O| Feb 27 03:20:37.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp" |
| 7099 | 2026-02-27T03:20:38.630Z | [ recovery-image] Feb 27 03:20:37.326 INFO O| Feb 27 03:20:37.326 INFO STEP 763 (remove_files) COMPLETE |
| 7100 | 2026-02-27T03:20:38.630Z | [ recovery-image] Feb 27 03:20:37.326 INFO O| Feb 27 03:20:37.326 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7101 | 2026-02-27T03:20:38.644Z | [ recovery-image] Feb 27 03:20:37.339 INFO O| Feb 27 03:20:37.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
| 7102 | 2026-02-27T03:20:38.647Z | [ recovery-image] Feb 27 03:20:37.340 INFO O| Feb 27 03:20:37.340 INFO STEP 764 (remove_files) COMPLETE |
| 7103 | 2026-02-27T03:20:38.647Z | [ recovery-image] Feb 27 03:20:37.340 INFO O| Feb 27 03:20:37.340 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7104 | 2026-02-27T03:20:38.660Z | [ recovery-image] Feb 27 03:20:37.356 INFO O| Feb 27 03:20:37.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit" |
| 7105 | 2026-02-27T03:20:38.660Z | [ recovery-image] Feb 27 03:20:37.356 INFO O| Feb 27 03:20:37.356 INFO STEP 765 (remove_files) COMPLETE |
| 7106 | 2026-02-27T03:20:38.660Z | [ recovery-image] Feb 27 03:20:37.356 INFO O| Feb 27 03:20:37.356 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7107 | 2026-02-27T03:20:38.676Z | [ recovery-image] Feb 27 03:20:37.372 INFO O| Feb 27 03:20:37.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount" |
| 7108 | 2026-02-27T03:20:38.676Z | [ recovery-image] Feb 27 03:20:37.372 INFO O| Feb 27 03:20:37.372 INFO STEP 766 (remove_files) COMPLETE |
| 7109 | 2026-02-27T03:20:38.676Z | [ recovery-image] Feb 27 03:20:37.372 INFO O| Feb 27 03:20:37.372 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7110 | 2026-02-27T03:20:38.692Z | [ recovery-image] Feb 27 03:20:37.388 INFO O| Feb 27 03:20:37.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount" |
| 7111 | 2026-02-27T03:20:38.695Z | [ recovery-image] Feb 27 03:20:37.388 INFO O| Feb 27 03:20:37.388 INFO STEP 767 (remove_files) COMPLETE |
| 7112 | 2026-02-27T03:20:38.695Z | [ recovery-image] Feb 27 03:20:37.388 INFO O| Feb 27 03:20:37.388 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7113 | 2026-02-27T03:20:38.705Z | [ recovery-image] Feb 27 03:20:37.401 INFO O| Feb 27 03:20:37.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck" |
| 7114 | 2026-02-27T03:20:38.708Z | [ recovery-image] Feb 27 03:20:37.401 INFO O| Feb 27 03:20:37.401 INFO STEP 768 (remove_files) COMPLETE |
| 7115 | 2026-02-27T03:20:38.708Z | [ recovery-image] Feb 27 03:20:37.401 INFO O| Feb 27 03:20:37.401 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7116 | 2026-02-27T03:20:38.720Z | [ recovery-image] Feb 27 03:20:37.415 INFO O| Feb 27 03:20:37.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp" |
| 7117 | 2026-02-27T03:20:38.720Z | [ recovery-image] Feb 27 03:20:37.416 INFO O| Feb 27 03:20:37.415 INFO STEP 769 (remove_files) COMPLETE |
| 7118 | 2026-02-27T03:20:38.720Z | [ recovery-image] Feb 27 03:20:37.416 INFO O| Feb 27 03:20:37.416 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7119 | 2026-02-27T03:20:38.733Z | [ recovery-image] Feb 27 03:20:37.429 INFO O| Feb 27 03:20:37.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
| 7120 | 2026-02-27T03:20:38.733Z | [ recovery-image] Feb 27 03:20:37.429 INFO O| Feb 27 03:20:37.429 INFO STEP 770 (remove_files) COMPLETE |
| 7121 | 2026-02-27T03:20:38.736Z | [ recovery-image] Feb 27 03:20:37.429 INFO O| Feb 27 03:20:37.429 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7122 | 2026-02-27T03:20:38.748Z | [ recovery-image] Feb 27 03:20:37.444 INFO O| Feb 27 03:20:37.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs" |
| 7123 | 2026-02-27T03:20:38.748Z | [ recovery-image] Feb 27 03:20:37.444 INFO O| Feb 27 03:20:37.444 INFO STEP 771 (remove_files) COMPLETE |
| 7124 | 2026-02-27T03:20:38.748Z | [ recovery-image] Feb 27 03:20:37.444 INFO O| Feb 27 03:20:37.444 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7125 | 2026-02-27T03:20:38.761Z | [ recovery-image] Feb 27 03:20:37.457 INFO O| Feb 27 03:20:37.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount" |
| 7126 | 2026-02-27T03:20:38.765Z | [ recovery-image] Feb 27 03:20:37.457 INFO O| Feb 27 03:20:37.457 INFO STEP 772 (remove_files) COMPLETE |
| 7127 | 2026-02-27T03:20:38.765Z | [ recovery-image] Feb 27 03:20:37.457 INFO O| Feb 27 03:20:37.457 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7128 | 2026-02-27T03:20:38.839Z | [ recovery-image] Feb 27 03:20:37.470 INFO O| Feb 27 03:20:37.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount" |
| 7129 | 2026-02-27T03:20:38.839Z | [ recovery-image] Feb 27 03:20:37.470 INFO O| Feb 27 03:20:37.470 INFO STEP 773 (remove_files) COMPLETE |
| 7130 | 2026-02-27T03:20:38.839Z | [ recovery-image] Feb 27 03:20:37.470 INFO O| Feb 27 03:20:37.470 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7131 | 2026-02-27T03:20:38.839Z | [ recovery-image] Feb 27 03:20:37.483 INFO O| Feb 27 03:20:37.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
| 7132 | 2026-02-27T03:20:38.839Z | [ recovery-image] Feb 27 03:20:37.484 INFO O| Feb 27 03:20:37.483 INFO STEP 774 (remove_files) COMPLETE |
| 7133 | 2026-02-27T03:20:38.840Z | [ recovery-image] Feb 27 03:20:37.484 INFO O| Feb 27 03:20:37.484 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7134 | 2026-02-27T03:20:38.840Z | [ recovery-image] Feb 27 03:20:37.497 INFO O| Feb 27 03:20:37.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
| 7135 | 2026-02-27T03:20:38.840Z | [ recovery-image] Feb 27 03:20:37.497 INFO O| Feb 27 03:20:37.497 INFO STEP 775 (remove_files) COMPLETE |
| 7136 | 2026-02-27T03:20:38.840Z | [ recovery-image] Feb 27 03:20:37.497 INFO O| Feb 27 03:20:37.497 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7137 | 2026-02-27T03:20:38.840Z | [ recovery-image] Feb 27 03:20:37.511 INFO O| Feb 27 03:20:37.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
| 7138 | 2026-02-27T03:20:38.840Z | [ recovery-image] Feb 27 03:20:37.511 INFO O| Feb 27 03:20:37.511 INFO STEP 776 (remove_files) COMPLETE |
| 7139 | 2026-02-27T03:20:38.840Z | [ recovery-image] Feb 27 03:20:37.511 INFO O| Feb 27 03:20:37.511 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7140 | 2026-02-27T03:20:38.840Z | [ recovery-image] Feb 27 03:20:37.524 INFO O| Feb 27 03:20:37.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares" |
| 7141 | 2026-02-27T03:20:38.840Z | [ recovery-image] Feb 27 03:20:37.524 INFO O| Feb 27 03:20:37.524 INFO STEP 777 (remove_files) COMPLETE |
| 7142 | 2026-02-27T03:20:38.840Z | [ recovery-image] Feb 27 03:20:37.524 INFO O| Feb 27 03:20:37.524 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7143 | 2026-02-27T03:20:38.844Z | [ recovery-image] Feb 27 03:20:37.537 INFO O| Feb 27 03:20:37.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
| 7144 | 2026-02-27T03:20:38.844Z | [ recovery-image] Feb 27 03:20:37.538 INFO O| Feb 27 03:20:37.538 INFO STEP 778 (remove_files) COMPLETE |
| 7145 | 2026-02-27T03:20:38.844Z | [ recovery-image] Feb 27 03:20:37.538 INFO O| Feb 27 03:20:37.538 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7146 | 2026-02-27T03:20:38.855Z | [ recovery-image] Feb 27 03:20:37.551 INFO O| Feb 27 03:20:37.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount" |
| 7147 | 2026-02-27T03:20:38.855Z | [ recovery-image] Feb 27 03:20:37.551 INFO O| Feb 27 03:20:37.551 INFO STEP 779 (remove_files) COMPLETE |
| 7148 | 2026-02-27T03:20:38.855Z | [ recovery-image] Feb 27 03:20:37.551 INFO O| Feb 27 03:20:37.551 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7149 | 2026-02-27T03:20:38.869Z | [ recovery-image] Feb 27 03:20:37.565 INFO O| Feb 27 03:20:37.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share" |
| 7150 | 2026-02-27T03:20:38.869Z | [ recovery-image] Feb 27 03:20:37.565 INFO O| Feb 27 03:20:37.565 INFO STEP 780 (remove_files) COMPLETE |
| 7151 | 2026-02-27T03:20:38.869Z | [ recovery-image] Feb 27 03:20:37.565 INFO O| Feb 27 03:20:37.565 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7152 | 2026-02-27T03:20:38.883Z | [ recovery-image] Feb 27 03:20:37.579 INFO O| Feb 27 03:20:37.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount" |
| 7153 | 2026-02-27T03:20:38.884Z | [ recovery-image] Feb 27 03:20:37.579 INFO O| Feb 27 03:20:37.579 INFO STEP 781 (remove_files) COMPLETE |
| 7154 | 2026-02-27T03:20:38.884Z | [ recovery-image] Feb 27 03:20:37.579 INFO O| Feb 27 03:20:37.579 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7155 | 2026-02-27T03:20:38.897Z | [ recovery-image] Feb 27 03:20:37.593 INFO O| Feb 27 03:20:37.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare" |
| 7156 | 2026-02-27T03:20:38.897Z | [ recovery-image] Feb 27 03:20:37.593 INFO O| Feb 27 03:20:37.593 INFO STEP 782 (remove_files) COMPLETE |
| 7157 | 2026-02-27T03:20:38.897Z | [ recovery-image] Feb 27 03:20:37.593 INFO O| Feb 27 03:20:37.593 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7158 | 2026-02-27T03:20:38.910Z | [ recovery-image] Feb 27 03:20:37.605 INFO O| Feb 27 03:20:37.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri" |
| 7159 | 2026-02-27T03:20:38.913Z | [ recovery-image] Feb 27 03:20:37.606 INFO O| Feb 27 03:20:37.606 INFO STEP 783 (remove_files) COMPLETE |
| 7160 | 2026-02-27T03:20:38.913Z | [ recovery-image] Feb 27 03:20:37.606 INFO O| Feb 27 03:20:37.606 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7161 | 2026-02-27T03:20:38.923Z | [ recovery-image] Feb 27 03:20:37.619 INFO O| Feb 27 03:20:37.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy" |
| 7162 | 2026-02-27T03:20:38.923Z | [ recovery-image] Feb 27 03:20:37.619 INFO O| Feb 27 03:20:37.619 INFO STEP 784 (remove_files) COMPLETE |
| 7163 | 2026-02-27T03:20:38.923Z | [ recovery-image] Feb 27 03:20:37.619 INFO O| Feb 27 03:20:37.619 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7164 | 2026-02-27T03:20:38.936Z | [ recovery-image] Feb 27 03:20:37.632 INFO O| Feb 27 03:20:37.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df" |
| 7165 | 2026-02-27T03:20:38.936Z | [ recovery-image] Feb 27 03:20:37.632 INFO O| Feb 27 03:20:37.632 INFO STEP 785 (remove_files) COMPLETE |
| 7166 | 2026-02-27T03:20:38.936Z | [ recovery-image] Feb 27 03:20:37.632 INFO O| Feb 27 03:20:37.632 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7167 | 2026-02-27T03:20:38.950Z | [ recovery-image] Feb 27 03:20:37.645 INFO O| Feb 27 03:20:37.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota" |
| 7168 | 2026-02-27T03:20:38.953Z | [ recovery-image] Feb 27 03:20:37.646 INFO O| Feb 27 03:20:37.646 INFO STEP 786 (remove_files) COMPLETE |
| 7169 | 2026-02-27T03:20:38.953Z | [ recovery-image] Feb 27 03:20:37.646 INFO O| Feb 27 03:20:37.646 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7170 | 2026-02-27T03:20:38.963Z | [ recovery-image] Feb 27 03:20:37.659 INFO O| Feb 27 03:20:37.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff" |
| 7171 | 2026-02-27T03:20:38.963Z | [ recovery-image] Feb 27 03:20:37.660 INFO O| Feb 27 03:20:37.659 INFO STEP 787 (remove_files) COMPLETE |
| 7172 | 2026-02-27T03:20:38.967Z | [ recovery-image] Feb 27 03:20:37.660 INFO O| Feb 27 03:20:37.660 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7173 | 2026-02-27T03:20:38.978Z | [ recovery-image] Feb 27 03:20:37.674 INFO O| Feb 27 03:20:37.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck" |
| 7174 | 2026-02-27T03:20:38.978Z | [ recovery-image] Feb 27 03:20:37.674 INFO O| Feb 27 03:20:37.674 INFO STEP 788 (remove_files) COMPLETE |
| 7175 | 2026-02-27T03:20:38.978Z | [ recovery-image] Feb 27 03:20:37.674 INFO O| Feb 27 03:20:37.674 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7176 | 2026-02-27T03:20:38.993Z | [ recovery-image] Feb 27 03:20:37.687 INFO O| Feb 27 03:20:37.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall" |
| 7177 | 2026-02-27T03:20:38.993Z | [ recovery-image] Feb 27 03:20:37.687 INFO O| Feb 27 03:20:37.687 INFO STEP 789 (remove_files) COMPLETE |
| 7178 | 2026-02-27T03:20:38.996Z | [ recovery-image] Feb 27 03:20:37.687 INFO O| Feb 27 03:20:37.687 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7179 | 2026-02-27T03:20:39.005Z | [ recovery-image] Feb 27 03:20:37.701 INFO O| Feb 27 03:20:37.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb" |
| 7180 | 2026-02-27T03:20:39.005Z | [ recovery-image] Feb 27 03:20:37.701 INFO O| Feb 27 03:20:37.701 INFO STEP 790 (remove_files) COMPLETE |
| 7181 | 2026-02-27T03:20:39.005Z | [ recovery-image] Feb 27 03:20:37.701 INFO O| Feb 27 03:20:37.701 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7182 | 2026-02-27T03:20:39.019Z | [ recovery-image] Feb 27 03:20:37.715 INFO O| Feb 27 03:20:37.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand" |
| 7183 | 2026-02-27T03:20:39.019Z | [ recovery-image] Feb 27 03:20:37.715 INFO O| Feb 27 03:20:37.715 INFO STEP 791 (remove_files) COMPLETE |
| 7184 | 2026-02-27T03:20:39.019Z | [ recovery-image] Feb 27 03:20:37.715 INFO O| Feb 27 03:20:37.715 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7185 | 2026-02-27T03:20:39.031Z | [ recovery-image] Feb 27 03:20:37.727 INFO O| Feb 27 03:20:37.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap" |
| 7186 | 2026-02-27T03:20:39.031Z | [ recovery-image] Feb 27 03:20:37.727 INFO O| Feb 27 03:20:37.727 INFO STEP 792 (remove_files) COMPLETE |
| 7187 | 2026-02-27T03:20:39.031Z | [ recovery-image] Feb 27 03:20:37.727 INFO O| Feb 27 03:20:37.727 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7188 | 2026-02-27T03:20:39.044Z | [ recovery-image] Feb 27 03:20:37.740 INFO O| Feb 27 03:20:37.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp" |
| 7189 | 2026-02-27T03:20:39.044Z | [ recovery-image] Feb 27 03:20:37.740 INFO O| Feb 27 03:20:37.740 INFO STEP 793 (remove_files) COMPLETE |
| 7190 | 2026-02-27T03:20:39.044Z | [ recovery-image] Feb 27 03:20:37.740 INFO O| Feb 27 03:20:37.740 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7191 | 2026-02-27T03:20:39.058Z | [ recovery-image] Feb 27 03:20:37.753 INFO O| Feb 27 03:20:37.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
| 7192 | 2026-02-27T03:20:39.058Z | [ recovery-image] Feb 27 03:20:37.753 INFO O| Feb 27 03:20:37.753 INFO STEP 794 (remove_files) COMPLETE |
| 7193 | 2026-02-27T03:20:39.060Z | [ recovery-image] Feb 27 03:20:37.754 INFO O| Feb 27 03:20:37.753 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7194 | 2026-02-27T03:20:39.071Z | [ recovery-image] Feb 27 03:20:37.766 INFO O| Feb 27 03:20:37.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit" |
| 7195 | 2026-02-27T03:20:39.071Z | [ recovery-image] Feb 27 03:20:37.767 INFO O| Feb 27 03:20:37.766 INFO STEP 795 (remove_files) COMPLETE |
| 7196 | 2026-02-27T03:20:39.071Z | [ recovery-image] Feb 27 03:20:37.767 INFO O| Feb 27 03:20:37.767 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7197 | 2026-02-27T03:20:39.084Z | [ recovery-image] Feb 27 03:20:37.780 INFO O| Feb 27 03:20:37.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs" |
| 7198 | 2026-02-27T03:20:39.085Z | [ recovery-image] Feb 27 03:20:37.780 INFO O| Feb 27 03:20:37.780 INFO STEP 796 (remove_files) COMPLETE |
| 7199 | 2026-02-27T03:20:39.085Z | [ recovery-image] Feb 27 03:20:37.780 INFO O| Feb 27 03:20:37.780 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7200 | 2026-02-27T03:20:39.098Z | [ recovery-image] Feb 27 03:20:37.794 INFO O| Feb 27 03:20:37.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs" |
| 7201 | 2026-02-27T03:20:39.098Z | [ recovery-image] Feb 27 03:20:37.794 INFO O| Feb 27 03:20:37.794 INFO STEP 797 (remove_files) COMPLETE |
| 7202 | 2026-02-27T03:20:39.098Z | [ recovery-image] Feb 27 03:20:37.794 INFO O| Feb 27 03:20:37.794 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7203 | 2026-02-27T03:20:39.111Z | [ recovery-image] Feb 27 03:20:37.807 INFO O| Feb 27 03:20:37.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck" |
| 7204 | 2026-02-27T03:20:39.111Z | [ recovery-image] Feb 27 03:20:37.807 INFO O| Feb 27 03:20:37.807 INFO STEP 798 (remove_files) COMPLETE |
| 7205 | 2026-02-27T03:20:39.111Z | [ recovery-image] Feb 27 03:20:37.807 INFO O| Feb 27 03:20:37.807 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7206 | 2026-02-27T03:20:39.123Z | [ recovery-image] Feb 27 03:20:37.819 INFO O| Feb 27 03:20:37.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs" |
| 7207 | 2026-02-27T03:20:39.124Z | [ recovery-image] Feb 27 03:20:37.820 INFO O| Feb 27 03:20:37.819 INFO STEP 799 (remove_files) COMPLETE |
| 7208 | 2026-02-27T03:20:39.124Z | [ recovery-image] Feb 27 03:20:37.820 INFO O| Feb 27 03:20:37.820 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7209 | 2026-02-27T03:20:39.136Z | [ recovery-image] Feb 27 03:20:37.832 INFO O| Feb 27 03:20:37.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot" |
| 7210 | 2026-02-27T03:20:39.136Z | [ recovery-image] Feb 27 03:20:37.832 INFO O| Feb 27 03:20:37.832 INFO STEP 800 (remove_files) COMPLETE |
| 7211 | 2026-02-27T03:20:39.139Z | [ recovery-image] Feb 27 03:20:37.832 INFO O| Feb 27 03:20:37.832 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7212 | 2026-02-27T03:20:39.149Z | [ recovery-image] Feb 27 03:20:37.845 INFO O| Feb 27 03:20:37.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck" |
| 7213 | 2026-02-27T03:20:39.149Z | [ recovery-image] Feb 27 03:20:37.845 INFO O| Feb 27 03:20:37.845 INFO STEP 801 (remove_files) COMPLETE |
| 7214 | 2026-02-27T03:20:39.149Z | [ recovery-image] Feb 27 03:20:37.845 INFO O| Feb 27 03:20:37.845 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7215 | 2026-02-27T03:20:39.163Z | [ recovery-image] Feb 27 03:20:37.858 INFO O| Feb 27 03:20:37.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff" |
| 7216 | 2026-02-27T03:20:39.163Z | [ recovery-image] Feb 27 03:20:37.859 INFO O| Feb 27 03:20:37.859 INFO STEP 802 (remove_files) COMPLETE |
| 7217 | 2026-02-27T03:20:39.163Z | [ recovery-image] Feb 27 03:20:37.859 INFO O| Feb 27 03:20:37.859 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7218 | 2026-02-27T03:20:39.177Z | [ recovery-image] Feb 27 03:20:37.872 INFO O| Feb 27 03:20:37.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon" |
| 7219 | 2026-02-27T03:20:39.177Z | [ recovery-image] Feb 27 03:20:37.873 INFO O| Feb 27 03:20:37.872 INFO STEP 803 (remove_files) COMPLETE |
| 7220 | 2026-02-27T03:20:39.177Z | [ recovery-image] Feb 27 03:20:37.873 INFO O| Feb 27 03:20:37.873 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7221 | 2026-02-27T03:20:39.191Z | [ recovery-image] Feb 27 03:20:37.887 INFO O| Feb 27 03:20:37.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota" |
| 7222 | 2026-02-27T03:20:39.191Z | [ recovery-image] Feb 27 03:20:37.887 INFO O| Feb 27 03:20:37.887 INFO STEP 804 (remove_files) COMPLETE |
| 7223 | 2026-02-27T03:20:39.191Z | [ recovery-image] Feb 27 03:20:37.887 INFO O| Feb 27 03:20:37.887 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7224 | 2026-02-27T03:20:39.205Z | [ recovery-image] Feb 27 03:20:37.901 INFO O| Feb 27 03:20:37.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs" |
| 7225 | 2026-02-27T03:20:39.205Z | [ recovery-image] Feb 27 03:20:37.901 INFO O| Feb 27 03:20:37.901 INFO STEP 805 (remove_files) COMPLETE |
| 7226 | 2026-02-27T03:20:39.205Z | [ recovery-image] Feb 27 03:20:37.901 INFO O| Feb 27 03:20:37.901 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7227 | 2026-02-27T03:20:39.218Z | [ recovery-image] Feb 27 03:20:37.914 INFO O| Feb 27 03:20:37.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump" |
| 7228 | 2026-02-27T03:20:39.218Z | [ recovery-image] Feb 27 03:20:37.914 INFO O| Feb 27 03:20:37.914 INFO STEP 806 (remove_files) COMPLETE |
| 7229 | 2026-02-27T03:20:39.218Z | [ recovery-image] Feb 27 03:20:37.914 INFO O| Feb 27 03:20:37.914 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7230 | 2026-02-27T03:20:39.233Z | [ recovery-image] Feb 27 03:20:37.928 INFO O| Feb 27 03:20:37.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore" |
| 7231 | 2026-02-27T03:20:39.233Z | [ recovery-image] Feb 27 03:20:37.929 INFO O| Feb 27 03:20:37.928 INFO STEP 807 (remove_files) COMPLETE |
| 7232 | 2026-02-27T03:20:39.233Z | [ recovery-image] Feb 27 03:20:37.929 INFO O| Feb 27 03:20:37.929 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7233 | 2026-02-27T03:20:39.247Z | [ recovery-image] Feb 27 03:20:37.943 INFO O| Feb 27 03:20:37.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy" |
| 7234 | 2026-02-27T03:20:39.247Z | [ recovery-image] Feb 27 03:20:37.943 INFO O| Feb 27 03:20:37.943 INFO STEP 808 (remove_files) COMPLETE |
| 7235 | 2026-02-27T03:20:39.247Z | [ recovery-image] Feb 27 03:20:37.943 INFO O| Feb 27 03:20:37.943 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7236 | 2026-02-27T03:20:39.260Z | [ recovery-image] Feb 27 03:20:37.956 INFO O| Feb 27 03:20:37.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1" |
| 7237 | 2026-02-27T03:20:39.260Z | [ recovery-image] Feb 27 03:20:37.956 INFO O| Feb 27 03:20:37.956 INFO STEP 809 (remove_files) COMPLETE |
| 7238 | 2026-02-27T03:20:39.263Z | [ recovery-image] Feb 27 03:20:37.956 INFO O| Feb 27 03:20:37.956 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7239 | 2026-02-27T03:20:39.275Z | [ recovery-image] Feb 27 03:20:37.971 INFO O| Feb 27 03:20:37.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1" |
| 7240 | 2026-02-27T03:20:39.275Z | [ recovery-image] Feb 27 03:20:37.971 INFO O| Feb 27 03:20:37.971 INFO STEP 810 (remove_files) COMPLETE |
| 7241 | 2026-02-27T03:20:39.275Z | [ recovery-image] Feb 27 03:20:37.971 INFO O| Feb 27 03:20:37.971 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7242 | 2026-02-27T03:20:39.290Z | [ recovery-image] Feb 27 03:20:37.986 INFO O| Feb 27 03:20:37.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean" |
| 7243 | 2026-02-27T03:20:39.290Z | [ recovery-image] Feb 27 03:20:37.986 INFO O| Feb 27 03:20:37.986 INFO STEP 811 (remove_files) COMPLETE |
| 7244 | 2026-02-27T03:20:39.290Z | [ recovery-image] Feb 27 03:20:37.986 INFO O| Feb 27 03:20:37.986 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7245 | 2026-02-27T03:20:39.304Z | [ recovery-image] Feb 27 03:20:38.000 INFO O| Feb 27 03:20:38.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd" |
| 7246 | 2026-02-27T03:20:39.304Z | [ recovery-image] Feb 27 03:20:38.000 INFO O| Feb 27 03:20:38.000 INFO STEP 812 (remove_files) COMPLETE |
| 7247 | 2026-02-27T03:20:39.308Z | [ recovery-image] Feb 27 03:20:38.000 INFO O| Feb 27 03:20:38.000 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7248 | 2026-02-27T03:20:39.318Z | [ recovery-image] Feb 27 03:20:38.014 INFO O| Feb 27 03:20:38.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1" |
| 7249 | 2026-02-27T03:20:39.321Z | [ recovery-image] Feb 27 03:20:38.014 INFO O| Feb 27 03:20:38.014 INFO STEP 813 (remove_files) COMPLETE |
| 7250 | 2026-02-27T03:20:39.322Z | [ recovery-image] Feb 27 03:20:38.014 INFO O| Feb 27 03:20:38.014 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7251 | 2026-02-27T03:20:39.332Z | [ recovery-image] Feb 27 03:20:38.027 INFO O| Feb 27 03:20:38.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1" |
| 7252 | 2026-02-27T03:20:39.335Z | [ recovery-image] Feb 27 03:20:38.028 INFO O| Feb 27 03:20:38.027 INFO STEP 814 (remove_files) COMPLETE |
| 7253 | 2026-02-27T03:20:39.335Z | [ recovery-image] Feb 27 03:20:38.028 INFO O| Feb 27 03:20:38.028 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7254 | 2026-02-27T03:20:39.345Z | [ recovery-image] Feb 27 03:20:38.041 INFO O| Feb 27 03:20:38.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1" |
| 7255 | 2026-02-27T03:20:39.348Z | [ recovery-image] Feb 27 03:20:38.041 INFO O| Feb 27 03:20:38.041 INFO STEP 815 (remove_files) COMPLETE |
| 7256 | 2026-02-27T03:20:39.348Z | [ recovery-image] Feb 27 03:20:38.041 INFO O| Feb 27 03:20:38.041 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7257 | 2026-02-27T03:20:39.358Z | [ recovery-image] Feb 27 03:20:38.054 INFO O| Feb 27 03:20:38.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked" |
| 7258 | 2026-02-27T03:20:39.361Z | [ recovery-image] Feb 27 03:20:38.055 INFO O| Feb 27 03:20:38.055 INFO STEP 816 (remove_files) COMPLETE |
| 7259 | 2026-02-27T03:20:39.361Z | [ recovery-image] Feb 27 03:20:38.055 INFO O| Feb 27 03:20:38.055 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7260 | 2026-02-27T03:20:39.372Z | [ recovery-image] Feb 27 03:20:38.068 INFO O| Feb 27 03:20:38.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb" |
| 7261 | 2026-02-27T03:20:39.372Z | [ recovery-image] Feb 27 03:20:38.068 INFO O| Feb 27 03:20:38.068 INFO STEP 817 (remove_files) COMPLETE |
| 7262 | 2026-02-27T03:20:39.372Z | [ recovery-image] Feb 27 03:20:38.068 INFO O| Feb 27 03:20:38.068 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7263 | 2026-02-27T03:20:39.387Z | [ recovery-image] Feb 27 03:20:38.083 INFO O| Feb 27 03:20:38.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal" |
| 7264 | 2026-02-27T03:20:39.387Z | [ recovery-image] Feb 27 03:20:38.083 INFO O| Feb 27 03:20:38.083 INFO STEP 818 (remove_files) COMPLETE |
| 7265 | 2026-02-27T03:20:39.387Z | [ recovery-image] Feb 27 03:20:38.083 INFO O| Feb 27 03:20:38.083 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7266 | 2026-02-27T03:20:39.401Z | [ recovery-image] Feb 27 03:20:38.096 INFO O| Feb 27 03:20:38.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb" |
| 7267 | 2026-02-27T03:20:39.401Z | [ recovery-image] Feb 27 03:20:38.096 INFO O| Feb 27 03:20:38.096 INFO STEP 819 (remove_files) COMPLETE |
| 7268 | 2026-02-27T03:20:39.401Z | [ recovery-image] Feb 27 03:20:38.096 INFO O| Feb 27 03:20:38.096 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7269 | 2026-02-27T03:20:39.414Z | [ recovery-image] Feb 27 03:20:38.110 INFO O| Feb 27 03:20:38.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked" |
| 7270 | 2026-02-27T03:20:39.414Z | [ recovery-image] Feb 27 03:20:38.110 INFO O| Feb 27 03:20:38.110 INFO STEP 820 (remove_files) COMPLETE |
| 7271 | 2026-02-27T03:20:39.414Z | [ recovery-image] Feb 27 03:20:38.110 INFO O| Feb 27 03:20:38.110 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7272 | 2026-02-27T03:20:39.427Z | [ recovery-image] Feb 27 03:20:38.123 INFO O| Feb 27 03:20:38.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd" |
| 7273 | 2026-02-27T03:20:39.428Z | [ recovery-image] Feb 27 03:20:38.123 INFO O| Feb 27 03:20:38.123 INFO STEP 821 (remove_files) COMPLETE |
| 7274 | 2026-02-27T03:20:39.431Z | [ recovery-image] Feb 27 03:20:38.123 INFO O| Feb 27 03:20:38.123 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7275 | 2026-02-27T03:20:39.442Z | [ recovery-image] Feb 27 03:20:38.137 INFO O| Feb 27 03:20:38.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd" |
| 7276 | 2026-02-27T03:20:39.442Z | [ recovery-image] Feb 27 03:20:38.138 INFO O| Feb 27 03:20:38.138 INFO STEP 822 (remove_files) COMPLETE |
| 7277 | 2026-02-27T03:20:39.442Z | [ recovery-image] Feb 27 03:20:38.138 INFO O| Feb 27 03:20:38.138 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7278 | 2026-02-27T03:20:39.456Z | [ recovery-image] Feb 27 03:20:38.151 INFO O| Feb 27 03:20:38.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
| 7279 | 2026-02-27T03:20:39.458Z | [ recovery-image] Feb 27 03:20:38.151 INFO O| Feb 27 03:20:38.151 INFO STEP 823 (remove_files) COMPLETE |
| 7280 | 2026-02-27T03:20:39.459Z | [ recovery-image] Feb 27 03:20:38.151 INFO O| Feb 27 03:20:38.151 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7281 | 2026-02-27T03:20:39.470Z | [ recovery-image] Feb 27 03:20:38.165 INFO O| Feb 27 03:20:38.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd" |
| 7282 | 2026-02-27T03:20:39.470Z | [ recovery-image] Feb 27 03:20:38.165 INFO O| Feb 27 03:20:38.165 INFO STEP 824 (remove_files) COMPLETE |
| 7283 | 2026-02-27T03:20:39.470Z | [ recovery-image] Feb 27 03:20:38.165 INFO O| Feb 27 03:20:38.165 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7284 | 2026-02-27T03:20:39.484Z | [ recovery-image] Feb 27 03:20:38.180 INFO O| Feb 27 03:20:38.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
| 7285 | 2026-02-27T03:20:39.485Z | [ recovery-image] Feb 27 03:20:38.180 INFO O| Feb 27 03:20:38.180 INFO STEP 825 (remove_files) COMPLETE |
| 7286 | 2026-02-27T03:20:39.487Z | [ recovery-image] Feb 27 03:20:38.180 INFO O| Feb 27 03:20:38.180 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7287 | 2026-02-27T03:20:39.498Z | [ recovery-image] Feb 27 03:20:38.193 INFO O| Feb 27 03:20:38.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1" |
| 7288 | 2026-02-27T03:20:39.498Z | [ recovery-image] Feb 27 03:20:38.194 INFO O| Feb 27 03:20:38.193 INFO STEP 826 (remove_files) COMPLETE |
| 7289 | 2026-02-27T03:20:39.498Z | [ recovery-image] Feb 27 03:20:38.194 INFO O| Feb 27 03:20:38.194 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7290 | 2026-02-27T03:20:39.511Z | [ recovery-image] Feb 27 03:20:38.206 INFO O| Feb 27 03:20:38.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
| 7291 | 2026-02-27T03:20:39.515Z | [ recovery-image] Feb 27 03:20:38.206 INFO O| Feb 27 03:20:38.206 INFO STEP 827 (remove_files) COMPLETE |
| 7292 | 2026-02-27T03:20:39.515Z | [ recovery-image] Feb 27 03:20:38.206 INFO O| Feb 27 03:20:38.206 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7293 | 2026-02-27T03:20:39.524Z | [ recovery-image] Feb 27 03:20:38.219 INFO O| Feb 27 03:20:38.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G" |
| 7294 | 2026-02-27T03:20:39.524Z | [ recovery-image] Feb 27 03:20:38.219 INFO O| Feb 27 03:20:38.219 INFO STEP 828 (remove_files) COMPLETE |
| 7295 | 2026-02-27T03:20:39.524Z | [ recovery-image] Feb 27 03:20:38.219 INFO O| Feb 27 03:20:38.219 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7296 | 2026-02-27T03:20:39.536Z | [ recovery-image] Feb 27 03:20:38.232 INFO O| Feb 27 03:20:38.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G" |
| 7297 | 2026-02-27T03:20:39.537Z | [ recovery-image] Feb 27 03:20:38.232 INFO O| Feb 27 03:20:38.232 INFO STEP 829 (remove_files) COMPLETE |
| 7298 | 2026-02-27T03:20:39.537Z | [ recovery-image] Feb 27 03:20:38.232 INFO O| Feb 27 03:20:38.232 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7299 | 2026-02-27T03:20:39.550Z | [ recovery-image] Feb 27 03:20:38.246 INFO O| Feb 27 03:20:38.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign" |
| 7300 | 2026-02-27T03:20:39.550Z | [ recovery-image] Feb 27 03:20:38.246 INFO O| Feb 27 03:20:38.246 INFO STEP 830 (remove_files) COMPLETE |
| 7301 | 2026-02-27T03:20:39.550Z | [ recovery-image] Feb 27 03:20:38.246 INFO O| Feb 27 03:20:38.246 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7302 | 2026-02-27T03:20:39.563Z | [ recovery-image] Feb 27 03:20:38.259 INFO O| Feb 27 03:20:38.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default" |
| 7303 | 2026-02-27T03:20:39.563Z | [ recovery-image] Feb 27 03:20:38.259 INFO O| Feb 27 03:20:38.259 INFO STEP 831 (remove_files) COMPLETE |
| 7304 | 2026-02-27T03:20:39.563Z | [ recovery-image] Feb 27 03:20:38.259 INFO O| Feb 27 03:20:38.259 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7305 | 2026-02-27T03:20:39.578Z | [ recovery-image] Feb 27 03:20:38.274 INFO O| Feb 27 03:20:38.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata" |
| 7306 | 2026-02-27T03:20:39.578Z | [ recovery-image] Feb 27 03:20:38.274 INFO O| Feb 27 03:20:38.274 INFO STEP 832 (remove_files) COMPLETE |
| 7307 | 2026-02-27T03:20:39.578Z | [ recovery-image] Feb 27 03:20:38.274 INFO O| Feb 27 03:20:38.274 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7308 | 2026-02-27T03:20:39.593Z | [ recovery-image] Feb 27 03:20:38.288 INFO O| Feb 27 03:20:38.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter" |
| 7309 | 2026-02-27T03:20:39.593Z | [ recovery-image] Feb 27 03:20:38.288 INFO O| Feb 27 03:20:38.288 INFO STEP 833 (remove_files) COMPLETE |
| 7310 | 2026-02-27T03:20:39.593Z | [ recovery-image] Feb 27 03:20:38.288 INFO O| Feb 27 03:20:38.288 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7311 | 2026-02-27T03:20:39.609Z | [ recovery-image] Feb 27 03:20:38.304 INFO O| Feb 27 03:20:38.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss" |
| 7312 | 2026-02-27T03:20:39.609Z | [ recovery-image] Feb 27 03:20:38.305 INFO O| Feb 27 03:20:38.304 INFO STEP 834 (remove_files) COMPLETE |
| 7313 | 2026-02-27T03:20:39.612Z | [ recovery-image] Feb 27 03:20:38.305 INFO O| Feb 27 03:20:38.305 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7314 | 2026-02-27T03:20:39.624Z | [ recovery-image] Feb 27 03:20:38.319 INFO O| Feb 27 03:20:38.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata" |
| 7315 | 2026-02-27T03:20:39.624Z | [ recovery-image] Feb 27 03:20:38.319 INFO O| Feb 27 03:20:38.319 INFO STEP 835 (remove_files) COMPLETE |
| 7316 | 2026-02-27T03:20:39.624Z | [ recovery-image] Feb 27 03:20:38.320 INFO O| Feb 27 03:20:38.319 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7317 | 2026-02-27T03:20:39.638Z | [ recovery-image] Feb 27 03:20:38.333 INFO O| Feb 27 03:20:38.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk" |
| 7318 | 2026-02-27T03:20:39.638Z | [ recovery-image] Feb 27 03:20:38.334 INFO O| Feb 27 03:20:38.333 INFO STEP 836 (remove_files) COMPLETE |
| 7319 | 2026-02-27T03:20:39.638Z | [ recovery-image] Feb 27 03:20:38.334 INFO O| Feb 27 03:20:38.334 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7320 | 2026-02-27T03:20:39.653Z | [ recovery-image] Feb 27 03:20:38.347 INFO O| Feb 27 03:20:38.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign" |
| 7321 | 2026-02-27T03:20:39.656Z | [ recovery-image] Feb 27 03:20:38.347 INFO O| Feb 27 03:20:38.347 INFO STEP 837 (remove_files) COMPLETE |
| 7322 | 2026-02-27T03:20:39.656Z | [ recovery-image] Feb 27 03:20:38.347 INFO O| Feb 27 03:20:38.347 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7323 | 2026-02-27T03:20:39.665Z | [ recovery-image] Feb 27 03:20:38.361 INFO O| Feb 27 03:20:38.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
| 7324 | 2026-02-27T03:20:39.665Z | [ recovery-image] Feb 27 03:20:38.361 INFO O| Feb 27 03:20:38.361 INFO STEP 838 (remove_files) COMPLETE |
| 7325 | 2026-02-27T03:20:39.668Z | [ recovery-image] Feb 27 03:20:38.361 INFO O| Feb 27 03:20:38.361 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7326 | 2026-02-27T03:20:39.680Z | [ recovery-image] Feb 27 03:20:38.376 INFO O| Feb 27 03:20:38.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
| 7327 | 2026-02-27T03:20:39.680Z | [ recovery-image] Feb 27 03:20:38.376 INFO O| Feb 27 03:20:38.376 INFO STEP 839 (remove_files) COMPLETE |
| 7328 | 2026-02-27T03:20:39.680Z | [ recovery-image] Feb 27 03:20:38.376 INFO O| Feb 27 03:20:38.376 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7329 | 2026-02-27T03:20:39.694Z | [ recovery-image] Feb 27 03:20:38.389 INFO O| Feb 27 03:20:38.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
| 7330 | 2026-02-27T03:20:39.694Z | [ recovery-image] Feb 27 03:20:38.390 INFO O| Feb 27 03:20:38.390 INFO STEP 840 (remove_files) COMPLETE |
| 7331 | 2026-02-27T03:20:39.697Z | [ recovery-image] Feb 27 03:20:38.390 INFO O| Feb 27 03:20:38.390 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7332 | 2026-02-27T03:20:39.707Z | [ recovery-image] Feb 27 03:20:38.403 INFO O| Feb 27 03:20:38.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
| 7333 | 2026-02-27T03:20:39.707Z | [ recovery-image] Feb 27 03:20:38.403 INFO O| Feb 27 03:20:38.403 INFO STEP 841 (remove_files) COMPLETE |
| 7334 | 2026-02-27T03:20:39.707Z | [ recovery-image] Feb 27 03:20:38.403 INFO O| Feb 27 03:20:38.403 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7335 | 2026-02-27T03:20:39.720Z | [ recovery-image] Feb 27 03:20:38.415 INFO O| Feb 27 03:20:38.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
| 7336 | 2026-02-27T03:20:39.720Z | [ recovery-image] Feb 27 03:20:38.416 INFO O| Feb 27 03:20:38.416 INFO STEP 842 (remove_files) COMPLETE |
| 7337 | 2026-02-27T03:20:39.720Z | [ recovery-image] Feb 27 03:20:38.416 INFO O| Feb 27 03:20:38.416 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7338 | 2026-02-27T03:20:39.735Z | [ recovery-image] Feb 27 03:20:38.431 INFO O| Feb 27 03:20:38.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1" |
| 7339 | 2026-02-27T03:20:39.735Z | [ recovery-image] Feb 27 03:20:38.431 INFO O| Feb 27 03:20:38.431 INFO STEP 843 (remove_files) COMPLETE |
| 7340 | 2026-02-27T03:20:39.736Z | [ recovery-image] Feb 27 03:20:38.431 INFO O| Feb 27 03:20:38.431 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7341 | 2026-02-27T03:20:39.748Z | [ recovery-image] Feb 27 03:20:38.444 INFO O| Feb 27 03:20:38.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1" |
| 7342 | 2026-02-27T03:20:39.748Z | [ recovery-image] Feb 27 03:20:38.444 INFO O| Feb 27 03:20:38.444 INFO STEP 844 (remove_files) COMPLETE |
| 7343 | 2026-02-27T03:20:39.748Z | [ recovery-image] Feb 27 03:20:38.444 INFO O| Feb 27 03:20:38.444 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7344 | 2026-02-27T03:20:39.763Z | [ recovery-image] Feb 27 03:20:38.458 INFO O| Feb 27 03:20:38.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1" |
| 7345 | 2026-02-27T03:20:39.763Z | [ recovery-image] Feb 27 03:20:38.459 INFO O| Feb 27 03:20:38.458 INFO STEP 845 (remove_files) COMPLETE |
| 7346 | 2026-02-27T03:20:39.763Z | [ recovery-image] Feb 27 03:20:38.459 INFO O| Feb 27 03:20:38.459 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7347 | 2026-02-27T03:20:39.777Z | [ recovery-image] Feb 27 03:20:38.472 INFO O| Feb 27 03:20:38.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb" |
| 7348 | 2026-02-27T03:20:39.780Z | [ recovery-image] Feb 27 03:20:38.473 INFO O| Feb 27 03:20:38.473 INFO STEP 846 (remove_files) COMPLETE |
| 7349 | 2026-02-27T03:20:39.780Z | [ recovery-image] Feb 27 03:20:38.473 INFO O| Feb 27 03:20:38.473 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7350 | 2026-02-27T03:20:39.791Z | [ recovery-image] Feb 27 03:20:38.486 INFO O| Feb 27 03:20:38.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so" |
| 7351 | 2026-02-27T03:20:39.791Z | [ recovery-image] Feb 27 03:20:38.487 INFO O| Feb 27 03:20:38.487 INFO STEP 847 (remove_files) COMPLETE |
| 7352 | 2026-02-27T03:20:39.791Z | [ recovery-image] Feb 27 03:20:38.487 INFO O| Feb 27 03:20:38.487 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7353 | 2026-02-27T03:20:39.806Z | [ recovery-image] Feb 27 03:20:38.502 INFO O| Feb 27 03:20:38.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb" |
| 7354 | 2026-02-27T03:20:39.806Z | [ recovery-image] Feb 27 03:20:38.502 INFO O| Feb 27 03:20:38.502 INFO STEP 848 (remove_files) COMPLETE |
| 7355 | 2026-02-27T03:20:39.806Z | [ recovery-image] Feb 27 03:20:38.502 INFO O| Feb 27 03:20:38.502 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7356 | 2026-02-27T03:20:39.822Z | [ recovery-image] Feb 27 03:20:38.518 INFO O| Feb 27 03:20:38.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
| 7357 | 2026-02-27T03:20:39.822Z | [ recovery-image] Feb 27 03:20:38.518 INFO O| Feb 27 03:20:38.518 INFO STEP 849 (remove_files) COMPLETE |
| 7358 | 2026-02-27T03:20:39.822Z | [ recovery-image] Feb 27 03:20:38.518 INFO O| Feb 27 03:20:38.518 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7359 | 2026-02-27T03:20:39.839Z | [ recovery-image] Feb 27 03:20:38.534 INFO O| Feb 27 03:20:38.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1" |
| 7360 | 2026-02-27T03:20:39.839Z | [ recovery-image] Feb 27 03:20:38.535 INFO O| Feb 27 03:20:38.535 INFO STEP 850 (remove_files) COMPLETE |
| 7361 | 2026-02-27T03:20:39.842Z | [ recovery-image] Feb 27 03:20:38.535 INFO O| Feb 27 03:20:38.535 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7362 | 2026-02-27T03:20:39.855Z | [ recovery-image] Feb 27 03:20:38.550 INFO O| Feb 27 03:20:38.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
| 7363 | 2026-02-27T03:20:39.855Z | [ recovery-image] Feb 27 03:20:38.551 INFO O| Feb 27 03:20:38.551 INFO STEP 851 (remove_files) COMPLETE |
| 7364 | 2026-02-27T03:20:39.855Z | [ recovery-image] Feb 27 03:20:38.551 INFO O| Feb 27 03:20:38.551 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7365 | 2026-02-27T03:20:39.869Z | [ recovery-image] Feb 27 03:20:38.564 INFO O| Feb 27 03:20:38.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed" |
| 7366 | 2026-02-27T03:20:39.869Z | [ recovery-image] Feb 27 03:20:38.564 INFO O| Feb 27 03:20:38.564 INFO STEP 852 (remove_files) COMPLETE |
| 7367 | 2026-02-27T03:20:39.872Z | [ recovery-image] Feb 27 03:20:38.564 INFO O| Feb 27 03:20:38.564 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7368 | 2026-02-27T03:20:39.883Z | [ recovery-image] Feb 27 03:20:38.579 INFO O| Feb 27 03:20:38.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen" |
| 7369 | 2026-02-27T03:20:39.883Z | [ recovery-image] Feb 27 03:20:38.579 INFO O| Feb 27 03:20:38.579 INFO STEP 853 (remove_files) COMPLETE |
| 7370 | 2026-02-27T03:20:39.886Z | [ recovery-image] Feb 27 03:20:38.579 INFO O| Feb 27 03:20:38.579 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7371 | 2026-02-27T03:20:39.898Z | [ recovery-image] Feb 27 03:20:38.593 INFO O| Feb 27 03:20:38.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server" |
| 7372 | 2026-02-27T03:20:39.898Z | [ recovery-image] Feb 27 03:20:38.593 INFO O| Feb 27 03:20:38.593 INFO STEP 854 (remove_files) COMPLETE |
| 7373 | 2026-02-27T03:20:39.901Z | [ recovery-image] Feb 27 03:20:38.593 INFO O| Feb 27 03:20:38.593 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7374 | 2026-02-27T03:20:39.911Z | [ recovery-image] Feb 27 03:20:38.607 INFO O| Feb 27 03:20:38.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
| 7375 | 2026-02-27T03:20:39.914Z | [ recovery-image] Feb 27 03:20:38.607 INFO O| Feb 27 03:20:38.607 INFO STEP 855 (remove_files) COMPLETE |
| 7376 | 2026-02-27T03:20:39.915Z | [ recovery-image] Feb 27 03:20:38.607 INFO O| Feb 27 03:20:38.607 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7377 | 2026-02-27T03:20:39.926Z | [ recovery-image] Feb 27 03:20:38.622 INFO O| Feb 27 03:20:38.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
| 7378 | 2026-02-27T03:20:39.926Z | [ recovery-image] Feb 27 03:20:38.622 INFO O| Feb 27 03:20:38.622 INFO STEP 856 (remove_files) COMPLETE |
| 7379 | 2026-02-27T03:20:39.926Z | [ recovery-image] Feb 27 03:20:38.622 INFO O| Feb 27 03:20:38.622 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7380 | 2026-02-27T03:20:39.939Z | [ recovery-image] Feb 27 03:20:38.635 INFO O| Feb 27 03:20:38.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
| 7381 | 2026-02-27T03:20:39.939Z | [ recovery-image] Feb 27 03:20:38.635 INFO O| Feb 27 03:20:38.635 INFO STEP 857 (remove_files) COMPLETE |
| 7382 | 2026-02-27T03:20:39.939Z | [ recovery-image] Feb 27 03:20:38.635 INFO O| Feb 27 03:20:38.635 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7383 | 2026-02-27T03:20:39.956Z | [ recovery-image] Feb 27 03:20:38.652 INFO O| Feb 27 03:20:38.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1" |
| 7384 | 2026-02-27T03:20:39.956Z | [ recovery-image] Feb 27 03:20:38.652 INFO O| Feb 27 03:20:38.652 INFO STEP 858 (remove_files) COMPLETE |
| 7385 | 2026-02-27T03:20:39.957Z | [ recovery-image] Feb 27 03:20:38.652 INFO O| Feb 27 03:20:38.652 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7386 | 2026-02-27T03:20:39.973Z | [ recovery-image] Feb 27 03:20:38.668 INFO O| Feb 27 03:20:38.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
| 7387 | 2026-02-27T03:20:39.973Z | [ recovery-image] Feb 27 03:20:38.668 INFO O| Feb 27 03:20:38.668 INFO STEP 859 (remove_files) COMPLETE |
| 7388 | 2026-02-27T03:20:39.976Z | [ recovery-image] Feb 27 03:20:38.669 INFO O| Feb 27 03:20:38.668 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7389 | 2026-02-27T03:20:39.989Z | [ recovery-image] Feb 27 03:20:38.683 INFO O| Feb 27 03:20:38.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1" |
| 7390 | 2026-02-27T03:20:39.989Z | [ recovery-image] Feb 27 03:20:38.683 INFO O| Feb 27 03:20:38.683 INFO STEP 860 (remove_files) COMPLETE |
| 7391 | 2026-02-27T03:20:39.989Z | [ recovery-image] Feb 27 03:20:38.683 INFO O| Feb 27 03:20:38.683 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7392 | 2026-02-27T03:20:40.002Z | [ recovery-image] Feb 27 03:20:38.698 INFO O| Feb 27 03:20:38.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1" |
| 7393 | 2026-02-27T03:20:40.002Z | [ recovery-image] Feb 27 03:20:38.698 INFO O| Feb 27 03:20:38.698 INFO STEP 861 (remove_files) COMPLETE |
| 7394 | 2026-02-27T03:20:40.002Z | [ recovery-image] Feb 27 03:20:38.698 INFO O| Feb 27 03:20:38.698 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7395 | 2026-02-27T03:20:40.018Z | [ recovery-image] Feb 27 03:20:38.713 INFO O| Feb 27 03:20:38.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1" |
| 7396 | 2026-02-27T03:20:40.018Z | [ recovery-image] Feb 27 03:20:38.713 INFO O| Feb 27 03:20:38.713 INFO STEP 862 (remove_files) COMPLETE |
| 7397 | 2026-02-27T03:20:40.021Z | [ recovery-image] Feb 27 03:20:38.713 INFO O| Feb 27 03:20:38.713 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7398 | 2026-02-27T03:20:40.034Z | [ recovery-image] Feb 27 03:20:38.729 INFO O| Feb 27 03:20:38.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1" |
| 7399 | 2026-02-27T03:20:40.035Z | [ recovery-image] Feb 27 03:20:38.729 INFO O| Feb 27 03:20:38.729 INFO STEP 863 (remove_files) COMPLETE |
| 7400 | 2026-02-27T03:20:40.035Z | [ recovery-image] Feb 27 03:20:38.729 INFO O| Feb 27 03:20:38.729 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7401 | 2026-02-27T03:20:40.046Z | [ recovery-image] Feb 27 03:20:38.742 INFO O| Feb 27 03:20:38.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1" |
| 7402 | 2026-02-27T03:20:40.046Z | [ recovery-image] Feb 27 03:20:38.742 INFO O| Feb 27 03:20:38.742 INFO STEP 864 (remove_files) COMPLETE |
| 7403 | 2026-02-27T03:20:40.046Z | [ recovery-image] Feb 27 03:20:38.742 INFO O| Feb 27 03:20:38.742 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7404 | 2026-02-27T03:20:40.059Z | [ recovery-image] Feb 27 03:20:38.755 INFO O| Feb 27 03:20:38.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
| 7405 | 2026-02-27T03:20:40.064Z | [ recovery-image] Feb 27 03:20:38.756 INFO O| Feb 27 03:20:38.756 INFO STEP 865 (remove_files) COMPLETE |
| 7406 | 2026-02-27T03:20:40.064Z | [ recovery-image] Feb 27 03:20:38.756 INFO O| Feb 27 03:20:38.756 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7407 | 2026-02-27T03:20:40.075Z | [ recovery-image] Feb 27 03:20:38.771 INFO O| Feb 27 03:20:38.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
| 7408 | 2026-02-27T03:20:40.076Z | [ recovery-image] Feb 27 03:20:38.771 INFO O| Feb 27 03:20:38.771 INFO STEP 866 (remove_files) COMPLETE |
| 7409 | 2026-02-27T03:20:40.076Z | [ recovery-image] Feb 27 03:20:38.771 INFO O| Feb 27 03:20:38.771 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7410 | 2026-02-27T03:20:40.089Z | [ recovery-image] Feb 27 03:20:38.785 INFO O| Feb 27 03:20:38.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
| 7411 | 2026-02-27T03:20:40.089Z | [ recovery-image] Feb 27 03:20:38.785 INFO O| Feb 27 03:20:38.785 INFO STEP 867 (remove_files) COMPLETE |
| 7412 | 2026-02-27T03:20:40.089Z | [ recovery-image] Feb 27 03:20:38.785 INFO O| Feb 27 03:20:38.785 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7413 | 2026-02-27T03:20:40.102Z | [ recovery-image] Feb 27 03:20:38.798 INFO O| Feb 27 03:20:38.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
| 7414 | 2026-02-27T03:20:40.105Z | [ recovery-image] Feb 27 03:20:38.799 INFO O| Feb 27 03:20:38.799 INFO STEP 868 (remove_files) COMPLETE |
| 7415 | 2026-02-27T03:20:40.105Z | [ recovery-image] Feb 27 03:20:38.799 INFO O| Feb 27 03:20:38.799 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7416 | 2026-02-27T03:20:40.117Z | [ recovery-image] Feb 27 03:20:38.813 INFO O| Feb 27 03:20:38.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
| 7417 | 2026-02-27T03:20:40.117Z | [ recovery-image] Feb 27 03:20:38.813 INFO O| Feb 27 03:20:38.813 INFO STEP 869 (remove_files) COMPLETE |
| 7418 | 2026-02-27T03:20:40.117Z | [ recovery-image] Feb 27 03:20:38.813 INFO O| Feb 27 03:20:38.813 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7419 | 2026-02-27T03:20:40.132Z | [ recovery-image] Feb 27 03:20:38.828 INFO O| Feb 27 03:20:38.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
| 7420 | 2026-02-27T03:20:40.132Z | [ recovery-image] Feb 27 03:20:38.828 INFO O| Feb 27 03:20:38.828 INFO STEP 870 (remove_files) COMPLETE |
| 7421 | 2026-02-27T03:20:40.132Z | [ recovery-image] Feb 27 03:20:38.828 INFO O| Feb 27 03:20:38.828 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7422 | 2026-02-27T03:20:40.148Z | [ recovery-image] Feb 27 03:20:38.843 INFO O| Feb 27 03:20:38.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
| 7423 | 2026-02-27T03:20:40.148Z | [ recovery-image] Feb 27 03:20:38.843 INFO O| Feb 27 03:20:38.843 INFO STEP 871 (remove_files) COMPLETE |
| 7424 | 2026-02-27T03:20:40.148Z | [ recovery-image] Feb 27 03:20:38.843 INFO O| Feb 27 03:20:38.843 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7425 | 2026-02-27T03:20:40.162Z | [ recovery-image] Feb 27 03:20:38.857 INFO O| Feb 27 03:20:38.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
| 7426 | 2026-02-27T03:20:40.162Z | [ recovery-image] Feb 27 03:20:38.858 INFO O| Feb 27 03:20:38.857 INFO STEP 872 (remove_files) COMPLETE |
| 7427 | 2026-02-27T03:20:40.162Z | [ recovery-image] Feb 27 03:20:38.858 INFO O| Feb 27 03:20:38.858 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7428 | 2026-02-27T03:20:40.174Z | [ recovery-image] Feb 27 03:20:38.869 INFO O| Feb 27 03:20:38.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
| 7429 | 2026-02-27T03:20:40.174Z | [ recovery-image] Feb 27 03:20:38.869 INFO O| Feb 27 03:20:38.869 INFO STEP 873 (remove_files) COMPLETE |
| 7430 | 2026-02-27T03:20:40.178Z | [ recovery-image] Feb 27 03:20:38.869 INFO O| Feb 27 03:20:38.869 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7431 | 2026-02-27T03:20:40.188Z | [ recovery-image] Feb 27 03:20:38.883 INFO O| Feb 27 03:20:38.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
| 7432 | 2026-02-27T03:20:40.188Z | [ recovery-image] Feb 27 03:20:38.883 INFO O| Feb 27 03:20:38.883 INFO STEP 874 (remove_files) COMPLETE |
| 7433 | 2026-02-27T03:20:40.191Z | [ recovery-image] Feb 27 03:20:38.883 INFO O| Feb 27 03:20:38.883 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7434 | 2026-02-27T03:20:40.204Z | [ recovery-image] Feb 27 03:20:38.900 INFO O| Feb 27 03:20:38.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
| 7435 | 2026-02-27T03:20:40.207Z | [ recovery-image] Feb 27 03:20:38.900 INFO O| Feb 27 03:20:38.900 INFO STEP 875 (remove_files) COMPLETE |
| 7436 | 2026-02-27T03:20:40.207Z | [ recovery-image] Feb 27 03:20:38.900 INFO O| Feb 27 03:20:38.900 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7437 | 2026-02-27T03:20:40.221Z | [ recovery-image] Feb 27 03:20:38.916 INFO O| Feb 27 03:20:38.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
| 7438 | 2026-02-27T03:20:40.221Z | [ recovery-image] Feb 27 03:20:38.916 INFO O| Feb 27 03:20:38.916 INFO STEP 876 (remove_files) COMPLETE |
| 7439 | 2026-02-27T03:20:40.224Z | [ recovery-image] Feb 27 03:20:38.916 INFO O| Feb 27 03:20:38.916 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7440 | 2026-02-27T03:20:40.235Z | [ recovery-image] Feb 27 03:20:38.930 INFO O| Feb 27 03:20:38.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
| 7441 | 2026-02-27T03:20:40.235Z | [ recovery-image] Feb 27 03:20:38.930 INFO O| Feb 27 03:20:38.930 INFO STEP 877 (remove_files) COMPLETE |
| 7442 | 2026-02-27T03:20:40.238Z | [ recovery-image] Feb 27 03:20:38.930 INFO O| Feb 27 03:20:38.930 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7443 | 2026-02-27T03:20:40.246Z | [ recovery-image] Feb 27 03:20:38.942 INFO O| Feb 27 03:20:38.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
| 7444 | 2026-02-27T03:20:40.246Z | [ recovery-image] Feb 27 03:20:38.942 INFO O| Feb 27 03:20:38.942 INFO STEP 878 (remove_files) COMPLETE |
| 7445 | 2026-02-27T03:20:40.248Z | [ recovery-image] Feb 27 03:20:38.942 INFO O| Feb 27 03:20:38.942 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7446 | 2026-02-27T03:20:40.260Z | [ recovery-image] Feb 27 03:20:38.956 INFO O| Feb 27 03:20:38.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
| 7447 | 2026-02-27T03:20:40.260Z | [ recovery-image] Feb 27 03:20:38.956 INFO O| Feb 27 03:20:38.956 INFO STEP 879 (remove_files) COMPLETE |
| 7448 | 2026-02-27T03:20:40.260Z | [ recovery-image] Feb 27 03:20:38.956 INFO O| Feb 27 03:20:38.956 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7449 | 2026-02-27T03:20:40.271Z | [ recovery-image] Feb 27 03:20:38.967 INFO O| Feb 27 03:20:38.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
| 7450 | 2026-02-27T03:20:40.271Z | [ recovery-image] Feb 27 03:20:38.967 INFO O| Feb 27 03:20:38.967 INFO STEP 880 (remove_files) COMPLETE |
| 7451 | 2026-02-27T03:20:40.271Z | [ recovery-image] Feb 27 03:20:38.967 INFO O| Feb 27 03:20:38.967 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7452 | 2026-02-27T03:20:40.285Z | [ recovery-image] Feb 27 03:20:38.980 INFO O| Feb 27 03:20:38.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
| 7453 | 2026-02-27T03:20:40.285Z | [ recovery-image] Feb 27 03:20:38.980 INFO O| Feb 27 03:20:38.980 INFO STEP 881 (remove_files) COMPLETE |
| 7454 | 2026-02-27T03:20:40.288Z | [ recovery-image] Feb 27 03:20:38.981 INFO O| Feb 27 03:20:38.980 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7455 | 2026-02-27T03:20:40.301Z | [ recovery-image] Feb 27 03:20:38.996 INFO O| Feb 27 03:20:38.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
| 7456 | 2026-02-27T03:20:40.301Z | [ recovery-image] Feb 27 03:20:38.996 INFO O| Feb 27 03:20:38.996 INFO STEP 882 (remove_files) COMPLETE |
| 7457 | 2026-02-27T03:20:40.301Z | [ recovery-image] Feb 27 03:20:38.997 INFO O| Feb 27 03:20:38.996 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7458 | 2026-02-27T03:20:40.317Z | [ recovery-image] Feb 27 03:20:39.013 INFO O| Feb 27 03:20:39.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
| 7459 | 2026-02-27T03:20:40.317Z | [ recovery-image] Feb 27 03:20:39.013 INFO O| Feb 27 03:20:39.013 INFO STEP 883 (remove_files) COMPLETE |
| 7460 | 2026-02-27T03:20:40.317Z | [ recovery-image] Feb 27 03:20:39.013 INFO O| Feb 27 03:20:39.013 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7461 | 2026-02-27T03:20:40.332Z | [ recovery-image] Feb 27 03:20:39.028 INFO O| Feb 27 03:20:39.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
| 7462 | 2026-02-27T03:20:40.335Z | [ recovery-image] Feb 27 03:20:39.028 INFO O| Feb 27 03:20:39.028 INFO STEP 884 (remove_files) COMPLETE |
| 7463 | 2026-02-27T03:20:40.335Z | [ recovery-image] Feb 27 03:20:39.028 INFO O| Feb 27 03:20:39.028 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7464 | 2026-02-27T03:20:40.347Z | [ recovery-image] Feb 27 03:20:39.043 INFO O| Feb 27 03:20:39.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
| 7465 | 2026-02-27T03:20:40.350Z | [ recovery-image] Feb 27 03:20:39.043 INFO O| Feb 27 03:20:39.043 INFO STEP 885 (remove_files) COMPLETE |
| 7466 | 2026-02-27T03:20:40.350Z | [ recovery-image] Feb 27 03:20:39.043 INFO O| Feb 27 03:20:39.043 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7467 | 2026-02-27T03:20:40.359Z | [ recovery-image] Feb 27 03:20:39.055 INFO O| Feb 27 03:20:39.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
| 7468 | 2026-02-27T03:20:40.359Z | [ recovery-image] Feb 27 03:20:39.055 INFO O| Feb 27 03:20:39.055 INFO STEP 886 (remove_files) COMPLETE |
| 7469 | 2026-02-27T03:20:40.363Z | [ recovery-image] Feb 27 03:20:39.055 INFO O| Feb 27 03:20:39.055 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7470 | 2026-02-27T03:20:40.372Z | [ recovery-image] Feb 27 03:20:39.068 INFO O| Feb 27 03:20:39.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
| 7471 | 2026-02-27T03:20:40.372Z | [ recovery-image] Feb 27 03:20:39.068 INFO O| Feb 27 03:20:39.068 INFO STEP 887 (remove_files) COMPLETE |
| 7472 | 2026-02-27T03:20:40.375Z | [ recovery-image] Feb 27 03:20:39.068 INFO O| Feb 27 03:20:39.068 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7473 | 2026-02-27T03:20:40.388Z | [ recovery-image] Feb 27 03:20:39.083 INFO O| Feb 27 03:20:39.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
| 7474 | 2026-02-27T03:20:40.388Z | [ recovery-image] Feb 27 03:20:39.084 INFO O| Feb 27 03:20:39.084 INFO STEP 888 (remove_files) COMPLETE |
| 7475 | 2026-02-27T03:20:40.391Z | [ recovery-image] Feb 27 03:20:39.084 INFO O| Feb 27 03:20:39.084 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7476 | 2026-02-27T03:20:40.402Z | [ recovery-image] Feb 27 03:20:39.098 INFO O| Feb 27 03:20:39.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
| 7477 | 2026-02-27T03:20:40.403Z | [ recovery-image] Feb 27 03:20:39.098 INFO O| Feb 27 03:20:39.098 INFO STEP 889 (remove_files) COMPLETE |
| 7478 | 2026-02-27T03:20:40.405Z | [ recovery-image] Feb 27 03:20:39.098 INFO O| Feb 27 03:20:39.098 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7479 | 2026-02-27T03:20:40.415Z | [ recovery-image] Feb 27 03:20:39.110 INFO O| Feb 27 03:20:39.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
| 7480 | 2026-02-27T03:20:40.418Z | [ recovery-image] Feb 27 03:20:39.110 INFO O| Feb 27 03:20:39.110 INFO STEP 890 (remove_files) COMPLETE |
| 7481 | 2026-02-27T03:20:40.418Z | [ recovery-image] Feb 27 03:20:39.111 INFO O| Feb 27 03:20:39.110 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7482 | 2026-02-27T03:20:40.427Z | [ recovery-image] Feb 27 03:20:39.123 INFO O| Feb 27 03:20:39.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
| 7483 | 2026-02-27T03:20:40.427Z | [ recovery-image] Feb 27 03:20:39.123 INFO O| Feb 27 03:20:39.123 INFO STEP 891 (remove_files) COMPLETE |
| 7484 | 2026-02-27T03:20:40.427Z | [ recovery-image] Feb 27 03:20:39.123 INFO O| Feb 27 03:20:39.123 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7485 | 2026-02-27T03:20:40.442Z | [ recovery-image] Feb 27 03:20:39.138 INFO O| Feb 27 03:20:39.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
| 7486 | 2026-02-27T03:20:40.442Z | [ recovery-image] Feb 27 03:20:39.138 INFO O| Feb 27 03:20:39.138 INFO STEP 892 (remove_files) COMPLETE |
| 7487 | 2026-02-27T03:20:40.445Z | [ recovery-image] Feb 27 03:20:39.138 INFO O| Feb 27 03:20:39.138 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7488 | 2026-02-27T03:20:40.457Z | [ recovery-image] Feb 27 03:20:39.153 INFO O| Feb 27 03:20:39.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
| 7489 | 2026-02-27T03:20:40.461Z | [ recovery-image] Feb 27 03:20:39.153 INFO O| Feb 27 03:20:39.153 INFO STEP 893 (remove_files) COMPLETE |
| 7490 | 2026-02-27T03:20:40.461Z | [ recovery-image] Feb 27 03:20:39.153 INFO O| Feb 27 03:20:39.153 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7491 | 2026-02-27T03:20:40.473Z | [ recovery-image] Feb 27 03:20:39.169 INFO O| Feb 27 03:20:39.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
| 7492 | 2026-02-27T03:20:40.476Z | [ recovery-image] Feb 27 03:20:39.169 INFO O| Feb 27 03:20:39.169 INFO STEP 894 (remove_files) COMPLETE |
| 7493 | 2026-02-27T03:20:40.476Z | [ recovery-image] Feb 27 03:20:39.169 INFO O| Feb 27 03:20:39.169 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7494 | 2026-02-27T03:20:40.488Z | [ recovery-image] Feb 27 03:20:39.184 INFO O| Feb 27 03:20:39.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
| 7495 | 2026-02-27T03:20:40.488Z | [ recovery-image] Feb 27 03:20:39.184 INFO O| Feb 27 03:20:39.184 INFO STEP 895 (remove_files) COMPLETE |
| 7496 | 2026-02-27T03:20:40.492Z | [ recovery-image] Feb 27 03:20:39.184 INFO O| Feb 27 03:20:39.184 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7497 | 2026-02-27T03:20:40.502Z | [ recovery-image] Feb 27 03:20:39.197 INFO O| Feb 27 03:20:39.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1" |
| 7498 | 2026-02-27T03:20:40.502Z | [ recovery-image] Feb 27 03:20:39.197 INFO O| Feb 27 03:20:39.197 INFO STEP 896 (remove_files) COMPLETE |
| 7499 | 2026-02-27T03:20:40.505Z | [ recovery-image] Feb 27 03:20:39.197 INFO O| Feb 27 03:20:39.197 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7500 | 2026-02-27T03:20:40.516Z | [ recovery-image] Feb 27 03:20:39.212 INFO O| Feb 27 03:20:39.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1" |
| 7501 | 2026-02-27T03:20:40.516Z | [ recovery-image] Feb 27 03:20:39.212 INFO O| Feb 27 03:20:39.212 INFO STEP 897 (remove_files) COMPLETE |
| 7502 | 2026-02-27T03:20:40.519Z | [ recovery-image] Feb 27 03:20:39.212 INFO O| Feb 27 03:20:39.212 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7503 | 2026-02-27T03:20:40.530Z | [ recovery-image] Feb 27 03:20:39.226 INFO O| Feb 27 03:20:39.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1" |
| 7504 | 2026-02-27T03:20:40.530Z | [ recovery-image] Feb 27 03:20:39.226 INFO O| Feb 27 03:20:39.226 INFO STEP 898 (remove_files) COMPLETE |
| 7505 | 2026-02-27T03:20:40.534Z | [ recovery-image] Feb 27 03:20:39.226 INFO O| Feb 27 03:20:39.226 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7506 | 2026-02-27T03:20:40.543Z | [ recovery-image] Feb 27 03:20:39.239 INFO O| Feb 27 03:20:39.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
| 7507 | 2026-02-27T03:20:40.543Z | [ recovery-image] Feb 27 03:20:39.239 INFO O| Feb 27 03:20:39.239 INFO STEP 899 (remove_files) COMPLETE |
| 7508 | 2026-02-27T03:20:40.543Z | [ recovery-image] Feb 27 03:20:39.239 INFO O| Feb 27 03:20:39.239 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7509 | 2026-02-27T03:20:40.557Z | [ recovery-image] Feb 27 03:20:39.252 INFO O| Feb 27 03:20:39.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
| 7510 | 2026-02-27T03:20:40.557Z | [ recovery-image] Feb 27 03:20:39.252 INFO O| Feb 27 03:20:39.252 INFO STEP 900 (remove_files) COMPLETE |
| 7511 | 2026-02-27T03:20:40.557Z | [ recovery-image] Feb 27 03:20:39.252 INFO O| Feb 27 03:20:39.252 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7512 | 2026-02-27T03:20:40.572Z | [ recovery-image] Feb 27 03:20:39.268 INFO O| Feb 27 03:20:39.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1" |
| 7513 | 2026-02-27T03:20:40.575Z | [ recovery-image] Feb 27 03:20:39.269 INFO O| Feb 27 03:20:39.269 INFO STEP 901 (remove_files) COMPLETE |
| 7514 | 2026-02-27T03:20:40.575Z | [ recovery-image] Feb 27 03:20:39.269 INFO O| Feb 27 03:20:39.269 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7515 | 2026-02-27T03:20:40.588Z | [ recovery-image] Feb 27 03:20:39.283 INFO O| Feb 27 03:20:39.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1" |
| 7516 | 2026-02-27T03:20:40.588Z | [ recovery-image] Feb 27 03:20:39.283 INFO O| Feb 27 03:20:39.283 INFO STEP 902 (remove_files) COMPLETE |
| 7517 | 2026-02-27T03:20:40.591Z | [ recovery-image] Feb 27 03:20:39.283 INFO O| Feb 27 03:20:39.283 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7518 | 2026-02-27T03:20:40.603Z | [ recovery-image] Feb 27 03:20:39.298 INFO O| Feb 27 03:20:39.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
| 7519 | 2026-02-27T03:20:40.603Z | [ recovery-image] Feb 27 03:20:39.298 INFO O| Feb 27 03:20:39.298 INFO STEP 903 (remove_files) COMPLETE |
| 7520 | 2026-02-27T03:20:40.606Z | [ recovery-image] Feb 27 03:20:39.298 INFO O| Feb 27 03:20:39.298 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7521 | 2026-02-27T03:20:40.617Z | [ recovery-image] Feb 27 03:20:39.313 INFO O| Feb 27 03:20:39.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1" |
| 7522 | 2026-02-27T03:20:40.617Z | [ recovery-image] Feb 27 03:20:39.313 INFO O| Feb 27 03:20:39.313 INFO STEP 904 (remove_files) COMPLETE |
| 7523 | 2026-02-27T03:20:40.620Z | [ recovery-image] Feb 27 03:20:39.313 INFO O| Feb 27 03:20:39.313 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7524 | 2026-02-27T03:20:40.633Z | [ recovery-image] Feb 27 03:20:39.329 INFO O| Feb 27 03:20:39.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
| 7525 | 2026-02-27T03:20:40.636Z | [ recovery-image] Feb 27 03:20:39.329 INFO O| Feb 27 03:20:39.329 INFO STEP 905 (remove_files) COMPLETE |
| 7526 | 2026-02-27T03:20:40.636Z | [ recovery-image] Feb 27 03:20:39.329 INFO O| Feb 27 03:20:39.329 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7527 | 2026-02-27T03:20:40.647Z | [ recovery-image] Feb 27 03:20:39.342 INFO O| Feb 27 03:20:39.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
| 7528 | 2026-02-27T03:20:40.647Z | [ recovery-image] Feb 27 03:20:39.342 INFO O| Feb 27 03:20:39.342 INFO STEP 906 (remove_files) COMPLETE |
| 7529 | 2026-02-27T03:20:40.650Z | [ recovery-image] Feb 27 03:20:39.342 INFO O| Feb 27 03:20:39.342 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7530 | 2026-02-27T03:20:40.659Z | [ recovery-image] Feb 27 03:20:39.355 INFO O| Feb 27 03:20:39.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1" |
| 7531 | 2026-02-27T03:20:40.659Z | [ recovery-image] Feb 27 03:20:39.355 INFO O| Feb 27 03:20:39.355 INFO STEP 907 (remove_files) COMPLETE |
| 7532 | 2026-02-27T03:20:40.662Z | [ recovery-image] Feb 27 03:20:39.355 INFO O| Feb 27 03:20:39.355 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7533 | 2026-02-27T03:20:40.672Z | [ recovery-image] Feb 27 03:20:39.368 INFO O| Feb 27 03:20:39.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1" |
| 7534 | 2026-02-27T03:20:40.672Z | [ recovery-image] Feb 27 03:20:39.368 INFO O| Feb 27 03:20:39.368 INFO STEP 908 (remove_files) COMPLETE |
| 7535 | 2026-02-27T03:20:40.676Z | [ recovery-image] Feb 27 03:20:39.368 INFO O| Feb 27 03:20:39.368 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7536 | 2026-02-27T03:20:40.686Z | [ recovery-image] Feb 27 03:20:39.382 INFO O| Feb 27 03:20:39.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
| 7537 | 2026-02-27T03:20:40.686Z | [ recovery-image] Feb 27 03:20:39.382 INFO O| Feb 27 03:20:39.382 INFO STEP 909 (remove_files) COMPLETE |
| 7538 | 2026-02-27T03:20:40.689Z | [ recovery-image] Feb 27 03:20:39.382 INFO O| Feb 27 03:20:39.382 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7539 | 2026-02-27T03:20:40.701Z | [ recovery-image] Feb 27 03:20:39.397 INFO O| Feb 27 03:20:39.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1" |
| 7540 | 2026-02-27T03:20:40.701Z | [ recovery-image] Feb 27 03:20:39.397 INFO O| Feb 27 03:20:39.397 INFO STEP 910 (remove_files) COMPLETE |
| 7541 | 2026-02-27T03:20:40.701Z | [ recovery-image] Feb 27 03:20:39.397 INFO O| Feb 27 03:20:39.397 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7542 | 2026-02-27T03:20:40.717Z | [ recovery-image] Feb 27 03:20:39.413 INFO O| Feb 27 03:20:39.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1" |
| 7543 | 2026-02-27T03:20:40.718Z | [ recovery-image] Feb 27 03:20:39.413 INFO O| Feb 27 03:20:39.413 INFO STEP 911 (remove_files) COMPLETE |
| 7544 | 2026-02-27T03:20:40.718Z | [ recovery-image] Feb 27 03:20:39.413 INFO O| Feb 27 03:20:39.413 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7545 | 2026-02-27T03:20:40.735Z | [ recovery-image] Feb 27 03:20:39.429 INFO O| Feb 27 03:20:39.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
| 7546 | 2026-02-27T03:20:40.735Z | [ recovery-image] Feb 27 03:20:39.430 INFO O| Feb 27 03:20:39.430 INFO STEP 912 (remove_files) COMPLETE |
| 7547 | 2026-02-27T03:20:40.738Z | [ recovery-image] Feb 27 03:20:39.430 INFO O| Feb 27 03:20:39.430 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7548 | 2026-02-27T03:20:40.748Z | [ recovery-image] Feb 27 03:20:39.444 INFO O| Feb 27 03:20:39.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
| 7549 | 2026-02-27T03:20:40.748Z | [ recovery-image] Feb 27 03:20:39.444 INFO O| Feb 27 03:20:39.444 INFO STEP 913 (remove_files) COMPLETE |
| 7550 | 2026-02-27T03:20:40.751Z | [ recovery-image] Feb 27 03:20:39.444 INFO O| Feb 27 03:20:39.444 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7551 | 2026-02-27T03:20:40.761Z | [ recovery-image] Feb 27 03:20:39.457 INFO O| Feb 27 03:20:39.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1" |
| 7552 | 2026-02-27T03:20:40.761Z | [ recovery-image] Feb 27 03:20:39.457 INFO O| Feb 27 03:20:39.457 INFO STEP 914 (remove_files) COMPLETE |
| 7553 | 2026-02-27T03:20:40.764Z | [ recovery-image] Feb 27 03:20:39.457 INFO O| Feb 27 03:20:39.457 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7554 | 2026-02-27T03:20:40.771Z | [ recovery-image] Feb 27 03:20:39.467 INFO O| Feb 27 03:20:39.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
| 7555 | 2026-02-27T03:20:40.771Z | [ recovery-image] Feb 27 03:20:39.467 INFO O| Feb 27 03:20:39.467 INFO STEP 915 (remove_files) COMPLETE |
| 7556 | 2026-02-27T03:20:40.774Z | [ recovery-image] Feb 27 03:20:39.467 INFO O| Feb 27 03:20:39.467 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7557 | 2026-02-27T03:20:40.780Z | [ recovery-image] Feb 27 03:20:39.476 INFO O| Feb 27 03:20:39.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
| 7558 | 2026-02-27T03:20:40.783Z | [ recovery-image] Feb 27 03:20:39.476 INFO O| Feb 27 03:20:39.476 INFO STEP 916 (remove_files) COMPLETE |
| 7559 | 2026-02-27T03:20:40.783Z | [ recovery-image] Feb 27 03:20:39.476 INFO O| Feb 27 03:20:39.476 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7560 | 2026-02-27T03:20:40.789Z | [ recovery-image] Feb 27 03:20:39.485 INFO O| Feb 27 03:20:39.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1" |
| 7561 | 2026-02-27T03:20:40.789Z | [ recovery-image] Feb 27 03:20:39.485 INFO O| Feb 27 03:20:39.485 INFO STEP 917 (remove_files) COMPLETE |
| 7562 | 2026-02-27T03:20:40.789Z | [ recovery-image] Feb 27 03:20:39.485 INFO O| Feb 27 03:20:39.485 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7563 | 2026-02-27T03:20:40.800Z | [ recovery-image] Feb 27 03:20:39.496 INFO O| Feb 27 03:20:39.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
| 7564 | 2026-02-27T03:20:40.803Z | [ recovery-image] Feb 27 03:20:39.496 INFO O| Feb 27 03:20:39.496 INFO STEP 918 (remove_files) COMPLETE |
| 7565 | 2026-02-27T03:20:40.803Z | [ recovery-image] Feb 27 03:20:39.496 INFO O| Feb 27 03:20:39.496 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7566 | 2026-02-27T03:20:40.813Z | [ recovery-image] Feb 27 03:20:39.509 INFO O| Feb 27 03:20:39.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
| 7567 | 2026-02-27T03:20:40.813Z | [ recovery-image] Feb 27 03:20:39.509 INFO O| Feb 27 03:20:39.509 INFO STEP 919 (remove_files) COMPLETE |
| 7568 | 2026-02-27T03:20:40.816Z | [ recovery-image] Feb 27 03:20:39.509 INFO O| Feb 27 03:20:39.509 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7569 | 2026-02-27T03:20:40.825Z | [ recovery-image] Feb 27 03:20:39.521 INFO O| Feb 27 03:20:39.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
| 7570 | 2026-02-27T03:20:40.825Z | [ recovery-image] Feb 27 03:20:39.521 INFO O| Feb 27 03:20:39.521 INFO STEP 920 (remove_files) COMPLETE |
| 7571 | 2026-02-27T03:20:40.828Z | [ recovery-image] Feb 27 03:20:39.521 INFO O| Feb 27 03:20:39.521 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7572 | 2026-02-27T03:20:40.836Z | [ recovery-image] Feb 27 03:20:39.532 INFO O| Feb 27 03:20:39.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
| 7573 | 2026-02-27T03:20:40.839Z | [ recovery-image] Feb 27 03:20:39.532 INFO O| Feb 27 03:20:39.532 INFO STEP 921 (remove_files) COMPLETE |
| 7574 | 2026-02-27T03:20:40.839Z | [ recovery-image] Feb 27 03:20:39.532 INFO O| Feb 27 03:20:39.532 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7575 | 2026-02-27T03:20:40.850Z | [ recovery-image] Feb 27 03:20:39.545 INFO O| Feb 27 03:20:39.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress" |
| 7576 | 2026-02-27T03:20:40.850Z | [ recovery-image] Feb 27 03:20:39.546 INFO O| Feb 27 03:20:39.546 INFO STEP 922 (remove_files) COMPLETE |
| 7577 | 2026-02-27T03:20:40.853Z | [ recovery-image] Feb 27 03:20:39.546 INFO O| Feb 27 03:20:39.546 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7578 | 2026-02-27T03:20:40.864Z | [ recovery-image] Feb 27 03:20:39.560 INFO O| Feb 27 03:20:39.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck" |
| 7579 | 2026-02-27T03:20:40.865Z | [ recovery-image] Feb 27 03:20:39.560 INFO O| Feb 27 03:20:39.560 INFO STEP 923 (remove_files) COMPLETE |
| 7580 | 2026-02-27T03:20:40.865Z | [ recovery-image] Feb 27 03:20:39.560 INFO O| Feb 27 03:20:39.560 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7581 | 2026-02-27T03:20:40.878Z | [ recovery-image] Feb 27 03:20:39.574 INFO O| Feb 27 03:20:39.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake" |
| 7582 | 2026-02-27T03:20:40.878Z | [ recovery-image] Feb 27 03:20:39.574 INFO O| Feb 27 03:20:39.574 INFO STEP 924 (remove_files) COMPLETE |
| 7583 | 2026-02-27T03:20:40.881Z | [ recovery-image] Feb 27 03:20:39.574 INFO O| Feb 27 03:20:39.574 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7584 | 2026-02-27T03:20:40.891Z | [ recovery-image] Feb 27 03:20:39.587 INFO O| Feb 27 03:20:39.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista" |
| 7585 | 2026-02-27T03:20:40.894Z | [ recovery-image] Feb 27 03:20:39.587 INFO O| Feb 27 03:20:39.587 INFO STEP 925 (remove_files) COMPLETE |
| 7586 | 2026-02-27T03:20:40.895Z | [ recovery-image] Feb 27 03:20:39.587 INFO O| Feb 27 03:20:39.587 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7587 | 2026-02-27T03:20:40.904Z | [ recovery-image] Feb 27 03:20:39.600 INFO O| Feb 27 03:20:39.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb" |
| 7588 | 2026-02-27T03:20:40.904Z | [ recovery-image] Feb 27 03:20:39.600 INFO O| Feb 27 03:20:39.600 INFO STEP 926 (remove_files) COMPLETE |
| 7589 | 2026-02-27T03:20:40.904Z | [ recovery-image] Feb 27 03:20:39.600 INFO O| Feb 27 03:20:39.600 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7590 | 2026-02-27T03:20:40.912Z | [ recovery-image] Feb 27 03:20:39.608 INFO O| Feb 27 03:20:39.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop" |
| 7591 | 2026-02-27T03:20:40.916Z | [ recovery-image] Feb 27 03:20:39.608 INFO O| Feb 27 03:20:39.608 INFO STEP 927 (remove_files) COMPLETE |
| 7592 | 2026-02-27T03:20:40.916Z | [ recovery-image] Feb 27 03:20:39.608 INFO O| Feb 27 03:20:39.608 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7593 | 2026-02-27T03:20:40.922Z | [ recovery-image] Feb 27 03:20:39.618 INFO O| Feb 27 03:20:39.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin" |
| 7594 | 2026-02-27T03:20:40.922Z | [ recovery-image] Feb 27 03:20:39.618 INFO O| Feb 27 03:20:39.618 INFO STEP 928 (remove_files) COMPLETE |
| 7595 | 2026-02-27T03:20:40.925Z | [ recovery-image] Feb 27 03:20:39.618 INFO O| Feb 27 03:20:39.618 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7596 | 2026-02-27T03:20:40.934Z | [ recovery-image] Feb 27 03:20:39.630 INFO O| Feb 27 03:20:39.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog" |
| 7597 | 2026-02-27T03:20:40.934Z | [ recovery-image] Feb 27 03:20:39.630 INFO O| Feb 27 03:20:39.630 INFO STEP 929 (remove_files) COMPLETE |
| 7598 | 2026-02-27T03:20:40.937Z | [ recovery-image] Feb 27 03:20:39.630 INFO O| Feb 27 03:20:39.630 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7599 | 2026-02-27T03:20:40.947Z | [ recovery-image] Feb 27 03:20:39.643 INFO O| Feb 27 03:20:39.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd" |
| 7600 | 2026-02-27T03:20:40.947Z | [ recovery-image] Feb 27 03:20:39.643 INFO O| Feb 27 03:20:39.643 INFO STEP 930 (remove_files) COMPLETE |
| 7601 | 2026-02-27T03:20:40.950Z | [ recovery-image] Feb 27 03:20:39.643 INFO O| Feb 27 03:20:39.643 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7602 | 2026-02-27T03:20:40.961Z | [ recovery-image] Feb 27 03:20:39.657 INFO O| Feb 27 03:20:39.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
| 7603 | 2026-02-27T03:20:40.964Z | [ recovery-image] Feb 27 03:20:39.658 INFO O| Feb 27 03:20:39.658 INFO STEP 931 (remove_files) COMPLETE |
| 7604 | 2026-02-27T03:20:40.964Z | [ recovery-image] Feb 27 03:20:39.658 INFO O| Feb 27 03:20:39.658 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7605 | 2026-02-27T03:20:40.972Z | [ recovery-image] Feb 27 03:20:39.668 INFO O| Feb 27 03:20:39.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
| 7606 | 2026-02-27T03:20:40.972Z | [ recovery-image] Feb 27 03:20:39.668 INFO O| Feb 27 03:20:39.668 INFO STEP 932 (remove_files) COMPLETE |
| 7607 | 2026-02-27T03:20:40.975Z | [ recovery-image] Feb 27 03:20:39.668 INFO O| Feb 27 03:20:39.668 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7608 | 2026-02-27T03:20:40.988Z | [ recovery-image] Feb 27 03:20:39.683 INFO O| Feb 27 03:20:39.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
| 7609 | 2026-02-27T03:20:40.988Z | [ recovery-image] Feb 27 03:20:39.683 INFO O| Feb 27 03:20:39.683 INFO STEP 933 (remove_files) COMPLETE |
| 7610 | 2026-02-27T03:20:40.991Z | [ recovery-image] Feb 27 03:20:39.683 INFO O| Feb 27 03:20:39.683 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7611 | 2026-02-27T03:20:41.002Z | [ recovery-image] Feb 27 03:20:39.698 INFO O| Feb 27 03:20:39.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
| 7612 | 2026-02-27T03:20:41.002Z | [ recovery-image] Feb 27 03:20:39.698 INFO O| Feb 27 03:20:39.698 INFO STEP 934 (remove_files) COMPLETE |
| 7613 | 2026-02-27T03:20:41.002Z | [ recovery-image] Feb 27 03:20:39.698 INFO O| Feb 27 03:20:39.698 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7614 | 2026-02-27T03:20:41.017Z | [ recovery-image] Feb 27 03:20:39.712 INFO O| Feb 27 03:20:39.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd" |
| 7615 | 2026-02-27T03:20:41.017Z | [ recovery-image] Feb 27 03:20:39.713 INFO O| Feb 27 03:20:39.713 INFO STEP 935 (remove_files) COMPLETE |
| 7616 | 2026-02-27T03:20:41.020Z | [ recovery-image] Feb 27 03:20:39.713 INFO O| Feb 27 03:20:39.713 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7617 | 2026-02-27T03:20:41.027Z | [ recovery-image] Feb 27 03:20:39.723 INFO O| Feb 27 03:20:39.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc" |
| 7618 | 2026-02-27T03:20:41.027Z | [ recovery-image] Feb 27 03:20:39.723 INFO O| Feb 27 03:20:39.723 INFO STEP 936 (remove_files) COMPLETE |
| 7619 | 2026-02-27T03:20:41.030Z | [ recovery-image] Feb 27 03:20:39.723 INFO O| Feb 27 03:20:39.723 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7620 | 2026-02-27T03:20:41.040Z | [ recovery-image] Feb 27 03:20:39.735 INFO O| Feb 27 03:20:39.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs" |
| 7621 | 2026-02-27T03:20:41.040Z | [ recovery-image] Feb 27 03:20:39.736 INFO O| Feb 27 03:20:39.736 INFO STEP 937 (remove_files) COMPLETE |
| 7622 | 2026-02-27T03:20:41.040Z | [ recovery-image] Feb 27 03:20:39.736 INFO O| Feb 27 03:20:39.736 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7623 | 2026-02-27T03:20:41.053Z | [ recovery-image] Feb 27 03:20:39.749 INFO O| Feb 27 03:20:39.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd" |
| 7624 | 2026-02-27T03:20:41.056Z | [ recovery-image] Feb 27 03:20:39.749 INFO O| Feb 27 03:20:39.749 INFO STEP 938 (remove_files) COMPLETE |
| 7625 | 2026-02-27T03:20:41.056Z | [ recovery-image] Feb 27 03:20:39.749 INFO O| Feb 27 03:20:39.749 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7626 | 2026-02-27T03:20:41.067Z | [ recovery-image] Feb 27 03:20:39.763 INFO O| Feb 27 03:20:39.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server" |
| 7627 | 2026-02-27T03:20:41.071Z | [ recovery-image] Feb 27 03:20:39.763 INFO O| Feb 27 03:20:39.763 INFO STEP 939 (remove_files) COMPLETE |
| 7628 | 2026-02-27T03:20:41.071Z | [ recovery-image] Feb 27 03:20:39.763 INFO O| Feb 27 03:20:39.763 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7629 | 2026-02-27T03:20:41.082Z | [ recovery-image] Feb 27 03:20:39.777 INFO O| Feb 27 03:20:39.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign" |
| 7630 | 2026-02-27T03:20:41.082Z | [ recovery-image] Feb 27 03:20:39.777 INFO O| Feb 27 03:20:39.777 INFO STEP 940 (remove_files) COMPLETE |
| 7631 | 2026-02-27T03:20:41.082Z | [ recovery-image] Feb 27 03:20:39.777 INFO O| Feb 27 03:20:39.777 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7632 | 2026-02-27T03:20:41.096Z | [ recovery-image] Feb 27 03:20:39.792 INFO O| Feb 27 03:20:39.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
| 7633 | 2026-02-27T03:20:41.096Z | [ recovery-image] Feb 27 03:20:39.792 INFO O| Feb 27 03:20:39.792 INFO STEP 941 (remove_files) COMPLETE |
| 7634 | 2026-02-27T03:20:41.100Z | [ recovery-image] Feb 27 03:20:39.792 INFO O| Feb 27 03:20:39.792 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7635 | 2026-02-27T03:20:41.109Z | [ recovery-image] Feb 27 03:20:39.805 INFO O| Feb 27 03:20:39.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
| 7636 | 2026-02-27T03:20:41.110Z | [ recovery-image] Feb 27 03:20:39.805 INFO O| Feb 27 03:20:39.805 INFO STEP 942 (remove_files) COMPLETE |
| 7637 | 2026-02-27T03:20:41.110Z | [ recovery-image] Feb 27 03:20:39.805 INFO O| Feb 27 03:20:39.805 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7638 | 2026-02-27T03:20:41.124Z | [ recovery-image] Feb 27 03:20:39.819 INFO O| Feb 27 03:20:39.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid" |
| 7639 | 2026-02-27T03:20:41.124Z | [ recovery-image] Feb 27 03:20:39.819 INFO O| Feb 27 03:20:39.819 INFO STEP 943 (remove_files) COMPLETE |
| 7640 | 2026-02-27T03:20:41.127Z | [ recovery-image] Feb 27 03:20:39.820 INFO O| Feb 27 03:20:39.819 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7641 | 2026-02-27T03:20:41.138Z | [ recovery-image] Feb 27 03:20:39.833 INFO O| Feb 27 03:20:39.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid" |
| 7642 | 2026-02-27T03:20:41.138Z | [ recovery-image] Feb 27 03:20:39.834 INFO O| Feb 27 03:20:39.834 INFO STEP 944 (remove_files) COMPLETE |
| 7643 | 2026-02-27T03:20:41.141Z | [ recovery-image] Feb 27 03:20:39.834 INFO O| Feb 27 03:20:39.834 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7644 | 2026-02-27T03:20:41.155Z | [ recovery-image] Feb 27 03:20:39.850 INFO O| Feb 27 03:20:39.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange" |
| 7645 | 2026-02-27T03:20:41.155Z | [ recovery-image] Feb 27 03:20:39.851 INFO O| Feb 27 03:20:39.851 INFO STEP 945 (remove_files) COMPLETE |
| 7646 | 2026-02-27T03:20:41.159Z | [ recovery-image] Feb 27 03:20:39.851 INFO O| Feb 27 03:20:39.851 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7647 | 2026-02-27T03:20:41.171Z | [ recovery-image] Feb 27 03:20:39.867 INFO O| Feb 27 03:20:39.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate" |
| 7648 | 2026-02-27T03:20:41.171Z | [ recovery-image] Feb 27 03:20:39.867 INFO O| Feb 27 03:20:39.867 INFO STEP 946 (remove_files) COMPLETE |
| 7649 | 2026-02-27T03:20:41.172Z | [ recovery-image] Feb 27 03:20:39.867 INFO O| Feb 27 03:20:39.867 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7650 | 2026-02-27T03:20:41.183Z | [ recovery-image] Feb 27 03:20:39.878 INFO O| Feb 27 03:20:39.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid" |
| 7651 | 2026-02-27T03:20:41.183Z | [ recovery-image] Feb 27 03:20:39.878 INFO O| Feb 27 03:20:39.878 INFO STEP 947 (remove_files) COMPLETE |
| 7652 | 2026-02-27T03:20:41.186Z | [ recovery-image] Feb 27 03:20:39.878 INFO O| Feb 27 03:20:39.878 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7653 | 2026-02-27T03:20:41.246Z | [ recovery-image] Feb 27 03:20:39.894 INFO O| Feb 27 03:20:39.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint" |
| 7654 | 2026-02-27T03:20:41.246Z | [ recovery-image] Feb 27 03:20:39.894 INFO O| Feb 27 03:20:39.894 INFO STEP 948 (remove_files) COMPLETE |
| 7655 | 2026-02-27T03:20:41.246Z | [ recovery-image] Feb 27 03:20:39.894 INFO O| Feb 27 03:20:39.894 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7656 | 2026-02-27T03:20:41.246Z | [ recovery-image] Feb 27 03:20:39.908 INFO O| Feb 27 03:20:39.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem" |
| 7657 | 2026-02-27T03:20:41.246Z | [ recovery-image] Feb 27 03:20:39.908 INFO O| Feb 27 03:20:39.908 INFO STEP 949 (remove_files) COMPLETE |
| 7658 | 2026-02-27T03:20:41.246Z | [ recovery-image] Feb 27 03:20:39.908 INFO O| Feb 27 03:20:39.908 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7659 | 2026-02-27T03:20:41.246Z | [ recovery-image] Feb 27 03:20:39.920 INFO O| Feb 27 03:20:39.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath" |
| 7660 | 2026-02-27T03:20:41.246Z | [ recovery-image] Feb 27 03:20:39.920 INFO O| Feb 27 03:20:39.920 INFO STEP 950 (remove_files) COMPLETE |
| 7661 | 2026-02-27T03:20:41.246Z | [ recovery-image] Feb 27 03:20:39.920 INFO O| Feb 27 03:20:39.920 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7662 | 2026-02-27T03:20:41.246Z | [ recovery-image] Feb 27 03:20:39.934 INFO O| Feb 27 03:20:39.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr" |
| 7663 | 2026-02-27T03:20:41.246Z | [ recovery-image] Feb 27 03:20:39.934 INFO O| Feb 27 03:20:39.934 INFO STEP 951 (remove_files) COMPLETE |
| 7664 | 2026-02-27T03:20:41.246Z | [ recovery-image] Feb 27 03:20:39.934 INFO O| Feb 27 03:20:39.934 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7665 | 2026-02-27T03:20:41.253Z | [ recovery-image] Feb 27 03:20:39.949 INFO O| Feb 27 03:20:39.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime" |
| 7666 | 2026-02-27T03:20:41.254Z | [ recovery-image] Feb 27 03:20:39.949 INFO O| Feb 27 03:20:39.949 INFO STEP 952 (remove_files) COMPLETE |
| 7667 | 2026-02-27T03:20:41.254Z | [ recovery-image] Feb 27 03:20:39.949 INFO O| Feb 27 03:20:39.949 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7668 | 2026-02-27T03:20:41.265Z | [ recovery-image] Feb 27 03:20:39.960 INFO O| Feb 27 03:20:39.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid" |
| 7669 | 2026-02-27T03:20:41.265Z | [ recovery-image] Feb 27 03:20:39.960 INFO O| Feb 27 03:20:39.960 INFO STEP 953 (remove_files) COMPLETE |
| 7670 | 2026-02-27T03:20:41.269Z | [ recovery-image] Feb 27 03:20:39.960 INFO O| Feb 27 03:20:39.960 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7671 | 2026-02-27T03:20:41.281Z | [ recovery-image] Feb 27 03:20:39.977 INFO O| Feb 27 03:20:39.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn" |
| 7672 | 2026-02-27T03:20:41.281Z | [ recovery-image] Feb 27 03:20:39.977 INFO O| Feb 27 03:20:39.977 INFO STEP 954 (remove_files) COMPLETE |
| 7673 | 2026-02-27T03:20:41.281Z | [ recovery-image] Feb 27 03:20:39.977 INFO O| Feb 27 03:20:39.977 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7674 | 2026-02-27T03:20:41.297Z | [ recovery-image] Feb 27 03:20:39.993 INFO O| Feb 27 03:20:39.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate" |
| 7675 | 2026-02-27T03:20:41.297Z | [ recovery-image] Feb 27 03:20:39.993 INFO O| Feb 27 03:20:39.993 INFO STEP 955 (remove_files) COMPLETE |
| 7676 | 2026-02-27T03:20:41.297Z | [ recovery-image] Feb 27 03:20:39.993 INFO O| Feb 27 03:20:39.993 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7677 | 2026-02-27T03:20:41.311Z | [ recovery-image] Feb 27 03:20:40.006 INFO O| Feb 27 03:20:40.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid" |
| 7678 | 2026-02-27T03:20:41.311Z | [ recovery-image] Feb 27 03:20:40.006 INFO O| Feb 27 03:20:40.006 INFO STEP 956 (remove_files) COMPLETE |
| 7679 | 2026-02-27T03:20:41.314Z | [ recovery-image] Feb 27 03:20:40.006 INFO O| Feb 27 03:20:40.006 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7680 | 2026-02-27T03:20:41.321Z | [ recovery-image] Feb 27 03:20:40.017 INFO O| Feb 27 03:20:40.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint" |
| 7681 | 2026-02-27T03:20:41.321Z | [ recovery-image] Feb 27 03:20:40.017 INFO O| Feb 27 03:20:40.017 INFO STEP 957 (remove_files) COMPLETE |
| 7682 | 2026-02-27T03:20:41.321Z | [ recovery-image] Feb 27 03:20:40.017 INFO O| Feb 27 03:20:40.017 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7683 | 2026-02-27T03:20:41.335Z | [ recovery-image] Feb 27 03:20:40.031 INFO O| Feb 27 03:20:40.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem" |
| 7684 | 2026-02-27T03:20:41.335Z | [ recovery-image] Feb 27 03:20:40.031 INFO O| Feb 27 03:20:40.031 INFO STEP 958 (remove_files) COMPLETE |
| 7685 | 2026-02-27T03:20:41.335Z | [ recovery-image] Feb 27 03:20:40.031 INFO O| Feb 27 03:20:40.031 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7686 | 2026-02-27T03:20:41.349Z | [ recovery-image] Feb 27 03:20:40.045 INFO O| Feb 27 03:20:40.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath" |
| 7687 | 2026-02-27T03:20:41.349Z | [ recovery-image] Feb 27 03:20:40.045 INFO O| Feb 27 03:20:40.045 INFO STEP 959 (remove_files) COMPLETE |
| 7688 | 2026-02-27T03:20:41.349Z | [ recovery-image] Feb 27 03:20:40.045 INFO O| Feb 27 03:20:40.045 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7689 | 2026-02-27T03:20:41.363Z | [ recovery-image] Feb 27 03:20:40.059 INFO O| Feb 27 03:20:40.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange" |
| 7690 | 2026-02-27T03:20:41.363Z | [ recovery-image] Feb 27 03:20:40.059 INFO O| Feb 27 03:20:40.059 INFO STEP 960 (remove_files) COMPLETE |
| 7691 | 2026-02-27T03:20:41.363Z | [ recovery-image] Feb 27 03:20:40.059 INFO O| Feb 27 03:20:40.059 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7692 | 2026-02-27T03:20:41.379Z | [ recovery-image] Feb 27 03:20:40.075 INFO O| Feb 27 03:20:40.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr" |
| 7693 | 2026-02-27T03:20:41.379Z | [ recovery-image] Feb 27 03:20:40.075 INFO O| Feb 27 03:20:40.075 INFO STEP 961 (remove_files) COMPLETE |
| 7694 | 2026-02-27T03:20:41.380Z | [ recovery-image] Feb 27 03:20:40.075 INFO O| Feb 27 03:20:40.075 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7695 | 2026-02-27T03:20:41.391Z | [ recovery-image] Feb 27 03:20:40.085 INFO O| Feb 27 03:20:40.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime" |
| 7696 | 2026-02-27T03:20:41.394Z | [ recovery-image] Feb 27 03:20:40.085 INFO O| Feb 27 03:20:40.085 INFO STEP 962 (remove_files) COMPLETE |
| 7697 | 2026-02-27T03:20:41.394Z | [ recovery-image] Feb 27 03:20:40.085 INFO O| Feb 27 03:20:40.085 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7698 | 2026-02-27T03:20:41.401Z | [ recovery-image] Feb 27 03:20:40.096 INFO O| Feb 27 03:20:40.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid" |
| 7699 | 2026-02-27T03:20:41.401Z | [ recovery-image] Feb 27 03:20:40.096 INFO O| Feb 27 03:20:40.096 INFO STEP 963 (remove_files) COMPLETE |
| 7700 | 2026-02-27T03:20:41.404Z | [ recovery-image] Feb 27 03:20:40.096 INFO O| Feb 27 03:20:40.096 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7701 | 2026-02-27T03:20:41.412Z | [ recovery-image] Feb 27 03:20:40.108 INFO O| Feb 27 03:20:40.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn" |
| 7702 | 2026-02-27T03:20:41.413Z | [ recovery-image] Feb 27 03:20:40.108 INFO O| Feb 27 03:20:40.108 INFO STEP 964 (remove_files) COMPLETE |
| 7703 | 2026-02-27T03:20:41.416Z | [ recovery-image] Feb 27 03:20:40.108 INFO O| Feb 27 03:20:40.108 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7704 | 2026-02-27T03:20:41.427Z | [ recovery-image] Feb 27 03:20:40.122 INFO O| Feb 27 03:20:40.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext" |
| 7705 | 2026-02-27T03:20:41.430Z | [ recovery-image] Feb 27 03:20:40.123 INFO O| Feb 27 03:20:40.123 INFO STEP 965 (remove_files) COMPLETE |
| 7706 | 2026-02-27T03:20:41.430Z | [ recovery-image] Feb 27 03:20:40.123 INFO O| Feb 27 03:20:40.123 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7707 | 2026-02-27T03:20:41.442Z | [ recovery-image] Feb 27 03:20:40.137 INFO O| Feb 27 03:20:40.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate" |
| 7708 | 2026-02-27T03:20:41.442Z | [ recovery-image] Feb 27 03:20:40.137 INFO O| Feb 27 03:20:40.137 INFO STEP 966 (remove_files) COMPLETE |
| 7709 | 2026-02-27T03:20:41.445Z | [ recovery-image] Feb 27 03:20:40.137 INFO O| Feb 27 03:20:40.137 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7710 | 2026-02-27T03:20:41.455Z | [ recovery-image] Feb 27 03:20:40.151 INFO O| Feb 27 03:20:40.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid" |
| 7711 | 2026-02-27T03:20:41.455Z | [ recovery-image] Feb 27 03:20:40.151 INFO O| Feb 27 03:20:40.151 INFO STEP 967 (remove_files) COMPLETE |
| 7712 | 2026-02-27T03:20:41.459Z | [ recovery-image] Feb 27 03:20:40.151 INFO O| Feb 27 03:20:40.151 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7713 | 2026-02-27T03:20:41.470Z | [ recovery-image] Feb 27 03:20:40.165 INFO O| Feb 27 03:20:40.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint" |
| 7714 | 2026-02-27T03:20:41.470Z | [ recovery-image] Feb 27 03:20:40.166 INFO O| Feb 27 03:20:40.165 INFO STEP 968 (remove_files) COMPLETE |
| 7715 | 2026-02-27T03:20:41.470Z | [ recovery-image] Feb 27 03:20:40.166 INFO O| Feb 27 03:20:40.166 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7716 | 2026-02-27T03:20:41.485Z | [ recovery-image] Feb 27 03:20:40.181 INFO O| Feb 27 03:20:40.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath" |
| 7717 | 2026-02-27T03:20:41.485Z | [ recovery-image] Feb 27 03:20:40.181 INFO O| Feb 27 03:20:40.181 INFO STEP 969 (remove_files) COMPLETE |
| 7718 | 2026-02-27T03:20:41.488Z | [ recovery-image] Feb 27 03:20:40.181 INFO O| Feb 27 03:20:40.181 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7719 | 2026-02-27T03:20:41.498Z | [ recovery-image] Feb 27 03:20:40.193 INFO O| Feb 27 03:20:40.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange" |
| 7720 | 2026-02-27T03:20:41.502Z | [ recovery-image] Feb 27 03:20:40.193 INFO O| Feb 27 03:20:40.193 INFO STEP 970 (remove_files) COMPLETE |
| 7721 | 2026-02-27T03:20:41.502Z | [ recovery-image] Feb 27 03:20:40.193 INFO O| Feb 27 03:20:40.193 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7722 | 2026-02-27T03:20:41.512Z | [ recovery-image] Feb 27 03:20:40.207 INFO O| Feb 27 03:20:40.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr" |
| 7723 | 2026-02-27T03:20:41.512Z | [ recovery-image] Feb 27 03:20:40.207 INFO O| Feb 27 03:20:40.207 INFO STEP 971 (remove_files) COMPLETE |
| 7724 | 2026-02-27T03:20:41.512Z | [ recovery-image] Feb 27 03:20:40.207 INFO O| Feb 27 03:20:40.207 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7725 | 2026-02-27T03:20:41.528Z | [ recovery-image] Feb 27 03:20:40.223 INFO O| Feb 27 03:20:40.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime" |
| 7726 | 2026-02-27T03:20:41.528Z | [ recovery-image] Feb 27 03:20:40.223 INFO O| Feb 27 03:20:40.223 INFO STEP 972 (remove_files) COMPLETE |
| 7727 | 2026-02-27T03:20:41.531Z | [ recovery-image] Feb 27 03:20:40.223 INFO O| Feb 27 03:20:40.223 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7728 | 2026-02-27T03:20:41.540Z | [ recovery-image] Feb 27 03:20:40.236 INFO O| Feb 27 03:20:40.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid" |
| 7729 | 2026-02-27T03:20:41.541Z | [ recovery-image] Feb 27 03:20:40.236 INFO O| Feb 27 03:20:40.236 INFO STEP 973 (remove_files) COMPLETE |
| 7730 | 2026-02-27T03:20:41.544Z | [ recovery-image] Feb 27 03:20:40.236 INFO O| Feb 27 03:20:40.236 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7731 | 2026-02-27T03:20:41.556Z | [ recovery-image] Feb 27 03:20:40.252 INFO O| Feb 27 03:20:40.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn" |
| 7732 | 2026-02-27T03:20:41.556Z | [ recovery-image] Feb 27 03:20:40.252 INFO O| Feb 27 03:20:40.252 INFO STEP 974 (remove_files) COMPLETE |
| 7733 | 2026-02-27T03:20:41.559Z | [ recovery-image] Feb 27 03:20:40.252 INFO O| Feb 27 03:20:40.252 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7734 | 2026-02-27T03:20:41.567Z | [ recovery-image] Feb 27 03:20:40.262 INFO O| Feb 27 03:20:40.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall" |
| 7735 | 2026-02-27T03:20:41.570Z | [ recovery-image] Feb 27 03:20:40.263 INFO O| Feb 27 03:20:40.262 INFO STEP 975 (remove_files) COMPLETE |
| 7736 | 2026-02-27T03:20:41.570Z | [ recovery-image] Feb 27 03:20:40.263 INFO O| Feb 27 03:20:40.262 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7737 | 2026-02-27T03:20:41.580Z | [ recovery-image] Feb 27 03:20:40.276 INFO O| Feb 27 03:20:40.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname" |
| 7738 | 2026-02-27T03:20:41.583Z | [ recovery-image] Feb 27 03:20:40.276 INFO O| Feb 27 03:20:40.276 INFO STEP 976 (remove_files) COMPLETE |
| 7739 | 2026-02-27T03:20:41.583Z | [ recovery-image] Feb 27 03:20:40.276 INFO O| Feb 27 03:20:40.276 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7740 | 2026-02-27T03:20:41.592Z | [ recovery-image] Feb 27 03:20:40.288 INFO O| Feb 27 03:20:40.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove" |
| 7741 | 2026-02-27T03:20:41.592Z | [ recovery-image] Feb 27 03:20:40.288 INFO O| Feb 27 03:20:40.288 INFO STEP 977 (remove_files) COMPLETE |
| 7742 | 2026-02-27T03:20:41.595Z | [ recovery-image] Feb 27 03:20:40.288 INFO O| Feb 27 03:20:40.288 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7743 | 2026-02-27T03:20:41.604Z | [ recovery-image] Feb 27 03:20:40.300 INFO O| Feb 27 03:20:40.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv" |
| 7744 | 2026-02-27T03:20:41.604Z | [ recovery-image] Feb 27 03:20:40.300 INFO O| Feb 27 03:20:40.300 INFO STEP 978 (remove_files) COMPLETE |
| 7745 | 2026-02-27T03:20:41.604Z | [ recovery-image] Feb 27 03:20:40.300 INFO O| Feb 27 03:20:40.300 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7746 | 2026-02-27T03:20:41.618Z | [ recovery-image] Feb 27 03:20:40.314 INFO O| Feb 27 03:20:40.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db" |
| 7747 | 2026-02-27T03:20:41.618Z | [ recovery-image] Feb 27 03:20:40.314 INFO O| Feb 27 03:20:40.314 INFO STEP 979 (remove_files) COMPLETE |
| 7748 | 2026-02-27T03:20:41.624Z | [ recovery-image] Feb 27 03:20:40.314 INFO O| Feb 27 03:20:40.314 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7749 | 2026-02-27T03:20:41.633Z | [ recovery-image] Feb 27 03:20:40.327 INFO O| Feb 27 03:20:40.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve" |
| 7750 | 2026-02-27T03:20:41.636Z | [ recovery-image] Feb 27 03:20:40.328 INFO O| Feb 27 03:20:40.327 INFO STEP 980 (remove_files) COMPLETE |
| 7751 | 2026-02-27T03:20:41.636Z | [ recovery-image] Feb 27 03:20:40.328 INFO O| Feb 27 03:20:40.328 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7752 | 2026-02-27T03:20:41.641Z | [ recovery-image] Feb 27 03:20:40.337 INFO O| Feb 27 03:20:40.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates" |
| 7753 | 2026-02-27T03:20:41.644Z | [ recovery-image] Feb 27 03:20:40.337 INFO O| Feb 27 03:20:40.337 INFO STEP 981 (remove_files) COMPLETE |
| 7754 | 2026-02-27T03:20:41.644Z | [ recovery-image] Feb 27 03:20:40.337 INFO O| Feb 27 03:20:40.337 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7755 | 2026-02-27T03:20:41.656Z | [ recovery-image] Feb 27 03:20:40.351 INFO O| Feb 27 03:20:40.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay" |
| 7756 | 2026-02-27T03:20:41.659Z | [ recovery-image] Feb 27 03:20:40.352 INFO O| Feb 27 03:20:40.352 INFO STEP 982 (remove_files) COMPLETE |
| 7757 | 2026-02-27T03:20:41.659Z | [ recovery-image] Feb 27 03:20:40.352 INFO O| Feb 27 03:20:40.352 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7758 | 2026-02-27T03:20:41.667Z | [ recovery-image] Feb 27 03:20:40.363 INFO O| Feb 27 03:20:40.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm" |
| 7759 | 2026-02-27T03:20:41.667Z | [ recovery-image] Feb 27 03:20:40.363 INFO O| Feb 27 03:20:40.363 INFO STEP 983 (remove_files) COMPLETE |
| 7760 | 2026-02-27T03:20:41.667Z | [ recovery-image] Feb 27 03:20:40.363 INFO O| Feb 27 03:20:40.363 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7761 | 2026-02-27T03:20:41.681Z | [ recovery-image] Feb 27 03:20:40.376 INFO O| Feb 27 03:20:40.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump" |
| 7762 | 2026-02-27T03:20:41.681Z | [ recovery-image] Feb 27 03:20:40.376 INFO O| Feb 27 03:20:40.376 INFO STEP 984 (remove_files) COMPLETE |
| 7763 | 2026-02-27T03:20:41.681Z | [ recovery-image] Feb 27 03:20:40.376 INFO O| Feb 27 03:20:40.376 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7764 | 2026-02-27T03:20:41.695Z | [ recovery-image] Feb 27 03:20:40.390 INFO O| Feb 27 03:20:40.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract" |
| 7765 | 2026-02-27T03:20:41.695Z | [ recovery-image] Feb 27 03:20:40.390 INFO O| Feb 27 03:20:40.390 INFO STEP 985 (remove_files) COMPLETE |
| 7766 | 2026-02-27T03:20:41.695Z | [ recovery-image] Feb 27 03:20:40.390 INFO O| Feb 27 03:20:40.390 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7767 | 2026-02-27T03:20:41.709Z | [ recovery-image] Feb 27 03:20:40.403 INFO O| Feb 27 03:20:40.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv" |
| 7768 | 2026-02-27T03:20:41.709Z | [ recovery-image] Feb 27 03:20:40.404 INFO O| Feb 27 03:20:40.404 INFO STEP 986 (remove_files) COMPLETE |
| 7769 | 2026-02-27T03:20:41.709Z | [ recovery-image] Feb 27 03:20:40.404 INFO O| Feb 27 03:20:40.404 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7770 | 2026-02-27T03:20:41.722Z | [ recovery-image] Feb 27 03:20:40.418 INFO O| Feb 27 03:20:40.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate" |
| 7771 | 2026-02-27T03:20:41.722Z | [ recovery-image] Feb 27 03:20:40.418 INFO O| Feb 27 03:20:40.418 INFO STEP 987 (remove_files) COMPLETE |
| 7772 | 2026-02-27T03:20:41.725Z | [ recovery-image] Feb 27 03:20:40.418 INFO O| Feb 27 03:20:40.418 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7773 | 2026-02-27T03:20:41.734Z | [ recovery-image] Feb 27 03:20:40.430 INFO O| Feb 27 03:20:40.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat" |
| 7774 | 2026-02-27T03:20:41.737Z | [ recovery-image] Feb 27 03:20:40.430 INFO O| Feb 27 03:20:40.430 INFO STEP 988 (remove_files) COMPLETE |
| 7775 | 2026-02-27T03:20:41.737Z | [ recovery-image] Feb 27 03:20:40.430 INFO O| Feb 27 03:20:40.430 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7776 | 2026-02-27T03:20:41.748Z | [ recovery-image] Feb 27 03:20:40.443 INFO O| Feb 27 03:20:40.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat" |
| 7777 | 2026-02-27T03:20:41.748Z | [ recovery-image] Feb 27 03:20:40.443 INFO O| Feb 27 03:20:40.443 INFO STEP 989 (remove_files) COMPLETE |
| 7778 | 2026-02-27T03:20:41.748Z | [ recovery-image] Feb 27 03:20:40.443 INFO O| Feb 27 03:20:40.443 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7779 | 2026-02-27T03:20:41.761Z | [ recovery-image] Feb 27 03:20:40.456 INFO O| Feb 27 03:20:40.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat" |
| 7780 | 2026-02-27T03:20:41.761Z | [ recovery-image] Feb 27 03:20:40.456 INFO O| Feb 27 03:20:40.456 INFO STEP 990 (remove_files) COMPLETE |
| 7781 | 2026-02-27T03:20:41.764Z | [ recovery-image] Feb 27 03:20:40.456 INFO O| Feb 27 03:20:40.456 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7782 | 2026-02-27T03:20:41.774Z | [ recovery-image] Feb 27 03:20:40.470 INFO O| Feb 27 03:20:40.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp" |
| 7783 | 2026-02-27T03:20:41.774Z | [ recovery-image] Feb 27 03:20:40.470 INFO O| Feb 27 03:20:40.470 INFO STEP 991 (remove_files) COMPLETE |
| 7784 | 2026-02-27T03:20:41.774Z | [ recovery-image] Feb 27 03:20:40.470 INFO O| Feb 27 03:20:40.470 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7785 | 2026-02-27T03:20:41.788Z | [ recovery-image] Feb 27 03:20:40.484 INFO O| Feb 27 03:20:40.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit" |
| 7786 | 2026-02-27T03:20:41.789Z | [ recovery-image] Feb 27 03:20:40.484 INFO O| Feb 27 03:20:40.484 INFO STEP 992 (remove_files) COMPLETE |
| 7787 | 2026-02-27T03:20:41.789Z | [ recovery-image] Feb 27 03:20:40.484 INFO O| Feb 27 03:20:40.484 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7788 | 2026-02-27T03:20:41.798Z | [ recovery-image] Feb 27 03:20:40.493 INFO O| Feb 27 03:20:40.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig" |
| 7789 | 2026-02-27T03:20:41.798Z | [ recovery-image] Feb 27 03:20:40.493 INFO O| Feb 27 03:20:40.493 INFO STEP 993 (remove_files) COMPLETE |
| 7790 | 2026-02-27T03:20:41.798Z | [ recovery-image] Feb 27 03:20:40.493 INFO O| Feb 27 03:20:40.493 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7791 | 2026-02-27T03:20:41.811Z | [ recovery-image] Feb 27 03:20:40.506 INFO O| Feb 27 03:20:40.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd" |
| 7792 | 2026-02-27T03:20:41.811Z | [ recovery-image] Feb 27 03:20:40.506 INFO O| Feb 27 03:20:40.506 INFO STEP 994 (remove_files) COMPLETE |
| 7793 | 2026-02-27T03:20:41.814Z | [ recovery-image] Feb 27 03:20:40.506 INFO O| Feb 27 03:20:40.506 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7794 | 2026-02-27T03:20:41.823Z | [ recovery-image] Feb 27 03:20:40.518 INFO O| Feb 27 03:20:40.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord" |
| 7795 | 2026-02-27T03:20:41.823Z | [ recovery-image] Feb 27 03:20:40.518 INFO O| Feb 27 03:20:40.518 INFO STEP 995 (remove_files) COMPLETE |
| 7796 | 2026-02-27T03:20:41.823Z | [ recovery-image] Feb 27 03:20:40.518 INFO O| Feb 27 03:20:40.518 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7797 | 2026-02-27T03:20:41.836Z | [ recovery-image] Feb 27 03:20:40.532 INFO O| Feb 27 03:20:40.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce" |
| 7798 | 2026-02-27T03:20:41.836Z | [ recovery-image] Feb 27 03:20:40.532 INFO O| Feb 27 03:20:40.532 INFO STEP 996 (remove_files) COMPLETE |
| 7799 | 2026-02-27T03:20:41.836Z | [ recovery-image] Feb 27 03:20:40.532 INFO O| Feb 27 03:20:40.532 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7800 | 2026-02-27T03:20:41.849Z | [ recovery-image] Feb 27 03:20:40.545 INFO O| Feb 27 03:20:40.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat" |
| 7801 | 2026-02-27T03:20:41.850Z | [ recovery-image] Feb 27 03:20:40.545 INFO O| Feb 27 03:20:40.545 INFO STEP 997 (remove_files) COMPLETE |
| 7802 | 2026-02-27T03:20:41.850Z | [ recovery-image] Feb 27 03:20:40.545 INFO O| Feb 27 03:20:40.545 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7803 | 2026-02-27T03:20:41.864Z | [ recovery-image] Feb 27 03:20:40.559 INFO O| Feb 27 03:20:40.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks" |
| 7804 | 2026-02-27T03:20:41.864Z | [ recovery-image] Feb 27 03:20:40.559 INFO O| Feb 27 03:20:40.559 INFO STEP 998 (remove_files) COMPLETE |
| 7805 | 2026-02-27T03:20:41.864Z | [ recovery-image] Feb 27 03:20:40.559 INFO O| Feb 27 03:20:40.559 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7806 | 2026-02-27T03:20:41.879Z | [ recovery-image] Feb 27 03:20:40.571 INFO O| Feb 27 03:20:40.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve" |
| 7807 | 2026-02-27T03:20:41.882Z | [ recovery-image] Feb 27 03:20:40.572 INFO O| Feb 27 03:20:40.572 INFO STEP 999 (remove_files) COMPLETE |
| 7808 | 2026-02-27T03:20:41.882Z | [ recovery-image] Feb 27 03:20:40.572 INFO O| Feb 27 03:20:40.572 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7809 | 2026-02-27T03:20:41.885Z | [ recovery-image] Feb 27 03:20:40.581 INFO O| Feb 27 03:20:40.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl" |
| 7810 | 2026-02-27T03:20:41.885Z | [ recovery-image] Feb 27 03:20:40.581 INFO O| Feb 27 03:20:40.581 INFO STEP 1000 (remove_files) COMPLETE |
| 7811 | 2026-02-27T03:20:41.885Z | [ recovery-image] Feb 27 03:20:40.581 INFO O| Feb 27 03:20:40.581 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7812 | 2026-02-27T03:20:41.899Z | [ recovery-image] Feb 27 03:20:40.595 INFO O| Feb 27 03:20:40.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm" |
| 7813 | 2026-02-27T03:20:41.899Z | [ recovery-image] Feb 27 03:20:40.595 INFO O| Feb 27 03:20:40.595 INFO STEP 1001 (remove_files) COMPLETE |
| 7814 | 2026-02-27T03:20:41.904Z | [ recovery-image] Feb 27 03:20:40.595 INFO O| Feb 27 03:20:40.595 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7815 | 2026-02-27T03:20:41.909Z | [ recovery-image] Feb 27 03:20:40.604 INFO O| Feb 27 03:20:40.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd" |
| 7816 | 2026-02-27T03:20:41.912Z | [ recovery-image] Feb 27 03:20:40.605 INFO O| Feb 27 03:20:40.604 INFO STEP 1002 (remove_files) COMPLETE |
| 7817 | 2026-02-27T03:20:41.912Z | [ recovery-image] Feb 27 03:20:40.605 INFO O| Feb 27 03:20:40.605 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7818 | 2026-02-27T03:20:41.918Z | [ recovery-image] Feb 27 03:20:40.614 INFO O| Feb 27 03:20:40.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot" |
| 7819 | 2026-02-27T03:20:41.918Z | [ recovery-image] Feb 27 03:20:40.614 INFO O| Feb 27 03:20:40.614 INFO STEP 1003 (remove_files) COMPLETE |
| 7820 | 2026-02-27T03:20:41.922Z | [ recovery-image] Feb 27 03:20:40.614 INFO O| Feb 27 03:20:40.614 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7821 | 2026-02-27T03:20:41.931Z | [ recovery-image] Feb 27 03:20:40.627 INFO O| Feb 27 03:20:40.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks" |
| 7822 | 2026-02-27T03:20:41.931Z | [ recovery-image] Feb 27 03:20:40.627 INFO O| Feb 27 03:20:40.627 INFO STEP 1004 (remove_files) COMPLETE |
| 7823 | 2026-02-27T03:20:41.931Z | [ recovery-image] Feb 27 03:20:40.627 INFO O| Feb 27 03:20:40.627 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7824 | 2026-02-27T03:20:41.944Z | [ recovery-image] Feb 27 03:20:40.640 INFO O| Feb 27 03:20:40.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo" |
| 7825 | 2026-02-27T03:20:41.944Z | [ recovery-image] Feb 27 03:20:40.640 INFO O| Feb 27 03:20:40.640 INFO STEP 1005 (remove_files) COMPLETE |
| 7826 | 2026-02-27T03:20:41.944Z | [ recovery-image] Feb 27 03:20:40.640 INFO O| Feb 27 03:20:40.640 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7827 | 2026-02-27T03:20:41.954Z | [ recovery-image] Feb 27 03:20:40.650 INFO O| Feb 27 03:20:40.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri" |
| 7828 | 2026-02-27T03:20:41.954Z | [ recovery-image] Feb 27 03:20:40.650 INFO O| Feb 27 03:20:40.650 INFO STEP 1006 (remove_files) COMPLETE |
| 7829 | 2026-02-27T03:20:41.957Z | [ recovery-image] Feb 27 03:20:40.650 INFO O| Feb 27 03:20:40.650 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7830 | 2026-02-27T03:20:41.966Z | [ recovery-image] Feb 27 03:20:40.661 INFO O| Feb 27 03:20:40.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm" |
| 7831 | 2026-02-27T03:20:41.966Z | [ recovery-image] Feb 27 03:20:40.662 INFO O| Feb 27 03:20:40.661 INFO STEP 1007 (remove_files) COMPLETE |
| 7832 | 2026-02-27T03:20:41.969Z | [ recovery-image] Feb 27 03:20:40.662 INFO O| Feb 27 03:20:40.661 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7833 | 2026-02-27T03:20:41.975Z | [ recovery-image] Feb 27 03:20:40.671 INFO O| Feb 27 03:20:40.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd" |
| 7834 | 2026-02-27T03:20:41.976Z | [ recovery-image] Feb 27 03:20:40.671 INFO O| Feb 27 03:20:40.671 INFO STEP 1008 (remove_files) COMPLETE |
| 7835 | 2026-02-27T03:20:41.979Z | [ recovery-image] Feb 27 03:20:40.671 INFO O| Feb 27 03:20:40.671 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7836 | 2026-02-27T03:20:41.989Z | [ recovery-image] Feb 27 03:20:40.685 INFO O| Feb 27 03:20:40.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat" |
| 7837 | 2026-02-27T03:20:41.989Z | [ recovery-image] Feb 27 03:20:40.685 INFO O| Feb 27 03:20:40.685 INFO STEP 1009 (remove_files) COMPLETE |
| 7838 | 2026-02-27T03:20:41.990Z | [ recovery-image] Feb 27 03:20:40.685 INFO O| Feb 27 03:20:40.685 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7839 | 2026-02-27T03:20:42.007Z | [ recovery-image] Feb 27 03:20:40.699 INFO O| Feb 27 03:20:40.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate" |
| 7840 | 2026-02-27T03:20:42.007Z | [ recovery-image] Feb 27 03:20:40.699 INFO O| Feb 27 03:20:40.699 INFO STEP 1010 (remove_files) COMPLETE |
| 7841 | 2026-02-27T03:20:42.007Z | [ recovery-image] Feb 27 03:20:40.699 INFO O| Feb 27 03:20:40.699 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7842 | 2026-02-27T03:20:42.018Z | [ recovery-image] Feb 27 03:20:40.714 INFO O| Feb 27 03:20:40.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo" |
| 7843 | 2026-02-27T03:20:42.018Z | [ recovery-image] Feb 27 03:20:40.714 INFO O| Feb 27 03:20:40.714 INFO STEP 1011 (remove_files) COMPLETE |
| 7844 | 2026-02-27T03:20:42.018Z | [ recovery-image] Feb 27 03:20:40.714 INFO O| Feb 27 03:20:40.714 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7845 | 2026-02-27T03:20:42.031Z | [ recovery-image] Feb 27 03:20:40.727 INFO O| Feb 27 03:20:40.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks" |
| 7846 | 2026-02-27T03:20:42.031Z | [ recovery-image] Feb 27 03:20:40.727 INFO O| Feb 27 03:20:40.727 INFO STEP 1012 (remove_files) COMPLETE |
| 7847 | 2026-02-27T03:20:42.034Z | [ recovery-image] Feb 27 03:20:40.727 INFO O| Feb 27 03:20:40.727 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7848 | 2026-02-27T03:20:42.046Z | [ recovery-image] Feb 27 03:20:40.741 INFO O| Feb 27 03:20:40.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df" |
| 7849 | 2026-02-27T03:20:42.046Z | [ recovery-image] Feb 27 03:20:40.742 INFO O| Feb 27 03:20:40.742 INFO STEP 1013 (remove_files) COMPLETE |
| 7850 | 2026-02-27T03:20:42.049Z | [ recovery-image] Feb 27 03:20:40.742 INFO O| Feb 27 03:20:40.742 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7851 | 2026-02-27T03:20:42.060Z | [ recovery-image] Feb 27 03:20:40.756 INFO O| Feb 27 03:20:40.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts" |
| 7852 | 2026-02-27T03:20:42.060Z | [ recovery-image] Feb 27 03:20:40.756 INFO O| Feb 27 03:20:40.756 INFO STEP 1014 (remove_files) COMPLETE |
| 7853 | 2026-02-27T03:20:42.063Z | [ recovery-image] Feb 27 03:20:40.756 INFO O| Feb 27 03:20:40.756 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7854 | 2026-02-27T03:20:42.075Z | [ recovery-image] Feb 27 03:20:40.770 INFO O| Feb 27 03:20:40.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares" |
| 7855 | 2026-02-27T03:20:42.075Z | [ recovery-image] Feb 27 03:20:40.770 INFO O| Feb 27 03:20:40.770 INFO STEP 1015 (remove_files) COMPLETE |
| 7856 | 2026-02-27T03:20:42.075Z | [ recovery-image] Feb 27 03:20:40.770 INFO O| Feb 27 03:20:40.770 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7857 | 2026-02-27T03:20:42.090Z | [ recovery-image] Feb 27 03:20:40.784 INFO O| Feb 27 03:20:40.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks" |
| 7858 | 2026-02-27T03:20:42.090Z | [ recovery-image] Feb 27 03:20:40.784 INFO O| Feb 27 03:20:40.784 INFO STEP 1016 (remove_files) COMPLETE |
| 7859 | 2026-02-27T03:20:42.094Z | [ recovery-image] Feb 27 03:20:40.784 INFO O| Feb 27 03:20:40.784 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7860 | 2026-02-27T03:20:42.101Z | [ recovery-image] Feb 27 03:20:40.796 INFO O| Feb 27 03:20:40.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin" |
| 7861 | 2026-02-27T03:20:42.101Z | [ recovery-image] Feb 27 03:20:40.796 INFO O| Feb 27 03:20:40.796 INFO STEP 1017 (remove_files) COMPLETE |
| 7862 | 2026-02-27T03:20:42.105Z | [ recovery-image] Feb 27 03:20:40.796 INFO O| Feb 27 03:20:40.796 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7863 | 2026-02-27T03:20:42.115Z | [ recovery-image] Feb 27 03:20:40.810 INFO O| Feb 27 03:20:40.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo" |
| 7864 | 2026-02-27T03:20:42.115Z | [ recovery-image] Feb 27 03:20:40.810 INFO O| Feb 27 03:20:40.810 INFO STEP 1018 (remove_files) COMPLETE |
| 7865 | 2026-02-27T03:20:42.115Z | [ recovery-image] Feb 27 03:20:40.810 INFO O| Feb 27 03:20:40.810 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7866 | 2026-02-27T03:20:42.128Z | [ recovery-image] Feb 27 03:20:40.823 INFO O| Feb 27 03:20:40.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig" |
| 7867 | 2026-02-27T03:20:42.128Z | [ recovery-image] Feb 27 03:20:40.823 INFO O| Feb 27 03:20:40.823 INFO STEP 1019 (remove_files) COMPLETE |
| 7868 | 2026-02-27T03:20:42.129Z | [ recovery-image] Feb 27 03:20:40.823 INFO O| Feb 27 03:20:40.823 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7869 | 2026-02-27T03:20:42.137Z | [ recovery-image] Feb 27 03:20:40.832 INFO O| Feb 27 03:20:40.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom" |
| 7870 | 2026-02-27T03:20:42.141Z | [ recovery-image] Feb 27 03:20:40.833 INFO O| Feb 27 03:20:40.833 INFO STEP 1020 (remove_files) COMPLETE |
| 7871 | 2026-02-27T03:20:42.141Z | [ recovery-image] Feb 27 03:20:40.833 INFO O| Feb 27 03:20:40.833 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7872 | 2026-02-27T03:20:42.151Z | [ recovery-image] Feb 27 03:20:40.846 INFO O| Feb 27 03:20:40.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff" |
| 7873 | 2026-02-27T03:20:42.151Z | [ recovery-image] Feb 27 03:20:40.846 INFO O| Feb 27 03:20:40.846 INFO STEP 1021 (remove_files) COMPLETE |
| 7874 | 2026-02-27T03:20:42.155Z | [ recovery-image] Feb 27 03:20:40.846 INFO O| Feb 27 03:20:40.846 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7875 | 2026-02-27T03:20:42.165Z | [ recovery-image] Feb 27 03:20:40.860 INFO O| Feb 27 03:20:40.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm" |
| 7876 | 2026-02-27T03:20:42.165Z | [ recovery-image] Feb 27 03:20:40.860 INFO O| Feb 27 03:20:40.860 INFO STEP 1022 (remove_files) COMPLETE |
| 7877 | 2026-02-27T03:20:42.165Z | [ recovery-image] Feb 27 03:20:40.860 INFO O| Feb 27 03:20:40.860 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7878 | 2026-02-27T03:20:42.173Z | [ recovery-image] Feb 27 03:20:40.868 INFO O| Feb 27 03:20:40.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump" |
| 7879 | 2026-02-27T03:20:42.173Z | [ recovery-image] Feb 27 03:20:40.869 INFO O| Feb 27 03:20:40.868 INFO STEP 1023 (remove_files) COMPLETE |
| 7880 | 2026-02-27T03:20:42.177Z | [ recovery-image] Feb 27 03:20:40.869 INFO O| Feb 27 03:20:40.869 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7881 | 2026-02-27T03:20:42.185Z | [ recovery-image] Feb 27 03:20:40.879 INFO O| Feb 27 03:20:40.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat" |
| 7882 | 2026-02-27T03:20:42.185Z | [ recovery-image] Feb 27 03:20:40.879 INFO O| Feb 27 03:20:40.879 INFO STEP 1024 (remove_files) COMPLETE |
| 7883 | 2026-02-27T03:20:42.189Z | [ recovery-image] Feb 27 03:20:40.879 INFO O| Feb 27 03:20:40.879 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7884 | 2026-02-27T03:20:42.194Z | [ recovery-image] Feb 27 03:20:40.889 INFO O| Feb 27 03:20:40.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard" |
| 7885 | 2026-02-27T03:20:42.194Z | [ recovery-image] Feb 27 03:20:40.889 INFO O| Feb 27 03:20:40.889 INFO STEP 1025 (remove_files) COMPLETE |
| 7886 | 2026-02-27T03:20:42.198Z | [ recovery-image] Feb 27 03:20:40.889 INFO O| Feb 27 03:20:40.889 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7887 | 2026-02-27T03:20:42.211Z | [ recovery-image] Feb 27 03:20:40.906 INFO O| Feb 27 03:20:40.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format" |
| 7888 | 2026-02-27T03:20:42.212Z | [ recovery-image] Feb 27 03:20:40.906 INFO O| Feb 27 03:20:40.906 INFO STEP 1026 (remove_files) COMPLETE |
| 7889 | 2026-02-27T03:20:42.212Z | [ recovery-image] Feb 27 03:20:40.906 INFO O| Feb 27 03:20:40.906 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7890 | 2026-02-27T03:20:42.227Z | [ recovery-image] Feb 27 03:20:40.923 INFO O| Feb 27 03:20:40.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck" |
| 7891 | 2026-02-27T03:20:42.228Z | [ recovery-image] Feb 27 03:20:40.923 INFO O| Feb 27 03:20:40.923 INFO STEP 1027 (remove_files) COMPLETE |
| 7892 | 2026-02-27T03:20:42.228Z | [ recovery-image] Feb 27 03:20:40.923 INFO O| Feb 27 03:20:40.923 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7893 | 2026-02-27T03:20:42.242Z | [ recovery-image] Feb 27 03:20:40.938 INFO O| Feb 27 03:20:40.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser" |
| 7894 | 2026-02-27T03:20:42.242Z | [ recovery-image] Feb 27 03:20:40.938 INFO O| Feb 27 03:20:40.938 INFO STEP 1028 (remove_files) COMPLETE |
| 7895 | 2026-02-27T03:20:42.242Z | [ recovery-image] Feb 27 03:20:40.938 INFO O| Feb 27 03:20:40.938 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7896 | 2026-02-27T03:20:42.254Z | [ recovery-image] Feb 27 03:20:40.949 INFO O| Feb 27 03:20:40.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy" |
| 7897 | 2026-02-27T03:20:42.254Z | [ recovery-image] Feb 27 03:20:40.949 INFO O| Feb 27 03:20:40.949 INFO STEP 1029 (remove_files) COMPLETE |
| 7898 | 2026-02-27T03:20:42.257Z | [ recovery-image] Feb 27 03:20:40.949 INFO O| Feb 27 03:20:40.949 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7899 | 2026-02-27T03:20:42.269Z | [ recovery-image] Feb 27 03:20:40.965 INFO O| Feb 27 03:20:40.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor" |
| 7900 | 2026-02-27T03:20:42.273Z | [ recovery-image] Feb 27 03:20:40.966 INFO O| Feb 27 03:20:40.966 INFO STEP 1030 (remove_files) COMPLETE |
| 7901 | 2026-02-27T03:20:42.273Z | [ recovery-image] Feb 27 03:20:40.966 INFO O| Feb 27 03:20:40.966 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7902 | 2026-02-27T03:20:42.288Z | [ recovery-image] Feb 27 03:20:40.984 INFO O| Feb 27 03:20:40.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd" |
| 7903 | 2026-02-27T03:20:42.289Z | [ recovery-image] Feb 27 03:20:40.984 INFO O| Feb 27 03:20:40.984 INFO STEP 1031 (remove_files) COMPLETE |
| 7904 | 2026-02-27T03:20:42.289Z | [ recovery-image] Feb 27 03:20:40.984 INFO O| Feb 27 03:20:40.984 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7905 | 2026-02-27T03:20:42.305Z | [ recovery-image] Feb 27 03:20:41.001 INFO O| Feb 27 03:20:41.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel" |
| 7906 | 2026-02-27T03:20:42.305Z | [ recovery-image] Feb 27 03:20:41.001 INFO O| Feb 27 03:20:41.001 INFO STEP 1032 (remove_files) COMPLETE |
| 7907 | 2026-02-27T03:20:42.305Z | [ recovery-image] Feb 27 03:20:41.001 INFO O| Feb 27 03:20:41.001 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7908 | 2026-02-27T03:20:42.319Z | [ recovery-image] Feb 27 03:20:41.015 INFO O| Feb 27 03:20:41.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod" |
| 7909 | 2026-02-27T03:20:42.319Z | [ recovery-image] Feb 27 03:20:41.015 INFO O| Feb 27 03:20:41.015 INFO STEP 1033 (remove_files) COMPLETE |
| 7910 | 2026-02-27T03:20:42.322Z | [ recovery-image] Feb 27 03:20:41.015 INFO O| Feb 27 03:20:41.015 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7911 | 2026-02-27T03:20:42.333Z | [ recovery-image] Feb 27 03:20:41.029 INFO O| Feb 27 03:20:41.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs" |
| 7912 | 2026-02-27T03:20:42.333Z | [ recovery-image] Feb 27 03:20:41.029 INFO O| Feb 27 03:20:41.029 INFO STEP 1034 (remove_files) COMPLETE |
| 7913 | 2026-02-27T03:20:42.333Z | [ recovery-image] Feb 27 03:20:41.029 INFO O| Feb 27 03:20:41.029 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7914 | 2026-02-27T03:20:42.350Z | [ recovery-image] Feb 27 03:20:41.045 INFO O| Feb 27 03:20:41.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck" |
| 7915 | 2026-02-27T03:20:42.350Z | [ recovery-image] Feb 27 03:20:41.045 INFO O| Feb 27 03:20:41.045 INFO STEP 1035 (remove_files) COMPLETE |
| 7916 | 2026-02-27T03:20:42.350Z | [ recovery-image] Feb 27 03:20:41.045 INFO O| Feb 27 03:20:41.045 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7917 | 2026-02-27T03:20:42.363Z | [ recovery-image] Feb 27 03:20:41.059 INFO O| Feb 27 03:20:41.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred" |
| 7918 | 2026-02-27T03:20:42.364Z | [ recovery-image] Feb 27 03:20:41.059 INFO O| Feb 27 03:20:41.059 INFO STEP 1036 (remove_files) COMPLETE |
| 7919 | 2026-02-27T03:20:42.364Z | [ recovery-image] Feb 27 03:20:41.059 INFO O| Feb 27 03:20:41.059 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7920 | 2026-02-27T03:20:42.379Z | [ recovery-image] Feb 27 03:20:41.075 INFO O| Feb 27 03:20:41.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt" |
| 7921 | 2026-02-27T03:20:42.379Z | [ recovery-image] Feb 27 03:20:41.075 INFO O| Feb 27 03:20:41.075 INFO STEP 1037 (remove_files) COMPLETE |
| 7922 | 2026-02-27T03:20:42.379Z | [ recovery-image] Feb 27 03:20:41.075 INFO O| Feb 27 03:20:41.075 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7923 | 2026-02-27T03:20:42.399Z | [ recovery-image] Feb 27 03:20:41.091 INFO O| Feb 27 03:20:41.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug" |
| 7924 | 2026-02-27T03:20:42.399Z | [ recovery-image] Feb 27 03:20:41.091 INFO O| Feb 27 03:20:41.091 INFO STEP 1038 (remove_files) COMPLETE |
| 7925 | 2026-02-27T03:20:42.399Z | [ recovery-image] Feb 27 03:20:41.091 INFO O| Feb 27 03:20:41.091 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7926 | 2026-02-27T03:20:42.413Z | [ recovery-image] Feb 27 03:20:41.107 INFO O| Feb 27 03:20:41.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl" |
| 7927 | 2026-02-27T03:20:42.413Z | [ recovery-image] Feb 27 03:20:41.107 INFO O| Feb 27 03:20:41.107 INFO STEP 1039 (remove_files) COMPLETE |
| 7928 | 2026-02-27T03:20:42.413Z | [ recovery-image] Feb 27 03:20:41.107 INFO O| Feb 27 03:20:41.107 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7929 | 2026-02-27T03:20:42.425Z | [ recovery-image] Feb 27 03:20:41.120 INFO O| Feb 27 03:20:41.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap" |
| 7930 | 2026-02-27T03:20:42.425Z | [ recovery-image] Feb 27 03:20:41.120 INFO O| Feb 27 03:20:41.120 INFO STEP 1040 (remove_files) COMPLETE |
| 7931 | 2026-02-27T03:20:42.425Z | [ recovery-image] Feb 27 03:20:41.120 INFO O| Feb 27 03:20:41.120 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7932 | 2026-02-27T03:20:42.440Z | [ recovery-image] Feb 27 03:20:41.136 INFO O| Feb 27 03:20:41.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm" |
| 7933 | 2026-02-27T03:20:42.441Z | [ recovery-image] Feb 27 03:20:41.136 INFO O| Feb 27 03:20:41.136 INFO STEP 1041 (remove_files) COMPLETE |
| 7934 | 2026-02-27T03:20:42.444Z | [ recovery-image] Feb 27 03:20:41.136 INFO O| Feb 27 03:20:41.136 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7935 | 2026-02-27T03:20:42.456Z | [ recovery-image] Feb 27 03:20:41.151 INFO O| Feb 27 03:20:41.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm" |
| 7936 | 2026-02-27T03:20:42.456Z | [ recovery-image] Feb 27 03:20:41.151 INFO O| Feb 27 03:20:41.151 INFO STEP 1042 (remove_files) COMPLETE |
| 7937 | 2026-02-27T03:20:42.456Z | [ recovery-image] Feb 27 03:20:41.151 INFO O| Feb 27 03:20:41.151 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7938 | 2026-02-27T03:20:42.470Z | [ recovery-image] Feb 27 03:20:41.163 INFO O| Feb 27 03:20:41.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert" |
| 7939 | 2026-02-27T03:20:42.473Z | [ recovery-image] Feb 27 03:20:41.163 INFO O| Feb 27 03:20:41.163 INFO STEP 1043 (remove_files) COMPLETE |
| 7940 | 2026-02-27T03:20:42.474Z | [ recovery-image] Feb 27 03:20:41.163 INFO O| Feb 27 03:20:41.163 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7941 | 2026-02-27T03:20:42.484Z | [ recovery-image] Feb 27 03:20:41.179 INFO O| Feb 27 03:20:41.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc" |
| 7942 | 2026-02-27T03:20:42.488Z | [ recovery-image] Feb 27 03:20:41.180 INFO O| Feb 27 03:20:41.179 INFO STEP 1044 (remove_files) COMPLETE |
| 7943 | 2026-02-27T03:20:42.488Z | [ recovery-image] Feb 27 03:20:41.180 INFO O| Feb 27 03:20:41.179 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7944 | 2026-02-27T03:20:42.499Z | [ recovery-image] Feb 27 03:20:41.192 INFO O| Feb 27 03:20:41.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed" |
| 7945 | 2026-02-27T03:20:42.499Z | [ recovery-image] Feb 27 03:20:41.192 INFO O| Feb 27 03:20:41.192 INFO STEP 1045 (remove_files) COMPLETE |
| 7946 | 2026-02-27T03:20:42.503Z | [ recovery-image] Feb 27 03:20:41.192 INFO O| Feb 27 03:20:41.192 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7947 | 2026-02-27T03:20:42.513Z | [ recovery-image] Feb 27 03:20:41.209 INFO O| Feb 27 03:20:41.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm" |
| 7948 | 2026-02-27T03:20:42.513Z | [ recovery-image] Feb 27 03:20:41.209 INFO O| Feb 27 03:20:41.209 INFO STEP 1046 (remove_files) COMPLETE |
| 7949 | 2026-02-27T03:20:42.514Z | [ recovery-image] Feb 27 03:20:41.209 INFO O| Feb 27 03:20:41.209 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7950 | 2026-02-27T03:20:42.530Z | [ recovery-image] Feb 27 03:20:41.224 INFO O| Feb 27 03:20:41.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv" |
| 7951 | 2026-02-27T03:20:42.530Z | [ recovery-image] Feb 27 03:20:41.225 INFO O| Feb 27 03:20:41.225 INFO STEP 1047 (remove_files) COMPLETE |
| 7952 | 2026-02-27T03:20:42.530Z | [ recovery-image] Feb 27 03:20:41.225 INFO O| Feb 27 03:20:41.225 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7953 | 2026-02-27T03:20:42.543Z | [ recovery-image] Feb 27 03:20:41.235 INFO O| Feb 27 03:20:41.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install" |
| 7954 | 2026-02-27T03:20:42.543Z | [ recovery-image] Feb 27 03:20:41.236 INFO O| Feb 27 03:20:41.236 INFO STEP 1048 (remove_files) COMPLETE |
| 7955 | 2026-02-27T03:20:42.543Z | [ recovery-image] Feb 27 03:20:41.236 INFO O| Feb 27 03:20:41.236 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7956 | 2026-02-27T03:20:42.554Z | [ recovery-image] Feb 27 03:20:41.250 INFO O| Feb 27 03:20:41.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot" |
| 7957 | 2026-02-27T03:20:42.555Z | [ recovery-image] Feb 27 03:20:41.250 INFO O| Feb 27 03:20:41.250 INFO STEP 1049 (remove_files) COMPLETE |
| 7958 | 2026-02-27T03:20:42.555Z | [ recovery-image] Feb 27 03:20:41.250 INFO O| Feb 27 03:20:41.250 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7959 | 2026-02-27T03:20:42.565Z | [ recovery-image] Feb 27 03:20:41.261 INFO O| Feb 27 03:20:41.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf" |
| 7960 | 2026-02-27T03:20:42.565Z | [ recovery-image] Feb 27 03:20:41.261 INFO O| Feb 27 03:20:41.261 INFO STEP 1050 (remove_files) COMPLETE |
| 7961 | 2026-02-27T03:20:42.565Z | [ recovery-image] Feb 27 03:20:41.261 INFO O| Feb 27 03:20:41.261 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7962 | 2026-02-27T03:20:42.579Z | [ recovery-image] Feb 27 03:20:41.274 INFO O| Feb 27 03:20:41.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat" |
| 7963 | 2026-02-27T03:20:42.582Z | [ recovery-image] Feb 27 03:20:41.275 INFO O| Feb 27 03:20:41.275 INFO STEP 1051 (remove_files) COMPLETE |
| 7964 | 2026-02-27T03:20:42.583Z | [ recovery-image] Feb 27 03:20:41.275 INFO O| Feb 27 03:20:41.275 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7965 | 2026-02-27T03:20:42.594Z | [ recovery-image] Feb 27 03:20:41.289 INFO O| Feb 27 03:20:41.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs" |
| 7966 | 2026-02-27T03:20:42.598Z | [ recovery-image] Feb 27 03:20:41.289 INFO O| Feb 27 03:20:41.289 INFO STEP 1052 (remove_files) COMPLETE |
| 7967 | 2026-02-27T03:20:42.598Z | [ recovery-image] Feb 27 03:20:41.289 INFO O| Feb 27 03:20:41.289 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7968 | 2026-02-27T03:20:42.605Z | [ recovery-image] Feb 27 03:20:41.300 INFO O| Feb 27 03:20:41.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf" |
| 7969 | 2026-02-27T03:20:42.605Z | [ recovery-image] Feb 27 03:20:41.300 INFO O| Feb 27 03:20:41.300 INFO STEP 1053 (remove_files) COMPLETE |
| 7970 | 2026-02-27T03:20:42.605Z | [ recovery-image] Feb 27 03:20:41.300 INFO O| Feb 27 03:20:41.300 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7971 | 2026-02-27T03:20:42.620Z | [ recovery-image] Feb 27 03:20:41.315 INFO O| Feb 27 03:20:41.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey" |
| 7972 | 2026-02-27T03:20:42.620Z | [ recovery-image] Feb 27 03:20:41.315 INFO O| Feb 27 03:20:41.315 INFO STEP 1054 (remove_files) COMPLETE |
| 7973 | 2026-02-27T03:20:42.623Z | [ recovery-image] Feb 27 03:20:41.315 INFO O| Feb 27 03:20:41.315 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7974 | 2026-02-27T03:20:42.635Z | [ recovery-image] Feb 27 03:20:41.330 INFO O| Feb 27 03:20:41.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv" |
| 7975 | 2026-02-27T03:20:42.635Z | [ recovery-image] Feb 27 03:20:41.330 INFO O| Feb 27 03:20:41.330 INFO STEP 1055 (remove_files) COMPLETE |
| 7976 | 2026-02-27T03:20:42.638Z | [ recovery-image] Feb 27 03:20:41.330 INFO O| Feb 27 03:20:41.330 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7977 | 2026-02-27T03:20:42.649Z | [ recovery-image] Feb 27 03:20:41.345 INFO O| Feb 27 03:20:41.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall" |
| 7978 | 2026-02-27T03:20:42.649Z | [ recovery-image] Feb 27 03:20:41.345 INFO O| Feb 27 03:20:41.345 INFO STEP 1056 (remove_files) COMPLETE |
| 7979 | 2026-02-27T03:20:42.650Z | [ recovery-image] Feb 27 03:20:41.345 INFO O| Feb 27 03:20:41.345 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7980 | 2026-02-27T03:20:42.661Z | [ recovery-image] Feb 27 03:20:41.357 INFO O| Feb 27 03:20:41.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link" |
| 7981 | 2026-02-27T03:20:42.661Z | [ recovery-image] Feb 27 03:20:41.357 INFO O| Feb 27 03:20:41.357 INFO STEP 1057 (remove_files) COMPLETE |
| 7982 | 2026-02-27T03:20:42.664Z | [ recovery-image] Feb 27 03:20:41.357 INFO O| Feb 27 03:20:41.357 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7983 | 2026-02-27T03:20:42.677Z | [ recovery-image] Feb 27 03:20:41.373 INFO O| Feb 27 03:20:41.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices" |
| 7984 | 2026-02-27T03:20:42.677Z | [ recovery-image] Feb 27 03:20:41.373 INFO O| Feb 27 03:20:41.373 INFO STEP 1058 (remove_files) COMPLETE |
| 7985 | 2026-02-27T03:20:42.677Z | [ recovery-image] Feb 27 03:20:41.373 INFO O| Feb 27 03:20:41.373 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7986 | 2026-02-27T03:20:42.693Z | [ recovery-image] Feb 27 03:20:41.389 INFO O| Feb 27 03:20:41.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator" |
| 7987 | 2026-02-27T03:20:42.693Z | [ recovery-image] Feb 27 03:20:41.389 INFO O| Feb 27 03:20:41.389 INFO STEP 1059 (remove_files) COMPLETE |
| 7988 | 2026-02-27T03:20:42.694Z | [ recovery-image] Feb 27 03:20:41.389 INFO O| Feb 27 03:20:41.389 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7989 | 2026-02-27T03:20:42.704Z | [ recovery-image] Feb 27 03:20:41.400 INFO O| Feb 27 03:20:41.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat" |
| 7990 | 2026-02-27T03:20:42.704Z | [ recovery-image] Feb 27 03:20:41.400 INFO O| Feb 27 03:20:41.400 INFO STEP 1060 (remove_files) COMPLETE |
| 7991 | 2026-02-27T03:20:42.707Z | [ recovery-image] Feb 27 03:20:41.400 INFO O| Feb 27 03:20:41.400 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7992 | 2026-02-27T03:20:42.715Z | [ recovery-image] Feb 27 03:20:41.411 INFO O| Feb 27 03:20:41.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm" |
| 7993 | 2026-02-27T03:20:42.725Z | [ recovery-image] Feb 27 03:20:41.411 INFO O| Feb 27 03:20:41.411 INFO STEP 1061 (remove_files) COMPLETE |
| 7994 | 2026-02-27T03:20:42.725Z | [ recovery-image] Feb 27 03:20:41.411 INFO O| Feb 27 03:20:41.411 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7995 | 2026-02-27T03:20:42.730Z | [ recovery-image] Feb 27 03:20:41.425 INFO O| Feb 27 03:20:41.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm" |
| 7996 | 2026-02-27T03:20:42.730Z | [ recovery-image] Feb 27 03:20:41.425 INFO O| Feb 27 03:20:41.425 INFO STEP 1062 (remove_files) COMPLETE |
| 7997 | 2026-02-27T03:20:42.735Z | [ recovery-image] Feb 27 03:20:41.425 INFO O| Feb 27 03:20:41.425 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7998 | 2026-02-27T03:20:42.744Z | [ recovery-image] Feb 27 03:20:41.439 INFO O| Feb 27 03:20:41.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm" |
| 7999 | 2026-02-27T03:20:42.744Z | [ recovery-image] Feb 27 03:20:41.439 INFO O| Feb 27 03:20:41.439 INFO STEP 1063 (remove_files) COMPLETE |
| 8000 | 2026-02-27T03:20:42.744Z | [ recovery-image] Feb 27 03:20:41.439 INFO O| Feb 27 03:20:41.439 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8001 | 2026-02-27T03:20:42.756Z | [ recovery-image] Feb 27 03:20:41.451 INFO O| Feb 27 03:20:41.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc" |
| 8002 | 2026-02-27T03:20:42.756Z | [ recovery-image] Feb 27 03:20:41.451 INFO O| Feb 27 03:20:41.451 INFO STEP 1064 (remove_files) COMPLETE |
| 8003 | 2026-02-27T03:20:42.760Z | [ recovery-image] Feb 27 03:20:41.451 INFO O| Feb 27 03:20:41.451 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8004 | 2026-02-27T03:20:42.770Z | [ recovery-image] Feb 27 03:20:41.465 INFO O| Feb 27 03:20:41.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps" |
| 8005 | 2026-02-27T03:20:42.771Z | [ recovery-image] Feb 27 03:20:41.465 INFO O| Feb 27 03:20:41.465 INFO STEP 1065 (remove_files) COMPLETE |
| 8006 | 2026-02-27T03:20:42.771Z | [ recovery-image] Feb 27 03:20:41.465 INFO O| Feb 27 03:20:41.465 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8007 | 2026-02-27T03:20:42.783Z | [ recovery-image] Feb 27 03:20:41.478 INFO O| Feb 27 03:20:41.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile" |
| 8008 | 2026-02-27T03:20:42.783Z | [ recovery-image] Feb 27 03:20:41.478 INFO O| Feb 27 03:20:41.478 INFO STEP 1066 (remove_files) COMPLETE |
| 8009 | 2026-02-27T03:20:42.787Z | [ recovery-image] Feb 27 03:20:41.478 INFO O| Feb 27 03:20:41.478 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8010 | 2026-02-27T03:20:42.792Z | [ recovery-image] Feb 27 03:20:41.488 INFO O| Feb 27 03:20:41.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod" |
| 8011 | 2026-02-27T03:20:42.795Z | [ recovery-image] Feb 27 03:20:41.488 INFO O| Feb 27 03:20:41.488 INFO STEP 1067 (remove_files) COMPLETE |
| 8012 | 2026-02-27T03:20:42.795Z | [ recovery-image] Feb 27 03:20:41.488 INFO O| Feb 27 03:20:41.488 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8013 | 2026-02-27T03:20:42.801Z | [ recovery-image] Feb 27 03:20:41.497 INFO O| Feb 27 03:20:41.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo" |
| 8014 | 2026-02-27T03:20:42.804Z | [ recovery-image] Feb 27 03:20:41.497 INFO O| Feb 27 03:20:41.497 INFO STEP 1068 (remove_files) COMPLETE |
| 8015 | 2026-02-27T03:20:42.804Z | [ recovery-image] Feb 27 03:20:41.497 INFO O| Feb 27 03:20:41.497 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8016 | 2026-02-27T03:20:42.815Z | [ recovery-image] Feb 27 03:20:41.510 INFO O| Feb 27 03:20:41.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload" |
| 8017 | 2026-02-27T03:20:42.816Z | [ recovery-image] Feb 27 03:20:41.510 INFO O| Feb 27 03:20:41.510 INFO STEP 1069 (remove_files) COMPLETE |
| 8018 | 2026-02-27T03:20:42.816Z | [ recovery-image] Feb 27 03:20:41.510 INFO O| Feb 27 03:20:41.510 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8019 | 2026-02-27T03:20:42.824Z | [ recovery-image] Feb 27 03:20:41.520 INFO O| Feb 27 03:20:41.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall" |
| 8020 | 2026-02-27T03:20:42.824Z | [ recovery-image] Feb 27 03:20:41.520 INFO O| Feb 27 03:20:41.520 INFO STEP 1070 (remove_files) COMPLETE |
| 8021 | 2026-02-27T03:20:42.827Z | [ recovery-image] Feb 27 03:20:41.520 INFO O| Feb 27 03:20:41.520 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8022 | 2026-02-27T03:20:42.838Z | [ recovery-image] Feb 27 03:20:41.534 INFO O| Feb 27 03:20:41.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid" |
| 8023 | 2026-02-27T03:20:42.838Z | [ recovery-image] Feb 27 03:20:41.534 INFO O| Feb 27 03:20:41.534 INFO STEP 1071 (remove_files) COMPLETE |
| 8024 | 2026-02-27T03:20:42.841Z | [ recovery-image] Feb 27 03:20:41.534 INFO O| Feb 27 03:20:41.534 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8025 | 2026-02-27T03:20:42.848Z | [ recovery-image] Feb 27 03:20:41.544 INFO O| Feb 27 03:20:41.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir" |
| 8026 | 2026-02-27T03:20:42.848Z | [ recovery-image] Feb 27 03:20:41.544 INFO O| Feb 27 03:20:41.544 INFO STEP 1072 (remove_files) COMPLETE |
| 8027 | 2026-02-27T03:20:42.852Z | [ recovery-image] Feb 27 03:20:41.544 INFO O| Feb 27 03:20:41.544 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8028 | 2026-02-27T03:20:42.864Z | [ recovery-image] Feb 27 03:20:41.559 INFO O| Feb 27 03:20:41.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp" |
| 8029 | 2026-02-27T03:20:42.864Z | [ recovery-image] Feb 27 03:20:41.559 INFO O| Feb 27 03:20:41.559 INFO STEP 1073 (remove_files) COMPLETE |
| 8030 | 2026-02-27T03:20:42.864Z | [ recovery-image] Feb 27 03:20:41.559 INFO O| Feb 27 03:20:41.559 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8031 | 2026-02-27T03:20:42.880Z | [ recovery-image] Feb 27 03:20:41.574 INFO O| Feb 27 03:20:41.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin" |
| 8032 | 2026-02-27T03:20:42.880Z | [ recovery-image] Feb 27 03:20:41.574 INFO O| Feb 27 03:20:41.574 INFO STEP 1074 (remove_files) COMPLETE |
| 8033 | 2026-02-27T03:20:42.880Z | [ recovery-image] Feb 27 03:20:41.574 INFO O| Feb 27 03:20:41.574 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8034 | 2026-02-27T03:20:42.893Z | [ recovery-image] Feb 27 03:20:41.588 INFO O| Feb 27 03:20:41.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest" |
| 8035 | 2026-02-27T03:20:42.893Z | [ recovery-image] Feb 27 03:20:41.589 INFO O| Feb 27 03:20:41.588 INFO STEP 1075 (remove_files) COMPLETE |
| 8036 | 2026-02-27T03:20:42.893Z | [ recovery-image] Feb 27 03:20:41.589 INFO O| Feb 27 03:20:41.588 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8037 | 2026-02-27T03:20:42.906Z | [ recovery-image] Feb 27 03:20:41.601 INFO O| Feb 27 03:20:41.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm" |
| 8038 | 2026-02-27T03:20:42.909Z | [ recovery-image] Feb 27 03:20:41.601 INFO O| Feb 27 03:20:41.601 INFO STEP 1076 (remove_files) COMPLETE |
| 8039 | 2026-02-27T03:20:42.909Z | [ recovery-image] Feb 27 03:20:41.601 INFO O| Feb 27 03:20:41.601 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8040 | 2026-02-27T03:20:42.919Z | [ recovery-image] Feb 27 03:20:41.614 INFO O| Feb 27 03:20:41.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg" |
| 8041 | 2026-02-27T03:20:42.919Z | [ recovery-image] Feb 27 03:20:41.614 INFO O| Feb 27 03:20:41.614 INFO STEP 1077 (remove_files) COMPLETE |
| 8042 | 2026-02-27T03:20:42.923Z | [ recovery-image] Feb 27 03:20:41.614 INFO O| Feb 27 03:20:41.614 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8043 | 2026-02-27T03:20:42.932Z | [ recovery-image] Feb 27 03:20:41.628 INFO O| Feb 27 03:20:41.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind" |
| 8044 | 2026-02-27T03:20:42.932Z | [ recovery-image] Feb 27 03:20:41.628 INFO O| Feb 27 03:20:41.628 INFO STEP 1078 (remove_files) COMPLETE |
| 8045 | 2026-02-27T03:20:42.935Z | [ recovery-image] Feb 27 03:20:41.628 INFO O| Feb 27 03:20:41.628 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8046 | 2026-02-27T03:20:42.945Z | [ recovery-image] Feb 27 03:20:41.641 INFO O| Feb 27 03:20:41.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping" |
| 8047 | 2026-02-27T03:20:42.945Z | [ recovery-image] Feb 27 03:20:41.641 INFO O| Feb 27 03:20:41.641 INFO STEP 1079 (remove_files) COMPLETE |
| 8048 | 2026-02-27T03:20:42.948Z | [ recovery-image] Feb 27 03:20:41.641 INFO O| Feb 27 03:20:41.641 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8049 | 2026-02-27T03:20:42.959Z | [ recovery-image] Feb 27 03:20:41.654 INFO O| Feb 27 03:20:41.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd" |
| 8050 | 2026-02-27T03:20:42.959Z | [ recovery-image] Feb 27 03:20:41.655 INFO O| Feb 27 03:20:41.654 INFO STEP 1080 (remove_files) COMPLETE |
| 8051 | 2026-02-27T03:20:42.963Z | [ recovery-image] Feb 27 03:20:41.655 INFO O| Feb 27 03:20:41.654 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8052 | 2026-02-27T03:20:42.972Z | [ recovery-image] Feb 27 03:20:41.668 INFO O| Feb 27 03:20:41.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask" |
| 8053 | 2026-02-27T03:20:42.972Z | [ recovery-image] Feb 27 03:20:41.668 INFO O| Feb 27 03:20:41.668 INFO STEP 1081 (remove_files) COMPLETE |
| 8054 | 2026-02-27T03:20:42.975Z | [ recovery-image] Feb 27 03:20:41.668 INFO O| Feb 27 03:20:41.668 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8055 | 2026-02-27T03:20:42.985Z | [ recovery-image] Feb 27 03:20:41.681 INFO O| Feb 27 03:20:41.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk" |
| 8056 | 2026-02-27T03:20:42.988Z | [ recovery-image] Feb 27 03:20:41.681 INFO O| Feb 27 03:20:41.681 INFO STEP 1082 (remove_files) COMPLETE |
| 8057 | 2026-02-27T03:20:42.988Z | [ recovery-image] Feb 27 03:20:41.681 INFO O| Feb 27 03:20:41.681 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8058 | 2026-02-27T03:20:42.995Z | [ recovery-image] Feb 27 03:20:41.690 INFO O| Feb 27 03:20:41.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm" |
| 8059 | 2026-02-27T03:20:42.995Z | [ recovery-image] Feb 27 03:20:41.690 INFO O| Feb 27 03:20:41.690 INFO STEP 1083 (remove_files) COMPLETE |
| 8060 | 2026-02-27T03:20:42.997Z | [ recovery-image] Feb 27 03:20:41.690 INFO O| Feb 27 03:20:41.690 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8061 | 2026-02-27T03:20:43.006Z | [ recovery-image] Feb 27 03:20:41.702 INFO O| Feb 27 03:20:41.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat" |
| 8062 | 2026-02-27T03:20:43.009Z | [ recovery-image] Feb 27 03:20:41.702 INFO O| Feb 27 03:20:41.702 INFO STEP 1084 (remove_files) COMPLETE |
| 8063 | 2026-02-27T03:20:43.009Z | [ recovery-image] Feb 27 03:20:41.702 INFO O| Feb 27 03:20:41.702 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8064 | 2026-02-27T03:20:43.017Z | [ recovery-image] Feb 27 03:20:41.712 INFO O| Feb 27 03:20:41.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm" |
| 8065 | 2026-02-27T03:20:43.017Z | [ recovery-image] Feb 27 03:20:41.712 INFO O| Feb 27 03:20:41.712 INFO STEP 1085 (remove_files) COMPLETE |
| 8066 | 2026-02-27T03:20:43.020Z | [ recovery-image] Feb 27 03:20:41.712 INFO O| Feb 27 03:20:41.712 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8067 | 2026-02-27T03:20:43.031Z | [ recovery-image] Feb 27 03:20:41.726 INFO O| Feb 27 03:20:41.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind" |
| 8068 | 2026-02-27T03:20:43.031Z | [ recovery-image] Feb 27 03:20:41.727 INFO O| Feb 27 03:20:41.727 INFO STEP 1086 (remove_files) COMPLETE |
| 8069 | 2026-02-27T03:20:43.031Z | [ recovery-image] Feb 27 03:20:41.727 INFO O| Feb 27 03:20:41.727 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8070 | 2026-02-27T03:20:43.041Z | [ recovery-image] Feb 27 03:20:41.737 INFO O| Feb 27 03:20:41.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg" |
| 8071 | 2026-02-27T03:20:43.042Z | [ recovery-image] Feb 27 03:20:41.737 INFO O| Feb 27 03:20:41.737 INFO STEP 1087 (remove_files) COMPLETE |
| 8072 | 2026-02-27T03:20:43.045Z | [ recovery-image] Feb 27 03:20:41.737 INFO O| Feb 27 03:20:41.737 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8073 | 2026-02-27T03:20:43.052Z | [ recovery-image] Feb 27 03:20:41.748 INFO O| Feb 27 03:20:41.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports" |
| 8074 | 2026-02-27T03:20:43.055Z | [ recovery-image] Feb 27 03:20:41.748 INFO O| Feb 27 03:20:41.748 INFO STEP 1088 (remove_files) COMPLETE |
| 8075 | 2026-02-27T03:20:43.055Z | [ recovery-image] Feb 27 03:20:41.748 INFO O| Feb 27 03:20:41.748 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8076 | 2026-02-27T03:20:43.064Z | [ recovery-image] Feb 27 03:20:41.760 INFO O| Feb 27 03:20:41.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff" |
| 8077 | 2026-02-27T03:20:43.064Z | [ recovery-image] Feb 27 03:20:41.760 INFO O| Feb 27 03:20:41.760 INFO STEP 1089 (remove_files) COMPLETE |
| 8078 | 2026-02-27T03:20:43.068Z | [ recovery-image] Feb 27 03:20:41.760 INFO O| Feb 27 03:20:41.760 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8079 | 2026-02-27T03:20:43.077Z | [ recovery-image] Feb 27 03:20:41.773 INFO O| Feb 27 03:20:41.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm" |
| 8080 | 2026-02-27T03:20:43.080Z | [ recovery-image] Feb 27 03:20:41.773 INFO O| Feb 27 03:20:41.773 INFO STEP 1090 (remove_files) COMPLETE |
| 8081 | 2026-02-27T03:20:43.080Z | [ recovery-image] Feb 27 03:20:41.773 INFO O| Feb 27 03:20:41.773 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8082 | 2026-02-27T03:20:43.087Z | [ recovery-image] Feb 27 03:20:41.783 INFO O| Feb 27 03:20:41.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit" |
| 8083 | 2026-02-27T03:20:43.087Z | [ recovery-image] Feb 27 03:20:41.783 INFO O| Feb 27 03:20:41.783 INFO STEP 1091 (remove_files) COMPLETE |
| 8084 | 2026-02-27T03:20:43.090Z | [ recovery-image] Feb 27 03:20:41.783 INFO O| Feb 27 03:20:41.783 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8085 | 2026-02-27T03:20:43.101Z | [ recovery-image] Feb 27 03:20:41.797 INFO O| Feb 27 03:20:41.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd" |
| 8086 | 2026-02-27T03:20:43.101Z | [ recovery-image] Feb 27 03:20:41.797 INFO O| Feb 27 03:20:41.797 INFO STEP 1092 (remove_files) COMPLETE |
| 8087 | 2026-02-27T03:20:43.102Z | [ recovery-image] Feb 27 03:20:41.797 INFO O| Feb 27 03:20:41.797 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8088 | 2026-02-27T03:20:43.168Z | [ recovery-image] Feb 27 03:20:41.808 INFO O| Feb 27 03:20:41.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel" |
| 8089 | 2026-02-27T03:20:43.168Z | [ recovery-image] Feb 27 03:20:41.808 INFO O| Feb 27 03:20:41.808 INFO STEP 1093 (remove_files) COMPLETE |
| 8090 | 2026-02-27T03:20:43.168Z | [ recovery-image] Feb 27 03:20:41.808 INFO O| Feb 27 03:20:41.808 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8091 | 2026-02-27T03:20:43.168Z | [ recovery-image] Feb 27 03:20:41.821 INFO O| Feb 27 03:20:41.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod" |
| 8092 | 2026-02-27T03:20:43.168Z | [ recovery-image] Feb 27 03:20:41.821 INFO O| Feb 27 03:20:41.821 INFO STEP 1094 (remove_files) COMPLETE |
| 8093 | 2026-02-27T03:20:43.168Z | [ recovery-image] Feb 27 03:20:41.821 INFO O| Feb 27 03:20:41.821 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8094 | 2026-02-27T03:20:43.168Z | [ recovery-image] Feb 27 03:20:41.833 INFO O| Feb 27 03:20:41.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag" |
| 8095 | 2026-02-27T03:20:43.168Z | [ recovery-image] Feb 27 03:20:41.833 INFO O| Feb 27 03:20:41.833 INFO STEP 1095 (remove_files) COMPLETE |
| 8096 | 2026-02-27T03:20:43.168Z | [ recovery-image] Feb 27 03:20:41.833 INFO O| Feb 27 03:20:41.833 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8097 | 2026-02-27T03:20:43.169Z | [ recovery-image] Feb 27 03:20:41.842 INFO O| Feb 27 03:20:41.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl" |
| 8098 | 2026-02-27T03:20:43.169Z | [ recovery-image] Feb 27 03:20:41.842 INFO O| Feb 27 03:20:41.842 INFO STEP 1096 (remove_files) COMPLETE |
| 8099 | 2026-02-27T03:20:43.169Z | [ recovery-image] Feb 27 03:20:41.842 INFO O| Feb 27 03:20:41.842 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8100 | 2026-02-27T03:20:43.169Z | [ recovery-image] Feb 27 03:20:41.855 INFO O| Feb 27 03:20:41.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc" |
| 8101 | 2026-02-27T03:20:43.169Z | [ recovery-image] Feb 27 03:20:41.855 INFO O| Feb 27 03:20:41.855 INFO STEP 1097 (remove_files) COMPLETE |
| 8102 | 2026-02-27T03:20:43.169Z | [ recovery-image] Feb 27 03:20:41.855 INFO O| Feb 27 03:20:41.855 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8103 | 2026-02-27T03:20:43.172Z | [ recovery-image] Feb 27 03:20:41.867 INFO O| Feb 27 03:20:41.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm" |
| 8104 | 2026-02-27T03:20:43.175Z | [ recovery-image] Feb 27 03:20:41.868 INFO O| Feb 27 03:20:41.868 INFO STEP 1098 (remove_files) COMPLETE |
| 8105 | 2026-02-27T03:20:43.175Z | [ recovery-image] Feb 27 03:20:41.868 INFO O| Feb 27 03:20:41.868 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8106 | 2026-02-27T03:20:43.185Z | [ recovery-image] Feb 27 03:20:41.881 INFO O| Feb 27 03:20:41.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo" |
| 8107 | 2026-02-27T03:20:43.188Z | [ recovery-image] Feb 27 03:20:41.881 INFO O| Feb 27 03:20:41.881 INFO STEP 1099 (remove_files) COMPLETE |
| 8108 | 2026-02-27T03:20:43.188Z | [ recovery-image] Feb 27 03:20:41.881 INFO O| Feb 27 03:20:41.881 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8109 | 2026-02-27T03:20:43.194Z | [ recovery-image] Feb 27 03:20:41.890 INFO O| Feb 27 03:20:41.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset" |
| 8110 | 2026-02-27T03:20:43.197Z | [ recovery-image] Feb 27 03:20:41.890 INFO O| Feb 27 03:20:41.890 INFO STEP 1100 (remove_files) COMPLETE |
| 8111 | 2026-02-27T03:20:43.197Z | [ recovery-image] Feb 27 03:20:41.890 INFO O| Feb 27 03:20:41.890 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8112 | 2026-02-27T03:20:43.208Z | [ recovery-image] Feb 27 03:20:41.903 INFO O| Feb 27 03:20:41.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck" |
| 8113 | 2026-02-27T03:20:43.212Z | [ recovery-image] Feb 27 03:20:41.903 INFO O| Feb 27 03:20:41.903 INFO STEP 1101 (remove_files) COMPLETE |
| 8114 | 2026-02-27T03:20:43.212Z | [ recovery-image] Feb 27 03:20:41.903 INFO O| Feb 27 03:20:41.903 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8115 | 2026-02-27T03:20:43.221Z | [ recovery-image] Feb 27 03:20:41.917 INFO O| Feb 27 03:20:41.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv" |
| 8116 | 2026-02-27T03:20:43.221Z | [ recovery-image] Feb 27 03:20:41.917 INFO O| Feb 27 03:20:41.917 INFO STEP 1102 (remove_files) COMPLETE |
| 8117 | 2026-02-27T03:20:43.222Z | [ recovery-image] Feb 27 03:20:41.917 INFO O| Feb 27 03:20:41.917 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8118 | 2026-02-27T03:20:43.234Z | [ recovery-image] Feb 27 03:20:41.929 INFO O| Feb 27 03:20:41.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl" |
| 8119 | 2026-02-27T03:20:43.237Z | [ recovery-image] Feb 27 03:20:41.929 INFO O| Feb 27 03:20:41.929 INFO STEP 1103 (remove_files) COMPLETE |
| 8120 | 2026-02-27T03:20:43.237Z | [ recovery-image] Feb 27 03:20:41.929 INFO O| Feb 27 03:20:41.929 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8121 | 2026-02-27T03:20:43.246Z | [ recovery-image] Feb 27 03:20:41.942 INFO O| Feb 27 03:20:41.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm" |
| 8122 | 2026-02-27T03:20:43.246Z | [ recovery-image] Feb 27 03:20:41.942 INFO O| Feb 27 03:20:41.942 INFO STEP 1104 (remove_files) COMPLETE |
| 8123 | 2026-02-27T03:20:43.249Z | [ recovery-image] Feb 27 03:20:41.942 INFO O| Feb 27 03:20:41.942 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8124 | 2026-02-27T03:20:43.259Z | [ recovery-image] Feb 27 03:20:41.955 INFO O| Feb 27 03:20:41.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm" |
| 8125 | 2026-02-27T03:20:43.259Z | [ recovery-image] Feb 27 03:20:41.955 INFO O| Feb 27 03:20:41.955 INFO STEP 1105 (remove_files) COMPLETE |
| 8126 | 2026-02-27T03:20:43.262Z | [ recovery-image] Feb 27 03:20:41.955 INFO O| Feb 27 03:20:41.955 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8127 | 2026-02-27T03:20:43.272Z | [ recovery-image] Feb 27 03:20:41.968 INFO O| Feb 27 03:20:41.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr" |
| 8128 | 2026-02-27T03:20:43.272Z | [ recovery-image] Feb 27 03:20:41.968 INFO O| Feb 27 03:20:41.968 INFO STEP 1106 (remove_files) COMPLETE |
| 8129 | 2026-02-27T03:20:43.272Z | [ recovery-image] Feb 27 03:20:41.968 INFO O| Feb 27 03:20:41.968 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8130 | 2026-02-27T03:20:43.284Z | [ recovery-image] Feb 27 03:20:41.979 INFO O| Feb 27 03:20:41.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot" |
| 8131 | 2026-02-27T03:20:43.287Z | [ recovery-image] Feb 27 03:20:41.980 INFO O| Feb 27 03:20:41.980 INFO STEP 1107 (remove_files) COMPLETE |
| 8132 | 2026-02-27T03:20:43.287Z | [ recovery-image] Feb 27 03:20:41.980 INFO O| Feb 27 03:20:41.980 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8133 | 2026-02-27T03:20:43.297Z | [ recovery-image] Feb 27 03:20:41.993 INFO O| Feb 27 03:20:41.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv" |
| 8134 | 2026-02-27T03:20:43.297Z | [ recovery-image] Feb 27 03:20:41.993 INFO O| Feb 27 03:20:41.993 INFO STEP 1108 (remove_files) COMPLETE |
| 8135 | 2026-02-27T03:20:43.300Z | [ recovery-image] Feb 27 03:20:41.993 INFO O| Feb 27 03:20:41.993 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8136 | 2026-02-27T03:20:43.311Z | [ recovery-image] Feb 27 03:20:42.006 INFO O| Feb 27 03:20:42.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef" |
| 8137 | 2026-02-27T03:20:43.311Z | [ recovery-image] Feb 27 03:20:42.006 INFO O| Feb 27 03:20:42.006 INFO STEP 1109 (remove_files) COMPLETE |
| 8138 | 2026-02-27T03:20:43.311Z | [ recovery-image] Feb 27 03:20:42.007 INFO O| Feb 27 03:20:42.006 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8139 | 2026-02-27T03:20:43.321Z | [ recovery-image] Feb 27 03:20:42.016 INFO O| Feb 27 03:20:42.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd" |
| 8140 | 2026-02-27T03:20:43.324Z | [ recovery-image] Feb 27 03:20:42.017 INFO O| Feb 27 03:20:42.017 INFO STEP 1110 (remove_files) COMPLETE |
| 8141 | 2026-02-27T03:20:43.324Z | [ recovery-image] Feb 27 03:20:42.017 INFO O| Feb 27 03:20:42.017 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8142 | 2026-02-27T03:20:43.332Z | [ recovery-image] Feb 27 03:20:42.028 INFO O| Feb 27 03:20:42.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel" |
| 8143 | 2026-02-27T03:20:43.336Z | [ recovery-image] Feb 27 03:20:42.028 INFO O| Feb 27 03:20:42.028 INFO STEP 1111 (remove_files) COMPLETE |
| 8144 | 2026-02-27T03:20:43.336Z | [ recovery-image] Feb 27 03:20:42.028 INFO O| Feb 27 03:20:42.028 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8145 | 2026-02-27T03:20:43.346Z | [ recovery-image] Feb 27 03:20:42.042 INFO O| Feb 27 03:20:42.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod" |
| 8146 | 2026-02-27T03:20:43.347Z | [ recovery-image] Feb 27 03:20:42.042 INFO O| Feb 27 03:20:42.042 INFO STEP 1112 (remove_files) COMPLETE |
| 8147 | 2026-02-27T03:20:43.347Z | [ recovery-image] Feb 27 03:20:42.042 INFO O| Feb 27 03:20:42.042 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8148 | 2026-02-27T03:20:43.360Z | [ recovery-image] Feb 27 03:20:42.056 INFO O| Feb 27 03:20:42.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive" |
| 8149 | 2026-02-27T03:20:43.360Z | [ recovery-image] Feb 27 03:20:42.056 INFO O| Feb 27 03:20:42.056 INFO STEP 1113 (remove_files) COMPLETE |
| 8150 | 2026-02-27T03:20:43.364Z | [ recovery-image] Feb 27 03:20:42.056 INFO O| Feb 27 03:20:42.056 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8151 | 2026-02-27T03:20:43.375Z | [ recovery-image] Feb 27 03:20:42.071 INFO O| Feb 27 03:20:42.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind" |
| 8152 | 2026-02-27T03:20:43.379Z | [ recovery-image] Feb 27 03:20:42.071 INFO O| Feb 27 03:20:42.071 INFO STEP 1114 (remove_files) COMPLETE |
| 8153 | 2026-02-27T03:20:43.379Z | [ recovery-image] Feb 27 03:20:42.071 INFO O| Feb 27 03:20:42.071 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8154 | 2026-02-27T03:20:43.386Z | [ recovery-image] Feb 27 03:20:42.081 INFO O| Feb 27 03:20:42.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc" |
| 8155 | 2026-02-27T03:20:43.389Z | [ recovery-image] Feb 27 03:20:42.081 INFO O| Feb 27 03:20:42.081 INFO STEP 1115 (remove_files) COMPLETE |
| 8156 | 2026-02-27T03:20:43.389Z | [ recovery-image] Feb 27 03:20:42.082 INFO O| Feb 27 03:20:42.081 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8157 | 2026-02-27T03:20:43.399Z | [ recovery-image] Feb 27 03:20:42.095 INFO O| Feb 27 03:20:42.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery" |
| 8158 | 2026-02-27T03:20:43.399Z | [ recovery-image] Feb 27 03:20:42.095 INFO O| Feb 27 03:20:42.095 INFO STEP 1116 (remove_files) COMPLETE |
| 8159 | 2026-02-27T03:20:43.402Z | [ recovery-image] Feb 27 03:20:42.095 INFO O| Feb 27 03:20:42.095 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8160 | 2026-02-27T03:20:43.413Z | [ recovery-image] Feb 27 03:20:42.108 INFO O| Feb 27 03:20:42.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt" |
| 8161 | 2026-02-27T03:20:43.416Z | [ recovery-image] Feb 27 03:20:42.108 INFO O| Feb 27 03:20:42.108 INFO STEP 1117 (remove_files) COMPLETE |
| 8162 | 2026-02-27T03:20:43.416Z | [ recovery-image] Feb 27 03:20:42.108 INFO O| Feb 27 03:20:42.108 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8163 | 2026-02-27T03:20:43.422Z | [ recovery-image] Feb 27 03:20:42.118 INFO O| Feb 27 03:20:42.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share" |
| 8164 | 2026-02-27T03:20:43.425Z | [ recovery-image] Feb 27 03:20:42.118 INFO O| Feb 27 03:20:42.118 INFO STEP 1118 (remove_files) COMPLETE |
| 8165 | 2026-02-27T03:20:43.425Z | [ recovery-image] Feb 27 03:20:42.118 INFO O| Feb 27 03:20:42.118 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8166 | 2026-02-27T03:20:43.434Z | [ recovery-image] Feb 27 03:20:42.129 INFO O| Feb 27 03:20:42.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall" |
| 8167 | 2026-02-27T03:20:43.434Z | [ recovery-image] Feb 27 03:20:42.129 INFO O| Feb 27 03:20:42.129 INFO STEP 1119 (remove_files) COMPLETE |
| 8168 | 2026-02-27T03:20:43.437Z | [ recovery-image] Feb 27 03:20:42.129 INFO O| Feb 27 03:20:42.129 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8169 | 2026-02-27T03:20:43.448Z | [ recovery-image] Feb 27 03:20:42.144 INFO O| Feb 27 03:20:42.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl" |
| 8170 | 2026-02-27T03:20:43.451Z | [ recovery-image] Feb 27 03:20:42.144 INFO O| Feb 27 03:20:42.144 INFO STEP 1120 (remove_files) COMPLETE |
| 8171 | 2026-02-27T03:20:43.451Z | [ recovery-image] Feb 27 03:20:42.144 INFO O| Feb 27 03:20:42.144 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8172 | 2026-02-27T03:20:43.460Z | [ recovery-image] Feb 27 03:20:42.155 INFO O| Feb 27 03:20:42.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr" |
| 8173 | 2026-02-27T03:20:43.460Z | [ recovery-image] Feb 27 03:20:42.155 INFO O| Feb 27 03:20:42.155 INFO STEP 1121 (remove_files) COMPLETE |
| 8174 | 2026-02-27T03:20:43.460Z | [ recovery-image] Feb 27 03:20:42.155 INFO O| Feb 27 03:20:42.155 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8175 | 2026-02-27T03:20:43.470Z | [ recovery-image] Feb 27 03:20:42.165 INFO O| Feb 27 03:20:42.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown" |
| 8176 | 2026-02-27T03:20:43.470Z | [ recovery-image] Feb 27 03:20:42.165 INFO O| Feb 27 03:20:42.165 INFO STEP 1122 (remove_files) COMPLETE |
| 8177 | 2026-02-27T03:20:43.473Z | [ recovery-image] Feb 27 03:20:42.165 INFO O| Feb 27 03:20:42.165 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8178 | 2026-02-27T03:20:43.483Z | [ recovery-image] Feb 27 03:20:42.179 INFO O| Feb 27 03:20:42.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm" |
| 8179 | 2026-02-27T03:20:43.483Z | [ recovery-image] Feb 27 03:20:42.179 INFO O| Feb 27 03:20:42.179 INFO STEP 1123 (remove_files) COMPLETE |
| 8180 | 2026-02-27T03:20:43.483Z | [ recovery-image] Feb 27 03:20:42.179 INFO O| Feb 27 03:20:42.179 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8181 | 2026-02-27T03:20:43.497Z | [ recovery-image] Feb 27 03:20:42.192 INFO O| Feb 27 03:20:42.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios" |
| 8182 | 2026-02-27T03:20:43.497Z | [ recovery-image] Feb 27 03:20:42.192 INFO O| Feb 27 03:20:42.192 INFO STEP 1124 (remove_files) COMPLETE |
| 8183 | 2026-02-27T03:20:43.497Z | [ recovery-image] Feb 27 03:20:42.192 INFO O| Feb 27 03:20:42.192 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8184 | 2026-02-27T03:20:43.506Z | [ recovery-image] Feb 27 03:20:42.202 INFO O| Feb 27 03:20:42.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat" |
| 8185 | 2026-02-27T03:20:43.510Z | [ recovery-image] Feb 27 03:20:42.202 INFO O| Feb 27 03:20:42.202 INFO STEP 1125 (remove_files) COMPLETE |
| 8186 | 2026-02-27T03:20:43.510Z | [ recovery-image] Feb 27 03:20:42.202 INFO O| Feb 27 03:20:42.202 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8187 | 2026-02-27T03:20:43.517Z | [ recovery-image] Feb 27 03:20:42.213 INFO O| Feb 27 03:20:42.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd" |
| 8188 | 2026-02-27T03:20:43.521Z | [ recovery-image] Feb 27 03:20:42.213 INFO O| Feb 27 03:20:42.213 INFO STEP 1126 (remove_files) COMPLETE |
| 8189 | 2026-02-27T03:20:43.521Z | [ recovery-image] Feb 27 03:20:42.213 INFO O| Feb 27 03:20:42.213 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8190 | 2026-02-27T03:20:43.526Z | [ recovery-image] Feb 27 03:20:42.221 INFO O| Feb 27 03:20:42.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd" |
| 8191 | 2026-02-27T03:20:43.529Z | [ recovery-image] Feb 27 03:20:42.221 INFO O| Feb 27 03:20:42.221 INFO STEP 1127 (remove_files) COMPLETE |
| 8192 | 2026-02-27T03:20:43.529Z | [ recovery-image] Feb 27 03:20:42.222 INFO O| Feb 27 03:20:42.221 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8193 | 2026-02-27T03:20:43.537Z | [ recovery-image] Feb 27 03:20:42.232 INFO O| Feb 27 03:20:42.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop" |
| 8194 | 2026-02-27T03:20:43.540Z | [ recovery-image] Feb 27 03:20:42.232 INFO O| Feb 27 03:20:42.232 INFO STEP 1128 (remove_files) COMPLETE |
| 8195 | 2026-02-27T03:20:43.540Z | [ recovery-image] Feb 27 03:20:42.233 INFO O| Feb 27 03:20:42.232 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8196 | 2026-02-27T03:20:43.547Z | [ recovery-image] Feb 27 03:20:42.243 INFO O| Feb 27 03:20:42.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd" |
| 8197 | 2026-02-27T03:20:43.550Z | [ recovery-image] Feb 27 03:20:42.243 INFO O| Feb 27 03:20:42.243 INFO STEP 1129 (remove_files) COMPLETE |
| 8198 | 2026-02-27T03:20:43.550Z | [ recovery-image] Feb 27 03:20:42.243 INFO O| Feb 27 03:20:42.243 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8199 | 2026-02-27T03:20:43.560Z | [ recovery-image] Feb 27 03:20:42.256 INFO O| Feb 27 03:20:42.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot" |
| 8200 | 2026-02-27T03:20:43.560Z | [ recovery-image] Feb 27 03:20:42.256 INFO O| Feb 27 03:20:42.256 INFO STEP 1130 (remove_files) COMPLETE |
| 8201 | 2026-02-27T03:20:43.563Z | [ recovery-image] Feb 27 03:20:42.256 INFO O| Feb 27 03:20:42.256 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8202 | 2026-02-27T03:20:43.574Z | [ recovery-image] Feb 27 03:20:42.269 INFO O| Feb 27 03:20:42.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace" |
| 8203 | 2026-02-27T03:20:43.574Z | [ recovery-image] Feb 27 03:20:42.269 INFO O| Feb 27 03:20:42.269 INFO STEP 1131 (remove_files) COMPLETE |
| 8204 | 2026-02-27T03:20:43.574Z | [ recovery-image] Feb 27 03:20:42.269 INFO O| Feb 27 03:20:42.269 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8205 | 2026-02-27T03:20:43.584Z | [ recovery-image] Feb 27 03:20:42.279 INFO O| Feb 27 03:20:42.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean" |
| 8206 | 2026-02-27T03:20:43.584Z | [ recovery-image] Feb 27 03:20:42.279 INFO O| Feb 27 03:20:42.279 INFO STEP 1132 (remove_files) COMPLETE |
| 8207 | 2026-02-27T03:20:43.587Z | [ recovery-image] Feb 27 03:20:42.279 INFO O| Feb 27 03:20:42.279 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8208 | 2026-02-27T03:20:43.593Z | [ recovery-image] Feb 27 03:20:42.289 INFO O| Feb 27 03:20:42.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr" |
| 8209 | 2026-02-27T03:20:43.596Z | [ recovery-image] Feb 27 03:20:42.289 INFO O| Feb 27 03:20:42.289 INFO STEP 1133 (remove_files) COMPLETE |
| 8210 | 2026-02-27T03:20:43.596Z | [ recovery-image] Feb 27 03:20:42.289 INFO O| Feb 27 03:20:42.289 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8211 | 2026-02-27T03:20:43.609Z | [ recovery-image] Feb 27 03:20:42.302 INFO O| Feb 27 03:20:42.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs" |
| 8212 | 2026-02-27T03:20:43.610Z | [ recovery-image] Feb 27 03:20:42.303 INFO O| Feb 27 03:20:42.303 INFO STEP 1134 (remove_files) COMPLETE |
| 8213 | 2026-02-27T03:20:43.613Z | [ recovery-image] Feb 27 03:20:42.303 INFO O| Feb 27 03:20:42.303 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8214 | 2026-02-27T03:20:43.620Z | [ recovery-image] Feb 27 03:20:42.316 INFO O| Feb 27 03:20:42.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit" |
| 8215 | 2026-02-27T03:20:43.620Z | [ recovery-image] Feb 27 03:20:42.316 INFO O| Feb 27 03:20:42.316 INFO STEP 1135 (remove_files) COMPLETE |
| 8216 | 2026-02-27T03:20:43.621Z | [ recovery-image] Feb 27 03:20:42.316 INFO O| Feb 27 03:20:42.316 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8217 | 2026-02-27T03:20:43.635Z | [ recovery-image] Feb 27 03:20:42.330 INFO O| Feb 27 03:20:42.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop" |
| 8218 | 2026-02-27T03:20:43.638Z | [ recovery-image] Feb 27 03:20:42.330 INFO O| Feb 27 03:20:42.330 INFO STEP 1136 (remove_files) COMPLETE |
| 8219 | 2026-02-27T03:20:43.638Z | [ recovery-image] Feb 27 03:20:42.330 INFO O| Feb 27 03:20:42.330 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8220 | 2026-02-27T03:20:43.649Z | [ recovery-image] Feb 27 03:20:42.344 INFO O| Feb 27 03:20:42.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat" |
| 8221 | 2026-02-27T03:20:43.649Z | [ recovery-image] Feb 27 03:20:42.344 INFO O| Feb 27 03:20:42.344 INFO STEP 1137 (remove_files) COMPLETE |
| 8222 | 2026-02-27T03:20:43.649Z | [ recovery-image] Feb 27 03:20:42.344 INFO O| Feb 27 03:20:42.344 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8223 | 2026-02-27T03:20:43.659Z | [ recovery-image] Feb 27 03:20:42.354 INFO O| Feb 27 03:20:42.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef" |
| 8224 | 2026-02-27T03:20:43.662Z | [ recovery-image] Feb 27 03:20:42.354 INFO O| Feb 27 03:20:42.354 INFO STEP 1138 (remove_files) COMPLETE |
| 8225 | 2026-02-27T03:20:43.662Z | [ recovery-image] Feb 27 03:20:42.355 INFO O| Feb 27 03:20:42.354 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8226 | 2026-02-27T03:20:43.673Z | [ recovery-image] Feb 27 03:20:42.369 INFO O| Feb 27 03:20:42.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm" |
| 8227 | 2026-02-27T03:20:43.673Z | [ recovery-image] Feb 27 03:20:42.369 INFO O| Feb 27 03:20:42.369 INFO STEP 1139 (remove_files) COMPLETE |
| 8228 | 2026-02-27T03:20:43.673Z | [ recovery-image] Feb 27 03:20:42.369 INFO O| Feb 27 03:20:42.369 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8229 | 2026-02-27T03:20:43.687Z | [ recovery-image] Feb 27 03:20:42.382 INFO O| Feb 27 03:20:42.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm" |
| 8230 | 2026-02-27T03:20:43.687Z | [ recovery-image] Feb 27 03:20:42.382 INFO O| Feb 27 03:20:42.382 INFO STEP 1140 (remove_files) COMPLETE |
| 8231 | 2026-02-27T03:20:43.690Z | [ recovery-image] Feb 27 03:20:42.382 INFO O| Feb 27 03:20:42.382 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8232 | 2026-02-27T03:20:43.696Z | [ recovery-image] Feb 27 03:20:42.392 INFO O| Feb 27 03:20:42.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes" |
| 8233 | 2026-02-27T03:20:43.697Z | [ recovery-image] Feb 27 03:20:42.392 INFO O| Feb 27 03:20:42.392 INFO STEP 1141 (remove_files) COMPLETE |
| 8234 | 2026-02-27T03:20:43.701Z | [ recovery-image] Feb 27 03:20:42.392 INFO O| Feb 27 03:20:42.392 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8235 | 2026-02-27T03:20:43.711Z | [ recovery-image] Feb 27 03:20:42.406 INFO O| Feb 27 03:20:42.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar" |
| 8236 | 2026-02-27T03:20:43.711Z | [ recovery-image] Feb 27 03:20:42.406 INFO O| Feb 27 03:20:42.406 INFO STEP 1142 (remove_files) COMPLETE |
| 8237 | 2026-02-27T03:20:43.714Z | [ recovery-image] Feb 27 03:20:42.406 INFO O| Feb 27 03:20:42.406 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8238 | 2026-02-27T03:20:43.725Z | [ recovery-image] Feb 27 03:20:42.420 INFO O| Feb 27 03:20:42.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd" |
| 8239 | 2026-02-27T03:20:43.728Z | [ recovery-image] Feb 27 03:20:42.420 INFO O| Feb 27 03:20:42.420 INFO STEP 1143 (remove_files) COMPLETE |
| 8240 | 2026-02-27T03:20:43.728Z | [ recovery-image] Feb 27 03:20:42.420 INFO O| Feb 27 03:20:42.420 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8241 | 2026-02-27T03:20:43.736Z | [ recovery-image] Feb 27 03:20:42.431 INFO O| Feb 27 03:20:42.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute" |
| 8242 | 2026-02-27T03:20:43.736Z | [ recovery-image] Feb 27 03:20:42.431 INFO O| Feb 27 03:20:42.431 INFO STEP 1144 (remove_files) COMPLETE |
| 8243 | 2026-02-27T03:20:43.739Z | [ recovery-image] Feb 27 03:20:42.431 INFO O| Feb 27 03:20:42.431 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8244 | 2026-02-27T03:20:43.752Z | [ recovery-image] Feb 27 03:20:42.445 INFO O| Feb 27 03:20:42.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat" |
| 8245 | 2026-02-27T03:20:43.752Z | [ recovery-image] Feb 27 03:20:42.446 INFO O| Feb 27 03:20:42.445 INFO STEP 1145 (remove_files) COMPLETE |
| 8246 | 2026-02-27T03:20:43.752Z | [ recovery-image] Feb 27 03:20:42.446 INFO O| Feb 27 03:20:42.446 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8247 | 2026-02-27T03:20:43.764Z | [ recovery-image] Feb 27 03:20:42.460 INFO O| Feb 27 03:20:42.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm" |
| 8248 | 2026-02-27T03:20:43.767Z | [ recovery-image] Feb 27 03:20:42.460 INFO O| Feb 27 03:20:42.460 INFO STEP 1146 (remove_files) COMPLETE |
| 8249 | 2026-02-27T03:20:43.767Z | [ recovery-image] Feb 27 03:20:42.460 INFO O| Feb 27 03:20:42.460 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8250 | 2026-02-27T03:20:43.778Z | [ recovery-image] Feb 27 03:20:42.474 INFO O| Feb 27 03:20:42.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm" |
| 8251 | 2026-02-27T03:20:43.778Z | [ recovery-image] Feb 27 03:20:42.474 INFO O| Feb 27 03:20:42.474 INFO STEP 1147 (remove_files) COMPLETE |
| 8252 | 2026-02-27T03:20:43.778Z | [ recovery-image] Feb 27 03:20:42.474 INFO O| Feb 27 03:20:42.474 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8253 | 2026-02-27T03:20:43.794Z | [ recovery-image] Feb 27 03:20:42.488 INFO O| Feb 27 03:20:42.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall" |
| 8254 | 2026-02-27T03:20:43.794Z | [ recovery-image] Feb 27 03:20:42.488 INFO O| Feb 27 03:20:42.488 INFO STEP 1148 (remove_files) COMPLETE |
| 8255 | 2026-02-27T03:20:43.797Z | [ recovery-image] Feb 27 03:20:42.488 INFO O| Feb 27 03:20:42.488 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8256 | 2026-02-27T03:20:43.806Z | [ recovery-image] Feb 27 03:20:42.501 INFO O| Feb 27 03:20:42.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink" |
| 8257 | 2026-02-27T03:20:43.806Z | [ recovery-image] Feb 27 03:20:42.501 INFO O| Feb 27 03:20:42.501 INFO STEP 1149 (remove_files) COMPLETE |
| 8258 | 2026-02-27T03:20:43.810Z | [ recovery-image] Feb 27 03:20:42.502 INFO O| Feb 27 03:20:42.501 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8259 | 2026-02-27T03:20:43.820Z | [ recovery-image] Feb 27 03:20:42.515 INFO O| Feb 27 03:20:42.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare" |
| 8260 | 2026-02-27T03:20:43.821Z | [ recovery-image] Feb 27 03:20:42.515 INFO O| Feb 27 03:20:42.515 INFO STEP 1150 (remove_files) COMPLETE |
| 8261 | 2026-02-27T03:20:43.825Z | [ recovery-image] Feb 27 03:20:42.515 INFO O| Feb 27 03:20:42.515 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8262 | 2026-02-27T03:20:43.834Z | [ recovery-image] Feb 27 03:20:42.530 INFO O| Feb 27 03:20:42.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall" |
| 8263 | 2026-02-27T03:20:43.834Z | [ recovery-image] Feb 27 03:20:42.530 INFO O| Feb 27 03:20:42.530 INFO STEP 1151 (remove_files) COMPLETE |
| 8264 | 2026-02-27T03:20:43.837Z | [ recovery-image] Feb 27 03:20:42.530 INFO O| Feb 27 03:20:42.530 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8265 | 2026-02-27T03:20:43.844Z | [ recovery-image] Feb 27 03:20:42.539 INFO O| Feb 27 03:20:42.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv" |
| 8266 | 2026-02-27T03:20:43.844Z | [ recovery-image] Feb 27 03:20:42.539 INFO O| Feb 27 03:20:42.539 INFO STEP 1152 (remove_files) COMPLETE |
| 8267 | 2026-02-27T03:20:43.847Z | [ recovery-image] Feb 27 03:20:42.539 INFO O| Feb 27 03:20:42.539 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8268 | 2026-02-27T03:20:43.858Z | [ recovery-image] Feb 27 03:20:42.549 INFO O| Feb 27 03:20:42.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd" |
| 8269 | 2026-02-27T03:20:43.861Z | [ recovery-image] Feb 27 03:20:42.549 INFO O| Feb 27 03:20:42.549 INFO STEP 1153 (remove_files) COMPLETE |
| 8270 | 2026-02-27T03:20:43.861Z | [ recovery-image] Feb 27 03:20:42.549 INFO O| Feb 27 03:20:42.549 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8271 | 2026-02-27T03:20:43.869Z | [ recovery-image] Feb 27 03:20:42.563 INFO O| Feb 27 03:20:42.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel" |
| 8272 | 2026-02-27T03:20:43.869Z | [ recovery-image] Feb 27 03:20:42.563 INFO O| Feb 27 03:20:42.563 INFO STEP 1154 (remove_files) COMPLETE |
| 8273 | 2026-02-27T03:20:43.869Z | [ recovery-image] Feb 27 03:20:42.563 INFO O| Feb 27 03:20:42.563 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8274 | 2026-02-27T03:20:43.883Z | [ recovery-image] Feb 27 03:20:42.575 INFO O| Feb 27 03:20:42.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod" |
| 8275 | 2026-02-27T03:20:43.883Z | [ recovery-image] Feb 27 03:20:42.575 INFO O| Feb 27 03:20:42.575 INFO STEP 1155 (remove_files) COMPLETE |
| 8276 | 2026-02-27T03:20:43.883Z | [ recovery-image] Feb 27 03:20:42.575 INFO O| Feb 27 03:20:42.575 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8277 | 2026-02-27T03:20:43.890Z | [ recovery-image] Feb 27 03:20:42.585 INFO O| Feb 27 03:20:42.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy" |
| 8278 | 2026-02-27T03:20:43.893Z | [ recovery-image] Feb 27 03:20:42.585 INFO O| Feb 27 03:20:42.585 INFO STEP 1156 (remove_files) COMPLETE |
| 8279 | 2026-02-27T03:20:43.893Z | [ recovery-image] Feb 27 03:20:42.585 INFO O| Feb 27 03:20:42.585 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8280 | 2026-02-27T03:20:43.903Z | [ recovery-image] Feb 27 03:20:42.599 INFO O| Feb 27 03:20:42.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall" |
| 8281 | 2026-02-27T03:20:43.903Z | [ recovery-image] Feb 27 03:20:42.599 INFO O| Feb 27 03:20:42.599 INFO STEP 1157 (remove_files) COMPLETE |
| 8282 | 2026-02-27T03:20:43.903Z | [ recovery-image] Feb 27 03:20:42.599 INFO O| Feb 27 03:20:42.599 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8283 | 2026-02-27T03:20:43.917Z | [ recovery-image] Feb 27 03:20:42.610 INFO O| Feb 27 03:20:42.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo" |
| 8284 | 2026-02-27T03:20:43.917Z | [ recovery-image] Feb 27 03:20:42.610 INFO O| Feb 27 03:20:42.610 INFO STEP 1158 (remove_files) COMPLETE |
| 8285 | 2026-02-27T03:20:43.920Z | [ recovery-image] Feb 27 03:20:42.610 INFO O| Feb 27 03:20:42.610 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8286 | 2026-02-27T03:20:43.924Z | [ recovery-image] Feb 27 03:20:42.620 INFO O| Feb 27 03:20:42.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb" |
| 8287 | 2026-02-27T03:20:43.927Z | [ recovery-image] Feb 27 03:20:42.620 INFO O| Feb 27 03:20:42.620 INFO STEP 1159 (remove_files) COMPLETE |
| 8288 | 2026-02-27T03:20:43.927Z | [ recovery-image] Feb 27 03:20:42.620 INFO O| Feb 27 03:20:42.620 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8289 | 2026-02-27T03:20:43.938Z | [ recovery-image] Feb 27 03:20:42.633 INFO O| Feb 27 03:20:42.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump" |
| 8290 | 2026-02-27T03:20:43.938Z | [ recovery-image] Feb 27 03:20:42.634 INFO O| Feb 27 03:20:42.633 INFO STEP 1160 (remove_files) COMPLETE |
| 8291 | 2026-02-27T03:20:43.938Z | [ recovery-image] Feb 27 03:20:42.634 INFO O| Feb 27 03:20:42.634 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8292 | 2026-02-27T03:20:43.951Z | [ recovery-image] Feb 27 03:20:42.646 INFO O| Feb 27 03:20:42.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic" |
| 8293 | 2026-02-27T03:20:43.951Z | [ recovery-image] Feb 27 03:20:42.646 INFO O| Feb 27 03:20:42.646 INFO STEP 1161 (remove_files) COMPLETE |
| 8294 | 2026-02-27T03:20:43.951Z | [ recovery-image] Feb 27 03:20:42.646 INFO O| Feb 27 03:20:42.646 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8295 | 2026-02-27T03:20:43.965Z | [ recovery-image] Feb 27 03:20:42.660 INFO O| Feb 27 03:20:42.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin" |
| 8296 | 2026-02-27T03:20:43.968Z | [ recovery-image] Feb 27 03:20:42.661 INFO O| Feb 27 03:20:42.660 INFO STEP 1162 (remove_files) COMPLETE |
| 8297 | 2026-02-27T03:20:43.968Z | [ recovery-image] Feb 27 03:20:42.661 INFO O| Feb 27 03:20:42.660 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8298 | 2026-02-27T03:20:43.981Z | [ recovery-image] Feb 27 03:20:42.675 INFO O| Feb 27 03:20:42.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm" |
| 8299 | 2026-02-27T03:20:43.981Z | [ recovery-image] Feb 27 03:20:42.675 INFO O| Feb 27 03:20:42.675 INFO STEP 1163 (remove_files) COMPLETE |
| 8300 | 2026-02-27T03:20:43.984Z | [ recovery-image] Feb 27 03:20:42.675 INFO O| Feb 27 03:20:42.675 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8301 | 2026-02-27T03:20:43.993Z | [ recovery-image] Feb 27 03:20:42.689 INFO O| Feb 27 03:20:42.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg" |
| 8302 | 2026-02-27T03:20:43.993Z | [ recovery-image] Feb 27 03:20:42.689 INFO O| Feb 27 03:20:42.689 INFO STEP 1164 (remove_files) COMPLETE |
| 8303 | 2026-02-27T03:20:43.993Z | [ recovery-image] Feb 27 03:20:42.689 INFO O| Feb 27 03:20:42.689 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8304 | 2026-02-27T03:20:44.008Z | [ recovery-image] Feb 27 03:20:42.703 INFO O| Feb 27 03:20:42.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump" |
| 8305 | 2026-02-27T03:20:44.008Z | [ recovery-image] Feb 27 03:20:42.704 INFO O| Feb 27 03:20:42.703 INFO STEP 1165 (remove_files) COMPLETE |
| 8306 | 2026-02-27T03:20:44.011Z | [ recovery-image] Feb 27 03:20:42.704 INFO O| Feb 27 03:20:42.704 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json |
| 8307 | 2026-02-27T03:20:44.029Z | [ recovery-image] Feb 27 03:20:42.724 INFO O| Feb 27 03:20:42.724 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal |
| 8308 | 2026-02-27T03:20:44.029Z | [ recovery-image] Feb 27 03:20:42.724 INFO O| Feb 27 03:20:42.724 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."] |
| 8309 | 2026-02-27T03:20:45.160Z | [ recovery-image] Feb 27 03:20:43.855 INFO O| Feb 27 03:20:43.855 INFO STEP 1166 (pack_tar) COMPLETE |
| 8310 | 2026-02-27T03:20:45.160Z | [ recovery-image] Feb 27 03:20:43.856 INFO O| Feb 27 03:20:43.855 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 8311 | 2026-02-27T03:20:45.163Z | [ recovery-image] Feb 27 03:20:43.856 INFO O| Feb 27 03:20:43.855 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 8312 | 2026-02-27T03:20:45.503Z | [ recovery-image] Feb 27 03:20:44.198 INFO O| Feb 27 03:20:44.198 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 8313 | 2026-02-27T03:20:45.607Z | [ recovery-image] Feb 27 03:20:44.302 INFO O| Feb 27 03:20:44.302 INFO completed processing sled/ramdisk-03-recovery-trim |
| 8314 | 2026-02-27T03:20:45.612Z | [ recovery-image] Feb 27 03:20:44.307 INFO image builder template: zfs-recovery... |
| 8315 | 2026-02-27T03:20:45.612Z | [ recovery-image] Feb 27 03:20:44.307 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/.tmpaFY3GB/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "zfs-recovery"], pwd: None |
| 8316 | 2026-02-27T03:20:45.665Z | [ recovery-image] Feb 27 03:20:44.360 INFO O| Feb 27 03:20:44.359 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8317 | 2026-02-27T03:20:45.672Z | [ recovery-image] Feb 27 03:20:44.366 INFO O| Feb 27 03:20:44.366 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8318 | 2026-02-27T03:20:45.835Z | [ recovery-image] Feb 27 03:20:44.530 INFO O| Feb 27 03:20:44.530 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled |
| 8319 | 2026-02-27T03:20:45.910Z | [ recovery-image] Feb 27 03:20:44.605 INFO O| Feb 27 03:20:44.605 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8320 | 2026-02-27T03:20:45.910Z | [ recovery-image] Feb 27 03:20:44.605 INFO O| Feb 27 03:20:44.605 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery |
| 8321 | 2026-02-27T03:20:45.914Z | [ recovery-image] Feb 27 03:20:44.609 INFO O| Feb 27 03:20:44.609 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery |
| 8322 | 2026-02-27T03:20:46.006Z | [ recovery-image] Feb 27 03:20:44.701 INFO O| Feb 27 03:20:44.701 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled |
| 8323 | 2026-02-27T03:20:46.070Z | [ recovery-image] Feb 27 03:20:44.765 INFO O| Feb 27 03:20:44.765 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery |
| 8324 | 2026-02-27T03:20:46.084Z | [ recovery-image] Feb 27 03:20:44.779 INFO O| Feb 27 03:20:44.779 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw |
| 8325 | 2026-02-27T03:20:46.090Z | [ recovery-image] Feb 27 03:20:44.786 INFO O| Feb 27 03:20:44.786 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot |
| 8326 | 2026-02-27T03:20:46.105Z | [ recovery-image] Feb 27 03:20:44.799 INFO O| Feb 27 03:20:44.799 INFO no lofi found |
| 8327 | 2026-02-27T03:20:46.105Z | [ recovery-image] Feb 27 03:20:44.799 INFO O| Feb 27 03:20:44.799 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal |
| 8328 | 2026-02-27T03:20:46.109Z | [ recovery-image] Feb 27 03:20:44.799 INFO O| Feb 27 03:20:44.799 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw |
| 8329 | 2026-02-27T03:20:48.310Z | [ recovery-image] Feb 27 03:20:47.005 INFO O| Feb 27 03:20:47.005 INFO lofi device = /dev/dsk/c2t1d0p0 |
| 8330 | 2026-02-27T03:20:48.310Z | [ recovery-image] Feb 27 03:20:47.005 INFO O| Feb 27 03:20:47.005 INFO pool device = /dev/dsk/c2t1d0p0 |
| 8331 | 2026-02-27T03:20:48.313Z | [ recovery-image] Feb 27 03:20:47.005 INFO O| Feb 27 03:20:47.005 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
| 8332 | 2026-02-27T03:20:48.498Z | [ recovery-image] Feb 27 03:20:47.192 INFO O| Feb 27 03:20:47.192 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8333 | 2026-02-27T03:20:48.498Z | [ recovery-image] Feb 27 03:20:47.192 INFO O| Feb 27 03:20:47.192 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT |
| 8334 | 2026-02-27T03:20:48.524Z | [ recovery-image] Feb 27 03:20:47.219 INFO O| Feb 27 03:20:47.218 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off |
| 8335 | 2026-02-27T03:20:48.621Z | [ recovery-image] Feb 27 03:20:47.316 INFO O| Feb 27 03:20:47.316 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy |
| 8336 | 2026-02-27T03:20:48.674Z | [ recovery-image] Feb 27 03:20:47.369 INFO O| Feb 27 03:20:47.368 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk |
| 8337 | 2026-02-27T03:20:48.698Z | [ recovery-image] Feb 27 03:20:47.392 INFO O| Feb 27 03:20:47.392 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto |
| 8338 | 2026-02-27T03:20:48.712Z | [ recovery-image] Feb 27 03:20:47.407 INFO O| Feb 27 03:20:47.407 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
| 8339 | 2026-02-27T03:20:48.781Z | [ recovery-image] Feb 27 03:20:47.476 INFO O| Feb 27 03:20:47.476 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a |
| 8340 | 2026-02-27T03:20:48.785Z | [ recovery-image] Feb 27 03:20:47.477 INFO O| Feb 27 03:20:47.477 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a |
| 8341 | 2026-02-27T03:20:48.785Z | [ recovery-image] Feb 27 03:20:47.477 INFO O| Feb 27 03:20:47.477 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"] |
| 8342 | 2026-02-27T03:20:48.800Z | [ recovery-image] Feb 27 03:20:47.495 INFO O| Feb 27 03:20:47.495 INFO boot environment UUID: ae6ef8d8-3906-466d-a5c3-f9792a5d74e5 |
| 8343 | 2026-02-27T03:20:48.800Z | [ recovery-image] Feb 27 03:20:47.495 INFO O| Feb 27 03:20:47.495 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = ae6ef8d8-3906-466d-a5c3-f9792a5d74e5 |
| 8344 | 2026-02-27T03:20:48.817Z | [ recovery-image] Feb 27 03:20:47.512 INFO O| Feb 27 03:20:47.512 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
| 8345 | 2026-02-27T03:20:48.824Z | [ host-image] Feb 27 03:20:47.519 INFO O| Feb 27 03:20:47.519 INFO O| Startup: Caching catalogs ... Done |
| 8346 | 2026-02-27T03:20:48.833Z | [ recovery-image] Feb 27 03:20:47.528 INFO O| Feb 27 03:20:47.528 INFO STEP 0 (create_be) COMPLETE |
| 8347 | 2026-02-27T03:20:48.833Z | [ recovery-image] Feb 27 03:20:47.528 INFO O| Feb 27 03:20:47.528 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8348 | 2026-02-27T03:20:48.856Z | [ recovery-image] Feb 27 03:20:47.551 INFO O| Feb 27 03:20:47.551 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"] |
| 8349 | 2026-02-27T03:20:52.500Z | [ recovery-image] Feb 27 03:20:51.184 INFO O| Feb 27 03:20:51.184 INFO STEP 1 (unpack_tar) COMPLETE |
| 8350 | 2026-02-27T03:20:52.500Z | [ recovery-image] Feb 27 03:20:51.185 INFO O| Feb 27 03:20:51.184 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8351 | 2026-02-27T03:20:52.516Z | [ recovery-image] Feb 27 03:20:51.198 INFO O| Feb 27 03:20:51.198 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"] |
| 8352 | 2026-02-27T03:20:53.064Z | [ recovery-image] Feb 27 03:20:51.757 INFO O| Feb 27 03:20:51.757 INFO STEP 2 (devfsadm) COMPLETE |
| 8353 | 2026-02-27T03:20:53.064Z | [ recovery-image] Feb 27 03:20:51.757 INFO O| Feb 27 03:20:51.757 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8354 | 2026-02-27T03:20:53.075Z | [ recovery-image] Feb 27 03:20:51.770 INFO O| Feb 27 03:20:51.769 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8355 | 2026-02-27T03:20:53.075Z | [ recovery-image] Feb 27 03:20:51.770 INFO O| Feb 27 03:20:51.770 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8356 | 2026-02-27T03:20:53.078Z | [ recovery-image] Feb 27 03:20:51.770 INFO O| Feb 27 03:20:51.770 INFO STEP 3 (ensure_dir) COMPLETE |
| 8357 | 2026-02-27T03:20:53.079Z | [ recovery-image] Feb 27 03:20:51.770 INFO O| Feb 27 03:20:51.770 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8358 | 2026-02-27T03:20:53.087Z | [ recovery-image] Feb 27 03:20:51.782 INFO O| Feb 27 03:20:51.781 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8359 | 2026-02-27T03:20:53.087Z | [ recovery-image] Feb 27 03:20:51.782 INFO O| Feb 27 03:20:51.782 INFO STEP 4 (ensure_dir) COMPLETE |
| 8360 | 2026-02-27T03:20:53.090Z | [ recovery-image] Feb 27 03:20:51.782 INFO O| Feb 27 03:20:51.782 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8361 | 2026-02-27T03:20:53.098Z | [ recovery-image] Feb 27 03:20:51.793 INFO O| Feb 27 03:20:51.793 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8362 | 2026-02-27T03:20:53.099Z | [ recovery-image] Feb 27 03:20:51.793 INFO O| Feb 27 03:20:51.793 INFO STEP 5 (ensure_dir) COMPLETE |
| 8363 | 2026-02-27T03:20:53.101Z | [ recovery-image] Feb 27 03:20:51.793 INFO O| Feb 27 03:20:51.793 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8364 | 2026-02-27T03:20:53.110Z | [ recovery-image] Feb 27 03:20:51.804 INFO O| Feb 27 03:20:51.804 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8365 | 2026-02-27T03:20:53.110Z | [ recovery-image] Feb 27 03:20:51.804 INFO O| Feb 27 03:20:51.804 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8366 | 2026-02-27T03:20:53.110Z | [ recovery-image] Feb 27 03:20:51.804 INFO O| Feb 27 03:20:51.804 INFO STEP 6 (ensure_dir) COMPLETE |
| 8367 | 2026-02-27T03:20:53.113Z | [ recovery-image] Feb 27 03:20:51.804 INFO O| Feb 27 03:20:51.804 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8368 | 2026-02-27T03:20:53.121Z | [ recovery-image] Feb 27 03:20:51.816 INFO O| Feb 27 03:20:51.816 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8369 | 2026-02-27T03:20:53.121Z | [ recovery-image] Feb 27 03:20:51.816 INFO O| Feb 27 03:20:51.816 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8370 | 2026-02-27T03:20:53.125Z | [ recovery-image] Feb 27 03:20:51.816 INFO O| Feb 27 03:20:51.816 INFO STEP 7 (ensure_dir) COMPLETE |
| 8371 | 2026-02-27T03:20:53.125Z | [ recovery-image] Feb 27 03:20:51.816 INFO O| Feb 27 03:20:51.816 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8372 | 2026-02-27T03:20:53.136Z | [ recovery-image] Feb 27 03:20:51.830 INFO O| Feb 27 03:20:51.830 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg" |
| 8373 | 2026-02-27T03:20:53.136Z | [ recovery-image] Feb 27 03:20:51.830 INFO O| Feb 27 03:20:51.830 INFO STEP 8 (remove_files) COMPLETE |
| 8374 | 2026-02-27T03:20:53.139Z | [ recovery-image] Feb 27 03:20:51.830 INFO O| Feb 27 03:20:51.830 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8375 | 2026-02-27T03:20:53.147Z | [ recovery-image] Feb 27 03:20:51.842 INFO O| Feb 27 03:20:51.842 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk" |
| 8376 | 2026-02-27T03:20:53.150Z | [ recovery-image] Feb 27 03:20:51.842 INFO O| Feb 27 03:20:51.842 INFO STEP 9 (remove_files) COMPLETE |
| 8377 | 2026-02-27T03:20:53.150Z | [ recovery-image] Feb 27 03:20:51.843 INFO O| Feb 27 03:20:51.842 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8378 | 2026-02-27T03:20:53.162Z | [ recovery-image] Feb 27 03:20:51.856 INFO O| Feb 27 03:20:51.856 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk" |
| 8379 | 2026-02-27T03:20:53.164Z | [ recovery-image] Feb 27 03:20:51.857 INFO O| Feb 27 03:20:51.857 INFO STEP 10 (remove_files) COMPLETE |
| 8380 | 2026-02-27T03:20:53.164Z | [ recovery-image] Feb 27 03:20:51.857 INFO O| Feb 27 03:20:51.857 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8381 | 2026-02-27T03:20:53.174Z | [ recovery-image] Feb 27 03:20:51.868 INFO O| Feb 27 03:20:51.868 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors" |
| 8382 | 2026-02-27T03:20:53.174Z | [ recovery-image] Feb 27 03:20:51.868 INFO O| Feb 27 03:20:51.868 INFO STEP 11 (remove_files) COMPLETE |
| 8383 | 2026-02-27T03:20:53.177Z | [ recovery-image] Feb 27 03:20:51.868 INFO O| Feb 27 03:20:51.868 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8384 | 2026-02-27T03:20:53.189Z | [ recovery-image] Feb 27 03:20:51.884 INFO O| Feb 27 03:20:51.884 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb" |
| 8385 | 2026-02-27T03:20:53.189Z | [ recovery-image] Feb 27 03:20:51.884 INFO O| Feb 27 03:20:51.884 INFO STEP 12 (remove_files) COMPLETE |
| 8386 | 2026-02-27T03:20:53.189Z | [ recovery-image] Feb 27 03:20:51.884 INFO O| Feb 27 03:20:51.884 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8387 | 2026-02-27T03:20:53.203Z | [ recovery-image] Feb 27 03:20:51.897 INFO O| Feb 27 03:20:51.897 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8388 | 2026-02-27T03:20:53.203Z | [ recovery-image] Feb 27 03:20:51.897 INFO O| Feb 27 03:20:51.897 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8389 | 2026-02-27T03:20:53.206Z | [ recovery-image] Feb 27 03:20:51.897 INFO O| Feb 27 03:20:51.897 INFO STEP 13 (ensure_dir) COMPLETE |
| 8390 | 2026-02-27T03:20:53.206Z | [ recovery-image] Feb 27 03:20:51.897 INFO O| Feb 27 03:20:51.897 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8391 | 2026-02-27T03:20:53.217Z | [ recovery-image] Feb 27 03:20:51.911 INFO O| Feb 27 03:20:51.911 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8392 | 2026-02-27T03:20:53.220Z | [ recovery-image] Feb 27 03:20:51.911 INFO O| Feb 27 03:20:51.911 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8393 | 2026-02-27T03:20:53.220Z | [ recovery-image] Feb 27 03:20:51.911 INFO O| Feb 27 03:20:51.911 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8394 | 2026-02-27T03:20:53.220Z | [ recovery-image] Feb 27 03:20:51.911 INFO O| Feb 27 03:20:51.911 INFO STEP 14 (ensure_dir) COMPLETE |
| 8395 | 2026-02-27T03:20:53.220Z | [ recovery-image] Feb 27 03:20:51.911 INFO O| Feb 27 03:20:51.911 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8396 | 2026-02-27T03:20:53.229Z | [ recovery-image] Feb 27 03:20:51.923 INFO O| Feb 27 03:20:51.923 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8397 | 2026-02-27T03:20:53.229Z | [ recovery-image] Feb 27 03:20:51.924 INFO O| Feb 27 03:20:51.924 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8398 | 2026-02-27T03:20:53.232Z | [ recovery-image] Feb 27 03:20:51.924 INFO O| Feb 27 03:20:51.924 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8399 | 2026-02-27T03:20:53.232Z | [ recovery-image] Feb 27 03:20:51.924 INFO O| Feb 27 03:20:51.924 INFO STEP 15 (ensure_dir) COMPLETE |
| 8400 | 2026-02-27T03:20:53.232Z | [ recovery-image] Feb 27 03:20:51.924 INFO O| Feb 27 03:20:51.924 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8401 | 2026-02-27T03:20:53.241Z | [ recovery-image] Feb 27 03:20:51.935 INFO O| Feb 27 03:20:51.935 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8402 | 2026-02-27T03:20:53.241Z | [ recovery-image] Feb 27 03:20:51.936 INFO O| Feb 27 03:20:51.936 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8403 | 2026-02-27T03:20:53.244Z | [ recovery-image] Feb 27 03:20:51.936 INFO O| Feb 27 03:20:51.936 INFO STEP 16 (ensure_dir) COMPLETE |
| 8404 | 2026-02-27T03:20:53.244Z | [ recovery-image] Feb 27 03:20:51.936 INFO O| Feb 27 03:20:51.936 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8405 | 2026-02-27T03:20:53.253Z | [ recovery-image] Feb 27 03:20:51.948 INFO O| Feb 27 03:20:51.948 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8406 | 2026-02-27T03:20:53.253Z | [ recovery-image] Feb 27 03:20:51.948 INFO O| Feb 27 03:20:51.948 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8407 | 2026-02-27T03:20:53.253Z | [ recovery-image] Feb 27 03:20:51.948 INFO O| Feb 27 03:20:51.948 INFO STEP 17 (ensure_dir) COMPLETE |
| 8408 | 2026-02-27T03:20:53.257Z | [ recovery-image] Feb 27 03:20:51.948 INFO O| Feb 27 03:20:51.948 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8409 | 2026-02-27T03:20:53.266Z | [ recovery-image] Feb 27 03:20:51.960 INFO O| Feb 27 03:20:51.960 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
| 8410 | 2026-02-27T03:20:53.266Z | [ recovery-image] Feb 27 03:20:51.960 INFO O| Feb 27 03:20:51.960 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog |
| 8411 | 2026-02-27T03:20:53.269Z | [ recovery-image] Feb 27 03:20:51.960 INFO O| Feb 27 03:20:51.960 INFO ok! |
| 8412 | 2026-02-27T03:20:53.269Z | [ recovery-image] Feb 27 03:20:51.960 INFO O| Feb 27 03:20:51.960 INFO STEP 18 (ensure_symlink) COMPLETE |
| 8413 | 2026-02-27T03:20:53.269Z | [ recovery-image] Feb 27 03:20:51.960 INFO O| Feb 27 03:20:51.960 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8414 | 2026-02-27T03:20:53.280Z | [ recovery-image] Feb 27 03:20:51.974 INFO O| Feb 27 03:20:51.974 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents |
| 8415 | 2026-02-27T03:20:53.280Z | [ recovery-image] Feb 27 03:20:51.975 INFO O| Feb 27 03:20:51.974 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure |
| 8416 | 2026-02-27T03:20:53.286Z | [ recovery-image] Feb 27 03:20:51.975 INFO O| Feb 27 03:20:51.974 INFO ok! |
| 8417 | 2026-02-27T03:20:53.286Z | [ recovery-image] Feb 27 03:20:51.975 INFO O| Feb 27 03:20:51.974 INFO STEP 19 (ensure_file) COMPLETE |
| 8418 | 2026-02-27T03:20:53.286Z | [ recovery-image] Feb 27 03:20:51.975 INFO O| Feb 27 03:20:51.974 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8419 | 2026-02-27T03:20:53.294Z | [ recovery-image] Feb 27 03:20:51.989 INFO O| Feb 27 03:20:51.989 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
| 8420 | 2026-02-27T03:20:53.294Z | [ recovery-image] Feb 27 03:20:51.989 INFO O| Feb 27 03:20:51.989 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
| 8421 | 2026-02-27T03:20:53.297Z | [ recovery-image] Feb 27 03:20:51.989 INFO O| Feb 27 03:20:51.989 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml |
| 8422 | 2026-02-27T03:20:53.297Z | [ recovery-image] Feb 27 03:20:51.989 INFO O| Feb 27 03:20:51.989 INFO ok! |
| 8423 | 2026-02-27T03:20:53.297Z | [ recovery-image] Feb 27 03:20:51.989 INFO O| Feb 27 03:20:51.989 INFO STEP 20 (ensure_symlink) COMPLETE |
| 8424 | 2026-02-27T03:20:53.297Z | [ recovery-image] Feb 27 03:20:51.989 INFO O| Feb 27 03:20:51.989 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8425 | 2026-02-27T03:20:53.309Z | [ recovery-image] Feb 27 03:20:52.003 INFO O| Feb 27 03:20:52.003 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
| 8426 | 2026-02-27T03:20:53.309Z | [ recovery-image] Feb 27 03:20:52.003 INFO O| Feb 27 03:20:52.003 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
| 8427 | 2026-02-27T03:20:53.311Z | [ recovery-image] Feb 27 03:20:52.003 INFO O| Feb 27 03:20:52.003 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
| 8428 | 2026-02-27T03:20:53.311Z | [ recovery-image] Feb 27 03:20:52.003 INFO O| Feb 27 03:20:52.003 INFO ok! |
| 8429 | 2026-02-27T03:20:53.311Z | [ recovery-image] Feb 27 03:20:52.003 INFO O| Feb 27 03:20:52.003 INFO STEP 21 (ensure_symlink) COMPLETE |
| 8430 | 2026-02-27T03:20:53.312Z | [ recovery-image] Feb 27 03:20:52.003 INFO O| Feb 27 03:20:52.003 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8431 | 2026-02-27T03:20:53.323Z | [ recovery-image] Feb 27 03:20:52.018 INFO O| Feb 27 03:20:52.018 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
| 8432 | 2026-02-27T03:20:53.323Z | [ recovery-image] Feb 27 03:20:52.018 INFO O| Feb 27 03:20:52.018 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
| 8433 | 2026-02-27T03:20:53.326Z | [ recovery-image] Feb 27 03:20:52.018 INFO O| Feb 27 03:20:52.018 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml |
| 8434 | 2026-02-27T03:20:53.326Z | [ recovery-image] Feb 27 03:20:52.018 INFO O| Feb 27 03:20:52.018 INFO ok! |
| 8435 | 2026-02-27T03:20:53.326Z | [ recovery-image] Feb 27 03:20:52.018 INFO O| Feb 27 03:20:52.018 INFO STEP 22 (ensure_symlink) COMPLETE |
| 8436 | 2026-02-27T03:20:53.326Z | [ recovery-image] Feb 27 03:20:52.018 INFO O| Feb 27 03:20:52.018 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8437 | 2026-02-27T03:20:53.337Z | [ recovery-image] Feb 27 03:20:52.031 INFO O| Feb 27 03:20:52.031 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
| 8438 | 2026-02-27T03:20:53.337Z | [ recovery-image] Feb 27 03:20:52.032 INFO O| Feb 27 03:20:52.031 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
| 8439 | 2026-02-27T03:20:53.337Z | [ recovery-image] Feb 27 03:20:52.032 INFO O| Feb 27 03:20:52.032 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml |
| 8440 | 2026-02-27T03:20:53.340Z | [ recovery-image] Feb 27 03:20:52.032 INFO O| Feb 27 03:20:52.032 INFO ok! |
| 8441 | 2026-02-27T03:20:53.340Z | [ recovery-image] Feb 27 03:20:52.032 INFO O| Feb 27 03:20:52.032 INFO STEP 23 (ensure_symlink) COMPLETE |
| 8442 | 2026-02-27T03:20:53.340Z | [ recovery-image] Feb 27 03:20:52.032 INFO O| Feb 27 03:20:52.032 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8443 | 2026-02-27T03:20:53.349Z | [ recovery-image] Feb 27 03:20:52.043 INFO O| Feb 27 03:20:52.043 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
| 8444 | 2026-02-27T03:20:53.349Z | [ recovery-image] Feb 27 03:20:52.043 INFO O| Feb 27 03:20:52.043 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 ... |
| 8445 | 2026-02-27T03:20:53.351Z | [ recovery-image] Feb 27 03:20:52.043 INFO O| Feb 27 03:20:52.043 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf |
| 8446 | 2026-02-27T03:20:53.352Z | [ recovery-image] Feb 27 03:20:52.043 INFO O| Feb 27 03:20:52.043 INFO ok! |
| 8447 | 2026-02-27T03:20:53.352Z | [ recovery-image] Feb 27 03:20:52.043 INFO O| Feb 27 03:20:52.043 INFO STEP 24 (ensure_file) COMPLETE |
| 8448 | 2026-02-27T03:20:53.352Z | [ recovery-image] Feb 27 03:20:52.043 INFO O| Feb 27 03:20:52.043 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8449 | 2026-02-27T03:20:53.364Z | [ recovery-image] Feb 27 03:20:52.059 INFO O| Feb 27 03:20:52.059 INFO updating shadow file |
| 8450 | 2026-02-27T03:20:53.367Z | [ recovery-image] Feb 27 03:20:52.059 INFO O| Feb 27 03:20:52.059 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 8451 | 2026-02-27T03:20:53.367Z | [ recovery-image] Feb 27 03:20:52.059 INFO O| Feb 27 03:20:52.059 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 8452 | 2026-02-27T03:20:53.367Z | [ recovery-image] Feb 27 03:20:52.059 INFO O| Feb 27 03:20:52.059 INFO STEP 25 (shadow) COMPLETE |
| 8453 | 2026-02-27T03:20:53.367Z | [ recovery-image] Feb 27 03:20:52.059 INFO O| Feb 27 03:20:52.059 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8454 | 2026-02-27T03:20:53.377Z | [ recovery-image] Feb 27 03:20:52.071 INFO O| Feb 27 03:20:52.071 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
| 8455 | 2026-02-27T03:20:53.377Z | [ recovery-image] Feb 27 03:20:52.071 INFO O| Feb 27 03:20:52.071 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ... |
| 8456 | 2026-02-27T03:20:53.380Z | [ recovery-image] Feb 27 03:20:52.071 INFO O| Feb 27 03:20:52.071 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts |
| 8457 | 2026-02-27T03:20:53.380Z | [ recovery-image] Feb 27 03:20:52.071 INFO O| Feb 27 03:20:52.071 INFO ok! |
| 8458 | 2026-02-27T03:20:53.380Z | [ recovery-image] Feb 27 03:20:52.071 INFO O| Feb 27 03:20:52.071 INFO STEP 26 (ensure_file) COMPLETE |
| 8459 | 2026-02-27T03:20:53.380Z | [ recovery-image] Feb 27 03:20:52.071 INFO O| Feb 27 03:20:52.071 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8460 | 2026-02-27T03:20:53.389Z | [ recovery-image] Feb 27 03:20:52.083 INFO O| Feb 27 03:20:52.083 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist |
| 8461 | 2026-02-27T03:20:53.389Z | [ recovery-image] Feb 27 03:20:52.083 INFO O| Feb 27 03:20:52.083 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ... |
| 8462 | 2026-02-27T03:20:53.389Z | [ recovery-image] Feb 27 03:20:52.083 INFO O| Feb 27 03:20:52.083 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename |
| 8463 | 2026-02-27T03:20:53.392Z | [ recovery-image] Feb 27 03:20:52.083 INFO O| Feb 27 03:20:52.083 INFO ok! |
| 8464 | 2026-02-27T03:20:53.392Z | [ recovery-image] Feb 27 03:20:52.083 INFO O| Feb 27 03:20:52.083 INFO STEP 27 (ensure_file) COMPLETE |
| 8465 | 2026-02-27T03:20:53.392Z | [ recovery-image] Feb 27 03:20:52.083 INFO O| Feb 27 03:20:52.083 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8466 | 2026-02-27T03:20:53.402Z | [ recovery-image] Feb 27 03:20:52.096 INFO O| Feb 27 03:20:52.096 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
| 8467 | 2026-02-27T03:20:53.402Z | [ recovery-image] Feb 27 03:20:52.096 INFO O| Feb 27 03:20:52.096 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ... |
| 8468 | 2026-02-27T03:20:53.405Z | [ recovery-image] Feb 27 03:20:52.097 INFO O| Feb 27 03:20:52.096 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent |
| 8469 | 2026-02-27T03:20:53.405Z | [ recovery-image] Feb 27 03:20:52.097 INFO O| Feb 27 03:20:52.097 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent |
| 8470 | 2026-02-27T03:20:53.405Z | [ recovery-image] Feb 27 03:20:52.097 INFO O| Feb 27 03:20:52.097 INFO ok! |
| 8471 | 2026-02-27T03:20:53.405Z | [ recovery-image] Feb 27 03:20:52.097 INFO O| Feb 27 03:20:52.097 INFO STEP 28 (ensure_file) COMPLETE |
| 8472 | 2026-02-27T03:20:53.405Z | [ recovery-image] Feb 27 03:20:52.097 INFO O| Feb 27 03:20:52.097 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8473 | 2026-02-27T03:20:53.418Z | [ recovery-image] Feb 27 03:20:52.113 INFO O| Feb 27 03:20:52.113 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist |
| 8474 | 2026-02-27T03:20:53.421Z | [ recovery-image] Feb 27 03:20:52.113 INFO O| Feb 27 03:20:52.113 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ... |
| 8475 | 2026-02-27T03:20:53.421Z | [ recovery-image] Feb 27 03:20:52.113 INFO O| Feb 27 03:20:52.113 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf |
| 8476 | 2026-02-27T03:20:53.421Z | [ recovery-image] Feb 27 03:20:52.113 INFO O| Feb 27 03:20:52.113 INFO ok! |
| 8477 | 2026-02-27T03:20:53.421Z | [ recovery-image] Feb 27 03:20:52.113 INFO O| Feb 27 03:20:52.113 INFO STEP 29 (ensure_file) COMPLETE |
| 8478 | 2026-02-27T03:20:53.421Z | [ recovery-image] Feb 27 03:20:52.113 INFO O| Feb 27 03:20:52.113 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8479 | 2026-02-27T03:20:53.431Z | [ recovery-image] Feb 27 03:20:52.125 INFO O| Feb 27 03:20:52.125 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8480 | 2026-02-27T03:20:53.431Z | [ recovery-image] Feb 27 03:20:52.125 INFO O| Feb 27 03:20:52.125 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8481 | 2026-02-27T03:20:53.434Z | [ recovery-image] Feb 27 03:20:52.125 INFO O| Feb 27 03:20:52.125 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8482 | 2026-02-27T03:20:53.434Z | [ recovery-image] Feb 27 03:20:52.125 INFO O| Feb 27 03:20:52.125 INFO STEP 30 (ensure_dir) COMPLETE |
| 8483 | 2026-02-27T03:20:53.434Z | [ recovery-image] Feb 27 03:20:52.125 INFO O| Feb 27 03:20:52.125 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8484 | 2026-02-27T03:20:53.442Z | [ recovery-image] Feb 27 03:20:52.137 INFO O| Feb 27 03:20:52.136 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist |
| 8485 | 2026-02-27T03:20:53.442Z | [ recovery-image] Feb 27 03:20:52.137 INFO O| Feb 27 03:20:52.137 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 ... |
| 8486 | 2026-02-27T03:20:53.445Z | [ recovery-image] Feb 27 03:20:52.137 INFO O| Feb 27 03:20:52.137 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 |
| 8487 | 2026-02-27T03:20:53.445Z | [ recovery-image] Feb 27 03:20:52.138 INFO O| Feb 27 03:20:52.137 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup |
| 8488 | 2026-02-27T03:20:53.445Z | [ recovery-image] Feb 27 03:20:52.138 INFO O| Feb 27 03:20:52.137 INFO ok! |
| 8489 | 2026-02-27T03:20:53.445Z | [ recovery-image] Feb 27 03:20:52.138 INFO O| Feb 27 03:20:52.137 INFO STEP 31 (ensure_file) COMPLETE |
| 8490 | 2026-02-27T03:20:53.445Z | [ recovery-image] Feb 27 03:20:52.138 INFO O| Feb 27 03:20:52.137 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8491 | 2026-02-27T03:20:53.458Z | [ recovery-image] Feb 27 03:20:52.153 INFO O| Feb 27 03:20:52.152 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8492 | 2026-02-27T03:20:53.458Z | [ recovery-image] Feb 27 03:20:52.153 INFO O| Feb 27 03:20:52.153 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8493 | 2026-02-27T03:20:53.461Z | [ recovery-image] Feb 27 03:20:52.153 INFO O| Feb 27 03:20:52.153 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8494 | 2026-02-27T03:20:53.461Z | [ recovery-image] Feb 27 03:20:52.153 INFO O| Feb 27 03:20:52.153 INFO STEP 32 (ensure_dir) COMPLETE |
| 8495 | 2026-02-27T03:20:53.461Z | [ recovery-image] Feb 27 03:20:52.153 INFO O| Feb 27 03:20:52.153 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8496 | 2026-02-27T03:20:53.472Z | [ recovery-image] Feb 27 03:20:52.167 INFO O| Feb 27 03:20:52.167 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist |
| 8497 | 2026-02-27T03:20:53.472Z | [ recovery-image] Feb 27 03:20:52.167 INFO O| Feb 27 03:20:52.167 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 ... |
| 8498 | 2026-02-27T03:20:53.475Z | [ recovery-image] Feb 27 03:20:52.168 INFO O| Feb 27 03:20:52.168 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 |
| 8499 | 2026-02-27T03:20:53.475Z | [ recovery-image] Feb 27 03:20:52.168 INFO O| Feb 27 03:20:52.168 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml |
| 8500 | 2026-02-27T03:20:53.475Z | [ recovery-image] Feb 27 03:20:52.168 INFO O| Feb 27 03:20:52.168 INFO ok! |
| 8501 | 2026-02-27T03:20:53.475Z | [ recovery-image] Feb 27 03:20:52.168 INFO O| Feb 27 03:20:52.168 INFO STEP 33 (ensure_file) COMPLETE |
| 8502 | 2026-02-27T03:20:53.475Z | [ recovery-image] Feb 27 03:20:52.168 INFO O| Feb 27 03:20:52.168 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8503 | 2026-02-27T03:20:53.485Z | [ recovery-image] Feb 27 03:20:52.180 INFO O| Feb 27 03:20:52.180 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist |
| 8504 | 2026-02-27T03:20:53.485Z | [ recovery-image] Feb 27 03:20:52.180 INFO O| Feb 27 03:20:52.180 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ... |
| 8505 | 2026-02-27T03:20:53.485Z | [ recovery-image] Feb 27 03:20:52.180 INFO O| Feb 27 03:20:52.180 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master |
| 8506 | 2026-02-27T03:20:53.485Z | [ recovery-image] Feb 27 03:20:52.180 INFO O| Feb 27 03:20:52.180 INFO ok! |
| 8507 | 2026-02-27T03:20:53.488Z | [ recovery-image] Feb 27 03:20:52.180 INFO O| Feb 27 03:20:52.180 INFO STEP 34 (ensure_file) COMPLETE |
| 8508 | 2026-02-27T03:20:53.488Z | [ recovery-image] Feb 27 03:20:52.180 INFO O| Feb 27 03:20:52.180 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8509 | 2026-02-27T03:20:53.500Z | [ recovery-image] Feb 27 03:20:52.195 INFO O| Feb 27 03:20:52.195 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
| 8510 | 2026-02-27T03:20:53.501Z | [ recovery-image] Feb 27 03:20:52.195 INFO O| Feb 27 03:20:52.195 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ... |
| 8511 | 2026-02-27T03:20:53.503Z | [ recovery-image] Feb 27 03:20:52.195 INFO O| Feb 27 03:20:52.195 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs |
| 8512 | 2026-02-27T03:20:53.503Z | [ recovery-image] Feb 27 03:20:52.195 INFO O| Feb 27 03:20:52.195 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs |
| 8513 | 2026-02-27T03:20:53.504Z | [ recovery-image] Feb 27 03:20:52.195 INFO O| Feb 27 03:20:52.195 INFO ok! |
| 8514 | 2026-02-27T03:20:53.504Z | [ recovery-image] Feb 27 03:20:52.195 INFO O| Feb 27 03:20:52.195 INFO STEP 35 (ensure_file) COMPLETE |
| 8515 | 2026-02-27T03:20:53.504Z | [ recovery-image] Feb 27 03:20:52.195 INFO O| Feb 27 03:20:52.195 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8516 | 2026-02-27T03:20:53.515Z | [ recovery-image] Feb 27 03:20:52.210 INFO O| Feb 27 03:20:52.209 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
| 8517 | 2026-02-27T03:20:53.515Z | [ recovery-image] Feb 27 03:20:52.210 INFO O| Feb 27 03:20:52.210 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ... |
| 8518 | 2026-02-27T03:20:53.515Z | [ recovery-image] Feb 27 03:20:52.210 INFO O| Feb 27 03:20:52.210 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init |
| 8519 | 2026-02-27T03:20:53.515Z | [ recovery-image] Feb 27 03:20:52.210 INFO O| Feb 27 03:20:52.210 INFO ok! |
| 8520 | 2026-02-27T03:20:53.518Z | [ recovery-image] Feb 27 03:20:52.210 INFO O| Feb 27 03:20:52.210 INFO STEP 36 (ensure_file) COMPLETE |
| 8521 | 2026-02-27T03:20:53.518Z | [ recovery-image] Feb 27 03:20:52.210 INFO O| Feb 27 03:20:52.210 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8522 | 2026-02-27T03:20:53.528Z | [ recovery-image] Feb 27 03:20:52.223 INFO O| Feb 27 03:20:52.222 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
| 8523 | 2026-02-27T03:20:53.528Z | [ recovery-image] Feb 27 03:20:52.223 INFO O| Feb 27 03:20:52.223 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ... |
| 8524 | 2026-02-27T03:20:53.531Z | [ recovery-image] Feb 27 03:20:52.223 INFO O| Feb 27 03:20:52.223 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config |
| 8525 | 2026-02-27T03:20:53.531Z | [ recovery-image] Feb 27 03:20:52.223 INFO O| Feb 27 03:20:52.223 INFO ok! |
| 8526 | 2026-02-27T03:20:53.531Z | [ recovery-image] Feb 27 03:20:52.223 INFO O| Feb 27 03:20:52.223 INFO STEP 37 (ensure_file) COMPLETE |
| 8527 | 2026-02-27T03:20:53.531Z | [ recovery-image] Feb 27 03:20:52.223 INFO O| Feb 27 03:20:52.223 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8528 | 2026-02-27T03:20:53.540Z | [ recovery-image] Feb 27 03:20:52.235 INFO O| Feb 27 03:20:52.234 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist |
| 8529 | 2026-02-27T03:20:53.540Z | [ recovery-image] Feb 27 03:20:52.235 INFO O| Feb 27 03:20:52.234 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ... |
| 8530 | 2026-02-27T03:20:53.543Z | [ recovery-image] Feb 27 03:20:52.235 INFO O| Feb 27 03:20:52.235 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8531 | 2026-02-27T03:20:53.543Z | [ recovery-image] Feb 27 03:20:52.235 INFO O| Feb 27 03:20:52.235 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8532 | 2026-02-27T03:20:53.543Z | [ recovery-image] Feb 27 03:20:52.235 INFO O| Feb 27 03:20:52.235 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8533 | 2026-02-27T03:20:53.543Z | [ recovery-image] Feb 27 03:20:52.235 INFO O| Feb 27 03:20:52.235 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8534 | 2026-02-27T03:20:53.543Z | [ recovery-image] Feb 27 03:20:52.235 INFO O| Feb 27 03:20:52.235 INFO ok! |
| 8535 | 2026-02-27T03:20:53.543Z | [ recovery-image] Feb 27 03:20:52.235 INFO O| Feb 27 03:20:52.235 INFO STEP 38 (ensure_file) COMPLETE |
| 8536 | 2026-02-27T03:20:53.543Z | [ recovery-image] Feb 27 03:20:52.235 INFO O| Feb 27 03:20:52.235 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8537 | 2026-02-27T03:20:53.557Z | [ recovery-image] Feb 27 03:20:52.251 INFO O| Feb 27 03:20:52.251 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 8538 | 2026-02-27T03:20:53.557Z | [ recovery-image] Feb 27 03:20:52.251 INFO O| Feb 27 03:20:52.251 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 8539 | 2026-02-27T03:20:53.560Z | [ recovery-image] Feb 27 03:20:52.252 INFO O| Feb 27 03:20:52.251 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 8540 | 2026-02-27T03:20:53.560Z | [ recovery-image] Feb 27 03:20:52.252 INFO O| Feb 27 03:20:52.252 INFO STEP 39 (ensure_dir) COMPLETE |
| 8541 | 2026-02-27T03:20:53.560Z | [ recovery-image] Feb 27 03:20:52.252 INFO O| Feb 27 03:20:52.252 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8542 | 2026-02-27T03:20:53.575Z | [ recovery-image] Feb 27 03:20:52.269 INFO O| Feb 27 03:20:52.269 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 |
| 8543 | 2026-02-27T03:20:53.575Z | [ recovery-image] Feb 27 03:20:52.270 INFO O| Feb 27 03:20:52.269 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 ... |
| 8544 | 2026-02-27T03:20:53.579Z | [ recovery-image] Feb 27 03:20:52.270 INFO O| Feb 27 03:20:52.270 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 |
| 8545 | 2026-02-27T03:20:53.579Z | [ recovery-image] Feb 27 03:20:52.270 INFO O| Feb 27 03:20:52.270 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 |
| 8546 | 2026-02-27T03:20:53.579Z | [ recovery-image] Feb 27 03:20:52.270 INFO O| Feb 27 03:20:52.270 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 |
| 8547 | 2026-02-27T03:20:53.579Z | [ recovery-image] Feb 27 03:20:52.270 INFO O| Feb 27 03:20:52.270 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 |
| 8548 | 2026-02-27T03:20:53.579Z | [ recovery-image] Feb 27 03:20:52.270 INFO O| Feb 27 03:20:52.270 INFO ok! |
| 8549 | 2026-02-27T03:20:53.579Z | [ recovery-image] Feb 27 03:20:52.270 INFO O| Feb 27 03:20:52.270 INFO STEP 40 (ensure_file) COMPLETE |
| 8550 | 2026-02-27T03:20:53.579Z | [ recovery-image] Feb 27 03:20:52.270 INFO O| Feb 27 03:20:52.270 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8551 | 2026-02-27T03:20:53.590Z | [ recovery-image] Feb 27 03:20:52.285 INFO O| Feb 27 03:20:52.284 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
| 8552 | 2026-02-27T03:20:53.590Z | [ recovery-image] Feb 27 03:20:52.285 INFO O| Feb 27 03:20:52.284 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 ... |
| 8553 | 2026-02-27T03:20:53.593Z | [ recovery-image] Feb 27 03:20:52.285 INFO O| Feb 27 03:20:52.285 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
| 8554 | 2026-02-27T03:20:53.593Z | [ recovery-image] Feb 27 03:20:52.285 INFO O| Feb 27 03:20:52.285 INFO ok! |
| 8555 | 2026-02-27T03:20:53.593Z | [ recovery-image] Feb 27 03:20:52.285 INFO O| Feb 27 03:20:52.285 INFO STEP 41 (ensure_symlink) COMPLETE |
| 8556 | 2026-02-27T03:20:53.593Z | [ recovery-image] Feb 27 03:20:52.285 INFO O| Feb 27 03:20:52.285 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8557 | 2026-02-27T03:20:53.606Z | [ recovery-image] Feb 27 03:20:52.301 INFO O| Feb 27 03:20:52.301 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist |
| 8558 | 2026-02-27T03:20:53.607Z | [ recovery-image] Feb 27 03:20:52.301 INFO O| Feb 27 03:20:52.301 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ... |
| 8559 | 2026-02-27T03:20:53.609Z | [ recovery-image] Feb 27 03:20:52.301 INFO O| Feb 27 03:20:52.301 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo |
| 8560 | 2026-02-27T03:20:53.610Z | [ recovery-image] Feb 27 03:20:52.301 INFO O| Feb 27 03:20:52.301 INFO ok! |
| 8561 | 2026-02-27T03:20:53.610Z | [ recovery-image] Feb 27 03:20:52.301 INFO O| Feb 27 03:20:52.301 INFO STEP 42 (ensure_symlink) COMPLETE |
| 8562 | 2026-02-27T03:20:53.610Z | [ recovery-image] Feb 27 03:20:52.301 INFO O| Feb 27 03:20:52.301 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8563 | 2026-02-27T03:20:53.619Z | [ recovery-image] Feb 27 03:20:52.314 INFO O| Feb 27 03:20:52.313 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
| 8564 | 2026-02-27T03:20:53.619Z | [ recovery-image] Feb 27 03:20:52.314 INFO O| Feb 27 03:20:52.314 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ... |
| 8565 | 2026-02-27T03:20:53.622Z | [ recovery-image] Feb 27 03:20:52.314 INFO O| Feb 27 03:20:52.314 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8566 | 2026-02-27T03:20:53.622Z | [ recovery-image] Feb 27 03:20:52.315 INFO O| Feb 27 03:20:52.314 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8567 | 2026-02-27T03:20:53.622Z | [ recovery-image] Feb 27 03:20:52.315 INFO O| Feb 27 03:20:52.314 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8568 | 2026-02-27T03:20:53.622Z | [ recovery-image] Feb 27 03:20:52.315 INFO O| Feb 27 03:20:52.315 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8569 | 2026-02-27T03:20:53.622Z | [ recovery-image] Feb 27 03:20:52.315 INFO O| Feb 27 03:20:52.315 INFO ok! |
| 8570 | 2026-02-27T03:20:53.622Z | [ recovery-image] Feb 27 03:20:52.315 INFO O| Feb 27 03:20:52.315 INFO STEP 43 (ensure_file) COMPLETE |
| 8571 | 2026-02-27T03:20:53.622Z | [ recovery-image] Feb 27 03:20:52.315 INFO O| Feb 27 03:20:52.315 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8572 | 2026-02-27T03:20:53.634Z | [ recovery-image] Feb 27 03:20:52.329 INFO O| Feb 27 03:20:52.329 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
| 8573 | 2026-02-27T03:20:53.635Z | [ recovery-image] Feb 27 03:20:52.329 INFO O| Feb 27 03:20:52.329 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 ... |
| 8574 | 2026-02-27T03:20:53.638Z | [ recovery-image] Feb 27 03:20:52.330 INFO O| Feb 27 03:20:52.330 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 |
| 8575 | 2026-02-27T03:20:53.638Z | [ recovery-image] Feb 27 03:20:52.330 INFO O| Feb 27 03:20:52.330 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
| 8576 | 2026-02-27T03:20:53.638Z | [ recovery-image] Feb 27 03:20:52.330 INFO O| Feb 27 03:20:52.330 INFO ok! |
| 8577 | 2026-02-27T03:20:53.638Z | [ recovery-image] Feb 27 03:20:52.330 INFO O| Feb 27 03:20:52.330 INFO STEP 44 (ensure_file) COMPLETE |
| 8578 | 2026-02-27T03:20:53.638Z | [ recovery-image] Feb 27 03:20:52.330 INFO O| Feb 27 03:20:52.330 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8579 | 2026-02-27T03:20:53.648Z | [ recovery-image] Feb 27 03:20:52.342 INFO O| Feb 27 03:20:52.342 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist |
| 8580 | 2026-02-27T03:20:53.648Z | [ recovery-image] Feb 27 03:20:52.342 INFO O| Feb 27 03:20:52.342 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ... |
| 8581 | 2026-02-27T03:20:53.651Z | [ recovery-image] Feb 27 03:20:52.343 INFO O| Feb 27 03:20:52.343 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml |
| 8582 | 2026-02-27T03:20:53.651Z | [ recovery-image] Feb 27 03:20:52.343 INFO O| Feb 27 03:20:52.343 INFO ok! |
| 8583 | 2026-02-27T03:20:53.651Z | [ recovery-image] Feb 27 03:20:52.343 INFO O| Feb 27 03:20:52.343 INFO STEP 45 (ensure_file) COMPLETE |
| 8584 | 2026-02-27T03:20:53.651Z | [ recovery-image] Feb 27 03:20:52.343 INFO O| Feb 27 03:20:52.343 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 8585 | 2026-02-27T03:20:53.661Z | [ recovery-image] Feb 27 03:20:52.355 INFO O| Feb 27 03:20:52.355 INFO updating shadow file |
| 8586 | 2026-02-27T03:20:53.661Z | [ recovery-image] Feb 27 03:20:52.355 INFO O| Feb 27 03:20:52.355 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 8587 | 2026-02-27T03:20:53.664Z | [ recovery-image] Feb 27 03:20:52.355 INFO O| Feb 27 03:20:52.355 INFO STEP 46 (shadow) COMPLETE |
| 8588 | 2026-02-27T03:20:53.664Z | [ recovery-image] Feb 27 03:20:52.356 INFO O| Feb 27 03:20:52.355 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 8589 | 2026-02-27T03:20:53.675Z | [ recovery-image] Feb 27 03:20:52.369 INFO O| Feb 27 03:20:52.369 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
| 8590 | 2026-02-27T03:20:53.675Z | [ recovery-image] Feb 27 03:20:52.369 INFO O| Feb 27 03:20:52.369 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ... |
| 8591 | 2026-02-27T03:20:53.679Z | [ recovery-image] Feb 27 03:20:52.369 INFO O| Feb 27 03:20:52.369 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login |
| 8592 | 2026-02-27T03:20:53.680Z | [ recovery-image] Feb 27 03:20:52.369 INFO O| Feb 27 03:20:52.369 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login |
| 8593 | 2026-02-27T03:20:53.680Z | [ recovery-image] Feb 27 03:20:52.369 INFO O| Feb 27 03:20:52.369 INFO ok! |
| 8594 | 2026-02-27T03:20:53.680Z | [ recovery-image] Feb 27 03:20:52.369 INFO O| Feb 27 03:20:52.369 INFO STEP 47 (ensure_file) COMPLETE |
| 8595 | 2026-02-27T03:20:53.680Z | [ recovery-image] Feb 27 03:20:52.369 INFO O| Feb 27 03:20:52.369 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8596 | 2026-02-27T03:20:53.687Z | [ recovery-image] Feb 27 03:20:52.382 INFO O| Feb 27 03:20:52.382 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt |
| 8597 | 2026-02-27T03:20:53.688Z | [ recovery-image] Feb 27 03:20:52.382 INFO O| Feb 27 03:20:52.382 INFO STEP 48 (ensure_dir) COMPLETE |
| 8598 | 2026-02-27T03:20:53.690Z | [ recovery-image] Feb 27 03:20:52.382 INFO O| Feb 27 03:20:52.382 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8599 | 2026-02-27T03:20:53.703Z | [ recovery-image] Feb 27 03:20:52.398 INFO O| Feb 27 03:20:52.398 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide |
| 8600 | 2026-02-27T03:20:53.703Z | [ recovery-image] Feb 27 03:20:52.398 INFO O| Feb 27 03:20:52.398 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide |
| 8601 | 2026-02-27T03:20:53.706Z | [ recovery-image] Feb 27 03:20:52.398 INFO O| Feb 27 03:20:52.398 INFO STEP 49 (ensure_dir) COMPLETE |
| 8602 | 2026-02-27T03:20:53.706Z | [ recovery-image] Feb 27 03:20:52.398 INFO O| Feb 27 03:20:52.398 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8603 | 2026-02-27T03:20:53.718Z | [ recovery-image] Feb 27 03:20:52.412 INFO O| Feb 27 03:20:52.412 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator |
| 8604 | 2026-02-27T03:20:53.718Z | [ recovery-image] Feb 27 03:20:52.412 INFO O| Feb 27 03:20:52.412 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator |
| 8605 | 2026-02-27T03:20:53.721Z | [ recovery-image] Feb 27 03:20:52.412 INFO O| Feb 27 03:20:52.412 INFO STEP 50 (ensure_dir) COMPLETE |
| 8606 | 2026-02-27T03:20:53.721Z | [ recovery-image] Feb 27 03:20:52.412 INFO O| Feb 27 03:20:52.412 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8607 | 2026-02-27T03:20:53.733Z | [ recovery-image] Feb 27 03:20:52.427 INFO O| Feb 27 03:20:52.427 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
| 8608 | 2026-02-27T03:20:53.733Z | [ recovery-image] Feb 27 03:20:52.427 INFO O| Feb 27 03:20:52.427 INFO copying /tmp/.tmpaFY3GB/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ... |
| 8609 | 2026-02-27T03:20:53.781Z | [ recovery-image] Feb 27 03:20:52.475 INFO O| Feb 27 03:20:52.475 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator |
| 8610 | 2026-02-27T03:20:53.781Z | [ recovery-image] Feb 27 03:20:52.475 INFO O| Feb 27 03:20:52.475 INFO ok! |
| 8611 | 2026-02-27T03:20:53.784Z | [ recovery-image] Feb 27 03:20:52.475 INFO O| Feb 27 03:20:52.475 INFO STEP 51 (ensure_file) COMPLETE |
| 8612 | 2026-02-27T03:20:53.784Z | [ recovery-image] Feb 27 03:20:52.475 INFO O| Feb 27 03:20:52.475 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8613 | 2026-02-27T03:20:53.793Z | [ recovery-image] Feb 27 03:20:52.488 INFO O| Feb 27 03:20:52.488 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg |
| 8614 | 2026-02-27T03:20:53.793Z | [ recovery-image] Feb 27 03:20:52.488 INFO O| Feb 27 03:20:52.488 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg |
| 8615 | 2026-02-27T03:20:53.793Z | [ recovery-image] Feb 27 03:20:52.488 INFO O| Feb 27 03:20:52.488 INFO STEP 52 (ensure_dir) COMPLETE |
| 8616 | 2026-02-27T03:20:53.797Z | [ recovery-image] Feb 27 03:20:52.488 INFO O| Feb 27 03:20:52.488 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8617 | 2026-02-27T03:20:53.805Z | [ recovery-image] Feb 27 03:20:52.500 INFO O| Feb 27 03:20:52.499 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
| 8618 | 2026-02-27T03:20:53.805Z | [ recovery-image] Feb 27 03:20:52.500 INFO O| Feb 27 03:20:52.500 INFO copying /tmp/.tmpaFY3GB/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
| 8619 | 2026-02-27T03:20:53.811Z | [ recovery-image] Feb 27 03:20:52.500 INFO O| Feb 27 03:20:52.500 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION |
| 8620 | 2026-02-27T03:20:53.811Z | [ recovery-image] Feb 27 03:20:52.500 INFO O| Feb 27 03:20:52.500 INFO ok! |
| 8621 | 2026-02-27T03:20:53.811Z | [ recovery-image] Feb 27 03:20:52.500 INFO O| Feb 27 03:20:52.500 INFO STEP 53 (ensure_file) COMPLETE |
| 8622 | 2026-02-27T03:20:53.811Z | [ recovery-image] Feb 27 03:20:52.500 INFO O| Feb 27 03:20:52.500 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8623 | 2026-02-27T03:20:53.817Z | [ recovery-image] Feb 27 03:20:52.512 INFO O| Feb 27 03:20:52.511 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm |
| 8624 | 2026-02-27T03:20:53.817Z | [ recovery-image] Feb 27 03:20:52.512 INFO O| Feb 27 03:20:52.512 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm |
| 8625 | 2026-02-27T03:20:53.821Z | [ recovery-image] Feb 27 03:20:52.512 INFO O| Feb 27 03:20:52.512 INFO STEP 54 (ensure_dir) COMPLETE |
| 8626 | 2026-02-27T03:20:53.821Z | [ recovery-image] Feb 27 03:20:52.512 INFO O| Feb 27 03:20:52.512 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8627 | 2026-02-27T03:20:53.831Z | [ recovery-image] Feb 27 03:20:52.526 INFO O| Feb 27 03:20:52.526 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
| 8628 | 2026-02-27T03:20:53.831Z | [ recovery-image] Feb 27 03:20:52.526 INFO O| Feb 27 03:20:52.526 INFO copying /tmp/.tmpaFY3GB/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
| 8629 | 2026-02-27T03:20:54.498Z | [ recovery-image] Feb 27 03:20:53.192 INFO O| Feb 27 03:20:53.192 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
| 8630 | 2026-02-27T03:20:54.498Z | [ recovery-image] Feb 27 03:20:53.192 INFO O| Feb 27 03:20:53.192 INFO ok! |
| 8631 | 2026-02-27T03:20:54.498Z | [ recovery-image] Feb 27 03:20:53.192 INFO O| Feb 27 03:20:53.192 INFO STEP 55 (ensure_file) COMPLETE |
| 8632 | 2026-02-27T03:20:54.502Z | [ recovery-image] Feb 27 03:20:53.192 INFO O| Feb 27 03:20:53.192 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8633 | 2026-02-27T03:20:54.510Z | [ recovery-image] Feb 27 03:20:53.204 INFO O| Feb 27 03:20:53.204 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
| 8634 | 2026-02-27T03:20:54.510Z | [ recovery-image] Feb 27 03:20:53.204 INFO O| Feb 27 03:20:53.204 INFO copying /tmp/.tmpaFY3GB/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
| 8635 | 2026-02-27T03:20:55.179Z | [ recovery-image] Feb 27 03:20:53.872 INFO O| Feb 27 03:20:53.872 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
| 8636 | 2026-02-27T03:20:55.179Z | [ recovery-image] Feb 27 03:20:53.872 INFO O| Feb 27 03:20:53.872 INFO ok! |
| 8637 | 2026-02-27T03:20:55.183Z | [ recovery-image] Feb 27 03:20:53.872 INFO O| Feb 27 03:20:53.872 INFO STEP 56 (ensure_file) COMPLETE |
| 8638 | 2026-02-27T03:20:55.183Z | [ recovery-image] Feb 27 03:20:53.872 INFO O| Feb 27 03:20:53.872 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8639 | 2026-02-27T03:20:55.192Z | [ recovery-image] Feb 27 03:20:53.886 INFO O| Feb 27 03:20:53.886 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
| 8640 | 2026-02-27T03:20:55.195Z | [ recovery-image] Feb 27 03:20:53.886 INFO O| Feb 27 03:20:53.886 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
| 8641 | 2026-02-27T03:20:55.195Z | [ recovery-image] Feb 27 03:20:53.886 INFO O| Feb 27 03:20:53.886 INFO STEP 57 (ensure_dir) COMPLETE |
| 8642 | 2026-02-27T03:20:55.195Z | [ recovery-image] Feb 27 03:20:53.886 INFO O| Feb 27 03:20:53.886 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8643 | 2026-02-27T03:20:55.205Z | [ recovery-image] Feb 27 03:20:53.900 INFO O| Feb 27 03:20:53.899 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
| 8644 | 2026-02-27T03:20:55.205Z | [ recovery-image] Feb 27 03:20:53.900 INFO O| Feb 27 03:20:53.899 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 8645 | 2026-02-27T03:20:55.208Z | [ recovery-image] Feb 27 03:20:53.900 INFO O| Feb 27 03:20:53.900 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 |
| 8646 | 2026-02-27T03:20:55.208Z | [ recovery-image] Feb 27 03:20:53.900 INFO O| Feb 27 03:20:53.900 INFO ok! |
| 8647 | 2026-02-27T03:20:55.208Z | [ recovery-image] Feb 27 03:20:53.900 INFO O| Feb 27 03:20:53.900 INFO STEP 58 (ensure_file) COMPLETE |
| 8648 | 2026-02-27T03:20:55.208Z | [ recovery-image] Feb 27 03:20:53.900 INFO O| Feb 27 03:20:53.900 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8649 | 2026-02-27T03:20:55.219Z | [ recovery-image] Feb 27 03:20:53.913 INFO O| Feb 27 03:20:53.913 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
| 8650 | 2026-02-27T03:20:55.219Z | [ recovery-image] Feb 27 03:20:53.913 INFO O| Feb 27 03:20:53.913 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 8651 | 2026-02-27T03:20:55.223Z | [ recovery-image] Feb 27 03:20:53.913 INFO O| Feb 27 03:20:53.913 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 |
| 8652 | 2026-02-27T03:20:55.224Z | [ recovery-image] Feb 27 03:20:53.913 INFO O| Feb 27 03:20:53.913 INFO ok! |
| 8653 | 2026-02-27T03:20:55.224Z | [ recovery-image] Feb 27 03:20:53.913 INFO O| Feb 27 03:20:53.913 INFO STEP 59 (ensure_file) COMPLETE |
| 8654 | 2026-02-27T03:20:55.224Z | [ recovery-image] Feb 27 03:20:53.913 INFO O| Feb 27 03:20:53.913 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8655 | 2026-02-27T03:20:55.233Z | [ recovery-image] Feb 27 03:20:53.927 INFO O| Feb 27 03:20:53.927 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
| 8656 | 2026-02-27T03:20:55.233Z | [ recovery-image] Feb 27 03:20:53.927 INFO O| Feb 27 03:20:53.927 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
| 8657 | 2026-02-27T03:20:55.236Z | [ recovery-image] Feb 27 03:20:53.927 INFO O| Feb 27 03:20:53.927 INFO STEP 60 (ensure_dir) COMPLETE |
| 8658 | 2026-02-27T03:20:55.236Z | [ recovery-image] Feb 27 03:20:53.927 INFO O| Feb 27 03:20:53.927 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8659 | 2026-02-27T03:20:55.249Z | [ recovery-image] Feb 27 03:20:53.943 INFO O| Feb 27 03:20:53.943 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
| 8660 | 2026-02-27T03:20:55.252Z | [ recovery-image] Feb 27 03:20:53.943 INFO O| Feb 27 03:20:53.943 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 8661 | 2026-02-27T03:20:55.252Z | [ recovery-image] Feb 27 03:20:53.943 INFO O| Feb 27 03:20:53.943 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
| 8662 | 2026-02-27T03:20:55.252Z | [ recovery-image] Feb 27 03:20:53.943 INFO O| Feb 27 03:20:53.943 INFO ok! |
| 8663 | 2026-02-27T03:20:55.252Z | [ recovery-image] Feb 27 03:20:53.943 INFO O| Feb 27 03:20:53.943 INFO STEP 61 (ensure_file) COMPLETE |
| 8664 | 2026-02-27T03:20:55.252Z | [ recovery-image] Feb 27 03:20:53.943 INFO O| Feb 27 03:20:53.943 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8665 | 2026-02-27T03:20:55.263Z | [ recovery-image] Feb 27 03:20:53.957 INFO O| Feb 27 03:20:53.957 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
| 8666 | 2026-02-27T03:20:55.263Z | [ recovery-image] Feb 27 03:20:53.957 INFO O| Feb 27 03:20:53.957 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 8667 | 2026-02-27T03:20:55.266Z | [ recovery-image] Feb 27 03:20:53.957 INFO O| Feb 27 03:20:53.957 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 |
| 8668 | 2026-02-27T03:20:55.266Z | [ recovery-image] Feb 27 03:20:53.957 INFO O| Feb 27 03:20:53.957 INFO ok! |
| 8669 | 2026-02-27T03:20:55.266Z | [ recovery-image] Feb 27 03:20:53.957 INFO O| Feb 27 03:20:53.957 INFO STEP 62 (ensure_file) COMPLETE |
| 8670 | 2026-02-27T03:20:55.266Z | [ recovery-image] Feb 27 03:20:53.957 INFO O| Feb 27 03:20:53.957 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8671 | 2026-02-27T03:20:55.277Z | [ recovery-image] Feb 27 03:20:53.972 INFO O| Feb 27 03:20:53.972 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
| 8672 | 2026-02-27T03:20:55.277Z | [ recovery-image] Feb 27 03:20:53.972 INFO O| Feb 27 03:20:53.972 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
| 8673 | 2026-02-27T03:20:55.280Z | [ recovery-image] Feb 27 03:20:53.972 INFO O| Feb 27 03:20:53.972 INFO STEP 63 (ensure_dir) COMPLETE |
| 8674 | 2026-02-27T03:20:55.280Z | [ recovery-image] Feb 27 03:20:53.972 INFO O| Feb 27 03:20:53.972 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8675 | 2026-02-27T03:20:55.289Z | [ recovery-image] Feb 27 03:20:53.983 INFO O| Feb 27 03:20:53.983 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
| 8676 | 2026-02-27T03:20:55.289Z | [ recovery-image] Feb 27 03:20:53.983 INFO O| Feb 27 03:20:53.983 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 8677 | 2026-02-27T03:20:55.292Z | [ recovery-image] Feb 27 03:20:53.983 INFO O| Feb 27 03:20:53.983 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
| 8678 | 2026-02-27T03:20:55.292Z | [ recovery-image] Feb 27 03:20:53.983 INFO O| Feb 27 03:20:53.983 INFO ok! |
| 8679 | 2026-02-27T03:20:55.292Z | [ recovery-image] Feb 27 03:20:53.983 INFO O| Feb 27 03:20:53.983 INFO STEP 64 (ensure_file) COMPLETE |
| 8680 | 2026-02-27T03:20:55.292Z | [ recovery-image] Feb 27 03:20:53.983 INFO O| Feb 27 03:20:53.983 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8681 | 2026-02-27T03:20:55.302Z | [ recovery-image] Feb 27 03:20:53.997 INFO O| Feb 27 03:20:53.997 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
| 8682 | 2026-02-27T03:20:55.302Z | [ recovery-image] Feb 27 03:20:53.997 INFO O| Feb 27 03:20:53.997 INFO copying /tmp/.tmpaFY3GB/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
| 8683 | 2026-02-27T03:20:55.302Z | [ recovery-image] Feb 27 03:20:53.997 INFO O| Feb 27 03:20:53.997 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
| 8684 | 2026-02-27T03:20:55.305Z | [ recovery-image] Feb 27 03:20:53.997 INFO O| Feb 27 03:20:53.997 INFO ok! |
| 8685 | 2026-02-27T03:20:55.305Z | [ recovery-image] Feb 27 03:20:53.997 INFO O| Feb 27 03:20:53.997 INFO STEP 65 (ensure_file) COMPLETE |
| 8686 | 2026-02-27T03:20:55.305Z | [ recovery-image] Feb 27 03:20:53.997 INFO O| Feb 27 03:20:53.997 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8687 | 2026-02-27T03:20:55.318Z | [ recovery-image] Feb 27 03:20:54.012 INFO O| Feb 27 03:20:54.012 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib |
| 8688 | 2026-02-27T03:20:55.318Z | [ recovery-image] Feb 27 03:20:54.012 INFO O| Feb 27 03:20:54.012 INFO STEP 66 (ensure_dir) COMPLETE |
| 8689 | 2026-02-27T03:20:55.318Z | [ recovery-image] Feb 27 03:20:54.012 INFO O| Feb 27 03:20:54.012 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8690 | 2026-02-27T03:20:55.330Z | [ recovery-image] Feb 27 03:20:54.024 INFO O| Feb 27 03:20:54.024 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc |
| 8691 | 2026-02-27T03:20:55.330Z | [ recovery-image] Feb 27 03:20:54.024 INFO O| Feb 27 03:20:54.024 INFO STEP 67 (ensure_dir) COMPLETE |
| 8692 | 2026-02-27T03:20:55.333Z | [ recovery-image] Feb 27 03:20:54.024 INFO O| Feb 27 03:20:54.024 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8693 | 2026-02-27T03:20:55.346Z | [ recovery-image] Feb 27 03:20:54.040 INFO O| Feb 27 03:20:54.040 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest |
| 8694 | 2026-02-27T03:20:55.346Z | [ recovery-image] Feb 27 03:20:54.040 INFO O| Feb 27 03:20:54.040 INFO STEP 68 (ensure_dir) COMPLETE |
| 8695 | 2026-02-27T03:20:55.349Z | [ recovery-image] Feb 27 03:20:54.040 INFO O| Feb 27 03:20:54.040 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8696 | 2026-02-27T03:20:55.359Z | [ recovery-image] Feb 27 03:20:54.054 INFO O| Feb 27 03:20:54.054 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site |
| 8697 | 2026-02-27T03:20:55.359Z | [ recovery-image] Feb 27 03:20:54.054 INFO O| Feb 27 03:20:54.054 INFO STEP 69 (ensure_dir) COMPLETE |
| 8698 | 2026-02-27T03:20:55.363Z | [ recovery-image] Feb 27 03:20:54.054 INFO O| Feb 27 03:20:54.054 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8699 | 2026-02-27T03:20:55.370Z | [ recovery-image] Feb 27 03:20:54.065 INFO O| Feb 27 03:20:54.065 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
| 8700 | 2026-02-27T03:20:55.374Z | [ recovery-image] Feb 27 03:20:54.065 INFO O| Feb 27 03:20:54.065 INFO copying /tmp/.tmpaFY3GB/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
| 8701 | 2026-02-27T03:20:55.374Z | [ recovery-image] Feb 27 03:20:54.065 INFO O| Feb 27 03:20:54.065 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
| 8702 | 2026-02-27T03:20:55.374Z | [ recovery-image] Feb 27 03:20:54.065 INFO O| Feb 27 03:20:54.065 INFO ok! |
| 8703 | 2026-02-27T03:20:55.374Z | [ recovery-image] Feb 27 03:20:54.065 INFO O| Feb 27 03:20:54.065 INFO STEP 70 (ensure_file) COMPLETE |
| 8704 | 2026-02-27T03:20:55.374Z | [ recovery-image] Feb 27 03:20:54.065 INFO O| Feb 27 03:20:54.065 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8705 | 2026-02-27T03:20:55.381Z | [ recovery-image] Feb 27 03:20:54.076 INFO O| Feb 27 03:20:54.076 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
| 8706 | 2026-02-27T03:20:55.384Z | [ recovery-image] Feb 27 03:20:54.076 INFO O| Feb 27 03:20:54.076 INFO STEP 71 (remove_files) COMPLETE |
| 8707 | 2026-02-27T03:20:55.385Z | [ recovery-image] Feb 27 03:20:54.076 INFO O| Feb 27 03:20:54.076 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8708 | 2026-02-27T03:20:55.391Z | [ recovery-image] Feb 27 03:20:54.086 INFO O| Feb 27 03:20:54.086 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap" |
| 8709 | 2026-02-27T03:20:55.394Z | [ recovery-image] Feb 27 03:20:54.086 INFO O| Feb 27 03:20:54.086 INFO STEP 72 (remove_files) COMPLETE |
| 8710 | 2026-02-27T03:20:55.394Z | [ recovery-image] Feb 27 03:20:54.086 INFO O| Feb 27 03:20:54.086 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8711 | 2026-02-27T03:20:55.402Z | [ recovery-image] Feb 27 03:20:54.097 INFO O| Feb 27 03:20:54.097 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc" |
| 8712 | 2026-02-27T03:20:55.405Z | [ recovery-image] Feb 27 03:20:54.097 INFO O| Feb 27 03:20:54.097 INFO STEP 73 (remove_files) COMPLETE |
| 8713 | 2026-02-27T03:20:55.405Z | [ recovery-image] Feb 27 03:20:54.097 INFO O| Feb 27 03:20:54.097 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8714 | 2026-02-27T03:20:55.415Z | [ recovery-image] Feb 27 03:20:54.109 INFO O| Feb 27 03:20:54.109 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security" |
| 8715 | 2026-02-27T03:20:55.418Z | [ recovery-image] Feb 27 03:20:54.110 INFO O| Feb 27 03:20:54.110 INFO STEP 74 (remove_files) COMPLETE |
| 8716 | 2026-02-27T03:20:55.418Z | [ recovery-image] Feb 27 03:20:54.110 INFO O| Feb 27 03:20:54.110 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8717 | 2026-02-27T03:20:55.427Z | [ recovery-image] Feb 27 03:20:54.121 INFO O| Feb 27 03:20:54.121 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares" |
| 8718 | 2026-02-27T03:20:55.430Z | [ recovery-image] Feb 27 03:20:54.121 INFO O| Feb 27 03:20:54.121 INFO STEP 75 (remove_files) COMPLETE |
| 8719 | 2026-02-27T03:20:55.430Z | [ recovery-image] Feb 27 03:20:54.121 INFO O| Feb 27 03:20:54.121 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8720 | 2026-02-27T03:20:55.441Z | [ recovery-image] Feb 27 03:20:54.136 INFO O| Feb 27 03:20:54.136 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb" |
| 8721 | 2026-02-27T03:20:55.445Z | [ recovery-image] Feb 27 03:20:54.136 INFO O| Feb 27 03:20:54.136 INFO STEP 76 (remove_files) COMPLETE |
| 8722 | 2026-02-27T03:20:55.445Z | [ recovery-image] Feb 27 03:20:54.136 INFO O| Feb 27 03:20:54.136 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8723 | 2026-02-27T03:20:55.454Z | [ recovery-image] Feb 27 03:20:54.148 INFO O| Feb 27 03:20:54.148 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
| 8724 | 2026-02-27T03:20:55.454Z | [ recovery-image] Feb 27 03:20:54.148 INFO O| Feb 27 03:20:54.148 INFO STEP 77 (remove_files) COMPLETE |
| 8725 | 2026-02-27T03:20:55.454Z | [ recovery-image] Feb 27 03:20:54.148 INFO O| Feb 27 03:20:54.148 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8726 | 2026-02-27T03:20:55.466Z | [ recovery-image] Feb 27 03:20:54.160 INFO O| Feb 27 03:20:54.160 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
| 8727 | 2026-02-27T03:20:55.466Z | [ recovery-image] Feb 27 03:20:54.160 INFO O| Feb 27 03:20:54.160 INFO STEP 78 (remove_files) COMPLETE |
| 8728 | 2026-02-27T03:20:55.466Z | [ recovery-image] Feb 27 03:20:54.160 INFO O| Feb 27 03:20:54.160 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8729 | 2026-02-27T03:20:55.478Z | [ recovery-image] Feb 27 03:20:54.172 INFO O| Feb 27 03:20:54.172 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
| 8730 | 2026-02-27T03:20:55.478Z | [ recovery-image] Feb 27 03:20:54.172 INFO O| Feb 27 03:20:54.172 INFO STEP 79 (remove_files) COMPLETE |
| 8731 | 2026-02-27T03:20:55.481Z | [ recovery-image] Feb 27 03:20:54.172 INFO O| Feb 27 03:20:54.172 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8732 | 2026-02-27T03:20:55.488Z | [ recovery-image] Feb 27 03:20:54.183 INFO O| Feb 27 03:20:54.183 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
| 8733 | 2026-02-27T03:20:55.489Z | [ recovery-image] Feb 27 03:20:54.183 INFO O| Feb 27 03:20:54.183 INFO STEP 80 (remove_files) COMPLETE |
| 8734 | 2026-02-27T03:20:55.489Z | [ recovery-image] Feb 27 03:20:54.183 INFO O| Feb 27 03:20:54.183 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8735 | 2026-02-27T03:20:55.503Z | [ recovery-image] Feb 27 03:20:54.197 INFO O| Feb 27 03:20:54.197 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
| 8736 | 2026-02-27T03:20:55.503Z | [ recovery-image] Feb 27 03:20:54.197 INFO O| Feb 27 03:20:54.197 INFO STEP 81 (remove_files) COMPLETE |
| 8737 | 2026-02-27T03:20:55.503Z | [ recovery-image] Feb 27 03:20:54.197 INFO O| Feb 27 03:20:54.197 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8738 | 2026-02-27T03:20:55.518Z | [ recovery-image] Feb 27 03:20:54.213 INFO O| Feb 27 03:20:54.213 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
| 8739 | 2026-02-27T03:20:55.518Z | [ recovery-image] Feb 27 03:20:54.213 INFO O| Feb 27 03:20:54.213 INFO STEP 82 (remove_files) COMPLETE |
| 8740 | 2026-02-27T03:20:55.522Z | [ recovery-image] Feb 27 03:20:54.213 INFO O| Feb 27 03:20:54.213 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8741 | 2026-02-27T03:20:55.532Z | [ recovery-image] Feb 27 03:20:54.226 INFO O| Feb 27 03:20:54.226 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
| 8742 | 2026-02-27T03:20:55.532Z | [ recovery-image] Feb 27 03:20:54.226 INFO O| Feb 27 03:20:54.226 INFO STEP 83 (remove_files) COMPLETE |
| 8743 | 2026-02-27T03:20:55.536Z | [ recovery-image] Feb 27 03:20:54.226 INFO O| Feb 27 03:20:54.226 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8744 | 2026-02-27T03:20:55.544Z | [ recovery-image] Feb 27 03:20:54.239 INFO O| Feb 27 03:20:54.239 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
| 8745 | 2026-02-27T03:20:55.545Z | [ recovery-image] Feb 27 03:20:54.239 INFO O| Feb 27 03:20:54.239 INFO STEP 84 (remove_files) COMPLETE |
| 8746 | 2026-02-27T03:20:55.548Z | [ recovery-image] Feb 27 03:20:54.239 INFO O| Feb 27 03:20:54.239 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8747 | 2026-02-27T03:20:55.558Z | [ recovery-image] Feb 27 03:20:54.252 INFO O| Feb 27 03:20:54.252 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
| 8748 | 2026-02-27T03:20:55.558Z | [ recovery-image] Feb 27 03:20:54.252 INFO O| Feb 27 03:20:54.252 INFO STEP 85 (remove_files) COMPLETE |
| 8749 | 2026-02-27T03:20:55.561Z | [ recovery-image] Feb 27 03:20:54.252 INFO O| Feb 27 03:20:54.252 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8750 | 2026-02-27T03:20:55.569Z | [ recovery-image] Feb 27 03:20:54.264 INFO O| Feb 27 03:20:54.264 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
| 8751 | 2026-02-27T03:20:55.570Z | [ recovery-image] Feb 27 03:20:54.264 INFO O| Feb 27 03:20:54.264 INFO STEP 86 (remove_files) COMPLETE |
| 8752 | 2026-02-27T03:20:55.572Z | [ recovery-image] Feb 27 03:20:54.264 INFO O| Feb 27 03:20:54.264 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8753 | 2026-02-27T03:20:55.582Z | [ recovery-image] Feb 27 03:20:54.276 INFO O| Feb 27 03:20:54.276 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
| 8754 | 2026-02-27T03:20:55.582Z | [ recovery-image] Feb 27 03:20:54.276 INFO O| Feb 27 03:20:54.276 INFO STEP 87 (remove_files) COMPLETE |
| 8755 | 2026-02-27T03:20:55.582Z | [ recovery-image] Feb 27 03:20:54.276 INFO O| Feb 27 03:20:54.276 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8756 | 2026-02-27T03:20:55.593Z | [ recovery-image] Feb 27 03:20:54.288 INFO O| Feb 27 03:20:54.288 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
| 8757 | 2026-02-27T03:20:55.593Z | [ recovery-image] Feb 27 03:20:54.288 INFO O| Feb 27 03:20:54.288 INFO STEP 88 (remove_files) COMPLETE |
| 8758 | 2026-02-27T03:20:55.596Z | [ recovery-image] Feb 27 03:20:54.288 INFO O| Feb 27 03:20:54.288 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8759 | 2026-02-27T03:20:55.606Z | [ recovery-image] Feb 27 03:20:54.301 INFO O| Feb 27 03:20:54.301 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
| 8760 | 2026-02-27T03:20:55.606Z | [ recovery-image] Feb 27 03:20:54.301 INFO O| Feb 27 03:20:54.301 INFO STEP 89 (remove_files) COMPLETE |
| 8761 | 2026-02-27T03:20:55.606Z | [ recovery-image] Feb 27 03:20:54.301 INFO O| Feb 27 03:20:54.301 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8762 | 2026-02-27T03:20:55.618Z | [ recovery-image] Feb 27 03:20:54.312 INFO O| Feb 27 03:20:54.312 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
| 8763 | 2026-02-27T03:20:55.618Z | [ recovery-image] Feb 27 03:20:54.312 INFO O| Feb 27 03:20:54.312 INFO STEP 90 (remove_files) COMPLETE |
| 8764 | 2026-02-27T03:20:55.621Z | [ recovery-image] Feb 27 03:20:54.312 INFO O| Feb 27 03:20:54.312 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8765 | 2026-02-27T03:20:55.632Z | [ recovery-image] Feb 27 03:20:54.326 INFO O| Feb 27 03:20:54.326 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
| 8766 | 2026-02-27T03:20:55.632Z | [ recovery-image] Feb 27 03:20:54.326 INFO O| Feb 27 03:20:54.326 INFO STEP 91 (remove_files) COMPLETE |
| 8767 | 2026-02-27T03:20:55.635Z | [ recovery-image] Feb 27 03:20:54.326 INFO O| Feb 27 03:20:54.326 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8768 | 2026-02-27T03:20:55.643Z | [ recovery-image] Feb 27 03:20:54.338 INFO O| Feb 27 03:20:54.337 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat" |
| 8769 | 2026-02-27T03:20:55.643Z | [ recovery-image] Feb 27 03:20:54.338 INFO O| Feb 27 03:20:54.338 INFO STEP 92 (remove_files) COMPLETE |
| 8770 | 2026-02-27T03:20:55.647Z | [ recovery-image] Feb 27 03:20:54.338 INFO O| Feb 27 03:20:54.338 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8771 | 2026-02-27T03:20:55.653Z | [ recovery-image] Feb 27 03:20:54.348 INFO O| Feb 27 03:20:54.348 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
| 8772 | 2026-02-27T03:20:55.653Z | [ recovery-image] Feb 27 03:20:54.348 INFO O| Feb 27 03:20:54.348 INFO STEP 93 (remove_files) COMPLETE |
| 8773 | 2026-02-27T03:20:55.656Z | [ recovery-image] Feb 27 03:20:54.348 INFO O| Feb 27 03:20:54.348 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8774 | 2026-02-27T03:20:55.667Z | [ recovery-image] Feb 27 03:20:54.362 INFO O| Feb 27 03:20:54.362 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
| 8775 | 2026-02-27T03:20:55.667Z | [ recovery-image] Feb 27 03:20:54.362 INFO O| Feb 27 03:20:54.362 INFO STEP 94 (remove_files) COMPLETE |
| 8776 | 2026-02-27T03:20:55.670Z | [ recovery-image] Feb 27 03:20:54.362 INFO O| Feb 27 03:20:54.362 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8777 | 2026-02-27T03:20:55.678Z | [ recovery-image] Feb 27 03:20:54.373 INFO O| Feb 27 03:20:54.373 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
| 8778 | 2026-02-27T03:20:55.678Z | [ recovery-image] Feb 27 03:20:54.373 INFO O| Feb 27 03:20:54.373 INFO STEP 95 (remove_files) COMPLETE |
| 8779 | 2026-02-27T03:20:55.678Z | [ recovery-image] Feb 27 03:20:54.373 INFO O| Feb 27 03:20:54.373 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8780 | 2026-02-27T03:20:55.691Z | [ recovery-image] Feb 27 03:20:54.386 INFO O| Feb 27 03:20:54.386 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
| 8781 | 2026-02-27T03:20:55.691Z | [ recovery-image] Feb 27 03:20:54.386 INFO O| Feb 27 03:20:54.386 INFO STEP 96 (remove_files) COMPLETE |
| 8782 | 2026-02-27T03:20:55.701Z | [ recovery-image] Feb 27 03:20:54.386 INFO O| Feb 27 03:20:54.386 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8783 | 2026-02-27T03:20:55.704Z | [ recovery-image] Feb 27 03:20:54.398 INFO O| Feb 27 03:20:54.398 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
| 8784 | 2026-02-27T03:20:55.704Z | [ recovery-image] Feb 27 03:20:54.398 INFO O| Feb 27 03:20:54.398 INFO STEP 97 (remove_files) COMPLETE |
| 8785 | 2026-02-27T03:20:55.704Z | [ recovery-image] Feb 27 03:20:54.398 INFO O| Feb 27 03:20:54.398 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8786 | 2026-02-27T03:20:55.715Z | [ recovery-image] Feb 27 03:20:54.410 INFO O| Feb 27 03:20:54.410 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
| 8787 | 2026-02-27T03:20:55.716Z | [ recovery-image] Feb 27 03:20:54.410 INFO O| Feb 27 03:20:54.410 INFO STEP 98 (remove_files) COMPLETE |
| 8788 | 2026-02-27T03:20:55.718Z | [ recovery-image] Feb 27 03:20:54.410 INFO O| Feb 27 03:20:54.410 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8789 | 2026-02-27T03:20:55.729Z | [ recovery-image] Feb 27 03:20:54.423 INFO O| Feb 27 03:20:54.423 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
| 8790 | 2026-02-27T03:20:55.729Z | [ recovery-image] Feb 27 03:20:54.423 INFO O| Feb 27 03:20:54.423 INFO STEP 99 (remove_files) COMPLETE |
| 8791 | 2026-02-27T03:20:55.732Z | [ recovery-image] Feb 27 03:20:54.423 INFO O| Feb 27 03:20:54.423 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8792 | 2026-02-27T03:20:55.746Z | [ recovery-image] Feb 27 03:20:54.441 INFO O| Feb 27 03:20:54.441 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal |
| 8793 | 2026-02-27T03:20:55.750Z | [ recovery-image] Feb 27 03:20:54.443 INFO O| Feb 27 03:20:54.442 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_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"} |
| 8794 | 2026-02-27T03:20:56.699Z | [ host-image] Feb 27 03:20:55.393 INFO O| Feb 27 03:20:55.393 INFO O| Planning: Solver setup ... Done |
| 8795 | 2026-02-27T03:20:56.707Z | [ host-image] Feb 27 03:20:55.402 INFO O| Feb 27 03:20:55.402 INFO O| Planning: Running solver ... Done |
| 8796 | 2026-02-27T03:20:56.909Z | [ host-image] Feb 27 03:20:55.603 INFO O| Feb 27 03:20:55.603 INFO O| Planning: Finding local manifests ... Done |
| 8797 | 2026-02-27T03:20:56.923Z | [ host-image] Feb 27 03:20:55.618 INFO O| Feb 27 03:20:55.618 INFO O| Planning: Fetching manifests: 0/1 0% complete |
| 8798 | 2026-02-27T03:20:56.929Z | [ host-image] Feb 27 03:20:55.623 INFO O| Feb 27 03:20:55.623 INFO O| Planning: Fetching manifests: 1/1 100% complete |
| 8799 | 2026-02-27T03:20:56.951Z | [ host-image] Feb 27 03:20:55.646 INFO O| Feb 27 03:20:55.645 INFO O| Planning: Package planning ... Done |
| 8800 | 2026-02-27T03:20:56.955Z | [ host-image] Feb 27 03:20:55.646 INFO O| Feb 27 03:20:55.646 INFO O| Planning: Merging actions ... Done |
| 8801 | 2026-02-27T03:20:57.013Z | [ host-image] Feb 27 03:20:55.706 INFO O| Feb 27 03:20:55.706 INFO O| Planning: Checking for conflicting actions ... Done |
| 8802 | 2026-02-27T03:20:57.016Z | [ host-image] Feb 27 03:20:55.707 INFO O| Feb 27 03:20:55.707 INFO O| Planning: Consolidating action changes ... Done |
| 8803 | 2026-02-27T03:20:57.225Z | [ host-image] Feb 27 03:20:55.919 INFO O| Feb 27 03:20:55.919 INFO O| Planning: Evaluating mediators ... Done |
| 8804 | 2026-02-27T03:20:57.229Z | [ host-image] Feb 27 03:20:55.920 INFO O| Feb 27 03:20:55.920 INFO O| Planning: Planning completed in 8.24 seconds |
| 8805 | 2026-02-27T03:20:57.229Z | [ host-image] Feb 27 03:20:55.921 INFO O| Feb 27 03:20:55.921 INFO O| Packages to install: 1 |
| 8806 | 2026-02-27T03:20:57.246Z | [ host-image] Feb 27 03:20:55.940 INFO O| Feb 27 03:20:55.940 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete |
| 8807 | 2026-02-27T03:20:57.366Z | [ host-image] Feb 27 03:20:56.060 INFO O| Feb 27 03:20:56.060 INFO O| Download: Completed 12.26 MB in 0.12 seconds (102M/s) |
| 8808 | 2026-02-27T03:20:58.164Z | [ host-image] Feb 27 03:20:56.858 INFO O| Feb 27 03:20:56.858 INFO O| Actions: 1/22 actions (Installing new actions) |
| 8809 | 2026-02-27T03:20:58.460Z | [ host-image] Feb 27 03:20:57.154 INFO O| Feb 27 03:20:57.154 INFO O| Actions: Completed 22 actions in 0.30 seconds. |
| 8810 | 2026-02-27T03:20:58.924Z | [ host-image] Feb 27 03:20:57.618 INFO O| Feb 27 03:20:57.618 INFO O| Done |
| 8811 | 2026-02-27T03:20:58.924Z | [ host-image] Feb 27 03:20:57.618 INFO O| Feb 27 03:20:57.618 INFO O| Done |
| 8812 | 2026-02-27T03:21:00.260Z | [ host-image] Feb 27 03:20:58.953 INFO O| Feb 27 03:20:58.953 INFO O| Done |
| 8813 | 2026-02-27T03:21:01.951Z | [ host-image] Feb 27 03:21:00.644 INFO O| Feb 27 03:21:00.644 INFO O| Done |
| 8814 | 2026-02-27T03:21:01.995Z | [ host-image] Feb 27 03:21:00.688 INFO O| Feb 27 03:21:00.688 INFO O| Done |
| 8815 | 2026-02-27T03:21:01.995Z | [ host-image] Feb 27 03:21:00.688 INFO O| Feb 27 03:21:00.688 INFO O| Done |
| 8816 | 2026-02-27T03:21:02.015Z | [ host-image] Feb 27 03:21:00.709 INFO O| Feb 27 03:21:00.708 INFO O| Done |
| 8817 | 2026-02-27T03:21:03.318Z | [ recovery-image] Feb 27 03:21:02.011 INFO O| Feb 27 03:21:02.011 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 |
| 8818 | 2026-02-27T03:21:03.321Z | [ recovery-image] Feb 27 03:21:02.011 INFO O| Feb 27 03:21:02.011 INFO E| svccfg: Loaded 68 smf(7) service descriptions |
| 8819 | 2026-02-27T03:21:03.342Z | [ recovery-image] Feb 27 03:21:02.036 INFO O| Feb 27 03:21:02.036 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"} |
| 8820 | 2026-02-27T03:21:03.576Z | [ recovery-image] Feb 27 03:21:02.270 INFO O| Feb 27 03:21:02.270 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"} |
| 8821 | 2026-02-27T03:21:03.580Z | [ host-image] Feb 27 03:21:02.274 INFO O| Feb 27 03:21:02.274 INFO STEP 14 (pkg_install) COMPLETE |
| 8822 | 2026-02-27T03:21:03.580Z | [ host-image] Feb 27 03:21:02.274 INFO O| Feb 27 03:21:02.274 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 8823 | 2026-02-27T03:21:03.584Z | [ host-image] Feb 27 03:21:02.274 INFO O| Feb 27 03:21:02.274 INFO skip step because feature "mbist" is not enabled |
| 8824 | 2026-02-27T03:21:03.584Z | [ host-image] Feb 27 03:21:02.274 INFO O| Feb 27 03:21:02.274 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 8825 | 2026-02-27T03:21:03.584Z | [ host-image] Feb 27 03:21:02.274 INFO O| Feb 27 03:21:02.274 INFO skip step because feature "mfg" is not enabled |
| 8826 | 2026-02-27T03:21:03.584Z | [ host-image] Feb 27 03:21:02.274 INFO O| Feb 27 03:21:02.274 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 8827 | 2026-02-27T03:21:03.584Z | [ host-image] Feb 27 03:21:02.274 INFO O| Feb 27 03:21:02.274 INFO skip step because feature "compliance" is not enabled |
| 8828 | 2026-02-27T03:21:03.584Z | [ host-image] Feb 27 03:21:02.274 INFO O| Feb 27 03:21:02.274 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 8829 | 2026-02-27T03:21:03.584Z | [ host-image] Feb 27 03:21:02.274 INFO O| Feb 27 03:21:02.274 INFO skip step because feature "stress" is not enabled |
| 8830 | 2026-02-27T03:21:03.584Z | [ host-image] Feb 27 03:21:02.274 INFO O| Feb 27 03:21:02.274 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 8831 | 2026-02-27T03:21:03.584Z | [ host-image] Feb 27 03:21:02.274 INFO O| Feb 27 03:21:02.274 INFO skip step because feature "compliance" is not enabled |
| 8832 | 2026-02-27T03:21:03.584Z | [ host-image] Feb 27 03:21:02.274 INFO O| Feb 27 03:21:02.274 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 8833 | 2026-02-27T03:21:03.585Z | [ host-image] Feb 27 03:21:02.274 INFO O| Feb 27 03:21:02.274 INFO skip step because feature "nfs" is not enabled |
| 8834 | 2026-02-27T03:21:03.585Z | [ host-image] Feb 27 03:21:02.274 INFO O| Feb 27 03:21:02.274 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os |
| 8835 | 2026-02-27T03:21:03.585Z | [ host-image] Feb 27 03:21:02.274 INFO O| Feb 27 03:21:02.274 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os |
| 8836 | 2026-02-27T03:21:03.656Z | [ host-image] Feb 27 03:21:02.349 INFO O| Feb 27 03:21:02.349 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 8837 | 2026-02-27T03:21:03.710Z | [ recovery-image] Feb 27 03:21:02.403 INFO O| Feb 27 03:21:02.403 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "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"} |
| 8838 | 2026-02-27T03:21:03.795Z | [ host-image] Feb 27 03:21:02.488 INFO O| Feb 27 03:21:02.488 INFO completed processing sled/ramdisk-01-os |
| 8839 | 2026-02-27T03:21:03.798Z | [ host-image] Feb 27 03:21:02.491 INFO omicron1 baseline generation... |
| 8840 | 2026-02-27T03:21:03.798Z | [ host-image] Feb 27 03:21:02.491 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
| 8841 | 2026-02-27T03:21:03.848Z | [ recovery-image] Feb 27 03:21:02.541 INFO O| Feb 27 03:21:02.541 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist |
| 8842 | 2026-02-27T03:21:03.848Z | [ recovery-image] Feb 27 03:21:02.541 INFO O| Feb 27 03:21:02.541 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 ... |
| 8843 | 2026-02-27T03:21:03.851Z | [ recovery-image] Feb 27 03:21:02.544 INFO O| Feb 27 03:21:02.543 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db |
| 8844 | 2026-02-27T03:21:03.851Z | [ recovery-image] Feb 27 03:21:02.544 INFO O| Feb 27 03:21:02.543 INFO ok! |
| 8845 | 2026-02-27T03:21:03.854Z | [ recovery-image] Feb 27 03:21:02.544 INFO O| Feb 27 03:21:02.544 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing |
| 8846 | 2026-02-27T03:21:03.854Z | [ recovery-image] Feb 27 03:21:02.544 INFO O| Feb 27 03:21:02.544 INFO STEP 100 (seed_smf) COMPLETE |
| 8847 | 2026-02-27T03:21:03.854Z | [ recovery-image] Feb 27 03:21:02.544 INFO O| Feb 27 03:21:02.544 INFO steps complete; finalising image! |
| 8848 | 2026-02-27T03:21:03.854Z | [ recovery-image] Feb 27 03:21:02.544 INFO O| Feb 27 03:21:02.544 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery |
| 8849 | 2026-02-27T03:21:03.928Z | [ recovery-image] Feb 27 03:21:02.621 INFO O| Feb 27 03:21:02.621 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Fri Feb 27 03:21:02 2026) |
| 8850 | 2026-02-27T03:21:04.138Z | [ recovery-image] Feb 27 03:21:02.831 INFO O| Feb 27 03:21:02.831 INFO trim TEMPORARY-sled-zfs-recovery: (47% trimmed, started at Fri Feb 27 03:21:02 2026) |
| 8851 | 2026-02-27T03:21:04.347Z | [ recovery-image] Feb 27 03:21:03.040 INFO O| Feb 27 03:21:03.040 INFO trim TEMPORARY-sled-zfs-recovery: (72% trimmed, started at Fri Feb 27 03:21:02 2026) |
| 8852 | 2026-02-27T03:21:04.584Z | [ recovery-image] Feb 27 03:21:03.277 INFO O| Feb 27 03:21:03.277 INFO temporary pool has 432M used, 1.33G avail, 1.00x compressratio |
| 8853 | 2026-02-27T03:21:04.584Z | [ recovery-image] Feb 27 03:21:03.277 INFO O| Feb 27 03:21:03.277 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery |
| 8854 | 2026-02-27T03:21:04.795Z | [ host-image] Feb 27 03:21:03.488 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23795:20260223T235442Z |
| 8855 | 2026-02-27T03:21:05.198Z | [ recovery-image] Feb 27 03:21:03.891 INFO O| Feb 27 03:21:03.891 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 |
| 8856 | 2026-02-27T03:21:05.198Z | [ recovery-image] Feb 27 03:21:03.891 INFO O| Feb 27 03:21:03.891 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal |
| 8857 | 2026-02-27T03:21:09.665Z | [ recovery-image] Feb 27 03:21:08.358 INFO O| Feb 27 03:21:08.358 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 8858 | 2026-02-27T03:21:09.665Z | [ recovery-image] Feb 27 03:21:08.358 INFO O| Feb 27 03:21:08.358 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 8859 | 2026-02-27T03:21:09.669Z | [ recovery-image] Feb 27 03:21:08.358 INFO O| Feb 27 03:21:08.358 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 8860 | 2026-02-27T03:21:09.669Z | [ recovery-image] Feb 27 03:21:08.358 INFO O| Feb 27 03:21:08.358 INFO completed processing sled/zfs-recovery |
| 8861 | 2026-02-27T03:21:09.669Z | [ recovery-image] Feb 27 03:21:08.358 INFO O| Feb 27 03:21:08.358 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery |
| 8862 | 2026-02-27T03:21:10.514Z | [ recovery-image] Feb 27 03:21:09.207 INFO O| Feb 27 03:21:09.207 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8863 | 2026-02-27T03:21:10.632Z | [ recovery-image] Feb 27 03:21:09.325 INFO BUILD STRING "heads/stlouis-0-g3e086896f3\n" |
| 8864 | 2026-02-27T03:21:10.636Z | [ recovery-image] Feb 27 03:21:09.327 INFO expanded image name: "recovery 0c68818/${os_short_commit} 2026-02-27 02:18" -> "recovery 0c68818/3e08689 2026-02-27 02:18" |
| 8865 | 2026-02-27T03:21:10.636Z | [ recovery-image] Feb 27 03:21:09.328 INFO output artefacts stored in: "/work/os-recovery" |
| 8866 | 2026-02-27T03:21:10.639Z | [ recovery-image] Feb 27 03:21:09.329 INFO collecting git info from project "phbl"... |
| 8867 | 2026-02-27T03:21:10.706Z | [ recovery-image] Feb 27 03:21:09.399 INFO collecting git info from project "bootserver"... |
| 8868 | 2026-02-27T03:21:10.731Z | [ recovery-image] Feb 27 03:21:09.423 INFO collecting git info from project "image-builder"... |
| 8869 | 2026-02-27T03:21:10.760Z | [ recovery-image] Feb 27 03:21:09.453 INFO collecting git info from project "amd-host-image-builder"... |
| 8870 | 2026-02-27T03:21:11.426Z | [ recovery-image] Feb 27 03:21:10.118 INFO collecting git info from project "pinprick"... |
| 8871 | 2026-02-27T03:21:11.446Z | [ recovery-image] Feb 27 03:21:10.138 INFO collecting git info from project "chelsio-t6-roms"... |
| 8872 | 2026-02-27T03:21:11.529Z | [ recovery-image] Feb 27 03:21:10.222 INFO collecting git info from project "dmar-report"... |
| 8873 | 2026-02-27T03:21:11.579Z | [ recovery-image] Feb 27 03:21:10.272 INFO collecting git info from project "amd-firmware"... |
| 8874 | 2026-02-27T03:21:24.543Z | [ recovery-image] Feb 27 03:21:23.234 INFO collecting git info from project "pilot"... |
| 8875 | 2026-02-27T03:21:24.610Z | [ recovery-image] Feb 27 03:21:23.302 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
| 8876 | 2026-02-27T03:21:25.538Z | [ recovery-image] Feb 27 03:21:24.229 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
| 8877 | 2026-02-27T03:21:26.299Z | [ recovery-image] Feb 27 03:21:24.990 INFO creating Oxide boot image... |
| 8878 | 2026-02-27T03:21:26.303Z | [ recovery-image] Feb 27 03:21:24.992 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 0c68818/3e08689 2026-02-27 02:18", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
| 8879 | 2026-02-27T03:22:17.767Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 31m 19s |
| 8880 | 2026-02-27T03:22:18.360Z | Feb 27 03:22:17.047 INFO [verify-libraries] process exited with exit status: 0 (1888.339563141s) |
| 8881 | 2026-02-27T03:22:28.788Z | [ host-image] Feb 27 03:22:27.474 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23795:20260223T235515Z |
| 8882 | 2026-02-27T03:22:28.788Z | [ host-image] Feb 27 03:22:27.474 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23795:20260223T235515Z |
| 8883 | 2026-02-27T03:22:28.791Z | [ host-image] Feb 27 03:22:27.474 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
| 8884 | 2026-02-27T03:22:28.791Z | [ host-image] Feb 27 03:22:27.474 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
| 8885 | 2026-02-27T03:22:28.791Z | [ host-image] Feb 27 03:22:27.474 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
| 8886 | 2026-02-27T03:22:28.791Z | [ host-image] Feb 27 03:22:27.474 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
| 8887 | 2026-02-27T03:22:28.791Z | [ host-image] Feb 27 03:22:27.475 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
| 8888 | 2026-02-27T03:22:28.791Z | [ host-image] Feb 27 03:22:27.475 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
| 8889 | 2026-02-27T03:22:28.791Z | [ host-image] Feb 27 03:22:27.475 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0:20260227T021928Z |
| 8890 | 2026-02-27T03:22:28.791Z | [ host-image] Feb 27 03:22:27.475 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z |
| 8891 | 2026-02-27T03:22:28.792Z | [ host-image] Feb 27 03:22:27.475 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
| 8892 | 2026-02-27T03:22:28.792Z | [ host-image] Feb 27 03:22:27.475 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23795:20260223T235516Z |
| 8893 | 2026-02-27T03:22:28.792Z | [ host-image] Feb 27 03:22:27.476 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23795:20260223T235516Z |
| 8894 | 2026-02-27T03:22:28.792Z | [ host-image] Feb 27 03:22:27.476 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23795:20260223T235517Z |
| 8895 | 2026-02-27T03:22:28.792Z | [ host-image] Feb 27 03:22:27.477 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23795:20260223T235517Z |
| 8896 | 2026-02-27T03:22:28.792Z | [ host-image] Feb 27 03:22:27.477 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
| 8897 | 2026-02-27T03:22:28.792Z | [ host-image] Feb 27 03:22:27.477 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23795:20260223T235517Z |
| 8898 | 2026-02-27T03:22:28.792Z | [ host-image] Feb 27 03:22:27.477 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23795:20260223T235517Z |
| 8899 | 2026-02-27T03:22:28.795Z | [ host-image] Feb 27 03:22:27.477 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23795:20260223T235517Z |
| 8900 | 2026-02-27T03:22:28.795Z | [ host-image] Feb 27 03:22:27.477 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23795:20260223T235517Z |
| 8901 | 2026-02-27T03:22:28.795Z | [ host-image] Feb 27 03:22:27.478 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23795:20260223T235518Z |
| 8902 | 2026-02-27T03:22:28.795Z | [ host-image] Feb 27 03:22:27.478 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23795:20260223T235518Z |
| 8903 | 2026-02-27T03:22:28.795Z | [ host-image] Feb 27 03:22:27.478 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23795:20260223T235518Z |
| 8904 | 2026-02-27T03:22:28.795Z | [ host-image] Feb 27 03:22:27.478 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23795:20260223T235519Z |
| 8905 | 2026-02-27T03:22:28.795Z | [ host-image] Feb 27 03:22:27.478 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23795:20260223T235520Z |
| 8906 | 2026-02-27T03:22:28.795Z | [ host-image] Feb 27 03:22:27.478 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23795:20260223T235520Z |
| 8907 | 2026-02-27T03:22:28.797Z | [ host-image] Feb 27 03:22:27.478 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23795:20260223T235521Z |
| 8908 | 2026-02-27T03:22:28.797Z | [ host-image] Feb 27 03:22:27.478 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23795:20260223T235521Z |
| 8909 | 2026-02-27T03:22:28.797Z | [ host-image] Feb 27 03:22:27.478 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23795:20260223T235522Z |
| 8910 | 2026-02-27T03:22:28.797Z | [ host-image] Feb 27 03:22:27.478 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23795:20260223T235523Z |
| 8911 | 2026-02-27T03:22:28.797Z | [ host-image] Feb 27 03:22:27.478 INFO O| install = pkg://helios-dev/driver/network/opte@0.39.455:20260129T171925Z |
| 8912 | 2026-02-27T03:22:28.797Z | [ host-image] Feb 27 03:22:27.478 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23795:20260223T235524Z |
| 8913 | 2026-02-27T03:22:28.797Z | [ host-image] Feb 27 03:22:27.478 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23795:20260223T235527Z |
| 8914 | 2026-02-27T03:22:28.797Z | [ host-image] Feb 27 03:22:27.478 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23795:20260223T235527Z |
| 8915 | 2026-02-27T03:22:28.797Z | [ host-image] Feb 27 03:22:27.479 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23795:20260223T235528Z |
| 8916 | 2026-02-27T03:22:28.797Z | [ host-image] Feb 27 03:22:27.479 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23795:20260223T235529Z |
| 8917 | 2026-02-27T03:22:28.797Z | [ host-image] Feb 27 03:22:27.479 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23795:20260223T235529Z |
| 8918 | 2026-02-27T03:22:28.801Z | [ host-image] Feb 27 03:22:27.483 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z |
| 8919 | 2026-02-27T03:22:28.801Z | [ host-image] Feb 27 03:22:27.483 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23795:20260223T235530Z |
| 8920 | 2026-02-27T03:22:28.801Z | [ host-image] Feb 27 03:22:27.483 INFO O| install = pkg://helios-dev/library/expat@2.7.2-2.0:20250922T152653Z |
| 8921 | 2026-02-27T03:22:28.802Z | [ host-image] Feb 27 03:22:27.483 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
| 8922 | 2026-02-27T03:22:28.802Z | [ host-image] Feb 27 03:22:27.483 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
| 8923 | 2026-02-27T03:22:28.802Z | [ host-image] Feb 27 03:22:27.483 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23795:20260223T235530Z |
| 8924 | 2026-02-27T03:22:28.802Z | [ host-image] Feb 27 03:22:27.483 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
| 8925 | 2026-02-27T03:22:28.802Z | [ host-image] Feb 27 03:22:27.484 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
| 8926 | 2026-02-27T03:22:28.802Z | [ host-image] Feb 27 03:22:27.484 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
| 8927 | 2026-02-27T03:22:28.802Z | [ host-image] Feb 27 03:22:27.484 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
| 8928 | 2026-02-27T03:22:28.805Z | [ host-image] Feb 27 03:22:27.489 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
| 8929 | 2026-02-27T03:22:28.805Z | [ host-image] Feb 27 03:22:27.489 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
| 8930 | 2026-02-27T03:22:28.805Z | [ host-image] Feb 27 03:22:27.489 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
| 8931 | 2026-02-27T03:22:28.805Z | [ host-image] Feb 27 03:22:27.489 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
| 8932 | 2026-02-27T03:22:28.805Z | [ host-image] Feb 27 03:22:27.489 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
| 8933 | 2026-02-27T03:22:28.805Z | [ host-image] Feb 27 03:22:27.490 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
| 8934 | 2026-02-27T03:22:28.817Z | [ host-image] Feb 27 03:22:27.503 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.19-2.0:20260128T223505Z |
| 8935 | 2026-02-27T03:22:28.820Z | [ host-image] Feb 27 03:22:27.503 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
| 8936 | 2026-02-27T03:22:28.820Z | [ host-image] Feb 27 03:22:27.503 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
| 8937 | 2026-02-27T03:22:28.820Z | [ host-image] Feb 27 03:22:27.504 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23795:20260223T235532Z |
| 8938 | 2026-02-27T03:22:28.820Z | [ host-image] Feb 27 03:22:27.504 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23795:20260223T235537Z |
| 8939 | 2026-02-27T03:22:28.820Z | [ host-image] Feb 27 03:22:27.504 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
| 8940 | 2026-02-27T03:22:28.821Z | [ host-image] Feb 27 03:22:27.504 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23795:20260223T235538Z |
| 8941 | 2026-02-27T03:22:28.821Z | [ host-image] Feb 27 03:22:27.504 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z |
| 8942 | 2026-02-27T03:22:28.821Z | [ host-image] Feb 27 03:22:27.504 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z |
| 8943 | 2026-02-27T03:22:28.821Z | [ host-image] Feb 27 03:22:27.504 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.42:20260217T052359Z |
| 8944 | 2026-02-27T03:22:28.821Z | [ host-image] Feb 27 03:22:27.504 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z |
| 8945 | 2026-02-27T03:22:28.821Z | [ host-image] Feb 27 03:22:27.504 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23795:20260223T235538Z |
| 8946 | 2026-02-27T03:22:28.821Z | [ host-image] Feb 27 03:22:27.504 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
| 8947 | 2026-02-27T03:22:28.821Z | [ host-image] Feb 27 03:22:27.506 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
| 8948 | 2026-02-27T03:22:28.821Z | [ host-image] Feb 27 03:22:27.506 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
| 8949 | 2026-02-27T03:22:28.821Z | [ host-image] Feb 27 03:22:27.506 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
| 8950 | 2026-02-27T03:22:28.821Z | [ host-image] Feb 27 03:22:27.506 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23795:20260223T235538Z |
| 8951 | 2026-02-27T03:22:28.821Z | [ host-image] Feb 27 03:22:27.506 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
| 8952 | 2026-02-27T03:22:28.825Z | [ host-image] Feb 27 03:22:27.511 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
| 8953 | 2026-02-27T03:22:28.825Z | [ host-image] Feb 27 03:22:27.511 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23795:20260223T235539Z |
| 8954 | 2026-02-27T03:22:28.828Z | [ host-image] Feb 27 03:22:27.512 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23795:20260223T235539Z |
| 8955 | 2026-02-27T03:22:28.828Z | [ host-image] Feb 27 03:22:27.512 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23795:20260223T235539Z |
| 8956 | 2026-02-27T03:22:28.828Z | [ host-image] Feb 27 03:22:27.512 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z |
| 8957 | 2026-02-27T03:22:28.828Z | [ host-image] Feb 27 03:22:27.513 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23795:20260223T235541Z |
| 8958 | 2026-02-27T03:22:28.828Z | [ host-image] Feb 27 03:22:27.513 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23795:20260223T235541Z |
| 8959 | 2026-02-27T03:22:28.828Z | [ host-image] Feb 27 03:22:27.513 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23795:20260223T235541Z |
| 8960 | 2026-02-27T03:22:28.828Z | [ host-image] Feb 27 03:22:27.513 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23795:20260223T235541Z |
| 8961 | 2026-02-27T03:22:28.831Z | [ host-image] Feb 27 03:22:27.514 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
| 8962 | 2026-02-27T03:22:28.831Z | [ host-image] Feb 27 03:22:27.514 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23795:20260223T235541Z |
| 8963 | 2026-02-27T03:22:28.831Z | [ host-image] Feb 27 03:22:27.515 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23795:20260223T235543Z |
| 8964 | 2026-02-27T03:22:28.831Z | [ host-image] Feb 27 03:22:27.515 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
| 8965 | 2026-02-27T03:22:28.831Z | [ host-image] Feb 27 03:22:27.515 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23795:20260223T235543Z |
| 8966 | 2026-02-27T03:22:28.831Z | [ host-image] Feb 27 03:22:27.515 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23795:20260223T235543Z |
| 8967 | 2026-02-27T03:22:28.831Z | [ host-image] Feb 27 03:22:27.515 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23795:20260223T235543Z |
| 8968 | 2026-02-27T03:22:28.831Z | [ host-image] Feb 27 03:22:27.515 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23795:20260223T235543Z |
| 8969 | 2026-02-27T03:22:28.834Z | [ host-image] Feb 27 03:22:27.518 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23795:20260223T235543Z |
| 8970 | 2026-02-27T03:22:28.834Z | [ host-image] Feb 27 03:22:27.518 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
| 8971 | 2026-02-27T03:22:28.834Z | [ host-image] Feb 27 03:22:27.519 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23795:20260223T235543Z |
| 8972 | 2026-02-27T03:22:28.834Z | [ host-image] Feb 27 03:22:27.519 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23795:20260223T235544Z |
| 8973 | 2026-02-27T03:22:28.834Z | [ host-image] Feb 27 03:22:27.519 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23795:20260223T235544Z |
| 8974 | 2026-02-27T03:22:28.834Z | [ host-image] Feb 27 03:22:27.520 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23795:20260223T235544Z |
| 8975 | 2026-02-27T03:22:28.834Z | [ host-image] Feb 27 03:22:27.520 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23795:20260223T235544Z |
| 8976 | 2026-02-27T03:22:28.834Z | [ host-image] Feb 27 03:22:27.520 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23795:20260223T235544Z |
| 8977 | 2026-02-27T03:22:28.834Z | [ host-image] Feb 27 03:22:27.520 INFO O| install = pkg://helios-dev/system/i2c@0.5.11-2.0.23795:20260223T235545Z |
| 8978 | 2026-02-27T03:22:28.838Z | [ host-image] Feb 27 03:22:27.524 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23795:20260223T235546Z |
| 8979 | 2026-02-27T03:22:28.841Z | [ host-image] Feb 27 03:22:27.524 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23795:20260223T235545Z |
| 8980 | 2026-02-27T03:22:28.841Z | [ host-image] Feb 27 03:22:27.524 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23795:20260223T235545Z |
| 8981 | 2026-02-27T03:22:28.841Z | [ host-image] Feb 27 03:22:27.525 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23795:20260223T235545Z |
| 8982 | 2026-02-27T03:22:28.841Z | [ host-image] Feb 27 03:22:27.525 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23795:20260223T235546Z |
| 8983 | 2026-02-27T03:22:28.847Z | [ host-image] Feb 27 03:22:27.533 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23795:20260223T235549Z |
| 8984 | 2026-02-27T03:22:28.847Z | [ host-image] Feb 27 03:22:27.533 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23795:20260223T235546Z |
| 8985 | 2026-02-27T03:22:28.850Z | [ host-image] Feb 27 03:22:27.533 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23795:20260223T235546Z |
| 8986 | 2026-02-27T03:22:28.850Z | [ host-image] Feb 27 03:22:27.533 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
| 8987 | 2026-02-27T03:22:28.850Z | [ host-image] Feb 27 03:22:27.533 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
| 8988 | 2026-02-27T03:22:28.859Z | [ host-image] Feb 27 03:22:27.545 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23795:20260223T235546Z |
| 8989 | 2026-02-27T03:22:28.862Z | [ host-image] Feb 27 03:22:27.545 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
| 8990 | 2026-02-27T03:22:28.862Z | [ host-image] Feb 27 03:22:27.545 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23795:20260223T235547Z |
| 8991 | 2026-02-27T03:22:28.862Z | [ host-image] Feb 27 03:22:27.545 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23795:20260223T235547Z |
| 8992 | 2026-02-27T03:22:28.862Z | [ host-image] Feb 27 03:22:27.545 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23795:20260223T235547Z |
| 8993 | 2026-02-27T03:22:28.862Z | [ host-image] Feb 27 03:22:27.545 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
| 8994 | 2026-02-27T03:22:28.862Z | [ host-image] Feb 27 03:22:27.546 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
| 8995 | 2026-02-27T03:22:28.862Z | [ host-image] Feb 27 03:22:27.546 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23795:20260223T235548Z |
| 8996 | 2026-02-27T03:22:28.862Z | [ host-image] Feb 27 03:22:27.546 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23795:20260223T235548Z |
| 8997 | 2026-02-27T03:22:28.863Z | [ host-image] Feb 27 03:22:27.546 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23795:20260223T235548Z |
| 8998 | 2026-02-27T03:22:28.863Z | [ host-image] Feb 27 03:22:27.546 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23795:20260223T235548Z |
| 8999 | 2026-02-27T03:22:28.863Z | [ host-image] Feb 27 03:22:27.546 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23795:20260223T235549Z |
| 9000 | 2026-02-27T03:22:28.863Z | [ host-image] Feb 27 03:22:27.546 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23795:20260223T235549Z |
| 9001 | 2026-02-27T03:22:28.863Z | [ host-image] Feb 27 03:22:27.547 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
| 9002 | 2026-02-27T03:22:28.863Z | [ host-image] Feb 27 03:22:27.547 INFO O| install = pkg://helios-dev/system/microcode/amd@20251202-2.0.23795:20260223T235549Z |
| 9003 | 2026-02-27T03:22:28.866Z | [ host-image] Feb 27 03:22:27.548 INFO O| install = pkg://helios-dev/system/microcode/intel@20260210-2.0.23795:20260223T235550Z |
| 9004 | 2026-02-27T03:22:28.866Z | [ host-image] Feb 27 03:22:27.548 INFO O| install = pkg://helios-dev/system/microcode/oxide@20251202-2.0.23795:20260223T235550Z |
| 9005 | 2026-02-27T03:22:28.866Z | [ host-image] Feb 27 03:22:27.548 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23795:20260223T235551Z |
| 9006 | 2026-02-27T03:22:28.866Z | [ host-image] Feb 27 03:22:27.548 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23795:20260223T235550Z |
| 9007 | 2026-02-27T03:22:28.866Z | [ host-image] Feb 27 03:22:27.548 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23795:20260223T235550Z |
| 9008 | 2026-02-27T03:22:28.866Z | [ host-image] Feb 27 03:22:27.548 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
| 9009 | 2026-02-27T03:22:28.866Z | [ host-image] Feb 27 03:22:27.548 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
| 9010 | 2026-02-27T03:22:28.866Z | [ host-image] Feb 27 03:22:27.549 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23795:20260223T235553Z |
| 9011 | 2026-02-27T03:22:28.866Z | [ host-image] Feb 27 03:22:27.549 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23795:20260223T235553Z |
| 9012 | 2026-02-27T03:22:28.866Z | [ host-image] Feb 27 03:22:27.549 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z |
| 9013 | 2026-02-27T03:22:28.866Z | [ host-image] Feb 27 03:22:27.549 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
| 9014 | 2026-02-27T03:22:28.866Z | [ host-image] Feb 27 03:22:27.549 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
| 9015 | 2026-02-27T03:22:28.866Z | [ host-image] Feb 27 03:22:27.549 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
| 9016 | 2026-02-27T03:22:28.866Z | [ host-image] Feb 27 03:22:27.549 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z |
| 9017 | 2026-02-27T03:22:28.866Z | [ host-image] Feb 27 03:22:27.549 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
| 9018 | 2026-02-27T03:22:28.866Z | [ host-image] Feb 27 03:22:27.551 INFO O| install = pkg://helios-dev/web/curl@8.18.0-2.0:20260121T125903Z |
| 9019 | 2026-02-27T03:22:28.866Z | [ host-image] Feb 27 03:22:27.551 INFO O| tempdir @ "/tmp/.tmp1AGbpY/tmp" |
| 9020 | 2026-02-27T03:22:28.866Z | [ host-image] Feb 27 03:22:27.551 INFO O| image root @ "/tmp/.tmp1AGbpY/tmp/root" |
| 9021 | 2026-02-27T03:22:28.866Z | [ host-image] Feb 27 03:22:27.551 INFO O| creating image... |
| 9022 | 2026-02-27T03:22:29.306Z | [ host-image] Feb 27 03:22:27.991 INFO O| copying publishers... |
| 9023 | 2026-02-27T03:22:37.128Z | [ recovery-image] Feb 27 03:22:35.812 INFO O| ok, image written! |
| 9024 | 2026-02-27T03:22:37.128Z | [ recovery-image] Feb 27 03:22:35.812 INFO O| ok, boot_image_csum file written! |
| 9025 | 2026-02-27T03:22:37.139Z | [ recovery-image] Feb 27 03:22:35.824 INFO creating boot archive (CPIO)... |
| 9026 | 2026-02-27T03:22:37.139Z | [ recovery-image] Feb 27 03:22:35.824 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 |
| 9027 | 2026-02-27T03:22:37.150Z | [ recovery-image] Feb 27 03:22:35.835 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk |
| 9028 | 2026-02-27T03:22:37.150Z | [ recovery-image] Feb 27 03:22:35.835 INFO E| + outfile=/work/os-recovery/cpio |
| 9029 | 2026-02-27T03:22:37.153Z | [ recovery-image] Feb 27 03:22:35.835 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
| 9030 | 2026-02-27T03:22:37.156Z | [ recovery-image] Feb 27 03:22:35.839 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk |
| 9031 | 2026-02-27T03:22:37.156Z | [ recovery-image] Feb 27 03:22:35.839 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
| 9032 | 2026-02-27T03:22:37.189Z | [ recovery-image] Feb 27 03:22:35.874 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
| 9033 | 2026-02-27T03:22:37.189Z | [ recovery-image] Feb 27 03:22:35.874 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
| 9034 | 2026-02-27T03:22:37.196Z | [ recovery-image] Feb 27 03:22:35.882 INFO creating compressed cpio/unix for dev loaders... |
| 9035 | 2026-02-27T03:22:37.197Z | [ recovery-image] Feb 27 03:22:35.882 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 |
| 9036 | 2026-02-27T03:22:37.500Z | [ recovery-image] Feb 27 03:22:36.185 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
| 9037 | 2026-02-27T03:22:41.916Z | [ recovery-image] Feb 27 03:22:40.600 INFO creating reset image... |
| 9038 | 2026-02-27T03:22:41.916Z | [ recovery-image] Feb 27 03:22:40.600 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl" |
| 9039 | 2026-02-27T03:23:05.540Z | [ host-image] Feb 27 03:23:04.223 INFO O| adding properties... |
| 9040 | 2026-02-27T03:23:07.148Z | [ host-image] Feb 27 03:23:05.830 INFO O| installing packages... |
| 9041 | 2026-02-27T03:23:25.760Z | [ recovery-image] Feb 27 03:23:24.440 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')" |
| 9042 | 2026-02-27T03:23:25.762Z | [ recovery-image] Feb 27 03:23:24.440 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") |
| 9043 | 2026-02-27T03:23:26.016Z | [ recovery-image] Feb 27 03:23:24.697 INFO E| Updating crates.io index |
| 9044 | 2026-02-27T03:23:26.424Z | [ recovery-image] Feb 27 03:23:25.103 INFO E| Downloading crates ... |
| 9045 | 2026-02-27T03:23:26.496Z | [ recovery-image] Feb 27 03:23:25.176 INFO E| Downloaded shared_child v1.1.1 |
| 9046 | 2026-02-27T03:23:26.510Z | [ recovery-image] Feb 27 03:23:25.191 INFO E| Downloaded sigchld v0.2.4 |
| 9047 | 2026-02-27T03:23:26.514Z | [ recovery-image] Feb 27 03:23:25.195 INFO E| Downloaded shared_thread v0.2.0 |
| 9048 | 2026-02-27T03:23:26.517Z | [ recovery-image] Feb 27 03:23:25.196 INFO E| Downloaded anstyle-query v1.1.5 |
| 9049 | 2026-02-27T03:23:26.517Z | [ recovery-image] Feb 27 03:23:25.197 INFO E| Downloaded os_pipe v1.2.3 |
| 9050 | 2026-02-27T03:23:26.520Z | [ recovery-image] Feb 27 03:23:25.198 INFO E| Downloaded duct v1.1.1 |
| 9051 | 2026-02-27T03:23:26.520Z | [ recovery-image] Feb 27 03:23:25.200 INFO E| Downloaded clap_lex v0.7.7 |
| 9052 | 2026-02-27T03:23:26.525Z | [ recovery-image] Feb 27 03:23:25.206 INFO E| Downloaded signal-hook-registry v1.4.8 |
| 9053 | 2026-02-27T03:23:26.535Z | [ recovery-image] Feb 27 03:23:25.216 INFO E| Downloaded clap_derive v4.5.55 |
| 9054 | 2026-02-27T03:23:26.538Z | [ recovery-image] Feb 27 03:23:25.218 INFO E| Downloaded unicode-ident v1.0.23 |
| 9055 | 2026-02-27T03:23:26.544Z | [ recovery-image] Feb 27 03:23:25.225 INFO E| Downloaded clap v4.5.57 |
| 9056 | 2026-02-27T03:23:26.553Z | [ recovery-image] Feb 27 03:23:25.234 INFO E| Downloaded clap_builder v4.5.57 |
| 9057 | 2026-02-27T03:23:26.570Z | [ recovery-image] Feb 27 03:23:25.251 INFO E| Downloaded syn v2.0.114 |
| 9058 | 2026-02-27T03:23:26.624Z | [ recovery-image] Feb 27 03:23:25.305 INFO E| Compiling libc v0.2.180 |
| 9059 | 2026-02-27T03:23:26.624Z | [ recovery-image] Feb 27 03:23:25.305 INFO E| Compiling proc-macro2 v1.0.106 |
| 9060 | 2026-02-27T03:23:26.627Z | [ recovery-image] Feb 27 03:23:25.305 INFO E| Compiling signal-hook v0.3.18 |
| 9061 | 2026-02-27T03:23:26.627Z | [ recovery-image] Feb 27 03:23:25.305 INFO E| Compiling quote v1.0.44 |
| 9062 | 2026-02-27T03:23:26.627Z | [ recovery-image] Feb 27 03:23:25.305 INFO E| Compiling unicode-ident v1.0.23 |
| 9063 | 2026-02-27T03:23:26.627Z | [ recovery-image] Feb 27 03:23:25.305 INFO E| Compiling utf8parse v0.2.2 |
| 9064 | 2026-02-27T03:23:26.627Z | [ recovery-image] Feb 27 03:23:25.305 INFO E| Compiling anstyle v1.0.13 |
| 9065 | 2026-02-27T03:23:26.627Z | [ recovery-image] Feb 27 03:23:25.305 INFO E| Compiling is_terminal_polyfill v1.70.2 |
| 9066 | 2026-02-27T03:23:26.798Z | [ recovery-image] Feb 27 03:23:25.479 INFO E| Compiling anstyle-parse v0.2.7 |
| 9067 | 2026-02-27T03:23:26.839Z | [ recovery-image] Feb 27 03:23:25.519 INFO E| Compiling colorchoice v1.0.4 |
| 9068 | 2026-02-27T03:23:26.864Z | [ recovery-image] Feb 27 03:23:25.545 INFO E| Compiling anstyle-query v1.1.5 |
| 9069 | 2026-02-27T03:23:27.033Z | [ recovery-image] Feb 27 03:23:25.713 INFO E| Compiling strsim v0.11.1 |
| 9070 | 2026-02-27T03:23:27.098Z | [ recovery-image] Feb 27 03:23:25.778 INFO E| Compiling clap_lex v0.7.7 |
| 9071 | 2026-02-27T03:23:27.141Z | [ recovery-image] Feb 27 03:23:25.821 INFO E| Compiling anstream v0.6.21 |
| 9072 | 2026-02-27T03:23:27.176Z | [ recovery-image] Feb 27 03:23:25.856 INFO E| Compiling heck v0.5.0 |
| 9073 | 2026-02-27T03:23:27.196Z | [ recovery-image] Feb 27 03:23:25.876 INFO E| Compiling shared_thread v0.2.0 |
| 9074 | 2026-02-27T03:23:27.614Z | [ recovery-image] Feb 27 03:23:26.295 INFO E| Compiling clap_builder v4.5.57 |
| 9075 | 2026-02-27T03:23:28.093Z | [ recovery-image] Feb 27 03:23:26.773 INFO E| Compiling errno v0.3.14 |
| 9076 | 2026-02-27T03:23:28.093Z | [ recovery-image] Feb 27 03:23:26.773 INFO E| Compiling os_pipe v1.2.3 |
| 9077 | 2026-02-27T03:23:28.296Z | [ recovery-image] Feb 27 03:23:26.977 INFO E| Compiling signal-hook-registry v1.4.8 |
| 9078 | 2026-02-27T03:23:28.586Z | [ recovery-image] Feb 27 03:23:27.266 INFO E| Compiling syn v2.0.114 |
| 9079 | 2026-02-27T03:23:28.780Z | [ recovery-image] Feb 27 03:23:27.460 INFO E| Compiling sigchld v0.2.4 |
| 9080 | 2026-02-27T03:23:28.913Z | [ recovery-image] Feb 27 03:23:27.594 INFO E| Compiling shared_child v1.1.1 |
| 9081 | 2026-02-27T03:23:29.105Z | [ recovery-image] Feb 27 03:23:27.785 INFO E| Compiling duct v1.1.1 |
| 9082 | 2026-02-27T03:23:32.827Z | [ recovery-image] Feb 27 03:23:31.507 INFO E| Compiling clap_derive v4.5.55 |
| 9083 | 2026-02-27T03:23:33.731Z | [ host-image] Feb 27 03:23:32.411 INFO O| seeding SMF database... |
| 9084 | 2026-02-27T03:23:34.928Z | [ recovery-image] Feb 27 03:23:33.608 INFO E| Compiling clap v4.5.57 |
| 9085 | 2026-02-27T03:23:35.002Z | [ recovery-image] Feb 27 03:23:33.682 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
| 9086 | 2026-02-27T03:23:36.159Z | [ recovery-image] Feb 27 03:23:34.838 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.32s |
| 9087 | 2026-02-27T03:23:36.171Z | [ recovery-image] Feb 27 03:23:34.851 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl` |
| 9088 | 2026-02-27T03:23:36.456Z | [ recovery-image] Feb 27 03:23:35.135 INFO E| Downloading crates ... |
| 9089 | 2026-02-27T03:23:36.546Z | [ recovery-image] Feb 27 03:23:35.224 INFO E| Downloaded bitstruct v0.1.1 |
| 9090 | 2026-02-27T03:23:36.549Z | [ recovery-image] Feb 27 03:23:35.227 INFO E| Downloaded bit_field v0.10.3 |
| 9091 | 2026-02-27T03:23:36.555Z | [ recovery-image] Feb 27 03:23:35.235 INFO E| Downloaded cpio_reader v0.1.2 |
| 9092 | 2026-02-27T03:23:36.559Z | [ recovery-image] Feb 27 03:23:35.239 INFO E| Downloaded bitstruct_derive v0.1.0 |
| 9093 | 2026-02-27T03:23:36.572Z | [ recovery-image] Feb 27 03:23:35.251 INFO E| Downloaded miniz_oxide v0.9.0 |
| 9094 | 2026-02-27T03:23:36.582Z | [ recovery-image] Feb 27 03:23:35.262 INFO E| Downloaded raw-cpuid v10.7.0 |
| 9095 | 2026-02-27T03:23:36.591Z | [ recovery-image] Feb 27 03:23:35.270 INFO E| Downloaded goblin v0.10.4 |
| 9096 | 2026-02-27T03:23:36.741Z | [ recovery-image] Feb 27 03:23:35.421 INFO E| Downloaded x86 v0.52.0 |
| 9097 | 2026-02-27T03:23:36.789Z | [ recovery-image] Feb 27 03:23:35.468 INFO E| Updating crates.io index |
| 9098 | 2026-02-27T03:23:37.064Z | [ recovery-image] Feb 27 03:23:35.743 INFO E| Downloading crates ... |
| 9099 | 2026-02-27T03:23:37.117Z | [ recovery-image] Feb 27 03:23:35.796 INFO E| Downloaded rustc-literal-escaper v0.0.7 |
| 9100 | 2026-02-27T03:23:37.128Z | [ recovery-image] Feb 27 03:23:35.806 INFO E| Downloaded rustc-demangle v0.1.27 |
| 9101 | 2026-02-27T03:23:37.196Z | [ recovery-image] Feb 27 03:23:35.875 INFO E| Downloaded libc v0.2.178 |
| 9102 | 2026-02-27T03:23:37.274Z | [ recovery-image] Feb 27 03:23:35.954 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) |
| 9103 | 2026-02-27T03:23:37.274Z | [ recovery-image] Feb 27 03:23:35.954 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) |
| 9104 | 2026-02-27T03:23:37.274Z | [ recovery-image] Feb 27 03:23:35.954 INFO E| Compiling proc-macro2 v1.0.106 |
| 9105 | 2026-02-27T03:23:37.277Z | [ recovery-image] Feb 27 03:23:35.954 INFO E| Compiling quote v1.0.44 |
| 9106 | 2026-02-27T03:23:37.278Z | [ recovery-image] Feb 27 03:23:35.954 INFO E| Compiling unicode-ident v1.0.23 |
| 9107 | 2026-02-27T03:23:37.278Z | [ recovery-image] Feb 27 03:23:35.954 INFO E| Compiling syn v1.0.109 |
| 9108 | 2026-02-27T03:23:37.278Z | [ recovery-image] Feb 27 03:23:35.954 INFO E| Compiling x86 v0.52.0 |
| 9109 | 2026-02-27T03:23:37.278Z | [ recovery-image] Feb 27 03:23:35.954 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
| 9110 | 2026-02-27T03:23:37.508Z | [ recovery-image] Feb 27 03:23:36.187 INFO E| Compiling seq-macro v0.3.6 |
| 9111 | 2026-02-27T03:23:38.954Z | [ recovery-image] Feb 27 03:23:37.633 INFO E| Compiling syn v2.0.114 |
| 9112 | 2026-02-27T03:23:41.794Z | [ recovery-image] Feb 27 03:23:40.473 INFO E| Compiling scroll_derive v0.13.1 |
| 9113 | 2026-02-27T03:23:41.858Z | [ host-image] Feb 27 03:23:40.536 INFO O| configuring SMF profile... |
| 9114 | 2026-02-27T03:23:41.862Z | [ host-image] Feb 27 03:23:40.537 INFO O| modifying shadow(5)... |
| 9115 | 2026-02-27T03:23:41.862Z | [ host-image] Feb 27 03:23:40.537 INFO O| loading user and group database... |
| 9116 | 2026-02-27T03:23:41.862Z | [ host-image] Feb 27 03:23:40.537 INFO O| loading facet selections... |
| 9117 | 2026-02-27T03:23:42.325Z | [ host-image] Feb 27 03:23:41.004 INFO O| devel -> true |
| 9118 | 2026-02-27T03:23:42.325Z | [ host-image] Feb 27 03:23:41.004 INFO O| doc.man -> true |
| 9119 | 2026-02-27T03:23:42.325Z | [ host-image] Feb 27 03:23:41.004 INFO O| version-lock.shell/ksh93 -> true |
| 9120 | 2026-02-27T03:23:42.329Z | [ host-image] Feb 27 03:23:41.004 INFO O| version-lock.system/data/hardware-registry -> true |
| 9121 | 2026-02-27T03:23:42.329Z | [ host-image] Feb 27 03:23:41.004 INFO O| version-lock.system/data/zoneinfo -> true |
| 9122 | 2026-02-27T03:23:42.329Z | [ host-image] Feb 27 03:23:41.004 INFO O| version-lock.system/microcode/amd -> true |
| 9123 | 2026-02-27T03:23:42.329Z | [ host-image] Feb 27 03:23:41.004 INFO O| version-lock.system/microcode/intel -> true |
| 9124 | 2026-02-27T03:23:42.329Z | [ host-image] Feb 27 03:23:41.004 INFO O| version-lock.system/microcode/oxide -> true |
| 9125 | 2026-02-27T03:23:42.329Z | [ host-image] Feb 27 03:23:41.004 INFO O| assessing packaged files... |
| 9126 | 2026-02-27T03:23:44.125Z | [ recovery-image] Feb 27 03:23:42.804 INFO E| Compiling bitstruct_derive v0.1.0 |
| 9127 | 2026-02-27T03:23:44.945Z | [ host-image] Feb 27 03:23:43.624 INFO O| creating archive... |
| 9128 | 2026-02-27T03:23:44.973Z | [ host-image] Feb 27 03:23:43.652 INFO O| missing from packaging: |
| 9129 | 2026-02-27T03:23:44.973Z | [ host-image] Feb 27 03:23:43.652 INFO O| "etc/.pwd.lock" |
| 9130 | 2026-02-27T03:23:44.974Z | [ host-image] Feb 27 03:23:43.652 INFO O| "etc/bash" |
| 9131 | 2026-02-27T03:23:44.978Z | [ host-image] Feb 27 03:23:43.657 INFO O| "etc/svc/profile/generic.xml" |
| 9132 | 2026-02-27T03:23:44.981Z | [ host-image] Feb 27 03:23:43.657 INFO O| "etc/svc/profile/inetd_services.xml" |
| 9133 | 2026-02-27T03:23:44.981Z | [ host-image] Feb 27 03:23:43.657 INFO O| "etc/svc/profile/name_service.xml" |
| 9134 | 2026-02-27T03:23:44.981Z | [ host-image] Feb 27 03:23:43.657 INFO O| "etc/svc/profile/platform.xml" |
| 9135 | 2026-02-27T03:23:44.981Z | [ host-image] Feb 27 03:23:43.657 INFO O| "etc/svc/profile/platform_omicron1.xml" |
| 9136 | 2026-02-27T03:23:44.981Z | [ host-image] Feb 27 03:23:43.657 INFO O| "etc/svc/repository.db" |
| 9137 | 2026-02-27T03:23:44.987Z | [ host-image] Feb 27 03:23:43.666 INFO O| "opt/ooce/share" |
| 9138 | 2026-02-27T03:23:44.987Z | [ host-image] Feb 27 03:23:43.666 INFO O| "opt/ooce/share/man" |
| 9139 | 2026-02-27T03:23:44.990Z | [ host-image] Feb 27 03:23:43.666 INFO O| "opt/ooce/share/man/man1" |
| 9140 | 2026-02-27T03:23:44.998Z | [ host-image] Feb 27 03:23:43.677 INFO O| finishing archive... |
| 9141 | 2026-02-27T03:23:48.017Z | [ host-image] Feb 27 03:23:46.695 INFO O| creating gzonly manifest... |
| 9142 | 2026-02-27T03:23:48.023Z | [ host-image] Feb 27 03:23:46.702 INFO O| ok |
| 9143 | 2026-02-27T03:23:48.188Z | [ host-image] Feb 27 03:23:46.866 INFO image builder template: ramdisk-02-trim... |
| 9144 | 2026-02-27T03:23:48.188Z | [ host-image] Feb 27 03:23:46.866 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/.tmpaFY3GB/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 |
| 9145 | 2026-02-27T03:23:48.209Z | [ host-image] Feb 27 03:23:46.888 INFO O| Feb 27 03:23:46.887 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9146 | 2026-02-27T03:23:48.214Z | [ host-image] Feb 27 03:23:46.893 INFO O| Feb 27 03:23:46.892 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9147 | 2026-02-27T03:23:48.328Z | [ host-image] Feb 27 03:23:47.006 INFO O| Feb 27 03:23:47.006 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled |
| 9148 | 2026-02-27T03:23:48.465Z | [ host-image] Feb 27 03:23:47.143 INFO O| Feb 27 03:23:47.143 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9149 | 2026-02-27T03:23:48.465Z | [ host-image] Feb 27 03:23:47.143 INFO O| Feb 27 03:23:47.143 INFO work dataset: rpool/images/build/host/work/sled/ramdisk |
| 9150 | 2026-02-27T03:23:48.469Z | [ host-image] Feb 27 03:23:47.148 INFO O| Feb 27 03:23:47.148 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim |
| 9151 | 2026-02-27T03:23:48.475Z | [ host-image] Feb 27 03:23:47.154 INFO O| Feb 27 03:23:47.154 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os |
| 9152 | 2026-02-27T03:23:48.482Z | [ host-image] Feb 27 03:23:47.160 INFO O| Feb 27 03:23:47.160 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os |
| 9153 | 2026-02-27T03:23:48.684Z | [ host-image] Feb 27 03:23:47.362 INFO O| Feb 27 03:23:47.362 INFO rolled back to input snapshot; work may begin |
| 9154 | 2026-02-27T03:23:48.684Z | [ host-image] Feb 27 03:23:47.362 INFO O| Feb 27 03:23:47.362 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk |
| 9155 | 2026-02-27T03:23:48.690Z | [ host-image] Feb 27 03:23:47.369 INFO O| Feb 27 03:23:47.369 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9156 | 2026-02-27T03:23:48.700Z | [ host-image] Feb 27 03:23:47.378 INFO O| Feb 27 03:23:47.378 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg" |
| 9157 | 2026-02-27T03:23:48.759Z | [ host-image] Feb 27 03:23:47.437 INFO O| Feb 27 03:23:47.437 INFO STEP 0 (remove_files) COMPLETE |
| 9158 | 2026-02-27T03:23:48.759Z | [ host-image] Feb 27 03:23:47.438 INFO O| Feb 27 03:23:47.437 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9159 | 2026-02-27T03:23:48.769Z | [ host-image] Feb 27 03:23:47.448 INFO O| Feb 27 03:23:47.448 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4" |
| 9160 | 2026-02-27T03:23:48.772Z | [ host-image] Feb 27 03:23:47.450 INFO O| Feb 27 03:23:47.450 INFO STEP 1 (remove_files) COMPLETE |
| 9161 | 2026-02-27T03:23:48.772Z | [ host-image] Feb 27 03:23:47.450 INFO O| Feb 27 03:23:47.450 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9162 | 2026-02-27T03:23:48.781Z | [ host-image] Feb 27 03:23:47.459 INFO O| Feb 27 03:23:47.459 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include" |
| 9163 | 2026-02-27T03:23:48.799Z | [ host-image] Feb 27 03:23:47.478 INFO O| Feb 27 03:23:47.478 INFO STEP 2 (remove_files) COMPLETE |
| 9164 | 2026-02-27T03:23:48.799Z | [ host-image] Feb 27 03:23:47.478 INFO O| Feb 27 03:23:47.478 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9165 | 2026-02-27T03:23:48.809Z | [ host-image] Feb 27 03:23:47.488 INFO O| Feb 27 03:23:47.488 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo" |
| 9166 | 2026-02-27T03:23:48.813Z | [ host-image] Feb 27 03:23:47.490 INFO O| Feb 27 03:23:47.490 INFO STEP 3 (remove_files) COMPLETE |
| 9167 | 2026-02-27T03:23:48.813Z | [ host-image] Feb 27 03:23:47.490 INFO O| Feb 27 03:23:47.490 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9168 | 2026-02-27T03:23:48.821Z | [ host-image] Feb 27 03:23:47.500 INFO O| Feb 27 03:23:47.500 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help" |
| 9169 | 2026-02-27T03:23:48.825Z | [ host-image] Feb 27 03:23:47.504 INFO O| Feb 27 03:23:47.504 INFO STEP 4 (remove_files) COMPLETE |
| 9170 | 2026-02-27T03:23:48.828Z | [ host-image] Feb 27 03:23:47.504 INFO O| Feb 27 03:23:47.504 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9171 | 2026-02-27T03:23:48.834Z | [ host-image] Feb 27 03:23:47.513 INFO O| Feb 27 03:23:47.513 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc" |
| 9172 | 2026-02-27T03:23:48.837Z | [ host-image] Feb 27 03:23:47.516 INFO O| Feb 27 03:23:47.516 INFO STEP 5 (remove_files) COMPLETE |
| 9173 | 2026-02-27T03:23:48.837Z | [ host-image] Feb 27 03:23:47.516 INFO O| Feb 27 03:23:47.516 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9174 | 2026-02-27T03:23:48.845Z | [ host-image] Feb 27 03:23:47.524 INFO O| Feb 27 03:23:47.524 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion" |
| 9175 | 2026-02-27T03:23:48.858Z | [ host-image] Feb 27 03:23:47.536 INFO O| Feb 27 03:23:47.536 INFO STEP 6 (remove_files) COMPLETE |
| 9176 | 2026-02-27T03:23:48.858Z | [ host-image] Feb 27 03:23:47.536 INFO O| Feb 27 03:23:47.536 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9177 | 2026-02-27T03:23:48.869Z | [ host-image] Feb 27 03:23:47.548 INFO O| Feb 27 03:23:47.548 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man" |
| 9178 | 2026-02-27T03:23:48.884Z | [ host-image] Feb 27 03:23:47.562 INFO O| Feb 27 03:23:47.562 INFO STEP 7 (remove_files) COMPLETE |
| 9179 | 2026-02-27T03:23:48.884Z | [ host-image] Feb 27 03:23:47.562 INFO O| Feb 27 03:23:47.562 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9180 | 2026-02-27T03:23:48.893Z | [ host-image] Feb 27 03:23:47.572 INFO O| Feb 27 03:23:47.572 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl" |
| 9181 | 2026-02-27T03:23:48.982Z | [ host-image] Feb 27 03:23:47.659 INFO O| Feb 27 03:23:47.659 INFO STEP 8 (remove_files) COMPLETE |
| 9182 | 2026-02-27T03:23:48.982Z | [ host-image] Feb 27 03:23:47.659 INFO O| Feb 27 03:23:47.659 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9183 | 2026-02-27T03:23:48.990Z | [ host-image] Feb 27 03:23:47.668 INFO O| Feb 27 03:23:47.668 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man" |
| 9184 | 2026-02-27T03:23:49.080Z | [ host-image] Feb 27 03:23:47.759 INFO O| Feb 27 03:23:47.759 INFO STEP 9 (remove_files) COMPLETE |
| 9185 | 2026-02-27T03:23:49.081Z | [ host-image] Feb 27 03:23:47.759 INFO O| Feb 27 03:23:47.759 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9186 | 2026-02-27T03:23:49.091Z | [ host-image] Feb 27 03:23:47.769 INFO O| Feb 27 03:23:47.769 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp" |
| 9187 | 2026-02-27T03:23:49.094Z | [ host-image] Feb 27 03:23:47.773 INFO O| Feb 27 03:23:47.773 INFO STEP 10 (remove_files) COMPLETE |
| 9188 | 2026-02-27T03:23:49.097Z | [ host-image] Feb 27 03:23:47.773 INFO O| Feb 27 03:23:47.773 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9189 | 2026-02-27T03:23:49.103Z | [ host-image] Feb 27 03:23:47.782 INFO O| Feb 27 03:23:47.782 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386" |
| 9190 | 2026-02-27T03:23:49.106Z | [ host-image] Feb 27 03:23:47.783 INFO O| Feb 27 03:23:47.783 INFO STEP 11 (remove_files) COMPLETE |
| 9191 | 2026-02-27T03:23:49.106Z | [ host-image] Feb 27 03:23:47.783 INFO O| Feb 27 03:23:47.783 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9192 | 2026-02-27T03:23:49.111Z | [ host-image] Feb 27 03:23:47.790 INFO O| Feb 27 03:23:47.790 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv" |
| 9193 | 2026-02-27T03:23:49.114Z | [ host-image] Feb 27 03:23:47.792 INFO O| Feb 27 03:23:47.792 INFO STEP 12 (remove_files) COMPLETE |
| 9194 | 2026-02-27T03:23:49.114Z | [ host-image] Feb 27 03:23:47.792 INFO O| Feb 27 03:23:47.792 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9195 | 2026-02-27T03:23:49.122Z | [ host-image] Feb 27 03:23:47.801 INFO O| Feb 27 03:23:47.801 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
| 9196 | 2026-02-27T03:23:49.125Z | [ host-image] Feb 27 03:23:47.802 INFO O| Feb 27 03:23:47.802 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
| 9197 | 2026-02-27T03:23:49.125Z | [ host-image] Feb 27 03:23:47.802 INFO O| Feb 27 03:23:47.802 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
| 9198 | 2026-02-27T03:23:49.125Z | [ host-image] Feb 27 03:23:47.802 INFO O| Feb 27 03:23:47.802 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
| 9199 | 2026-02-27T03:23:49.125Z | [ host-image] Feb 27 03:23:47.802 INFO O| Feb 27 03:23:47.802 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
| 9200 | 2026-02-27T03:23:49.125Z | [ host-image] Feb 27 03:23:47.802 INFO O| Feb 27 03:23:47.802 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
| 9201 | 2026-02-27T03:23:49.126Z | [ host-image] Feb 27 03:23:47.802 INFO O| Feb 27 03:23:47.802 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
| 9202 | 2026-02-27T03:23:49.126Z | [ host-image] Feb 27 03:23:47.802 INFO O| Feb 27 03:23:47.802 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
| 9203 | 2026-02-27T03:23:49.126Z | [ host-image] Feb 27 03:23:47.802 INFO O| Feb 27 03:23:47.802 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
| 9204 | 2026-02-27T03:23:49.126Z | [ host-image] Feb 27 03:23:47.803 INFO O| Feb 27 03:23:47.803 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
| 9205 | 2026-02-27T03:23:49.126Z | [ host-image] Feb 27 03:23:47.803 INFO O| Feb 27 03:23:47.803 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
| 9206 | 2026-02-27T03:23:49.126Z | [ host-image] Feb 27 03:23:47.803 INFO O| Feb 27 03:23:47.803 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
| 9207 | 2026-02-27T03:23:49.126Z | [ host-image] Feb 27 03:23:47.803 INFO O| Feb 27 03:23:47.803 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
| 9208 | 2026-02-27T03:23:49.126Z | [ host-image] Feb 27 03:23:47.803 INFO O| Feb 27 03:23:47.803 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
| 9209 | 2026-02-27T03:23:49.126Z | [ host-image] Feb 27 03:23:47.803 INFO O| Feb 27 03:23:47.803 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
| 9210 | 2026-02-27T03:23:49.126Z | [ host-image] Feb 27 03:23:47.803 INFO O| Feb 27 03:23:47.803 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
| 9211 | 2026-02-27T03:23:49.126Z | [ host-image] Feb 27 03:23:47.804 INFO O| Feb 27 03:23:47.804 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
| 9212 | 2026-02-27T03:23:49.153Z | [ host-image] Feb 27 03:23:47.831 INFO O| Feb 27 03:23:47.831 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a" |
| 9213 | 2026-02-27T03:23:49.159Z | [ host-image] Feb 27 03:23:47.838 INFO O| Feb 27 03:23:47.838 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a" |
| 9214 | 2026-02-27T03:23:49.162Z | [ host-image] Feb 27 03:23:47.838 INFO O| Feb 27 03:23:47.838 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a" |
| 9215 | 2026-02-27T03:23:49.191Z | [ host-image] Feb 27 03:23:47.870 INFO O| Feb 27 03:23:47.870 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a" |
| 9216 | 2026-02-27T03:23:49.444Z | [ host-image] Feb 27 03:23:48.121 INFO O| Feb 27 03:23:48.121 INFO STEP 13 (remove_files) COMPLETE |
| 9217 | 2026-02-27T03:23:49.444Z | [ host-image] Feb 27 03:23:48.121 INFO O| Feb 27 03:23:48.121 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9218 | 2026-02-27T03:23:49.453Z | [ host-image] Feb 27 03:23:48.132 INFO O| Feb 27 03:23:48.132 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot" |
| 9219 | 2026-02-27T03:23:49.456Z | [ host-image] Feb 27 03:23:48.133 INFO O| Feb 27 03:23:48.133 INFO STEP 14 (remove_files) COMPLETE |
| 9220 | 2026-02-27T03:23:49.456Z | [ host-image] Feb 27 03:23:48.133 INFO O| Feb 27 03:23:48.133 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9221 | 2026-02-27T03:23:49.465Z | [ host-image] Feb 27 03:23:48.144 INFO O| Feb 27 03:23:48.144 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc" |
| 9222 | 2026-02-27T03:23:49.473Z | [ host-image] Feb 27 03:23:48.151 INFO O| Feb 27 03:23:48.151 INFO STEP 15 (remove_files) COMPLETE |
| 9223 | 2026-02-27T03:23:49.473Z | [ host-image] Feb 27 03:23:48.151 INFO O| Feb 27 03:23:48.151 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9224 | 2026-02-27T03:23:49.484Z | [ host-image] Feb 27 03:23:48.163 INFO O| Feb 27 03:23:48.163 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv" |
| 9225 | 2026-02-27T03:23:49.488Z | [ host-image] Feb 27 03:23:48.163 INFO O| Feb 27 03:23:48.163 INFO STEP 16 (remove_files) COMPLETE |
| 9226 | 2026-02-27T03:23:49.488Z | [ host-image] Feb 27 03:23:48.163 INFO O| Feb 27 03:23:48.163 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9227 | 2026-02-27T03:23:49.495Z | [ host-image] Feb 27 03:23:48.173 INFO O| Feb 27 03:23:48.173 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc" |
| 9228 | 2026-02-27T03:23:49.497Z | [ host-image] Feb 27 03:23:48.175 INFO O| Feb 27 03:23:48.175 INFO STEP 17 (remove_files) COMPLETE |
| 9229 | 2026-02-27T03:23:49.497Z | [ host-image] Feb 27 03:23:48.175 INFO O| Feb 27 03:23:48.175 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9230 | 2026-02-27T03:23:49.506Z | [ host-image] Feb 27 03:23:48.185 INFO O| Feb 27 03:23:48.185 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica" |
| 9231 | 2026-02-27T03:23:49.506Z | [ host-image] Feb 27 03:23:48.185 INFO O| Feb 27 03:23:48.185 INFO STEP 18 (remove_files) COMPLETE |
| 9232 | 2026-02-27T03:23:49.509Z | [ host-image] Feb 27 03:23:48.185 INFO O| Feb 27 03:23:48.185 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9233 | 2026-02-27T03:23:49.519Z | [ host-image] Feb 27 03:23:48.198 INFO O| Feb 27 03:23:48.198 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem" |
| 9234 | 2026-02-27T03:23:49.519Z | [ host-image] Feb 27 03:23:48.198 INFO O| Feb 27 03:23:48.198 INFO STEP 19 (remove_files) COMPLETE |
| 9235 | 2026-02-27T03:23:49.523Z | [ host-image] Feb 27 03:23:48.198 INFO O| Feb 27 03:23:48.198 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9236 | 2026-02-27T03:23:49.530Z | [ host-image] Feb 27 03:23:48.208 INFO O| Feb 27 03:23:48.208 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans" |
| 9237 | 2026-02-27T03:23:49.530Z | [ host-image] Feb 27 03:23:48.208 INFO O| Feb 27 03:23:48.208 INFO STEP 20 (remove_files) COMPLETE |
| 9238 | 2026-02-27T03:23:49.530Z | [ host-image] Feb 27 03:23:48.208 INFO O| Feb 27 03:23:48.208 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9239 | 2026-02-27T03:23:49.540Z | [ host-image] Feb 27 03:23:48.219 INFO O| Feb 27 03:23:48.219 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc" |
| 9240 | 2026-02-27T03:23:49.540Z | [ host-image] Feb 27 03:23:48.219 INFO O| Feb 27 03:23:48.219 INFO STEP 21 (remove_files) COMPLETE |
| 9241 | 2026-02-27T03:23:49.544Z | [ host-image] Feb 27 03:23:48.219 INFO O| Feb 27 03:23:48.219 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9242 | 2026-02-27T03:23:49.551Z | [ host-image] Feb 27 03:23:48.230 INFO O| Feb 27 03:23:48.229 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv" |
| 9243 | 2026-02-27T03:23:49.551Z | [ host-image] Feb 27 03:23:48.230 INFO O| Feb 27 03:23:48.230 INFO STEP 22 (remove_files) COMPLETE |
| 9244 | 2026-02-27T03:23:49.554Z | [ host-image] Feb 27 03:23:48.230 INFO O| Feb 27 03:23:48.230 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9245 | 2026-02-27T03:23:49.562Z | [ host-image] Feb 27 03:23:48.240 INFO O| Feb 27 03:23:48.240 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd" |
| 9246 | 2026-02-27T03:23:49.565Z | [ host-image] Feb 27 03:23:48.240 INFO O| Feb 27 03:23:48.240 INFO STEP 23 (remove_files) COMPLETE |
| 9247 | 2026-02-27T03:23:49.565Z | [ host-image] Feb 27 03:23:48.240 INFO O| Feb 27 03:23:48.240 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9248 | 2026-02-27T03:23:49.571Z | [ host-image] Feb 27 03:23:48.250 INFO O| Feb 27 03:23:48.250 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon" |
| 9249 | 2026-02-27T03:23:49.574Z | [ host-image] Feb 27 03:23:48.250 INFO O| Feb 27 03:23:48.250 INFO STEP 24 (remove_files) COMPLETE |
| 9250 | 2026-02-27T03:23:49.574Z | [ host-image] Feb 27 03:23:48.250 INFO O| Feb 27 03:23:48.250 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9251 | 2026-02-27T03:23:49.581Z | [ host-image] Feb 27 03:23:48.259 INFO O| Feb 27 03:23:48.259 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power" |
| 9252 | 2026-02-27T03:23:49.581Z | [ host-image] Feb 27 03:23:48.259 INFO O| Feb 27 03:23:48.259 INFO STEP 25 (remove_files) COMPLETE |
| 9253 | 2026-02-27T03:23:49.583Z | [ host-image] Feb 27 03:23:48.259 INFO O| Feb 27 03:23:48.259 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9254 | 2026-02-27T03:23:49.589Z | [ host-image] Feb 27 03:23:48.268 INFO O| Feb 27 03:23:48.268 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio" |
| 9255 | 2026-02-27T03:23:49.589Z | [ host-image] Feb 27 03:23:48.268 INFO O| Feb 27 03:23:48.268 INFO STEP 26 (remove_files) COMPLETE |
| 9256 | 2026-02-27T03:23:49.593Z | [ host-image] Feb 27 03:23:48.268 INFO O| Feb 27 03:23:48.268 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9257 | 2026-02-27T03:23:49.598Z | [ host-image] Feb 27 03:23:48.277 INFO O| Feb 27 03:23:48.277 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575" |
| 9258 | 2026-02-27T03:23:49.598Z | [ host-image] Feb 27 03:23:48.277 INFO O| Feb 27 03:23:48.277 INFO STEP 27 (remove_files) COMPLETE |
| 9259 | 2026-02-27T03:23:49.601Z | [ host-image] Feb 27 03:23:48.277 INFO O| Feb 27 03:23:48.277 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9260 | 2026-02-27T03:23:49.610Z | [ host-image] Feb 27 03:23:48.289 INFO O| Feb 27 03:23:48.289 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens" |
| 9261 | 2026-02-27T03:23:49.611Z | [ host-image] Feb 27 03:23:48.289 INFO O| Feb 27 03:23:48.289 INFO STEP 28 (remove_files) COMPLETE |
| 9262 | 2026-02-27T03:23:49.614Z | [ host-image] Feb 27 03:23:48.289 INFO O| Feb 27 03:23:48.289 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9263 | 2026-02-27T03:23:49.620Z | [ host-image] Feb 27 03:23:48.299 INFO O| Feb 27 03:23:48.299 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci" |
| 9264 | 2026-02-27T03:23:49.620Z | [ host-image] Feb 27 03:23:48.299 INFO O| Feb 27 03:23:48.299 INFO STEP 29 (remove_files) COMPLETE |
| 9265 | 2026-02-27T03:23:49.620Z | [ host-image] Feb 27 03:23:48.299 INFO O| Feb 27 03:23:48.299 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9266 | 2026-02-27T03:23:49.671Z | [ host-image] Feb 27 03:23:48.310 INFO O| Feb 27 03:23:48.310 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots" |
| 9267 | 2026-02-27T03:23:49.672Z | [ host-image] Feb 27 03:23:48.310 INFO O| Feb 27 03:23:48.310 INFO STEP 30 (remove_files) COMPLETE |
| 9268 | 2026-02-27T03:23:49.672Z | [ host-image] Feb 27 03:23:48.310 INFO O| Feb 27 03:23:48.310 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9269 | 2026-02-27T03:23:49.672Z | [ host-image] Feb 27 03:23:48.319 INFO O| Feb 27 03:23:48.319 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci" |
| 9270 | 2026-02-27T03:23:49.672Z | [ host-image] Feb 27 03:23:48.319 INFO O| Feb 27 03:23:48.319 INFO STEP 31 (remove_files) COMPLETE |
| 9271 | 2026-02-27T03:23:49.672Z | [ host-image] Feb 27 03:23:48.319 INFO O| Feb 27 03:23:48.319 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9272 | 2026-02-27T03:23:49.672Z | [ host-image] Feb 27 03:23:48.327 INFO O| Feb 27 03:23:48.327 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid" |
| 9273 | 2026-02-27T03:23:49.672Z | [ host-image] Feb 27 03:23:48.327 INFO O| Feb 27 03:23:48.327 INFO STEP 32 (remove_files) COMPLETE |
| 9274 | 2026-02-27T03:23:49.672Z | [ host-image] Feb 27 03:23:48.327 INFO O| Feb 27 03:23:48.327 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9275 | 2026-02-27T03:23:49.672Z | [ host-image] Feb 27 03:23:48.335 INFO O| Feb 27 03:23:48.335 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd" |
| 9276 | 2026-02-27T03:23:49.672Z | [ host-image] Feb 27 03:23:48.335 INFO O| Feb 27 03:23:48.335 INFO STEP 33 (remove_files) COMPLETE |
| 9277 | 2026-02-27T03:23:49.672Z | [ host-image] Feb 27 03:23:48.335 INFO O| Feb 27 03:23:48.335 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9278 | 2026-02-27T03:23:49.672Z | [ host-image] Feb 27 03:23:48.346 INFO O| Feb 27 03:23:48.346 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci" |
| 9279 | 2026-02-27T03:23:49.672Z | [ host-image] Feb 27 03:23:48.347 INFO O| Feb 27 03:23:48.347 INFO STEP 34 (remove_files) COMPLETE |
| 9280 | 2026-02-27T03:23:49.672Z | [ host-image] Feb 27 03:23:48.347 INFO O| Feb 27 03:23:48.347 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9281 | 2026-02-27T03:23:49.677Z | [ host-image] Feb 27 03:23:48.355 INFO O| Feb 27 03:23:48.355 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb" |
| 9282 | 2026-02-27T03:23:49.677Z | [ host-image] Feb 27 03:23:48.355 INFO O| Feb 27 03:23:48.355 INFO STEP 35 (remove_files) COMPLETE |
| 9283 | 2026-02-27T03:23:49.677Z | [ host-image] Feb 27 03:23:48.355 INFO O| Feb 27 03:23:48.355 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9284 | 2026-02-27T03:23:49.686Z | [ host-image] Feb 27 03:23:48.364 INFO O| Feb 27 03:23:48.364 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci" |
| 9285 | 2026-02-27T03:23:49.686Z | [ host-image] Feb 27 03:23:48.364 INFO O| Feb 27 03:23:48.364 INFO STEP 36 (remove_files) COMPLETE |
| 9286 | 2026-02-27T03:23:49.689Z | [ host-image] Feb 27 03:23:48.364 INFO O| Feb 27 03:23:48.364 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9287 | 2026-02-27T03:23:49.694Z | [ host-image] Feb 27 03:23:48.373 INFO O| Feb 27 03:23:48.372 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac" |
| 9288 | 2026-02-27T03:23:49.694Z | [ host-image] Feb 27 03:23:48.373 INFO O| Feb 27 03:23:48.373 INFO STEP 37 (remove_files) COMPLETE |
| 9289 | 2026-02-27T03:23:49.694Z | [ host-image] Feb 27 03:23:48.373 INFO O| Feb 27 03:23:48.373 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9290 | 2026-02-27T03:23:49.702Z | [ host-image] Feb 27 03:23:48.381 INFO O| Feb 27 03:23:48.381 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as" |
| 9291 | 2026-02-27T03:23:49.702Z | [ host-image] Feb 27 03:23:48.381 INFO O| Feb 27 03:23:48.381 INFO STEP 38 (remove_files) COMPLETE |
| 9292 | 2026-02-27T03:23:49.706Z | [ host-image] Feb 27 03:23:48.381 INFO O| Feb 27 03:23:48.381 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9293 | 2026-02-27T03:23:49.710Z | [ host-image] Feb 27 03:23:48.388 INFO O| Feb 27 03:23:48.388 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia" |
| 9294 | 2026-02-27T03:23:49.710Z | [ host-image] Feb 27 03:23:48.388 INFO O| Feb 27 03:23:48.388 INFO STEP 39 (remove_files) COMPLETE |
| 9295 | 2026-02-27T03:23:49.713Z | [ host-image] Feb 27 03:23:48.388 INFO O| Feb 27 03:23:48.388 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9296 | 2026-02-27T03:23:49.718Z | [ host-image] Feb 27 03:23:48.397 INFO O| Feb 27 03:23:48.397 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid" |
| 9297 | 2026-02-27T03:23:49.721Z | [ host-image] Feb 27 03:23:48.397 INFO O| Feb 27 03:23:48.397 INFO STEP 40 (remove_files) COMPLETE |
| 9298 | 2026-02-27T03:23:49.721Z | [ host-image] Feb 27 03:23:48.397 INFO O| Feb 27 03:23:48.397 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9299 | 2026-02-27T03:23:49.727Z | [ host-image] Feb 27 03:23:48.405 INFO O| Feb 27 03:23:48.405 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn" |
| 9300 | 2026-02-27T03:23:49.727Z | [ host-image] Feb 27 03:23:48.405 INFO O| Feb 27 03:23:48.405 INFO STEP 41 (remove_files) COMPLETE |
| 9301 | 2026-02-27T03:23:49.727Z | [ host-image] Feb 27 03:23:48.405 INFO O| Feb 27 03:23:48.405 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9302 | 2026-02-27T03:23:49.734Z | [ host-image] Feb 27 03:23:48.413 INFO O| Feb 27 03:23:48.413 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci" |
| 9303 | 2026-02-27T03:23:49.737Z | [ host-image] Feb 27 03:23:48.413 INFO O| Feb 27 03:23:48.413 INFO STEP 42 (remove_files) COMPLETE |
| 9304 | 2026-02-27T03:23:49.737Z | [ host-image] Feb 27 03:23:48.413 INFO O| Feb 27 03:23:48.413 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9305 | 2026-02-27T03:23:49.743Z | [ host-image] Feb 27 03:23:48.421 INFO O| Feb 27 03:23:48.421 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm" |
| 9306 | 2026-02-27T03:23:49.746Z | [ host-image] Feb 27 03:23:48.421 INFO O| Feb 27 03:23:48.421 INFO STEP 43 (remove_files) COMPLETE |
| 9307 | 2026-02-27T03:23:49.746Z | [ host-image] Feb 27 03:23:48.421 INFO O| Feb 27 03:23:48.421 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9308 | 2026-02-27T03:23:49.751Z | [ host-image] Feb 27 03:23:48.429 INFO O| Feb 27 03:23:48.429 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000" |
| 9309 | 2026-02-27T03:23:49.751Z | [ host-image] Feb 27 03:23:48.430 INFO O| Feb 27 03:23:48.430 INFO STEP 44 (remove_files) COMPLETE |
| 9310 | 2026-02-27T03:23:49.751Z | [ host-image] Feb 27 03:23:48.430 INFO O| Feb 27 03:23:48.430 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9311 | 2026-02-27T03:23:49.760Z | [ host-image] Feb 27 03:23:48.438 INFO O| Feb 27 03:23:48.438 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd" |
| 9312 | 2026-02-27T03:23:49.760Z | [ host-image] Feb 27 03:23:48.438 INFO O| Feb 27 03:23:48.438 INFO STEP 45 (remove_files) COMPLETE |
| 9313 | 2026-02-27T03:23:49.760Z | [ host-image] Feb 27 03:23:48.438 INFO O| Feb 27 03:23:48.438 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9314 | 2026-02-27T03:23:49.768Z | [ host-image] Feb 27 03:23:48.447 INFO O| Feb 27 03:23:48.446 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba" |
| 9315 | 2026-02-27T03:23:49.768Z | [ host-image] Feb 27 03:23:48.447 INFO O| Feb 27 03:23:48.447 INFO STEP 46 (remove_files) COMPLETE |
| 9316 | 2026-02-27T03:23:49.772Z | [ host-image] Feb 27 03:23:48.447 INFO O| Feb 27 03:23:48.447 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9317 | 2026-02-27T03:23:49.779Z | [ host-image] Feb 27 03:23:48.457 INFO O| Feb 27 03:23:48.457 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex" |
| 9318 | 2026-02-27T03:23:49.779Z | [ host-image] Feb 27 03:23:48.457 INFO O| Feb 27 03:23:48.457 INFO STEP 47 (remove_files) COMPLETE |
| 9319 | 2026-02-27T03:23:49.782Z | [ host-image] Feb 27 03:23:48.457 INFO O| Feb 27 03:23:48.457 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9320 | 2026-02-27T03:23:49.786Z | [ host-image] Feb 27 03:23:48.465 INFO O| Feb 27 03:23:48.465 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf" |
| 9321 | 2026-02-27T03:23:49.786Z | [ host-image] Feb 27 03:23:48.465 INFO O| Feb 27 03:23:48.465 INFO STEP 48 (remove_files) COMPLETE |
| 9322 | 2026-02-27T03:23:49.786Z | [ host-image] Feb 27 03:23:48.465 INFO O| Feb 27 03:23:48.465 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9323 | 2026-02-27T03:23:49.795Z | [ host-image] Feb 27 03:23:48.473 INFO O| Feb 27 03:23:48.473 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt" |
| 9324 | 2026-02-27T03:23:49.795Z | [ host-image] Feb 27 03:23:48.473 INFO O| Feb 27 03:23:48.473 INFO STEP 49 (remove_files) COMPLETE |
| 9325 | 2026-02-27T03:23:49.798Z | [ host-image] Feb 27 03:23:48.473 INFO O| Feb 27 03:23:48.473 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9326 | 2026-02-27T03:23:49.803Z | [ host-image] Feb 27 03:23:48.482 INFO O| Feb 27 03:23:48.482 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf" |
| 9327 | 2026-02-27T03:23:49.803Z | [ host-image] Feb 27 03:23:48.482 INFO O| Feb 27 03:23:48.482 INFO STEP 50 (remove_files) COMPLETE |
| 9328 | 2026-02-27T03:23:49.806Z | [ host-image] Feb 27 03:23:48.482 INFO O| Feb 27 03:23:48.482 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9329 | 2026-02-27T03:23:49.811Z | [ host-image] Feb 27 03:23:48.490 INFO O| Feb 27 03:23:48.490 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
| 9330 | 2026-02-27T03:23:49.814Z | [ host-image] Feb 27 03:23:48.490 INFO O| Feb 27 03:23:48.490 INFO STEP 51 (remove_files) COMPLETE |
| 9331 | 2026-02-27T03:23:49.814Z | [ host-image] Feb 27 03:23:48.490 INFO O| Feb 27 03:23:48.490 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9332 | 2026-02-27T03:23:49.820Z | [ host-image] Feb 27 03:23:48.498 INFO O| Feb 27 03:23:48.498 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
| 9333 | 2026-02-27T03:23:49.820Z | [ host-image] Feb 27 03:23:48.499 INFO O| Feb 27 03:23:48.498 INFO STEP 52 (remove_files) COMPLETE |
| 9334 | 2026-02-27T03:23:49.820Z | [ host-image] Feb 27 03:23:48.499 INFO O| Feb 27 03:23:48.499 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9335 | 2026-02-27T03:23:49.828Z | [ host-image] Feb 27 03:23:48.507 INFO O| Feb 27 03:23:48.507 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm" |
| 9336 | 2026-02-27T03:23:49.831Z | [ host-image] Feb 27 03:23:48.507 INFO O| Feb 27 03:23:48.507 INFO STEP 53 (remove_files) COMPLETE |
| 9337 | 2026-02-27T03:23:49.831Z | [ host-image] Feb 27 03:23:48.507 INFO O| Feb 27 03:23:48.507 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9338 | 2026-02-27T03:23:49.836Z | [ host-image] Feb 27 03:23:48.515 INFO O| Feb 27 03:23:48.515 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm" |
| 9339 | 2026-02-27T03:23:49.836Z | [ host-image] Feb 27 03:23:48.515 INFO O| Feb 27 03:23:48.515 INFO STEP 54 (remove_files) COMPLETE |
| 9340 | 2026-02-27T03:23:49.836Z | [ host-image] Feb 27 03:23:48.515 INFO O| Feb 27 03:23:48.515 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9341 | 2026-02-27T03:23:49.845Z | [ host-image] Feb 27 03:23:48.523 INFO O| Feb 27 03:23:48.523 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm" |
| 9342 | 2026-02-27T03:23:49.845Z | [ host-image] Feb 27 03:23:48.523 INFO O| Feb 27 03:23:48.523 INFO STEP 55 (remove_files) COMPLETE |
| 9343 | 2026-02-27T03:23:49.847Z | [ host-image] Feb 27 03:23:48.523 INFO O| Feb 27 03:23:48.523 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9344 | 2026-02-27T03:23:49.852Z | [ host-image] Feb 27 03:23:48.531 INFO O| Feb 27 03:23:48.531 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm" |
| 9345 | 2026-02-27T03:23:49.852Z | [ host-image] Feb 27 03:23:48.531 INFO O| Feb 27 03:23:48.531 INFO STEP 56 (remove_files) COMPLETE |
| 9346 | 2026-02-27T03:23:49.852Z | [ host-image] Feb 27 03:23:48.531 INFO O| Feb 27 03:23:48.531 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9347 | 2026-02-27T03:23:49.861Z | [ host-image] Feb 27 03:23:48.539 INFO O| Feb 27 03:23:48.539 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar" |
| 9348 | 2026-02-27T03:23:49.861Z | [ host-image] Feb 27 03:23:48.539 INFO O| Feb 27 03:23:48.539 INFO STEP 57 (remove_files) COMPLETE |
| 9349 | 2026-02-27T03:23:49.864Z | [ host-image] Feb 27 03:23:48.539 INFO O| Feb 27 03:23:48.539 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9350 | 2026-02-27T03:23:49.869Z | [ host-image] Feb 27 03:23:48.548 INFO O| Feb 27 03:23:48.548 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
| 9351 | 2026-02-27T03:23:49.870Z | [ host-image] Feb 27 03:23:48.548 INFO O| Feb 27 03:23:48.548 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ... |
| 9352 | 2026-02-27T03:23:49.873Z | [ host-image] Feb 27 03:23:48.548 INFO O| Feb 27 03:23:48.548 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9353 | 2026-02-27T03:23:49.873Z | [ host-image] Feb 27 03:23:48.548 INFO O| Feb 27 03:23:48.548 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9354 | 2026-02-27T03:23:49.873Z | [ host-image] Feb 27 03:23:48.548 INFO O| Feb 27 03:23:48.548 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9355 | 2026-02-27T03:23:49.873Z | [ host-image] Feb 27 03:23:48.548 INFO O| Feb 27 03:23:48.548 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9356 | 2026-02-27T03:23:49.873Z | [ host-image] Feb 27 03:23:48.548 INFO O| Feb 27 03:23:48.548 INFO ok! |
| 9357 | 2026-02-27T03:23:49.873Z | [ host-image] Feb 27 03:23:48.548 INFO O| Feb 27 03:23:48.548 INFO STEP 58 (ensure_file) COMPLETE |
| 9358 | 2026-02-27T03:23:49.873Z | [ host-image] Feb 27 03:23:48.548 INFO O| Feb 27 03:23:48.548 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9359 | 2026-02-27T03:23:49.878Z | [ host-image] Feb 27 03:23:48.556 INFO O| Feb 27 03:23:48.556 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
| 9360 | 2026-02-27T03:23:49.878Z | [ host-image] Feb 27 03:23:48.556 INFO O| Feb 27 03:23:48.556 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ... |
| 9361 | 2026-02-27T03:23:49.881Z | [ host-image] Feb 27 03:23:48.557 INFO O| Feb 27 03:23:48.557 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9362 | 2026-02-27T03:23:49.881Z | [ host-image] Feb 27 03:23:48.557 INFO O| Feb 27 03:23:48.557 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9363 | 2026-02-27T03:23:49.881Z | [ host-image] Feb 27 03:23:48.557 INFO O| Feb 27 03:23:48.557 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9364 | 2026-02-27T03:23:49.881Z | [ host-image] Feb 27 03:23:48.557 INFO O| Feb 27 03:23:48.557 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9365 | 2026-02-27T03:23:49.881Z | [ host-image] Feb 27 03:23:48.557 INFO O| Feb 27 03:23:48.557 INFO ok! |
| 9366 | 2026-02-27T03:23:49.881Z | [ host-image] Feb 27 03:23:48.557 INFO O| Feb 27 03:23:48.557 INFO STEP 59 (ensure_file) COMPLETE |
| 9367 | 2026-02-27T03:23:49.881Z | [ host-image] Feb 27 03:23:48.557 INFO O| Feb 27 03:23:48.557 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9368 | 2026-02-27T03:23:49.887Z | [ host-image] Feb 27 03:23:48.565 INFO O| Feb 27 03:23:48.565 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist |
| 9369 | 2026-02-27T03:23:49.887Z | [ host-image] Feb 27 03:23:48.565 INFO O| Feb 27 03:23:48.565 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ... |
| 9370 | 2026-02-27T03:23:49.887Z | [ host-image] Feb 27 03:23:48.565 INFO O| Feb 27 03:23:48.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile |
| 9371 | 2026-02-27T03:23:49.887Z | [ host-image] Feb 27 03:23:48.565 INFO O| Feb 27 03:23:48.565 INFO ok! |
| 9372 | 2026-02-27T03:23:49.893Z | [ host-image] Feb 27 03:23:48.565 INFO O| Feb 27 03:23:48.565 INFO STEP 60 (ensure_file) COMPLETE |
| 9373 | 2026-02-27T03:23:49.893Z | [ host-image] Feb 27 03:23:48.565 INFO O| Feb 27 03:23:48.565 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9374 | 2026-02-27T03:23:49.896Z | [ host-image] Feb 27 03:23:48.574 INFO O| Feb 27 03:23:48.574 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
| 9375 | 2026-02-27T03:23:49.896Z | [ host-image] Feb 27 03:23:48.574 INFO O| Feb 27 03:23:48.574 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ... |
| 9376 | 2026-02-27T03:23:49.896Z | [ host-image] Feb 27 03:23:48.574 INFO O| Feb 27 03:23:48.574 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc |
| 9377 | 2026-02-27T03:23:49.896Z | [ host-image] Feb 27 03:23:48.574 INFO O| Feb 27 03:23:48.574 INFO ok! |
| 9378 | 2026-02-27T03:23:49.896Z | [ host-image] Feb 27 03:23:48.574 INFO O| Feb 27 03:23:48.574 INFO STEP 61 (ensure_file) COMPLETE |
| 9379 | 2026-02-27T03:23:49.896Z | [ host-image] Feb 27 03:23:48.574 INFO O| Feb 27 03:23:48.574 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9380 | 2026-02-27T03:23:49.905Z | [ host-image] Feb 27 03:23:48.583 INFO O| Feb 27 03:23:48.583 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking |
| 9381 | 2026-02-27T03:23:49.905Z | [ host-image] Feb 27 03:23:48.583 INFO O| Feb 27 03:23:48.583 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ... |
| 9382 | 2026-02-27T03:23:49.909Z | [ host-image] Feb 27 03:23:48.583 INFO O| Feb 27 03:23:48.583 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd |
| 9383 | 2026-02-27T03:23:49.909Z | [ host-image] Feb 27 03:23:48.583 INFO O| Feb 27 03:23:48.583 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd |
| 9384 | 2026-02-27T03:23:49.909Z | [ host-image] Feb 27 03:23:48.583 INFO O| Feb 27 03:23:48.583 INFO ok! |
| 9385 | 2026-02-27T03:23:49.910Z | [ host-image] Feb 27 03:23:48.583 INFO O| Feb 27 03:23:48.583 INFO STEP 62 (ensure_file) COMPLETE |
| 9386 | 2026-02-27T03:23:49.910Z | [ host-image] Feb 27 03:23:48.583 INFO O| Feb 27 03:23:48.583 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9387 | 2026-02-27T03:23:49.916Z | [ host-image] Feb 27 03:23:48.594 INFO O| Feb 27 03:23:48.594 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist |
| 9388 | 2026-02-27T03:23:49.916Z | [ host-image] Feb 27 03:23:48.594 INFO O| Feb 27 03:23:48.594 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ... |
| 9389 | 2026-02-27T03:23:49.919Z | [ host-image] Feb 27 03:23:48.594 INFO O| Feb 27 03:23:48.594 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 9390 | 2026-02-27T03:23:49.919Z | [ host-image] Feb 27 03:23:48.594 INFO O| Feb 27 03:23:48.594 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 9391 | 2026-02-27T03:23:49.919Z | [ host-image] Feb 27 03:23:48.594 INFO O| Feb 27 03:23:48.594 INFO ok! |
| 9392 | 2026-02-27T03:23:49.919Z | [ host-image] Feb 27 03:23:48.594 INFO O| Feb 27 03:23:48.594 INFO STEP 63 (ensure_file) COMPLETE |
| 9393 | 2026-02-27T03:23:49.919Z | [ host-image] Feb 27 03:23:48.594 INFO O| Feb 27 03:23:48.594 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9394 | 2026-02-27T03:23:49.927Z | [ host-image] Feb 27 03:23:48.606 INFO O| Feb 27 03:23:48.605 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist |
| 9395 | 2026-02-27T03:23:49.931Z | [ host-image] Feb 27 03:23:48.606 INFO O| Feb 27 03:23:48.606 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ... |
| 9396 | 2026-02-27T03:23:49.931Z | [ host-image] Feb 27 03:23:48.606 INFO O| Feb 27 03:23:48.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly |
| 9397 | 2026-02-27T03:23:49.931Z | [ host-image] Feb 27 03:23:48.606 INFO O| Feb 27 03:23:48.606 INFO ok! |
| 9398 | 2026-02-27T03:23:49.931Z | [ host-image] Feb 27 03:23:48.606 INFO O| Feb 27 03:23:48.606 INFO STEP 64 (assemble_files) COMPLETE |
| 9399 | 2026-02-27T03:23:49.931Z | [ host-image] Feb 27 03:23:48.606 INFO O| Feb 27 03:23:48.606 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9400 | 2026-02-27T03:23:49.938Z | [ host-image] Feb 27 03:23:48.614 INFO O| Feb 27 03:23:48.614 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist |
| 9401 | 2026-02-27T03:23:49.941Z | [ host-image] Feb 27 03:23:48.614 INFO O| Feb 27 03:23:48.614 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ... |
| 9402 | 2026-02-27T03:23:49.941Z | [ host-image] Feb 27 03:23:48.615 INFO O| Feb 27 03:23:48.614 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf |
| 9403 | 2026-02-27T03:23:49.941Z | [ host-image] Feb 27 03:23:48.615 INFO O| Feb 27 03:23:48.615 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf |
| 9404 | 2026-02-27T03:23:49.941Z | [ host-image] Feb 27 03:23:48.615 INFO O| Feb 27 03:23:48.615 INFO ok! |
| 9405 | 2026-02-27T03:23:49.941Z | [ host-image] Feb 27 03:23:48.615 INFO O| Feb 27 03:23:48.615 INFO STEP 65 (ensure_file) COMPLETE |
| 9406 | 2026-02-27T03:23:49.941Z | [ host-image] Feb 27 03:23:48.615 INFO O| Feb 27 03:23:48.615 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9407 | 2026-02-27T03:23:49.945Z | [ host-image] Feb 27 03:23:48.622 INFO O| Feb 27 03:23:48.622 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9408 | 2026-02-27T03:23:49.945Z | [ host-image] Feb 27 03:23:48.622 INFO O| Feb 27 03:23:48.622 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9409 | 2026-02-27T03:23:49.945Z | [ host-image] Feb 27 03:23:48.622 INFO O| Feb 27 03:23:48.622 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9410 | 2026-02-27T03:23:49.945Z | [ host-image] Feb 27 03:23:48.622 INFO O| Feb 27 03:23:48.622 INFO STEP 66 (ensure_dir) COMPLETE |
| 9411 | 2026-02-27T03:23:49.945Z | [ host-image] Feb 27 03:23:48.622 INFO O| Feb 27 03:23:48.622 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9412 | 2026-02-27T03:23:49.952Z | [ host-image] Feb 27 03:23:48.630 INFO O| Feb 27 03:23:48.630 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
| 9413 | 2026-02-27T03:23:49.952Z | [ host-image] Feb 27 03:23:48.630 INFO O| Feb 27 03:23:48.630 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 ... |
| 9414 | 2026-02-27T03:23:49.959Z | [ host-image] Feb 27 03:23:48.637 INFO O| Feb 27 03:23:48.637 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 |
| 9415 | 2026-02-27T03:23:49.959Z | [ host-image] Feb 27 03:23:48.637 INFO O| Feb 27 03:23:48.637 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
| 9416 | 2026-02-27T03:23:49.959Z | [ host-image] Feb 27 03:23:48.637 INFO O| Feb 27 03:23:48.637 INFO ok! |
| 9417 | 2026-02-27T03:23:49.962Z | [ host-image] Feb 27 03:23:48.637 INFO O| Feb 27 03:23:48.637 INFO STEP 67 (ensure_file) COMPLETE |
| 9418 | 2026-02-27T03:23:49.962Z | [ host-image] Feb 27 03:23:48.637 INFO O| Feb 27 03:23:48.637 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9419 | 2026-02-27T03:23:49.967Z | [ host-image] Feb 27 03:23:48.645 INFO O| Feb 27 03:23:48.645 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
| 9420 | 2026-02-27T03:23:49.967Z | [ host-image] Feb 27 03:23:48.645 INFO O| Feb 27 03:23:48.645 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 ... |
| 9421 | 2026-02-27T03:23:49.970Z | [ host-image] Feb 27 03:23:48.646 INFO O| Feb 27 03:23:48.646 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 |
| 9422 | 2026-02-27T03:23:49.970Z | [ host-image] Feb 27 03:23:48.646 INFO O| Feb 27 03:23:48.646 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
| 9423 | 2026-02-27T03:23:49.970Z | [ host-image] Feb 27 03:23:48.646 INFO O| Feb 27 03:23:48.646 INFO ok! |
| 9424 | 2026-02-27T03:23:49.970Z | [ host-image] Feb 27 03:23:48.646 INFO O| Feb 27 03:23:48.646 INFO STEP 68 (ensure_file) COMPLETE |
| 9425 | 2026-02-27T03:23:49.970Z | [ host-image] Feb 27 03:23:48.646 INFO O| Feb 27 03:23:48.646 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9426 | 2026-02-27T03:23:49.979Z | [ host-image] Feb 27 03:23:48.657 INFO O| Feb 27 03:23:48.657 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal |
| 9427 | 2026-02-27T03:23:49.979Z | [ host-image] Feb 27 03:23:48.657 INFO O| Feb 27 03:23:48.657 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."] |
| 9428 | 2026-02-27T03:23:52.181Z | [ host-image] Feb 27 03:23:50.859 INFO O| Feb 27 03:23:50.859 INFO STEP 69 (pack_tar) COMPLETE |
| 9429 | 2026-02-27T03:23:52.181Z | [ host-image] Feb 27 03:23:50.859 INFO O| Feb 27 03:23:50.859 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim |
| 9430 | 2026-02-27T03:23:52.184Z | [ host-image] Feb 27 03:23:50.859 INFO O| Feb 27 03:23:50.859 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim |
| 9431 | 2026-02-27T03:23:52.523Z | [ host-image] Feb 27 03:23:51.201 INFO O| Feb 27 03:23:51.200 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9432 | 2026-02-27T03:23:52.613Z | [ host-image] Feb 27 03:23:51.289 INFO O| Feb 27 03:23:51.289 INFO completed processing sled/ramdisk-02-trim |
| 9433 | 2026-02-27T03:23:52.617Z | [ host-image] Feb 27 03:23:51.291 INFO image builder template: zfs... |
| 9434 | 2026-02-27T03:23:52.617Z | [ host-image] Feb 27 03:23:51.291 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/.tmpaFY3GB/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 |
| 9435 | 2026-02-27T03:23:52.629Z | [ host-image] Feb 27 03:23:51.307 INFO O| Feb 27 03:23:51.307 INFO skip include "stress" because feature "stress" is not enabled |
| 9436 | 2026-02-27T03:23:52.629Z | [ host-image] Feb 27 03:23:51.307 INFO O| Feb 27 03:23:51.307 INFO skip include "stress" because feature "compliance" is not enabled |
| 9437 | 2026-02-27T03:23:52.664Z | [ host-image] Feb 27 03:23:51.342 INFO O| Feb 27 03:23:51.342 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs |
| 9438 | 2026-02-27T03:23:52.668Z | [ host-image] Feb 27 03:23:51.346 INFO O| Feb 27 03:23:51.346 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs |
| 9439 | 2026-02-27T03:23:52.764Z | [ host-image] Feb 27 03:23:51.442 INFO O| Feb 27 03:23:51.442 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled |
| 9440 | 2026-02-27T03:23:52.827Z | [ host-image] Feb 27 03:23:51.505 INFO O| Feb 27 03:23:51.505 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs |
| 9441 | 2026-02-27T03:23:52.827Z | [ host-image] Feb 27 03:23:51.505 INFO O| Feb 27 03:23:51.505 INFO work dataset: rpool/images/build/host/work/sled/zfs |
| 9442 | 2026-02-27T03:23:52.830Z | [ host-image] Feb 27 03:23:51.508 INFO O| Feb 27 03:23:51.508 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs |
| 9443 | 2026-02-27T03:23:52.975Z | [ host-image] Feb 27 03:23:51.653 INFO O| Feb 27 03:23:51.653 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled |
| 9444 | 2026-02-27T03:23:53.039Z | [ host-image] Feb 27 03:23:51.717 INFO O| Feb 27 03:23:51.717 INFO DESTROY POOL: TEMPORARY-sled-zfs |
| 9445 | 2026-02-27T03:23:53.047Z | [ host-image] Feb 27 03:23:51.725 INFO O| Feb 27 03:23:51.725 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw |
| 9446 | 2026-02-27T03:23:53.051Z | [ host-image] Feb 27 03:23:51.729 INFO O| Feb 27 03:23:51.729 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot |
| 9447 | 2026-02-27T03:23:53.051Z | [ host-image] Feb 27 03:23:51.730 INFO O| Feb 27 03:23:51.729 INFO no lofi found |
| 9448 | 2026-02-27T03:23:53.054Z | [ host-image] Feb 27 03:23:51.730 INFO O| Feb 27 03:23:51.730 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal |
| 9449 | 2026-02-27T03:23:53.054Z | [ host-image] Feb 27 03:23:51.730 INFO O| Feb 27 03:23:51.730 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw |
| 9450 | 2026-02-27T03:23:54.325Z | [ host-image] Feb 27 03:23:53.003 INFO O| Feb 27 03:23:53.003 INFO lofi device = /dev/dsk/c2t1d0p0 |
| 9451 | 2026-02-27T03:23:54.325Z | [ host-image] Feb 27 03:23:53.003 INFO O| Feb 27 03:23:53.003 INFO pool device = /dev/dsk/c2t1d0p0 |
| 9452 | 2026-02-27T03:23:54.325Z | [ host-image] Feb 27 03:23:53.003 INFO O| Feb 27 03:23:53.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/c2t1d0p0"] |
| 9453 | 2026-02-27T03:23:54.432Z | [ host-image] Feb 27 03:23:53.110 INFO O| Feb 27 03:23:53.110 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9454 | 2026-02-27T03:23:54.432Z | [ host-image] Feb 27 03:23:53.110 INFO O| Feb 27 03:23:53.110 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT |
| 9455 | 2026-02-27T03:23:54.451Z | [ host-image] Feb 27 03:23:53.129 INFO O| Feb 27 03:23:53.129 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off |
| 9456 | 2026-02-27T03:23:54.511Z | [ host-image] Feb 27 03:23:53.188 INFO O| Feb 27 03:23:53.188 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy |
| 9457 | 2026-02-27T03:23:54.545Z | [ host-image] Feb 27 03:23:53.222 INFO O| Feb 27 03:23:53.222 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk |
| 9458 | 2026-02-27T03:23:54.556Z | [ host-image] Feb 27 03:23:53.234 INFO O| Feb 27 03:23:53.234 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto |
| 9459 | 2026-02-27T03:23:54.565Z | [ host-image] Feb 27 03:23:53.243 INFO O| Feb 27 03:23:53.243 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy |
| 9460 | 2026-02-27T03:23:54.607Z | [ host-image] Feb 27 03:23:53.285 INFO O| Feb 27 03:23:53.285 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a |
| 9461 | 2026-02-27T03:23:54.607Z | [ host-image] Feb 27 03:23:53.285 INFO O| Feb 27 03:23:53.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a |
| 9462 | 2026-02-27T03:23:54.608Z | [ host-image] Feb 27 03:23:53.285 INFO O| Feb 27 03:23:53.285 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9463 | 2026-02-27T03:23:54.616Z | [ host-image] Feb 27 03:23:53.294 INFO O| Feb 27 03:23:53.294 INFO boot environment UUID: c3c459e5-ddb0-4cac-98f0-17236509ff88 |
| 9464 | 2026-02-27T03:23:54.616Z | [ host-image] Feb 27 03:23:53.294 INFO O| Feb 27 03:23:53.294 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = c3c459e5-ddb0-4cac-98f0-17236509ff88 |
| 9465 | 2026-02-27T03:23:54.624Z | [ host-image] Feb 27 03:23:53.302 INFO O| Feb 27 03:23:53.302 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
| 9466 | 2026-02-27T03:23:54.633Z | [ host-image] Feb 27 03:23:53.311 INFO O| Feb 27 03:23:53.311 INFO STEP 0 (create_be) COMPLETE |
| 9467 | 2026-02-27T03:23:54.636Z | [ host-image] Feb 27 03:23:53.311 INFO O| Feb 27 03:23:53.311 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9468 | 2026-02-27T03:23:54.647Z | [ host-image] Feb 27 03:23:53.324 INFO O| Feb 27 03:23:53.324 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9469 | 2026-02-27T03:24:04.798Z | [ recovery-image] Feb 27 03:24:03.467 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) |
| 9470 | 2026-02-27T03:24:10.553Z | [ recovery-image] Feb 27 03:24:09.229 INFO E| Compiling bitflags v1.3.2 |
| 9471 | 2026-02-27T03:24:10.553Z | [ recovery-image] Feb 27 03:24:09.229 INFO E| Compiling adler2 v2.0.1 |
| 9472 | 2026-02-27T03:24:10.553Z | [ recovery-image] Feb 27 03:24:09.229 INFO E| Compiling bitflags v2.10.0 |
| 9473 | 2026-02-27T03:24:10.554Z | [ recovery-image] Feb 27 03:24:09.229 INFO E| Compiling scroll v0.13.0 |
| 9474 | 2026-02-27T03:24:10.557Z | [ recovery-image] Feb 27 03:24:09.229 INFO E| Compiling log v0.4.29 |
| 9475 | 2026-02-27T03:24:10.557Z | [ recovery-image] Feb 27 03:24:09.229 INFO E| Compiling plain v0.2.3 |
| 9476 | 2026-02-27T03:24:10.557Z | [ recovery-image] Feb 27 03:24:09.229 INFO E| Compiling bit_field v0.10.3 |
| 9477 | 2026-02-27T03:24:10.710Z | [ recovery-image] Feb 27 03:24:09.385 INFO E| Compiling raw-cpuid v10.7.0 |
| 9478 | 2026-02-27T03:24:11.039Z | [ recovery-image] Feb 27 03:24:09.715 INFO E| Compiling cpio_reader v0.1.2 |
| 9479 | 2026-02-27T03:24:11.062Z | [ recovery-image] Feb 27 03:24:09.739 INFO E| Compiling miniz_oxide v0.9.0 |
| 9480 | 2026-02-27T03:24:11.293Z | [ recovery-image] Feb 27 03:24:09.969 INFO E| Compiling static_assertions v1.1.0 |
| 9481 | 2026-02-27T03:24:11.480Z | [ recovery-image] Feb 27 03:24:10.155 INFO E| Compiling bitstruct v0.1.1 |
| 9482 | 2026-02-27T03:24:12.114Z | [ recovery-image] Feb 27 03:24:10.790 INFO E| Compiling goblin v0.10.4 |
| 9483 | 2026-02-27T03:24:14.855Z | [ host-image] Feb 27 03:24:13.530 INFO O| Feb 27 03:24:13.530 INFO STEP 1 (unpack_tar) COMPLETE |
| 9484 | 2026-02-27T03:24:14.855Z | [ host-image] Feb 27 03:24:13.530 INFO O| Feb 27 03:24:13.530 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9485 | 2026-02-27T03:24:14.870Z | [ host-image] Feb 27 03:24:13.545 INFO O| Feb 27 03:24:13.545 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9486 | 2026-02-27T03:24:15.476Z | [ host-image] Feb 27 03:24:14.149 INFO O| Feb 27 03:24:14.149 INFO STEP 2 (devfsadm) COMPLETE |
| 9487 | 2026-02-27T03:24:15.476Z | [ host-image] Feb 27 03:24:14.149 INFO O| Feb 27 03:24:14.149 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9488 | 2026-02-27T03:24:15.484Z | [ host-image] Feb 27 03:24:14.160 INFO O| Feb 27 03:24:14.160 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9489 | 2026-02-27T03:24:15.488Z | [ host-image] Feb 27 03:24:14.160 INFO O| Feb 27 03:24:14.160 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9490 | 2026-02-27T03:24:15.488Z | [ host-image] Feb 27 03:24:14.160 INFO O| Feb 27 03:24:14.160 INFO STEP 3 (ensure_dir) COMPLETE |
| 9491 | 2026-02-27T03:24:15.488Z | [ host-image] Feb 27 03:24:14.160 INFO O| Feb 27 03:24:14.160 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9492 | 2026-02-27T03:24:15.498Z | [ host-image] Feb 27 03:24:14.174 INFO O| Feb 27 03:24:14.173 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9493 | 2026-02-27T03:24:15.498Z | [ host-image] Feb 27 03:24:14.174 INFO O| Feb 27 03:24:14.174 INFO STEP 4 (ensure_dir) COMPLETE |
| 9494 | 2026-02-27T03:24:15.501Z | [ host-image] Feb 27 03:24:14.174 INFO O| Feb 27 03:24:14.174 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9495 | 2026-02-27T03:24:15.512Z | [ host-image] Feb 27 03:24:14.188 INFO O| Feb 27 03:24:14.188 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9496 | 2026-02-27T03:24:15.512Z | [ host-image] Feb 27 03:24:14.188 INFO O| Feb 27 03:24:14.188 INFO STEP 5 (ensure_dir) COMPLETE |
| 9497 | 2026-02-27T03:24:15.515Z | [ host-image] Feb 27 03:24:14.188 INFO O| Feb 27 03:24:14.188 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9498 | 2026-02-27T03:24:15.526Z | [ host-image] Feb 27 03:24:14.202 INFO O| Feb 27 03:24:14.202 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9499 | 2026-02-27T03:24:15.526Z | [ host-image] Feb 27 03:24:14.202 INFO O| Feb 27 03:24:14.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9500 | 2026-02-27T03:24:15.530Z | [ host-image] Feb 27 03:24:14.202 INFO O| Feb 27 03:24:14.202 INFO STEP 6 (ensure_dir) COMPLETE |
| 9501 | 2026-02-27T03:24:15.530Z | [ host-image] Feb 27 03:24:14.202 INFO O| Feb 27 03:24:14.202 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9502 | 2026-02-27T03:24:15.539Z | [ host-image] Feb 27 03:24:14.215 INFO O| Feb 27 03:24:14.215 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9503 | 2026-02-27T03:24:15.539Z | [ host-image] Feb 27 03:24:14.215 INFO O| Feb 27 03:24:14.215 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9504 | 2026-02-27T03:24:15.542Z | [ host-image] Feb 27 03:24:14.215 INFO O| Feb 27 03:24:14.215 INFO STEP 7 (ensure_dir) COMPLETE |
| 9505 | 2026-02-27T03:24:15.542Z | [ host-image] Feb 27 03:24:14.215 INFO O| Feb 27 03:24:14.215 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9506 | 2026-02-27T03:24:15.550Z | [ host-image] Feb 27 03:24:14.226 INFO O| Feb 27 03:24:14.226 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg" |
| 9507 | 2026-02-27T03:24:15.554Z | [ host-image] Feb 27 03:24:14.226 INFO O| Feb 27 03:24:14.226 INFO STEP 8 (remove_files) COMPLETE |
| 9508 | 2026-02-27T03:24:15.554Z | [ host-image] Feb 27 03:24:14.226 INFO O| Feb 27 03:24:14.226 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9509 | 2026-02-27T03:24:15.564Z | [ host-image] Feb 27 03:24:14.238 INFO O| Feb 27 03:24:14.238 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk" |
| 9510 | 2026-02-27T03:24:15.568Z | [ host-image] Feb 27 03:24:14.240 INFO O| Feb 27 03:24:14.240 INFO STEP 9 (remove_files) COMPLETE |
| 9511 | 2026-02-27T03:24:15.568Z | [ host-image] Feb 27 03:24:14.240 INFO O| Feb 27 03:24:14.240 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9512 | 2026-02-27T03:24:15.578Z | [ host-image] Feb 27 03:24:14.254 INFO O| Feb 27 03:24:14.254 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk" |
| 9513 | 2026-02-27T03:24:15.586Z | [ host-image] Feb 27 03:24:14.256 INFO O| Feb 27 03:24:14.256 INFO STEP 10 (remove_files) COMPLETE |
| 9514 | 2026-02-27T03:24:15.586Z | [ host-image] Feb 27 03:24:14.256 INFO O| Feb 27 03:24:14.256 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9515 | 2026-02-27T03:24:15.596Z | [ host-image] Feb 27 03:24:14.272 INFO O| Feb 27 03:24:14.272 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors" |
| 9516 | 2026-02-27T03:24:15.596Z | [ host-image] Feb 27 03:24:14.272 INFO O| Feb 27 03:24:14.272 INFO STEP 11 (remove_files) COMPLETE |
| 9517 | 2026-02-27T03:24:15.596Z | [ host-image] Feb 27 03:24:14.272 INFO O| Feb 27 03:24:14.272 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9518 | 2026-02-27T03:24:15.612Z | [ host-image] Feb 27 03:24:14.288 INFO O| Feb 27 03:24:14.288 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb" |
| 9519 | 2026-02-27T03:24:15.612Z | [ host-image] Feb 27 03:24:14.288 INFO O| Feb 27 03:24:14.288 INFO STEP 12 (remove_files) COMPLETE |
| 9520 | 2026-02-27T03:24:15.615Z | [ host-image] Feb 27 03:24:14.288 INFO O| Feb 27 03:24:14.288 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9521 | 2026-02-27T03:24:15.627Z | [ host-image] Feb 27 03:24:14.303 INFO O| Feb 27 03:24:14.303 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9522 | 2026-02-27T03:24:15.627Z | [ host-image] Feb 27 03:24:14.303 INFO O| Feb 27 03:24:14.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9523 | 2026-02-27T03:24:15.630Z | [ host-image] Feb 27 03:24:14.303 INFO O| Feb 27 03:24:14.303 INFO STEP 13 (ensure_dir) COMPLETE |
| 9524 | 2026-02-27T03:24:15.630Z | [ host-image] Feb 27 03:24:14.303 INFO O| Feb 27 03:24:14.303 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9525 | 2026-02-27T03:24:15.643Z | [ host-image] Feb 27 03:24:14.319 INFO O| Feb 27 03:24:14.319 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9526 | 2026-02-27T03:24:15.643Z | [ host-image] Feb 27 03:24:14.319 INFO O| Feb 27 03:24:14.319 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9527 | 2026-02-27T03:24:15.643Z | [ host-image] Feb 27 03:24:14.319 INFO O| Feb 27 03:24:14.319 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9528 | 2026-02-27T03:24:15.646Z | [ host-image] Feb 27 03:24:14.319 INFO O| Feb 27 03:24:14.319 INFO STEP 14 (ensure_dir) COMPLETE |
| 9529 | 2026-02-27T03:24:15.646Z | [ host-image] Feb 27 03:24:14.319 INFO O| Feb 27 03:24:14.319 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9530 | 2026-02-27T03:24:15.658Z | [ host-image] Feb 27 03:24:14.334 INFO O| Feb 27 03:24:14.334 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9531 | 2026-02-27T03:24:15.658Z | [ host-image] Feb 27 03:24:14.334 INFO O| Feb 27 03:24:14.334 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9532 | 2026-02-27T03:24:15.658Z | [ host-image] Feb 27 03:24:14.334 INFO O| Feb 27 03:24:14.334 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9533 | 2026-02-27T03:24:15.662Z | [ host-image] Feb 27 03:24:14.334 INFO O| Feb 27 03:24:14.334 INFO STEP 15 (ensure_dir) COMPLETE |
| 9534 | 2026-02-27T03:24:15.662Z | [ host-image] Feb 27 03:24:14.334 INFO O| Feb 27 03:24:14.334 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9535 | 2026-02-27T03:24:15.674Z | [ host-image] Feb 27 03:24:14.350 INFO O| Feb 27 03:24:14.350 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9536 | 2026-02-27T03:24:15.674Z | [ host-image] Feb 27 03:24:14.350 INFO O| Feb 27 03:24:14.350 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9537 | 2026-02-27T03:24:15.674Z | [ host-image] Feb 27 03:24:14.350 INFO O| Feb 27 03:24:14.350 INFO STEP 16 (ensure_dir) COMPLETE |
| 9538 | 2026-02-27T03:24:15.677Z | [ host-image] Feb 27 03:24:14.350 INFO O| Feb 27 03:24:14.350 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9539 | 2026-02-27T03:24:15.690Z | [ host-image] Feb 27 03:24:14.366 INFO O| Feb 27 03:24:14.366 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9540 | 2026-02-27T03:24:15.690Z | [ host-image] Feb 27 03:24:14.366 INFO O| Feb 27 03:24:14.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9541 | 2026-02-27T03:24:15.694Z | [ host-image] Feb 27 03:24:14.366 INFO O| Feb 27 03:24:14.366 INFO STEP 17 (ensure_dir) COMPLETE |
| 9542 | 2026-02-27T03:24:15.694Z | [ host-image] Feb 27 03:24:14.366 INFO O| Feb 27 03:24:14.366 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9543 | 2026-02-27T03:24:15.705Z | [ host-image] Feb 27 03:24:14.381 INFO O| Feb 27 03:24:14.381 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
| 9544 | 2026-02-27T03:24:15.705Z | [ host-image] Feb 27 03:24:14.381 INFO O| Feb 27 03:24:14.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog |
| 9545 | 2026-02-27T03:24:15.705Z | [ host-image] Feb 27 03:24:14.381 INFO O| Feb 27 03:24:14.381 INFO ok! |
| 9546 | 2026-02-27T03:24:15.705Z | [ host-image] Feb 27 03:24:14.381 INFO O| Feb 27 03:24:14.381 INFO STEP 18 (ensure_symlink) COMPLETE |
| 9547 | 2026-02-27T03:24:15.708Z | [ host-image] Feb 27 03:24:14.381 INFO O| Feb 27 03:24:14.381 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9548 | 2026-02-27T03:24:15.719Z | [ host-image] Feb 27 03:24:14.395 INFO O| Feb 27 03:24:14.395 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents |
| 9549 | 2026-02-27T03:24:15.719Z | [ host-image] Feb 27 03:24:14.395 INFO O| Feb 27 03:24:14.395 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure |
| 9550 | 2026-02-27T03:24:15.719Z | [ host-image] Feb 27 03:24:14.395 INFO O| Feb 27 03:24:14.395 INFO ok! |
| 9551 | 2026-02-27T03:24:15.723Z | [ host-image] Feb 27 03:24:14.395 INFO O| Feb 27 03:24:14.395 INFO STEP 19 (ensure_file) COMPLETE |
| 9552 | 2026-02-27T03:24:15.723Z | [ host-image] Feb 27 03:24:14.395 INFO O| Feb 27 03:24:14.395 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9553 | 2026-02-27T03:24:15.733Z | [ host-image] Feb 27 03:24:14.409 INFO O| Feb 27 03:24:14.409 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist |
| 9554 | 2026-02-27T03:24:15.733Z | [ host-image] Feb 27 03:24:14.409 INFO O| Feb 27 03:24:14.409 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
| 9555 | 2026-02-27T03:24:15.733Z | [ host-image] Feb 27 03:24:14.409 INFO O| Feb 27 03:24:14.409 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml |
| 9556 | 2026-02-27T03:24:15.736Z | [ host-image] Feb 27 03:24:14.409 INFO O| Feb 27 03:24:14.409 INFO ok! |
| 9557 | 2026-02-27T03:24:15.736Z | [ host-image] Feb 27 03:24:14.409 INFO O| Feb 27 03:24:14.409 INFO STEP 20 (ensure_symlink) COMPLETE |
| 9558 | 2026-02-27T03:24:15.737Z | [ host-image] Feb 27 03:24:14.409 INFO O| Feb 27 03:24:14.409 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9559 | 2026-02-27T03:24:15.749Z | [ host-image] Feb 27 03:24:14.425 INFO O| Feb 27 03:24:14.425 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
| 9560 | 2026-02-27T03:24:15.749Z | [ host-image] Feb 27 03:24:14.425 INFO O| Feb 27 03:24:14.425 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
| 9561 | 2026-02-27T03:24:15.752Z | [ host-image] Feb 27 03:24:14.425 INFO O| Feb 27 03:24:14.425 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml |
| 9562 | 2026-02-27T03:24:15.752Z | [ host-image] Feb 27 03:24:14.425 INFO O| Feb 27 03:24:14.425 INFO ok! |
| 9563 | 2026-02-27T03:24:15.752Z | [ host-image] Feb 27 03:24:14.425 INFO O| Feb 27 03:24:14.425 INFO STEP 21 (ensure_symlink) COMPLETE |
| 9564 | 2026-02-27T03:24:15.752Z | [ host-image] Feb 27 03:24:14.425 INFO O| Feb 27 03:24:14.425 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9565 | 2026-02-27T03:24:15.765Z | [ host-image] Feb 27 03:24:14.441 INFO O| Feb 27 03:24:14.441 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist |
| 9566 | 2026-02-27T03:24:15.765Z | [ host-image] Feb 27 03:24:14.441 INFO O| Feb 27 03:24:14.441 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
| 9567 | 2026-02-27T03:24:15.765Z | [ host-image] Feb 27 03:24:14.441 INFO O| Feb 27 03:24:14.441 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml |
| 9568 | 2026-02-27T03:24:15.768Z | [ host-image] Feb 27 03:24:14.441 INFO O| Feb 27 03:24:14.441 INFO ok! |
| 9569 | 2026-02-27T03:24:15.768Z | [ host-image] Feb 27 03:24:14.441 INFO O| Feb 27 03:24:14.441 INFO STEP 22 (ensure_symlink) COMPLETE |
| 9570 | 2026-02-27T03:24:15.768Z | [ host-image] Feb 27 03:24:14.441 INFO O| Feb 27 03:24:14.441 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9571 | 2026-02-27T03:24:15.780Z | [ host-image] Feb 27 03:24:14.456 INFO O| Feb 27 03:24:14.456 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist |
| 9572 | 2026-02-27T03:24:15.780Z | [ host-image] Feb 27 03:24:14.456 INFO O| Feb 27 03:24:14.456 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
| 9573 | 2026-02-27T03:24:15.784Z | [ host-image] Feb 27 03:24:14.456 INFO O| Feb 27 03:24:14.456 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml |
| 9574 | 2026-02-27T03:24:15.784Z | [ host-image] Feb 27 03:24:14.456 INFO O| Feb 27 03:24:14.456 INFO ok! |
| 9575 | 2026-02-27T03:24:15.784Z | [ host-image] Feb 27 03:24:14.456 INFO O| Feb 27 03:24:14.456 INFO STEP 23 (ensure_symlink) COMPLETE |
| 9576 | 2026-02-27T03:24:15.784Z | [ host-image] Feb 27 03:24:14.456 INFO O| Feb 27 03:24:14.456 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9577 | 2026-02-27T03:24:15.795Z | [ host-image] Feb 27 03:24:14.471 INFO O| Feb 27 03:24:14.471 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
| 9578 | 2026-02-27T03:24:15.795Z | [ host-image] Feb 27 03:24:14.471 INFO O| Feb 27 03:24:14.471 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ... |
| 9579 | 2026-02-27T03:24:15.798Z | [ host-image] Feb 27 03:24:14.471 INFO O| Feb 27 03:24:14.471 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf |
| 9580 | 2026-02-27T03:24:15.798Z | [ host-image] Feb 27 03:24:14.471 INFO O| Feb 27 03:24:14.471 INFO ok! |
| 9581 | 2026-02-27T03:24:15.798Z | [ host-image] Feb 27 03:24:14.471 INFO O| Feb 27 03:24:14.471 INFO STEP 24 (ensure_file) COMPLETE |
| 9582 | 2026-02-27T03:24:15.798Z | [ host-image] Feb 27 03:24:14.471 INFO O| Feb 27 03:24:14.471 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9583 | 2026-02-27T03:24:15.809Z | [ host-image] Feb 27 03:24:14.485 INFO O| Feb 27 03:24:14.485 INFO updating shadow file |
| 9584 | 2026-02-27T03:24:15.812Z | [ host-image] Feb 27 03:24:14.485 INFO O| Feb 27 03:24:14.485 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 9585 | 2026-02-27T03:24:15.813Z | [ host-image] Feb 27 03:24:14.486 INFO O| Feb 27 03:24:14.485 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 9586 | 2026-02-27T03:24:15.813Z | [ host-image] Feb 27 03:24:14.486 INFO O| Feb 27 03:24:14.486 INFO STEP 25 (shadow) COMPLETE |
| 9587 | 2026-02-27T03:24:15.813Z | [ host-image] Feb 27 03:24:14.486 INFO O| Feb 27 03:24:14.486 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9588 | 2026-02-27T03:24:15.825Z | [ host-image] Feb 27 03:24:14.501 INFO O| Feb 27 03:24:14.501 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
| 9589 | 2026-02-27T03:24:15.826Z | [ host-image] Feb 27 03:24:14.501 INFO O| Feb 27 03:24:14.501 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ... |
| 9590 | 2026-02-27T03:24:15.826Z | [ host-image] Feb 27 03:24:14.501 INFO O| Feb 27 03:24:14.501 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts |
| 9591 | 2026-02-27T03:24:15.835Z | [ host-image] Feb 27 03:24:14.501 INFO O| Feb 27 03:24:14.501 INFO ok! |
| 9592 | 2026-02-27T03:24:15.835Z | [ host-image] Feb 27 03:24:14.501 INFO O| Feb 27 03:24:14.501 INFO STEP 26 (ensure_file) COMPLETE |
| 9593 | 2026-02-27T03:24:15.835Z | [ host-image] Feb 27 03:24:14.501 INFO O| Feb 27 03:24:14.501 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9594 | 2026-02-27T03:24:15.839Z | [ host-image] Feb 27 03:24:14.515 INFO O| Feb 27 03:24:14.515 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist |
| 9595 | 2026-02-27T03:24:15.839Z | [ host-image] Feb 27 03:24:14.515 INFO O| Feb 27 03:24:14.515 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ... |
| 9596 | 2026-02-27T03:24:15.847Z | [ host-image] Feb 27 03:24:14.515 INFO O| Feb 27 03:24:14.515 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename |
| 9597 | 2026-02-27T03:24:15.847Z | [ host-image] Feb 27 03:24:14.515 INFO O| Feb 27 03:24:14.515 INFO ok! |
| 9598 | 2026-02-27T03:24:15.847Z | [ host-image] Feb 27 03:24:14.515 INFO O| Feb 27 03:24:14.515 INFO STEP 27 (ensure_file) COMPLETE |
| 9599 | 2026-02-27T03:24:15.847Z | [ host-image] Feb 27 03:24:14.515 INFO O| Feb 27 03:24:14.515 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9600 | 2026-02-27T03:24:15.853Z | [ host-image] Feb 27 03:24:14.530 INFO O| Feb 27 03:24:14.529 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
| 9601 | 2026-02-27T03:24:15.854Z | [ host-image] Feb 27 03:24:14.530 INFO O| Feb 27 03:24:14.530 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ... |
| 9602 | 2026-02-27T03:24:15.854Z | [ host-image] Feb 27 03:24:14.530 INFO O| Feb 27 03:24:14.530 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent |
| 9603 | 2026-02-27T03:24:15.854Z | [ host-image] Feb 27 03:24:14.530 INFO O| Feb 27 03:24:14.530 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent |
| 9604 | 2026-02-27T03:24:15.857Z | [ host-image] Feb 27 03:24:14.530 INFO O| Feb 27 03:24:14.530 INFO ok! |
| 9605 | 2026-02-27T03:24:15.857Z | [ host-image] Feb 27 03:24:14.530 INFO O| Feb 27 03:24:14.530 INFO STEP 28 (ensure_file) COMPLETE |
| 9606 | 2026-02-27T03:24:15.857Z | [ host-image] Feb 27 03:24:14.530 INFO O| Feb 27 03:24:14.530 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9607 | 2026-02-27T03:24:15.870Z | [ host-image] Feb 27 03:24:14.545 INFO O| Feb 27 03:24:14.545 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist |
| 9608 | 2026-02-27T03:24:15.870Z | [ host-image] Feb 27 03:24:14.545 INFO O| Feb 27 03:24:14.545 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ... |
| 9609 | 2026-02-27T03:24:15.874Z | [ host-image] Feb 27 03:24:14.545 INFO O| Feb 27 03:24:14.545 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf |
| 9610 | 2026-02-27T03:24:15.874Z | [ host-image] Feb 27 03:24:14.545 INFO O| Feb 27 03:24:14.545 INFO ok! |
| 9611 | 2026-02-27T03:24:15.874Z | [ host-image] Feb 27 03:24:14.545 INFO O| Feb 27 03:24:14.545 INFO STEP 29 (ensure_file) COMPLETE |
| 9612 | 2026-02-27T03:24:15.875Z | [ host-image] Feb 27 03:24:14.545 INFO O| Feb 27 03:24:14.545 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9613 | 2026-02-27T03:24:15.885Z | [ host-image] Feb 27 03:24:14.560 INFO O| Feb 27 03:24:14.560 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9614 | 2026-02-27T03:24:15.885Z | [ host-image] Feb 27 03:24:14.560 INFO O| Feb 27 03:24:14.560 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9615 | 2026-02-27T03:24:15.885Z | [ host-image] Feb 27 03:24:14.560 INFO O| Feb 27 03:24:14.560 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9616 | 2026-02-27T03:24:15.889Z | [ host-image] Feb 27 03:24:14.560 INFO O| Feb 27 03:24:14.560 INFO STEP 30 (ensure_dir) COMPLETE |
| 9617 | 2026-02-27T03:24:15.889Z | [ host-image] Feb 27 03:24:14.560 INFO O| Feb 27 03:24:14.560 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9618 | 2026-02-27T03:24:15.899Z | [ host-image] Feb 27 03:24:14.575 INFO O| Feb 27 03:24:14.575 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist |
| 9619 | 2026-02-27T03:24:15.899Z | [ host-image] Feb 27 03:24:14.575 INFO O| Feb 27 03:24:14.575 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ... |
| 9620 | 2026-02-27T03:24:15.902Z | [ host-image] Feb 27 03:24:14.575 INFO O| Feb 27 03:24:14.575 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup |
| 9621 | 2026-02-27T03:24:15.902Z | [ host-image] Feb 27 03:24:14.575 INFO O| Feb 27 03:24:14.575 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup |
| 9622 | 2026-02-27T03:24:15.902Z | [ host-image] Feb 27 03:24:14.575 INFO O| Feb 27 03:24:14.575 INFO ok! |
| 9623 | 2026-02-27T03:24:15.902Z | [ host-image] Feb 27 03:24:14.575 INFO O| Feb 27 03:24:14.575 INFO STEP 31 (ensure_file) COMPLETE |
| 9624 | 2026-02-27T03:24:15.902Z | [ host-image] Feb 27 03:24:14.575 INFO O| Feb 27 03:24:14.575 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9625 | 2026-02-27T03:24:15.915Z | [ host-image] Feb 27 03:24:14.590 INFO O| Feb 27 03:24:14.590 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 9626 | 2026-02-27T03:24:15.915Z | [ host-image] Feb 27 03:24:14.590 INFO O| Feb 27 03:24:14.590 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 9627 | 2026-02-27T03:24:15.915Z | [ host-image] Feb 27 03:24:14.590 INFO O| Feb 27 03:24:14.590 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 9628 | 2026-02-27T03:24:15.918Z | [ host-image] Feb 27 03:24:14.590 INFO O| Feb 27 03:24:14.590 INFO STEP 32 (ensure_dir) COMPLETE |
| 9629 | 2026-02-27T03:24:15.918Z | [ host-image] Feb 27 03:24:14.590 INFO O| Feb 27 03:24:14.590 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9630 | 2026-02-27T03:24:15.928Z | [ host-image] Feb 27 03:24:14.604 INFO O| Feb 27 03:24:14.604 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist |
| 9631 | 2026-02-27T03:24:15.928Z | [ host-image] Feb 27 03:24:14.604 INFO O| Feb 27 03:24:14.604 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 ... |
| 9632 | 2026-02-27T03:24:15.928Z | [ host-image] Feb 27 03:24:14.604 INFO O| Feb 27 03:24:14.604 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 |
| 9633 | 2026-02-27T03:24:15.932Z | [ host-image] Feb 27 03:24:14.604 INFO O| Feb 27 03:24:14.604 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml |
| 9634 | 2026-02-27T03:24:15.932Z | [ host-image] Feb 27 03:24:14.605 INFO O| Feb 27 03:24:14.604 INFO ok! |
| 9635 | 2026-02-27T03:24:15.932Z | [ host-image] Feb 27 03:24:14.605 INFO O| Feb 27 03:24:14.604 INFO STEP 33 (ensure_file) COMPLETE |
| 9636 | 2026-02-27T03:24:15.932Z | [ host-image] Feb 27 03:24:14.605 INFO O| Feb 27 03:24:14.605 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9637 | 2026-02-27T03:24:15.943Z | [ host-image] Feb 27 03:24:14.619 INFO O| Feb 27 03:24:14.619 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist |
| 9638 | 2026-02-27T03:24:15.943Z | [ host-image] Feb 27 03:24:14.619 INFO O| Feb 27 03:24:14.619 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ... |
| 9639 | 2026-02-27T03:24:15.947Z | [ host-image] Feb 27 03:24:14.619 INFO O| Feb 27 03:24:14.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master |
| 9640 | 2026-02-27T03:24:15.947Z | [ host-image] Feb 27 03:24:14.619 INFO O| Feb 27 03:24:14.619 INFO ok! |
| 9641 | 2026-02-27T03:24:15.947Z | [ host-image] Feb 27 03:24:14.619 INFO O| Feb 27 03:24:14.619 INFO STEP 34 (ensure_file) COMPLETE |
| 9642 | 2026-02-27T03:24:15.947Z | [ host-image] Feb 27 03:24:14.619 INFO O| Feb 27 03:24:14.619 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9643 | 2026-02-27T03:24:15.959Z | [ host-image] Feb 27 03:24:14.635 INFO O| Feb 27 03:24:14.634 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
| 9644 | 2026-02-27T03:24:15.962Z | [ host-image] Feb 27 03:24:14.635 INFO O| Feb 27 03:24:14.635 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ... |
| 9645 | 2026-02-27T03:24:15.962Z | [ host-image] Feb 27 03:24:14.635 INFO O| Feb 27 03:24:14.635 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs |
| 9646 | 2026-02-27T03:24:15.962Z | [ host-image] Feb 27 03:24:14.635 INFO O| Feb 27 03:24:14.635 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs |
| 9647 | 2026-02-27T03:24:15.962Z | [ host-image] Feb 27 03:24:14.635 INFO O| Feb 27 03:24:14.635 INFO ok! |
| 9648 | 2026-02-27T03:24:15.962Z | [ host-image] Feb 27 03:24:14.635 INFO O| Feb 27 03:24:14.635 INFO STEP 35 (ensure_file) COMPLETE |
| 9649 | 2026-02-27T03:24:15.962Z | [ host-image] Feb 27 03:24:14.635 INFO O| Feb 27 03:24:14.635 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9650 | 2026-02-27T03:24:15.974Z | [ host-image] Feb 27 03:24:14.650 INFO O| Feb 27 03:24:14.650 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking |
| 9651 | 2026-02-27T03:24:15.974Z | [ host-image] Feb 27 03:24:14.650 INFO O| Feb 27 03:24:14.650 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ... |
| 9652 | 2026-02-27T03:24:15.977Z | [ host-image] Feb 27 03:24:14.650 INFO O| Feb 27 03:24:14.650 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init |
| 9653 | 2026-02-27T03:24:15.977Z | [ host-image] Feb 27 03:24:14.650 INFO O| Feb 27 03:24:14.650 INFO ok! |
| 9654 | 2026-02-27T03:24:15.977Z | [ host-image] Feb 27 03:24:14.650 INFO O| Feb 27 03:24:14.650 INFO STEP 36 (ensure_file) COMPLETE |
| 9655 | 2026-02-27T03:24:15.977Z | [ host-image] Feb 27 03:24:14.650 INFO O| Feb 27 03:24:14.650 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9656 | 2026-02-27T03:24:15.989Z | [ host-image] Feb 27 03:24:14.665 INFO O| Feb 27 03:24:14.665 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
| 9657 | 2026-02-27T03:24:15.989Z | [ host-image] Feb 27 03:24:14.665 INFO O| Feb 27 03:24:14.665 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ... |
| 9658 | 2026-02-27T03:24:15.993Z | [ host-image] Feb 27 03:24:14.665 INFO O| Feb 27 03:24:14.665 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config |
| 9659 | 2026-02-27T03:24:15.993Z | [ host-image] Feb 27 03:24:14.665 INFO O| Feb 27 03:24:14.665 INFO ok! |
| 9660 | 2026-02-27T03:24:15.993Z | [ host-image] Feb 27 03:24:14.665 INFO O| Feb 27 03:24:14.665 INFO STEP 37 (ensure_file) COMPLETE |
| 9661 | 2026-02-27T03:24:15.993Z | [ host-image] Feb 27 03:24:14.665 INFO O| Feb 27 03:24:14.665 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9662 | 2026-02-27T03:24:16.006Z | [ host-image] Feb 27 03:24:14.682 INFO O| Feb 27 03:24:14.682 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist |
| 9663 | 2026-02-27T03:24:16.006Z | [ host-image] Feb 27 03:24:14.682 INFO O| Feb 27 03:24:14.682 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ... |
| 9664 | 2026-02-27T03:24:16.006Z | [ host-image] Feb 27 03:24:14.682 INFO O| Feb 27 03:24:14.682 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9665 | 2026-02-27T03:24:16.006Z | [ host-image] Feb 27 03:24:14.682 INFO O| Feb 27 03:24:14.682 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9666 | 2026-02-27T03:24:16.010Z | [ host-image] Feb 27 03:24:14.682 INFO O| Feb 27 03:24:14.682 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9667 | 2026-02-27T03:24:16.010Z | [ host-image] Feb 27 03:24:14.682 INFO O| Feb 27 03:24:14.682 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9668 | 2026-02-27T03:24:16.010Z | [ host-image] Feb 27 03:24:14.682 INFO O| Feb 27 03:24:14.682 INFO ok! |
| 9669 | 2026-02-27T03:24:16.010Z | [ host-image] Feb 27 03:24:14.682 INFO O| Feb 27 03:24:14.682 INFO STEP 38 (ensure_file) COMPLETE |
| 9670 | 2026-02-27T03:24:16.010Z | [ host-image] Feb 27 03:24:14.682 INFO O| Feb 27 03:24:14.682 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9671 | 2026-02-27T03:24:16.021Z | [ host-image] Feb 27 03:24:14.697 INFO O| Feb 27 03:24:14.697 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 9672 | 2026-02-27T03:24:16.021Z | [ host-image] Feb 27 03:24:14.697 INFO O| Feb 27 03:24:14.697 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 9673 | 2026-02-27T03:24:16.024Z | [ host-image] Feb 27 03:24:14.697 INFO O| Feb 27 03:24:14.697 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 9674 | 2026-02-27T03:24:16.024Z | [ host-image] Feb 27 03:24:14.697 INFO O| Feb 27 03:24:14.697 INFO STEP 39 (ensure_dir) COMPLETE |
| 9675 | 2026-02-27T03:24:16.024Z | [ host-image] Feb 27 03:24:14.697 INFO O| Feb 27 03:24:14.697 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9676 | 2026-02-27T03:24:16.036Z | [ host-image] Feb 27 03:24:14.712 INFO O| Feb 27 03:24:14.712 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 |
| 9677 | 2026-02-27T03:24:16.036Z | [ host-image] Feb 27 03:24:14.712 INFO O| Feb 27 03:24:14.712 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 ... |
| 9678 | 2026-02-27T03:24:16.040Z | [ host-image] Feb 27 03:24:14.712 INFO O| Feb 27 03:24:14.712 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 |
| 9679 | 2026-02-27T03:24:16.040Z | [ host-image] Feb 27 03:24:14.712 INFO O| Feb 27 03:24:14.712 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 |
| 9680 | 2026-02-27T03:24:16.040Z | [ host-image] Feb 27 03:24:14.712 INFO O| Feb 27 03:24:14.712 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 |
| 9681 | 2026-02-27T03:24:16.040Z | [ host-image] Feb 27 03:24:14.712 INFO O| Feb 27 03:24:14.712 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 |
| 9682 | 2026-02-27T03:24:16.040Z | [ host-image] Feb 27 03:24:14.712 INFO O| Feb 27 03:24:14.712 INFO ok! |
| 9683 | 2026-02-27T03:24:16.040Z | [ host-image] Feb 27 03:24:14.712 INFO O| Feb 27 03:24:14.712 INFO STEP 40 (ensure_file) COMPLETE |
| 9684 | 2026-02-27T03:24:16.040Z | [ host-image] Feb 27 03:24:14.712 INFO O| Feb 27 03:24:14.712 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9685 | 2026-02-27T03:24:16.048Z | [ host-image] Feb 27 03:24:14.724 INFO O| Feb 27 03:24:14.724 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
| 9686 | 2026-02-27T03:24:16.048Z | [ host-image] Feb 27 03:24:14.724 INFO O| Feb 27 03:24:14.724 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 ... |
| 9687 | 2026-02-27T03:24:16.051Z | [ host-image] Feb 27 03:24:14.724 INFO O| Feb 27 03:24:14.724 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
| 9688 | 2026-02-27T03:24:16.052Z | [ host-image] Feb 27 03:24:14.724 INFO O| Feb 27 03:24:14.724 INFO ok! |
| 9689 | 2026-02-27T03:24:16.052Z | [ host-image] Feb 27 03:24:14.724 INFO O| Feb 27 03:24:14.724 INFO STEP 41 (ensure_symlink) COMPLETE |
| 9690 | 2026-02-27T03:24:16.052Z | [ host-image] Feb 27 03:24:14.724 INFO O| Feb 27 03:24:14.724 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9691 | 2026-02-27T03:24:16.061Z | [ host-image] Feb 27 03:24:14.735 INFO O| Feb 27 03:24:14.735 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist |
| 9692 | 2026-02-27T03:24:16.061Z | [ host-image] Feb 27 03:24:14.735 INFO O| Feb 27 03:24:14.735 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ... |
| 9693 | 2026-02-27T03:24:16.066Z | [ host-image] Feb 27 03:24:14.735 INFO O| Feb 27 03:24:14.735 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo |
| 9694 | 2026-02-27T03:24:16.066Z | [ host-image] Feb 27 03:24:14.735 INFO O| Feb 27 03:24:14.735 INFO ok! |
| 9695 | 2026-02-27T03:24:16.066Z | [ host-image] Feb 27 03:24:14.735 INFO O| Feb 27 03:24:14.735 INFO STEP 42 (ensure_symlink) COMPLETE |
| 9696 | 2026-02-27T03:24:16.066Z | [ host-image] Feb 27 03:24:14.735 INFO O| Feb 27 03:24:14.735 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9697 | 2026-02-27T03:24:16.074Z | [ host-image] Feb 27 03:24:14.747 INFO O| Feb 27 03:24:14.747 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist |
| 9698 | 2026-02-27T03:24:16.077Z | [ host-image] Feb 27 03:24:14.747 INFO O| Feb 27 03:24:14.747 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ... |
| 9699 | 2026-02-27T03:24:16.077Z | [ host-image] Feb 27 03:24:14.748 INFO O| Feb 27 03:24:14.748 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9700 | 2026-02-27T03:24:16.077Z | [ host-image] Feb 27 03:24:14.748 INFO O| Feb 27 03:24:14.748 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9701 | 2026-02-27T03:24:16.077Z | [ host-image] Feb 27 03:24:14.748 INFO O| Feb 27 03:24:14.748 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9702 | 2026-02-27T03:24:16.077Z | [ host-image] Feb 27 03:24:14.748 INFO O| Feb 27 03:24:14.748 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9703 | 2026-02-27T03:24:16.077Z | [ host-image] Feb 27 03:24:14.748 INFO O| Feb 27 03:24:14.748 INFO ok! |
| 9704 | 2026-02-27T03:24:16.077Z | [ host-image] Feb 27 03:24:14.748 INFO O| Feb 27 03:24:14.748 INFO STEP 43 (ensure_file) COMPLETE |
| 9705 | 2026-02-27T03:24:16.078Z | [ host-image] Feb 27 03:24:14.748 INFO O| Feb 27 03:24:14.748 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9706 | 2026-02-27T03:24:16.085Z | [ host-image] Feb 27 03:24:14.761 INFO O| Feb 27 03:24:14.761 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
| 9707 | 2026-02-27T03:24:16.085Z | [ host-image] Feb 27 03:24:14.761 INFO O| Feb 27 03:24:14.761 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 ... |
| 9708 | 2026-02-27T03:24:16.092Z | [ host-image] Feb 27 03:24:14.761 INFO O| Feb 27 03:24:14.761 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 |
| 9709 | 2026-02-27T03:24:16.092Z | [ host-image] Feb 27 03:24:14.761 INFO O| Feb 27 03:24:14.761 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml |
| 9710 | 2026-02-27T03:24:16.092Z | [ host-image] Feb 27 03:24:14.762 INFO O| Feb 27 03:24:14.761 INFO ok! |
| 9711 | 2026-02-27T03:24:16.092Z | [ host-image] Feb 27 03:24:14.762 INFO O| Feb 27 03:24:14.761 INFO STEP 44 (ensure_file) COMPLETE |
| 9712 | 2026-02-27T03:24:16.092Z | [ host-image] Feb 27 03:24:14.762 INFO O| Feb 27 03:24:14.761 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9713 | 2026-02-27T03:24:16.095Z | [ host-image] Feb 27 03:24:14.771 INFO O| Feb 27 03:24:14.771 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist |
| 9714 | 2026-02-27T03:24:16.095Z | [ host-image] Feb 27 03:24:14.771 INFO O| Feb 27 03:24:14.771 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ... |
| 9715 | 2026-02-27T03:24:16.098Z | [ host-image] Feb 27 03:24:14.771 INFO O| Feb 27 03:24:14.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml |
| 9716 | 2026-02-27T03:24:16.098Z | [ host-image] Feb 27 03:24:14.771 INFO O| Feb 27 03:24:14.771 INFO ok! |
| 9717 | 2026-02-27T03:24:16.098Z | [ host-image] Feb 27 03:24:14.771 INFO O| Feb 27 03:24:14.771 INFO STEP 45 (ensure_file) COMPLETE |
| 9718 | 2026-02-27T03:24:16.098Z | [ host-image] Feb 27 03:24:14.771 INFO O| Feb 27 03:24:14.771 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 9719 | 2026-02-27T03:24:16.107Z | [ host-image] Feb 27 03:24:14.783 INFO O| Feb 27 03:24:14.783 INFO updating shadow file |
| 9720 | 2026-02-27T03:24:16.107Z | [ host-image] Feb 27 03:24:14.783 INFO O| Feb 27 03:24:14.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 9721 | 2026-02-27T03:24:16.110Z | [ host-image] Feb 27 03:24:14.783 INFO O| Feb 27 03:24:14.783 INFO STEP 46 (shadow) COMPLETE |
| 9722 | 2026-02-27T03:24:16.110Z | [ host-image] Feb 27 03:24:14.783 INFO O| Feb 27 03:24:14.783 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 9723 | 2026-02-27T03:24:16.117Z | [ host-image] Feb 27 03:24:14.793 INFO O| Feb 27 03:24:14.793 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking |
| 9724 | 2026-02-27T03:24:16.118Z | [ host-image] Feb 27 03:24:14.793 INFO O| Feb 27 03:24:14.793 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ... |
| 9725 | 2026-02-27T03:24:16.118Z | [ host-image] Feb 27 03:24:14.794 INFO O| Feb 27 03:24:14.794 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login |
| 9726 | 2026-02-27T03:24:16.121Z | [ host-image] Feb 27 03:24:14.794 INFO O| Feb 27 03:24:14.794 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login |
| 9727 | 2026-02-27T03:24:16.121Z | [ host-image] Feb 27 03:24:14.794 INFO O| Feb 27 03:24:14.794 INFO ok! |
| 9728 | 2026-02-27T03:24:16.121Z | [ host-image] Feb 27 03:24:14.794 INFO O| Feb 27 03:24:14.794 INFO STEP 47 (ensure_file) COMPLETE |
| 9729 | 2026-02-27T03:24:16.121Z | [ host-image] Feb 27 03:24:14.794 INFO O| Feb 27 03:24:14.794 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9730 | 2026-02-27T03:24:16.121Z | [ host-image] Feb 27 03:24:14.794 INFO O| Feb 27 03:24:14.794 INFO skip step because feature "mfg" is not enabled |
| 9731 | 2026-02-27T03:24:16.121Z | [ host-image] Feb 27 03:24:14.794 INFO O| Feb 27 03:24:14.794 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9732 | 2026-02-27T03:24:16.121Z | [ host-image] Feb 27 03:24:14.794 INFO O| Feb 27 03:24:14.794 INFO skip step because feature "mfg" is not enabled |
| 9733 | 2026-02-27T03:24:16.121Z | [ host-image] Feb 27 03:24:14.794 INFO O| Feb 27 03:24:14.794 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9734 | 2026-02-27T03:24:16.130Z | [ host-image] Feb 27 03:24:14.806 INFO O| Feb 27 03:24:14.806 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist |
| 9735 | 2026-02-27T03:24:16.130Z | [ host-image] Feb 27 03:24:14.806 INFO O| Feb 27 03:24:14.806 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ... |
| 9736 | 2026-02-27T03:24:16.162Z | [ host-image] Feb 27 03:24:14.839 INFO O| Feb 27 03:24:14.838 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot |
| 9737 | 2026-02-27T03:24:16.163Z | [ host-image] Feb 27 03:24:14.839 INFO O| Feb 27 03:24:14.838 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot |
| 9738 | 2026-02-27T03:24:16.166Z | [ host-image] Feb 27 03:24:14.839 INFO O| Feb 27 03:24:14.839 INFO ok! |
| 9739 | 2026-02-27T03:24:16.166Z | [ host-image] Feb 27 03:24:14.839 INFO O| Feb 27 03:24:14.839 INFO STEP 50 (ensure_file) COMPLETE |
| 9740 | 2026-02-27T03:24:16.166Z | [ host-image] Feb 27 03:24:14.839 INFO O| Feb 27 03:24:14.839 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9741 | 2026-02-27T03:24:16.166Z | [ host-image] Feb 27 03:24:14.839 INFO O| Feb 27 03:24:14.839 INFO skip step because feature "compliance" is not enabled |
| 9742 | 2026-02-27T03:24:16.166Z | [ host-image] Feb 27 03:24:14.839 INFO O| Feb 27 03:24:14.839 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9743 | 2026-02-27T03:24:16.175Z | [ host-image] Feb 27 03:24:14.851 INFO O| Feb 27 03:24:14.851 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist |
| 9744 | 2026-02-27T03:24:16.175Z | [ host-image] Feb 27 03:24:14.851 INFO O| Feb 27 03:24:14.851 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ... |
| 9745 | 2026-02-27T03:24:16.178Z | [ host-image] Feb 27 03:24:14.852 INFO O| Feb 27 03:24:14.852 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9746 | 2026-02-27T03:24:16.178Z | [ host-image] Feb 27 03:24:14.852 INFO O| Feb 27 03:24:14.852 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9747 | 2026-02-27T03:24:16.178Z | [ host-image] Feb 27 03:24:14.852 INFO O| Feb 27 03:24:14.852 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9748 | 2026-02-27T03:24:16.178Z | [ host-image] Feb 27 03:24:14.852 INFO O| Feb 27 03:24:14.852 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9749 | 2026-02-27T03:24:16.178Z | [ host-image] Feb 27 03:24:14.852 INFO O| Feb 27 03:24:14.852 INFO ok! |
| 9750 | 2026-02-27T03:24:16.178Z | [ host-image] Feb 27 03:24:14.852 INFO O| Feb 27 03:24:14.852 INFO STEP 52 (ensure_file) COMPLETE |
| 9751 | 2026-02-27T03:24:16.178Z | [ host-image] Feb 27 03:24:14.852 INFO O| Feb 27 03:24:14.852 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9752 | 2026-02-27T03:24:16.188Z | [ host-image] Feb 27 03:24:14.864 INFO O| Feb 27 03:24:14.864 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
| 9753 | 2026-02-27T03:24:16.188Z | [ host-image] Feb 27 03:24:14.864 INFO O| Feb 27 03:24:14.864 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 ... |
| 9754 | 2026-02-27T03:24:16.192Z | [ host-image] Feb 27 03:24:14.865 INFO O| Feb 27 03:24:14.865 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 |
| 9755 | 2026-02-27T03:24:16.192Z | [ host-image] Feb 27 03:24:14.865 INFO O| Feb 27 03:24:14.865 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
| 9756 | 2026-02-27T03:24:16.192Z | [ host-image] Feb 27 03:24:14.865 INFO O| Feb 27 03:24:14.865 INFO ok! |
| 9757 | 2026-02-27T03:24:16.192Z | [ host-image] Feb 27 03:24:14.865 INFO O| Feb 27 03:24:14.865 INFO STEP 53 (ensure_file) COMPLETE |
| 9758 | 2026-02-27T03:24:16.192Z | [ host-image] Feb 27 03:24:14.865 INFO O| Feb 27 03:24:14.865 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9759 | 2026-02-27T03:24:16.201Z | [ host-image] Feb 27 03:24:14.877 INFO O| Feb 27 03:24:14.877 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist |
| 9760 | 2026-02-27T03:24:16.201Z | [ host-image] Feb 27 03:24:14.877 INFO O| Feb 27 03:24:14.877 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 ... |
| 9761 | 2026-02-27T03:24:16.204Z | [ host-image] Feb 27 03:24:14.878 INFO O| Feb 27 03:24:14.878 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen |
| 9762 | 2026-02-27T03:24:16.205Z | [ host-image] Feb 27 03:24:14.878 INFO O| Feb 27 03:24:14.878 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen |
| 9763 | 2026-02-27T03:24:16.205Z | [ host-image] Feb 27 03:24:14.878 INFO O| Feb 27 03:24:14.878 INFO ok! |
| 9764 | 2026-02-27T03:24:16.205Z | [ host-image] Feb 27 03:24:14.878 INFO O| Feb 27 03:24:14.878 INFO STEP 54 (ensure_file) COMPLETE |
| 9765 | 2026-02-27T03:24:16.205Z | [ host-image] Feb 27 03:24:14.878 INFO O| Feb 27 03:24:14.878 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9766 | 2026-02-27T03:24:16.214Z | [ host-image] Feb 27 03:24:14.889 INFO O| Feb 27 03:24:14.889 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist |
| 9767 | 2026-02-27T03:24:16.214Z | [ host-image] Feb 27 03:24:14.890 INFO O| Feb 27 03:24:14.889 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 ... |
| 9768 | 2026-02-27T03:24:16.217Z | [ host-image] Feb 27 03:24:14.890 INFO O| Feb 27 03:24:14.890 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 |
| 9769 | 2026-02-27T03:24:16.217Z | [ host-image] Feb 27 03:24:14.891 INFO O| Feb 27 03:24:14.890 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml |
| 9770 | 2026-02-27T03:24:16.217Z | [ host-image] Feb 27 03:24:14.891 INFO O| Feb 27 03:24:14.890 INFO ok! |
| 9771 | 2026-02-27T03:24:16.217Z | [ host-image] Feb 27 03:24:14.891 INFO O| Feb 27 03:24:14.890 INFO STEP 55 (ensure_file) COMPLETE |
| 9772 | 2026-02-27T03:24:16.217Z | [ host-image] Feb 27 03:24:14.891 INFO O| Feb 27 03:24:14.890 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9773 | 2026-02-27T03:24:16.225Z | [ host-image] Feb 27 03:24:14.901 INFO O| Feb 27 03:24:14.901 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist |
| 9774 | 2026-02-27T03:24:16.226Z | [ host-image] Feb 27 03:24:14.901 INFO O| Feb 27 03:24:14.901 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 ... |
| 9775 | 2026-02-27T03:24:16.229Z | [ host-image] Feb 27 03:24:14.902 INFO O| Feb 27 03:24:14.902 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen |
| 9776 | 2026-02-27T03:24:16.229Z | [ host-image] Feb 27 03:24:14.902 INFO O| Feb 27 03:24:14.902 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen |
| 9777 | 2026-02-27T03:24:16.229Z | [ host-image] Feb 27 03:24:14.902 INFO O| Feb 27 03:24:14.902 INFO ok! |
| 9778 | 2026-02-27T03:24:16.230Z | [ host-image] Feb 27 03:24:14.902 INFO O| Feb 27 03:24:14.902 INFO STEP 56 (ensure_file) COMPLETE |
| 9779 | 2026-02-27T03:24:16.230Z | [ host-image] Feb 27 03:24:14.902 INFO O| Feb 27 03:24:14.902 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9780 | 2026-02-27T03:24:16.240Z | [ host-image] Feb 27 03:24:14.914 INFO O| Feb 27 03:24:14.914 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist |
| 9781 | 2026-02-27T03:24:16.240Z | [ host-image] Feb 27 03:24:14.914 INFO O| Feb 27 03:24:14.914 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 ... |
| 9782 | 2026-02-27T03:24:16.243Z | [ host-image] Feb 27 03:24:14.915 INFO O| Feb 27 03:24:14.915 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 |
| 9783 | 2026-02-27T03:24:16.243Z | [ host-image] Feb 27 03:24:14.915 INFO O| Feb 27 03:24:14.915 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml |
| 9784 | 2026-02-27T03:24:16.243Z | [ host-image] Feb 27 03:24:14.915 INFO O| Feb 27 03:24:14.915 INFO ok! |
| 9785 | 2026-02-27T03:24:16.243Z | [ host-image] Feb 27 03:24:14.915 INFO O| Feb 27 03:24:14.915 INFO STEP 57 (ensure_file) COMPLETE |
| 9786 | 2026-02-27T03:24:16.243Z | [ host-image] Feb 27 03:24:14.915 INFO O| Feb 27 03:24:14.915 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9787 | 2026-02-27T03:24:16.250Z | [ host-image] Feb 27 03:24:14.926 INFO O| Feb 27 03:24:14.926 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist |
| 9788 | 2026-02-27T03:24:16.250Z | [ host-image] Feb 27 03:24:14.927 INFO O| Feb 27 03:24:14.926 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 ... |
| 9789 | 2026-02-27T03:24:16.253Z | [ host-image] Feb 27 03:24:14.927 INFO O| Feb 27 03:24:14.927 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 9790 | 2026-02-27T03:24:16.253Z | [ host-image] Feb 27 03:24:14.927 INFO O| Feb 27 03:24:14.927 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 9791 | 2026-02-27T03:24:16.253Z | [ host-image] Feb 27 03:24:14.927 INFO O| Feb 27 03:24:14.927 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 9792 | 2026-02-27T03:24:16.253Z | [ host-image] Feb 27 03:24:14.927 INFO O| Feb 27 03:24:14.927 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 9793 | 2026-02-27T03:24:16.253Z | [ host-image] Feb 27 03:24:14.927 INFO O| Feb 27 03:24:14.927 INFO ok! |
| 9794 | 2026-02-27T03:24:16.253Z | [ host-image] Feb 27 03:24:14.927 INFO O| Feb 27 03:24:14.927 INFO STEP 58 (ensure_file) COMPLETE |
| 9795 | 2026-02-27T03:24:16.253Z | [ host-image] Feb 27 03:24:14.927 INFO O| Feb 27 03:24:14.927 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9796 | 2026-02-27T03:24:16.262Z | [ host-image] Feb 27 03:24:14.938 INFO O| Feb 27 03:24:14.938 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist |
| 9797 | 2026-02-27T03:24:16.262Z | [ host-image] Feb 27 03:24:14.938 INFO O| Feb 27 03:24:14.938 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 ... |
| 9798 | 2026-02-27T03:24:16.265Z | [ host-image] Feb 27 03:24:14.939 INFO O| Feb 27 03:24:14.939 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 |
| 9799 | 2026-02-27T03:24:16.265Z | [ host-image] Feb 27 03:24:14.939 INFO O| Feb 27 03:24:14.939 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml |
| 9800 | 2026-02-27T03:24:16.265Z | [ host-image] Feb 27 03:24:14.939 INFO O| Feb 27 03:24:14.939 INFO ok! |
| 9801 | 2026-02-27T03:24:16.265Z | [ host-image] Feb 27 03:24:14.939 INFO O| Feb 27 03:24:14.939 INFO STEP 59 (ensure_file) COMPLETE |
| 9802 | 2026-02-27T03:24:16.265Z | [ host-image] Feb 27 03:24:14.939 INFO O| Feb 27 03:24:14.939 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9803 | 2026-02-27T03:24:16.274Z | [ host-image] Feb 27 03:24:14.950 INFO O| Feb 27 03:24:14.950 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist |
| 9804 | 2026-02-27T03:24:16.274Z | [ host-image] Feb 27 03:24:14.950 INFO O| Feb 27 03:24:14.950 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ... |
| 9805 | 2026-02-27T03:24:16.278Z | [ host-image] Feb 27 03:24:14.951 INFO O| Feb 27 03:24:14.951 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger |
| 9806 | 2026-02-27T03:24:16.278Z | [ host-image] Feb 27 03:24:14.951 INFO O| Feb 27 03:24:14.951 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger |
| 9807 | 2026-02-27T03:24:16.278Z | [ host-image] Feb 27 03:24:14.951 INFO O| Feb 27 03:24:14.951 INFO ok! |
| 9808 | 2026-02-27T03:24:16.278Z | [ host-image] Feb 27 03:24:14.951 INFO O| Feb 27 03:24:14.951 INFO STEP 60 (ensure_file) COMPLETE |
| 9809 | 2026-02-27T03:24:16.278Z | [ host-image] Feb 27 03:24:14.951 INFO O| Feb 27 03:24:14.951 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9810 | 2026-02-27T03:24:16.285Z | [ host-image] Feb 27 03:24:14.961 INFO O| Feb 27 03:24:14.961 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist |
| 9811 | 2026-02-27T03:24:16.285Z | [ host-image] Feb 27 03:24:14.961 INFO O| Feb 27 03:24:14.961 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 ... |
| 9812 | 2026-02-27T03:24:16.288Z | [ host-image] Feb 27 03:24:14.962 INFO O| Feb 27 03:24:14.962 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 |
| 9813 | 2026-02-27T03:24:16.288Z | [ host-image] Feb 27 03:24:14.962 INFO O| Feb 27 03:24:14.962 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml |
| 9814 | 2026-02-27T03:24:16.288Z | [ host-image] Feb 27 03:24:14.962 INFO O| Feb 27 03:24:14.962 INFO ok! |
| 9815 | 2026-02-27T03:24:16.288Z | [ host-image] Feb 27 03:24:14.962 INFO O| Feb 27 03:24:14.962 INFO STEP 61 (ensure_file) COMPLETE |
| 9816 | 2026-02-27T03:24:16.288Z | [ host-image] Feb 27 03:24:14.962 INFO O| Feb 27 03:24:14.962 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9817 | 2026-02-27T03:24:16.296Z | [ host-image] Feb 27 03:24:14.973 INFO O| Feb 27 03:24:14.972 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist |
| 9818 | 2026-02-27T03:24:16.297Z | [ host-image] Feb 27 03:24:14.973 INFO O| Feb 27 03:24:14.972 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ... |
| 9819 | 2026-02-27T03:24:16.300Z | [ host-image] Feb 27 03:24:14.973 INFO O| Feb 27 03:24:14.973 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 9820 | 2026-02-27T03:24:16.300Z | [ host-image] Feb 27 03:24:14.973 INFO O| Feb 27 03:24:14.973 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 9821 | 2026-02-27T03:24:16.300Z | [ host-image] Feb 27 03:24:14.973 INFO O| Feb 27 03:24:14.973 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 9822 | 2026-02-27T03:24:16.300Z | [ host-image] Feb 27 03:24:14.973 INFO O| Feb 27 03:24:14.973 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 9823 | 2026-02-27T03:24:16.300Z | [ host-image] Feb 27 03:24:14.973 INFO O| Feb 27 03:24:14.973 INFO ok! |
| 9824 | 2026-02-27T03:24:16.300Z | [ host-image] Feb 27 03:24:14.973 INFO O| Feb 27 03:24:14.973 INFO STEP 62 (ensure_file) COMPLETE |
| 9825 | 2026-02-27T03:24:16.300Z | [ host-image] Feb 27 03:24:14.973 INFO O| Feb 27 03:24:14.973 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9826 | 2026-02-27T03:24:16.307Z | [ host-image] Feb 27 03:24:14.983 INFO O| Feb 27 03:24:14.983 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
| 9827 | 2026-02-27T03:24:16.307Z | [ host-image] Feb 27 03:24:14.983 INFO O| Feb 27 03:24:14.983 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 ... |
| 9828 | 2026-02-27T03:24:16.310Z | [ host-image] Feb 27 03:24:14.984 INFO O| Feb 27 03:24:14.984 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 |
| 9829 | 2026-02-27T03:24:16.310Z | [ host-image] Feb 27 03:24:14.984 INFO O| Feb 27 03:24:14.984 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
| 9830 | 2026-02-27T03:24:16.310Z | [ host-image] Feb 27 03:24:14.984 INFO O| Feb 27 03:24:14.984 INFO ok! |
| 9831 | 2026-02-27T03:24:16.310Z | [ host-image] Feb 27 03:24:14.984 INFO O| Feb 27 03:24:14.984 INFO STEP 63 (ensure_file) COMPLETE |
| 9832 | 2026-02-27T03:24:16.310Z | [ host-image] Feb 27 03:24:14.984 INFO O| Feb 27 03:24:14.984 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9833 | 2026-02-27T03:24:16.317Z | [ host-image] Feb 27 03:24:14.993 INFO O| Feb 27 03:24:14.993 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
| 9834 | 2026-02-27T03:24:16.317Z | [ host-image] Feb 27 03:24:14.993 INFO O| Feb 27 03:24:14.993 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 ... |
| 9835 | 2026-02-27T03:24:16.320Z | [ host-image] Feb 27 03:24:14.994 INFO O| Feb 27 03:24:14.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-time.xml |
| 9836 | 2026-02-27T03:24:16.320Z | [ host-image] Feb 27 03:24:14.994 INFO O| Feb 27 03:24:14.994 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml |
| 9837 | 2026-02-27T03:24:16.320Z | [ host-image] Feb 27 03:24:14.994 INFO O| Feb 27 03:24:14.994 INFO ok! |
| 9838 | 2026-02-27T03:24:16.320Z | [ host-image] Feb 27 03:24:14.994 INFO O| Feb 27 03:24:14.994 INFO STEP 64 (ensure_file) COMPLETE |
| 9839 | 2026-02-27T03:24:16.320Z | [ host-image] Feb 27 03:24:14.994 INFO O| Feb 27 03:24:14.994 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9840 | 2026-02-27T03:24:16.329Z | [ host-image] Feb 27 03:24:15.003 INFO O| Feb 27 03:24:15.003 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
| 9841 | 2026-02-27T03:24:16.329Z | [ host-image] Feb 27 03:24:15.003 INFO O| Feb 27 03:24:15.003 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 ... |
| 9842 | 2026-02-27T03:24:16.335Z | [ host-image] Feb 27 03:24:15.004 INFO O| Feb 27 03:24:15.004 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
| 9843 | 2026-02-27T03:24:16.335Z | [ host-image] Feb 27 03:24:15.004 INFO O| Feb 27 03:24:15.004 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
| 9844 | 2026-02-27T03:24:16.336Z | [ host-image] Feb 27 03:24:15.004 INFO O| Feb 27 03:24:15.004 INFO ok! |
| 9845 | 2026-02-27T03:24:16.336Z | [ host-image] Feb 27 03:24:15.004 INFO O| Feb 27 03:24:15.004 INFO STEP 65 (ensure_file) COMPLETE |
| 9846 | 2026-02-27T03:24:16.336Z | [ host-image] Feb 27 03:24:15.004 INFO O| Feb 27 03:24:15.004 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9847 | 2026-02-27T03:24:16.336Z | [ host-image] Feb 27 03:24:15.004 INFO O| Feb 27 03:24:15.004 INFO skip step because feature "mbist" is not enabled |
| 9848 | 2026-02-27T03:24:16.336Z | [ host-image] Feb 27 03:24:15.004 INFO O| Feb 27 03:24:15.004 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9849 | 2026-02-27T03:24:16.340Z | [ host-image] Feb 27 03:24:15.013 INFO O| Feb 27 03:24:15.013 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt |
| 9850 | 2026-02-27T03:24:16.340Z | [ host-image] Feb 27 03:24:15.013 INFO O| Feb 27 03:24:15.013 INFO STEP 67 (ensure_dir) COMPLETE |
| 9851 | 2026-02-27T03:24:16.340Z | [ host-image] Feb 27 03:24:15.013 INFO O| Feb 27 03:24:15.013 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9852 | 2026-02-27T03:24:16.346Z | [ host-image] Feb 27 03:24:15.022 INFO O| Feb 27 03:24:15.022 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide |
| 9853 | 2026-02-27T03:24:16.356Z | [ host-image] Feb 27 03:24:15.022 INFO O| Feb 27 03:24:15.022 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide |
| 9854 | 2026-02-27T03:24:16.356Z | [ host-image] Feb 27 03:24:15.022 INFO O| Feb 27 03:24:15.022 INFO STEP 68 (ensure_dir) COMPLETE |
| 9855 | 2026-02-27T03:24:16.356Z | [ host-image] Feb 27 03:24:15.022 INFO O| Feb 27 03:24:15.022 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9856 | 2026-02-27T03:24:16.356Z | [ host-image] Feb 27 03:24:15.031 INFO O| Feb 27 03:24:15.031 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm |
| 9857 | 2026-02-27T03:24:16.356Z | [ host-image] Feb 27 03:24:15.031 INFO O| Feb 27 03:24:15.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm |
| 9858 | 2026-02-27T03:24:16.356Z | [ host-image] Feb 27 03:24:15.031 INFO O| Feb 27 03:24:15.031 INFO STEP 69 (ensure_dir) COMPLETE |
| 9859 | 2026-02-27T03:24:16.356Z | [ host-image] Feb 27 03:24:15.031 INFO O| Feb 27 03:24:15.031 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9860 | 2026-02-27T03:24:16.363Z | [ host-image] Feb 27 03:24:15.039 INFO O| Feb 27 03:24:15.039 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
| 9861 | 2026-02-27T03:24:16.364Z | [ host-image] Feb 27 03:24:15.039 INFO O| Feb 27 03:24:15.039 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
| 9862 | 2026-02-27T03:24:17.064Z | [ host-image] Feb 27 03:24:15.739 INFO O| Feb 27 03:24:15.739 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm |
| 9863 | 2026-02-27T03:24:17.064Z | [ host-image] Feb 27 03:24:15.739 INFO O| Feb 27 03:24:15.739 INFO ok! |
| 9864 | 2026-02-27T03:24:17.068Z | [ host-image] Feb 27 03:24:15.739 INFO O| Feb 27 03:24:15.739 INFO STEP 70 (ensure_file) COMPLETE |
| 9865 | 2026-02-27T03:24:17.068Z | [ host-image] Feb 27 03:24:15.739 INFO O| Feb 27 03:24:15.739 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9866 | 2026-02-27T03:24:17.077Z | [ host-image] Feb 27 03:24:15.753 INFO O| Feb 27 03:24:15.752 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
| 9867 | 2026-02-27T03:24:17.077Z | [ host-image] Feb 27 03:24:15.753 INFO O| Feb 27 03:24:15.753 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ... |
| 9868 | 2026-02-27T03:24:18.313Z | [ host-image] Feb 27 03:24:16.989 INFO O| Feb 27 03:24:16.989 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd |
| 9869 | 2026-02-27T03:24:18.314Z | [ host-image] Feb 27 03:24:16.989 INFO O| Feb 27 03:24:16.989 INFO ok! |
| 9870 | 2026-02-27T03:24:18.318Z | [ host-image] Feb 27 03:24:16.989 INFO O| Feb 27 03:24:16.989 INFO STEP 71 (ensure_file) COMPLETE |
| 9871 | 2026-02-27T03:24:18.319Z | [ host-image] Feb 27 03:24:16.989 INFO O| Feb 27 03:24:16.989 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9872 | 2026-02-27T03:24:18.324Z | [ host-image] Feb 27 03:24:17.000 INFO O| Feb 27 03:24:17.000 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg |
| 9873 | 2026-02-27T03:24:18.324Z | [ host-image] Feb 27 03:24:17.000 INFO O| Feb 27 03:24:17.000 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg |
| 9874 | 2026-02-27T03:24:18.327Z | [ host-image] Feb 27 03:24:17.000 INFO O| Feb 27 03:24:17.000 INFO STEP 72 (ensure_dir) COMPLETE |
| 9875 | 2026-02-27T03:24:18.327Z | [ host-image] Feb 27 03:24:17.000 INFO O| Feb 27 03:24:17.000 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9876 | 2026-02-27T03:24:18.334Z | [ host-image] Feb 27 03:24:17.009 INFO O| Feb 27 03:24:17.009 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
| 9877 | 2026-02-27T03:24:18.334Z | [ host-image] Feb 27 03:24:17.010 INFO O| Feb 27 03:24:17.009 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 9878 | 2026-02-27T03:24:18.337Z | [ host-image] Feb 27 03:24:17.010 INFO O| Feb 27 03:24:17.010 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
| 9879 | 2026-02-27T03:24:18.337Z | [ host-image] Feb 27 03:24:17.010 INFO O| Feb 27 03:24:17.010 INFO ok! |
| 9880 | 2026-02-27T03:24:18.337Z | [ host-image] Feb 27 03:24:17.010 INFO O| Feb 27 03:24:17.010 INFO STEP 73 (ensure_file) COMPLETE |
| 9881 | 2026-02-27T03:24:18.337Z | [ host-image] Feb 27 03:24:17.010 INFO O| Feb 27 03:24:17.010 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9882 | 2026-02-27T03:24:18.341Z | [ host-image] Feb 27 03:24:17.017 INFO O| Feb 27 03:24:17.017 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
| 9883 | 2026-02-27T03:24:18.346Z | [ host-image] Feb 27 03:24:17.017 INFO O| Feb 27 03:24:17.017 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 9884 | 2026-02-27T03:24:18.346Z | [ host-image] Feb 27 03:24:17.017 INFO O| Feb 27 03:24:17.017 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
| 9885 | 2026-02-27T03:24:18.346Z | [ host-image] Feb 27 03:24:17.017 INFO O| Feb 27 03:24:17.017 INFO ok! |
| 9886 | 2026-02-27T03:24:18.346Z | [ host-image] Feb 27 03:24:17.017 INFO O| Feb 27 03:24:17.017 INFO STEP 74 (ensure_file) COMPLETE |
| 9887 | 2026-02-27T03:24:18.346Z | [ host-image] Feb 27 03:24:17.017 INFO O| Feb 27 03:24:17.017 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9888 | 2026-02-27T03:24:18.350Z | [ host-image] Feb 27 03:24:17.026 INFO O| Feb 27 03:24:17.026 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
| 9889 | 2026-02-27T03:24:18.350Z | [ host-image] Feb 27 03:24:17.026 INFO O| Feb 27 03:24:17.026 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
| 9890 | 2026-02-27T03:24:18.353Z | [ host-image] Feb 27 03:24:17.026 INFO O| Feb 27 03:24:17.026 INFO STEP 75 (ensure_dir) COMPLETE |
| 9891 | 2026-02-27T03:24:18.353Z | [ host-image] Feb 27 03:24:17.026 INFO O| Feb 27 03:24:17.026 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9892 | 2026-02-27T03:24:18.359Z | [ host-image] Feb 27 03:24:17.035 INFO O| Feb 27 03:24:17.035 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
| 9893 | 2026-02-27T03:24:18.362Z | [ host-image] Feb 27 03:24:17.035 INFO O| Feb 27 03:24:17.035 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 9894 | 2026-02-27T03:24:18.362Z | [ host-image] Feb 27 03:24:17.035 INFO O| Feb 27 03:24:17.035 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
| 9895 | 2026-02-27T03:24:18.362Z | [ host-image] Feb 27 03:24:17.035 INFO O| Feb 27 03:24:17.035 INFO ok! |
| 9896 | 2026-02-27T03:24:18.362Z | [ host-image] Feb 27 03:24:17.035 INFO O| Feb 27 03:24:17.035 INFO STEP 76 (ensure_file) COMPLETE |
| 9897 | 2026-02-27T03:24:18.362Z | [ host-image] Feb 27 03:24:17.035 INFO O| Feb 27 03:24:17.035 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9898 | 2026-02-27T03:24:18.368Z | [ host-image] Feb 27 03:24:17.044 INFO O| Feb 27 03:24:17.044 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
| 9899 | 2026-02-27T03:24:18.368Z | [ host-image] Feb 27 03:24:17.044 INFO O| Feb 27 03:24:17.044 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 9900 | 2026-02-27T03:24:18.371Z | [ host-image] Feb 27 03:24:17.045 INFO O| Feb 27 03:24:17.044 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
| 9901 | 2026-02-27T03:24:18.372Z | [ host-image] Feb 27 03:24:17.045 INFO O| Feb 27 03:24:17.045 INFO ok! |
| 9902 | 2026-02-27T03:24:18.372Z | [ host-image] Feb 27 03:24:17.045 INFO O| Feb 27 03:24:17.045 INFO STEP 77 (ensure_file) COMPLETE |
| 9903 | 2026-02-27T03:24:18.372Z | [ host-image] Feb 27 03:24:17.045 INFO O| Feb 27 03:24:17.045 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9904 | 2026-02-27T03:24:18.378Z | [ host-image] Feb 27 03:24:17.054 INFO O| Feb 27 03:24:17.054 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
| 9905 | 2026-02-27T03:24:18.383Z | [ host-image] Feb 27 03:24:17.055 INFO O| Feb 27 03:24:17.054 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
| 9906 | 2026-02-27T03:24:18.383Z | [ host-image] Feb 27 03:24:17.055 INFO O| Feb 27 03:24:17.055 INFO STEP 78 (ensure_dir) COMPLETE |
| 9907 | 2026-02-27T03:24:18.383Z | [ host-image] Feb 27 03:24:17.055 INFO O| Feb 27 03:24:17.055 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9908 | 2026-02-27T03:24:18.389Z | [ host-image] Feb 27 03:24:17.064 INFO O| Feb 27 03:24:17.064 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
| 9909 | 2026-02-27T03:24:18.389Z | [ host-image] Feb 27 03:24:17.064 INFO O| Feb 27 03:24:17.064 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 9910 | 2026-02-27T03:24:18.392Z | [ host-image] Feb 27 03:24:17.064 INFO O| Feb 27 03:24:17.064 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
| 9911 | 2026-02-27T03:24:18.392Z | [ host-image] Feb 27 03:24:17.065 INFO O| Feb 27 03:24:17.064 INFO ok! |
| 9912 | 2026-02-27T03:24:18.392Z | [ host-image] Feb 27 03:24:17.065 INFO O| Feb 27 03:24:17.064 INFO STEP 79 (ensure_file) COMPLETE |
| 9913 | 2026-02-27T03:24:18.392Z | [ host-image] Feb 27 03:24:17.065 INFO O| Feb 27 03:24:17.065 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9914 | 2026-02-27T03:24:18.399Z | [ host-image] Feb 27 03:24:17.074 INFO O| Feb 27 03:24:17.074 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
| 9915 | 2026-02-27T03:24:18.399Z | [ host-image] Feb 27 03:24:17.074 INFO O| Feb 27 03:24:17.074 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ... |
| 9916 | 2026-02-27T03:24:18.402Z | [ host-image] Feb 27 03:24:17.075 INFO O| Feb 27 03:24:17.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION |
| 9917 | 2026-02-27T03:24:18.402Z | [ host-image] Feb 27 03:24:17.075 INFO O| Feb 27 03:24:17.075 INFO ok! |
| 9918 | 2026-02-27T03:24:18.402Z | [ host-image] Feb 27 03:24:17.075 INFO O| Feb 27 03:24:17.075 INFO STEP 80 (ensure_file) COMPLETE |
| 9919 | 2026-02-27T03:24:18.402Z | [ host-image] Feb 27 03:24:17.075 INFO O| Feb 27 03:24:17.075 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9920 | 2026-02-27T03:24:18.409Z | [ host-image] Feb 27 03:24:17.084 INFO O| Feb 27 03:24:17.084 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent |
| 9921 | 2026-02-27T03:24:18.413Z | [ host-image] Feb 27 03:24:17.084 INFO O| Feb 27 03:24:17.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent |
| 9922 | 2026-02-27T03:24:18.413Z | [ host-image] Feb 27 03:24:17.084 INFO O| Feb 27 03:24:17.084 INFO STEP 81 (ensure_dir) COMPLETE |
| 9923 | 2026-02-27T03:24:18.413Z | [ host-image] Feb 27 03:24:17.084 INFO O| Feb 27 03:24:17.084 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9924 | 2026-02-27T03:24:18.418Z | [ host-image] Feb 27 03:24:17.093 INFO O| Feb 27 03:24:17.093 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
| 9925 | 2026-02-27T03:24:18.418Z | [ host-image] Feb 27 03:24:17.093 INFO O| Feb 27 03:24:17.093 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
| 9926 | 2026-02-27T03:24:19.593Z | [ host-image] Feb 27 03:24:18.268 INFO O| Feb 27 03:24:18.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle |
| 9927 | 2026-02-27T03:24:19.593Z | [ host-image] Feb 27 03:24:18.268 INFO O| Feb 27 03:24:18.268 INFO ok! |
| 9928 | 2026-02-27T03:24:19.597Z | [ host-image] Feb 27 03:24:18.268 INFO O| Feb 27 03:24:18.268 INFO STEP 82 (ensure_file) COMPLETE |
| 9929 | 2026-02-27T03:24:19.597Z | [ host-image] Feb 27 03:24:18.268 INFO O| Feb 27 03:24:18.268 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9930 | 2026-02-27T03:24:19.604Z | [ host-image] Feb 27 03:24:18.280 INFO O| Feb 27 03:24:18.280 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist |
| 9931 | 2026-02-27T03:24:19.604Z | [ host-image] Feb 27 03:24:18.280 INFO O| Feb 27 03:24:18.280 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ... |
| 9932 | 2026-02-27T03:24:20.124Z | [ recovery-image] Feb 27 03:24:18.798 INFO E| Finished `release` profile [optimized] target(s) in 43.93s |
| 9933 | 2026-02-27T03:24:20.155Z | [ recovery-image] Feb 27 03:24:18.826 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
| 9934 | 2026-02-27T03:24:20.238Z | [ host-image] Feb 27 03:24:18.913 INFO O| Feb 27 03:24:18.913 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor |
| 9935 | 2026-02-27T03:24:20.239Z | [ host-image] Feb 27 03:24:18.913 INFO O| Feb 27 03:24:18.913 INFO ok! |
| 9936 | 2026-02-27T03:24:20.242Z | [ host-image] Feb 27 03:24:18.913 INFO O| Feb 27 03:24:18.913 INFO STEP 83 (ensure_file) COMPLETE |
| 9937 | 2026-02-27T03:24:20.242Z | [ host-image] Feb 27 03:24:18.913 INFO O| Feb 27 03:24:18.913 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9938 | 2026-02-27T03:24:20.248Z | [ recovery-image] Feb 27 03:24:18.923 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')" |
| 9939 | 2026-02-27T03:24:20.248Z | [ recovery-image] Feb 27 03:24:18.924 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled) |
| 9940 | 2026-02-27T03:24:20.248Z | [ recovery-image] Feb 27 03:24:18.924 INFO skipping building ROM for cosmo-mbist ('mbist' disabled) |
| 9941 | 2026-02-27T03:24:20.251Z | [ recovery-image] Feb 27 03:24:18.924 INFO building ROM for gimlet |
| 9942 | 2026-02-27T03:24:20.251Z | [ recovery-image] Feb 27 03:24:18.924 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") |
| 9943 | 2026-02-27T03:24:20.251Z | [ host-image] Feb 27 03:24:18.925 INFO O| Feb 27 03:24:18.925 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
| 9944 | 2026-02-27T03:24:20.251Z | [ host-image] Feb 27 03:24:18.925 INFO O| Feb 27 03:24:18.925 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ... |
| 9945 | 2026-02-27T03:24:20.833Z | [ recovery-image] Feb 27 03:24:19.301 INFO E| Downloading crates ... |
| 9946 | 2026-02-27T03:24:20.915Z | [ recovery-image] Feb 27 03:24:19.430 INFO E| Downloaded anstyle-query v1.1.2 |
| 9947 | 2026-02-27T03:24:20.915Z | [ recovery-image] Feb 27 03:24:19.443 INFO E| Downloaded clap v4.5.37 |
| 9948 | 2026-02-27T03:24:20.915Z | [ recovery-image] Feb 27 03:24:19.458 INFO E| Downloaded serde_spanned v0.6.8 |
| 9949 | 2026-02-27T03:24:20.915Z | [ recovery-image] Feb 27 03:24:19.460 INFO E| Downloaded duct v0.13.7 |
| 9950 | 2026-02-27T03:24:20.915Z | [ recovery-image] Feb 27 03:24:19.464 INFO E| Downloaded os_pipe v1.2.1 |
| 9951 | 2026-02-27T03:24:20.915Z | [ recovery-image] Feb 27 03:24:19.467 INFO E| Downloaded colorchoice v1.0.3 |
| 9952 | 2026-02-27T03:24:20.915Z | [ recovery-image] Feb 27 03:24:19.468 INFO E| Downloaded toml_write v0.1.1 |
| 9953 | 2026-02-27T03:24:20.915Z | [ recovery-image] Feb 27 03:24:19.471 INFO E| Downloaded anstyle-parse v0.2.6 |
| 9954 | 2026-02-27T03:24:20.915Z | [ recovery-image] Feb 27 03:24:19.473 INFO E| Downloaded toml_datetime v0.6.9 |
| 9955 | 2026-02-27T03:24:20.915Z | [ recovery-image] Feb 27 03:24:19.476 INFO E| Downloaded shared_child v1.0.1 |
| 9956 | 2026-02-27T03:24:20.915Z | [ recovery-image] Feb 27 03:24:19.481 INFO E| Downloaded clap_derive v4.5.32 |
| 9957 | 2026-02-27T03:24:20.915Z | [ recovery-image] Feb 27 03:24:19.482 INFO E| Downloaded anstyle v1.0.10 |
| 9958 | 2026-02-27T03:24:20.915Z | [ recovery-image] Feb 27 03:24:19.488 INFO E| Downloaded toml v0.8.22 |
| 9959 | 2026-02-27T03:24:20.923Z | [ recovery-image] Feb 27 03:24:19.538 INFO E| Downloaded toml_edit v0.22.26 |
| 9960 | 2026-02-27T03:24:20.923Z | [ recovery-image] Feb 27 03:24:19.580 INFO E| Downloaded cc v1.2.20 |
| 9961 | 2026-02-27T03:24:20.923Z | [ recovery-image] Feb 27 03:24:19.591 INFO E| Downloaded winnow v0.7.7 |
| 9962 | 2026-02-27T03:24:20.928Z | [ recovery-image] Feb 27 03:24:19.603 INFO E| Downloaded clap_builder v4.5.37 |
| 9963 | 2026-02-27T03:24:20.969Z | [ recovery-image] Feb 27 03:24:19.644 INFO E| Compiling libc v0.2.172 |
| 9964 | 2026-02-27T03:24:20.970Z | [ recovery-image] Feb 27 03:24:19.644 INFO E| Compiling utf8parse v0.2.2 |
| 9965 | 2026-02-27T03:24:20.970Z | [ recovery-image] Feb 27 03:24:19.644 INFO E| Compiling hashbrown v0.15.2 |
| 9966 | 2026-02-27T03:24:20.972Z | [ recovery-image] Feb 27 03:24:19.645 INFO E| Compiling anstyle v1.0.10 |
| 9967 | 2026-02-27T03:24:20.972Z | [ recovery-image] Feb 27 03:24:19.645 INFO E| Compiling once_cell v1.21.3 |
| 9968 | 2026-02-27T03:24:20.972Z | [ recovery-image] Feb 27 03:24:19.645 INFO E| Compiling shlex v1.3.0 |
| 9969 | 2026-02-27T03:24:20.972Z | [ recovery-image] Feb 27 03:24:19.645 INFO E| Compiling equivalent v1.0.2 |
| 9970 | 2026-02-27T03:24:21.032Z | [ recovery-image] Feb 27 03:24:19.672 INFO E| Compiling syn v2.0.101 |
| 9971 | 2026-02-27T03:24:21.388Z | [ recovery-image] Feb 27 03:24:20.062 INFO E| Compiling anstyle-parse v0.2.6 |
| 9972 | 2026-02-27T03:24:21.505Z | [ recovery-image] Feb 27 03:24:20.176 INFO E| Compiling colorchoice v1.0.3 |
| 9973 | 2026-02-27T03:24:22.033Z | [ recovery-image] Feb 27 03:24:20.707 INFO E| Compiling anstyle-query v1.1.2 |
| 9974 | 2026-02-27T03:24:22.140Z | [ recovery-image] Feb 27 03:24:20.814 INFO E| Compiling is_terminal_polyfill v1.70.1 |
| 9975 | 2026-02-27T03:24:22.140Z | [ recovery-image] Feb 27 03:24:20.815 INFO E| Compiling cc v1.2.20 |
| 9976 | 2026-02-27T03:24:22.164Z | [ recovery-image] Feb 27 03:24:20.840 INFO E| Compiling clap_lex v0.7.4 |
| 9977 | 2026-02-27T03:24:22.315Z | [ recovery-image] Feb 27 03:24:20.990 INFO E| Compiling strsim v0.11.1 |
| 9978 | 2026-02-27T03:24:22.360Z | [ recovery-image] Feb 27 03:24:21.035 INFO E| Compiling anstream v0.6.18 |
| 9979 | 2026-02-27T03:24:22.484Z | [ recovery-image] Feb 27 03:24:21.154 INFO E| Compiling toml_write v0.1.1 |
| 9980 | 2026-02-27T03:24:23.481Z | [ recovery-image] Feb 27 03:24:22.155 INFO E| Compiling winnow v0.7.7 |
| 9981 | 2026-02-27T03:24:23.519Z | [ recovery-image] Feb 27 03:24:22.194 INFO E| Compiling anyhow v1.0.98 |
| 9982 | 2026-02-27T03:24:23.562Z | [ host-image] Feb 27 03:24:22.237 INFO O| Feb 27 03:24:22.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent |
| 9983 | 2026-02-27T03:24:23.562Z | [ host-image] Feb 27 03:24:22.237 INFO O| Feb 27 03:24:22.237 INFO ok! |
| 9984 | 2026-02-27T03:24:23.562Z | [ host-image] Feb 27 03:24:22.237 INFO O| Feb 27 03:24:22.237 INFO STEP 84 (ensure_file) COMPLETE |
| 9985 | 2026-02-27T03:24:23.562Z | [ host-image] Feb 27 03:24:22.237 INFO O| Feb 27 03:24:22.237 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9986 | 2026-02-27T03:24:23.578Z | [ host-image] Feb 27 03:24:22.253 INFO O| Feb 27 03:24:22.253 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg |
| 9987 | 2026-02-27T03:24:23.578Z | [ host-image] Feb 27 03:24:22.253 INFO O| Feb 27 03:24:22.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg |
| 9988 | 2026-02-27T03:24:23.581Z | [ host-image] Feb 27 03:24:22.253 INFO O| Feb 27 03:24:22.253 INFO STEP 85 (ensure_dir) COMPLETE |
| 9989 | 2026-02-27T03:24:23.581Z | [ host-image] Feb 27 03:24:22.253 INFO O| Feb 27 03:24:22.253 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9990 | 2026-02-27T03:24:23.593Z | [ host-image] Feb 27 03:24:22.268 INFO O| Feb 27 03:24:22.268 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
| 9991 | 2026-02-27T03:24:23.593Z | [ host-image] Feb 27 03:24:22.268 INFO O| Feb 27 03:24:22.268 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 9992 | 2026-02-27T03:24:23.596Z | [ host-image] Feb 27 03:24:22.268 INFO O| Feb 27 03:24:22.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
| 9993 | 2026-02-27T03:24:23.596Z | [ host-image] Feb 27 03:24:22.268 INFO O| Feb 27 03:24:22.268 INFO ok! |
| 9994 | 2026-02-27T03:24:23.596Z | [ host-image] Feb 27 03:24:22.268 INFO O| Feb 27 03:24:22.268 INFO STEP 86 (ensure_file) COMPLETE |
| 9995 | 2026-02-27T03:24:23.596Z | [ host-image] Feb 27 03:24:22.268 INFO O| Feb 27 03:24:22.268 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9996 | 2026-02-27T03:24:23.607Z | [ host-image] Feb 27 03:24:22.282 INFO O| Feb 27 03:24:22.282 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
| 9997 | 2026-02-27T03:24:23.607Z | [ host-image] Feb 27 03:24:22.282 INFO O| Feb 27 03:24:22.282 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 9998 | 2026-02-27T03:24:23.611Z | [ host-image] Feb 27 03:24:22.282 INFO O| Feb 27 03:24:22.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md |
| 9999 | 2026-02-27T03:24:23.611Z | [ host-image] Feb 27 03:24:22.282 INFO O| Feb 27 03:24:22.282 INFO ok! |
| 10000 | 2026-02-27T03:24:23.611Z | [ host-image] Feb 27 03:24:22.282 INFO O| Feb 27 03:24:22.282 INFO STEP 87 (ensure_file) COMPLETE |
| 10001 | 2026-02-27T03:24:23.611Z | [ host-image] Feb 27 03:24:22.282 INFO O| Feb 27 03:24:22.282 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10002 | 2026-02-27T03:24:23.623Z | [ host-image] Feb 27 03:24:22.298 INFO O| Feb 27 03:24:22.298 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
| 10003 | 2026-02-27T03:24:23.623Z | [ host-image] Feb 27 03:24:22.298 INFO O| Feb 27 03:24:22.298 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ... |
| 10004 | 2026-02-27T03:24:23.626Z | [ host-image] Feb 27 03:24:22.298 INFO O| Feb 27 03:24:22.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION |
| 10005 | 2026-02-27T03:24:23.626Z | [ host-image] Feb 27 03:24:22.298 INFO O| Feb 27 03:24:22.298 INFO ok! |
| 10006 | 2026-02-27T03:24:23.626Z | [ host-image] Feb 27 03:24:22.298 INFO O| Feb 27 03:24:22.298 INFO STEP 88 (ensure_file) COMPLETE |
| 10007 | 2026-02-27T03:24:23.626Z | [ host-image] Feb 27 03:24:22.298 INFO O| Feb 27 03:24:22.298 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10008 | 2026-02-27T03:24:23.637Z | [ host-image] Feb 27 03:24:22.312 INFO O| Feb 27 03:24:22.312 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist |
| 10009 | 2026-02-27T03:24:23.637Z | [ host-image] Feb 27 03:24:22.312 INFO O| Feb 27 03:24:22.312 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ... |
| 10010 | 2026-02-27T03:24:23.640Z | [ host-image] Feb 27 03:24:22.313 INFO O| Feb 27 03:24:22.313 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz |
| 10011 | 2026-02-27T03:24:23.640Z | [ host-image] Feb 27 03:24:22.313 INFO O| Feb 27 03:24:22.313 INFO ok! |
| 10012 | 2026-02-27T03:24:23.640Z | [ host-image] Feb 27 03:24:22.313 INFO O| Feb 27 03:24:22.313 INFO STEP 89 (ensure_file) COMPLETE |
| 10013 | 2026-02-27T03:24:23.640Z | [ host-image] Feb 27 03:24:22.313 INFO O| Feb 27 03:24:22.313 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10014 | 2026-02-27T03:24:23.652Z | [ host-image] Feb 27 03:24:22.327 INFO O| Feb 27 03:24:22.327 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog |
| 10015 | 2026-02-27T03:24:23.653Z | [ host-image] Feb 27 03:24:22.328 INFO O| Feb 27 03:24:22.328 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog |
| 10016 | 2026-02-27T03:24:23.653Z | [ host-image] Feb 27 03:24:22.328 INFO O| Feb 27 03:24:22.328 INFO STEP 90 (ensure_dir) COMPLETE |
| 10017 | 2026-02-27T03:24:23.653Z | [ host-image] Feb 27 03:24:22.328 INFO O| Feb 27 03:24:22.328 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10018 | 2026-02-27T03:24:23.668Z | [ host-image] Feb 27 03:24:22.343 INFO O| Feb 27 03:24:22.343 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist |
| 10019 | 2026-02-27T03:24:23.669Z | [ host-image] Feb 27 03:24:22.343 INFO O| Feb 27 03:24:22.343 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ... |
| 10020 | 2026-02-27T03:24:23.673Z | [ host-image] Feb 27 03:24:22.349 INFO O| Feb 27 03:24:22.348 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog |
| 10021 | 2026-02-27T03:24:23.673Z | [ host-image] Feb 27 03:24:22.349 INFO O| Feb 27 03:24:22.349 INFO ok! |
| 10022 | 2026-02-27T03:24:23.676Z | [ host-image] Feb 27 03:24:22.349 INFO O| Feb 27 03:24:22.349 INFO STEP 91 (ensure_file) COMPLETE |
| 10023 | 2026-02-27T03:24:23.676Z | [ host-image] Feb 27 03:24:22.349 INFO O| Feb 27 03:24:22.349 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10024 | 2026-02-27T03:24:23.689Z | [ host-image] Feb 27 03:24:22.364 INFO O| Feb 27 03:24:22.364 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist |
| 10025 | 2026-02-27T03:24:23.689Z | [ host-image] Feb 27 03:24:22.364 INFO O| Feb 27 03:24:22.364 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ... |
| 10026 | 2026-02-27T03:24:23.692Z | [ host-image] Feb 27 03:24:22.364 INFO O| Feb 27 03:24:22.364 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION |
| 10027 | 2026-02-27T03:24:23.692Z | [ host-image] Feb 27 03:24:22.364 INFO O| Feb 27 03:24:22.364 INFO ok! |
| 10028 | 2026-02-27T03:24:23.692Z | [ host-image] Feb 27 03:24:22.364 INFO O| Feb 27 03:24:22.364 INFO STEP 92 (ensure_file) COMPLETE |
| 10029 | 2026-02-27T03:24:23.692Z | [ host-image] Feb 27 03:24:22.364 INFO O| Feb 27 03:24:22.364 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10030 | 2026-02-27T03:24:23.703Z | [ host-image] Feb 27 03:24:22.378 INFO O| Feb 27 03:24:22.378 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
| 10031 | 2026-02-27T03:24:23.703Z | [ host-image] Feb 27 03:24:22.378 INFO O| Feb 27 03:24:22.378 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ... |
| 10032 | 2026-02-27T03:24:23.780Z | [ recovery-image] Feb 27 03:24:22.454 INFO E| Compiling os_pipe v1.2.1 |
| 10033 | 2026-02-27T03:24:23.933Z | [ recovery-image] Feb 27 03:24:22.607 INFO E| Compiling shared_child v1.0.1 |
| 10034 | 2026-02-27T03:24:24.012Z | [ recovery-image] Feb 27 03:24:22.631 INFO E| Compiling indexmap v2.9.0 |
| 10035 | 2026-02-27T03:24:24.278Z | [ recovery-image] Feb 27 03:24:22.953 INFO E| Compiling clap_builder v4.5.37 |
| 10036 | 2026-02-27T03:24:24.546Z | [ recovery-image] Feb 27 03:24:23.221 INFO E| Compiling duct v0.13.7 |
| 10037 | 2026-02-27T03:24:26.210Z | [ host-image] Feb 27 03:24:24.885 INFO O| Feb 27 03:24:24.885 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz |
| 10038 | 2026-02-27T03:24:26.210Z | [ host-image] Feb 27 03:24:24.885 INFO O| Feb 27 03:24:24.885 INFO ok! |
| 10039 | 2026-02-27T03:24:26.210Z | [ host-image] Feb 27 03:24:24.885 INFO O| Feb 27 03:24:24.885 INFO STEP 93 (ensure_file) COMPLETE |
| 10040 | 2026-02-27T03:24:26.214Z | [ host-image] Feb 27 03:24:24.885 INFO O| Feb 27 03:24:24.885 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10041 | 2026-02-27T03:24:26.229Z | [ host-image] Feb 27 03:24:24.901 INFO O| Feb 27 03:24:24.901 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind |
| 10042 | 2026-02-27T03:24:26.229Z | [ host-image] Feb 27 03:24:24.901 INFO O| Feb 27 03:24:24.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind |
| 10043 | 2026-02-27T03:24:26.229Z | [ host-image] Feb 27 03:24:24.901 INFO O| Feb 27 03:24:24.901 INFO STEP 94 (ensure_dir) COMPLETE |
| 10044 | 2026-02-27T03:24:26.229Z | [ host-image] Feb 27 03:24:24.901 INFO O| Feb 27 03:24:24.901 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10045 | 2026-02-27T03:24:26.240Z | [ host-image] Feb 27 03:24:24.915 INFO O| Feb 27 03:24:24.915 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib |
| 10046 | 2026-02-27T03:24:26.240Z | [ host-image] Feb 27 03:24:24.915 INFO O| Feb 27 03:24:24.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib |
| 10047 | 2026-02-27T03:24:26.240Z | [ host-image] Feb 27 03:24:24.915 INFO O| Feb 27 03:24:24.915 INFO STEP 95 (ensure_dir) COMPLETE |
| 10048 | 2026-02-27T03:24:26.240Z | [ host-image] Feb 27 03:24:24.915 INFO O| Feb 27 03:24:24.915 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10049 | 2026-02-27T03:24:26.254Z | [ host-image] Feb 27 03:24:24.929 INFO O| Feb 27 03:24:24.928 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc |
| 10050 | 2026-02-27T03:24:26.254Z | [ host-image] Feb 27 03:24:24.929 INFO O| Feb 27 03:24:24.929 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc |
| 10051 | 2026-02-27T03:24:26.254Z | [ host-image] Feb 27 03:24:24.929 INFO O| Feb 27 03:24:24.929 INFO STEP 96 (ensure_dir) COMPLETE |
| 10052 | 2026-02-27T03:24:26.257Z | [ host-image] Feb 27 03:24:24.929 INFO O| Feb 27 03:24:24.929 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10053 | 2026-02-27T03:24:26.269Z | [ host-image] Feb 27 03:24:24.944 INFO O| Feb 27 03:24:24.944 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
| 10054 | 2026-02-27T03:24:26.269Z | [ host-image] Feb 27 03:24:24.944 INFO O| Feb 27 03:24:24.944 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
| 10055 | 2026-02-27T03:24:26.272Z | [ host-image] Feb 27 03:24:24.944 INFO O| Feb 27 03:24:24.944 INFO STEP 97 (ensure_dir) COMPLETE |
| 10056 | 2026-02-27T03:24:26.272Z | [ host-image] Feb 27 03:24:24.944 INFO O| Feb 27 03:24:24.944 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10057 | 2026-02-27T03:24:26.283Z | [ host-image] Feb 27 03:24:24.958 INFO O| Feb 27 03:24:24.958 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
| 10058 | 2026-02-27T03:24:26.283Z | [ host-image] Feb 27 03:24:24.958 INFO O| Feb 27 03:24:24.958 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
| 10059 | 2026-02-27T03:24:26.286Z | [ host-image] Feb 27 03:24:24.958 INFO O| Feb 27 03:24:24.958 INFO STEP 98 (ensure_dir) COMPLETE |
| 10060 | 2026-02-27T03:24:26.286Z | [ host-image] Feb 27 03:24:24.958 INFO O| Feb 27 03:24:24.958 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10061 | 2026-02-27T03:24:26.297Z | [ host-image] Feb 27 03:24:24.972 INFO O| Feb 27 03:24:24.972 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
| 10062 | 2026-02-27T03:24:26.297Z | [ host-image] Feb 27 03:24:24.972 INFO O| Feb 27 03:24:24.972 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 10063 | 2026-02-27T03:24:26.300Z | [ host-image] Feb 27 03:24:24.972 INFO O| Feb 27 03:24:24.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
| 10064 | 2026-02-27T03:24:26.300Z | [ host-image] Feb 27 03:24:24.972 INFO O| Feb 27 03:24:24.972 INFO ok! |
| 10065 | 2026-02-27T03:24:26.300Z | [ host-image] Feb 27 03:24:24.972 INFO O| Feb 27 03:24:24.972 INFO STEP 99 (ensure_file) COMPLETE |
| 10066 | 2026-02-27T03:24:26.300Z | [ host-image] Feb 27 03:24:24.972 INFO O| Feb 27 03:24:24.972 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10067 | 2026-02-27T03:24:26.311Z | [ host-image] Feb 27 03:24:24.985 INFO O| Feb 27 03:24:24.985 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin |
| 10068 | 2026-02-27T03:24:26.311Z | [ host-image] Feb 27 03:24:24.986 INFO O| Feb 27 03:24:24.985 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin |
| 10069 | 2026-02-27T03:24:26.311Z | [ host-image] Feb 27 03:24:24.986 INFO O| Feb 27 03:24:24.986 INFO STEP 100 (ensure_dir) COMPLETE |
| 10070 | 2026-02-27T03:24:26.311Z | [ host-image] Feb 27 03:24:24.986 INFO O| Feb 27 03:24:24.986 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10071 | 2026-02-27T03:24:26.326Z | [ host-image] Feb 27 03:24:25.001 INFO O| Feb 27 03:24:25.001 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
| 10072 | 2026-02-27T03:24:26.326Z | [ host-image] Feb 27 03:24:25.001 INFO O| Feb 27 03:24:25.001 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
| 10073 | 2026-02-27T03:24:26.797Z | [ host-image] Feb 27 03:24:25.472 INFO O| Feb 27 03:24:25.472 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
| 10074 | 2026-02-27T03:24:26.798Z | [ host-image] Feb 27 03:24:25.473 INFO O| Feb 27 03:24:25.472 INFO ok! |
| 10075 | 2026-02-27T03:24:26.798Z | [ host-image] Feb 27 03:24:25.473 INFO O| Feb 27 03:24:25.472 INFO STEP 101 (ensure_file) COMPLETE |
| 10076 | 2026-02-27T03:24:26.801Z | [ host-image] Feb 27 03:24:25.473 INFO O| Feb 27 03:24:25.472 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10077 | 2026-02-27T03:24:26.813Z | [ host-image] Feb 27 03:24:25.488 INFO O| Feb 27 03:24:25.488 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
| 10078 | 2026-02-27T03:24:26.813Z | [ host-image] Feb 27 03:24:25.488 INFO O| Feb 27 03:24:25.488 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
| 10079 | 2026-02-27T03:24:26.816Z | [ host-image] Feb 27 03:24:25.488 INFO O| Feb 27 03:24:25.488 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
| 10080 | 2026-02-27T03:24:26.816Z | [ host-image] Feb 27 03:24:25.488 INFO O| Feb 27 03:24:25.488 INFO ok! |
| 10081 | 2026-02-27T03:24:26.816Z | [ host-image] Feb 27 03:24:25.488 INFO O| Feb 27 03:24:25.488 INFO STEP 102 (ensure_file) COMPLETE |
| 10082 | 2026-02-27T03:24:26.816Z | [ host-image] Feb 27 03:24:25.488 INFO O| Feb 27 03:24:25.488 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10083 | 2026-02-27T03:24:26.827Z | [ host-image] Feb 27 03:24:25.502 INFO O| Feb 27 03:24:25.502 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
| 10084 | 2026-02-27T03:24:26.827Z | [ host-image] Feb 27 03:24:25.502 INFO O| Feb 27 03:24:25.502 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
| 10085 | 2026-02-27T03:24:26.840Z | [ host-image] Feb 27 03:24:25.516 INFO O| Feb 27 03:24:25.515 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
| 10086 | 2026-02-27T03:24:26.840Z | [ host-image] Feb 27 03:24:25.516 INFO O| Feb 27 03:24:25.515 INFO ok! |
| 10087 | 2026-02-27T03:24:26.843Z | [ host-image] Feb 27 03:24:25.516 INFO O| Feb 27 03:24:25.515 INFO STEP 103 (ensure_file) COMPLETE |
| 10088 | 2026-02-27T03:24:26.844Z | [ host-image] Feb 27 03:24:25.516 INFO O| Feb 27 03:24:25.516 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10089 | 2026-02-27T03:24:26.844Z | [ recovery-image] Feb 27 03:24:25.516 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask) |
| 10090 | 2026-02-27T03:24:26.853Z | [ host-image] Feb 27 03:24:25.528 INFO O| Feb 27 03:24:25.528 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
| 10091 | 2026-02-27T03:24:26.853Z | [ host-image] Feb 27 03:24:25.528 INFO O| Feb 27 03:24:25.528 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ... |
| 10092 | 2026-02-27T03:24:26.856Z | [ host-image] Feb 27 03:24:25.528 INFO O| Feb 27 03:24:25.528 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION |
| 10093 | 2026-02-27T03:24:26.856Z | [ host-image] Feb 27 03:24:25.528 INFO O| Feb 27 03:24:25.528 INFO ok! |
| 10094 | 2026-02-27T03:24:26.856Z | [ host-image] Feb 27 03:24:25.528 INFO O| Feb 27 03:24:25.528 INFO STEP 104 (ensure_file) COMPLETE |
| 10095 | 2026-02-27T03:24:26.856Z | [ host-image] Feb 27 03:24:25.528 INFO O| Feb 27 03:24:25.528 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10096 | 2026-02-27T03:24:26.867Z | [ host-image] Feb 27 03:24:25.542 INFO O| Feb 27 03:24:25.542 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils |
| 10097 | 2026-02-27T03:24:26.867Z | [ host-image] Feb 27 03:24:25.542 INFO O| Feb 27 03:24:25.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils |
| 10098 | 2026-02-27T03:24:26.867Z | [ host-image] Feb 27 03:24:25.542 INFO O| Feb 27 03:24:25.542 INFO STEP 105 (ensure_dir) COMPLETE |
| 10099 | 2026-02-27T03:24:26.870Z | [ host-image] Feb 27 03:24:25.542 INFO O| Feb 27 03:24:25.542 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10100 | 2026-02-27T03:24:26.881Z | [ host-image] Feb 27 03:24:25.556 INFO O| Feb 27 03:24:25.556 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist |
| 10101 | 2026-02-27T03:24:26.881Z | [ host-image] Feb 27 03:24:25.556 INFO O| Feb 27 03:24:25.556 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 10102 | 2026-02-27T03:24:27.595Z | [ host-image] Feb 27 03:24:26.270 INFO O| Feb 27 03:24:26.270 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw |
| 10103 | 2026-02-27T03:24:27.595Z | [ host-image] Feb 27 03:24:26.270 INFO O| Feb 27 03:24:26.270 INFO ok! |
| 10104 | 2026-02-27T03:24:27.595Z | [ host-image] Feb 27 03:24:26.270 INFO O| Feb 27 03:24:26.270 INFO STEP 106 (ensure_file) COMPLETE |
| 10105 | 2026-02-27T03:24:27.599Z | [ host-image] Feb 27 03:24:26.270 INFO O| Feb 27 03:24:26.270 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10106 | 2026-02-27T03:24:27.610Z | [ host-image] Feb 27 03:24:26.285 INFO O| Feb 27 03:24:26.285 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist |
| 10107 | 2026-02-27T03:24:27.610Z | [ host-image] Feb 27 03:24:26.285 INFO O| Feb 27 03:24:26.285 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 10108 | 2026-02-27T03:24:27.610Z | [ host-image] Feb 27 03:24:26.285 INFO O| Feb 27 03:24:26.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d |
| 10109 | 2026-02-27T03:24:27.610Z | [ host-image] Feb 27 03:24:26.285 INFO O| Feb 27 03:24:26.285 INFO ok! |
| 10110 | 2026-02-27T03:24:27.610Z | [ host-image] Feb 27 03:24:26.285 INFO O| Feb 27 03:24:26.285 INFO STEP 107 (ensure_file) COMPLETE |
| 10111 | 2026-02-27T03:24:27.610Z | [ host-image] Feb 27 03:24:26.285 INFO O| Feb 27 03:24:26.285 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10112 | 2026-02-27T03:24:27.622Z | [ host-image] Feb 27 03:24:26.297 INFO O| Feb 27 03:24:26.297 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist |
| 10113 | 2026-02-27T03:24:27.622Z | [ host-image] Feb 27 03:24:26.297 INFO O| Feb 27 03:24:26.297 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 10114 | 2026-02-27T03:24:27.626Z | [ host-image] Feb 27 03:24:26.297 INFO O| Feb 27 03:24:26.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d |
| 10115 | 2026-02-27T03:24:27.626Z | [ host-image] Feb 27 03:24:26.297 INFO O| Feb 27 03:24:26.297 INFO ok! |
| 10116 | 2026-02-27T03:24:27.626Z | [ host-image] Feb 27 03:24:26.297 INFO O| Feb 27 03:24:26.297 INFO STEP 108 (ensure_file) COMPLETE |
| 10117 | 2026-02-27T03:24:27.626Z | [ host-image] Feb 27 03:24:26.297 INFO O| Feb 27 03:24:26.297 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10118 | 2026-02-27T03:24:27.632Z | [ host-image] Feb 27 03:24:26.307 INFO O| Feb 27 03:24:26.307 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist |
| 10119 | 2026-02-27T03:24:27.632Z | [ host-image] Feb 27 03:24:26.307 INFO O| Feb 27 03:24:26.307 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 10120 | 2026-02-27T03:24:27.632Z | [ host-image] Feb 27 03:24:26.307 INFO O| Feb 27 03:24:26.307 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d |
| 10121 | 2026-02-27T03:24:27.635Z | [ host-image] Feb 27 03:24:26.307 INFO O| Feb 27 03:24:26.307 INFO ok! |
| 10122 | 2026-02-27T03:24:27.636Z | [ host-image] Feb 27 03:24:26.307 INFO O| Feb 27 03:24:26.307 INFO STEP 109 (ensure_file) COMPLETE |
| 10123 | 2026-02-27T03:24:27.636Z | [ host-image] Feb 27 03:24:26.307 INFO O| Feb 27 03:24:26.307 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10124 | 2026-02-27T03:24:27.647Z | [ host-image] Feb 27 03:24:26.322 INFO O| Feb 27 03:24:26.322 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist |
| 10125 | 2026-02-27T03:24:27.647Z | [ host-image] Feb 27 03:24:26.322 INFO O| Feb 27 03:24:26.322 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 10126 | 2026-02-27T03:24:27.650Z | [ host-image] Feb 27 03:24:26.322 INFO O| Feb 27 03:24:26.322 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d |
| 10127 | 2026-02-27T03:24:27.650Z | [ host-image] Feb 27 03:24:26.322 INFO O| Feb 27 03:24:26.322 INFO ok! |
| 10128 | 2026-02-27T03:24:27.651Z | [ host-image] Feb 27 03:24:26.322 INFO O| Feb 27 03:24:26.322 INFO STEP 110 (ensure_file) COMPLETE |
| 10129 | 2026-02-27T03:24:27.651Z | [ host-image] Feb 27 03:24:26.322 INFO O| Feb 27 03:24:26.322 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10130 | 2026-02-27T03:24:27.659Z | [ host-image] Feb 27 03:24:26.334 INFO O| Feb 27 03:24:26.334 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist |
| 10131 | 2026-02-27T03:24:27.659Z | [ host-image] Feb 27 03:24:26.334 INFO O| Feb 27 03:24:26.334 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 10132 | 2026-02-27T03:24:27.662Z | [ host-image] Feb 27 03:24:26.334 INFO O| Feb 27 03:24:26.334 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d |
| 10133 | 2026-02-27T03:24:27.662Z | [ host-image] Feb 27 03:24:26.334 INFO O| Feb 27 03:24:26.334 INFO ok! |
| 10134 | 2026-02-27T03:24:27.662Z | [ host-image] Feb 27 03:24:26.334 INFO O| Feb 27 03:24:26.334 INFO STEP 111 (ensure_file) COMPLETE |
| 10135 | 2026-02-27T03:24:27.662Z | [ host-image] Feb 27 03:24:26.334 INFO O| Feb 27 03:24:26.334 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10136 | 2026-02-27T03:24:27.674Z | [ host-image] Feb 27 03:24:26.349 INFO O| Feb 27 03:24:26.349 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist |
| 10137 | 2026-02-27T03:24:27.674Z | [ host-image] Feb 27 03:24:26.349 INFO O| Feb 27 03:24:26.349 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 10138 | 2026-02-27T03:24:27.678Z | [ host-image] Feb 27 03:24:26.349 INFO O| Feb 27 03:24:26.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d |
| 10139 | 2026-02-27T03:24:27.678Z | [ host-image] Feb 27 03:24:26.349 INFO O| Feb 27 03:24:26.349 INFO ok! |
| 10140 | 2026-02-27T03:24:27.678Z | [ host-image] Feb 27 03:24:26.349 INFO O| Feb 27 03:24:26.349 INFO STEP 112 (ensure_file) COMPLETE |
| 10141 | 2026-02-27T03:24:27.678Z | [ host-image] Feb 27 03:24:26.349 INFO O| Feb 27 03:24:26.349 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10142 | 2026-02-27T03:24:27.687Z | [ host-image] Feb 27 03:24:26.362 INFO O| Feb 27 03:24:26.362 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist |
| 10143 | 2026-02-27T03:24:27.687Z | [ host-image] Feb 27 03:24:26.362 INFO O| Feb 27 03:24:26.362 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ... |
| 10144 | 2026-02-27T03:24:27.687Z | [ host-image] Feb 27 03:24:26.362 INFO O| Feb 27 03:24:26.362 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d |
| 10145 | 2026-02-27T03:24:27.690Z | [ host-image] Feb 27 03:24:26.362 INFO O| Feb 27 03:24:26.362 INFO ok! |
| 10146 | 2026-02-27T03:24:27.690Z | [ host-image] Feb 27 03:24:26.362 INFO O| Feb 27 03:24:26.362 INFO STEP 113 (ensure_file) COMPLETE |
| 10147 | 2026-02-27T03:24:27.690Z | [ host-image] Feb 27 03:24:26.362 INFO O| Feb 27 03:24:26.362 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10148 | 2026-02-27T03:24:27.702Z | [ host-image] Feb 27 03:24:26.377 INFO O| Feb 27 03:24:26.377 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist |
| 10149 | 2026-02-27T03:24:27.702Z | [ host-image] Feb 27 03:24:26.377 INFO O| Feb 27 03:24:26.377 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 10150 | 2026-02-27T03:24:27.705Z | [ host-image] Feb 27 03:24:26.377 INFO O| Feb 27 03:24:26.377 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d |
| 10151 | 2026-02-27T03:24:27.705Z | [ host-image] Feb 27 03:24:26.377 INFO O| Feb 27 03:24:26.377 INFO ok! |
| 10152 | 2026-02-27T03:24:27.705Z | [ host-image] Feb 27 03:24:26.377 INFO O| Feb 27 03:24:26.377 INFO STEP 114 (ensure_file) COMPLETE |
| 10153 | 2026-02-27T03:24:27.705Z | [ host-image] Feb 27 03:24:26.377 INFO O| Feb 27 03:24:26.377 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10154 | 2026-02-27T03:24:27.719Z | [ host-image] Feb 27 03:24:26.394 INFO O| Feb 27 03:24:26.394 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist |
| 10155 | 2026-02-27T03:24:27.719Z | [ host-image] Feb 27 03:24:26.394 INFO O| Feb 27 03:24:26.394 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 10156 | 2026-02-27T03:24:27.719Z | [ host-image] Feb 27 03:24:26.394 INFO O| Feb 27 03:24:26.394 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d |
| 10157 | 2026-02-27T03:24:27.722Z | [ host-image] Feb 27 03:24:26.394 INFO O| Feb 27 03:24:26.394 INFO ok! |
| 10158 | 2026-02-27T03:24:27.722Z | [ host-image] Feb 27 03:24:26.394 INFO O| Feb 27 03:24:26.394 INFO STEP 115 (ensure_file) COMPLETE |
| 10159 | 2026-02-27T03:24:27.722Z | [ host-image] Feb 27 03:24:26.394 INFO O| Feb 27 03:24:26.394 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10160 | 2026-02-27T03:24:27.736Z | [ host-image] Feb 27 03:24:26.411 INFO O| Feb 27 03:24:26.411 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist |
| 10161 | 2026-02-27T03:24:27.736Z | [ host-image] Feb 27 03:24:26.411 INFO O| Feb 27 03:24:26.411 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 10162 | 2026-02-27T03:24:27.740Z | [ host-image] Feb 27 03:24:26.412 INFO O| Feb 27 03:24:26.411 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d |
| 10163 | 2026-02-27T03:24:27.740Z | [ host-image] Feb 27 03:24:26.412 INFO O| Feb 27 03:24:26.411 INFO ok! |
| 10164 | 2026-02-27T03:24:27.740Z | [ host-image] Feb 27 03:24:26.412 INFO O| Feb 27 03:24:26.412 INFO STEP 116 (ensure_file) COMPLETE |
| 10165 | 2026-02-27T03:24:27.740Z | [ host-image] Feb 27 03:24:26.412 INFO O| Feb 27 03:24:26.412 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10166 | 2026-02-27T03:24:27.755Z | [ host-image] Feb 27 03:24:26.429 INFO O| Feb 27 03:24:26.429 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist |
| 10167 | 2026-02-27T03:24:27.755Z | [ host-image] Feb 27 03:24:26.429 INFO O| Feb 27 03:24:26.429 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ... |
| 10168 | 2026-02-27T03:24:27.755Z | [ host-image] Feb 27 03:24:26.429 INFO O| Feb 27 03:24:26.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d |
| 10169 | 2026-02-27T03:24:27.758Z | [ host-image] Feb 27 03:24:26.429 INFO O| Feb 27 03:24:26.429 INFO ok! |
| 10170 | 2026-02-27T03:24:27.758Z | [ host-image] Feb 27 03:24:26.429 INFO O| Feb 27 03:24:26.429 INFO STEP 117 (ensure_file) COMPLETE |
| 10171 | 2026-02-27T03:24:27.758Z | [ host-image] Feb 27 03:24:26.429 INFO O| Feb 27 03:24:26.429 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10172 | 2026-02-27T03:24:27.774Z | [ host-image] Feb 27 03:24:26.448 INFO O| Feb 27 03:24:26.448 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist |
| 10173 | 2026-02-27T03:24:27.774Z | [ host-image] Feb 27 03:24:26.448 INFO O| Feb 27 03:24:26.448 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 10174 | 2026-02-27T03:24:27.774Z | [ host-image] Feb 27 03:24:26.449 INFO O| Feb 27 03:24:26.448 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d |
| 10175 | 2026-02-27T03:24:27.777Z | [ host-image] Feb 27 03:24:26.449 INFO O| Feb 27 03:24:26.448 INFO ok! |
| 10176 | 2026-02-27T03:24:27.777Z | [ host-image] Feb 27 03:24:26.449 INFO O| Feb 27 03:24:26.449 INFO STEP 118 (ensure_file) COMPLETE |
| 10177 | 2026-02-27T03:24:27.777Z | [ host-image] Feb 27 03:24:26.449 INFO O| Feb 27 03:24:26.449 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10178 | 2026-02-27T03:24:27.793Z | [ host-image] Feb 27 03:24:26.467 INFO O| Feb 27 03:24:26.467 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist |
| 10179 | 2026-02-27T03:24:27.796Z | [ host-image] Feb 27 03:24:26.468 INFO O| Feb 27 03:24:26.467 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 10180 | 2026-02-27T03:24:27.796Z | [ host-image] Feb 27 03:24:26.468 INFO O| Feb 27 03:24:26.468 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d |
| 10181 | 2026-02-27T03:24:27.796Z | [ host-image] Feb 27 03:24:26.468 INFO O| Feb 27 03:24:26.468 INFO ok! |
| 10182 | 2026-02-27T03:24:27.796Z | [ host-image] Feb 27 03:24:26.468 INFO O| Feb 27 03:24:26.468 INFO STEP 119 (ensure_file) COMPLETE |
| 10183 | 2026-02-27T03:24:27.796Z | [ host-image] Feb 27 03:24:26.468 INFO O| Feb 27 03:24:26.468 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10184 | 2026-02-27T03:24:27.807Z | [ host-image] Feb 27 03:24:26.481 INFO O| Feb 27 03:24:26.481 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist |
| 10185 | 2026-02-27T03:24:27.807Z | [ host-image] Feb 27 03:24:26.482 INFO O| Feb 27 03:24:26.481 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 10186 | 2026-02-27T03:24:27.810Z | [ host-image] Feb 27 03:24:26.482 INFO O| Feb 27 03:24:26.482 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d |
| 10187 | 2026-02-27T03:24:27.810Z | [ host-image] Feb 27 03:24:26.482 INFO O| Feb 27 03:24:26.482 INFO ok! |
| 10188 | 2026-02-27T03:24:27.810Z | [ host-image] Feb 27 03:24:26.482 INFO O| Feb 27 03:24:26.482 INFO STEP 120 (ensure_file) COMPLETE |
| 10189 | 2026-02-27T03:24:27.810Z | [ host-image] Feb 27 03:24:26.482 INFO O| Feb 27 03:24:26.482 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10190 | 2026-02-27T03:24:27.823Z | [ host-image] Feb 27 03:24:26.498 INFO O| Feb 27 03:24:26.498 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist |
| 10191 | 2026-02-27T03:24:27.823Z | [ host-image] Feb 27 03:24:26.498 INFO O| Feb 27 03:24:26.498 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 10192 | 2026-02-27T03:24:27.826Z | [ host-image] Feb 27 03:24:26.498 INFO O| Feb 27 03:24:26.498 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d |
| 10193 | 2026-02-27T03:24:27.826Z | [ host-image] Feb 27 03:24:26.498 INFO O| Feb 27 03:24:26.498 INFO ok! |
| 10194 | 2026-02-27T03:24:27.826Z | [ host-image] Feb 27 03:24:26.498 INFO O| Feb 27 03:24:26.498 INFO STEP 121 (ensure_file) COMPLETE |
| 10195 | 2026-02-27T03:24:27.826Z | [ host-image] Feb 27 03:24:26.498 INFO O| Feb 27 03:24:26.498 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10196 | 2026-02-27T03:24:27.838Z | [ host-image] Feb 27 03:24:26.513 INFO O| Feb 27 03:24:26.513 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist |
| 10197 | 2026-02-27T03:24:27.838Z | [ host-image] Feb 27 03:24:26.513 INFO O| Feb 27 03:24:26.513 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 10198 | 2026-02-27T03:24:27.841Z | [ host-image] Feb 27 03:24:26.513 INFO O| Feb 27 03:24:26.513 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d |
| 10199 | 2026-02-27T03:24:27.841Z | [ host-image] Feb 27 03:24:26.513 INFO O| Feb 27 03:24:26.513 INFO ok! |
| 10200 | 2026-02-27T03:24:27.841Z | [ host-image] Feb 27 03:24:26.513 INFO O| Feb 27 03:24:26.513 INFO STEP 122 (ensure_file) COMPLETE |
| 10201 | 2026-02-27T03:24:27.841Z | [ host-image] Feb 27 03:24:26.513 INFO O| Feb 27 03:24:26.513 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10202 | 2026-02-27T03:24:27.850Z | [ host-image] Feb 27 03:24:26.525 INFO O| Feb 27 03:24:26.525 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist |
| 10203 | 2026-02-27T03:24:27.850Z | [ host-image] Feb 27 03:24:26.525 INFO O| Feb 27 03:24:26.525 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 10204 | 2026-02-27T03:24:27.854Z | [ host-image] Feb 27 03:24:26.525 INFO O| Feb 27 03:24:26.525 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d |
| 10205 | 2026-02-27T03:24:27.854Z | [ host-image] Feb 27 03:24:26.525 INFO O| Feb 27 03:24:26.525 INFO ok! |
| 10206 | 2026-02-27T03:24:27.854Z | [ host-image] Feb 27 03:24:26.525 INFO O| Feb 27 03:24:26.525 INFO STEP 123 (ensure_file) COMPLETE |
| 10207 | 2026-02-27T03:24:27.854Z | [ host-image] Feb 27 03:24:26.525 INFO O| Feb 27 03:24:26.525 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10208 | 2026-02-27T03:24:27.862Z | [ host-image] Feb 27 03:24:26.537 INFO O| Feb 27 03:24:26.537 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist |
| 10209 | 2026-02-27T03:24:27.862Z | [ host-image] Feb 27 03:24:26.537 INFO O| Feb 27 03:24:26.537 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 10210 | 2026-02-27T03:24:27.865Z | [ host-image] Feb 27 03:24:26.537 INFO O| Feb 27 03:24:26.537 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d |
| 10211 | 2026-02-27T03:24:27.865Z | [ host-image] Feb 27 03:24:26.537 INFO O| Feb 27 03:24:26.537 INFO ok! |
| 10212 | 2026-02-27T03:24:27.865Z | [ host-image] Feb 27 03:24:26.537 INFO O| Feb 27 03:24:26.537 INFO STEP 124 (ensure_file) COMPLETE |
| 10213 | 2026-02-27T03:24:27.865Z | [ host-image] Feb 27 03:24:26.537 INFO O| Feb 27 03:24:26.537 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10214 | 2026-02-27T03:24:27.879Z | [ host-image] Feb 27 03:24:26.554 INFO O| Feb 27 03:24:26.554 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist |
| 10215 | 2026-02-27T03:24:27.880Z | [ host-image] Feb 27 03:24:26.554 INFO O| Feb 27 03:24:26.554 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 10216 | 2026-02-27T03:24:27.883Z | [ host-image] Feb 27 03:24:26.554 INFO O| Feb 27 03:24:26.554 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d |
| 10217 | 2026-02-27T03:24:27.883Z | [ host-image] Feb 27 03:24:26.554 INFO O| Feb 27 03:24:26.554 INFO ok! |
| 10218 | 2026-02-27T03:24:27.883Z | [ host-image] Feb 27 03:24:26.554 INFO O| Feb 27 03:24:26.554 INFO STEP 125 (ensure_file) COMPLETE |
| 10219 | 2026-02-27T03:24:27.883Z | [ host-image] Feb 27 03:24:26.554 INFO O| Feb 27 03:24:26.554 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10220 | 2026-02-27T03:24:27.895Z | [ host-image] Feb 27 03:24:26.570 INFO O| Feb 27 03:24:26.570 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist |
| 10221 | 2026-02-27T03:24:27.895Z | [ host-image] Feb 27 03:24:26.570 INFO O| Feb 27 03:24:26.570 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 10222 | 2026-02-27T03:24:27.895Z | [ host-image] Feb 27 03:24:26.570 INFO O| Feb 27 03:24:26.570 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d |
| 10223 | 2026-02-27T03:24:27.895Z | [ host-image] Feb 27 03:24:26.570 INFO O| Feb 27 03:24:26.570 INFO ok! |
| 10224 | 2026-02-27T03:24:27.895Z | [ host-image] Feb 27 03:24:26.570 INFO O| Feb 27 03:24:26.570 INFO STEP 126 (ensure_file) COMPLETE |
| 10225 | 2026-02-27T03:24:27.895Z | [ host-image] Feb 27 03:24:26.570 INFO O| Feb 27 03:24:26.570 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10226 | 2026-02-27T03:24:27.911Z | [ host-image] Feb 27 03:24:26.585 INFO O| Feb 27 03:24:26.585 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist |
| 10227 | 2026-02-27T03:24:27.911Z | [ host-image] Feb 27 03:24:26.585 INFO O| Feb 27 03:24:26.585 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 10228 | 2026-02-27T03:24:27.914Z | [ host-image] Feb 27 03:24:26.585 INFO O| Feb 27 03:24:26.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d |
| 10229 | 2026-02-27T03:24:27.914Z | [ host-image] Feb 27 03:24:26.585 INFO O| Feb 27 03:24:26.585 INFO ok! |
| 10230 | 2026-02-27T03:24:27.914Z | [ host-image] Feb 27 03:24:26.585 INFO O| Feb 27 03:24:26.585 INFO STEP 127 (ensure_file) COMPLETE |
| 10231 | 2026-02-27T03:24:27.914Z | [ host-image] Feb 27 03:24:26.585 INFO O| Feb 27 03:24:26.585 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10232 | 2026-02-27T03:24:27.925Z | [ host-image] Feb 27 03:24:26.600 INFO O| Feb 27 03:24:26.600 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist |
| 10233 | 2026-02-27T03:24:27.925Z | [ host-image] Feb 27 03:24:26.600 INFO O| Feb 27 03:24:26.600 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 10234 | 2026-02-27T03:24:27.928Z | [ host-image] Feb 27 03:24:26.600 INFO O| Feb 27 03:24:26.600 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh |
| 10235 | 2026-02-27T03:24:27.928Z | [ host-image] Feb 27 03:24:26.600 INFO O| Feb 27 03:24:26.600 INFO ok! |
| 10236 | 2026-02-27T03:24:27.928Z | [ host-image] Feb 27 03:24:26.600 INFO O| Feb 27 03:24:26.600 INFO STEP 128 (ensure_file) COMPLETE |
| 10237 | 2026-02-27T03:24:27.928Z | [ host-image] Feb 27 03:24:26.600 INFO O| Feb 27 03:24:26.600 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10238 | 2026-02-27T03:24:27.940Z | [ host-image] Feb 27 03:24:26.615 INFO O| Feb 27 03:24:26.615 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist |
| 10239 | 2026-02-27T03:24:27.940Z | [ host-image] Feb 27 03:24:26.615 INFO O| Feb 27 03:24:26.615 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 10240 | 2026-02-27T03:24:27.940Z | [ host-image] Feb 27 03:24:26.615 INFO O| Feb 27 03:24:26.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d |
| 10241 | 2026-02-27T03:24:27.940Z | [ host-image] Feb 27 03:24:26.615 INFO O| Feb 27 03:24:26.615 INFO ok! |
| 10242 | 2026-02-27T03:24:27.943Z | [ host-image] Feb 27 03:24:26.615 INFO O| Feb 27 03:24:26.615 INFO STEP 129 (ensure_file) COMPLETE |
| 10243 | 2026-02-27T03:24:27.943Z | [ host-image] Feb 27 03:24:26.615 INFO O| Feb 27 03:24:26.615 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10244 | 2026-02-27T03:24:27.952Z | [ host-image] Feb 27 03:24:26.627 INFO O| Feb 27 03:24:26.627 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist |
| 10245 | 2026-02-27T03:24:27.952Z | [ host-image] Feb 27 03:24:26.627 INFO O| Feb 27 03:24:26.627 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 10246 | 2026-02-27T03:24:27.952Z | [ host-image] Feb 27 03:24:26.627 INFO O| Feb 27 03:24:26.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh |
| 10247 | 2026-02-27T03:24:27.955Z | [ host-image] Feb 27 03:24:26.627 INFO O| Feb 27 03:24:26.627 INFO ok! |
| 10248 | 2026-02-27T03:24:27.955Z | [ host-image] Feb 27 03:24:26.627 INFO O| Feb 27 03:24:26.627 INFO STEP 130 (ensure_file) COMPLETE |
| 10249 | 2026-02-27T03:24:27.955Z | [ host-image] Feb 27 03:24:26.627 INFO O| Feb 27 03:24:26.627 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10250 | 2026-02-27T03:24:27.966Z | [ host-image] Feb 27 03:24:26.641 INFO O| Feb 27 03:24:26.641 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist |
| 10251 | 2026-02-27T03:24:27.966Z | [ host-image] Feb 27 03:24:26.641 INFO O| Feb 27 03:24:26.641 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 10252 | 2026-02-27T03:24:27.969Z | [ host-image] Feb 27 03:24:26.641 INFO O| Feb 27 03:24:26.641 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d |
| 10253 | 2026-02-27T03:24:27.969Z | [ host-image] Feb 27 03:24:26.641 INFO O| Feb 27 03:24:26.641 INFO ok! |
| 10254 | 2026-02-27T03:24:27.969Z | [ host-image] Feb 27 03:24:26.641 INFO O| Feb 27 03:24:26.641 INFO STEP 131 (ensure_file) COMPLETE |
| 10255 | 2026-02-27T03:24:27.969Z | [ host-image] Feb 27 03:24:26.641 INFO O| Feb 27 03:24:26.641 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10256 | 2026-02-27T03:24:27.978Z | [ host-image] Feb 27 03:24:26.653 INFO O| Feb 27 03:24:26.653 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist |
| 10257 | 2026-02-27T03:24:27.978Z | [ host-image] Feb 27 03:24:26.653 INFO O| Feb 27 03:24:26.653 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 10258 | 2026-02-27T03:24:27.978Z | [ host-image] Feb 27 03:24:26.653 INFO O| Feb 27 03:24:26.653 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh |
| 10259 | 2026-02-27T03:24:27.981Z | [ host-image] Feb 27 03:24:26.653 INFO O| Feb 27 03:24:26.653 INFO ok! |
| 10260 | 2026-02-27T03:24:27.981Z | [ host-image] Feb 27 03:24:26.653 INFO O| Feb 27 03:24:26.653 INFO STEP 132 (ensure_file) COMPLETE |
| 10261 | 2026-02-27T03:24:27.981Z | [ host-image] Feb 27 03:24:26.653 INFO O| Feb 27 03:24:26.653 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10262 | 2026-02-27T03:24:27.989Z | [ host-image] Feb 27 03:24:26.664 INFO O| Feb 27 03:24:26.664 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist |
| 10263 | 2026-02-27T03:24:27.989Z | [ host-image] Feb 27 03:24:26.664 INFO O| Feb 27 03:24:26.664 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 10264 | 2026-02-27T03:24:27.992Z | [ host-image] Feb 27 03:24:26.664 INFO O| Feb 27 03:24:26.664 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d |
| 10265 | 2026-02-27T03:24:27.992Z | [ host-image] Feb 27 03:24:26.664 INFO O| Feb 27 03:24:26.664 INFO ok! |
| 10266 | 2026-02-27T03:24:27.992Z | [ host-image] Feb 27 03:24:26.664 INFO O| Feb 27 03:24:26.664 INFO STEP 133 (ensure_file) COMPLETE |
| 10267 | 2026-02-27T03:24:27.992Z | [ host-image] Feb 27 03:24:26.664 INFO O| Feb 27 03:24:26.664 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10268 | 2026-02-27T03:24:28.001Z | [ host-image] Feb 27 03:24:26.676 INFO O| Feb 27 03:24:26.676 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist |
| 10269 | 2026-02-27T03:24:28.002Z | [ host-image] Feb 27 03:24:26.676 INFO O| Feb 27 03:24:26.676 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 10270 | 2026-02-27T03:24:28.002Z | [ host-image] Feb 27 03:24:26.676 INFO O| Feb 27 03:24:26.676 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d |
| 10271 | 2026-02-27T03:24:28.005Z | [ host-image] Feb 27 03:24:26.676 INFO O| Feb 27 03:24:26.676 INFO ok! |
| 10272 | 2026-02-27T03:24:28.005Z | [ host-image] Feb 27 03:24:26.676 INFO O| Feb 27 03:24:26.676 INFO STEP 134 (ensure_file) COMPLETE |
| 10273 | 2026-02-27T03:24:28.005Z | [ host-image] Feb 27 03:24:26.676 INFO O| Feb 27 03:24:26.676 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10274 | 2026-02-27T03:24:28.012Z | [ host-image] Feb 27 03:24:26.687 INFO O| Feb 27 03:24:26.687 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist |
| 10275 | 2026-02-27T03:24:28.012Z | [ host-image] Feb 27 03:24:26.687 INFO O| Feb 27 03:24:26.687 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 10276 | 2026-02-27T03:24:28.012Z | [ host-image] Feb 27 03:24:26.687 INFO O| Feb 27 03:24:26.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d |
| 10277 | 2026-02-27T03:24:28.015Z | [ host-image] Feb 27 03:24:26.687 INFO O| Feb 27 03:24:26.687 INFO ok! |
| 10278 | 2026-02-27T03:24:28.015Z | [ host-image] Feb 27 03:24:26.687 INFO O| Feb 27 03:24:26.687 INFO STEP 135 (ensure_file) COMPLETE |
| 10279 | 2026-02-27T03:24:28.015Z | [ host-image] Feb 27 03:24:26.687 INFO O| Feb 27 03:24:26.687 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10280 | 2026-02-27T03:24:28.023Z | [ host-image] Feb 27 03:24:26.698 INFO O| Feb 27 03:24:26.698 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist |
| 10281 | 2026-02-27T03:24:28.023Z | [ host-image] Feb 27 03:24:26.698 INFO O| Feb 27 03:24:26.698 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ... |
| 10282 | 2026-02-27T03:24:28.025Z | [ host-image] Feb 27 03:24:26.698 INFO O| Feb 27 03:24:26.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md |
| 10283 | 2026-02-27T03:24:28.025Z | [ host-image] Feb 27 03:24:26.698 INFO O| Feb 27 03:24:26.698 INFO ok! |
| 10284 | 2026-02-27T03:24:28.025Z | [ host-image] Feb 27 03:24:26.698 INFO O| Feb 27 03:24:26.698 INFO STEP 136 (ensure_file) COMPLETE |
| 10285 | 2026-02-27T03:24:28.025Z | [ host-image] Feb 27 03:24:26.698 INFO O| Feb 27 03:24:26.698 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10286 | 2026-02-27T03:24:28.037Z | [ host-image] Feb 27 03:24:26.712 INFO O| Feb 27 03:24:26.711 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist |
| 10287 | 2026-02-27T03:24:28.037Z | [ host-image] Feb 27 03:24:26.712 INFO O| Feb 27 03:24:26.712 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 10288 | 2026-02-27T03:24:28.040Z | [ host-image] Feb 27 03:24:26.712 INFO O| Feb 27 03:24:26.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt |
| 10289 | 2026-02-27T03:24:28.040Z | [ host-image] Feb 27 03:24:26.712 INFO O| Feb 27 03:24:26.712 INFO ok! |
| 10290 | 2026-02-27T03:24:28.040Z | [ host-image] Feb 27 03:24:26.712 INFO O| Feb 27 03:24:26.712 INFO STEP 137 (ensure_file) COMPLETE |
| 10291 | 2026-02-27T03:24:28.040Z | [ host-image] Feb 27 03:24:26.712 INFO O| Feb 27 03:24:26.712 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10292 | 2026-02-27T03:24:28.046Z | [ host-image] Feb 27 03:24:26.721 INFO O| Feb 27 03:24:26.721 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist |
| 10293 | 2026-02-27T03:24:28.049Z | [ host-image] Feb 27 03:24:26.721 INFO O| Feb 27 03:24:26.721 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ... |
| 10294 | 2026-02-27T03:24:28.049Z | [ host-image] Feb 27 03:24:26.722 INFO O| Feb 27 03:24:26.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION |
| 10295 | 2026-02-27T03:24:28.049Z | [ host-image] Feb 27 03:24:26.722 INFO O| Feb 27 03:24:26.722 INFO ok! |
| 10296 | 2026-02-27T03:24:28.050Z | [ host-image] Feb 27 03:24:26.722 INFO O| Feb 27 03:24:26.722 INFO STEP 138 (ensure_file) COMPLETE |
| 10297 | 2026-02-27T03:24:28.050Z | [ host-image] Feb 27 03:24:26.722 INFO O| Feb 27 03:24:26.722 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10298 | 2026-02-27T03:24:28.061Z | [ host-image] Feb 27 03:24:26.736 INFO O| Feb 27 03:24:26.736 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist |
| 10299 | 2026-02-27T03:24:28.061Z | [ host-image] Feb 27 03:24:26.736 INFO O| Feb 27 03:24:26.736 INFO copying /tmp/.tmpaFY3GB/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ... |
| 10300 | 2026-02-27T03:24:30.346Z | [ recovery-image] Feb 27 03:24:29.021 INFO E| Compiling serde_derive v1.0.219 |
| 10301 | 2026-02-27T03:24:30.346Z | [ recovery-image] Feb 27 03:24:29.021 INFO E| Compiling clap_derive v4.5.32 |
| 10302 | 2026-02-27T03:24:34.135Z | [ recovery-image] Feb 27 03:24:32.809 INFO E| Compiling clap v4.5.37 |
| 10303 | 2026-02-27T03:24:36.135Z | [ recovery-image] Feb 27 03:24:34.809 INFO E| Compiling serde v1.0.219 |
| 10304 | 2026-02-27T03:24:36.762Z | [ host-image] Feb 27 03:24:35.435 INFO O| Feb 27 03:24:35.435 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz |
| 10305 | 2026-02-27T03:24:36.762Z | [ host-image] Feb 27 03:24:35.435 INFO O| Feb 27 03:24:35.435 INFO ok! |
| 10306 | 2026-02-27T03:24:36.766Z | [ host-image] Feb 27 03:24:35.435 INFO O| Feb 27 03:24:35.435 INFO STEP 139 (ensure_file) COMPLETE |
| 10307 | 2026-02-27T03:24:36.766Z | [ host-image] Feb 27 03:24:35.435 INFO O| Feb 27 03:24:35.435 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10308 | 2026-02-27T03:24:36.771Z | [ host-image] Feb 27 03:24:35.445 INFO O| Feb 27 03:24:35.445 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib |
| 10309 | 2026-02-27T03:24:36.771Z | [ host-image] Feb 27 03:24:35.445 INFO O| Feb 27 03:24:35.445 INFO STEP 140 (ensure_dir) COMPLETE |
| 10310 | 2026-02-27T03:24:36.775Z | [ host-image] Feb 27 03:24:35.445 INFO O| Feb 27 03:24:35.445 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10311 | 2026-02-27T03:24:36.780Z | [ host-image] Feb 27 03:24:35.454 INFO O| Feb 27 03:24:35.454 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc |
| 10312 | 2026-02-27T03:24:36.783Z | [ host-image] Feb 27 03:24:35.454 INFO O| Feb 27 03:24:35.454 INFO STEP 141 (ensure_dir) COMPLETE |
| 10313 | 2026-02-27T03:24:36.784Z | [ host-image] Feb 27 03:24:35.454 INFO O| Feb 27 03:24:35.454 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10314 | 2026-02-27T03:24:36.790Z | [ host-image] Feb 27 03:24:35.463 INFO O| Feb 27 03:24:35.463 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest |
| 10315 | 2026-02-27T03:24:36.790Z | [ host-image] Feb 27 03:24:35.463 INFO O| Feb 27 03:24:35.463 INFO STEP 142 (ensure_dir) COMPLETE |
| 10316 | 2026-02-27T03:24:36.790Z | [ host-image] Feb 27 03:24:35.463 INFO O| Feb 27 03:24:35.463 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10317 | 2026-02-27T03:24:36.797Z | [ host-image] Feb 27 03:24:35.471 INFO O| Feb 27 03:24:35.471 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site |
| 10318 | 2026-02-27T03:24:36.797Z | [ host-image] Feb 27 03:24:35.471 INFO O| Feb 27 03:24:35.471 INFO STEP 143 (ensure_dir) COMPLETE |
| 10319 | 2026-02-27T03:24:36.801Z | [ host-image] Feb 27 03:24:35.471 INFO O| Feb 27 03:24:35.471 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10320 | 2026-02-27T03:24:36.807Z | [ host-image] Feb 27 03:24:35.481 INFO O| Feb 27 03:24:35.481 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
| 10321 | 2026-02-27T03:24:36.807Z | [ host-image] Feb 27 03:24:35.481 INFO O| Feb 27 03:24:35.481 INFO copying /tmp/.tmpaFY3GB/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 ... |
| 10322 | 2026-02-27T03:24:36.811Z | [ host-image] Feb 27 03:24:35.481 INFO O| Feb 27 03:24:35.481 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml |
| 10323 | 2026-02-27T03:24:36.811Z | [ host-image] Feb 27 03:24:35.481 INFO O| Feb 27 03:24:35.481 INFO ok! |
| 10324 | 2026-02-27T03:24:36.811Z | [ host-image] Feb 27 03:24:35.481 INFO O| Feb 27 03:24:35.481 INFO STEP 144 (ensure_file) COMPLETE |
| 10325 | 2026-02-27T03:24:36.811Z | [ host-image] Feb 27 03:24:35.481 INFO O| Feb 27 03:24:35.481 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10326 | 2026-02-27T03:24:36.816Z | [ host-image] Feb 27 03:24:35.489 INFO O| Feb 27 03:24:35.489 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10327 | 2026-02-27T03:24:36.816Z | [ host-image] Feb 27 03:24:35.489 INFO O| Feb 27 03:24:35.489 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10328 | 2026-02-27T03:24:36.820Z | [ host-image] Feb 27 03:24:35.489 INFO O| Feb 27 03:24:35.489 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10329 | 2026-02-27T03:24:36.820Z | [ host-image] Feb 27 03:24:35.489 INFO O| Feb 27 03:24:35.489 INFO STEP 145 (ensure_dir) COMPLETE |
| 10330 | 2026-02-27T03:24:36.820Z | [ host-image] Feb 27 03:24:35.489 INFO O| Feb 27 03:24:35.489 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10331 | 2026-02-27T03:24:36.824Z | [ host-image] Feb 27 03:24:35.497 INFO O| Feb 27 03:24:35.497 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking |
| 10332 | 2026-02-27T03:24:36.827Z | [ host-image] Feb 27 03:24:35.497 INFO O| Feb 27 03:24:35.497 INFO copying /tmp/.tmpaFY3GB/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ... |
| 10333 | 2026-02-27T03:24:36.827Z | [ host-image] Feb 27 03:24:35.497 INFO O| Feb 27 03:24:35.497 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile |
| 10334 | 2026-02-27T03:24:36.827Z | [ host-image] Feb 27 03:24:35.497 INFO O| Feb 27 03:24:35.497 INFO ok! |
| 10335 | 2026-02-27T03:24:36.827Z | [ host-image] Feb 27 03:24:35.498 INFO O| Feb 27 03:24:35.497 INFO STEP 146 (ensure_file) COMPLETE |
| 10336 | 2026-02-27T03:24:36.827Z | [ host-image] Feb 27 03:24:35.498 INFO O| Feb 27 03:24:35.497 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10337 | 2026-02-27T03:24:36.832Z | [ host-image] Feb 27 03:24:35.505 INFO O| Feb 27 03:24:35.505 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec" |
| 10338 | 2026-02-27T03:24:36.835Z | [ host-image] Feb 27 03:24:35.506 INFO O| Feb 27 03:24:35.506 INFO STEP 147 (remove_files) COMPLETE |
| 10339 | 2026-02-27T03:24:36.835Z | [ host-image] Feb 27 03:24:35.506 INFO O| Feb 27 03:24:35.506 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10340 | 2026-02-27T03:24:36.841Z | [ host-image] Feb 27 03:24:35.515 INFO O| Feb 27 03:24:35.514 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap" |
| 10341 | 2026-02-27T03:24:36.845Z | [ host-image] Feb 27 03:24:35.515 INFO O| Feb 27 03:24:35.515 INFO STEP 148 (remove_files) COMPLETE |
| 10342 | 2026-02-27T03:24:36.845Z | [ host-image] Feb 27 03:24:35.515 INFO O| Feb 27 03:24:35.515 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10343 | 2026-02-27T03:24:36.849Z | [ host-image] Feb 27 03:24:35.523 INFO O| Feb 27 03:24:35.523 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc" |
| 10344 | 2026-02-27T03:24:36.853Z | [ host-image] Feb 27 03:24:35.523 INFO O| Feb 27 03:24:35.523 INFO STEP 149 (remove_files) COMPLETE |
| 10345 | 2026-02-27T03:24:36.853Z | [ host-image] Feb 27 03:24:35.523 INFO O| Feb 27 03:24:35.523 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10346 | 2026-02-27T03:24:36.858Z | [ host-image] Feb 27 03:24:35.532 INFO O| Feb 27 03:24:35.532 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security" |
| 10347 | 2026-02-27T03:24:36.862Z | [ host-image] Feb 27 03:24:35.532 INFO O| Feb 27 03:24:35.532 INFO STEP 150 (remove_files) COMPLETE |
| 10348 | 2026-02-27T03:24:36.862Z | [ host-image] Feb 27 03:24:35.532 INFO O| Feb 27 03:24:35.532 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10349 | 2026-02-27T03:24:36.868Z | [ host-image] Feb 27 03:24:35.541 INFO O| Feb 27 03:24:35.541 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares" |
| 10350 | 2026-02-27T03:24:36.872Z | [ host-image] Feb 27 03:24:35.541 INFO O| Feb 27 03:24:35.541 INFO STEP 151 (remove_files) COMPLETE |
| 10351 | 2026-02-27T03:24:36.872Z | [ host-image] Feb 27 03:24:35.541 INFO O| Feb 27 03:24:35.541 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10352 | 2026-02-27T03:24:36.875Z | [ host-image] Feb 27 03:24:35.549 INFO O| Feb 27 03:24:35.549 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb" |
| 10353 | 2026-02-27T03:24:36.876Z | [ host-image] Feb 27 03:24:35.549 INFO O| Feb 27 03:24:35.549 INFO STEP 152 (remove_files) COMPLETE |
| 10354 | 2026-02-27T03:24:36.876Z | [ host-image] Feb 27 03:24:35.549 INFO O| Feb 27 03:24:35.549 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10355 | 2026-02-27T03:24:36.885Z | [ host-image] Feb 27 03:24:35.558 INFO O| Feb 27 03:24:35.558 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
| 10356 | 2026-02-27T03:24:36.890Z | [ host-image] Feb 27 03:24:35.558 INFO O| Feb 27 03:24:35.558 INFO STEP 153 (remove_files) COMPLETE |
| 10357 | 2026-02-27T03:24:36.890Z | [ host-image] Feb 27 03:24:35.558 INFO O| Feb 27 03:24:35.558 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10358 | 2026-02-27T03:24:36.894Z | [ host-image] Feb 27 03:24:35.565 INFO O| Feb 27 03:24:35.565 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
| 10359 | 2026-02-27T03:24:36.894Z | [ host-image] Feb 27 03:24:35.565 INFO O| Feb 27 03:24:35.565 INFO STEP 154 (remove_files) COMPLETE |
| 10360 | 2026-02-27T03:24:36.894Z | [ host-image] Feb 27 03:24:35.565 INFO O| Feb 27 03:24:35.565 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10361 | 2026-02-27T03:24:36.900Z | [ host-image] Feb 27 03:24:35.573 INFO O| Feb 27 03:24:35.573 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml" |
| 10362 | 2026-02-27T03:24:36.900Z | [ host-image] Feb 27 03:24:35.573 INFO O| Feb 27 03:24:35.573 INFO STEP 155 (remove_files) COMPLETE |
| 10363 | 2026-02-27T03:24:36.904Z | [ host-image] Feb 27 03:24:35.573 INFO O| Feb 27 03:24:35.573 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10364 | 2026-02-27T03:24:36.908Z | [ host-image] Feb 27 03:24:35.582 INFO O| Feb 27 03:24:35.581 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
| 10365 | 2026-02-27T03:24:36.908Z | [ host-image] Feb 27 03:24:35.582 INFO O| Feb 27 03:24:35.582 INFO STEP 156 (remove_files) COMPLETE |
| 10366 | 2026-02-27T03:24:36.908Z | [ host-image] Feb 27 03:24:35.582 INFO O| Feb 27 03:24:35.582 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10367 | 2026-02-27T03:24:36.918Z | [ host-image] Feb 27 03:24:35.591 INFO O| Feb 27 03:24:35.591 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml" |
| 10368 | 2026-02-27T03:24:36.918Z | [ host-image] Feb 27 03:24:35.591 INFO O| Feb 27 03:24:35.591 INFO STEP 157 (remove_files) COMPLETE |
| 10369 | 2026-02-27T03:24:36.921Z | [ host-image] Feb 27 03:24:35.591 INFO O| Feb 27 03:24:35.591 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10370 | 2026-02-27T03:24:36.925Z | [ host-image] Feb 27 03:24:35.599 INFO O| Feb 27 03:24:35.599 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml" |
| 10371 | 2026-02-27T03:24:36.925Z | [ host-image] Feb 27 03:24:35.599 INFO O| Feb 27 03:24:35.599 INFO STEP 158 (remove_files) COMPLETE |
| 10372 | 2026-02-27T03:24:36.925Z | [ host-image] Feb 27 03:24:35.599 INFO O| Feb 27 03:24:35.599 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10373 | 2026-02-27T03:24:36.934Z | [ host-image] Feb 27 03:24:35.608 INFO O| Feb 27 03:24:35.608 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
| 10374 | 2026-02-27T03:24:36.934Z | [ host-image] Feb 27 03:24:35.608 INFO O| Feb 27 03:24:35.608 INFO STEP 159 (remove_files) COMPLETE |
| 10375 | 2026-02-27T03:24:36.938Z | [ host-image] Feb 27 03:24:35.608 INFO O| Feb 27 03:24:35.608 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10376 | 2026-02-27T03:24:36.942Z | [ host-image] Feb 27 03:24:35.616 INFO O| Feb 27 03:24:35.616 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
| 10377 | 2026-02-27T03:24:36.942Z | [ host-image] Feb 27 03:24:35.616 INFO O| Feb 27 03:24:35.616 INFO STEP 160 (remove_files) COMPLETE |
| 10378 | 2026-02-27T03:24:36.946Z | [ host-image] Feb 27 03:24:35.616 INFO O| Feb 27 03:24:35.616 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10379 | 2026-02-27T03:24:36.951Z | [ host-image] Feb 27 03:24:35.625 INFO O| Feb 27 03:24:35.625 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml" |
| 10380 | 2026-02-27T03:24:36.951Z | [ host-image] Feb 27 03:24:35.625 INFO O| Feb 27 03:24:35.625 INFO STEP 161 (remove_files) COMPLETE |
| 10381 | 2026-02-27T03:24:36.951Z | [ host-image] Feb 27 03:24:35.625 INFO O| Feb 27 03:24:35.625 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10382 | 2026-02-27T03:24:36.961Z | [ host-image] Feb 27 03:24:35.634 INFO O| Feb 27 03:24:35.634 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
| 10383 | 2026-02-27T03:24:36.965Z | [ host-image] Feb 27 03:24:35.634 INFO O| Feb 27 03:24:35.634 INFO STEP 162 (remove_files) COMPLETE |
| 10384 | 2026-02-27T03:24:36.965Z | [ host-image] Feb 27 03:24:35.634 INFO O| Feb 27 03:24:35.634 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10385 | 2026-02-27T03:24:36.970Z | [ host-image] Feb 27 03:24:35.644 INFO O| Feb 27 03:24:35.644 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
| 10386 | 2026-02-27T03:24:36.975Z | [ host-image] Feb 27 03:24:35.644 INFO O| Feb 27 03:24:35.644 INFO STEP 163 (remove_files) COMPLETE |
| 10387 | 2026-02-27T03:24:36.975Z | [ host-image] Feb 27 03:24:35.644 INFO O| Feb 27 03:24:35.644 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10388 | 2026-02-27T03:24:36.979Z | [ host-image] Feb 27 03:24:35.652 INFO O| Feb 27 03:24:35.652 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml" |
| 10389 | 2026-02-27T03:24:36.980Z | [ host-image] Feb 27 03:24:35.652 INFO O| Feb 27 03:24:35.652 INFO STEP 164 (remove_files) COMPLETE |
| 10390 | 2026-02-27T03:24:36.980Z | [ host-image] Feb 27 03:24:35.652 INFO O| Feb 27 03:24:35.652 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10391 | 2026-02-27T03:24:36.987Z | [ host-image] Feb 27 03:24:35.660 INFO O| Feb 27 03:24:35.660 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
| 10392 | 2026-02-27T03:24:36.990Z | [ host-image] Feb 27 03:24:35.660 INFO O| Feb 27 03:24:35.660 INFO STEP 165 (remove_files) COMPLETE |
| 10393 | 2026-02-27T03:24:36.991Z | [ host-image] Feb 27 03:24:35.660 INFO O| Feb 27 03:24:35.660 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10394 | 2026-02-27T03:24:36.994Z | [ host-image] Feb 27 03:24:35.668 INFO O| Feb 27 03:24:35.668 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
| 10395 | 2026-02-27T03:24:36.995Z | [ host-image] Feb 27 03:24:35.668 INFO O| Feb 27 03:24:35.668 INFO STEP 166 (remove_files) COMPLETE |
| 10396 | 2026-02-27T03:24:36.995Z | [ host-image] Feb 27 03:24:35.668 INFO O| Feb 27 03:24:35.668 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10397 | 2026-02-27T03:24:37.002Z | [ host-image] Feb 27 03:24:35.676 INFO O| Feb 27 03:24:35.676 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
| 10398 | 2026-02-27T03:24:37.002Z | [ host-image] Feb 27 03:24:35.676 INFO O| Feb 27 03:24:35.676 INFO STEP 167 (remove_files) COMPLETE |
| 10399 | 2026-02-27T03:24:37.002Z | [ host-image] Feb 27 03:24:35.676 INFO O| Feb 27 03:24:35.676 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10400 | 2026-02-27T03:24:37.054Z | [ host-image] Feb 27 03:24:35.684 INFO O| Feb 27 03:24:35.684 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat" |
| 10401 | 2026-02-27T03:24:37.054Z | [ host-image] Feb 27 03:24:35.684 INFO O| Feb 27 03:24:35.684 INFO STEP 168 (remove_files) COMPLETE |
| 10402 | 2026-02-27T03:24:37.054Z | [ host-image] Feb 27 03:24:35.684 INFO O| Feb 27 03:24:35.684 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10403 | 2026-02-27T03:24:37.054Z | [ host-image] Feb 27 03:24:35.692 INFO O| Feb 27 03:24:35.692 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
| 10404 | 2026-02-27T03:24:37.054Z | [ host-image] Feb 27 03:24:35.692 INFO O| Feb 27 03:24:35.692 INFO STEP 169 (remove_files) COMPLETE |
| 10405 | 2026-02-27T03:24:37.055Z | [ host-image] Feb 27 03:24:35.692 INFO O| Feb 27 03:24:35.692 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10406 | 2026-02-27T03:24:37.055Z | [ host-image] Feb 27 03:24:35.700 INFO O| Feb 27 03:24:35.700 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml" |
| 10407 | 2026-02-27T03:24:37.055Z | [ host-image] Feb 27 03:24:35.700 INFO O| Feb 27 03:24:35.700 INFO STEP 170 (remove_files) COMPLETE |
| 10408 | 2026-02-27T03:24:37.055Z | [ host-image] Feb 27 03:24:35.700 INFO O| Feb 27 03:24:35.700 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10409 | 2026-02-27T03:24:37.055Z | [ host-image] Feb 27 03:24:35.708 INFO O| Feb 27 03:24:35.708 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml" |
| 10410 | 2026-02-27T03:24:37.055Z | [ host-image] Feb 27 03:24:35.708 INFO O| Feb 27 03:24:35.708 INFO STEP 171 (remove_files) COMPLETE |
| 10411 | 2026-02-27T03:24:37.055Z | [ host-image] Feb 27 03:24:35.708 INFO O| Feb 27 03:24:35.708 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10412 | 2026-02-27T03:24:37.055Z | [ host-image] Feb 27 03:24:35.715 INFO O| Feb 27 03:24:35.715 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
| 10413 | 2026-02-27T03:24:37.055Z | [ host-image] Feb 27 03:24:35.716 INFO O| Feb 27 03:24:35.716 INFO STEP 172 (remove_files) COMPLETE |
| 10414 | 2026-02-27T03:24:37.055Z | [ host-image] Feb 27 03:24:35.716 INFO O| Feb 27 03:24:35.716 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10415 | 2026-02-27T03:24:37.055Z | [ host-image] Feb 27 03:24:35.723 INFO O| Feb 27 03:24:35.723 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml" |
| 10416 | 2026-02-27T03:24:37.055Z | [ host-image] Feb 27 03:24:35.723 INFO O| Feb 27 03:24:35.723 INFO STEP 173 (remove_files) COMPLETE |
| 10417 | 2026-02-27T03:24:37.055Z | [ host-image] Feb 27 03:24:35.723 INFO O| Feb 27 03:24:35.723 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10418 | 2026-02-27T03:24:37.061Z | [ host-image] Feb 27 03:24:35.733 INFO O| Feb 27 03:24:35.732 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml" |
| 10419 | 2026-02-27T03:24:37.061Z | [ host-image] Feb 27 03:24:35.733 INFO O| Feb 27 03:24:35.733 INFO STEP 174 (remove_files) COMPLETE |
| 10420 | 2026-02-27T03:24:37.061Z | [ host-image] Feb 27 03:24:35.733 INFO O| Feb 27 03:24:35.733 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10421 | 2026-02-27T03:24:37.067Z | [ host-image] Feb 27 03:24:35.741 INFO O| Feb 27 03:24:35.740 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml" |
| 10422 | 2026-02-27T03:24:37.067Z | [ host-image] Feb 27 03:24:35.741 INFO O| Feb 27 03:24:35.741 INFO STEP 175 (remove_files) COMPLETE |
| 10423 | 2026-02-27T03:24:37.071Z | [ host-image] Feb 27 03:24:35.741 INFO O| Feb 27 03:24:35.741 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10424 | 2026-02-27T03:24:37.079Z | [ host-image] Feb 27 03:24:35.752 INFO O| Feb 27 03:24:35.752 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal |
| 10425 | 2026-02-27T03:24:37.079Z | [ host-image] Feb 27 03:24:35.752 INFO O| Feb 27 03:24:35.752 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"} |
| 10426 | 2026-02-27T03:24:39.784Z | [ recovery-image] Feb 27 03:24:38.457 INFO E| Compiling serde_spanned v0.6.8 |
| 10427 | 2026-02-27T03:24:39.784Z | [ recovery-image] Feb 27 03:24:38.458 INFO E| Compiling toml_datetime v0.6.9 |
| 10428 | 2026-02-27T03:24:40.039Z | [ recovery-image] Feb 27 03:24:38.700 INFO E| Compiling toml_edit v0.22.26 |
| 10429 | 2026-02-27T03:24:42.397Z | [ recovery-image] Feb 27 03:24:41.070 INFO E| Compiling toml v0.8.22 |
| 10430 | 2026-02-27T03:24:43.345Z | [ host-image] Feb 27 03:24:42.018 INFO O| Feb 27 03:24:42.018 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 |
| 10431 | 2026-02-27T03:24:43.345Z | [ host-image] Feb 27 03:24:42.018 INFO O| Feb 27 03:24:42.018 INFO E| svccfg: Loaded 79 smf(7) service descriptions |
| 10432 | 2026-02-27T03:24:43.363Z | [ host-image] Feb 27 03:24:42.036 INFO O| Feb 27 03:24:42.036 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"} |
| 10433 | 2026-02-27T03:24:43.536Z | [ host-image] Feb 27 03:24:42.210 INFO O| Feb 27 03:24:42.210 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", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"} |
| 10434 | 2026-02-27T03:24:43.621Z | [ host-image] Feb 27 03:24:42.295 INFO O| Feb 27 03:24:42.295 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"} |
| 10435 | 2026-02-27T03:24:43.715Z | [ host-image] Feb 27 03:24:42.388 INFO O| Feb 27 03:24:42.388 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist |
| 10436 | 2026-02-27T03:24:43.715Z | [ host-image] Feb 27 03:24:42.388 INFO O| Feb 27 03:24:42.388 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ... |
| 10437 | 2026-02-27T03:24:43.718Z | [ host-image] Feb 27 03:24:42.390 INFO O| Feb 27 03:24:42.390 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db |
| 10438 | 2026-02-27T03:24:43.718Z | [ host-image] Feb 27 03:24:42.390 INFO O| Feb 27 03:24:42.390 INFO ok! |
| 10439 | 2026-02-27T03:24:43.718Z | [ host-image] Feb 27 03:24:42.390 INFO O| Feb 27 03:24:42.390 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing |
| 10440 | 2026-02-27T03:24:43.718Z | [ host-image] Feb 27 03:24:42.390 INFO O| Feb 27 03:24:42.390 INFO STEP 176 (seed_smf) COMPLETE |
| 10441 | 2026-02-27T03:24:43.718Z | [ host-image] Feb 27 03:24:42.390 INFO O| Feb 27 03:24:42.390 INFO steps complete; finalising image! |
| 10442 | 2026-02-27T03:24:43.718Z | [ host-image] Feb 27 03:24:42.390 INFO O| Feb 27 03:24:42.390 INFO TRIM POOL: TEMPORARY-sled-zfs |
| 10443 | 2026-02-27T03:24:43.869Z | [ host-image] Feb 27 03:24:42.542 INFO O| Feb 27 03:24:42.542 INFO trim TEMPORARY-sled-zfs: (2% trimmed, started at Fri Feb 27 03:24:42 2026) |
| 10444 | 2026-02-27T03:24:44.086Z | [ host-image] Feb 27 03:24:42.759 INFO O| Feb 27 03:24:42.759 INFO temporary pool has 817M used, 79.0M avail, 1.80x compressratio |
| 10445 | 2026-02-27T03:24:44.086Z | [ host-image] Feb 27 03:24:42.759 INFO O| Feb 27 03:24:42.759 INFO EXPORT POOL: TEMPORARY-sled-zfs |
| 10446 | 2026-02-27T03:24:44.369Z | [ host-image] Feb 27 03:24:43.043 INFO O| Feb 27 03:24:43.042 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw |
| 10447 | 2026-02-27T03:24:44.370Z | [ host-image] Feb 27 03:24:43.043 INFO O| Feb 27 03:24:43.043 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal |
| 10448 | 2026-02-27T03:24:45.434Z | [ host-image] Feb 27 03:24:44.107 INFO O| Feb 27 03:24:44.107 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw |
| 10449 | 2026-02-27T03:24:45.434Z | [ host-image] Feb 27 03:24:44.107 INFO O| Feb 27 03:24:44.107 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw |
| 10450 | 2026-02-27T03:24:45.437Z | [ host-image] Feb 27 03:24:44.107 INFO O| Feb 27 03:24:44.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw |
| 10451 | 2026-02-27T03:24:45.437Z | [ host-image] Feb 27 03:24:44.107 INFO O| Feb 27 03:24:44.107 INFO completed processing sled/zfs |
| 10452 | 2026-02-27T03:24:45.437Z | [ host-image] Feb 27 03:24:44.107 INFO O| Feb 27 03:24:44.107 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs |
| 10453 | 2026-02-27T03:24:46.017Z | [ recovery-image] Feb 27 03:24:44.690 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.66s |
| 10454 | 2026-02-27T03:24:46.034Z | [ recovery-image] Feb 27 03:24:44.707 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` |
| 10455 | 2026-02-27T03:24:46.047Z | [ recovery-image] Feb 27 03:24:44.721 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml" |
| 10456 | 2026-02-27T03:24:46.380Z | [ recovery-image] Feb 27 03:24:45.053 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.32s |
| 10457 | 2026-02-27T03:24:46.386Z | [ recovery-image] Feb 27 03:24:45.059 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` |
| 10458 | 2026-02-27T03:24:46.722Z | [ recovery-image] Feb 27 03:24:45.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn" |
| 10459 | 2026-02-27T03:24:46.722Z | [ recovery-image] Feb 27 03:24:45.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin" |
| 10460 | 2026-02-27T03:24:46.722Z | [ recovery-image] Feb 27 03:24:45.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin" |
| 10461 | 2026-02-27T03:24:46.722Z | [ recovery-image] Feb 27 03:24:45.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin" |
| 10462 | 2026-02-27T03:24:46.725Z | [ recovery-image] Feb 27 03:24:45.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn" |
| 10463 | 2026-02-27T03:24:46.725Z | [ recovery-image] Feb 27 03:24:45.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn" |
| 10464 | 2026-02-27T03:24:46.725Z | [ recovery-image] Feb 27 03:24:45.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin" |
| 10465 | 2026-02-27T03:24:46.725Z | [ recovery-image] Feb 27 03:24:45.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin" |
| 10466 | 2026-02-27T03:24:46.725Z | [ recovery-image] Feb 27 03:24:45.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin" |
| 10467 | 2026-02-27T03:24:46.725Z | [ recovery-image] Feb 27 03:24:45.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin" |
| 10468 | 2026-02-27T03:24:46.725Z | [ recovery-image] Feb 27 03:24:45.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin" |
| 10469 | 2026-02-27T03:24:46.725Z | [ recovery-image] Feb 27 03:24:45.396 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin" |
| 10470 | 2026-02-27T03:24:46.725Z | [ recovery-image] Feb 27 03:24:45.396 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin" |
| 10471 | 2026-02-27T03:24:46.725Z | [ recovery-image] Feb 27 03:24:45.396 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin" |
| 10472 | 2026-02-27T03:24:46.725Z | [ recovery-image] Feb 27 03:24:45.396 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin" |
| 10473 | 2026-02-27T03:24:46.726Z | [ recovery-image] Feb 27 03:24:45.396 INFO O| Info: ABL version: 0x100f5010 |
| 10474 | 2026-02-27T03:24:46.726Z | [ recovery-image] Feb 27 03:24:45.396 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0 |
| 10475 | 2026-02-27T03:24:46.726Z | [ recovery-image] Feb 27 03:24:45.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin" |
| 10476 | 2026-02-27T03:24:46.726Z | [ recovery-image] Feb 27 03:24:45.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin" |
| 10477 | 2026-02-27T03:24:46.726Z | [ recovery-image] Feb 27 03:24:45.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin" |
| 10478 | 2026-02-27T03:24:46.726Z | [ recovery-image] Feb 27 03:24:45.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin" |
| 10479 | 2026-02-27T03:24:46.726Z | [ recovery-image] Feb 27 03:24:45.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin" |
| 10480 | 2026-02-27T03:24:46.726Z | [ recovery-image] Feb 27 03:24:45.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin" |
| 10481 | 2026-02-27T03:24:46.726Z | [ recovery-image] Feb 27 03:24:45.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin" |
| 10482 | 2026-02-27T03:24:46.726Z | [ recovery-image] Feb 27 03:24:45.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin" |
| 10483 | 2026-02-27T03:24:46.726Z | [ recovery-image] Feb 27 03:24:45.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin" |
| 10484 | 2026-02-27T03:24:46.726Z | [ recovery-image] Feb 27 03:24:45.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin" |
| 10485 | 2026-02-27T03:24:46.726Z | [ recovery-image] Feb 27 03:24:45.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin" |
| 10486 | 2026-02-27T03:24:46.726Z | [ recovery-image] Feb 27 03:24:45.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin" |
| 10487 | 2026-02-27T03:24:46.726Z | [ recovery-image] Feb 27 03:24:45.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin" |
| 10488 | 2026-02-27T03:24:46.726Z | [ recovery-image] Feb 27 03:24:45.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin" |
| 10489 | 2026-02-27T03:24:46.726Z | [ recovery-image] Feb 27 03:24:45.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin" |
| 10490 | 2026-02-27T03:24:46.726Z | [ recovery-image] Feb 27 03:24:45.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin" |
| 10491 | 2026-02-27T03:24:46.726Z | [ recovery-image] Feb 27 03:24:45.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin" |
| 10492 | 2026-02-27T03:24:46.726Z | [ recovery-image] Feb 27 03:24:45.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin" |
| 10493 | 2026-02-27T03:24:46.774Z | [ recovery-image] Feb 27 03:24:45.447 INFO building ROM for cosmo |
| 10494 | 2026-02-27T03:24:46.774Z | [ recovery-image] Feb 27 03:24:45.447 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") |
| 10495 | 2026-02-27T03:24:46.925Z | [ recovery-image] Feb 27 03:24:45.597 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s |
| 10496 | 2026-02-27T03:24:46.928Z | [ recovery-image] Feb 27 03:24:45.600 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` |
| 10497 | 2026-02-27T03:24:46.940Z | [ recovery-image] Feb 27 03:24:45.613 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml" |
| 10498 | 2026-02-27T03:24:47.036Z | [ recovery-image] Feb 27 03:24:45.708 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s |
| 10499 | 2026-02-27T03:24:47.040Z | [ recovery-image] Feb 27 03:24:45.713 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` |
| 10500 | 2026-02-27T03:24:47.394Z | [ recovery-image] Feb 27 03:24:46.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn" |
| 10501 | 2026-02-27T03:24:47.394Z | [ recovery-image] Feb 27 03:24:46.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin" |
| 10502 | 2026-02-27T03:24:47.394Z | [ recovery-image] Feb 27 03:24:46.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin" |
| 10503 | 2026-02-27T03:24:47.394Z | [ recovery-image] Feb 27 03:24:46.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin" |
| 10504 | 2026-02-27T03:24:47.398Z | [ recovery-image] Feb 27 03:24:46.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin" |
| 10505 | 2026-02-27T03:24:47.398Z | [ recovery-image] Feb 27 03:24:46.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin" |
| 10506 | 2026-02-27T03:24:47.398Z | [ recovery-image] Feb 27 03:24:46.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn" |
| 10507 | 2026-02-27T03:24:47.398Z | [ recovery-image] Feb 27 03:24:46.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn" |
| 10508 | 2026-02-27T03:24:47.398Z | [ recovery-image] Feb 27 03:24:46.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin" |
| 10509 | 2026-02-27T03:24:47.398Z | [ recovery-image] Feb 27 03:24:46.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin" |
| 10510 | 2026-02-27T03:24:47.398Z | [ recovery-image] Feb 27 03:24:46.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin" |
| 10511 | 2026-02-27T03:24:47.398Z | [ recovery-image] Feb 27 03:24:46.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin" |
| 10512 | 2026-02-27T03:24:47.398Z | [ recovery-image] Feb 27 03:24:46.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin" |
| 10513 | 2026-02-27T03:24:47.398Z | [ recovery-image] Feb 27 03:24:46.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin" |
| 10514 | 2026-02-27T03:24:47.398Z | [ recovery-image] Feb 27 03:24:46.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin" |
| 10515 | 2026-02-27T03:24:47.398Z | [ recovery-image] Feb 27 03:24:46.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin" |
| 10516 | 2026-02-27T03:24:47.398Z | [ recovery-image] Feb 27 03:24:46.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin" |
| 10517 | 2026-02-27T03:24:47.398Z | [ recovery-image] Feb 27 03:24:46.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin" |
| 10518 | 2026-02-27T03:24:47.398Z | [ recovery-image] Feb 27 03:24:46.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin" |
| 10519 | 2026-02-27T03:24:47.399Z | [ recovery-image] Feb 27 03:24:46.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin" |
| 10520 | 2026-02-27T03:24:47.399Z | [ recovery-image] Feb 27 03:24:46.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin" |
| 10521 | 2026-02-27T03:24:47.399Z | [ recovery-image] Feb 27 03:24:46.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin" |
| 10522 | 2026-02-27T03:24:47.399Z | [ recovery-image] Feb 27 03:24:46.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin" |
| 10523 | 2026-02-27T03:24:47.399Z | [ recovery-image] Feb 27 03:24:46.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin" |
| 10524 | 2026-02-27T03:24:47.399Z | [ recovery-image] Feb 27 03:24:46.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin" |
| 10525 | 2026-02-27T03:24:47.399Z | [ recovery-image] Feb 27 03:24:46.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin" |
| 10526 | 2026-02-27T03:24:47.399Z | [ recovery-image] Feb 27 03:24:46.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin" |
| 10527 | 2026-02-27T03:24:47.399Z | [ recovery-image] Feb 27 03:24:46.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin" |
| 10528 | 2026-02-27T03:24:47.399Z | [ recovery-image] Feb 27 03:24:46.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin" |
| 10529 | 2026-02-27T03:24:47.399Z | [ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin" |
| 10530 | 2026-02-27T03:24:47.399Z | [ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin" |
| 10531 | 2026-02-27T03:24:47.399Z | [ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin" |
| 10532 | 2026-02-27T03:24:47.399Z | [ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin" |
| 10533 | 2026-02-27T03:24:47.399Z | [ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin" |
| 10534 | 2026-02-27T03:24:47.399Z | [ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin" |
| 10535 | 2026-02-27T03:24:47.399Z | [ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin" |
| 10536 | 2026-02-27T03:24:47.399Z | [ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin" |
| 10537 | 2026-02-27T03:24:47.399Z | [ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin" |
| 10538 | 2026-02-27T03:24:47.399Z | [ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin" |
| 10539 | 2026-02-27T03:24:47.399Z | [ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin" |
| 10540 | 2026-02-27T03:24:47.399Z | [ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin" |
| 10541 | 2026-02-27T03:24:47.399Z | [ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin" |
| 10542 | 2026-02-27T03:24:47.399Z | [ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin" |
| 10543 | 2026-02-27T03:24:47.399Z | [ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin" |
| 10544 | 2026-02-27T03:24:47.399Z | [ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin" |
| 10545 | 2026-02-27T03:24:47.399Z | [ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin" |
| 10546 | 2026-02-27T03:24:47.399Z | [ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin" |
| 10547 | 2026-02-27T03:24:47.399Z | [ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin" |
| 10548 | 2026-02-27T03:24:47.399Z | [ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin" |
| 10549 | 2026-02-27T03:24:47.399Z | [ recovery-image] Feb 27 03:24:46.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin" |
| 10550 | 2026-02-27T03:24:47.399Z | [ recovery-image] Feb 27 03:24:46.071 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin" |
| 10551 | 2026-02-27T03:24:47.399Z | [ recovery-image] Feb 27 03:24:46.071 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin" |
| 10552 | 2026-02-27T03:24:47.399Z | [ recovery-image] Feb 27 03:24:46.071 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin" |
| 10553 | 2026-02-27T03:24:47.399Z | [ recovery-image] Feb 27 03:24:46.071 INFO O| Info: ABL version: 0x1007f011 |
| 10554 | 2026-02-27T03:24:47.399Z | [ recovery-image] Feb 27 03:24:46.071 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0 |
| 10555 | 2026-02-27T03:24:47.399Z | [ recovery-image] Feb 27 03:24:46.071 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0 |
| 10556 | 2026-02-27T03:24:47.403Z | [ recovery-image] Feb 27 03:24:46.071 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin" |
| 10557 | 2026-02-27T03:24:47.403Z | [ recovery-image] Feb 27 03:24:46.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin" |
| 10558 | 2026-02-27T03:24:47.403Z | [ recovery-image] Feb 27 03:24:46.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin" |
| 10559 | 2026-02-27T03:24:47.403Z | [ recovery-image] Feb 27 03:24:46.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin" |
| 10560 | 2026-02-27T03:24:47.403Z | [ recovery-image] Feb 27 03:24:46.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin" |
| 10561 | 2026-02-27T03:24:47.403Z | [ recovery-image] Feb 27 03:24:46.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin" |
| 10562 | 2026-02-27T03:24:47.403Z | [ recovery-image] Feb 27 03:24:46.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin" |
| 10563 | 2026-02-27T03:24:47.403Z | [ recovery-image] Feb 27 03:24:46.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin" |
| 10564 | 2026-02-27T03:24:47.403Z | [ recovery-image] Feb 27 03:24:46.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin" |
| 10565 | 2026-02-27T03:24:47.403Z | [ recovery-image] Feb 27 03:24:46.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin" |
| 10566 | 2026-02-27T03:24:47.403Z | [ recovery-image] Feb 27 03:24:46.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin" |
| 10567 | 2026-02-27T03:24:47.403Z | [ recovery-image] Feb 27 03:24:46.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin" |
| 10568 | 2026-02-27T03:24:47.403Z | [ recovery-image] Feb 27 03:24:46.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin" |
| 10569 | 2026-02-27T03:24:47.403Z | [ recovery-image] Feb 27 03:24:46.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin" |
| 10570 | 2026-02-27T03:24:47.403Z | [ recovery-image] Feb 27 03:24:46.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin" |
| 10571 | 2026-02-27T03:24:47.403Z | [ recovery-image] Feb 27 03:24:46.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin" |
| 10572 | 2026-02-27T03:24:47.403Z | [ recovery-image] Feb 27 03:24:46.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin" |
| 10573 | 2026-02-27T03:24:47.403Z | [ recovery-image] Feb 27 03:24:46.073 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin" |
| 10574 | 2026-02-27T03:24:47.403Z | [ recovery-image] Feb 27 03:24:46.073 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin" |
| 10575 | 2026-02-27T03:24:47.404Z | [ recovery-image] Feb 27 03:24:46.073 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin" |
| 10576 | 2026-02-27T03:24:47.443Z | [ recovery-image] Feb 27 03:24:46.116 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
| 10577 | 2026-02-27T03:24:50.543Z | [ recovery-image] Feb 27 03:24:49.215 INFO image complete! materials are in "/work/os-recovery" |
| 10578 | 2026-02-27T03:24:50.547Z | [ recovery-image] |
| 10579 | 2026-02-27T03:24:50.550Z | [ recovery-image] real 34:00.076356269 |
| 10580 | 2026-02-27T03:24:50.550Z | [ recovery-image] user 25:36.883179748 |
| 10581 | 2026-02-27T03:24:50.550Z | [ recovery-image] sys 1:43.388223893 |
| 10582 | 2026-02-27T03:24:50.550Z | [ recovery-image] trap 1.426070694 |
| 10583 | 2026-02-27T03:24:50.550Z | [ recovery-image] tflt 1.481446186 |
| 10584 | 2026-02-27T03:24:50.550Z | [ recovery-image] dflt 2.984957221 |
| 10585 | 2026-02-27T03:24:50.550Z | [ recovery-image] kflt 0.017398759 |
| 10586 | 2026-02-27T03:24:50.550Z | [ recovery-image] lock 53:56.301586911 |
| 10587 | 2026-02-27T03:24:50.550Z | [ recovery-image] slp 3:20:45.084852202 |
| 10588 | 2026-02-27T03:24:50.550Z | [ recovery-image] lat 7:47.305388314 |
| 10589 | 2026-02-27T03:24:50.550Z | [ recovery-image] stop 10.634222573 |
| 10590 | 2026-02-27T03:24:50.550Z | Feb 27 03:24:49.221 INFO [recovery-image] process exited with exit status: 0 (2040.082868624s) |
| 10591 | 2026-02-27T03:24:56.405Z | [ host-image] Feb 27 03:24:55.077 INFO O| Feb 27 03:24:55.077 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs |
| 10592 | 2026-02-27T03:24:56.495Z | [ host-image] Feb 27 03:24:55.167 INFO BUILD STRING "heads/stlouis-0-g3e086896f3\n" |
| 10593 | 2026-02-27T03:24:56.495Z | [ host-image] Feb 27 03:24:55.167 INFO expanded image name: "ci 0c68818/${os_short_commit} 2026-02-27 02:18" -> "ci 0c68818/3e08689 2026-02-27 02:18" |
| 10594 | 2026-02-27T03:24:56.498Z | [ host-image] Feb 27 03:24:55.167 INFO output artefacts stored in: "/work/os-host" |
| 10595 | 2026-02-27T03:24:56.498Z | [ host-image] Feb 27 03:24:55.168 INFO collecting git info from project "phbl"... |
| 10596 | 2026-02-27T03:24:56.501Z | [ host-image] Feb 27 03:24:55.174 INFO collecting git info from project "bootserver"... |
| 10597 | 2026-02-27T03:24:56.506Z | [ host-image] Feb 27 03:24:55.179 INFO collecting git info from project "image-builder"... |
| 10598 | 2026-02-27T03:24:56.511Z | [ host-image] Feb 27 03:24:55.183 INFO collecting git info from project "amd-host-image-builder"... |
| 10599 | 2026-02-27T03:24:56.516Z | [ host-image] Feb 27 03:24:55.188 INFO collecting git info from project "pinprick"... |
| 10600 | 2026-02-27T03:24:56.520Z | [ host-image] Feb 27 03:24:55.193 INFO collecting git info from project "chelsio-t6-roms"... |
| 10601 | 2026-02-27T03:24:56.525Z | [ host-image] Feb 27 03:24:55.197 INFO collecting git info from project "dmar-report"... |
| 10602 | 2026-02-27T03:24:56.529Z | [ host-image] Feb 27 03:24:55.202 INFO collecting git info from project "amd-firmware"... |
| 10603 | 2026-02-27T03:24:56.540Z | [ host-image] Feb 27 03:24:55.213 INFO collecting git info from project "pilot"... |
| 10604 | 2026-02-27T03:24:56.545Z | [ host-image] Feb 27 03:24:55.218 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
| 10605 | 2026-02-27T03:24:56.947Z | [ host-image] Feb 27 03:24:55.619 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
| 10606 | 2026-02-27T03:24:57.329Z | [ host-image] Feb 27 03:24:55.997 INFO creating Oxide boot image... |
| 10607 | 2026-02-27T03:24:57.329Z | [ host-image] Feb 27 03:24:55.997 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 0c68818/3e08689 2026-02-27 02:18", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
| 10608 | 2026-02-27T03:24:58.610Z | [ host-image] Feb 27 03:24:57.282 INFO O| ok, image written! |
| 10609 | 2026-02-27T03:24:58.610Z | [ host-image] Feb 27 03:24:57.282 INFO O| ok, boot_image_csum file written! |
| 10610 | 2026-02-27T03:24:58.614Z | [ host-image] Feb 27 03:24:57.285 INFO creating boot archive (CPIO)... |
| 10611 | 2026-02-27T03:24:58.614Z | [ host-image] Feb 27 03:24:57.285 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 |
| 10612 | 2026-02-27T03:24:58.618Z | [ host-image] Feb 27 03:24:57.290 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk |
| 10613 | 2026-02-27T03:24:58.618Z | [ host-image] Feb 27 03:24:57.290 INFO E| + outfile=/work/os-host/cpio |
| 10614 | 2026-02-27T03:24:58.621Z | [ host-image] Feb 27 03:24:57.290 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
| 10615 | 2026-02-27T03:24:58.621Z | [ host-image] Feb 27 03:24:57.292 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk |
| 10616 | 2026-02-27T03:24:58.621Z | [ host-image] Feb 27 03:24:57.293 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
| 10617 | 2026-02-27T03:24:58.655Z | [ host-image] Feb 27 03:24:57.327 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
| 10618 | 2026-02-27T03:24:58.655Z | [ host-image] Feb 27 03:24:57.327 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
| 10619 | 2026-02-27T03:24:58.665Z | [ host-image] Feb 27 03:24:57.335 INFO creating compressed cpio/unix for dev loaders... |
| 10620 | 2026-02-27T03:24:58.665Z | [ host-image] Feb 27 03:24:57.335 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 |
| 10621 | 2026-02-27T03:24:58.969Z | [ host-image] Feb 27 03:24:57.637 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
| 10622 | 2026-02-27T03:25:03.337Z | [ host-image] Feb 27 03:25:02.009 INFO creating reset image... |
| 10623 | 2026-02-27T03:25:03.337Z | [ host-image] Feb 27 03:25:02.009 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl" |
| 10624 | 2026-02-27T03:25:03.394Z | [ host-image] Feb 27 03:25:02.065 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')" |
| 10625 | 2026-02-27T03:25:03.394Z | [ host-image] Feb 27 03:25:02.065 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") |
| 10626 | 2026-02-27T03:25:03.502Z | [ host-image] Feb 27 03:25:02.174 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s |
| 10627 | 2026-02-27T03:25:03.505Z | [ host-image] Feb 27 03:25:02.176 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl` |
| 10628 | 2026-02-27T03:25:03.856Z | [ host-image] Feb 27 03:25:02.528 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) |
| 10629 | 2026-02-27T03:25:03.856Z | [ host-image] Feb 27 03:25:02.528 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) |
| 10630 | 2026-02-27T03:25:03.856Z | [ host-image] Feb 27 03:25:02.528 INFO E| Compiling proc-macro2 v1.0.106 |
| 10631 | 2026-02-27T03:25:03.861Z | [ host-image] Feb 27 03:25:02.528 INFO E| Compiling unicode-ident v1.0.23 |
| 10632 | 2026-02-27T03:25:03.861Z | [ host-image] Feb 27 03:25:02.528 INFO E| Compiling quote v1.0.44 |
| 10633 | 2026-02-27T03:25:03.861Z | [ host-image] Feb 27 03:25:02.528 INFO E| Compiling syn v1.0.109 |
| 10634 | 2026-02-27T03:25:03.861Z | [ host-image] Feb 27 03:25:02.528 INFO E| Compiling x86 v0.52.0 |
| 10635 | 2026-02-27T03:25:03.861Z | [ host-image] Feb 27 03:25:02.528 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
| 10636 | 2026-02-27T03:25:04.102Z | [ host-image] Feb 27 03:25:02.773 INFO E| Compiling seq-macro v0.3.6 |
| 10637 | 2026-02-27T03:25:05.612Z | [ host-image] Feb 27 03:25:04.284 INFO E| Compiling syn v2.0.114 |
| 10638 | 2026-02-27T03:25:08.437Z | [ host-image] Feb 27 03:25:07.108 INFO E| Compiling scroll_derive v0.13.1 |
| 10639 | 2026-02-27T03:25:10.837Z | [ host-image] Feb 27 03:25:09.508 INFO E| Compiling bitstruct_derive v0.1.0 |
| 10640 | 2026-02-27T03:25:28.278Z | [ host-image] Feb 27 03:25:26.947 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) |
| 10641 | 2026-02-27T03:25:32.519Z | [ host-image] Feb 27 03:25:31.188 INFO E| Compiling bitflags v1.3.2 |
| 10642 | 2026-02-27T03:25:32.519Z | [ host-image] Feb 27 03:25:31.188 INFO E| Compiling plain v0.2.3 |
| 10643 | 2026-02-27T03:25:32.523Z | [ host-image] Feb 27 03:25:31.188 INFO E| Compiling log v0.4.29 |
| 10644 | 2026-02-27T03:25:32.524Z | [ host-image] Feb 27 03:25:31.188 INFO E| Compiling adler2 v2.0.1 |
| 10645 | 2026-02-27T03:25:32.524Z | [ host-image] Feb 27 03:25:31.188 INFO E| Compiling bitflags v2.10.0 |
| 10646 | 2026-02-27T03:25:32.524Z | [ host-image] Feb 27 03:25:31.189 INFO E| Compiling scroll v0.13.0 |
| 10647 | 2026-02-27T03:25:32.524Z | [ host-image] Feb 27 03:25:31.189 INFO E| Compiling bit_field v0.10.3 |
| 10648 | 2026-02-27T03:25:32.635Z | [ host-image] Feb 27 03:25:31.304 INFO E| Compiling raw-cpuid v10.7.0 |
| 10649 | 2026-02-27T03:25:32.723Z | [ host-image] Feb 27 03:25:31.392 INFO E| Compiling miniz_oxide v0.9.0 |
| 10650 | 2026-02-27T03:25:32.832Z | [ host-image] Feb 27 03:25:31.501 INFO E| Compiling bitstruct v0.1.1 |
| 10651 | 2026-02-27T03:25:32.838Z | [ host-image] Feb 27 03:25:31.507 INFO E| Compiling static_assertions v1.1.0 |
| 10652 | 2026-02-27T03:25:32.970Z | [ host-image] Feb 27 03:25:31.637 INFO E| Compiling cpio_reader v0.1.2 |
| 10653 | 2026-02-27T03:25:33.070Z | [ host-image] Feb 27 03:25:31.739 INFO E| Compiling goblin v0.10.4 |
| 10654 | 2026-02-27T03:25:38.698Z | [ host-image] Feb 27 03:25:37.367 INFO E| Finished `release` profile [optimized] target(s) in 35.17s |
| 10655 | 2026-02-27T03:25:38.714Z | [ host-image] Feb 27 03:25:37.383 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
| 10656 | 2026-02-27T03:25:38.781Z | [ host-image] Feb 27 03:25:37.449 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')" |
| 10657 | 2026-02-27T03:25:38.781Z | [ host-image] Feb 27 03:25:37.449 INFO building ROM for cosmo |
| 10658 | 2026-02-27T03:25:38.781Z | [ host-image] Feb 27 03:25:37.449 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") |
| 10659 | 2026-02-27T03:25:38.930Z | [ host-image] Feb 27 03:25:37.598 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s |
| 10660 | 2026-02-27T03:25:38.934Z | [ host-image] Feb 27 03:25:37.603 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` |
| 10661 | 2026-02-27T03:25:38.946Z | [ host-image] Feb 27 03:25:37.615 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml" |
| 10662 | 2026-02-27T03:25:39.046Z | [ host-image] Feb 27 03:25:37.714 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s |
| 10663 | 2026-02-27T03:25:39.051Z | [ host-image] Feb 27 03:25:37.719 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` |
| 10664 | 2026-02-27T03:25:39.398Z | [ host-image] Feb 27 03:25:38.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn" |
| 10665 | 2026-02-27T03:25:39.398Z | [ host-image] Feb 27 03:25:38.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin" |
| 10666 | 2026-02-27T03:25:39.402Z | [ host-image] Feb 27 03:25:38.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin" |
| 10667 | 2026-02-27T03:25:39.402Z | [ host-image] Feb 27 03:25:38.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin" |
| 10668 | 2026-02-27T03:25:39.402Z | [ host-image] Feb 27 03:25:38.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin" |
| 10669 | 2026-02-27T03:25:39.402Z | [ host-image] Feb 27 03:25:38.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin" |
| 10670 | 2026-02-27T03:25:39.402Z | [ host-image] Feb 27 03:25:38.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn" |
| 10671 | 2026-02-27T03:25:39.402Z | [ host-image] Feb 27 03:25:38.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn" |
| 10672 | 2026-02-27T03:25:39.402Z | [ host-image] Feb 27 03:25:38.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin" |
| 10673 | 2026-02-27T03:25:39.402Z | [ host-image] Feb 27 03:25:38.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin" |
| 10674 | 2026-02-27T03:25:39.402Z | [ host-image] Feb 27 03:25:38.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin" |
| 10675 | 2026-02-27T03:25:39.402Z | [ host-image] Feb 27 03:25:38.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin" |
| 10676 | 2026-02-27T03:25:39.402Z | [ host-image] Feb 27 03:25:38.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin" |
| 10677 | 2026-02-27T03:25:39.402Z | [ host-image] Feb 27 03:25:38.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin" |
| 10678 | 2026-02-27T03:25:39.402Z | [ host-image] Feb 27 03:25:38.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin" |
| 10679 | 2026-02-27T03:25:39.402Z | [ host-image] Feb 27 03:25:38.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin" |
| 10680 | 2026-02-27T03:25:39.402Z | [ host-image] Feb 27 03:25:38.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin" |
| 10681 | 2026-02-27T03:25:39.402Z | [ host-image] Feb 27 03:25:38.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin" |
| 10682 | 2026-02-27T03:25:39.402Z | [ host-image] Feb 27 03:25:38.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin" |
| 10683 | 2026-02-27T03:25:39.402Z | [ host-image] Feb 27 03:25:38.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin" |
| 10684 | 2026-02-27T03:25:39.402Z | [ host-image] Feb 27 03:25:38.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin" |
| 10685 | 2026-02-27T03:25:39.402Z | [ host-image] Feb 27 03:25:38.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin" |
| 10686 | 2026-02-27T03:25:39.402Z | [ host-image] Feb 27 03:25:38.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin" |
| 10687 | 2026-02-27T03:25:39.402Z | [ host-image] Feb 27 03:25:38.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin" |
| 10688 | 2026-02-27T03:25:39.402Z | [ host-image] Feb 27 03:25:38.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin" |
| 10689 | 2026-02-27T03:25:39.402Z | [ host-image] Feb 27 03:25:38.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin" |
| 10690 | 2026-02-27T03:25:39.402Z | [ host-image] Feb 27 03:25:38.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin" |
| 10691 | 2026-02-27T03:25:39.402Z | [ host-image] Feb 27 03:25:38.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin" |
| 10692 | 2026-02-27T03:25:39.403Z | [ host-image] Feb 27 03:25:38.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin" |
| 10693 | 2026-02-27T03:25:39.403Z | [ host-image] Feb 27 03:25:38.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin" |
| 10694 | 2026-02-27T03:25:39.403Z | [ host-image] Feb 27 03:25:38.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin" |
| 10695 | 2026-02-27T03:25:39.403Z | [ host-image] Feb 27 03:25:38.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin" |
| 10696 | 2026-02-27T03:25:39.403Z | [ host-image] Feb 27 03:25:38.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin" |
| 10697 | 2026-02-27T03:25:39.403Z | [ host-image] Feb 27 03:25:38.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin" |
| 10698 | 2026-02-27T03:25:39.403Z | [ host-image] Feb 27 03:25:38.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin" |
| 10699 | 2026-02-27T03:25:39.403Z | [ host-image] Feb 27 03:25:38.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin" |
| 10700 | 2026-02-27T03:25:39.403Z | [ host-image] Feb 27 03:25:38.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin" |
| 10701 | 2026-02-27T03:25:39.403Z | [ host-image] Feb 27 03:25:38.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin" |
| 10702 | 2026-02-27T03:25:39.403Z | [ host-image] Feb 27 03:25:38.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin" |
| 10703 | 2026-02-27T03:25:39.403Z | [ host-image] Feb 27 03:25:38.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin" |
| 10704 | 2026-02-27T03:25:39.403Z | [ host-image] Feb 27 03:25:38.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin" |
| 10705 | 2026-02-27T03:25:39.403Z | [ host-image] Feb 27 03:25:38.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin" |
| 10706 | 2026-02-27T03:25:39.403Z | [ host-image] Feb 27 03:25:38.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin" |
| 10707 | 2026-02-27T03:25:39.403Z | [ host-image] Feb 27 03:25:38.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin" |
| 10708 | 2026-02-27T03:25:39.403Z | [ host-image] Feb 27 03:25:38.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin" |
| 10709 | 2026-02-27T03:25:39.403Z | [ host-image] Feb 27 03:25:38.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin" |
| 10710 | 2026-02-27T03:25:39.403Z | [ host-image] Feb 27 03:25:38.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin" |
| 10711 | 2026-02-27T03:25:39.403Z | [ host-image] Feb 27 03:25:38.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin" |
| 10712 | 2026-02-27T03:25:39.403Z | [ host-image] Feb 27 03:25:38.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin" |
| 10713 | 2026-02-27T03:25:39.403Z | [ host-image] Feb 27 03:25:38.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin" |
| 10714 | 2026-02-27T03:25:39.403Z | [ host-image] Feb 27 03:25:38.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin" |
| 10715 | 2026-02-27T03:25:39.403Z | [ host-image] Feb 27 03:25:38.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin" |
| 10716 | 2026-02-27T03:25:39.403Z | [ host-image] Feb 27 03:25:38.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin" |
| 10717 | 2026-02-27T03:25:39.403Z | [ host-image] Feb 27 03:25:38.069 INFO O| Info: ABL version: 0x1007f011 |
| 10718 | 2026-02-27T03:25:39.403Z | [ host-image] Feb 27 03:25:38.069 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0 |
| 10719 | 2026-02-27T03:25:39.403Z | [ host-image] Feb 27 03:25:38.069 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0 |
| 10720 | 2026-02-27T03:25:39.403Z | [ host-image] Feb 27 03:25:38.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin" |
| 10721 | 2026-02-27T03:25:39.403Z | [ host-image] Feb 27 03:25:38.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin" |
| 10722 | 2026-02-27T03:25:39.403Z | [ host-image] Feb 27 03:25:38.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin" |
| 10723 | 2026-02-27T03:25:39.403Z | [ host-image] Feb 27 03:25:38.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin" |
| 10724 | 2026-02-27T03:25:39.403Z | [ host-image] Feb 27 03:25:38.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin" |
| 10725 | 2026-02-27T03:25:39.403Z | [ host-image] Feb 27 03:25:38.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin" |
| 10726 | 2026-02-27T03:25:39.403Z | [ host-image] Feb 27 03:25:38.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin" |
| 10727 | 2026-02-27T03:25:39.403Z | [ host-image] Feb 27 03:25:38.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin" |
| 10728 | 2026-02-27T03:25:39.407Z | [ host-image] Feb 27 03:25:38.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin" |
| 10729 | 2026-02-27T03:25:39.407Z | [ host-image] Feb 27 03:25:38.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin" |
| 10730 | 2026-02-27T03:25:39.407Z | [ host-image] Feb 27 03:25:38.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin" |
| 10731 | 2026-02-27T03:25:39.407Z | [ host-image] Feb 27 03:25:38.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin" |
| 10732 | 2026-02-27T03:25:39.407Z | [ host-image] Feb 27 03:25:38.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin" |
| 10733 | 2026-02-27T03:25:39.407Z | [ host-image] Feb 27 03:25:38.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin" |
| 10734 | 2026-02-27T03:25:39.407Z | [ host-image] Feb 27 03:25:38.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin" |
| 10735 | 2026-02-27T03:25:39.407Z | [ host-image] Feb 27 03:25:38.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin" |
| 10736 | 2026-02-27T03:25:39.407Z | [ host-image] Feb 27 03:25:38.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin" |
| 10737 | 2026-02-27T03:25:39.407Z | [ host-image] Feb 27 03:25:38.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin" |
| 10738 | 2026-02-27T03:25:39.407Z | [ host-image] Feb 27 03:25:38.071 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin" |
| 10739 | 2026-02-27T03:25:39.407Z | [ host-image] Feb 27 03:25:38.071 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin" |
| 10740 | 2026-02-27T03:25:39.442Z | [ host-image] Feb 27 03:25:38.110 INFO building ROM for gimlet |
| 10741 | 2026-02-27T03:25:39.442Z | [ host-image] Feb 27 03:25:38.111 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") |
| 10742 | 2026-02-27T03:25:39.585Z | [ host-image] Feb 27 03:25:38.253 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s |
| 10743 | 2026-02-27T03:25:39.588Z | [ host-image] Feb 27 03:25:38.257 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` |
| 10744 | 2026-02-27T03:25:39.600Z | [ host-image] Feb 27 03:25:38.269 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml" |
| 10745 | 2026-02-27T03:25:39.693Z | [ host-image] Feb 27 03:25:38.361 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s |
| 10746 | 2026-02-27T03:25:39.699Z | [ host-image] Feb 27 03:25:38.367 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` |
| 10747 | 2026-02-27T03:25:39.895Z | [ host-image] Feb 27 03:25:38.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn" |
| 10748 | 2026-02-27T03:25:39.895Z | [ host-image] Feb 27 03:25:38.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin" |
| 10749 | 2026-02-27T03:25:39.898Z | [ host-image] Feb 27 03:25:38.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin" |
| 10750 | 2026-02-27T03:25:39.898Z | [ host-image] Feb 27 03:25:38.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin" |
| 10751 | 2026-02-27T03:25:39.898Z | [ host-image] Feb 27 03:25:38.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn" |
| 10752 | 2026-02-27T03:25:39.898Z | [ host-image] Feb 27 03:25:38.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn" |
| 10753 | 2026-02-27T03:25:39.898Z | [ host-image] Feb 27 03:25:38.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin" |
| 10754 | 2026-02-27T03:25:39.898Z | [ host-image] Feb 27 03:25:38.564 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin" |
| 10755 | 2026-02-27T03:25:39.898Z | [ host-image] Feb 27 03:25:38.564 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin" |
| 10756 | 2026-02-27T03:25:39.898Z | [ host-image] Feb 27 03:25:38.564 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin" |
| 10757 | 2026-02-27T03:25:39.898Z | [ host-image] Feb 27 03:25:38.564 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin" |
| 10758 | 2026-02-27T03:25:39.898Z | [ host-image] Feb 27 03:25:38.564 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin" |
| 10759 | 2026-02-27T03:25:39.898Z | [ host-image] Feb 27 03:25:38.564 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin" |
| 10760 | 2026-02-27T03:25:39.898Z | [ host-image] Feb 27 03:25:38.564 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin" |
| 10761 | 2026-02-27T03:25:39.898Z | [ host-image] Feb 27 03:25:38.564 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin" |
| 10762 | 2026-02-27T03:25:39.899Z | [ host-image] Feb 27 03:25:38.564 INFO O| Info: ABL version: 0x100f5010 |
| 10763 | 2026-02-27T03:25:39.899Z | [ host-image] Feb 27 03:25:38.564 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0 |
| 10764 | 2026-02-27T03:25:39.899Z | [ host-image] Feb 27 03:25:38.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin" |
| 10765 | 2026-02-27T03:25:39.899Z | [ host-image] Feb 27 03:25:38.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin" |
| 10766 | 2026-02-27T03:25:39.899Z | [ host-image] Feb 27 03:25:38.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin" |
| 10767 | 2026-02-27T03:25:39.899Z | [ host-image] Feb 27 03:25:38.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin" |
| 10768 | 2026-02-27T03:25:39.899Z | [ host-image] Feb 27 03:25:38.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin" |
| 10769 | 2026-02-27T03:25:39.899Z | [ host-image] Feb 27 03:25:38.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin" |
| 10770 | 2026-02-27T03:25:39.899Z | [ host-image] Feb 27 03:25:38.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin" |
| 10771 | 2026-02-27T03:25:39.899Z | [ host-image] Feb 27 03:25:38.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin" |
| 10772 | 2026-02-27T03:25:39.899Z | [ host-image] Feb 27 03:25:38.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin" |
| 10773 | 2026-02-27T03:25:39.899Z | [ host-image] Feb 27 03:25:38.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin" |
| 10774 | 2026-02-27T03:25:39.899Z | [ host-image] Feb 27 03:25:38.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin" |
| 10775 | 2026-02-27T03:25:39.899Z | [ host-image] Feb 27 03:25:38.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin" |
| 10776 | 2026-02-27T03:25:39.900Z | [ host-image] Feb 27 03:25:38.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin" |
| 10777 | 2026-02-27T03:25:39.900Z | [ host-image] Feb 27 03:25:38.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin" |
| 10778 | 2026-02-27T03:25:39.900Z | [ host-image] Feb 27 03:25:38.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin" |
| 10779 | 2026-02-27T03:25:39.900Z | [ host-image] Feb 27 03:25:38.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin" |
| 10780 | 2026-02-27T03:25:39.900Z | [ host-image] Feb 27 03:25:38.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin" |
| 10781 | 2026-02-27T03:25:39.900Z | [ host-image] Feb 27 03:25:38.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin" |
| 10782 | 2026-02-27T03:25:39.938Z | [ host-image] Feb 27 03:25:38.607 INFO skipping building ROM for cosmo-mbist ('mbist' disabled) |
| 10783 | 2026-02-27T03:25:39.938Z | [ host-image] Feb 27 03:25:38.607 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled) |
| 10784 | 2026-02-27T03:25:39.941Z | [ host-image] Feb 27 03:25:38.607 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
| 10785 | 2026-02-27T03:26:00.442Z | [ host-image] Feb 27 03:25:59.108 INFO image complete! materials are in "/work/os-host" |
| 10786 | 2026-02-27T03:26:00.446Z | [ host-image] |
| 10787 | 2026-02-27T03:26:00.446Z | [ host-image] real 35:32.744419511 |
| 10788 | 2026-02-27T03:26:00.446Z | [ host-image] user 25:55.079150616 |
| 10789 | 2026-02-27T03:26:00.446Z | [ host-image] sys 1:38.929580090 |
| 10790 | 2026-02-27T03:26:00.446Z | [ host-image] trap 1.326383261 |
| 10791 | 2026-02-27T03:26:00.446Z | [ host-image] tflt 0.176419627 |
| 10792 | 2026-02-27T03:26:00.446Z | [ host-image] dflt 0.473736821 |
| 10793 | 2026-02-27T03:26:00.446Z | [ host-image] kflt 0.119697228 |
| 10794 | 2026-02-27T03:26:00.446Z | [ host-image] lock 36:43.356389460 |
| 10795 | 2026-02-27T03:26:00.446Z | [ host-image] slp 3:28:38.674080682 |
| 10796 | 2026-02-27T03:26:00.446Z | [ host-image] lat 6:49.493701777 |
| 10797 | 2026-02-27T03:26:00.446Z | [ host-image] stop 3.810744551 |
| 10798 | 2026-02-27T03:26:00.450Z | Feb 27 03:25:59.113 INFO [host-image] process exited with exit status: 0 (2132.751229502s) |
| 10799 | 2026-02-27T03:26:00.450Z | Feb 27 03:25:59.113 INFO [tuf-repo] running task |
| 10800 | 2026-02-27T03:26:27.897Z | Feb 27 03:26:26.561 INFO assembling repository in `/tmp/tufaceous7jDGJf`, component: OmicronRepoAssembler |
| 10801 | 2026-02-27T03:26:35.587Z | Feb 27 03:26:34.250 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
| 10802 | 2026-02-27T03:26:35.915Z | Feb 27 03:26:34.579 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
| 10803 | 2026-02-27T03:26:55.025Z | Feb 27 03:26:53.685 INFO extracting uploaded archive to /tmp/.tmpvEZf6U |
| 10804 | 2026-02-27T03:26:58.442Z | Feb 27 03:26:57.103 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.CzS5Id |
| 10805 | 2026-02-27T03:26:58.522Z | Feb 27 03:26:57.184 INFO added artifact, length: 6519345, hash: 30400b0cba8024252ad87988888c0b4ff507f0dbd94de495853438170c48db6f, version: 1.0.62, kind: gimlet_sp, name: cosmo-a |
| 10806 | 2026-02-27T03:26:58.676Z | Feb 27 03:26:57.337 INFO added artifact, length: 6519269, hash: 45d2c6ecdc073e2d6683df59a9af698ac48354f28db15796e440938c20a14454, version: 1.0.62, kind: gimlet_sp, name: cosmo-b |
| 10807 | 2026-02-27T03:26:58.817Z | Feb 27 03:26:57.478 INFO added artifact, length: 5466282, hash: 1968dd0fe7c2ea1693a3fcde055a2ae26103be2a550c9bfae3eb2e2851692f6f, version: 1.0.62, kind: gimlet_sp, name: gimlet-b |
| 10808 | 2026-02-27T03:26:58.948Z | Feb 27 03:26:57.609 INFO added artifact, length: 5468612, hash: 013cf14175743c8a428e478c6174e907b0cecd6734a20606597a0e221ec0dd0b, version: 1.0.62, kind: gimlet_sp, name: gimlet-c |
| 10809 | 2026-02-27T03:26:59.077Z | Feb 27 03:26:57.738 INFO added artifact, length: 5469365, hash: 57fcfe996814261c37cec77757e089da36932685293b88c1664e514db48ff4e2, version: 1.0.62, kind: gimlet_sp, name: gimlet-d |
| 10810 | 2026-02-27T03:26:59.206Z | Feb 27 03:26:57.867 INFO added artifact, length: 5469129, hash: f5241e12c502d08476ca232f8125b96ac62b132bac9055f65b843e00aa01576a, version: 1.0.62, kind: gimlet_sp, name: gimlet-e |
| 10811 | 2026-02-27T03:26:59.334Z | Feb 27 03:26:57.994 INFO added artifact, length: 5469060, hash: 75e5434060e1afa332c010a418bdacd0050bc5040300c46febb67f2b0adba98a, version: 1.0.62, kind: gimlet_sp, name: gimlet-f |
| 10812 | 2026-02-27T03:26:59.479Z | Feb 27 03:26:58.140 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet |
| 10813 | 2026-02-27T03:26:59.479Z | Feb 27 03:26:58.140 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet |
| 10814 | 2026-02-27T03:26:59.561Z | Feb 27 03:26:58.222 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo |
| 10815 | 2026-02-27T03:26:59.561Z | Feb 27 03:26:58.222 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo |
| 10816 | 2026-02-27T03:26:59.644Z | Feb 27 03:26:58.305 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet |
| 10817 | 2026-02-27T03:26:59.645Z | Feb 27 03:26:58.306 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet |
| 10818 | 2026-02-27T03:26:59.728Z | Feb 27 03:26:58.389 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 10819 | 2026-02-27T03:26:59.728Z | Feb 27 03:26:58.389 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 10820 | 2026-02-27T03:26:59.812Z | Feb 27 03:26:58.473 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo |
| 10821 | 2026-02-27T03:26:59.812Z | Feb 27 03:26:58.473 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo |
| 10822 | 2026-02-27T03:26:59.893Z | Feb 27 03:26:58.554 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet |
| 10823 | 2026-02-27T03:26:59.893Z | Feb 27 03:26:58.554 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet |
| 10824 | 2026-02-27T03:26:59.974Z | Feb 27 03:26:58.636 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo |
| 10825 | 2026-02-27T03:26:59.975Z | Feb 27 03:26:58.636 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo |
| 10826 | 2026-02-27T03:26:59.978Z | Feb 27 03:26:58.637 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet |
| 10827 | 2026-02-27T03:26:59.979Z | Feb 27 03:26:58.638 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo |
| 10828 | 2026-02-27T03:26:59.982Z | Feb 27 03:26:58.639 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart |
| 10829 | 2026-02-27T03:26:59.982Z | Feb 27 03:26:58.640 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet |
| 10830 | 2026-02-27T03:26:59.982Z | Feb 27 03:26:58.641 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo |
| 10831 | 2026-02-27T03:27:08.859Z | Feb 27 03:27:07.519 INFO added artifact, length: 33554432, hash: e42a55fb78620761662750be7f0c2f2d7b0f4c9502c44a4b8c3124ac7743926b, version: 19.0.0-0.ci+git0c68818c355, kind: gimlet_host_phase_1, name: host |
| 10832 | 2026-02-27T03:27:08.859Z | Feb 27 03:27:07.519 INFO added artifact, length: 33554432, hash: 4c5c497572089858344620636bfe4a5b0f66ba35bda2866038d64d7d76cce1b6, version: 19.0.0-0.ci+git0c68818c355, kind: cosmo_host_phase_1, name: host |
| 10833 | 2026-02-27T03:27:08.859Z | Feb 27 03:27:07.519 INFO added artifact, length: 1101008896, hash: 3466045c582b8f5edd5bb8df9dfe0a5d92be9edfa7dbfd6c0ab24f93d7756cc3, version: 19.0.0-0.ci+git0c68818c355, kind: host_phase_2, name: host |
| 10834 | 2026-02-27T03:27:10.463Z | Feb 27 03:27:09.123 INFO added artifact, length: 33554432, hash: 4170dca192d003dbef4d7dda5b2d0117c49abdde908f45a09dfc9c3e5fba9cdf, version: 19.0.0-0.ci+git0c68818c355, kind: gimlet_trampoline_phase_1, name: trampoline |
| 10835 | 2026-02-27T03:27:10.463Z | Feb 27 03:27:09.123 INFO added artifact, length: 33554432, hash: 50d51589f87c0be681b1f0562de666b19580190110c7213a61db329f97d7c45c, version: 19.0.0-0.ci+git0c68818c355, kind: cosmo_trampoline_phase_1, name: trampoline |
| 10836 | 2026-02-27T03:27:10.463Z | Feb 27 03:27:09.123 INFO added artifact, length: 147820601, hash: b40020132cc64190bd005185a30260b130aa2f7d9e769849d4f01535235805ae, version: 19.0.0-0.ci+git0c68818c355, kind: trampoline_phase_2, name: trampoline |
| 10837 | 2026-02-27T03:27:13.645Z | Feb 27 03:27:12.304 INFO added artifact, length: 306403015, hash: f194ec6349921f64d59b8b93e7ffe3ed039e8ce0847433f9a0cec3c9d562149a, version: 19.0.0-0.ci+git0c68818c355, kind: zone, name: clickhouse_keeper |
| 10838 | 2026-02-27T03:27:17.109Z | Feb 27 03:27:15.768 INFO added artifact, length: 323243309, hash: a47c3133f01f16d3db9364049bc0824120dfdffeb05db69fe6198b8c646c4154, version: 19.0.0-0.ci+git0c68818c355, kind: zone, name: clickhouse_server |
| 10839 | 2026-02-27T03:27:20.342Z | Feb 27 03:27:19.001 INFO added artifact, length: 323244025, hash: ba12e27877cf4f53b85a1afade711e36564b1f6167a37071e77ed3c5c7cd647e, version: 19.0.0-0.ci+git0c68818c355, kind: zone, name: clickhouse |
| 10840 | 2026-02-27T03:27:21.982Z | Feb 27 03:27:20.642 INFO added artifact, length: 167008200, hash: 7e0f7be99a00ee842f2fcd379fdb472e5d5c2ca305485bb5342710352cf8a1cb, version: 19.0.0-0.ci+git0c68818c355, kind: zone, name: cockroachdb |
| 10841 | 2026-02-27T03:27:22.453Z | Feb 27 03:27:21.083 INFO added artifact, length: 44165340, hash: 2b97c8d2cefbac30d48e5c4fb29afaab9e615a20320029603bf18be62c04c1d6, version: 19.0.0-0.ci+git0c68818c355, kind: zone, name: crucible-pantry-zone |
| 10842 | 2026-02-27T03:27:23.015Z | Feb 27 03:27:21.674 INFO added artifact, length: 58642848, hash: 4c3decec253aecd4535ed5632a4a9831af8752f6b60b06bdb69450e3a90429a2, version: 19.0.0-0.ci+git0c68818c355, kind: zone, name: crucible-zone |
| 10843 | 2026-02-27T03:27:23.551Z | Feb 27 03:27:22.210 INFO added artifact, length: 53473821, hash: 55d75dc77aab0264c13cb63141e162d5fd3aab59cff84bf9fce591238bc85030, version: 19.0.0-0.ci+git0c68818c355, kind: zone, name: external-dns |
| 10844 | 2026-02-27T03:27:24.087Z | Feb 27 03:27:22.746 INFO added artifact, length: 53473422, hash: 264e7b8054254d5bde10831439c4b432a6d47c5b03b43169a30bd2526e16d617, version: 19.0.0-0.ci+git0c68818c355, kind: zone, name: internal-dns |
| 10845 | 2026-02-27T03:27:26.304Z | Feb 27 03:27:24.961 INFO added artifact, length: 221226176, hash: dec936290b007a226efced45e0ca14966ea519708fecb72c9d38a5993ec9c149, version: 19.0.0-0.ci+git0c68818c355, kind: zone, name: nexus |
| 10846 | 2026-02-27T03:27:26.634Z | Feb 27 03:27:25.293 INFO added artifact, length: 32758044, hash: 3e6f665ff37c3c1f86e35ab603d4d8be11c256ec05bea247ce350cf5a8e3e16d, version: 19.0.0-0.ci+git0c68818c355, kind: zone, name: ntp |
| 10847 | 2026-02-27T03:27:27.310Z | Feb 27 03:27:25.969 INFO added artifact, length: 68024108, hash: 04f3c172dfe389bbe7eca8a7355cc5e2bbf0be535dc8d74e2bb41ee82b02e79a, version: 19.0.0-0.ci+git0c68818c355, kind: zone, name: oximeter |
| 10848 | 2026-02-27T03:27:27.342Z | Feb 27 03:27:26.001 INFO added artifact, length: 3109590, hash: c4be380ab1ca70396a4c7f308a68d2b4a13567f565cff973e7af8a00f74c8015, version: 19.0.0-0.ci+git0c68818c355, kind: zone, name: probe |
| 10849 | 2026-02-27T03:27:27.345Z | Feb 27 03:27:26.001 INFO added artifact, length: 829, hash: d5e00be00aa1c24195355ee30fbe484670dc4af02c7f2b943eaa585a9f8bb199, version: 1.0.62, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.62 |
| 10850 | 2026-02-27T03:27:27.345Z | Feb 27 03:27:26.002 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38 |
| 10851 | 2026-02-27T03:27:27.345Z | Feb 27 03:27:26.002 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38 |
| 10852 | 2026-02-27T03:27:27.393Z | Feb 27 03:27:26.051 INFO added artifact, length: 4131834, hash: 80a86837c993d3022d6f87b4a32f95a2cb671c0797f89515f3eb19b3558fbd0e, version: 1.0.62, kind: psc_sp, name: psc-b |
| 10853 | 2026-02-27T03:27:27.442Z | Feb 27 03:27:26.101 INFO added artifact, length: 4135235, hash: 52d9aae7376e121018c56a7beb4b1f6914f3be2c50e7e46a2e23005d0c6c2f32, version: 1.0.62, kind: psc_sp, name: psc-c |
| 10854 | 2026-02-27T03:27:27.524Z | Feb 27 03:27:26.182 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc |
| 10855 | 2026-02-27T03:27:27.524Z | Feb 27 03:27:26.182 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc |
| 10856 | 2026-02-27T03:27:27.609Z | Feb 27 03:27:26.268 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc |
| 10857 | 2026-02-27T03:27:27.609Z | Feb 27 03:27:26.268 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc |
| 10858 | 2026-02-27T03:27:27.694Z | Feb 27 03:27:26.353 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 10859 | 2026-02-27T03:27:27.694Z | Feb 27 03:27:26.353 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 10860 | 2026-02-27T03:27:27.776Z | Feb 27 03:27:26.434 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc |
| 10861 | 2026-02-27T03:27:27.776Z | Feb 27 03:27:26.434 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc |
| 10862 | 2026-02-27T03:27:27.779Z | Feb 27 03:27:26.435 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc |
| 10863 | 2026-02-27T03:27:27.779Z | Feb 27 03:27:26.436 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart |
| 10864 | 2026-02-27T03:27:27.779Z | Feb 27 03:27:26.437 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc |
| 10865 | 2026-02-27T03:27:27.859Z | Feb 27 03:27:26.518 INFO added artifact, length: 6945803, hash: 3f7ddcfa1b0feda05904bb501dfac286190496afff4aa207258e275efcbf338e, version: 1.0.62, kind: switch_sp, name: sidecar-b |
| 10866 | 2026-02-27T03:27:28.010Z | Feb 27 03:27:26.669 INFO added artifact, length: 6962586, hash: c163c1096d32463dee117c56dfc9fac72eaa793c99e0cdd1c4bf238419821ad6, version: 1.0.62, kind: switch_sp, name: sidecar-c |
| 10867 | 2026-02-27T03:27:28.164Z | Feb 27 03:27:26.822 INFO added artifact, length: 6962589, hash: 4f24734369eaef31fece1c64a2b7d6092926142d9d3d47cccc4862ddf2b3fee6, version: 1.0.62, kind: switch_sp, name: sidecar-d |
| 10868 | 2026-02-27T03:27:28.319Z | Feb 27 03:27:26.977 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar |
| 10869 | 2026-02-27T03:27:28.319Z | Feb 27 03:27:26.977 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar |
| 10870 | 2026-02-27T03:27:28.404Z | Feb 27 03:27:27.062 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar |
| 10871 | 2026-02-27T03:27:28.404Z | Feb 27 03:27:27.063 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar |
| 10872 | 2026-02-27T03:27:28.489Z | Feb 27 03:27:27.148 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 10873 | 2026-02-27T03:27:28.489Z | Feb 27 03:27:27.148 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 10874 | 2026-02-27T03:27:28.571Z | Feb 27 03:27:27.229 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar |
| 10875 | 2026-02-27T03:27:28.571Z | Feb 27 03:27:27.229 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar |
| 10876 | 2026-02-27T03:27:28.574Z | Feb 27 03:27:27.230 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar |
| 10877 | 2026-02-27T03:27:28.574Z | Feb 27 03:27:27.231 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart |
| 10878 | 2026-02-27T03:27:28.574Z | Feb 27 03:27:27.232 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar |
| 10879 | 2026-02-27T03:27:28.577Z | Feb 27 03:27:27.233 INFO added artifact, length: 924, hash: 6bc79bb4faa72f298b2bfda9bbc394cc2cc1e19548183612e98e438bb7fbc2ce, version: 19.0.0-0.ci+git0c68818c355, kind: installinator_document, name: installinator_document |
| 10880 | 2026-02-27T03:27:29.165Z | Feb 27 03:27:27.823 INFO extracting uploaded archive to /tmp/.tmpbtiOAY |
| 10881 | 2026-02-27T03:27:32.388Z | Feb 27 03:27:31.046 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.l3r5Ya |
| 10882 | 2026-02-27T03:27:32.462Z | Feb 27 03:27:31.120 INFO added artifact, length: 6519345, hash: 30400b0cba8024252ad87988888c0b4ff507f0dbd94de495853438170c48db6f, version: 1.0.62, kind: gimlet_sp, name: cosmo-a |
| 10883 | 2026-02-27T03:27:32.608Z | Feb 27 03:27:31.266 INFO added artifact, length: 6519269, hash: 45d2c6ecdc073e2d6683df59a9af698ac48354f28db15796e440938c20a14454, version: 1.0.62, kind: gimlet_sp, name: cosmo-b |
| 10884 | 2026-02-27T03:27:32.749Z | Feb 27 03:27:31.407 INFO added artifact, length: 5466282, hash: 1968dd0fe7c2ea1693a3fcde055a2ae26103be2a550c9bfae3eb2e2851692f6f, version: 1.0.62, kind: gimlet_sp, name: gimlet-b |
| 10885 | 2026-02-27T03:27:32.883Z | Feb 27 03:27:31.541 INFO added artifact, length: 5468612, hash: 013cf14175743c8a428e478c6174e907b0cecd6734a20606597a0e221ec0dd0b, version: 1.0.62, kind: gimlet_sp, name: gimlet-c |
| 10886 | 2026-02-27T03:27:33.013Z | Feb 27 03:27:31.671 INFO added artifact, length: 5469365, hash: 57fcfe996814261c37cec77757e089da36932685293b88c1664e514db48ff4e2, version: 1.0.62, kind: gimlet_sp, name: gimlet-d |
| 10887 | 2026-02-27T03:27:33.143Z | Feb 27 03:27:31.801 INFO added artifact, length: 5469129, hash: f5241e12c502d08476ca232f8125b96ac62b132bac9055f65b843e00aa01576a, version: 1.0.62, kind: gimlet_sp, name: gimlet-e |
| 10888 | 2026-02-27T03:27:33.274Z | Feb 27 03:27:31.932 INFO added artifact, length: 5469060, hash: 75e5434060e1afa332c010a418bdacd0050bc5040300c46febb67f2b0adba98a, version: 1.0.62, kind: gimlet_sp, name: gimlet-f |
| 10889 | 2026-02-27T03:27:33.421Z | Feb 27 03:27:32.077 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet |
| 10890 | 2026-02-27T03:27:33.421Z | Feb 27 03:27:32.077 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet |
| 10891 | 2026-02-27T03:27:33.500Z | Feb 27 03:27:32.158 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo |
| 10892 | 2026-02-27T03:27:33.500Z | Feb 27 03:27:32.158 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo |
| 10893 | 2026-02-27T03:27:33.585Z | Feb 27 03:27:32.243 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet |
| 10894 | 2026-02-27T03:27:33.585Z | Feb 27 03:27:32.243 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet |
| 10895 | 2026-02-27T03:27:33.670Z | Feb 27 03:27:32.328 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 10896 | 2026-02-27T03:27:33.671Z | Feb 27 03:27:32.328 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 10897 | 2026-02-27T03:27:33.755Z | Feb 27 03:27:32.413 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo |
| 10898 | 2026-02-27T03:27:33.755Z | Feb 27 03:27:32.413 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo |
| 10899 | 2026-02-27T03:27:33.836Z | Feb 27 03:27:32.494 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet |
| 10900 | 2026-02-27T03:27:33.836Z | Feb 27 03:27:32.494 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet |
| 10901 | 2026-02-27T03:27:33.917Z | Feb 27 03:27:32.575 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo |
| 10902 | 2026-02-27T03:27:33.917Z | Feb 27 03:27:32.575 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo |
| 10903 | 2026-02-27T03:27:33.922Z | Feb 27 03:27:32.576 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet |
| 10904 | 2026-02-27T03:27:33.922Z | Feb 27 03:27:32.577 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo |
| 10905 | 2026-02-27T03:27:33.922Z | Feb 27 03:27:32.578 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart |
| 10906 | 2026-02-27T03:27:33.925Z | Feb 27 03:27:32.579 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet |
| 10907 | 2026-02-27T03:27:33.925Z | Feb 27 03:27:32.580 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo |
| 10908 | 2026-02-27T03:27:42.504Z | Feb 27 03:27:41.161 INFO added artifact, length: 33554432, hash: e42a55fb78620761662750be7f0c2f2d7b0f4c9502c44a4b8c3124ac7743926b, version: 19.0.0-0.ci+git0c68818c355, kind: gimlet_host_phase_1, name: host |
| 10909 | 2026-02-27T03:27:42.504Z | Feb 27 03:27:41.161 INFO added artifact, length: 33554432, hash: 4c5c497572089858344620636bfe4a5b0f66ba35bda2866038d64d7d76cce1b6, version: 19.0.0-0.ci+git0c68818c355, kind: cosmo_host_phase_1, name: host |
| 10910 | 2026-02-27T03:27:42.509Z | Feb 27 03:27:41.162 INFO added artifact, length: 1101008896, hash: 3466045c582b8f5edd5bb8df9dfe0a5d92be9edfa7dbfd6c0ab24f93d7756cc3, version: 19.0.0-0.ci+git0c68818c355, kind: host_phase_2, name: host |
| 10911 | 2026-02-27T03:27:44.085Z | Feb 27 03:27:42.742 INFO added artifact, length: 33554432, hash: 4170dca192d003dbef4d7dda5b2d0117c49abdde908f45a09dfc9c3e5fba9cdf, version: 19.0.0-0.ci+git0c68818c355, kind: gimlet_trampoline_phase_1, name: trampoline |
| 10912 | 2026-02-27T03:27:44.085Z | Feb 27 03:27:42.742 INFO added artifact, length: 33554432, hash: 50d51589f87c0be681b1f0562de666b19580190110c7213a61db329f97d7c45c, version: 19.0.0-0.ci+git0c68818c355, kind: cosmo_trampoline_phase_1, name: trampoline |
| 10913 | 2026-02-27T03:27:44.085Z | Feb 27 03:27:42.742 INFO added artifact, length: 147820601, hash: b40020132cc64190bd005185a30260b130aa2f7d9e769849d4f01535235805ae, version: 19.0.0-0.ci+git0c68818c355, kind: trampoline_phase_2, name: trampoline |
| 10914 | 2026-02-27T03:27:55.747Z | Feb 27 03:27:54.403 INFO added artifact, length: 1712306067, hash: 3f5126149f38342e08e46f9b4d298fd21fdad2892971134d4a1abecca4944ab2, version: 19.0.0-0.ci+git0c68818c355, kind: control_plane, name: control-plane |
| 10915 | 2026-02-27T03:27:55.749Z | Feb 27 03:27:54.403 INFO added artifact, length: 829, hash: d5e00be00aa1c24195355ee30fbe484670dc4af02c7f2b943eaa585a9f8bb199, version: 1.0.62, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.62 |
| 10916 | 2026-02-27T03:27:55.749Z | Feb 27 03:27:54.404 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38 |
| 10917 | 2026-02-27T03:27:55.750Z | Feb 27 03:27:54.404 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38 |
| 10918 | 2026-02-27T03:27:55.798Z | Feb 27 03:27:54.453 INFO added artifact, length: 4131834, hash: 80a86837c993d3022d6f87b4a32f95a2cb671c0797f89515f3eb19b3558fbd0e, version: 1.0.62, kind: psc_sp, name: psc-b |
| 10919 | 2026-02-27T03:27:55.847Z | Feb 27 03:27:54.503 INFO added artifact, length: 4135235, hash: 52d9aae7376e121018c56a7beb4b1f6914f3be2c50e7e46a2e23005d0c6c2f32, version: 1.0.62, kind: psc_sp, name: psc-c |
| 10920 | 2026-02-27T03:27:55.932Z | Feb 27 03:27:54.588 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc |
| 10921 | 2026-02-27T03:27:55.932Z | Feb 27 03:27:54.588 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc |
| 10922 | 2026-02-27T03:27:56.019Z | Feb 27 03:27:54.675 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc |
| 10923 | 2026-02-27T03:27:56.019Z | Feb 27 03:27:54.675 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc |
| 10924 | 2026-02-27T03:27:56.108Z | Feb 27 03:27:54.762 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 10925 | 2026-02-27T03:27:56.108Z | Feb 27 03:27:54.762 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 10926 | 2026-02-27T03:27:56.191Z | Feb 27 03:27:54.847 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc |
| 10927 | 2026-02-27T03:27:56.191Z | Feb 27 03:27:54.847 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc |
| 10928 | 2026-02-27T03:27:56.194Z | Feb 27 03:27:54.848 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc |
| 10929 | 2026-02-27T03:27:56.194Z | Feb 27 03:27:54.849 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart |
| 10930 | 2026-02-27T03:27:56.196Z | Feb 27 03:27:54.850 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc |
| 10931 | 2026-02-27T03:27:56.277Z | Feb 27 03:27:54.933 INFO added artifact, length: 6945803, hash: 3f7ddcfa1b0feda05904bb501dfac286190496afff4aa207258e275efcbf338e, version: 1.0.62, kind: switch_sp, name: sidecar-b |
| 10932 | 2026-02-27T03:27:56.435Z | Feb 27 03:27:55.091 INFO added artifact, length: 6962586, hash: c163c1096d32463dee117c56dfc9fac72eaa793c99e0cdd1c4bf238419821ad6, version: 1.0.62, kind: switch_sp, name: sidecar-c |
| 10933 | 2026-02-27T03:27:56.592Z | Feb 27 03:27:55.248 INFO added artifact, length: 6962589, hash: 4f24734369eaef31fece1c64a2b7d6092926142d9d3d47cccc4862ddf2b3fee6, version: 1.0.62, kind: switch_sp, name: sidecar-d |
| 10934 | 2026-02-27T03:27:56.755Z | Feb 27 03:27:55.411 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar |
| 10935 | 2026-02-27T03:27:56.755Z | Feb 27 03:27:55.411 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar |
| 10936 | 2026-02-27T03:27:56.843Z | Feb 27 03:27:55.498 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar |
| 10937 | 2026-02-27T03:27:56.843Z | Feb 27 03:27:55.498 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar |
| 10938 | 2026-02-27T03:27:56.928Z | Feb 27 03:27:55.584 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 10939 | 2026-02-27T03:27:56.928Z | Feb 27 03:27:55.584 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 10940 | 2026-02-27T03:27:57.013Z | Feb 27 03:27:55.669 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar |
| 10941 | 2026-02-27T03:27:57.013Z | Feb 27 03:27:55.669 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar |
| 10942 | 2026-02-27T03:27:57.015Z | Feb 27 03:27:55.670 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar |
| 10943 | 2026-02-27T03:27:57.016Z | Feb 27 03:27:55.671 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart |
| 10944 | 2026-02-27T03:27:57.018Z | Feb 27 03:27:55.672 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar |
| 10945 | 2026-02-27T03:27:57.018Z | Feb 27 03:27:55.672 INFO added artifact, length: 924, hash: 6bc79bb4faa72f298b2bfda9bbc394cc2cc1e19548183612e98e438bb7fbc2ce, version: 19.0.0-0.ci+git0c68818c355, kind: installinator_document, name: installinator_document |
| 10946 | 2026-02-27T03:27:57.594Z | Feb 27 03:27:56.250 INFO [tuf-repo] task succeeded (117.13729187s) |
| 10947 | 2026-02-27T03:27:57.594Z | Feb 27 03:27:56.250 INFO all jobs completed in 4175.514834753s |
| 10948 | 2026-02-27T03:27:58.816Z | process exited: duration 4991626 ms, exit code 0 |
| |
| 10949 | 2026-02-27T03:27:58.834Z | found 41 output files |
| 10950 | 2026-02-27T03:27:58.834Z | uploading: /work/manifest.toml (17174 bytes) |
| 10951 | 2026-02-27T03:27:59.848Z | uploaded: /work/manifest.toml |
| 10952 | 2026-02-27T03:27:59.848Z | uploading: /work/repo.zip (2965110348 bytes) |
| 10953 | 2026-02-27T03:28:45.399Z | uploaded: /work/repo.zip |
| 10954 | 2026-02-27T03:28:45.399Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
| 10955 | 2026-02-27T03:28:46.453Z | uploaded: /work/repo.zip.sha256.txt |
| 10956 | 2026-02-27T03:28:46.459Z | uploading: /work/helios.json (647 bytes) |
| 10957 | 2026-02-27T03:28:47.467Z | uploaded: /work/helios.json |
| 10958 | 2026-02-27T03:28:47.467Z | uploading: /work/incorporation.p5m (100410 bytes) |
| 10959 | 2026-02-27T03:28:48.484Z | uploaded: /work/incorporation.p5m |
| 10960 | 2026-02-27T03:28:48.487Z | uploading: /work/incorporation.p5p (122880 bytes) |
| 10961 | 2026-02-27T03:28:49.500Z | uploaded: /work/incorporation.p5p |
| 10962 | 2026-02-27T03:28:49.503Z | uploading: /work/helios-incorp.log (526 bytes) |
| 10963 | 2026-02-27T03:28:50.511Z | uploaded: /work/helios-incorp.log |
| 10964 | 2026-02-27T03:28:50.515Z | uploading: /work/helios-setup.log (58262 bytes) |
| 10965 | 2026-02-27T03:28:51.526Z | uploaded: /work/helios-setup.log |
| 10966 | 2026-02-27T03:28:51.529Z | uploading: /work/host-image.log (234804 bytes) |
| 10967 | 2026-02-27T03:28:52.545Z | uploaded: /work/host-image.log |
| 10968 | 2026-02-27T03:28:52.548Z | uploading: /work/host-package.log (34697 bytes) |
| 10969 | 2026-02-27T03:28:53.558Z | uploaded: /work/host-package.log |
| 10970 | 2026-02-27T03:28:53.561Z | uploading: /work/host-target.log (101 bytes) |
| 10971 | 2026-02-27T03:28:54.568Z | uploaded: /work/host-target.log |
| 10972 | 2026-02-27T03:28:54.568Z | uploading: /work/incorp-create.log (0 bytes) |
| 10973 | 2026-02-27T03:28:55.615Z | uploaded: /work/incorp-create.log |
| 10974 | 2026-02-27T03:28:55.615Z | uploading: /work/incorp-fmt.log (0 bytes) |
| 10975 | 2026-02-27T03:28:56.622Z | uploaded: /work/incorp-fmt.log |
| 10976 | 2026-02-27T03:28:56.622Z | uploading: /work/incorp-pkgsend.log (108 bytes) |
| 10977 | 2026-02-27T03:28:57.635Z | uploaded: /work/incorp-pkgsend.log |
| 10978 | 2026-02-27T03:28:57.641Z | uploading: /work/incorp-publisher.log (0 bytes) |
| 10979 | 2026-02-27T03:28:58.644Z | uploaded: /work/incorp-publisher.log |
| 10980 | 2026-02-27T03:28:58.644Z | uploading: /work/omicron-package.log (6881 bytes) |
| 10981 | 2026-02-27T03:28:59.654Z | uploaded: /work/omicron-package.log |
| 10982 | 2026-02-27T03:28:59.657Z | uploading: /work/recovery-image.log (604048 bytes) |
| 10983 | 2026-02-27T03:29:00.677Z | uploaded: /work/recovery-image.log |
| 10984 | 2026-02-27T03:29:00.680Z | uploading: /work/recovery-package.log (321 bytes) |
| 10985 | 2026-02-27T03:29:01.686Z | uploaded: /work/recovery-package.log |
| 10986 | 2026-02-27T03:29:01.686Z | uploading: /work/recovery-target.log (98 bytes) |
| 10987 | 2026-02-27T03:29:02.698Z | uploaded: /work/recovery-target.log |
| 10988 | 2026-02-27T03:29:02.698Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
| 10989 | 2026-02-27T03:29:03.708Z | uploaded: /work/stamp-clickhouse.log |
| 10990 | 2026-02-27T03:29:03.709Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
| 10991 | 2026-02-27T03:29:04.718Z | uploaded: /work/stamp-clickhouse_keeper.log |
| 10992 | 2026-02-27T03:29:04.718Z | uploading: /work/stamp-clickhouse_server.log (124 bytes) |
| 10993 | 2026-02-27T03:29:05.781Z | uploaded: /work/stamp-clickhouse_server.log |
| 10994 | 2026-02-27T03:29:05.782Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
| 10995 | 2026-02-27T03:29:06.818Z | uploaded: /work/stamp-cockroachdb.log |
| 10996 | 2026-02-27T03:29:06.822Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
| 10997 | 2026-02-27T03:29:07.831Z | uploaded: /work/stamp-crucible-pantry-zone.log |
| 10998 | 2026-02-27T03:29:07.831Z | uploading: /work/stamp-crucible-utils.log (118 bytes) |
| 10999 | 2026-02-27T03:29:08.840Z | uploaded: /work/stamp-crucible-utils.log |
| 11000 | 2026-02-27T03:29:08.841Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
| 11001 | 2026-02-27T03:29:09.851Z | uploaded: /work/stamp-crucible-zone.log |
| 11002 | 2026-02-27T03:29:09.851Z | uploading: /work/stamp-external-dns.log (119 bytes) |
| 11003 | 2026-02-27T03:29:10.863Z | uploaded: /work/stamp-external-dns.log |
| 11004 | 2026-02-27T03:29:10.863Z | uploading: /work/stamp-installinator.log (103 bytes) |
| 11005 | 2026-02-27T03:29:11.871Z | uploaded: /work/stamp-installinator.log |
| 11006 | 2026-02-27T03:29:11.871Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
| 11007 | 2026-02-27T03:29:12.880Z | uploaded: /work/stamp-internal-dns.log |
| 11008 | 2026-02-27T03:29:12.880Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
| 11009 | 2026-02-27T03:29:13.890Z | uploaded: /work/stamp-mg-ddm-gz.log |
| 11010 | 2026-02-27T03:29:13.890Z | uploading: /work/stamp-nexus.log (112 bytes) |
| 11011 | 2026-02-27T03:29:14.899Z | uploaded: /work/stamp-nexus.log |
| 11012 | 2026-02-27T03:29:14.902Z | uploading: /work/stamp-ntp.log (110 bytes) |
| 11013 | 2026-02-27T03:29:15.909Z | uploaded: /work/stamp-ntp.log |
| 11014 | 2026-02-27T03:29:15.909Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
| 11015 | 2026-02-27T03:29:16.919Z | uploaded: /work/stamp-omicron-sled-agent.log |
| 11016 | 2026-02-27T03:29:16.919Z | uploading: /work/stamp-overlay.log (114 bytes) |
| 11017 | 2026-02-27T03:29:17.928Z | uploaded: /work/stamp-overlay.log |
| 11018 | 2026-02-27T03:29:17.931Z | uploading: /work/stamp-oximeter.log (115 bytes) |
| 11019 | 2026-02-27T03:29:18.938Z | uploaded: /work/stamp-oximeter.log |
| 11020 | 2026-02-27T03:29:18.941Z | uploading: /work/stamp-oxlog.log (109 bytes) |
| 11021 | 2026-02-27T03:29:19.947Z | uploaded: /work/stamp-oxlog.log |
| 11022 | 2026-02-27T03:29:19.951Z | uploading: /work/stamp-probe.log (112 bytes) |
| 11023 | 2026-02-27T03:29:20.957Z | uploaded: /work/stamp-probe.log |
| 11024 | 2026-02-27T03:29:20.960Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
| 11025 | 2026-02-27T03:29:21.967Z | uploaded: /work/stamp-propolis-server.log |
| 11026 | 2026-02-27T03:29:21.970Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
| 11027 | 2026-02-27T03:29:22.977Z | uploaded: /work/stamp-pumpkind-gz.log |
| 11028 | 2026-02-27T03:29:22.977Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
| 11029 | 2026-02-27T03:29:24.022Z | uploaded: /work/stamp-switch-asic.log |
| 11030 | 2026-02-27T03:29:24.022Z | uploading: /work/verify-libraries.log (11521 bytes) |
| 11031 | 2026-02-27T03:29:25.034Z | uploaded: /work/verify-libraries.log |