|
|
|
| 1 | 2026-02-12T05:41:08.477Z | job assigned to worker 01KH85TRBWVWQQEHFJH4RY92ST [factory aws, i-07fe4df740eaefdc9] (queued for 47 s) |
| |
| 2 | 2026-02-12T05:41:17.410Z | starting task 0: "setup" |
| 3 | 2026-02-12T05:41:17.415Z | ++ uname -s |
| 4 | 2026-02-12T05:41:17.421Z | + kern=SunOS |
| 5 | 2026-02-12T05:41:17.421Z | + build_user=build |
| 6 | 2026-02-12T05:41:17.421Z | + build_uid=12345 |
| 7 | 2026-02-12T05:41:17.422Z | + work_dir=/work |
| 8 | 2026-02-12T05:41:17.422Z | + input_dir=/input |
| 9 | 2026-02-12T05:41:17.422Z | + [[ 0 == 12345 ]] |
| 10 | 2026-02-12T05:41:17.422Z | + case "$kern" in |
| 11 | 2026-02-12T05:41:17.422Z | + groupadd -g 12345 build |
| 12 | 2026-02-12T05:41:17.425Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-02-12T05:41:19.427Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-02-12T05:41:19.551Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-02-12T05:41:19.554Z | + home_fs=zfs |
| 16 | 2026-02-12T05:41:19.554Z | + [[ zfs == autofs ]] |
| 17 | 2026-02-12T05:41:19.555Z | + mkdir -p /home/build |
| 18 | 2026-02-12T05:41:19.558Z | + chown build:build /home/build /work |
| 19 | 2026-02-12T05:41:21.558Z | + chmod 0700 /home/build /work |
| 20 | 2026-02-12T05:41:21.561Z | process exited: duration 4152 ms, exit code 0 |
| |
| 21 | 2026-02-12T05:41:21.567Z | starting task 1: "rust-toolchain" |
| 22 | 2026-02-12T05:41:21.572Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-02-12T05:41:21.572Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-02-12T05:41:21.572Z | * rust toolchain channel = "1.91.1" |
| 25 | 2026-02-12T05:41:21.572Z | * rust toolchain profile = "default" |
| 26 | 2026-02-12T05:41:21.572Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-02-12T05:41:21.572Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-02-12T05:41:21.575Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-02-12T05:41:21.575Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-02-12T05:41:21.686Z | info: downloading installer |
| 31 | 2026-02-12T05:41:23.707Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-02-12T05:41:23.707Z | warn: /opt/ooce/bin |
| 33 | 2026-02-12T05:41:23.707Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-02-12T05:41:23.707Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-02-12T05:41:23.707Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-02-12T05:41:23.707Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-02-12T05:41:23.707Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-02-12T05:41:23.707Z | error: cannot install while Rust is installed |
| 39 | 2026-02-12T05:41:23.707Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-02-12T05:41:23.733Z | info: profile set to 'default' |
| 41 | 2026-02-12T05:41:23.733Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-02-12T05:41:23.736Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-02-12T05:41:23.926Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-02-12T05:41:23.926Z | info: downloading component 'cargo' |
| 45 | 2026-02-12T05:41:24.737Z | info: downloading component 'clippy' |
| 46 | 2026-02-12T05:41:25.131Z | info: downloading component 'rust-docs' |
| 47 | 2026-02-12T05:41:26.832Z | info: downloading component 'rust-std' |
| 48 | 2026-02-12T05:41:29.072Z | info: downloading component 'rustc' |
| 49 | 2026-02-12T05:41:36.385Z | info: downloading component 'rustfmt' |
| 50 | 2026-02-12T05:41:36.669Z | info: installing component 'cargo' |
| 51 | 2026-02-12T05:41:37.566Z | info: installing component 'clippy' |
| 52 | 2026-02-12T05:41:37.960Z | info: installing component 'rust-docs' |
| 53 | 2026-02-12T05:41:39.876Z | info: installing component 'rust-std' |
| 54 | 2026-02-12T05:41:41.649Z | info: installing component 'rustc' |
| 55 | 2026-02-12T05:41:48.303Z | info: installing component 'rustfmt' |
| 56 | 2026-02-12T05:41:48.645Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-02-12T05:41:48.646Z | |
| 58 | 2026-02-12T05:41:49.128Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-02-12T05:41:49.128Z | |
| 60 | 2026-02-12T05:41:49.131Z | |
| 61 | 2026-02-12T05:41:49.131Z | Rust is installed now. Great! |
| 62 | 2026-02-12T05:41:49.131Z | |
| 63 | 2026-02-12T05:41:49.132Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-02-12T05:41:49.132Z | environment variable. This has not been done automatically. |
| 65 | 2026-02-12T05:41:49.132Z | |
| 66 | 2026-02-12T05:41:49.132Z | To configure your current shell, you need to source |
| 67 | 2026-02-12T05:41:49.132Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-02-12T05:41:49.132Z | |
| 69 | 2026-02-12T05:41:49.132Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-02-12T05:41:49.132Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-02-12T05:41:49.132Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-02-12T05:41:49.132Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-02-12T05:41:49.253Z | + rustup --version |
| 74 | 2026-02-12T05:41:49.264Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-02-12T05:41:49.267Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-02-12T05:41:49.351Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-02-12T05:41:49.354Z | + cargo --version |
| 78 | 2026-02-12T05:41:49.428Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-02-12T05:41:49.431Z | + rustc --version |
| 80 | 2026-02-12T05:41:49.504Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-02-12T05:41:49.508Z | process exited: duration 27937 ms, exit code 0 |
| |
| 82 | 2026-02-12T05:41:49.514Z | starting task 2: "authentication" |
| 83 | 2026-02-12T05:41:49.536Z | process exited: duration 21 ms, exit code 0 |
| |
| 84 | 2026-02-12T05:41:49.545Z | starting task 3: "clone repository" |
| 85 | 2026-02-12T05:41:49.548Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-02-12T05:41:49.552Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-02-12T05:41:49.609Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-02-12T05:42:57.614Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-02-12T05:42:57.614Z | + git fetch origin 1c3e4bac8a9f7476d51c1259388b52d7079a6443 |
| 90 | 2026-02-12T05:42:58.346Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-02-12T05:42:58.346Z | * branch 1c3e4bac8a9f7476d51c1259388b52d7079a6443 -> FETCH_HEAD |
| 92 | 2026-02-12T05:42:58.358Z | + [[ -n bump-console-5304c4b7 ]] |
| 93 | 2026-02-12T05:42:58.361Z | ++ git branch --show-current |
| 94 | 2026-02-12T05:42:58.364Z | + current=main |
| 95 | 2026-02-12T05:42:58.364Z | + [[ main != bump-console-5304c4b7 ]] |
| 96 | 2026-02-12T05:42:58.364Z | + git branch -f bump-console-5304c4b7 1c3e4bac8a9f7476d51c1259388b52d7079a6443 |
| 97 | 2026-02-12T05:42:58.367Z | + git checkout -f bump-console-5304c4b7 |
| 98 | 2026-02-12T05:42:58.728Z | Switched to branch 'bump-console-5304c4b7' |
| 99 | 2026-02-12T05:42:58.731Z | + git reset --hard 1c3e4bac8a9f7476d51c1259388b52d7079a6443 |
| 100 | 2026-02-12T05:42:58.747Z | HEAD is now at 1c3e4bac8 Bump web console (can't snapshot read-only disks) |
| 101 | 2026-02-12T05:42:58.750Z | process exited: duration 69199 ms, exit code 0 |
| |
| 102 | 2026-02-12T05:42:58.757Z | starting task 4: "build" |
| 103 | 2026-02-12T05:42:58.762Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-02-12T05:42:58.762Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-02-12T05:42:58.765Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-02-12T05:42:58.765Z | + cargo --version |
| 107 | 2026-02-12T05:42:58.823Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-02-12T05:42:58.826Z | + rustc --version |
| 109 | 2026-02-12T05:42:58.899Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-02-12T05:42:58.902Z | + cargo tree --locked |
| 111 | 2026-02-12T05:42:59.190Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 112 | 2026-02-12T05:42:59.876Z | Updating crates.io index |
| 113 | 2026-02-12T05:42:59.879Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 114 | 2026-02-12T05:43:00.538Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 115 | 2026-02-12T05:43:01.434Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 116 | 2026-02-12T05:43:03.923Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 117 | 2026-02-12T05:43:04.397Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 118 | 2026-02-12T05:43:05.292Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 119 | 2026-02-12T05:43:09.726Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 120 | 2026-02-12T05:43:15.361Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 121 | 2026-02-12T05:43:18.325Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 122 | 2026-02-12T05:43:19.141Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 123 | 2026-02-12T05:43:22.803Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 124 | 2026-02-12T05:43:24.179Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 125 | 2026-02-12T05:43:24.808Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 126 | 2026-02-12T05:43:26.073Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 127 | 2026-02-12T05:43:26.783Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 128 | 2026-02-12T05:43:28.622Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 129 | 2026-02-12T05:43:29.796Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 130 | 2026-02-12T05:43:30.430Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 131 | 2026-02-12T05:43:31.025Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 132 | 2026-02-12T05:43:31.795Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 133 | 2026-02-12T05:43:32.342Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 134 | 2026-02-12T05:43:32.900Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 135 | 2026-02-12T05:43:33.566Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 136 | 2026-02-12T05:43:34.413Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 137 | 2026-02-12T05:43:35.272Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 138 | 2026-02-12T05:43:36.409Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 139 | 2026-02-12T05:43:37.081Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 140 | 2026-02-12T05:43:38.037Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 141 | 2026-02-12T05:43:38.598Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 142 | 2026-02-12T05:43:40.073Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 143 | 2026-02-12T05:43:40.918Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 144 | 2026-02-12T05:43:41.514Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 145 | 2026-02-12T05:43:42.425Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 146 | 2026-02-12T05:43:43.037Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 147 | 2026-02-12T05:43:43.937Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 148 | 2026-02-12T05:43:44.424Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 149 | 2026-02-12T05:43:45.162Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 150 | 2026-02-12T05:43:45.730Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 151 | 2026-02-12T05:43:46.509Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 152 | 2026-02-12T05:44:23.359Z | Downloading crates ... |
| 153 | 2026-02-12T05:44:23.456Z | Downloaded addr2line v0.24.2 |
| 154 | 2026-02-12T05:44:23.482Z | Downloaded async-process v2.3.0 |
| 155 | 2026-02-12T05:44:23.487Z | Downloaded bitfield-struct v0.6.2 |
| 156 | 2026-02-12T05:44:23.492Z | Downloaded autocfg v1.4.0 |
| 157 | 2026-02-12T05:44:23.497Z | Downloaded bzip2 v0.4.4 |
| 158 | 2026-02-12T05:44:23.502Z | Downloaded darling_macro v0.20.10 |
| 159 | 2026-02-12T05:44:23.506Z | Downloaded colorchoice v1.0.2 |
| 160 | 2026-02-12T05:44:23.511Z | Downloaded derive_builder_macro v0.20.2 |
| 161 | 2026-02-12T05:44:23.515Z | Downloaded cargo-platform v0.2.0 |
| 162 | 2026-02-12T05:44:23.520Z | Downloaded dirs-sys-next v0.1.2 |
| 163 | 2026-02-12T05:44:23.524Z | Downloaded defmt v0.3.8 |
| 164 | 2026-02-12T05:44:23.530Z | Downloaded cexpr v0.6.0 |
| 165 | 2026-02-12T05:44:23.535Z | Downloaded cookie_store v0.21.1 |
| 166 | 2026-02-12T05:44:23.541Z | Downloaded defmt-parser v0.3.4 |
| 167 | 2026-02-12T05:44:23.545Z | Downloaded bit-set v0.8.0 |
| 168 | 2026-02-12T05:44:23.551Z | Downloaded datatest-stable v0.3.2 |
| 169 | 2026-02-12T05:44:23.557Z | Downloaded dtrace-parser v0.3.0 |
| 170 | 2026-02-12T05:44:23.562Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 171 | 2026-02-12T05:44:23.566Z | Downloaded atty v0.2.14 |
| 172 | 2026-02-12T05:44:23.571Z | Downloaded debug-ignore v1.0.5 |
| 173 | 2026-02-12T05:44:23.575Z | Downloaded clap_derive v4.5.47 |
| 174 | 2026-02-12T05:44:23.581Z | Downloaded camino-tempfile-ext v0.3.2 |
| 175 | 2026-02-12T05:44:23.586Z | Downloaded difflib v0.4.0 |
| 176 | 2026-02-12T05:44:23.590Z | Downloaded dof v0.3.0 |
| 177 | 2026-02-12T05:44:23.594Z | Downloaded async-recursion v1.1.1 |
| 178 | 2026-02-12T05:44:23.600Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 179 | 2026-02-12T05:44:23.605Z | Downloaded document-features v0.2.11 |
| 180 | 2026-02-12T05:44:23.609Z | Downloaded dof v0.4.0 |
| 181 | 2026-02-12T05:44:23.613Z | Downloaded dyn-clone v1.0.20 |
| 182 | 2026-02-12T05:44:23.618Z | Downloaded dsl_auto_type v0.1.2 |
| 183 | 2026-02-12T05:44:23.623Z | Downloaded derive_builder_core v0.20.2 |
| 184 | 2026-02-12T05:44:23.627Z | Downloaded chumsky v0.9.3 |
| 185 | 2026-02-12T05:44:23.633Z | Downloaded errno v0.3.12 |
| 186 | 2026-02-12T05:44:23.637Z | Downloaded embedded-io v0.4.0 |
| 187 | 2026-02-12T05:44:23.642Z | Downloaded fastrand v2.1.1 |
| 188 | 2026-02-12T05:44:23.646Z | Downloaded flagset v0.4.6 |
| 189 | 2026-02-12T05:44:23.651Z | Downloaded foreign-types-shared v0.3.1 |
| 190 | 2026-02-12T05:44:23.654Z | Downloaded foreign-types-macros v0.2.3 |
| 191 | 2026-02-12T05:44:23.658Z | Downloaded displaydoc v0.2.5 |
| 192 | 2026-02-12T05:44:23.664Z | Downloaded anstyle-parse v0.2.5 |
| 193 | 2026-02-12T05:44:23.668Z | Downloaded derive-ex v0.1.8 |
| 194 | 2026-02-12T05:44:23.674Z | Downloaded drift v0.1.3 |
| 195 | 2026-02-12T05:44:23.680Z | Downloaded funty v2.0.0 |
| 196 | 2026-02-12T05:44:23.685Z | Downloaded erased-serde v0.4.6 |
| 197 | 2026-02-12T05:44:23.689Z | Downloaded futures-sink v0.3.31 |
| 198 | 2026-02-12T05:44:23.693Z | Downloaded fxhash v0.2.1 |
| 199 | 2026-02-12T05:44:23.696Z | Downloaded gethostname v0.5.0 |
| 200 | 2026-02-12T05:44:23.700Z | Downloaded globwalk v0.9.1 |
| 201 | 2026-02-12T05:44:23.705Z | Downloaded event-listener-strategy v0.5.2 |
| 202 | 2026-02-12T05:44:23.708Z | Downloaded fd-lock v4.0.2 |
| 203 | 2026-02-12T05:44:23.713Z | Downloaded filetime v0.2.26 |
| 204 | 2026-02-12T05:44:23.719Z | Downloaded hash32 v0.3.1 |
| 205 | 2026-02-12T05:44:23.722Z | Downloaded hex v0.4.3 |
| 206 | 2026-02-12T05:44:23.726Z | Downloaded darling v0.21.0 |
| 207 | 2026-02-12T05:44:23.733Z | Downloaded fs-err v2.11.0 |
| 208 | 2026-02-12T05:44:23.737Z | Downloaded heck v0.3.3 |
| 209 | 2026-02-12T05:44:23.742Z | Downloaded heck v0.4.1 |
| 210 | 2026-02-12T05:44:23.745Z | Downloaded headers-core v0.3.0 |
| 211 | 2026-02-12T05:44:23.748Z | Downloaded globset v0.4.15 |
| 212 | 2026-02-12T05:44:23.751Z | Downloaded httpdate v1.0.3 |
| 213 | 2026-02-12T05:44:23.755Z | Downloaded hubpack_derive v0.1.1 |
| 214 | 2026-02-12T05:44:23.758Z | Downloaded hubpack v0.1.2 |
| 215 | 2026-02-12T05:44:23.762Z | Downloaded icu_provider_macros v1.5.0 |
| 216 | 2026-02-12T05:44:23.766Z | Downloaded idna_adapter v1.2.0 |
| 217 | 2026-02-12T05:44:23.769Z | Downloaded ident_case v1.0.1 |
| 218 | 2026-02-12T05:44:23.772Z | Downloaded dropshot_endpoint v0.16.7 |
| 219 | 2026-02-12T05:44:23.778Z | Downloaded event-listener v5.3.1 |
| 220 | 2026-02-12T05:44:23.782Z | Downloaded crossbeam-utils v0.8.21 |
| 221 | 2026-02-12T05:44:23.787Z | Downloaded hex-literal v0.4.1 |
| 222 | 2026-02-12T05:44:23.791Z | Downloaded instant v0.1.13 |
| 223 | 2026-02-12T05:44:23.794Z | Downloaded internet-checksum v0.2.1 |
| 224 | 2026-02-12T05:44:23.800Z | Downloaded indent_write v2.2.0 |
| 225 | 2026-02-12T05:44:23.803Z | Downloaded indoc v1.0.9 |
| 226 | 2026-02-12T05:44:23.806Z | Downloaded getrandom v0.2.15 |
| 227 | 2026-02-12T05:44:23.811Z | Downloaded humantime v2.2.0 |
| 228 | 2026-02-12T05:44:23.816Z | Downloaded keccak v0.1.5 |
| 229 | 2026-02-12T05:44:23.820Z | Downloaded lazycell v1.3.0 |
| 230 | 2026-02-12T05:44:23.823Z | Downloaded libsw-core v0.3.1 |
| 231 | 2026-02-12T05:44:23.827Z | Downloaded http-body-util v0.1.3 |
| 232 | 2026-02-12T05:44:23.830Z | Downloaded icu_locid_transform v1.5.0 |
| 233 | 2026-02-12T05:44:23.834Z | Downloaded allocator-api2 v0.2.21 |
| 234 | 2026-02-12T05:44:23.839Z | Downloaded linked-hash-map v0.5.6 |
| 235 | 2026-02-12T05:44:23.842Z | Downloaded hyper-staticfile v0.10.1 |
| 236 | 2026-02-12T05:44:23.846Z | Downloaded lru v0.12.5 |
| 237 | 2026-02-12T05:44:23.850Z | Downloaded base64 v0.21.7 |
| 238 | 2026-02-12T05:44:23.855Z | Downloaded elliptic-curve v0.13.8 |
| 239 | 2026-02-12T05:44:23.861Z | Downloaded maybe-uninit v2.0.0 |
| 240 | 2026-02-12T05:44:23.864Z | Downloaded darling_core v0.21.0 |
| 241 | 2026-02-12T05:44:23.872Z | Downloaded memmap v0.7.0 |
| 242 | 2026-02-12T05:44:23.875Z | Downloaded indoc v2.0.6 |
| 243 | 2026-02-12T05:44:23.879Z | Downloaded futures v0.3.31 |
| 244 | 2026-02-12T05:44:23.885Z | Downloaded new_debug_unreachable v1.0.6 |
| 245 | 2026-02-12T05:44:23.888Z | Downloaded newline-converter v0.3.0 |
| 246 | 2026-02-12T05:44:23.892Z | Downloaded iana-time-zone v0.1.63 |
| 247 | 2026-02-12T05:44:23.896Z | Downloaded newtype-uuid-macros v0.1.0 |
| 248 | 2026-02-12T05:44:23.901Z | Downloaded half v1.8.3 |
| 249 | 2026-02-12T05:44:23.904Z | Downloaded libscf-sys v1.1.0 |
| 250 | 2026-02-12T05:44:23.907Z | Downloaded libloading v0.8.5 |
| 251 | 2026-02-12T05:44:23.911Z | Downloaded litemap v0.7.3 |
| 252 | 2026-02-12T05:44:23.915Z | Downloaded nodrop v0.1.14 |
| 253 | 2026-02-12T05:44:23.918Z | Downloaded num v0.4.3 |
| 254 | 2026-02-12T05:44:23.921Z | Downloaded num_enum_derive v0.5.11 |
| 255 | 2026-02-12T05:44:23.924Z | Downloaded num_threads v0.1.7 |
| 256 | 2026-02-12T05:44:23.928Z | Downloaded diesel_derives v2.2.3 |
| 257 | 2026-02-12T05:44:23.932Z | Downloaded number_prefix v0.4.0 |
| 258 | 2026-02-12T05:44:23.935Z | Downloaded openssl-macros v0.1.1 |
| 259 | 2026-02-12T05:44:23.938Z | Downloaded aho-corasick v1.1.3 |
| 260 | 2026-02-12T05:44:23.945Z | Downloaded ordered-float v2.10.1 |
| 261 | 2026-02-12T05:44:23.948Z | Downloaded crypto-bigint v0.5.5 |
| 262 | 2026-02-12T05:44:23.955Z | Downloaded opaque-debug v0.3.1 |
| 263 | 2026-02-12T05:44:23.959Z | Downloaded openssl-probe v0.1.5 |
| 264 | 2026-02-12T05:44:23.962Z | Downloaded oso-derive v0.27.3 |
| 265 | 2026-02-12T05:44:23.965Z | Downloaded packed_struct_codegen v0.10.1 |
| 266 | 2026-02-12T05:44:23.969Z | Downloaded icu_provider v1.5.0 |
| 267 | 2026-02-12T05:44:23.972Z | Downloaded icu_normalizer_data v1.5.0 |
| 268 | 2026-02-12T05:44:23.975Z | Downloaded ignore v0.4.23 |
| 269 | 2026-02-12T05:44:23.981Z | Downloaded litrs v0.4.1 |
| 270 | 2026-02-12T05:44:23.985Z | Downloaded parse-size v1.1.0 |
| 271 | 2026-02-12T05:44:23.988Z | Downloaded nu-ansi-term v0.50.1 |
| 272 | 2026-02-12T05:44:23.992Z | Downloaded num-complex v0.4.6 |
| 273 | 2026-02-12T05:44:23.995Z | Downloaded ed25519-dalek v2.1.1 |
| 274 | 2026-02-12T05:44:23.998Z | Downloaded parse-display v0.10.0 |
| 275 | 2026-02-12T05:44:24.003Z | Downloaded parking v2.2.1 |
| 276 | 2026-02-12T05:44:24.006Z | Downloaded pbkdf2 v0.12.2 |
| 277 | 2026-02-12T05:44:24.009Z | Downloaded pbkdf2 v0.11.0 |
| 278 | 2026-02-12T05:44:24.012Z | Downloaded pathdiff v0.2.3 |
| 279 | 2026-02-12T05:44:24.015Z | Downloaded indexmap v1.9.3 |
| 280 | 2026-02-12T05:44:24.018Z | Downloaded peg-runtime v0.8.5 |
| 281 | 2026-02-12T05:44:24.022Z | Downloaded path-slash v0.1.5 |
| 282 | 2026-02-12T05:44:24.025Z | Downloaded memmap2 v0.9.8 |
| 283 | 2026-02-12T05:44:24.028Z | Downloaded num_enum v0.5.11 |
| 284 | 2026-02-12T05:44:24.032Z | Downloaded phf_shared v0.11.2 |
| 285 | 2026-02-12T05:44:24.035Z | Downloaded piper v0.2.4 |
| 286 | 2026-02-12T05:44:24.039Z | Downloaded phf_shared v0.12.1 |
| 287 | 2026-02-12T05:44:24.042Z | Downloaded plotters-svg v0.3.7 |
| 288 | 2026-02-12T05:44:24.045Z | Downloaded plotters-backend v0.3.7 |
| 289 | 2026-02-12T05:44:24.048Z | Downloaded precomputed-hash v0.1.1 |
| 290 | 2026-02-12T05:44:24.051Z | Downloaded owo-colors v3.5.0 |
| 291 | 2026-02-12T05:44:24.054Z | Downloaded icu_normalizer v1.5.0 |
| 292 | 2026-02-12T05:44:24.066Z | Downloaded predicates-tree v1.0.12 |
| 293 | 2026-02-12T05:44:24.071Z | Downloaded proc-macro-crate v1.3.1 |
| 294 | 2026-02-12T05:44:24.077Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 295 | 2026-02-12T05:44:24.081Z | Downloaded progenitor-client v0.8.0 |
| 296 | 2026-02-12T05:44:24.085Z | Downloaded progenitor v0.8.0 |
| 297 | 2026-02-12T05:44:24.089Z | Downloaded phf v0.11.2 |
| 298 | 2026-02-12T05:44:24.092Z | Downloaded pest_generator v2.8.2 |
| 299 | 2026-02-12T05:44:24.096Z | Downloaded phf v0.12.1 |
| 300 | 2026-02-12T05:44:24.099Z | Downloaded icu_collections v1.5.0 |
| 301 | 2026-02-12T05:44:24.107Z | Downloaded psl-types v2.0.11 |
| 302 | 2026-02-12T05:44:24.109Z | Downloaded pin-project-lite v0.2.14 |
| 303 | 2026-02-12T05:44:24.116Z | Downloaded quick-error v1.2.3 |
| 304 | 2026-02-12T05:44:24.121Z | Downloaded radium v0.7.0 |
| 305 | 2026-02-12T05:44:24.124Z | Downloaded rand_chacha v0.3.1 |
| 306 | 2026-02-12T05:44:24.127Z | Downloaded poly1305 v0.8.0 |
| 307 | 2026-02-12T05:44:24.130Z | Downloaded predicates-core v1.0.8 |
| 308 | 2026-02-12T05:44:24.133Z | Downloaded postgres-protocol v0.6.8 |
| 309 | 2026-02-12T05:44:24.136Z | Downloaded pkcs8 v0.10.2 |
| 310 | 2026-02-12T05:44:24.139Z | Downloaded parking_lot_core v0.9.10 |
| 311 | 2026-02-12T05:44:24.144Z | Downloaded proc-macro-error2 v2.0.1 |
| 312 | 2026-02-12T05:44:24.148Z | Downloaded password-hash v0.5.0 |
| 313 | 2026-02-12T05:44:24.152Z | Downloaded rand_xorshift v0.4.0 |
| 314 | 2026-02-12T05:44:24.155Z | Downloaded progenitor-client v0.11.2 |
| 315 | 2026-02-12T05:44:24.158Z | Downloaded progenitor v0.11.2 |
| 316 | 2026-02-12T05:44:24.162Z | Downloaded progenitor v0.10.0 |
| 317 | 2026-02-12T05:44:24.166Z | Downloaded proc-macro-error v1.0.4 |
| 318 | 2026-02-12T05:44:24.169Z | Downloaded ref-cast-impl v1.0.25 |
| 319 | 2026-02-12T05:44:24.172Z | Downloaded ref-cast v1.0.25 |
| 320 | 2026-02-12T05:44:24.175Z | Downloaded pest_meta v2.8.2 |
| 321 | 2026-02-12T05:44:24.178Z | Downloaded jiff-static v0.2.15 |
| 322 | 2026-02-12T05:44:24.181Z | Downloaded p256 v0.13.2 |
| 323 | 2026-02-12T05:44:24.185Z | Downloaded r2d2 v0.8.10 |
| 324 | 2026-02-12T05:44:24.189Z | Downloaded quote v1.0.40 |
| 325 | 2026-02-12T05:44:24.192Z | Downloaded postgres-types v0.2.9 |
| 326 | 2026-02-12T05:44:24.196Z | Downloaded quinn-udp v0.5.5 |
| 327 | 2026-02-12T05:44:24.199Z | Downloaded rtoolbox v0.0.2 |
| 328 | 2026-02-12T05:44:24.202Z | Downloaded rustc_version v0.1.7 |
| 329 | 2026-02-12T05:44:24.205Z | Downloaded rustc-hash v2.1.1 |
| 330 | 2026-02-12T05:44:24.208Z | Downloaded rand_core v0.6.4 |
| 331 | 2026-02-12T05:44:24.211Z | Downloaded rand_core v0.9.3 |
| 332 | 2026-02-12T05:44:24.214Z | Downloaded papergrid v0.17.0 |
| 333 | 2026-02-12T05:44:24.219Z | Downloaded sapling-renderdag v0.1.0 |
| 334 | 2026-02-12T05:44:24.222Z | Downloaded same-file v1.0.6 |
| 335 | 2026-02-12T05:44:24.225Z | Downloaded openssl-sys v0.9.109 |
| 336 | 2026-02-12T05:44:24.232Z | Downloaded oso v0.27.3 |
| 337 | 2026-02-12T05:44:24.236Z | Downloaded scheduled-thread-pool v0.2.7 |
| 338 | 2026-02-12T05:44:24.239Z | Downloaded progenitor-impl v0.8.0 |
| 339 | 2026-02-12T05:44:24.242Z | Downloaded relative-path v1.9.3 |
| 340 | 2026-02-12T05:44:24.245Z | Downloaded pest_derive v2.8.2 |
| 341 | 2026-02-12T05:44:24.249Z | Downloaded secrecy v0.8.0 |
| 342 | 2026-02-12T05:44:24.255Z | Downloaded scroll_derive v0.12.0 |
| 343 | 2026-02-12T05:44:24.255Z | Downloaded scrypt v0.11.0 |
| 344 | 2026-02-12T05:44:24.260Z | Downloaded scroll_derive v0.13.1 |
| 345 | 2026-02-12T05:44:24.260Z | Downloaded semver v0.1.20 |
| 346 | 2026-02-12T05:44:24.263Z | Downloaded serde-big-array v0.5.1 |
| 347 | 2026-02-12T05:44:24.266Z | Downloaded secrecy v0.10.3 |
| 348 | 2026-02-12T05:44:24.269Z | Downloaded hyper-util v0.1.19 |
| 349 | 2026-02-12T05:44:24.274Z | Downloaded papergrid v0.14.0 |
| 350 | 2026-02-12T05:44:24.280Z | Downloaded seq-macro v0.3.6 |
| 351 | 2026-02-12T05:44:24.284Z | Downloaded rustls-pemfile v1.0.4 |
| 352 | 2026-02-12T05:44:24.287Z | Downloaded prefix-trie v0.7.0 |
| 353 | 2026-02-12T05:44:24.292Z | Downloaded memchr v2.7.4 |
| 354 | 2026-02-12T05:44:24.298Z | Downloaded serde_plain v1.0.2 |
| 355 | 2026-02-12T05:44:24.300Z | Downloaded serde_spanned v1.0.4 |
| 356 | 2026-02-12T05:44:24.303Z | Downloaded scroll v0.13.0 |
| 357 | 2026-02-12T05:44:24.306Z | Downloaded rustversion v1.0.22 |
| 358 | 2026-02-12T05:44:24.310Z | Downloaded rustls-pemfile v2.2.0 |
| 359 | 2026-02-12T05:44:24.314Z | Downloaded serde_repr v0.1.19 |
| 360 | 2026-02-12T05:44:24.317Z | Downloaded serde_spanned v0.6.9 |
| 361 | 2026-02-12T05:44:24.319Z | Downloaded hashbrown v0.14.5 |
| 362 | 2026-02-12T05:44:24.326Z | Downloaded sigpipe v0.1.3 |
| 363 | 2026-02-12T05:44:24.329Z | Downloaded signal-hook-tokio v0.3.1 |
| 364 | 2026-02-12T05:44:24.332Z | Downloaded sha1 v0.10.6 |
| 365 | 2026-02-12T05:44:24.332Z | Downloaded async-std v1.13.0 |
| 366 | 2026-02-12T05:44:24.351Z | Downloaded siphasher v0.3.11 |
| 367 | 2026-02-12T05:44:24.354Z | Downloaded similar-asserts v1.7.0 |
| 368 | 2026-02-12T05:44:24.358Z | Downloaded simd-adler32 v0.3.7 |
| 369 | 2026-02-12T05:44:24.361Z | Downloaded siphasher v1.0.1 |
| 370 | 2026-02-12T05:44:24.365Z | Downloaded serde_derive_internals v0.29.1 |
| 371 | 2026-02-12T05:44:24.365Z | Downloaded russh-keys v0.45.0 |
| 372 | 2026-02-12T05:44:24.369Z | Downloaded prettyplease v0.2.36 |
| 373 | 2026-02-12T05:44:24.373Z | Downloaded serde-untagged v0.1.7 |
| 374 | 2026-02-12T05:44:24.376Z | Downloaded rustls-native-certs v0.8.1 |
| 375 | 2026-02-12T05:44:24.379Z | Downloaded pretty_assertions v1.4.1 |
| 376 | 2026-02-12T05:44:24.382Z | Downloaded libm v0.2.8 |
| 377 | 2026-02-12T05:44:24.389Z | Downloaded ssh-cipher v0.2.0 |
| 378 | 2026-02-12T05:44:24.392Z | Downloaded criterion v0.7.0 |
| 379 | 2026-02-12T05:44:24.400Z | Downloaded ron v0.7.1 |
| 380 | 2026-02-12T05:44:24.405Z | Downloaded signal-hook-registry v1.4.2 |
| 381 | 2026-02-12T05:44:24.408Z | Downloaded sqlparser_derive v0.2.2 |
| 382 | 2026-02-12T05:44:24.411Z | Downloaded ssh-encoding v0.2.0 |
| 383 | 2026-02-12T05:44:24.414Z | Downloaded ron v0.8.1 |
| 384 | 2026-02-12T05:44:24.418Z | Downloaded stable_deref_trait v1.2.0 |
| 385 | 2026-02-12T05:44:24.422Z | Downloaded strum v0.26.3 |
| 386 | 2026-02-12T05:44:24.425Z | Downloaded quinn v0.11.5 |
| 387 | 2026-02-12T05:44:24.428Z | Downloaded idna v1.0.3 |
| 388 | 2026-02-12T05:44:24.433Z | Downloaded strum v0.27.2 |
| 389 | 2026-02-12T05:44:24.433Z | Downloaded slab v0.4.9 |
| 390 | 2026-02-12T05:44:24.437Z | Downloaded swrite v0.1.0 |
| 391 | 2026-02-12T05:44:24.440Z | Downloaded itertools v0.13.0 |
| 392 | 2026-02-12T05:44:24.446Z | Downloaded slog-stdlog v4.1.1 |
| 393 | 2026-02-12T05:44:24.449Z | Downloaded slog-async v2.8.0 |
| 394 | 2026-02-12T05:44:24.449Z | Downloaded slog-bunyan v2.5.0 |
| 395 | 2026-02-12T05:44:24.454Z | Downloaded supports-color v2.1.0 |
| 396 | 2026-02-12T05:44:24.457Z | Downloaded snafu-derive v0.8.5 |
| 397 | 2026-02-12T05:44:24.457Z | Downloaded slog-term v2.9.2 |
| 398 | 2026-02-12T05:44:24.460Z | Downloaded take_mut v0.2.2 |
| 399 | 2026-02-12T05:44:24.460Z | Downloaded tagptr v0.2.0 |
| 400 | 2026-02-12T05:44:24.465Z | Downloaded sqlformat v0.3.5 |
| 401 | 2026-02-12T05:44:24.465Z | Downloaded supports-hyperlinks v2.1.0 |
| 402 | 2026-02-12T05:44:24.468Z | Downloaded supports-color v3.0.2 |
| 403 | 2026-02-12T05:44:24.471Z | Downloaded tabwriter v1.4.0 |
| 404 | 2026-02-12T05:44:24.472Z | Downloaded sha2 v0.10.9 |
| 405 | 2026-02-12T05:44:24.475Z | Downloaded tap v1.0.1 |
| 406 | 2026-02-12T05:44:24.478Z | Downloaded rcgen v0.12.1 |
| 407 | 2026-02-12T05:44:24.481Z | Downloaded target-triple v0.1.3 |
| 408 | 2026-02-12T05:44:24.484Z | Downloaded rayon-core v1.12.1 |
| 409 | 2026-02-12T05:44:24.489Z | Downloaded rand v0.8.5 |
| 410 | 2026-02-12T05:44:24.493Z | Downloaded terminal_size v0.4.0 |
| 411 | 2026-02-12T05:44:24.496Z | Downloaded strip-ansi-escapes v0.2.0 |
| 412 | 2026-02-12T05:44:24.496Z | Downloaded qorb v0.4.1 |
| 413 | 2026-02-12T05:44:24.500Z | Downloaded strum_macros v0.26.4 |
| 414 | 2026-02-12T05:44:24.503Z | Downloaded terminal_size v0.1.17 |
| 415 | 2026-02-12T05:44:24.506Z | Downloaded string_cache v0.8.9 |
| 416 | 2026-02-12T05:44:24.511Z | Downloaded testing_table v0.3.0 |
| 417 | 2026-02-12T05:44:24.511Z | Downloaded structmeta-derive v0.3.0 |
| 418 | 2026-02-12T05:44:24.514Z | Downloaded serde_derive v1.0.228 |
| 419 | 2026-02-12T05:44:24.517Z | Downloaded strum_macros v0.24.3 |
| 420 | 2026-02-12T05:44:24.517Z | Downloaded stringmetrics v2.2.2 |
| 421 | 2026-02-12T05:44:24.522Z | Downloaded termtree v0.5.1 |
| 422 | 2026-02-12T05:44:24.522Z | Downloaded serde_core v1.0.228 |
| 423 | 2026-02-12T05:44:24.525Z | Downloaded time-core v0.1.6 |
| 424 | 2026-02-12T05:44:24.528Z | Downloaded rustls-pki-types v1.10.0 |
| 425 | 2026-02-12T05:44:24.531Z | Downloaded synstructure v0.13.1 |
| 426 | 2026-02-12T05:44:24.534Z | Downloaded support-bundle-viewer v0.1.2 |
| 427 | 2026-02-12T05:44:24.537Z | Downloaded thread_local v1.1.8 |
| 428 | 2026-02-12T05:44:24.537Z | Downloaded spki v0.7.3 |
| 429 | 2026-02-12T05:44:24.540Z | Downloaded bindgen v0.69.5 |
| 430 | 2026-02-12T05:44:24.546Z | Downloaded thread-id v5.0.0 |
| 431 | 2026-02-12T05:44:24.550Z | Downloaded serde_yaml v0.9.34+deprecated |
| 432 | 2026-02-12T05:44:24.553Z | Downloaded tinyvec_macros v0.1.1 |
| 433 | 2026-02-12T05:44:24.556Z | Downloaded schemars v0.9.0 |
| 434 | 2026-02-12T05:44:24.567Z | Downloaded toml_datetime v0.6.11 |
| 435 | 2026-02-12T05:44:24.570Z | Downloaded target-lexicon v0.13.2 |
| 436 | 2026-02-12T05:44:24.573Z | Downloaded similar v2.7.0 |
| 437 | 2026-02-12T05:44:24.576Z | Downloaded thiserror v1.0.69 |
| 438 | 2026-02-12T05:44:24.581Z | Downloaded topological-sort v0.2.2 |
| 439 | 2026-02-12T05:44:24.584Z | Downloaded termcolor v1.4.1 |
| 440 | 2026-02-12T05:44:24.588Z | Downloaded typeid v1.0.3 |
| 441 | 2026-02-12T05:44:24.588Z | Downloaded tower-layer v0.3.3 |
| 442 | 2026-02-12T05:44:24.591Z | Downloaded try-lock v0.2.5 |
| 443 | 2026-02-12T05:44:24.591Z | Downloaded thiserror v2.0.18 |
| 444 | 2026-02-12T05:44:24.596Z | Downloaded tiny-keccak v2.0.2 |
| 445 | 2026-02-12T05:44:24.599Z | Downloaded tower-service v0.3.3 |
| 446 | 2026-02-12T05:44:24.602Z | Downloaded tinytemplate v1.2.1 |
| 447 | 2026-02-12T05:44:24.602Z | Downloaded thread-id v4.2.2 |
| 448 | 2026-02-12T05:44:24.605Z | Downloaded typify-macro v0.4.3 |
| 449 | 2026-02-12T05:44:24.605Z | Downloaded schemars v1.0.4 |
| 450 | 2026-02-12T05:44:24.620Z | Downloaded tinystr v0.7.6 |
| 451 | 2026-02-12T05:44:24.623Z | Downloaded typify-macro v0.2.0 |
| 452 | 2026-02-12T05:44:24.626Z | Downloaded unicode-linebreak v0.1.5 |
| 453 | 2026-02-12T05:44:24.626Z | Downloaded unarray v0.1.4 |
| 454 | 2026-02-12T05:44:24.629Z | Downloaded term v0.7.0 |
| 455 | 2026-02-12T05:44:24.632Z | Downloaded tokio-rustls v0.25.0 |
| 456 | 2026-02-12T05:44:24.632Z | Downloaded tokio-native-tls v0.3.1 |
| 457 | 2026-02-12T05:44:24.636Z | Downloaded rand v0.9.2 |
| 458 | 2026-02-12T05:44:24.639Z | Downloaded untrusted v0.7.1 |
| 459 | 2026-02-12T05:44:24.642Z | Downloaded untrusted v0.9.0 |
| 460 | 2026-02-12T05:44:24.642Z | Downloaded tokio-tungstenite v0.21.0 |
| 461 | 2026-02-12T05:44:24.662Z | Downloaded rstest_macros v0.25.0 |
| 462 | 2026-02-12T05:44:24.663Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 463 | 2026-02-12T05:44:24.663Z | Downloaded unit-prefix v0.5.1 |
| 464 | 2026-02-12T05:44:24.663Z | Downloaded usdt v0.6.0 |
| 465 | 2026-02-12T05:44:24.663Z | Downloaded bitvec v1.0.1 |
| 466 | 2026-02-12T05:44:24.667Z | Downloaded utf-8 v0.7.6 |
| 467 | 2026-02-12T05:44:24.671Z | Downloaded usdt-macro v0.6.0 |
| 468 | 2026-02-12T05:44:24.671Z | Downloaded usdt-macro v0.5.0 |
| 469 | 2026-02-12T05:44:24.671Z | Downloaded usdt-attr-macro v0.6.0 |
| 470 | 2026-02-12T05:44:24.674Z | Downloaded usdt-attr-macro v0.5.0 |
| 471 | 2026-02-12T05:44:24.674Z | Downloaded universal-hash v0.5.1 |
| 472 | 2026-02-12T05:44:24.674Z | Downloaded tui-tree-widget v0.23.1 |
| 473 | 2026-02-12T05:44:24.677Z | Downloaded typify v0.2.0 |
| 474 | 2026-02-12T05:44:24.680Z | Downloaded tracing-attributes v0.1.27 |
| 475 | 2026-02-12T05:44:24.683Z | Downloaded socket2 v0.5.10 |
| 476 | 2026-02-12T05:44:24.683Z | Downloaded utf8_iter v1.0.4 |
| 477 | 2026-02-12T05:44:24.687Z | Downloaded utf16_iter v1.0.5 |
| 478 | 2026-02-12T05:44:24.687Z | Downloaded tar v0.4.44 |
| 479 | 2026-02-12T05:44:24.690Z | Downloaded thiserror-impl v2.0.18 |
| 480 | 2026-02-12T05:44:24.694Z | Downloaded utf8parse v0.2.2 |
| 481 | 2026-02-12T05:44:24.694Z | Downloaded tempfile v3.24.0 |
| 482 | 2026-02-12T05:44:24.697Z | Downloaded snafu v0.8.5 |
| 483 | 2026-02-12T05:44:24.700Z | Downloaded void v1.0.2 |
| 484 | 2026-02-12T05:44:24.700Z | Downloaded tokio-rustls v0.26.0 |
| 485 | 2026-02-12T05:44:24.704Z | Downloaded tokio-rustls v0.24.1 |
| 486 | 2026-02-12T05:44:24.706Z | Downloaded waitgroup v0.1.2 |
| 487 | 2026-02-12T05:44:24.707Z | Downloaded version_check v0.9.5 |
| 488 | 2026-02-12T05:44:24.709Z | Downloaded want v0.3.1 |
| 489 | 2026-02-12T05:44:24.710Z | Downloaded tls_codec v0.4.1 |
| 490 | 2026-02-12T05:44:24.713Z | Downloaded toml v0.8.23 |
| 491 | 2026-02-12T05:44:24.716Z | Downloaded tokio-stream v0.1.17 |
| 492 | 2026-02-12T05:44:24.719Z | Downloaded textwrap v0.16.2 |
| 493 | 2026-02-12T05:44:24.722Z | Downloaded wait-timeout v0.2.0 |
| 494 | 2026-02-12T05:44:24.725Z | Downloaded write16 v1.0.0 |
| 495 | 2026-02-12T05:44:24.725Z | Downloaded usdt-impl v0.5.0 |
| 496 | 2026-02-12T05:44:24.725Z | Downloaded usdt-impl v0.6.0 |
| 497 | 2026-02-12T05:44:24.728Z | Downloaded twox-hash v2.1.0 |
| 498 | 2026-02-12T05:44:24.731Z | Downloaded rustyline v14.0.0 |
| 499 | 2026-02-12T05:44:24.734Z | Downloaded xattr v1.3.1 |
| 500 | 2026-02-12T05:44:24.737Z | Downloaded typenum v1.17.0 |
| 501 | 2026-02-12T05:44:24.737Z | Downloaded trybuild v1.0.106 |
| 502 | 2026-02-12T05:44:24.742Z | Downloaded xshell-macros v0.2.7 |
| 503 | 2026-02-12T05:44:24.746Z | Downloaded russh v0.45.0 |
| 504 | 2026-02-12T05:44:24.749Z | Downloaded yoke-derive v0.7.4 |
| 505 | 2026-02-12T05:44:24.752Z | Downloaded unicase v2.8.1 |
| 506 | 2026-02-12T05:44:24.752Z | Downloaded zerofrom v0.1.4 |
| 507 | 2026-02-12T05:44:24.755Z | Downloaded plotters v0.3.7 |
| 508 | 2026-02-12T05:44:24.761Z | Downloaded unicode-properties v0.1.3 |
| 509 | 2026-02-12T05:44:24.764Z | Downloaded zone_cfg_derive v0.1.2 |
| 510 | 2026-02-12T05:44:24.764Z | Downloaded uzers v0.12.1 |
| 511 | 2026-02-12T05:44:24.768Z | Downloaded ucd-trie v0.1.7 |
| 512 | 2026-02-12T05:44:24.771Z | Downloaded zone v0.1.8 |
| 513 | 2026-02-12T05:44:24.771Z | Downloaded zerofrom-derive v0.1.4 |
| 514 | 2026-02-12T05:44:24.771Z | Downloaded toml v0.7.8 |
| 515 | 2026-02-12T05:44:24.774Z | Downloaded zone_cfg_derive v0.3.0 |
| 516 | 2026-02-12T05:44:24.777Z | Downloaded zeroize_derive v1.4.2 |
| 517 | 2026-02-12T05:44:24.777Z | Downloaded vergen-lib v0.1.6 |
| 518 | 2026-02-12T05:44:24.777Z | Downloaded vergen-gitcl v1.0.8 |
| 519 | 2026-02-12T05:44:24.780Z | Downloaded vte_generate_state_changes v0.1.2 |
| 520 | 2026-02-12T05:44:24.780Z | Downloaded vergen-git2 v1.0.7 |
| 521 | 2026-02-12T05:44:24.784Z | Downloaded usdt v0.5.0 |
| 522 | 2026-02-12T05:44:24.784Z | Downloaded zone v0.3.1 |
| 523 | 2026-02-12T05:44:24.784Z | Downloaded vsss-rs v3.3.4 |
| 524 | 2026-02-12T05:44:24.787Z | Downloaded whoami v1.5.2 |
| 525 | 2026-02-12T05:44:24.790Z | Downloaded wyz v0.5.1 |
| 526 | 2026-02-12T05:44:24.794Z | Downloaded git2 v0.20.2 |
| 527 | 2026-02-12T05:44:24.799Z | Downloaded xz2 v0.1.7 |
| 528 | 2026-02-12T05:44:24.802Z | Downloaded which v4.4.2 |
| 529 | 2026-02-12T05:44:24.805Z | Downloaded reedline v0.40.0 |
| 530 | 2026-02-12T05:44:24.809Z | Downloaded zerovec-derive v0.10.3 |
| 531 | 2026-02-12T05:44:24.812Z | Downloaded steno v0.4.1 |
| 532 | 2026-02-12T05:44:24.815Z | Downloaded tinyvec v1.8.0 |
| 533 | 2026-02-12T05:44:24.818Z | Downloaded yoke v0.7.4 |
| 534 | 2026-02-12T05:44:24.821Z | Downloaded rpassword v7.4.0 |
| 535 | 2026-02-12T05:44:24.824Z | Downloaded p384 v0.13.1 |
| 536 | 2026-02-12T05:44:24.828Z | Downloaded zstd v0.13.3 |
| 537 | 2026-02-12T05:44:24.832Z | Downloaded value-bag v1.12.0 |
| 538 | 2026-02-12T05:44:24.835Z | Downloaded xshell v0.2.7 |
| 539 | 2026-02-12T05:44:24.835Z | Downloaded unicode-ident v1.0.19 |
| 540 | 2026-02-12T05:44:24.838Z | Downloaded toml_edit v0.22.27 |
| 541 | 2026-02-12T05:44:24.841Z | Downloaded vte v0.11.1 |
| 542 | 2026-02-12T05:44:24.844Z | Downloaded tracing-core v0.1.32 |
| 543 | 2026-02-12T05:44:24.846Z | Downloaded zeroize v1.8.1 |
| 544 | 2026-02-12T05:44:24.850Z | Downloaded vergen v9.0.6 |
| 545 | 2026-02-12T05:44:24.850Z | Downloaded icu_properties_data v1.5.0 |
| 546 | 2026-02-12T05:44:24.859Z | Downloaded zmij v1.0.15 |
| 547 | 2026-02-12T05:44:24.862Z | Downloaded zerocopy v0.6.6 |
| 548 | 2026-02-12T05:44:24.865Z | Downloaded walkdir v2.5.0 |
| 549 | 2026-02-12T05:44:24.865Z | Downloaded unicode-bidi v0.3.17 |
| 550 | 2026-02-12T05:44:24.868Z | Downloaded ssh-key v0.6.6 |
| 551 | 2026-02-12T05:44:24.874Z | Downloaded goblin v0.10.2 |
| 552 | 2026-02-12T05:44:24.880Z | Downloaded tracing v0.1.40 |
| 553 | 2026-02-12T05:44:24.884Z | Downloaded yasna v0.5.2 |
| 554 | 2026-02-12T05:44:24.888Z | Downloaded typify v0.4.3 |
| 555 | 2026-02-12T05:44:24.891Z | Downloaded zerocopy-derive v0.7.35 |
| 556 | 2026-02-12T05:44:24.894Z | Downloaded reqwest v0.12.24 |
| 557 | 2026-02-12T05:44:24.900Z | Downloaded zstd-safe v7.2.3 |
| 558 | 2026-02-12T05:44:24.903Z | Downloaded tungstenite v0.23.0 |
| 559 | 2026-02-12T05:44:24.906Z | Downloaded tungstenite v0.21.0 |
| 560 | 2026-02-12T05:44:24.909Z | Downloaded writeable v0.5.5 |
| 561 | 2026-02-12T05:44:24.909Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 562 | 2026-02-12T05:44:24.913Z | Downloaded portable-atomic v1.11.0 |
| 563 | 2026-02-12T05:44:24.919Z | Downloaded unsafe-libyaml v0.2.11 |
| 564 | 2026-02-12T05:44:24.923Z | Downloaded lalrpop v0.19.12 |
| 565 | 2026-02-12T05:44:24.933Z | Downloaded zopfli v0.8.1 |
| 566 | 2026-02-12T05:44:24.936Z | Downloaded unicode_categories v0.1.1 |
| 567 | 2026-02-12T05:44:24.939Z | Downloaded serde_json v1.0.149 |
| 568 | 2026-02-12T05:44:24.943Z | Downloaded moka v0.12.10 |
| 569 | 2026-02-12T05:44:24.952Z | Downloaded uuid v1.19.0 |
| 570 | 2026-02-12T05:44:24.955Z | Downloaded textwrap v0.15.2 |
| 571 | 2026-02-12T05:44:24.958Z | Downloaded quinn-proto v0.11.8 |
| 572 | 2026-02-12T05:44:24.963Z | Downloaded tokio-postgres v0.7.13 |
| 573 | 2026-02-12T05:44:24.967Z | Downloaded tokio-tungstenite v0.23.1 |
| 574 | 2026-02-12T05:44:24.970Z | Downloaded url v2.5.4 |
| 575 | 2026-02-12T05:44:24.973Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 576 | 2026-02-12T05:44:24.976Z | Downloaded test-strategy v0.4.3 |
| 577 | 2026-02-12T05:44:24.979Z | Downloaded yansi v1.0.1 |
| 578 | 2026-02-12T05:44:24.982Z | Downloaded typed-path v0.9.3 |
| 579 | 2026-02-12T05:44:24.986Z | Downloaded tower v0.5.2 |
| 580 | 2026-02-12T05:44:24.995Z | Downloaded unicode-segmentation v1.12.0 |
| 581 | 2026-02-12T05:44:24.998Z | Downloaded zip v0.6.6 |
| 582 | 2026-02-12T05:44:25.001Z | Downloaded salty v0.3.0 |
| 583 | 2026-02-12T05:44:25.009Z | Downloaded gimli v0.31.1 |
| 584 | 2026-02-12T05:44:25.015Z | Downloaded toml_edit v0.19.15 |
| 585 | 2026-02-12T05:44:25.030Z | Downloaded zerocopy-derive v0.8.27 |
| 586 | 2026-02-12T05:44:25.036Z | Downloaded curve25519-dalek v4.1.3 |
| 587 | 2026-02-12T05:44:25.043Z | Downloaded tokio-util v0.7.15 |
| 588 | 2026-02-12T05:44:25.049Z | Downloaded x509-cert v0.2.5 |
| 589 | 2026-02-12T05:44:25.055Z | Downloaded bstr v1.10.0 |
| 590 | 2026-02-12T05:44:25.064Z | Downloaded tower-http v0.6.6 |
| 591 | 2026-02-12T05:44:25.071Z | Downloaded zip v4.2.0 |
| 592 | 2026-02-12T05:44:25.075Z | Downloaded dropshot v0.16.7 |
| 593 | 2026-02-12T05:44:25.095Z | Downloaded radix_trie v0.2.1 |
| 594 | 2026-02-12T05:44:25.099Z | Downloaded nix v0.27.1 |
| 595 | 2026-02-12T05:44:25.107Z | Downloaded unicode-normalization v0.1.24 |
| 596 | 2026-02-12T05:44:25.111Z | Downloaded serde_with v3.16.1 |
| 597 | 2026-02-12T05:44:25.122Z | Downloaded rustls-webpki v0.102.8 |
| 598 | 2026-02-12T05:44:25.139Z | Downloaded zerovec v0.10.4 |
| 599 | 2026-02-12T05:44:25.144Z | Downloaded winnow v0.5.40 |
| 600 | 2026-02-12T05:44:25.151Z | Downloaded openssl v0.10.73 |
| 601 | 2026-02-12T05:44:25.159Z | Downloaded polar-core v0.27.3 |
| 602 | 2026-02-12T05:44:25.167Z | Downloaded nix v0.29.0 |
| 603 | 2026-02-12T05:44:25.179Z | Downloaded tabled v0.15.0 |
| 604 | 2026-02-12T05:44:25.192Z | Downloaded zerocopy v0.7.35 |
| 605 | 2026-02-12T05:44:25.207Z | Downloaded zlib-rs v0.5.1 |
| 606 | 2026-02-12T05:44:25.211Z | Downloaded diesel v2.2.12 |
| 607 | 2026-02-12T05:44:25.227Z | Downloaded tabled v0.18.0 |
| 608 | 2026-02-12T05:44:25.242Z | Downloaded syn v1.0.109 |
| 609 | 2026-02-12T05:44:25.251Z | Downloaded hickory-proto v0.25.2 |
| 610 | 2026-02-12T05:44:25.264Z | Downloaded unicode-width v0.1.14 |
| 611 | 2026-02-12T05:44:25.268Z | Downloaded regex-syntax v0.8.5 |
| 612 | 2026-02-12T05:44:25.275Z | Downloaded unicode-width v0.2.0 |
| 613 | 2026-02-12T05:44:25.280Z | Downloaded openapiv3 v2.2.0 |
| 614 | 2026-02-12T05:44:25.289Z | Downloaded object v0.36.5 |
| 615 | 2026-02-12T05:44:25.299Z | Downloaded rustls v0.23.19 |
| 616 | 2026-02-12T05:44:25.308Z | Downloaded vcpkg v0.2.15 |
| 617 | 2026-02-12T05:44:25.344Z | Downloaded webpki-roots v1.0.1 |
| 618 | 2026-02-12T05:44:25.347Z | Downloaded rustix v1.1.3 |
| 619 | 2026-02-12T05:44:25.366Z | Downloaded zerocopy v0.8.27 |
| 620 | 2026-02-12T05:44:25.385Z | Downloaded syn v2.0.114 |
| 621 | 2026-02-12T05:44:25.395Z | Downloaded smoltcp v0.11.0 |
| 622 | 2026-02-12T05:44:25.405Z | Downloaded rustix v0.38.37 |
| 623 | 2026-02-12T05:44:25.425Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 624 | 2026-02-12T05:44:25.435Z | Downloaded regress v0.10.4 |
| 625 | 2026-02-12T05:44:25.442Z | Downloaded sled v0.34.7 |
| 626 | 2026-02-12T05:44:25.451Z | Downloaded rustls v0.22.4 |
| 627 | 2026-02-12T05:44:25.462Z | Downloaded hickory-proto v0.24.4 |
| 628 | 2026-02-12T05:44:25.475Z | Downloaded winnow v0.7.14 |
| 629 | 2026-02-12T05:44:25.484Z | Downloaded tabled v0.20.0 |
| 630 | 2026-02-12T05:44:25.501Z | Downloaded rustls v0.21.12 |
| 631 | 2026-02-12T05:44:25.511Z | Downloaded regex-automata v0.4.11 |
| 632 | 2026-02-12T05:44:25.525Z | Downloaded winnow v0.6.26 |
| 633 | 2026-02-12T05:44:25.533Z | Downloaded typify-impl v0.2.0 |
| 634 | 2026-02-12T05:44:25.545Z | Downloaded typify-impl v0.4.3 |
| 635 | 2026-02-12T05:44:25.558Z | Downloaded ratatui v0.29.0 |
| 636 | 2026-02-12T05:44:25.575Z | Downloaded lzma-sys v0.1.20 |
| 637 | 2026-02-12T05:44:25.601Z | Downloaded jiff v0.2.15 |
| 638 | 2026-02-12T05:44:25.616Z | Downloaded chrono-tz v0.10.4 |
| 639 | 2026-02-12T05:44:25.631Z | Downloaded zerocopy-derive v0.6.6 |
| 640 | 2026-02-12T05:44:25.640Z | Downloaded smoltcp v0.9.1 |
| 641 | 2026-02-12T05:44:25.649Z | Downloaded regex-syntax v0.6.29 |
| 642 | 2026-02-12T05:44:25.655Z | Downloaded petgraph v0.6.5 |
| 643 | 2026-02-12T05:44:25.672Z | Downloaded nix v0.30.1 |
| 644 | 2026-02-12T05:44:25.682Z | Downloaded petgraph v0.8.2 |
| 645 | 2026-02-12T05:44:25.700Z | Downloaded libz-sys v1.1.20 |
| 646 | 2026-02-12T05:44:25.719Z | Downloaded libc v0.2.180 |
| 647 | 2026-02-12T05:44:25.748Z | Downloaded nix v0.28.0 |
| 648 | 2026-02-12T05:44:25.757Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 649 | 2026-02-12T05:44:25.772Z | Downloaded csv v1.3.1 |
| 650 | 2026-02-12T05:44:25.790Z | Downloaded tokio v1.49.0 |
| 651 | 2026-02-12T05:44:25.825Z | Downloaded tough v0.20.0 |
| 652 | 2026-02-12T05:44:25.833Z | Downloaded proptest v1.7.0 |
| 653 | 2026-02-12T05:44:25.845Z | Downloaded sha3 v0.10.8 |
| 654 | 2026-02-12T05:44:25.849Z | Downloaded time v0.3.43 |
| 655 | 2026-02-12T05:44:25.852Z | Downloaded sqlparser v0.45.0 |
| 656 | 2026-02-12T05:44:25.858Z | Downloaded rustls-webpki v0.101.7 |
| 657 | 2026-02-12T05:44:25.871Z | Downloaded petname v2.0.2 |
| 658 | 2026-02-12T05:44:25.876Z | Downloaded rayon v1.10.0 |
| 659 | 2026-02-12T05:44:25.884Z | Downloaded regex v1.11.3 |
| 660 | 2026-02-12T05:44:25.890Z | Downloaded quick-xml v0.37.2 |
| 661 | 2026-02-12T05:44:25.895Z | Downloaded object v0.30.4 |
| 662 | 2026-02-12T05:44:25.903Z | Downloaded pest v2.8.2 |
| 663 | 2026-02-12T05:44:25.908Z | Downloaded unicode-xid v0.2.6 |
| 664 | 2026-02-12T05:44:25.911Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 665 | 2026-02-12T05:44:25.914Z | Downloaded bindgen v0.71.1 |
| 666 | 2026-02-12T05:44:25.918Z | Downloaded term v1.1.0 |
| 667 | 2026-02-12T05:44:25.921Z | Downloaded subprocess v0.2.9 |
| 668 | 2026-02-12T05:44:25.924Z | Downloaded serde v1.0.228 |
| 669 | 2026-02-12T05:44:25.927Z | Downloaded unicode-truncate v1.1.0 |
| 670 | 2026-02-12T05:44:25.930Z | Downloaded encoding_rs v0.8.34 |
| 671 | 2026-02-12T05:44:25.948Z | Downloaded tokio-dtrace v0.1.0 |
| 672 | 2026-02-12T05:44:25.951Z | Downloaded tokio-macros v2.6.0 |
| 673 | 2026-02-12T05:44:25.951Z | Downloaded tls_codec_derive v0.4.1 |
| 674 | 2026-02-12T05:44:25.955Z | Downloaded target-spec v3.5.0 |
| 675 | 2026-02-12T05:44:25.955Z | Downloaded signal-hook v0.3.18 |
| 676 | 2026-02-12T05:44:25.958Z | Downloaded p521 v0.13.3 |
| 677 | 2026-02-12T05:44:25.961Z | Downloaded trait-variant v0.1.2 |
| 678 | 2026-02-12T05:44:25.961Z | Downloaded samael v0.0.19 |
| 679 | 2026-02-12T05:44:25.965Z | Downloaded thiserror-no-std v2.0.2 |
| 680 | 2026-02-12T05:44:25.969Z | Downloaded socket2 v0.6.1 |
| 681 | 2026-02-12T05:44:25.972Z | Downloaded time-macros v0.2.24 |
| 682 | 2026-02-12T05:44:25.976Z | Downloaded httpmock v0.8.0-alpha.1 |
| 683 | 2026-02-12T05:44:25.991Z | Downloaded thiserror-impl v1.0.69 |
| 684 | 2026-02-12T05:44:25.994Z | Downloaded rsa v0.9.8 |
| 685 | 2026-02-12T05:44:25.997Z | Downloaded termios v0.3.3 |
| 686 | 2026-02-12T05:44:26.000Z | Downloaded goblin v0.8.2 |
| 687 | 2026-02-12T05:44:26.003Z | Downloaded toml_write v0.1.2 |
| 688 | 2026-02-12T05:44:26.006Z | Downloaded chrono v0.4.43 |
| 689 | 2026-02-12T05:44:26.010Z | Downloaded slog v2.8.2 |
| 690 | 2026-02-12T05:44:26.013Z | Downloaded itertools v0.14.0 |
| 691 | 2026-02-12T05:44:26.019Z | Downloaded hkdf v0.12.4 |
| 692 | 2026-02-12T05:44:26.023Z | Downloaded num-bigint-dig v0.8.6 |
| 693 | 2026-02-12T05:44:26.026Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 694 | 2026-02-12T05:44:26.029Z | Downloaded ring v0.17.14 |
| 695 | 2026-02-12T05:44:26.065Z | Downloaded strum_macros v0.27.2 |
| 696 | 2026-02-12T05:44:26.068Z | Downloaded spin v0.9.8 |
| 697 | 2026-02-12T05:44:26.071Z | Downloaded smallvec v1.15.1 |
| 698 | 2026-02-12T05:44:26.071Z | Downloaded stringprep v0.1.5 |
| 699 | 2026-02-12T05:44:26.074Z | Downloaded static_assertions v1.1.0 |
| 700 | 2026-02-12T05:44:26.074Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 701 | 2026-02-12T05:44:26.121Z | Downloaded hyper v1.8.1 |
| 702 | 2026-02-12T05:44:26.127Z | Downloaded publicsuffix v2.3.0 |
| 703 | 2026-02-12T05:44:26.130Z | Downloaded tabled_derive v0.11.0 |
| 704 | 2026-02-12T05:44:26.130Z | Downloaded serde_with_macros v3.16.1 |
| 705 | 2026-02-12T05:44:26.133Z | Downloaded tabled_derive v0.10.0 |
| 706 | 2026-02-12T05:44:26.133Z | Downloaded tabled_derive v0.7.0 |
| 707 | 2026-02-12T05:44:26.133Z | Downloaded sync_wrapper v1.0.1 |
| 708 | 2026-02-12T05:44:26.136Z | Downloaded sync-ptr v0.1.4 |
| 709 | 2026-02-12T05:44:26.136Z | Downloaded supports-unicode v2.1.0 |
| 710 | 2026-02-12T05:44:26.136Z | Downloaded schemars v0.8.22 |
| 711 | 2026-02-12T05:44:26.146Z | Downloaded itertools v0.12.1 |
| 712 | 2026-02-12T05:44:26.152Z | Downloaded smf v0.2.3 |
| 713 | 2026-02-12T05:44:26.155Z | Downloaded slog-json v2.6.1 |
| 714 | 2026-02-12T05:44:26.155Z | Downloaded smallvec v0.6.14 |
| 715 | 2026-02-12T05:44:26.159Z | Downloaded rand_distr v0.5.1 |
| 716 | 2026-02-12T05:44:26.162Z | Downloaded h2 v0.4.6 |
| 717 | 2026-02-12T05:44:26.165Z | Downloaded smawk v0.3.2 |
| 718 | 2026-02-12T05:44:26.168Z | Downloaded slog-scope v4.4.0 |
| 719 | 2026-02-12T05:44:26.168Z | Downloaded serde_cbor v0.11.2 |
| 720 | 2026-02-12T05:44:26.172Z | Downloaded hashbrown v0.16.1 |
| 721 | 2026-02-12T05:44:26.175Z | Downloaded subtle v2.6.1 |
| 722 | 2026-02-12T05:44:26.178Z | Downloaded structmeta v0.3.0 |
| 723 | 2026-02-12T05:44:26.178Z | Downloaded strsim v0.11.1 |
| 724 | 2026-02-12T05:44:26.178Z | Downloaded slog-envlogger v2.2.0 |
| 725 | 2026-02-12T05:44:26.181Z | Downloaded slog-dtrace v0.3.0 |
| 726 | 2026-02-12T05:44:26.181Z | Downloaded iri-string v0.7.8 |
| 727 | 2026-02-12T05:44:26.185Z | Downloaded nom v7.1.3 |
| 728 | 2026-02-12T05:44:26.190Z | Downloaded iddqd v0.3.16 |
| 729 | 2026-02-12T05:44:26.197Z | Downloaded rstest v0.25.0 |
| 730 | 2026-02-12T05:44:26.202Z | Downloaded shlex v1.3.0 |
| 731 | 2026-02-12T05:44:26.206Z | Downloaded http v1.4.0 |
| 732 | 2026-02-12T05:44:26.208Z | Downloaded aws-lc-rs v1.12.4 |
| 733 | 2026-02-12T05:44:26.215Z | Downloaded libxml v0.3.3 |
| 734 | 2026-02-12T05:44:26.220Z | Downloaded serde_tokenstream v0.2.2 |
| 735 | 2026-02-12T05:44:26.223Z | Downloaded serde_path_to_error v0.1.20 |
| 736 | 2026-02-12T05:44:26.223Z | Downloaded ryu v1.0.18 |
| 737 | 2026-02-12T05:44:26.226Z | Downloaded rusty-fork v0.3.0 |
| 738 | 2026-02-12T05:44:26.229Z | Downloaded hashbrown v0.15.4 |
| 739 | 2026-02-12T05:44:26.232Z | Downloaded futures-util v0.3.31 |
| 740 | 2026-02-12T05:44:26.241Z | Downloaded signature v2.2.0 |
| 741 | 2026-02-12T05:44:26.244Z | Downloaded signal-hook-mio v0.2.4 |
| 742 | 2026-02-12T05:44:26.244Z | Downloaded shell-words v1.1.0 |
| 743 | 2026-02-12T05:44:26.244Z | Downloaded serde-hex v0.1.0 |
| 744 | 2026-02-12T05:44:26.247Z | Downloaded semver v1.0.27 |
| 745 | 2026-02-12T05:44:26.247Z | Downloaded scroll v0.12.0 |
| 746 | 2026-02-12T05:44:26.251Z | Downloaded num-bigint v0.4.6 |
| 747 | 2026-02-12T05:44:26.254Z | Downloaded sec1 v0.7.3 |
| 748 | 2026-02-12T05:44:26.257Z | Downloaded sct v0.7.1 |
| 749 | 2026-02-12T05:44:26.260Z | Downloaded serde_urlencoded v0.7.1 |
| 750 | 2026-02-12T05:44:26.260Z | Downloaded progenitor-impl v0.11.2 |
| 751 | 2026-02-12T05:44:26.263Z | Downloaded blake3 v1.5.4 |
| 752 | 2026-02-12T05:44:26.269Z | Downloaded guppy v0.17.20 |
| 753 | 2026-02-12T05:44:26.273Z | Downloaded progenitor-impl v0.10.0 |
| 754 | 2026-02-12T05:44:26.276Z | Downloaded rand_seeder v0.4.0 |
| 755 | 2026-02-12T05:44:26.279Z | Downloaded mio v1.0.2 |
| 756 | 2026-02-12T05:44:26.282Z | Downloaded schemars_derive v0.8.22 |
| 757 | 2026-02-12T05:44:26.285Z | Downloaded itertools v0.10.5 |
| 758 | 2026-02-12T05:44:26.289Z | Downloaded serde_regex v1.1.0 |
| 759 | 2026-02-12T05:44:26.292Z | Downloaded serde_bytes v0.11.19 |
| 760 | 2026-02-12T05:44:26.292Z | Downloaded serde-value v0.7.0 |
| 761 | 2026-02-12T05:44:26.297Z | Downloaded rustc-demangle v0.1.24 |
| 762 | 2026-02-12T05:44:26.297Z | Downloaded proc-macro2 v1.0.101 |
| 763 | 2026-02-12T05:44:26.300Z | Downloaded rustc_version v0.4.1 |
| 764 | 2026-02-12T05:44:26.300Z | Downloaded rust-argon2 v2.1.0 |
| 765 | 2026-02-12T05:44:26.300Z | Downloaded polling v3.7.3 |
| 766 | 2026-02-12T05:44:26.303Z | Downloaded pkcs5 v0.7.1 |
| 767 | 2026-02-12T05:44:26.306Z | Downloaded pin-project v1.1.6 |
| 768 | 2026-02-12T05:44:26.315Z | Downloaded scopeguard v1.2.0 |
| 769 | 2026-02-12T05:44:26.319Z | Downloaded resolv-conf v0.7.0 |
| 770 | 2026-02-12T05:44:26.319Z | Downloaded hickory-server v0.25.2 |
| 771 | 2026-02-12T05:44:26.322Z | Downloaded salsa20 v0.10.2 |
| 772 | 2026-02-12T05:44:26.325Z | Downloaded miette v5.10.0 |
| 773 | 2026-02-12T05:44:26.328Z | Downloaded crossterm v0.28.1 |
| 774 | 2026-02-12T05:44:26.332Z | Downloaded minimal-lexical v0.2.1 |
| 775 | 2026-02-12T05:44:26.335Z | Downloaded indexmap v2.13.0 |
| 776 | 2026-02-12T05:44:26.339Z | Downloaded rustc-hash v1.1.0 |
| 777 | 2026-02-12T05:44:26.342Z | Downloaded russh-cryptovec v0.7.3 |
| 778 | 2026-02-12T05:44:26.342Z | Downloaded rfc6979 v0.4.0 |
| 779 | 2026-02-12T05:44:26.342Z | Downloaded rand_chacha v0.9.0 |
| 780 | 2026-02-12T05:44:26.346Z | Downloaded postcard v1.0.10 |
| 781 | 2026-02-12T05:44:26.346Z | Downloaded papergrid v0.11.0 |
| 782 | 2026-02-12T05:44:26.348Z | Downloaded ppv-lite86 v0.2.20 |
| 783 | 2026-02-12T05:44:26.351Z | Downloaded pkcs1 v0.7.5 |
| 784 | 2026-02-12T05:44:26.354Z | Downloaded parking_lot v0.12.3 |
| 785 | 2026-02-12T05:44:26.355Z | Downloaded primeorder v0.13.6 |
| 786 | 2026-02-12T05:44:26.358Z | Downloaded peg v0.8.5 |
| 787 | 2026-02-12T05:44:26.361Z | Downloaded predicates v3.1.3 |
| 788 | 2026-02-12T05:44:26.363Z | Downloaded hickory-resolver v0.24.4 |
| 789 | 2026-02-12T05:44:26.368Z | Downloaded parking_lot v0.11.2 |
| 790 | 2026-02-12T05:44:26.368Z | Downloaded once_cell v1.21.3 |
| 791 | 2026-02-12T05:44:26.370Z | Downloaded num-traits v0.2.19 |
| 792 | 2026-02-12T05:44:26.373Z | Downloaded crossterm v0.29.0 |
| 793 | 2026-02-12T05:44:26.377Z | Downloaded polyval v0.6.2 |
| 794 | 2026-02-12T05:44:26.380Z | Downloaded pkg-config v0.3.31 |
| 795 | 2026-02-12T05:44:26.380Z | Downloaded pin-project-internal v1.1.6 |
| 796 | 2026-02-12T05:44:26.384Z | Downloaded knuffel v3.2.0 |
| 797 | 2026-02-12T05:44:26.388Z | Downloaded progenitor-macro v0.11.2 |
| 798 | 2026-02-12T05:44:26.388Z | Downloaded progenitor-macro v0.10.0 |
| 799 | 2026-02-12T05:44:26.388Z | Downloaded progenitor-macro v0.8.0 |
| 800 | 2026-02-12T05:44:26.388Z | Downloaded progenitor-client v0.10.0 |
| 801 | 2026-02-12T05:44:26.388Z | Downloaded owo-colors v4.2.2 |
| 802 | 2026-02-12T05:44:26.391Z | Downloaded hashbrown v0.13.2 |
| 803 | 2026-02-12T05:44:26.394Z | Downloaded hashbrown v0.12.3 |
| 804 | 2026-02-12T05:44:26.397Z | Downloaded miniz_oxide v0.8.5 |
| 805 | 2026-02-12T05:44:26.400Z | Downloaded aes v0.8.4 |
| 806 | 2026-02-12T05:44:26.403Z | Downloaded peg-macros v0.8.5 |
| 807 | 2026-02-12T05:44:26.406Z | Downloaded pem-rfc7468 v0.7.0 |
| 808 | 2026-02-12T05:44:26.406Z | Downloaded pem v3.0.5 |
| 809 | 2026-02-12T05:44:26.409Z | Downloaded path-tree v0.8.1 |
| 810 | 2026-02-12T05:44:26.409Z | Downloaded paste v1.0.15 |
| 811 | 2026-02-12T05:44:26.412Z | Downloaded parse-display-derive v0.10.0 |
| 812 | 2026-02-12T05:44:26.412Z | Downloaded omicron-zone-package v0.12.2 |
| 813 | 2026-02-12T05:44:26.415Z | Downloaded proc-macro-error-attr v1.0.4 |
| 814 | 2026-02-12T05:44:26.415Z | Downloaded proc-macro-crate v3.2.0 |
| 815 | 2026-02-12T05:44:26.418Z | Downloaded indicatif v0.18.0 |
| 816 | 2026-02-12T05:44:26.421Z | Downloaded hickory-resolver v0.25.2 |
| 817 | 2026-02-12T05:44:26.424Z | Downloaded pretty-hex v0.4.1 |
| 818 | 2026-02-12T05:44:26.424Z | Downloaded pretty-hex v0.2.1 |
| 819 | 2026-02-12T05:44:26.428Z | Downloaded powerfmt v0.2.0 |
| 820 | 2026-02-12T05:44:26.428Z | Downloaded password-hash v0.4.2 |
| 821 | 2026-02-12T05:44:26.428Z | Downloaded partial-io v0.5.4 |
| 822 | 2026-02-12T05:44:26.431Z | Downloaded indicatif v0.17.11 |
| 823 | 2026-02-12T05:44:26.435Z | Downloaded parking_lot_core v0.8.6 |
| 824 | 2026-02-12T05:44:26.438Z | Downloaded log v0.4.29 |
| 825 | 2026-02-12T05:44:26.438Z | Downloaded plain v0.2.3 |
| 826 | 2026-02-12T05:44:26.438Z | Downloaded heapless v0.8.0 |
| 827 | 2026-02-12T05:44:26.441Z | Downloaded heapless v0.7.17 |
| 828 | 2026-02-12T05:44:26.444Z | Downloaded clap_builder v4.5.48 |
| 829 | 2026-02-12T05:44:26.451Z | Downloaded pin-utils v0.1.0 |
| 830 | 2026-02-12T05:44:26.451Z | Downloaded packed_struct v0.10.1 |
| 831 | 2026-02-12T05:44:26.455Z | Downloaded oxnet v0.1.4 |
| 832 | 2026-02-12T05:44:26.455Z | Downloaded oxide-tokio-rt v0.1.2 |
| 833 | 2026-02-12T05:44:26.458Z | Downloaded percent-encoding v2.3.2 |
| 834 | 2026-02-12T05:44:26.458Z | Downloaded icu_properties v1.5.1 |
| 835 | 2026-02-12T05:44:26.458Z | Downloaded num-rational v0.4.2 |
| 836 | 2026-02-12T05:44:26.463Z | Downloaded num-integer v0.1.46 |
| 837 | 2026-02-12T05:44:26.463Z | Downloaded headers v0.4.1 |
| 838 | 2026-02-12T05:44:26.467Z | Downloaded fatfs v0.3.6 |
| 839 | 2026-02-12T05:44:26.470Z | Downloaded fancy-regex v0.14.0 |
| 840 | 2026-02-12T05:44:26.473Z | Downloaded expectorate v1.2.0 |
| 841 | 2026-02-12T05:44:26.473Z | Downloaded icu_locid_transform_data v1.5.0 |
| 842 | 2026-02-12T05:44:26.476Z | Downloaded libsw v3.5.0 |
| 843 | 2026-02-12T05:44:26.476Z | Downloaded icu_locid v1.5.0 |
| 844 | 2026-02-12T05:44:26.480Z | Downloaded multer v3.1.0 |
| 845 | 2026-02-12T05:44:26.483Z | Downloaded dropshot-api-manager v0.2.4 |
| 846 | 2026-02-12T05:44:26.486Z | Downloaded oorandom v11.1.4 |
| 847 | 2026-02-12T05:44:26.486Z | Downloaded olpc-cjson v0.1.4 |
| 848 | 2026-02-12T05:44:26.486Z | Downloaded newtype-uuid v1.3.2 |
| 849 | 2026-02-12T05:44:26.489Z | Downloaded native-tls v0.2.12 |
| 850 | 2026-02-12T05:44:26.489Z | Downloaded nanorand v0.7.0 |
| 851 | 2026-02-12T05:44:26.494Z | Downloaded mime v0.3.17 |
| 852 | 2026-02-12T05:44:26.494Z | Downloaded derive_more v2.0.1 |
| 853 | 2026-02-12T05:44:26.500Z | Downloaded der v0.7.10 |
| 854 | 2026-02-12T05:44:26.505Z | Downloaded crossbeam-channel v0.5.15 |
| 855 | 2026-02-12T05:44:26.508Z | Downloaded ingot v0.1.1 |
| 856 | 2026-02-12T05:44:26.512Z | Downloaded mime_guess v2.0.5 |
| 857 | 2026-02-12T05:44:26.512Z | Downloaded md5 v0.7.0 |
| 858 | 2026-02-12T05:44:26.515Z | Downloaded ingot-macros v0.1.1 |
| 859 | 2026-02-12T05:44:26.515Z | Downloaded num-iter v0.1.45 |
| 860 | 2026-02-12T05:44:26.515Z | Downloaded flume v0.11.1 |
| 861 | 2026-02-12T05:44:26.519Z | Downloaded nonempty v0.12.0 |
| 862 | 2026-02-12T05:44:26.519Z | Downloaded num-derive v0.4.2 |
| 863 | 2026-02-12T05:44:26.523Z | Downloaded num-derive v0.3.3 |
| 864 | 2026-02-12T05:44:26.523Z | Downloaded num-conv v0.1.0 |
| 865 | 2026-02-12T05:44:26.523Z | Downloaded normalize-line-endings v0.3.0 |
| 866 | 2026-02-12T05:44:26.526Z | Downloaded nibble_vec v0.1.0 |
| 867 | 2026-02-12T05:44:26.526Z | Downloaded newtype_derive v0.1.6 |
| 868 | 2026-02-12T05:44:26.526Z | Downloaded lzss v0.8.2 |
| 869 | 2026-02-12T05:44:26.529Z | Downloaded lock_api v0.4.12 |
| 870 | 2026-02-12T05:44:26.529Z | Downloaded libz-rs-sys v0.5.1 |
| 871 | 2026-02-12T05:44:26.529Z | Downloaded libtest-mimic v0.8.1 |
| 872 | 2026-02-12T05:44:26.534Z | Downloaded linear-map v1.2.0 |
| 873 | 2026-02-12T05:44:26.534Z | Downloaded libefi-sys v0.1.0 |
| 874 | 2026-02-12T05:44:26.534Z | Downloaded kv-log-macro v1.0.7 |
| 875 | 2026-02-12T05:44:26.537Z | Downloaded knuffel-derive v3.2.0 |
| 876 | 2026-02-12T05:44:26.537Z | Downloaded flate2 v1.1.2 |
| 877 | 2026-02-12T05:44:26.540Z | Downloaded bumpalo v3.16.0 |
| 878 | 2026-02-12T05:44:26.543Z | Downloaded hyper-rustls v0.27.7 |
| 879 | 2026-02-12T05:44:26.546Z | Downloaded half v2.4.1 |
| 880 | 2026-02-12T05:44:26.546Z | Downloaded getrandom v0.3.4 |
| 881 | 2026-02-12T05:44:26.550Z | Downloaded multimap v0.10.1 |
| 882 | 2026-02-12T05:44:26.550Z | Downloaded miette-derive v5.10.0 |
| 883 | 2026-02-12T05:44:26.554Z | Downloaded darling_core v0.20.10 |
| 884 | 2026-02-12T05:44:26.558Z | Downloaded nested v0.1.1 |
| 885 | 2026-02-12T05:44:26.558Z | Downloaded memoffset v0.9.1 |
| 886 | 2026-02-12T05:44:26.558Z | Downloaded ipnetwork v0.21.1 |
| 887 | 2026-02-12T05:44:26.561Z | Downloaded instability v0.3.2 |
| 888 | 2026-02-12T05:44:26.561Z | Downloaded hmac v0.12.1 |
| 889 | 2026-02-12T05:44:26.561Z | Downloaded const_format v0.2.34 |
| 890 | 2026-02-12T05:44:26.565Z | Downloaded compact_str v0.8.0 |
| 891 | 2026-02-12T05:44:26.591Z | Downloaded httparse v1.9.5 |
| 892 | 2026-02-12T05:44:26.592Z | Downloaded derive_more-impl v2.0.1 |
| 893 | 2026-02-12T05:44:26.592Z | Downloaded md-5 v0.10.6 |
| 894 | 2026-02-12T05:44:26.592Z | Downloaded managed v0.8.0 |
| 895 | 2026-02-12T05:44:26.592Z | Downloaded macaddr v1.0.1 |
| 896 | 2026-02-12T05:44:26.592Z | Downloaded jobserver v0.1.32 |
| 897 | 2026-02-12T05:44:26.592Z | Downloaded ipnet v2.11.0 |
| 898 | 2026-02-12T05:44:26.592Z | Downloaded match_cfg v0.1.0 |
| 899 | 2026-02-12T05:44:26.592Z | Downloaded maplit v1.0.2 |
| 900 | 2026-02-12T05:44:26.592Z | Downloaded lru-cache v0.1.2 |
| 901 | 2026-02-12T05:44:26.592Z | Downloaded lockfree-object-pool v0.1.6 |
| 902 | 2026-02-12T05:44:26.592Z | Downloaded ingot-types v0.1.2 |
| 903 | 2026-02-12T05:44:26.592Z | Downloaded hickory-client v0.25.2 |
| 904 | 2026-02-12T05:44:26.592Z | Downloaded lazy_static v1.5.0 |
| 905 | 2026-02-12T05:44:26.592Z | Downloaded lalrpop-util v0.19.12 |
| 906 | 2026-02-12T05:44:26.592Z | Downloaded kstat-rs v0.2.4 |
| 907 | 2026-02-12T05:44:26.596Z | Downloaded is_ci v1.2.0 |
| 908 | 2026-02-12T05:44:26.596Z | Downloaded futures-channel v0.3.31 |
| 909 | 2026-02-12T05:44:26.596Z | Downloaded itoa v1.0.11 |
| 910 | 2026-02-12T05:44:26.596Z | Downloaded is_terminal_polyfill v1.70.1 |
| 911 | 2026-02-12T05:44:26.596Z | Downloaded is-terminal v0.4.13 |
| 912 | 2026-02-12T05:44:26.599Z | Downloaded httptest v0.16.3 |
| 913 | 2026-02-12T05:44:26.599Z | Downloaded hostname v0.4.2 |
| 914 | 2026-02-12T05:44:26.599Z | Downloaded highway v1.3.0 |
| 915 | 2026-02-12T05:44:26.603Z | Downloaded fs-err v3.1.1 |
| 916 | 2026-02-12T05:44:26.603Z | Downloaded console v0.16.0 |
| 917 | 2026-02-12T05:44:26.606Z | Downloaded derive_more v0.99.20 |
| 918 | 2026-02-12T05:44:26.609Z | Downloaded derive_builder v0.20.2 |
| 919 | 2026-02-12T05:44:26.613Z | Downloaded crossbeam-epoch v0.9.18 |
| 920 | 2026-02-12T05:44:26.618Z | Downloaded const-oid v0.9.6 |
| 921 | 2026-02-12T05:44:26.621Z | Downloaded aes-gcm v0.10.3 |
| 922 | 2026-02-12T05:44:26.624Z | Downloaded heck v0.5.0 |
| 923 | 2026-02-12T05:44:26.624Z | Downloaded backtrace v0.3.74 |
| 924 | 2026-02-12T05:44:26.628Z | Downloaded inout v0.1.3 |
| 925 | 2026-02-12T05:44:26.631Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 926 | 2026-02-12T05:44:26.634Z | Downloaded futures-lite v2.3.0 |
| 927 | 2026-02-12T05:44:26.634Z | Downloaded base64 v0.22.1 |
| 928 | 2026-02-12T05:44:26.637Z | Downloaded foldhash v0.2.0 |
| 929 | 2026-02-12T05:44:26.640Z | Downloaded anyhow v1.0.99 |
| 930 | 2026-02-12T05:44:26.643Z | Downloaded hyper-tls v0.6.0 |
| 931 | 2026-02-12T05:44:26.643Z | Downloaded group v0.13.0 |
| 932 | 2026-02-12T05:44:26.646Z | Downloaded env_logger v0.11.8 |
| 933 | 2026-02-12T05:44:26.646Z | Downloaded http-range v0.1.5 |
| 934 | 2026-02-12T05:44:26.649Z | Downloaded http-body v1.0.1 |
| 935 | 2026-02-12T05:44:26.649Z | Downloaded glob v0.3.2 |
| 936 | 2026-02-12T05:44:26.649Z | Downloaded ghash v0.5.1 |
| 937 | 2026-02-12T05:44:26.652Z | Downloaded fs_extra v1.3.0 |
| 938 | 2026-02-12T05:44:26.652Z | Downloaded hostname v0.3.1 |
| 939 | 2026-02-12T05:44:26.655Z | Downloaded home v0.5.9 |
| 940 | 2026-02-12T05:44:26.655Z | Downloaded futures-timer v3.0.3 |
| 941 | 2026-02-12T05:44:26.656Z | Downloaded derive-where v1.5.0 |
| 942 | 2026-02-12T05:44:26.659Z | Downloaded diff v0.1.13 |
| 943 | 2026-02-12T05:44:26.662Z | Downloaded futures-executor v0.3.31 |
| 944 | 2026-02-12T05:44:26.665Z | Downloaded bitflags v2.9.4 |
| 945 | 2026-02-12T05:44:26.668Z | Downloaded des v0.8.1 |
| 946 | 2026-02-12T05:44:26.668Z | Downloaded blake2 v0.10.6 |
| 947 | 2026-02-12T05:44:26.671Z | Downloaded crc32fast v1.4.2 |
| 948 | 2026-02-12T05:44:26.675Z | Downloaded cc v1.2.30 |
| 949 | 2026-02-12T05:44:26.678Z | Downloaded guppy-workspace-hack v0.1.0 |
| 950 | 2026-02-12T05:44:26.678Z | Downloaded hash32 v0.2.1 |
| 951 | 2026-02-12T05:44:26.678Z | Downloaded futures-core v0.3.31 |
| 952 | 2026-02-12T05:44:26.678Z | Downloaded foreign-types v0.5.0 |
| 953 | 2026-02-12T05:44:26.681Z | Downloaded foldhash v0.1.5 |
| 954 | 2026-02-12T05:44:26.681Z | Downloaded fixedbitset v0.5.7 |
| 955 | 2026-02-12T05:44:26.681Z | Downloaded cargo-util-schemas v0.8.2 |
| 956 | 2026-02-12T05:44:26.684Z | Downloaded ff v0.13.0 |
| 957 | 2026-02-12T05:44:26.684Z | Downloaded fallible-iterator v0.2.0 |
| 958 | 2026-02-12T05:44:26.688Z | Downloaded ecdsa v0.16.9 |
| 959 | 2026-02-12T05:44:26.688Z | Downloaded cfg-expr v0.20.1 |
| 960 | 2026-02-12T05:44:26.691Z | Downloaded async-task v4.7.1 |
| 961 | 2026-02-12T05:44:26.694Z | Downloaded erased-serde v0.3.31 |
| 962 | 2026-02-12T05:44:26.694Z | Downloaded ed25519 v2.2.3 |
| 963 | 2026-02-12T05:44:26.697Z | Downloaded blake2b_simd v1.0.2 |
| 964 | 2026-02-12T05:44:26.697Z | Downloaded base64ct v1.6.0 |
| 965 | 2026-02-12T05:44:26.700Z | Downloaded convert_case v0.7.1 |
| 966 | 2026-02-12T05:44:26.700Z | Downloaded cargo_metadata v0.21.0 |
| 967 | 2026-02-12T05:44:26.704Z | Downloaded generic-array v0.14.7 |
| 968 | 2026-02-12T05:44:26.704Z | Downloaded futures-task v0.3.31 |
| 969 | 2026-02-12T05:44:26.707Z | Downloaded escape8259 v0.5.3 |
| 970 | 2026-02-12T05:44:26.707Z | Downloaded ena v0.14.3 |
| 971 | 2026-02-12T05:44:26.707Z | Downloaded either v1.15.0 |
| 972 | 2026-02-12T05:44:26.707Z | Downloaded crc-any v2.5.0 |
| 973 | 2026-02-12T05:44:26.710Z | Downloaded futures-macro v0.3.31 |
| 974 | 2026-02-12T05:44:26.710Z | Downloaded futures-io v0.3.31 |
| 975 | 2026-02-12T05:44:26.713Z | Downloaded daft-derive v0.1.4 |
| 976 | 2026-02-12T05:44:26.716Z | Downloaded colored v3.0.0 |
| 977 | 2026-02-12T05:44:26.719Z | Downloaded async-io v2.3.4 |
| 978 | 2026-02-12T05:44:26.719Z | Downloaded async-bb8-diesel v0.2.1 |
| 979 | 2026-02-12T05:44:26.722Z | Downloaded darling v0.20.10 |
| 980 | 2026-02-12T05:44:26.725Z | Downloaded cookie v0.18.1 |
| 981 | 2026-02-12T05:44:26.728Z | Downloaded cancel-safe-futures v0.1.5 |
| 982 | 2026-02-12T05:44:26.731Z | Downloaded form_urlencoded v1.2.2 |
| 983 | 2026-02-12T05:44:26.731Z | Downloaded foreign-types v0.3.2 |
| 984 | 2026-02-12T05:44:26.731Z | Downloaded digest v0.10.7 |
| 985 | 2026-02-12T05:44:26.734Z | Downloaded deranged v0.5.3 |
| 986 | 2026-02-12T05:44:26.735Z | Downloaded camino v1.2.2 |
| 987 | 2026-02-12T05:44:26.738Z | Downloaded bzip2 v0.5.2 |
| 988 | 2026-02-12T05:44:26.738Z | Downloaded diesel-dtrace v0.4.2 |
| 989 | 2026-02-12T05:44:26.740Z | Downloaded der_derive v0.7.3 |
| 990 | 2026-02-12T05:44:26.740Z | Downloaded cbc v0.1.2 |
| 991 | 2026-02-12T05:44:26.741Z | Downloaded defmt-macros v0.3.9 |
| 992 | 2026-02-12T05:44:26.743Z | Downloaded ctr v0.9.2 |
| 993 | 2026-02-12T05:44:26.748Z | Downloaded criterion-plot v0.6.0 |
| 994 | 2026-02-12T05:44:26.748Z | Downloaded buf-list v1.0.3 |
| 995 | 2026-02-12T05:44:26.751Z | Downloaded blocking v1.6.1 |
| 996 | 2026-02-12T05:44:26.751Z | Downloaded bitfield v0.19.2 |
| 997 | 2026-02-12T05:44:26.751Z | Downloaded bit-vec v0.8.0 |
| 998 | 2026-02-12T05:44:26.754Z | Downloaded assert-json-diff v2.0.2 |
| 999 | 2026-02-12T05:44:26.754Z | Downloaded fnv v1.0.7 |
| 1000 | 2026-02-12T05:44:26.754Z | Downloaded float-ord v0.3.2 |
| 1001 | 2026-02-12T05:44:26.757Z | Downloaded float-cmp v0.10.0 |
| 1002 | 2026-02-12T05:44:26.757Z | Downloaded critical-section v1.1.3 |
| 1003 | 2026-02-12T05:44:26.757Z | Downloaded corncobs v0.1.4 |
| 1004 | 2026-02-12T05:44:26.760Z | Downloaded foreign-types-shared v0.1.1 |
| 1005 | 2026-02-12T05:44:26.760Z | Downloaded fixedbitset v0.4.2 |
| 1006 | 2026-02-12T05:44:26.760Z | Downloaded enum-as-inner v0.6.1 |
| 1007 | 2026-02-12T05:44:26.763Z | Downloaded equivalent v1.0.2 |
| 1008 | 2026-02-12T05:44:26.763Z | Downloaded env_filter v0.1.2 |
| 1009 | 2026-02-12T05:44:26.763Z | Downloaded endian-type v0.1.2 |
| 1010 | 2026-02-12T05:44:26.766Z | Downloaded embedded-io v0.6.1 |
| 1011 | 2026-02-12T05:44:26.766Z | Downloaded event-listener v2.5.3 |
| 1012 | 2026-02-12T05:44:26.767Z | Downloaded camino-tempfile v1.4.1 |
| 1013 | 2026-02-12T05:44:26.770Z | Downloaded bytes v1.11.1 |
| 1014 | 2026-02-12T05:44:26.773Z | Downloaded async-signal v0.2.10 |
| 1015 | 2026-02-12T05:44:26.773Z | Downloaded async-lock v3.4.0 |
| 1016 | 2026-02-12T05:44:26.776Z | Downloaded dunce v1.0.5 |
| 1017 | 2026-02-12T05:44:26.776Z | Downloaded cassowary v0.3.0 |
| 1018 | 2026-02-12T05:44:26.780Z | Downloaded argon2 v0.5.3 |
| 1019 | 2026-02-12T05:44:26.780Z | Downloaded bit-set v0.5.3 |
| 1020 | 2026-02-12T05:44:26.780Z | Downloaded arrayvec v0.7.6 |
| 1021 | 2026-02-12T05:44:26.783Z | Downloaded blowfish v0.9.1 |
| 1022 | 2026-02-12T05:44:26.783Z | Downloaded bcs v0.1.6 |
| 1023 | 2026-02-12T05:44:26.786Z | Downloaded async-stream v0.3.6 |
| 1024 | 2026-02-12T05:44:26.786Z | Downloaded data-encoding v2.9.0 |
| 1025 | 2026-02-12T05:44:26.786Z | Downloaded csv-core v0.1.11 |
| 1026 | 2026-02-12T05:44:26.790Z | Downloaded crossbeam-deque v0.8.5 |
| 1027 | 2026-02-12T05:44:26.790Z | Downloaded cargo_metadata v0.19.2 |
| 1028 | 2026-02-12T05:44:26.790Z | Downloaded backtrace-ext v0.2.1 |
| 1029 | 2026-02-12T05:44:26.794Z | Downloaded async-executor v1.13.1 |
| 1030 | 2026-02-12T05:44:26.794Z | Downloaded dropshot-api-manager-types v0.2.4 |
| 1031 | 2026-02-12T05:44:26.794Z | Downloaded anstream v0.6.18 |
| 1032 | 2026-02-12T05:44:26.797Z | Downloaded dtrace-parser v0.2.0 |
| 1033 | 2026-02-12T05:44:26.797Z | Downloaded dirs-next v2.0.0 |
| 1034 | 2026-02-12T05:44:26.800Z | Downloaded crunchy v0.2.2 |
| 1035 | 2026-02-12T05:44:26.800Z | Downloaded block-padding v0.3.3 |
| 1036 | 2026-02-12T05:44:26.800Z | Downloaded doc-comment v0.3.3 |
| 1037 | 2026-02-12T05:44:26.800Z | Downloaded approx v0.5.1 |
| 1038 | 2026-02-12T05:44:26.803Z | Downloaded bb8 v0.8.5 |
| 1039 | 2026-02-12T05:44:26.803Z | Downloaded base16ct v0.2.0 |
| 1040 | 2026-02-12T05:44:26.803Z | Downloaded assert_matches v1.5.0 |
| 1041 | 2026-02-12T05:44:26.807Z | Downloaded anstyle v1.0.11 |
| 1042 | 2026-02-12T05:44:26.807Z | Downloaded display-error-chain v0.2.2 |
| 1043 | 2026-02-12T05:44:26.807Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1044 | 2026-02-12T05:44:26.810Z | Downloaded cstr-argument v0.1.2 |
| 1045 | 2026-02-12T05:44:26.810Z | Downloaded crypto-common v0.1.6 |
| 1046 | 2026-02-12T05:44:26.810Z | Downloaded crc v3.2.1 |
| 1047 | 2026-02-12T05:44:26.810Z | Downloaded async-stream-impl v0.3.6 |
| 1048 | 2026-02-12T05:44:26.813Z | Downloaded chacha20poly1305 v0.10.1 |
| 1049 | 2026-02-12T05:44:26.813Z | Downloaded base64 v0.13.1 |
| 1050 | 2026-02-12T05:44:26.816Z | Downloaded aead v0.5.2 |
| 1051 | 2026-02-12T05:44:26.816Z | Downloaded darling_macro v0.21.0 |
| 1052 | 2026-02-12T05:44:26.819Z | Downloaded atomicwrites v0.4.4 |
| 1053 | 2026-02-12T05:44:26.819Z | Downloaded async-channel v2.3.1 |
| 1054 | 2026-02-12T05:44:26.820Z | Downloaded async-channel v1.9.0 |
| 1055 | 2026-02-12T05:44:26.823Z | Downloaded anstyle-query v1.1.1 |
| 1056 | 2026-02-12T05:44:26.823Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1057 | 2026-02-12T05:44:26.823Z | Downloaded cpufeatures v0.2.14 |
| 1058 | 2026-02-12T05:44:26.823Z | Downloaded constant_time_eq v0.3.1 |
| 1059 | 2026-02-12T05:44:26.826Z | Downloaded console v0.15.10 |
| 1060 | 2026-02-12T05:44:26.829Z | Downloaded clap v4.5.48 |
| 1061 | 2026-02-12T05:44:26.834Z | Downloaded castaway v0.2.3 |
| 1062 | 2026-02-12T05:44:26.837Z | Downloaded block-buffer v0.10.4 |
| 1063 | 2026-02-12T05:44:26.837Z | Downloaded clang-sys v1.8.1 |
| 1064 | 2026-02-12T05:44:26.840Z | Downloaded ciborium v0.2.2 |
| 1065 | 2026-02-12T05:44:26.843Z | Downloaded cast v0.3.0 |
| 1066 | 2026-02-12T05:44:26.843Z | Downloaded cargo-platform v0.1.8 |
| 1067 | 2026-02-12T05:44:26.843Z | Downloaded array-init v0.0.4 |
| 1068 | 2026-02-12T05:44:26.843Z | Downloaded daft v0.1.4 |
| 1069 | 2026-02-12T05:44:26.846Z | Downloaded cobs v0.2.3 |
| 1070 | 2026-02-12T05:44:26.846Z | Downloaded bitfield-macros v0.19.2 |
| 1071 | 2026-02-12T05:44:26.846Z | Downloaded atomic-waker v1.1.2 |
| 1072 | 2026-02-12T05:44:26.849Z | Downloaded crc8 v0.1.1 |
| 1073 | 2026-02-12T05:44:26.849Z | Downloaded convert_case v0.4.0 |
| 1074 | 2026-02-12T05:44:26.849Z | Downloaded cipher v0.4.4 |
| 1075 | 2026-02-12T05:44:27.856Z | Downloaded chacha20 v0.9.1 |
| 1076 | 2026-02-12T05:44:27.856Z | Downloaded colored v2.2.0 |
| 1077 | 2026-02-12T05:44:27.859Z | Downloaded cmake v0.1.51 |
| 1078 | 2026-02-12T05:44:27.859Z | Downloaded ciborium-io v0.2.2 |
| 1079 | 2026-02-12T05:44:27.859Z | Downloaded backoff v0.4.0 |
| 1080 | 2026-02-12T05:44:27.859Z | Downloaded concurrent-queue v2.5.0 |
| 1081 | 2026-02-12T05:44:27.859Z | Downloaded cfg_aliases v0.1.1 |
| 1082 | 2026-02-12T05:44:27.859Z | Downloaded anes v0.1.6 |
| 1083 | 2026-02-12T05:44:27.859Z | Downloaded const_format_proc_macros v0.2.34 |
| 1084 | 2026-02-12T05:44:27.859Z | Downloaded clap_lex v0.7.4 |
| 1085 | 2026-02-12T05:44:27.859Z | Downloaded byteorder v1.5.0 |
| 1086 | 2026-02-12T05:44:27.859Z | Downloaded async-trait v0.1.89 |
| 1087 | 2026-02-12T05:44:27.859Z | Downloaded arc-swap v1.7.1 |
| 1088 | 2026-02-12T05:44:27.859Z | Downloaded bytecount v0.6.8 |
| 1089 | 2026-02-12T05:44:27.859Z | Downloaded async-object-pool v0.1.5 |
| 1090 | 2026-02-12T05:44:27.859Z | Downloaded async-attributes v1.1.2 |
| 1091 | 2026-02-12T05:44:27.859Z | Downloaded adler2 v2.0.0 |
| 1092 | 2026-02-12T05:44:27.859Z | Downloaded ciborium-ll v0.2.2 |
| 1093 | 2026-02-12T05:44:27.859Z | Downloaded ahash v0.8.12 |
| 1094 | 2026-02-12T05:44:27.859Z | Downloaded cfg_aliases v0.2.1 |
| 1095 | 2026-02-12T05:44:27.859Z | Downloaded cfg-if v1.0.4 |
| 1096 | 2026-02-12T05:44:27.859Z | Downloaded bitflags v1.3.2 |
| 1097 | 2026-02-12T05:44:27.860Z | Downloaded bit-vec v0.6.3 |
| 1098 | 2026-02-12T05:44:27.860Z | Downloaded crc-catalog v2.4.0 |
| 1099 | 2026-02-12T05:44:27.860Z | Downloaded assert_cmd v2.0.17 |
| 1100 | 2026-02-12T05:44:27.860Z | Downloaded arrayref v0.3.9 |
| 1101 | 2026-02-12T05:44:27.860Z | Downloaded async-global-executor v2.4.1 |
| 1102 | 2026-02-12T05:44:27.860Z | Downloaded ascii-canvas v3.0.0 |
| 1103 | 2026-02-12T05:44:27.860Z | Downloaded aws-lc-sys v0.26.0 |
| 1104 | 2026-02-12T05:44:27.860Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 1105 | 2026-02-12T05:44:40.056Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 1106 | 2026-02-12T05:44:50.046Z | Startup: Caching catalogs ... Done |
| 1107 | 2026-02-12T05:45:12.636Z | Planning: Solver setup ... Done (21.029s) |
| 1108 | 2026-02-12T05:45:12.795Z | Planning: Running solver ... Done (0.157s) |
| 1109 | 2026-02-12T05:45:12.951Z | Planning: Finding local manifests ... Done (0.003s) |
| 1110 | 2026-02-12T05:45:12.964Z | Planning: Fetching manifests: 0/4 0% complete |
| 1111 | 2026-02-12T05:45:13.105Z | Planning: Fetching manifests: 4/4 100% complete |
| 1112 | 2026-02-12T05:45:13.152Z | Planning: Package planning ... Done (0.047s) |
| 1113 | 2026-02-12T05:45:13.202Z | Planning: Merging actions ... Done (0.050s) |
| 1114 | 2026-02-12T05:45:13.543Z | Planning: Checking for conflicting actions ... Done (0.341s) |
| 1115 | 2026-02-12T05:45:13.555Z | Planning: Consolidating action changes ... Done (0.011s) |
| 1116 | 2026-02-12T05:45:15.803Z | Planning: Evaluating mediators ... Done (2.249s) |
| 1117 | 2026-02-12T05:45:15.812Z | Planning: Planning completed in 25.62 seconds |
| 1118 | 2026-02-12T05:45:15.964Z | Packages to install: 4 |
| 1119 | 2026-02-12T05:45:15.964Z | Mediators to change: 2 |
| 1120 | 2026-02-12T05:45:15.968Z | Services to change: 1 |
| 1121 | 2026-02-12T05:45:15.968Z | Estimated space available: 155.09 GB |
| 1122 | 2026-02-12T05:45:15.968Z | Estimated space to be consumed: 1.81 GB |
| 1123 | 2026-02-12T05:45:15.968Z | Create boot environment: No |
| 1124 | 2026-02-12T05:45:15.968Z | Create backup boot environment: No |
| 1125 | 2026-02-12T05:45:15.968Z | Rebuild boot archive: No |
| 1126 | 2026-02-12T05:45:15.968Z | |
| 1127 | 2026-02-12T05:45:15.968Z | Changed mediators: |
| 1128 | 2026-02-12T05:45:15.968Z | mediator clang: |
| 1129 | 2026-02-12T05:45:15.968Z | version: None -> 15 (system default) |
| 1130 | 2026-02-12T05:45:15.968Z | |
| 1131 | 2026-02-12T05:45:15.968Z | mediator llvm: |
| 1132 | 2026-02-12T05:45:15.968Z | version: 14 (system default) -> 15 (system default) |
| 1133 | 2026-02-12T05:45:15.968Z | |
| 1134 | 2026-02-12T05:45:15.968Z | Changed packages: |
| 1135 | 2026-02-12T05:45:15.968Z | helios-dev |
| 1136 | 2026-02-12T05:45:15.968Z | developer/build-essential |
| 1137 | 2026-02-12T05:45:15.968Z | None -> 11-2.0 |
| 1138 | 2026-02-12T05:45:15.968Z | library/libxmlsec1 |
| 1139 | 2026-02-12T05:45:15.968Z | None -> 1.2.35-2.0 |
| 1140 | 2026-02-12T05:45:15.968Z | ooce/developer/clang-15 |
| 1141 | 2026-02-12T05:45:15.968Z | None -> 15.0.7-2.0 |
| 1142 | 2026-02-12T05:45:15.968Z | ooce/developer/llvm-15 |
| 1143 | 2026-02-12T05:45:15.968Z | None -> 15.0.7-2.0 |
| 1144 | 2026-02-12T05:45:15.969Z | |
| 1145 | 2026-02-12T05:45:15.969Z | Services: |
| 1146 | 2026-02-12T05:45:15.969Z | restart_fmri: |
| 1147 | 2026-02-12T05:45:15.969Z | svc:/system/update-man-index:default |
| 1148 | 2026-02-12T05:45:16.100Z | |
| 1149 | 2026-02-12T05:45:16.100Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 1150 | 2026-02-12T05:45:21.421Z | Download: 2224/3290 items 118.6/212.6MB 55% complete (29.4M/s) |
| 1151 | 2026-02-12T05:45:25.165Z | Download: Completed 212.60 MB in 9.06 seconds (23.4M/s) |
| 1152 | 2026-02-12T05:45:25.448Z | Actions: 1/3689 actions (Installing new actions) |
| 1153 | 2026-02-12T05:45:30.091Z | Actions: Completed 3689 actions in 4.64 seconds. |
| 1154 | 2026-02-12T05:45:30.510Z | Done (0.414s) |
| 1155 | 2026-02-12T05:45:30.510Z | Done (0.000s) |
| 1156 | 2026-02-12T05:45:31.587Z | Done (1.075s) |
| 1157 | 2026-02-12T05:45:36.078Z | Done (4.126s) |
| 1158 | 2026-02-12T05:45:36.158Z | Done (0.020s) |
| 1159 | 2026-02-12T05:45:36.163Z | Done (0.000s) |
| 1160 | 2026-02-12T05:45:36.298Z | Done (0.000s) |
| 1161 | 2026-02-12T05:45:37.233Z | Planning: Evaluating mediator changes ... Done |
| 1162 | 2026-02-12T05:45:37.390Z | Planning: Checking for conflicting actions ... Done |
| 1163 | 2026-02-12T05:45:37.394Z | Planning: Consolidating action changes ... Done |
| 1164 | 2026-02-12T05:45:37.661Z | Planning: Evaluating mediators ... Done |
| 1165 | 2026-02-12T05:45:37.665Z | Planning: Planning completed in 0.43 seconds |
| 1166 | 2026-02-12T05:45:37.695Z | Mediators to change: 2 |
| 1167 | 2026-02-12T05:45:37.695Z | Create boot environment: No |
| 1168 | 2026-02-12T05:45:37.695Z | Create backup boot environment: No |
| 1169 | 2026-02-12T05:45:37.782Z | Done |
| 1170 | 2026-02-12T05:45:37.782Z | Done |
| 1171 | 2026-02-12T05:45:38.566Z | Done |
| 1172 | 2026-02-12T05:45:42.233Z | Done |
| 1173 | 2026-02-12T05:45:42.318Z | Done |
| 1174 | 2026-02-12T05:45:42.318Z | Done |
| 1175 | 2026-02-12T05:45:42.475Z | Done |
| 1176 | 2026-02-12T05:45:43.083Z | Planning: Evaluating mediator changes ... Done |
| 1177 | 2026-02-12T05:45:43.087Z | Planning: Merging actions ... Done |
| 1178 | 2026-02-12T05:45:43.272Z | Planning: Checking for conflicting actions ... Done |
| 1179 | 2026-02-12T05:45:43.276Z | Planning: Consolidating action changes ... Done |
| 1180 | 2026-02-12T05:45:43.537Z | Planning: Evaluating mediators ... Done |
| 1181 | 2026-02-12T05:45:43.594Z | Planning: Planning completed in 0.76 seconds |
| 1182 | 2026-02-12T05:45:43.628Z | Packages to change: 1 |
| 1183 | 2026-02-12T05:45:43.628Z | Mediators to change: 1 |
| 1184 | 2026-02-12T05:45:43.628Z | Services to change: 1 |
| 1185 | 2026-02-12T05:45:43.628Z | Create boot environment: No |
| 1186 | 2026-02-12T05:45:43.632Z | Create backup boot environment: Yes |
| 1187 | 2026-02-12T05:45:46.112Z | Actions: 1/6 actions (Updating modified actions) |
| 1188 | 2026-02-12T05:45:46.116Z | Actions: Completed 6 actions in 0.00 seconds. |
| 1189 | 2026-02-12T05:45:46.116Z | Done |
| 1190 | 2026-02-12T05:45:46.117Z | Done |
| 1191 | 2026-02-12T05:45:46.326Z | Done |
| 1192 | 2026-02-12T05:45:49.921Z | Done |
| 1193 | 2026-02-12T05:45:50.007Z | Done |
| 1194 | 2026-02-12T05:45:50.007Z | Done |
| 1195 | 2026-02-12T05:45:50.169Z | Done |
| 1196 | 2026-02-12T05:45:50.608Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 1197 | 2026-02-12T05:45:50.608Z | clang system 15 system |
| 1198 | 2026-02-12T05:45:50.608Z | csh system system illumos |
| 1199 | 2026-02-12T05:45:50.608Z | ctags system system illumos |
| 1200 | 2026-02-12T05:45:50.608Z | file system system illumos |
| 1201 | 2026-02-12T05:45:50.608Z | gcc vendor 12 vendor |
| 1202 | 2026-02-12T05:45:50.608Z | gcc system 10 system |
| 1203 | 2026-02-12T05:45:50.608Z | gcc system 7 system |
| 1204 | 2026-02-12T05:45:50.608Z | go system 1.20 system |
| 1205 | 2026-02-12T05:45:50.608Z | go system 1.19 system |
| 1206 | 2026-02-12T05:45:50.608Z | llvm system 15 system |
| 1207 | 2026-02-12T05:45:50.608Z | llvm system 14 system |
| 1208 | 2026-02-12T05:45:50.608Z | mariadb system 10.6 system |
| 1209 | 2026-02-12T05:45:50.608Z | mta vendor vendor dma |
| 1210 | 2026-02-12T05:45:50.609Z | openjdk system 17 system |
| 1211 | 2026-02-12T05:45:50.609Z | openjdk system 11 system |
| 1212 | 2026-02-12T05:45:50.609Z | openjdk system 1.8 system |
| 1213 | 2026-02-12T05:45:50.609Z | openssl vendor 3 vendor |
| 1214 | 2026-02-12T05:45:50.609Z | perl system 5.36 system |
| 1215 | 2026-02-12T05:45:50.609Z | postgresql system 15 system |
| 1216 | 2026-02-12T05:45:50.609Z | postgresql system 13 system |
| 1217 | 2026-02-12T05:45:50.609Z | python vendor 3 vendor |
| 1218 | 2026-02-12T05:45:50.609Z | python system 2 system |
| 1219 | 2026-02-12T05:45:50.609Z | python3 system 3.11 system |
| 1220 | 2026-02-12T05:45:50.609Z | ruby system 3.0 system |
| 1221 | 2026-02-12T05:45:50.609Z | words vendor vendor american-english |
| 1222 | 2026-02-12T05:45:50.609Z | words system system australian-english |
| 1223 | 2026-02-12T05:45:50.609Z | words system system british-english |
| 1224 | 2026-02-12T05:45:50.609Z | words system system canadian-english |
| 1225 | 2026-02-12T05:45:50.609Z | words system system french |
| 1226 | 2026-02-12T05:45:50.609Z | words system system italian |
| 1227 | 2026-02-12T05:45:50.609Z | words system system ngerman |
| 1228 | 2026-02-12T05:45:50.609Z | words system system ogerman |
| 1229 | 2026-02-12T05:45:50.609Z | words system system spanish |
| 1230 | 2026-02-12T05:45:50.940Z | PUBLISHER TYPE STATUS P LOCATION |
| 1231 | 2026-02-12T05:45:50.940Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 1232 | 2026-02-12T05:45:57.270Z | FMRI IFO |
| 1233 | 2026-02-12T05:45:57.270Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 1234 | 2026-02-12T05:45:57.270Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 1235 | 2026-02-12T05:45:57.270Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 1236 | 2026-02-12T05:45:57.270Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 1237 | 2026-02-12T05:45:57.270Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 1238 | 2026-02-12T05:45:57.270Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 1239 | 2026-02-12T05:45:57.270Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 1240 | 2026-02-12T05:45:57.270Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 1241 | 2026-02-12T05:45:57.270Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 1242 | 2026-02-12T05:45:57.270Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 1243 | 2026-02-12T05:45:57.270Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 1244 | 2026-02-12T05:45:57.270Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 1245 | 2026-02-12T05:45:57.270Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 1246 | 2026-02-12T05:45:57.270Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 1247 | 2026-02-12T05:45:57.270Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 1248 | 2026-02-12T05:45:57.270Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 1249 | 2026-02-12T05:45:58.865Z | Downloading crates ... |
| 1250 | 2026-02-12T05:45:58.949Z | Downloaded cargo_toml v0.21.0 |
| 1251 | 2026-02-12T05:45:59.010Z | Compiling proc-macro2 v1.0.101 |
| 1252 | 2026-02-12T05:45:59.014Z | Compiling unicode-ident v1.0.19 |
| 1253 | 2026-02-12T05:45:59.014Z | Compiling serde_core v1.0.228 |
| 1254 | 2026-02-12T05:45:59.014Z | Compiling version_check v0.9.5 |
| 1255 | 2026-02-12T05:45:59.014Z | Compiling serde v1.0.228 |
| 1256 | 2026-02-12T05:45:59.014Z | Compiling libc v0.2.180 |
| 1257 | 2026-02-12T05:45:59.014Z | Compiling memchr v2.7.4 |
| 1258 | 2026-02-12T05:45:59.014Z | Compiling stable_deref_trait v1.2.0 |
| 1259 | 2026-02-12T05:45:59.282Z | Compiling thiserror v2.0.18 |
| 1260 | 2026-02-12T05:45:59.349Z | Compiling zmij v1.0.15 |
| 1261 | 2026-02-12T05:45:59.789Z | Compiling writeable v0.5.5 |
| 1262 | 2026-02-12T05:45:59.857Z | Compiling ucd-trie v0.1.7 |
| 1263 | 2026-02-12T05:46:00.309Z | Compiling litemap v0.7.3 |
| 1264 | 2026-02-12T05:46:00.338Z | Compiling itoa v1.0.11 |
| 1265 | 2026-02-12T05:46:00.455Z | Compiling thiserror v1.0.69 |
| 1266 | 2026-02-12T05:46:00.567Z | Compiling autocfg v1.4.0 |
| 1267 | 2026-02-12T05:46:00.653Z | Compiling icu_locid_transform_data v1.5.0 |
| 1268 | 2026-02-12T05:46:00.690Z | Compiling byteorder v1.5.0 |
| 1269 | 2026-02-12T05:46:00.762Z | Compiling bitflags v2.9.4 |
| 1270 | 2026-02-12T05:46:01.158Z | Compiling errno v0.3.12 |
| 1271 | 2026-02-12T05:46:01.172Z | Compiling quote v1.0.40 |
| 1272 | 2026-02-12T05:46:01.363Z | Compiling icu_properties_data v1.5.0 |
| 1273 | 2026-02-12T05:46:01.403Z | Compiling serde_json v1.0.149 |
| 1274 | 2026-02-12T05:46:01.611Z | Compiling syn v2.0.114 |
| 1275 | 2026-02-12T05:46:01.764Z | Compiling num-traits v0.2.19 |
| 1276 | 2026-02-12T05:46:01.801Z | Compiling rustix v0.38.37 |
| 1277 | 2026-02-12T05:46:01.817Z | Compiling write16 v1.0.0 |
| 1278 | 2026-02-12T05:46:01.887Z | Compiling hashbrown v0.16.1 |
| 1279 | 2026-02-12T05:46:01.953Z | Compiling icu_normalizer_data v1.5.0 |
| 1280 | 2026-02-12T05:46:02.066Z | Compiling typeid v1.0.3 |
| 1281 | 2026-02-12T05:46:02.259Z | Compiling utf16_iter v1.0.5 |
| 1282 | 2026-02-12T05:46:02.414Z | Compiling smallvec v1.15.1 |
| 1283 | 2026-02-12T05:46:02.486Z | Compiling utf8_iter v1.0.4 |
| 1284 | 2026-02-12T05:46:02.521Z | Compiling equivalent v1.0.2 |
| 1285 | 2026-02-12T05:46:02.743Z | Compiling proc-macro-error-attr v1.0.4 |
| 1286 | 2026-02-12T05:46:02.823Z | Compiling usdt-impl v0.5.0 |
| 1287 | 2026-02-12T05:46:02.972Z | Compiling indexmap v2.13.0 |
| 1288 | 2026-02-12T05:46:03.066Z | Compiling winnow v0.7.14 |
| 1289 | 2026-02-12T05:46:03.080Z | Compiling syn v1.0.109 |
| 1290 | 2026-02-12T05:46:03.215Z | Compiling toml_write v0.1.2 |
| 1291 | 2026-02-12T05:46:03.542Z | Compiling thread-id v4.2.2 |
| 1292 | 2026-02-12T05:46:03.914Z | Compiling proc-macro-error v1.0.4 |
| 1293 | 2026-02-12T05:46:04.331Z | Compiling log v0.4.29 |
| 1294 | 2026-02-12T05:46:04.510Z | Compiling camino v1.2.2 |
| 1295 | 2026-02-12T05:46:04.672Z | Compiling rustix v1.1.3 |
| 1296 | 2026-02-12T05:46:05.124Z | Compiling percent-encoding v2.3.2 |
| 1297 | 2026-02-12T05:46:05.141Z | Compiling utf8parse v0.2.2 |
| 1298 | 2026-02-12T05:46:05.309Z | Compiling plain v0.2.3 |
| 1299 | 2026-02-12T05:46:05.431Z | Compiling getrandom v0.3.4 |
| 1300 | 2026-02-12T05:46:05.478Z | Compiling form_urlencoded v1.2.2 |
| 1301 | 2026-02-12T05:46:05.615Z | Compiling ordered-float v2.10.1 |
| 1302 | 2026-02-12T05:46:05.808Z | Compiling anstyle-parse v0.2.5 |
| 1303 | 2026-02-12T05:46:05.891Z | Compiling terminal_size v0.4.0 |
| 1304 | 2026-02-12T05:46:06.635Z | Compiling anstyle v1.0.11 |
| 1305 | 2026-02-12T05:46:06.667Z | Compiling cfg-if v1.0.4 |
| 1306 | 2026-02-12T05:46:06.773Z | Compiling colorchoice v1.0.2 |
| 1307 | 2026-02-12T05:46:06.838Z | Compiling pretty-hex v0.4.1 |
| 1308 | 2026-02-12T05:46:06.875Z | Compiling is_terminal_polyfill v1.70.1 |
| 1309 | 2026-02-12T05:46:06.919Z | Compiling anstyle-query v1.1.1 |
| 1310 | 2026-02-12T05:46:07.042Z | Compiling anstream v0.6.18 |
| 1311 | 2026-02-12T05:46:07.161Z | Compiling semver v1.0.27 |
| 1312 | 2026-02-12T05:46:07.668Z | Compiling fs-err v3.1.1 |
| 1313 | 2026-02-12T05:46:07.909Z | Compiling unicode-width v0.1.14 |
| 1314 | 2026-02-12T05:46:07.928Z | Compiling once_cell v1.21.3 |
| 1315 | 2026-02-12T05:46:07.942Z | Compiling heck v0.4.1 |
| 1316 | 2026-02-12T05:46:07.982Z | Compiling strsim v0.11.1 |
| 1317 | 2026-02-12T05:46:08.316Z | Compiling synstructure v0.13.1 |
| 1318 | 2026-02-12T05:46:08.361Z | Compiling unicode-xid v0.2.6 |
| 1319 | 2026-02-12T05:46:08.423Z | Compiling bytecount v0.6.8 |
| 1320 | 2026-02-12T05:46:08.567Z | Compiling fnv v1.0.7 |
| 1321 | 2026-02-12T05:46:08.654Z | Compiling anyhow v1.0.99 |
| 1322 | 2026-02-12T05:46:08.691Z | Compiling heck v0.5.0 |
| 1323 | 2026-02-12T05:46:08.719Z | Compiling clap_lex v0.7.4 |
| 1324 | 2026-02-12T05:46:09.162Z | Compiling fastrand v2.1.1 |
| 1325 | 2026-02-12T05:46:09.189Z | Compiling clap_builder v4.5.48 |
| 1326 | 2026-02-12T05:46:09.681Z | Compiling tempfile v3.24.0 |
| 1327 | 2026-02-12T05:46:09.689Z | Compiling papergrid v0.11.0 |
| 1328 | 2026-02-12T05:46:09.702Z | Compiling memmap v0.7.0 |
| 1329 | 2026-02-12T05:46:09.870Z | Compiling unicode-linebreak v0.1.5 |
| 1330 | 2026-02-12T05:46:10.027Z | Compiling unicode-width v0.2.0 |
| 1331 | 2026-02-12T05:46:10.385Z | Compiling smawk v0.3.2 |
| 1332 | 2026-02-12T05:46:10.503Z | Compiling camino-tempfile v1.4.1 |
| 1333 | 2026-02-12T05:46:10.623Z | Compiling textwrap v0.16.2 |
| 1334 | 2026-02-12T05:46:11.118Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1335 | 2026-02-12T05:46:11.454Z | Compiling tabled_derive v0.7.0 |
| 1336 | 2026-02-12T05:46:11.591Z | Compiling swrite v0.1.0 |
| 1337 | 2026-02-12T05:46:12.261Z | Compiling serde_derive v1.0.228 |
| 1338 | 2026-02-12T05:46:12.283Z | Compiling zerofrom-derive v0.1.4 |
| 1339 | 2026-02-12T05:46:12.356Z | Compiling yoke-derive v0.7.4 |
| 1340 | 2026-02-12T05:46:12.390Z | Compiling thiserror-impl v2.0.18 |
| 1341 | 2026-02-12T05:46:12.479Z | Compiling zerovec-derive v0.10.3 |
| 1342 | 2026-02-12T05:46:13.002Z | Compiling displaydoc v0.2.5 |
| 1343 | 2026-02-12T05:46:14.543Z | Compiling icu_provider_macros v1.5.0 |
| 1344 | 2026-02-12T05:46:14.909Z | Compiling thiserror-impl v1.0.69 |
| 1345 | 2026-02-12T05:46:14.994Z | Compiling zerocopy-derive v0.7.35 |
| 1346 | 2026-02-12T05:46:15.583Z | Compiling zerofrom v0.1.4 |
| 1347 | 2026-02-12T05:46:15.599Z | Compiling scroll_derive v0.12.0 |
| 1348 | 2026-02-12T05:46:15.664Z | Compiling pest v2.8.2 |
| 1349 | 2026-02-12T05:46:15.847Z | Compiling yoke v0.7.4 |
| 1350 | 2026-02-12T05:46:16.217Z | Compiling zerovec v0.10.4 |
| 1351 | 2026-02-12T05:46:16.805Z | Compiling clap_derive v4.5.47 |
| 1352 | 2026-02-12T05:46:16.930Z | Compiling scroll v0.12.0 |
| 1353 | 2026-02-12T05:46:16.934Z | Compiling zerocopy v0.7.35 |
| 1354 | 2026-02-12T05:46:17.477Z | Compiling goblin v0.8.2 |
| 1355 | 2026-02-12T05:46:17.729Z | Compiling tabled v0.15.0 |
| 1356 | 2026-02-12T05:46:18.034Z | Compiling tinystr v0.7.6 |
| 1357 | 2026-02-12T05:46:18.237Z | Compiling pest_meta v2.8.2 |
| 1358 | 2026-02-12T05:46:18.335Z | Compiling icu_locid v1.5.0 |
| 1359 | 2026-02-12T05:46:18.408Z | Compiling icu_collections v1.5.0 |
| 1360 | 2026-02-12T05:46:19.515Z | Compiling icu_provider v1.5.0 |
| 1361 | 2026-02-12T05:46:19.698Z | Compiling pest_generator v2.8.2 |
| 1362 | 2026-02-12T05:46:20.408Z | Compiling icu_locid_transform v1.5.0 |
| 1363 | 2026-02-12T05:46:20.552Z | Compiling serde_spanned v0.6.9 |
| 1364 | 2026-02-12T05:46:20.703Z | Compiling toml_datetime v0.6.11 |
| 1365 | 2026-02-12T05:46:20.812Z | Compiling erased-serde v0.4.6 |
| 1366 | 2026-02-12T05:46:21.231Z | Compiling toml_edit v0.22.27 |
| 1367 | 2026-02-12T05:46:21.570Z | Compiling dof v0.3.0 |
| 1368 | 2026-02-12T05:46:21.708Z | Compiling icu_properties v1.5.1 |
| 1369 | 2026-02-12T05:46:21.981Z | Compiling serde_tokenstream v0.2.2 |
| 1370 | 2026-02-12T05:46:22.439Z | Compiling serde-untagged v0.1.7 |
| 1371 | 2026-02-12T05:46:22.577Z | Compiling serde-value v0.7.0 |
| 1372 | 2026-02-12T05:46:22.690Z | Compiling pest_derive v2.8.2 |
| 1373 | 2026-02-12T05:46:22.714Z | Compiling cargo-platform v0.2.0 |
| 1374 | 2026-02-12T05:46:22.927Z | Compiling macaddr v1.0.1 |
| 1375 | 2026-02-12T05:46:23.354Z | Compiling clap v4.5.48 |
| 1376 | 2026-02-12T05:46:23.513Z | Compiling dtrace-parser v0.2.0 |
| 1377 | 2026-02-12T05:46:24.626Z | Compiling toml v0.8.23 |
| 1378 | 2026-02-12T05:46:25.348Z | Compiling icu_normalizer v1.5.0 |
| 1379 | 2026-02-12T05:46:25.362Z | Compiling usdt-attr-macro v0.5.0 |
| 1380 | 2026-02-12T05:46:25.417Z | Compiling usdt-macro v0.5.0 |
| 1381 | 2026-02-12T05:46:25.654Z | Compiling cargo_toml v0.21.0 |
| 1382 | 2026-02-12T05:46:26.207Z | Compiling idna_adapter v1.2.0 |
| 1383 | 2026-02-12T05:46:26.373Z | Compiling idna v1.0.3 |
| 1384 | 2026-02-12T05:46:26.562Z | Compiling usdt v0.5.0 |
| 1385 | 2026-02-12T05:46:26.781Z | Compiling url v2.5.4 |
| 1386 | 2026-02-12T05:46:27.396Z | Compiling cargo-util-schemas v0.8.2 |
| 1387 | 2026-02-12T05:46:28.989Z | Compiling cargo_metadata v0.21.0 |
| 1388 | 2026-02-12T05:46:30.524Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1389 | 2026-02-12T05:46:33.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.73s |
| 1390 | 2026-02-12T05:46:33.963Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1391 | 2026-02-12T05:46:35.094Z | Compiling value-bag v1.12.0 |
| 1392 | 2026-02-12T05:46:35.095Z | Compiling lock_api v0.4.12 |
| 1393 | 2026-02-12T05:46:35.095Z | Compiling scopeguard v1.2.0 |
| 1394 | 2026-02-12T05:46:35.098Z | Compiling shlex v1.3.0 |
| 1395 | 2026-02-12T05:46:35.098Z | Compiling smallvec v1.15.1 |
| 1396 | 2026-02-12T05:46:35.274Z | Compiling syn v2.0.114 |
| 1397 | 2026-02-12T05:46:35.288Z | Compiling getrandom v0.2.15 |
| 1398 | 2026-02-12T05:46:35.291Z | Compiling jobserver v0.1.32 |
| 1399 | 2026-02-12T05:46:35.381Z | Compiling typenum v1.17.0 |
| 1400 | 2026-02-12T05:46:35.609Z | Compiling rand_core v0.6.4 |
| 1401 | 2026-02-12T05:46:35.674Z | Compiling log v0.4.29 |
| 1402 | 2026-02-12T05:46:35.692Z | Compiling generic-array v0.14.7 |
| 1403 | 2026-02-12T05:46:35.800Z | Compiling cc v1.2.30 |
| 1404 | 2026-02-12T05:46:36.088Z | Compiling subtle v2.6.1 |
| 1405 | 2026-02-12T05:46:36.106Z | Compiling portable-atomic v1.11.0 |
| 1406 | 2026-02-12T05:46:36.126Z | Compiling const-oid v0.9.6 |
| 1407 | 2026-02-12T05:46:36.142Z | Compiling critical-section v1.1.3 |
| 1408 | 2026-02-12T05:46:36.317Z | Compiling serde_json v1.0.149 |
| 1409 | 2026-02-12T05:46:36.405Z | Compiling pkg-config v0.3.31 |
| 1410 | 2026-02-12T05:46:36.425Z | Compiling getrandom v0.3.4 |
| 1411 | 2026-02-12T05:46:36.684Z | Compiling spin v0.9.8 |
| 1412 | 2026-02-12T05:46:37.061Z | Compiling regex-syntax v0.8.5 |
| 1413 | 2026-02-12T05:46:37.664Z | Compiling pin-project-lite v0.2.14 |
| 1414 | 2026-02-12T05:46:37.683Z | Compiling parking_lot_core v0.9.10 |
| 1415 | 2026-02-12T05:46:38.106Z | Compiling once_cell v1.21.3 |
| 1416 | 2026-02-12T05:46:38.153Z | Compiling libm v0.2.8 |
| 1417 | 2026-02-12T05:46:38.222Z | Compiling rustix v0.38.37 |
| 1418 | 2026-02-12T05:46:38.523Z | Compiling signal-hook-registry v1.4.2 |
| 1419 | 2026-02-12T05:46:38.564Z | Compiling num-traits v0.2.19 |
| 1420 | 2026-02-12T05:46:38.815Z | Compiling allocator-api2 v0.2.21 |
| 1421 | 2026-02-12T05:46:39.078Z | Compiling parking_lot v0.12.3 |
| 1422 | 2026-02-12T05:46:39.195Z | Compiling mio v1.0.2 |
| 1423 | 2026-02-12T05:46:39.515Z | Compiling futures-core v0.3.31 |
| 1424 | 2026-02-12T05:46:39.581Z | Compiling lazy_static v1.5.0 |
| 1425 | 2026-02-12T05:46:39.730Z | Compiling aho-corasick v1.1.3 |
| 1426 | 2026-02-12T05:46:39.778Z | Compiling percent-encoding v2.3.2 |
| 1427 | 2026-02-12T05:46:39.869Z | Compiling socket2 v0.6.1 |
| 1428 | 2026-02-12T05:46:40.278Z | Compiling slab v0.4.9 |
| 1429 | 2026-02-12T05:46:40.435Z | Compiling cpufeatures v0.2.14 |
| 1430 | 2026-02-12T05:46:40.545Z | Compiling glob v0.3.2 |
| 1431 | 2026-02-12T05:46:40.564Z | Compiling either v1.15.0 |
| 1432 | 2026-02-12T05:46:40.793Z | Compiling futures-sink v0.3.31 |
| 1433 | 2026-02-12T05:46:40.956Z | Compiling futures-channel v0.3.31 |
| 1434 | 2026-02-12T05:46:40.959Z | Compiling hashbrown v0.16.1 |
| 1435 | 2026-02-12T05:46:41.107Z | Compiling futures-io v0.3.31 |
| 1436 | 2026-02-12T05:46:41.351Z | Compiling clang-sys v1.8.1 |
| 1437 | 2026-02-12T05:46:41.379Z | Compiling prettyplease v0.2.36 |
| 1438 | 2026-02-12T05:46:41.382Z | Compiling rustversion v1.0.22 |
| 1439 | 2026-02-12T05:46:41.749Z | Compiling regex-automata v0.4.11 |
| 1440 | 2026-02-12T05:46:41.833Z | Compiling futures-task v0.3.31 |
| 1441 | 2026-02-12T05:46:42.030Z | Compiling pin-utils v0.1.0 |
| 1442 | 2026-02-12T05:46:42.164Z | Compiling minimal-lexical v0.2.1 |
| 1443 | 2026-02-12T05:46:42.212Z | Compiling indexmap v2.13.0 |
| 1444 | 2026-02-12T05:46:42.232Z | Compiling libloading v0.8.5 |
| 1445 | 2026-02-12T05:46:42.613Z | Compiling synstructure v0.13.1 |
| 1446 | 2026-02-12T05:46:42.667Z | Compiling nom v7.1.3 |
| 1447 | 2026-02-12T05:46:42.762Z | Compiling base64ct v1.6.0 |
| 1448 | 2026-02-12T05:46:43.332Z | Compiling ident_case v1.0.1 |
| 1449 | 2026-02-12T05:46:43.445Z | Compiling home v0.5.9 |
| 1450 | 2026-02-12T05:46:43.527Z | Compiling bindgen v0.69.5 |
| 1451 | 2026-02-12T05:46:43.674Z | Compiling pem-rfc7468 v0.7.0 |
| 1452 | 2026-02-12T05:46:44.067Z | Compiling itertools v0.12.1 |
| 1453 | 2026-02-12T05:46:44.301Z | Compiling form_urlencoded v1.2.2 |
| 1454 | 2026-02-12T05:46:44.534Z | Compiling flagset v0.4.6 |
| 1455 | 2026-02-12T05:46:44.625Z | Compiling lazycell v1.3.0 |
| 1456 | 2026-02-12T05:46:44.759Z | Compiling rustc-hash v1.1.0 |
| 1457 | 2026-02-12T05:46:44.811Z | Compiling rand_core v0.9.3 |
| 1458 | 2026-02-12T05:46:44.933Z | Compiling cmake v0.1.51 |
| 1459 | 2026-02-12T05:46:45.375Z | Compiling foldhash v0.1.5 |
| 1460 | 2026-02-12T05:46:45.707Z | Compiling iana-time-zone v0.1.63 |
| 1461 | 2026-02-12T05:46:45.839Z | Compiling dunce v1.0.5 |
| 1462 | 2026-02-12T05:46:45.989Z | Compiling cexpr v0.6.0 |
| 1463 | 2026-02-12T05:46:46.079Z | Compiling paste v1.0.15 |
| 1464 | 2026-02-12T05:46:46.143Z | Compiling fs_extra v1.3.0 |
| 1465 | 2026-02-12T05:46:46.663Z | Compiling hashbrown v0.15.4 |
| 1466 | 2026-02-12T05:46:46.695Z | Compiling rustc_version v0.4.1 |
| 1467 | 2026-02-12T05:46:46.875Z | Compiling uuid v1.19.0 |
| 1468 | 2026-02-12T05:46:46.964Z | Compiling vcpkg v0.2.15 |
| 1469 | 2026-02-12T05:46:47.153Z | Compiling serde_derive v1.0.228 |
| 1470 | 2026-02-12T05:46:47.353Z | Compiling zeroize_derive v1.4.2 |
| 1471 | 2026-02-12T05:46:47.529Z | Compiling zerofrom-derive v0.1.4 |
| 1472 | 2026-02-12T05:46:47.932Z | Compiling yoke-derive v0.7.4 |
| 1473 | 2026-02-12T05:46:48.338Z | Compiling zerovec-derive v0.10.3 |
| 1474 | 2026-02-12T05:46:48.620Z | Compiling displaydoc v0.2.5 |
| 1475 | 2026-02-12T05:46:48.733Z | Compiling zeroize v1.8.1 |
| 1476 | 2026-02-12T05:46:50.195Z | Compiling icu_provider_macros v1.5.0 |
| 1477 | 2026-02-12T05:46:50.608Z | Compiling crypto-common v0.1.6 |
| 1478 | 2026-02-12T05:46:50.611Z | Compiling block-buffer v0.10.4 |
| 1479 | 2026-02-12T05:46:50.809Z | Compiling zerocopy-derive v0.7.35 |
| 1480 | 2026-02-12T05:46:50.839Z | Compiling tokio-macros v2.6.0 |
| 1481 | 2026-02-12T05:46:50.870Z | Compiling zerofrom v0.1.4 |
| 1482 | 2026-02-12T05:46:50.896Z | Compiling digest v0.10.7 |
| 1483 | 2026-02-12T05:46:51.111Z | Compiling yoke v0.7.4 |
| 1484 | 2026-02-12T05:46:51.197Z | Compiling thiserror-impl v2.0.18 |
| 1485 | 2026-02-12T05:46:51.395Z | Compiling hmac v0.12.1 |
| 1486 | 2026-02-12T05:46:51.479Z | Compiling zerovec v0.10.4 |
| 1487 | 2026-02-12T05:46:51.657Z | Compiling block-padding v0.3.3 |
| 1488 | 2026-02-12T05:46:51.942Z | Compiling futures-macro v0.3.31 |
| 1489 | 2026-02-12T05:46:52.096Z | Compiling inout v0.1.3 |
| 1490 | 2026-02-12T05:46:52.328Z | Compiling regex v1.11.3 |
| 1491 | 2026-02-12T05:46:52.404Z | Compiling cipher v0.4.4 |
| 1492 | 2026-02-12T05:46:52.687Z | Compiling zerocopy v0.7.35 |
| 1493 | 2026-02-12T05:46:52.926Z | Compiling sha2 v0.10.9 |
| 1494 | 2026-02-12T05:46:53.309Z | Compiling tinystr v0.7.6 |
| 1495 | 2026-02-12T05:46:53.501Z | Compiling icu_collections v1.5.0 |
| 1496 | 2026-02-12T05:46:53.710Z | Compiling icu_locid v1.5.0 |
| 1497 | 2026-02-12T05:46:53.730Z | Compiling der_derive v0.7.3 |
| 1498 | 2026-02-12T05:46:53.796Z | Compiling futures-util v0.3.31 |
| 1499 | 2026-02-12T05:46:54.072Z | Compiling ppv-lite86 v0.2.20 |
| 1500 | 2026-02-12T05:46:54.339Z | Compiling thiserror v2.0.18 |
| 1501 | 2026-02-12T05:46:54.430Z | Compiling serde v1.0.228 |
| 1502 | 2026-02-12T05:46:54.503Z | Compiling pest v2.8.2 |
| 1503 | 2026-02-12T05:46:54.781Z | Compiling salsa20 v0.10.2 |
| 1504 | 2026-02-12T05:46:54.840Z | Compiling icu_provider v1.5.0 |
| 1505 | 2026-02-12T05:46:55.011Z | Compiling pbkdf2 v0.12.2 |
| 1506 | 2026-02-12T05:46:55.209Z | Compiling zerocopy v0.8.27 |
| 1507 | 2026-02-12T05:46:55.727Z | Compiling bitflags v2.9.4 |
| 1508 | 2026-02-12T05:46:55.750Z | Compiling bytes v1.11.1 |
| 1509 | 2026-02-12T05:46:55.832Z | Compiling icu_locid_transform v1.5.0 |
| 1510 | 2026-02-12T05:46:55.989Z | Compiling chrono v0.4.43 |
| 1511 | 2026-02-12T05:46:56.127Z | Compiling der v0.7.10 |
| 1512 | 2026-02-12T05:46:56.537Z | Compiling scrypt v0.11.0 |
| 1513 | 2026-02-12T05:46:57.066Z | Compiling tokio v1.49.0 |
| 1514 | 2026-02-12T05:46:57.143Z | Compiling icu_properties v1.5.1 |
| 1515 | 2026-02-12T05:46:57.577Z | Compiling pest_meta v2.8.2 |
| 1516 | 2026-02-12T05:46:58.206Z | Compiling spki v0.7.3 |
| 1517 | 2026-02-12T05:46:58.596Z | Compiling http v1.4.0 |
| 1518 | 2026-02-12T05:46:58.976Z | Compiling rand_chacha v0.9.0 |
| 1519 | 2026-02-12T05:46:59.116Z | Compiling aes v0.8.4 |
| 1520 | 2026-02-12T05:46:59.416Z | Compiling cbc v0.1.2 |
| 1521 | 2026-02-12T05:46:59.705Z | Compiling which v4.4.2 |
| 1522 | 2026-02-12T05:47:00.624Z | Compiling openssl-sys v0.9.109 |
| 1523 | 2026-02-12T05:47:00.734Z | Compiling zerocopy-derive v0.8.27 |
| 1524 | 2026-02-12T05:47:01.729Z | Compiling icu_normalizer v1.5.0 |
| 1525 | 2026-02-12T05:47:01.818Z | Compiling pkcs5 v0.7.1 |
| 1526 | 2026-02-12T05:47:01.841Z | Compiling rand v0.9.2 |
| 1527 | 2026-02-12T05:47:01.905Z | Compiling pest_generator v2.8.2 |
| 1528 | 2026-02-12T05:47:02.115Z | Compiling tracing-attributes v0.1.27 |
| 1529 | 2026-02-12T05:47:02.889Z | Compiling idna_adapter v1.2.0 |
| 1530 | 2026-02-12T05:47:03.138Z | Compiling idna v1.0.3 |
| 1531 | 2026-02-12T05:47:03.388Z | Compiling serde_derive_internals v0.29.1 |
| 1532 | 2026-02-12T05:47:03.645Z | Compiling ring v0.17.14 |
| 1533 | 2026-02-12T05:47:03.666Z | Compiling tracing-core v0.1.32 |
| 1534 | 2026-02-12T05:47:03.801Z | Compiling url v2.5.4 |
| 1535 | 2026-02-12T05:47:04.721Z | Compiling aws-lc-rs v1.12.4 |
| 1536 | 2026-02-12T05:47:04.859Z | Compiling rustix v1.1.3 |
| 1537 | 2026-02-12T05:47:05.188Z | Compiling schemars v0.8.22 |
| 1538 | 2026-02-12T05:47:05.271Z | Compiling adler2 v2.0.0 |
| 1539 | 2026-02-12T05:47:05.505Z | Compiling miniz_oxide v0.8.5 |
| 1540 | 2026-02-12T05:47:05.534Z | Compiling tracing v0.1.40 |
| 1541 | 2026-02-12T05:47:05.572Z | Compiling schemars_derive v0.8.22 |
| 1542 | 2026-02-12T05:47:05.919Z | Compiling tokio-util v0.7.15 |
| 1543 | 2026-02-12T05:47:06.014Z | Compiling pest_derive v2.8.2 |
| 1544 | 2026-02-12T05:47:06.825Z | Compiling pkcs8 v0.10.2 |
| 1545 | 2026-02-12T05:47:06.874Z | Compiling http-body v1.0.1 |
| 1546 | 2026-02-12T05:47:07.106Z | Compiling scroll_derive v0.13.1 |
| 1547 | 2026-02-12T05:47:07.436Z | Compiling darling_core v0.20.10 |
| 1548 | 2026-02-12T05:47:08.170Z | Compiling httparse v1.9.5 |
| 1549 | 2026-02-12T05:47:08.264Z | Compiling tinyvec_macros v0.1.1 |
| 1550 | 2026-02-12T05:47:08.382Z | Compiling rustls-pki-types v1.10.0 |
| 1551 | 2026-02-12T05:47:08.413Z | Compiling base64 v0.22.1 |
| 1552 | 2026-02-12T05:47:08.822Z | Compiling dyn-clone v1.0.20 |
| 1553 | 2026-02-12T05:47:08.849Z | Compiling scroll v0.13.0 |
| 1554 | 2026-02-12T05:47:09.111Z | Compiling tinyvec v1.8.0 |
| 1555 | 2026-02-12T05:47:09.402Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1556 | 2026-02-12T05:47:09.933Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1557 | 2026-02-12T05:47:10.412Z | Compiling num-conv v0.1.0 |
| 1558 | 2026-02-12T05:47:10.697Z | Compiling openssl-probe v0.1.5 |
| 1559 | 2026-02-12T05:47:10.720Z | Compiling openssl v0.10.73 |
| 1560 | 2026-02-12T05:47:10.740Z | Compiling tower-layer v0.3.3 |
| 1561 | 2026-02-12T05:47:11.017Z | Compiling time-core v0.1.6 |
| 1562 | 2026-02-12T05:47:11.038Z | Compiling foreign-types-shared v0.1.1 |
| 1563 | 2026-02-12T05:47:11.090Z | Compiling atomic-waker v1.1.2 |
| 1564 | 2026-02-12T05:47:11.167Z | Compiling powerfmt v0.2.0 |
| 1565 | 2026-02-12T05:47:11.187Z | Compiling try-lock v0.2.5 |
| 1566 | 2026-02-12T05:47:11.283Z | Compiling tower-service v0.3.3 |
| 1567 | 2026-02-12T05:47:11.305Z | Compiling untrusted v0.7.1 |
| 1568 | 2026-02-12T05:47:11.357Z | Compiling untrusted v0.9.0 |
| 1569 | 2026-02-12T05:47:11.425Z | Compiling want v0.3.1 |
| 1570 | 2026-02-12T05:47:11.511Z | Compiling deranged v0.5.3 |
| 1571 | 2026-02-12T05:47:11.570Z | Compiling time-macros v0.2.24 |
| 1572 | 2026-02-12T05:47:11.702Z | Compiling tempfile v3.24.0 |
| 1573 | 2026-02-12T05:47:12.233Z | Compiling h2 v0.4.6 |
| 1574 | 2026-02-12T05:47:12.315Z | Compiling foreign-types v0.3.2 |
| 1575 | 2026-02-12T05:47:13.054Z | Compiling darling_macro v0.20.10 |
| 1576 | 2026-02-12T05:47:13.907Z | Compiling darling v0.20.10 |
| 1577 | 2026-02-12T05:47:14.004Z | Compiling goblin v0.10.2 |
| 1578 | 2026-02-12T05:47:14.211Z | Compiling ipnet v2.11.0 |
| 1579 | 2026-02-12T05:47:14.634Z | Compiling openssl-macros v0.1.1 |
| 1580 | 2026-02-12T05:47:15.345Z | Compiling wait-timeout v0.2.0 |
| 1581 | 2026-02-12T05:47:15.408Z | Compiling httpdate v1.0.3 |
| 1582 | 2026-02-12T05:47:15.425Z | Compiling bit-vec v0.8.0 |
| 1583 | 2026-02-12T05:47:15.753Z | Compiling usdt-impl v0.6.0 |
| 1584 | 2026-02-12T05:47:15.848Z | Compiling syn v1.0.109 |
| 1585 | 2026-02-12T05:47:15.866Z | Compiling native-tls v0.2.12 |
| 1586 | 2026-02-12T05:47:15.884Z | Compiling rustls v0.23.19 |
| 1587 | 2026-02-12T05:47:16.109Z | Compiling num_threads v0.1.7 |
| 1588 | 2026-02-12T05:47:16.202Z | Compiling crossbeam-utils v0.8.21 |
| 1589 | 2026-02-12T05:47:16.232Z | Compiling gimli v0.31.1 |
| 1590 | 2026-02-12T05:47:16.261Z | Compiling quick-error v1.2.3 |
| 1591 | 2026-02-12T05:47:16.400Z | Compiling rusty-fork v0.3.0 |
| 1592 | 2026-02-12T05:47:16.525Z | Compiling time v0.3.43 |
| 1593 | 2026-02-12T05:47:16.828Z | Compiling bit-set v0.8.0 |
| 1594 | 2026-02-12T05:47:17.280Z | Compiling derive_builder_core v0.20.2 |
| 1595 | 2026-02-12T05:47:19.403Z | Compiling hyper v1.8.1 |
| 1596 | 2026-02-12T05:47:20.167Z | Compiling unicode-normalization v0.1.24 |
| 1597 | 2026-02-12T05:47:20.899Z | Compiling dof v0.4.0 |
| 1598 | 2026-02-12T05:47:21.197Z | Compiling addr2line v0.24.2 |
| 1599 | 2026-02-12T05:47:21.619Z | Compiling dtrace-parser v0.3.0 |
| 1600 | 2026-02-12T05:47:21.897Z | Compiling signature v2.2.0 |
| 1601 | 2026-02-12T05:47:22.214Z | Compiling heapless v0.7.17 |
| 1602 | 2026-02-12T05:47:22.659Z | Compiling thiserror-impl v1.0.69 |
| 1603 | 2026-02-12T05:47:22.969Z | Compiling scroll_derive v0.12.0 |
| 1604 | 2026-02-12T05:47:23.008Z | Compiling rand_xorshift v0.4.0 |
| 1605 | 2026-02-12T05:47:23.290Z | Compiling darling_core v0.21.0 |
| 1606 | 2026-02-12T05:47:23.407Z | Compiling slog v2.8.2 |
| 1607 | 2026-02-12T05:47:23.746Z | Compiling thread-id v5.0.0 |
| 1608 | 2026-02-12T05:47:23.871Z | Compiling cookie v0.18.1 |
| 1609 | 2026-02-12T05:47:24.196Z | Compiling crc32fast v1.4.2 |
| 1610 | 2026-02-12T05:47:24.279Z | Compiling object v0.36.5 |
| 1611 | 2026-02-12T05:47:24.508Z | Compiling unarray v0.1.4 |
| 1612 | 2026-02-12T05:47:24.529Z | Compiling unicode-bidi v0.3.17 |
| 1613 | 2026-02-12T05:47:24.686Z | Compiling zlib-rs v0.5.1 |
| 1614 | 2026-02-12T05:47:24.778Z | Compiling unicode-properties v0.1.3 |
| 1615 | 2026-02-12T05:47:25.201Z | Compiling zstd-safe v7.2.3 |
| 1616 | 2026-02-12T05:47:25.513Z | Compiling rustc-demangle v0.1.24 |
| 1617 | 2026-02-12T05:47:25.581Z | Compiling signal-hook v0.3.18 |
| 1618 | 2026-02-12T05:47:25.703Z | Compiling anyhow v1.0.99 |
| 1619 | 2026-02-12T05:47:25.909Z | Compiling siphasher v0.3.11 |
| 1620 | 2026-02-12T05:47:26.295Z | Compiling phf_shared v0.11.2 |
| 1621 | 2026-02-12T05:47:26.471Z | Compiling thiserror v1.0.69 |
| 1622 | 2026-02-12T05:47:26.571Z | Compiling stringprep v0.1.5 |
| 1623 | 2026-02-12T05:47:26.627Z | Compiling proptest v1.7.0 |
| 1624 | 2026-02-12T05:47:26.657Z | Compiling scroll v0.12.0 |
| 1625 | 2026-02-12T05:47:27.542Z | Compiling hyper-util v0.1.19 |
| 1626 | 2026-02-12T05:47:27.874Z | Compiling derive_builder_macro v0.20.2 |
| 1627 | 2026-02-12T05:47:29.224Z | Compiling ipnetwork v0.21.1 |
| 1628 | 2026-02-12T05:47:29.282Z | Compiling darling_macro v0.21.0 |
| 1629 | 2026-02-12T05:47:30.086Z | Compiling serde_tokenstream v0.2.2 |
| 1630 | 2026-02-12T05:47:30.174Z | Compiling toml_datetime v0.6.11 |
| 1631 | 2026-02-12T05:47:30.684Z | Compiling serde_spanned v0.6.9 |
| 1632 | 2026-02-12T05:47:30.703Z | Compiling backtrace v0.3.74 |
| 1633 | 2026-02-12T05:47:30.953Z | Compiling erased-serde v0.3.31 |
| 1634 | 2026-02-12T05:47:31.270Z | Compiling libz-rs-sys v0.5.1 |
| 1635 | 2026-02-12T05:47:31.502Z | Compiling rand_chacha v0.3.1 |
| 1636 | 2026-02-12T05:47:31.579Z | Compiling md-5 v0.10.6 |
| 1637 | 2026-02-12T05:47:31.868Z | Compiling curve25519-dalek v4.1.3 |
| 1638 | 2026-02-12T05:47:32.167Z | Compiling vergen-lib v0.1.6 |
| 1639 | 2026-02-12T05:47:32.277Z | Compiling num-integer v0.1.46 |
| 1640 | 2026-02-12T05:47:32.485Z | Compiling sync_wrapper v1.0.1 |
| 1641 | 2026-02-12T05:47:32.551Z | Compiling ff v0.13.0 |
| 1642 | 2026-02-12T05:47:32.651Z | Compiling hash32 v0.2.1 |
| 1643 | 2026-02-12T05:47:32.788Z | Compiling memoffset v0.9.1 |
| 1644 | 2026-02-12T05:47:32.988Z | Compiling psl-types v2.0.11 |
| 1645 | 2026-02-12T05:47:33.025Z | Compiling num-bigint-dig v0.8.6 |
| 1646 | 2026-02-12T05:47:33.151Z | Compiling base16ct v0.2.0 |
| 1647 | 2026-02-12T05:47:33.215Z | Compiling cfg_aliases v0.2.1 |
| 1648 | 2026-02-12T05:47:33.336Z | Compiling litrs v0.4.1 |
| 1649 | 2026-02-12T05:47:33.381Z | Compiling ref-cast v1.0.25 |
| 1650 | 2026-02-12T05:47:33.426Z | Compiling smoltcp v0.9.1 |
| 1651 | 2026-02-12T05:47:33.464Z | Compiling fallible-iterator v0.2.0 |
| 1652 | 2026-02-12T05:47:33.486Z | Compiling sec1 v0.7.3 |
| 1653 | 2026-02-12T05:47:34.082Z | Compiling nix v0.29.0 |
| 1654 | 2026-02-12T05:47:34.122Z | Compiling postgres-protocol v0.6.8 |
| 1655 | 2026-02-12T05:47:34.148Z | Compiling publicsuffix v2.3.0 |
| 1656 | 2026-02-12T05:47:34.404Z | Compiling document-features v0.2.11 |
| 1657 | 2026-02-12T05:47:34.440Z | Compiling num-iter v0.1.45 |
| 1658 | 2026-02-12T05:47:34.647Z | Compiling group v0.13.0 |
| 1659 | 2026-02-12T05:47:34.943Z | Compiling tower v0.5.2 |
| 1660 | 2026-02-12T05:47:35.198Z | Compiling newtype-uuid v1.3.2 |
| 1661 | 2026-02-12T05:47:35.388Z | Compiling rand v0.8.5 |
| 1662 | 2026-02-12T05:47:35.889Z | Compiling flate2 v1.1.2 |
| 1663 | 2026-02-12T05:47:35.995Z | Compiling darling v0.21.0 |
| 1664 | 2026-02-12T05:47:36.132Z | Compiling oxnet v0.1.4 |
| 1665 | 2026-02-12T05:47:36.240Z | Compiling derive_builder v0.20.2 |
| 1666 | 2026-02-12T05:47:36.452Z | Compiling tokio-native-tls v0.3.1 |
| 1667 | 2026-02-12T05:47:36.472Z | Compiling goblin v0.8.2 |
| 1668 | 2026-02-12T05:47:37.288Z | Compiling rustls-native-certs v0.8.1 |
| 1669 | 2026-02-12T05:47:37.353Z | Compiling webpki-roots v1.0.1 |
| 1670 | 2026-02-12T05:47:37.568Z | Compiling http-body-util v0.1.3 |
| 1671 | 2026-02-12T05:47:37.788Z | Compiling strum_macros v0.27.2 |
| 1672 | 2026-02-12T05:47:37.831Z | Compiling terminal_size v0.4.0 |
| 1673 | 2026-02-12T05:47:37.922Z | Compiling cargo-platform v0.1.8 |
| 1674 | 2026-02-12T05:47:38.062Z | Compiling hkdf v0.12.4 |
| 1675 | 2026-02-12T05:47:38.080Z | Compiling crypto-bigint v0.5.5 |
| 1676 | 2026-02-12T05:47:38.359Z | Compiling daft-derive v0.1.4 |
| 1677 | 2026-02-12T05:47:38.432Z | Compiling ref-cast-impl v1.0.25 |
| 1678 | 2026-02-12T05:47:39.600Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1679 | 2026-02-12T05:47:39.993Z | Compiling async-trait v0.1.89 |
| 1680 | 2026-02-12T05:47:40.498Z | Compiling hubpack_derive v0.1.1 |
| 1681 | 2026-02-12T05:47:41.038Z | Compiling vergen v9.0.6 |
| 1682 | 2026-02-12T05:47:41.346Z | Compiling ahash v0.8.12 |
| 1683 | 2026-02-12T05:47:41.376Z | Compiling fs-err v3.1.1 |
| 1684 | 2026-02-12T05:47:41.712Z | Compiling ryu v1.0.18 |
| 1685 | 2026-02-12T05:47:41.727Z | Compiling buf-list v1.0.3 |
| 1686 | 2026-02-12T05:47:42.062Z | Compiling unicode-segmentation v1.12.0 |
| 1687 | 2026-02-12T05:47:42.344Z | Compiling simd-adler32 v0.3.7 |
| 1688 | 2026-02-12T05:47:42.480Z | Compiling lockfree-object-pool v0.1.6 |
| 1689 | 2026-02-12T05:47:42.745Z | Compiling managed v0.8.0 |
| 1690 | 2026-02-12T05:47:42.784Z | Compiling winnow v0.5.40 |
| 1691 | 2026-02-12T05:47:42.864Z | Compiling bitflags v1.3.2 |
| 1692 | 2026-02-12T05:47:42.891Z | Compiling iri-string v0.7.8 |
| 1693 | 2026-02-12T05:47:42.985Z | Compiling bumpalo v3.16.0 |
| 1694 | 2026-02-12T05:47:43.466Z | Compiling zopfli v0.8.1 |
| 1695 | 2026-02-12T05:47:43.789Z | Compiling strum v0.27.2 |
| 1696 | 2026-02-12T05:47:44.085Z | Compiling dof v0.3.0 |
| 1697 | 2026-02-12T05:47:45.020Z | Compiling serde_urlencoded v0.7.1 |
| 1698 | 2026-02-12T05:47:45.072Z | Compiling clap_builder v4.5.48 |
| 1699 | 2026-02-12T05:47:45.705Z | Compiling hubpack v0.1.2 |
| 1700 | 2026-02-12T05:47:45.888Z | Compiling tower-http v0.6.6 |
| 1701 | 2026-02-12T05:47:46.111Z | Compiling toml_edit v0.19.15 |
| 1702 | 2026-02-12T05:47:46.364Z | Compiling elliptic-curve v0.13.8 |
| 1703 | 2026-02-12T05:47:46.759Z | Compiling daft v0.1.4 |
| 1704 | 2026-02-12T05:47:46.940Z | Compiling cargo_metadata v0.19.2 |
| 1705 | 2026-02-12T05:47:47.244Z | Compiling hyper-tls v0.6.0 |
| 1706 | 2026-02-12T05:47:47.328Z | Compiling signal-hook-mio v0.2.4 |
| 1707 | 2026-02-12T05:47:47.515Z | Compiling cookie_store v0.21.1 |
| 1708 | 2026-02-12T05:47:47.652Z | Compiling zstd v0.13.3 |
| 1709 | 2026-02-12T05:47:49.785Z | Compiling serde_with_macros v3.16.1 |
| 1710 | 2026-02-12T05:47:50.364Z | Compiling postgres-types v0.2.9 |
| 1711 | 2026-02-12T05:47:51.768Z | Compiling usdt-attr-macro v0.6.0 |
| 1712 | 2026-02-12T05:47:52.277Z | Compiling usdt-macro v0.6.0 |
| 1713 | 2026-02-12T05:47:52.737Z | Compiling dtrace-parser v0.2.0 |
| 1714 | 2026-02-12T05:47:52.759Z | Compiling phf v0.11.2 |
| 1715 | 2026-02-12T05:47:52.820Z | Compiling ed25519 v2.2.3 |
| 1716 | 2026-02-12T05:47:53.049Z | Compiling bzip2 v0.5.2 |
| 1717 | 2026-02-12T05:47:53.370Z | Compiling bzip2 v0.4.4 |
| 1718 | 2026-02-12T05:47:53.451Z | Compiling pkcs1 v0.7.5 |
| 1719 | 2026-02-12T05:47:53.613Z | Compiling enum-as-inner v0.6.1 |
| 1720 | 2026-02-12T05:47:53.764Z | Compiling clap_derive v4.5.47 |
| 1721 | 2026-02-12T05:47:53.798Z | Compiling strum_macros v0.26.4 |
| 1722 | 2026-02-12T05:47:54.346Z | Compiling hex v0.4.3 |
| 1723 | 2026-02-12T05:47:54.592Z | Compiling serde-big-array v0.5.1 |
| 1724 | 2026-02-12T05:47:54.636Z | Compiling rfc6979 v0.4.0 |
| 1725 | 2026-02-12T05:47:54.843Z | Compiling serde_repr v0.1.19 |
| 1726 | 2026-02-12T05:47:54.846Z | Compiling bstr v1.10.0 |
| 1727 | 2026-02-12T05:47:54.877Z | Compiling float-cmp v0.10.0 |
| 1728 | 2026-02-12T05:47:54.937Z | Compiling env_filter v0.1.2 |
| 1729 | 2026-02-12T05:47:55.140Z | Compiling socket2 v0.5.10 |
| 1730 | 2026-02-12T05:47:55.603Z | Compiling memmap2 v0.9.8 |
| 1731 | 2026-02-12T05:47:55.951Z | Compiling encoding_rs v0.8.34 |
| 1732 | 2026-02-12T05:47:56.021Z | Compiling fixedbitset v0.5.7 |
| 1733 | 2026-02-12T05:47:56.059Z | Compiling data-encoding v2.9.0 |
| 1734 | 2026-02-12T05:47:56.385Z | Compiling static_assertions v1.1.0 |
| 1735 | 2026-02-12T05:47:56.499Z | Compiling fixedbitset v0.4.2 |
| 1736 | 2026-02-12T05:47:56.633Z | Compiling rustc-hash v2.1.1 |
| 1737 | 2026-02-12T05:47:56.834Z | Compiling keccak v0.1.5 |
| 1738 | 2026-02-12T05:47:56.938Z | Compiling new_debug_unreachable v1.0.6 |
| 1739 | 2026-02-12T05:47:57.056Z | Compiling mime v0.3.17 |
| 1740 | 2026-02-12T05:47:57.572Z | Compiling difflib v0.4.0 |
| 1741 | 2026-02-12T05:47:57.807Z | Compiling normalize-line-endings v0.3.0 |
| 1742 | 2026-02-12T05:47:57.961Z | Compiling jiff v0.2.15 |
| 1743 | 2026-02-12T05:47:57.993Z | Compiling foldhash v0.2.0 |
| 1744 | 2026-02-12T05:47:58.106Z | Compiling whoami v1.5.2 |
| 1745 | 2026-02-12T05:47:58.384Z | Compiling precomputed-hash v0.1.1 |
| 1746 | 2026-02-12T05:47:58.522Z | Compiling predicates-core v1.0.8 |
| 1747 | 2026-02-12T05:47:58.639Z | Compiling string_cache v0.8.9 |
| 1748 | 2026-02-12T05:47:58.828Z | Compiling predicates v3.1.3 |
| 1749 | 2026-02-12T05:47:58.847Z | Compiling tokio-postgres v0.7.13 |
| 1750 | 2026-02-12T05:47:59.057Z | Compiling iddqd v0.3.16 |
| 1751 | 2026-02-12T05:47:59.119Z | Compiling clap v4.5.48 |
| 1752 | 2026-02-12T05:47:59.248Z | Compiling toml_edit v0.22.27 |
| 1753 | 2026-02-12T05:47:59.545Z | Compiling strum v0.26.3 |
| 1754 | 2026-02-12T05:47:59.753Z | Compiling sha3 v0.10.8 |
| 1755 | 2026-02-12T05:48:00.285Z | Compiling petgraph v0.6.5 |
| 1756 | 2026-02-12T05:48:00.791Z | Compiling hickory-proto v0.25.2 |
| 1757 | 2026-02-12T05:48:01.505Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1758 | 2026-02-12T05:48:01.687Z | Compiling petgraph v0.8.2 |
| 1759 | 2026-02-12T05:48:03.943Z | Compiling usdt-impl v0.5.0 |
| 1760 | 2026-02-12T05:48:04.186Z | Compiling usdt v0.6.0 |
| 1761 | 2026-02-12T05:48:04.661Z | Compiling similar v2.7.0 |
| 1762 | 2026-02-12T05:48:05.240Z | Compiling zip v4.2.0 |
| 1763 | 2026-02-12T05:48:06.196Z | Compiling env_logger v0.11.8 |
| 1764 | 2026-02-12T05:48:06.251Z | Compiling serde_with v3.16.1 |
| 1765 | 2026-02-12T05:48:06.758Z | Compiling ecdsa v0.16.9 |
| 1766 | 2026-02-12T05:48:06.935Z | Compiling rsa v0.9.8 |
| 1767 | 2026-02-12T05:48:07.442Z | Compiling zip v0.6.6 |
| 1768 | 2026-02-12T05:48:07.600Z | Compiling ed25519-dalek v2.1.1 |
| 1769 | 2026-02-12T05:48:08.901Z | Compiling toml v0.7.8 |
| 1770 | 2026-02-12T05:48:09.517Z | Compiling crossterm v0.28.1 |
| 1771 | 2026-02-12T05:48:10.390Z | Compiling heck v0.4.1 |
| 1772 | 2026-02-12T05:48:10.650Z | Compiling crossbeam-epoch v0.9.18 |
| 1773 | 2026-02-12T05:48:10.706Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1774 | 2026-02-12T05:48:10.827Z | Compiling tokio-stream v0.1.17 |
| 1775 | 2026-02-12T05:48:10.876Z | Compiling x509-cert v0.2.5 |
| 1776 | 2026-02-12T05:48:11.157Z | Compiling openapiv3 v2.2.0 |
| 1777 | 2026-02-12T05:48:11.344Z | Compiling sha1 v0.10.6 |
| 1778 | 2026-02-12T05:48:11.784Z | Compiling itertools v0.10.5 |
| 1779 | 2026-02-12T05:48:11.802Z | Compiling itertools v0.13.0 |
| 1780 | 2026-02-12T05:48:12.321Z | Compiling winnow v0.6.26 |
| 1781 | 2026-02-12T05:48:12.723Z | Compiling lalrpop-util v0.19.12 |
| 1782 | 2026-02-12T05:48:13.101Z | Compiling peg-runtime v0.8.5 |
| 1783 | 2026-02-12T05:48:13.692Z | Compiling thread_local v1.1.8 |
| 1784 | 2026-02-12T05:48:14.183Z | Compiling slog-async v2.8.0 |
| 1785 | 2026-02-12T05:48:14.336Z | Compiling crossbeam-channel v0.5.15 |
| 1786 | 2026-02-12T05:48:14.678Z | Compiling xattr v1.3.1 |
| 1787 | 2026-02-12T05:48:14.771Z | Compiling futures-executor v0.3.31 |
| 1788 | 2026-02-12T05:48:14.790Z | Compiling filetime v0.2.26 |
| 1789 | 2026-02-12T05:48:14.942Z | Compiling is-terminal v0.4.13 |
| 1790 | 2026-02-12T05:48:15.107Z | Compiling term v1.1.0 |
| 1791 | 2026-02-12T05:48:15.127Z | Compiling take_mut v0.2.2 |
| 1792 | 2026-02-12T05:48:15.130Z | Compiling futures v0.3.31 |
| 1793 | 2026-02-12T05:48:15.186Z | Compiling tar v0.4.44 |
| 1794 | 2026-02-12T05:48:15.770Z | Compiling slog-term v2.9.2 |
| 1795 | 2026-02-12T05:48:18.396Z | Compiling aws-lc-sys v0.26.0 |
| 1796 | 2026-02-12T05:48:47.254Z | Compiling rustls-webpki v0.102.8 |
| 1797 | 2026-02-12T05:48:51.673Z | Compiling tokio-rustls v0.26.0 |
| 1798 | 2026-02-12T05:48:51.929Z | Compiling hyper-rustls v0.27.7 |
| 1799 | 2026-02-12T05:48:52.239Z | Compiling reqwest v0.12.24 |
| 1800 | 2026-02-12T05:48:55.966Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1801 | 2026-02-12T05:48:56.251Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1802 | 2026-02-12T05:49:00.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s |
| 1803 | 2026-02-12T05:49:00.904Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1804 | 2026-02-12T05:49:00.950Z | Feb 12 05:49:00.536 INFO Starting download, target: Clickhouse |
| 1805 | 2026-02-12T05:49:00.950Z | Feb 12 05:49:00.536 INFO Starting download, target: Cockroach |
| 1806 | 2026-02-12T05:49:00.953Z | Feb 12 05:49:00.536 INFO Starting download, target: Console |
| 1807 | 2026-02-12T05:49:00.953Z | Feb 12 05:49:00.536 INFO Starting download, target: DendriteStub |
| 1808 | 2026-02-12T05:49:00.953Z | Feb 12 05:49:00.536 INFO Starting download, target: MaghemiteMgd |
| 1809 | 2026-02-12T05:49:00.953Z | Feb 12 05:49:00.536 INFO Starting download, target: TransceiverControl |
| 1810 | 2026-02-12T05:49:00.953Z | Feb 12 05:49:00.536 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1811 | 2026-02-12T05:49:00.953Z | Feb 12 05:49:00.537 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1812 | 2026-02-12T05:49:00.953Z | Feb 12 05:49:00.537 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1813 | 2026-02-12T05:49:00.953Z | Feb 12 05:49:00.537 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1814 | 2026-02-12T05:49:00.953Z | Feb 12 05:49:00.537 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1815 | 2026-02-12T05:49:00.953Z | Feb 12 05:49:00.537 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1816 | 2026-02-12T05:49:01.481Z | Feb 12 05:49:01.043 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1817 | 2026-02-12T05:49:01.667Z | Feb 12 05:49:01.239 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1818 | 2026-02-12T05:49:01.894Z | Feb 12 05:49:01.479 INFO Download complete, target: TransceiverControl |
| 1819 | 2026-02-12T05:49:02.115Z | Feb 12 05:49:01.693 INFO Download complete, target: Console |
| 1820 | 2026-02-12T05:49:02.352Z | Feb 12 05:49:01.938 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1821 | 2026-02-12T05:49:02.416Z | Feb 12 05:49:02.000 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1822 | 2026-02-12T05:49:03.081Z | Feb 12 05:49:02.667 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1823 | 2026-02-12T05:49:03.081Z | Feb 12 05:49:02.667 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1824 | 2026-02-12T05:49:03.419Z | Feb 12 05:49:03.005 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1825 | 2026-02-12T05:49:06.594Z | Feb 12 05:49:06.179 INFO Download complete, target: MaghemiteMgd |
| 1826 | 2026-02-12T05:49:06.637Z | Feb 12 05:49:06.222 INFO Download complete, target: DendriteStub |
| 1827 | 2026-02-12T05:49:11.136Z | Feb 12 05:49:10.721 INFO Checking that binary works, target: Cockroach |
| 1828 | 2026-02-12T05:49:11.262Z | Feb 12 05:49:10.848 INFO Download complete, target: Cockroach |
| 1829 | 2026-02-12T05:49:14.859Z | Feb 12 05:49:14.440 INFO Checking that binary works, target: Clickhouse |
| 1830 | 2026-02-12T05:49:15.032Z | Feb 12 05:49:14.616 INFO Download complete, target: Clickhouse |
| 1831 | 2026-02-12T05:49:15.039Z | All prerequisites installed successfully |
| 1832 | 2026-02-12T05:49:15.044Z | |
| 1833 | 2026-02-12T05:49:15.044Z | real 4:47.648475402 |
| 1834 | 2026-02-12T05:49:15.044Z | user 18:23.618640296 |
| 1835 | 2026-02-12T05:49:15.044Z | sys 2:24.769643946 |
| 1836 | 2026-02-12T05:49:15.044Z | trap 0.643289277 |
| 1837 | 2026-02-12T05:49:15.044Z | tflt 1.043334233 |
| 1838 | 2026-02-12T05:49:15.044Z | dflt 1.178435622 |
| 1839 | 2026-02-12T05:49:15.044Z | kflt 0.121211163 |
| 1840 | 2026-02-12T05:49:15.044Z | lock 48:12.067360006 |
| 1841 | 2026-02-12T05:49:15.044Z | slp 1:07:39.321540045 |
| 1842 | 2026-02-12T05:49:15.044Z | lat 1:19.548323114 |
| 1843 | 2026-02-12T05:49:15.045Z | stop 2:59.517587112 |
| 1844 | 2026-02-12T05:49:15.045Z | + source ./tools/include/force-git-over-https.sh |
| 1845 | 2026-02-12T05:49:15.045Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
| 1846 | 2026-02-12T05:49:15.045Z | ++ (( i = 0 )) |
| 1847 | 2026-02-12T05:49:15.045Z | ++ (( i < 5 )) |
| 1848 | 2026-02-12T05:49:15.045Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
| 1849 | 2026-02-12T05:49:15.045Z | ++ (( i++ )) |
| 1850 | 2026-02-12T05:49:15.045Z | ++ (( i < 5 )) |
| 1851 | 2026-02-12T05:49:15.045Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
| 1852 | 2026-02-12T05:49:15.049Z | ++ (( i++ )) |
| 1853 | 2026-02-12T05:49:15.049Z | ++ (( i < 5 )) |
| 1854 | 2026-02-12T05:49:15.049Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
| 1855 | 2026-02-12T05:49:15.071Z | ++ (( i++ )) |
| 1856 | 2026-02-12T05:49:15.071Z | ++ (( i < 5 )) |
| 1857 | 2026-02-12T05:49:15.071Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
| 1858 | 2026-02-12T05:49:15.071Z | ++ (( i++ )) |
| 1859 | 2026-02-12T05:49:15.071Z | ++ (( i < 5 )) |
| 1860 | 2026-02-12T05:49:15.071Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
| 1861 | 2026-02-12T05:49:15.074Z | ++ (( i++ )) |
| 1862 | 2026-02-12T05:49:15.074Z | ++ (( i < 5 )) |
| 1863 | 2026-02-12T05:49:15.074Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1864 | 2026-02-12T05:49:15.074Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1865 | 2026-02-12T05:49:15.074Z | + rc=0 |
| 1866 | 2026-02-12T05:49:15.074Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
| 1867 | 2026-02-12T05:50:00.021Z | + case $rc in |
| 1868 | 2026-02-12T05:50:00.021Z | + pfexec zfs create -p rpool/images/build/host |
| 1869 | 2026-02-12T05:50:00.260Z | + pfexec zfs create -p rpool/images/build/recovery |
| 1870 | 2026-02-12T05:50:00.338Z | + cargo xtask releng --output-dir /work --mkincorp |
| 1871 | 2026-02-12T05:50:01.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1872 | 2026-02-12T05:50:01.124Z | Running `target/debug/xtask releng --output-dir /work --mkincorp` |
| 1873 | 2026-02-12T05:50:02.344Z | Compiling proc-macro2 v1.0.101 |
| 1874 | 2026-02-12T05:50:02.344Z | Compiling unicode-ident v1.0.19 |
| 1875 | 2026-02-12T05:50:02.344Z | Compiling libc v0.2.180 |
| 1876 | 2026-02-12T05:50:02.347Z | Compiling serde_core v1.0.228 |
| 1877 | 2026-02-12T05:50:02.347Z | Compiling serde v1.0.228 |
| 1878 | 2026-02-12T05:50:02.347Z | Compiling autocfg v1.4.0 |
| 1879 | 2026-02-12T05:50:02.347Z | Compiling cfg-if v1.0.4 |
| 1880 | 2026-02-12T05:50:02.657Z | Compiling version_check v0.9.5 |
| 1881 | 2026-02-12T05:50:02.706Z | Compiling memchr v2.7.4 |
| 1882 | 2026-02-12T05:50:02.730Z | Compiling shlex v1.3.0 |
| 1883 | 2026-02-12T05:50:03.207Z | Compiling typenum v1.17.0 |
| 1884 | 2026-02-12T05:50:03.252Z | Compiling lock_api v0.4.12 |
| 1885 | 2026-02-12T05:50:03.633Z | Compiling generic-array v0.14.7 |
| 1886 | 2026-02-12T05:50:03.960Z | Compiling value-bag v1.12.0 |
| 1887 | 2026-02-12T05:50:03.984Z | Compiling portable-atomic v1.11.0 |
| 1888 | 2026-02-12T05:50:04.098Z | Compiling getrandom v0.3.4 |
| 1889 | 2026-02-12T05:50:04.504Z | Compiling quote v1.0.40 |
| 1890 | 2026-02-12T05:50:04.560Z | Compiling jobserver v0.1.32 |
| 1891 | 2026-02-12T05:50:04.714Z | Compiling log v0.4.29 |
| 1892 | 2026-02-12T05:50:04.863Z | Compiling zmij v1.0.15 |
| 1893 | 2026-02-12T05:50:04.926Z | Compiling libm v0.2.8 |
| 1894 | 2026-02-12T05:50:05.166Z | Compiling syn v2.0.114 |
| 1895 | 2026-02-12T05:50:05.356Z | Compiling cc v1.2.30 |
| 1896 | 2026-02-12T05:50:05.491Z | Compiling serde_json v1.0.149 |
| 1897 | 2026-02-12T05:50:05.528Z | Compiling num-traits v0.2.19 |
| 1898 | 2026-02-12T05:50:05.796Z | Compiling scopeguard v1.2.0 |
| 1899 | 2026-02-12T05:50:05.891Z | Compiling smallvec v1.15.1 |
| 1900 | 2026-02-12T05:50:06.037Z | Compiling parking_lot_core v0.9.10 |
| 1901 | 2026-02-12T05:50:06.450Z | Compiling rustix v0.38.37 |
| 1902 | 2026-02-12T05:50:06.485Z | Compiling pkg-config v0.3.31 |
| 1903 | 2026-02-12T05:50:06.519Z | Compiling getrandom v0.2.15 |
| 1904 | 2026-02-12T05:50:07.264Z | Compiling thiserror v2.0.18 |
| 1905 | 2026-02-12T05:50:07.534Z | Compiling itoa v1.0.11 |
| 1906 | 2026-02-12T05:50:07.900Z | Compiling regex-syntax v0.8.5 |
| 1907 | 2026-02-12T05:50:07.951Z | Compiling errno v0.3.12 |
| 1908 | 2026-02-12T05:50:08.501Z | Compiling spin v0.9.8 |
| 1909 | 2026-02-12T05:50:08.592Z | Compiling aho-corasick v1.1.3 |
| 1910 | 2026-02-12T05:50:08.680Z | Compiling slab v0.4.9 |
| 1911 | 2026-02-12T05:50:08.804Z | Compiling stable_deref_trait v1.2.0 |
| 1912 | 2026-02-12T05:50:08.954Z | Compiling subtle v2.6.1 |
| 1913 | 2026-02-12T05:50:08.980Z | Compiling lazy_static v1.5.0 |
| 1914 | 2026-02-12T05:50:09.090Z | Compiling critical-section v1.1.3 |
| 1915 | 2026-02-12T05:50:09.143Z | Compiling semver v1.0.27 |
| 1916 | 2026-02-12T05:50:09.199Z | Compiling rand_core v0.6.4 |
| 1917 | 2026-02-12T05:50:09.868Z | Compiling glob v0.3.2 |
| 1918 | 2026-02-12T05:50:10.027Z | Compiling either v1.15.0 |
| 1919 | 2026-02-12T05:50:10.544Z | Compiling once_cell v1.21.3 |
| 1920 | 2026-02-12T05:50:10.650Z | Compiling clang-sys v1.8.1 |
| 1921 | 2026-02-12T05:50:11.582Z | Compiling prettyplease v0.2.36 |
| 1922 | 2026-02-12T05:50:11.653Z | Compiling regex-automata v0.4.11 |
| 1923 | 2026-02-12T05:50:11.775Z | Compiling heck v0.5.0 |
| 1924 | 2026-02-12T05:50:12.461Z | Compiling synstructure v0.13.1 |
| 1925 | 2026-02-12T05:50:12.764Z | Compiling minimal-lexical v0.2.1 |
| 1926 | 2026-02-12T05:50:12.823Z | Compiling schemars v0.8.22 |
| 1927 | 2026-02-12T05:50:13.254Z | Compiling nom v7.1.3 |
| 1928 | 2026-02-12T05:50:13.405Z | Compiling serde_derive_internals v0.29.1 |
| 1929 | 2026-02-12T05:50:13.528Z | Compiling libloading v0.8.5 |
| 1930 | 2026-02-12T05:50:13.583Z | Compiling paste v1.0.15 |
| 1931 | 2026-02-12T05:50:13.697Z | Compiling litemap v0.7.3 |
| 1932 | 2026-02-12T05:50:13.936Z | Compiling bindgen v0.69.5 |
| 1933 | 2026-02-12T05:50:14.192Z | Compiling home v0.5.9 |
| 1934 | 2026-02-12T05:50:14.274Z | Compiling writeable v0.5.5 |
| 1935 | 2026-02-12T05:50:15.491Z | Compiling itertools v0.12.1 |
| 1936 | 2026-02-12T05:50:16.358Z | Compiling serde_derive v1.0.228 |
| 1937 | 2026-02-12T05:50:16.720Z | Compiling zeroize_derive v1.4.2 |
| 1938 | 2026-02-12T05:50:17.498Z | Compiling zerofrom-derive v0.1.4 |
| 1939 | 2026-02-12T05:50:18.041Z | Compiling yoke-derive v0.7.4 |
| 1940 | 2026-02-12T05:50:18.082Z | Compiling zerovec-derive v0.10.3 |
| 1941 | 2026-02-12T05:50:18.764Z | Compiling displaydoc v0.2.5 |
| 1942 | 2026-02-12T05:50:20.415Z | Compiling icu_provider_macros v1.5.0 |
| 1943 | 2026-02-12T05:50:20.457Z | Compiling zeroize v1.8.1 |
| 1944 | 2026-02-12T05:50:20.509Z | Compiling thiserror-impl v2.0.18 |
| 1945 | 2026-02-12T05:50:20.565Z | Compiling zerocopy-derive v0.7.35 |
| 1946 | 2026-02-12T05:50:20.966Z | Compiling tokio-macros v2.6.0 |
| 1947 | 2026-02-12T05:50:21.020Z | Compiling regex v1.11.3 |
| 1948 | 2026-02-12T05:50:21.282Z | Compiling zerofrom v0.1.4 |
| 1949 | 2026-02-12T05:50:21.603Z | Compiling futures-macro v0.3.31 |
| 1950 | 2026-02-12T05:50:21.655Z | Compiling yoke v0.7.4 |
| 1951 | 2026-02-12T05:50:22.114Z | Compiling zerovec v0.10.4 |
| 1952 | 2026-02-12T05:50:22.757Z | Compiling cexpr v0.6.0 |
| 1953 | 2026-02-12T05:50:23.482Z | Compiling schemars_derive v0.8.22 |
| 1954 | 2026-02-12T05:50:23.785Z | Compiling lazycell v1.3.0 |
| 1955 | 2026-02-12T05:50:23.858Z | Compiling rustc-hash v1.1.0 |
| 1956 | 2026-02-12T05:50:24.011Z | Compiling allocator-api2 v0.2.21 |
| 1957 | 2026-02-12T05:50:24.086Z | Compiling byteorder v1.5.0 |
| 1958 | 2026-02-12T05:50:24.226Z | Compiling percent-encoding v2.3.2 |
| 1959 | 2026-02-12T05:50:24.374Z | Compiling tinystr v0.7.6 |
| 1960 | 2026-02-12T05:50:24.547Z | Compiling bitflags v2.9.4 |
| 1961 | 2026-02-12T05:50:24.652Z | Compiling bytes v1.11.1 |
| 1962 | 2026-02-12T05:50:24.995Z | Compiling icu_locid v1.5.0 |
| 1963 | 2026-02-12T05:50:26.028Z | Compiling cmake v0.1.51 |
| 1964 | 2026-02-12T05:50:26.128Z | Compiling icu_locid_transform_data v1.5.0 |
| 1965 | 2026-02-12T05:50:26.151Z | Compiling dunce v1.0.5 |
| 1966 | 2026-02-12T05:50:26.285Z | Compiling fs_extra v1.3.0 |
| 1967 | 2026-02-12T05:50:26.375Z | Compiling icu_provider v1.5.0 |
| 1968 | 2026-02-12T05:50:26.453Z | Compiling equivalent v1.0.2 |
| 1969 | 2026-02-12T05:50:27.078Z | Compiling icu_collections v1.5.0 |
| 1970 | 2026-02-12T05:50:27.177Z | Compiling icu_properties_data v1.5.0 |
| 1971 | 2026-02-12T05:50:27.277Z | Compiling icu_locid_transform v1.5.0 |
| 1972 | 2026-02-12T05:50:27.385Z | Compiling crypto-common v0.1.6 |
| 1973 | 2026-02-12T05:50:27.513Z | Compiling utf8_iter v1.0.4 |
| 1974 | 2026-02-12T05:50:27.731Z | Compiling pin-project-lite v0.2.14 |
| 1975 | 2026-02-12T05:50:27.996Z | Compiling icu_normalizer_data v1.5.0 |
| 1976 | 2026-02-12T05:50:28.186Z | Compiling write16 v1.0.0 |
| 1977 | 2026-02-12T05:50:28.373Z | Compiling utf16_iter v1.0.5 |
| 1978 | 2026-02-12T05:50:28.641Z | Compiling der_derive v0.7.3 |
| 1979 | 2026-02-12T05:50:28.752Z | Compiling which v4.4.2 |
| 1980 | 2026-02-12T05:50:29.100Z | Compiling icu_properties v1.5.1 |
| 1981 | 2026-02-12T05:50:29.620Z | Compiling const-oid v0.9.6 |
| 1982 | 2026-02-12T05:50:30.033Z | Compiling rustversion v1.0.22 |
| 1983 | 2026-02-12T05:50:31.076Z | Compiling ring v0.17.14 |
| 1984 | 2026-02-12T05:50:32.754Z | Compiling form_urlencoded v1.2.2 |
| 1985 | 2026-02-12T05:50:33.432Z | Compiling icu_normalizer v1.5.0 |
| 1986 | 2026-02-12T05:50:33.495Z | Compiling fnv v1.0.7 |
| 1987 | 2026-02-12T05:50:33.593Z | Compiling futures-core v0.3.31 |
| 1988 | 2026-02-12T05:50:33.896Z | Compiling vcpkg v0.2.15 |
| 1989 | 2026-02-12T05:50:33.955Z | Compiling aws-lc-rs v1.12.4 |
| 1990 | 2026-02-12T05:50:34.494Z | Compiling idna_adapter v1.2.0 |
| 1991 | 2026-02-12T05:50:34.801Z | Compiling idna v1.0.3 |
| 1992 | 2026-02-12T05:50:35.121Z | Compiling block-buffer v0.10.4 |
| 1993 | 2026-02-12T05:50:35.415Z | Compiling openssl-sys v0.9.109 |
| 1994 | 2026-02-12T05:50:35.587Z | Compiling signal-hook-registry v1.4.2 |
| 1995 | 2026-02-12T05:50:35.641Z | Compiling zerocopy v0.8.27 |
| 1996 | 2026-02-12T05:50:36.292Z | Compiling url v2.5.4 |
| 1997 | 2026-02-12T05:50:36.592Z | Compiling digest v0.10.7 |
| 1998 | 2026-02-12T05:50:37.183Z | Compiling parking_lot v0.12.3 |
| 1999 | 2026-02-12T05:50:37.247Z | Compiling hashbrown v0.16.1 |
| 2000 | 2026-02-12T05:50:38.141Z | Compiling tracing-attributes v0.1.27 |
| 2001 | 2026-02-12T05:50:38.715Z | Compiling mio v1.0.2 |
| 2002 | 2026-02-12T05:50:40.391Z | Compiling zerocopy-derive v0.8.27 |
| 2003 | 2026-02-12T05:50:40.444Z | Compiling httparse v1.9.5 |
| 2004 | 2026-02-12T05:50:40.608Z | Compiling rustix v1.1.3 |
| 2005 | 2026-02-12T05:50:40.823Z | Compiling indexmap v2.13.0 |
| 2006 | 2026-02-12T05:50:41.122Z | Compiling socket2 v0.6.1 |
| 2007 | 2026-02-12T05:50:41.398Z | Compiling aws-lc-sys v0.26.0 |
| 2008 | 2026-02-12T05:50:41.839Z | Compiling tokio v1.49.0 |
| 2009 | 2026-02-12T05:50:41.992Z | Compiling foldhash v0.1.5 |
| 2010 | 2026-02-12T05:50:42.102Z | Compiling iana-time-zone v0.1.63 |
| 2011 | 2026-02-12T05:50:42.435Z | Compiling chrono v0.4.43 |
| 2012 | 2026-02-12T05:50:42.835Z | Compiling hashbrown v0.15.4 |
| 2013 | 2026-02-12T05:50:43.050Z | Compiling zerocopy v0.7.35 |
| 2014 | 2026-02-12T05:50:43.668Z | Compiling futures-sink v0.3.31 |
| 2015 | 2026-02-12T05:50:43.946Z | Compiling num-conv v0.1.0 |
| 2016 | 2026-02-12T05:50:44.172Z | Compiling time-core v0.1.6 |
| 2017 | 2026-02-12T05:50:44.226Z | Compiling futures-channel v0.3.31 |
| 2018 | 2026-02-12T05:50:44.520Z | Compiling time-macros v0.2.24 |
| 2019 | 2026-02-12T05:50:44.599Z | Compiling uuid v1.19.0 |
| 2020 | 2026-02-12T05:50:45.159Z | Compiling futures-task v0.3.31 |
| 2021 | 2026-02-12T05:50:45.493Z | Compiling futures-io v0.3.31 |
| 2022 | 2026-02-12T05:50:45.530Z | Compiling openssl v0.10.73 |
| 2023 | 2026-02-12T05:50:45.620Z | Compiling pin-utils v0.1.0 |
| 2024 | 2026-02-12T05:50:45.825Z | Compiling futures-util v0.3.31 |
| 2025 | 2026-02-12T05:50:47.575Z | Compiling cpufeatures v0.2.14 |
| 2026 | 2026-02-12T05:50:47.770Z | Compiling ppv-lite86 v0.2.20 |
| 2027 | 2026-02-12T05:50:48.017Z | Compiling openssl-macros v0.1.1 |
| 2028 | 2026-02-12T05:50:48.706Z | Compiling rustc_version v0.4.1 |
| 2029 | 2026-02-12T05:50:49.238Z | Compiling ucd-trie v0.1.7 |
| 2030 | 2026-02-12T05:50:49.354Z | Compiling strsim v0.11.1 |
| 2031 | 2026-02-12T05:50:49.424Z | Compiling native-tls v0.2.12 |
| 2032 | 2026-02-12T05:50:49.674Z | Compiling rustls v0.23.19 |
| 2033 | 2026-02-12T05:50:50.038Z | Compiling pest v2.8.2 |
| 2034 | 2026-02-12T05:50:50.069Z | Compiling hmac v0.12.1 |
| 2035 | 2026-02-12T05:50:50.072Z | Compiling serde_tokenstream v0.2.2 |
| 2036 | 2026-02-12T05:50:50.186Z | Compiling dyn-clone v1.0.20 |
| 2037 | 2026-02-12T05:50:51.081Z | Compiling block-padding v0.3.3 |
| 2038 | 2026-02-12T05:50:51.487Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 2039 | 2026-02-12T05:50:51.523Z | Compiling cookie v0.18.1 |
| 2040 | 2026-02-12T05:50:52.023Z | Compiling ident_case v1.0.1 |
| 2041 | 2026-02-12T05:50:52.072Z | Compiling thiserror v1.0.69 |
| 2042 | 2026-02-12T05:50:52.489Z | Compiling inout v0.1.3 |
| 2043 | 2026-02-12T05:50:52.867Z | Compiling pest_meta v2.8.2 |
| 2044 | 2026-02-12T05:50:53.156Z | Compiling http v1.4.0 |
| 2045 | 2026-02-12T05:50:54.414Z | Compiling pest_generator v2.8.2 |
| 2046 | 2026-02-12T05:50:54.490Z | Compiling base64 v0.22.1 |
| 2047 | 2026-02-12T05:50:56.364Z | Compiling syn v1.0.109 |
| 2048 | 2026-02-12T05:50:56.531Z | Compiling pest_derive v2.8.2 |
| 2049 | 2026-02-12T05:50:57.842Z | Compiling cipher v0.4.4 |
| 2050 | 2026-02-12T05:50:57.885Z | Compiling sha2 v0.10.9 |
| 2051 | 2026-02-12T05:50:58.524Z | Compiling slog v2.8.2 |
| 2052 | 2026-02-12T05:51:01.365Z | Compiling scroll_derive v0.13.1 |
| 2053 | 2026-02-12T05:51:01.737Z | Compiling thiserror-impl v1.0.69 |
| 2054 | 2026-02-12T05:51:02.595Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 2055 | 2026-02-12T05:51:03.203Z | Compiling crossbeam-utils v0.8.21 |
| 2056 | 2026-02-12T05:51:03.432Z | Compiling rustls-pki-types v1.10.0 |
| 2057 | 2026-02-12T05:51:03.964Z | Compiling base64ct v1.6.0 |
| 2058 | 2026-02-12T05:51:04.691Z | Compiling pem-rfc7468 v0.7.0 |
| 2059 | 2026-02-12T05:51:05.326Z | Compiling litrs v0.4.1 |
| 2060 | 2026-02-12T05:51:05.329Z | Compiling flagset v0.4.6 |
| 2061 | 2026-02-12T05:51:06.364Z | Compiling document-features v0.2.11 |
| 2062 | 2026-02-12T05:51:07.478Z | Compiling der v0.7.10 |
| 2063 | 2026-02-12T05:51:08.044Z | Compiling tokio-util v0.7.15 |
| 2064 | 2026-02-12T05:51:10.083Z | Compiling rand_core v0.9.3 |
| 2065 | 2026-02-12T05:51:10.479Z | Compiling tracing-core v0.1.32 |
| 2066 | 2026-02-12T05:51:10.547Z | Compiling untrusted v0.9.0 |
| 2067 | 2026-02-12T05:51:10.788Z | Compiling powerfmt v0.2.0 |
| 2068 | 2026-02-12T05:51:11.672Z | Compiling camino v1.2.2 |
| 2069 | 2026-02-12T05:51:12.228Z | Compiling untrusted v0.7.1 |
| 2070 | 2026-02-12T05:51:12.511Z | Compiling plain v0.2.3 |
| 2071 | 2026-02-12T05:51:12.745Z | Compiling tracing v0.1.40 |
| 2072 | 2026-02-12T05:51:12.783Z | Compiling deranged v0.5.3 |
| 2073 | 2026-02-12T05:51:13.206Z | Compiling spki v0.7.3 |
| 2074 | 2026-02-12T05:51:13.731Z | Compiling salsa20 v0.10.2 |
| 2075 | 2026-02-12T05:51:13.756Z | Compiling http-body v1.0.1 |
| 2076 | 2026-02-12T05:51:13.985Z | Compiling pbkdf2 v0.12.2 |
| 2077 | 2026-02-12T05:51:14.846Z | Compiling atomic-waker v1.1.2 |
| 2078 | 2026-02-12T05:51:15.231Z | Compiling num-bigint-dig v0.8.6 |
| 2079 | 2026-02-12T05:51:15.504Z | Compiling num_threads v0.1.7 |
| 2080 | 2026-02-12T05:51:15.956Z | Compiling time v0.3.43 |
| 2081 | 2026-02-12T05:51:16.497Z | Compiling scrypt v0.11.0 |
| 2082 | 2026-02-12T05:51:17.070Z | Compiling rand_chacha v0.9.0 |
| 2083 | 2026-02-12T05:51:17.548Z | Compiling cbc v0.1.2 |
| 2084 | 2026-02-12T05:51:17.676Z | Compiling aes v0.8.4 |
| 2085 | 2026-02-12T05:51:18.901Z | Compiling ahash v0.8.12 |
| 2086 | 2026-02-12T05:51:18.989Z | Compiling pretty-hex v0.4.1 |
| 2087 | 2026-02-12T05:51:19.315Z | Compiling zstd-safe v7.2.3 |
| 2088 | 2026-02-12T05:51:19.485Z | Compiling tower-layer v0.3.3 |
| 2089 | 2026-02-12T05:51:19.780Z | Compiling tower-service v0.3.3 |
| 2090 | 2026-02-12T05:51:19.920Z | Compiling usdt-impl v0.6.0 |
| 2091 | 2026-02-12T05:51:19.981Z | Compiling anyhow v1.0.99 |
| 2092 | 2026-02-12T05:51:20.154Z | Compiling try-lock v0.2.5 |
| 2093 | 2026-02-12T05:51:20.447Z | Compiling want v0.3.1 |
| 2094 | 2026-02-12T05:51:20.932Z | Compiling pkcs5 v0.7.1 |
| 2095 | 2026-02-12T05:51:23.086Z | Compiling rand v0.9.2 |
| 2096 | 2026-02-12T05:51:23.595Z | Compiling h2 v0.4.6 |
| 2097 | 2026-02-12T05:51:25.221Z | Compiling scroll v0.13.0 |
| 2098 | 2026-02-12T05:51:25.524Z | Compiling heapless v0.7.17 |
| 2099 | 2026-02-12T05:51:26.007Z | Compiling ipnet v2.11.0 |
| 2100 | 2026-02-12T05:51:26.117Z | Compiling clap_derive v4.5.47 |
| 2101 | 2026-02-12T05:51:26.192Z | Compiling async-trait v0.1.89 |
| 2102 | 2026-02-12T05:51:26.800Z | Compiling daft-derive v0.1.4 |
| 2103 | 2026-02-12T05:51:27.566Z | Compiling scroll_derive v0.12.0 |
| 2104 | 2026-02-12T05:51:28.351Z | Compiling httpdate v1.0.3 |
| 2105 | 2026-02-12T05:51:28.485Z | Compiling fastrand v2.1.1 |
| 2106 | 2026-02-12T05:51:28.990Z | Compiling signal-hook v0.3.18 |
| 2107 | 2026-02-12T05:51:29.070Z | Compiling foreign-types-shared v0.1.1 |
| 2108 | 2026-02-12T05:51:29.222Z | Compiling adler2 v2.0.0 |
| 2109 | 2026-02-12T05:51:29.285Z | Compiling openssl-probe v0.1.5 |
| 2110 | 2026-02-12T05:51:29.333Z | Compiling foreign-types v0.3.2 |
| 2111 | 2026-02-12T05:51:29.474Z | Compiling miniz_oxide v0.8.5 |
| 2112 | 2026-02-12T05:51:29.519Z | Compiling tempfile v3.24.0 |
| 2113 | 2026-02-12T05:51:30.149Z | Compiling goblin v0.10.2 |
| 2114 | 2026-02-12T05:51:30.763Z | Compiling pkcs8 v0.10.2 |
| 2115 | 2026-02-12T05:51:32.180Z | Compiling darling_core v0.20.10 |
| 2116 | 2026-02-12T05:51:32.882Z | Compiling hyper v1.8.1 |
| 2117 | 2026-02-12T05:51:38.431Z | Compiling tinyvec_macros v0.1.1 |
| 2118 | 2026-02-12T05:51:39.867Z | Compiling tinyvec v1.8.0 |
| 2119 | 2026-02-12T05:51:41.000Z | Compiling dof v0.4.0 |
| 2120 | 2026-02-12T05:51:41.628Z | Compiling darling_macro v0.20.10 |
| 2121 | 2026-02-12T05:51:42.721Z | Compiling hyper-util v0.1.19 |
| 2122 | 2026-02-12T05:51:46.615Z | Compiling dtrace-parser v0.3.0 |
| 2123 | 2026-02-12T05:51:47.800Z | Compiling darling_core v0.21.0 |
| 2124 | 2026-02-12T05:51:48.158Z | Compiling curve25519-dalek v4.1.3 |
| 2125 | 2026-02-12T05:51:48.647Z | Compiling strum_macros v0.26.4 |
| 2126 | 2026-02-12T05:51:48.945Z | Compiling hex v0.4.3 |
| 2127 | 2026-02-12T05:51:49.773Z | Compiling thread-id v5.0.0 |
| 2128 | 2026-02-12T05:51:49.923Z | Compiling memoffset v0.9.1 |
| 2129 | 2026-02-12T05:51:50.623Z | Compiling anstyle v1.0.11 |
| 2130 | 2026-02-12T05:51:50.796Z | Compiling smoltcp v0.9.1 |
| 2131 | 2026-02-12T05:51:51.840Z | Compiling utf8parse v0.2.2 |
| 2132 | 2026-02-12T05:51:52.101Z | Compiling ryu v1.0.18 |
| 2133 | 2026-02-12T05:51:53.070Z | Compiling ref-cast v1.0.25 |
| 2134 | 2026-02-12T05:51:53.116Z | Compiling unicode-segmentation v1.12.0 |
| 2135 | 2026-02-12T05:51:53.519Z | Compiling darling_macro v0.21.0 |
| 2136 | 2026-02-12T05:51:54.369Z | Compiling anstyle-parse v0.2.5 |
| 2137 | 2026-02-12T05:51:58.239Z | Compiling darling v0.20.10 |
| 2138 | 2026-02-12T05:51:58.892Z | Compiling http-body-util v0.1.3 |
| 2139 | 2026-02-12T05:52:00.732Z | Compiling sync_wrapper v1.0.1 |
| 2140 | 2026-02-12T05:52:00.774Z | Compiling toml_datetime v0.6.11 |
| 2141 | 2026-02-12T05:52:00.933Z | Compiling erased-serde v0.3.31 |
| 2142 | 2026-02-12T05:52:01.449Z | Compiling serde_spanned v0.6.9 |
| 2143 | 2026-02-12T05:52:01.828Z | Compiling wait-timeout v0.2.0 |
| 2144 | 2026-02-12T05:52:02.333Z | Compiling encoding_rs v0.8.34 |
| 2145 | 2026-02-12T05:52:02.812Z | Compiling cfg_aliases v0.2.1 |
| 2146 | 2026-02-12T05:52:02.954Z | Compiling quick-error v1.2.3 |
| 2147 | 2026-02-12T05:52:03.158Z | Compiling buf-list v1.0.3 |
| 2148 | 2026-02-12T05:52:03.229Z | Compiling psl-types v2.0.11 |
| 2149 | 2026-02-12T05:52:03.281Z | Compiling anstyle-query v1.1.1 |
| 2150 | 2026-02-12T05:52:03.477Z | Compiling colorchoice v1.0.2 |
| 2151 | 2026-02-12T05:52:03.705Z | Compiling bit-vec v0.8.0 |
| 2152 | 2026-02-12T05:52:04.066Z | Compiling mime v0.3.17 |
| 2153 | 2026-02-12T05:52:04.215Z | Compiling gimli v0.31.1 |
| 2154 | 2026-02-12T05:52:04.978Z | Compiling is_terminal_polyfill v1.70.1 |
| 2155 | 2026-02-12T05:52:05.144Z | Compiling anstream v0.6.18 |
| 2156 | 2026-02-12T05:52:05.207Z | Compiling bit-set v0.8.0 |
| 2157 | 2026-02-12T05:52:05.584Z | Compiling serde_urlencoded v0.7.1 |
| 2158 | 2026-02-12T05:52:08.219Z | Compiling publicsuffix v2.3.0 |
| 2159 | 2026-02-12T05:52:08.581Z | Compiling addr2line v0.24.2 |
| 2160 | 2026-02-12T05:52:08.990Z | Compiling rusty-fork v0.3.0 |
| 2161 | 2026-02-12T05:52:09.692Z | Compiling nix v0.29.0 |
| 2162 | 2026-02-12T05:52:10.725Z | Compiling tower v0.5.2 |
| 2163 | 2026-02-12T05:52:13.633Z | Compiling derive_builder_core v0.20.2 |
| 2164 | 2026-02-12T05:52:13.661Z | Compiling tokio-native-tls v0.3.1 |
| 2165 | 2026-02-12T05:52:14.040Z | Compiling darling v0.21.0 |
| 2166 | 2026-02-12T05:52:14.209Z | Compiling heck v0.4.1 |
| 2167 | 2026-02-12T05:52:14.657Z | Compiling unicode-normalization v0.1.24 |
| 2168 | 2026-02-12T05:52:15.029Z | Compiling rustls-native-certs v0.8.1 |
| 2169 | 2026-02-12T05:52:15.761Z | Compiling hubpack_derive v0.1.1 |
| 2170 | 2026-02-12T05:52:15.897Z | Compiling rand_xorshift v0.4.0 |
| 2171 | 2026-02-12T05:52:16.201Z | Compiling webpki-roots v1.0.1 |
| 2172 | 2026-02-12T05:52:16.602Z | Compiling ipnetwork v0.21.1 |
| 2173 | 2026-02-12T05:52:17.054Z | Compiling openapiv3 v2.2.0 |
| 2174 | 2026-02-12T05:52:17.344Z | Compiling signature v2.2.0 |
| 2175 | 2026-02-12T05:52:17.631Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2176 | 2026-02-12T05:52:19.111Z | Compiling ref-cast-impl v1.0.25 |
| 2177 | 2026-02-12T05:52:19.966Z | Compiling strum_macros v0.27.2 |
| 2178 | 2026-02-12T05:52:20.745Z | Compiling object v0.36.5 |
| 2179 | 2026-02-12T05:52:21.356Z | Compiling fs-err v3.1.1 |
| 2180 | 2026-02-12T05:52:21.634Z | Compiling usdt-impl v0.5.0 |
| 2181 | 2026-02-12T05:52:21.829Z | Compiling crc32fast v1.4.2 |
| 2182 | 2026-02-12T05:52:22.718Z | Compiling unicode-bidi v0.3.17 |
| 2183 | 2026-02-12T05:52:22.747Z | Compiling iri-string v0.7.8 |
| 2184 | 2026-02-12T05:52:23.933Z | Compiling rustc-demangle v0.1.24 |
| 2185 | 2026-02-12T05:52:24.779Z | Compiling zlib-rs v0.5.1 |
| 2186 | 2026-02-12T05:52:24.818Z | Compiling siphasher v0.3.11 |
| 2187 | 2026-02-12T05:52:24.878Z | Compiling unicode-properties v0.1.3 |
| 2188 | 2026-02-12T05:52:25.656Z | Compiling unarray v0.1.4 |
| 2189 | 2026-02-12T05:52:25.915Z | Compiling proptest v1.7.0 |
| 2190 | 2026-02-12T05:52:27.263Z | Compiling tower-http v0.6.6 |
| 2191 | 2026-02-12T05:52:28.170Z | Compiling backtrace v0.3.74 |
| 2192 | 2026-02-12T05:52:30.074Z | Compiling libz-rs-sys v0.5.1 |
| 2193 | 2026-02-12T05:52:30.376Z | Compiling stringprep v0.1.5 |
| 2194 | 2026-02-12T05:52:30.716Z | Compiling phf_shared v0.11.2 |
| 2195 | 2026-02-12T05:52:31.671Z | Compiling oxnet v0.1.4 |
| 2196 | 2026-02-12T05:52:31.935Z | Compiling derive_builder_macro v0.20.2 |
| 2197 | 2026-02-12T05:52:32.906Z | Compiling serde_with_macros v3.16.1 |
| 2198 | 2026-02-12T05:52:33.597Z | Compiling hyper-tls v0.6.0 |
| 2199 | 2026-02-12T05:52:34.557Z | Compiling cookie_store v0.21.1 |
| 2200 | 2026-02-12T05:52:34.788Z | Compiling usdt-attr-macro v0.6.0 |
| 2201 | 2026-02-12T05:52:35.472Z | Compiling usdt-macro v0.6.0 |
| 2202 | 2026-02-12T05:52:35.841Z | Compiling rustls-webpki v0.102.8 |
| 2203 | 2026-02-12T05:52:36.483Z | Compiling scroll v0.12.0 |
| 2204 | 2026-02-12T05:52:37.095Z | Compiling terminal_size v0.4.0 |
| 2205 | 2026-02-12T05:52:37.549Z | Compiling rand_chacha v0.3.1 |
| 2206 | 2026-02-12T05:52:38.764Z | Compiling md-5 v0.10.6 |
| 2207 | 2026-02-12T05:52:39.052Z | Compiling num-integer v0.1.46 |
| 2208 | 2026-02-12T05:52:39.077Z | Compiling vergen-lib v0.1.6 |
| 2209 | 2026-02-12T05:52:39.183Z | Compiling hash32 v0.2.1 |
| 2210 | 2026-02-12T05:52:39.442Z | Compiling ff v0.13.0 |
| 2211 | 2026-02-12T05:52:39.827Z | Compiling winnow v0.7.14 |
| 2212 | 2026-02-12T05:52:40.114Z | Compiling fallible-iterator v0.2.0 |
| 2213 | 2026-02-12T05:52:41.683Z | Compiling base16ct v0.2.0 |
| 2214 | 2026-02-12T05:52:41.843Z | Compiling clap_lex v0.7.4 |
| 2215 | 2026-02-12T05:52:42.063Z | Compiling sec1 v0.7.3 |
| 2216 | 2026-02-12T05:52:42.630Z | Compiling clap_builder v4.5.48 |
| 2217 | 2026-02-12T05:52:44.765Z | Compiling tokio-rustls v0.26.0 |
| 2218 | 2026-02-12T05:52:44.926Z | Compiling postgres-protocol v0.6.8 |
| 2219 | 2026-02-12T05:52:45.265Z | Compiling group v0.13.0 |
| 2220 | 2026-02-12T05:52:46.142Z | Compiling num-iter v0.1.45 |
| 2221 | 2026-02-12T05:52:46.496Z | Compiling rand v0.8.5 |
| 2222 | 2026-02-12T05:52:50.599Z | Compiling goblin v0.8.2 |
| 2223 | 2026-02-12T05:52:51.212Z | Compiling derive_builder v0.20.2 |
| 2224 | 2026-02-12T05:52:51.381Z | Compiling newtype-uuid v1.3.2 |
| 2225 | 2026-02-12T05:52:51.955Z | Compiling flate2 v1.1.2 |
| 2226 | 2026-02-12T05:52:55.023Z | Compiling hkdf v0.12.4 |
| 2227 | 2026-02-12T05:52:55.299Z | Compiling regress v0.10.4 |
| 2228 | 2026-02-12T05:52:55.309Z | Compiling vergen v9.0.6 |
| 2229 | 2026-02-12T05:52:55.879Z | Compiling crypto-bigint v0.5.5 |
| 2230 | 2026-02-12T05:52:56.061Z | Compiling cargo-platform v0.1.8 |
| 2231 | 2026-02-12T05:52:56.582Z | Compiling serde_repr v0.1.19 |
| 2232 | 2026-02-12T05:52:57.815Z | Compiling enum-as-inner v0.6.1 |
| 2233 | 2026-02-12T05:52:59.406Z | Compiling simd-adler32 v0.3.7 |
| 2234 | 2026-02-12T05:52:59.659Z | Compiling bumpalo v3.16.0 |
| 2235 | 2026-02-12T05:53:03.826Z | Compiling winnow v0.5.40 |
| 2236 | 2026-02-12T05:53:03.842Z | Compiling managed v0.8.0 |
| 2237 | 2026-02-12T05:53:03.842Z | Compiling lockfree-object-pool v0.1.6 |
| 2238 | 2026-02-12T05:53:03.842Z | Compiling bitflags v1.3.2 |
| 2239 | 2026-02-12T05:53:03.842Z | Compiling zopfli v0.8.1 |
| 2240 | 2026-02-12T05:53:04.033Z | Compiling hyper-rustls v0.27.7 |
| 2241 | 2026-02-12T05:53:04.644Z | Compiling reqwest v0.12.24 |
| 2242 | 2026-02-12T05:53:04.702Z | Compiling toml_edit v0.19.15 |
| 2243 | 2026-02-12T05:53:06.582Z | Compiling typify-impl v0.4.3 |
| 2244 | 2026-02-12T05:53:07.572Z | Compiling elliptic-curve v0.13.8 |
| 2245 | 2026-02-12T05:53:08.439Z | Compiling dof v0.3.0 |
| 2246 | 2026-02-12T05:53:09.450Z | Compiling cargo_metadata v0.19.2 |
| 2247 | 2026-02-12T05:53:11.695Z | Compiling daft v0.1.4 |
| 2248 | 2026-02-12T05:53:12.298Z | Compiling signal-hook-mio v0.2.4 |
| 2249 | 2026-02-12T05:53:12.567Z | Compiling zstd v0.13.3 |
| 2250 | 2026-02-12T05:53:13.208Z | Compiling clap v4.5.48 |
| 2251 | 2026-02-12T05:53:13.477Z | Compiling postgres-types v0.2.9 |
| 2252 | 2026-02-12T05:53:13.842Z | Compiling dtrace-parser v0.2.0 |
| 2253 | 2026-02-12T05:53:14.235Z | Compiling phf v0.11.2 |
| 2254 | 2026-02-12T05:53:14.619Z | Compiling strum v0.27.2 |
| 2255 | 2026-02-12T05:53:14.901Z | Compiling ed25519 v2.2.3 |
| 2256 | 2026-02-12T05:53:14.995Z | Compiling hubpack v0.1.2 |
| 2257 | 2026-02-12T05:53:15.076Z | Compiling bzip2 v0.5.2 |
| 2258 | 2026-02-12T05:53:15.092Z | Compiling bzip2 v0.4.4 |
| 2259 | 2026-02-12T05:53:15.543Z | Compiling pkcs1 v0.7.5 |
| 2260 | 2026-02-12T05:53:15.797Z | Compiling rfc6979 v0.4.0 |
| 2261 | 2026-02-12T05:53:15.811Z | Compiling float-cmp v0.10.0 |
| 2262 | 2026-02-12T05:53:16.136Z | Compiling serde-big-array v0.5.1 |
| 2263 | 2026-02-12T05:53:16.413Z | Compiling bstr v1.10.0 |
| 2264 | 2026-02-12T05:53:16.497Z | Compiling structmeta-derive v0.3.0 |
| 2265 | 2026-02-12T05:53:16.642Z | Compiling env_filter v0.1.2 |
| 2266 | 2026-02-12T05:53:16.677Z | Compiling socket2 v0.5.10 |
| 2267 | 2026-02-12T05:53:17.326Z | Compiling memmap2 v0.9.8 |
| 2268 | 2026-02-12T05:53:17.516Z | Compiling thread-id v4.2.2 |
| 2269 | 2026-02-12T05:53:17.673Z | Compiling precomputed-hash v0.1.1 |
| 2270 | 2026-02-12T05:53:17.868Z | Compiling radium v0.7.0 |
| 2271 | 2026-02-12T05:53:17.969Z | Compiling fixedbitset v0.5.7 |
| 2272 | 2026-02-12T05:53:18.508Z | Compiling keccak v0.1.5 |
| 2273 | 2026-02-12T05:53:18.934Z | Compiling data-encoding v2.9.0 |
| 2274 | 2026-02-12T05:53:20.509Z | Compiling difflib v0.4.0 |
| 2275 | 2026-02-12T05:53:20.513Z | Compiling new_debug_unreachable v1.0.6 |
| 2276 | 2026-02-12T05:53:20.579Z | Compiling predicates-core v1.0.8 |
| 2277 | 2026-02-12T05:53:20.717Z | Compiling foldhash v0.2.0 |
| 2278 | 2026-02-12T05:53:20.817Z | Compiling fixedbitset v0.4.2 |
| 2279 | 2026-02-12T05:53:20.874Z | Compiling rustc-hash v2.1.1 |
| 2280 | 2026-02-12T05:53:21.141Z | Compiling whoami v1.5.2 |
| 2281 | 2026-02-12T05:53:21.288Z | Compiling static_assertions v1.1.0 |
| 2282 | 2026-02-12T05:53:21.468Z | Compiling toml_write v0.1.2 |
| 2283 | 2026-02-12T05:53:21.873Z | Compiling normalize-line-endings v0.3.0 |
| 2284 | 2026-02-12T05:53:21.912Z | Compiling jiff v0.2.15 |
| 2285 | 2026-02-12T05:53:22.072Z | Compiling predicates v3.1.3 |
| 2286 | 2026-02-12T05:53:24.934Z | Compiling tokio-postgres v0.7.13 |
| 2287 | 2026-02-12T05:53:25.643Z | Compiling toml_edit v0.22.27 |
| 2288 | 2026-02-12T05:53:30.268Z | Compiling zip v4.2.0 |
| 2289 | 2026-02-12T05:53:32.038Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2290 | 2026-02-12T05:53:32.387Z | Compiling petgraph v0.6.5 |
| 2291 | 2026-02-12T05:53:32.468Z | Compiling iddqd v0.3.16 |
| 2292 | 2026-02-12T05:53:33.685Z | Compiling string_cache v0.8.9 |
| 2293 | 2026-02-12T05:53:34.166Z | Compiling hickory-proto v0.25.2 |
| 2294 | 2026-02-12T05:53:35.275Z | Compiling structmeta v0.3.0 |
| 2295 | 2026-02-12T05:53:35.751Z | Compiling sha3 v0.10.8 |
| 2296 | 2026-02-12T05:53:36.225Z | Compiling petgraph v0.8.2 |
| 2297 | 2026-02-12T05:53:36.411Z | Compiling usdt v0.6.0 |
| 2298 | 2026-02-12T05:53:38.274Z | Compiling similar v2.7.0 |
| 2299 | 2026-02-12T05:53:42.621Z | Compiling env_logger v0.11.8 |
| 2300 | 2026-02-12T05:53:42.642Z | Compiling typify-macro v0.4.3 |
| 2301 | 2026-02-12T05:53:42.642Z | Compiling serde_with v3.16.1 |
| 2302 | 2026-02-12T05:53:42.642Z | Compiling rsa v0.9.8 |
| 2303 | 2026-02-12T05:53:42.642Z | Compiling ecdsa v0.16.9 |
| 2304 | 2026-02-12T05:53:44.713Z | Compiling zip v0.6.6 |
| 2305 | 2026-02-12T05:53:45.600Z | Compiling ed25519-dalek v2.1.1 |
| 2306 | 2026-02-12T05:53:45.986Z | Compiling crossterm v0.28.1 |
| 2307 | 2026-02-12T05:53:46.582Z | Compiling crossbeam-epoch v0.9.18 |
| 2308 | 2026-02-12T05:53:46.695Z | Compiling toml v0.7.8 |
| 2309 | 2026-02-12T05:53:47.034Z | Compiling strum v0.26.3 |
| 2310 | 2026-02-12T05:53:47.331Z | Compiling tokio-stream v0.1.17 |
| 2311 | 2026-02-12T05:53:48.095Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2312 | 2026-02-12T05:53:48.397Z | Compiling x509-cert v0.2.5 |
| 2313 | 2026-02-12T05:53:49.294Z | Compiling sha1 v0.10.6 |
| 2314 | 2026-02-12T05:53:49.467Z | Compiling itertools v0.10.5 |
| 2315 | 2026-02-12T05:53:49.855Z | Compiling itertools v0.13.0 |
| 2316 | 2026-02-12T05:53:51.444Z | Compiling winnow v0.6.26 |
| 2317 | 2026-02-12T05:53:52.877Z | Compiling tap v1.0.1 |
| 2318 | 2026-02-12T05:53:52.899Z | Compiling lalrpop-util v0.19.12 |
| 2319 | 2026-02-12T05:53:52.931Z | Compiling peg-runtime v0.8.5 |
| 2320 | 2026-02-12T05:53:53.517Z | Compiling maybe-uninit v2.0.0 |
| 2321 | 2026-02-12T05:53:53.640Z | Compiling wyz v0.5.1 |
| 2322 | 2026-02-12T05:53:55.033Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2323 | 2026-02-12T05:54:02.423Z | Compiling funty v2.0.0 |
| 2324 | 2026-02-12T05:54:02.639Z | Compiling packed_struct v0.10.1 |
| 2325 | 2026-02-12T05:54:04.139Z | Compiling bitvec v1.0.1 |
| 2326 | 2026-02-12T05:54:11.000Z | Compiling packed_struct_codegen v0.10.1 |
| 2327 | 2026-02-12T05:54:11.054Z | Compiling futures-executor v0.3.31 |
| 2328 | 2026-02-12T05:54:12.070Z | Compiling bitfield-macros v0.19.2 |
| 2329 | 2026-02-12T05:54:12.097Z | Compiling zerocopy-derive v0.6.6 |
| 2330 | 2026-02-12T05:54:12.810Z | Compiling indexmap v1.9.3 |
| 2331 | 2026-02-12T05:54:13.637Z | Compiling typeid v1.0.3 |
| 2332 | 2026-02-12T05:54:13.792Z | Compiling nodrop v0.1.14 |
| 2333 | 2026-02-12T05:54:14.646Z | Compiling crc-catalog v2.4.0 |
| 2334 | 2026-02-12T05:54:15.113Z | Compiling crc v3.2.1 |
| 2335 | 2026-02-12T05:54:15.695Z | Compiling zerocopy v0.6.6 |
| 2336 | 2026-02-12T05:54:15.745Z | Compiling array-init v0.0.4 |
| 2337 | 2026-02-12T05:54:16.997Z | Compiling bitfield v0.19.2 |
| 2338 | 2026-02-12T05:54:18.526Z | Compiling futures v0.3.31 |
| 2339 | 2026-02-12T05:54:19.870Z | Compiling smallvec v0.6.14 |
| 2340 | 2026-02-12T05:54:21.273Z | Compiling typify v0.4.3 |
| 2341 | 2026-02-12T05:54:21.682Z | Compiling derive-ex v0.1.8 |
| 2342 | 2026-02-12T05:54:22.925Z | Compiling base64 v0.21.7 |
| 2343 | 2026-02-12T05:54:23.862Z | Compiling unsafe-libyaml v0.2.11 |
| 2344 | 2026-02-12T05:54:24.208Z | Compiling rustls v0.22.4 |
| 2345 | 2026-02-12T05:54:25.560Z | Compiling hashbrown v0.12.3 |
| 2346 | 2026-02-12T05:54:25.665Z | Compiling test-strategy v0.4.3 |
| 2347 | 2026-02-12T05:54:28.815Z | Compiling serde_yaml v0.9.34+deprecated |
| 2348 | 2026-02-12T05:54:28.970Z | Compiling ron v0.8.1 |
| 2349 | 2026-02-12T05:54:31.942Z | Compiling progenitor-impl v0.11.2 |
| 2350 | 2026-02-12T05:54:32.388Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2351 | 2026-02-12T05:54:33.236Z | Compiling serde-hex v0.1.0 |
| 2352 | 2026-02-12T05:54:37.616Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2353 | 2026-02-12T05:54:39.094Z | Compiling toml v0.8.23 |
| 2354 | 2026-02-12T05:54:39.738Z | Compiling hashbrown v0.13.2 |
| 2355 | 2026-02-12T05:54:44.434Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2356 | 2026-02-12T05:54:44.484Z | Compiling xattr v1.3.1 |
| 2357 | 2026-02-12T05:54:44.841Z | Compiling pin-project-internal v1.1.6 |
| 2358 | 2026-02-12T05:54:45.429Z | Compiling thread_local v1.1.8 |
| 2359 | 2026-02-12T05:54:46.094Z | Compiling filetime v0.2.26 |
| 2360 | 2026-02-12T05:54:46.636Z | Compiling multer v3.1.0 |
| 2361 | 2026-02-12T05:54:46.814Z | Compiling crc-any v2.5.0 |
| 2362 | 2026-02-12T05:54:47.269Z | Compiling rayon-core v1.12.1 |
| 2363 | 2026-02-12T05:54:48.171Z | Compiling same-file v1.0.6 |
| 2364 | 2026-02-12T05:54:48.434Z | Compiling match_cfg v0.1.0 |
| 2365 | 2026-02-12T05:54:48.728Z | Compiling slog-async v2.8.0 |
| 2366 | 2026-02-12T05:54:54.713Z | Compiling hostname v0.3.1 |
| 2367 | 2026-02-12T05:54:55.024Z | Compiling walkdir v2.5.0 |
| 2368 | 2026-02-12T05:55:00.795Z | Compiling pin-project v1.1.6 |
| 2369 | 2026-02-12T05:55:00.971Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2370 | 2026-02-12T05:55:02.287Z | Compiling tar v0.4.44 |
| 2371 | 2026-02-12T05:55:03.828Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2372 | 2026-02-12T05:55:07.918Z | Compiling object v0.30.4 |
| 2373 | 2026-02-12T05:55:08.428Z | Compiling erased-serde v0.4.6 |
| 2374 | 2026-02-12T05:55:08.534Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2375 | 2026-02-12T05:55:09.608Z | Compiling progenitor-macro v0.11.2 |
| 2376 | 2026-02-12T05:55:18.839Z | Compiling progenitor-client v0.11.2 |
| 2377 | 2026-02-12T05:55:19.836Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 2378 | 2026-02-12T05:55:20.098Z | Compiling crossbeam-channel v0.5.15 |
| 2379 | 2026-02-12T05:55:20.143Z | Compiling snafu-derive v0.8.5 |
| 2380 | 2026-02-12T05:55:20.507Z | Compiling slog-json v2.6.1 |
| 2381 | 2026-02-12T05:55:21.484Z | Compiling async-stream-impl v0.3.6 |
| 2382 | 2026-02-12T05:55:21.662Z | Compiling ordered-float v2.10.1 |
| 2383 | 2026-02-12T05:55:22.358Z | Compiling serde_path_to_error v0.1.20 |
| 2384 | 2026-02-12T05:55:22.501Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2385 | 2026-02-12T05:55:22.625Z | Compiling serde_spanned v1.0.4 |
| 2386 | 2026-02-12T05:55:22.909Z | Compiling is-terminal v0.4.13 |
| 2387 | 2026-02-12T05:55:23.079Z | Compiling fs-err v2.11.0 |
| 2388 | 2026-02-12T05:55:23.103Z | Compiling dropshot v0.16.7 |
| 2389 | 2026-02-12T05:55:23.400Z | Compiling path-slash v0.1.5 |
| 2390 | 2026-02-12T05:55:23.451Z | Compiling term v1.1.0 |
| 2391 | 2026-02-12T05:55:23.476Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2392 | 2026-02-12T05:55:23.673Z | Compiling debug-ignore v1.0.5 |
| 2393 | 2026-02-12T05:55:23.874Z | Compiling unicode-width v0.1.14 |
| 2394 | 2026-02-12T05:55:24.182Z | Compiling take_mut v0.2.2 |
| 2395 | 2026-02-12T05:55:24.390Z | Compiling tabwriter v1.4.0 |
| 2396 | 2026-02-12T05:55:24.478Z | Compiling snafu v0.8.5 |
| 2397 | 2026-02-12T05:55:24.563Z | Compiling slog-term v2.9.2 |
| 2398 | 2026-02-12T05:55:25.164Z | Compiling toml v0.9.11+spec-1.1.0 |
| 2399 | 2026-02-12T05:55:25.972Z | Compiling async-stream v0.3.6 |
| 2400 | 2026-02-12T05:55:26.470Z | Compiling serde-value v0.7.0 |
| 2401 | 2026-02-12T05:55:27.015Z | Compiling slog-bunyan v2.5.0 |
| 2402 | 2026-02-12T05:55:27.380Z | Compiling progenitor v0.11.2 |
| 2403 | 2026-02-12T05:55:27.493Z | Compiling tokio-rustls v0.25.0 |
| 2404 | 2026-02-12T05:55:27.569Z | Compiling serde-untagged v0.1.7 |
| 2405 | 2026-02-12T05:55:27.677Z | Compiling globset v0.4.15 |
| 2406 | 2026-02-12T05:55:27.994Z | Compiling crossbeam-deque v0.8.5 |
| 2407 | 2026-02-12T05:55:28.056Z | Compiling camino-tempfile v1.4.1 |
| 2408 | 2026-02-12T05:55:28.332Z | Compiling parse-display-derive v0.10.0 |
| 2409 | 2026-02-12T05:55:28.432Z | Compiling olpc-cjson v0.1.4 |
| 2410 | 2026-02-12T05:55:28.825Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 2411 | 2026-02-12T05:55:28.828Z | Compiling waitgroup v0.1.2 |
| 2412 | 2026-02-12T05:55:29.146Z | Compiling rustls-pemfile v2.2.0 |
| 2413 | 2026-02-12T05:55:29.662Z | Compiling pem v3.0.5 |
| 2414 | 2026-02-12T05:55:30.107Z | Compiling dropshot_endpoint v0.16.7 |
| 2415 | 2026-02-12T05:55:31.145Z | Compiling newtype-uuid-macros v0.1.0 |
| 2416 | 2026-02-12T05:55:31.379Z | Compiling serde_plain v1.0.2 |
| 2417 | 2026-02-12T05:55:31.618Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2418 | 2026-02-12T05:55:31.934Z | Compiling async-recursion v1.1.1 |
| 2419 | 2026-02-12T05:55:32.366Z | Compiling blake3 v1.5.4 |
| 2420 | 2026-02-12T05:55:32.682Z | Compiling hostname v0.4.2 |
| 2421 | 2026-02-12T05:55:32.986Z | Compiling instant v0.1.13 |
| 2422 | 2026-02-12T05:55:33.014Z | Compiling half v2.4.1 |
| 2423 | 2026-02-12T05:55:33.188Z | Compiling unicode-xid v0.2.6 |
| 2424 | 2026-02-12T05:55:33.213Z | Compiling typed-path v0.9.3 |
| 2425 | 2026-02-12T05:55:33.457Z | Compiling ciborium-io v0.2.2 |
| 2426 | 2026-02-12T05:55:33.617Z | Compiling colored v3.0.0 |
| 2427 | 2026-02-12T05:55:33.742Z | Compiling ciborium-ll v0.2.2 |
| 2428 | 2026-02-12T05:55:33.792Z | Compiling cargo-util-schemas v0.8.2 |
| 2429 | 2026-02-12T05:55:34.289Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 2430 | 2026-02-12T05:55:34.610Z | Compiling backoff v0.4.0 |
| 2431 | 2026-02-12T05:55:35.011Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2432 | 2026-02-12T05:55:35.559Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2433 | 2026-02-12T05:55:35.835Z | Compiling tough v0.20.0 |
| 2434 | 2026-02-12T05:55:38.529Z | Compiling parse-display v0.10.0 |
| 2435 | 2026-02-12T05:55:39.365Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2436 | 2026-02-12T05:55:40.132Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2437 | 2026-02-12T05:55:40.432Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2438 | 2026-02-12T05:55:40.928Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2439 | 2026-02-12T05:55:41.008Z | Compiling itertools v0.14.0 |
| 2440 | 2026-02-12T05:55:42.630Z | Compiling progenitor-client v0.10.0 |
| 2441 | 2026-02-12T05:55:43.593Z | Compiling macaddr v1.0.1 |
| 2442 | 2026-02-12T05:55:44.194Z | Compiling cargo-platform v0.2.0 |
| 2443 | 2026-02-12T05:55:44.553Z | Compiling parse-size v1.1.0 |
| 2444 | 2026-02-12T05:55:44.908Z | Compiling constant_time_eq v0.3.1 |
| 2445 | 2026-02-12T05:55:45.135Z | Compiling arrayvec v0.7.6 |
| 2446 | 2026-02-12T05:55:45.376Z | Compiling indent_write v2.2.0 |
| 2447 | 2026-02-12T05:55:45.661Z | Compiling arrayref v0.3.9 |
| 2448 | 2026-02-12T05:55:45.685Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2449 | 2026-02-12T05:55:46.746Z | Compiling cargo_metadata v0.21.0 |
| 2450 | 2026-02-12T05:55:48.100Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2451 | 2026-02-12T05:55:48.293Z | Compiling ciborium v0.2.2 |
| 2452 | 2026-02-12T05:55:50.307Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2453 | 2026-02-12T05:55:54.501Z | Compiling topological-sort v0.2.2 |
| 2454 | 2026-02-12T05:55:54.839Z | Compiling display-error-chain v0.2.2 |
| 2455 | 2026-02-12T05:55:55.108Z | Compiling omicron-zone-package v0.12.2 |
| 2456 | 2026-02-12T05:55:55.860Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2457 | 2026-02-12T05:55:57.820Z | Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2458 | 2026-02-12T05:56:01.896Z | Compiling shell-words v1.1.0 |
| 2459 | 2026-02-12T05:56:04.113Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2460 | 2026-02-12T05:56:20.189Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2461 | 2026-02-12T05:56:39.052Z | Finished `release` profile [optimized] target(s) in 6m 37s |
| 2462 | 2026-02-12T05:56:39.232Z | Running `target/release/omicron-releng --output-dir /work --mkincorp` |
| 2463 | 2026-02-12T05:56:39.286Z | Feb 12 05:56:38.832 DEBG changing working directory to /work/oxidecomputer/omicron |
| 2464 | 2026-02-12T05:56:39.413Z | Feb 12 05:56:38.958 DEBG running: git rev-parse HEAD |
| 2465 | 2026-02-12T05:56:39.416Z | Feb 12 05:56:38.961 DEBG process exited with exit status: 0 (3.132838ms) |
| 2466 | 2026-02-12T05:56:39.416Z | Feb 12 05:56:38.961 INFO version: 18.0.0-0.ci+git1c3e4bac8a9 |
| 2467 | 2026-02-12T05:56:39.455Z | Feb 12 05:56:39.000 INFO cloning helios to /work/oxidecomputer/helios |
| 2468 | 2026-02-12T05:56:39.455Z | Feb 12 05:56:39.000 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
| 2469 | 2026-02-12T05:56:39.459Z | Cloning into '/work/oxidecomputer/helios'... |
| 2470 | 2026-02-12T05:56:40.345Z | Feb 12 05:56:39.891 DEBG process exited with exit status: 0 (890.756119ms) |
| 2471 | 2026-02-12T05:56:40.345Z | Feb 12 05:56:39.891 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit} |
| 2472 | 2026-02-12T05:56:40.349Z | Feb 12 05:56:39.894 DEBG process exited with exit status: 0 (3.312376ms) |
| 2473 | 2026-02-12T05:56:40.349Z | Feb 12 05:56:39.894 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
| 2474 | 2026-02-12T05:56:41.732Z | Feb 12 05:56:41.278 DEBG process exited with exit status: 0 (1.383429926s) |
| 2475 | 2026-02-12T05:56:41.732Z | Feb 12 05:56:41.278 DEBG running: zfs list rpool/images/build/host |
| 2476 | 2026-02-12T05:56:41.737Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2477 | 2026-02-12T05:56:41.737Z | rpool/images/build/host 24K 151G 24K /rpool/images/build/host |
| 2478 | 2026-02-12T05:56:41.740Z | Feb 12 05:56:41.283 DEBG process exited with exit status: 0 (5.371237ms) |
| 2479 | 2026-02-12T05:56:41.740Z | Feb 12 05:56:41.283 DEBG running: zfs list rpool/images/build/recovery |
| 2480 | 2026-02-12T05:56:41.743Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2481 | 2026-02-12T05:56:41.743Z | rpool/images/build/recovery 24K 151G 24K /rpool/images/build/recovery |
| 2482 | 2026-02-12T05:56:41.743Z | Feb 12 05:56:41.288 DEBG process exited with exit status: 0 (4.804716ms) |
| 2483 | 2026-02-12T05:56:41.743Z | Feb 12 05:56:41.289 INFO [incorp-manifest] running task |
| 2484 | 2026-02-12T05:56:41.743Z | Feb 12 05:56:41.289 INFO [hubris-production] running task |
| 2485 | 2026-02-12T05:56:41.746Z | Feb 12 05:56:41.289 INFO [hubris-staging] running task |
| 2486 | 2026-02-12T05:56:41.746Z | Feb 12 05:56:41.289 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*' |
| 2487 | 2026-02-12T05:56:41.746Z | Feb 12 05:56:41.289 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 |
| 2488 | 2026-02-12T05:56:41.746Z | Feb 12 05:56:41.290 INFO [incorp-create] running: pkgrepo create /work/incorporation |
| 2489 | 2026-02-12T05:56:41.746Z | Feb 12 05:56:41.291 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
| 2490 | 2026-02-12T05:56:41.851Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
| 2491 | 2026-02-12T05:56:42.117Z | Feb 12 05:56:41.663 INFO [incorp-create] process exited with exit status: 0 (372.542315ms) |
| 2492 | 2026-02-12T05:56:42.120Z | Feb 12 05:56:41.663 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev |
| 2493 | 2026-02-12T05:56:42.536Z | Feb 12 05:56:42.082 INFO [incorp-publisher] process exited with exit status: 0 (418.907846ms) |
| 2494 | 2026-02-12T05:56:42.603Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2495 | 2026-02-12T05:56:43.141Z | Feb 12 05:56:42.686 INFO [hubris-production] task succeeded (1.39772166s) |
| 2496 | 2026-02-12T05:56:43.202Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2497 | 2026-02-12T05:56:43.457Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2498 | 2026-02-12T05:56:44.357Z | [ omicron-package] Compiling ring v0.17.14 |
| 2499 | 2026-02-12T05:56:44.582Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
| 2500 | 2026-02-12T05:56:44.586Z | [ omicron-package] Compiling itertools v0.14.0 |
| 2501 | 2026-02-12T05:56:44.586Z | [ omicron-package] Compiling heapless v0.8.0 |
| 2502 | 2026-02-12T05:56:44.586Z | [ omicron-package] Compiling hash32 v0.3.1 |
| 2503 | 2026-02-12T05:56:44.586Z | [ omicron-package] Compiling smoltcp v0.11.0 |
| 2504 | 2026-02-12T05:56:44.586Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2505 | 2026-02-12T05:56:45.261Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
| 2506 | 2026-02-12T05:56:46.071Z | [ omicron-package] Compiling cobs v0.2.3 |
| 2507 | 2026-02-12T05:56:46.232Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2508 | 2026-02-12T05:56:46.626Z | [ omicron-package] Compiling postcard v1.0.10 |
| 2509 | 2026-02-12T05:56:46.699Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
| 2510 | 2026-02-12T05:56:47.385Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2511 | 2026-02-12T05:56:47.509Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
| 2512 | 2026-02-12T05:56:48.520Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2513 | 2026-02-12T05:56:49.316Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
| 2514 | 2026-02-12T05:56:49.624Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
| 2515 | 2026-02-12T05:56:51.200Z | [ omicron-package] Compiling num_enum v0.5.11 |
| 2516 | 2026-02-12T05:56:51.468Z | [ omicron-package] Compiling ingot-macros v0.1.1 |
| 2517 | 2026-02-12T05:56:51.742Z | [ omicron-package] Compiling foreign-types v0.5.0 |
| 2518 | 2026-02-12T05:56:51.809Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2519 | 2026-02-12T05:56:51.962Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
| 2520 | 2026-02-12T05:56:52.329Z | [ omicron-package] Compiling rustls v0.23.19 |
| 2521 | 2026-02-12T05:56:52.541Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2522 | 2026-02-12T05:56:52.592Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2523 | 2026-02-12T05:56:52.769Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
| 2524 | 2026-02-12T05:56:53.521Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
| 2525 | 2026-02-12T05:56:53.760Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2526 | 2026-02-12T05:56:53.957Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2527 | 2026-02-12T05:56:54.541Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2528 | 2026-02-12T05:56:55.187Z | [ omicron-package] Compiling rayon v1.10.0 |
| 2529 | 2026-02-12T05:56:55.539Z | [ omicron-package] Compiling colored v2.2.0 |
| 2530 | 2026-02-12T05:56:56.333Z | [ omicron-package] Compiling nix v0.30.1 |
| 2531 | 2026-02-12T05:56:56.593Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2532 | 2026-02-12T05:56:58.105Z | [ omicron-package] Compiling rustls-webpki v0.102.8 |
| 2533 | 2026-02-12T05:56:58.299Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
| 2534 | 2026-02-12T05:57:00.904Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2535 | 2026-02-12T05:57:01.027Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 2536 | 2026-02-12T05:57:01.711Z | [ omicron-package] Compiling sigpipe v0.1.3 |
| 2537 | 2026-02-12T05:57:02.014Z | [ omicron-package] Compiling num-derive v0.4.2 |
| 2538 | 2026-02-12T05:57:02.466Z | [ omicron-package] Compiling glob v0.3.2 |
| 2539 | 2026-02-12T05:57:02.685Z | [ omicron-package] Compiling ingot-types v0.1.2 |
| 2540 | 2026-02-12T05:57:03.596Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
| 2541 | 2026-02-12T05:57:04.198Z | [ omicron-package] Compiling ingot v0.1.1 |
| 2542 | 2026-02-12T05:57:04.298Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2543 | 2026-02-12T05:57:04.785Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 2544 | 2026-02-12T05:57:04.882Z | Feb 12 05:57:04.426 INFO [hubris-staging] task succeeded (23.136656532s) |
| 2545 | 2026-02-12T05:57:05.516Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2546 | 2026-02-12T05:57:05.620Z | [ omicron-package] Compiling zone v0.3.1 |
| 2547 | 2026-02-12T05:57:06.796Z | [ omicron-package] Compiling rustls v0.22.4 |
| 2548 | 2026-02-12T05:57:06.835Z | [ omicron-package] Compiling usdt-attr-macro v0.5.0 |
| 2549 | 2026-02-12T05:57:07.952Z | [ omicron-package] Compiling usdt-macro v0.5.0 |
| 2550 | 2026-02-12T05:57:09.013Z | [ omicron-package] Compiling smf v0.2.3 |
| 2551 | 2026-02-12T05:57:09.810Z | [ omicron-package] Compiling memmap v0.7.0 |
| 2552 | 2026-02-12T05:57:10.758Z | [ omicron-package] Compiling tokio-rustls v0.26.0 |
| 2553 | 2026-02-12T05:57:11.112Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2554 | 2026-02-12T05:57:11.394Z | [ omicron-package] Compiling hyper-rustls v0.27.7 |
| 2555 | 2026-02-12T05:57:12.220Z | [ omicron-package] Compiling reqwest v0.12.24 |
| 2556 | 2026-02-12T05:57:12.911Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
| 2557 | 2026-02-12T05:57:16.293Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2558 | 2026-02-12T05:57:16.671Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2559 | 2026-02-12T05:57:17.208Z | [ omicron-package] Compiling usdt v0.5.0 |
| 2560 | 2026-02-12T05:57:17.983Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2561 | 2026-02-12T05:57:18.154Z | [ omicron-package] Compiling unicode-width v0.2.0 |
| 2562 | 2026-02-12T05:57:18.217Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2563 | 2026-02-12T05:57:18.970Z | [ omicron-package] Compiling console v0.16.0 |
| 2564 | 2026-02-12T05:57:19.079Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2565 | 2026-02-12T05:57:19.530Z | [ omicron-package] Compiling tokio-dtrace v0.1.0 |
| 2566 | 2026-02-12T05:57:19.737Z | [ omicron-package] Compiling tokio-rustls v0.25.0 |
| 2567 | 2026-02-12T05:57:20.337Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2568 | 2026-02-12T05:57:20.431Z | [ omicron-package] Compiling dropshot v0.16.7 |
| 2569 | 2026-02-12T05:57:20.593Z | [ omicron-package] Compiling gethostname v0.5.0 |
| 2570 | 2026-02-12T05:57:21.093Z | [ omicron-package] Compiling unit-prefix v0.5.1 |
| 2571 | 2026-02-12T05:57:21.569Z | [ omicron-package] Compiling indicatif v0.18.0 |
| 2572 | 2026-02-12T05:57:22.513Z | [ omicron-package] Compiling oxide-tokio-rt v0.1.2 |
| 2573 | 2026-02-12T05:57:22.695Z | [ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2574 | 2026-02-12T05:57:24.906Z | [ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing |
| 2575 | 2026-02-12T05:57:24.906Z | [ helios-setup] --> src/main.rs:79:10 |
| 2576 | 2026-02-12T05:57:24.909Z | [ helios-setup] | |
| 2577 | 2026-02-12T05:57:24.909Z | [ helios-setup] 79 | fn pc(s: &str) -> Component { |
| 2578 | 2026-02-12T05:57:24.909Z | [ helios-setup] | ^^^^ ^^^^^^^^^ the same lifetime is hidden here |
| 2579 | 2026-02-12T05:57:24.909Z | [ helios-setup] | | |
| 2580 | 2026-02-12T05:57:24.909Z | [ helios-setup] | the lifetime is elided here |
| 2581 | 2026-02-12T05:57:24.909Z | [ helios-setup] | |
| 2582 | 2026-02-12T05:57:24.909Z | [ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing |
| 2583 | 2026-02-12T05:57:24.909Z | [ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default |
| 2584 | 2026-02-12T05:57:24.909Z | [ helios-setup] help: use `'_` for type paths |
| 2585 | 2026-02-12T05:57:24.909Z | [ helios-setup] | |
| 2586 | 2026-02-12T05:57:24.910Z | [ helios-setup] 79 | fn pc(s: &str) -> Component<'_> { |
| 2587 | 2026-02-12T05:57:24.910Z | [ helios-setup] | ++++ |
| 2588 | 2026-02-12T05:57:24.910Z | [ helios-setup] |
| 2589 | 2026-02-12T05:57:25.384Z | [ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2590 | 2026-02-12T05:57:28.074Z | [ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2591 | 2026-02-12T05:57:32.643Z | [ helios-setup] Feb 12 05:57:32.183 INFO helios repository root is: /work/oxidecomputer/helios |
| 2592 | 2026-02-12T05:57:32.646Z | [ helios-setup] Feb 12 05:57:32.186 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 |
| 2593 | 2026-02-12T05:57:32.646Z | [ helios-setup] Feb 12 05:57:32.186 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
| 2594 | 2026-02-12T05:57:32.649Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
| 2595 | 2026-02-12T05:57:33.108Z | [ omicron-package] Compiling progenitor-client v0.11.2 |
| 2596 | 2026-02-12T05:57:33.684Z | [ omicron-package] Compiling progenitor-client v0.10.0 |
| 2597 | 2026-02-12T05:57:33.727Z | [ helios-setup] Feb 12 05:57:33.268 INFO clone ok!, project: pinprick |
| 2598 | 2026-02-12T05:57:33.730Z | [ helios-setup] Feb 12 05:57:33.268 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 |
| 2599 | 2026-02-12T05:57:33.730Z | [ helios-setup] Feb 12 05:57:33.268 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
| 2600 | 2026-02-12T05:57:33.733Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
| 2601 | 2026-02-12T05:57:34.424Z | [ omicron-package] Compiling progenitor v0.11.2 |
| 2602 | 2026-02-12T05:57:34.569Z | [ helios-setup] Feb 12 05:57:34.110 INFO clone ok!, project: bootserver |
| 2603 | 2026-02-12T05:57:34.573Z | [ helios-setup] Feb 12 05:57:34.110 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
| 2604 | 2026-02-12T05:57:34.573Z | [ helios-setup] Feb 12 05:57:34.111 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
| 2605 | 2026-02-12T05:57:34.573Z | [ helios-setup] Feb 12 05:57:34.111 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 |
| 2606 | 2026-02-12T05:57:34.573Z | [ helios-setup] Feb 12 05:57:34.111 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
| 2607 | 2026-02-12T05:57:34.576Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
| 2608 | 2026-02-12T05:57:34.758Z | [ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 2609 | 2026-02-12T05:57:34.918Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2610 | 2026-02-12T05:57:35.676Z | [ helios-setup] Feb 12 05:57:35.216 INFO clone ok!, project: phbl |
| 2611 | 2026-02-12T05:57:35.679Z | [ helios-setup] Feb 12 05:57:35.217 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 |
| 2612 | 2026-02-12T05:57:35.679Z | [ helios-setup] Feb 12 05:57:35.217 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
| 2613 | 2026-02-12T05:57:35.682Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
| 2614 | 2026-02-12T05:57:36.578Z | [ helios-setup] Feb 12 05:57:36.118 INFO clone ok!, project: image-builder |
| 2615 | 2026-02-12T05:57:36.581Z | [ helios-setup] Feb 12 05:57:36.118 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 |
| 2616 | 2026-02-12T05:57:36.581Z | [ helios-setup] Feb 12 05:57:36.118 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 |
| 2617 | 2026-02-12T05:57:36.584Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
| 2618 | 2026-02-12T05:57:36.951Z | [ omicron-package] Compiling omicron-zone-package v0.12.2 |
| 2619 | 2026-02-12T05:57:38.391Z | [ helios-setup] Feb 12 05:57:37.931 INFO clone ok!, project: amd-host-image-builder |
| 2620 | 2026-02-12T05:57:38.395Z | [ helios-setup] Feb 12 05:57:37.931 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 |
| 2621 | 2026-02-12T05:57:38.395Z | [ helios-setup] Feb 12 05:57:37.931 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
| 2622 | 2026-02-12T05:57:38.395Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
| 2623 | 2026-02-12T05:57:46.272Z | [ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2624 | 2026-02-12T05:57:47.147Z | Feb 12 05:57:46.687 DEBG process exited with exit status: 0 (65.397511726s) |
| 2625 | 2026-02-12T05:57:47.150Z | Feb 12 05:57:46.689 INFO [incorp-manifest] task succeeded (65.39997054s) |
| 2626 | 2026-02-12T05:57:47.153Z | Feb 12 05:57:46.690 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m |
| 2627 | 2026-02-12T05:57:47.578Z | Feb 12 05:57:47.117 INFO [incorp-fmt] process exited with exit status: 0 (428.539095ms) |
| 2628 | 2026-02-12T05:57:47.581Z | Feb 12 05:57:47.119 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m |
| 2629 | 2026-02-12T05:57:48.280Z | [ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@18.0.0.0,5.11:20260212T055747Z |
| 2630 | 2026-02-12T05:57:48.280Z | [ incorp-pkgsend] PUBLISHED |
| 2631 | 2026-02-12T05:57:48.360Z | Feb 12 05:57:47.900 INFO [incorp-pkgsend] process exited with exit status: 0 (782.13758ms) |
| 2632 | 2026-02-12T05:57:48.364Z | Feb 12 05:57:47.900 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*' |
| 2633 | 2026-02-12T05:57:48.809Z | [ helios-incorp] Retrieving packages for publisher helios-dev ... |
| 2634 | 2026-02-12T05:57:48.818Z | [ helios-incorp] Retrieving catalog 'helios-dev' ... Done |
| 2635 | 2026-02-12T05:57:48.881Z | [ helios-incorp] Retrieving and evaluating 1 package(s)... |
| 2636 | 2026-02-12T05:57:48.881Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2637 | 2026-02-12T05:57:48.884Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2638 | 2026-02-12T05:57:48.889Z | [ helios-incorp] |
| 2639 | 2026-02-12T05:57:48.889Z | [ helios-incorp] Archiving packages ... |
| 2640 | 2026-02-12T05:57:48.892Z | [ helios-incorp] Packages to add: 1 |
| 2641 | 2026-02-12T05:57:48.892Z | [ helios-incorp] Files to retrieve: 0 |
| 2642 | 2026-02-12T05:57:48.892Z | [ helios-incorp] Estimated transfer size: 0.00 B |
| 2643 | 2026-02-12T05:57:48.892Z | [ helios-incorp] |
| 2644 | 2026-02-12T05:57:48.892Z | [ helios-incorp] Packages to archive: |
| 2645 | 2026-02-12T05:57:48.892Z | [ helios-incorp] consolidation/oxide/omicron-release-incorporation@18.0.0.0,5.11:20260212T055747Z |
| 2646 | 2026-02-12T05:57:48.893Z | [ helios-incorp] |
| 2647 | 2026-02-12T05:57:48.893Z | [ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete |
| 2648 | 2026-02-12T05:57:48.893Z | [ helios-incorp] Archiving: Completed 107.69 kB in 0.00 seconds |
| 2649 | 2026-02-12T05:57:48.989Z | Feb 12 05:57:48.527 INFO [helios-incorp] process exited with exit status: 0 (627.393804ms) |
| 2650 | 2026-02-12T05:58:04.255Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2651 | 2026-02-12T05:58:06.324Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2652 | 2026-02-12T05:58:08.565Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2653 | 2026-02-12T05:58:22.818Z | [ helios-setup] Feb 12 05:58:22.355 INFO clone ok!, project: amd-firmware |
| 2654 | 2026-02-12T05:58:22.822Z | [ helios-setup] Feb 12 05:58:22.355 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 |
| 2655 | 2026-02-12T05:58:22.822Z | [ helios-setup] Feb 12 05:58:22.355 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report |
| 2656 | 2026-02-12T05:58:22.822Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'... |
| 2657 | 2026-02-12T05:58:23.705Z | [ helios-setup] Feb 12 05:58:23.238 INFO clone ok!, project: dmar-report |
| 2658 | 2026-02-12T05:58:23.708Z | [ helios-setup] Feb 12 05:58:23.238 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
| 2659 | 2026-02-12T05:58:23.708Z | [ helios-setup] Feb 12 05:58:23.238 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 |
| 2660 | 2026-02-12T05:58:23.708Z | [ helios-setup] Feb 12 05:58:23.239 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
| 2661 | 2026-02-12T05:58:23.708Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
| 2662 | 2026-02-12T05:58:23.904Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 1m 42s |
| 2663 | 2026-02-12T05:58:24.155Z | [ omicron-package] |
| 2664 | 2026-02-12T05:58:24.155Z | [ omicron-package] real 1:42.354263376 |
| 2665 | 2026-02-12T05:58:24.156Z | [ omicron-package] user 8:31.502446046 |
| 2666 | 2026-02-12T05:58:24.159Z | [ omicron-package] sys 33.032486043 |
| 2667 | 2026-02-12T05:58:24.159Z | [ omicron-package] trap 0.861365142 |
| 2668 | 2026-02-12T05:58:24.159Z | [ omicron-package] tflt 0.573106692 |
| 2669 | 2026-02-12T05:58:24.159Z | [ omicron-package] dflt 1.264526308 |
| 2670 | 2026-02-12T05:58:24.159Z | [ omicron-package] kflt 0.000943375 |
| 2671 | 2026-02-12T05:58:24.159Z | [ omicron-package] lock 24:58.148356028 |
| 2672 | 2026-02-12T05:58:24.159Z | [ omicron-package] slp 29:26.333678540 |
| 2673 | 2026-02-12T05:58:24.159Z | [ omicron-package] lat 3:10.460553820 |
| 2674 | 2026-02-12T05:58:24.159Z | [ omicron-package] stop 1:31.426776310 |
| 2675 | 2026-02-12T05:58:24.159Z | Feb 12 05:58:23.692 INFO [omicron-package] process exited with exit status: 0 (102.403023604s) |
| 2676 | 2026-02-12T05:58:24.159Z | Feb 12 05:58:23.693 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery |
| 2677 | 2026-02-12T05:58:24.159Z | Feb 12 05:58:23.693 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host |
| 2678 | 2026-02-12T05:58:24.169Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2679 | 2026-02-12T05:58:24.169Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
| 2680 | 2026-02-12T05:58:24.172Z | [ host-target] Created new build target 'host' and set it as active |
| 2681 | 2026-02-12T05:58:24.172Z | [ recovery-target] Created new build target 'recovery' and set it as active |
| 2682 | 2026-02-12T05:58:24.175Z | Feb 12 05:58:23.709 INFO [recovery-target] process exited with exit status: 0 (16.535934ms) |
| 2683 | 2026-02-12T05:58:24.175Z | Feb 12 05:58:23.709 INFO [host-target] process exited with exit status: 0 (16.200496ms) |
| 2684 | 2026-02-12T05:58:24.175Z | Feb 12 05:58:23.709 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
| 2685 | 2026-02-12T05:58:24.180Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2686 | 2026-02-12T05:58:25.012Z | [ helios-setup] Feb 12 05:58:24.548 INFO clone ok!, project: chelsio-t6-roms |
| 2687 | 2026-02-12T05:58:25.015Z | [ helios-setup] Feb 12 05:58:24.548 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 |
| 2688 | 2026-02-12T05:58:25.015Z | [ helios-setup] Feb 12 05:58:24.548 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
| 2689 | 2026-02-12T05:58:25.015Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
| 2690 | 2026-02-12T05:58:26.181Z | [ host-package] Compiling ring v0.17.14 |
| 2691 | 2026-02-12T05:58:26.337Z | [ helios-setup] Feb 12 05:58:25.873 INFO clone ok!, project: pilot |
| 2692 | 2026-02-12T05:58:26.340Z | [ helios-setup] Feb 12 05:58:25.873 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
| 2693 | 2026-02-12T05:58:26.472Z | [ host-package] Compiling convert_case v0.4.0 |
| 2694 | 2026-02-12T05:58:26.498Z | [ host-package] Compiling progenitor-impl v0.10.0 |
| 2695 | 2026-02-12T05:58:26.523Z | [ host-package] Compiling secrecy v0.10.3 |
| 2696 | 2026-02-12T05:58:26.526Z | [ host-package] Compiling is-terminal v0.4.13 |
| 2697 | 2026-02-12T05:58:26.619Z | [ host-package] Compiling thread_local v1.1.8 |
| 2698 | 2026-02-12T05:58:26.740Z | [ helios-setup] Feb 12 05:58:26.276 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
| 2699 | 2026-02-12T05:58:26.897Z | [ host-package] Compiling match_cfg v0.1.0 |
| 2700 | 2026-02-12T05:58:26.950Z | [ host-package] Compiling bytecount v0.6.8 |
| 2701 | 2026-02-12T05:58:27.047Z | [ host-package] Compiling hostname v0.3.1 |
| 2702 | 2026-02-12T05:58:27.108Z | [ host-package] Compiling multer v3.1.0 |
| 2703 | 2026-02-12T05:58:27.208Z | [ host-package] Compiling slog-async v2.8.0 |
| 2704 | 2026-02-12T05:58:27.258Z | [ helios-setup] Feb 12 05:58:26.794 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
| 2705 | 2026-02-12T05:58:27.261Z | [ helios-setup] Feb 12 05:58:26.794 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
| 2706 | 2026-02-12T05:58:27.300Z | [ host-package] Compiling derive_more v0.99.20 |
| 2707 | 2026-02-12T05:58:27.334Z | [ host-package] Compiling toml_parser v1.0.6+spec-1.1.0 |
| 2708 | 2026-02-12T05:58:27.334Z | [ host-package] Compiling crossbeam-channel v0.5.15 |
| 2709 | 2026-02-12T05:58:27.410Z | [ host-package] Compiling slog-json v2.6.1 |
| 2710 | 2026-02-12T05:58:27.760Z | [ helios-setup] Feb 12 05:58:27.296 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
| 2711 | 2026-02-12T05:58:27.832Z | [ host-package] Compiling futures-executor v0.3.31 |
| 2712 | 2026-02-12T05:58:28.251Z | [ helios-setup] Feb 12 05:58:27.787 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
| 2713 | 2026-02-12T05:58:28.251Z | [ helios-setup] Feb 12 05:58:27.787 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
| 2714 | 2026-02-12T05:58:28.294Z | [ host-package] Compiling serde_spanned v1.0.4 |
| 2715 | 2026-02-12T05:58:28.353Z | [ host-package] Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2716 | 2026-02-12T05:58:28.613Z | [ host-package] Compiling unicode-width v0.1.14 |
| 2717 | 2026-02-12T05:58:28.791Z | [ host-package] Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2718 | 2026-02-12T05:58:28.794Z | [ helios-setup] Feb 12 05:58:28.327 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
| 2719 | 2026-02-12T05:58:29.117Z | [ host-package] Compiling term v1.1.0 |
| 2720 | 2026-02-12T05:58:29.289Z | [ host-package] Compiling take_mut v0.2.2 |
| 2721 | 2026-02-12T05:58:29.299Z | [ helios-setup] Feb 12 05:58:28.834 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
| 2722 | 2026-02-12T05:58:29.299Z | [ helios-setup] Feb 12 05:58:28.834 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
| 2723 | 2026-02-12T05:58:29.299Z | [ helios-setup] Feb 12 05:58:28.834 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
| 2724 | 2026-02-12T05:58:29.299Z | [ helios-setup] Feb 12 05:58:28.834 INFO ok! |
| 2725 | 2026-02-12T05:58:29.299Z | [ helios-setup] Feb 12 05:58:28.834 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
| 2726 | 2026-02-12T05:58:29.299Z | [ helios-setup] Feb 12 05:58:28.834 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
| 2727 | 2026-02-12T05:58:29.299Z | [ helios-setup] Feb 12 05:58:28.835 INFO ok! |
| 2728 | 2026-02-12T05:58:29.299Z | [ helios-setup] Feb 12 05:58:28.835 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
| 2729 | 2026-02-12T05:58:29.302Z | [ helios-setup] Feb 12 05:58:28.835 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
| 2730 | 2026-02-12T05:58:29.302Z | [ helios-setup] Feb 12 05:58:28.835 INFO ok! |
| 2731 | 2026-02-12T05:58:29.302Z | [ helios-setup] Feb 12 05:58:28.835 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick" |
| 2732 | 2026-02-12T05:58:29.326Z | [ host-package] Compiling tabwriter v1.4.0 |
| 2733 | 2026-02-12T05:58:29.397Z | [ helios-setup] Feb 12 05:58:28.933 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.91.1-x86_64-unknown-illumos (default)" |
| 2734 | 2026-02-12T05:58:29.397Z | [ helios-setup] Feb 12 05:58:28.933 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
| 2735 | 2026-02-12T05:58:29.400Z | [ helios-setup] Feb 12 05:58:28.933 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
| 2736 | 2026-02-12T05:58:29.722Z | [ host-package] Compiling slog-term v2.9.2 |
| 2737 | 2026-02-12T05:58:29.758Z | [ helios-setup] Feb 12 05:58:29.294 INFO E| Downloading crates ... |
| 2738 | 2026-02-12T05:58:29.830Z | [ helios-setup] Feb 12 05:58:29.366 INFO E| Downloaded miniz_oxide v0.8.8 |
| 2739 | 2026-02-12T05:58:29.891Z | [ helios-setup] Feb 12 05:58:29.426 INFO E| Compiling adler2 v2.0.0 |
| 2740 | 2026-02-12T05:58:30.052Z | [ helios-setup] Feb 12 05:58:29.588 INFO E| Compiling miniz_oxide v0.8.8 |
| 2741 | 2026-02-12T05:58:30.271Z | [ host-package] Compiling toml v0.9.11+spec-1.1.0 |
| 2742 | 2026-02-12T05:58:30.593Z | [ host-package] Compiling futures v0.3.31 |
| 2743 | 2026-02-12T05:58:30.761Z | [ host-package] Compiling slog-bunyan v2.5.0 |
| 2744 | 2026-02-12T05:58:31.021Z | [ host-package] Compiling dropshot v0.16.7 |
| 2745 | 2026-02-12T05:58:31.149Z | [ host-package] Compiling async-stream v0.3.6 |
| 2746 | 2026-02-12T05:58:31.621Z | [ host-package] Compiling rustls v0.23.19 |
| 2747 | 2026-02-12T05:58:31.703Z | [ host-package] Compiling rustls v0.22.4 |
| 2748 | 2026-02-12T05:58:31.777Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2749 | 2026-02-12T05:58:31.885Z | [ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 2750 | 2026-02-12T05:58:32.158Z | [ host-package] Compiling waitgroup v0.1.2 |
| 2751 | 2026-02-12T05:58:32.520Z | [ host-package] Compiling rustls-pemfile v2.2.0 |
| 2752 | 2026-02-12T05:58:32.598Z | [ host-package] Compiling progenitor-macro v0.10.0 |
| 2753 | 2026-02-12T05:58:32.685Z | [ host-package] Compiling serde_path_to_error v0.1.20 |
| 2754 | 2026-02-12T05:58:32.694Z | [ helios-setup] Feb 12 05:58:32.230 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
| 2755 | 2026-02-12T05:58:32.972Z | [ host-package] Compiling hostname v0.4.2 |
| 2756 | 2026-02-12T05:58:33.040Z | [ host-package] Compiling instant v0.1.13 |
| 2757 | 2026-02-12T05:58:33.284Z | [ host-package] Compiling debug-ignore v1.0.5 |
| 2758 | 2026-02-12T05:58:33.349Z | [ host-package] Compiling swrite v0.1.0 |
| 2759 | 2026-02-12T05:58:33.435Z | [ host-package] Compiling colored v3.0.0 |
| 2760 | 2026-02-12T05:58:33.478Z | [ helios-setup] Feb 12 05:58:33.013 INFO E| Finished `release` profile [optimized] target(s) in 3.96s |
| 2761 | 2026-02-12T05:58:33.492Z | [ helios-setup] Feb 12 05:58:33.024 INFO building project "pinprick" ok (4 seconds) |
| 2762 | 2026-02-12T05:58:33.492Z | [ helios-setup] Feb 12 05:58:33.024 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver" |
| 2763 | 2026-02-12T05:58:33.542Z | [ host-package] Compiling backoff v0.4.0 |
| 2764 | 2026-02-12T05:58:33.575Z | [ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2765 | 2026-02-12T05:58:33.590Z | [ helios-setup] Feb 12 05:58:33.125 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.91.1-x86_64-unknown-illumos (default)" |
| 2766 | 2026-02-12T05:58:33.590Z | [ helios-setup] Feb 12 05:58:33.125 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
| 2767 | 2026-02-12T05:58:33.590Z | [ helios-setup] Feb 12 05:58:33.125 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
| 2768 | 2026-02-12T05:58:33.629Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2769 | 2026-02-12T05:58:33.874Z | [ helios-setup] Feb 12 05:58:33.409 INFO E| Downloading crates ... |
| 2770 | 2026-02-12T05:58:33.920Z | [ host-package] Compiling parse-display v0.10.0 |
| 2771 | 2026-02-12T05:58:33.932Z | [ helios-setup] Feb 12 05:58:33.468 INFO E| Downloaded block-buffer v0.10.3 |
| 2772 | 2026-02-12T05:58:33.948Z | [ helios-setup] Feb 12 05:58:33.483 INFO E| Downloaded cpufeatures v0.2.5 |
| 2773 | 2026-02-12T05:58:33.951Z | [ helios-setup] Feb 12 05:58:33.485 INFO E| Downloaded generic-array v0.14.6 |
| 2774 | 2026-02-12T05:58:33.954Z | [ helios-setup] Feb 12 05:58:33.487 INFO E| Downloaded unicode-width v0.1.10 |
| 2775 | 2026-02-12T05:58:33.954Z | [ helios-setup] Feb 12 05:58:33.489 INFO E| Downloaded miniz_oxide v0.6.2 |
| 2776 | 2026-02-12T05:58:33.959Z | [ helios-setup] Feb 12 05:58:33.495 INFO E| Downloaded flate2 v1.0.25 |
| 2777 | 2026-02-12T05:58:33.966Z | [ helios-setup] Feb 12 05:58:33.501 INFO E| Downloaded sha2 v0.10.5 |
| 2778 | 2026-02-12T05:58:33.969Z | [ helios-setup] Feb 12 05:58:33.503 INFO E| Downloaded typenum v1.15.0 |
| 2779 | 2026-02-12T05:58:33.972Z | [ helios-setup] Feb 12 05:58:33.506 INFO E| Downloaded bytes v1.2.1 |
| 2780 | 2026-02-12T05:58:33.977Z | [ helios-setup] Feb 12 05:58:33.513 INFO E| Downloaded anyhow v1.0.62 |
| 2781 | 2026-02-12T05:58:33.982Z | [ helios-setup] Feb 12 05:58:33.518 INFO E| Downloaded digest v0.10.3 |
| 2782 | 2026-02-12T05:58:34.048Z | [ helios-setup] Feb 12 05:58:33.584 INFO E| Compiling typenum v1.15.0 |
| 2783 | 2026-02-12T05:58:34.057Z | [ helios-setup] Feb 12 05:58:33.584 INFO E| Compiling version_check v0.9.4 |
| 2784 | 2026-02-12T05:58:34.057Z | [ helios-setup] Feb 12 05:58:33.584 INFO E| Compiling crc32fast v1.3.2 |
| 2785 | 2026-02-12T05:58:34.057Z | [ helios-setup] Feb 12 05:58:33.585 INFO E| Compiling cfg-if v1.0.0 |
| 2786 | 2026-02-12T05:58:34.057Z | [ helios-setup] Feb 12 05:58:33.585 INFO E| Compiling anyhow v1.0.62 |
| 2787 | 2026-02-12T05:58:34.057Z | [ helios-setup] Feb 12 05:58:33.585 INFO E| Compiling adler v1.0.2 |
| 2788 | 2026-02-12T05:58:34.057Z | [ helios-setup] Feb 12 05:58:33.585 INFO E| Compiling unicode-width v0.1.10 |
| 2789 | 2026-02-12T05:58:34.057Z | [ helios-setup] Feb 12 05:58:33.585 INFO E| Compiling cpufeatures v0.2.5 |
| 2790 | 2026-02-12T05:58:34.215Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2791 | 2026-02-12T05:58:34.600Z | [ helios-setup] Feb 12 05:58:34.135 INFO E| Compiling miniz_oxide v0.6.2 |
| 2792 | 2026-02-12T05:58:34.626Z | [ host-package] Compiling rustls-webpki v0.102.8 |
| 2793 | 2026-02-12T05:58:34.652Z | [ helios-setup] Feb 12 05:58:34.187 INFO E| Compiling getopts v0.2.21 |
| 2794 | 2026-02-12T05:58:34.703Z | [ helios-setup] Feb 12 05:58:34.239 INFO E| Compiling bitflags v1.3.2 |
| 2795 | 2026-02-12T05:58:34.707Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2796 | 2026-02-12T05:58:34.743Z | [ helios-setup] Feb 12 05:58:34.278 INFO E| Compiling bytes v1.2.1 |
| 2797 | 2026-02-12T05:58:34.801Z | [ helios-setup] Feb 12 05:58:34.337 INFO E| Compiling generic-array v0.14.6 |
| 2798 | 2026-02-12T05:58:34.974Z | [ host-package] Compiling password-hash v0.5.0 |
| 2799 | 2026-02-12T05:58:36.171Z | [ host-package] Compiling blake2 v0.10.6 |
| 2800 | 2026-02-12T05:58:36.482Z | [ helios-setup] Feb 12 05:58:36.017 INFO E| Compiling flate2 v1.0.25 |
| 2801 | 2026-02-12T05:58:38.492Z | [ host-package] Compiling universal-hash v0.5.1 |
| 2802 | 2026-02-12T05:58:38.878Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 2803 | 2026-02-12T05:58:38.975Z | [ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2804 | 2026-02-12T05:58:39.177Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
| 2805 | 2026-02-12T05:58:39.888Z | [ helios-setup] Feb 12 05:58:39.423 INFO E| Compiling block-buffer v0.10.3 |
| 2806 | 2026-02-12T05:58:39.888Z | [ helios-setup] Feb 12 05:58:39.423 INFO E| Compiling crypto-common v0.1.6 |
| 2807 | 2026-02-12T05:58:40.092Z | [ helios-setup] Feb 12 05:58:39.627 INFO E| Compiling digest v0.10.3 |
| 2808 | 2026-02-12T05:58:40.496Z | [ helios-setup] Feb 12 05:58:40.031 INFO E| Compiling sha2 v0.10.5 |
| 2809 | 2026-02-12T05:58:41.038Z | [ helios-setup] Feb 12 05:58:40.573 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
| 2810 | 2026-02-12T05:58:41.217Z | [ host-package] Compiling macaddr v1.0.1 |
| 2811 | 2026-02-12T05:58:41.849Z | [ host-package] Compiling derive-where v1.5.0 |
| 2812 | 2026-02-12T05:58:42.064Z | [ host-package] Compiling opaque-debug v0.3.1 |
| 2813 | 2026-02-12T05:58:42.144Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
| 2814 | 2026-02-12T05:58:42.268Z | [ host-package] Compiling poly1305 v0.8.0 |
| 2815 | 2026-02-12T05:58:42.421Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 2816 | 2026-02-12T05:58:44.235Z | [ host-package] Compiling tokio-rustls v0.25.0 |
| 2817 | 2026-02-12T05:58:45.710Z | [ host-package] Compiling argon2 v0.5.3 |
| 2818 | 2026-02-12T05:58:46.330Z | [ helios-setup] Feb 12 05:58:45.864 INFO E| Finished `release` profile [optimized] target(s) in 12.60s |
| 2819 | 2026-02-12T05:58:46.346Z | [ helios-setup] Feb 12 05:58:45.880 INFO building project "bootserver" ok (12 seconds) |
| 2820 | 2026-02-12T05:58:46.346Z | [ helios-setup] Feb 12 05:58:45.880 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder" |
| 2821 | 2026-02-12T05:58:46.446Z | [ helios-setup] Feb 12 05:58:45.981 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.91.1-x86_64-unknown-illumos (default)" |
| 2822 | 2026-02-12T05:58:46.446Z | [ helios-setup] Feb 12 05:58:45.981 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
| 2823 | 2026-02-12T05:58:46.450Z | [ helios-setup] Feb 12 05:58:45.981 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
| 2824 | 2026-02-12T05:58:46.724Z | [ helios-setup] Feb 12 05:58:46.258 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
| 2825 | 2026-02-12T05:58:47.051Z | [ host-package] Compiling tokio-rustls v0.26.0 |
| 2826 | 2026-02-12T05:58:47.331Z | [ helios-setup] Feb 12 05:58:46.865 INFO E| From https://github.com/jclulow/rust-jmclib |
| 2827 | 2026-02-12T05:58:47.331Z | [ helios-setup] Feb 12 05:58:46.865 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
| 2828 | 2026-02-12T05:58:47.350Z | [ helios-setup] Feb 12 05:58:46.884 INFO E| Updating crates.io index |
| 2829 | 2026-02-12T05:58:47.594Z | [ helios-setup] Feb 12 05:58:47.128 INFO E| Downloading crates ... |
| 2830 | 2026-02-12T05:58:47.597Z | [ host-package] Compiling hyper-rustls v0.27.7 |
| 2831 | 2026-02-12T05:58:47.680Z | [ helios-setup] Feb 12 05:58:47.214 INFO E| Downloaded anyhow v1.0.72 |
| 2832 | 2026-02-12T05:58:47.687Z | [ helios-setup] Feb 12 05:58:47.222 INFO E| Downloaded opaque-debug v0.3.0 |
| 2833 | 2026-02-12T05:58:47.690Z | [ helios-setup] Feb 12 05:58:47.223 INFO E| Downloaded cpufeatures v0.2.9 |
| 2834 | 2026-02-12T05:58:47.693Z | [ helios-setup] Feb 12 05:58:47.225 INFO E| Downloaded libdevinfo-sys v1.0.0 |
| 2835 | 2026-02-12T05:58:47.693Z | [ helios-setup] Feb 12 05:58:47.227 INFO E| Downloaded itoa v1.0.9 |
| 2836 | 2026-02-12T05:58:47.696Z | [ helios-setup] Feb 12 05:58:47.229 INFO E| Downloaded fastrand v2.0.0 |
| 2837 | 2026-02-12T05:58:47.699Z | [ helios-setup] Feb 12 05:58:47.232 INFO E| Downloaded sha-1 v0.9.8 |
| 2838 | 2026-02-12T05:58:47.702Z | [ helios-setup] Feb 12 05:58:47.235 INFO E| Downloaded block-buffer v0.9.0 |
| 2839 | 2026-02-12T05:58:47.702Z | [ helios-setup] Feb 12 05:58:47.236 INFO E| Downloaded errno v0.3.1 |
| 2840 | 2026-02-12T05:58:47.705Z | [ helios-setup] Feb 12 05:58:47.239 INFO E| Downloaded walkdir v2.3.3 |
| 2841 | 2026-02-12T05:58:47.708Z | [ helios-setup] Feb 12 05:58:47.241 INFO E| Downloaded md-5 v0.9.1 |
| 2842 | 2026-02-12T05:58:47.724Z | [ helios-setup] Feb 12 05:58:47.259 INFO E| Downloaded tempfile v3.7.0 |
| 2843 | 2026-02-12T05:58:47.728Z | [ helios-setup] Feb 12 05:58:47.262 INFO E| Downloaded ryu v1.0.15 |
| 2844 | 2026-02-12T05:58:47.733Z | [ helios-setup] Feb 12 05:58:47.268 INFO E| Downloaded once_cell v1.18.0 |
| 2845 | 2026-02-12T05:58:47.737Z | [ helios-setup] Feb 12 05:58:47.272 INFO E| Downloaded bitflags v2.3.3 |
| 2846 | 2026-02-12T05:58:47.742Z | [ helios-setup] Feb 12 05:58:47.276 INFO E| Downloaded typenum v1.16.0 |
| 2847 | 2026-02-12T05:58:47.748Z | [ helios-setup] Feb 12 05:58:47.282 INFO E| Downloaded glob v0.3.1 |
| 2848 | 2026-02-12T05:58:47.751Z | [ helios-setup] Feb 12 05:58:47.284 INFO E| Downloaded proc-macro2 v1.0.66 |
| 2849 | 2026-02-12T05:58:47.754Z | [ helios-setup] Feb 12 05:58:47.288 INFO E| Downloaded uuid v0.8.2 |
| 2850 | 2026-02-12T05:58:47.758Z | [ helios-setup] Feb 12 05:58:47.292 INFO E| Downloaded toml v0.5.11 |
| 2851 | 2026-02-12T05:58:47.761Z | [ helios-setup] Feb 12 05:58:47.296 INFO E| Downloaded unicode-ident v1.0.11 |
| 2852 | 2026-02-12T05:58:47.765Z | [ helios-setup] Feb 12 05:58:47.300 INFO E| Downloaded serde v1.0.193 |
| 2853 | 2026-02-12T05:58:47.770Z | [ helios-setup] Feb 12 05:58:47.305 INFO E| Downloaded getrandom v0.2.10 |
| 2854 | 2026-02-12T05:58:47.775Z | [ helios-setup] Feb 12 05:58:47.309 INFO E| Downloaded serde_derive v1.0.193 |
| 2855 | 2026-02-12T05:58:47.779Z | [ helios-setup] Feb 12 05:58:47.313 INFO E| Downloaded serde_json v1.0.103 |
| 2856 | 2026-02-12T05:58:47.812Z | [ helios-setup] Feb 12 05:58:47.324 INFO E| Downloaded quote v1.0.31 |
| 2857 | 2026-02-12T05:58:47.815Z | [ helios-setup] Feb 12 05:58:47.328 INFO E| Downloaded digest v0.9.0 |
| 2858 | 2026-02-12T05:58:47.815Z | [ helios-setup] Feb 12 05:58:47.330 INFO E| Downloaded rustix v0.38.4 |
| 2859 | 2026-02-12T05:58:47.853Z | [ helios-setup] Feb 12 05:58:47.388 INFO E| Downloaded syn v2.0.32 |
| 2860 | 2026-02-12T05:58:47.896Z | [ helios-setup] Feb 12 05:58:47.429 INFO E| Downloaded libc v0.2.147 |
| 2861 | 2026-02-12T05:58:48.009Z | [ helios-setup] Feb 12 05:58:47.543 INFO E| Compiling libc v0.2.147 |
| 2862 | 2026-02-12T05:58:48.009Z | [ helios-setup] Feb 12 05:58:47.543 INFO E| Compiling proc-macro2 v1.0.66 |
| 2863 | 2026-02-12T05:58:48.009Z | [ helios-setup] Feb 12 05:58:47.543 INFO E| Compiling unicode-ident v1.0.11 |
| 2864 | 2026-02-12T05:58:48.012Z | [ helios-setup] Feb 12 05:58:47.543 INFO E| Compiling cfg-if v1.0.0 |
| 2865 | 2026-02-12T05:58:48.012Z | [ helios-setup] Feb 12 05:58:47.543 INFO E| Compiling typenum v1.16.0 |
| 2866 | 2026-02-12T05:58:48.012Z | [ helios-setup] Feb 12 05:58:47.543 INFO E| Compiling version_check v0.9.4 |
| 2867 | 2026-02-12T05:58:48.012Z | [ helios-setup] Feb 12 05:58:47.543 INFO E| Compiling serde v1.0.193 |
| 2868 | 2026-02-12T05:58:48.012Z | [ helios-setup] Feb 12 05:58:47.543 INFO E| Compiling powerfmt v0.2.0 |
| 2869 | 2026-02-12T05:58:48.446Z | [ host-package] Compiling reqwest v0.12.24 |
| 2870 | 2026-02-12T05:58:48.636Z | [ helios-setup] Feb 12 05:58:48.170 INFO E| Compiling itoa v1.0.9 |
| 2871 | 2026-02-12T05:58:48.639Z | [ helios-setup] Feb 12 05:58:48.170 INFO E| Compiling rustix v0.38.4 |
| 2872 | 2026-02-12T05:58:49.272Z | [ helios-setup] Feb 12 05:58:48.806 INFO E| Compiling time-core v0.1.2 |
| 2873 | 2026-02-12T05:58:49.652Z | [ helios-setup] Feb 12 05:58:49.186 INFO E| Compiling slog v2.7.0 |
| 2874 | 2026-02-12T05:58:49.796Z | [ helios-setup] Feb 12 05:58:49.323 INFO E| Compiling generic-array v0.14.7 |
| 2875 | 2026-02-12T05:58:49.921Z | [ helios-setup] Feb 12 05:58:49.455 INFO E| Compiling num-conv v0.1.0 |
| 2876 | 2026-02-12T05:58:50.002Z | [ helios-setup] Feb 12 05:58:49.536 INFO E| Compiling deranged v0.3.11 |
| 2877 | 2026-02-12T05:58:50.553Z | [ helios-setup] Feb 12 05:58:50.087 INFO E| Compiling time-macros v0.2.18 |
| 2878 | 2026-02-12T05:58:50.646Z | [ helios-setup] Feb 12 05:58:50.181 INFO E| Compiling once_cell v1.18.0 |
| 2879 | 2026-02-12T05:58:50.769Z | [ helios-setup] Feb 12 05:58:50.303 INFO E| Compiling bitflags v2.3.3 |
| 2880 | 2026-02-12T05:58:51.424Z | [ helios-setup] Feb 12 05:58:50.958 INFO E| Compiling num_threads v0.1.6 |
| 2881 | 2026-02-12T05:58:51.569Z | [ helios-setup] Feb 12 05:58:51.103 INFO E| Compiling quote v1.0.31 |
| 2882 | 2026-02-12T05:58:51.689Z | [ helios-setup] Feb 12 05:58:51.223 INFO E| Compiling thread_local v1.1.7 |
| 2883 | 2026-02-12T05:58:52.285Z | [ helios-setup] Feb 12 05:58:51.819 INFO E| Compiling dirs-sys-next v0.1.2 |
| 2884 | 2026-02-12T05:58:52.725Z | [ helios-setup] Feb 12 05:58:52.259 INFO E| Compiling syn v2.0.32 |
| 2885 | 2026-02-12T05:58:52.804Z | [ helios-setup] Feb 12 05:58:52.338 INFO E| Compiling dirs-next v2.0.0 |
| 2886 | 2026-02-12T05:58:52.950Z | [ helios-setup] Feb 12 05:58:52.484 INFO E| Compiling errno v0.3.1 |
| 2887 | 2026-02-12T05:58:52.969Z | [ helios-setup] Feb 12 05:58:52.503 INFO E| Compiling atty v0.2.14 |
| 2888 | 2026-02-12T05:58:52.976Z | [ helios-setup] Feb 12 05:58:52.510 INFO E| Compiling serde_json v1.0.103 |
| 2889 | 2026-02-12T05:58:53.365Z | [ helios-setup] Feb 12 05:58:52.899 INFO E| Compiling term v0.7.0 |
| 2890 | 2026-02-12T05:58:53.602Z | [ helios-setup] Feb 12 05:58:53.136 INFO E| Compiling opaque-debug v0.3.0 |
| 2891 | 2026-02-12T05:58:53.683Z | [ helios-setup] Feb 12 05:58:53.217 INFO E| Compiling anyhow v1.0.72 |
| 2892 | 2026-02-12T05:58:53.788Z | [ host-package] Compiling chacha20 v0.9.1 |
| 2893 | 2026-02-12T05:58:54.085Z | [ helios-setup] Feb 12 05:58:53.619 INFO E| Compiling block-buffer v0.9.0 |
| 2894 | 2026-02-12T05:58:54.297Z | [ helios-setup] Feb 12 05:58:53.823 INFO E| Compiling digest v0.9.0 |
| 2895 | 2026-02-12T05:58:54.383Z | [ helios-setup] Feb 12 05:58:53.916 INFO E| Compiling fastrand v2.0.0 |
| 2896 | 2026-02-12T05:58:54.487Z | [ helios-setup] Feb 12 05:58:54.021 INFO E| Compiling getrandom v0.2.10 |
| 2897 | 2026-02-12T05:58:54.963Z | [ helios-setup] Feb 12 05:58:54.497 INFO E| Compiling ryu v1.0.15 |
| 2898 | 2026-02-12T05:58:55.155Z | [ host-package] Compiling num-rational v0.4.2 |
| 2899 | 2026-02-12T05:58:55.262Z | [ helios-setup] Feb 12 05:58:54.796 INFO E| Compiling cpufeatures v0.2.9 |
| 2900 | 2026-02-12T05:58:55.439Z | [ helios-setup] Feb 12 05:58:54.973 INFO E| Compiling unicode-width v0.1.10 |
| 2901 | 2026-02-12T05:58:55.524Z | [ helios-setup] Feb 12 05:58:55.058 INFO E| Compiling time v0.3.36 |
| 2902 | 2026-02-12T05:58:55.558Z | [ helios-setup] Feb 12 05:58:55.092 INFO E| Compiling same-file v1.0.6 |
| 2903 | 2026-02-12T05:58:55.639Z | [ helios-setup] Feb 12 05:58:55.173 INFO E| Compiling sha-1 v0.9.8 |
| 2904 | 2026-02-12T05:58:55.744Z | [ helios-setup] Feb 12 05:58:55.278 INFO E| Compiling getopts v0.2.21 |
| 2905 | 2026-02-12T05:58:56.044Z | [ helios-setup] Feb 12 05:58:55.577 INFO E| Compiling walkdir v2.3.3 |
| 2906 | 2026-02-12T05:58:56.272Z | [ helios-setup] Feb 12 05:58:55.806 INFO E| Compiling md-5 v0.9.1 |
| 2907 | 2026-02-12T05:58:56.538Z | [ helios-setup] Feb 12 05:58:56.072 INFO E| Compiling tempfile v3.7.0 |
| 2908 | 2026-02-12T05:58:56.573Z | [ host-package] Compiling progenitor-client v0.11.2 |
| 2909 | 2026-02-12T05:58:56.838Z | [ helios-setup] Feb 12 05:58:56.371 INFO E| Compiling libdevinfo-sys v1.0.0 |
| 2910 | 2026-02-12T05:58:57.095Z | [ helios-setup] Feb 12 05:58:56.628 INFO E| Compiling glob v0.3.1 |
| 2911 | 2026-02-12T05:58:57.666Z | [ host-package] Compiling progenitor v0.11.2 |
| 2912 | 2026-02-12T05:58:57.915Z | [ host-package] Compiling progenitor-client v0.10.0 |
| 2913 | 2026-02-12T05:58:58.210Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 2914 | 2026-02-12T05:58:58.761Z | [ helios-setup] Feb 12 05:58:58.295 INFO E| Compiling slog-term v2.9.0 |
| 2915 | 2026-02-12T05:58:58.839Z | [ host-package] Compiling aead v0.5.2 |
| 2916 | 2026-02-12T05:58:59.298Z | [ helios-setup] Feb 12 05:58:58.831 INFO E| Compiling serde_derive v1.0.193 |
| 2917 | 2026-02-12T05:58:59.403Z | [ host-package] Compiling num-complex v0.4.6 |
| 2918 | 2026-02-12T05:59:00.857Z | [ host-package] Compiling num v0.4.3 |
| 2919 | 2026-02-12T05:59:01.122Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
| 2920 | 2026-02-12T05:59:03.265Z | [ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2921 | 2026-02-12T05:59:05.329Z | [ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2922 | 2026-02-12T05:59:05.387Z | [ host-package] Compiling vsss-rs v3.3.4 |
| 2923 | 2026-02-12T05:59:06.289Z | [ host-package] Compiling console v0.15.10 |
| 2924 | 2026-02-12T05:59:10.705Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2925 | 2026-02-12T05:59:10.767Z | [ host-package] Compiling progenitor v0.10.0 |
| 2926 | 2026-02-12T05:59:11.116Z | [ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2927 | 2026-02-12T05:59:11.425Z | [ helios-setup] Feb 12 05:59:10.958 INFO E| Compiling toml v0.5.11 |
| 2928 | 2026-02-12T05:59:11.426Z | [ helios-setup] Feb 12 05:59:10.958 INFO E| Compiling uuid v0.8.2 |
| 2929 | 2026-02-12T05:59:13.544Z | [ helios-setup] Feb 12 05:59:13.076 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
| 2930 | 2026-02-12T05:59:14.930Z | [ helios-setup] Feb 12 05:59:14.462 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
| 2931 | 2026-02-12T05:59:14.937Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2932 | 2026-02-12T05:59:16.114Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2933 | 2026-02-12T05:59:18.965Z | [ host-package] Compiling float-ord v0.3.2 |
| 2934 | 2026-02-12T05:59:19.349Z | [ host-package] Compiling toml v0.8.23 |
| 2935 | 2026-02-12T05:59:19.570Z | [ host-package] Compiling newline-converter v0.3.0 |
| 2936 | 2026-02-12T05:59:19.966Z | [ host-package] Compiling atomicwrites v0.4.4 |
| 2937 | 2026-02-12T05:59:21.052Z | [ host-package] Compiling prettyplease v0.2.36 |
| 2938 | 2026-02-12T05:59:21.155Z | [ host-package] Compiling slog-dtrace v0.3.0 |
| 2939 | 2026-02-12T05:59:24.825Z | [ helios-setup] Feb 12 05:59:24.357 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.24s |
| 2940 | 2026-02-12T05:59:24.858Z | [ helios-setup] Feb 12 05:59:24.389 INFO building project "image-builder" ok (38 seconds) |
| 2941 | 2026-02-12T05:59:24.858Z | [ helios-setup] Feb 12 05:59:24.389 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
| 2942 | 2026-02-12T05:59:24.974Z | [ helios-setup] Feb 12 05:59:24.504 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')" |
| 2943 | 2026-02-12T05:59:24.974Z | [ helios-setup] Feb 12 05:59:24.505 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
| 2944 | 2026-02-12T05:59:24.974Z | [ helios-setup] Feb 12 05:59:24.505 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 2945 | 2026-02-12T05:59:25.383Z | [ helios-setup] Feb 12 05:59:24.914 INFO E| Updating crates.io index |
| 2946 | 2026-02-12T05:59:25.386Z | [ helios-setup] Feb 12 05:59:24.915 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
| 2947 | 2026-02-12T05:59:26.287Z | [ helios-setup] Feb 12 05:59:25.818 INFO E| From https://github.com/oxidecomputer/amd-apcb |
| 2948 | 2026-02-12T05:59:26.287Z | [ helios-setup] Feb 12 05:59:25.818 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf |
| 2949 | 2026-02-12T05:59:26.372Z | [ helios-setup] Feb 12 05:59:25.903 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git` |
| 2950 | 2026-02-12T05:59:27.150Z | [ helios-setup] Feb 12 05:59:26.681 INFO E| From https://github.com/oxidecomputer/amd-efs |
| 2951 | 2026-02-12T05:59:27.150Z | [ helios-setup] Feb 12 05:59:26.681 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037 |
| 2952 | 2026-02-12T05:59:27.487Z | [ helios-setup] Feb 12 05:59:27.018 INFO E| Downloading crates ... |
| 2953 | 2026-02-12T05:59:27.614Z | [ helios-setup] Feb 12 05:59:27.145 INFO E| Downloaded proc-macro2 v1.0.95 |
| 2954 | 2026-02-12T05:59:27.619Z | [ helios-setup] Feb 12 05:59:27.150 INFO E| Downloaded bytesize v2.0.1 |
| 2955 | 2026-02-12T05:59:27.622Z | [ helios-setup] Feb 12 05:59:27.152 INFO E| Downloaded scroll_derive v0.12.1 |
| 2956 | 2026-02-12T05:59:27.626Z | [ helios-setup] Feb 12 05:59:27.154 INFO E| Downloaded log v0.4.27 |
| 2957 | 2026-02-12T05:59:27.629Z | [ helios-setup] Feb 12 05:59:27.157 INFO E| Downloaded vec_map v0.8.2 |
| 2958 | 2026-02-12T05:59:27.629Z | [ helios-setup] Feb 12 05:59:27.159 INFO E| Downloaded unic-ucd-ident v0.9.0 |
| 2959 | 2026-02-12T05:59:27.632Z | [ helios-setup] Feb 12 05:59:27.162 INFO E| Downloaded unic-common v0.9.0 |
| 2960 | 2026-02-12T05:59:27.632Z | [ helios-setup] Feb 12 05:59:27.163 INFO E| Downloaded cpufeatures v0.2.17 |
| 2961 | 2026-02-12T05:59:27.636Z | [ helios-setup] Feb 12 05:59:27.166 INFO E| Downloaded parse_int v0.9.0 |
| 2962 | 2026-02-12T05:59:27.639Z | [ helios-setup] Feb 12 05:59:27.167 INFO E| Downloaded ansi_term v0.12.1 |
| 2963 | 2026-02-12T05:59:27.643Z | [ helios-setup] Feb 12 05:59:27.172 INFO E| Downloaded four-cc v0.4.0 |
| 2964 | 2026-02-12T05:59:27.647Z | [ helios-setup] Feb 12 05:59:27.178 INFO E| Downloaded rustversion v1.0.20 |
| 2965 | 2026-02-12T05:59:27.651Z | [ helios-setup] Feb 12 05:59:27.182 INFO E| Downloaded unic-ucd-version v0.9.0 |
| 2966 | 2026-02-12T05:59:27.654Z | [ helios-setup] Feb 12 05:59:27.183 INFO E| Downloaded unic-char-range v0.9.0 |
| 2967 | 2026-02-12T05:59:27.659Z | [ helios-setup] Feb 12 05:59:27.185 INFO E| Downloaded itoa v1.0.15 |
| 2968 | 2026-02-12T05:59:27.659Z | [ helios-setup] Feb 12 05:59:27.187 INFO E| Downloaded strsim v0.8.0 |
| 2969 | 2026-02-12T05:59:27.687Z | [ helios-setup] Feb 12 05:59:27.189 INFO E| Downloaded dyn-clone v1.0.19 |
| 2970 | 2026-02-12T05:59:27.688Z | [ helios-setup] Feb 12 05:59:27.192 INFO E| Downloaded unic-char-property v0.9.0 |
| 2971 | 2026-02-12T05:59:27.688Z | [ helios-setup] Feb 12 05:59:27.193 INFO E| Downloaded fletcher v1.0.0 |
| 2972 | 2026-02-12T05:59:27.688Z | [ helios-setup] Feb 12 05:59:27.195 INFO E| Downloaded strum v0.27.1 |
| 2973 | 2026-02-12T05:59:27.688Z | [ helios-setup] Feb 12 05:59:27.211 INFO E| Downloaded thiserror-impl v2.0.12 |
| 2974 | 2026-02-12T05:59:27.688Z | [ helios-setup] Feb 12 05:59:27.213 INFO E| Downloaded strum_macros v0.27.1 |
| 2975 | 2026-02-12T05:59:27.688Z | [ helios-setup] Feb 12 05:59:27.217 INFO E| Downloaded modular-bitfield-impl v0.13.1 |
| 2976 | 2026-02-12T05:59:27.692Z | [ helios-setup] Feb 12 05:59:27.219 INFO E| Downloaded pest_generator v2.8.0 |
| 2977 | 2026-02-12T05:59:27.692Z | [ helios-setup] Feb 12 05:59:27.221 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
| 2978 | 2026-02-12T05:59:27.692Z | [ helios-setup] Feb 12 05:59:27.223 INFO E| Downloaded thiserror v2.0.12 |
| 2979 | 2026-02-12T05:59:27.702Z | [ helios-setup] Feb 12 05:59:27.233 INFO E| Downloaded textwrap v0.11.0 |
| 2980 | 2026-02-12T05:59:27.705Z | [ helios-setup] Feb 12 05:59:27.235 INFO E| Downloaded structopt-derive v0.4.18 |
| 2981 | 2026-02-12T05:59:27.709Z | [ helios-setup] Feb 12 05:59:27.237 INFO E| Downloaded pest_meta v2.8.0 |
| 2982 | 2026-02-12T05:59:27.712Z | [ helios-setup] Feb 12 05:59:27.240 INFO E| Downloaded pest_derive v2.8.0 |
| 2983 | 2026-02-12T05:59:27.715Z | [ helios-setup] Feb 12 05:59:27.244 INFO E| Downloaded modular-bitfield v0.13.1 |
| 2984 | 2026-02-12T05:59:27.727Z | [ helios-setup] Feb 12 05:59:27.258 INFO E| Downloaded unicode-ident v1.0.18 |
| 2985 | 2026-02-12T05:59:27.731Z | [ helios-setup] Feb 12 05:59:27.262 INFO E| Downloaded serde v1.0.219 |
| 2986 | 2026-02-12T05:59:27.735Z | [ helios-setup] Feb 12 05:59:27.266 INFO E| Downloaded modular-bitfield v0.11.2 |
| 2987 | 2026-02-12T05:59:27.756Z | [ helios-setup] Feb 12 05:59:27.287 INFO E| Downloaded structopt v0.3.26 |
| 2988 | 2026-02-12T05:59:27.767Z | [ helios-setup] Feb 12 05:59:27.298 INFO E| Downloaded zerocopy-derive v0.8.25 |
| 2989 | 2026-02-12T05:59:27.778Z | [ helios-setup] Feb 12 05:59:27.309 INFO E| Downloaded typenum v1.18.0 |
| 2990 | 2026-02-12T05:59:27.782Z | [ helios-setup] Feb 12 05:59:27.313 INFO E| Downloaded serde_derive v1.0.219 |
| 2991 | 2026-02-12T05:59:27.786Z | [ helios-setup] Feb 12 05:59:27.317 INFO E| Downloaded ryu v1.0.20 |
| 2992 | 2026-02-12T05:59:27.791Z | [ helios-setup] Feb 12 05:59:27.322 INFO E| Downloaded pest v2.8.0 |
| 2993 | 2026-02-12T05:59:27.847Z | [ helios-setup] Feb 12 05:59:27.378 INFO E| Downloaded serde_json v1.0.140 |
| 2994 | 2026-02-12T05:59:27.857Z | [ helios-setup] Feb 12 05:59:27.388 INFO E| Downloaded clap v2.34.0 |
| 2995 | 2026-02-12T05:59:27.867Z | [ helios-setup] Feb 12 05:59:27.398 INFO E| Downloaded goblin v0.9.3 |
| 2996 | 2026-02-12T05:59:27.876Z | [ helios-setup] Feb 12 05:59:27.408 INFO E| Downloaded zerocopy v0.8.25 |
| 2997 | 2026-02-12T05:59:27.915Z | [ helios-setup] Feb 12 05:59:27.446 INFO E| Downloaded syn v2.0.101 |
| 2998 | 2026-02-12T05:59:27.975Z | [ helios-setup] Feb 12 05:59:27.506 INFO E| Downloaded libc v0.2.172 |
| 2999 | 2026-02-12T05:59:28.110Z | [ helios-setup] Feb 12 05:59:27.641 INFO E| Compiling proc-macro2 v1.0.95 |
| 3000 | 2026-02-12T05:59:28.110Z | [ helios-setup] Feb 12 05:59:27.641 INFO E| Compiling unicode-ident v1.0.18 |
| 3001 | 2026-02-12T05:59:28.110Z | [ helios-setup] Feb 12 05:59:27.641 INFO E| Compiling memchr v2.7.4 |
| 3002 | 2026-02-12T05:59:28.114Z | [ helios-setup] Feb 12 05:59:27.641 INFO E| Compiling autocfg v1.4.0 |
| 3003 | 2026-02-12T05:59:28.114Z | [ helios-setup] Feb 12 05:59:27.641 INFO E| Compiling thiserror v2.0.12 |
| 3004 | 2026-02-12T05:59:28.114Z | [ helios-setup] Feb 12 05:59:27.641 INFO E| Compiling serde v1.0.219 |
| 3005 | 2026-02-12T05:59:28.114Z | [ helios-setup] Feb 12 05:59:27.642 INFO E| Compiling syn v1.0.109 |
| 3006 | 2026-02-12T05:59:28.114Z | [ helios-setup] Feb 12 05:59:27.642 INFO E| Compiling version_check v0.9.5 |
| 3007 | 2026-02-12T05:59:28.579Z | [ helios-setup] Feb 12 05:59:28.109 INFO E| Compiling serde_json v1.0.140 |
| 3008 | 2026-02-12T05:59:28.893Z | [ host-package] Compiling expectorate v1.2.0 |
| 3009 | 2026-02-12T05:59:29.583Z | [ helios-setup] Feb 12 05:59:29.111 INFO E| Compiling schemars v0.8.22 |
| 3010 | 2026-02-12T05:59:29.668Z | [ helios-setup] Feb 12 05:59:29.199 INFO E| Compiling ryu v1.0.20 |
| 3011 | 2026-02-12T05:59:29.681Z | [ helios-setup] Feb 12 05:59:29.212 INFO E| Compiling itoa v1.0.15 |
| 3012 | 2026-02-12T05:59:29.763Z | [ helios-setup] Feb 12 05:59:29.294 INFO E| Compiling num-traits v0.2.19 |
| 3013 | 2026-02-12T05:59:29.771Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
| 3014 | 2026-02-12T05:59:30.284Z | [ helios-setup] Feb 12 05:59:29.815 INFO E| Compiling memoffset v0.9.1 |
| 3015 | 2026-02-12T05:59:30.447Z | [ helios-setup] Feb 12 05:59:29.978 INFO E| Compiling proc-macro-error-attr v1.0.4 |
| 3016 | 2026-02-12T05:59:30.612Z | [ helios-setup] Feb 12 05:59:30.142 INFO E| Compiling libc v0.2.172 |
| 3017 | 2026-02-12T05:59:30.751Z | [ helios-setup] Feb 12 05:59:30.282 INFO E| Compiling ucd-trie v0.1.7 |
| 3018 | 2026-02-12T05:59:30.860Z | [ helios-setup] Feb 12 05:59:30.391 INFO E| Compiling dyn-clone v1.0.19 |
| 3019 | 2026-02-12T05:59:31.319Z | [ host-package] Compiling owo-colors v4.2.2 |
| 3020 | 2026-02-12T05:59:31.322Z | [ helios-setup] Feb 12 05:59:30.852 INFO E| Compiling zerocopy v0.8.25 |
| 3021 | 2026-02-12T05:59:31.359Z | [ helios-setup] Feb 12 05:59:30.890 INFO E| Compiling static_assertions v1.1.0 |
| 3022 | 2026-02-12T05:59:31.442Z | [ helios-setup] Feb 12 05:59:30.973 INFO E| Compiling paste v1.0.15 |
| 3023 | 2026-02-12T05:59:31.449Z | [ helios-setup] Feb 12 05:59:30.980 INFO E| Compiling rustversion v1.0.20 |
| 3024 | 2026-02-12T05:59:31.954Z | [ helios-setup] Feb 12 05:59:31.483 INFO E| Compiling proc-macro-error v1.0.4 |
| 3025 | 2026-02-12T05:59:32.145Z | [ helios-setup] Feb 12 05:59:31.676 INFO E| Compiling quote v1.0.40 |
| 3026 | 2026-02-12T05:59:32.216Z | [ helios-setup] Feb 12 05:59:31.747 INFO E| Compiling once_cell v1.21.3 |
| 3027 | 2026-02-12T05:59:32.817Z | [ helios-setup] Feb 12 05:59:32.348 INFO E| Compiling syn v2.0.101 |
| 3028 | 2026-02-12T05:59:33.606Z | [ helios-setup] Feb 12 05:59:33.136 INFO E| Compiling unicode-width v0.1.14 |
| 3029 | 2026-02-12T05:59:34.628Z | [ helios-setup] Feb 12 05:59:34.158 INFO E| Compiling unicode-segmentation v1.12.0 |
| 3030 | 2026-02-12T05:59:34.754Z | [ helios-setup] Feb 12 05:59:34.285 INFO E| Compiling heck v0.5.0 |
| 3031 | 2026-02-12T05:59:34.806Z | [ helios-setup] Feb 12 05:59:34.336 INFO E| Compiling atty v0.2.14 |
| 3032 | 2026-02-12T05:59:35.196Z | [ helios-setup] Feb 12 05:59:34.727 INFO E| Compiling parse_int v0.9.0 |
| 3033 | 2026-02-12T05:59:35.368Z | [ helios-setup] Feb 12 05:59:34.898 INFO E| Compiling textwrap v0.11.0 |
| 3034 | 2026-02-12T05:59:35.436Z | [ helios-setup] Feb 12 05:59:34.966 INFO E| Compiling strsim v0.8.0 |
| 3035 | 2026-02-12T05:59:35.543Z | [ helios-setup] Feb 12 05:59:35.073 INFO E| Compiling ansi_term v0.12.1 |
| 3036 | 2026-02-12T05:59:35.629Z | [ helios-setup] Feb 12 05:59:35.159 INFO E| Compiling strum v0.27.1 |
| 3037 | 2026-02-12T05:59:35.686Z | [ helios-setup] Feb 12 05:59:35.216 INFO E| Compiling fletcher v1.0.0 |
| 3038 | 2026-02-12T05:59:36.172Z | [ helios-setup] Feb 12 05:59:35.702 INFO E| Compiling heck v0.3.3 |
| 3039 | 2026-02-12T05:59:36.355Z | [ helios-setup] Feb 12 05:59:35.885 INFO E| Compiling bitflags v1.3.2 |
| 3040 | 2026-02-12T05:59:36.428Z | [ helios-setup] Feb 12 05:59:35.959 INFO E| Compiling vec_map v0.8.2 |
| 3041 | 2026-02-12T05:59:36.471Z | [ helios-setup] Feb 12 05:59:36.002 INFO E| Compiling unic-char-range v0.9.0 |
| 3042 | 2026-02-12T05:59:36.571Z | [ helios-setup] Feb 12 05:59:36.101 INFO E| Compiling byteorder v1.5.0 |
| 3043 | 2026-02-12T05:59:36.610Z | [ helios-setup] Feb 12 05:59:36.140 INFO E| Compiling unic-common v0.9.0 |
| 3044 | 2026-02-12T05:59:36.723Z | [ helios-setup] Feb 12 05:59:36.253 INFO E| Compiling unic-char-property v0.9.0 |
| 3045 | 2026-02-12T05:59:36.744Z | [ helios-setup] Feb 12 05:59:36.274 INFO E| Compiling lazy_static v1.5.0 |
| 3046 | 2026-02-12T05:59:36.854Z | [ helios-setup] Feb 12 05:59:36.383 INFO E| Compiling log v0.4.27 |
| 3047 | 2026-02-12T05:59:37.048Z | [ helios-setup] Feb 12 05:59:36.578 INFO E| Compiling clap v2.34.0 |
| 3048 | 2026-02-12T05:59:37.254Z | [ helios-setup] Feb 12 05:59:36.784 INFO E| Compiling unic-ucd-version v0.9.0 |
| 3049 | 2026-02-12T05:59:37.364Z | [ helios-setup] Feb 12 05:59:36.894 INFO E| Compiling plain v0.2.3 |
| 3050 | 2026-02-12T05:59:37.404Z | [ host-package] Compiling resolv-conf v0.7.0 |
| 3051 | 2026-02-12T05:59:37.440Z | [ helios-setup] Feb 12 05:59:36.970 INFO E| Compiling bytesize v2.0.1 |
| 3052 | 2026-02-12T05:59:37.465Z | [ helios-setup] Feb 12 05:59:36.994 INFO E| Compiling unic-ucd-ident v0.9.0 |
| 3053 | 2026-02-12T05:59:39.689Z | [ host-package] Compiling libsw-core v0.3.1 |
| 3054 | 2026-02-12T05:59:40.442Z | [ host-package] Compiling libsw v3.5.0 |
| 3055 | 2026-02-12T05:59:41.173Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3056 | 2026-02-12T05:59:41.651Z | [ host-package] Compiling linear-map v1.2.0 |
| 3057 | 2026-02-12T05:59:41.727Z | [ host-package] Compiling linked-hash-map v0.5.6 |
| 3058 | 2026-02-12T05:59:42.512Z | [ helios-setup] Feb 12 05:59:42.040 INFO E| Compiling serde_derive_internals v0.29.1 |
| 3059 | 2026-02-12T05:59:42.558Z | [ host-package] Compiling lru-cache v0.1.2 |
| 3060 | 2026-02-12T05:59:42.729Z | [ host-package] Compiling unicode-xid v0.2.6 |
| 3061 | 2026-02-12T05:59:42.884Z | [ helios-setup] Feb 12 05:59:42.414 INFO E| Compiling modular-bitfield-impl v0.11.2 |
| 3062 | 2026-02-12T05:59:42.888Z | [ helios-setup] Feb 12 05:59:42.414 INFO E| Compiling structopt-derive v0.4.18 |
| 3063 | 2026-02-12T05:59:43.301Z | [ host-package] Compiling hickory-proto v0.24.4 |
| 3064 | 2026-02-12T05:59:43.398Z | [ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3065 | 2026-02-12T05:59:45.064Z | [ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3066 | 2026-02-12T05:59:45.678Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3067 | 2026-02-12T05:59:46.175Z | [ helios-setup] Feb 12 05:59:45.705 INFO E| Compiling thiserror-impl v2.0.12 |
| 3068 | 2026-02-12T05:59:46.175Z | [ helios-setup] Feb 12 05:59:45.705 INFO E| Compiling serde_derive v1.0.219 |
| 3069 | 2026-02-12T05:59:46.179Z | [ helios-setup] Feb 12 05:59:45.705 INFO E| Compiling schemars_derive v0.8.22 |
| 3070 | 2026-02-12T05:59:46.326Z | [ helios-setup] Feb 12 05:59:45.855 INFO E| Compiling zerocopy-derive v0.8.25 |
| 3071 | 2026-02-12T05:59:46.476Z | [ helios-setup] Feb 12 05:59:46.006 INFO E| Compiling modular-bitfield-impl v0.13.1 |
| 3072 | 2026-02-12T05:59:47.178Z | [ helios-setup] Feb 12 05:59:46.707 INFO E| Compiling num-derive v0.4.2 |
| 3073 | 2026-02-12T05:59:47.882Z | [ helios-setup] Feb 12 05:59:47.412 INFO E| Compiling modular-bitfield v0.11.2 |
| 3074 | 2026-02-12T05:59:49.558Z | [ helios-setup] Feb 12 05:59:49.086 INFO E| Compiling scroll_derive v0.12.1 |
| 3075 | 2026-02-12T05:59:49.801Z | [ helios-setup] Feb 12 05:59:49.330 INFO E| Compiling strum_macros v0.27.1 |
| 3076 | 2026-02-12T05:59:51.108Z | [ helios-setup] Feb 12 05:59:50.637 INFO E| Compiling modular-bitfield v0.13.1 |
| 3077 | 2026-02-12T05:59:51.741Z | [ helios-setup] Feb 12 05:59:51.268 INFO E| Compiling structopt v0.3.26 |
| 3078 | 2026-02-12T05:59:51.858Z | [ helios-setup] Feb 12 05:59:51.387 INFO E| Compiling pest v2.8.0 |
| 3079 | 2026-02-12T05:59:52.826Z | [ helios-setup] Feb 12 05:59:52.355 INFO E| Compiling scroll v0.12.0 |
| 3080 | 2026-02-12T05:59:53.604Z | [ helios-setup] Feb 12 05:59:53.133 INFO E| Compiling goblin v0.9.3 |
| 3081 | 2026-02-12T05:59:53.677Z | [ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3082 | 2026-02-12T05:59:56.323Z | [ helios-setup] Feb 12 05:59:55.851 INFO E| Compiling pest_meta v2.8.0 |
| 3083 | 2026-02-12T05:59:58.468Z | [ helios-setup] Feb 12 05:59:57.997 INFO E| Compiling pest_generator v2.8.0 |
| 3084 | 2026-02-12T05:59:58.943Z | [ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3085 | 2026-02-12T06:00:00.675Z | [ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3086 | 2026-02-12T06:00:00.799Z | [ helios-setup] Feb 12 06:00:00.327 INFO E| Compiling pest_derive v2.8.0 |
| 3087 | 2026-02-12T06:00:01.130Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3088 | 2026-02-12T06:00:02.658Z | [ host-package] Compiling hickory-resolver v0.24.4 |
| 3089 | 2026-02-12T06:00:04.131Z | [ helios-setup] Feb 12 06:00:03.658 INFO E| Compiling json5 v0.4.1 |
| 3090 | 2026-02-12T06:00:09.323Z | [ helios-setup] Feb 12 06:00:08.850 INFO E| Compiling four-cc v0.4.0 |
| 3091 | 2026-02-12T06:00:09.323Z | [ helios-setup] Feb 12 06:00:08.850 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3) |
| 3092 | 2026-02-12T06:00:09.561Z | [ helios-setup] Feb 12 06:00:09.089 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60) |
| 3093 | 2026-02-12T06:00:11.495Z | [ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3094 | 2026-02-12T06:00:14.312Z | [ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3095 | 2026-02-12T06:00:14.810Z | [ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3096 | 2026-02-12T06:00:14.920Z | [ host-package] Compiling convert_case v0.7.1 |
| 3097 | 2026-02-12T06:00:15.891Z | [ host-package] Compiling derive_more-impl v2.0.1 |
| 3098 | 2026-02-12T06:00:18.206Z | [ host-package] Compiling qorb v0.4.1 |
| 3099 | 2026-02-12T06:00:22.307Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3100 | 2026-02-12T06:00:22.805Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3101 | 2026-02-12T06:00:27.325Z | [ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3102 | 2026-02-12T06:00:29.724Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3103 | 2026-02-12T06:00:31.345Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3104 | 2026-02-12T06:00:33.543Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3105 | 2026-02-12T06:00:33.932Z | [ host-package] Compiling derive_more v2.0.1 |
| 3106 | 2026-02-12T06:00:34.020Z | [ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3107 | 2026-02-12T06:00:34.137Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
| 3108 | 2026-02-12T06:00:34.645Z | [ host-package] Compiling siphasher v1.0.1 |
| 3109 | 2026-02-12T06:00:34.697Z | [ host-package] Compiling termtree v0.5.1 |
| 3110 | 2026-02-12T06:00:34.904Z | [ host-package] Compiling vte v0.11.1 |
| 3111 | 2026-02-12T06:00:35.080Z | [ host-package] Compiling phf_shared v0.12.1 |
| 3112 | 2026-02-12T06:00:35.147Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3113 | 2026-02-12T06:00:35.687Z | [ host-package] Compiling crossterm v0.29.0 |
| 3114 | 2026-02-12T06:00:36.765Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3115 | 2026-02-12T06:00:41.414Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3116 | 2026-02-12T06:00:42.061Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3117 | 2026-02-12T06:00:43.279Z | [ host-package] Compiling csv-core v0.1.11 |
| 3118 | 2026-02-12T06:00:44.281Z | [ host-package] Compiling chrono-tz v0.10.4 |
| 3119 | 2026-02-12T06:00:44.380Z | [ host-package] Compiling csv v1.3.1 |
| 3120 | 2026-02-12T06:00:44.849Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3121 | 2026-02-12T06:00:45.517Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
| 3122 | 2026-02-12T06:00:46.459Z | [ host-package] Compiling phf v0.12.1 |
| 3123 | 2026-02-12T06:00:46.907Z | [ host-package] Compiling const_format_proc_macros v0.2.34 |
| 3124 | 2026-02-12T06:00:46.955Z | [ host-package] Compiling papergrid v0.11.0 |
| 3125 | 2026-02-12T06:00:48.089Z | [ host-package] Compiling tabled_derive v0.7.0 |
| 3126 | 2026-02-12T06:00:48.841Z | [ host-package] Compiling fd-lock v4.0.2 |
| 3127 | 2026-02-12T06:00:48.939Z | [ host-package] Compiling peg-macros v0.8.5 |
| 3128 | 2026-02-12T06:00:49.180Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3129 | 2026-02-12T06:00:50.450Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
| 3130 | 2026-02-12T06:00:50.524Z | [ host-package] Compiling highway v1.3.0 |
| 3131 | 2026-02-12T06:00:52.002Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3132 | 2026-02-12T06:00:52.274Z | [ host-package] Compiling reedline v0.40.0 |
| 3133 | 2026-02-12T06:00:52.319Z | [ host-package] Compiling peg v0.8.5 |
| 3134 | 2026-02-12T06:00:52.675Z | [ host-package] Compiling tough v0.20.0 |
| 3135 | 2026-02-12T06:00:53.013Z | [ helios-setup] Feb 12 06:00:52.536 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config) |
| 3136 | 2026-02-12T06:00:54.848Z | [ host-package] Compiling tabled v0.15.0 |
| 3137 | 2026-02-12T06:00:56.231Z | [ host-package] Compiling const_format v0.2.34 |
| 3138 | 2026-02-12T06:01:02.412Z | [ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3139 | 2026-02-12T06:01:02.439Z | [ helios-setup] Feb 12 06:01:01.962 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
| 3140 | 2026-02-12T06:01:09.618Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3141 | 2026-02-12T06:01:10.778Z | [ host-package] Compiling bcs v0.1.6 |
| 3142 | 2026-02-12T06:01:11.325Z | [ host-package] Compiling semver v0.1.20 |
| 3143 | 2026-02-12T06:01:11.892Z | [ host-package] Compiling rustc_version v0.1.7 |
| 3144 | 2026-02-12T06:01:12.428Z | [ host-package] Compiling newtype_derive v0.1.6 |
| 3145 | 2026-02-12T06:01:12.951Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3146 | 2026-02-12T06:01:13.330Z | [ host-package] Compiling smawk v0.3.2 |
| 3147 | 2026-02-12T06:01:13.442Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
| 3148 | 2026-02-12T06:01:13.914Z | [ host-package] Compiling humantime v2.2.0 |
| 3149 | 2026-02-12T06:01:14.310Z | [ host-package] Compiling textwrap v0.16.2 |
| 3150 | 2026-02-12T06:01:15.060Z | [ host-package] Compiling dropshot-api-manager-types v0.2.4 |
| 3151 | 2026-02-12T06:01:16.774Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3152 | 2026-02-12T06:01:17.916Z | [ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3153 | 2026-02-12T06:01:18.134Z | [ host-package] Compiling steno v0.4.1 |
| 3154 | 2026-02-12T06:01:19.176Z | [ host-package] Compiling utf-8 v0.7.6 |
| 3155 | 2026-02-12T06:01:19.983Z | [ host-package] Compiling moka v0.12.10 |
| 3156 | 2026-02-12T06:01:20.756Z | [ host-package] Compiling tagptr v0.2.0 |
| 3157 | 2026-02-12T06:01:22.352Z | [ host-package] Compiling tungstenite v0.21.0 |
| 3158 | 2026-02-12T06:01:22.850Z | [ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3159 | 2026-02-12T06:01:23.621Z | [ host-package] Compiling proc-macro-error-attr2 v2.0.0 |
| 3160 | 2026-02-12T06:01:25.169Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
| 3161 | 2026-02-12T06:01:25.604Z | [ host-package] Compiling hickory-resolver v0.25.2 |
| 3162 | 2026-02-12T06:01:26.682Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3163 | 2026-02-12T06:01:27.884Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 3164 | 2026-02-12T06:01:31.340Z | [ helios-setup] Feb 12 06:01:30.859 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s |
| 3165 | 2026-02-12T06:01:31.391Z | [ helios-setup] Feb 12 06:01:30.911 INFO building project "amd-host-image-builder" ok (126 seconds) |
| 3166 | 2026-02-12T06:01:31.391Z | [ helios-setup] Feb 12 06:01:30.911 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report" |
| 3167 | 2026-02-12T06:01:31.537Z | [ helios-setup] Feb 12 06:01:31.057 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.91.1-x86_64-unknown-illumos (default)" |
| 3168 | 2026-02-12T06:01:31.537Z | [ helios-setup] Feb 12 06:01:31.057 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report |
| 3169 | 2026-02-12T06:01:31.537Z | [ helios-setup] Feb 12 06:01:31.057 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report") |
| 3170 | 2026-02-12T06:01:32.015Z | [ helios-setup] Feb 12 06:01:31.535 INFO E| Downloading crates ... |
| 3171 | 2026-02-12T06:01:32.166Z | [ helios-setup] Feb 12 06:01:31.686 INFO E| Downloaded time-core v0.1.4 |
| 3172 | 2026-02-12T06:01:32.169Z | [ helios-setup] Feb 12 06:01:31.689 INFO E| Downloaded darling_macro v0.20.11 |
| 3173 | 2026-02-12T06:01:32.172Z | [ helios-setup] Feb 12 06:01:31.690 INFO E| Downloaded fastrand v2.3.0 |
| 3174 | 2026-02-12T06:01:32.205Z | [ helios-setup] Feb 12 06:01:31.725 INFO E| Downloaded time-macros v0.2.22 |
| 3175 | 2026-02-12T06:01:32.263Z | [ helios-setup] Feb 12 06:01:31.729 INFO E| Downloaded deranged v0.4.0 |
| 3176 | 2026-02-12T06:01:32.263Z | [ helios-setup] Feb 12 06:01:31.731 INFO E| Downloaded chrono v0.4.41 |
| 3177 | 2026-02-12T06:01:32.263Z | [ helios-setup] Feb 12 06:01:31.742 INFO E| Downloaded serde_with_macros v3.12.0 |
| 3178 | 2026-02-12T06:01:32.264Z | [ helios-setup] Feb 12 06:01:31.745 INFO E| Downloaded darling v0.20.11 |
| 3179 | 2026-02-12T06:01:32.264Z | [ helios-setup] Feb 12 06:01:31.754 INFO E| Downloaded tempfile v3.20.0 |
| 3180 | 2026-02-12T06:01:32.264Z | [ helios-setup] Feb 12 06:01:31.758 INFO E| Downloaded getrandom v0.3.3 |
| 3181 | 2026-02-12T06:01:32.264Z | [ helios-setup] Feb 12 06:01:31.764 INFO E| Downloaded anyhow v1.0.98 |
| 3182 | 2026-02-12T06:01:32.264Z | [ helios-setup] Feb 12 06:01:31.770 INFO E| Downloaded indexmap v2.9.0 |
| 3183 | 2026-02-12T06:01:32.264Z | [ helios-setup] Feb 12 06:01:31.776 INFO E| Downloaded darling_core v0.20.11 |
| 3184 | 2026-02-12T06:01:32.264Z | [ helios-setup] Feb 12 06:01:31.783 INFO E| Downloaded time v0.3.41 |
| 3185 | 2026-02-12T06:01:32.275Z | [ helios-setup] Feb 12 06:01:31.795 INFO E| Downloaded bitflags v2.9.1 |
| 3186 | 2026-02-12T06:01:32.322Z | [ helios-setup] Feb 12 06:01:31.842 INFO E| Downloaded hashbrown v0.15.3 |
| 3187 | 2026-02-12T06:01:32.326Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3188 | 2026-02-12T06:01:32.331Z | [ helios-setup] Feb 12 06:01:31.851 INFO E| Downloaded serde_with v3.12.0 |
| 3189 | 2026-02-12T06:01:32.367Z | [ helios-setup] Feb 12 06:01:31.887 INFO E| Downloaded rustix v1.0.7 |
| 3190 | 2026-02-12T06:01:32.474Z | [ helios-setup] Feb 12 06:01:31.994 INFO E| Compiling proc-macro2 v1.0.95 |
| 3191 | 2026-02-12T06:01:32.477Z | [ helios-setup] Feb 12 06:01:31.994 INFO E| Compiling unicode-ident v1.0.18 |
| 3192 | 2026-02-12T06:01:32.477Z | [ helios-setup] Feb 12 06:01:31.995 INFO E| Compiling libc v0.2.172 |
| 3193 | 2026-02-12T06:01:32.478Z | [ helios-setup] Feb 12 06:01:31.995 INFO E| Compiling strsim v0.11.1 |
| 3194 | 2026-02-12T06:01:32.478Z | [ helios-setup] Feb 12 06:01:31.995 INFO E| Compiling ident_case v1.0.1 |
| 3195 | 2026-02-12T06:01:32.478Z | [ helios-setup] Feb 12 06:01:31.995 INFO E| Compiling fnv v1.0.7 |
| 3196 | 2026-02-12T06:01:32.478Z | [ helios-setup] Feb 12 06:01:31.995 INFO E| Compiling serde v1.0.219 |
| 3197 | 2026-02-12T06:01:32.478Z | [ helios-setup] Feb 12 06:01:31.995 INFO E| Compiling getrandom v0.3.3 |
| 3198 | 2026-02-12T06:01:32.893Z | [ helios-setup] Feb 12 06:01:32.413 INFO E| Compiling rustix v1.0.7 |
| 3199 | 2026-02-12T06:01:33.075Z | [ helios-setup] Feb 12 06:01:32.594 INFO E| Compiling bitflags v2.9.1 |
| 3200 | 2026-02-12T06:01:33.139Z | [ helios-setup] Feb 12 06:01:32.658 INFO E| Compiling serde_json v1.0.140 |
| 3201 | 2026-02-12T06:01:33.775Z | [ helios-setup] Feb 12 06:01:33.295 INFO E| Compiling anyhow v1.0.98 |
| 3202 | 2026-02-12T06:01:33.797Z | [ helios-setup] Feb 12 06:01:33.317 INFO E| Compiling cfg-if v1.0.0 |
| 3203 | 2026-02-12T06:01:33.936Z | [ helios-setup] Feb 12 06:01:33.455 INFO E| Compiling thiserror v2.0.12 |
| 3204 | 2026-02-12T06:01:34.136Z | [ helios-setup] Feb 12 06:01:33.655 INFO E| Compiling once_cell v1.21.3 |
| 3205 | 2026-02-12T06:01:34.381Z | [ helios-setup] Feb 12 06:01:33.901 INFO E| Compiling memchr v2.7.4 |
| 3206 | 2026-02-12T06:01:34.413Z | [ helios-setup] Feb 12 06:01:33.933 INFO E| Compiling fastrand v2.3.0 |
| 3207 | 2026-02-12T06:01:34.623Z | [ helios-setup] Feb 12 06:01:34.143 INFO E| Compiling itoa v1.0.15 |
| 3208 | 2026-02-12T06:01:35.086Z | [ helios-setup] Feb 12 06:01:34.606 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report) |
| 3209 | 2026-02-12T06:01:35.447Z | [ helios-setup] Feb 12 06:01:34.967 INFO E| Compiling ryu v1.0.20 |
| 3210 | 2026-02-12T06:01:36.152Z | [ helios-setup] Feb 12 06:01:35.671 INFO E| Compiling errno v0.3.12 |
| 3211 | 2026-02-12T06:01:36.903Z | [ helios-setup] Feb 12 06:01:36.423 INFO E| Compiling quote v1.0.40 |
| 3212 | 2026-02-12T06:01:37.755Z | [ helios-setup] Feb 12 06:01:37.274 INFO E| Compiling syn v2.0.101 |
| 3213 | 2026-02-12T06:01:39.157Z | [ helios-setup] Feb 12 06:01:38.676 INFO E| Compiling tempfile v3.20.0 |
| 3214 | 2026-02-12T06:01:40.808Z | [ host-package] Compiling proc-macro-error2 v2.0.1 |
| 3215 | 2026-02-12T06:01:42.010Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3216 | 2026-02-12T06:01:44.916Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3217 | 2026-02-12T06:01:45.133Z | [ helios-setup] Feb 12 06:01:44.652 INFO E| Compiling darling_core v0.20.11 |
| 3218 | 2026-02-12T06:01:45.314Z | [ host-package] Compiling num-derive v0.3.3 |
| 3219 | 2026-02-12T06:01:47.516Z | [ helios-setup] Feb 12 06:01:47.034 INFO E| Compiling serde_derive v1.0.219 |
| 3220 | 2026-02-12T06:01:47.523Z | [ helios-setup] Feb 12 06:01:47.034 INFO E| Compiling thiserror-impl v2.0.12 |
| 3221 | 2026-02-12T06:01:48.363Z | [ host-package] Compiling libscf-sys v1.1.0 |
| 3222 | 2026-02-12T06:01:48.584Z | [ host-package] Compiling vergen-gitcl v1.0.8 |
| 3223 | 2026-02-12T06:01:48.782Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
| 3224 | 2026-02-12T06:01:48.878Z | [ host-package] Compiling maplit v1.0.2 |
| 3225 | 2026-02-12T06:01:49.299Z | [ host-package] Compiling crunchy v0.2.2 |
| 3226 | 2026-02-12T06:01:49.490Z | [ host-package] Compiling dirs-next v2.0.0 |
| 3227 | 2026-02-12T06:01:49.637Z | [ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3228 | 2026-02-12T06:01:49.955Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
| 3229 | 2026-02-12T06:01:50.555Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
| 3230 | 2026-02-12T06:01:50.873Z | [ helios-setup] Feb 12 06:01:50.391 INFO E| Compiling darling_macro v0.20.11 |
| 3231 | 2026-02-12T06:01:51.624Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
| 3232 | 2026-02-12T06:01:51.683Z | [ host-package] Compiling tiny-keccak v2.0.2 |
| 3233 | 2026-02-12T06:01:52.085Z | [ helios-setup] Feb 12 06:01:51.602 INFO E| Compiling darling v0.20.11 |
| 3234 | 2026-02-12T06:01:52.232Z | [ helios-setup] Feb 12 06:01:51.750 INFO E| Compiling serde_with_macros v3.12.0 |
| 3235 | 2026-02-12T06:01:52.270Z | [ host-package] Compiling diesel_derives v2.2.3 |
| 3236 | 2026-02-12T06:01:52.329Z | [ host-package] Compiling r2d2 v0.8.10 |
| 3237 | 2026-02-12T06:01:52.748Z | [ host-package] Compiling term v0.7.0 |
| 3238 | 2026-02-12T06:01:54.051Z | [ host-package] Compiling tabled_derive v0.11.0 |
| 3239 | 2026-02-12T06:01:54.143Z | [ host-package] Compiling papergrid v0.17.0 |
| 3240 | 2026-02-12T06:01:54.934Z | [ host-package] Compiling testing_table v0.3.0 |
| 3241 | 2026-02-12T06:01:56.024Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3242 | 2026-02-12T06:01:56.998Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3243 | 2026-02-12T06:01:57.422Z | [ host-package] Compiling arc-swap v1.7.1 |
| 3244 | 2026-02-12T06:01:57.691Z | [ host-package] Compiling xshell-macros v0.2.7 |
| 3245 | 2026-02-12T06:01:58.188Z | [ host-package] Compiling bit-vec v0.6.3 |
| 3246 | 2026-02-12T06:01:58.627Z | [ host-package] Compiling xshell v0.2.7 |
| 3247 | 2026-02-12T06:01:58.711Z | [ host-package] Compiling bit-set v0.5.3 |
| 3248 | 2026-02-12T06:01:59.182Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3249 | 2026-02-12T06:01:59.487Z | [ host-package] Compiling slog-scope v4.4.0 |
| 3250 | 2026-02-12T06:02:00.650Z | [ host-package] Compiling tabled v0.20.0 |
| 3251 | 2026-02-12T06:02:01.126Z | [ helios-setup] Feb 12 06:02:00.643 INFO E| Compiling serde_with v3.12.0 |
| 3252 | 2026-02-12T06:02:01.850Z | [ host-package] Compiling ascii-canvas v3.0.0 |
| 3253 | 2026-02-12T06:02:02.514Z | [ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3254 | 2026-02-12T06:02:04.257Z | [ host-package] Compiling diesel v2.2.12 |
| 3255 | 2026-02-12T06:02:11.580Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3256 | 2026-02-12T06:02:12.142Z | [ helios-setup] Feb 12 06:02:11.658 INFO E| Finished `release` profile [optimized] target(s) in 40.48s |
| 3257 | 2026-02-12T06:02:12.173Z | [ helios-setup] Feb 12 06:02:11.689 INFO building project "dmar-report" ok (40 seconds) |
| 3258 | 2026-02-12T06:02:12.173Z | [ helios-setup] Feb 12 06:02:11.689 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot" |
| 3259 | 2026-02-12T06:02:12.332Z | [ helios-setup] Feb 12 06:02:11.848 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.91.1-x86_64-unknown-illumos (default)" |
| 3260 | 2026-02-12T06:02:12.332Z | [ helios-setup] Feb 12 06:02:11.849 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
| 3261 | 2026-02-12T06:02:12.335Z | [ helios-setup] Feb 12 06:02:11.849 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
| 3262 | 2026-02-12T06:02:12.575Z | [ host-package] Compiling ena v0.14.3 |
| 3263 | 2026-02-12T06:02:12.670Z | [ helios-setup] Feb 12 06:02:12.186 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 3264 | 2026-02-12T06:02:12.769Z | [ host-package] Compiling regex-syntax v0.6.29 |
| 3265 | 2026-02-12T06:02:13.058Z | [ host-package] Compiling unicase v2.8.1 |
| 3266 | 2026-02-12T06:02:13.655Z | [ host-package] Compiling bindgen v0.71.1 |
| 3267 | 2026-02-12T06:02:14.205Z | [ host-package] Compiling diff v0.1.13 |
| 3268 | 2026-02-12T06:02:14.302Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3269 | 2026-02-12T06:02:16.720Z | [ host-package] Compiling lalrpop v0.19.12 |
| 3270 | 2026-02-12T06:02:17.540Z | [ helios-setup] Feb 12 06:02:17.056 INFO E| From https://github.com/oxidecomputer/progenitor |
| 3271 | 2026-02-12T06:02:17.540Z | [ helios-setup] Feb 12 06:02:17.056 INFO E| * [new ref] 5c4b6016e4ee5d24f66f0f6d3dce4cbdde32b952 -> refs/commit/5c4b6016e4ee5d24f66f0f6d3dce4cbdde32b952 |
| 3272 | 2026-02-12T06:02:17.673Z | [ helios-setup] Feb 12 06:02:17.189 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
| 3273 | 2026-02-12T06:02:17.762Z | [ host-package] Compiling slog-stdlog v4.1.1 |
| 3274 | 2026-02-12T06:02:18.150Z | [ helios-setup] Feb 12 06:02:17.666 INFO E| From https://github.com/jclulow/hiercmd |
| 3275 | 2026-02-12T06:02:18.153Z | [ helios-setup] Feb 12 06:02:17.666 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee |
| 3276 | 2026-02-12T06:02:18.172Z | [ helios-setup] Feb 12 06:02:17.688 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 3277 | 2026-02-12T06:02:18.663Z | [ helios-setup] Feb 12 06:02:18.179 INFO E| From https://github.com/oxidecomputer/network-interface |
| 3278 | 2026-02-12T06:02:18.663Z | [ helios-setup] Feb 12 06:02:18.179 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 3279 | 2026-02-12T06:02:18.681Z | [ helios-setup] Feb 12 06:02:18.196 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
| 3280 | 2026-02-12T06:02:18.774Z | [ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3281 | 2026-02-12T06:02:19.154Z | [ helios-setup] Feb 12 06:02:18.669 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
| 3282 | 2026-02-12T06:02:19.154Z | [ helios-setup] Feb 12 06:02:18.670 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
| 3283 | 2026-02-12T06:02:19.187Z | [ helios-setup] Feb 12 06:02:18.703 INFO E| Updating crates.io index |
| 3284 | 2026-02-12T06:02:19.672Z | [ helios-setup] Feb 12 06:02:19.188 INFO E| Downloading crates ... |
| 3285 | 2026-02-12T06:02:19.882Z | [ helios-setup] Feb 12 06:02:19.398 INFO E| Downloaded autocfg v1.5.0 |
| 3286 | 2026-02-12T06:02:19.886Z | [ helios-setup] Feb 12 06:02:19.402 INFO E| Downloaded dropshot_endpoint v0.16.4 |
| 3287 | 2026-02-12T06:02:19.894Z | [ helios-setup] Feb 12 06:02:19.410 INFO E| Downloaded rhai_codegen v3.1.0 |
| 3288 | 2026-02-12T06:02:19.908Z | [ helios-setup] Feb 12 06:02:19.423 INFO E| Downloaded stable_deref_trait v1.2.1 |
| 3289 | 2026-02-12T06:02:19.911Z | [ helios-setup] Feb 12 06:02:19.425 INFO E| Downloaded hyper v1.7.0 |
| 3290 | 2026-02-12T06:02:19.921Z | [ helios-setup] Feb 12 06:02:19.437 INFO E| Downloaded getrandom v0.2.16 |
| 3291 | 2026-02-12T06:02:19.926Z | [ helios-setup] Feb 12 06:02:19.442 INFO E| Downloaded getopts v0.2.24 |
| 3292 | 2026-02-12T06:02:19.929Z | [ helios-setup] Feb 12 06:02:19.446 INFO E| Downloaded toml_writer v1.0.4 |
| 3293 | 2026-02-12T06:02:19.933Z | [ helios-setup] Feb 12 06:02:19.448 INFO E| Downloaded hostname v0.4.1 |
| 3294 | 2026-02-12T06:02:19.936Z | [ helios-setup] Feb 12 06:02:19.452 INFO E| Downloaded yoke-derive v0.8.1 |
| 3295 | 2026-02-12T06:02:19.939Z | [ helios-setup] Feb 12 06:02:19.454 INFO E| Downloaded tokio-util v0.7.16 |
| 3296 | 2026-02-12T06:02:19.953Z | [ helios-setup] Feb 12 06:02:19.469 INFO E| Downloaded zerofrom v0.1.6 |
| 3297 | 2026-02-12T06:02:19.956Z | [ helios-setup] Feb 12 06:02:19.471 INFO E| Downloaded terminal_size v0.4.3 |
| 3298 | 2026-02-12T06:02:19.959Z | [ helios-setup] Feb 12 06:02:19.474 INFO E| Downloaded thin-vec v0.2.14 |
| 3299 | 2026-02-12T06:02:19.962Z | [ helios-setup] Feb 12 06:02:19.477 INFO E| Downloaded unty v0.0.4 |
| 3300 | 2026-02-12T06:02:19.965Z | [ helios-setup] Feb 12 06:02:19.480 INFO E| Downloaded libdevinfo-sys v1.1.0 |
| 3301 | 2026-02-12T06:02:19.965Z | [ helios-setup] Feb 12 06:02:19.481 INFO E| Downloaded serde_spanned v1.0.3 |
| 3302 | 2026-02-12T06:02:19.968Z | [ helios-setup] Feb 12 06:02:19.484 INFO E| Downloaded env_filter v0.1.4 |
| 3303 | 2026-02-12T06:02:19.972Z | [ helios-setup] Feb 12 06:02:19.487 INFO E| Downloaded proc-macro-crate v3.4.0 |
| 3304 | 2026-02-12T06:02:19.975Z | [ helios-setup] Feb 12 06:02:19.491 INFO E| Downloaded yoke v0.8.1 |
| 3305 | 2026-02-12T06:02:19.978Z | [ helios-setup] Feb 12 06:02:19.493 INFO E| Downloaded tls_codec_derive v0.4.2 |
| 3306 | 2026-02-12T06:02:19.981Z | [ helios-setup] Feb 12 06:02:19.496 INFO E| Downloaded thiserror-impl v2.0.17 |
| 3307 | 2026-02-12T06:02:19.984Z | [ helios-setup] Feb 12 06:02:19.498 INFO E| Downloaded sync_wrapper v1.0.2 |
| 3308 | 2026-02-12T06:02:19.984Z | [ helios-setup] Feb 12 06:02:19.500 INFO E| Downloaded flagset v0.4.7 |
| 3309 | 2026-02-12T06:02:19.988Z | [ helios-setup] Feb 12 06:02:19.502 INFO E| Downloaded clap_lex v0.7.6 |
| 3310 | 2026-02-12T06:02:19.990Z | [ helios-setup] Feb 12 06:02:19.504 INFO E| Downloaded bincode_derive v2.0.1 |
| 3311 | 2026-02-12T06:02:19.991Z | [ helios-setup] Feb 12 06:02:19.506 INFO E| Downloaded zeroize v1.8.2 |
| 3312 | 2026-02-12T06:02:19.994Z | [ helios-setup] Feb 12 06:02:19.509 INFO E| Downloaded thiserror v2.0.17 |
| 3313 | 2026-02-12T06:02:20.003Z | [ helios-setup] Feb 12 06:02:19.519 INFO E| Downloaded zerofrom-derive v0.1.6 |
| 3314 | 2026-02-12T06:02:20.006Z | [ helios-setup] Feb 12 06:02:19.521 INFO E| Downloaded tokio-tungstenite v0.28.0 |
| 3315 | 2026-02-12T06:02:20.014Z | [ helios-setup] Feb 12 06:02:19.530 INFO E| Downloaded writeable v0.6.2 |
| 3316 | 2026-02-12T06:02:20.017Z | [ helios-setup] Feb 12 06:02:19.533 INFO E| Downloaded zerovec-derive v0.11.2 |
| 3317 | 2026-02-12T06:02:20.020Z | [ helios-setup] Feb 12 06:02:19.536 INFO E| Downloaded thread_local v1.1.9 |
| 3318 | 2026-02-12T06:02:20.023Z | [ helios-setup] Feb 12 06:02:19.539 INFO E| Downloaded crunchy v0.2.4 |
| 3319 | 2026-02-12T06:02:20.026Z | [ helios-setup] Feb 12 06:02:19.540 INFO E| Downloaded colorchoice v1.0.4 |
| 3320 | 2026-02-12T06:02:20.026Z | [ helios-setup] Feb 12 06:02:19.542 INFO E| Downloaded unicode-ident v1.0.22 |
| 3321 | 2026-02-12T06:02:20.031Z | [ helios-setup] Feb 12 06:02:19.547 INFO E| Downloaded uuid v1.18.1 |
| 3322 | 2026-02-12T06:02:20.037Z | [ helios-setup] Feb 12 06:02:19.553 INFO E| Downloaded tungstenite v0.28.0 |
| 3323 | 2026-02-12T06:02:20.044Z | [ helios-setup] Feb 12 06:02:19.559 INFO E| Downloaded typify v0.5.0 |
| 3324 | 2026-02-12T06:02:20.079Z | [ helios-setup] Feb 12 06:02:19.566 INFO E| Downloaded zerotrie v0.2.3 |
| 3325 | 2026-02-12T06:02:20.079Z | [ helios-setup] Feb 12 06:02:19.571 INFO E| Downloaded tracing v0.1.41 |
| 3326 | 2026-02-12T06:02:20.079Z | [ helios-setup] Feb 12 06:02:19.579 INFO E| Downloaded crc v3.3.0 |
| 3327 | 2026-02-12T06:02:20.079Z | [ helios-setup] Feb 12 06:02:19.582 INFO E| Downloaded url v2.5.7 |
| 3328 | 2026-02-12T06:02:20.079Z | [ helios-setup] Feb 12 06:02:19.587 INFO E| Downloaded zerovec v0.11.5 |
| 3329 | 2026-02-12T06:02:20.084Z | [ helios-setup] Feb 12 06:02:19.596 INFO E| Downloaded winnow v0.7.13 |
| 3330 | 2026-02-12T06:02:20.095Z | [ helios-setup] Feb 12 06:02:19.611 INFO E| Downloaded quote v1.0.41 |
| 3331 | 2026-02-12T06:02:20.098Z | [ helios-setup] Feb 12 06:02:19.614 INFO E| Downloaded clap_derive v4.5.49 |
| 3332 | 2026-02-12T06:02:20.103Z | [ helios-setup] Feb 12 06:02:19.618 INFO E| Downloaded bitfield v0.19.3 |
| 3333 | 2026-02-12T06:02:20.106Z | [ helios-setup] Feb 12 06:02:19.621 INFO E| Downloaded time v0.3.44 |
| 3334 | 2026-02-12T06:02:20.118Z | [ helios-setup] Feb 12 06:02:19.634 INFO E| Downloaded syn v2.0.108 |
| 3335 | 2026-02-12T06:02:20.136Z | [ helios-setup] Feb 12 06:02:19.651 INFO E| Downloaded smartstring v1.0.1 |
| 3336 | 2026-02-12T06:02:20.139Z | [ helios-setup] Feb 12 06:02:19.655 INFO E| Downloaded unicode-width v0.2.2 |
| 3337 | 2026-02-12T06:02:20.149Z | [ helios-setup] Feb 12 06:02:19.665 INFO E| Downloaded term v1.2.0 |
| 3338 | 2026-02-12T06:02:20.154Z | [ helios-setup] Feb 12 06:02:19.670 INFO E| Downloaded litemap v0.8.1 |
| 3339 | 2026-02-12T06:02:20.159Z | [ helios-setup] Feb 12 06:02:19.675 INFO E| Downloaded indexmap v2.12.0 |
| 3340 | 2026-02-12T06:02:20.167Z | [ helios-setup] Feb 12 06:02:19.683 INFO E| Downloaded memchr v2.7.6 |
| 3341 | 2026-02-12T06:02:20.174Z | [ helios-setup] Feb 12 06:02:19.690 INFO E| Downloaded pin-project-lite v0.2.16 |
| 3342 | 2026-02-12T06:02:20.182Z | [ helios-setup] Feb 12 06:02:19.698 INFO E| Downloaded parking_lot v0.12.5 |
| 3343 | 2026-02-12T06:02:20.185Z | [ helios-setup] Feb 12 06:02:19.701 INFO E| Downloaded tempfile v3.23.0 |
| 3344 | 2026-02-12T06:02:20.190Z | [ helios-setup] Feb 12 06:02:19.705 INFO E| Downloaded icu_properties v2.1.1 |
| 3345 | 2026-02-12T06:02:20.248Z | [ helios-setup] Feb 12 06:02:19.764 INFO E| Downloaded proc-macro2 v1.0.103 |
| 3346 | 2026-02-12T06:02:20.253Z | [ helios-setup] Feb 12 06:02:19.769 INFO E| Downloaded icu_normalizer_data v2.1.1 |
| 3347 | 2026-02-12T06:02:20.258Z | [ helios-setup] Feb 12 06:02:19.773 INFO E| Downloaded rustls-pki-types v1.13.0 |
| 3348 | 2026-02-12T06:02:20.265Z | [ helios-setup] Feb 12 06:02:19.781 INFO E| Downloaded icu_provider v2.1.1 |
| 3349 | 2026-02-12T06:02:20.270Z | [ helios-setup] Feb 12 06:02:19.786 INFO E| Downloaded icu_locale_core v2.1.1 |
| 3350 | 2026-02-12T06:02:20.281Z | [ helios-setup] Feb 12 06:02:19.796 INFO E| Downloaded typify-impl v0.5.0 |
| 3351 | 2026-02-12T06:02:20.303Z | [ helios-setup] Feb 12 06:02:19.818 INFO E| Downloaded miniz_oxide v0.8.9 |
| 3352 | 2026-02-12T06:02:20.307Z | [ helios-setup] Feb 12 06:02:19.822 INFO E| Downloaded bincode v2.0.1 |
| 3353 | 2026-02-12T06:02:20.315Z | [ helios-setup] Feb 12 06:02:19.831 INFO E| Downloaded anyhow v1.0.100 |
| 3354 | 2026-02-12T06:02:20.322Z | [ helios-setup] Feb 12 06:02:19.837 INFO E| Downloaded http v1.3.1 |
| 3355 | 2026-02-12T06:02:20.328Z | [ helios-setup] Feb 12 06:02:19.843 INFO E| Downloaded icu_normalizer v2.1.1 |
| 3356 | 2026-02-12T06:02:20.334Z | [ helios-setup] Feb 12 06:02:19.850 INFO E| Downloaded hyper-util v0.1.17 |
| 3357 | 2026-02-12T06:02:20.345Z | [ helios-setup] Feb 12 06:02:19.859 INFO E| Downloaded mio v1.1.0 |
| 3358 | 2026-02-12T06:02:20.352Z | [ helios-setup] Feb 12 06:02:19.867 INFO E| Downloaded hashbrown v0.16.0 |
| 3359 | 2026-02-12T06:02:20.406Z | [ helios-setup] Feb 12 06:02:19.922 INFO E| Downloaded iddqd v0.3.14 |
| 3360 | 2026-02-12T06:02:20.437Z | [ helios-setup] Feb 12 06:02:19.952 INFO E| Downloaded flate2 v1.1.5 |
| 3361 | 2026-02-12T06:02:20.444Z | [ helios-setup] Feb 12 06:02:19.960 INFO E| Downloaded clap v4.5.51 |
| 3362 | 2026-02-12T06:02:20.460Z | [ helios-setup] Feb 12 06:02:19.975 INFO E| Downloaded regex v1.12.2 |
| 3363 | 2026-02-12T06:02:20.469Z | [ helios-setup] Feb 12 06:02:19.985 INFO E| Downloaded libm v0.2.15 |
| 3364 | 2026-02-12T06:02:20.515Z | [ helios-setup] Feb 12 06:02:20.030 INFO E| Downloaded idna v1.1.0 |
| 3365 | 2026-02-12T06:02:20.519Z | [ helios-setup] Feb 12 06:02:20.035 INFO E| Downloaded h2 v0.4.12 |
| 3366 | 2026-02-12T06:02:20.526Z | [ helios-setup] Feb 12 06:02:20.042 INFO E| Downloaded icu_properties_data v2.1.1 |
| 3367 | 2026-02-12T06:02:20.562Z | [ helios-setup] Feb 12 06:02:20.078 INFO E| Downloaded serde_json v1.0.145 |
| 3368 | 2026-02-12T06:02:20.572Z | [ helios-setup] Feb 12 06:02:20.088 INFO E| Downloaded portable-atomic v1.11.1 |
| 3369 | 2026-02-12T06:02:20.594Z | [ helios-setup] Feb 12 06:02:20.110 INFO E| Downloaded aho-corasick v1.1.4 |
| 3370 | 2026-02-12T06:02:20.615Z | [ helios-setup] Feb 12 06:02:20.130 INFO E| Downloaded clap_builder v4.5.51 |
| 3371 | 2026-02-12T06:02:20.624Z | [ helios-setup] Feb 12 06:02:20.140 INFO E| Downloaded tokio v1.48.0 |
| 3372 | 2026-02-12T06:02:20.701Z | [ helios-setup] Feb 12 06:02:20.216 INFO E| Downloaded num-bigint-dig v0.8.4 |
| 3373 | 2026-02-12T06:02:20.707Z | [ helios-setup] Feb 12 06:02:20.223 INFO E| Downloaded camino v1.2.1 |
| 3374 | 2026-02-12T06:02:20.711Z | [ helios-setup] Feb 12 06:02:20.226 INFO E| Downloaded chrono v0.4.42 |
| 3375 | 2026-02-12T06:02:20.719Z | [ helios-setup] Feb 12 06:02:20.235 INFO E| Downloaded anstyle-parse v0.2.7 |
| 3376 | 2026-02-12T06:02:20.722Z | [ helios-setup] Feb 12 06:02:20.237 INFO E| Downloaded bitflags v2.10.0 |
| 3377 | 2026-02-12T06:02:20.728Z | [ helios-setup] Feb 12 06:02:20.244 INFO E| Downloaded synstructure v0.13.2 |
| 3378 | 2026-02-12T06:02:20.731Z | [ helios-setup] Feb 12 06:02:20.245 INFO E| Downloaded httparse v1.10.1 |
| 3379 | 2026-02-12T06:02:20.734Z | [ helios-setup] Feb 12 06:02:20.249 INFO E| Downloaded ppv-lite86 v0.2.21 |
| 3380 | 2026-02-12T06:02:20.737Z | [ helios-setup] Feb 12 06:02:20.251 INFO E| Downloaded parking_lot_core v0.9.12 |
| 3381 | 2026-02-12T06:02:20.740Z | [ helios-setup] Feb 12 06:02:20.253 INFO E| Downloaded num_enum v0.7.5 |
| 3382 | 2026-02-12T06:02:20.746Z | [ helios-setup] Feb 12 06:02:20.261 INFO E| Downloaded icu_collections v2.1.1 |
| 3383 | 2026-02-12T06:02:20.756Z | [ helios-setup] Feb 12 06:02:20.271 INFO E| Downloaded regex-syntax v0.8.8 |
| 3384 | 2026-02-12T06:02:20.765Z | [ helios-setup] Feb 12 06:02:20.281 INFO E| Downloaded regress v0.10.5 |
| 3385 | 2026-02-12T06:02:20.777Z | [ helios-setup] Feb 12 06:02:20.293 INFO E| Downloaded rhai v1.23.6 |
| 3386 | 2026-02-12T06:02:20.797Z | [ helios-setup] Feb 12 06:02:20.312 INFO E| Downloaded dropshot v0.16.4 |
| 3387 | 2026-02-12T06:02:20.835Z | [ helios-setup] Feb 12 06:02:20.350 INFO E| Downloaded crc32fast v1.5.0 |
| 3388 | 2026-02-12T06:02:20.838Z | [ helios-setup] Feb 12 06:02:20.353 INFO E| Downloaded cc v1.2.44 |
| 3389 | 2026-02-12T06:02:20.842Z | [ helios-setup] Feb 12 06:02:20.358 INFO E| Downloaded signal-hook-registry v1.4.6 |
| 3390 | 2026-02-12T06:02:20.845Z | [ helios-setup] Feb 12 06:02:20.360 INFO E| Downloaded pkg-config v0.3.32 |
| 3391 | 2026-02-12T06:02:20.848Z | [ helios-setup] Feb 12 06:02:20.362 INFO E| Downloaded num_enum_derive v0.7.5 |
| 3392 | 2026-02-12T06:02:20.849Z | [ helios-setup] Feb 12 06:02:20.364 INFO E| Downloaded anstream v0.6.21 |
| 3393 | 2026-02-12T06:02:20.851Z | [ helios-setup] Feb 12 06:02:20.367 INFO E| Downloaded slab v0.4.11 |
| 3394 | 2026-02-12T06:02:20.855Z | [ helios-setup] Feb 12 06:02:20.369 INFO E| Downloaded find-msvc-tools v0.1.4 |
| 3395 | 2026-02-12T06:02:20.863Z | [ helios-setup] Feb 12 06:02:20.372 INFO E| Downloaded const-random v0.1.18 |
| 3396 | 2026-02-12T06:02:20.866Z | [ helios-setup] Feb 12 06:02:20.379 INFO E| Downloaded rustix v1.1.2 |
| 3397 | 2026-02-12T06:02:20.899Z | [ helios-setup] Feb 12 06:02:20.414 INFO E| Downloaded generic-array v0.14.9 |
| 3398 | 2026-02-12T06:02:20.902Z | [ helios-setup] Feb 12 06:02:20.417 INFO E| Downloaded toml_edit v0.23.7 |
| 3399 | 2026-02-12T06:02:20.907Z | [ helios-setup] Feb 12 06:02:20.423 INFO E| Downloaded toml v0.9.8 |
| 3400 | 2026-02-12T06:02:20.914Z | [ helios-setup] Feb 12 06:02:20.429 INFO E| Downloaded spin v0.5.2 |
| 3401 | 2026-02-12T06:02:20.917Z | [ helios-setup] Feb 12 06:02:20.432 INFO E| Downloaded potential_utf v0.1.4 |
| 3402 | 2026-02-12T06:02:20.920Z | [ helios-setup] Feb 12 06:02:20.434 INFO E| Downloaded tracing-core v0.1.34 |
| 3403 | 2026-02-12T06:02:20.923Z | [ helios-setup] Feb 12 06:02:20.438 INFO E| Downloaded is-terminal v0.4.17 |
| 3404 | 2026-02-12T06:02:20.926Z | [ helios-setup] Feb 12 06:02:20.440 INFO E| Downloaded const-random-macro v0.1.16 |
| 3405 | 2026-02-12T06:02:20.926Z | [ helios-setup] Feb 12 06:02:20.441 INFO E| Downloaded no-std-compat v0.4.1 |
| 3406 | 2026-02-12T06:02:20.929Z | [ helios-setup] Feb 12 06:02:20.443 INFO E| Downloaded is_terminal_polyfill v1.70.2 |
| 3407 | 2026-02-12T06:02:20.929Z | [ helios-setup] Feb 12 06:02:20.444 INFO E| Downloaded anstyle v1.0.13 |
| 3408 | 2026-02-12T06:02:20.932Z | [ helios-setup] Feb 12 06:02:20.447 INFO E| Downloaded virtue v0.0.18 |
| 3409 | 2026-02-12T06:02:20.935Z | [ helios-setup] Feb 12 06:02:20.451 INFO E| Downloaded typenum v1.19.0 |
| 3410 | 2026-02-12T06:02:20.940Z | [ helios-setup] Feb 12 06:02:20.456 INFO E| Downloaded regex-automata v0.4.13 |
| 3411 | 2026-02-12T06:02:20.964Z | [ helios-setup] Feb 12 06:02:20.480 INFO E| Downloaded toml_parser v1.0.4 |
| 3412 | 2026-02-12T06:02:20.968Z | [ helios-setup] Feb 12 06:02:20.484 INFO E| Downloaded lock_api v0.4.14 |
| 3413 | 2026-02-12T06:02:20.971Z | [ helios-setup] Feb 12 06:02:20.486 INFO E| Downloaded deranged v0.5.5 |
| 3414 | 2026-02-12T06:02:20.974Z | [ helios-setup] Feb 12 06:02:20.488 INFO E| Downloaded bytes v1.10.1 |
| 3415 | 2026-02-12T06:02:20.979Z | [ helios-setup] Feb 12 06:02:20.495 INFO E| Downloaded tinystr v0.8.2 |
| 3416 | 2026-02-12T06:02:20.982Z | [ helios-setup] Feb 12 06:02:20.498 INFO E| Downloaded base64ct v1.8.0 |
| 3417 | 2026-02-12T06:02:20.986Z | [ helios-setup] Feb 12 06:02:20.502 INFO E| Downloaded toml_datetime v0.7.3 |
| 3418 | 2026-02-12T06:02:20.990Z | [ helios-setup] Feb 12 06:02:20.504 INFO E| Downloaded tls_codec v0.4.2 |
| 3419 | 2026-02-12T06:02:20.994Z | [ helios-setup] Feb 12 06:02:20.506 INFO E| Downloaded typify-macro v0.5.0 |
| 3420 | 2026-02-12T06:02:20.994Z | [ helios-setup] Feb 12 06:02:20.508 INFO E| Downloaded devinfo v0.1.0 |
| 3421 | 2026-02-12T06:02:20.997Z | [ helios-setup] Feb 12 06:02:20.510 INFO E| Downloaded bitfield-macros v0.19.3 |
| 3422 | 2026-02-12T06:02:20.997Z | [ helios-setup] Feb 12 06:02:20.511 INFO E| Downloaded idna_adapter v1.2.1 |
| 3423 | 2026-02-12T06:02:20.997Z | [ helios-setup] Feb 12 06:02:20.513 INFO E| Downloaded anstyle-query v1.1.4 |
| 3424 | 2026-02-12T06:02:21.001Z | [ helios-setup] Feb 12 06:02:20.515 INFO E| Downloaded log v0.4.28 |
| 3425 | 2026-02-12T06:02:21.004Z | [ helios-setup] Feb 12 06:02:20.519 INFO E| Downloaded errno v0.3.14 |
| 3426 | 2026-02-12T06:02:21.007Z | [ helios-setup] Feb 12 06:02:20.522 INFO E| Downloaded iana-time-zone v0.1.64 |
| 3427 | 2026-02-12T06:02:21.011Z | [ helios-setup] Feb 12 06:02:20.526 INFO E| Downloaded adler2 v2.0.1 |
| 3428 | 2026-02-12T06:02:21.014Z | [ helios-setup] Feb 12 06:02:20.528 INFO E| Downloaded libc v0.2.177 |
| 3429 | 2026-02-12T06:02:21.105Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3430 | 2026-02-12T06:02:21.109Z | [ helios-setup] Feb 12 06:02:20.624 INFO E| Downloaded encoding_rs v0.8.35 |
| 3431 | 2026-02-12T06:02:21.450Z | [ helios-setup] Feb 12 06:02:20.965 INFO E| Compiling proc-macro2 v1.0.103 |
| 3432 | 2026-02-12T06:02:21.450Z | [ helios-setup] Feb 12 06:02:20.965 INFO E| Compiling quote v1.0.41 |
| 3433 | 2026-02-12T06:02:21.450Z | [ helios-setup] Feb 12 06:02:20.965 INFO E| Compiling unicode-ident v1.0.22 |
| 3434 | 2026-02-12T06:02:21.453Z | [ helios-setup] Feb 12 06:02:20.965 INFO E| Compiling serde_core v1.0.228 |
| 3435 | 2026-02-12T06:02:21.453Z | [ helios-setup] Feb 12 06:02:20.966 INFO E| Compiling libc v0.2.177 |
| 3436 | 2026-02-12T06:02:21.453Z | [ helios-setup] Feb 12 06:02:20.966 INFO E| Compiling cfg-if v1.0.4 |
| 3437 | 2026-02-12T06:02:21.453Z | [ helios-setup] Feb 12 06:02:20.966 INFO E| Compiling serde v1.0.228 |
| 3438 | 2026-02-12T06:02:21.453Z | [ helios-setup] Feb 12 06:02:20.966 INFO E| Compiling autocfg v1.5.0 |
| 3439 | 2026-02-12T06:02:21.894Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3440 | 2026-02-12T06:02:21.936Z | [ helios-setup] Feb 12 06:02:21.452 INFO E| Compiling version_check v0.9.5 |
| 3441 | 2026-02-12T06:02:22.337Z | [ helios-setup] Feb 12 06:02:21.852 INFO E| Compiling memchr v2.7.6 |
| 3442 | 2026-02-12T06:02:22.819Z | [ helios-setup] Feb 12 06:02:22.334 INFO E| Compiling itoa v1.0.15 |
| 3443 | 2026-02-12T06:02:23.269Z | [ helios-setup] Feb 12 06:02:22.785 INFO E| Compiling serde_json v1.0.145 |
| 3444 | 2026-02-12T06:02:23.281Z | [ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3445 | 2026-02-12T06:02:23.583Z | [ helios-setup] Feb 12 06:02:23.098 INFO E| Compiling bytes v1.10.1 |
| 3446 | 2026-02-12T06:02:23.765Z | [ helios-setup] Feb 12 06:02:23.280 INFO E| Compiling getrandom v0.3.4 |
| 3447 | 2026-02-12T06:02:24.034Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3448 | 2026-02-12T06:02:24.165Z | [ helios-setup] Feb 12 06:02:23.680 INFO E| Compiling pin-project-lite v0.2.16 |
| 3449 | 2026-02-12T06:02:24.292Z | [ host-package] Compiling crc8 v0.1.1 |
| 3450 | 2026-02-12T06:02:24.640Z | [ helios-setup] Feb 12 06:02:24.155 INFO E| Compiling futures-core v0.3.31 |
| 3451 | 2026-02-12T06:02:24.742Z | [ host-package] Compiling slog-envlogger v2.2.0 |
| 3452 | 2026-02-12T06:02:25.416Z | [ helios-setup] Feb 12 06:02:24.932 INFO E| Compiling equivalent v1.0.2 |
| 3453 | 2026-02-12T06:02:25.817Z | [ helios-setup] Feb 12 06:02:25.333 INFO E| Compiling libm v0.2.15 |
| 3454 | 2026-02-12T06:02:25.946Z | [ helios-setup] Feb 12 06:02:25.461 INFO E| Compiling allocator-api2 v0.2.21 |
| 3455 | 2026-02-12T06:02:26.628Z | [ helios-setup] Feb 12 06:02:26.143 INFO E| Compiling foldhash v0.2.0 |
| 3456 | 2026-02-12T06:02:27.497Z | [ helios-setup] Feb 12 06:02:27.010 INFO E| Compiling hashbrown v0.16.0 |
| 3457 | 2026-02-12T06:02:27.681Z | [ helios-setup] Feb 12 06:02:27.196 INFO E| Compiling num-traits v0.2.19 |
| 3458 | 2026-02-12T06:02:27.797Z | [ helios-setup] Feb 12 06:02:27.312 INFO E| Compiling const-oid v0.9.6 |
| 3459 | 2026-02-12T06:02:27.931Z | [ helios-setup] Feb 12 06:02:27.446 INFO E| Compiling futures-sink v0.3.31 |
| 3460 | 2026-02-12T06:02:28.588Z | [ helios-setup] Feb 12 06:02:28.102 INFO E| Compiling syn v2.0.108 |
| 3461 | 2026-02-12T06:02:28.705Z | [ helios-setup] Feb 12 06:02:28.220 INFO E| Compiling parking_lot_core v0.9.12 |
| 3462 | 2026-02-12T06:02:29.177Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3463 | 2026-02-12T06:02:29.878Z | [ helios-setup] Feb 12 06:02:29.393 INFO E| Compiling typenum v1.19.0 |
| 3464 | 2026-02-12T06:02:29.980Z | [ helios-setup] Feb 12 06:02:29.495 INFO E| Compiling generic-array v0.14.9 |
| 3465 | 2026-02-12T06:02:30.235Z | [ helios-setup] Feb 12 06:02:29.750 INFO E| Compiling scopeguard v1.2.0 |
| 3466 | 2026-02-12T06:02:30.700Z | [ helios-setup] Feb 12 06:02:30.215 INFO E| Compiling lock_api v0.4.14 |
| 3467 | 2026-02-12T06:02:30.912Z | [ host-package] Compiling headers-core v0.3.0 |
| 3468 | 2026-02-12T06:02:31.706Z | [ host-package] Compiling libxml v0.3.3 |
| 3469 | 2026-02-12T06:02:31.963Z | [ helios-setup] Feb 12 06:02:31.478 INFO E| Compiling slab v0.4.11 |
| 3470 | 2026-02-12T06:02:32.906Z | [ host-package] Compiling headers v0.4.1 |
| 3471 | 2026-02-12T06:02:34.121Z | [ helios-setup] Feb 12 06:02:33.635 INFO E| Compiling thiserror v2.0.17 |
| 3472 | 2026-02-12T06:02:34.363Z | [ helios-setup] Feb 12 06:02:33.878 INFO E| Compiling futures-channel v0.3.31 |
| 3473 | 2026-02-12T06:02:34.544Z | [ helios-setup] Feb 12 06:02:34.058 INFO E| Compiling mio v1.1.0 |
| 3474 | 2026-02-12T06:02:34.867Z | [ helios-setup] Feb 12 06:02:34.381 INFO E| Compiling signal-hook-registry v1.4.6 |
| 3475 | 2026-02-12T06:02:35.663Z | [ helios-setup] Feb 12 06:02:35.178 INFO E| Compiling socket2 v0.6.1 |
| 3476 | 2026-02-12T06:02:35.891Z | [ helios-setup] Feb 12 06:02:35.406 INFO E| Compiling portable-atomic v1.11.1 |
| 3477 | 2026-02-12T06:02:35.961Z | [ helios-setup] Feb 12 06:02:35.475 INFO E| Compiling zerocopy v0.8.27 |
| 3478 | 2026-02-12T06:02:37.527Z | [ helios-setup] Feb 12 06:02:37.041 INFO E| Compiling rustversion v1.0.22 |
| 3479 | 2026-02-12T06:02:37.578Z | [ helios-setup] Feb 12 06:02:37.092 INFO E| Compiling pin-utils v0.1.0 |
| 3480 | 2026-02-12T06:02:37.611Z | [ helios-setup] Feb 12 06:02:37.125 INFO E| Compiling ryu v1.0.20 |
| 3481 | 2026-02-12T06:02:38.318Z | [ helios-setup] Feb 12 06:02:37.833 INFO E| Compiling futures-task v0.3.31 |
| 3482 | 2026-02-12T06:02:38.559Z | [ helios-setup] Feb 12 06:02:38.073 INFO E| Compiling futures-io v0.3.31 |
| 3483 | 2026-02-12T06:02:38.838Z | [ helios-setup] Feb 12 06:02:38.350 INFO E| Compiling block-buffer v0.10.4 |
| 3484 | 2026-02-12T06:02:39.158Z | [ helios-setup] Feb 12 06:02:38.672 INFO E| Compiling crypto-common v0.1.6 |
| 3485 | 2026-02-12T06:02:39.180Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3486 | 2026-02-12T06:02:39.478Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3487 | 2026-02-12T06:02:39.485Z | [ helios-setup] Feb 12 06:02:38.999 INFO E| Compiling bitflags v2.10.0 |
| 3488 | 2026-02-12T06:02:39.616Z | [ helios-setup] Feb 12 06:02:39.130 INFO E| Compiling fnv v1.0.7 |
| 3489 | 2026-02-12T06:02:39.619Z | [ helios-setup] Feb 12 06:02:39.131 INFO E| Compiling stable_deref_trait v1.2.1 |
| 3490 | 2026-02-12T06:02:39.936Z | [ helios-setup] Feb 12 06:02:39.450 INFO E| Compiling log v0.4.28 |
| 3491 | 2026-02-12T06:02:40.193Z | [ helios-setup] Feb 12 06:02:39.707 INFO E| Compiling http v1.3.1 |
| 3492 | 2026-02-12T06:02:40.495Z | [ helios-setup] Feb 12 06:02:40.008 INFO E| Compiling once_cell v1.21.3 |
| 3493 | 2026-02-12T06:02:41.022Z | [ helios-setup] Feb 12 06:02:40.536 INFO E| Compiling digest v0.10.7 |
| 3494 | 2026-02-12T06:02:41.326Z | [ helios-setup] Feb 12 06:02:40.840 INFO E| Compiling indexmap v2.12.0 |
| 3495 | 2026-02-12T06:02:41.627Z | [ helios-setup] Feb 12 06:02:41.141 INFO E| Compiling heck v0.5.0 |
| 3496 | 2026-02-12T06:02:41.690Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3497 | 2026-02-12T06:02:41.781Z | [ helios-setup] Feb 12 06:02:41.295 INFO E| Compiling cpufeatures v0.2.17 |
| 3498 | 2026-02-12T06:02:42.119Z | [ helios-setup] Feb 12 06:02:41.633 INFO E| Compiling schemars v0.8.22 |
| 3499 | 2026-02-12T06:02:42.303Z | [ helios-setup] Feb 12 06:02:41.817 INFO E| Compiling slog v2.8.2 |
| 3500 | 2026-02-12T06:02:42.640Z | [ host-package] Compiling strum_macros v0.24.3 |
| 3501 | 2026-02-12T06:02:43.297Z | [ helios-setup] Feb 12 06:02:42.810 INFO E| Compiling iana-time-zone v0.1.64 |
| 3502 | 2026-02-12T06:02:43.628Z | [ helios-setup] Feb 12 06:02:43.141 INFO E| Compiling synstructure v0.13.2 |
| 3503 | 2026-02-12T06:02:44.060Z | [ helios-setup] Feb 12 06:02:43.573 INFO E| Compiling serde_derive_internals v0.29.1 |
| 3504 | 2026-02-12T06:02:44.536Z | [ host-package] Compiling indoc v1.0.9 |
| 3505 | 2026-02-12T06:02:44.807Z | [ helios-setup] Feb 12 06:02:44.319 INFO E| Compiling find-msvc-tools v0.1.4 |
| 3506 | 2026-02-12T06:02:45.703Z | [ helios-setup] Feb 12 06:02:45.216 INFO E| Compiling zeroize v1.8.2 |
| 3507 | 2026-02-12T06:02:46.353Z | [ helios-setup] Feb 12 06:02:45.866 INFO E| Compiling httparse v1.10.1 |
| 3508 | 2026-02-12T06:02:46.719Z | [ helios-setup] Feb 12 06:02:46.232 INFO E| Compiling shlex v1.3.0 |
| 3509 | 2026-02-12T06:02:47.634Z | [ helios-setup] Feb 12 06:02:47.148 INFO E| Compiling cc v1.2.44 |
| 3510 | 2026-02-12T06:02:47.910Z | [ helios-setup] Feb 12 06:02:47.424 INFO E| Compiling anyhow v1.0.100 |
| 3511 | 2026-02-12T06:02:47.962Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3512 | 2026-02-12T06:02:48.549Z | [ host-package] Compiling samael v0.0.19 |
| 3513 | 2026-02-12T06:02:48.562Z | [ helios-setup] Feb 12 06:02:48.075 INFO E| Compiling semver v1.0.27 |
| 3514 | 2026-02-12T06:02:48.708Z | [ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3515 | 2026-02-12T06:02:49.889Z | [ helios-setup] Feb 12 06:02:49.396 INFO E| Compiling getrandom v0.2.16 |
| 3516 | 2026-02-12T06:02:50.012Z | [ helios-setup] Feb 12 06:02:49.525 INFO E| Compiling winnow v0.7.13 |
| 3517 | 2026-02-12T06:02:50.104Z | [ helios-setup] Feb 12 06:02:49.617 INFO E| Compiling serde_derive v1.0.228 |
| 3518 | 2026-02-12T06:02:50.632Z | [ helios-setup] Feb 12 06:02:50.145 INFO E| Compiling tokio-macros v2.6.0 |
| 3519 | 2026-02-12T06:02:50.703Z | [ helios-setup] Feb 12 06:02:50.216 INFO E| Compiling futures-macro v0.3.31 |
| 3520 | 2026-02-12T06:02:50.837Z | [ helios-setup] Feb 12 06:02:50.350 INFO E| Compiling zerocopy-derive v0.8.27 |
| 3521 | 2026-02-12T06:02:51.073Z | [ helios-setup] Feb 12 06:02:50.586 INFO E| Compiling zerofrom-derive v0.1.6 |
| 3522 | 2026-02-12T06:02:51.788Z | [ host-package] Compiling polar-core v0.27.3 |
| 3523 | 2026-02-12T06:02:52.540Z | [ helios-setup] Feb 12 06:02:52.053 INFO E| Compiling thiserror-impl v2.0.17 |
| 3524 | 2026-02-12T06:02:52.585Z | [ helios-setup] Feb 12 06:02:52.097 INFO E| Compiling yoke-derive v0.8.1 |
| 3525 | 2026-02-12T06:02:53.779Z | [ helios-setup] Feb 12 06:02:53.291 INFO E| Compiling zerovec-derive v0.11.2 |
| 3526 | 2026-02-12T06:02:54.673Z | [ helios-setup] Feb 12 06:02:54.186 INFO E| Compiling futures-util v0.3.31 |
| 3527 | 2026-02-12T06:02:55.092Z | [ host-package] Compiling derive_builder v0.20.2 |
| 3528 | 2026-02-12T06:02:55.739Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
| 3529 | 2026-02-12T06:02:57.129Z | [ helios-setup] Feb 12 06:02:56.641 INFO E| Compiling zerofrom v0.1.6 |
| 3530 | 2026-02-12T06:02:57.491Z | [ helios-setup] Feb 12 06:02:57.004 INFO E| Compiling displaydoc v0.2.5 |
| 3531 | 2026-02-12T06:02:57.725Z | [ helios-setup] Feb 12 06:02:57.238 INFO E| Compiling yoke v0.8.1 |
| 3532 | 2026-02-12T06:02:57.795Z | [ helios-setup] Feb 12 06:02:57.308 INFO E| Compiling schemars_derive v0.8.22 |
| 3533 | 2026-02-12T06:02:58.506Z | [ helios-setup] Feb 12 06:02:58.018 INFO E| Compiling writeable v0.6.2 |
| 3534 | 2026-02-12T06:02:58.795Z | [ helios-setup] Feb 12 06:02:58.307 INFO E| Compiling time-core v0.1.6 |
| 3535 | 2026-02-12T06:02:58.968Z | [ helios-setup] Feb 12 06:02:58.481 INFO E| Compiling zerovec v0.11.5 |
| 3536 | 2026-02-12T06:02:59.286Z | [ host-package] Compiling oso-derive v0.27.3 |
| 3537 | 2026-02-12T06:02:59.531Z | [ helios-setup] Feb 12 06:02:59.043 INFO E| Compiling litemap v0.8.1 |
| 3538 | 2026-02-12T06:02:59.709Z | [ helios-setup] Feb 12 06:02:59.221 INFO E| Compiling powerfmt v0.2.0 |
| 3539 | 2026-02-12T06:03:00.181Z | [ host-package] Compiling quick-xml v0.37.2 |
| 3540 | 2026-02-12T06:03:00.498Z | [ helios-setup] Feb 12 06:03:00.010 INFO E| Compiling num-conv v0.1.0 |
| 3541 | 2026-02-12T06:03:00.635Z | [ helios-setup] Feb 12 06:03:00.147 INFO E| Compiling crc32fast v1.5.0 |
| 3542 | 2026-02-12T06:03:00.990Z | [ helios-setup] Feb 12 06:03:00.502 INFO E| Compiling deranged v0.5.5 |
| 3543 | 2026-02-12T06:03:01.080Z | [ host-package] Compiling half v1.8.3 |
| 3544 | 2026-02-12T06:03:01.234Z | [ helios-setup] Feb 12 06:03:00.747 INFO E| Compiling time-macros v0.2.24 |
| 3545 | 2026-02-12T06:03:01.646Z | [ helios-setup] Feb 12 06:03:01.158 INFO E| Compiling tinystr v0.8.2 |
| 3546 | 2026-02-12T06:03:02.490Z | [ helios-setup] Feb 12 06:03:01.999 INFO E| Compiling icu_locale_core v2.1.1 |
| 3547 | 2026-02-12T06:03:02.638Z | [ helios-setup] Feb 12 06:03:02.150 INFO E| Compiling potential_utf v0.1.4 |
| 3548 | 2026-02-12T06:03:03.107Z | [ host-package] Compiling serde_cbor v0.11.2 |
| 3549 | 2026-02-12T06:03:03.248Z | [ helios-setup] Feb 12 06:03:02.760 INFO E| Compiling zerotrie v0.2.3 |
| 3550 | 2026-02-12T06:03:03.640Z | [ helios-setup] Feb 12 06:03:03.151 INFO E| Compiling toml_parser v1.0.4 |
| 3551 | 2026-02-12T06:03:05.994Z | [ helios-setup] Feb 12 06:03:05.506 INFO E| Compiling ppv-lite86 v0.2.21 |
| 3552 | 2026-02-12T06:03:06.417Z | [ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3553 | 2026-02-12T06:03:06.604Z | [ helios-setup] Feb 12 06:03:06.105 INFO E| Compiling chrono v0.4.42 |
| 3554 | 2026-02-12T06:03:06.692Z | [ helios-setup] Feb 12 06:03:06.203 INFO E| Compiling smallvec v1.15.1 |
| 3555 | 2026-02-12T06:03:06.958Z | [ helios-setup] Feb 12 06:03:06.468 INFO E| Compiling erased-serde v0.3.31 |
| 3556 | 2026-02-12T06:03:07.162Z | [ helios-setup] Feb 12 06:03:06.673 INFO E| Compiling uuid v1.18.1 |
| 3557 | 2026-02-12T06:03:07.686Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3558 | 2026-02-12T06:03:08.265Z | [ helios-setup] Feb 12 06:03:07.776 INFO E| Compiling serde_tokenstream v0.2.2 |
| 3559 | 2026-02-12T06:03:09.630Z | [ helios-setup] Feb 12 06:03:09.141 INFO E| Compiling parking_lot v0.12.5 |
| 3560 | 2026-02-12T06:03:10.253Z | [ helios-setup] Feb 12 06:03:09.764 INFO E| Compiling icu_properties_data v2.1.1 |
| 3561 | 2026-02-12T06:03:10.902Z | [ helios-setup] Feb 12 06:03:10.413 INFO E| Compiling tokio v1.48.0 |
| 3562 | 2026-02-12T06:03:10.997Z | [ helios-setup] Feb 12 06:03:10.509 INFO E| Compiling unicode-width v0.2.2 |
| 3563 | 2026-02-12T06:03:11.093Z | [ helios-setup] Feb 12 06:03:10.604 INFO E| Compiling num_threads v0.1.7 |
| 3564 | 2026-02-12T06:03:11.368Z | [ helios-setup] Feb 12 06:03:10.879 INFO E| Compiling dyn-clone v1.0.20 |
| 3565 | 2026-02-12T06:03:11.875Z | [ helios-setup] Feb 12 06:03:11.386 INFO E| Compiling icu_normalizer_data v2.1.1 |
| 3566 | 2026-02-12T06:03:12.123Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3567 | 2026-02-12T06:03:12.768Z | [ helios-setup] Feb 12 06:03:12.279 INFO E| Compiling toml_datetime v0.7.3 |
| 3568 | 2026-02-12T06:03:13.102Z | [ helios-setup] Feb 12 06:03:12.613 INFO E| Compiling time v0.3.44 |
| 3569 | 2026-02-12T06:03:13.333Z | [ helios-setup] Feb 12 06:03:12.844 INFO E| Compiling toml_edit v0.23.7 |
| 3570 | 2026-02-12T06:03:13.575Z | [ helios-setup] Feb 12 06:03:13.086 INFO E| Compiling icu_provider v2.1.1 |
| 3571 | 2026-02-12T06:03:13.723Z | [ helios-setup] Feb 12 06:03:13.234 INFO E| Compiling icu_collections v2.1.1 |
| 3572 | 2026-02-12T06:03:14.863Z | [ helios-setup] Feb 12 06:03:14.373 INFO E| Compiling http-body v1.0.1 |
| 3573 | 2026-02-12T06:03:15.536Z | [ helios-setup] Feb 12 06:03:15.047 INFO E| Compiling regress v0.10.5 |
| 3574 | 2026-02-12T06:03:15.644Z | [ helios-setup] Feb 12 06:03:15.155 INFO E| Compiling sha2 v0.10.9 |
| 3575 | 2026-02-12T06:03:16.693Z | [ helios-setup] Feb 12 06:03:16.204 INFO E| Compiling tracing-core v0.1.34 |
| 3576 | 2026-02-12T06:03:19.132Z | [ helios-setup] Feb 12 06:03:18.642 INFO E| Compiling crunchy v0.2.4 |
| 3577 | 2026-02-12T06:03:20.138Z | [ helios-setup] Feb 12 06:03:19.648 INFO E| Compiling percent-encoding v2.3.2 |
| 3578 | 2026-02-12T06:03:21.044Z | [ helios-setup] Feb 12 06:03:20.554 INFO E| Compiling atomic-waker v1.1.2 |
| 3579 | 2026-02-12T06:03:21.641Z | [ helios-setup] Feb 12 06:03:21.151 INFO E| Compiling tracing v0.1.41 |
| 3580 | 2026-02-12T06:03:21.730Z | [ helios-setup] Feb 12 06:03:21.241 INFO E| Compiling proc-macro-crate v3.4.0 |
| 3581 | 2026-02-12T06:03:22.217Z | [ helios-setup] Feb 12 06:03:21.728 INFO E| Compiling getopts v0.2.24 |
| 3582 | 2026-02-12T06:03:22.529Z | [ helios-setup] Feb 12 06:03:22.038 INFO E| Compiling futures-executor v0.3.31 |
| 3583 | 2026-02-12T06:03:22.864Z | [ helios-setup] Feb 12 06:03:22.374 INFO E| Compiling typify-impl v0.5.0 |
| 3584 | 2026-02-12T06:03:23.534Z | [ helios-setup] Feb 12 06:03:23.044 INFO E| Compiling thread_local v1.1.9 |
| 3585 | 2026-02-12T06:03:23.821Z | [ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3586 | 2026-02-12T06:03:23.851Z | [ helios-setup] Feb 12 06:03:23.362 INFO E| Compiling thiserror v1.0.69 |
| 3587 | 2026-02-12T06:03:24.023Z | [ helios-setup] Feb 12 06:03:23.533 INFO E| Compiling tower-service v0.3.3 |
| 3588 | 2026-02-12T06:03:24.646Z | [ helios-setup] Feb 12 06:03:24.155 INFO E| Compiling tiny-keccak v2.0.2 |
| 3589 | 2026-02-12T06:03:24.705Z | [ helios-setup] Feb 12 06:03:24.215 INFO E| Compiling rustix v1.1.2 |
| 3590 | 2026-02-12T06:03:25.381Z | [ helios-setup] Feb 12 06:03:24.890 INFO E| Compiling try-lock v0.2.5 |
| 3591 | 2026-02-12T06:03:26.331Z | [ helios-setup] Feb 12 06:03:25.828 INFO E| Compiling want v0.3.1 |
| 3592 | 2026-02-12T06:03:26.680Z | [ helios-setup] Feb 12 06:03:26.190 INFO E| Compiling num_enum_derive v0.7.5 |
| 3593 | 2026-02-12T06:03:26.987Z | [ helios-setup] Feb 12 06:03:26.497 INFO E| Compiling futures v0.3.31 |
| 3594 | 2026-02-12T06:03:27.001Z | [ helios-setup] Feb 12 06:03:26.510 INFO E| Compiling icu_properties v2.1.1 |
| 3595 | 2026-02-12T06:03:27.297Z | [ helios-setup] Feb 12 06:03:26.807 INFO E| Compiling icu_normalizer v2.1.1 |
| 3596 | 2026-02-12T06:03:28.805Z | [ host-package] Compiling diesel-dtrace v0.4.2 |
| 3597 | 2026-02-12T06:03:29.381Z | [ helios-setup] Feb 12 06:03:28.891 INFO E| Compiling tokio-util v0.7.16 |
| 3598 | 2026-02-12T06:03:31.489Z | [ helios-setup] Feb 12 06:03:30.999 INFO E| Compiling h2 v0.4.12 |
| 3599 | 2026-02-12T06:03:31.735Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3600 | 2026-02-12T06:03:33.644Z | [ helios-setup] Feb 12 06:03:33.153 INFO E| Compiling form_urlencoded v1.2.2 |
| 3601 | 2026-02-12T06:03:33.746Z | [ helios-setup] Feb 12 06:03:33.255 INFO E| Compiling thiserror-impl v1.0.69 |
| 3602 | 2026-02-12T06:03:34.887Z | [ helios-setup] Feb 12 06:03:34.396 INFO E| Compiling serde_spanned v1.0.3 |
| 3603 | 2026-02-12T06:03:35.635Z | [ helios-setup] Feb 12 06:03:35.144 INFO E| Compiling errno v0.3.14 |
| 3604 | 2026-02-12T06:03:36.249Z | [ helios-setup] Feb 12 06:03:35.758 INFO E| Compiling is-terminal v0.4.17 |
| 3605 | 2026-02-12T06:03:36.549Z | [ helios-setup] Feb 12 06:03:36.058 INFO E| Compiling term v1.2.0 |
| 3606 | 2026-02-12T06:03:36.731Z | [ helios-setup] Feb 12 06:03:36.239 INFO E| Compiling toml_writer v1.0.4 |
| 3607 | 2026-02-12T06:03:38.252Z | [ helios-setup] Feb 12 06:03:37.761 INFO E| Compiling simd-adler32 v0.3.7 |
| 3608 | 2026-02-12T06:03:38.390Z | [ helios-setup] Feb 12 06:03:37.899 INFO E| Compiling httpdate v1.0.3 |
| 3609 | 2026-02-12T06:03:38.670Z | [ helios-setup] Feb 12 06:03:38.178 INFO E| Compiling adler2 v2.0.1 |
| 3610 | 2026-02-12T06:03:39.642Z | [ helios-setup] Feb 12 06:03:39.151 INFO E| Compiling miniz_oxide v0.8.9 |
| 3611 | 2026-02-12T06:03:40.037Z | [ helios-setup] Feb 12 06:03:39.545 INFO E| Compiling slog-term v2.9.2 |
| 3612 | 2026-02-12T06:03:40.780Z | [ helios-setup] Feb 12 06:03:40.289 INFO E| Compiling toml v0.9.8 |
| 3613 | 2026-02-12T06:03:41.245Z | [ helios-setup] Feb 12 06:03:40.753 INFO E| Compiling typify-macro v0.5.0 |
| 3614 | 2026-02-12T06:03:42.549Z | [ host-package] Compiling oso v0.27.3 |
| 3615 | 2026-02-12T06:03:47.101Z | [ helios-setup] Feb 12 06:03:46.609 INFO E| Compiling hyper v1.7.0 |
| 3616 | 2026-02-12T06:03:48.260Z | [ helios-setup] Feb 12 06:03:47.768 INFO E| Compiling idna_adapter v1.2.1 |
| 3617 | 2026-02-12T06:03:48.644Z | [ helios-setup] Feb 12 06:03:48.152 INFO E| Compiling num_enum v0.7.5 |
| 3618 | 2026-02-12T06:03:48.744Z | [ helios-setup] Feb 12 06:03:48.252 INFO E| Compiling aho-corasick v1.1.4 |
| 3619 | 2026-02-12T06:03:49.076Z | [ helios-setup] Feb 12 06:03:48.584 INFO E| Compiling rand_core v0.9.3 |
| 3620 | 2026-02-12T06:03:50.507Z | [ helios-setup] Feb 12 06:03:50.015 INFO E| Compiling sync_wrapper v1.0.2 |
| 3621 | 2026-02-12T06:03:51.107Z | [ helios-setup] Feb 12 06:03:50.615 INFO E| Compiling ipnet v2.11.0 |
| 3622 | 2026-02-12T06:03:51.359Z | [ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3623 | 2026-02-12T06:03:52.297Z | [ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3624 | 2026-02-12T06:03:56.093Z | [ helios-setup] Feb 12 06:03:55.600 INFO E| Compiling utf8_iter v1.0.4 |
| 3625 | 2026-02-12T06:03:56.319Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3626 | 2026-02-12T06:03:56.769Z | [ helios-setup] Feb 12 06:03:56.275 INFO E| Compiling tower-layer v0.3.3 |
| 3627 | 2026-02-12T06:03:57.459Z | [ helios-setup] Feb 12 06:03:56.966 INFO E| Compiling libdevinfo-sys v1.1.0 |
| 3628 | 2026-02-12T06:03:57.953Z | [ helios-setup] Feb 12 06:03:57.460 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 3629 | 2026-02-12T06:03:58.027Z | [ helios-setup] Feb 12 06:03:57.534 INFO E| Compiling base64ct v1.8.0 |
| 3630 | 2026-02-12T06:03:58.521Z | [ host-package] Compiling bb8 v0.8.5 |
| 3631 | 2026-02-12T06:03:58.720Z | [ host-package] Compiling trait-variant v0.1.2 |
| 3632 | 2026-02-12T06:03:59.355Z | [ helios-setup] Feb 12 06:03:58.861 INFO E| Compiling regex-syntax v0.8.8 |
| 3633 | 2026-02-12T06:03:59.774Z | [ helios-setup] Feb 12 06:03:59.281 INFO E| Compiling base64 v0.22.1 |
| 3634 | 2026-02-12T06:04:00.127Z | [ helios-setup] Feb 12 06:03:59.634 INFO E| Compiling pem-rfc7468 v0.7.0 |
| 3635 | 2026-02-12T06:04:00.398Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
| 3636 | 2026-02-12T06:04:00.783Z | [ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 3637 | 2026-02-12T06:04:02.004Z | [ helios-setup] Feb 12 06:04:01.510 INFO E| Compiling hyper-util v0.1.17 |
| 3638 | 2026-02-12T06:04:02.211Z | [ helios-setup] Feb 12 06:04:01.717 INFO E| Compiling tower v0.5.2 |
| 3639 | 2026-02-12T06:04:02.294Z | [ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3640 | 2026-02-12T06:04:02.477Z | [ helios-setup] Feb 12 06:04:01.984 INFO E| Compiling devinfo v0.1.0 |
| 3641 | 2026-02-12T06:04:03.161Z | [ helios-setup] Feb 12 06:04:02.667 INFO E| Compiling const-random-macro v0.1.16 |
| 3642 | 2026-02-12T06:04:03.847Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3643 | 2026-02-12T06:04:04.784Z | [ helios-setup] Feb 12 06:04:04.291 INFO E| Compiling idna v1.1.0 |
| 3644 | 2026-02-12T06:04:05.127Z | [ helios-setup] Feb 12 06:04:04.633 INFO E| Compiling rand_chacha v0.9.0 |
| 3645 | 2026-02-12T06:04:05.216Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3646 | 2026-02-12T06:04:06.179Z | [ helios-setup] Feb 12 06:04:05.685 INFO E| Compiling flate2 v1.1.5 |
| 3647 | 2026-02-12T06:04:07.478Z | [ helios-setup] Feb 12 06:04:06.985 INFO E| Compiling regex-automata v0.4.13 |
| 3648 | 2026-02-12T06:04:07.999Z | [ helios-setup] Feb 12 06:04:07.505 INFO E| Compiling serde_urlencoded v0.7.1 |
| 3649 | 2026-02-12T06:04:08.313Z | [ helios-setup] Feb 12 06:04:07.818 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0) |
| 3650 | 2026-02-12T06:04:08.906Z | [ helios-setup] Feb 12 06:04:08.412 INFO E| Compiling http-body-util v0.1.3 |
| 3651 | 2026-02-12T06:04:09.399Z | [ helios-setup] Feb 12 06:04:08.905 INFO E| Compiling ring v0.17.14 |
| 3652 | 2026-02-12T06:04:10.254Z | [ helios-setup] Feb 12 06:04:09.760 INFO E| Compiling der_derive v0.7.3 |
| 3653 | 2026-02-12T06:04:10.293Z | [ helios-setup] Feb 12 06:04:09.799 INFO E| Compiling sha1 v0.10.6 |
| 3654 | 2026-02-12T06:04:11.341Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3655 | 2026-02-12T06:04:12.474Z | [ host-package] Compiling fxhash v0.2.1 |
| 3656 | 2026-02-12T06:04:13.252Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3657 | 2026-02-12T06:04:13.443Z | [ host-package] Compiling typify-impl v0.2.0 |
| 3658 | 2026-02-12T06:04:13.579Z | [ helios-setup] Feb 12 06:04:13.084 INFO E| Compiling ahash v0.8.12 |
| 3659 | 2026-02-12T06:04:13.674Z | [ host-package] Compiling kstat-rs v0.2.4 |
| 3660 | 2026-02-12T06:04:14.391Z | [ host-package] Compiling libz-sys v1.1.20 |
| 3661 | 2026-02-12T06:04:14.653Z | [ helios-setup] Feb 12 06:04:14.159 INFO E| Compiling iri-string v0.7.8 |
| 3662 | 2026-02-12T06:04:14.697Z | [ helios-setup] Feb 12 06:04:14.202 INFO E| Compiling byteorder v1.5.0 |
| 3663 | 2026-02-12T06:04:15.501Z | [ host-package] Compiling nonempty v0.12.0 |
| 3664 | 2026-02-12T06:04:16.148Z | [ host-package] Compiling salty v0.3.0 |
| 3665 | 2026-02-12T06:04:16.386Z | [ helios-setup] Feb 12 06:04:15.891 INFO E| Compiling bitflags v1.3.2 |
| 3666 | 2026-02-12T06:04:16.650Z | [ helios-setup] Feb 12 06:04:16.155 INFO E| Compiling utf8parse v0.2.2 |
| 3667 | 2026-02-12T06:04:16.722Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3668 | 2026-02-12T06:04:17.095Z | [ helios-setup] Feb 12 06:04:16.600 INFO E| Compiling flagset v0.4.7 |
| 3669 | 2026-02-12T06:04:17.316Z | [ helios-setup] Feb 12 06:04:16.821 INFO E| Compiling spin v0.9.8 |
| 3670 | 2026-02-12T06:04:17.762Z | [ helios-setup] Feb 12 06:04:17.267 INFO E| Compiling der v0.7.10 |
| 3671 | 2026-02-12T06:04:17.844Z | [ helios-setup] Feb 12 06:04:17.349 INFO E| Compiling anstyle-parse v0.2.7 |
| 3672 | 2026-02-12T06:04:18.611Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3673 | 2026-02-12T06:04:22.891Z | [ helios-setup] Feb 12 06:04:22.396 INFO E| Compiling tower-http v0.6.6 |
| 3674 | 2026-02-12T06:04:27.120Z | [ helios-setup] Feb 12 06:04:26.624 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
| 3675 | 2026-02-12T06:04:29.850Z | [ helios-setup] Feb 12 06:04:29.354 INFO E| Compiling regex v1.12.2 |
| 3676 | 2026-02-12T06:04:30.516Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3677 | 2026-02-12T06:04:31.731Z | [ host-package] Compiling typify-macro v0.2.0 |
| 3678 | 2026-02-12T06:04:31.890Z | [ helios-setup] Feb 12 06:04:31.394 INFO E| Compiling url v2.5.7 |
| 3679 | 2026-02-12T06:04:34.176Z | [ helios-setup] Feb 12 06:04:33.679 INFO E| Compiling rand v0.9.2 |
| 3680 | 2026-02-12T06:04:38.075Z | [ helios-setup] Feb 12 06:04:37.578 INFO E| Compiling const-random v0.1.18 |
| 3681 | 2026-02-12T06:04:38.396Z | [ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3682 | 2026-02-12T06:04:39.391Z | [ helios-setup] Feb 12 06:04:38.894 INFO E| Compiling typify v0.5.0 |
| 3683 | 2026-02-12T06:04:39.965Z | [ helios-setup] Feb 12 06:04:39.469 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
| 3684 | 2026-02-12T06:04:40.772Z | [ helios-setup] Feb 12 06:04:40.275 INFO E| Compiling openapiv3 v2.2.0 |
| 3685 | 2026-02-12T06:04:43.564Z | [ helios-setup] Feb 12 06:04:43.067 INFO E| Compiling rand_core v0.6.4 |
| 3686 | 2026-02-12T06:04:44.747Z | [ helios-setup] Feb 12 06:04:44.250 INFO E| Compiling subtle v2.6.1 |
| 3687 | 2026-02-12T06:04:45.643Z | [ helios-setup] Feb 12 06:04:45.146 INFO E| Compiling data-encoding v2.9.0 |
| 3688 | 2026-02-12T06:04:47.247Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7a66c1b2415122b821611fd51012032a03e14ada#7a66c1b2) |
| 3689 | 2026-02-12T06:04:49.429Z | [ helios-setup] Feb 12 06:04:48.932 INFO E| Compiling colorchoice v1.0.4 |
| 3690 | 2026-02-12T06:04:49.965Z | [ helios-setup] Feb 12 06:04:49.468 INFO E| Compiling syn v1.0.109 |
| 3691 | 2026-02-12T06:04:50.209Z | [ helios-setup] Feb 12 06:04:49.711 INFO E| Compiling is_terminal_polyfill v1.70.2 |
| 3692 | 2026-02-12T06:04:50.660Z | [ helios-setup] Feb 12 06:04:50.162 INFO E| Compiling unsafe-libyaml v0.2.11 |
| 3693 | 2026-02-12T06:04:51.432Z | [ helios-setup] Feb 12 06:04:50.934 INFO E| Compiling utf-8 v0.7.6 |
| 3694 | 2026-02-12T06:04:51.658Z | [ helios-setup] Feb 12 06:04:51.160 INFO E| Compiling radium v0.7.0 |
| 3695 | 2026-02-12T06:04:52.339Z | [ helios-setup] Feb 12 06:04:51.841 INFO E| Compiling anstyle v1.0.13 |
| 3696 | 2026-02-12T06:04:53.201Z | [ helios-setup] Feb 12 06:04:52.703 INFO E| Compiling anstyle-query v1.1.4 |
| 3697 | 2026-02-12T06:04:53.581Z | [ helios-setup] Feb 12 06:04:53.083 INFO E| Compiling serde_yaml v0.9.34+deprecated |
| 3698 | 2026-02-12T06:04:53.725Z | [ helios-setup] Feb 12 06:04:53.227 INFO E| Compiling anstream v0.6.21 |
| 3699 | 2026-02-12T06:04:53.798Z | [ host-package] Compiling nanorand v0.7.0 |
| 3700 | 2026-02-12T06:04:53.974Z | [ helios-setup] Feb 12 06:04:53.476 INFO E| Compiling tungstenite v0.28.0 |
| 3701 | 2026-02-12T06:04:54.256Z | [ helios-setup] Feb 12 06:04:53.759 INFO E| Compiling progenitor-impl v0.11.2 (https://github.com/oxidecomputer/progenitor#5c4b6016) |
| 3702 | 2026-02-12T06:04:55.906Z | [ helios-setup] Feb 12 06:04:55.408 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
| 3703 | 2026-02-12T06:04:56.650Z | [ host-package] Compiling parking_lot_core v0.8.6 |
| 3704 | 2026-02-12T06:04:56.995Z | [ host-package] Compiling mime_guess v2.0.5 |
| 3705 | 2026-02-12T06:04:58.107Z | [ host-package] Compiling flume v0.11.1 |
| 3706 | 2026-02-12T06:04:58.742Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7a66c1b2415122b821611fd51012032a03e14ada#7a66c1b2) |
| 3707 | 2026-02-12T06:04:59.632Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3708 | 2026-02-12T06:05:00.357Z | [ helios-setup] Feb 12 06:04:59.859 INFO E| Compiling reqwest v0.12.24 |
| 3709 | 2026-02-12T06:05:05.396Z | [ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3710 | 2026-02-12T06:05:05.696Z | [ helios-setup] Feb 12 06:05:05.197 INFO E| Compiling spki v0.7.3 |
| 3711 | 2026-02-12T06:05:05.812Z | [ helios-setup] Feb 12 06:05:05.313 INFO E| Compiling terminal_size v0.4.3 |
| 3712 | 2026-02-12T06:05:06.222Z | [ helios-setup] Feb 12 06:05:05.723 INFO E| Compiling rustls-pki-types v1.13.0 |
| 3713 | 2026-02-12T06:05:06.595Z | [ helios-setup] Feb 12 06:05:06.096 INFO E| Compiling pkg-config v0.3.32 |
| 3714 | 2026-02-12T06:05:06.930Z | [ helios-setup] Feb 12 06:05:06.431 INFO E| Compiling maybe-uninit v2.0.0 |
| 3715 | 2026-02-12T06:05:08.531Z | [ helios-setup] Feb 12 06:05:08.032 INFO E| Compiling tap v1.0.1 |
| 3716 | 2026-02-12T06:05:09.134Z | [ helios-setup] Feb 12 06:05:08.635 INFO E| Compiling crossbeam-utils v0.8.21 |
| 3717 | 2026-02-12T06:05:09.208Z | [ helios-setup] Feb 12 06:05:08.709 INFO E| Compiling untrusted v0.9.0 |
| 3718 | 2026-02-12T06:05:09.967Z | [ helios-setup] Feb 12 06:05:09.467 INFO E| Compiling bzip2-sys v0.1.13+1.0.8 |
| 3719 | 2026-02-12T06:05:10.605Z | [ helios-setup] Feb 12 06:05:10.105 INFO E| Compiling wyz v0.5.1 |
| 3720 | 2026-02-12T06:05:11.800Z | [ helios-setup] Feb 12 06:05:11.300 INFO E| Compiling progenitor-macro v0.11.2 (https://github.com/oxidecomputer/progenitor#5c4b6016) |
| 3721 | 2026-02-12T06:05:15.866Z | [ host-package] Compiling libgit2-sys v0.18.2+1.9.1 |
| 3722 | 2026-02-12T06:05:15.974Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3723 | 2026-02-12T06:05:21.994Z | [ helios-setup] Feb 12 06:05:21.494 INFO E| Compiling progenitor-client v0.11.2 (https://github.com/oxidecomputer/progenitor#5c4b6016) |
| 3724 | 2026-02-12T06:05:24.321Z | [ helios-setup] Feb 12 06:05:23.821 INFO E| Compiling tokio-tungstenite v0.28.0 |
| 3725 | 2026-02-12T06:05:29.536Z | [ helios-setup] Feb 12 06:05:29.034 INFO E| Compiling rand_chacha v0.3.1 |
| 3726 | 2026-02-12T06:05:31.858Z | [ helios-setup] Feb 12 06:05:31.357 INFO E| Compiling num-integer v0.1.46 |
| 3727 | 2026-02-12T06:05:33.270Z | [ helios-setup] Feb 12 06:05:32.768 INFO E| Compiling smartstring v1.0.1 |
| 3728 | 2026-02-12T06:05:34.192Z | [ helios-setup] Feb 12 06:05:33.691 INFO E| Compiling virtue v0.0.18 |
| 3729 | 2026-02-12T06:05:34.474Z | [ helios-setup] Feb 12 06:05:33.972 INFO E| Compiling clap_lex v0.7.6 |
| 3730 | 2026-02-12T06:05:36.070Z | [ helios-setup] Feb 12 06:05:35.568 INFO E| Compiling num-bigint-dig v0.8.4 |
| 3731 | 2026-02-12T06:05:36.856Z | [ helios-setup] Feb 12 06:05:36.355 INFO E| Compiling packed_struct v0.10.1 |
| 3732 | 2026-02-12T06:05:37.271Z | [ helios-setup] Feb 12 06:05:36.769 INFO E| Compiling funty v2.0.0 |
| 3733 | 2026-02-12T06:05:38.130Z | [ helios-setup] Feb 12 06:05:37.628 INFO E| Compiling rustls v0.22.4 |
| 3734 | 2026-02-12T06:05:38.228Z | [ helios-setup] Feb 12 06:05:37.726 INFO E| Compiling strsim v0.11.1 |
| 3735 | 2026-02-12T06:05:39.031Z | [ helios-setup] Feb 12 06:05:38.529 INFO E| Compiling clap_builder v4.5.51 |
| 3736 | 2026-02-12T06:05:41.017Z | [ helios-setup] Feb 12 06:05:40.515 INFO E| Compiling packed_struct_codegen v0.10.1 |
| 3737 | 2026-02-12T06:05:41.817Z | [ helios-setup] Feb 12 06:05:41.315 INFO E| Compiling bitvec v1.0.1 |
| 3738 | 2026-02-12T06:05:42.231Z | [ helios-setup] Feb 12 06:05:41.729 INFO E| Compiling bincode_derive v2.0.1 |
| 3739 | 2026-02-12T06:05:45.979Z | [ helios-setup] Feb 12 06:05:45.476 INFO E| Compiling progenitor v0.11.2 (https://github.com/oxidecomputer/progenitor#5c4b6016) |
| 3740 | 2026-02-12T06:05:46.220Z | [ helios-setup] Feb 12 06:05:45.717 INFO E| Compiling num-iter v0.1.45 |
| 3741 | 2026-02-12T06:05:46.591Z | [ helios-setup] Feb 12 06:05:46.087 INFO E| Compiling rand v0.8.5 |
| 3742 | 2026-02-12T06:05:46.707Z | [ helios-setup] Feb 12 06:05:46.204 INFO E| Compiling rustls-webpki v0.102.8 |
| 3743 | 2026-02-12T06:05:50.662Z | [ host-package] Compiling tabled_derive v0.10.0 |
| 3744 | 2026-02-12T06:05:51.585Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3745 | 2026-02-12T06:05:54.225Z | [ helios-setup] Feb 12 06:05:53.722 INFO E| Compiling pkcs8 v0.10.2 |
| 3746 | 2026-02-12T06:05:54.513Z | [ helios-setup] Feb 12 06:05:54.009 INFO E| Compiling lazy_static v1.5.0 |
| 3747 | 2026-02-12T06:05:54.968Z | [ helios-setup] Feb 12 06:05:54.465 INFO E| Compiling bitfield-macros v0.19.3 |
| 3748 | 2026-02-12T06:05:55.180Z | [ host-package] Compiling ignore v0.4.23 |
| 3749 | 2026-02-12T06:05:57.905Z | [ helios-setup] Feb 12 06:05:57.401 INFO E| Compiling clap_derive v4.5.49 |
| 3750 | 2026-02-12T06:05:58.176Z | [ helios-setup] Feb 12 06:05:57.673 INFO E| Compiling zerocopy-derive v0.6.6 |
| 3751 | 2026-02-12T06:06:00.950Z | [ helios-setup] Feb 12 06:06:00.446 INFO E| Compiling multer v3.1.0 |
| 3752 | 2026-02-12T06:06:01.441Z | [ helios-setup] Feb 12 06:06:00.937 INFO E| Compiling indexmap v1.9.3 |
| 3753 | 2026-02-12T06:06:01.460Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3754 | 2026-02-12T06:06:01.870Z | [ helios-setup] Feb 12 06:06:01.366 INFO E| Compiling match_cfg v0.1.0 |
| 3755 | 2026-02-12T06:06:02.026Z | [ helios-setup] Feb 12 06:06:01.522 INFO E| Compiling crc-catalog v2.4.0 |
| 3756 | 2026-02-12T06:06:02.434Z | [ helios-setup] Feb 12 06:06:01.930 INFO E| Compiling paste v1.0.15 |
| 3757 | 2026-02-12T06:06:02.480Z | [ helios-setup] Feb 12 06:06:01.974 INFO E| Compiling nodrop v0.1.14 |
| 3758 | 2026-02-12T06:06:02.589Z | [ helios-setup] Feb 12 06:06:02.085 INFO E| Compiling camino v1.2.1 |
| 3759 | 2026-02-12T06:06:02.768Z | [ helios-setup] Feb 12 06:06:02.264 INFO E| Compiling static_assertions v1.1.0 |
| 3760 | 2026-02-12T06:06:03.498Z | [ helios-setup] Feb 12 06:06:02.994 INFO E| Compiling unty v0.0.4 |
| 3761 | 2026-02-12T06:06:03.686Z | [ helios-setup] Feb 12 06:06:03.182 INFO E| Compiling slog-async v2.8.0 |
| 3762 | 2026-02-12T06:06:04.185Z | [ helios-setup] Feb 12 06:06:03.681 INFO E| Compiling bincode v2.0.1 |
| 3763 | 2026-02-12T06:06:05.322Z | [ helios-setup] Feb 12 06:06:04.818 INFO E| Compiling array-init v0.0.4 |
| 3764 | 2026-02-12T06:06:05.675Z | [ host-package] Compiling papergrid v0.14.0 |
| 3765 | 2026-02-12T06:06:06.005Z | [ helios-setup] Feb 12 06:06:05.501 INFO E| Compiling crc v3.3.0 |
| 3766 | 2026-02-12T06:06:06.008Z | [ host-package] Compiling primeorder v0.13.6 |
| 3767 | 2026-02-12T06:06:06.042Z | [ helios-setup] Feb 12 06:06:05.538 INFO E| Compiling clap v4.5.51 |
| 3768 | 2026-02-12T06:06:06.608Z | [ helios-setup] Feb 12 06:06:06.104 INFO E| Compiling hostname v0.3.1 |
| 3769 | 2026-02-12T06:06:06.915Z | [ helios-setup] Feb 12 06:06:06.409 INFO E| Compiling zerocopy v0.6.6 |
| 3770 | 2026-02-12T06:06:07.620Z | [ helios-setup] Feb 12 06:06:07.116 INFO E| Compiling bitfield v0.19.3 |
| 3771 | 2026-02-12T06:06:07.662Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3772 | 2026-02-12T06:06:07.762Z | [ helios-setup] Feb 12 06:06:07.258 INFO E| Compiling pkcs1 v0.7.5 |
| 3773 | 2026-02-12T06:06:08.688Z | [ helios-setup] Feb 12 06:06:08.183 INFO E| Compiling crossbeam-channel v0.5.15 |
| 3774 | 2026-02-12T06:06:09.545Z | [ helios-setup] Feb 12 06:06:09.040 INFO E| Compiling smallvec v0.6.14 |
| 3775 | 2026-02-12T06:06:11.475Z | [ helios-setup] Feb 12 06:06:10.970 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
| 3776 | 2026-02-12T06:06:14.150Z | [ host-package] Compiling castaway v0.2.3 |
| 3777 | 2026-02-12T06:06:14.749Z | [ helios-setup] Feb 12 06:06:14.244 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
| 3778 | 2026-02-12T06:06:14.975Z | [ host-package] Compiling nibble_vec v0.1.0 |
| 3779 | 2026-02-12T06:06:15.087Z | [ helios-setup] Feb 12 06:06:14.582 INFO E| Compiling signature v2.2.0 |
| 3780 | 2026-02-12T06:06:15.692Z | [ host-package] Compiling atty v0.2.14 |
| 3781 | 2026-02-12T06:06:15.758Z | [ helios-setup] Feb 12 06:06:15.254 INFO E| Compiling slog-json v2.6.1 |
| 3782 | 2026-02-12T06:06:16.406Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3783 | 2026-02-12T06:06:16.559Z | [ host-package] Compiling http-range v0.1.5 |
| 3784 | 2026-02-12T06:06:16.869Z | [ helios-setup] Feb 12 06:06:16.364 INFO E| Compiling serde_spanned v0.6.9 |
| 3785 | 2026-02-12T06:06:17.072Z | [ helios-setup] Feb 12 06:06:16.567 INFO E| Compiling toml_datetime v0.6.11 |
| 3786 | 2026-02-12T06:06:17.369Z | [ helios-setup] Feb 12 06:06:16.863 INFO E| Compiling thin-vec v0.2.14 |
| 3787 | 2026-02-12T06:06:17.471Z | [ host-package] Compiling endian-type v0.1.2 |
| 3788 | 2026-02-12T06:06:18.007Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3789 | 2026-02-12T06:06:18.206Z | [ host-package] Compiling radix_trie v0.2.1 |
| 3790 | 2026-02-12T06:06:18.851Z | [ helios-setup] Feb 12 06:06:18.346 INFO E| Compiling rhai_codegen v3.1.0 |
| 3791 | 2026-02-12T06:06:18.951Z | [ helios-setup] Feb 12 06:06:18.446 INFO E| Compiling async-stream-impl v0.3.6 |
| 3792 | 2026-02-12T06:06:19.201Z | [ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3793 | 2026-02-12T06:06:20.580Z | [ host-package] Compiling compact_str v0.8.0 |
| 3794 | 2026-02-12T06:06:20.617Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3795 | 2026-02-12T06:06:21.950Z | [ helios-setup] Feb 12 06:06:21.444 INFO E| Compiling env_filter v0.1.4 |
| 3796 | 2026-02-12T06:06:24.519Z | [ helios-setup] Feb 12 06:06:24.013 INFO E| Compiling dropshot v0.16.4 |
| 3797 | 2026-02-12T06:06:24.819Z | [ helios-setup] Feb 12 06:06:24.313 INFO E| Compiling encoding_rs v0.8.35 |
| 3798 | 2026-02-12T06:06:25.325Z | [ host-package] Compiling tabled v0.18.0 |
| 3799 | 2026-02-12T06:06:25.631Z | [ helios-setup] Feb 12 06:06:25.125 INFO E| Compiling take_mut v0.2.2 |
| 3800 | 2026-02-12T06:06:26.116Z | [ helios-setup] Feb 12 06:06:25.609 INFO E| Compiling mime v0.3.17 |
| 3801 | 2026-02-12T06:06:27.894Z | [ helios-setup] Feb 12 06:06:27.388 INFO E| Compiling base64 v0.21.7 |
| 3802 | 2026-02-12T06:06:28.316Z | [ helios-setup] Feb 12 06:06:27.810 INFO E| Compiling winnow v0.5.40 |
| 3803 | 2026-02-12T06:06:28.396Z | [ helios-setup] Feb 12 06:06:27.890 INFO E| Compiling hashbrown v0.12.3 |
| 3804 | 2026-02-12T06:06:29.408Z | [ host-package] Compiling p384 v0.13.1 |
| 3805 | 2026-02-12T06:06:30.036Z | [ host-package] Compiling globwalk v0.9.1 |
| 3806 | 2026-02-12T06:06:30.469Z | [ host-package] Compiling parking_lot v0.11.2 |
| 3807 | 2026-02-12T06:06:33.003Z | [ helios-setup] Feb 12 06:06:32.494 INFO E| Compiling ron v0.8.1 |
| 3808 | 2026-02-12T06:06:34.098Z | [ host-package] Compiling typify v0.2.0 |
| 3809 | 2026-02-12T06:06:34.644Z | [ host-package] Compiling predicates-tree v1.0.12 |
| 3810 | 2026-02-12T06:06:35.146Z | [ helios-setup] Feb 12 06:06:34.639 INFO E| Compiling rhai v1.23.6 |
| 3811 | 2026-02-12T06:06:36.124Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3812 | 2026-02-12T06:06:36.835Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3813 | 2026-02-12T06:06:37.103Z | [ helios-setup] Feb 12 06:06:36.596 INFO E| Compiling toml_edit v0.19.15 |
| 3814 | 2026-02-12T06:06:40.872Z | [ host-package] Compiling unicode-truncate v1.1.0 |
| 3815 | 2026-02-12T06:06:41.144Z | [ helios-setup] Feb 12 06:06:40.637 INFO E| Compiling env_logger v0.11.8 |
| 3816 | 2026-02-12T06:06:41.834Z | [ host-package] Compiling prefix-trie v0.7.0 |
| 3817 | 2026-02-12T06:06:42.364Z | [ helios-setup] Feb 12 06:06:41.857 INFO E| Compiling async-stream v0.3.6 |
| 3818 | 2026-02-12T06:06:43.188Z | [ helios-setup] Feb 12 06:06:42.681 INFO E| Compiling tokio-rustls v0.25.0 |
| 3819 | 2026-02-12T06:06:43.644Z | [ helios-setup] Feb 12 06:06:43.136 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3820 | 2026-02-12T06:06:44.189Z | [ helios-setup] Feb 12 06:06:43.681 INFO E| Compiling slog-bunyan v2.5.0 |
| 3821 | 2026-02-12T06:06:44.482Z | [ host-package] Compiling lru v0.12.5 |
| 3822 | 2026-02-12T06:06:44.862Z | [ helios-setup] Feb 12 06:06:44.354 INFO E| Compiling rsa v0.9.8 |
| 3823 | 2026-02-12T06:06:44.908Z | [ helios-setup] Feb 12 06:06:44.400 INFO E| Compiling serde-hex v0.1.0 |
| 3824 | 2026-02-12T06:06:45.452Z | [ host-package] Compiling vergen-git2 v1.0.7 |
| 3825 | 2026-02-12T06:06:45.553Z | [ host-package] Compiling instability v0.3.2 |
| 3826 | 2026-02-12T06:06:46.316Z | [ helios-setup] Feb 12 06:06:45.809 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3827 | 2026-02-12T06:06:46.673Z | [ host-package] Compiling cassowary v0.3.0 |
| 3828 | 2026-02-12T06:06:47.175Z | [ helios-setup] Feb 12 06:06:46.666 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
| 3829 | 2026-02-12T06:06:47.485Z | [ host-package] Compiling indoc v2.0.6 |
| 3830 | 2026-02-12T06:06:49.588Z | [ host-package] Compiling ratatui v0.29.0 |
| 3831 | 2026-02-12T06:06:51.271Z | [ host-package] Compiling hickory-server v0.25.2 |
| 3832 | 2026-02-12T06:06:52.322Z | [ helios-setup] Feb 12 06:06:51.813 INFO E| Compiling bzip2 v0.4.4 |
| 3833 | 2026-02-12T06:06:54.416Z | [ host-package] Compiling camino-tempfile-ext v0.3.2 |
| 3834 | 2026-02-12T06:06:55.622Z | [ helios-setup] Feb 12 06:06:55.113 INFO E| Compiling rustls-pemfile v2.2.0 |
| 3835 | 2026-02-12T06:06:55.766Z | [ helios-setup] Feb 12 06:06:55.257 INFO E| Compiling x509-cert v0.2.5 |
| 3836 | 2026-02-12T06:06:57.139Z | [ helios-setup] Feb 12 06:06:56.630 INFO E| Compiling hashbrown v0.13.2 |
| 3837 | 2026-02-12T06:06:57.201Z | [ helios-setup] Feb 12 06:06:56.692 INFO E| Compiling waitgroup v0.1.2 |
| 3838 | 2026-02-12T06:06:57.668Z | [ helios-setup] Feb 12 06:06:57.159 INFO E| Compiling dropshot_endpoint v0.16.4 |
| 3839 | 2026-02-12T06:06:57.799Z | [ helios-setup] Feb 12 06:06:57.291 INFO E| Compiling async-trait v0.1.89 |
| 3840 | 2026-02-12T06:06:59.785Z | [ helios-setup] Feb 12 06:06:59.276 INFO E| Compiling serde_path_to_error v0.1.20 |
| 3841 | 2026-02-12T06:07:01.653Z | [ helios-setup] Feb 12 06:07:01.144 INFO E| Compiling hostname v0.4.1 |
| 3842 | 2026-02-12T06:07:02.298Z | [ helios-setup] Feb 12 06:07:01.789 INFO E| Compiling crc-any v2.5.0 |
| 3843 | 2026-02-12T06:07:02.634Z | [ helios-setup] Feb 12 06:07:02.124 INFO E| Compiling debug-ignore v1.0.5 |
| 3844 | 2026-02-12T06:07:03.263Z | [ helios-setup] Feb 12 06:07:02.753 INFO E| Compiling rustc-hash v2.1.1 |
| 3845 | 2026-02-12T06:07:03.741Z | [ helios-setup] Feb 12 06:07:03.232 INFO E| Compiling hex v0.4.3 |
| 3846 | 2026-02-12T06:07:04.144Z | [ host-package] Compiling progenitor-impl v0.8.0 |
| 3847 | 2026-02-12T06:07:04.743Z | [ helios-setup] Feb 12 06:07:04.147 INFO E| Compiling fastrand v2.3.0 |
| 3848 | 2026-02-12T06:07:05.659Z | [ helios-setup] Feb 12 06:07:05.149 INFO E| Compiling tempfile v3.23.0 |
| 3849 | 2026-02-12T06:07:06.114Z | [ helios-setup] Feb 12 06:07:05.604 INFO E| Compiling iddqd v0.3.14 |
| 3850 | 2026-02-12T06:07:07.852Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
| 3851 | 2026-02-12T06:07:09.505Z | [ helios-setup] Feb 12 06:07:08.996 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3852 | 2026-02-12T06:07:11.999Z | [ helios-setup] Feb 12 06:07:11.488 INFO E| Compiling object v0.30.4 |
| 3853 | 2026-02-12T06:07:12.172Z | [ host-package] Compiling sled v0.34.7 |
| 3854 | 2026-02-12T06:07:13.833Z | [ host-package] Compiling git2 v0.20.2 |
| 3855 | 2026-02-12T06:07:15.447Z | [ host-package] Compiling hickory-client v0.25.2 |
| 3856 | 2026-02-12T06:07:15.728Z | [ helios-setup] Feb 12 06:07:15.218 INFO E| Compiling zip v0.6.6 |
| 3857 | 2026-02-12T06:07:18.944Z | [ helios-setup] Feb 12 06:07:18.433 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3858 | 2026-02-12T06:07:19.941Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3859 | 2026-02-12T06:07:20.563Z | [ helios-setup] Feb 12 06:07:20.052 INFO E| Compiling toml v0.7.8 |
| 3860 | 2026-02-12T06:07:21.574Z | [ helios-setup] Feb 12 06:07:21.063 INFO E| Compiling smawk v0.3.2 |
| 3861 | 2026-02-12T06:07:22.583Z | [ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3862 | 2026-02-12T06:07:22.665Z | [ helios-setup] Feb 12 06:07:22.154 INFO E| Compiling path-slash v0.1.5 |
| 3863 | 2026-02-12T06:07:23.680Z | [ helios-setup] Feb 12 06:07:23.169 INFO E| Compiling unicode-linebreak v0.1.5 |
| 3864 | 2026-02-12T06:07:24.195Z | [ helios-setup] Feb 12 06:07:23.684 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
| 3865 | 2026-02-12T06:07:25.648Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3866 | 2026-02-12T06:07:25.727Z | [ helios-setup] Feb 12 06:07:25.216 INFO E| Compiling textwrap v0.16.2 |
| 3867 | 2026-02-12T06:07:27.064Z | [ helios-setup] Feb 12 06:07:26.552 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks) |
| 3868 | 2026-02-12T06:07:27.262Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3869 | 2026-02-12T06:07:28.599Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3870 | 2026-02-12T06:07:29.795Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3871 | 2026-02-12T06:07:32.580Z | [ helios-setup] Feb 12 06:07:32.068 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e) |
| 3872 | 2026-02-12T06:07:36.839Z | [ helios-setup] Feb 12 06:07:36.326 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client) |
| 3873 | 2026-02-12T06:07:42.996Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 3874 | 2026-02-12T06:07:45.012Z | [ host-package] Compiling rand_seeder v0.4.0 |
| 3875 | 2026-02-12T06:07:45.812Z | [ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3876 | 2026-02-12T06:07:47.264Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e) |
| 3877 | 2026-02-12T06:07:47.959Z | [ host-package] Compiling lzma-sys v0.1.20 |
| 3878 | 2026-02-12T06:07:48.263Z | [ host-package] Compiling corncobs v0.1.4 |
| 3879 | 2026-02-12T06:07:49.414Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3880 | 2026-02-12T06:07:49.528Z | [ host-package] Compiling rustls v0.21.12 |
| 3881 | 2026-02-12T06:07:50.894Z | [ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3882 | 2026-02-12T06:07:51.175Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3883 | 2026-02-12T06:07:53.415Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3884 | 2026-02-12T06:07:54.051Z | [ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3885 | 2026-02-12T06:07:54.118Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3886 | 2026-02-12T06:08:03.510Z | [ helios-setup] Feb 12 06:08:02.996 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
| 3887 | 2026-02-12T06:08:10.516Z | [ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3888 | 2026-02-12T06:08:16.847Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3889 | 2026-02-12T06:08:17.989Z | [ helios-setup] Feb 12 06:08:17.473 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
| 3890 | 2026-02-12T06:08:21.171Z | [ host-package] Compiling progenitor-macro v0.8.0 |
| 3891 | 2026-02-12T06:08:38.337Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3892 | 2026-02-12T06:08:40.430Z | [ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3893 | 2026-02-12T06:08:44.799Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3894 | 2026-02-12T06:08:45.153Z | [ helios-setup] Feb 12 06:08:44.635 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
| 3895 | 2026-02-12T06:08:49.998Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 3896 | 2026-02-12T06:08:53.380Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3897 | 2026-02-12T06:08:53.925Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3898 | 2026-02-12T06:08:54.414Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3899 | 2026-02-12T06:08:54.965Z | [ host-package] Compiling progenitor-client v0.8.0 |
| 3900 | 2026-02-12T06:08:56.397Z | [ host-package] Compiling rustls-webpki v0.101.7 |
| 3901 | 2026-02-12T06:09:00.693Z | [ host-package] Compiling sct v0.7.1 |
| 3902 | 2026-02-12T06:09:01.777Z | [ host-package] Compiling heck v0.3.3 |
| 3903 | 2026-02-12T06:09:01.853Z | [ host-package] Compiling secrecy v0.8.0 |
| 3904 | 2026-02-12T06:09:02.710Z | [ host-package] Compiling void v1.0.2 |
| 3905 | 2026-02-12T06:09:02.799Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
| 3906 | 2026-02-12T06:09:03.368Z | [ host-package] Compiling lzss v0.8.2 |
| 3907 | 2026-02-12T06:09:05.588Z | [ host-package] Compiling progenitor v0.8.0 |
| 3908 | 2026-02-12T06:09:06.935Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 3909 | 2026-02-12T06:09:08.691Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3910 | 2026-02-12T06:09:11.464Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3911 | 2026-02-12T06:09:13.743Z | [ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3912 | 2026-02-12T06:09:19.874Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 3913 | 2026-02-12T06:09:22.360Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3914 | 2026-02-12T06:09:23.091Z | [ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3915 | 2026-02-12T06:09:37.436Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3916 | 2026-02-12T06:09:38.213Z | [ host-package] Compiling tungstenite v0.23.0 |
| 3917 | 2026-02-12T06:09:41.143Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3918 | 2026-02-12T06:09:41.686Z | [ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3919 | 2026-02-12T06:09:42.221Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3920 | 2026-02-12T06:09:42.695Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3921 | 2026-02-12T06:09:43.171Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3922 | 2026-02-12T06:09:44.123Z | [ host-package] Compiling nix v0.27.1 |
| 3923 | 2026-02-12T06:09:44.376Z | [ host-package] Compiling serde_bytes v0.11.19 |
| 3924 | 2026-02-12T06:09:44.881Z | [ host-package] Compiling number_prefix v0.4.0 |
| 3925 | 2026-02-12T06:09:45.249Z | [ host-package] Compiling base64 v0.13.1 |
| 3926 | 2026-02-12T06:09:45.343Z | [ host-package] Compiling indicatif v0.17.11 |
| 3927 | 2026-02-12T06:09:45.415Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3928 | 2026-02-12T06:09:46.225Z | [ host-package] Compiling ron v0.7.1 |
| 3929 | 2026-02-12T06:09:46.303Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 3930 | 2026-02-12T06:09:47.565Z | [ helios-setup] Feb 12 06:09:47.041 INFO E| Finished `release` profile [optimized] target(s) in 7m 35s |
| 3931 | 2026-02-12T06:09:47.569Z | [ helios-setup] Feb 12 06:09:47.042 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4 |
| 3932 | 2026-02-12T06:09:47.572Z | [ helios-setup] Feb 12 06:09:47.045 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3933 | 2026-02-12T06:09:47.700Z | [ helios-setup] Feb 12 06:09:47.175 INFO building project "pilot" ok (455 seconds) |
| 3934 | 2026-02-12T06:09:47.704Z | [ helios-setup] rm -f helios-build |
| 3935 | 2026-02-12T06:09:47.704Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
| 3936 | 2026-02-12T06:09:47.716Z | [ helios-setup] |
| 3937 | 2026-02-12T06:09:47.720Z | [ helios-setup] Setup complete! ./helios-build is now available. |
| 3938 | 2026-02-12T06:09:47.720Z | [ helios-setup] |
| 3939 | 2026-02-12T06:09:47.724Z | [ helios-setup] |
| 3940 | 2026-02-12T06:09:47.724Z | [ helios-setup] real 13:05.903832364 |
| 3941 | 2026-02-12T06:09:47.724Z | [ helios-setup] user 33:25.023485319 |
| 3942 | 2026-02-12T06:09:47.724Z | [ helios-setup] sys 2:50.335845202 |
| 3943 | 2026-02-12T06:09:47.724Z | [ helios-setup] trap 2.053603611 |
| 3944 | 2026-02-12T06:09:47.724Z | [ helios-setup] tflt 6.683806924 |
| 3945 | 2026-02-12T06:09:47.724Z | [ helios-setup] dflt 14.978211937 |
| 3946 | 2026-02-12T06:09:47.724Z | [ helios-setup] kflt 0.000598013 |
| 3947 | 2026-02-12T06:09:47.724Z | [ helios-setup] lock 3:04:40.183758991 |
| 3948 | 2026-02-12T06:09:47.724Z | [ helios-setup] slp 4:18:29.668341291 |
| 3949 | 2026-02-12T06:09:47.724Z | [ helios-setup] lat 37:36.201265686 |
| 3950 | 2026-02-12T06:09:47.724Z | [ helios-setup] stop 6:11.641992626 |
| 3951 | 2026-02-12T06:09:47.724Z | Feb 12 06:09:47.198 INFO [helios-setup] process exited with exit status: 0 (785.907036697s) |
| 3952 | 2026-02-12T06:09:47.724Z | Feb 12 06:09:47.198 INFO [helios-record] running task |
| 3953 | 2026-02-12T06:09:47.724Z | Feb 12 06:09:47.199 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit} |
| 3954 | 2026-02-12T06:09:47.729Z | Feb 12 06:09:47.205 DEBG process exited with exit status: 0 (6.586076ms) |
| 3955 | 2026-02-12T06:09:47.729Z | Feb 12 06:09:47.205 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit} |
| 3956 | 2026-02-12T06:09:47.735Z | Feb 12 06:09:47.211 DEBG process exited with exit status: 0 (5.946399ms) |
| 3957 | 2026-02-12T06:09:47.735Z | Feb 12 06:09:47.211 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit} |
| 3958 | 2026-02-12T06:09:47.741Z | Feb 12 06:09:47.217 DEBG process exited with exit status: 0 (5.858674ms) |
| 3959 | 2026-02-12T06:09:47.741Z | Feb 12 06:09:47.217 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit} |
| 3960 | 2026-02-12T06:09:47.746Z | Feb 12 06:09:47.223 DEBG process exited with exit status: 0 (5.703995ms) |
| 3961 | 2026-02-12T06:09:47.746Z | Feb 12 06:09:47.223 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit} |
| 3962 | 2026-02-12T06:09:47.752Z | Feb 12 06:09:47.228 DEBG process exited with exit status: 0 (5.61749ms) |
| 3963 | 2026-02-12T06:09:47.752Z | Feb 12 06:09:47.228 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit} |
| 3964 | 2026-02-12T06:09:47.757Z | Feb 12 06:09:47.234 DEBG process exited with exit status: 0 (5.544165ms) |
| 3965 | 2026-02-12T06:09:47.758Z | Feb 12 06:09:47.234 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit} |
| 3966 | 2026-02-12T06:09:47.763Z | Feb 12 06:09:47.240 DEBG process exited with exit status: 0 (5.663948ms) |
| 3967 | 2026-02-12T06:09:47.763Z | Feb 12 06:09:47.240 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit} |
| 3968 | 2026-02-12T06:09:47.769Z | Feb 12 06:09:47.245 DEBG process exited with exit status: 0 (5.48494ms) |
| 3969 | 2026-02-12T06:09:47.769Z | Feb 12 06:09:47.245 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit} |
| 3970 | 2026-02-12T06:09:47.774Z | Feb 12 06:09:47.251 DEBG process exited with exit status: 0 (5.495849ms) |
| 3971 | 2026-02-12T06:09:47.777Z | Feb 12 06:09:47.251 INFO [helios-record] task succeeded (52.992904ms) |
| 3972 | 2026-02-12T06:09:47.906Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
| 3973 | 2026-02-12T06:09:48.594Z | [ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3974 | 2026-02-12T06:09:51.359Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3975 | 2026-02-12T06:09:52.128Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 3976 | 2026-02-12T06:09:53.675Z | [ host-package] Compiling xz2 v0.1.7 |
| 3977 | 2026-02-12T06:09:54.347Z | [ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3978 | 2026-02-12T06:10:04.710Z | [ host-package] Compiling tokio-rustls v0.24.1 |
| 3979 | 2026-02-12T06:10:05.375Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3980 | 2026-02-12T06:10:05.695Z | [ host-package] Compiling zone v0.1.8 |
| 3981 | 2026-02-12T06:10:08.940Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3982 | 2026-02-12T06:10:09.157Z | [ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3983 | 2026-02-12T06:10:21.285Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 3984 | 2026-02-12T06:10:22.910Z | [ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3985 | 2026-02-12T06:10:34.755Z | [ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3986 | 2026-02-12T06:10:35.834Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3987 | 2026-02-12T06:10:37.727Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3988 | 2026-02-12T06:10:38.313Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3989 | 2026-02-12T06:10:47.918Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3990 | 2026-02-12T06:10:49.396Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3991 | 2026-02-12T06:10:52.782Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3992 | 2026-02-12T06:10:56.771Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
| 3993 | 2026-02-12T06:10:57.716Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3994 | 2026-02-12T06:11:00.797Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3995 | 2026-02-12T06:11:01.030Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3996 | 2026-02-12T06:11:01.207Z | [ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3997 | 2026-02-12T06:11:01.734Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
| 3998 | 2026-02-12T06:11:02.045Z | [ host-package] Compiling twox-hash v2.1.0 |
| 3999 | 2026-02-12T06:11:02.958Z | [ host-package] Compiling yasna v0.5.2 |
| 4000 | 2026-02-12T06:11:03.116Z | [ host-package] Compiling is_ci v1.2.0 |
| 4001 | 2026-02-12T06:11:03.495Z | [ host-package] Compiling supports-color v3.0.2 |
| 4002 | 2026-02-12T06:11:06.362Z | [ host-package] Compiling rcgen v0.12.1 |
| 4003 | 2026-02-12T06:11:07.206Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4004 | 2026-02-12T06:11:15.116Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 4005 | 2026-02-12T06:11:17.911Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4006 | 2026-02-12T06:11:22.062Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4007 | 2026-02-12T06:11:29.421Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 4008 | 2026-02-12T06:11:50.076Z | [ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 4009 | 2026-02-12T06:12:00.741Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4010 | 2026-02-12T06:12:01.542Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4011 | 2026-02-12T06:12:02.026Z | [ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4012 | 2026-02-12T06:12:11.696Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4013 | 2026-02-12T06:12:19.624Z | [ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4014 | 2026-02-12T06:12:20.033Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4015 | 2026-02-12T06:12:20.450Z | [ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4016 | 2026-02-12T06:12:20.750Z | [ host-package] Compiling fatfs v0.3.6 |
| 4017 | 2026-02-12T06:12:20.834Z | [ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4018 | 2026-02-12T06:12:21.131Z | [ host-package] Compiling rtoolbox v0.0.2 |
| 4019 | 2026-02-12T06:12:21.650Z | [ host-package] Compiling subprocess v0.2.9 |
| 4020 | 2026-02-12T06:12:23.593Z | [ host-package] Compiling assert_matches v1.5.0 |
| 4021 | 2026-02-12T06:12:23.778Z | [ host-package] Compiling seq-macro v0.3.6 |
| 4022 | 2026-02-12T06:12:24.798Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4023 | 2026-02-12T06:12:30.043Z | [ host-package] Compiling rpassword v7.4.0 |
| 4024 | 2026-02-12T06:12:30.699Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4025 | 2026-02-12T06:12:36.156Z | [ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4026 | 2026-02-12T06:12:41.689Z | [ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4027 | 2026-02-12T06:12:41.920Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4028 | 2026-02-12T06:13:03.989Z | [ host-package] Compiling tui-tree-widget v0.23.1 |
| 4029 | 2026-02-12T06:13:04.543Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4030 | 2026-02-12T06:13:09.650Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4031 | 2026-02-12T06:13:10.587Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4032 | 2026-02-12T06:13:15.031Z | [ host-package] Compiling uzers v0.12.1 |
| 4033 | 2026-02-12T06:13:16.531Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4034 | 2026-02-12T06:13:18.375Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4035 | 2026-02-12T06:13:32.358Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4036 | 2026-02-12T06:13:51.704Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4037 | 2026-02-12T06:13:59.924Z | [ host-package] Compiling support-bundle-viewer v0.1.2 |
| 4038 | 2026-02-12T06:14:00.415Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4039 | 2026-02-12T06:14:01.116Z | [ host-package] Compiling multimap v0.10.1 |
| 4040 | 2026-02-12T06:16:13.436Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4041 | 2026-02-12T06:26:52.410Z | [ host-package] Finished `release` profile [optimized] target(s) in 28m 27s |
| 4042 | 2026-02-12T06:27:50.123Z | Feb 12 06:27:49.495 INFO [host-package] process exited with exit status: 0 (1765.785788081s) |
| 4043 | 2026-02-12T06:27:50.124Z | Feb 12 06:27:49.495 INFO [host-stamp] running task |
| 4044 | 2026-02-12T06:27:50.136Z | Feb 12 06:27:49.496 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 18.0.0-0.ci+git1c3e4bac8a9 |
| 4045 | 2026-02-12T06:27:50.136Z | Feb 12 06:27:49.496 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
| 4046 | 2026-02-12T06:27:50.136Z | Feb 12 06:27:49.496 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 18.0.0-0.ci+git1c3e4bac8a9 |
| 4047 | 2026-02-12T06:27:50.136Z | Feb 12 06:27:49.497 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 18.0.0-0.ci+git1c3e4bac8a9 |
| 4048 | 2026-02-12T06:27:50.136Z | Feb 12 06:27:49.497 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 18.0.0-0.ci+git1c3e4bac8a9 |
| 4049 | 2026-02-12T06:27:50.136Z | Feb 12 06:27:49.497 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 18.0.0-0.ci+git1c3e4bac8a9 |
| 4050 | 2026-02-12T06:27:50.137Z | Feb 12 06:27:49.497 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 18.0.0-0.ci+git1c3e4bac8a9 |
| 4051 | 2026-02-12T06:27:50.137Z | Feb 12 06:27:49.499 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 18.0.0-0.ci+git1c3e4bac8a9 |
| 4052 | 2026-02-12T06:27:50.137Z | Feb 12 06:27:49.499 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 18.0.0-0.ci+git1c3e4bac8a9 |
| 4053 | 2026-02-12T06:27:50.142Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4054 | 2026-02-12T06:27:50.142Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4055 | 2026-02-12T06:27:50.142Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4056 | 2026-02-12T06:27:50.142Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4057 | 2026-02-12T06:27:50.142Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
| 4058 | 2026-02-12T06:27:50.142Z | [stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4059 | 2026-02-12T06:27:50.142Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4060 | 2026-02-12T06:27:50.142Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4061 | 2026-02-12T06:27:50.142Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
| 4062 | 2026-02-12T06:27:50.142Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4063 | 2026-02-12T06:27:50.142Z | Feb 12 06:27:49.519 INFO [stamp-overlay] process exited with exit status: 0 (22.739886ms) |
| 4064 | 2026-02-12T06:27:50.154Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
| 4065 | 2026-02-12T06:27:50.160Z | Feb 12 06:27:49.539 INFO [stamp-oxlog] process exited with exit status: 0 (43.234182ms) |
| 4066 | 2026-02-12T06:27:50.207Z | [stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar |
| 4067 | 2026-02-12T06:27:50.213Z | Feb 12 06:27:49.593 INFO [stamp-crucible-utils] process exited with exit status: 0 (95.288599ms) |
| 4068 | 2026-02-12T06:27:50.241Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
| 4069 | 2026-02-12T06:27:50.245Z | Feb 12 06:27:49.626 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (128.989574ms) |
| 4070 | 2026-02-12T06:27:50.420Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
| 4071 | 2026-02-12T06:27:50.423Z | Feb 12 06:27:49.802 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (304.044229ms) |
| 4072 | 2026-02-12T06:27:50.739Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
| 4073 | 2026-02-12T06:27:50.743Z | Feb 12 06:27:50.123 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (625.642242ms) |
| 4074 | 2026-02-12T06:27:51.533Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
| 4075 | 2026-02-12T06:27:51.538Z | Feb 12 06:27:50.917 INFO [stamp-propolis-server] process exited with exit status: 0 (1.421724231s) |
| 4076 | 2026-02-12T06:27:51.752Z | [recovery-package] Compiling newtype-uuid v1.3.2 |
| 4077 | 2026-02-12T06:27:52.051Z | [recovery-package] Compiling daft v0.1.4 |
| 4078 | 2026-02-12T06:27:52.362Z | [recovery-package] Compiling iddqd v0.3.16 |
| 4079 | 2026-02-12T06:27:53.840Z | [recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 4080 | 2026-02-12T06:27:54.174Z | [recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 4081 | 2026-02-12T06:27:54.174Z | [recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4082 | 2026-02-12T06:27:54.179Z | [recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4083 | 2026-02-12T06:27:54.228Z | [recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 4084 | 2026-02-12T06:27:54.912Z | [recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 4085 | 2026-02-12T06:27:58.724Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
| 4086 | 2026-02-12T06:27:58.730Z | Feb 12 06:27:58.107 INFO [stamp-switch-asic] process exited with exit status: 0 (8.609546889s) |
| 4087 | 2026-02-12T06:27:58.730Z | Feb 12 06:27:58.107 INFO [host-stamp] task succeeded (8.611858612s) |
| 4088 | 2026-02-12T06:27:58.730Z | Feb 12 06:27:58.107 INFO [host-proto] running task |
| 4089 | 2026-02-12T06:27:59.299Z | Feb 12 06:27:58.679 INFO [host-proto] task succeeded (572.365958ms) |
| 4090 | 2026-02-12T06:27:59.299Z | Feb 12 06:27:58.679 INFO [host-profile] running task |
| 4091 | 2026-02-12T06:27:59.304Z | Feb 12 06:27:58.680 INFO [host-profile] task succeeded (299.579µs) |
| 4092 | 2026-02-12T06:27:59.305Z | Feb 12 06:27:58.680 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/.tmpVN4njM/proto/host/root -N 'ci 1c3e4ba/${os_short_commit} 2026-02-12 05:56' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
| 4093 | 2026-02-12T06:27:59.309Z | [ host-image] Feb 12 06:27:58.689 INFO Checking files for board 'cosmo' |
| 4094 | 2026-02-12T06:27:59.309Z | [ host-image] Feb 12 06:27:58.689 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5" |
| 4095 | 2026-02-12T06:27:59.309Z | [ host-image] Feb 12 06:27:58.689 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml" |
| 4096 | 2026-02-12T06:27:59.314Z | [ host-image] Feb 12 06:27:58.689 INFO Checking files for board 'cosmo-mbist' |
| 4097 | 2026-02-12T06:27:59.314Z | [ host-image] Feb 12 06:27:58.689 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml" |
| 4098 | 2026-02-12T06:27:59.314Z | [ host-image] Feb 12 06:27:58.689 INFO Checking files for board 'cosmo-mbist-noaggr' |
| 4099 | 2026-02-12T06:27:59.314Z | [ host-image] Feb 12 06:27:58.689 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml" |
| 4100 | 2026-02-12T06:27:59.314Z | [ host-image] Feb 12 06:27:58.689 INFO Checking files for board 'gimlet' |
| 4101 | 2026-02-12T06:27:59.314Z | [ host-image] Feb 12 06:27:58.689 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 4102 | 2026-02-12T06:27:59.314Z | [ host-image] Feb 12 06:27:58.689 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml" |
| 4103 | 2026-02-12T06:27:59.324Z | [ host-image] Feb 12 06:27:58.704 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpVN4njM/proto/host/root" |
| 4104 | 2026-02-12T06:27:59.324Z | [ host-image] Feb 12 06:27:58.704 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ } |
| 4105 | 2026-02-12T06:27:59.328Z | [ host-image] Feb 12 06:27:58.704 INFO image builder template: ramdisk-01-os... |
| 4106 | 2026-02-12T06:27:59.328Z | [ host-image] Feb 12 06:27:58.704 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/.tmpVN4njM/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", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
| 4107 | 2026-02-12T06:27:59.341Z | [ host-image] Feb 12 06:27:58.721 INFO O| Feb 12 06:27:58.721 INFO CREATE DATASET: rpool/images/build/host/output |
| 4108 | 2026-02-12T06:27:59.768Z | [ host-image] Feb 12 06:27:59.148 INFO O| Feb 12 06:27:59.148 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 4109 | 2026-02-12T06:27:59.773Z | [ host-image] Feb 12 06:27:59.153 INFO O| Feb 12 06:27:59.153 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 4110 | 2026-02-12T06:28:00.072Z | [ host-image] Feb 12 06:27:59.451 INFO O| Feb 12 06:27:59.451 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled |
| 4111 | 2026-02-12T06:28:00.144Z | [ host-image] Feb 12 06:27:59.523 INFO O| Feb 12 06:27:59.523 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 4112 | 2026-02-12T06:28:00.144Z | [ host-image] Feb 12 06:27:59.523 INFO O| Feb 12 06:27:59.523 INFO work dataset: rpool/images/build/host/work/sled/ramdisk |
| 4113 | 2026-02-12T06:28:00.149Z | [ host-image] Feb 12 06:27:59.523 INFO O| Feb 12 06:27:59.523 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk |
| 4114 | 2026-02-12T06:28:00.149Z | [ host-image] Feb 12 06:27:59.523 INFO O| Feb 12 06:27:59.523 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk |
| 4115 | 2026-02-12T06:28:00.152Z | [ host-image] Feb 12 06:27:59.529 INFO O| Feb 12 06:27:59.529 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk |
| 4116 | 2026-02-12T06:28:00.382Z | [ host-image] Feb 12 06:27:59.760 INFO O| Feb 12 06:27:59.760 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4117 | 2026-02-12T06:28:00.391Z | [ host-image] Feb 12 06:27:59.770 INFO O| Feb 12 06:27:59.770 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"] |
| 4118 | 2026-02-12T06:28:00.772Z | [ host-image] Feb 12 06:28:00.152 INFO O| Feb 12 06:28:00.152 INFO O| Caching catalogs ... Done |
| 4119 | 2026-02-12T06:28:00.855Z | [ host-image] Feb 12 06:28:00.234 INFO O| Feb 12 06:28:00.234 INFO STEP 0 (pkg_image_create) COMPLETE |
| 4120 | 2026-02-12T06:28:00.859Z | [ host-image] Feb 12 06:28:00.234 INFO O| Feb 12 06:28:00.234 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4121 | 2026-02-12T06:28:00.862Z | [ host-image] Feb 12 06:28:00.242 INFO O| Feb 12 06:28:00.242 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"] |
| 4122 | 2026-02-12T06:28:01.199Z | [ host-image] Feb 12 06:28:00.579 INFO O| Feb 12 06:28:00.579 INFO STEP 1 (pkg_set_publisher) COMPLETE |
| 4123 | 2026-02-12T06:28:01.199Z | [ host-image] Feb 12 06:28:00.579 INFO O| Feb 12 06:28:00.579 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4124 | 2026-02-12T06:28:01.202Z | [ host-image] Feb 12 06:28:00.579 INFO O| Feb 12 06:28:00.579 INFO skip step because feature "publisher_1_name" is not enabled |
| 4125 | 2026-02-12T06:28:01.202Z | [ host-image] Feb 12 06:28:00.579 INFO O| Feb 12 06:28:00.579 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4126 | 2026-02-12T06:28:01.202Z | [ host-image] Feb 12 06:28:00.579 INFO O| Feb 12 06:28:00.579 INFO skip step because feature "publisher_2_name" is not enabled |
| 4127 | 2026-02-12T06:28:01.202Z | [ host-image] Feb 12 06:28:00.579 INFO O| Feb 12 06:28:00.579 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4128 | 2026-02-12T06:28:01.202Z | [ host-image] Feb 12 06:28:00.579 INFO O| Feb 12 06:28:00.579 INFO skip step because feature "publisher_3_name" is not enabled |
| 4129 | 2026-02-12T06:28:01.202Z | [ host-image] Feb 12 06:28:00.579 INFO O| Feb 12 06:28:00.579 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4130 | 2026-02-12T06:28:01.545Z | [ host-image] Feb 12 06:28:00.924 INFO O| Feb 12 06:28:00.924 INFO variant opensolaris.zone is already global |
| 4131 | 2026-02-12T06:28:01.546Z | [ host-image] Feb 12 06:28:00.924 INFO O| Feb 12 06:28:00.924 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 4132 | 2026-02-12T06:28:01.551Z | [ host-image] Feb 12 06:28:00.924 INFO O| Feb 12 06:28:00.924 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4133 | 2026-02-12T06:28:01.891Z | [ host-image] Feb 12 06:28:01.265 INFO O| Feb 12 06:28:01.265 INFO variant opensolaris.imagetype is full; changing to partial |
| 4134 | 2026-02-12T06:28:01.891Z | [ host-image] Feb 12 06:28:01.265 INFO O| Feb 12 06:28:01.265 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 4135 | 2026-02-12T06:28:05.146Z | [recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4136 | 2026-02-12T06:28:05.146Z | [recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4137 | 2026-02-12T06:28:05.150Z | [recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4138 | 2026-02-12T06:28:05.150Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4139 | 2026-02-12T06:28:16.077Z | [recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 4140 | 2026-02-12T06:28:16.099Z | [recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4141 | 2026-02-12T06:28:16.099Z | [recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4142 | 2026-02-12T06:28:16.099Z | [recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4143 | 2026-02-12T06:28:17.268Z | [recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4144 | 2026-02-12T06:28:18.699Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4145 | 2026-02-12T06:28:35.923Z | [ host-image] Feb 12 06:28:35.299 INFO O| Feb 12 06:28:35.299 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4146 | 2026-02-12T06:28:42.516Z | [recovery-package] Finished `release` profile [optimized] target(s) in 52.06s |
| 4147 | 2026-02-12T06:28:44.358Z | Feb 12 06:28:43.734 INFO [recovery-package] process exited with exit status: 0 (54.238175294s) |
| 4148 | 2026-02-12T06:28:44.358Z | Feb 12 06:28:43.734 INFO [recovery-stamp] running task |
| 4149 | 2026-02-12T06:28:44.363Z | Feb 12 06:28:43.734 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
| 4150 | 2026-02-12T06:28:44.363Z | Feb 12 06:28:43.734 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 18.0.0-0.ci+git1c3e4bac8a9 |
| 4151 | 2026-02-12T06:28:44.363Z | Feb 12 06:28:43.735 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 18.0.0-0.ci+git1c3e4bac8a9 |
| 4152 | 2026-02-12T06:28:44.369Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
| 4153 | 2026-02-12T06:28:44.372Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
| 4154 | 2026-02-12T06:28:44.475Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
| 4155 | 2026-02-12T06:28:44.479Z | Feb 12 06:28:43.856 INFO [stamp-installinator] process exited with exit status: 0 (120.862591ms) |
| 4156 | 2026-02-12T06:28:44.526Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
| 4157 | 2026-02-12T06:28:44.530Z | Feb 12 06:28:43.906 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (171.815953ms) |
| 4158 | 2026-02-12T06:28:44.530Z | Feb 12 06:28:43.906 INFO [recovery-stamp] task succeeded (172.14607ms) |
| 4159 | 2026-02-12T06:28:44.530Z | Feb 12 06:28:43.906 INFO [recovery-proto] running task |
| 4160 | 2026-02-12T06:28:44.530Z | Feb 12 06:28:43.906 INFO [tuf-stamp] running task |
| 4161 | 2026-02-12T06:28:44.533Z | Feb 12 06:28:43.907 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 18.0.0-0.ci+git1c3e4bac8a9 |
| 4162 | 2026-02-12T06:28:44.533Z | Feb 12 06:28:43.907 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 18.0.0-0.ci+git1c3e4bac8a9 |
| 4163 | 2026-02-12T06:28:44.533Z | Feb 12 06:28:43.907 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 18.0.0-0.ci+git1c3e4bac8a9 |
| 4164 | 2026-02-12T06:28:44.533Z | Feb 12 06:28:43.908 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 18.0.0-0.ci+git1c3e4bac8a9 |
| 4165 | 2026-02-12T06:28:44.537Z | Feb 12 06:28:43.910 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 18.0.0-0.ci+git1c3e4bac8a9 |
| 4166 | 2026-02-12T06:28:44.537Z | Feb 12 06:28:43.910 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 18.0.0-0.ci+git1c3e4bac8a9 |
| 4167 | 2026-02-12T06:28:44.537Z | Feb 12 06:28:43.910 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 18.0.0-0.ci+git1c3e4bac8a9 |
| 4168 | 2026-02-12T06:28:44.537Z | Feb 12 06:28:43.911 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 18.0.0-0.ci+git1c3e4bac8a9 |
| 4169 | 2026-02-12T06:28:44.537Z | Feb 12 06:28:43.911 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 18.0.0-0.ci+git1c3e4bac8a9 |
| 4170 | 2026-02-12T06:28:44.537Z | Feb 12 06:28:43.912 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 18.0.0-0.ci+git1c3e4bac8a9 |
| 4171 | 2026-02-12T06:28:44.540Z | Feb 12 06:28:43.914 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 18.0.0-0.ci+git1c3e4bac8a9 |
| 4172 | 2026-02-12T06:28:44.540Z | Feb 12 06:28:43.915 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 18.0.0-0.ci+git1c3e4bac8a9 |
| 4173 | 2026-02-12T06:28:44.547Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4174 | 2026-02-12T06:28:44.552Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4175 | 2026-02-12T06:28:44.555Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4176 | 2026-02-12T06:28:44.555Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4177 | 2026-02-12T06:28:44.555Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4178 | 2026-02-12T06:28:44.555Z | [stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4179 | 2026-02-12T06:28:44.555Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4180 | 2026-02-12T06:28:44.558Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4181 | 2026-02-12T06:28:44.559Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4182 | 2026-02-12T06:28:44.567Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4183 | 2026-02-12T06:28:44.571Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4184 | 2026-02-12T06:28:44.571Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4185 | 2026-02-12T06:28:44.670Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
| 4186 | 2026-02-12T06:28:44.688Z | Feb 12 06:28:44.064 INFO [recovery-proto] task succeeded (157.549316ms) |
| 4187 | 2026-02-12T06:28:44.691Z | Feb 12 06:28:44.064 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/.tmpVN4njM/proto/recovery/root -N 'recovery 1c3e4ba/${os_short_commit} 2026-02-12 05:56' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
| 4188 | 2026-02-12T06:28:44.699Z | [ recovery-image] Feb 12 06:28:44.074 INFO Checking files for board 'cosmo-mbist-noaggr' |
| 4189 | 2026-02-12T06:28:44.699Z | [ recovery-image] Feb 12 06:28:44.074 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml" |
| 4190 | 2026-02-12T06:28:44.699Z | [ recovery-image] Feb 12 06:28:44.074 INFO Checking files for board 'cosmo-mbist' |
| 4191 | 2026-02-12T06:28:44.703Z | [ recovery-image] Feb 12 06:28:44.074 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml" |
| 4192 | 2026-02-12T06:28:44.703Z | Feb 12 06:28:44.077 INFO [stamp-probe] process exited with exit status: 0 (170.463505ms) |
| 4193 | 2026-02-12T06:28:44.703Z | [ recovery-image] Feb 12 06:28:44.074 INFO Checking files for board 'gimlet' |
| 4194 | 2026-02-12T06:28:44.703Z | [ recovery-image] Feb 12 06:28:44.074 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 4195 | 2026-02-12T06:28:44.703Z | [ recovery-image] Feb 12 06:28:44.074 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml" |
| 4196 | 2026-02-12T06:28:44.703Z | [ recovery-image] Feb 12 06:28:44.074 INFO Checking files for board 'cosmo' |
| 4197 | 2026-02-12T06:28:44.703Z | [ recovery-image] Feb 12 06:28:44.074 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5" |
| 4198 | 2026-02-12T06:28:44.703Z | [ recovery-image] Feb 12 06:28:44.074 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml" |
| 4199 | 2026-02-12T06:28:44.712Z | [ recovery-image] Feb 12 06:28:44.089 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpVN4njM/proto/recovery/root" |
| 4200 | 2026-02-12T06:28:44.713Z | [ recovery-image] Feb 12 06:28:44.089 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ } |
| 4201 | 2026-02-12T06:28:44.713Z | [ recovery-image] Feb 12 06:28:44.089 INFO image builder template: ramdisk-01-os... |
| 4202 | 2026-02-12T06:28:44.716Z | [ recovery-image] Feb 12 06:28:44.089 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/.tmpVN4njM/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@18.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
| 4203 | 2026-02-12T06:28:44.745Z | [ recovery-image] Feb 12 06:28:44.121 INFO O| Feb 12 06:28:44.121 INFO CREATE DATASET: rpool/images/build/recovery/output |
| 4204 | 2026-02-12T06:28:45.222Z | [ recovery-image] Feb 12 06:28:44.598 INFO O| Feb 12 06:28:44.597 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4205 | 2026-02-12T06:28:45.229Z | [ recovery-image] Feb 12 06:28:44.604 INFO O| Feb 12 06:28:44.604 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4206 | 2026-02-12T06:28:45.682Z | [ recovery-image] Feb 12 06:28:45.057 INFO O| Feb 12 06:28:45.057 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled |
| 4207 | 2026-02-12T06:28:45.782Z | [ recovery-image] Feb 12 06:28:45.158 INFO O| Feb 12 06:28:45.158 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4208 | 2026-02-12T06:28:45.782Z | [ recovery-image] Feb 12 06:28:45.158 INFO O| Feb 12 06:28:45.158 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4209 | 2026-02-12T06:28:45.785Z | [ recovery-image] Feb 12 06:28:45.158 INFO O| Feb 12 06:28:45.158 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4210 | 2026-02-12T06:28:45.785Z | [ recovery-image] Feb 12 06:28:45.158 INFO O| Feb 12 06:28:45.158 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4211 | 2026-02-12T06:28:45.792Z | [ recovery-image] Feb 12 06:28:45.168 INFO O| Feb 12 06:28:45.168 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4212 | 2026-02-12T06:28:46.035Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
| 4213 | 2026-02-12T06:28:46.040Z | Feb 12 06:28:45.416 INFO [stamp-ntp] process exited with exit status: 0 (1.507666751s) |
| 4214 | 2026-02-12T06:28:46.126Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s |
| 4215 | 2026-02-12T06:28:46.226Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
| 4216 | 2026-02-12T06:28:46.292Z | [ recovery-image] Feb 12 06:28:45.667 INFO O| Feb 12 06:28:45.667 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4217 | 2026-02-12T06:28:46.303Z | [ recovery-image] Feb 12 06:28:45.679 INFO O| Feb 12 06:28:45.679 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"] |
| 4218 | 2026-02-12T06:28:46.344Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
| 4219 | 2026-02-12T06:28:46.407Z | Feb 12 06:28:45.783 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.867334374s) |
| 4220 | 2026-02-12T06:28:46.753Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
| 4221 | 2026-02-12T06:28:46.760Z | Feb 12 06:28:46.134 INFO [stamp-external-dns] process exited with exit status: 0 (2.226177925s) |
| 4222 | 2026-02-12T06:28:46.824Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
| 4223 | 2026-02-12T06:28:46.829Z | Feb 12 06:28:46.206 INFO [stamp-internal-dns] process exited with exit status: 0 (2.298126928s) |
| 4224 | 2026-02-12T06:28:46.944Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
| 4225 | 2026-02-12T06:28:46.973Z | Feb 12 06:28:46.349 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.434335675s) |
| 4226 | 2026-02-12T06:28:47.210Z | [ recovery-image] Feb 12 06:28:46.586 INFO O| Feb 12 06:28:46.586 INFO O| Caching catalogs ... Done |
| 4227 | 2026-02-12T06:28:47.258Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
| 4228 | 2026-02-12T06:28:47.293Z | Feb 12 06:28:46.668 INFO [stamp-oximeter] process exited with exit status: 0 (2.757185305s) |
| 4229 | 2026-02-12T06:28:47.340Z | [ recovery-image] Feb 12 06:28:46.716 INFO O| Feb 12 06:28:46.716 INFO STEP 0 (pkg_image_create) COMPLETE |
| 4230 | 2026-02-12T06:28:47.340Z | [ recovery-image] Feb 12 06:28:46.716 INFO O| Feb 12 06:28:46.716 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4231 | 2026-02-12T06:28:47.354Z | [ recovery-image] Feb 12 06:28:46.730 INFO O| Feb 12 06:28:46.730 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"] |
| 4232 | 2026-02-12T06:28:47.876Z | [ recovery-image] Feb 12 06:28:47.251 INFO O| Feb 12 06:28:47.251 INFO STEP 1 (pkg_set_publisher) COMPLETE |
| 4233 | 2026-02-12T06:28:47.876Z | [ recovery-image] Feb 12 06:28:47.251 INFO O| Feb 12 06:28:47.251 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4234 | 2026-02-12T06:28:47.876Z | [ recovery-image] Feb 12 06:28:47.251 INFO O| Feb 12 06:28:47.251 INFO skip step because feature "publisher_1_name" is not enabled |
| 4235 | 2026-02-12T06:28:47.876Z | [ recovery-image] Feb 12 06:28:47.251 INFO O| Feb 12 06:28:47.251 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4236 | 2026-02-12T06:28:47.876Z | [ recovery-image] Feb 12 06:28:47.251 INFO O| Feb 12 06:28:47.251 INFO skip step because feature "publisher_2_name" is not enabled |
| 4237 | 2026-02-12T06:28:47.879Z | [ recovery-image] Feb 12 06:28:47.251 INFO O| Feb 12 06:28:47.251 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4238 | 2026-02-12T06:28:47.879Z | [ recovery-image] Feb 12 06:28:47.251 INFO O| Feb 12 06:28:47.251 INFO skip step because feature "publisher_3_name" is not enabled |
| 4239 | 2026-02-12T06:28:47.879Z | [ recovery-image] Feb 12 06:28:47.251 INFO O| Feb 12 06:28:47.251 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4240 | 2026-02-12T06:28:48.366Z | [ recovery-image] Feb 12 06:28:47.741 INFO O| Feb 12 06:28:47.741 INFO variant opensolaris.zone is already global |
| 4241 | 2026-02-12T06:28:48.366Z | [ recovery-image] Feb 12 06:28:47.741 INFO O| Feb 12 06:28:47.741 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 4242 | 2026-02-12T06:28:48.370Z | [ recovery-image] Feb 12 06:28:47.741 INFO O| Feb 12 06:28:47.741 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4243 | 2026-02-12T06:28:48.790Z | [ recovery-image] Feb 12 06:28:48.166 INFO O| Feb 12 06:28:48.166 INFO variant opensolaris.imagetype is full; changing to partial |
| 4244 | 2026-02-12T06:28:48.791Z | [ recovery-image] Feb 12 06:28:48.166 INFO O| Feb 12 06:28:48.166 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 4245 | 2026-02-12T06:28:50.224Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
| 4246 | 2026-02-12T06:28:50.229Z | Feb 12 06:28:49.605 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.694925832s) |
| 4247 | 2026-02-12T06:28:51.557Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
| 4248 | 2026-02-12T06:28:51.562Z | Feb 12 06:28:50.937 INFO [stamp-nexus] process exited with exit status: 0 (7.027326s) |
| 4249 | 2026-02-12T06:28:52.011Z | [ host-image] Feb 12 06:28:51.387 INFO O| Feb 12 06:28:51.387 INFO O| Startup: Caching catalogs ... Done |
| 4250 | 2026-02-12T06:28:52.130Z | [ host-image] Feb 12 06:28:51.505 INFO O| Feb 12 06:28:51.505 INFO O| Planning: Planning completed in 0.00 seconds |
| 4251 | 2026-02-12T06:28:52.133Z | [ host-image] Feb 12 06:28:51.505 INFO O| Feb 12 06:28:51.505 INFO O| Planning: Consolidating action changes ... Done |
| 4252 | 2026-02-12T06:28:52.133Z | [ host-image] Feb 12 06:28:51.505 INFO O| Feb 12 06:28:51.505 INFO O| Planning: Evaluating mediators ... Done |
| 4253 | 2026-02-12T06:28:52.133Z | [ host-image] Feb 12 06:28:51.506 INFO O| Feb 12 06:28:51.506 INFO O| Planning: Planning completed in 0.00 seconds |
| 4254 | 2026-02-12T06:28:52.133Z | [ host-image] Feb 12 06:28:51.506 INFO O| Feb 12 06:28:51.506 INFO O| Variants/Facets to change: 1 |
| 4255 | 2026-02-12T06:28:53.526Z | [ host-image] Feb 12 06:28:52.901 INFO O| Feb 12 06:28:52.901 INFO O| Done |
| 4256 | 2026-02-12T06:28:53.526Z | [ host-image] Feb 12 06:28:52.901 INFO O| Feb 12 06:28:52.901 INFO O| Done |
| 4257 | 2026-02-12T06:28:53.835Z | [stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz |
| 4258 | 2026-02-12T06:28:53.839Z | Feb 12 06:28:53.214 INFO [stamp-clickhouse_server] process exited with exit status: 0 (9.302406915s) |
| 4259 | 2026-02-12T06:28:53.871Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
| 4260 | 2026-02-12T06:28:53.875Z | Feb 12 06:28:53.250 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (9.342731473s) |
| 4261 | 2026-02-12T06:28:53.937Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
| 4262 | 2026-02-12T06:28:53.941Z | Feb 12 06:28:53.316 INFO [stamp-clickhouse] process exited with exit status: 0 (9.40915186s) |
| 4263 | 2026-02-12T06:28:53.941Z | Feb 12 06:28:53.316 INFO [tuf-stamp] task succeeded (9.410159262s) |
| 4264 | 2026-02-12T06:28:54.295Z | [verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4265 | 2026-02-12T06:28:54.514Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
| 4266 | 2026-02-12T06:28:54.517Z | [verify-libraries] Compiling home v0.5.9 |
| 4267 | 2026-02-12T06:28:54.562Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 4268 | 2026-02-12T06:28:54.566Z | [verify-libraries] Compiling sqlparser_derive v0.2.2 |
| 4269 | 2026-02-12T06:28:54.566Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
| 4270 | 2026-02-12T06:28:54.658Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4271 | 2026-02-12T06:28:54.662Z | [verify-libraries] Compiling polyval v0.6.2 |
| 4272 | 2026-02-12T06:28:54.780Z | [verify-libraries] Compiling nix v0.28.0 |
| 4273 | 2026-02-12T06:28:54.841Z | [verify-libraries] Compiling ctr v0.9.2 |
| 4274 | 2026-02-12T06:28:54.968Z | [ host-image] Feb 12 06:28:54.343 INFO O| Feb 12 06:28:54.343 INFO O| Done |
| 4275 | 2026-02-12T06:28:55.037Z | [verify-libraries] Compiling sqlformat v0.3.5 |
| 4276 | 2026-02-12T06:28:55.159Z | [verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4277 | 2026-02-12T06:28:55.164Z | [ host-image] Feb 12 06:28:54.539 INFO O| Feb 12 06:28:54.539 INFO O| Done |
| 4278 | 2026-02-12T06:28:55.167Z | [ host-image] Feb 12 06:28:54.541 INFO O| Feb 12 06:28:54.541 INFO O| Done |
| 4279 | 2026-02-12T06:28:55.167Z | [ host-image] Feb 12 06:28:54.541 INFO O| Feb 12 06:28:54.541 INFO O| Done |
| 4280 | 2026-02-12T06:28:55.170Z | [ host-image] Feb 12 06:28:54.543 INFO O| Feb 12 06:28:54.543 INFO O| Done |
| 4281 | 2026-02-12T06:28:55.453Z | [verify-libraries] Compiling ghash v0.5.1 |
| 4282 | 2026-02-12T06:28:55.568Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
| 4283 | 2026-02-12T06:28:55.729Z | [verify-libraries] Compiling sqlparser v0.45.0 |
| 4284 | 2026-02-12T06:28:55.761Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
| 4285 | 2026-02-12T06:28:55.879Z | [verify-libraries] Compiling blowfish v0.9.1 |
| 4286 | 2026-02-12T06:28:56.223Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
| 4287 | 2026-02-12T06:28:56.668Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
| 4288 | 2026-02-12T06:28:57.128Z | [ host-image] Feb 12 06:28:56.503 INFO O| Feb 12 06:28:56.503 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 4289 | 2026-02-12T06:28:57.128Z | [ host-image] Feb 12 06:28:56.503 INFO O| Feb 12 06:28:56.503 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4290 | 2026-02-12T06:28:57.128Z | [ host-image] Feb 12 06:28:56.503 INFO O| Feb 12 06:28:56.503 INFO skip step because feature "debug_variant" is not enabled |
| 4291 | 2026-02-12T06:28:57.133Z | [ host-image] Feb 12 06:28:56.503 INFO O| Feb 12 06:28:56.503 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4292 | 2026-02-12T06:28:57.216Z | [verify-libraries] Compiling password-hash v0.4.2 |
| 4293 | 2026-02-12T06:28:57.688Z | [verify-libraries] Compiling petname v2.0.2 |
| 4294 | 2026-02-12T06:28:57.855Z | [ host-image] Feb 12 06:28:57.230 INFO O| Feb 12 06:28:57.230 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"] |
| 4295 | 2026-02-12T06:28:57.949Z | [verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4296 | 2026-02-12T06:28:58.886Z | [verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4297 | 2026-02-12T06:28:59.617Z | [verify-libraries] Compiling rustyline v14.0.0 |
| 4298 | 2026-02-12T06:29:00.283Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
| 4299 | 2026-02-12T06:29:01.030Z | [verify-libraries] Compiling ssh-key v0.6.6 |
| 4300 | 2026-02-12T06:29:01.035Z | [verify-libraries] Compiling p521 v0.13.3 |
| 4301 | 2026-02-12T06:29:02.290Z | [verify-libraries] Compiling p256 v0.13.2 |
| 4302 | 2026-02-12T06:29:05.180Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
| 4303 | 2026-02-12T06:29:05.348Z | [verify-libraries] Compiling md5 v0.7.0 |
| 4304 | 2026-02-12T06:29:06.004Z | [verify-libraries] Compiling russh-keys v0.45.0 |
| 4305 | 2026-02-12T06:29:07.103Z | [verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4306 | 2026-02-12T06:29:07.717Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4307 | 2026-02-12T06:29:08.323Z | [verify-libraries] Compiling num-bigint v0.4.6 |
| 4308 | 2026-02-12T06:29:12.444Z | [verify-libraries] Compiling des v0.8.1 |
| 4309 | 2026-02-12T06:29:13.613Z | [verify-libraries] Compiling sapling-renderdag v0.1.0 |
| 4310 | 2026-02-12T06:29:13.769Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4311 | 2026-02-12T06:29:14.830Z | [verify-libraries] Compiling sync-ptr v0.1.4 |
| 4312 | 2026-02-12T06:29:14.888Z | [verify-libraries] Compiling hex-literal v0.4.1 |
| 4313 | 2026-02-12T06:29:15.234Z | [verify-libraries] Compiling russh v0.45.0 |
| 4314 | 2026-02-12T06:29:15.300Z | [verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4315 | 2026-02-12T06:29:18.586Z | [verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4316 | 2026-02-12T06:29:20.281Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4317 | 2026-02-12T06:29:25.955Z | [verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4318 | 2026-02-12T06:29:30.854Z | [verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4319 | 2026-02-12T06:29:35.905Z | [ recovery-image] Feb 12 06:29:35.272 INFO O| Feb 12 06:29:35.272 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4320 | 2026-02-12T06:29:42.426Z | [verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4321 | 2026-02-12T06:29:51.574Z | [ host-image] Feb 12 06:29:50.943 INFO O| Feb 12 06:29:50.943 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4322 | 2026-02-12T06:29:56.042Z | [verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 4323 | 2026-02-12T06:29:59.894Z | [ recovery-image] Feb 12 06:29:59.263 INFO O| Feb 12 06:29:59.263 INFO O| Startup: Caching catalogs ... Done |
| 4324 | 2026-02-12T06:30:00.054Z | [ recovery-image] Feb 12 06:29:59.421 INFO O| Feb 12 06:29:59.421 INFO O| Planning: Planning completed in 0.00 seconds |
| 4325 | 2026-02-12T06:30:00.057Z | [ recovery-image] Feb 12 06:29:59.421 INFO O| Feb 12 06:29:59.421 INFO O| Planning: Consolidating action changes ... Done |
| 4326 | 2026-02-12T06:30:00.057Z | [ recovery-image] Feb 12 06:29:59.422 INFO O| Feb 12 06:29:59.421 INFO O| Planning: Evaluating mediators ... Done |
| 4327 | 2026-02-12T06:30:00.057Z | [ recovery-image] Feb 12 06:29:59.422 INFO O| Feb 12 06:29:59.422 INFO O| Planning: Planning completed in 0.00 seconds |
| 4328 | 2026-02-12T06:30:00.057Z | [ recovery-image] Feb 12 06:29:59.422 INFO O| Feb 12 06:29:59.422 INFO O| Variants/Facets to change: 1 |
| 4329 | 2026-02-12T06:30:00.119Z | [ recovery-image] Feb 12 06:29:59.488 INFO O| Feb 12 06:29:59.488 INFO O| Done |
| 4330 | 2026-02-12T06:30:00.122Z | [ recovery-image] Feb 12 06:29:59.488 INFO O| Feb 12 06:29:59.488 INFO O| Done |
| 4331 | 2026-02-12T06:30:02.491Z | [ recovery-image] Feb 12 06:30:01.860 INFO O| Feb 12 06:30:01.860 INFO O| Done |
| 4332 | 2026-02-12T06:30:02.702Z | [ recovery-image] Feb 12 06:30:02.070 INFO O| Feb 12 06:30:02.070 INFO O| Done |
| 4333 | 2026-02-12T06:30:02.705Z | [ recovery-image] Feb 12 06:30:02.072 INFO O| Feb 12 06:30:02.072 INFO O| Done |
| 4334 | 2026-02-12T06:30:02.705Z | [ recovery-image] Feb 12 06:30:02.072 INFO O| Feb 12 06:30:02.072 INFO O| Done |
| 4335 | 2026-02-12T06:30:02.708Z | [ recovery-image] Feb 12 06:30:02.075 INFO O| Feb 12 06:30:02.075 INFO O| Done |
| 4336 | 2026-02-12T06:30:02.879Z | [verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 4337 | 2026-02-12T06:30:04.812Z | [ recovery-image] Feb 12 06:30:04.181 INFO O| Feb 12 06:30:04.181 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 4338 | 2026-02-12T06:30:04.812Z | [ recovery-image] Feb 12 06:30:04.181 INFO O| Feb 12 06:30:04.181 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4339 | 2026-02-12T06:30:04.816Z | [ recovery-image] Feb 12 06:30:04.181 INFO O| Feb 12 06:30:04.181 INFO skip step because feature "debug_variant" is not enabled |
| 4340 | 2026-02-12T06:30:04.816Z | [ recovery-image] Feb 12 06:30:04.181 INFO O| Feb 12 06:30:04.181 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4341 | 2026-02-12T06:30:05.562Z | [ recovery-image] Feb 12 06:30:04.930 INFO O| Feb 12 06:30:04.930 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"] |
| 4342 | 2026-02-12T06:30:16.839Z | [ host-image] Feb 12 06:30:16.207 INFO O| Feb 12 06:30:16.207 INFO O| Startup: Caching catalogs ... Done |
| 4343 | 2026-02-12T06:30:16.997Z | [ host-image] Feb 12 06:30:16.365 INFO O| Feb 12 06:30:16.365 INFO O| Planning: Planning completed in 0.00 seconds |
| 4344 | 2026-02-12T06:30:17.001Z | [ host-image] Feb 12 06:30:16.366 INFO O| Feb 12 06:30:16.366 INFO O| Planning: Consolidating action changes ... Done |
| 4345 | 2026-02-12T06:30:17.001Z | [ host-image] Feb 12 06:30:16.366 INFO O| Feb 12 06:30:16.366 INFO O| Planning: Evaluating mediators ... Done |
| 4346 | 2026-02-12T06:30:17.001Z | [ host-image] Feb 12 06:30:16.367 INFO O| Feb 12 06:30:16.367 INFO O| Planning: Planning completed in 0.00 seconds |
| 4347 | 2026-02-12T06:30:17.001Z | [ host-image] Feb 12 06:30:16.367 INFO O| Feb 12 06:30:16.367 INFO O| Variants/Facets to change: 1 |
| 4348 | 2026-02-12T06:30:17.063Z | [ host-image] Feb 12 06:30:16.430 INFO O| Feb 12 06:30:16.430 INFO O| Done |
| 4349 | 2026-02-12T06:30:17.063Z | [ host-image] Feb 12 06:30:16.431 INFO O| Feb 12 06:30:16.430 INFO O| Done |
| 4350 | 2026-02-12T06:30:19.409Z | [ host-image] Feb 12 06:30:18.777 INFO O| Feb 12 06:30:18.777 INFO O| Done |
| 4351 | 2026-02-12T06:30:19.631Z | [ host-image] Feb 12 06:30:18.999 INFO O| Feb 12 06:30:18.999 INFO O| Done |
| 4352 | 2026-02-12T06:30:19.635Z | [ host-image] Feb 12 06:30:19.000 INFO O| Feb 12 06:30:19.000 INFO O| Done |
| 4353 | 2026-02-12T06:30:19.636Z | [ host-image] Feb 12 06:30:19.000 INFO O| Feb 12 06:30:19.000 INFO O| Done |
| 4354 | 2026-02-12T06:30:19.636Z | [ host-image] Feb 12 06:30:19.002 INFO O| Feb 12 06:30:19.002 INFO O| Done |
| 4355 | 2026-02-12T06:30:21.819Z | [ host-image] Feb 12 06:30:21.186 INFO O| Feb 12 06:30:21.186 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 4356 | 2026-02-12T06:30:21.819Z | [ host-image] Feb 12 06:30:21.186 INFO O| Feb 12 06:30:21.186 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4357 | 2026-02-12T06:30:21.819Z | [ host-image] Feb 12 06:30:21.186 INFO O| Feb 12 06:30:21.186 INFO skip step because feature "recovery" is not enabled |
| 4358 | 2026-02-12T06:30:21.822Z | [ host-image] Feb 12 06:30:21.186 INFO O| Feb 12 06:30:21.186 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4359 | 2026-02-12T06:30:21.822Z | [ host-image] Feb 12 06:30:21.186 INFO O| Feb 12 06:30:21.186 INFO skip step because feature "recovery" is not enabled |
| 4360 | 2026-02-12T06:30:21.822Z | [ host-image] Feb 12 06:30:21.186 INFO O| Feb 12 06:30:21.186 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4361 | 2026-02-12T06:30:21.836Z | [ host-image] Feb 12 06:30:21.203 INFO O| Feb 12 06:30:21.203 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@18.0.0.0"] |
| 4362 | 2026-02-12T06:30:26.841Z | [verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4363 | 2026-02-12T06:30:29.777Z | [verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4364 | 2026-02-12T06:30:37.608Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4365 | 2026-02-12T06:30:39.468Z | [verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4366 | 2026-02-12T06:30:48.230Z | [verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4367 | 2026-02-12T06:30:52.082Z | [verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4368 | 2026-02-12T06:30:57.477Z | [verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 4369 | 2026-02-12T06:30:57.763Z | [ recovery-image] Feb 12 06:30:57.127 INFO O| Feb 12 06:30:57.127 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4370 | 2026-02-12T06:31:02.825Z | [verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 4371 | 2026-02-12T06:31:07.839Z | [verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4372 | 2026-02-12T06:31:15.372Z | [verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4373 | 2026-02-12T06:31:15.605Z | [verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 4374 | 2026-02-12T06:31:18.396Z | [ host-image] Feb 12 06:31:17.759 INFO O| Feb 12 06:31:17.759 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4375 | 2026-02-12T06:31:19.470Z | [verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4376 | 2026-02-12T06:31:22.009Z | [ recovery-image] Feb 12 06:31:21.371 INFO O| Feb 12 06:31:21.370 INFO O| Startup: Caching catalogs ... Done |
| 4377 | 2026-02-12T06:31:22.194Z | [ recovery-image] Feb 12 06:31:21.556 INFO O| Feb 12 06:31:21.555 INFO O| Planning: Planning completed in 0.00 seconds |
| 4378 | 2026-02-12T06:31:22.197Z | [ recovery-image] Feb 12 06:31:21.556 INFO O| Feb 12 06:31:21.556 INFO O| Planning: Consolidating action changes ... Done |
| 4379 | 2026-02-12T06:31:22.197Z | [ recovery-image] Feb 12 06:31:21.557 INFO O| Feb 12 06:31:21.557 INFO O| Planning: Evaluating mediators ... Done |
| 4380 | 2026-02-12T06:31:22.197Z | [ recovery-image] Feb 12 06:31:21.557 INFO O| Feb 12 06:31:21.557 INFO O| Planning: Planning completed in 0.00 seconds |
| 4381 | 2026-02-12T06:31:22.197Z | [ recovery-image] Feb 12 06:31:21.558 INFO O| Feb 12 06:31:21.558 INFO O| Variants/Facets to change: 1 |
| 4382 | 2026-02-12T06:31:22.262Z | [ recovery-image] Feb 12 06:31:21.624 INFO O| Feb 12 06:31:21.624 INFO O| Done |
| 4383 | 2026-02-12T06:31:22.265Z | [ recovery-image] Feb 12 06:31:21.624 INFO O| Feb 12 06:31:21.624 INFO O| Done |
| 4384 | 2026-02-12T06:31:23.977Z | [verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 4385 | 2026-02-12T06:31:24.414Z | [ recovery-image] Feb 12 06:31:23.776 INFO O| Feb 12 06:31:23.776 INFO O| Done |
| 4386 | 2026-02-12T06:31:24.669Z | [ recovery-image] Feb 12 06:31:24.031 INFO O| Feb 12 06:31:24.031 INFO O| Done |
| 4387 | 2026-02-12T06:31:24.672Z | [ recovery-image] Feb 12 06:31:24.032 INFO O| Feb 12 06:31:24.032 INFO O| Done |
| 4388 | 2026-02-12T06:31:24.672Z | [ recovery-image] Feb 12 06:31:24.033 INFO O| Feb 12 06:31:24.032 INFO O| Done |
| 4389 | 2026-02-12T06:31:24.675Z | [ recovery-image] Feb 12 06:31:24.035 INFO O| Feb 12 06:31:24.035 INFO O| Done |
| 4390 | 2026-02-12T06:31:26.799Z | [ recovery-image] Feb 12 06:31:26.161 INFO O| Feb 12 06:31:26.161 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 4391 | 2026-02-12T06:31:26.799Z | [ recovery-image] Feb 12 06:31:26.161 INFO O| Feb 12 06:31:26.161 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4392 | 2026-02-12T06:31:27.504Z | [ recovery-image] Feb 12 06:31:26.866 INFO O| Feb 12 06:31:26.866 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"] |
| 4393 | 2026-02-12T06:31:27.592Z | [verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 4394 | 2026-02-12T06:31:32.003Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4395 | 2026-02-12T06:31:41.831Z | [ host-image] Feb 12 06:31:41.191 INFO O| Feb 12 06:31:41.191 INFO O| Startup: Caching catalogs ... Done |
| 4396 | 2026-02-12T06:31:58.894Z | [verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4397 | 2026-02-12T06:31:59.988Z | [verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4398 | 2026-02-12T06:32:04.915Z | [verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4399 | 2026-02-12T06:32:18.220Z | [verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4400 | 2026-02-12T06:32:19.383Z | [ recovery-image] Feb 12 06:32:18.740 INFO O| Feb 12 06:32:18.740 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4401 | 2026-02-12T06:32:45.436Z | [ recovery-image] Feb 12 06:32:44.791 INFO O| Feb 12 06:32:44.791 INFO O| Startup: Caching catalogs ... Done |
| 4402 | 2026-02-12T06:32:45.586Z | [ recovery-image] Feb 12 06:32:44.940 INFO O| Feb 12 06:32:44.940 INFO O| Planning: Planning completed in 0.00 seconds |
| 4403 | 2026-02-12T06:32:45.589Z | [ recovery-image] Feb 12 06:32:44.941 INFO O| Feb 12 06:32:44.941 INFO O| Planning: Consolidating action changes ... Done |
| 4404 | 2026-02-12T06:32:45.589Z | [ recovery-image] Feb 12 06:32:44.942 INFO O| Feb 12 06:32:44.942 INFO O| Planning: Evaluating mediators ... Done |
| 4405 | 2026-02-12T06:32:45.589Z | [ recovery-image] Feb 12 06:32:44.942 INFO O| Feb 12 06:32:44.942 INFO O| Planning: Planning completed in 0.00 seconds |
| 4406 | 2026-02-12T06:32:45.589Z | [ recovery-image] Feb 12 06:32:44.943 INFO O| Feb 12 06:32:44.943 INFO O| Variants/Facets to change: 1 |
| 4407 | 2026-02-12T06:32:45.660Z | [ recovery-image] Feb 12 06:32:45.015 INFO O| Feb 12 06:32:45.015 INFO O| Done |
| 4408 | 2026-02-12T06:32:45.660Z | [ recovery-image] Feb 12 06:32:45.015 INFO O| Feb 12 06:32:45.015 INFO O| Done |
| 4409 | 2026-02-12T06:32:50.749Z | [ recovery-image] Feb 12 06:32:50.103 INFO O| Feb 12 06:32:50.103 INFO O| Done |
| 4410 | 2026-02-12T06:32:51.205Z | [ recovery-image] Feb 12 06:32:50.559 INFO O| Feb 12 06:32:50.559 INFO O| Done |
| 4411 | 2026-02-12T06:32:51.209Z | [ recovery-image] Feb 12 06:32:50.560 INFO O| Feb 12 06:32:50.560 INFO O| Done |
| 4412 | 2026-02-12T06:32:51.209Z | [ recovery-image] Feb 12 06:32:50.561 INFO O| Feb 12 06:32:50.561 INFO O| Done |
| 4413 | 2026-02-12T06:32:51.212Z | [ recovery-image] Feb 12 06:32:50.563 INFO O| Feb 12 06:32:50.563 INFO O| Done |
| 4414 | 2026-02-12T06:32:54.631Z | [ recovery-image] Feb 12 06:32:53.984 INFO O| Feb 12 06:32:53.984 INFO STEP 9 (pkg_change_facet) COMPLETE |
| 4415 | 2026-02-12T06:32:54.631Z | [ recovery-image] Feb 12 06:32:53.984 INFO O| Feb 12 06:32:53.984 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4416 | 2026-02-12T06:32:57.288Z | [ recovery-image] Feb 12 06:32:56.642 INFO O| Feb 12 06:32:56.642 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"] |
| 4417 | 2026-02-12T06:33:12.088Z | [verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4418 | 2026-02-12T06:33:14.579Z | [verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4419 | 2026-02-12T06:33:16.355Z | [verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4420 | 2026-02-12T06:33:30.755Z | [verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4421 | 2026-02-12T06:33:32.554Z | [verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4422 | 2026-02-12T06:33:37.476Z | [verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4423 | 2026-02-12T06:33:50.517Z | [ recovery-image] Feb 12 06:33:49.866 INFO O| Feb 12 06:33:49.866 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4424 | 2026-02-12T06:33:52.604Z | [verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4425 | 2026-02-12T06:33:59.854Z | [verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4426 | 2026-02-12T06:34:00.368Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4427 | 2026-02-12T06:34:14.266Z | [ recovery-image] Feb 12 06:34:13.612 INFO O| Feb 12 06:34:13.612 INFO O| Startup: Caching catalogs ... Done |
| 4428 | 2026-02-12T06:34:14.441Z | [ recovery-image] Feb 12 06:34:13.788 INFO O| Feb 12 06:34:13.788 INFO O| Planning: Planning completed in 0.00 seconds |
| 4429 | 2026-02-12T06:34:14.444Z | [ recovery-image] Feb 12 06:34:13.789 INFO O| Feb 12 06:34:13.789 INFO O| Planning: Consolidating action changes ... Done |
| 4430 | 2026-02-12T06:34:14.444Z | [ recovery-image] Feb 12 06:34:13.789 INFO O| Feb 12 06:34:13.789 INFO O| Planning: Evaluating mediators ... Done |
| 4431 | 2026-02-12T06:34:14.444Z | [ recovery-image] Feb 12 06:34:13.789 INFO O| Feb 12 06:34:13.789 INFO O| Planning: Planning completed in 0.00 seconds |
| 4432 | 2026-02-12T06:34:14.444Z | [ recovery-image] Feb 12 06:34:13.790 INFO O| Feb 12 06:34:13.790 INFO O| Variants/Facets to change: 1 |
| 4433 | 2026-02-12T06:34:14.691Z | [ recovery-image] Feb 12 06:34:14.038 INFO O| Feb 12 06:34:14.038 INFO O| Done |
| 4434 | 2026-02-12T06:34:14.694Z | [ recovery-image] Feb 12 06:34:14.038 INFO O| Feb 12 06:34:14.038 INFO O| Done |
| 4435 | 2026-02-12T06:34:15.982Z | [verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4436 | 2026-02-12T06:34:16.886Z | [ recovery-image] Feb 12 06:34:16.233 INFO O| Feb 12 06:34:16.233 INFO O| Done |
| 4437 | 2026-02-12T06:34:17.090Z | [ recovery-image] Feb 12 06:34:16.437 INFO O| Feb 12 06:34:16.437 INFO O| Done |
| 4438 | 2026-02-12T06:34:17.093Z | [ recovery-image] Feb 12 06:34:16.438 INFO O| Feb 12 06:34:16.438 INFO O| Done |
| 4439 | 2026-02-12T06:34:17.093Z | [ recovery-image] Feb 12 06:34:16.438 INFO O| Feb 12 06:34:16.438 INFO O| Done |
| 4440 | 2026-02-12T06:34:17.093Z | [ recovery-image] Feb 12 06:34:16.440 INFO O| Feb 12 06:34:16.440 INFO O| Done |
| 4441 | 2026-02-12T06:34:19.123Z | [ recovery-image] Feb 12 06:34:18.469 INFO O| Feb 12 06:34:18.469 INFO STEP 10 (pkg_change_facet) COMPLETE |
| 4442 | 2026-02-12T06:34:19.123Z | [ recovery-image] Feb 12 06:34:18.469 INFO O| Feb 12 06:34:18.469 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4443 | 2026-02-12T06:34:19.140Z | [ recovery-image] Feb 12 06:34:18.485 INFO O| Feb 12 06:34:18.485 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@18.0.0.0"] |
| 4444 | 2026-02-12T06:34:30.987Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4445 | 2026-02-12T06:34:38.485Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4446 | 2026-02-12T06:34:58.200Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4447 | 2026-02-12T06:34:58.947Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
| 4448 | 2026-02-12T06:34:59.728Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4449 | 2026-02-12T06:35:07.909Z | [verify-libraries] Compiling omicron-zone-package v0.12.2 |
| 4450 | 2026-02-12T06:35:14.430Z | [ recovery-image] Feb 12 06:35:13.771 INFO O| Feb 12 06:35:13.771 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4451 | 2026-02-12T06:35:33.190Z | [ host-image] Feb 12 06:35:32.529 INFO O| Feb 12 06:35:32.529 INFO O| Planning: Solver setup ... Done |
| 4452 | 2026-02-12T06:35:34.330Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4453 | 2026-02-12T06:35:39.908Z | [ recovery-image] Feb 12 06:35:39.247 INFO O| Feb 12 06:35:39.247 INFO O| Startup: Caching catalogs ... Done |
| 4454 | 2026-02-12T06:35:58.880Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4455 | 2026-02-12T06:36:15.953Z | [verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4456 | 2026-02-12T06:36:17.350Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4457 | 2026-02-12T06:36:18.537Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4458 | 2026-02-12T06:36:25.613Z | [verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4459 | 2026-02-12T06:36:39.917Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4460 | 2026-02-12T06:36:49.893Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4461 | 2026-02-12T06:36:52.204Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 4462 | 2026-02-12T06:37:57.465Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4463 | 2026-02-12T06:37:58.998Z | [verify-libraries] Compiling diff v0.1.13 |
| 4464 | 2026-02-12T06:37:59.925Z | [verify-libraries] Compiling yansi v1.0.1 |
| 4465 | 2026-02-12T06:38:00.468Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4466 | 2026-02-12T06:38:01.442Z | [verify-libraries] Compiling pretty_assertions v1.4.1 |
| 4467 | 2026-02-12T06:38:02.665Z | [verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4468 | 2026-02-12T06:38:03.161Z | [verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4469 | 2026-02-12T06:38:03.770Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4470 | 2026-02-12T06:38:04.455Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4471 | 2026-02-12T06:38:05.099Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4472 | 2026-02-12T06:38:05.556Z | [verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4473 | 2026-02-12T06:38:05.697Z | [verify-libraries] Compiling drift v0.1.3 |
| 4474 | 2026-02-12T06:38:16.011Z | [verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4475 | 2026-02-12T06:38:37.966Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4476 | 2026-02-12T06:38:40.576Z | [verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4477 | 2026-02-12T06:38:49.289Z | [verify-libraries] Compiling dropshot-api-manager v0.2.4 |
| 4478 | 2026-02-12T06:39:15.597Z | [verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4479 | 2026-02-12T06:39:32.320Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4480 | 2026-02-12T06:39:33.764Z | [verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4481 | 2026-02-12T06:39:34.067Z | [ recovery-image] Feb 12 06:39:33.386 INFO O| Feb 12 06:39:33.384 INFO O| Planning: Solver setup ... Done |
| 4482 | 2026-02-12T06:39:40.826Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4483 | 2026-02-12T06:40:17.841Z | [verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4484 | 2026-02-12T06:40:23.801Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4485 | 2026-02-12T06:40:28.739Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4486 | 2026-02-12T06:40:30.929Z | [verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4487 | 2026-02-12T06:40:35.858Z | [verify-libraries] Compiling termios v0.3.3 |
| 4488 | 2026-02-12T06:40:36.644Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4489 | 2026-02-12T06:40:39.201Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4490 | 2026-02-12T06:40:41.088Z | [verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4491 | 2026-02-12T06:41:05.901Z | [verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4492 | 2026-02-12T06:41:12.109Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4493 | 2026-02-12T06:41:32.915Z | [verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4494 | 2026-02-12T06:45:03.565Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4495 | 2026-02-12T06:45:17.712Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4496 | 2026-02-12T06:45:47.976Z | [verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4497 | 2026-02-12T06:46:28.248Z | [verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4498 | 2026-02-12T06:46:42.918Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 4499 | 2026-02-12T06:46:49.196Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4500 | 2026-02-12T06:46:54.740Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 4501 | 2026-02-12T06:51:39.945Z | [ host-image] Feb 12 06:51:39.200 INFO O| Feb 12 06:51:39.200 INFO O| Planning: Running solver ... Done |
| 4502 | 2026-02-12T06:52:31.942Z | [ host-image] Feb 12 06:52:31.192 INFO O| Feb 12 06:52:31.192 INFO O| Planning: Finding local manifests ... Done |
| 4503 | 2026-02-12T06:52:32.382Z | [ host-image] Feb 12 06:52:31.632 INFO O| Feb 12 06:52:31.632 INFO O| Planning: Fetching manifests: 0/126 0% complete |
| 4504 | 2026-02-12T06:52:36.522Z | [ host-image] Feb 12 06:52:35.771 INFO O| Feb 12 06:52:35.771 INFO O| Planning: Fetching manifests: 126/126 100% complete |
| 4505 | 2026-02-12T06:52:37.629Z | [ host-image] Feb 12 06:52:36.878 INFO O| Feb 12 06:52:36.878 INFO O| Planning: Package planning ... Done |
| 4506 | 2026-02-12T06:52:38.934Z | [ host-image] Feb 12 06:52:38.182 INFO O| Feb 12 06:52:38.182 INFO O| Planning: Merging actions ... Done |
| 4507 | 2026-02-12T06:52:39.180Z | [ host-image] Feb 12 06:52:38.428 INFO O| Feb 12 06:52:38.428 INFO O| Planning: Checking for conflicting actions ... Done |
| 4508 | 2026-02-12T06:52:39.410Z | [ host-image] Feb 12 06:52:38.658 INFO O| Feb 12 06:52:38.658 INFO O| Planning: Consolidating action changes ... Done |
| 4509 | 2026-02-12T06:52:39.778Z | [ host-image] Feb 12 06:52:39.027 INFO O| Feb 12 06:52:39.027 INFO O| Planning: Evaluating mediators ... Done |
| 4510 | 2026-02-12T06:52:42.220Z | [ recovery-image] Feb 12 06:52:41.469 INFO O| Feb 12 06:52:41.469 INFO O| Planning: Running solver ... Done |
| 4511 | 2026-02-12T06:52:43.267Z | [ recovery-image] Feb 12 06:52:42.516 INFO O| Feb 12 06:52:42.516 INFO O| Planning: Finding local manifests ... Done |
| 4512 | 2026-02-12T06:52:43.318Z | [ recovery-image] Feb 12 06:52:42.567 INFO O| Feb 12 06:52:42.567 INFO O| Planning: Fetching manifests: 0/126 0% complete |
| 4513 | 2026-02-12T06:52:43.933Z | [ host-image] Feb 12 06:52:43.182 INFO O| Feb 12 06:52:43.182 INFO O| Planning: Planning completed in 1261.79 seconds |
| 4514 | 2026-02-12T06:52:43.950Z | [ host-image] Feb 12 06:52:43.199 INFO O| Feb 12 06:52:43.199 INFO O| Packages to install: 126 |
| 4515 | 2026-02-12T06:52:43.953Z | [ host-image] Feb 12 06:52:43.199 INFO O| Feb 12 06:52:43.199 INFO O| Mediators to change: 5 |
| 4516 | 2026-02-12T06:52:43.953Z | [ host-image] Feb 12 06:52:43.199 INFO O| Feb 12 06:52:43.199 INFO O| Services to change: 6 |
| 4517 | 2026-02-12T06:52:44.218Z | [ host-image] Feb 12 06:52:43.467 INFO O| Feb 12 06:52:43.467 INFO O| Download: 0/22925 items 0.0/209.3MB 0% complete |
| 4518 | 2026-02-12T06:52:46.334Z | [ recovery-image] Feb 12 06:52:45.583 INFO O| Feb 12 06:52:45.583 INFO O| Planning: Fetching manifests: 126/126 100% complete |
| 4519 | 2026-02-12T06:52:46.857Z | [ recovery-image] Feb 12 06:52:46.106 INFO O| Feb 12 06:52:46.106 INFO O| Planning: Package planning ... Done |
| 4520 | 2026-02-12T06:52:47.193Z | [ recovery-image] Feb 12 06:52:46.442 INFO O| Feb 12 06:52:46.442 INFO O| Planning: Merging actions ... Done |
| 4521 | 2026-02-12T06:52:47.281Z | [ recovery-image] Feb 12 06:52:46.529 INFO O| Feb 12 06:52:46.529 INFO O| Planning: Checking for conflicting actions ... Done |
| 4522 | 2026-02-12T06:52:47.352Z | [ recovery-image] Feb 12 06:52:46.601 INFO O| Feb 12 06:52:46.601 INFO O| Planning: Consolidating action changes ... Done |
| 4523 | 2026-02-12T06:52:47.545Z | [ recovery-image] Feb 12 06:52:46.793 INFO O| Feb 12 06:52:46.793 INFO O| Planning: Evaluating mediators ... Done |
| 4524 | 2026-02-12T06:52:49.544Z | [ host-image] Feb 12 06:52:48.793 INFO O| Feb 12 06:52:48.793 INFO O| Download: 1697/22925 items 11.4/209.3MB 5% complete (2.4M/s) |
| 4525 | 2026-02-12T06:52:50.262Z | [ recovery-image] Feb 12 06:52:49.511 INFO O| Feb 12 06:52:49.510 INFO O| Planning: Planning completed in 1030.06 seconds |
| 4526 | 2026-02-12T06:52:50.266Z | [ recovery-image] Feb 12 06:52:49.514 INFO O| Feb 12 06:52:49.513 INFO O| Packages to install: 126 |
| 4527 | 2026-02-12T06:52:50.266Z | [ recovery-image] Feb 12 06:52:49.514 INFO O| Feb 12 06:52:49.513 INFO O| Mediators to change: 5 |
| 4528 | 2026-02-12T06:52:50.266Z | [ recovery-image] Feb 12 06:52:49.514 INFO O| Feb 12 06:52:49.513 INFO O| Services to change: 5 |
| 4529 | 2026-02-12T06:52:50.318Z | [ recovery-image] Feb 12 06:52:49.566 INFO O| Feb 12 06:52:49.566 INFO O| Download: 0/15969 items 0.0/185.9MB 0% complete |
| 4530 | 2026-02-12T06:52:54.856Z | [ host-image] Feb 12 06:52:54.104 INFO O| Feb 12 06:52:54.104 INFO O| Download: 2254/22925 items 24.9/209.3MB 11% complete (2.4M/s) |
| 4531 | 2026-02-12T06:52:55.387Z | [ recovery-image] Feb 12 06:52:54.635 INFO O| Feb 12 06:52:54.635 INFO O| Download: 1460/15969 items 21.4/185.9MB 11% complete (4.5M/s) |
| 4532 | 2026-02-12T06:52:59.858Z | [ host-image] Feb 12 06:52:59.105 INFO O| Feb 12 06:52:59.105 INFO O| Download: 4527/22925 items 42.0/209.3MB 20% complete (3.0M/s) |
| 4533 | 2026-02-12T06:53:02.968Z | [ recovery-image] Feb 12 06:53:02.215 INFO O| Feb 12 06:53:02.215 INFO O| Download: 1655/15969 items 25.7/185.9MB 13% complete (3.7M/s) |
| 4534 | 2026-02-12T06:53:04.926Z | [ host-image] Feb 12 06:53:04.173 INFO O| Feb 12 06:53:04.173 INFO O| Download: 5823/22925 items 46.7/209.3MB 22% complete (2.2M/s) |
| 4535 | 2026-02-12T06:53:07.972Z | [ recovery-image] Feb 12 06:53:07.218 INFO O| Feb 12 06:53:07.218 INFO O| Download: 3517/15969 items 38.6/185.9MB 20% complete (1.3M/s) |
| 4536 | 2026-02-12T06:53:09.939Z | [ host-image] Feb 12 06:53:09.186 INFO O| Feb 12 06:53:09.185 INFO O| Download: 6860/22925 items 48.9/209.3MB 23% complete (666k/s) |
| 4537 | 2026-02-12T06:53:13.058Z | [ recovery-image] Feb 12 06:53:12.304 INFO O| Feb 12 06:53:12.304 INFO O| Download: 4845/15969 items 43.4/185.9MB 23% complete (1.8M/s) |
| 4538 | 2026-02-12T06:53:15.081Z | [ host-image] Feb 12 06:53:14.327 INFO O| Feb 12 06:53:14.327 INFO O| Download: 8039/22925 items 60.0/209.3MB 28% complete (1.4M/s) |
| 4539 | 2026-02-12T06:53:18.391Z | [ recovery-image] Feb 12 06:53:17.637 INFO O| Feb 12 06:53:17.637 INFO O| Download: 6019/15969 items 54.0/185.9MB 29% complete (1.5M/s) |
| 4540 | 2026-02-12T06:53:20.093Z | [ host-image] Feb 12 06:53:19.338 INFO O| Feb 12 06:53:19.338 INFO O| Download: 9460/22925 items 84.9/209.3MB 40% complete (3.5M/s) |
| 4541 | 2026-02-12T06:53:23.393Z | [ recovery-image] Feb 12 06:53:22.639 INFO O| Feb 12 06:53:22.639 INFO O| Download: 7286/15969 items 76.7/185.9MB 41% complete (3.3M/s) |
| 4542 | 2026-02-12T06:53:26.976Z | [ host-image] Feb 12 06:53:26.221 INFO O| Feb 12 06:53:26.221 INFO O| Download: 10495/22925 items 91.5/209.3MB 43% complete (4.2M/s) |
| 4543 | 2026-02-12T06:53:28.397Z | [ recovery-image] Feb 12 06:53:27.642 INFO O| Feb 12 06:53:27.642 INFO O| Download: 8280/15969 items 83.1/185.9MB 44% complete (2.9M/s) |
| 4544 | 2026-02-12T06:53:31.995Z | [ host-image] Feb 12 06:53:31.240 INFO O| Feb 12 06:53:31.240 INFO O| Download: 11218/22925 items 96.6/209.3MB 46% complete (491k/s) |
| 4545 | 2026-02-12T06:53:33.463Z | [ recovery-image] Feb 12 06:53:32.707 INFO O| Feb 12 06:53:32.707 INFO O| Download: 9014/15969 items 96.1/185.9MB 51% complete (2.1M/s) |
| 4546 | 2026-02-12T06:53:37.215Z | [ host-image] Feb 12 06:53:36.459 INFO O| Feb 12 06:53:36.459 INFO O| Download: 12053/22925 items 101.5/209.3MB 48% complete (959k/s) |
| 4547 | 2026-02-12T06:53:38.486Z | [ recovery-image] Feb 12 06:53:37.730 INFO O| Feb 12 06:53:37.730 INFO O| Download: 10453/15969 items 96.8/185.9MB 52% complete (1.4M/s) |
| 4548 | 2026-02-12T06:53:42.216Z | [ host-image] Feb 12 06:53:41.459 INFO O| Feb 12 06:53:41.459 INFO O| Download: 12649/22925 items 113.1/209.3MB 54% complete (1.6M/s) |
| 4549 | 2026-02-12T06:53:43.588Z | [ recovery-image] Feb 12 06:53:42.831 INFO O| Feb 12 06:53:42.831 INFO O| Download: 11149/15969 items 101.9/185.9MB 54% complete (469k/s) |
| 4550 | 2026-02-12T06:53:47.217Z | [ host-image] Feb 12 06:53:46.459 INFO O| Feb 12 06:53:46.459 INFO O| Download: 13812/22925 items 113.7/209.3MB 54% complete (1.2M/s) |
| 4551 | 2026-02-12T06:53:48.729Z | [ recovery-image] Feb 12 06:53:47.972 INFO O| Feb 12 06:53:47.972 INFO O| Download: 11998/15969 items 132.3/185.9MB 71% complete (3.5M/s) |
| 4552 | 2026-02-12T06:53:52.269Z | [ host-image] Feb 12 06:53:51.512 INFO O| Feb 12 06:53:51.512 INFO O| Download: 14485/22925 items 115.2/209.3MB 55% complete (209k/s) |
| 4553 | 2026-02-12T06:53:53.738Z | [ recovery-image] Feb 12 06:53:52.981 INFO O| Feb 12 06:53:52.981 INFO O| Download: 12749/15969 items 146.3/185.9MB 78% complete (4.3M/s) |
| 4554 | 2026-02-12T06:53:57.289Z | [ host-image] Feb 12 06:53:56.531 INFO O| Feb 12 06:53:56.531 INFO O| Download: 15325/22925 items 123.6/209.3MB 59% complete (1015k/s) |
| 4555 | 2026-02-12T06:53:58.750Z | [ recovery-image] Feb 12 06:53:57.992 INFO O| Feb 12 06:53:57.992 INFO O| Download: 13861/15969 items 151.0/185.9MB 81% complete (1.9M/s) |
| 4556 | 2026-02-12T06:54:02.289Z | [ host-image] Feb 12 06:54:01.531 INFO O| Feb 12 06:54:01.531 INFO O| Download: 15983/22925 items 134.0/209.3MB 64% complete (1.9M/s) |
| 4557 | 2026-02-12T06:54:03.959Z | [ recovery-image] Feb 12 06:54:03.201 INFO O| Feb 12 06:54:03.201 INFO O| Download: 14794/15969 items 155.9/185.9MB 83% complete (933k/s) |
| 4558 | 2026-02-12T06:54:07.309Z | [ host-image] Feb 12 06:54:06.551 INFO O| Feb 12 06:54:06.551 INFO O| Download: 17133/22925 items 146.7/209.3MB 70% complete (2.3M/s) |
| 4559 | 2026-02-12T06:54:09.053Z | [ recovery-image] Feb 12 06:54:08.294 INFO O| Feb 12 06:54:08.294 INFO O| Download: 15342/15969 items 164.9/185.9MB 88% complete (1.4M/s) |
| 4560 | 2026-02-12T06:54:12.335Z | [ host-image] Feb 12 06:54:11.576 INFO O| Feb 12 06:54:11.576 INFO O| Download: 18171/22925 items 166.2/209.3MB 79% complete (3.2M/s) |
| 4561 | 2026-02-12T06:54:14.095Z | [ recovery-image] Feb 12 06:54:13.336 INFO O| Feb 12 06:54:13.336 INFO O| Download: 15737/15969 items 180.5/185.9MB 97% complete (2.5M/s) |
| 4562 | 2026-02-12T06:54:15.860Z | [ recovery-image] Feb 12 06:54:15.101 INFO O| Feb 12 06:54:15.101 INFO O| Download: Completed 185.88 MB in 85.53 seconds (2.2M/s) |
| 4563 | 2026-02-12T06:54:17.352Z | [ host-image] Feb 12 06:54:16.593 INFO O| Feb 12 06:54:16.593 INFO O| Download: 19493/22925 items 170.9/209.3MB 81% complete (2.4M/s) |
| 4564 | 2026-02-12T06:54:17.428Z | [ recovery-image] Feb 12 06:54:16.668 INFO O| Feb 12 06:54:16.668 INFO O| Actions: 1/26356 actions (Installing new actions) |
| 4565 | 2026-02-12T06:54:22.358Z | [ host-image] Feb 12 06:54:21.598 INFO O| Feb 12 06:54:21.598 INFO O| Download: 20752/22925 items 176.9/209.3MB 84% complete (1.1M/s) |
| 4566 | 2026-02-12T06:54:22.464Z | [ recovery-image] Feb 12 06:54:21.704 INFO O| Feb 12 06:54:21.704 INFO O| Actions: 9201/26356 actions (Installing new actions) |
| 4567 | 2026-02-12T06:54:27.359Z | [ host-image] Feb 12 06:54:26.598 INFO O| Feb 12 06:54:26.598 INFO O| Download: 21678/22925 items 187.5/209.3MB 89% complete (1.7M/s) |
| 4568 | 2026-02-12T06:54:27.465Z | [ recovery-image] Feb 12 06:54:26.705 INFO O| Feb 12 06:54:26.705 INFO O| Actions: 16381/26356 actions (Installing new actions) |
| 4569 | 2026-02-12T06:54:32.428Z | [ host-image] Feb 12 06:54:31.667 INFO O| Feb 12 06:54:31.667 INFO O| Download: 22375/22925 items 207.3/209.3MB 99% complete (3.0M/s) |
| 4570 | 2026-02-12T06:54:32.473Z | [ recovery-image] Feb 12 06:54:31.712 INFO O| Feb 12 06:54:31.712 INFO O| Actions: 25970/26356 actions (Installing new actions) |
| 4571 | 2026-02-12T06:54:32.654Z | [ recovery-image] Feb 12 06:54:31.893 INFO O| Feb 12 06:54:31.893 INFO O| Actions: Completed 26356 actions in 15.22 seconds. |
| 4572 | 2026-02-12T06:54:34.313Z | [ recovery-image] Feb 12 06:54:33.552 INFO O| Feb 12 06:54:33.551 INFO O| Done |
| 4573 | 2026-02-12T06:54:34.313Z | [ recovery-image] Feb 12 06:54:33.552 INFO O| Feb 12 06:54:33.552 INFO O| Done |
| 4574 | 2026-02-12T06:54:34.891Z | [ host-image] Feb 12 06:54:34.130 INFO O| Feb 12 06:54:34.130 INFO O| Download: Completed 209.26 MB in 110.66 seconds (1.9M/s) |
| 4575 | 2026-02-12T06:54:37.642Z | [ recovery-image] Feb 12 06:54:36.881 INFO O| Feb 12 06:54:36.881 INFO O| Done |
| 4576 | 2026-02-12T06:54:39.510Z | [ recovery-image] Feb 12 06:54:38.749 INFO O| Feb 12 06:54:38.749 INFO O| Done |
| 4577 | 2026-02-12T06:54:39.532Z | [ recovery-image] Feb 12 06:54:38.770 INFO O| Feb 12 06:54:38.770 INFO O| Done |
| 4578 | 2026-02-12T06:54:43.653Z | [ recovery-image] Feb 12 06:54:42.888 INFO O| Feb 12 06:54:42.888 INFO O| Done |
| 4579 | 2026-02-12T06:54:44.309Z | [ recovery-image] Feb 12 06:54:43.547 INFO O| Feb 12 06:54:43.547 INFO O| Done |
| 4580 | 2026-02-12T06:54:50.659Z | [ recovery-image] Feb 12 06:54:49.897 INFO O| Feb 12 06:54:49.897 INFO STEP 11 (pkg_install) COMPLETE |
| 4581 | 2026-02-12T06:54:50.659Z | [ recovery-image] Feb 12 06:54:49.897 INFO O| Feb 12 06:54:49.897 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4582 | 2026-02-12T06:54:50.662Z | [ recovery-image] Feb 12 06:54:49.898 INFO O| Feb 12 06:54:49.898 INFO skip step because feature "recovery" is enabled |
| 4583 | 2026-02-12T06:54:50.663Z | [ recovery-image] Feb 12 06:54:49.898 INFO O| Feb 12 06:54:49.898 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4584 | 2026-02-12T06:54:50.663Z | [ recovery-image] Feb 12 06:54:49.898 INFO O| Feb 12 06:54:49.898 INFO skip step because feature "omicron1" is not enabled |
| 4585 | 2026-02-12T06:54:50.663Z | [ recovery-image] Feb 12 06:54:49.898 INFO O| Feb 12 06:54:49.898 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4586 | 2026-02-12T06:54:50.688Z | [ recovery-image] Feb 12 06:54:49.926 INFO O| Feb 12 06:54:49.926 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"] |
| 4587 | 2026-02-12T06:55:27.306Z | [ host-image] Feb 12 06:55:26.540 INFO O| Feb 12 06:55:26.540 INFO O| Actions: 1/50884 actions (Installing new actions) |
| 4588 | 2026-02-12T06:55:32.306Z | [ host-image] Feb 12 06:55:31.540 INFO O| Feb 12 06:55:31.540 INFO O| Actions: 10907/50884 actions (Installing new actions) |
| 4589 | 2026-02-12T06:55:37.307Z | [ host-image] Feb 12 06:55:36.540 INFO O| Feb 12 06:55:36.540 INFO O| Actions: 17830/50884 actions (Installing new actions) |
| 4590 | 2026-02-12T06:55:42.311Z | [ host-image] Feb 12 06:55:41.544 INFO O| Feb 12 06:55:41.544 INFO O| Actions: 25031/50884 actions (Installing new actions) |
| 4591 | 2026-02-12T06:55:45.620Z | [ recovery-image] Feb 12 06:55:44.853 INFO O| Feb 12 06:55:44.852 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4592 | 2026-02-12T06:55:47.328Z | [ host-image] Feb 12 06:55:46.560 INFO O| Feb 12 06:55:46.560 INFO O| Actions: 50471/50884 actions (Installing new actions) |
| 4593 | 2026-02-12T06:55:47.763Z | [ host-image] Feb 12 06:55:46.996 INFO O| Feb 12 06:55:46.996 INFO O| Actions: Completed 50884 actions in 20.45 seconds. |
| 4594 | 2026-02-12T06:55:48.762Z | [ host-image] Feb 12 06:55:47.994 INFO O| Feb 12 06:55:47.994 INFO O| Done |
| 4595 | 2026-02-12T06:55:48.762Z | [ host-image] Feb 12 06:55:47.994 INFO O| Feb 12 06:55:47.994 INFO O| Done |
| 4596 | 2026-02-12T06:55:52.146Z | [ host-image] Feb 12 06:55:51.378 INFO O| Feb 12 06:55:51.378 INFO O| Done |
| 4597 | 2026-02-12T06:55:55.637Z | [ host-image] Feb 12 06:55:54.869 INFO O| Feb 12 06:55:54.869 INFO O| Done |
| 4598 | 2026-02-12T06:55:55.722Z | [ host-image] Feb 12 06:55:54.954 INFO O| Feb 12 06:55:54.954 INFO O| Done |
| 4599 | 2026-02-12T06:56:04.455Z | [ host-image] Feb 12 06:56:03.686 INFO O| Feb 12 06:56:03.686 INFO O| Done |
| 4600 | 2026-02-12T06:56:05.491Z | [ host-image] Feb 12 06:56:04.722 INFO O| Feb 12 06:56:04.722 INFO O| Done |
| 4601 | 2026-02-12T06:56:08.913Z | [ recovery-image] Feb 12 06:56:08.143 INFO O| Feb 12 06:56:08.143 INFO O| Startup: Caching catalogs ... Done |
| 4602 | 2026-02-12T06:56:10.425Z | [ host-image] Feb 12 06:56:09.656 INFO O| Feb 12 06:56:09.656 INFO STEP 11 (pkg_install) COMPLETE |
| 4603 | 2026-02-12T06:56:10.425Z | [ host-image] Feb 12 06:56:09.656 INFO O| Feb 12 06:56:09.656 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4604 | 2026-02-12T06:56:10.440Z | [ host-image] Feb 12 06:56:09.671 INFO O| Feb 12 06:56:09.670 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor", "/driver/ktest", "/system/i2c"] |
| 4605 | 2026-02-12T06:56:17.782Z | [ recovery-image] Feb 12 06:56:17.012 INFO O| Feb 12 06:56:17.012 INFO O| Planning: Solver setup ... Done |
| 4606 | 2026-02-12T06:56:17.797Z | [ recovery-image] Feb 12 06:56:17.027 INFO O| Feb 12 06:56:17.027 INFO O| Planning: Running solver ... Done |
| 4607 | 2026-02-12T06:56:17.994Z | [ recovery-image] Feb 12 06:56:17.224 INFO O| Feb 12 06:56:17.224 INFO O| Planning: Finding local manifests ... Done |
| 4608 | 2026-02-12T06:56:18.089Z | [ recovery-image] Feb 12 06:56:17.319 INFO O| Feb 12 06:56:17.319 INFO O| Planning: Fetching manifests: 0/1 0% complete |
| 4609 | 2026-02-12T06:56:18.123Z | [ recovery-image] Feb 12 06:56:17.353 INFO O| Feb 12 06:56:17.352 INFO O| Planning: Fetching manifests: 1/1 100% complete |
| 4610 | 2026-02-12T06:56:18.180Z | [ recovery-image] Feb 12 06:56:17.410 INFO O| Feb 12 06:56:17.409 INFO O| Planning: Package planning ... Done |
| 4611 | 2026-02-12T06:56:18.184Z | [ recovery-image] Feb 12 06:56:17.410 INFO O| Feb 12 06:56:17.410 INFO O| Planning: Merging actions ... Done |
| 4612 | 2026-02-12T06:56:18.239Z | [ recovery-image] Feb 12 06:56:17.469 INFO O| Feb 12 06:56:17.469 INFO O| Planning: Checking for conflicting actions ... Done |
| 4613 | 2026-02-12T06:56:18.242Z | [ recovery-image] Feb 12 06:56:17.470 INFO O| Feb 12 06:56:17.469 INFO O| Planning: Consolidating action changes ... Done |
| 4614 | 2026-02-12T06:56:18.504Z | [ recovery-image] Feb 12 06:56:17.734 INFO O| Feb 12 06:56:17.734 INFO O| Planning: Evaluating mediators ... Done |
| 4615 | 2026-02-12T06:56:18.507Z | [ recovery-image] Feb 12 06:56:17.734 INFO O| Feb 12 06:56:17.734 INFO O| Planning: Planning completed in 9.41 seconds |
| 4616 | 2026-02-12T06:56:18.507Z | [ recovery-image] Feb 12 06:56:17.735 INFO O| Feb 12 06:56:17.735 INFO O| Packages to install: 1 |
| 4617 | 2026-02-12T06:56:18.537Z | [ recovery-image] Feb 12 06:56:17.767 INFO O| Feb 12 06:56:17.767 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete |
| 4618 | 2026-02-12T06:56:19.007Z | [ recovery-image] Feb 12 06:56:18.234 INFO O| Feb 12 06:56:18.234 INFO O| Download: Completed 12.26 MB in 0.47 seconds (26.2M/s) |
| 4619 | 2026-02-12T06:56:19.101Z | [ recovery-image] Feb 12 06:56:18.330 INFO O| Feb 12 06:56:18.330 INFO O| Actions: 1/22 actions (Installing new actions) |
| 4620 | 2026-02-12T06:56:19.610Z | [ recovery-image] Feb 12 06:56:18.839 INFO O| Feb 12 06:56:18.839 INFO O| Actions: Completed 22 actions in 0.51 seconds. |
| 4621 | 2026-02-12T06:56:22.501Z | [ recovery-image] Feb 12 06:56:21.730 INFO O| Feb 12 06:56:21.730 INFO O| Done |
| 4622 | 2026-02-12T06:56:22.501Z | [ recovery-image] Feb 12 06:56:21.730 INFO O| Feb 12 06:56:21.730 INFO O| Done |
| 4623 | 2026-02-12T06:56:24.809Z | [ recovery-image] Feb 12 06:56:24.038 INFO O| Feb 12 06:56:24.038 INFO O| Done |
| 4624 | 2026-02-12T06:56:26.982Z | [ recovery-image] Feb 12 06:56:26.211 INFO O| Feb 12 06:56:26.211 INFO O| Done |
| 4625 | 2026-02-12T06:56:27.008Z | [ recovery-image] Feb 12 06:56:26.237 INFO O| Feb 12 06:56:26.236 INFO O| Done |
| 4626 | 2026-02-12T06:56:27.008Z | [ recovery-image] Feb 12 06:56:26.237 INFO O| Feb 12 06:56:26.237 INFO O| Done |
| 4627 | 2026-02-12T06:56:27.035Z | [ recovery-image] Feb 12 06:56:26.264 INFO O| Feb 12 06:56:26.264 INFO O| Done |
| 4628 | 2026-02-12T06:56:28.866Z | [ recovery-image] Feb 12 06:56:28.095 INFO O| Feb 12 06:56:28.095 INFO STEP 14 (pkg_install) COMPLETE |
| 4629 | 2026-02-12T06:56:28.866Z | [ recovery-image] Feb 12 06:56:28.095 INFO O| Feb 12 06:56:28.095 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4630 | 2026-02-12T06:56:28.870Z | [ recovery-image] Feb 12 06:56:28.095 INFO O| Feb 12 06:56:28.095 INFO skip step because feature "mbist" is not enabled |
| 4631 | 2026-02-12T06:56:28.870Z | [ recovery-image] Feb 12 06:56:28.095 INFO O| Feb 12 06:56:28.095 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4632 | 2026-02-12T06:56:28.870Z | [ recovery-image] Feb 12 06:56:28.095 INFO O| Feb 12 06:56:28.095 INFO skip step because feature "mfg" is not enabled |
| 4633 | 2026-02-12T06:56:28.870Z | [ recovery-image] Feb 12 06:56:28.095 INFO O| Feb 12 06:56:28.095 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4634 | 2026-02-12T06:56:28.870Z | [ recovery-image] Feb 12 06:56:28.095 INFO O| Feb 12 06:56:28.095 INFO skip step because feature "compliance" is not enabled |
| 4635 | 2026-02-12T06:56:28.870Z | [ recovery-image] Feb 12 06:56:28.095 INFO O| Feb 12 06:56:28.095 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4636 | 2026-02-12T06:56:28.870Z | [ recovery-image] Feb 12 06:56:28.095 INFO O| Feb 12 06:56:28.095 INFO skip step because feature "stress" is not enabled |
| 4637 | 2026-02-12T06:56:28.870Z | [ recovery-image] Feb 12 06:56:28.095 INFO O| Feb 12 06:56:28.095 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4638 | 2026-02-12T06:56:28.873Z | [ recovery-image] Feb 12 06:56:28.096 INFO O| Feb 12 06:56:28.095 INFO skip step because feature "compliance" is not enabled |
| 4639 | 2026-02-12T06:56:28.873Z | [ recovery-image] Feb 12 06:56:28.101 INFO O| Feb 12 06:56:28.095 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4640 | 2026-02-12T06:56:28.873Z | [ recovery-image] Feb 12 06:56:28.101 INFO O| Feb 12 06:56:28.095 INFO skip step because feature "nfs" is not enabled |
| 4641 | 2026-02-12T06:56:28.873Z | [ recovery-image] Feb 12 06:56:28.101 INFO O| Feb 12 06:56:28.097 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os |
| 4642 | 2026-02-12T06:56:28.873Z | [ recovery-image] Feb 12 06:56:28.101 INFO O| Feb 12 06:56:28.100 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os |
| 4643 | 2026-02-12T06:56:28.955Z | [ recovery-image] Feb 12 06:56:28.184 INFO O| Feb 12 06:56:28.184 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4644 | 2026-02-12T06:56:29.087Z | [ recovery-image] Feb 12 06:56:28.316 INFO O| Feb 12 06:56:28.316 INFO completed processing sled/ramdisk-01-os |
| 4645 | 2026-02-12T06:56:29.774Z | [ recovery-image] Feb 12 06:56:29.002 INFO image builder template: ramdisk-02-trim... |
| 4646 | 2026-02-12T06:56:29.782Z | [ recovery-image] Feb 12 06:56:29.010 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/.tmpVN4njM/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@18.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-02-trim"], pwd: None |
| 4647 | 2026-02-12T06:56:29.854Z | [ recovery-image] Feb 12 06:56:29.084 INFO O| Feb 12 06:56:29.083 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4648 | 2026-02-12T06:56:29.859Z | [ recovery-image] Feb 12 06:56:29.088 INFO O| Feb 12 06:56:29.088 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4649 | 2026-02-12T06:56:29.958Z | [ recovery-image] Feb 12 06:56:29.187 INFO O| Feb 12 06:56:29.187 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled |
| 4650 | 2026-02-12T06:56:30.026Z | [ recovery-image] Feb 12 06:56:29.255 INFO O| Feb 12 06:56:29.254 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4651 | 2026-02-12T06:56:30.029Z | [ recovery-image] Feb 12 06:56:29.256 INFO O| Feb 12 06:56:29.256 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4652 | 2026-02-12T06:56:30.034Z | [ recovery-image] Feb 12 06:56:29.263 INFO O| Feb 12 06:56:29.263 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4653 | 2026-02-12T06:56:30.039Z | [ recovery-image] Feb 12 06:56:29.268 INFO O| Feb 12 06:56:29.268 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os |
| 4654 | 2026-02-12T06:56:30.046Z | [ recovery-image] Feb 12 06:56:29.275 INFO O| Feb 12 06:56:29.275 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os |
| 4655 | 2026-02-12T06:56:30.257Z | [ recovery-image] Feb 12 06:56:29.486 INFO O| Feb 12 06:56:29.486 INFO rolled back to input snapshot; work may begin |
| 4656 | 2026-02-12T06:56:30.257Z | [ recovery-image] Feb 12 06:56:29.486 INFO O| Feb 12 06:56:29.486 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4657 | 2026-02-12T06:56:30.264Z | [ recovery-image] Feb 12 06:56:29.493 INFO O| Feb 12 06:56:29.493 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4658 | 2026-02-12T06:56:30.278Z | [ recovery-image] Feb 12 06:56:29.507 INFO O| Feb 12 06:56:29.507 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg" |
| 4659 | 2026-02-12T06:56:30.363Z | [ recovery-image] Feb 12 06:56:29.592 INFO O| Feb 12 06:56:29.592 INFO STEP 0 (remove_files) COMPLETE |
| 4660 | 2026-02-12T06:56:30.363Z | [ recovery-image] Feb 12 06:56:29.592 INFO O| Feb 12 06:56:29.592 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4661 | 2026-02-12T06:56:30.378Z | [ recovery-image] Feb 12 06:56:29.607 INFO O| Feb 12 06:56:29.607 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4" |
| 4662 | 2026-02-12T06:56:30.381Z | [ recovery-image] Feb 12 06:56:29.610 INFO O| Feb 12 06:56:29.610 INFO STEP 1 (remove_files) COMPLETE |
| 4663 | 2026-02-12T06:56:30.381Z | [ recovery-image] Feb 12 06:56:29.610 INFO O| Feb 12 06:56:29.610 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4664 | 2026-02-12T06:56:30.392Z | [ recovery-image] Feb 12 06:56:29.621 INFO O| Feb 12 06:56:29.621 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include" |
| 4665 | 2026-02-12T06:56:30.410Z | [ recovery-image] Feb 12 06:56:29.639 INFO O| Feb 12 06:56:29.639 INFO STEP 2 (remove_files) COMPLETE |
| 4666 | 2026-02-12T06:56:30.413Z | [ recovery-image] Feb 12 06:56:29.639 INFO O| Feb 12 06:56:29.639 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4667 | 2026-02-12T06:56:30.422Z | [ recovery-image] Feb 12 06:56:29.651 INFO O| Feb 12 06:56:29.651 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo" |
| 4668 | 2026-02-12T06:56:30.425Z | [ recovery-image] Feb 12 06:56:29.654 INFO O| Feb 12 06:56:29.654 INFO STEP 3 (remove_files) COMPLETE |
| 4669 | 2026-02-12T06:56:30.425Z | [ recovery-image] Feb 12 06:56:29.654 INFO O| Feb 12 06:56:29.654 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4670 | 2026-02-12T06:56:30.436Z | [ recovery-image] Feb 12 06:56:29.665 INFO O| Feb 12 06:56:29.665 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help" |
| 4671 | 2026-02-12T06:56:30.441Z | [ recovery-image] Feb 12 06:56:29.670 INFO O| Feb 12 06:56:29.670 INFO STEP 4 (remove_files) COMPLETE |
| 4672 | 2026-02-12T06:56:30.441Z | [ recovery-image] Feb 12 06:56:29.670 INFO O| Feb 12 06:56:29.670 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4673 | 2026-02-12T06:56:30.452Z | [ recovery-image] Feb 12 06:56:29.681 INFO O| Feb 12 06:56:29.681 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc" |
| 4674 | 2026-02-12T06:56:30.452Z | [ recovery-image] Feb 12 06:56:29.681 INFO O| Feb 12 06:56:29.681 INFO STEP 5 (remove_files) COMPLETE |
| 4675 | 2026-02-12T06:56:30.452Z | [ recovery-image] Feb 12 06:56:29.681 INFO O| Feb 12 06:56:29.681 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4676 | 2026-02-12T06:56:30.463Z | [ recovery-image] Feb 12 06:56:29.692 INFO O| Feb 12 06:56:29.692 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion" |
| 4677 | 2026-02-12T06:56:30.477Z | [ recovery-image] Feb 12 06:56:29.706 INFO O| Feb 12 06:56:29.706 INFO STEP 6 (remove_files) COMPLETE |
| 4678 | 2026-02-12T06:56:30.477Z | [ recovery-image] Feb 12 06:56:29.706 INFO O| Feb 12 06:56:29.706 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4679 | 2026-02-12T06:56:30.480Z | [ recovery-image] Feb 12 06:56:29.706 INFO O| Feb 12 06:56:29.706 INFO skip step because feature "recovery" is enabled |
| 4680 | 2026-02-12T06:56:30.480Z | [ recovery-image] Feb 12 06:56:29.706 INFO O| Feb 12 06:56:29.706 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4681 | 2026-02-12T06:56:30.480Z | [ recovery-image] Feb 12 06:56:29.706 INFO O| Feb 12 06:56:29.706 INFO skip step because feature "recovery" is enabled |
| 4682 | 2026-02-12T06:56:30.480Z | [ recovery-image] Feb 12 06:56:29.706 INFO O| Feb 12 06:56:29.706 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4683 | 2026-02-12T06:56:30.480Z | [ recovery-image] Feb 12 06:56:29.706 INFO O| Feb 12 06:56:29.706 INFO skip step because feature "recovery" is enabled |
| 4684 | 2026-02-12T06:56:30.480Z | [ recovery-image] Feb 12 06:56:29.706 INFO O| Feb 12 06:56:29.706 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4685 | 2026-02-12T06:56:30.491Z | [ recovery-image] Feb 12 06:56:29.721 INFO O| Feb 12 06:56:29.720 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp" |
| 4686 | 2026-02-12T06:56:30.497Z | [ recovery-image] Feb 12 06:56:29.727 INFO O| Feb 12 06:56:29.726 INFO STEP 10 (remove_files) COMPLETE |
| 4687 | 2026-02-12T06:56:30.498Z | [ recovery-image] Feb 12 06:56:29.727 INFO O| Feb 12 06:56:29.727 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4688 | 2026-02-12T06:56:30.512Z | [ recovery-image] Feb 12 06:56:29.741 INFO O| Feb 12 06:56:29.741 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386" |
| 4689 | 2026-02-12T06:56:30.515Z | [ recovery-image] Feb 12 06:56:29.743 INFO O| Feb 12 06:56:29.742 INFO STEP 11 (remove_files) COMPLETE |
| 4690 | 2026-02-12T06:56:30.515Z | [ recovery-image] Feb 12 06:56:29.743 INFO O| Feb 12 06:56:29.743 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4691 | 2026-02-12T06:56:30.527Z | [ recovery-image] Feb 12 06:56:29.756 INFO O| Feb 12 06:56:29.756 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv" |
| 4692 | 2026-02-12T06:56:30.530Z | [ recovery-image] Feb 12 06:56:29.759 INFO O| Feb 12 06:56:29.759 INFO STEP 12 (remove_files) COMPLETE |
| 4693 | 2026-02-12T06:56:30.530Z | [ recovery-image] Feb 12 06:56:29.759 INFO O| Feb 12 06:56:29.759 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4694 | 2026-02-12T06:56:30.718Z | [ recovery-image] Feb 12 06:56:29.947 INFO O| Feb 12 06:56:29.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a" |
| 4695 | 2026-02-12T06:56:30.722Z | [ recovery-image] Feb 12 06:56:29.948 INFO O| Feb 12 06:56:29.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a" |
| 4696 | 2026-02-12T06:56:30.734Z | [ recovery-image] Feb 12 06:56:29.963 INFO O| Feb 12 06:56:29.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a" |
| 4697 | 2026-02-12T06:56:30.751Z | [ recovery-image] Feb 12 06:56:29.979 INFO O| Feb 12 06:56:29.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a" |
| 4698 | 2026-02-12T06:56:30.874Z | [ recovery-image] Feb 12 06:56:30.103 INFO O| Feb 12 06:56:30.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
| 4699 | 2026-02-12T06:56:30.877Z | [ recovery-image] Feb 12 06:56:30.104 INFO O| Feb 12 06:56:30.104 INFO STEP 13 (remove_files) COMPLETE |
| 4700 | 2026-02-12T06:56:30.877Z | [ recovery-image] Feb 12 06:56:30.104 INFO O| Feb 12 06:56:30.104 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4701 | 2026-02-12T06:56:30.886Z | [ recovery-image] Feb 12 06:56:30.115 INFO O| Feb 12 06:56:30.115 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot" |
| 4702 | 2026-02-12T06:56:30.889Z | [ recovery-image] Feb 12 06:56:30.117 INFO O| Feb 12 06:56:30.117 INFO STEP 14 (remove_files) COMPLETE |
| 4703 | 2026-02-12T06:56:30.889Z | [ recovery-image] Feb 12 06:56:30.117 INFO O| Feb 12 06:56:30.117 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4704 | 2026-02-12T06:56:30.899Z | [ recovery-image] Feb 12 06:56:30.128 INFO O| Feb 12 06:56:30.128 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc" |
| 4705 | 2026-02-12T06:56:30.907Z | [ recovery-image] Feb 12 06:56:30.136 INFO O| Feb 12 06:56:30.136 INFO STEP 15 (remove_files) COMPLETE |
| 4706 | 2026-02-12T06:56:30.910Z | [ recovery-image] Feb 12 06:56:30.136 INFO O| Feb 12 06:56:30.136 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4707 | 2026-02-12T06:56:30.919Z | [ recovery-image] Feb 12 06:56:30.148 INFO O| Feb 12 06:56:30.148 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv" |
| 4708 | 2026-02-12T06:56:30.922Z | [ recovery-image] Feb 12 06:56:30.148 INFO O| Feb 12 06:56:30.148 INFO STEP 16 (remove_files) COMPLETE |
| 4709 | 2026-02-12T06:56:30.922Z | [ recovery-image] Feb 12 06:56:30.148 INFO O| Feb 12 06:56:30.148 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4710 | 2026-02-12T06:56:30.932Z | [ recovery-image] Feb 12 06:56:30.161 INFO O| Feb 12 06:56:30.161 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc" |
| 4711 | 2026-02-12T06:56:30.935Z | [ recovery-image] Feb 12 06:56:30.163 INFO O| Feb 12 06:56:30.163 INFO STEP 17 (remove_files) COMPLETE |
| 4712 | 2026-02-12T06:56:30.935Z | [ recovery-image] Feb 12 06:56:30.163 INFO O| Feb 12 06:56:30.163 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4713 | 2026-02-12T06:56:30.947Z | [ recovery-image] Feb 12 06:56:30.176 INFO O| Feb 12 06:56:30.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica" |
| 4714 | 2026-02-12T06:56:30.947Z | [ recovery-image] Feb 12 06:56:30.176 INFO O| Feb 12 06:56:30.176 INFO STEP 18 (remove_files) COMPLETE |
| 4715 | 2026-02-12T06:56:30.947Z | [ recovery-image] Feb 12 06:56:30.176 INFO O| Feb 12 06:56:30.176 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4716 | 2026-02-12T06:56:30.958Z | [ recovery-image] Feb 12 06:56:30.187 INFO O| Feb 12 06:56:30.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem" |
| 4717 | 2026-02-12T06:56:30.958Z | [ recovery-image] Feb 12 06:56:30.187 INFO O| Feb 12 06:56:30.187 INFO STEP 19 (remove_files) COMPLETE |
| 4718 | 2026-02-12T06:56:30.960Z | [ recovery-image] Feb 12 06:56:30.187 INFO O| Feb 12 06:56:30.187 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4719 | 2026-02-12T06:56:30.968Z | [ recovery-image] Feb 12 06:56:30.197 INFO O| Feb 12 06:56:30.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans" |
| 4720 | 2026-02-12T06:56:30.968Z | [ recovery-image] Feb 12 06:56:30.197 INFO O| Feb 12 06:56:30.197 INFO STEP 20 (remove_files) COMPLETE |
| 4721 | 2026-02-12T06:56:30.971Z | [ recovery-image] Feb 12 06:56:30.197 INFO O| Feb 12 06:56:30.197 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4722 | 2026-02-12T06:56:30.980Z | [ recovery-image] Feb 12 06:56:30.209 INFO O| Feb 12 06:56:30.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc" |
| 4723 | 2026-02-12T06:56:30.983Z | [ recovery-image] Feb 12 06:56:30.209 INFO O| Feb 12 06:56:30.209 INFO STEP 21 (remove_files) COMPLETE |
| 4724 | 2026-02-12T06:56:30.983Z | [ recovery-image] Feb 12 06:56:30.209 INFO O| Feb 12 06:56:30.209 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4725 | 2026-02-12T06:56:30.993Z | [ recovery-image] Feb 12 06:56:30.222 INFO O| Feb 12 06:56:30.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv" |
| 4726 | 2026-02-12T06:56:30.993Z | [ recovery-image] Feb 12 06:56:30.222 INFO O| Feb 12 06:56:30.222 INFO STEP 22 (remove_files) COMPLETE |
| 4727 | 2026-02-12T06:56:30.996Z | [ recovery-image] Feb 12 06:56:30.222 INFO O| Feb 12 06:56:30.222 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4728 | 2026-02-12T06:56:31.006Z | [ recovery-image] Feb 12 06:56:30.235 INFO O| Feb 12 06:56:30.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd" |
| 4729 | 2026-02-12T06:56:31.006Z | [ recovery-image] Feb 12 06:56:30.235 INFO O| Feb 12 06:56:30.235 INFO STEP 23 (remove_files) COMPLETE |
| 4730 | 2026-02-12T06:56:31.006Z | [ recovery-image] Feb 12 06:56:30.235 INFO O| Feb 12 06:56:30.235 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4731 | 2026-02-12T06:56:31.019Z | [ recovery-image] Feb 12 06:56:30.248 INFO O| Feb 12 06:56:30.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon" |
| 4732 | 2026-02-12T06:56:31.019Z | [ recovery-image] Feb 12 06:56:30.248 INFO O| Feb 12 06:56:30.248 INFO STEP 24 (remove_files) COMPLETE |
| 4733 | 2026-02-12T06:56:31.021Z | [ recovery-image] Feb 12 06:56:30.248 INFO O| Feb 12 06:56:30.248 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4734 | 2026-02-12T06:56:31.031Z | [ recovery-image] Feb 12 06:56:30.260 INFO O| Feb 12 06:56:30.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power" |
| 4735 | 2026-02-12T06:56:31.031Z | [ recovery-image] Feb 12 06:56:30.260 INFO O| Feb 12 06:56:30.260 INFO STEP 25 (remove_files) COMPLETE |
| 4736 | 2026-02-12T06:56:31.034Z | [ recovery-image] Feb 12 06:56:30.260 INFO O| Feb 12 06:56:30.260 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4737 | 2026-02-12T06:56:31.042Z | [ recovery-image] Feb 12 06:56:30.271 INFO O| Feb 12 06:56:30.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio" |
| 4738 | 2026-02-12T06:56:31.042Z | [ recovery-image] Feb 12 06:56:30.271 INFO O| Feb 12 06:56:30.271 INFO STEP 26 (remove_files) COMPLETE |
| 4739 | 2026-02-12T06:56:31.045Z | [ recovery-image] Feb 12 06:56:30.271 INFO O| Feb 12 06:56:30.271 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4740 | 2026-02-12T06:56:31.052Z | [ recovery-image] Feb 12 06:56:30.281 INFO O| Feb 12 06:56:30.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575" |
| 4741 | 2026-02-12T06:56:31.052Z | [ recovery-image] Feb 12 06:56:30.281 INFO O| Feb 12 06:56:30.281 INFO STEP 27 (remove_files) COMPLETE |
| 4742 | 2026-02-12T06:56:31.052Z | [ recovery-image] Feb 12 06:56:30.281 INFO O| Feb 12 06:56:30.281 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4743 | 2026-02-12T06:56:31.062Z | [ recovery-image] Feb 12 06:56:30.291 INFO O| Feb 12 06:56:30.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens" |
| 4744 | 2026-02-12T06:56:31.062Z | [ recovery-image] Feb 12 06:56:30.291 INFO O| Feb 12 06:56:30.291 INFO STEP 28 (remove_files) COMPLETE |
| 4745 | 2026-02-12T06:56:31.065Z | [ recovery-image] Feb 12 06:56:30.291 INFO O| Feb 12 06:56:30.291 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4746 | 2026-02-12T06:56:31.072Z | [ recovery-image] Feb 12 06:56:30.301 INFO O| Feb 12 06:56:30.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci" |
| 4747 | 2026-02-12T06:56:31.072Z | [ recovery-image] Feb 12 06:56:30.301 INFO O| Feb 12 06:56:30.301 INFO STEP 29 (remove_files) COMPLETE |
| 4748 | 2026-02-12T06:56:31.072Z | [ recovery-image] Feb 12 06:56:30.301 INFO O| Feb 12 06:56:30.301 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4749 | 2026-02-12T06:56:31.083Z | [ recovery-image] Feb 12 06:56:30.312 INFO O| Feb 12 06:56:30.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots" |
| 4750 | 2026-02-12T06:56:31.083Z | [ recovery-image] Feb 12 06:56:30.312 INFO O| Feb 12 06:56:30.312 INFO STEP 30 (remove_files) COMPLETE |
| 4751 | 2026-02-12T06:56:31.083Z | [ recovery-image] Feb 12 06:56:30.312 INFO O| Feb 12 06:56:30.312 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4752 | 2026-02-12T06:56:31.093Z | [ recovery-image] Feb 12 06:56:30.322 INFO O| Feb 12 06:56:30.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci" |
| 4753 | 2026-02-12T06:56:31.096Z | [ recovery-image] Feb 12 06:56:30.322 INFO O| Feb 12 06:56:30.322 INFO STEP 31 (remove_files) COMPLETE |
| 4754 | 2026-02-12T06:56:31.096Z | [ recovery-image] Feb 12 06:56:30.322 INFO O| Feb 12 06:56:30.322 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4755 | 2026-02-12T06:56:31.104Z | [ recovery-image] Feb 12 06:56:30.333 INFO O| Feb 12 06:56:30.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid" |
| 4756 | 2026-02-12T06:56:31.104Z | [ recovery-image] Feb 12 06:56:30.333 INFO O| Feb 12 06:56:30.333 INFO STEP 32 (remove_files) COMPLETE |
| 4757 | 2026-02-12T06:56:31.107Z | [ recovery-image] Feb 12 06:56:30.333 INFO O| Feb 12 06:56:30.333 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4758 | 2026-02-12T06:56:31.117Z | [ recovery-image] Feb 12 06:56:30.346 INFO O| Feb 12 06:56:30.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd" |
| 4759 | 2026-02-12T06:56:31.117Z | [ recovery-image] Feb 12 06:56:30.346 INFO O| Feb 12 06:56:30.346 INFO STEP 33 (remove_files) COMPLETE |
| 4760 | 2026-02-12T06:56:31.120Z | [ recovery-image] Feb 12 06:56:30.346 INFO O| Feb 12 06:56:30.346 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4761 | 2026-02-12T06:56:31.128Z | [ recovery-image] Feb 12 06:56:30.357 INFO O| Feb 12 06:56:30.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci" |
| 4762 | 2026-02-12T06:56:31.128Z | [ recovery-image] Feb 12 06:56:30.358 INFO O| Feb 12 06:56:30.358 INFO STEP 34 (remove_files) COMPLETE |
| 4763 | 2026-02-12T06:56:31.132Z | [ recovery-image] Feb 12 06:56:30.358 INFO O| Feb 12 06:56:30.358 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4764 | 2026-02-12T06:56:31.140Z | [ recovery-image] Feb 12 06:56:30.369 INFO O| Feb 12 06:56:30.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb" |
| 4765 | 2026-02-12T06:56:31.140Z | [ recovery-image] Feb 12 06:56:30.369 INFO O| Feb 12 06:56:30.369 INFO STEP 35 (remove_files) COMPLETE |
| 4766 | 2026-02-12T06:56:31.143Z | [ recovery-image] Feb 12 06:56:30.369 INFO O| Feb 12 06:56:30.369 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4767 | 2026-02-12T06:56:31.151Z | [ recovery-image] Feb 12 06:56:30.380 INFO O| Feb 12 06:56:30.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci" |
| 4768 | 2026-02-12T06:56:31.154Z | [ recovery-image] Feb 12 06:56:30.380 INFO O| Feb 12 06:56:30.380 INFO STEP 36 (remove_files) COMPLETE |
| 4769 | 2026-02-12T06:56:31.154Z | [ recovery-image] Feb 12 06:56:30.380 INFO O| Feb 12 06:56:30.380 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4770 | 2026-02-12T06:56:31.163Z | [ recovery-image] Feb 12 06:56:30.392 INFO O| Feb 12 06:56:30.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac" |
| 4771 | 2026-02-12T06:56:31.163Z | [ recovery-image] Feb 12 06:56:30.392 INFO O| Feb 12 06:56:30.392 INFO STEP 37 (remove_files) COMPLETE |
| 4772 | 2026-02-12T06:56:31.166Z | [ recovery-image] Feb 12 06:56:30.392 INFO O| Feb 12 06:56:30.392 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4773 | 2026-02-12T06:56:31.174Z | [ recovery-image] Feb 12 06:56:30.403 INFO O| Feb 12 06:56:30.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as" |
| 4774 | 2026-02-12T06:56:31.174Z | [ recovery-image] Feb 12 06:56:30.403 INFO O| Feb 12 06:56:30.403 INFO STEP 38 (remove_files) COMPLETE |
| 4775 | 2026-02-12T06:56:31.177Z | [ recovery-image] Feb 12 06:56:30.403 INFO O| Feb 12 06:56:30.403 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4776 | 2026-02-12T06:56:31.187Z | [ recovery-image] Feb 12 06:56:30.416 INFO O| Feb 12 06:56:30.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia" |
| 4777 | 2026-02-12T06:56:31.187Z | [ recovery-image] Feb 12 06:56:30.416 INFO O| Feb 12 06:56:30.416 INFO STEP 39 (remove_files) COMPLETE |
| 4778 | 2026-02-12T06:56:31.190Z | [ recovery-image] Feb 12 06:56:30.417 INFO O| Feb 12 06:56:30.416 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4779 | 2026-02-12T06:56:31.200Z | [ recovery-image] Feb 12 06:56:30.429 INFO O| Feb 12 06:56:30.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid" |
| 4780 | 2026-02-12T06:56:31.200Z | [ recovery-image] Feb 12 06:56:30.429 INFO O| Feb 12 06:56:30.429 INFO STEP 40 (remove_files) COMPLETE |
| 4781 | 2026-02-12T06:56:31.203Z | [ recovery-image] Feb 12 06:56:30.429 INFO O| Feb 12 06:56:30.429 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4782 | 2026-02-12T06:56:31.212Z | [ recovery-image] Feb 12 06:56:30.441 INFO O| Feb 12 06:56:30.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn" |
| 4783 | 2026-02-12T06:56:31.212Z | [ recovery-image] Feb 12 06:56:30.441 INFO O| Feb 12 06:56:30.441 INFO STEP 41 (remove_files) COMPLETE |
| 4784 | 2026-02-12T06:56:31.212Z | [ recovery-image] Feb 12 06:56:30.441 INFO O| Feb 12 06:56:30.441 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4785 | 2026-02-12T06:56:31.223Z | [ recovery-image] Feb 12 06:56:30.452 INFO O| Feb 12 06:56:30.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci" |
| 4786 | 2026-02-12T06:56:31.223Z | [ recovery-image] Feb 12 06:56:30.452 INFO O| Feb 12 06:56:30.452 INFO STEP 42 (remove_files) COMPLETE |
| 4787 | 2026-02-12T06:56:31.223Z | [ recovery-image] Feb 12 06:56:30.452 INFO O| Feb 12 06:56:30.452 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4788 | 2026-02-12T06:56:31.235Z | [ recovery-image] Feb 12 06:56:30.464 INFO O| Feb 12 06:56:30.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm" |
| 4789 | 2026-02-12T06:56:31.235Z | [ recovery-image] Feb 12 06:56:30.464 INFO O| Feb 12 06:56:30.464 INFO STEP 43 (remove_files) COMPLETE |
| 4790 | 2026-02-12T06:56:31.238Z | [ recovery-image] Feb 12 06:56:30.464 INFO O| Feb 12 06:56:30.464 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4791 | 2026-02-12T06:56:31.247Z | [ recovery-image] Feb 12 06:56:30.476 INFO O| Feb 12 06:56:30.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000" |
| 4792 | 2026-02-12T06:56:31.247Z | [ recovery-image] Feb 12 06:56:30.476 INFO O| Feb 12 06:56:30.476 INFO STEP 44 (remove_files) COMPLETE |
| 4793 | 2026-02-12T06:56:31.250Z | [ recovery-image] Feb 12 06:56:30.476 INFO O| Feb 12 06:56:30.476 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4794 | 2026-02-12T06:56:31.258Z | [ recovery-image] Feb 12 06:56:30.487 INFO O| Feb 12 06:56:30.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd" |
| 4795 | 2026-02-12T06:56:31.258Z | [ recovery-image] Feb 12 06:56:30.487 INFO O| Feb 12 06:56:30.487 INFO STEP 45 (remove_files) COMPLETE |
| 4796 | 2026-02-12T06:56:31.262Z | [ recovery-image] Feb 12 06:56:30.487 INFO O| Feb 12 06:56:30.487 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4797 | 2026-02-12T06:56:31.269Z | [ recovery-image] Feb 12 06:56:30.498 INFO O| Feb 12 06:56:30.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba" |
| 4798 | 2026-02-12T06:56:31.269Z | [ recovery-image] Feb 12 06:56:30.498 INFO O| Feb 12 06:56:30.498 INFO STEP 46 (remove_files) COMPLETE |
| 4799 | 2026-02-12T06:56:31.269Z | [ recovery-image] Feb 12 06:56:30.498 INFO O| Feb 12 06:56:30.498 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4800 | 2026-02-12T06:56:31.282Z | [ recovery-image] Feb 12 06:56:30.511 INFO O| Feb 12 06:56:30.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex" |
| 4801 | 2026-02-12T06:56:31.282Z | [ recovery-image] Feb 12 06:56:30.511 INFO O| Feb 12 06:56:30.511 INFO STEP 47 (remove_files) COMPLETE |
| 4802 | 2026-02-12T06:56:31.285Z | [ recovery-image] Feb 12 06:56:30.511 INFO O| Feb 12 06:56:30.511 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4803 | 2026-02-12T06:56:31.294Z | [ recovery-image] Feb 12 06:56:30.523 INFO O| Feb 12 06:56:30.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf" |
| 4804 | 2026-02-12T06:56:31.294Z | [ recovery-image] Feb 12 06:56:30.523 INFO O| Feb 12 06:56:30.523 INFO STEP 48 (remove_files) COMPLETE |
| 4805 | 2026-02-12T06:56:31.298Z | [ recovery-image] Feb 12 06:56:30.523 INFO O| Feb 12 06:56:30.523 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4806 | 2026-02-12T06:56:31.307Z | [ recovery-image] Feb 12 06:56:30.535 INFO O| Feb 12 06:56:30.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt" |
| 4807 | 2026-02-12T06:56:31.307Z | [ recovery-image] Feb 12 06:56:30.536 INFO O| Feb 12 06:56:30.536 INFO STEP 49 (remove_files) COMPLETE |
| 4808 | 2026-02-12T06:56:31.307Z | [ recovery-image] Feb 12 06:56:30.536 INFO O| Feb 12 06:56:30.536 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4809 | 2026-02-12T06:56:31.319Z | [ recovery-image] Feb 12 06:56:30.548 INFO O| Feb 12 06:56:30.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf" |
| 4810 | 2026-02-12T06:56:31.319Z | [ recovery-image] Feb 12 06:56:30.548 INFO O| Feb 12 06:56:30.548 INFO STEP 50 (remove_files) COMPLETE |
| 4811 | 2026-02-12T06:56:31.320Z | [ recovery-image] Feb 12 06:56:30.548 INFO O| Feb 12 06:56:30.548 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4812 | 2026-02-12T06:56:31.332Z | [ recovery-image] Feb 12 06:56:30.560 INFO O| Feb 12 06:56:30.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
| 4813 | 2026-02-12T06:56:31.332Z | [ recovery-image] Feb 12 06:56:30.561 INFO O| Feb 12 06:56:30.561 INFO STEP 51 (remove_files) COMPLETE |
| 4814 | 2026-02-12T06:56:31.332Z | [ recovery-image] Feb 12 06:56:30.561 INFO O| Feb 12 06:56:30.561 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4815 | 2026-02-12T06:56:31.343Z | [ recovery-image] Feb 12 06:56:30.572 INFO O| Feb 12 06:56:30.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
| 4816 | 2026-02-12T06:56:31.344Z | [ recovery-image] Feb 12 06:56:30.572 INFO O| Feb 12 06:56:30.572 INFO STEP 52 (remove_files) COMPLETE |
| 4817 | 2026-02-12T06:56:31.344Z | [ recovery-image] Feb 12 06:56:30.572 INFO O| Feb 12 06:56:30.572 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4818 | 2026-02-12T06:56:31.356Z | [ recovery-image] Feb 12 06:56:30.584 INFO O| Feb 12 06:56:30.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm" |
| 4819 | 2026-02-12T06:56:31.356Z | [ recovery-image] Feb 12 06:56:30.585 INFO O| Feb 12 06:56:30.585 INFO STEP 53 (remove_files) COMPLETE |
| 4820 | 2026-02-12T06:56:31.360Z | [ recovery-image] Feb 12 06:56:30.585 INFO O| Feb 12 06:56:30.585 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4821 | 2026-02-12T06:56:31.368Z | [ recovery-image] Feb 12 06:56:30.597 INFO O| Feb 12 06:56:30.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm" |
| 4822 | 2026-02-12T06:56:31.368Z | [ recovery-image] Feb 12 06:56:30.597 INFO O| Feb 12 06:56:30.597 INFO STEP 54 (remove_files) COMPLETE |
| 4823 | 2026-02-12T06:56:31.368Z | [ recovery-image] Feb 12 06:56:30.597 INFO O| Feb 12 06:56:30.597 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4824 | 2026-02-12T06:56:31.380Z | [ recovery-image] Feb 12 06:56:30.609 INFO O| Feb 12 06:56:30.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm" |
| 4825 | 2026-02-12T06:56:31.380Z | [ recovery-image] Feb 12 06:56:30.609 INFO O| Feb 12 06:56:30.609 INFO STEP 55 (remove_files) COMPLETE |
| 4826 | 2026-02-12T06:56:31.380Z | [ recovery-image] Feb 12 06:56:30.609 INFO O| Feb 12 06:56:30.609 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4827 | 2026-02-12T06:56:31.393Z | [ recovery-image] Feb 12 06:56:30.622 INFO O| Feb 12 06:56:30.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm" |
| 4828 | 2026-02-12T06:56:31.393Z | [ recovery-image] Feb 12 06:56:30.622 INFO O| Feb 12 06:56:30.622 INFO STEP 56 (remove_files) COMPLETE |
| 4829 | 2026-02-12T06:56:31.393Z | [ recovery-image] Feb 12 06:56:30.622 INFO O| Feb 12 06:56:30.622 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4830 | 2026-02-12T06:56:31.406Z | [ recovery-image] Feb 12 06:56:30.635 INFO O| Feb 12 06:56:30.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar" |
| 4831 | 2026-02-12T06:56:31.406Z | [ recovery-image] Feb 12 06:56:30.635 INFO O| Feb 12 06:56:30.635 INFO STEP 57 (remove_files) COMPLETE |
| 4832 | 2026-02-12T06:56:31.406Z | [ recovery-image] Feb 12 06:56:30.635 INFO O| Feb 12 06:56:30.635 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4833 | 2026-02-12T06:56:31.420Z | [ recovery-image] Feb 12 06:56:30.649 INFO O| Feb 12 06:56:30.649 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
| 4834 | 2026-02-12T06:56:31.420Z | [ recovery-image] Feb 12 06:56:30.649 INFO O| Feb 12 06:56:30.649 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ... |
| 4835 | 2026-02-12T06:56:31.423Z | [ recovery-image] Feb 12 06:56:30.650 INFO O| Feb 12 06:56:30.649 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 4836 | 2026-02-12T06:56:31.423Z | [ recovery-image] Feb 12 06:56:30.650 INFO O| Feb 12 06:56:30.650 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 4837 | 2026-02-12T06:56:31.423Z | [ recovery-image] Feb 12 06:56:30.651 INFO O| Feb 12 06:56:30.650 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 4838 | 2026-02-12T06:56:31.426Z | [ recovery-image] Feb 12 06:56:30.653 INFO O| Feb 12 06:56:30.653 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 4839 | 2026-02-12T06:56:31.426Z | [ recovery-image] Feb 12 06:56:30.653 INFO O| Feb 12 06:56:30.653 INFO ok! |
| 4840 | 2026-02-12T06:56:31.426Z | [ recovery-image] Feb 12 06:56:30.653 INFO O| Feb 12 06:56:30.653 INFO STEP 58 (ensure_file) COMPLETE |
| 4841 | 2026-02-12T06:56:31.426Z | [ recovery-image] Feb 12 06:56:30.653 INFO O| Feb 12 06:56:30.653 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4842 | 2026-02-12T06:56:31.437Z | [ recovery-image] Feb 12 06:56:30.666 INFO O| Feb 12 06:56:30.666 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
| 4843 | 2026-02-12T06:56:31.437Z | [ recovery-image] Feb 12 06:56:30.666 INFO O| Feb 12 06:56:30.666 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ... |
| 4844 | 2026-02-12T06:56:31.437Z | [ recovery-image] Feb 12 06:56:30.666 INFO O| Feb 12 06:56:30.666 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 4845 | 2026-02-12T06:56:31.437Z | [ recovery-image] Feb 12 06:56:30.666 INFO O| Feb 12 06:56:30.666 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 4846 | 2026-02-12T06:56:31.440Z | [ recovery-image] Feb 12 06:56:30.666 INFO O| Feb 12 06:56:30.666 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 4847 | 2026-02-12T06:56:31.440Z | [ recovery-image] Feb 12 06:56:30.666 INFO O| Feb 12 06:56:30.666 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 4848 | 2026-02-12T06:56:31.440Z | [ recovery-image] Feb 12 06:56:30.666 INFO O| Feb 12 06:56:30.666 INFO ok! |
| 4849 | 2026-02-12T06:56:31.440Z | [ recovery-image] Feb 12 06:56:30.666 INFO O| Feb 12 06:56:30.666 INFO STEP 59 (ensure_file) COMPLETE |
| 4850 | 2026-02-12T06:56:31.440Z | [ recovery-image] Feb 12 06:56:30.666 INFO O| Feb 12 06:56:30.666 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4851 | 2026-02-12T06:56:31.450Z | [ recovery-image] Feb 12 06:56:30.679 INFO O| Feb 12 06:56:30.679 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist |
| 4852 | 2026-02-12T06:56:31.450Z | [ recovery-image] Feb 12 06:56:30.679 INFO O| Feb 12 06:56:30.679 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ... |
| 4853 | 2026-02-12T06:56:31.453Z | [ recovery-image] Feb 12 06:56:30.679 INFO O| Feb 12 06:56:30.679 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile |
| 4854 | 2026-02-12T06:56:31.453Z | [ recovery-image] Feb 12 06:56:30.679 INFO O| Feb 12 06:56:30.679 INFO ok! |
| 4855 | 2026-02-12T06:56:31.453Z | [ recovery-image] Feb 12 06:56:30.679 INFO O| Feb 12 06:56:30.679 INFO STEP 60 (ensure_file) COMPLETE |
| 4856 | 2026-02-12T06:56:31.453Z | [ recovery-image] Feb 12 06:56:30.679 INFO O| Feb 12 06:56:30.679 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4857 | 2026-02-12T06:56:31.464Z | [ recovery-image] Feb 12 06:56:30.693 INFO O| Feb 12 06:56:30.693 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
| 4858 | 2026-02-12T06:56:31.464Z | [ recovery-image] Feb 12 06:56:30.693 INFO O| Feb 12 06:56:30.693 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ... |
| 4859 | 2026-02-12T06:56:31.467Z | [ recovery-image] Feb 12 06:56:30.693 INFO O| Feb 12 06:56:30.693 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc |
| 4860 | 2026-02-12T06:56:31.467Z | [ recovery-image] Feb 12 06:56:30.693 INFO O| Feb 12 06:56:30.693 INFO ok! |
| 4861 | 2026-02-12T06:56:31.467Z | [ recovery-image] Feb 12 06:56:30.693 INFO O| Feb 12 06:56:30.693 INFO STEP 61 (ensure_file) COMPLETE |
| 4862 | 2026-02-12T06:56:31.467Z | [ recovery-image] Feb 12 06:56:30.693 INFO O| Feb 12 06:56:30.693 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4863 | 2026-02-12T06:56:31.475Z | [ recovery-image] Feb 12 06:56:30.705 INFO O| Feb 12 06:56:30.704 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking |
| 4864 | 2026-02-12T06:56:31.475Z | [ recovery-image] Feb 12 06:56:30.705 INFO O| Feb 12 06:56:30.705 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ... |
| 4865 | 2026-02-12T06:56:31.478Z | [ recovery-image] Feb 12 06:56:30.705 INFO O| Feb 12 06:56:30.705 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd |
| 4866 | 2026-02-12T06:56:31.478Z | [ recovery-image] Feb 12 06:56:30.705 INFO O| Feb 12 06:56:30.705 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd |
| 4867 | 2026-02-12T06:56:31.478Z | [ recovery-image] Feb 12 06:56:30.705 INFO O| Feb 12 06:56:30.705 INFO ok! |
| 4868 | 2026-02-12T06:56:31.478Z | [ recovery-image] Feb 12 06:56:30.705 INFO O| Feb 12 06:56:30.705 INFO STEP 62 (ensure_file) COMPLETE |
| 4869 | 2026-02-12T06:56:31.478Z | [ recovery-image] Feb 12 06:56:30.705 INFO O| Feb 12 06:56:30.705 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4870 | 2026-02-12T06:56:31.489Z | [ recovery-image] Feb 12 06:56:30.718 INFO O| Feb 12 06:56:30.718 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist |
| 4871 | 2026-02-12T06:56:31.489Z | [ recovery-image] Feb 12 06:56:30.718 INFO O| Feb 12 06:56:30.718 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ... |
| 4872 | 2026-02-12T06:56:31.492Z | [ recovery-image] Feb 12 06:56:30.719 INFO O| Feb 12 06:56:30.719 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 4873 | 2026-02-12T06:56:31.492Z | [ recovery-image] Feb 12 06:56:30.719 INFO O| Feb 12 06:56:30.719 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 4874 | 2026-02-12T06:56:31.492Z | [ recovery-image] Feb 12 06:56:30.719 INFO O| Feb 12 06:56:30.719 INFO ok! |
| 4875 | 2026-02-12T06:56:31.492Z | [ recovery-image] Feb 12 06:56:30.719 INFO O| Feb 12 06:56:30.719 INFO STEP 63 (ensure_file) COMPLETE |
| 4876 | 2026-02-12T06:56:31.492Z | [ recovery-image] Feb 12 06:56:30.719 INFO O| Feb 12 06:56:30.719 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4877 | 2026-02-12T06:56:31.503Z | [ recovery-image] Feb 12 06:56:30.732 INFO O| Feb 12 06:56:30.732 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist |
| 4878 | 2026-02-12T06:56:31.503Z | [ recovery-image] Feb 12 06:56:30.732 INFO O| Feb 12 06:56:30.732 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ... |
| 4879 | 2026-02-12T06:56:31.506Z | [ recovery-image] Feb 12 06:56:30.734 INFO O| Feb 12 06:56:30.733 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly |
| 4880 | 2026-02-12T06:56:31.506Z | [ recovery-image] Feb 12 06:56:30.734 INFO O| Feb 12 06:56:30.734 INFO ok! |
| 4881 | 2026-02-12T06:56:31.506Z | [ recovery-image] Feb 12 06:56:30.734 INFO O| Feb 12 06:56:30.734 INFO STEP 64 (assemble_files) COMPLETE |
| 4882 | 2026-02-12T06:56:31.506Z | [ recovery-image] Feb 12 06:56:30.734 INFO O| Feb 12 06:56:30.734 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4883 | 2026-02-12T06:56:31.516Z | [ recovery-image] Feb 12 06:56:30.745 INFO O| Feb 12 06:56:30.745 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist |
| 4884 | 2026-02-12T06:56:31.516Z | [ recovery-image] Feb 12 06:56:30.745 INFO O| Feb 12 06:56:30.745 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ... |
| 4885 | 2026-02-12T06:56:31.519Z | [ recovery-image] Feb 12 06:56:30.746 INFO O| Feb 12 06:56:30.746 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf |
| 4886 | 2026-02-12T06:56:31.519Z | [ recovery-image] Feb 12 06:56:30.746 INFO O| Feb 12 06:56:30.746 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf |
| 4887 | 2026-02-12T06:56:31.519Z | [ recovery-image] Feb 12 06:56:30.746 INFO O| Feb 12 06:56:30.746 INFO ok! |
| 4888 | 2026-02-12T06:56:31.519Z | [ recovery-image] Feb 12 06:56:30.746 INFO O| Feb 12 06:56:30.746 INFO STEP 65 (ensure_file) COMPLETE |
| 4889 | 2026-02-12T06:56:31.519Z | [ recovery-image] Feb 12 06:56:30.746 INFO O| Feb 12 06:56:30.746 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4890 | 2026-02-12T06:56:31.519Z | [ recovery-image] Feb 12 06:56:30.746 INFO O| Feb 12 06:56:30.746 INFO skip step because feature "omicron1" is not enabled |
| 4891 | 2026-02-12T06:56:31.519Z | [ recovery-image] Feb 12 06:56:30.746 INFO O| Feb 12 06:56:30.746 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4892 | 2026-02-12T06:56:31.519Z | [ recovery-image] Feb 12 06:56:30.746 INFO O| Feb 12 06:56:30.746 INFO skip step because feature "omicron1" is not enabled |
| 4893 | 2026-02-12T06:56:31.519Z | [ recovery-image] Feb 12 06:56:30.746 INFO O| Feb 12 06:56:30.746 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4894 | 2026-02-12T06:56:31.519Z | [ recovery-image] Feb 12 06:56:30.746 INFO O| Feb 12 06:56:30.746 INFO skip step because feature "omicron1" is not enabled |
| 4895 | 2026-02-12T06:56:31.520Z | [ recovery-image] Feb 12 06:56:30.746 INFO O| Feb 12 06:56:30.746 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4896 | 2026-02-12T06:56:31.537Z | [ recovery-image] Feb 12 06:56:30.766 INFO O| Feb 12 06:56:30.766 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal |
| 4897 | 2026-02-12T06:56:31.537Z | [ recovery-image] Feb 12 06:56:30.766 INFO O| Feb 12 06:56:30.766 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."] |
| 4898 | 2026-02-12T06:56:34.146Z | [ recovery-image] Feb 12 06:56:33.374 INFO O| Feb 12 06:56:33.374 INFO STEP 69 (pack_tar) COMPLETE |
| 4899 | 2026-02-12T06:56:34.146Z | [ recovery-image] Feb 12 06:56:33.374 INFO O| Feb 12 06:56:33.374 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4900 | 2026-02-12T06:56:34.149Z | [ recovery-image] Feb 12 06:56:33.374 INFO O| Feb 12 06:56:33.374 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4901 | 2026-02-12T06:56:34.740Z | [ recovery-image] Feb 12 06:56:33.969 INFO O| Feb 12 06:56:33.969 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4902 | 2026-02-12T06:56:34.842Z | [ recovery-image] Feb 12 06:56:34.070 INFO O| Feb 12 06:56:34.070 INFO completed processing sled/ramdisk-02-trim |
| 4903 | 2026-02-12T06:56:34.845Z | [ recovery-image] Feb 12 06:56:34.073 INFO image builder template: ramdisk-03-recovery-trim... |
| 4904 | 2026-02-12T06:56:34.845Z | [ recovery-image] Feb 12 06:56:34.073 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/.tmpVN4njM/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@18.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-03-recovery-trim"], pwd: None |
| 4905 | 2026-02-12T06:56:35.007Z | [ recovery-image] Feb 12 06:56:34.235 INFO O| Feb 12 06:56:34.235 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 4906 | 2026-02-12T06:56:35.011Z | [ recovery-image] Feb 12 06:56:34.240 INFO O| Feb 12 06:56:34.240 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 4907 | 2026-02-12T06:56:35.116Z | [ recovery-image] Feb 12 06:56:34.344 INFO O| Feb 12 06:56:34.344 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled |
| 4908 | 2026-02-12T06:56:35.196Z | [ recovery-image] Feb 12 06:56:34.425 INFO O| Feb 12 06:56:34.425 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 4909 | 2026-02-12T06:56:35.196Z | [ recovery-image] Feb 12 06:56:34.425 INFO O| Feb 12 06:56:34.425 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4910 | 2026-02-12T06:56:35.206Z | [ recovery-image] Feb 12 06:56:34.434 INFO O| Feb 12 06:56:34.434 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 4911 | 2026-02-12T06:56:35.210Z | [ recovery-image] Feb 12 06:56:34.439 INFO O| Feb 12 06:56:34.439 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4912 | 2026-02-12T06:56:35.216Z | [ recovery-image] Feb 12 06:56:34.445 INFO O| Feb 12 06:56:34.445 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4913 | 2026-02-12T06:56:35.619Z | [ recovery-image] Feb 12 06:56:34.847 INFO O| Feb 12 06:56:34.847 INFO rolled back to input snapshot; work may begin |
| 4914 | 2026-02-12T06:56:35.619Z | [ recovery-image] Feb 12 06:56:34.847 INFO O| Feb 12 06:56:34.847 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4915 | 2026-02-12T06:56:35.625Z | [ recovery-image] Feb 12 06:56:34.854 INFO O| Feb 12 06:56:34.854 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4916 | 2026-02-12T06:56:35.637Z | [ recovery-image] Feb 12 06:56:34.866 INFO O| Feb 12 06:56:34.866 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7" |
| 4917 | 2026-02-12T06:56:35.641Z | [ recovery-image] Feb 12 06:56:34.870 INFO O| Feb 12 06:56:34.870 INFO STEP 0 (remove_files) COMPLETE |
| 4918 | 2026-02-12T06:56:35.641Z | [ recovery-image] Feb 12 06:56:34.870 INFO O| Feb 12 06:56:34.870 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4919 | 2026-02-12T06:56:35.654Z | [ recovery-image] Feb 12 06:56:34.883 INFO O| Feb 12 06:56:34.883 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share" |
| 4920 | 2026-02-12T06:56:35.730Z | [ recovery-image] Feb 12 06:56:34.958 INFO O| Feb 12 06:56:34.958 INFO STEP 1 (remove_files) COMPLETE |
| 4921 | 2026-02-12T06:56:35.730Z | [ recovery-image] Feb 12 06:56:34.958 INFO O| Feb 12 06:56:34.958 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4922 | 2026-02-12T06:56:35.745Z | [ recovery-image] Feb 12 06:56:34.973 INFO O| Feb 12 06:56:34.973 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns" |
| 4923 | 2026-02-12T06:56:35.748Z | [ recovery-image] Feb 12 06:56:34.976 INFO O| Feb 12 06:56:34.976 INFO STEP 2 (remove_files) COMPLETE |
| 4924 | 2026-02-12T06:56:35.748Z | [ recovery-image] Feb 12 06:56:34.976 INFO O| Feb 12 06:56:34.976 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4925 | 2026-02-12T06:56:35.761Z | [ recovery-image] Feb 12 06:56:34.990 INFO O| Feb 12 06:56:34.990 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv" |
| 4926 | 2026-02-12T06:56:35.827Z | [ recovery-image] Feb 12 06:56:35.056 INFO O| Feb 12 06:56:35.056 INFO STEP 3 (remove_files) COMPLETE |
| 4927 | 2026-02-12T06:56:35.827Z | [ recovery-image] Feb 12 06:56:35.056 INFO O| Feb 12 06:56:35.056 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4928 | 2026-02-12T06:56:35.842Z | [ recovery-image] Feb 12 06:56:35.070 INFO O| Feb 12 06:56:35.070 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale" |
| 4929 | 2026-02-12T06:56:35.860Z | [ recovery-image] Feb 12 06:56:35.089 INFO O| Feb 12 06:56:35.089 INFO STEP 4 (remove_files) COMPLETE |
| 4930 | 2026-02-12T06:56:35.860Z | [ recovery-image] Feb 12 06:56:35.089 INFO O| Feb 12 06:56:35.089 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4931 | 2026-02-12T06:56:35.875Z | [ recovery-image] Feb 12 06:56:35.103 INFO O| Feb 12 06:56:35.103 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps" |
| 4932 | 2026-02-12T06:56:35.878Z | [ recovery-image] Feb 12 06:56:35.106 INFO O| Feb 12 06:56:35.106 INFO STEP 5 (remove_files) COMPLETE |
| 4933 | 2026-02-12T06:56:35.878Z | [ recovery-image] Feb 12 06:56:35.106 INFO O| Feb 12 06:56:35.106 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4934 | 2026-02-12T06:56:35.890Z | [ recovery-image] Feb 12 06:56:35.119 INFO O| Feb 12 06:56:35.119 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig" |
| 4935 | 2026-02-12T06:56:35.893Z | [ recovery-image] Feb 12 06:56:35.122 INFO O| Feb 12 06:56:35.122 INFO STEP 6 (remove_files) COMPLETE |
| 4936 | 2026-02-12T06:56:35.893Z | [ recovery-image] Feb 12 06:56:35.122 INFO O| Feb 12 06:56:35.122 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4937 | 2026-02-12T06:56:35.907Z | [ recovery-image] Feb 12 06:56:35.135 INFO O| Feb 12 06:56:35.135 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi" |
| 4938 | 2026-02-12T06:56:35.913Z | [ recovery-image] Feb 12 06:56:35.141 INFO O| Feb 12 06:56:35.141 INFO STEP 7 (remove_files) COMPLETE |
| 4939 | 2026-02-12T06:56:35.913Z | [ recovery-image] Feb 12 06:56:35.142 INFO O| Feb 12 06:56:35.141 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4940 | 2026-02-12T06:56:35.927Z | [ recovery-image] Feb 12 06:56:35.156 INFO O| Feb 12 06:56:35.156 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs" |
| 4941 | 2026-02-12T06:56:35.930Z | [ recovery-image] Feb 12 06:56:35.158 INFO O| Feb 12 06:56:35.158 INFO STEP 8 (remove_files) COMPLETE |
| 4942 | 2026-02-12T06:56:35.930Z | [ recovery-image] Feb 12 06:56:35.158 INFO O| Feb 12 06:56:35.158 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4943 | 2026-02-12T06:56:36.053Z | [ recovery-image] Feb 12 06:56:35.172 INFO O| Feb 12 06:56:35.172 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv" |
| 4944 | 2026-02-12T06:56:36.053Z | [ recovery-image] Feb 12 06:56:35.174 INFO O| Feb 12 06:56:35.174 INFO STEP 9 (remove_files) COMPLETE |
| 4945 | 2026-02-12T06:56:36.053Z | [ recovery-image] Feb 12 06:56:35.174 INFO O| Feb 12 06:56:35.174 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4946 | 2026-02-12T06:56:36.053Z | [ recovery-image] Feb 12 06:56:35.188 INFO O| Feb 12 06:56:35.188 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5" |
| 4947 | 2026-02-12T06:56:36.056Z | [ recovery-image] Feb 12 06:56:35.267 INFO O| Feb 12 06:56:35.267 INFO STEP 10 (remove_files) COMPLETE |
| 4948 | 2026-02-12T06:56:36.056Z | [ recovery-image] Feb 12 06:56:35.267 INFO O| Feb 12 06:56:35.267 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4949 | 2026-02-12T06:56:36.063Z | [ recovery-image] Feb 12 06:56:35.292 INFO O| Feb 12 06:56:35.292 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash" |
| 4950 | 2026-02-12T06:56:36.067Z | [ recovery-image] Feb 12 06:56:35.295 INFO O| Feb 12 06:56:35.295 INFO STEP 11 (remove_files) COMPLETE |
| 4951 | 2026-02-12T06:56:36.067Z | [ recovery-image] Feb 12 06:56:35.295 INFO O| Feb 12 06:56:35.295 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4952 | 2026-02-12T06:56:36.084Z | [ recovery-image] Feb 12 06:56:35.308 INFO O| Feb 12 06:56:35.308 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve" |
| 4953 | 2026-02-12T06:56:36.084Z | [ recovery-image] Feb 12 06:56:35.312 INFO O| Feb 12 06:56:35.312 INFO STEP 12 (remove_files) COMPLETE |
| 4954 | 2026-02-12T06:56:36.084Z | [ recovery-image] Feb 12 06:56:35.312 INFO O| Feb 12 06:56:35.312 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4955 | 2026-02-12T06:56:36.098Z | [ recovery-image] Feb 12 06:56:35.326 INFO O| Feb 12 06:56:35.326 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs" |
| 4956 | 2026-02-12T06:56:36.101Z | [ recovery-image] Feb 12 06:56:35.327 INFO O| Feb 12 06:56:35.327 INFO STEP 13 (remove_files) COMPLETE |
| 4957 | 2026-02-12T06:56:36.101Z | [ recovery-image] Feb 12 06:56:35.327 INFO O| Feb 12 06:56:35.327 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4958 | 2026-02-12T06:56:36.110Z | [ recovery-image] Feb 12 06:56:35.339 INFO O| Feb 12 06:56:35.339 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons" |
| 4959 | 2026-02-12T06:56:36.114Z | [ recovery-image] Feb 12 06:56:35.340 INFO O| Feb 12 06:56:35.340 INFO STEP 14 (remove_files) COMPLETE |
| 4960 | 2026-02-12T06:56:36.114Z | [ recovery-image] Feb 12 06:56:35.340 INFO O| Feb 12 06:56:35.340 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4961 | 2026-02-12T06:56:36.125Z | [ recovery-image] Feb 12 06:56:35.353 INFO O| Feb 12 06:56:35.353 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale" |
| 4962 | 2026-02-12T06:56:36.134Z | [ recovery-image] Feb 12 06:56:35.363 INFO O| Feb 12 06:56:35.363 INFO STEP 15 (remove_files) COMPLETE |
| 4963 | 2026-02-12T06:56:36.134Z | [ recovery-image] Feb 12 06:56:35.363 INFO O| Feb 12 06:56:35.363 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4964 | 2026-02-12T06:56:36.148Z | [ recovery-image] Feb 12 06:56:35.376 INFO O| Feb 12 06:56:35.376 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src" |
| 4965 | 2026-02-12T06:56:36.148Z | [ recovery-image] Feb 12 06:56:35.377 INFO O| Feb 12 06:56:35.376 INFO STEP 16 (remove_files) COMPLETE |
| 4966 | 2026-02-12T06:56:36.151Z | [ recovery-image] Feb 12 06:56:35.377 INFO O| Feb 12 06:56:35.377 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4967 | 2026-02-12T06:56:36.161Z | [ recovery-image] Feb 12 06:56:35.389 INFO O| Feb 12 06:56:35.389 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo" |
| 4968 | 2026-02-12T06:56:36.164Z | [ recovery-image] Feb 12 06:56:35.390 INFO O| Feb 12 06:56:35.390 INFO STEP 17 (remove_files) COMPLETE |
| 4969 | 2026-02-12T06:56:36.164Z | [ recovery-image] Feb 12 06:56:35.390 INFO O| Feb 12 06:56:35.390 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4970 | 2026-02-12T06:56:36.174Z | [ recovery-image] Feb 12 06:56:35.402 INFO O| Feb 12 06:56:35.402 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim" |
| 4971 | 2026-02-12T06:56:36.230Z | [ recovery-image] Feb 12 06:56:35.458 INFO O| Feb 12 06:56:35.458 INFO STEP 18 (remove_files) COMPLETE |
| 4972 | 2026-02-12T06:56:36.230Z | [ recovery-image] Feb 12 06:56:35.458 INFO O| Feb 12 06:56:35.458 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4973 | 2026-02-12T06:56:36.243Z | [ recovery-image] Feb 12 06:56:35.472 INFO O| Feb 12 06:56:35.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml" |
| 4974 | 2026-02-12T06:56:36.247Z | [ recovery-image] Feb 12 06:56:35.473 INFO O| Feb 12 06:56:35.473 INFO STEP 19 (remove_files) COMPLETE |
| 4975 | 2026-02-12T06:56:36.247Z | [ recovery-image] Feb 12 06:56:35.473 INFO O| Feb 12 06:56:35.473 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4976 | 2026-02-12T06:56:36.257Z | [ recovery-image] Feb 12 06:56:35.485 INFO O| Feb 12 06:56:35.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml" |
| 4977 | 2026-02-12T06:56:36.260Z | [ recovery-image] Feb 12 06:56:35.486 INFO O| Feb 12 06:56:35.486 INFO STEP 20 (remove_files) COMPLETE |
| 4978 | 2026-02-12T06:56:36.260Z | [ recovery-image] Feb 12 06:56:35.486 INFO O| Feb 12 06:56:35.486 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4979 | 2026-02-12T06:56:36.272Z | [ recovery-image] Feb 12 06:56:35.500 INFO O| Feb 12 06:56:35.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb" |
| 4980 | 2026-02-12T06:56:36.275Z | [ recovery-image] Feb 12 06:56:35.500 INFO O| Feb 12 06:56:35.500 INFO STEP 21 (remove_files) COMPLETE |
| 4981 | 2026-02-12T06:56:36.275Z | [ recovery-image] Feb 12 06:56:35.500 INFO O| Feb 12 06:56:35.500 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4982 | 2026-02-12T06:56:36.284Z | [ recovery-image] Feb 12 06:56:35.513 INFO O| Feb 12 06:56:35.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec" |
| 4983 | 2026-02-12T06:56:36.288Z | [ recovery-image] Feb 12 06:56:35.513 INFO O| Feb 12 06:56:35.513 INFO STEP 22 (remove_files) COMPLETE |
| 4984 | 2026-02-12T06:56:36.288Z | [ recovery-image] Feb 12 06:56:35.513 INFO O| Feb 12 06:56:35.513 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4985 | 2026-02-12T06:56:36.298Z | [ recovery-image] Feb 12 06:56:35.526 INFO O| Feb 12 06:56:35.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap" |
| 4986 | 2026-02-12T06:56:36.301Z | [ recovery-image] Feb 12 06:56:35.527 INFO O| Feb 12 06:56:35.526 INFO STEP 23 (remove_files) COMPLETE |
| 4987 | 2026-02-12T06:56:36.301Z | [ recovery-image] Feb 12 06:56:35.527 INFO O| Feb 12 06:56:35.527 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4988 | 2026-02-12T06:56:36.312Z | [ recovery-image] Feb 12 06:56:35.540 INFO O| Feb 12 06:56:35.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias" |
| 4989 | 2026-02-12T06:56:36.312Z | [ recovery-image] Feb 12 06:56:35.540 INFO O| Feb 12 06:56:35.540 INFO STEP 24 (remove_files) COMPLETE |
| 4990 | 2026-02-12T06:56:36.315Z | [ recovery-image] Feb 12 06:56:35.540 INFO O| Feb 12 06:56:35.540 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4991 | 2026-02-12T06:56:36.325Z | [ recovery-image] Feb 12 06:56:35.554 INFO O| Feb 12 06:56:35.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb" |
| 4992 | 2026-02-12T06:56:36.328Z | [ recovery-image] Feb 12 06:56:35.555 INFO O| Feb 12 06:56:35.555 INFO STEP 25 (remove_files) COMPLETE |
| 4993 | 2026-02-12T06:56:36.328Z | [ recovery-image] Feb 12 06:56:35.555 INFO O| Feb 12 06:56:35.555 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4994 | 2026-02-12T06:56:36.337Z | [ recovery-image] Feb 12 06:56:35.565 INFO O| Feb 12 06:56:35.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt" |
| 4995 | 2026-02-12T06:56:36.340Z | [ recovery-image] Feb 12 06:56:35.566 INFO O| Feb 12 06:56:35.566 INFO STEP 26 (remove_files) COMPLETE |
| 4996 | 2026-02-12T06:56:36.340Z | [ recovery-image] Feb 12 06:56:35.566 INFO O| Feb 12 06:56:35.566 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4997 | 2026-02-12T06:56:36.352Z | [ recovery-image] Feb 12 06:56:35.581 INFO O| Feb 12 06:56:35.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack" |
| 4998 | 2026-02-12T06:56:36.355Z | [ recovery-image] Feb 12 06:56:35.581 INFO O| Feb 12 06:56:35.581 INFO STEP 27 (remove_files) COMPLETE |
| 4999 | 2026-02-12T06:56:36.355Z | [ recovery-image] Feb 12 06:56:35.581 INFO O| Feb 12 06:56:35.581 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5000 | 2026-02-12T06:56:36.365Z | [ recovery-image] Feb 12 06:56:35.593 INFO O| Feb 12 06:56:35.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle" |
| 5001 | 2026-02-12T06:56:36.365Z | [ recovery-image] Feb 12 06:56:35.593 INFO O| Feb 12 06:56:35.593 INFO STEP 28 (remove_files) COMPLETE |
| 5002 | 2026-02-12T06:56:36.365Z | [ recovery-image] Feb 12 06:56:35.593 INFO O| Feb 12 06:56:35.593 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5003 | 2026-02-12T06:56:36.378Z | [ recovery-image] Feb 12 06:56:35.606 INFO O| Feb 12 06:56:35.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl" |
| 5004 | 2026-02-12T06:56:36.378Z | [ recovery-image] Feb 12 06:56:35.606 INFO O| Feb 12 06:56:35.606 INFO STEP 29 (remove_files) COMPLETE |
| 5005 | 2026-02-12T06:56:36.381Z | [ recovery-image] Feb 12 06:56:35.607 INFO O| Feb 12 06:56:35.607 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5006 | 2026-02-12T06:56:36.390Z | [ recovery-image] Feb 12 06:56:35.619 INFO O| Feb 12 06:56:35.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config" |
| 5007 | 2026-02-12T06:56:36.391Z | [ recovery-image] Feb 12 06:56:35.619 INFO O| Feb 12 06:56:35.619 INFO STEP 30 (remove_files) COMPLETE |
| 5008 | 2026-02-12T06:56:36.394Z | [ recovery-image] Feb 12 06:56:35.619 INFO O| Feb 12 06:56:35.619 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5009 | 2026-02-12T06:56:36.403Z | [ recovery-image] Feb 12 06:56:35.631 INFO O| Feb 12 06:56:35.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt" |
| 5010 | 2026-02-12T06:56:36.403Z | [ recovery-image] Feb 12 06:56:35.631 INFO O| Feb 12 06:56:35.631 INFO STEP 31 (remove_files) COMPLETE |
| 5011 | 2026-02-12T06:56:36.406Z | [ recovery-image] Feb 12 06:56:35.631 INFO O| Feb 12 06:56:35.631 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5012 | 2026-02-12T06:56:36.415Z | [ recovery-image] Feb 12 06:56:35.643 INFO O| Feb 12 06:56:35.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest" |
| 5013 | 2026-02-12T06:56:36.415Z | [ recovery-image] Feb 12 06:56:35.644 INFO O| Feb 12 06:56:35.644 INFO STEP 32 (remove_files) COMPLETE |
| 5014 | 2026-02-12T06:56:36.415Z | [ recovery-image] Feb 12 06:56:35.644 INFO O| Feb 12 06:56:35.644 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5015 | 2026-02-12T06:56:36.427Z | [ recovery-image] Feb 12 06:56:35.656 INFO O| Feb 12 06:56:35.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap" |
| 5016 | 2026-02-12T06:56:36.431Z | [ recovery-image] Feb 12 06:56:35.657 INFO O| Feb 12 06:56:35.657 INFO STEP 33 (remove_files) COMPLETE |
| 5017 | 2026-02-12T06:56:36.431Z | [ recovery-image] Feb 12 06:56:35.657 INFO O| Feb 12 06:56:35.657 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5018 | 2026-02-12T06:56:36.440Z | [ recovery-image] Feb 12 06:56:35.669 INFO O| Feb 12 06:56:35.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt" |
| 5019 | 2026-02-12T06:56:36.440Z | [ recovery-image] Feb 12 06:56:35.669 INFO O| Feb 12 06:56:35.669 INFO STEP 34 (remove_files) COMPLETE |
| 5020 | 2026-02-12T06:56:36.443Z | [ recovery-image] Feb 12 06:56:35.669 INFO O| Feb 12 06:56:35.669 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5021 | 2026-02-12T06:56:36.454Z | [ recovery-image] Feb 12 06:56:35.682 INFO O| Feb 12 06:56:35.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear" |
| 5022 | 2026-02-12T06:56:36.454Z | [ recovery-image] Feb 12 06:56:35.682 INFO O| Feb 12 06:56:35.682 INFO STEP 35 (remove_files) COMPLETE |
| 5023 | 2026-02-12T06:56:36.454Z | [ recovery-image] Feb 12 06:56:35.682 INFO O| Feb 12 06:56:35.682 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5024 | 2026-02-12T06:56:36.466Z | [ recovery-image] Feb 12 06:56:35.694 INFO O| Feb 12 06:56:35.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp" |
| 5025 | 2026-02-12T06:56:36.466Z | [ recovery-image] Feb 12 06:56:35.694 INFO O| Feb 12 06:56:35.694 INFO STEP 36 (remove_files) COMPLETE |
| 5026 | 2026-02-12T06:56:36.469Z | [ recovery-image] Feb 12 06:56:35.694 INFO O| Feb 12 06:56:35.694 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5027 | 2026-02-12T06:56:36.478Z | [ recovery-image] Feb 12 06:56:35.706 INFO O| Feb 12 06:56:35.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs" |
| 5028 | 2026-02-12T06:56:36.478Z | [ recovery-image] Feb 12 06:56:35.707 INFO O| Feb 12 06:56:35.707 INFO STEP 37 (remove_files) COMPLETE |
| 5029 | 2026-02-12T06:56:36.481Z | [ recovery-image] Feb 12 06:56:35.707 INFO O| Feb 12 06:56:35.707 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5030 | 2026-02-12T06:56:36.491Z | [ recovery-image] Feb 12 06:56:35.719 INFO O| Feb 12 06:56:35.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic" |
| 5031 | 2026-02-12T06:56:36.491Z | [ recovery-image] Feb 12 06:56:35.719 INFO O| Feb 12 06:56:35.719 INFO STEP 38 (remove_files) COMPLETE |
| 5032 | 2026-02-12T06:56:36.494Z | [ recovery-image] Feb 12 06:56:35.719 INFO O| Feb 12 06:56:35.719 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5033 | 2026-02-12T06:56:36.503Z | [ recovery-image] Feb 12 06:56:35.731 INFO O| Feb 12 06:56:35.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe" |
| 5034 | 2026-02-12T06:56:36.503Z | [ recovery-image] Feb 12 06:56:35.731 INFO O| Feb 12 06:56:35.731 INFO STEP 39 (remove_files) COMPLETE |
| 5035 | 2026-02-12T06:56:36.503Z | [ recovery-image] Feb 12 06:56:35.731 INFO O| Feb 12 06:56:35.731 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5036 | 2026-02-12T06:56:36.514Z | [ recovery-image] Feb 12 06:56:35.743 INFO O| Feb 12 06:56:35.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput" |
| 5037 | 2026-02-12T06:56:36.514Z | [ recovery-image] Feb 12 06:56:35.743 INFO O| Feb 12 06:56:35.743 INFO STEP 40 (remove_files) COMPLETE |
| 5038 | 2026-02-12T06:56:36.514Z | [ recovery-image] Feb 12 06:56:35.743 INFO O| Feb 12 06:56:35.743 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5039 | 2026-02-12T06:56:36.527Z | [ recovery-image] Feb 12 06:56:35.756 INFO O| Feb 12 06:56:35.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset" |
| 5040 | 2026-02-12T06:56:36.528Z | [ recovery-image] Feb 12 06:56:35.756 INFO O| Feb 12 06:56:35.756 INFO STEP 41 (remove_files) COMPLETE |
| 5041 | 2026-02-12T06:56:36.528Z | [ recovery-image] Feb 12 06:56:35.756 INFO O| Feb 12 06:56:35.756 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5042 | 2026-02-12T06:56:36.540Z | [ recovery-image] Feb 12 06:56:35.769 INFO O| Feb 12 06:56:35.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn" |
| 5043 | 2026-02-12T06:56:36.540Z | [ recovery-image] Feb 12 06:56:35.769 INFO O| Feb 12 06:56:35.769 INFO STEP 42 (remove_files) COMPLETE |
| 5044 | 2026-02-12T06:56:36.540Z | [ recovery-image] Feb 12 06:56:35.769 INFO O| Feb 12 06:56:35.769 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5045 | 2026-02-12T06:56:36.553Z | [ recovery-image] Feb 12 06:56:35.781 INFO O| Feb 12 06:56:35.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93" |
| 5046 | 2026-02-12T06:56:36.553Z | [ recovery-image] Feb 12 06:56:35.782 INFO O| Feb 12 06:56:35.782 INFO STEP 43 (remove_files) COMPLETE |
| 5047 | 2026-02-12T06:56:36.556Z | [ recovery-image] Feb 12 06:56:35.782 INFO O| Feb 12 06:56:35.782 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5048 | 2026-02-12T06:56:36.566Z | [ recovery-image] Feb 12 06:56:35.795 INFO O| Feb 12 06:56:35.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls" |
| 5049 | 2026-02-12T06:56:36.566Z | [ recovery-image] Feb 12 06:56:35.795 INFO O| Feb 12 06:56:35.795 INFO STEP 44 (remove_files) COMPLETE |
| 5050 | 2026-02-12T06:56:36.569Z | [ recovery-image] Feb 12 06:56:35.795 INFO O| Feb 12 06:56:35.795 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5051 | 2026-02-12T06:56:36.577Z | [ recovery-image] Feb 12 06:56:35.806 INFO O| Feb 12 06:56:35.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac" |
| 5052 | 2026-02-12T06:56:36.577Z | [ recovery-image] Feb 12 06:56:35.806 INFO O| Feb 12 06:56:35.806 INFO STEP 45 (remove_files) COMPLETE |
| 5053 | 2026-02-12T06:56:36.581Z | [ recovery-image] Feb 12 06:56:35.806 INFO O| Feb 12 06:56:35.806 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5054 | 2026-02-12T06:56:36.588Z | [ recovery-image] Feb 12 06:56:35.817 INFO O| Feb 12 06:56:35.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe" |
| 5055 | 2026-02-12T06:56:36.588Z | [ recovery-image] Feb 12 06:56:35.817 INFO O| Feb 12 06:56:35.817 INFO STEP 46 (remove_files) COMPLETE |
| 5056 | 2026-02-12T06:56:36.588Z | [ recovery-image] Feb 12 06:56:35.817 INFO O| Feb 12 06:56:35.817 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5057 | 2026-02-12T06:56:36.599Z | [ recovery-image] Feb 12 06:56:35.827 INFO O| Feb 12 06:56:35.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config" |
| 5058 | 2026-02-12T06:56:36.599Z | [ recovery-image] Feb 12 06:56:35.827 INFO O| Feb 12 06:56:35.827 INFO STEP 47 (remove_files) COMPLETE |
| 5059 | 2026-02-12T06:56:36.602Z | [ recovery-image] Feb 12 06:56:35.827 INFO O| Feb 12 06:56:35.827 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5060 | 2026-02-12T06:56:36.610Z | [ recovery-image] Feb 12 06:56:35.838 INFO O| Feb 12 06:56:35.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask" |
| 5061 | 2026-02-12T06:56:36.610Z | [ recovery-image] Feb 12 06:56:35.839 INFO O| Feb 12 06:56:35.839 INFO STEP 48 (remove_files) COMPLETE |
| 5062 | 2026-02-12T06:56:36.610Z | [ recovery-image] Feb 12 06:56:35.839 INFO O| Feb 12 06:56:35.839 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5063 | 2026-02-12T06:56:36.621Z | [ recovery-image] Feb 12 06:56:35.850 INFO O| Feb 12 06:56:35.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup" |
| 5064 | 2026-02-12T06:56:36.621Z | [ recovery-image] Feb 12 06:56:35.850 INFO O| Feb 12 06:56:35.850 INFO STEP 49 (remove_files) COMPLETE |
| 5065 | 2026-02-12T06:56:36.625Z | [ recovery-image] Feb 12 06:56:35.850 INFO O| Feb 12 06:56:35.850 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5066 | 2026-02-12T06:56:36.633Z | [ recovery-image] Feb 12 06:56:35.861 INFO O| Feb 12 06:56:35.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs" |
| 5067 | 2026-02-12T06:56:36.636Z | [ recovery-image] Feb 12 06:56:35.862 INFO O| Feb 12 06:56:35.862 INFO STEP 50 (remove_files) COMPLETE |
| 5068 | 2026-02-12T06:56:36.636Z | [ recovery-image] Feb 12 06:56:35.862 INFO O| Feb 12 06:56:35.862 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5069 | 2026-02-12T06:56:36.647Z | [ recovery-image] Feb 12 06:56:35.876 INFO O| Feb 12 06:56:35.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv" |
| 5070 | 2026-02-12T06:56:36.651Z | [ recovery-image] Feb 12 06:56:35.876 INFO O| Feb 12 06:56:35.876 INFO STEP 51 (remove_files) COMPLETE |
| 5071 | 2026-02-12T06:56:36.651Z | [ recovery-image] Feb 12 06:56:35.876 INFO O| Feb 12 06:56:35.876 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5072 | 2026-02-12T06:56:36.660Z | [ recovery-image] Feb 12 06:56:35.889 INFO O| Feb 12 06:56:35.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config" |
| 5073 | 2026-02-12T06:56:36.664Z | [ recovery-image] Feb 12 06:56:35.890 INFO O| Feb 12 06:56:35.889 INFO STEP 52 (remove_files) COMPLETE |
| 5074 | 2026-02-12T06:56:36.664Z | [ recovery-image] Feb 12 06:56:35.890 INFO O| Feb 12 06:56:35.889 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5075 | 2026-02-12T06:56:36.675Z | [ recovery-image] Feb 12 06:56:35.903 INFO O| Feb 12 06:56:35.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config" |
| 5076 | 2026-02-12T06:56:36.675Z | [ recovery-image] Feb 12 06:56:35.904 INFO O| Feb 12 06:56:35.903 INFO STEP 53 (remove_files) COMPLETE |
| 5077 | 2026-02-12T06:56:36.675Z | [ recovery-image] Feb 12 06:56:35.904 INFO O| Feb 12 06:56:35.904 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5078 | 2026-02-12T06:56:36.689Z | [ recovery-image] Feb 12 06:56:35.917 INFO O| Feb 12 06:56:35.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config" |
| 5079 | 2026-02-12T06:56:36.689Z | [ recovery-image] Feb 12 06:56:35.917 INFO O| Feb 12 06:56:35.917 INFO STEP 54 (remove_files) COMPLETE |
| 5080 | 2026-02-12T06:56:36.689Z | [ recovery-image] Feb 12 06:56:35.917 INFO O| Feb 12 06:56:35.917 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5081 | 2026-02-12T06:56:36.701Z | [ recovery-image] Feb 12 06:56:35.929 INFO O| Feb 12 06:56:35.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep" |
| 5082 | 2026-02-12T06:56:36.701Z | [ recovery-image] Feb 12 06:56:35.929 INFO O| Feb 12 06:56:35.929 INFO STEP 55 (remove_files) COMPLETE |
| 5083 | 2026-02-12T06:56:36.701Z | [ recovery-image] Feb 12 06:56:35.929 INFO O| Feb 12 06:56:35.929 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5084 | 2026-02-12T06:56:36.713Z | [ recovery-image] Feb 12 06:56:35.942 INFO O| Feb 12 06:56:35.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test" |
| 5085 | 2026-02-12T06:56:36.714Z | [ recovery-image] Feb 12 06:56:35.942 INFO O| Feb 12 06:56:35.942 INFO STEP 56 (remove_files) COMPLETE |
| 5086 | 2026-02-12T06:56:36.714Z | [ recovery-image] Feb 12 06:56:35.942 INFO O| Feb 12 06:56:35.942 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5087 | 2026-02-12T06:56:36.726Z | [ recovery-image] Feb 12 06:56:35.954 INFO O| Feb 12 06:56:35.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred" |
| 5088 | 2026-02-12T06:56:36.726Z | [ recovery-image] Feb 12 06:56:35.954 INFO O| Feb 12 06:56:35.954 INFO STEP 57 (remove_files) COMPLETE |
| 5089 | 2026-02-12T06:56:36.729Z | [ recovery-image] Feb 12 06:56:35.954 INFO O| Feb 12 06:56:35.954 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5090 | 2026-02-12T06:56:36.736Z | [ recovery-image] Feb 12 06:56:35.965 INFO O| Feb 12 06:56:35.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep" |
| 5091 | 2026-02-12T06:56:36.736Z | [ recovery-image] Feb 12 06:56:35.965 INFO O| Feb 12 06:56:35.965 INFO STEP 58 (remove_files) COMPLETE |
| 5092 | 2026-02-12T06:56:36.736Z | [ recovery-image] Feb 12 06:56:35.965 INFO O| Feb 12 06:56:35.965 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5093 | 2026-02-12T06:56:36.746Z | [ recovery-image] Feb 12 06:56:35.974 INFO O| Feb 12 06:56:35.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest" |
| 5094 | 2026-02-12T06:56:36.746Z | [ recovery-image] Feb 12 06:56:35.975 INFO O| Feb 12 06:56:35.975 INFO STEP 59 (remove_files) COMPLETE |
| 5095 | 2026-02-12T06:56:36.746Z | [ recovery-image] Feb 12 06:56:35.975 INFO O| Feb 12 06:56:35.975 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5096 | 2026-02-12T06:56:36.756Z | [ recovery-image] Feb 12 06:56:35.984 INFO O| Feb 12 06:56:35.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv" |
| 5097 | 2026-02-12T06:56:36.756Z | [ recovery-image] Feb 12 06:56:35.984 INFO O| Feb 12 06:56:35.984 INFO STEP 60 (remove_files) COMPLETE |
| 5098 | 2026-02-12T06:56:36.756Z | [ recovery-image] Feb 12 06:56:35.984 INFO O| Feb 12 06:56:35.984 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5099 | 2026-02-12T06:56:36.766Z | [ recovery-image] Feb 12 06:56:35.994 INFO O| Feb 12 06:56:35.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles" |
| 5100 | 2026-02-12T06:56:36.766Z | [ recovery-image] Feb 12 06:56:35.994 INFO O| Feb 12 06:56:35.994 INFO STEP 61 (remove_files) COMPLETE |
| 5101 | 2026-02-12T06:56:36.769Z | [ recovery-image] Feb 12 06:56:35.994 INFO O| Feb 12 06:56:35.994 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5102 | 2026-02-12T06:56:36.777Z | [ recovery-image] Feb 12 06:56:36.005 INFO O| Feb 12 06:56:36.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags" |
| 5103 | 2026-02-12T06:56:36.777Z | [ recovery-image] Feb 12 06:56:36.006 INFO O| Feb 12 06:56:36.005 INFO STEP 62 (remove_files) COMPLETE |
| 5104 | 2026-02-12T06:56:36.780Z | [ recovery-image] Feb 12 06:56:36.006 INFO O| Feb 12 06:56:36.006 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5105 | 2026-02-12T06:56:36.788Z | [ recovery-image] Feb 12 06:56:36.016 INFO O| Feb 12 06:56:36.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd" |
| 5106 | 2026-02-12T06:56:36.788Z | [ recovery-image] Feb 12 06:56:36.016 INFO O| Feb 12 06:56:36.016 INFO STEP 63 (remove_files) COMPLETE |
| 5107 | 2026-02-12T06:56:36.788Z | [ recovery-image] Feb 12 06:56:36.016 INFO O| Feb 12 06:56:36.016 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5108 | 2026-02-12T06:56:36.799Z | [ recovery-image] Feb 12 06:56:36.027 INFO O| Feb 12 06:56:36.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp" |
| 5109 | 2026-02-12T06:56:36.799Z | [ recovery-image] Feb 12 06:56:36.027 INFO O| Feb 12 06:56:36.027 INFO STEP 64 (remove_files) COMPLETE |
| 5110 | 2026-02-12T06:56:36.802Z | [ recovery-image] Feb 12 06:56:36.027 INFO O| Feb 12 06:56:36.027 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5111 | 2026-02-12T06:56:36.809Z | [ recovery-image] Feb 12 06:56:36.037 INFO O| Feb 12 06:56:36.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit" |
| 5112 | 2026-02-12T06:56:36.812Z | [ recovery-image] Feb 12 06:56:36.038 INFO O| Feb 12 06:56:36.038 INFO STEP 65 (remove_files) COMPLETE |
| 5113 | 2026-02-12T06:56:36.812Z | [ recovery-image] Feb 12 06:56:36.038 INFO O| Feb 12 06:56:36.038 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5114 | 2026-02-12T06:56:36.822Z | [ recovery-image] Feb 12 06:56:36.050 INFO O| Feb 12 06:56:36.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise" |
| 5115 | 2026-02-12T06:56:36.825Z | [ recovery-image] Feb 12 06:56:36.050 INFO O| Feb 12 06:56:36.050 INFO STEP 66 (remove_files) COMPLETE |
| 5116 | 2026-02-12T06:56:36.825Z | [ recovery-image] Feb 12 06:56:36.050 INFO O| Feb 12 06:56:36.050 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5117 | 2026-02-12T06:56:36.834Z | [ recovery-image] Feb 12 06:56:36.062 INFO O| Feb 12 06:56:36.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap" |
| 5118 | 2026-02-12T06:56:36.837Z | [ recovery-image] Feb 12 06:56:36.062 INFO O| Feb 12 06:56:36.062 INFO STEP 67 (remove_files) COMPLETE |
| 5119 | 2026-02-12T06:56:36.837Z | [ recovery-image] Feb 12 06:56:36.062 INFO O| Feb 12 06:56:36.062 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5120 | 2026-02-12T06:56:36.845Z | [ recovery-image] Feb 12 06:56:36.073 INFO O| Feb 12 06:56:36.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz" |
| 5121 | 2026-02-12T06:56:36.848Z | [ recovery-image] Feb 12 06:56:36.074 INFO O| Feb 12 06:56:36.074 INFO STEP 68 (remove_files) COMPLETE |
| 5122 | 2026-02-12T06:56:36.848Z | [ recovery-image] Feb 12 06:56:36.074 INFO O| Feb 12 06:56:36.074 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5123 | 2026-02-12T06:56:36.857Z | [ recovery-image] Feb 12 06:56:36.085 INFO O| Feb 12 06:56:36.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv" |
| 5124 | 2026-02-12T06:56:36.857Z | [ recovery-image] Feb 12 06:56:36.085 INFO O| Feb 12 06:56:36.085 INFO STEP 69 (remove_files) COMPLETE |
| 5125 | 2026-02-12T06:56:36.857Z | [ recovery-image] Feb 12 06:56:36.085 INFO O| Feb 12 06:56:36.085 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5126 | 2026-02-12T06:56:36.868Z | [ recovery-image] Feb 12 06:56:36.097 INFO O| Feb 12 06:56:36.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl" |
| 5127 | 2026-02-12T06:56:36.869Z | [ recovery-image] Feb 12 06:56:36.097 INFO O| Feb 12 06:56:36.097 INFO STEP 70 (remove_files) COMPLETE |
| 5128 | 2026-02-12T06:56:36.869Z | [ recovery-image] Feb 12 06:56:36.097 INFO O| Feb 12 06:56:36.097 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5129 | 2026-02-12T06:56:36.880Z | [ recovery-image] Feb 12 06:56:36.108 INFO O| Feb 12 06:56:36.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap" |
| 5130 | 2026-02-12T06:56:36.880Z | [ recovery-image] Feb 12 06:56:36.109 INFO O| Feb 12 06:56:36.108 INFO STEP 71 (remove_files) COMPLETE |
| 5131 | 2026-02-12T06:56:36.883Z | [ recovery-image] Feb 12 06:56:36.109 INFO O| Feb 12 06:56:36.109 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5132 | 2026-02-12T06:56:36.891Z | [ recovery-image] Feb 12 06:56:36.120 INFO O| Feb 12 06:56:36.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat" |
| 5133 | 2026-02-12T06:56:36.891Z | [ recovery-image] Feb 12 06:56:36.120 INFO O| Feb 12 06:56:36.120 INFO STEP 72 (remove_files) COMPLETE |
| 5134 | 2026-02-12T06:56:36.894Z | [ recovery-image] Feb 12 06:56:36.120 INFO O| Feb 12 06:56:36.120 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5135 | 2026-02-12T06:56:36.902Z | [ recovery-image] Feb 12 06:56:36.131 INFO O| Feb 12 06:56:36.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun" |
| 5136 | 2026-02-12T06:56:36.905Z | [ recovery-image] Feb 12 06:56:36.131 INFO O| Feb 12 06:56:36.131 INFO STEP 73 (remove_files) COMPLETE |
| 5137 | 2026-02-12T06:56:36.905Z | [ recovery-image] Feb 12 06:56:36.131 INFO O| Feb 12 06:56:36.131 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5138 | 2026-02-12T06:56:36.913Z | [ recovery-image] Feb 12 06:56:36.141 INFO O| Feb 12 06:56:36.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags" |
| 5139 | 2026-02-12T06:56:36.913Z | [ recovery-image] Feb 12 06:56:36.141 INFO O| Feb 12 06:56:36.141 INFO STEP 74 (remove_files) COMPLETE |
| 5140 | 2026-02-12T06:56:36.916Z | [ recovery-image] Feb 12 06:56:36.141 INFO O| Feb 12 06:56:36.141 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5141 | 2026-02-12T06:56:36.924Z | [ recovery-image] Feb 12 06:56:36.153 INFO O| Feb 12 06:56:36.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig" |
| 5142 | 2026-02-12T06:56:36.924Z | [ recovery-image] Feb 12 06:56:36.153 INFO O| Feb 12 06:56:36.153 INFO STEP 75 (remove_files) COMPLETE |
| 5143 | 2026-02-12T06:56:36.927Z | [ recovery-image] Feb 12 06:56:36.153 INFO O| Feb 12 06:56:36.153 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5144 | 2026-02-12T06:56:36.936Z | [ recovery-image] Feb 12 06:56:36.164 INFO O| Feb 12 06:56:36.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack" |
| 5145 | 2026-02-12T06:56:36.936Z | [ recovery-image] Feb 12 06:56:36.164 INFO O| Feb 12 06:56:36.164 INFO STEP 76 (remove_files) COMPLETE |
| 5146 | 2026-02-12T06:56:36.936Z | [ recovery-image] Feb 12 06:56:36.164 INFO O| Feb 12 06:56:36.164 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5147 | 2026-02-12T06:56:36.947Z | [ recovery-image] Feb 12 06:56:36.176 INFO O| Feb 12 06:56:36.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop" |
| 5148 | 2026-02-12T06:56:36.947Z | [ recovery-image] Feb 12 06:56:36.176 INFO O| Feb 12 06:56:36.176 INFO STEP 77 (remove_files) COMPLETE |
| 5149 | 2026-02-12T06:56:36.951Z | [ recovery-image] Feb 12 06:56:36.176 INFO O| Feb 12 06:56:36.176 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5150 | 2026-02-12T06:56:36.958Z | [ recovery-image] Feb 12 06:56:36.187 INFO O| Feb 12 06:56:36.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime" |
| 5151 | 2026-02-12T06:56:36.958Z | [ recovery-image] Feb 12 06:56:36.187 INFO O| Feb 12 06:56:36.187 INFO STEP 78 (remove_files) COMPLETE |
| 5152 | 2026-02-12T06:56:36.958Z | [ recovery-image] Feb 12 06:56:36.187 INFO O| Feb 12 06:56:36.187 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5153 | 2026-02-12T06:56:36.971Z | [ recovery-image] Feb 12 06:56:36.199 INFO O| Feb 12 06:56:36.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree" |
| 5154 | 2026-02-12T06:56:36.971Z | [ recovery-image] Feb 12 06:56:36.199 INFO O| Feb 12 06:56:36.199 INFO STEP 79 (remove_files) COMPLETE |
| 5155 | 2026-02-12T06:56:36.974Z | [ recovery-image] Feb 12 06:56:36.199 INFO O| Feb 12 06:56:36.199 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5156 | 2026-02-12T06:56:36.985Z | [ recovery-image] Feb 12 06:56:36.213 INFO O| Feb 12 06:56:36.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait" |
| 5157 | 2026-02-12T06:56:36.985Z | [ recovery-image] Feb 12 06:56:36.213 INFO O| Feb 12 06:56:36.213 INFO STEP 80 (remove_files) COMPLETE |
| 5158 | 2026-02-12T06:56:36.985Z | [ recovery-image] Feb 12 06:56:36.214 INFO O| Feb 12 06:56:36.213 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5159 | 2026-02-12T06:56:37.000Z | [ recovery-image] Feb 12 06:56:36.228 INFO O| Feb 12 06:56:36.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx" |
| 5160 | 2026-02-12T06:56:37.000Z | [ recovery-image] Feb 12 06:56:36.228 INFO O| Feb 12 06:56:36.228 INFO STEP 81 (remove_files) COMPLETE |
| 5161 | 2026-02-12T06:56:37.000Z | [ recovery-image] Feb 12 06:56:36.228 INFO O| Feb 12 06:56:36.228 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5162 | 2026-02-12T06:56:37.014Z | [ recovery-image] Feb 12 06:56:36.243 INFO O| Feb 12 06:56:36.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh" |
| 5163 | 2026-02-12T06:56:37.014Z | [ recovery-image] Feb 12 06:56:36.243 INFO O| Feb 12 06:56:36.243 INFO STEP 82 (remove_files) COMPLETE |
| 5164 | 2026-02-12T06:56:37.015Z | [ recovery-image] Feb 12 06:56:36.243 INFO O| Feb 12 06:56:36.243 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5165 | 2026-02-12T06:56:37.029Z | [ recovery-image] Feb 12 06:56:36.257 INFO O| Feb 12 06:56:36.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93" |
| 5166 | 2026-02-12T06:56:37.029Z | [ recovery-image] Feb 12 06:56:36.258 INFO O| Feb 12 06:56:36.258 INFO STEP 83 (remove_files) COMPLETE |
| 5167 | 2026-02-12T06:56:37.032Z | [ recovery-image] Feb 12 06:56:36.258 INFO O| Feb 12 06:56:36.258 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5168 | 2026-02-12T06:56:37.043Z | [ recovery-image] Feb 12 06:56:36.271 INFO O| Feb 12 06:56:36.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3" |
| 5169 | 2026-02-12T06:56:37.043Z | [ recovery-image] Feb 12 06:56:36.271 INFO O| Feb 12 06:56:36.271 INFO STEP 84 (remove_files) COMPLETE |
| 5170 | 2026-02-12T06:56:37.046Z | [ recovery-image] Feb 12 06:56:36.271 INFO O| Feb 12 06:56:36.271 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5171 | 2026-02-12T06:56:37.056Z | [ recovery-image] Feb 12 06:56:36.285 INFO O| Feb 12 06:56:36.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings" |
| 5172 | 2026-02-12T06:56:37.056Z | [ recovery-image] Feb 12 06:56:36.285 INFO O| Feb 12 06:56:36.285 INFO STEP 85 (remove_files) COMPLETE |
| 5173 | 2026-02-12T06:56:37.056Z | [ recovery-image] Feb 12 06:56:36.285 INFO O| Feb 12 06:56:36.285 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5174 | 2026-02-12T06:56:37.069Z | [ recovery-image] Feb 12 06:56:36.297 INFO O| Feb 12 06:56:36.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config" |
| 5175 | 2026-02-12T06:56:37.069Z | [ recovery-image] Feb 12 06:56:36.297 INFO O| Feb 12 06:56:36.297 INFO STEP 86 (remove_files) COMPLETE |
| 5176 | 2026-02-12T06:56:37.072Z | [ recovery-image] Feb 12 06:56:36.297 INFO O| Feb 12 06:56:36.297 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5177 | 2026-02-12T06:56:37.081Z | [ recovery-image] Feb 12 06:56:36.309 INFO O| Feb 12 06:56:36.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog" |
| 5178 | 2026-02-12T06:56:37.084Z | [ recovery-image] Feb 12 06:56:36.310 INFO O| Feb 12 06:56:36.310 INFO STEP 87 (remove_files) COMPLETE |
| 5179 | 2026-02-12T06:56:37.084Z | [ recovery-image] Feb 12 06:56:36.310 INFO O| Feb 12 06:56:36.310 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5180 | 2026-02-12T06:56:37.095Z | [ recovery-image] Feb 12 06:56:36.323 INFO O| Feb 12 06:56:36.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint" |
| 5181 | 2026-02-12T06:56:37.095Z | [ recovery-image] Feb 12 06:56:36.324 INFO O| Feb 12 06:56:36.324 INFO STEP 88 (remove_files) COMPLETE |
| 5182 | 2026-02-12T06:56:37.095Z | [ recovery-image] Feb 12 06:56:36.324 INFO O| Feb 12 06:56:36.324 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5183 | 2026-02-12T06:56:37.110Z | [ recovery-image] Feb 12 06:56:36.338 INFO O| Feb 12 06:56:36.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt" |
| 5184 | 2026-02-12T06:56:37.110Z | [ recovery-image] Feb 12 06:56:36.338 INFO O| Feb 12 06:56:36.338 INFO STEP 89 (remove_files) COMPLETE |
| 5185 | 2026-02-12T06:56:37.110Z | [ recovery-image] Feb 12 06:56:36.338 INFO O| Feb 12 06:56:36.338 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5186 | 2026-02-12T06:56:37.124Z | [ recovery-image] Feb 12 06:56:36.352 INFO O| Feb 12 06:56:36.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch" |
| 5187 | 2026-02-12T06:56:37.127Z | [ recovery-image] Feb 12 06:56:36.353 INFO O| Feb 12 06:56:36.353 INFO STEP 90 (remove_files) COMPLETE |
| 5188 | 2026-02-12T06:56:37.127Z | [ recovery-image] Feb 12 06:56:36.353 INFO O| Feb 12 06:56:36.353 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5189 | 2026-02-12T06:56:37.139Z | [ recovery-image] Feb 12 06:56:36.368 INFO O| Feb 12 06:56:36.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa" |
| 5190 | 2026-02-12T06:56:37.143Z | [ recovery-image] Feb 12 06:56:36.368 INFO O| Feb 12 06:56:36.368 INFO STEP 91 (remove_files) COMPLETE |
| 5191 | 2026-02-12T06:56:37.143Z | [ recovery-image] Feb 12 06:56:36.369 INFO O| Feb 12 06:56:36.368 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5192 | 2026-02-12T06:56:37.154Z | [ recovery-image] Feb 12 06:56:36.382 INFO O| Feb 12 06:56:36.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at" |
| 5193 | 2026-02-12T06:56:37.154Z | [ recovery-image] Feb 12 06:56:36.382 INFO O| Feb 12 06:56:36.382 INFO STEP 92 (remove_files) COMPLETE |
| 5194 | 2026-02-12T06:56:37.157Z | [ recovery-image] Feb 12 06:56:36.382 INFO O| Feb 12 06:56:36.382 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5195 | 2026-02-12T06:56:37.168Z | [ recovery-image] Feb 12 06:56:36.396 INFO O| Feb 12 06:56:36.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq" |
| 5196 | 2026-02-12T06:56:37.168Z | [ recovery-image] Feb 12 06:56:36.396 INFO O| Feb 12 06:56:36.396 INFO STEP 93 (remove_files) COMPLETE |
| 5197 | 2026-02-12T06:56:37.168Z | [ recovery-image] Feb 12 06:56:36.396 INFO O| Feb 12 06:56:36.396 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5198 | 2026-02-12T06:56:37.180Z | [ recovery-image] Feb 12 06:56:36.409 INFO O| Feb 12 06:56:36.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm" |
| 5199 | 2026-02-12T06:56:37.180Z | [ recovery-image] Feb 12 06:56:36.409 INFO O| Feb 12 06:56:36.409 INFO STEP 94 (remove_files) COMPLETE |
| 5200 | 2026-02-12T06:56:37.180Z | [ recovery-image] Feb 12 06:56:36.409 INFO O| Feb 12 06:56:36.409 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5201 | 2026-02-12T06:56:37.191Z | [ recovery-image] Feb 12 06:56:36.420 INFO O| Feb 12 06:56:36.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths" |
| 5202 | 2026-02-12T06:56:37.191Z | [ recovery-image] Feb 12 06:56:36.420 INFO O| Feb 12 06:56:36.420 INFO STEP 95 (remove_files) COMPLETE |
| 5203 | 2026-02-12T06:56:37.191Z | [ recovery-image] Feb 12 06:56:36.420 INFO O| Feb 12 06:56:36.420 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5204 | 2026-02-12T06:56:37.203Z | [ recovery-image] Feb 12 06:56:36.432 INFO O| Feb 12 06:56:36.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner" |
| 5205 | 2026-02-12T06:56:37.203Z | [ recovery-image] Feb 12 06:56:36.432 INFO O| Feb 12 06:56:36.432 INFO STEP 96 (remove_files) COMPLETE |
| 5206 | 2026-02-12T06:56:37.204Z | [ recovery-image] Feb 12 06:56:36.432 INFO O| Feb 12 06:56:36.432 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5207 | 2026-02-12T06:56:37.216Z | [ recovery-image] Feb 12 06:56:36.445 INFO O| Feb 12 06:56:36.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug" |
| 5208 | 2026-02-12T06:56:37.216Z | [ recovery-image] Feb 12 06:56:36.445 INFO O| Feb 12 06:56:36.445 INFO STEP 97 (remove_files) COMPLETE |
| 5209 | 2026-02-12T06:56:37.219Z | [ recovery-image] Feb 12 06:56:36.445 INFO O| Feb 12 06:56:36.445 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5210 | 2026-02-12T06:56:37.229Z | [ recovery-image] Feb 12 06:56:36.457 INFO O| Feb 12 06:56:36.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch" |
| 5211 | 2026-02-12T06:56:37.229Z | [ recovery-image] Feb 12 06:56:36.457 INFO O| Feb 12 06:56:36.457 INFO STEP 98 (remove_files) COMPLETE |
| 5212 | 2026-02-12T06:56:37.229Z | [ recovery-image] Feb 12 06:56:36.457 INFO O| Feb 12 06:56:36.457 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5213 | 2026-02-12T06:56:37.242Z | [ recovery-image] Feb 12 06:56:36.471 INFO O| Feb 12 06:56:36.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc" |
| 5214 | 2026-02-12T06:56:37.242Z | [ recovery-image] Feb 12 06:56:36.471 INFO O| Feb 12 06:56:36.471 INFO STEP 99 (remove_files) COMPLETE |
| 5215 | 2026-02-12T06:56:37.245Z | [ recovery-image] Feb 12 06:56:36.471 INFO O| Feb 12 06:56:36.471 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5216 | 2026-02-12T06:56:37.255Z | [ recovery-image] Feb 12 06:56:36.483 INFO O| Feb 12 06:56:36.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff" |
| 5217 | 2026-02-12T06:56:37.255Z | [ recovery-image] Feb 12 06:56:36.484 INFO O| Feb 12 06:56:36.484 INFO STEP 100 (remove_files) COMPLETE |
| 5218 | 2026-02-12T06:56:37.258Z | [ recovery-image] Feb 12 06:56:36.484 INFO O| Feb 12 06:56:36.484 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5219 | 2026-02-12T06:56:37.268Z | [ recovery-image] Feb 12 06:56:36.496 INFO O| Feb 12 06:56:36.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg" |
| 5220 | 2026-02-12T06:56:37.268Z | [ recovery-image] Feb 12 06:56:36.496 INFO O| Feb 12 06:56:36.496 INFO STEP 101 (remove_files) COMPLETE |
| 5221 | 2026-02-12T06:56:37.271Z | [ recovery-image] Feb 12 06:56:36.496 INFO O| Feb 12 06:56:36.496 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5222 | 2026-02-12T06:56:37.281Z | [ recovery-image] Feb 12 06:56:36.509 INFO O| Feb 12 06:56:36.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli" |
| 5223 | 2026-02-12T06:56:37.281Z | [ recovery-image] Feb 12 06:56:36.509 INFO O| Feb 12 06:56:36.509 INFO STEP 102 (remove_files) COMPLETE |
| 5224 | 2026-02-12T06:56:37.281Z | [ recovery-image] Feb 12 06:56:36.509 INFO O| Feb 12 06:56:36.509 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5225 | 2026-02-12T06:56:37.293Z | [ recovery-image] Feb 12 06:56:36.522 INFO O| Feb 12 06:56:36.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2" |
| 5226 | 2026-02-12T06:56:37.296Z | [ recovery-image] Feb 12 06:56:36.522 INFO O| Feb 12 06:56:36.522 INFO STEP 103 (remove_files) COMPLETE |
| 5227 | 2026-02-12T06:56:37.296Z | [ recovery-image] Feb 12 06:56:36.522 INFO O| Feb 12 06:56:36.522 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5228 | 2026-02-12T06:56:37.306Z | [ recovery-image] Feb 12 06:56:36.534 INFO O| Feb 12 06:56:36.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat" |
| 5229 | 2026-02-12T06:56:37.306Z | [ recovery-image] Feb 12 06:56:36.535 INFO O| Feb 12 06:56:36.534 INFO STEP 104 (remove_files) COMPLETE |
| 5230 | 2026-02-12T06:56:37.309Z | [ recovery-image] Feb 12 06:56:36.535 INFO O| Feb 12 06:56:36.535 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5231 | 2026-02-12T06:56:37.317Z | [ recovery-image] Feb 12 06:56:36.545 INFO O| Feb 12 06:56:36.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat" |
| 5232 | 2026-02-12T06:56:37.317Z | [ recovery-image] Feb 12 06:56:36.545 INFO O| Feb 12 06:56:36.545 INFO STEP 105 (remove_files) COMPLETE |
| 5233 | 2026-02-12T06:56:37.317Z | [ recovery-image] Feb 12 06:56:36.545 INFO O| Feb 12 06:56:36.545 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5234 | 2026-02-12T06:56:37.330Z | [ recovery-image] Feb 12 06:56:36.558 INFO O| Feb 12 06:56:36.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff" |
| 5235 | 2026-02-12T06:56:37.330Z | [ recovery-image] Feb 12 06:56:36.558 INFO O| Feb 12 06:56:36.558 INFO STEP 106 (remove_files) COMPLETE |
| 5236 | 2026-02-12T06:56:37.330Z | [ recovery-image] Feb 12 06:56:36.558 INFO O| Feb 12 06:56:36.558 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5237 | 2026-02-12T06:56:37.343Z | [ recovery-image] Feb 12 06:56:36.571 INFO O| Feb 12 06:56:36.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep" |
| 5238 | 2026-02-12T06:56:37.343Z | [ recovery-image] Feb 12 06:56:36.571 INFO O| Feb 12 06:56:36.571 INFO STEP 107 (remove_files) COMPLETE |
| 5239 | 2026-02-12T06:56:37.343Z | [ recovery-image] Feb 12 06:56:36.571 INFO O| Feb 12 06:56:36.571 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5240 | 2026-02-12T06:56:37.355Z | [ recovery-image] Feb 12 06:56:36.584 INFO O| Feb 12 06:56:36.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2" |
| 5241 | 2026-02-12T06:56:37.355Z | [ recovery-image] Feb 12 06:56:36.584 INFO O| Feb 12 06:56:36.584 INFO STEP 108 (remove_files) COMPLETE |
| 5242 | 2026-02-12T06:56:37.358Z | [ recovery-image] Feb 12 06:56:36.584 INFO O| Feb 12 06:56:36.584 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5243 | 2026-02-12T06:56:37.368Z | [ recovery-image] Feb 12 06:56:36.596 INFO O| Feb 12 06:56:36.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover" |
| 5244 | 2026-02-12T06:56:37.368Z | [ recovery-image] Feb 12 06:56:36.596 INFO O| Feb 12 06:56:36.596 INFO STEP 109 (remove_files) COMPLETE |
| 5245 | 2026-02-12T06:56:37.371Z | [ recovery-image] Feb 12 06:56:36.596 INFO O| Feb 12 06:56:36.596 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5246 | 2026-02-12T06:56:37.379Z | [ recovery-image] Feb 12 06:56:36.608 INFO O| Feb 12 06:56:36.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore" |
| 5247 | 2026-02-12T06:56:37.379Z | [ recovery-image] Feb 12 06:56:36.608 INFO O| Feb 12 06:56:36.608 INFO STEP 110 (remove_files) COMPLETE |
| 5248 | 2026-02-12T06:56:37.379Z | [ recovery-image] Feb 12 06:56:36.608 INFO O| Feb 12 06:56:36.608 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5249 | 2026-02-12T06:56:37.391Z | [ recovery-image] Feb 12 06:56:36.619 INFO O| Feb 12 06:56:36.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal" |
| 5250 | 2026-02-12T06:56:37.394Z | [ recovery-image] Feb 12 06:56:36.619 INFO O| Feb 12 06:56:36.619 INFO STEP 111 (remove_files) COMPLETE |
| 5251 | 2026-02-12T06:56:37.394Z | [ recovery-image] Feb 12 06:56:36.619 INFO O| Feb 12 06:56:36.619 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5252 | 2026-02-12T06:56:37.402Z | [ recovery-image] Feb 12 06:56:36.630 INFO O| Feb 12 06:56:36.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo" |
| 5253 | 2026-02-12T06:56:37.402Z | [ recovery-image] Feb 12 06:56:36.631 INFO O| Feb 12 06:56:36.631 INFO STEP 112 (remove_files) COMPLETE |
| 5254 | 2026-02-12T06:56:37.405Z | [ recovery-image] Feb 12 06:56:36.631 INFO O| Feb 12 06:56:36.631 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5255 | 2026-02-12T06:56:37.413Z | [ recovery-image] Feb 12 06:56:36.642 INFO O| Feb 12 06:56:36.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd" |
| 5256 | 2026-02-12T06:56:37.413Z | [ recovery-image] Feb 12 06:56:36.642 INFO O| Feb 12 06:56:36.642 INFO STEP 113 (remove_files) COMPLETE |
| 5257 | 2026-02-12T06:56:37.413Z | [ recovery-image] Feb 12 06:56:36.642 INFO O| Feb 12 06:56:36.642 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5258 | 2026-02-12T06:56:37.425Z | [ recovery-image] Feb 12 06:56:36.653 INFO O| Feb 12 06:56:36.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil" |
| 5259 | 2026-02-12T06:56:37.425Z | [ recovery-image] Feb 12 06:56:36.653 INFO O| Feb 12 06:56:36.653 INFO STEP 114 (remove_files) COMPLETE |
| 5260 | 2026-02-12T06:56:37.425Z | [ recovery-image] Feb 12 06:56:36.653 INFO O| Feb 12 06:56:36.653 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5261 | 2026-02-12T06:56:37.436Z | [ recovery-image] Feb 12 06:56:36.664 INFO O| Feb 12 06:56:36.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth" |
| 5262 | 2026-02-12T06:56:37.436Z | [ recovery-image] Feb 12 06:56:36.664 INFO O| Feb 12 06:56:36.664 INFO STEP 115 (remove_files) COMPLETE |
| 5263 | 2026-02-12T06:56:37.439Z | [ recovery-image] Feb 12 06:56:36.664 INFO O| Feb 12 06:56:36.664 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5264 | 2026-02-12T06:56:37.448Z | [ recovery-image] Feb 12 06:56:36.677 INFO O| Feb 12 06:56:36.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp" |
| 5265 | 2026-02-12T06:56:37.451Z | [ recovery-image] Feb 12 06:56:36.677 INFO O| Feb 12 06:56:36.677 INFO STEP 116 (remove_files) COMPLETE |
| 5266 | 2026-02-12T06:56:37.452Z | [ recovery-image] Feb 12 06:56:36.677 INFO O| Feb 12 06:56:36.677 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5267 | 2026-02-12T06:56:37.460Z | [ recovery-image] Feb 12 06:56:36.688 INFO O| Feb 12 06:56:36.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc" |
| 5268 | 2026-02-12T06:56:37.460Z | [ recovery-image] Feb 12 06:56:36.688 INFO O| Feb 12 06:56:36.688 INFO STEP 117 (remove_files) COMPLETE |
| 5269 | 2026-02-12T06:56:37.460Z | [ recovery-image] Feb 12 06:56:36.688 INFO O| Feb 12 06:56:36.688 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5270 | 2026-02-12T06:56:37.472Z | [ recovery-image] Feb 12 06:56:36.700 INFO O| Feb 12 06:56:36.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate" |
| 5271 | 2026-02-12T06:56:37.472Z | [ recovery-image] Feb 12 06:56:36.700 INFO O| Feb 12 06:56:36.700 INFO STEP 118 (remove_files) COMPLETE |
| 5272 | 2026-02-12T06:56:37.475Z | [ recovery-image] Feb 12 06:56:36.700 INFO O| Feb 12 06:56:36.700 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5273 | 2026-02-12T06:56:37.484Z | [ recovery-image] Feb 12 06:56:36.712 INFO O| Feb 12 06:56:36.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid" |
| 5274 | 2026-02-12T06:56:37.484Z | [ recovery-image] Feb 12 06:56:36.712 INFO O| Feb 12 06:56:36.712 INFO STEP 119 (remove_files) COMPLETE |
| 5275 | 2026-02-12T06:56:37.487Z | [ recovery-image] Feb 12 06:56:36.712 INFO O| Feb 12 06:56:36.712 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5276 | 2026-02-12T06:56:37.495Z | [ recovery-image] Feb 12 06:56:36.723 INFO O| Feb 12 06:56:36.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint" |
| 5277 | 2026-02-12T06:56:37.495Z | [ recovery-image] Feb 12 06:56:36.723 INFO O| Feb 12 06:56:36.723 INFO STEP 120 (remove_files) COMPLETE |
| 5278 | 2026-02-12T06:56:37.495Z | [ recovery-image] Feb 12 06:56:36.723 INFO O| Feb 12 06:56:36.723 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5279 | 2026-02-12T06:56:37.507Z | [ recovery-image] Feb 12 06:56:36.735 INFO O| Feb 12 06:56:36.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem" |
| 5280 | 2026-02-12T06:56:37.507Z | [ recovery-image] Feb 12 06:56:36.736 INFO O| Feb 12 06:56:36.736 INFO STEP 121 (remove_files) COMPLETE |
| 5281 | 2026-02-12T06:56:37.510Z | [ recovery-image] Feb 12 06:56:36.736 INFO O| Feb 12 06:56:36.736 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5282 | 2026-02-12T06:56:37.519Z | [ recovery-image] Feb 12 06:56:36.747 INFO O| Feb 12 06:56:36.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd" |
| 5283 | 2026-02-12T06:56:37.522Z | [ recovery-image] Feb 12 06:56:36.747 INFO O| Feb 12 06:56:36.747 INFO STEP 122 (remove_files) COMPLETE |
| 5284 | 2026-02-12T06:56:37.522Z | [ recovery-image] Feb 12 06:56:36.747 INFO O| Feb 12 06:56:36.747 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5285 | 2026-02-12T06:56:37.530Z | [ recovery-image] Feb 12 06:56:36.758 INFO O| Feb 12 06:56:36.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath" |
| 5286 | 2026-02-12T06:56:37.530Z | [ recovery-image] Feb 12 06:56:36.758 INFO O| Feb 12 06:56:36.758 INFO STEP 123 (remove_files) COMPLETE |
| 5287 | 2026-02-12T06:56:37.530Z | [ recovery-image] Feb 12 06:56:36.758 INFO O| Feb 12 06:56:36.758 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5288 | 2026-02-12T06:56:37.540Z | [ recovery-image] Feb 12 06:56:36.768 INFO O| Feb 12 06:56:36.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange" |
| 5289 | 2026-02-12T06:56:37.540Z | [ recovery-image] Feb 12 06:56:36.768 INFO O| Feb 12 06:56:36.768 INFO STEP 124 (remove_files) COMPLETE |
| 5290 | 2026-02-12T06:56:37.540Z | [ recovery-image] Feb 12 06:56:36.769 INFO O| Feb 12 06:56:36.768 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5291 | 2026-02-12T06:56:37.550Z | [ recovery-image] Feb 12 06:56:36.779 INFO O| Feb 12 06:56:36.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr" |
| 5292 | 2026-02-12T06:56:37.550Z | [ recovery-image] Feb 12 06:56:36.779 INFO O| Feb 12 06:56:36.779 INFO STEP 125 (remove_files) COMPLETE |
| 5293 | 2026-02-12T06:56:37.554Z | [ recovery-image] Feb 12 06:56:36.779 INFO O| Feb 12 06:56:36.779 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5294 | 2026-02-12T06:56:37.561Z | [ recovery-image] Feb 12 06:56:36.789 INFO O| Feb 12 06:56:36.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum" |
| 5295 | 2026-02-12T06:56:37.561Z | [ recovery-image] Feb 12 06:56:36.789 INFO O| Feb 12 06:56:36.789 INFO STEP 126 (remove_files) COMPLETE |
| 5296 | 2026-02-12T06:56:37.564Z | [ recovery-image] Feb 12 06:56:36.789 INFO O| Feb 12 06:56:36.789 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5297 | 2026-02-12T06:56:37.571Z | [ recovery-image] Feb 12 06:56:36.800 INFO O| Feb 12 06:56:36.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime" |
| 5298 | 2026-02-12T06:56:37.571Z | [ recovery-image] Feb 12 06:56:36.800 INFO O| Feb 12 06:56:36.800 INFO STEP 127 (remove_files) COMPLETE |
| 5299 | 2026-02-12T06:56:37.571Z | [ recovery-image] Feb 12 06:56:36.800 INFO O| Feb 12 06:56:36.800 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5300 | 2026-02-12T06:56:37.581Z | [ recovery-image] Feb 12 06:56:36.809 INFO O| Feb 12 06:56:36.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid" |
| 5301 | 2026-02-12T06:56:37.581Z | [ recovery-image] Feb 12 06:56:36.809 INFO O| Feb 12 06:56:36.809 INFO STEP 128 (remove_files) COMPLETE |
| 5302 | 2026-02-12T06:56:37.584Z | [ recovery-image] Feb 12 06:56:36.809 INFO O| Feb 12 06:56:36.809 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5303 | 2026-02-12T06:56:37.591Z | [ recovery-image] Feb 12 06:56:36.819 INFO O| Feb 12 06:56:36.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn" |
| 5304 | 2026-02-12T06:56:37.591Z | [ recovery-image] Feb 12 06:56:36.819 INFO O| Feb 12 06:56:36.819 INFO STEP 129 (remove_files) COMPLETE |
| 5305 | 2026-02-12T06:56:37.591Z | [ recovery-image] Feb 12 06:56:36.819 INFO O| Feb 12 06:56:36.819 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5306 | 2026-02-12T06:56:37.603Z | [ recovery-image] Feb 12 06:56:36.832 INFO O| Feb 12 06:56:36.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear" |
| 5307 | 2026-02-12T06:56:37.603Z | [ recovery-image] Feb 12 06:56:36.832 INFO O| Feb 12 06:56:36.832 INFO STEP 130 (remove_files) COMPLETE |
| 5308 | 2026-02-12T06:56:37.606Z | [ recovery-image] Feb 12 06:56:36.832 INFO O| Feb 12 06:56:36.832 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5309 | 2026-02-12T06:56:37.616Z | [ recovery-image] Feb 12 06:56:36.844 INFO O| Feb 12 06:56:36.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp" |
| 5310 | 2026-02-12T06:56:37.616Z | [ recovery-image] Feb 12 06:56:36.844 INFO O| Feb 12 06:56:36.844 INFO STEP 131 (remove_files) COMPLETE |
| 5311 | 2026-02-12T06:56:37.616Z | [ recovery-image] Feb 12 06:56:36.844 INFO O| Feb 12 06:56:36.844 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5312 | 2026-02-12T06:56:37.628Z | [ recovery-image] Feb 12 06:56:36.856 INFO O| Feb 12 06:56:36.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col" |
| 5313 | 2026-02-12T06:56:37.628Z | [ recovery-image] Feb 12 06:56:36.856 INFO O| Feb 12 06:56:36.856 INFO STEP 132 (remove_files) COMPLETE |
| 5314 | 2026-02-12T06:56:37.631Z | [ recovery-image] Feb 12 06:56:36.856 INFO O| Feb 12 06:56:36.856 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5315 | 2026-02-12T06:56:37.640Z | [ recovery-image] Feb 12 06:56:36.868 INFO O| Feb 12 06:56:36.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm" |
| 5316 | 2026-02-12T06:56:37.640Z | [ recovery-image] Feb 12 06:56:36.868 INFO O| Feb 12 06:56:36.868 INFO STEP 133 (remove_files) COMPLETE |
| 5317 | 2026-02-12T06:56:37.643Z | [ recovery-image] Feb 12 06:56:36.868 INFO O| Feb 12 06:56:36.868 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5318 | 2026-02-12T06:56:37.652Z | [ recovery-image] Feb 12 06:56:36.880 INFO O| Feb 12 06:56:36.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command" |
| 5319 | 2026-02-12T06:56:37.652Z | [ recovery-image] Feb 12 06:56:36.880 INFO O| Feb 12 06:56:36.880 INFO STEP 134 (remove_files) COMPLETE |
| 5320 | 2026-02-12T06:56:37.652Z | [ recovery-image] Feb 12 06:56:36.880 INFO O| Feb 12 06:56:36.880 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5321 | 2026-02-12T06:56:37.663Z | [ recovery-image] Feb 12 06:56:36.891 INFO O| Feb 12 06:56:36.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress" |
| 5322 | 2026-02-12T06:56:37.663Z | [ recovery-image] Feb 12 06:56:36.891 INFO O| Feb 12 06:56:36.891 INFO STEP 135 (remove_files) COMPLETE |
| 5323 | 2026-02-12T06:56:37.663Z | [ recovery-image] Feb 12 06:56:36.891 INFO O| Feb 12 06:56:36.891 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5324 | 2026-02-12T06:56:37.673Z | [ recovery-image] Feb 12 06:56:36.902 INFO O| Feb 12 06:56:36.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat" |
| 5325 | 2026-02-12T06:56:37.673Z | [ recovery-image] Feb 12 06:56:36.902 INFO O| Feb 12 06:56:36.902 INFO STEP 136 (remove_files) COMPLETE |
| 5326 | 2026-02-12T06:56:37.674Z | [ recovery-image] Feb 12 06:56:36.902 INFO O| Feb 12 06:56:36.902 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5327 | 2026-02-12T06:56:37.684Z | [ recovery-image] Feb 12 06:56:36.912 INFO O| Feb 12 06:56:36.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio" |
| 5328 | 2026-02-12T06:56:37.684Z | [ recovery-image] Feb 12 06:56:36.912 INFO O| Feb 12 06:56:36.912 INFO STEP 137 (remove_files) COMPLETE |
| 5329 | 2026-02-12T06:56:37.684Z | [ recovery-image] Feb 12 06:56:36.912 INFO O| Feb 12 06:56:36.912 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5330 | 2026-02-12T06:56:37.695Z | [ recovery-image] Feb 12 06:56:36.923 INFO O| Feb 12 06:56:36.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack" |
| 5331 | 2026-02-12T06:56:37.695Z | [ recovery-image] Feb 12 06:56:36.923 INFO O| Feb 12 06:56:36.923 INFO STEP 138 (remove_files) COMPLETE |
| 5332 | 2026-02-12T06:56:37.698Z | [ recovery-image] Feb 12 06:56:36.923 INFO O| Feb 12 06:56:36.923 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5333 | 2026-02-12T06:56:37.706Z | [ recovery-image] Feb 12 06:56:36.934 INFO O| Feb 12 06:56:36.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle" |
| 5334 | 2026-02-12T06:56:37.706Z | [ recovery-image] Feb 12 06:56:36.934 INFO O| Feb 12 06:56:36.934 INFO STEP 139 (remove_files) COMPLETE |
| 5335 | 2026-02-12T06:56:37.709Z | [ recovery-image] Feb 12 06:56:36.934 INFO O| Feb 12 06:56:36.934 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5336 | 2026-02-12T06:56:37.718Z | [ recovery-image] Feb 12 06:56:36.946 INFO O| Feb 12 06:56:36.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab" |
| 5337 | 2026-02-12T06:56:37.718Z | [ recovery-image] Feb 12 06:56:36.946 INFO O| Feb 12 06:56:36.946 INFO STEP 140 (remove_files) COMPLETE |
| 5338 | 2026-02-12T06:56:37.721Z | [ recovery-image] Feb 12 06:56:36.946 INFO O| Feb 12 06:56:36.946 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5339 | 2026-02-12T06:56:37.730Z | [ recovery-image] Feb 12 06:56:36.958 INFO O| Feb 12 06:56:36.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt" |
| 5340 | 2026-02-12T06:56:37.730Z | [ recovery-image] Feb 12 06:56:36.959 INFO O| Feb 12 06:56:36.959 INFO STEP 141 (remove_files) COMPLETE |
| 5341 | 2026-02-12T06:56:37.730Z | [ recovery-image] Feb 12 06:56:36.959 INFO O| Feb 12 06:56:36.959 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5342 | 2026-02-12T06:56:37.742Z | [ recovery-image] Feb 12 06:56:36.971 INFO O| Feb 12 06:56:36.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh" |
| 5343 | 2026-02-12T06:56:37.742Z | [ recovery-image] Feb 12 06:56:36.971 INFO O| Feb 12 06:56:36.971 INFO STEP 142 (remove_files) COMPLETE |
| 5344 | 2026-02-12T06:56:37.742Z | [ recovery-image] Feb 12 06:56:36.971 INFO O| Feb 12 06:56:36.971 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5345 | 2026-02-12T06:56:37.754Z | [ recovery-image] Feb 12 06:56:36.983 INFO O| Feb 12 06:56:36.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit" |
| 5346 | 2026-02-12T06:56:37.754Z | [ recovery-image] Feb 12 06:56:36.983 INFO O| Feb 12 06:56:36.983 INFO STEP 143 (remove_files) COMPLETE |
| 5347 | 2026-02-12T06:56:37.754Z | [ recovery-image] Feb 12 06:56:36.983 INFO O| Feb 12 06:56:36.983 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5348 | 2026-02-12T06:56:37.766Z | [ recovery-image] Feb 12 06:56:36.995 INFO O| Feb 12 06:56:36.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl" |
| 5349 | 2026-02-12T06:56:37.767Z | [ recovery-image] Feb 12 06:56:36.995 INFO O| Feb 12 06:56:36.995 INFO STEP 144 (remove_files) COMPLETE |
| 5350 | 2026-02-12T06:56:37.770Z | [ recovery-image] Feb 12 06:56:36.995 INFO O| Feb 12 06:56:36.995 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5351 | 2026-02-12T06:56:37.780Z | [ recovery-image] Feb 12 06:56:37.008 INFO O| Feb 12 06:56:37.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config" |
| 5352 | 2026-02-12T06:56:37.780Z | [ recovery-image] Feb 12 06:56:37.009 INFO O| Feb 12 06:56:37.009 INFO STEP 145 (remove_files) COMPLETE |
| 5353 | 2026-02-12T06:56:37.780Z | [ recovery-image] Feb 12 06:56:37.009 INFO O| Feb 12 06:56:37.009 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5354 | 2026-02-12T06:56:37.792Z | [ recovery-image] Feb 12 06:56:37.020 INFO O| Feb 12 06:56:37.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc" |
| 5355 | 2026-02-12T06:56:37.792Z | [ recovery-image] Feb 12 06:56:37.020 INFO O| Feb 12 06:56:37.020 INFO STEP 146 (remove_files) COMPLETE |
| 5356 | 2026-02-12T06:56:37.795Z | [ recovery-image] Feb 12 06:56:37.020 INFO O| Feb 12 06:56:37.020 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5357 | 2026-02-12T06:56:37.803Z | [ recovery-image] Feb 12 06:56:37.032 INFO O| Feb 12 06:56:37.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt" |
| 5358 | 2026-02-12T06:56:37.806Z | [ recovery-image] Feb 12 06:56:37.032 INFO O| Feb 12 06:56:37.032 INFO STEP 147 (remove_files) COMPLETE |
| 5359 | 2026-02-12T06:56:37.806Z | [ recovery-image] Feb 12 06:56:37.032 INFO O| Feb 12 06:56:37.032 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5360 | 2026-02-12T06:56:37.816Z | [ recovery-image] Feb 12 06:56:37.044 INFO O| Feb 12 06:56:37.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr" |
| 5361 | 2026-02-12T06:56:37.817Z | [ recovery-image] Feb 12 06:56:37.044 INFO O| Feb 12 06:56:37.044 INFO STEP 148 (remove_files) COMPLETE |
| 5362 | 2026-02-12T06:56:37.817Z | [ recovery-image] Feb 12 06:56:37.044 INFO O| Feb 12 06:56:37.044 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5363 | 2026-02-12T06:56:37.828Z | [ recovery-image] Feb 12 06:56:37.056 INFO O| Feb 12 06:56:37.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree" |
| 5364 | 2026-02-12T06:56:37.828Z | [ recovery-image] Feb 12 06:56:37.056 INFO O| Feb 12 06:56:37.056 INFO STEP 149 (remove_files) COMPLETE |
| 5365 | 2026-02-12T06:56:37.831Z | [ recovery-image] Feb 12 06:56:37.056 INFO O| Feb 12 06:56:37.056 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5366 | 2026-02-12T06:56:37.838Z | [ recovery-image] Feb 12 06:56:37.066 INFO O| Feb 12 06:56:37.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv" |
| 5367 | 2026-02-12T06:56:37.838Z | [ recovery-image] Feb 12 06:56:37.067 INFO O| Feb 12 06:56:37.066 INFO STEP 150 (remove_files) COMPLETE |
| 5368 | 2026-02-12T06:56:37.838Z | [ recovery-image] Feb 12 06:56:37.067 INFO O| Feb 12 06:56:37.067 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5369 | 2026-02-12T06:56:37.847Z | [ recovery-image] Feb 12 06:56:37.075 INFO O| Feb 12 06:56:37.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3" |
| 5370 | 2026-02-12T06:56:37.850Z | [ recovery-image] Feb 12 06:56:37.075 INFO O| Feb 12 06:56:37.075 INFO STEP 151 (remove_files) COMPLETE |
| 5371 | 2026-02-12T06:56:37.850Z | [ recovery-image] Feb 12 06:56:37.075 INFO O| Feb 12 06:56:37.075 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5372 | 2026-02-12T06:56:37.859Z | [ recovery-image] Feb 12 06:56:37.087 INFO O| Feb 12 06:56:37.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest" |
| 5373 | 2026-02-12T06:56:37.863Z | [ recovery-image] Feb 12 06:56:37.087 INFO O| Feb 12 06:56:37.087 INFO STEP 152 (remove_files) COMPLETE |
| 5374 | 2026-02-12T06:56:37.863Z | [ recovery-image] Feb 12 06:56:37.087 INFO O| Feb 12 06:56:37.087 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5375 | 2026-02-12T06:56:37.871Z | [ recovery-image] Feb 12 06:56:37.099 INFO O| Feb 12 06:56:37.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp" |
| 5376 | 2026-02-12T06:56:37.874Z | [ recovery-image] Feb 12 06:56:37.099 INFO O| Feb 12 06:56:37.099 INFO STEP 153 (remove_files) COMPLETE |
| 5377 | 2026-02-12T06:56:37.874Z | [ recovery-image] Feb 12 06:56:37.099 INFO O| Feb 12 06:56:37.099 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5378 | 2026-02-12T06:56:37.879Z | [ recovery-image] Feb 12 06:56:37.107 INFO O| Feb 12 06:56:37.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname" |
| 5379 | 2026-02-12T06:56:37.882Z | [ recovery-image] Feb 12 06:56:37.108 INFO O| Feb 12 06:56:37.108 INFO STEP 154 (remove_files) COMPLETE |
| 5380 | 2026-02-12T06:56:37.882Z | [ recovery-image] Feb 12 06:56:37.108 INFO O| Feb 12 06:56:37.108 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5381 | 2026-02-12T06:56:37.890Z | [ recovery-image] Feb 12 06:56:37.119 INFO O| Feb 12 06:56:37.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan" |
| 5382 | 2026-02-12T06:56:37.894Z | [ recovery-image] Feb 12 06:56:37.119 INFO O| Feb 12 06:56:37.119 INFO STEP 155 (remove_files) COMPLETE |
| 5383 | 2026-02-12T06:56:37.894Z | [ recovery-image] Feb 12 06:56:37.119 INFO O| Feb 12 06:56:37.119 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5384 | 2026-02-12T06:56:37.902Z | [ recovery-image] Feb 12 06:56:37.131 INFO O| Feb 12 06:56:37.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid" |
| 5385 | 2026-02-12T06:56:37.902Z | [ recovery-image] Feb 12 06:56:37.131 INFO O| Feb 12 06:56:37.131 INFO STEP 156 (remove_files) COMPLETE |
| 5386 | 2026-02-12T06:56:37.905Z | [ recovery-image] Feb 12 06:56:37.131 INFO O| Feb 12 06:56:37.131 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5387 | 2026-02-12T06:56:37.914Z | [ recovery-image] Feb 12 06:56:37.142 INFO O| Feb 12 06:56:37.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid" |
| 5388 | 2026-02-12T06:56:37.917Z | [ recovery-image] Feb 12 06:56:37.142 INFO O| Feb 12 06:56:37.142 INFO STEP 157 (remove_files) COMPLETE |
| 5389 | 2026-02-12T06:56:37.917Z | [ recovery-image] Feb 12 06:56:37.142 INFO O| Feb 12 06:56:37.142 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5390 | 2026-02-12T06:56:37.926Z | [ recovery-image] Feb 12 06:56:37.155 INFO O| Feb 12 06:56:37.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix" |
| 5391 | 2026-02-12T06:56:37.926Z | [ recovery-image] Feb 12 06:56:37.155 INFO O| Feb 12 06:56:37.155 INFO STEP 158 (remove_files) COMPLETE |
| 5392 | 2026-02-12T06:56:37.929Z | [ recovery-image] Feb 12 06:56:37.155 INFO O| Feb 12 06:56:37.155 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5393 | 2026-02-12T06:56:37.938Z | [ recovery-image] Feb 12 06:56:37.167 INFO O| Feb 12 06:56:37.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du" |
| 5394 | 2026-02-12T06:56:37.939Z | [ recovery-image] Feb 12 06:56:37.167 INFO O| Feb 12 06:56:37.167 INFO STEP 159 (remove_files) COMPLETE |
| 5395 | 2026-02-12T06:56:37.942Z | [ recovery-image] Feb 12 06:56:37.167 INFO O| Feb 12 06:56:37.167 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5396 | 2026-02-12T06:56:37.952Z | [ recovery-image] Feb 12 06:56:37.180 INFO O| Feb 12 06:56:37.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs" |
| 5397 | 2026-02-12T06:56:37.952Z | [ recovery-image] Feb 12 06:56:37.180 INFO O| Feb 12 06:56:37.180 INFO STEP 160 (remove_files) COMPLETE |
| 5398 | 2026-02-12T06:56:37.955Z | [ recovery-image] Feb 12 06:56:37.180 INFO O| Feb 12 06:56:37.180 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5399 | 2026-02-12T06:56:37.964Z | [ recovery-image] Feb 12 06:56:37.193 INFO O| Feb 12 06:56:37.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys" |
| 5400 | 2026-02-12T06:56:37.964Z | [ recovery-image] Feb 12 06:56:37.193 INFO O| Feb 12 06:56:37.193 INFO STEP 161 (remove_files) COMPLETE |
| 5401 | 2026-02-12T06:56:37.967Z | [ recovery-image] Feb 12 06:56:37.193 INFO O| Feb 12 06:56:37.193 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5402 | 2026-02-12T06:56:37.975Z | [ recovery-image] Feb 12 06:56:37.203 INFO O| Feb 12 06:56:37.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit" |
| 5403 | 2026-02-12T06:56:37.978Z | [ recovery-image] Feb 12 06:56:37.203 INFO O| Feb 12 06:56:37.203 INFO STEP 162 (remove_files) COMPLETE |
| 5404 | 2026-02-12T06:56:37.978Z | [ recovery-image] Feb 12 06:56:37.203 INFO O| Feb 12 06:56:37.203 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5405 | 2026-02-12T06:56:37.987Z | [ recovery-image] Feb 12 06:56:37.215 INFO O| Feb 12 06:56:37.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject" |
| 5406 | 2026-02-12T06:56:37.987Z | [ recovery-image] Feb 12 06:56:37.215 INFO O| Feb 12 06:56:37.215 INFO STEP 163 (remove_files) COMPLETE |
| 5407 | 2026-02-12T06:56:37.990Z | [ recovery-image] Feb 12 06:56:37.215 INFO O| Feb 12 06:56:37.215 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5408 | 2026-02-12T06:56:37.997Z | [ recovery-image] Feb 12 06:56:37.226 INFO O| Feb 12 06:56:37.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign" |
| 5409 | 2026-02-12T06:56:38.001Z | [ recovery-image] Feb 12 06:56:37.226 INFO O| Feb 12 06:56:37.226 INFO STEP 164 (remove_files) COMPLETE |
| 5410 | 2026-02-12T06:56:38.001Z | [ recovery-image] Feb 12 06:56:37.227 INFO O| Feb 12 06:56:37.226 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5411 | 2026-02-12T06:56:38.009Z | [ recovery-image] Feb 12 06:56:37.238 INFO O| Feb 12 06:56:37.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap" |
| 5412 | 2026-02-12T06:56:38.013Z | [ recovery-image] Feb 12 06:56:37.238 INFO O| Feb 12 06:56:37.238 INFO STEP 165 (remove_files) COMPLETE |
| 5413 | 2026-02-12T06:56:38.013Z | [ recovery-image] Feb 12 06:56:37.238 INFO O| Feb 12 06:56:37.238 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5414 | 2026-02-12T06:56:38.022Z | [ recovery-image] Feb 12 06:56:37.250 INFO O| Feb 12 06:56:37.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange" |
| 5415 | 2026-02-12T06:56:38.025Z | [ recovery-image] Feb 12 06:56:37.251 INFO O| Feb 12 06:56:37.251 INFO STEP 166 (remove_files) COMPLETE |
| 5416 | 2026-02-12T06:56:38.025Z | [ recovery-image] Feb 12 06:56:37.251 INFO O| Feb 12 06:56:37.251 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5417 | 2026-02-12T06:56:38.036Z | [ recovery-image] Feb 12 06:56:37.265 INFO O| Feb 12 06:56:37.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt" |
| 5418 | 2026-02-12T06:56:38.039Z | [ recovery-image] Feb 12 06:56:37.265 INFO O| Feb 12 06:56:37.265 INFO STEP 167 (remove_files) COMPLETE |
| 5419 | 2026-02-12T06:56:38.039Z | [ recovery-image] Feb 12 06:56:37.265 INFO O| Feb 12 06:56:37.265 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5420 | 2026-02-12T06:56:38.049Z | [ recovery-image] Feb 12 06:56:37.277 INFO O| Feb 12 06:56:37.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance" |
| 5421 | 2026-02-12T06:56:38.049Z | [ recovery-image] Feb 12 06:56:37.277 INFO O| Feb 12 06:56:37.277 INFO STEP 168 (remove_files) COMPLETE |
| 5422 | 2026-02-12T06:56:38.053Z | [ recovery-image] Feb 12 06:56:37.277 INFO O| Feb 12 06:56:37.277 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5423 | 2026-02-12T06:56:38.062Z | [ recovery-image] Feb 12 06:56:37.290 INFO O| Feb 12 06:56:37.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env" |
| 5424 | 2026-02-12T06:56:38.062Z | [ recovery-image] Feb 12 06:56:37.290 INFO O| Feb 12 06:56:37.290 INFO STEP 169 (remove_files) COMPLETE |
| 5425 | 2026-02-12T06:56:38.065Z | [ recovery-image] Feb 12 06:56:37.290 INFO O| Feb 12 06:56:37.290 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5426 | 2026-02-12T06:56:38.074Z | [ recovery-image] Feb 12 06:56:37.302 INFO O| Feb 12 06:56:37.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump" |
| 5427 | 2026-02-12T06:56:38.074Z | [ recovery-image] Feb 12 06:56:37.302 INFO O| Feb 12 06:56:37.302 INFO STEP 170 (remove_files) COMPLETE |
| 5428 | 2026-02-12T06:56:38.077Z | [ recovery-image] Feb 12 06:56:37.302 INFO O| Feb 12 06:56:37.302 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5429 | 2026-02-12T06:56:38.086Z | [ recovery-image] Feb 12 06:56:37.314 INFO O| Feb 12 06:56:37.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand" |
| 5430 | 2026-02-12T06:56:38.086Z | [ recovery-image] Feb 12 06:56:37.314 INFO O| Feb 12 06:56:37.314 INFO STEP 171 (remove_files) COMPLETE |
| 5431 | 2026-02-12T06:56:38.089Z | [ recovery-image] Feb 12 06:56:37.314 INFO O| Feb 12 06:56:37.314 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5432 | 2026-02-12T06:56:38.098Z | [ recovery-image] Feb 12 06:56:37.326 INFO O| Feb 12 06:56:37.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr" |
| 5433 | 2026-02-12T06:56:38.098Z | [ recovery-image] Feb 12 06:56:37.326 INFO O| Feb 12 06:56:37.326 INFO STEP 172 (remove_files) COMPLETE |
| 5434 | 2026-02-12T06:56:38.098Z | [ recovery-image] Feb 12 06:56:37.326 INFO O| Feb 12 06:56:37.326 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5435 | 2026-02-12T06:56:38.108Z | [ recovery-image] Feb 12 06:56:37.337 INFO O| Feb 12 06:56:37.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor" |
| 5436 | 2026-02-12T06:56:38.111Z | [ recovery-image] Feb 12 06:56:37.337 INFO O| Feb 12 06:56:37.337 INFO STEP 173 (remove_files) COMPLETE |
| 5437 | 2026-02-12T06:56:38.111Z | [ recovery-image] Feb 12 06:56:37.337 INFO O| Feb 12 06:56:37.337 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5438 | 2026-02-12T06:56:38.119Z | [ recovery-image] Feb 12 06:56:37.348 INFO O| Feb 12 06:56:37.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false" |
| 5439 | 2026-02-12T06:56:38.122Z | [ recovery-image] Feb 12 06:56:37.348 INFO O| Feb 12 06:56:37.348 INFO STEP 174 (remove_files) COMPLETE |
| 5440 | 2026-02-12T06:56:38.122Z | [ recovery-image] Feb 12 06:56:37.348 INFO O| Feb 12 06:56:37.348 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5441 | 2026-02-12T06:56:38.131Z | [ recovery-image] Feb 12 06:56:37.359 INFO O| Feb 12 06:56:37.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc" |
| 5442 | 2026-02-12T06:56:38.134Z | [ recovery-image] Feb 12 06:56:37.360 INFO O| Feb 12 06:56:37.360 INFO STEP 175 (remove_files) COMPLETE |
| 5443 | 2026-02-12T06:56:38.134Z | [ recovery-image] Feb 12 06:56:37.360 INFO O| Feb 12 06:56:37.360 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5444 | 2026-02-12T06:56:38.140Z | [ recovery-image] Feb 12 06:56:37.368 INFO O| Feb 12 06:56:37.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach" |
| 5445 | 2026-02-12T06:56:38.143Z | [ recovery-image] Feb 12 06:56:37.368 INFO O| Feb 12 06:56:37.368 INFO STEP 176 (remove_files) COMPLETE |
| 5446 | 2026-02-12T06:56:38.143Z | [ recovery-image] Feb 12 06:56:37.368 INFO O| Feb 12 06:56:37.368 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5447 | 2026-02-12T06:56:38.152Z | [ recovery-image] Feb 12 06:56:37.380 INFO O| Feb 12 06:56:37.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat" |
| 5448 | 2026-02-12T06:56:38.152Z | [ recovery-image] Feb 12 06:56:37.380 INFO O| Feb 12 06:56:37.380 INFO STEP 177 (remove_files) COMPLETE |
| 5449 | 2026-02-12T06:56:38.155Z | [ recovery-image] Feb 12 06:56:37.380 INFO O| Feb 12 06:56:37.380 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5450 | 2026-02-12T06:56:38.164Z | [ recovery-image] Feb 12 06:56:37.392 INFO O| Feb 12 06:56:37.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg" |
| 5451 | 2026-02-12T06:56:38.164Z | [ recovery-image] Feb 12 06:56:37.392 INFO O| Feb 12 06:56:37.392 INFO STEP 178 (remove_files) COMPLETE |
| 5452 | 2026-02-12T06:56:38.164Z | [ recovery-image] Feb 12 06:56:37.392 INFO O| Feb 12 06:56:37.392 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5453 | 2026-02-12T06:56:38.173Z | [ recovery-image] Feb 12 06:56:37.402 INFO O| Feb 12 06:56:37.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep" |
| 5454 | 2026-02-12T06:56:38.176Z | [ recovery-image] Feb 12 06:56:37.402 INFO O| Feb 12 06:56:37.402 INFO STEP 179 (remove_files) COMPLETE |
| 5455 | 2026-02-12T06:56:38.176Z | [ recovery-image] Feb 12 06:56:37.402 INFO O| Feb 12 06:56:37.402 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5456 | 2026-02-12T06:56:38.183Z | [ recovery-image] Feb 12 06:56:37.412 INFO O| Feb 12 06:56:37.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file" |
| 5457 | 2026-02-12T06:56:38.186Z | [ recovery-image] Feb 12 06:56:37.412 INFO O| Feb 12 06:56:37.412 INFO STEP 180 (remove_files) COMPLETE |
| 5458 | 2026-02-12T06:56:38.186Z | [ recovery-image] Feb 12 06:56:37.412 INFO O| Feb 12 06:56:37.412 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5459 | 2026-02-12T06:56:38.196Z | [ recovery-image] Feb 12 06:56:37.424 INFO O| Feb 12 06:56:37.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc" |
| 5460 | 2026-02-12T06:56:38.196Z | [ recovery-image] Feb 12 06:56:37.424 INFO O| Feb 12 06:56:37.424 INFO STEP 181 (remove_files) COMPLETE |
| 5461 | 2026-02-12T06:56:38.199Z | [ recovery-image] Feb 12 06:56:37.425 INFO O| Feb 12 06:56:37.424 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5462 | 2026-02-12T06:56:38.208Z | [ recovery-image] Feb 12 06:56:37.437 INFO O| Feb 12 06:56:37.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt" |
| 5463 | 2026-02-12T06:56:38.209Z | [ recovery-image] Feb 12 06:56:37.437 INFO O| Feb 12 06:56:37.437 INFO STEP 182 (remove_files) COMPLETE |
| 5464 | 2026-02-12T06:56:38.212Z | [ recovery-image] Feb 12 06:56:37.437 INFO O| Feb 12 06:56:37.437 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5465 | 2026-02-12T06:56:38.219Z | [ recovery-image] Feb 12 06:56:37.448 INFO O| Feb 12 06:56:37.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg" |
| 5466 | 2026-02-12T06:56:38.222Z | [ recovery-image] Feb 12 06:56:37.448 INFO O| Feb 12 06:56:37.448 INFO STEP 183 (remove_files) COMPLETE |
| 5467 | 2026-02-12T06:56:38.222Z | [ recovery-image] Feb 12 06:56:37.448 INFO O| Feb 12 06:56:37.448 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5468 | 2026-02-12T06:56:38.231Z | [ recovery-image] Feb 12 06:56:37.460 INFO O| Feb 12 06:56:37.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold" |
| 5469 | 2026-02-12T06:56:38.232Z | [ recovery-image] Feb 12 06:56:37.460 INFO O| Feb 12 06:56:37.460 INFO STEP 184 (remove_files) COMPLETE |
| 5470 | 2026-02-12T06:56:38.235Z | [ recovery-image] Feb 12 06:56:37.460 INFO O| Feb 12 06:56:37.460 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5471 | 2026-02-12T06:56:38.242Z | [ recovery-image] Feb 12 06:56:37.470 INFO O| Feb 12 06:56:37.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat" |
| 5472 | 2026-02-12T06:56:38.245Z | [ recovery-image] Feb 12 06:56:37.470 INFO O| Feb 12 06:56:37.470 INFO STEP 185 (remove_files) COMPLETE |
| 5473 | 2026-02-12T06:56:38.245Z | [ recovery-image] Feb 12 06:56:37.470 INFO O| Feb 12 06:56:37.470 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5474 | 2026-02-12T06:56:38.254Z | [ recovery-image] Feb 12 06:56:37.482 INFO O| Feb 12 06:56:37.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear" |
| 5475 | 2026-02-12T06:56:38.257Z | [ recovery-image] Feb 12 06:56:37.482 INFO O| Feb 12 06:56:37.482 INFO STEP 186 (remove_files) COMPLETE |
| 5476 | 2026-02-12T06:56:38.257Z | [ recovery-image] Feb 12 06:56:37.482 INFO O| Feb 12 06:56:37.482 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5477 | 2026-02-12T06:56:38.266Z | [ recovery-image] Feb 12 06:56:37.494 INFO O| Feb 12 06:56:37.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl" |
| 5478 | 2026-02-12T06:56:38.269Z | [ recovery-image] Feb 12 06:56:37.494 INFO O| Feb 12 06:56:37.494 INFO STEP 187 (remove_files) COMPLETE |
| 5479 | 2026-02-12T06:56:38.269Z | [ recovery-image] Feb 12 06:56:37.494 INFO O| Feb 12 06:56:37.494 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5480 | 2026-02-12T06:56:38.277Z | [ recovery-image] Feb 12 06:56:37.506 INFO O| Feb 12 06:56:37.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf" |
| 5481 | 2026-02-12T06:56:38.277Z | [ recovery-image] Feb 12 06:56:37.506 INFO O| Feb 12 06:56:37.506 INFO STEP 188 (remove_files) COMPLETE |
| 5482 | 2026-02-12T06:56:38.281Z | [ recovery-image] Feb 12 06:56:37.506 INFO O| Feb 12 06:56:37.506 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5483 | 2026-02-12T06:56:38.289Z | [ recovery-image] Feb 12 06:56:37.517 INFO O| Feb 12 06:56:37.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev" |
| 5484 | 2026-02-12T06:56:38.289Z | [ recovery-image] Feb 12 06:56:37.517 INFO O| Feb 12 06:56:37.517 INFO STEP 189 (remove_files) COMPLETE |
| 5485 | 2026-02-12T06:56:38.292Z | [ recovery-image] Feb 12 06:56:37.517 INFO O| Feb 12 06:56:37.517 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5486 | 2026-02-12T06:56:38.301Z | [ recovery-image] Feb 12 06:56:37.529 INFO O| Feb 12 06:56:37.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp" |
| 5487 | 2026-02-12T06:56:38.301Z | [ recovery-image] Feb 12 06:56:37.529 INFO O| Feb 12 06:56:37.529 INFO STEP 190 (remove_files) COMPLETE |
| 5488 | 2026-02-12T06:56:38.304Z | [ recovery-image] Feb 12 06:56:37.529 INFO O| Feb 12 06:56:37.529 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5489 | 2026-02-12T06:56:38.313Z | [ recovery-image] Feb 12 06:56:37.541 INFO O| Feb 12 06:56:37.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent" |
| 5490 | 2026-02-12T06:56:38.313Z | [ recovery-image] Feb 12 06:56:37.541 INFO O| Feb 12 06:56:37.541 INFO STEP 191 (remove_files) COMPLETE |
| 5491 | 2026-02-12T06:56:38.317Z | [ recovery-image] Feb 12 06:56:37.541 INFO O| Feb 12 06:56:37.541 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5492 | 2026-02-12T06:56:38.325Z | [ recovery-image] Feb 12 06:56:37.553 INFO O| Feb 12 06:56:37.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl" |
| 5493 | 2026-02-12T06:56:38.325Z | [ recovery-image] Feb 12 06:56:37.554 INFO O| Feb 12 06:56:37.554 INFO STEP 192 (remove_files) COMPLETE |
| 5494 | 2026-02-12T06:56:38.328Z | [ recovery-image] Feb 12 06:56:37.554 INFO O| Feb 12 06:56:37.554 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5495 | 2026-02-12T06:56:38.338Z | [ recovery-image] Feb 12 06:56:37.566 INFO O| Feb 12 06:56:37.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt" |
| 5496 | 2026-02-12T06:56:38.341Z | [ recovery-image] Feb 12 06:56:37.566 INFO O| Feb 12 06:56:37.566 INFO STEP 193 (remove_files) COMPLETE |
| 5497 | 2026-02-12T06:56:38.341Z | [ recovery-image] Feb 12 06:56:37.566 INFO O| Feb 12 06:56:37.566 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5498 | 2026-02-12T06:56:38.348Z | [ recovery-image] Feb 12 06:56:37.577 INFO O| Feb 12 06:56:37.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts" |
| 5499 | 2026-02-12T06:56:38.348Z | [ recovery-image] Feb 12 06:56:37.577 INFO O| Feb 12 06:56:37.577 INFO STEP 194 (remove_files) COMPLETE |
| 5500 | 2026-02-12T06:56:38.351Z | [ recovery-image] Feb 12 06:56:37.577 INFO O| Feb 12 06:56:37.577 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5501 | 2026-02-12T06:56:38.361Z | [ recovery-image] Feb 12 06:56:37.589 INFO O| Feb 12 06:56:37.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext" |
| 5502 | 2026-02-12T06:56:38.364Z | [ recovery-image] Feb 12 06:56:37.589 INFO O| Feb 12 06:56:37.589 INFO STEP 195 (remove_files) COMPLETE |
| 5503 | 2026-02-12T06:56:38.364Z | [ recovery-image] Feb 12 06:56:37.589 INFO O| Feb 12 06:56:37.589 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5504 | 2026-02-12T06:56:38.373Z | [ recovery-image] Feb 12 06:56:37.601 INFO O| Feb 12 06:56:37.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol" |
| 5505 | 2026-02-12T06:56:38.376Z | [ recovery-image] Feb 12 06:56:37.601 INFO O| Feb 12 06:56:37.601 INFO STEP 196 (remove_files) COMPLETE |
| 5506 | 2026-02-12T06:56:38.376Z | [ recovery-image] Feb 12 06:56:37.601 INFO O| Feb 12 06:56:37.601 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5507 | 2026-02-12T06:56:38.384Z | [ recovery-image] Feb 12 06:56:37.612 INFO O| Feb 12 06:56:37.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp" |
| 5508 | 2026-02-12T06:56:38.384Z | [ recovery-image] Feb 12 06:56:37.612 INFO O| Feb 12 06:56:37.612 INFO STEP 197 (remove_files) COMPLETE |
| 5509 | 2026-02-12T06:56:38.387Z | [ recovery-image] Feb 12 06:56:37.613 INFO O| Feb 12 06:56:37.612 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5510 | 2026-02-12T06:56:38.396Z | [ recovery-image] Feb 12 06:56:37.624 INFO O| Feb 12 06:56:37.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups" |
| 5511 | 2026-02-12T06:56:38.399Z | [ recovery-image] Feb 12 06:56:37.624 INFO O| Feb 12 06:56:37.624 INFO STEP 198 (remove_files) COMPLETE |
| 5512 | 2026-02-12T06:56:38.399Z | [ recovery-image] Feb 12 06:56:37.625 INFO O| Feb 12 06:56:37.624 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5513 | 2026-02-12T06:56:38.408Z | [ recovery-image] Feb 12 06:56:37.636 INFO O| Feb 12 06:56:37.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs" |
| 5514 | 2026-02-12T06:56:38.408Z | [ recovery-image] Feb 12 06:56:37.636 INFO O| Feb 12 06:56:37.636 INFO STEP 199 (remove_files) COMPLETE |
| 5515 | 2026-02-12T06:56:38.411Z | [ recovery-image] Feb 12 06:56:37.636 INFO O| Feb 12 06:56:37.636 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5516 | 2026-02-12T06:56:38.420Z | [ recovery-image] Feb 12 06:56:37.648 INFO O| Feb 12 06:56:37.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic" |
| 5517 | 2026-02-12T06:56:38.420Z | [ recovery-image] Feb 12 06:56:37.649 INFO O| Feb 12 06:56:37.649 INFO STEP 200 (remove_files) COMPLETE |
| 5518 | 2026-02-12T06:56:38.423Z | [ recovery-image] Feb 12 06:56:37.649 INFO O| Feb 12 06:56:37.649 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5519 | 2026-02-12T06:56:38.432Z | [ recovery-image] Feb 12 06:56:37.660 INFO O| Feb 12 06:56:37.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe" |
| 5520 | 2026-02-12T06:56:38.432Z | [ recovery-image] Feb 12 06:56:37.660 INFO O| Feb 12 06:56:37.660 INFO STEP 201 (remove_files) COMPLETE |
| 5521 | 2026-02-12T06:56:38.435Z | [ recovery-image] Feb 12 06:56:37.661 INFO O| Feb 12 06:56:37.660 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5522 | 2026-02-12T06:56:38.444Z | [ recovery-image] Feb 12 06:56:37.672 INFO O| Feb 12 06:56:37.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput" |
| 5523 | 2026-02-12T06:56:38.447Z | [ recovery-image] Feb 12 06:56:37.672 INFO O| Feb 12 06:56:37.672 INFO STEP 202 (remove_files) COMPLETE |
| 5524 | 2026-02-12T06:56:38.447Z | [ recovery-image] Feb 12 06:56:37.673 INFO O| Feb 12 06:56:37.672 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5525 | 2026-02-12T06:56:38.455Z | [ recovery-image] Feb 12 06:56:37.683 INFO O| Feb 12 06:56:37.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset" |
| 5526 | 2026-02-12T06:56:38.458Z | [ recovery-image] Feb 12 06:56:37.684 INFO O| Feb 12 06:56:37.684 INFO STEP 203 (remove_files) COMPLETE |
| 5527 | 2026-02-12T06:56:38.458Z | [ recovery-image] Feb 12 06:56:37.684 INFO O| Feb 12 06:56:37.684 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5528 | 2026-02-12T06:56:38.468Z | [ recovery-image] Feb 12 06:56:37.696 INFO O| Feb 12 06:56:37.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip" |
| 5529 | 2026-02-12T06:56:38.471Z | [ recovery-image] Feb 12 06:56:37.696 INFO O| Feb 12 06:56:37.696 INFO STEP 204 (remove_files) COMPLETE |
| 5530 | 2026-02-12T06:56:38.471Z | [ recovery-image] Feb 12 06:56:37.696 INFO O| Feb 12 06:56:37.696 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5531 | 2026-02-12T06:56:38.487Z | [ recovery-image] Feb 12 06:56:37.708 INFO O| Feb 12 06:56:37.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat" |
| 5532 | 2026-02-12T06:56:38.487Z | [ recovery-image] Feb 12 06:56:37.708 INFO O| Feb 12 06:56:37.708 INFO STEP 205 (remove_files) COMPLETE |
| 5533 | 2026-02-12T06:56:38.487Z | [ recovery-image] Feb 12 06:56:37.708 INFO O| Feb 12 06:56:37.708 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5534 | 2026-02-12T06:56:38.492Z | [ recovery-image] Feb 12 06:56:37.721 INFO O| Feb 12 06:56:37.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp" |
| 5535 | 2026-02-12T06:56:38.492Z | [ recovery-image] Feb 12 06:56:37.721 INFO O| Feb 12 06:56:37.721 INFO STEP 206 (remove_files) COMPLETE |
| 5536 | 2026-02-12T06:56:38.495Z | [ recovery-image] Feb 12 06:56:37.721 INFO O| Feb 12 06:56:37.721 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5537 | 2026-02-12T06:56:38.505Z | [ recovery-image] Feb 12 06:56:37.733 INFO O| Feb 12 06:56:37.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff" |
| 5538 | 2026-02-12T06:56:38.508Z | [ recovery-image] Feb 12 06:56:37.733 INFO O| Feb 12 06:56:37.733 INFO STEP 207 (remove_files) COMPLETE |
| 5539 | 2026-02-12T06:56:38.508Z | [ recovery-image] Feb 12 06:56:37.733 INFO O| Feb 12 06:56:37.733 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5540 | 2026-02-12T06:56:38.515Z | [ recovery-image] Feb 12 06:56:37.744 INFO O| Feb 12 06:56:37.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep" |
| 5541 | 2026-02-12T06:56:38.519Z | [ recovery-image] Feb 12 06:56:37.744 INFO O| Feb 12 06:56:37.744 INFO STEP 208 (remove_files) COMPLETE |
| 5542 | 2026-02-12T06:56:38.519Z | [ recovery-image] Feb 12 06:56:37.744 INFO O| Feb 12 06:56:37.744 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5543 | 2026-02-12T06:56:38.528Z | [ recovery-image] Feb 12 06:56:37.756 INFO O| Feb 12 06:56:37.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe" |
| 5544 | 2026-02-12T06:56:38.531Z | [ recovery-image] Feb 12 06:56:37.756 INFO O| Feb 12 06:56:37.756 INFO STEP 209 (remove_files) COMPLETE |
| 5545 | 2026-02-12T06:56:38.531Z | [ recovery-image] Feb 12 06:56:37.756 INFO O| Feb 12 06:56:37.756 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5546 | 2026-02-12T06:56:38.536Z | [ recovery-image] Feb 12 06:56:37.764 INFO O| Feb 12 06:56:37.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep" |
| 5547 | 2026-02-12T06:56:38.536Z | [ recovery-image] Feb 12 06:56:37.764 INFO O| Feb 12 06:56:37.764 INFO STEP 210 (remove_files) COMPLETE |
| 5548 | 2026-02-12T06:56:38.539Z | [ recovery-image] Feb 12 06:56:37.764 INFO O| Feb 12 06:56:37.764 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5549 | 2026-02-12T06:56:38.547Z | [ recovery-image] Feb 12 06:56:37.775 INFO O| Feb 12 06:56:37.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce" |
| 5550 | 2026-02-12T06:56:38.547Z | [ recovery-image] Feb 12 06:56:37.775 INFO O| Feb 12 06:56:37.775 INFO STEP 211 (remove_files) COMPLETE |
| 5551 | 2026-02-12T06:56:38.550Z | [ recovery-image] Feb 12 06:56:37.775 INFO O| Feb 12 06:56:37.775 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5552 | 2026-02-12T06:56:38.560Z | [ recovery-image] Feb 12 06:56:37.788 INFO O| Feb 12 06:56:37.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep" |
| 5553 | 2026-02-12T06:56:38.563Z | [ recovery-image] Feb 12 06:56:37.788 INFO O| Feb 12 06:56:37.788 INFO STEP 212 (remove_files) COMPLETE |
| 5554 | 2026-02-12T06:56:38.563Z | [ recovery-image] Feb 12 06:56:37.788 INFO O| Feb 12 06:56:37.788 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5555 | 2026-02-12T06:56:38.571Z | [ recovery-image] Feb 12 06:56:37.800 INFO O| Feb 12 06:56:37.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip" |
| 5556 | 2026-02-12T06:56:38.575Z | [ recovery-image] Feb 12 06:56:37.800 INFO O| Feb 12 06:56:37.800 INFO STEP 213 (remove_files) COMPLETE |
| 5557 | 2026-02-12T06:56:38.575Z | [ recovery-image] Feb 12 06:56:37.800 INFO O| Feb 12 06:56:37.800 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5558 | 2026-02-12T06:56:38.584Z | [ recovery-image] Feb 12 06:56:37.812 INFO O| Feb 12 06:56:37.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless" |
| 5559 | 2026-02-12T06:56:38.584Z | [ recovery-image] Feb 12 06:56:37.812 INFO O| Feb 12 06:56:37.812 INFO STEP 214 (remove_files) COMPLETE |
| 5560 | 2026-02-12T06:56:38.587Z | [ recovery-image] Feb 12 06:56:37.812 INFO O| Feb 12 06:56:37.812 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5561 | 2026-02-12T06:56:38.596Z | [ recovery-image] Feb 12 06:56:37.824 INFO O| Feb 12 06:56:37.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore" |
| 5562 | 2026-02-12T06:56:38.596Z | [ recovery-image] Feb 12 06:56:37.824 INFO O| Feb 12 06:56:37.824 INFO STEP 215 (remove_files) COMPLETE |
| 5563 | 2026-02-12T06:56:38.596Z | [ recovery-image] Feb 12 06:56:37.824 INFO O| Feb 12 06:56:37.824 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5564 | 2026-02-12T06:56:38.607Z | [ recovery-image] Feb 12 06:56:37.835 INFO O| Feb 12 06:56:37.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew" |
| 5565 | 2026-02-12T06:56:38.607Z | [ recovery-image] Feb 12 06:56:37.836 INFO O| Feb 12 06:56:37.835 INFO STEP 216 (remove_files) COMPLETE |
| 5566 | 2026-02-12T06:56:38.610Z | [ recovery-image] Feb 12 06:56:37.836 INFO O| Feb 12 06:56:37.835 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5567 | 2026-02-12T06:56:38.620Z | [ recovery-image] Feb 12 06:56:37.848 INFO O| Feb 12 06:56:37.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash" |
| 5568 | 2026-02-12T06:56:38.623Z | [ recovery-image] Feb 12 06:56:37.848 INFO O| Feb 12 06:56:37.848 INFO STEP 217 (remove_files) COMPLETE |
| 5569 | 2026-02-12T06:56:38.623Z | [ recovery-image] Feb 12 06:56:37.848 INFO O| Feb 12 06:56:37.848 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5570 | 2026-02-12T06:56:38.632Z | [ recovery-image] Feb 12 06:56:37.860 INFO O| Feb 12 06:56:37.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid" |
| 5571 | 2026-02-12T06:56:38.632Z | [ recovery-image] Feb 12 06:56:37.860 INFO O| Feb 12 06:56:37.860 INFO STEP 218 (remove_files) COMPLETE |
| 5572 | 2026-02-12T06:56:38.635Z | [ recovery-image] Feb 12 06:56:37.860 INFO O| Feb 12 06:56:37.860 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5573 | 2026-02-12T06:56:38.645Z | [ recovery-image] Feb 12 06:56:37.873 INFO O| Feb 12 06:56:37.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname" |
| 5574 | 2026-02-12T06:56:38.648Z | [ recovery-image] Feb 12 06:56:37.873 INFO O| Feb 12 06:56:37.873 INFO STEP 219 (remove_files) COMPLETE |
| 5575 | 2026-02-12T06:56:38.648Z | [ recovery-image] Feb 12 06:56:37.873 INFO O| Feb 12 06:56:37.873 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5576 | 2026-02-12T06:56:38.658Z | [ recovery-image] Feb 12 06:56:37.886 INFO O| Feb 12 06:56:37.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb" |
| 5577 | 2026-02-12T06:56:38.661Z | [ recovery-image] Feb 12 06:56:37.886 INFO O| Feb 12 06:56:37.886 INFO STEP 220 (remove_files) COMPLETE |
| 5578 | 2026-02-12T06:56:38.661Z | [ recovery-image] Feb 12 06:56:37.886 INFO O| Feb 12 06:56:37.886 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5579 | 2026-02-12T06:56:38.670Z | [ recovery-image] Feb 12 06:56:37.897 INFO O| Feb 12 06:56:37.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt" |
| 5580 | 2026-02-12T06:56:38.670Z | [ recovery-image] Feb 12 06:56:37.897 INFO O| Feb 12 06:56:37.897 INFO STEP 221 (remove_files) COMPLETE |
| 5581 | 2026-02-12T06:56:38.673Z | [ recovery-image] Feb 12 06:56:37.897 INFO O| Feb 12 06:56:37.897 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5582 | 2026-02-12T06:56:38.680Z | [ recovery-image] Feb 12 06:56:37.909 INFO O| Feb 12 06:56:37.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh" |
| 5583 | 2026-02-12T06:56:38.683Z | [ recovery-image] Feb 12 06:56:37.909 INFO O| Feb 12 06:56:37.909 INFO STEP 222 (remove_files) COMPLETE |
| 5584 | 2026-02-12T06:56:38.684Z | [ recovery-image] Feb 12 06:56:37.909 INFO O| Feb 12 06:56:37.909 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5585 | 2026-02-12T06:56:38.693Z | [ recovery-image] Feb 12 06:56:37.921 INFO O| Feb 12 06:56:37.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb" |
| 5586 | 2026-02-12T06:56:38.693Z | [ recovery-image] Feb 12 06:56:37.921 INFO O| Feb 12 06:56:37.921 INFO STEP 223 (remove_files) COMPLETE |
| 5587 | 2026-02-12T06:56:38.693Z | [ recovery-image] Feb 12 06:56:37.921 INFO O| Feb 12 06:56:37.921 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5588 | 2026-02-12T06:56:38.705Z | [ recovery-image] Feb 12 06:56:37.933 INFO O| Feb 12 06:56:37.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh" |
| 5589 | 2026-02-12T06:56:38.705Z | [ recovery-image] Feb 12 06:56:37.933 INFO O| Feb 12 06:56:37.933 INFO STEP 224 (remove_files) COMPLETE |
| 5590 | 2026-02-12T06:56:38.705Z | [ recovery-image] Feb 12 06:56:37.933 INFO O| Feb 12 06:56:37.933 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5591 | 2026-02-12T06:56:38.717Z | [ recovery-image] Feb 12 06:56:37.945 INFO O| Feb 12 06:56:37.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93" |
| 5592 | 2026-02-12T06:56:38.717Z | [ recovery-image] Feb 12 06:56:37.945 INFO O| Feb 12 06:56:37.945 INFO STEP 225 (remove_files) COMPLETE |
| 5593 | 2026-02-12T06:56:38.717Z | [ recovery-image] Feb 12 06:56:37.945 INFO O| Feb 12 06:56:37.945 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5594 | 2026-02-12T06:56:38.729Z | [ recovery-image] Feb 12 06:56:37.957 INFO O| Feb 12 06:56:37.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv" |
| 5595 | 2026-02-12T06:56:38.732Z | [ recovery-image] Feb 12 06:56:37.957 INFO O| Feb 12 06:56:37.957 INFO STEP 226 (remove_files) COMPLETE |
| 5596 | 2026-02-12T06:56:38.732Z | [ recovery-image] Feb 12 06:56:37.957 INFO O| Feb 12 06:56:37.957 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5597 | 2026-02-12T06:56:38.742Z | [ recovery-image] Feb 12 06:56:37.970 INFO O| Feb 12 06:56:37.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id" |
| 5598 | 2026-02-12T06:56:38.745Z | [ recovery-image] Feb 12 06:56:37.970 INFO O| Feb 12 06:56:37.970 INFO STEP 227 (remove_files) COMPLETE |
| 5599 | 2026-02-12T06:56:38.745Z | [ recovery-image] Feb 12 06:56:37.970 INFO O| Feb 12 06:56:37.970 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5600 | 2026-02-12T06:56:38.751Z | [ recovery-image] Feb 12 06:56:37.980 INFO O| Feb 12 06:56:37.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn" |
| 5601 | 2026-02-12T06:56:38.754Z | [ recovery-image] Feb 12 06:56:37.980 INFO O| Feb 12 06:56:37.980 INFO STEP 228 (remove_files) COMPLETE |
| 5602 | 2026-02-12T06:56:38.754Z | [ recovery-image] Feb 12 06:56:37.980 INFO O| Feb 12 06:56:37.980 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5603 | 2026-02-12T06:56:38.762Z | [ recovery-image] Feb 12 06:56:37.990 INFO O| Feb 12 06:56:37.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp" |
| 5604 | 2026-02-12T06:56:38.765Z | [ recovery-image] Feb 12 06:56:37.990 INFO O| Feb 12 06:56:37.990 INFO STEP 229 (remove_files) COMPLETE |
| 5605 | 2026-02-12T06:56:38.765Z | [ recovery-image] Feb 12 06:56:37.990 INFO O| Feb 12 06:56:37.990 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5606 | 2026-02-12T06:56:38.774Z | [ recovery-image] Feb 12 06:56:38.002 INFO O| Feb 12 06:56:38.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat" |
| 5607 | 2026-02-12T06:56:38.774Z | [ recovery-image] Feb 12 06:56:38.002 INFO O| Feb 12 06:56:38.002 INFO STEP 230 (remove_files) COMPLETE |
| 5608 | 2026-02-12T06:56:38.774Z | [ recovery-image] Feb 12 06:56:38.002 INFO O| Feb 12 06:56:38.002 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5609 | 2026-02-12T06:56:38.786Z | [ recovery-image] Feb 12 06:56:38.014 INFO O| Feb 12 06:56:38.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl" |
| 5610 | 2026-02-12T06:56:38.786Z | [ recovery-image] Feb 12 06:56:38.014 INFO O| Feb 12 06:56:38.014 INFO STEP 231 (remove_files) COMPLETE |
| 5611 | 2026-02-12T06:56:38.789Z | [ recovery-image] Feb 12 06:56:38.014 INFO O| Feb 12 06:56:38.014 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5612 | 2026-02-12T06:56:38.798Z | [ recovery-image] Feb 12 06:56:38.026 INFO O| Feb 12 06:56:38.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo" |
| 5613 | 2026-02-12T06:56:38.798Z | [ recovery-image] Feb 12 06:56:38.026 INFO O| Feb 12 06:56:38.026 INFO STEP 232 (remove_files) COMPLETE |
| 5614 | 2026-02-12T06:56:38.801Z | [ recovery-image] Feb 12 06:56:38.026 INFO O| Feb 12 06:56:38.026 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5615 | 2026-02-12T06:56:38.808Z | [ recovery-image] Feb 12 06:56:38.037 INFO O| Feb 12 06:56:38.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist" |
| 5616 | 2026-02-12T06:56:38.811Z | [ recovery-image] Feb 12 06:56:38.037 INFO O| Feb 12 06:56:38.037 INFO STEP 233 (remove_files) COMPLETE |
| 5617 | 2026-02-12T06:56:38.811Z | [ recovery-image] Feb 12 06:56:38.037 INFO O| Feb 12 06:56:38.037 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5618 | 2026-02-12T06:56:38.820Z | [ recovery-image] Feb 12 06:56:38.048 INFO O| Feb 12 06:56:38.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs" |
| 5619 | 2026-02-12T06:56:38.820Z | [ recovery-image] Feb 12 06:56:38.048 INFO O| Feb 12 06:56:38.048 INFO STEP 234 (remove_files) COMPLETE |
| 5620 | 2026-02-12T06:56:38.823Z | [ recovery-image] Feb 12 06:56:38.048 INFO O| Feb 12 06:56:38.048 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5621 | 2026-02-12T06:56:38.833Z | [ recovery-image] Feb 12 06:56:38.061 INFO O| Feb 12 06:56:38.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join" |
| 5622 | 2026-02-12T06:56:38.833Z | [ recovery-image] Feb 12 06:56:38.061 INFO O| Feb 12 06:56:38.061 INFO STEP 235 (remove_files) COMPLETE |
| 5623 | 2026-02-12T06:56:38.836Z | [ recovery-image] Feb 12 06:56:38.061 INFO O| Feb 12 06:56:38.061 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5624 | 2026-02-12T06:56:38.845Z | [ recovery-image] Feb 12 06:56:38.073 INFO O| Feb 12 06:56:38.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd" |
| 5625 | 2026-02-12T06:56:38.848Z | [ recovery-image] Feb 12 06:56:38.073 INFO O| Feb 12 06:56:38.073 INFO STEP 236 (remove_files) COMPLETE |
| 5626 | 2026-02-12T06:56:38.848Z | [ recovery-image] Feb 12 06:56:38.073 INFO O| Feb 12 06:56:38.073 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5627 | 2026-02-12T06:56:38.857Z | [ recovery-image] Feb 12 06:56:38.085 INFO O| Feb 12 06:56:38.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy" |
| 5628 | 2026-02-12T06:56:38.857Z | [ recovery-image] Feb 12 06:56:38.085 INFO O| Feb 12 06:56:38.085 INFO STEP 237 (remove_files) COMPLETE |
| 5629 | 2026-02-12T06:56:38.857Z | [ recovery-image] Feb 12 06:56:38.085 INFO O| Feb 12 06:56:38.085 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5630 | 2026-02-12T06:56:38.868Z | [ recovery-image] Feb 12 06:56:38.096 INFO O| Feb 12 06:56:38.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin" |
| 5631 | 2026-02-12T06:56:38.868Z | [ recovery-image] Feb 12 06:56:38.096 INFO O| Feb 12 06:56:38.096 INFO STEP 238 (remove_files) COMPLETE |
| 5632 | 2026-02-12T06:56:38.871Z | [ recovery-image] Feb 12 06:56:38.096 INFO O| Feb 12 06:56:38.096 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5633 | 2026-02-12T06:56:38.880Z | [ recovery-image] Feb 12 06:56:38.108 INFO O| Feb 12 06:56:38.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout" |
| 5634 | 2026-02-12T06:56:38.880Z | [ recovery-image] Feb 12 06:56:38.109 INFO O| Feb 12 06:56:38.109 INFO STEP 239 (remove_files) COMPLETE |
| 5635 | 2026-02-12T06:56:38.883Z | [ recovery-image] Feb 12 06:56:38.109 INFO O| Feb 12 06:56:38.109 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5636 | 2026-02-12T06:56:38.891Z | [ recovery-image] Feb 12 06:56:38.119 INFO O| Feb 12 06:56:38.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill" |
| 5637 | 2026-02-12T06:56:38.891Z | [ recovery-image] Feb 12 06:56:38.119 INFO O| Feb 12 06:56:38.119 INFO STEP 240 (remove_files) COMPLETE |
| 5638 | 2026-02-12T06:56:38.894Z | [ recovery-image] Feb 12 06:56:38.119 INFO O| Feb 12 06:56:38.119 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5639 | 2026-02-12T06:56:38.903Z | [ recovery-image] Feb 12 06:56:38.131 INFO O| Feb 12 06:56:38.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit" |
| 5640 | 2026-02-12T06:56:38.903Z | [ recovery-image] Feb 12 06:56:38.132 INFO O| Feb 12 06:56:38.132 INFO STEP 241 (remove_files) COMPLETE |
| 5641 | 2026-02-12T06:56:38.906Z | [ recovery-image] Feb 12 06:56:38.132 INFO O| Feb 12 06:56:38.132 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5642 | 2026-02-12T06:56:38.915Z | [ recovery-image] Feb 12 06:56:38.143 INFO O| Feb 12 06:56:38.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist" |
| 5643 | 2026-02-12T06:56:38.915Z | [ recovery-image] Feb 12 06:56:38.143 INFO O| Feb 12 06:56:38.143 INFO STEP 242 (remove_files) COMPLETE |
| 5644 | 2026-02-12T06:56:38.918Z | [ recovery-image] Feb 12 06:56:38.143 INFO O| Feb 12 06:56:38.143 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5645 | 2026-02-12T06:56:39.939Z | [ recovery-image] Feb 12 06:56:38.152 INFO O| Feb 12 06:56:38.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg" |
| 5646 | 2026-02-12T06:56:39.945Z | [ recovery-image] Feb 12 06:56:38.152 INFO O| Feb 12 06:56:38.152 INFO STEP 243 (remove_files) COMPLETE |
| 5647 | 2026-02-12T06:56:39.945Z | [ recovery-image] Feb 12 06:56:38.152 INFO O| Feb 12 06:56:38.152 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5648 | 2026-02-12T06:56:39.945Z | [ recovery-image] Feb 12 06:56:38.161 INFO O| Feb 12 06:56:38.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd" |
| 5649 | 2026-02-12T06:56:39.945Z | [ recovery-image] Feb 12 06:56:38.161 INFO O| Feb 12 06:56:38.161 INFO STEP 244 (remove_files) COMPLETE |
| 5650 | 2026-02-12T06:56:39.945Z | [ recovery-image] Feb 12 06:56:38.161 INFO O| Feb 12 06:56:38.161 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5651 | 2026-02-12T06:56:39.945Z | [ recovery-image] Feb 12 06:56:38.174 INFO O| Feb 12 06:56:38.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config" |
| 5652 | 2026-02-12T06:56:39.945Z | [ recovery-image] Feb 12 06:56:38.174 INFO O| Feb 12 06:56:38.174 INFO STEP 245 (remove_files) COMPLETE |
| 5653 | 2026-02-12T06:56:39.945Z | [ recovery-image] Feb 12 06:56:38.175 INFO O| Feb 12 06:56:38.174 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5654 | 2026-02-12T06:56:39.946Z | [ recovery-image] Feb 12 06:56:38.187 INFO O| Feb 12 06:56:38.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93" |
| 5655 | 2026-02-12T06:56:39.946Z | [ recovery-image] Feb 12 06:56:38.187 INFO O| Feb 12 06:56:38.187 INFO STEP 246 (remove_files) COMPLETE |
| 5656 | 2026-02-12T06:56:39.946Z | [ recovery-image] Feb 12 06:56:38.187 INFO O| Feb 12 06:56:38.187 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5657 | 2026-02-12T06:56:39.946Z | [ recovery-image] Feb 12 06:56:38.198 INFO O| Feb 12 06:56:38.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil" |
| 5658 | 2026-02-12T06:56:39.946Z | [ recovery-image] Feb 12 06:56:38.198 INFO O| Feb 12 06:56:38.198 INFO STEP 247 (remove_files) COMPLETE |
| 5659 | 2026-02-12T06:56:39.946Z | [ recovery-image] Feb 12 06:56:38.198 INFO O| Feb 12 06:56:38.198 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5660 | 2026-02-12T06:56:39.946Z | [ recovery-image] Feb 12 06:56:38.210 INFO O| Feb 12 06:56:38.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat" |
| 5661 | 2026-02-12T06:56:39.946Z | [ recovery-image] Feb 12 06:56:38.211 INFO O| Feb 12 06:56:38.211 INFO STEP 248 (remove_files) COMPLETE |
| 5662 | 2026-02-12T06:56:39.946Z | [ recovery-image] Feb 12 06:56:38.211 INFO O| Feb 12 06:56:38.211 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5663 | 2026-02-12T06:56:39.946Z | [ recovery-image] Feb 12 06:56:38.223 INFO O| Feb 12 06:56:38.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last" |
| 5664 | 2026-02-12T06:56:39.946Z | [ recovery-image] Feb 12 06:56:38.223 INFO O| Feb 12 06:56:38.223 INFO STEP 249 (remove_files) COMPLETE |
| 5665 | 2026-02-12T06:56:39.946Z | [ recovery-image] Feb 12 06:56:38.223 INFO O| Feb 12 06:56:38.223 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5666 | 2026-02-12T06:56:39.946Z | [ recovery-image] Feb 12 06:56:38.234 INFO O| Feb 12 06:56:38.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm" |
| 5667 | 2026-02-12T06:56:39.946Z | [ recovery-image] Feb 12 06:56:38.234 INFO O| Feb 12 06:56:38.234 INFO STEP 250 (remove_files) COMPLETE |
| 5668 | 2026-02-12T06:56:39.946Z | [ recovery-image] Feb 12 06:56:38.235 INFO O| Feb 12 06:56:38.234 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5669 | 2026-02-12T06:56:39.946Z | [ recovery-image] Feb 12 06:56:38.247 INFO O| Feb 12 06:56:38.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld" |
| 5670 | 2026-02-12T06:56:39.946Z | [ recovery-image] Feb 12 06:56:38.247 INFO O| Feb 12 06:56:38.247 INFO STEP 251 (remove_files) COMPLETE |
| 5671 | 2026-02-12T06:56:39.946Z | [ recovery-image] Feb 12 06:56:38.247 INFO O| Feb 12 06:56:38.247 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5672 | 2026-02-12T06:56:39.946Z | [ recovery-image] Feb 12 06:56:38.259 INFO O| Feb 12 06:56:38.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd" |
| 5673 | 2026-02-12T06:56:39.946Z | [ recovery-image] Feb 12 06:56:38.259 INFO O| Feb 12 06:56:38.259 INFO STEP 252 (remove_files) COMPLETE |
| 5674 | 2026-02-12T06:56:39.946Z | [ recovery-image] Feb 12 06:56:38.259 INFO O| Feb 12 06:56:38.259 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5675 | 2026-02-12T06:56:39.946Z | [ recovery-image] Feb 12 06:56:38.270 INFO O| Feb 12 06:56:38.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less" |
| 5676 | 2026-02-12T06:56:39.946Z | [ recovery-image] Feb 12 06:56:38.270 INFO O| Feb 12 06:56:38.270 INFO STEP 253 (remove_files) COMPLETE |
| 5677 | 2026-02-12T06:56:39.946Z | [ recovery-image] Feb 12 06:56:38.270 INFO O| Feb 12 06:56:38.270 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5678 | 2026-02-12T06:56:39.946Z | [ recovery-image] Feb 12 06:56:38.282 INFO O| Feb 12 06:56:38.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho" |
| 5679 | 2026-02-12T06:56:39.946Z | [ recovery-image] Feb 12 06:56:38.282 INFO O| Feb 12 06:56:38.282 INFO STEP 254 (remove_files) COMPLETE |
| 5680 | 2026-02-12T06:56:39.946Z | [ recovery-image] Feb 12 06:56:38.283 INFO O| Feb 12 06:56:38.282 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5681 | 2026-02-12T06:56:39.946Z | [ recovery-image] Feb 12 06:56:38.294 INFO O| Feb 12 06:56:38.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey" |
| 5682 | 2026-02-12T06:56:39.946Z | [ recovery-image] Feb 12 06:56:38.294 INFO O| Feb 12 06:56:38.294 INFO STEP 255 (remove_files) COMPLETE |
| 5683 | 2026-02-12T06:56:39.946Z | [ recovery-image] Feb 12 06:56:38.294 INFO O| Feb 12 06:56:38.294 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5684 | 2026-02-12T06:56:39.946Z | [ recovery-image] Feb 12 06:56:38.306 INFO O| Feb 12 06:56:38.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo" |
| 5685 | 2026-02-12T06:56:39.946Z | [ recovery-image] Feb 12 06:56:38.306 INFO O| Feb 12 06:56:38.306 INFO STEP 256 (remove_files) COMPLETE |
| 5686 | 2026-02-12T06:56:39.946Z | [ recovery-image] Feb 12 06:56:38.306 INFO O| Feb 12 06:56:38.306 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5687 | 2026-02-12T06:56:39.946Z | [ recovery-image] Feb 12 06:56:38.317 INFO O| Feb 12 06:56:38.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line" |
| 5688 | 2026-02-12T06:56:39.946Z | [ recovery-image] Feb 12 06:56:38.318 INFO O| Feb 12 06:56:38.318 INFO STEP 257 (remove_files) COMPLETE |
| 5689 | 2026-02-12T06:56:39.946Z | [ recovery-image] Feb 12 06:56:38.318 INFO O| Feb 12 06:56:38.318 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5690 | 2026-02-12T06:56:39.947Z | [ recovery-image] Feb 12 06:56:38.330 INFO O| Feb 12 06:56:38.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp" |
| 5691 | 2026-02-12T06:56:39.947Z | [ recovery-image] Feb 12 06:56:38.330 INFO O| Feb 12 06:56:38.330 INFO STEP 258 (remove_files) COMPLETE |
| 5692 | 2026-02-12T06:56:39.947Z | [ recovery-image] Feb 12 06:56:38.330 INFO O| Feb 12 06:56:38.330 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5693 | 2026-02-12T06:56:39.947Z | [ recovery-image] Feb 12 06:56:38.342 INFO O| Feb 12 06:56:38.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers" |
| 5694 | 2026-02-12T06:56:39.947Z | [ recovery-image] Feb 12 06:56:38.342 INFO O| Feb 12 06:56:38.342 INFO STEP 259 (remove_files) COMPLETE |
| 5695 | 2026-02-12T06:56:39.947Z | [ recovery-image] Feb 12 06:56:38.342 INFO O| Feb 12 06:56:38.342 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5696 | 2026-02-12T06:56:39.947Z | [ recovery-image] Feb 12 06:56:38.354 INFO O| Feb 12 06:56:38.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys" |
| 5697 | 2026-02-12T06:56:39.947Z | [ recovery-image] Feb 12 06:56:38.354 INFO O| Feb 12 06:56:38.354 INFO STEP 260 (remove_files) COMPLETE |
| 5698 | 2026-02-12T06:56:39.947Z | [ recovery-image] Feb 12 06:56:38.354 INFO O| Feb 12 06:56:38.354 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5699 | 2026-02-12T06:56:39.947Z | [ recovery-image] Feb 12 06:56:38.366 INFO O| Feb 12 06:56:38.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger" |
| 5700 | 2026-02-12T06:56:39.947Z | [ recovery-image] Feb 12 06:56:38.366 INFO O| Feb 12 06:56:38.366 INFO STEP 261 (remove_files) COMPLETE |
| 5701 | 2026-02-12T06:56:39.947Z | [ recovery-image] Feb 12 06:56:38.366 INFO O| Feb 12 06:56:38.366 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5702 | 2026-02-12T06:56:39.947Z | [ recovery-image] Feb 12 06:56:38.378 INFO O| Feb 12 06:56:38.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins" |
| 5703 | 2026-02-12T06:56:39.947Z | [ recovery-image] Feb 12 06:56:38.378 INFO O| Feb 12 06:56:38.378 INFO STEP 262 (remove_files) COMPLETE |
| 5704 | 2026-02-12T06:56:39.947Z | [ recovery-image] Feb 12 06:56:38.378 INFO O| Feb 12 06:56:38.378 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5705 | 2026-02-12T06:56:39.947Z | [ recovery-image] Feb 12 06:56:38.390 INFO O| Feb 12 06:56:38.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname" |
| 5706 | 2026-02-12T06:56:39.947Z | [ recovery-image] Feb 12 06:56:38.390 INFO O| Feb 12 06:56:38.390 INFO STEP 263 (remove_files) COMPLETE |
| 5707 | 2026-02-12T06:56:39.947Z | [ recovery-image] Feb 12 06:56:38.390 INFO O| Feb 12 06:56:38.390 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5708 | 2026-02-12T06:56:39.947Z | [ recovery-image] Feb 12 06:56:38.402 INFO O| Feb 12 06:56:38.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look" |
| 5709 | 2026-02-12T06:56:39.947Z | [ recovery-image] Feb 12 06:56:38.402 INFO O| Feb 12 06:56:38.402 INFO STEP 264 (remove_files) COMPLETE |
| 5710 | 2026-02-12T06:56:39.947Z | [ recovery-image] Feb 12 06:56:38.402 INFO O| Feb 12 06:56:38.402 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5711 | 2026-02-12T06:56:39.947Z | [ recovery-image] Feb 12 06:56:38.414 INFO O| Feb 12 06:56:38.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker" |
| 5712 | 2026-02-12T06:56:39.947Z | [ recovery-image] Feb 12 06:56:38.414 INFO O| Feb 12 06:56:38.414 INFO STEP 265 (remove_files) COMPLETE |
| 5713 | 2026-02-12T06:56:39.947Z | [ recovery-image] Feb 12 06:56:38.414 INFO O| Feb 12 06:56:38.414 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5714 | 2026-02-12T06:56:39.947Z | [ recovery-image] Feb 12 06:56:38.425 INFO O| Feb 12 06:56:38.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4" |
| 5715 | 2026-02-12T06:56:39.947Z | [ recovery-image] Feb 12 06:56:38.425 INFO O| Feb 12 06:56:38.425 INFO STEP 266 (remove_files) COMPLETE |
| 5716 | 2026-02-12T06:56:39.947Z | [ recovery-image] Feb 12 06:56:38.426 INFO O| Feb 12 06:56:38.425 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5717 | 2026-02-12T06:56:39.947Z | [ recovery-image] Feb 12 06:56:38.436 INFO O| Feb 12 06:56:38.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec" |
| 5718 | 2026-02-12T06:56:39.947Z | [ recovery-image] Feb 12 06:56:38.436 INFO O| Feb 12 06:56:38.436 INFO STEP 267 (remove_files) COMPLETE |
| 5719 | 2026-02-12T06:56:39.947Z | [ recovery-image] Feb 12 06:56:38.436 INFO O| Feb 12 06:56:38.436 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5720 | 2026-02-12T06:56:39.947Z | [ recovery-image] Feb 12 06:56:38.448 INFO O| Feb 12 06:56:38.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo" |
| 5721 | 2026-02-12T06:56:39.947Z | [ recovery-image] Feb 12 06:56:38.448 INFO O| Feb 12 06:56:38.448 INFO STEP 268 (remove_files) COMPLETE |
| 5722 | 2026-02-12T06:56:39.947Z | [ recovery-image] Feb 12 06:56:38.448 INFO O| Feb 12 06:56:38.448 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5723 | 2026-02-12T06:56:39.947Z | [ recovery-image] Feb 12 06:56:38.460 INFO O| Feb 12 06:56:38.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac" |
| 5724 | 2026-02-12T06:56:39.947Z | [ recovery-image] Feb 12 06:56:38.460 INFO O| Feb 12 06:56:38.460 INFO STEP 269 (remove_files) COMPLETE |
| 5725 | 2026-02-12T06:56:39.947Z | [ recovery-image] Feb 12 06:56:38.460 INFO O| Feb 12 06:56:38.460 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5726 | 2026-02-12T06:56:39.947Z | [ recovery-image] Feb 12 06:56:38.472 INFO O| Feb 12 06:56:38.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach" |
| 5727 | 2026-02-12T06:56:39.948Z | [ recovery-image] Feb 12 06:56:38.472 INFO O| Feb 12 06:56:38.472 INFO STEP 270 (remove_files) COMPLETE |
| 5728 | 2026-02-12T06:56:39.948Z | [ recovery-image] Feb 12 06:56:38.473 INFO O| Feb 12 06:56:38.472 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5729 | 2026-02-12T06:56:39.948Z | [ recovery-image] Feb 12 06:56:38.484 INFO O| Feb 12 06:56:38.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx" |
| 5730 | 2026-02-12T06:56:39.948Z | [ recovery-image] Feb 12 06:56:38.484 INFO O| Feb 12 06:56:38.484 INFO STEP 271 (remove_files) COMPLETE |
| 5731 | 2026-02-12T06:56:39.948Z | [ recovery-image] Feb 12 06:56:38.484 INFO O| Feb 12 06:56:38.484 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5732 | 2026-02-12T06:56:39.948Z | [ recovery-image] Feb 12 06:56:38.496 INFO O| Feb 12 06:56:38.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev" |
| 5733 | 2026-02-12T06:56:39.948Z | [ recovery-image] Feb 12 06:56:38.496 INFO O| Feb 12 06:56:38.496 INFO STEP 272 (remove_files) COMPLETE |
| 5734 | 2026-02-12T06:56:39.948Z | [ recovery-image] Feb 12 06:56:38.496 INFO O| Feb 12 06:56:38.496 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5735 | 2026-02-12T06:56:39.948Z | [ recovery-image] Feb 12 06:56:38.507 INFO O| Feb 12 06:56:38.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg" |
| 5736 | 2026-02-12T06:56:39.948Z | [ recovery-image] Feb 12 06:56:38.507 INFO O| Feb 12 06:56:38.507 INFO STEP 273 (remove_files) COMPLETE |
| 5737 | 2026-02-12T06:56:39.948Z | [ recovery-image] Feb 12 06:56:38.507 INFO O| Feb 12 06:56:38.507 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5738 | 2026-02-12T06:56:39.948Z | [ recovery-image] Feb 12 06:56:38.519 INFO O| Feb 12 06:56:38.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c" |
| 5739 | 2026-02-12T06:56:39.948Z | [ recovery-image] Feb 12 06:56:38.519 INFO O| Feb 12 06:56:38.519 INFO STEP 274 (remove_files) COMPLETE |
| 5740 | 2026-02-12T06:56:39.948Z | [ recovery-image] Feb 12 06:56:38.519 INFO O| Feb 12 06:56:38.519 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5741 | 2026-02-12T06:56:39.948Z | [ recovery-image] Feb 12 06:56:38.530 INFO O| Feb 12 06:56:38.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update" |
| 5742 | 2026-02-12T06:56:39.948Z | [ recovery-image] Feb 12 06:56:38.530 INFO O| Feb 12 06:56:38.530 INFO STEP 275 (remove_files) COMPLETE |
| 5743 | 2026-02-12T06:56:39.948Z | [ recovery-image] Feb 12 06:56:38.530 INFO O| Feb 12 06:56:38.530 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5744 | 2026-02-12T06:56:39.948Z | [ recovery-image] Feb 12 06:56:38.542 INFO O| Feb 12 06:56:38.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo" |
| 5745 | 2026-02-12T06:56:39.948Z | [ recovery-image] Feb 12 06:56:38.542 INFO O| Feb 12 06:56:38.542 INFO STEP 276 (remove_files) COMPLETE |
| 5746 | 2026-02-12T06:56:39.953Z | [ recovery-image] Feb 12 06:56:38.542 INFO O| Feb 12 06:56:38.542 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5747 | 2026-02-12T06:56:39.953Z | [ recovery-image] Feb 12 06:56:38.554 INFO O| Feb 12 06:56:38.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict" |
| 5748 | 2026-02-12T06:56:39.953Z | [ recovery-image] Feb 12 06:56:38.554 INFO O| Feb 12 06:56:38.554 INFO STEP 277 (remove_files) COMPLETE |
| 5749 | 2026-02-12T06:56:39.953Z | [ recovery-image] Feb 12 06:56:38.554 INFO O| Feb 12 06:56:38.554 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5750 | 2026-02-12T06:56:39.953Z | [ recovery-image] Feb 12 06:56:38.566 INFO O| Feb 12 06:56:38.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe" |
| 5751 | 2026-02-12T06:56:39.953Z | [ recovery-image] Feb 12 06:56:38.566 INFO O| Feb 12 06:56:38.566 INFO STEP 278 (remove_files) COMPLETE |
| 5752 | 2026-02-12T06:56:39.954Z | [ recovery-image] Feb 12 06:56:38.567 INFO O| Feb 12 06:56:38.566 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5753 | 2026-02-12T06:56:39.954Z | [ recovery-image] Feb 12 06:56:38.577 INFO O| Feb 12 06:56:38.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat" |
| 5754 | 2026-02-12T06:56:39.954Z | [ recovery-image] Feb 12 06:56:38.577 INFO O| Feb 12 06:56:38.577 INFO STEP 279 (remove_files) COMPLETE |
| 5755 | 2026-02-12T06:56:39.954Z | [ recovery-image] Feb 12 06:56:38.577 INFO O| Feb 12 06:56:38.577 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5756 | 2026-02-12T06:56:39.954Z | [ recovery-image] Feb 12 06:56:38.590 INFO O| Feb 12 06:56:38.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt" |
| 5757 | 2026-02-12T06:56:39.954Z | [ recovery-image] Feb 12 06:56:38.590 INFO O| Feb 12 06:56:38.590 INFO STEP 280 (remove_files) COMPLETE |
| 5758 | 2026-02-12T06:56:39.954Z | [ recovery-image] Feb 12 06:56:38.590 INFO O| Feb 12 06:56:38.590 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5759 | 2026-02-12T06:56:39.954Z | [ recovery-image] Feb 12 06:56:38.602 INFO O| Feb 12 06:56:38.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config" |
| 5760 | 2026-02-12T06:56:39.954Z | [ recovery-image] Feb 12 06:56:38.602 INFO O| Feb 12 06:56:38.602 INFO STEP 281 (remove_files) COMPLETE |
| 5761 | 2026-02-12T06:56:39.954Z | [ recovery-image] Feb 12 06:56:38.602 INFO O| Feb 12 06:56:38.602 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5762 | 2026-02-12T06:56:39.954Z | [ recovery-image] Feb 12 06:56:38.614 INFO O| Feb 12 06:56:38.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert" |
| 5763 | 2026-02-12T06:56:39.954Z | [ recovery-image] Feb 12 06:56:38.614 INFO O| Feb 12 06:56:38.614 INFO STEP 282 (remove_files) COMPLETE |
| 5764 | 2026-02-12T06:56:39.954Z | [ recovery-image] Feb 12 06:56:38.614 INFO O| Feb 12 06:56:38.614 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5765 | 2026-02-12T06:56:39.954Z | [ recovery-image] Feb 12 06:56:38.626 INFO O| Feb 12 06:56:38.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config" |
| 5766 | 2026-02-12T06:56:39.954Z | [ recovery-image] Feb 12 06:56:38.626 INFO O| Feb 12 06:56:38.626 INFO STEP 283 (remove_files) COMPLETE |
| 5767 | 2026-02-12T06:56:39.954Z | [ recovery-image] Feb 12 06:56:38.626 INFO O| Feb 12 06:56:38.626 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5768 | 2026-02-12T06:56:39.954Z | [ recovery-image] Feb 12 06:56:38.639 INFO O| Feb 12 06:56:38.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user" |
| 5769 | 2026-02-12T06:56:39.954Z | [ recovery-image] Feb 12 06:56:38.639 INFO O| Feb 12 06:56:38.639 INFO STEP 284 (remove_files) COMPLETE |
| 5770 | 2026-02-12T06:56:39.954Z | [ recovery-image] Feb 12 06:56:38.639 INFO O| Feb 12 06:56:38.639 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5771 | 2026-02-12T06:56:39.954Z | [ recovery-image] Feb 12 06:56:38.651 INFO O| Feb 12 06:56:38.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform" |
| 5772 | 2026-02-12T06:56:39.954Z | [ recovery-image] Feb 12 06:56:38.651 INFO O| Feb 12 06:56:38.651 INFO STEP 285 (remove_files) COMPLETE |
| 5773 | 2026-02-12T06:56:39.954Z | [ recovery-image] Feb 12 06:56:38.651 INFO O| Feb 12 06:56:38.651 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5774 | 2026-02-12T06:56:39.954Z | [ recovery-image] Feb 12 06:56:38.662 INFO O| Feb 12 06:56:38.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp" |
| 5775 | 2026-02-12T06:56:39.954Z | [ recovery-image] Feb 12 06:56:38.662 INFO O| Feb 12 06:56:38.662 INFO STEP 286 (remove_files) COMPLETE |
| 5776 | 2026-02-12T06:56:39.954Z | [ recovery-image] Feb 12 06:56:38.662 INFO O| Feb 12 06:56:38.662 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5777 | 2026-02-12T06:56:39.954Z | [ recovery-image] Feb 12 06:56:38.674 INFO O| Feb 12 06:56:38.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news" |
| 5778 | 2026-02-12T06:56:39.954Z | [ recovery-image] Feb 12 06:56:38.674 INFO O| Feb 12 06:56:38.674 INFO STEP 287 (remove_files) COMPLETE |
| 5779 | 2026-02-12T06:56:39.954Z | [ recovery-image] Feb 12 06:56:38.674 INFO O| Feb 12 06:56:38.674 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5780 | 2026-02-12T06:56:39.954Z | [ recovery-image] Feb 12 06:56:38.685 INFO O| Feb 12 06:56:38.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask" |
| 5781 | 2026-02-12T06:56:39.954Z | [ recovery-image] Feb 12 06:56:38.685 INFO O| Feb 12 06:56:38.685 INFO STEP 288 (remove_files) COMPLETE |
| 5782 | 2026-02-12T06:56:39.954Z | [ recovery-image] Feb 12 06:56:38.685 INFO O| Feb 12 06:56:38.685 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5783 | 2026-02-12T06:56:39.954Z | [ recovery-image] Feb 12 06:56:38.695 INFO O| Feb 12 06:56:38.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice" |
| 5784 | 2026-02-12T06:56:39.954Z | [ recovery-image] Feb 12 06:56:38.695 INFO O| Feb 12 06:56:38.695 INFO STEP 289 (remove_files) COMPLETE |
| 5785 | 2026-02-12T06:56:39.954Z | [ recovery-image] Feb 12 06:56:38.695 INFO O| Feb 12 06:56:38.695 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5786 | 2026-02-12T06:56:39.954Z | [ recovery-image] Feb 12 06:56:38.707 INFO O| Feb 12 06:56:38.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl" |
| 5787 | 2026-02-12T06:56:39.954Z | [ recovery-image] Feb 12 06:56:38.707 INFO O| Feb 12 06:56:38.707 INFO STEP 290 (remove_files) COMPLETE |
| 5788 | 2026-02-12T06:56:39.954Z | [ recovery-image] Feb 12 06:56:38.707 INFO O| Feb 12 06:56:38.707 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5789 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.718 INFO O| Feb 12 06:56:38.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk" |
| 5790 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.718 INFO O| Feb 12 06:56:38.718 INFO STEP 291 (remove_files) COMPLETE |
| 5791 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.718 INFO O| Feb 12 06:56:38.718 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5792 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.727 INFO O| Feb 12 06:56:38.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od" |
| 5793 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.727 INFO O| Feb 12 06:56:38.727 INFO STEP 292 (remove_files) COMPLETE |
| 5794 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.727 INFO O| Feb 12 06:56:38.727 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5795 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.739 INFO O| Feb 12 06:56:38.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa" |
| 5796 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.739 INFO O| Feb 12 06:56:38.739 INFO STEP 293 (remove_files) COMPLETE |
| 5797 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.739 INFO O| Feb 12 06:56:38.739 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5798 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.750 INFO O| Feb 12 06:56:38.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack" |
| 5799 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.751 INFO O| Feb 12 06:56:38.751 INFO STEP 294 (remove_files) COMPLETE |
| 5800 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.751 INFO O| Feb 12 06:56:38.751 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5801 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.763 INFO O| Feb 12 06:56:38.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page" |
| 5802 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.763 INFO O| Feb 12 06:56:38.763 INFO STEP 295 (remove_files) COMPLETE |
| 5803 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.763 INFO O| Feb 12 06:56:38.763 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5804 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.774 INFO O| Feb 12 06:56:38.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize" |
| 5805 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.775 INFO O| Feb 12 06:56:38.775 INFO STEP 296 (remove_files) COMPLETE |
| 5806 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.775 INFO O| Feb 12 06:56:38.775 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5807 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.786 INFO O| Feb 12 06:56:38.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd" |
| 5808 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.787 INFO O| Feb 12 06:56:38.787 INFO STEP 297 (remove_files) COMPLETE |
| 5809 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.787 INFO O| Feb 12 06:56:38.787 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5810 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.798 INFO O| Feb 12 06:56:38.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste" |
| 5811 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.798 INFO O| Feb 12 06:56:38.798 INFO STEP 298 (remove_files) COMPLETE |
| 5812 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.798 INFO O| Feb 12 06:56:38.798 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5813 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.811 INFO O| Feb 12 06:56:38.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk" |
| 5814 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.811 INFO O| Feb 12 06:56:38.811 INFO STEP 299 (remove_files) COMPLETE |
| 5815 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.811 INFO O| Feb 12 06:56:38.811 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5816 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.823 INFO O| Feb 12 06:56:38.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax" |
| 5817 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.823 INFO O| Feb 12 06:56:38.823 INFO STEP 300 (remove_files) COMPLETE |
| 5818 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.823 INFO O| Feb 12 06:56:38.823 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5819 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.836 INFO O| Feb 12 06:56:38.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config" |
| 5820 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.836 INFO O| Feb 12 06:56:38.836 INFO STEP 301 (remove_files) COMPLETE |
| 5821 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.836 INFO O| Feb 12 06:56:38.836 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5822 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.849 INFO O| Feb 12 06:56:38.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config" |
| 5823 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.849 INFO O| Feb 12 06:56:38.849 INFO STEP 302 (remove_files) COMPLETE |
| 5824 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.849 INFO O| Feb 12 06:56:38.849 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5825 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.861 INFO O| Feb 12 06:56:38.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config" |
| 5826 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.861 INFO O| Feb 12 06:56:38.861 INFO STEP 303 (remove_files) COMPLETE |
| 5827 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.861 INFO O| Feb 12 06:56:38.861 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5828 | 2026-02-12T06:56:39.955Z | [ recovery-image] Feb 12 06:56:38.874 INFO O| Feb 12 06:56:38.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep" |
| 5829 | 2026-02-12T06:56:39.956Z | [ recovery-image] Feb 12 06:56:38.874 INFO O| Feb 12 06:56:38.874 INFO STEP 304 (remove_files) COMPLETE |
| 5830 | 2026-02-12T06:56:39.956Z | [ recovery-image] Feb 12 06:56:38.874 INFO O| Feb 12 06:56:38.874 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5831 | 2026-02-12T06:56:39.956Z | [ recovery-image] Feb 12 06:56:38.885 INFO O| Feb 12 06:56:38.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test" |
| 5832 | 2026-02-12T06:56:39.956Z | [ recovery-image] Feb 12 06:56:38.885 INFO O| Feb 12 06:56:38.885 INFO STEP 305 (remove_files) COMPLETE |
| 5833 | 2026-02-12T06:56:39.956Z | [ recovery-image] Feb 12 06:56:38.885 INFO O| Feb 12 06:56:38.885 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5834 | 2026-02-12T06:56:39.956Z | [ recovery-image] Feb 12 06:56:38.898 INFO O| Feb 12 06:56:38.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep" |
| 5835 | 2026-02-12T06:56:39.956Z | [ recovery-image] Feb 12 06:56:38.898 INFO O| Feb 12 06:56:38.898 INFO STEP 306 (remove_files) COMPLETE |
| 5836 | 2026-02-12T06:56:39.956Z | [ recovery-image] Feb 12 06:56:38.898 INFO O| Feb 12 06:56:38.898 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5837 | 2026-02-12T06:56:39.956Z | [ recovery-image] Feb 12 06:56:38.911 INFO O| Feb 12 06:56:38.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest" |
| 5838 | 2026-02-12T06:56:39.956Z | [ recovery-image] Feb 12 06:56:38.911 INFO O| Feb 12 06:56:38.911 INFO STEP 307 (remove_files) COMPLETE |
| 5839 | 2026-02-12T06:56:39.956Z | [ recovery-image] Feb 12 06:56:38.911 INFO O| Feb 12 06:56:38.911 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5840 | 2026-02-12T06:56:39.956Z | [ recovery-image] Feb 12 06:56:38.923 INFO O| Feb 12 06:56:38.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash" |
| 5841 | 2026-02-12T06:56:39.956Z | [ recovery-image] Feb 12 06:56:38.924 INFO O| Feb 12 06:56:38.923 INFO STEP 308 (remove_files) COMPLETE |
| 5842 | 2026-02-12T06:56:39.956Z | [ recovery-image] Feb 12 06:56:38.924 INFO O| Feb 12 06:56:38.924 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5843 | 2026-02-12T06:56:39.956Z | [ recovery-image] Feb 12 06:56:38.936 INFO O| Feb 12 06:56:38.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh" |
| 5844 | 2026-02-12T06:56:39.956Z | [ recovery-image] Feb 12 06:56:38.936 INFO O| Feb 12 06:56:38.936 INFO STEP 309 (remove_files) COMPLETE |
| 5845 | 2026-02-12T06:56:39.956Z | [ recovery-image] Feb 12 06:56:38.936 INFO O| Feb 12 06:56:38.936 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5846 | 2026-02-12T06:56:39.960Z | [ recovery-image] Feb 12 06:56:38.948 INFO O| Feb 12 06:56:38.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh" |
| 5847 | 2026-02-12T06:56:39.960Z | [ recovery-image] Feb 12 06:56:38.948 INFO O| Feb 12 06:56:38.948 INFO STEP 310 (remove_files) COMPLETE |
| 5848 | 2026-02-12T06:56:39.960Z | [ recovery-image] Feb 12 06:56:38.948 INFO O| Feb 12 06:56:38.948 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5849 | 2026-02-12T06:56:39.960Z | [ recovery-image] Feb 12 06:56:38.959 INFO O| Feb 12 06:56:38.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93" |
| 5850 | 2026-02-12T06:56:39.960Z | [ recovery-image] Feb 12 06:56:38.959 INFO O| Feb 12 06:56:38.959 INFO STEP 311 (remove_files) COMPLETE |
| 5851 | 2026-02-12T06:56:39.960Z | [ recovery-image] Feb 12 06:56:38.959 INFO O| Feb 12 06:56:38.959 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5852 | 2026-02-12T06:56:39.960Z | [ recovery-image] Feb 12 06:56:38.972 INFO O| Feb 12 06:56:38.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh" |
| 5853 | 2026-02-12T06:56:39.960Z | [ recovery-image] Feb 12 06:56:38.972 INFO O| Feb 12 06:56:38.972 INFO STEP 312 (remove_files) COMPLETE |
| 5854 | 2026-02-12T06:56:39.960Z | [ recovery-image] Feb 12 06:56:38.972 INFO O| Feb 12 06:56:38.972 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5855 | 2026-02-12T06:56:39.960Z | [ recovery-image] Feb 12 06:56:38.984 INFO O| Feb 12 06:56:38.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93" |
| 5856 | 2026-02-12T06:56:39.960Z | [ recovery-image] Feb 12 06:56:38.984 INFO O| Feb 12 06:56:38.984 INFO STEP 313 (remove_files) COMPLETE |
| 5857 | 2026-02-12T06:56:39.960Z | [ recovery-image] Feb 12 06:56:38.984 INFO O| Feb 12 06:56:38.984 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5858 | 2026-02-12T06:56:39.960Z | [ recovery-image] Feb 12 06:56:38.993 INFO O| Feb 12 06:56:38.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh" |
| 5859 | 2026-02-12T06:56:39.960Z | [ recovery-image] Feb 12 06:56:38.993 INFO O| Feb 12 06:56:38.993 INFO STEP 314 (remove_files) COMPLETE |
| 5860 | 2026-02-12T06:56:39.960Z | [ recovery-image] Feb 12 06:56:38.993 INFO O| Feb 12 06:56:38.993 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5861 | 2026-02-12T06:56:39.960Z | [ recovery-image] Feb 12 06:56:39.002 INFO O| Feb 12 06:56:39.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh" |
| 5862 | 2026-02-12T06:56:39.960Z | [ recovery-image] Feb 12 06:56:39.002 INFO O| Feb 12 06:56:39.002 INFO STEP 315 (remove_files) COMPLETE |
| 5863 | 2026-02-12T06:56:39.960Z | [ recovery-image] Feb 12 06:56:39.002 INFO O| Feb 12 06:56:39.002 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5864 | 2026-02-12T06:56:39.960Z | [ recovery-image] Feb 12 06:56:39.011 INFO O| Feb 12 06:56:39.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh" |
| 5865 | 2026-02-12T06:56:39.960Z | [ recovery-image] Feb 12 06:56:39.011 INFO O| Feb 12 06:56:39.011 INFO STEP 316 (remove_files) COMPLETE |
| 5866 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.011 INFO O| Feb 12 06:56:39.011 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5867 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.023 INFO O| Feb 12 06:56:39.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg" |
| 5868 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.023 INFO O| Feb 12 06:56:39.023 INFO STEP 317 (remove_files) COMPLETE |
| 5869 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.024 INFO O| Feb 12 06:56:39.023 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5870 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.034 INFO O| Feb 12 06:56:39.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo" |
| 5871 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.034 INFO O| Feb 12 06:56:39.034 INFO STEP 318 (remove_files) COMPLETE |
| 5872 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.034 INFO O| Feb 12 06:56:39.034 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5873 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.045 INFO O| Feb 12 06:56:39.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat" |
| 5874 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.045 INFO O| Feb 12 06:56:39.045 INFO STEP 319 (remove_files) COMPLETE |
| 5875 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.045 INFO O| Feb 12 06:56:39.045 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5876 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.057 INFO O| Feb 12 06:56:39.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm" |
| 5877 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.058 INFO O| Feb 12 06:56:39.058 INFO STEP 320 (remove_files) COMPLETE |
| 5878 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.058 INFO O| Feb 12 06:56:39.058 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5879 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.066 INFO O| Feb 12 06:56:39.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond" |
| 5880 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.066 INFO O| Feb 12 06:56:39.066 INFO STEP 321 (remove_files) COMPLETE |
| 5881 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.066 INFO O| Feb 12 06:56:39.066 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5882 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.079 INFO O| Feb 12 06:56:39.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo" |
| 5883 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.079 INFO O| Feb 12 06:56:39.079 INFO STEP 322 (remove_files) COMPLETE |
| 5884 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.079 INFO O| Feb 12 06:56:39.079 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5885 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.087 INFO O| Feb 12 06:56:39.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk" |
| 5886 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.088 INFO O| Feb 12 06:56:39.088 INFO STEP 323 (remove_files) COMPLETE |
| 5887 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.088 INFO O| Feb 12 06:56:39.088 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5888 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.101 INFO O| Feb 12 06:56:39.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam" |
| 5889 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.101 INFO O| Feb 12 06:56:39.101 INFO STEP 324 (remove_files) COMPLETE |
| 5890 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.101 INFO O| Feb 12 06:56:39.101 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5891 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.114 INFO O| Feb 12 06:56:39.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto" |
| 5892 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.114 INFO O| Feb 12 06:56:39.114 INFO STEP 325 (remove_files) COMPLETE |
| 5893 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.114 INFO O| Feb 12 06:56:39.114 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5894 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.127 INFO O| Feb 12 06:56:39.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans" |
| 5895 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.127 INFO O| Feb 12 06:56:39.127 INFO STEP 326 (remove_files) COMPLETE |
| 5896 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.127 INFO O| Feb 12 06:56:39.127 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5897 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.140 INFO O| Feb 12 06:56:39.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool" |
| 5898 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.141 INFO O| Feb 12 06:56:39.140 INFO STEP 327 (remove_files) COMPLETE |
| 5899 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.141 INFO O| Feb 12 06:56:39.141 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5900 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.153 INFO O| Feb 12 06:56:39.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp" |
| 5901 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.153 INFO O| Feb 12 06:56:39.153 INFO STEP 328 (remove_files) COMPLETE |
| 5902 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.153 INFO O| Feb 12 06:56:39.153 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5903 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.167 INFO O| Feb 12 06:56:39.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise" |
| 5904 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.167 INFO O| Feb 12 06:56:39.167 INFO STEP 329 (remove_files) COMPLETE |
| 5905 | 2026-02-12T06:56:39.961Z | [ recovery-image] Feb 12 06:56:39.167 INFO O| Feb 12 06:56:39.167 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5906 | 2026-02-12T06:56:39.962Z | [ recovery-image] Feb 12 06:56:39.181 INFO O| Feb 12 06:56:39.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat" |
| 5907 | 2026-02-12T06:56:39.962Z | [ recovery-image] Feb 12 06:56:39.181 INFO O| Feb 12 06:56:39.181 INFO STEP 330 (remove_files) COMPLETE |
| 5908 | 2026-02-12T06:56:39.962Z | [ recovery-image] Feb 12 06:56:39.181 INFO O| Feb 12 06:56:39.181 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5909 | 2026-02-12T06:56:39.967Z | [ recovery-image] Feb 12 06:56:39.195 INFO O| Feb 12 06:56:39.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz" |
| 5910 | 2026-02-12T06:56:39.969Z | [ recovery-image] Feb 12 06:56:39.195 INFO O| Feb 12 06:56:39.195 INFO STEP 331 (remove_files) COMPLETE |
| 5911 | 2026-02-12T06:56:39.970Z | [ recovery-image] Feb 12 06:56:39.195 INFO O| Feb 12 06:56:39.195 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5912 | 2026-02-12T06:56:39.978Z | [ recovery-image] Feb 12 06:56:39.206 INFO O| Feb 12 06:56:39.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr" |
| 5913 | 2026-02-12T06:56:39.981Z | [ recovery-image] Feb 12 06:56:39.207 INFO O| Feb 12 06:56:39.207 INFO STEP 332 (remove_files) COMPLETE |
| 5914 | 2026-02-12T06:56:39.981Z | [ recovery-image] Feb 12 06:56:39.207 INFO O| Feb 12 06:56:39.207 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5915 | 2026-02-12T06:56:39.992Z | [ recovery-image] Feb 12 06:56:39.220 INFO O| Feb 12 06:56:39.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print" |
| 5916 | 2026-02-12T06:56:39.992Z | [ recovery-image] Feb 12 06:56:39.220 INFO O| Feb 12 06:56:39.220 INFO STEP 333 (remove_files) COMPLETE |
| 5917 | 2026-02-12T06:56:39.995Z | [ recovery-image] Feb 12 06:56:39.220 INFO O| Feb 12 06:56:39.220 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5918 | 2026-02-12T06:56:40.006Z | [ recovery-image] Feb 12 06:56:39.234 INFO O| Feb 12 06:56:39.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf" |
| 5919 | 2026-02-12T06:56:40.010Z | [ recovery-image] Feb 12 06:56:39.235 INFO O| Feb 12 06:56:39.235 INFO STEP 334 (remove_files) COMPLETE |
| 5920 | 2026-02-12T06:56:40.010Z | [ recovery-image] Feb 12 06:56:39.235 INFO O| Feb 12 06:56:39.235 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5921 | 2026-02-12T06:56:40.023Z | [ recovery-image] Feb 12 06:56:39.251 INFO O| Feb 12 06:56:39.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl" |
| 5922 | 2026-02-12T06:56:40.023Z | [ recovery-image] Feb 12 06:56:39.251 INFO O| Feb 12 06:56:39.251 INFO STEP 335 (remove_files) COMPLETE |
| 5923 | 2026-02-12T06:56:40.026Z | [ recovery-image] Feb 12 06:56:39.251 INFO O| Feb 12 06:56:39.251 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5924 | 2026-02-12T06:56:40.038Z | [ recovery-image] Feb 12 06:56:39.266 INFO O| Feb 12 06:56:39.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles" |
| 5925 | 2026-02-12T06:56:40.041Z | [ recovery-image] Feb 12 06:56:39.266 INFO O| Feb 12 06:56:39.266 INFO STEP 336 (remove_files) COMPLETE |
| 5926 | 2026-02-12T06:56:40.041Z | [ recovery-image] Feb 12 06:56:39.266 INFO O| Feb 12 06:56:39.266 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5927 | 2026-02-12T06:56:40.053Z | [ recovery-image] Feb 12 06:56:39.281 INFO O| Feb 12 06:56:39.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects" |
| 5928 | 2026-02-12T06:56:40.056Z | [ recovery-image] Feb 12 06:56:39.281 INFO O| Feb 12 06:56:39.281 INFO STEP 337 (remove_files) COMPLETE |
| 5929 | 2026-02-12T06:56:40.056Z | [ recovery-image] Feb 12 06:56:39.282 INFO O| Feb 12 06:56:39.281 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5930 | 2026-02-12T06:56:40.065Z | [ recovery-image] Feb 12 06:56:39.293 INFO O| Feb 12 06:56:39.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags" |
| 5931 | 2026-02-12T06:56:40.068Z | [ recovery-image] Feb 12 06:56:39.293 INFO O| Feb 12 06:56:39.293 INFO STEP 338 (remove_files) COMPLETE |
| 5932 | 2026-02-12T06:56:40.068Z | [ recovery-image] Feb 12 06:56:39.293 INFO O| Feb 12 06:56:39.293 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5933 | 2026-02-12T06:56:40.080Z | [ recovery-image] Feb 12 06:56:39.308 INFO O| Feb 12 06:56:39.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev" |
| 5934 | 2026-02-12T06:56:40.080Z | [ recovery-image] Feb 12 06:56:39.308 INFO O| Feb 12 06:56:39.308 INFO STEP 339 (remove_files) COMPLETE |
| 5935 | 2026-02-12T06:56:40.083Z | [ recovery-image] Feb 12 06:56:39.308 INFO O| Feb 12 06:56:39.308 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5936 | 2026-02-12T06:56:40.091Z | [ recovery-image] Feb 12 06:56:39.319 INFO O| Feb 12 06:56:39.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp" |
| 5937 | 2026-02-12T06:56:40.091Z | [ recovery-image] Feb 12 06:56:39.319 INFO O| Feb 12 06:56:39.319 INFO STEP 340 (remove_files) COMPLETE |
| 5938 | 2026-02-12T06:56:40.094Z | [ recovery-image] Feb 12 06:56:39.319 INFO O| Feb 12 06:56:39.319 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5939 | 2026-02-12T06:56:40.102Z | [ recovery-image] Feb 12 06:56:39.330 INFO O| Feb 12 06:56:39.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs" |
| 5940 | 2026-02-12T06:56:40.105Z | [ recovery-image] Feb 12 06:56:39.330 INFO O| Feb 12 06:56:39.330 INFO STEP 341 (remove_files) COMPLETE |
| 5941 | 2026-02-12T06:56:40.105Z | [ recovery-image] Feb 12 06:56:39.330 INFO O| Feb 12 06:56:39.330 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5942 | 2026-02-12T06:56:40.112Z | [ recovery-image] Feb 12 06:56:39.340 INFO O| Feb 12 06:56:39.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait" |
| 5943 | 2026-02-12T06:56:40.115Z | [ recovery-image] Feb 12 06:56:39.341 INFO O| Feb 12 06:56:39.341 INFO STEP 342 (remove_files) COMPLETE |
| 5944 | 2026-02-12T06:56:40.115Z | [ recovery-image] Feb 12 06:56:39.341 INFO O| Feb 12 06:56:39.341 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5945 | 2026-02-12T06:56:40.127Z | [ recovery-image] Feb 12 06:56:39.355 INFO O| Feb 12 06:56:39.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd" |
| 5946 | 2026-02-12T06:56:40.131Z | [ recovery-image] Feb 12 06:56:39.356 INFO O| Feb 12 06:56:39.355 INFO STEP 343 (remove_files) COMPLETE |
| 5947 | 2026-02-12T06:56:40.131Z | [ recovery-image] Feb 12 06:56:39.356 INFO O| Feb 12 06:56:39.355 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5948 | 2026-02-12T06:56:40.141Z | [ recovery-image] Feb 12 06:56:39.369 INFO O| Feb 12 06:56:39.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read" |
| 5949 | 2026-02-12T06:56:40.141Z | [ recovery-image] Feb 12 06:56:39.369 INFO O| Feb 12 06:56:39.369 INFO STEP 344 (remove_files) COMPLETE |
| 5950 | 2026-02-12T06:56:40.141Z | [ recovery-image] Feb 12 06:56:39.369 INFO O| Feb 12 06:56:39.369 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5951 | 2026-02-12T06:56:40.154Z | [ recovery-image] Feb 12 06:56:39.382 INFO O| Feb 12 06:56:39.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red" |
| 5952 | 2026-02-12T06:56:40.154Z | [ recovery-image] Feb 12 06:56:39.382 INFO O| Feb 12 06:56:39.382 INFO STEP 345 (remove_files) COMPLETE |
| 5953 | 2026-02-12T06:56:40.157Z | [ recovery-image] Feb 12 06:56:39.382 INFO O| Feb 12 06:56:39.382 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5954 | 2026-02-12T06:56:40.167Z | [ recovery-image] Feb 12 06:56:39.395 INFO O| Feb 12 06:56:39.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp" |
| 5955 | 2026-02-12T06:56:40.170Z | [ recovery-image] Feb 12 06:56:39.395 INFO O| Feb 12 06:56:39.395 INFO STEP 346 (remove_files) COMPLETE |
| 5956 | 2026-02-12T06:56:40.170Z | [ recovery-image] Feb 12 06:56:39.395 INFO O| Feb 12 06:56:39.395 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5957 | 2026-02-12T06:56:40.180Z | [ recovery-image] Feb 12 06:56:39.408 INFO O| Feb 12 06:56:39.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice" |
| 5958 | 2026-02-12T06:56:40.183Z | [ recovery-image] Feb 12 06:56:39.408 INFO O| Feb 12 06:56:39.408 INFO STEP 347 (remove_files) COMPLETE |
| 5959 | 2026-02-12T06:56:40.183Z | [ recovery-image] Feb 12 06:56:39.408 INFO O| Feb 12 06:56:39.408 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5960 | 2026-02-12T06:56:40.193Z | [ recovery-image] Feb 12 06:56:39.421 INFO O| Feb 12 06:56:39.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize" |
| 5961 | 2026-02-12T06:56:40.196Z | [ recovery-image] Feb 12 06:56:39.421 INFO O| Feb 12 06:56:39.421 INFO STEP 348 (remove_files) COMPLETE |
| 5962 | 2026-02-12T06:56:40.196Z | [ recovery-image] Feb 12 06:56:39.421 INFO O| Feb 12 06:56:39.421 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5963 | 2026-02-12T06:56:40.207Z | [ recovery-image] Feb 12 06:56:39.434 INFO O| Feb 12 06:56:39.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev" |
| 5964 | 2026-02-12T06:56:40.207Z | [ recovery-image] Feb 12 06:56:39.434 INFO O| Feb 12 06:56:39.434 INFO STEP 349 (remove_files) COMPLETE |
| 5965 | 2026-02-12T06:56:40.210Z | [ recovery-image] Feb 12 06:56:39.434 INFO O| Feb 12 06:56:39.434 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5966 | 2026-02-12T06:56:40.219Z | [ recovery-image] Feb 12 06:56:39.448 INFO O| Feb 12 06:56:39.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh" |
| 5967 | 2026-02-12T06:56:40.220Z | [ recovery-image] Feb 12 06:56:39.448 INFO O| Feb 12 06:56:39.448 INFO STEP 350 (remove_files) COMPLETE |
| 5968 | 2026-02-12T06:56:40.223Z | [ recovery-image] Feb 12 06:56:39.448 INFO O| Feb 12 06:56:39.448 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5969 | 2026-02-12T06:56:40.229Z | [ recovery-image] Feb 12 06:56:39.457 INFO O| Feb 12 06:56:39.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93" |
| 5970 | 2026-02-12T06:56:40.232Z | [ recovery-image] Feb 12 06:56:39.457 INFO O| Feb 12 06:56:39.457 INFO STEP 351 (remove_files) COMPLETE |
| 5971 | 2026-02-12T06:56:40.232Z | [ recovery-image] Feb 12 06:56:39.457 INFO O| Feb 12 06:56:39.457 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5972 | 2026-02-12T06:56:40.241Z | [ recovery-image] Feb 12 06:56:39.469 INFO O| Feb 12 06:56:39.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles" |
| 5973 | 2026-02-12T06:56:40.244Z | [ recovery-image] Feb 12 06:56:39.469 INFO O| Feb 12 06:56:39.469 INFO STEP 352 (remove_files) COMPLETE |
| 5974 | 2026-02-12T06:56:40.244Z | [ recovery-image] Feb 12 06:56:39.469 INFO O| Feb 12 06:56:39.469 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5975 | 2026-02-12T06:56:40.253Z | [ recovery-image] Feb 12 06:56:39.482 INFO O| Feb 12 06:56:39.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo" |
| 5976 | 2026-02-12T06:56:40.253Z | [ recovery-image] Feb 12 06:56:39.482 INFO O| Feb 12 06:56:39.482 INFO STEP 353 (remove_files) COMPLETE |
| 5977 | 2026-02-12T06:56:40.256Z | [ recovery-image] Feb 12 06:56:39.482 INFO O| Feb 12 06:56:39.482 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5978 | 2026-02-12T06:56:40.264Z | [ recovery-image] Feb 12 06:56:39.491 INFO O| Feb 12 06:56:39.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync" |
| 5979 | 2026-02-12T06:56:40.264Z | [ recovery-image] Feb 12 06:56:39.492 INFO O| Feb 12 06:56:39.491 INFO STEP 354 (remove_files) COMPLETE |
| 5980 | 2026-02-12T06:56:40.267Z | [ recovery-image] Feb 12 06:56:39.492 INFO O| Feb 12 06:56:39.491 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5981 | 2026-02-12T06:56:40.277Z | [ recovery-image] Feb 12 06:56:39.504 INFO O| Feb 12 06:56:39.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl" |
| 5982 | 2026-02-12T06:56:40.277Z | [ recovery-image] Feb 12 06:56:39.504 INFO O| Feb 12 06:56:39.504 INFO STEP 355 (remove_files) COMPLETE |
| 5983 | 2026-02-12T06:56:40.277Z | [ recovery-image] Feb 12 06:56:39.504 INFO O| Feb 12 06:56:39.504 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5984 | 2026-02-12T06:56:40.289Z | [ recovery-image] Feb 12 06:56:39.517 INFO O| Feb 12 06:56:39.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat" |
| 5985 | 2026-02-12T06:56:40.292Z | [ recovery-image] Feb 12 06:56:39.517 INFO O| Feb 12 06:56:39.517 INFO STEP 356 (remove_files) COMPLETE |
| 5986 | 2026-02-12T06:56:40.292Z | [ recovery-image] Feb 12 06:56:39.517 INFO O| Feb 12 06:56:39.517 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5987 | 2026-02-12T06:56:40.300Z | [ recovery-image] Feb 12 06:56:39.528 INFO O| Feb 12 06:56:39.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp" |
| 5988 | 2026-02-12T06:56:40.303Z | [ recovery-image] Feb 12 06:56:39.529 INFO O| Feb 12 06:56:39.529 INFO STEP 357 (remove_files) COMPLETE |
| 5989 | 2026-02-12T06:56:40.304Z | [ recovery-image] Feb 12 06:56:39.529 INFO O| Feb 12 06:56:39.529 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5990 | 2026-02-12T06:56:40.312Z | [ recovery-image] Feb 12 06:56:39.540 INFO O| Feb 12 06:56:39.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script" |
| 5991 | 2026-02-12T06:56:40.312Z | [ recovery-image] Feb 12 06:56:39.540 INFO O| Feb 12 06:56:39.540 INFO STEP 358 (remove_files) COMPLETE |
| 5992 | 2026-02-12T06:56:40.316Z | [ recovery-image] Feb 12 06:56:39.540 INFO O| Feb 12 06:56:39.540 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5993 | 2026-02-12T06:56:40.324Z | [ recovery-image] Feb 12 06:56:39.553 INFO O| Feb 12 06:56:39.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff" |
| 5994 | 2026-02-12T06:56:40.325Z | [ recovery-image] Feb 12 06:56:39.553 INFO O| Feb 12 06:56:39.553 INFO STEP 359 (remove_files) COMPLETE |
| 5995 | 2026-02-12T06:56:40.327Z | [ recovery-image] Feb 12 06:56:39.553 INFO O| Feb 12 06:56:39.553 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5996 | 2026-02-12T06:56:40.337Z | [ recovery-image] Feb 12 06:56:39.565 INFO O| Feb 12 06:56:39.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp" |
| 5997 | 2026-02-12T06:56:40.338Z | [ recovery-image] Feb 12 06:56:39.565 INFO O| Feb 12 06:56:39.565 INFO STEP 360 (remove_files) COMPLETE |
| 5998 | 2026-02-12T06:56:40.341Z | [ recovery-image] Feb 12 06:56:39.565 INFO O| Feb 12 06:56:39.565 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5999 | 2026-02-12T06:56:40.347Z | [ recovery-image] Feb 12 06:56:39.575 INFO O| Feb 12 06:56:39.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp" |
| 6000 | 2026-02-12T06:56:40.347Z | [ recovery-image] Feb 12 06:56:39.575 INFO O| Feb 12 06:56:39.575 INFO STEP 361 (remove_files) COMPLETE |
| 6001 | 2026-02-12T06:56:40.347Z | [ recovery-image] Feb 12 06:56:39.575 INFO O| Feb 12 06:56:39.575 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6002 | 2026-02-12T06:56:40.357Z | [ recovery-image] Feb 12 06:56:39.585 INFO O| Feb 12 06:56:39.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp" |
| 6003 | 2026-02-12T06:56:40.357Z | [ recovery-image] Feb 12 06:56:39.585 INFO O| Feb 12 06:56:39.585 INFO STEP 362 (remove_files) COMPLETE |
| 6004 | 2026-02-12T06:56:40.361Z | [ recovery-image] Feb 12 06:56:39.585 INFO O| Feb 12 06:56:39.585 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6005 | 2026-02-12T06:56:40.369Z | [ recovery-image] Feb 12 06:56:39.596 INFO O| Feb 12 06:56:39.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil" |
| 6006 | 2026-02-12T06:56:40.369Z | [ recovery-image] Feb 12 06:56:39.597 INFO O| Feb 12 06:56:39.597 INFO STEP 363 (remove_files) COMPLETE |
| 6007 | 2026-02-12T06:56:40.372Z | [ recovery-image] Feb 12 06:56:39.597 INFO O| Feb 12 06:56:39.597 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6008 | 2026-02-12T06:56:40.380Z | [ recovery-image] Feb 12 06:56:39.608 INFO O| Feb 12 06:56:39.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib" |
| 6009 | 2026-02-12T06:56:40.384Z | [ recovery-image] Feb 12 06:56:39.608 INFO O| Feb 12 06:56:39.608 INFO STEP 364 (remove_files) COMPLETE |
| 6010 | 2026-02-12T06:56:40.384Z | [ recovery-image] Feb 12 06:56:39.608 INFO O| Feb 12 06:56:39.608 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6011 | 2026-02-12T06:56:40.392Z | [ recovery-image] Feb 12 06:56:39.620 INFO O| Feb 12 06:56:39.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget" |
| 6012 | 2026-02-12T06:56:40.396Z | [ recovery-image] Feb 12 06:56:39.621 INFO O| Feb 12 06:56:39.621 INFO STEP 365 (remove_files) COMPLETE |
| 6013 | 2026-02-12T06:56:40.396Z | [ recovery-image] Feb 12 06:56:39.621 INFO O| Feb 12 06:56:39.621 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6014 | 2026-02-12T06:56:40.405Z | [ recovery-image] Feb 12 06:56:39.633 INFO O| Feb 12 06:56:39.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk" |
| 6015 | 2026-02-12T06:56:40.409Z | [ recovery-image] Feb 12 06:56:39.634 INFO O| Feb 12 06:56:39.634 INFO STEP 366 (remove_files) COMPLETE |
| 6016 | 2026-02-12T06:56:40.409Z | [ recovery-image] Feb 12 06:56:39.634 INFO O| Feb 12 06:56:39.634 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6017 | 2026-02-12T06:56:40.418Z | [ recovery-image] Feb 12 06:56:39.646 INFO O| Feb 12 06:56:39.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck" |
| 6018 | 2026-02-12T06:56:40.421Z | [ recovery-image] Feb 12 06:56:39.646 INFO O| Feb 12 06:56:39.646 INFO STEP 367 (remove_files) COMPLETE |
| 6019 | 2026-02-12T06:56:40.421Z | [ recovery-image] Feb 12 06:56:39.646 INFO O| Feb 12 06:56:39.646 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6020 | 2026-02-12T06:56:40.431Z | [ recovery-image] Feb 12 06:56:39.659 INFO O| Feb 12 06:56:39.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf" |
| 6021 | 2026-02-12T06:56:40.434Z | [ recovery-image] Feb 12 06:56:39.659 INFO O| Feb 12 06:56:39.659 INFO STEP 368 (remove_files) COMPLETE |
| 6022 | 2026-02-12T06:56:40.434Z | [ recovery-image] Feb 12 06:56:39.659 INFO O| Feb 12 06:56:39.659 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6023 | 2026-02-12T06:56:40.443Z | [ recovery-image] Feb 12 06:56:39.671 INFO O| Feb 12 06:56:39.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta" |
| 6024 | 2026-02-12T06:56:40.443Z | [ recovery-image] Feb 12 06:56:39.671 INFO O| Feb 12 06:56:39.671 INFO STEP 369 (remove_files) COMPLETE |
| 6025 | 2026-02-12T06:56:40.446Z | [ recovery-image] Feb 12 06:56:39.671 INFO O| Feb 12 06:56:39.671 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6026 | 2026-02-12T06:56:40.456Z | [ recovery-image] Feb 12 06:56:39.684 INFO O| Feb 12 06:56:39.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf" |
| 6027 | 2026-02-12T06:56:40.462Z | [ recovery-image] Feb 12 06:56:39.684 INFO O| Feb 12 06:56:39.684 INFO STEP 370 (remove_files) COMPLETE |
| 6028 | 2026-02-12T06:56:40.462Z | [ recovery-image] Feb 12 06:56:39.684 INFO O| Feb 12 06:56:39.684 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6029 | 2026-02-12T06:56:40.469Z | [ recovery-image] Feb 12 06:56:39.697 INFO O| Feb 12 06:56:39.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget" |
| 6030 | 2026-02-12T06:56:40.469Z | [ recovery-image] Feb 12 06:56:39.698 INFO O| Feb 12 06:56:39.697 INFO STEP 371 (remove_files) COMPLETE |
| 6031 | 2026-02-12T06:56:40.469Z | [ recovery-image] Feb 12 06:56:39.698 INFO O| Feb 12 06:56:39.697 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6032 | 2026-02-12T06:56:40.485Z | [ recovery-image] Feb 12 06:56:39.713 INFO O| Feb 12 06:56:39.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext" |
| 6033 | 2026-02-12T06:56:40.488Z | [ recovery-image] Feb 12 06:56:39.713 INFO O| Feb 12 06:56:39.713 INFO STEP 372 (remove_files) COMPLETE |
| 6034 | 2026-02-12T06:56:40.488Z | [ recovery-image] Feb 12 06:56:39.713 INFO O| Feb 12 06:56:39.713 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6035 | 2026-02-12T06:56:40.498Z | [ recovery-image] Feb 12 06:56:39.726 INFO O| Feb 12 06:56:39.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat" |
| 6036 | 2026-02-12T06:56:40.498Z | [ recovery-image] Feb 12 06:56:39.726 INFO O| Feb 12 06:56:39.726 INFO STEP 373 (remove_files) COMPLETE |
| 6037 | 2026-02-12T06:56:40.498Z | [ recovery-image] Feb 12 06:56:39.726 INFO O| Feb 12 06:56:39.726 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6038 | 2026-02-12T06:56:40.511Z | [ recovery-image] Feb 12 06:56:39.738 INFO O| Feb 12 06:56:39.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap" |
| 6039 | 2026-02-12T06:56:40.511Z | [ recovery-image] Feb 12 06:56:39.739 INFO O| Feb 12 06:56:39.739 INFO STEP 374 (remove_files) COMPLETE |
| 6040 | 2026-02-12T06:56:40.514Z | [ recovery-image] Feb 12 06:56:39.739 INFO O| Feb 12 06:56:39.739 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6041 | 2026-02-12T06:56:40.524Z | [ recovery-image] Feb 12 06:56:39.752 INFO O| Feb 12 06:56:39.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping" |
| 6042 | 2026-02-12T06:56:40.524Z | [ recovery-image] Feb 12 06:56:39.752 INFO O| Feb 12 06:56:39.752 INFO STEP 375 (remove_files) COMPLETE |
| 6043 | 2026-02-12T06:56:40.527Z | [ recovery-image] Feb 12 06:56:39.752 INFO O| Feb 12 06:56:39.752 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6044 | 2026-02-12T06:56:40.537Z | [ recovery-image] Feb 12 06:56:39.765 INFO O| Feb 12 06:56:39.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps" |
| 6045 | 2026-02-12T06:56:40.537Z | [ recovery-image] Feb 12 06:56:39.765 INFO O| Feb 12 06:56:39.765 INFO STEP 376 (remove_files) COMPLETE |
| 6046 | 2026-02-12T06:56:40.540Z | [ recovery-image] Feb 12 06:56:39.765 INFO O| Feb 12 06:56:39.765 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6047 | 2026-02-12T06:56:40.548Z | [ recovery-image] Feb 12 06:56:39.776 INFO O| Feb 12 06:56:39.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset" |
| 6048 | 2026-02-12T06:56:40.551Z | [ recovery-image] Feb 12 06:56:39.777 INFO O| Feb 12 06:56:39.776 INFO STEP 377 (remove_files) COMPLETE |
| 6049 | 2026-02-12T06:56:40.551Z | [ recovery-image] Feb 12 06:56:39.777 INFO O| Feb 12 06:56:39.777 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6050 | 2026-02-12T06:56:40.561Z | [ recovery-image] Feb 12 06:56:39.789 INFO O| Feb 12 06:56:39.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus" |
| 6051 | 2026-02-12T06:56:40.561Z | [ recovery-image] Feb 12 06:56:39.789 INFO O| Feb 12 06:56:39.789 INFO STEP 378 (remove_files) COMPLETE |
| 6052 | 2026-02-12T06:56:40.561Z | [ recovery-image] Feb 12 06:56:39.789 INFO O| Feb 12 06:56:39.789 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6053 | 2026-02-12T06:56:40.573Z | [ recovery-image] Feb 12 06:56:39.801 INFO O| Feb 12 06:56:39.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable" |
| 6054 | 2026-02-12T06:56:40.573Z | [ recovery-image] Feb 12 06:56:39.801 INFO O| Feb 12 06:56:39.801 INFO STEP 379 (remove_files) COMPLETE |
| 6055 | 2026-02-12T06:56:40.576Z | [ recovery-image] Feb 12 06:56:39.801 INFO O| Feb 12 06:56:39.801 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6056 | 2026-02-12T06:56:40.584Z | [ recovery-image] Feb 12 06:56:39.812 INFO O| Feb 12 06:56:39.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest" |
| 6057 | 2026-02-12T06:56:40.584Z | [ recovery-image] Feb 12 06:56:39.812 INFO O| Feb 12 06:56:39.812 INFO STEP 380 (remove_files) COMPLETE |
| 6058 | 2026-02-12T06:56:40.587Z | [ recovery-image] Feb 12 06:56:39.812 INFO O| Feb 12 06:56:39.812 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6059 | 2026-02-12T06:56:40.596Z | [ recovery-image] Feb 12 06:56:39.824 INFO O| Feb 12 06:56:39.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate" |
| 6060 | 2026-02-12T06:56:40.599Z | [ recovery-image] Feb 12 06:56:39.824 INFO O| Feb 12 06:56:39.824 INFO STEP 381 (remove_files) COMPLETE |
| 6061 | 2026-02-12T06:56:40.600Z | [ recovery-image] Feb 12 06:56:39.824 INFO O| Feb 12 06:56:39.824 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6062 | 2026-02-12T06:56:40.607Z | [ recovery-image] Feb 12 06:56:39.835 INFO O| Feb 12 06:56:39.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap" |
| 6063 | 2026-02-12T06:56:40.610Z | [ recovery-image] Feb 12 06:56:39.835 INFO O| Feb 12 06:56:39.835 INFO STEP 382 (remove_files) COMPLETE |
| 6064 | 2026-02-12T06:56:40.610Z | [ recovery-image] Feb 12 06:56:39.835 INFO O| Feb 12 06:56:39.835 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6065 | 2026-02-12T06:56:40.615Z | [ recovery-image] Feb 12 06:56:39.843 INFO O| Feb 12 06:56:39.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm" |
| 6066 | 2026-02-12T06:56:40.618Z | [ recovery-image] Feb 12 06:56:39.843 INFO O| Feb 12 06:56:39.843 INFO STEP 383 (remove_files) COMPLETE |
| 6067 | 2026-02-12T06:56:40.618Z | [ recovery-image] Feb 12 06:56:39.844 INFO O| Feb 12 06:56:39.843 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6068 | 2026-02-12T06:56:40.627Z | [ recovery-image] Feb 12 06:56:39.854 INFO O| Feb 12 06:56:39.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm" |
| 6069 | 2026-02-12T06:56:40.629Z | [ recovery-image] Feb 12 06:56:39.855 INFO O| Feb 12 06:56:39.855 INFO STEP 384 (remove_files) COMPLETE |
| 6070 | 2026-02-12T06:56:40.630Z | [ recovery-image] Feb 12 06:56:39.855 INFO O| Feb 12 06:56:39.855 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6071 | 2026-02-12T06:56:40.638Z | [ recovery-image] Feb 12 06:56:39.866 INFO O| Feb 12 06:56:39.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk" |
| 6072 | 2026-02-12T06:56:40.642Z | [ recovery-image] Feb 12 06:56:39.866 INFO O| Feb 12 06:56:39.866 INFO STEP 385 (remove_files) COMPLETE |
| 6073 | 2026-02-12T06:56:40.642Z | [ recovery-image] Feb 12 06:56:39.866 INFO O| Feb 12 06:56:39.866 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6074 | 2026-02-12T06:56:40.649Z | [ recovery-image] Feb 12 06:56:39.876 INFO O| Feb 12 06:56:39.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss" |
| 6075 | 2026-02-12T06:56:40.653Z | [ recovery-image] Feb 12 06:56:39.876 INFO O| Feb 12 06:56:39.876 INFO STEP 386 (remove_files) COMPLETE |
| 6076 | 2026-02-12T06:56:40.653Z | [ recovery-image] Feb 12 06:56:39.877 INFO O| Feb 12 06:56:39.876 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6077 | 2026-02-12T06:56:40.661Z | [ recovery-image] Feb 12 06:56:39.889 INFO O| Feb 12 06:56:39.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell" |
| 6078 | 2026-02-12T06:56:40.661Z | [ recovery-image] Feb 12 06:56:39.889 INFO O| Feb 12 06:56:39.889 INFO STEP 387 (remove_files) COMPLETE |
| 6079 | 2026-02-12T06:56:40.663Z | [ recovery-image] Feb 12 06:56:39.889 INFO O| Feb 12 06:56:39.889 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6080 | 2026-02-12T06:56:40.672Z | [ recovery-image] Feb 12 06:56:39.900 INFO O| Feb 12 06:56:39.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split" |
| 6081 | 2026-02-12T06:56:40.675Z | [ recovery-image] Feb 12 06:56:39.900 INFO O| Feb 12 06:56:39.900 INFO STEP 388 (remove_files) COMPLETE |
| 6082 | 2026-02-12T06:56:40.675Z | [ recovery-image] Feb 12 06:56:39.900 INFO O| Feb 12 06:56:39.900 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6083 | 2026-02-12T06:56:40.685Z | [ recovery-image] Feb 12 06:56:39.913 INFO O| Feb 12 06:56:39.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3" |
| 6084 | 2026-02-12T06:56:40.688Z | [ recovery-image] Feb 12 06:56:39.913 INFO O| Feb 12 06:56:39.913 INFO STEP 389 (remove_files) COMPLETE |
| 6085 | 2026-02-12T06:56:40.688Z | [ recovery-image] Feb 12 06:56:39.913 INFO O| Feb 12 06:56:39.913 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6086 | 2026-02-12T06:56:40.697Z | [ recovery-image] Feb 12 06:56:39.925 INFO O| Feb 12 06:56:39.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh" |
| 6087 | 2026-02-12T06:56:40.700Z | [ recovery-image] Feb 12 06:56:39.925 INFO O| Feb 12 06:56:39.925 INFO STEP 390 (remove_files) COMPLETE |
| 6088 | 2026-02-12T06:56:40.700Z | [ recovery-image] Feb 12 06:56:39.925 INFO O| Feb 12 06:56:39.925 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6089 | 2026-02-12T06:56:40.709Z | [ recovery-image] Feb 12 06:56:39.937 INFO O| Feb 12 06:56:39.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add" |
| 6090 | 2026-02-12T06:56:40.712Z | [ recovery-image] Feb 12 06:56:39.937 INFO O| Feb 12 06:56:39.937 INFO STEP 391 (remove_files) COMPLETE |
| 6091 | 2026-02-12T06:56:40.712Z | [ recovery-image] Feb 12 06:56:39.937 INFO O| Feb 12 06:56:39.937 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6092 | 2026-02-12T06:56:40.721Z | [ recovery-image] Feb 12 06:56:39.949 INFO O| Feb 12 06:56:39.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent" |
| 6093 | 2026-02-12T06:56:40.721Z | [ recovery-image] Feb 12 06:56:39.949 INFO O| Feb 12 06:56:39.949 INFO STEP 392 (remove_files) COMPLETE |
| 6094 | 2026-02-12T06:56:40.724Z | [ recovery-image] Feb 12 06:56:39.949 INFO O| Feb 12 06:56:39.949 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6095 | 2026-02-12T06:56:40.733Z | [ recovery-image] Feb 12 06:56:39.961 INFO O| Feb 12 06:56:39.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id" |
| 6096 | 2026-02-12T06:56:40.733Z | [ recovery-image] Feb 12 06:56:39.961 INFO O| Feb 12 06:56:39.961 INFO STEP 393 (remove_files) COMPLETE |
| 6097 | 2026-02-12T06:56:40.736Z | [ recovery-image] Feb 12 06:56:39.961 INFO O| Feb 12 06:56:39.961 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6098 | 2026-02-12T06:56:40.744Z | [ recovery-image] Feb 12 06:56:39.972 INFO O| Feb 12 06:56:39.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan" |
| 6099 | 2026-02-12T06:56:40.747Z | [ recovery-image] Feb 12 06:56:39.972 INFO O| Feb 12 06:56:39.972 INFO STEP 394 (remove_files) COMPLETE |
| 6100 | 2026-02-12T06:56:40.747Z | [ recovery-image] Feb 12 06:56:39.972 INFO O| Feb 12 06:56:39.972 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6101 | 2026-02-12T06:56:40.756Z | [ recovery-image] Feb 12 06:56:39.984 INFO O| Feb 12 06:56:39.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings" |
| 6102 | 2026-02-12T06:56:40.759Z | [ recovery-image] Feb 12 06:56:39.984 INFO O| Feb 12 06:56:39.984 INFO STEP 395 (remove_files) COMPLETE |
| 6103 | 2026-02-12T06:56:40.759Z | [ recovery-image] Feb 12 06:56:39.984 INFO O| Feb 12 06:56:39.984 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6104 | 2026-02-12T06:56:40.765Z | [ recovery-image] Feb 12 06:56:39.993 INFO O| Feb 12 06:56:39.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum" |
| 6105 | 2026-02-12T06:56:40.765Z | [ recovery-image] Feb 12 06:56:39.993 INFO O| Feb 12 06:56:39.993 INFO STEP 396 (remove_files) COMPLETE |
| 6106 | 2026-02-12T06:56:40.768Z | [ recovery-image] Feb 12 06:56:39.993 INFO O| Feb 12 06:56:39.993 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6107 | 2026-02-12T06:56:40.775Z | [ recovery-image] Feb 12 06:56:40.003 INFO O| Feb 12 06:56:40.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs" |
| 6108 | 2026-02-12T06:56:40.775Z | [ recovery-image] Feb 12 06:56:40.003 INFO O| Feb 12 06:56:40.003 INFO STEP 397 (remove_files) COMPLETE |
| 6109 | 2026-02-12T06:56:40.778Z | [ recovery-image] Feb 12 06:56:40.003 INFO O| Feb 12 06:56:40.003 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6110 | 2026-02-12T06:56:40.788Z | [ recovery-image] Feb 12 06:56:40.016 INFO O| Feb 12 06:56:40.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy" |
| 6111 | 2026-02-12T06:56:40.790Z | [ recovery-image] Feb 12 06:56:40.016 INFO O| Feb 12 06:56:40.016 INFO STEP 398 (remove_files) COMPLETE |
| 6112 | 2026-02-12T06:56:40.791Z | [ recovery-image] Feb 12 06:56:40.016 INFO O| Feb 12 06:56:40.016 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6113 | 2026-02-12T06:56:40.801Z | [ recovery-image] Feb 12 06:56:40.029 INFO O| Feb 12 06:56:40.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test" |
| 6114 | 2026-02-12T06:56:40.801Z | [ recovery-image] Feb 12 06:56:40.029 INFO O| Feb 12 06:56:40.029 INFO STEP 399 (remove_files) COMPLETE |
| 6115 | 2026-02-12T06:56:40.805Z | [ recovery-image] Feb 12 06:56:40.029 INFO O| Feb 12 06:56:40.029 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6116 | 2026-02-12T06:56:40.810Z | [ recovery-image] Feb 12 06:56:40.038 INFO O| Feb 12 06:56:40.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic" |
| 6117 | 2026-02-12T06:56:40.810Z | [ recovery-image] Feb 12 06:56:40.038 INFO O| Feb 12 06:56:40.038 INFO STEP 400 (remove_files) COMPLETE |
| 6118 | 2026-02-12T06:56:40.813Z | [ recovery-image] Feb 12 06:56:40.038 INFO O| Feb 12 06:56:40.038 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6119 | 2026-02-12T06:56:40.821Z | [ recovery-image] Feb 12 06:56:40.049 INFO O| Feb 12 06:56:40.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time" |
| 6120 | 2026-02-12T06:56:40.824Z | [ recovery-image] Feb 12 06:56:40.049 INFO O| Feb 12 06:56:40.049 INFO STEP 401 (remove_files) COMPLETE |
| 6121 | 2026-02-12T06:56:40.824Z | [ recovery-image] Feb 12 06:56:40.049 INFO O| Feb 12 06:56:40.049 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6122 | 2026-02-12T06:56:40.833Z | [ recovery-image] Feb 12 06:56:40.061 INFO O| Feb 12 06:56:40.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip" |
| 6123 | 2026-02-12T06:56:40.836Z | [ recovery-image] Feb 12 06:56:40.062 INFO O| Feb 12 06:56:40.062 INFO STEP 402 (remove_files) COMPLETE |
| 6124 | 2026-02-12T06:56:40.836Z | [ recovery-image] Feb 12 06:56:40.062 INFO O| Feb 12 06:56:40.062 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6125 | 2026-02-12T06:56:40.846Z | [ recovery-image] Feb 12 06:56:40.075 INFO O| Feb 12 06:56:40.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib" |
| 6126 | 2026-02-12T06:56:40.850Z | [ recovery-image] Feb 12 06:56:40.075 INFO O| Feb 12 06:56:40.075 INFO STEP 403 (remove_files) COMPLETE |
| 6127 | 2026-02-12T06:56:40.850Z | [ recovery-image] Feb 12 06:56:40.075 INFO O| Feb 12 06:56:40.075 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6128 | 2026-02-12T06:56:40.859Z | [ recovery-image] Feb 12 06:56:40.087 INFO O| Feb 12 06:56:40.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm" |
| 6129 | 2026-02-12T06:56:40.859Z | [ recovery-image] Feb 12 06:56:40.087 INFO O| Feb 12 06:56:40.087 INFO STEP 404 (remove_files) COMPLETE |
| 6130 | 2026-02-12T06:56:40.859Z | [ recovery-image] Feb 12 06:56:40.087 INFO O| Feb 12 06:56:40.087 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6131 | 2026-02-12T06:56:40.870Z | [ recovery-image] Feb 12 06:56:40.098 INFO O| Feb 12 06:56:40.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail" |
| 6132 | 2026-02-12T06:56:40.874Z | [ recovery-image] Feb 12 06:56:40.098 INFO O| Feb 12 06:56:40.098 INFO STEP 405 (remove_files) COMPLETE |
| 6133 | 2026-02-12T06:56:40.874Z | [ recovery-image] Feb 12 06:56:40.098 INFO O| Feb 12 06:56:40.098 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6134 | 2026-02-12T06:56:40.882Z | [ recovery-image] Feb 12 06:56:40.110 INFO O| Feb 12 06:56:40.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true" |
| 6135 | 2026-02-12T06:56:40.885Z | [ recovery-image] Feb 12 06:56:40.110 INFO O| Feb 12 06:56:40.110 INFO STEP 406 (remove_files) COMPLETE |
| 6136 | 2026-02-12T06:56:40.885Z | [ recovery-image] Feb 12 06:56:40.110 INFO O| Feb 12 06:56:40.110 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6137 | 2026-02-12T06:56:40.893Z | [ recovery-image] Feb 12 06:56:40.121 INFO O| Feb 12 06:56:40.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty" |
| 6138 | 2026-02-12T06:56:40.893Z | [ recovery-image] Feb 12 06:56:40.121 INFO O| Feb 12 06:56:40.121 INFO STEP 407 (remove_files) COMPLETE |
| 6139 | 2026-02-12T06:56:40.896Z | [ recovery-image] Feb 12 06:56:40.121 INFO O| Feb 12 06:56:40.121 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6140 | 2026-02-12T06:56:40.903Z | [ recovery-image] Feb 12 06:56:40.131 INFO O| Feb 12 06:56:40.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type" |
| 6141 | 2026-02-12T06:56:40.903Z | [ recovery-image] Feb 12 06:56:40.132 INFO O| Feb 12 06:56:40.132 INFO STEP 408 (remove_files) COMPLETE |
| 6142 | 2026-02-12T06:56:40.907Z | [ recovery-image] Feb 12 06:56:40.132 INFO O| Feb 12 06:56:40.132 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6143 | 2026-02-12T06:56:40.914Z | [ recovery-image] Feb 12 06:56:40.142 INFO O| Feb 12 06:56:40.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect" |
| 6144 | 2026-02-12T06:56:40.914Z | [ recovery-image] Feb 12 06:56:40.142 INFO O| Feb 12 06:56:40.142 INFO STEP 409 (remove_files) COMPLETE |
| 6145 | 2026-02-12T06:56:40.917Z | [ recovery-image] Feb 12 06:56:40.142 INFO O| Feb 12 06:56:40.142 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6146 | 2026-02-12T06:56:40.925Z | [ recovery-image] Feb 12 06:56:40.153 INFO O| Feb 12 06:56:40.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit" |
| 6147 | 2026-02-12T06:56:40.928Z | [ recovery-image] Feb 12 06:56:40.153 INFO O| Feb 12 06:56:40.153 INFO STEP 410 (remove_files) COMPLETE |
| 6148 | 2026-02-12T06:56:40.928Z | [ recovery-image] Feb 12 06:56:40.153 INFO O| Feb 12 06:56:40.153 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6149 | 2026-02-12T06:56:40.934Z | [ recovery-image] Feb 12 06:56:40.162 INFO O| Feb 12 06:56:40.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask" |
| 6150 | 2026-02-12T06:56:40.934Z | [ recovery-image] Feb 12 06:56:40.163 INFO O| Feb 12 06:56:40.162 INFO STEP 411 (remove_files) COMPLETE |
| 6151 | 2026-02-12T06:56:40.937Z | [ recovery-image] Feb 12 06:56:40.163 INFO O| Feb 12 06:56:40.162 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6152 | 2026-02-12T06:56:40.946Z | [ recovery-image] Feb 12 06:56:40.174 INFO O| Feb 12 06:56:40.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias" |
| 6153 | 2026-02-12T06:56:40.949Z | [ recovery-image] Feb 12 06:56:40.174 INFO O| Feb 12 06:56:40.174 INFO STEP 412 (remove_files) COMPLETE |
| 6154 | 2026-02-12T06:56:40.949Z | [ recovery-image] Feb 12 06:56:40.174 INFO O| Feb 12 06:56:40.174 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6155 | 2026-02-12T06:56:40.958Z | [ recovery-image] Feb 12 06:56:40.186 INFO O| Feb 12 06:56:40.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress" |
| 6156 | 2026-02-12T06:56:40.961Z | [ recovery-image] Feb 12 06:56:40.186 INFO O| Feb 12 06:56:40.186 INFO STEP 413 (remove_files) COMPLETE |
| 6157 | 2026-02-12T06:56:40.961Z | [ recovery-image] Feb 12 06:56:40.186 INFO O| Feb 12 06:56:40.186 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6158 | 2026-02-12T06:56:40.970Z | [ recovery-image] Feb 12 06:56:40.198 INFO O| Feb 12 06:56:40.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand" |
| 6159 | 2026-02-12T06:56:40.973Z | [ recovery-image] Feb 12 06:56:40.198 INFO O| Feb 12 06:56:40.198 INFO STEP 414 (remove_files) COMPLETE |
| 6160 | 2026-02-12T06:56:40.973Z | [ recovery-image] Feb 12 06:56:40.198 INFO O| Feb 12 06:56:40.198 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6161 | 2026-02-12T06:56:40.982Z | [ recovery-image] Feb 12 06:56:40.210 INFO O| Feb 12 06:56:40.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq" |
| 6162 | 2026-02-12T06:56:40.986Z | [ recovery-image] Feb 12 06:56:40.210 INFO O| Feb 12 06:56:40.210 INFO STEP 415 (remove_files) COMPLETE |
| 6163 | 2026-02-12T06:56:40.986Z | [ recovery-image] Feb 12 06:56:40.211 INFO O| Feb 12 06:56:40.210 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6164 | 2026-02-12T06:56:40.995Z | [ recovery-image] Feb 12 06:56:40.223 INFO O| Feb 12 06:56:40.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units" |
| 6165 | 2026-02-12T06:56:40.999Z | [ recovery-image] Feb 12 06:56:40.223 INFO O| Feb 12 06:56:40.223 INFO STEP 416 (remove_files) COMPLETE |
| 6166 | 2026-02-12T06:56:40.999Z | [ recovery-image] Feb 12 06:56:40.224 INFO O| Feb 12 06:56:40.223 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6167 | 2026-02-12T06:56:41.008Z | [ recovery-image] Feb 12 06:56:40.236 INFO O| Feb 12 06:56:40.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos" |
| 6168 | 2026-02-12T06:56:41.011Z | [ recovery-image] Feb 12 06:56:40.236 INFO O| Feb 12 06:56:40.236 INFO STEP 417 (remove_files) COMPLETE |
| 6169 | 2026-02-12T06:56:41.011Z | [ recovery-image] Feb 12 06:56:40.236 INFO O| Feb 12 06:56:40.236 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6170 | 2026-02-12T06:56:41.021Z | [ recovery-image] Feb 12 06:56:40.249 INFO O| Feb 12 06:56:40.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack" |
| 6171 | 2026-02-12T06:56:41.024Z | [ recovery-image] Feb 12 06:56:40.249 INFO O| Feb 12 06:56:40.249 INFO STEP 418 (remove_files) COMPLETE |
| 6172 | 2026-02-12T06:56:41.024Z | [ recovery-image] Feb 12 06:56:40.249 INFO O| Feb 12 06:56:40.249 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6173 | 2026-02-12T06:56:41.033Z | [ recovery-image] Feb 12 06:56:40.261 INFO O| Feb 12 06:56:40.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr" |
| 6174 | 2026-02-12T06:56:41.033Z | [ recovery-image] Feb 12 06:56:40.261 INFO O| Feb 12 06:56:40.261 INFO STEP 419 (remove_files) COMPLETE |
| 6175 | 2026-02-12T06:56:41.037Z | [ recovery-image] Feb 12 06:56:40.261 INFO O| Feb 12 06:56:40.261 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6176 | 2026-02-12T06:56:41.046Z | [ recovery-image] Feb 12 06:56:40.273 INFO O| Feb 12 06:56:40.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode" |
| 6177 | 2026-02-12T06:56:41.049Z | [ recovery-image] Feb 12 06:56:40.273 INFO O| Feb 12 06:56:40.273 INFO STEP 420 (remove_files) COMPLETE |
| 6178 | 2026-02-12T06:56:41.049Z | [ recovery-image] Feb 12 06:56:40.273 INFO O| Feb 12 06:56:40.273 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6179 | 2026-02-12T06:56:41.057Z | [ recovery-image] Feb 12 06:56:40.285 INFO O| Feb 12 06:56:40.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode" |
| 6180 | 2026-02-12T06:56:41.061Z | [ recovery-image] Feb 12 06:56:40.286 INFO O| Feb 12 06:56:40.286 INFO STEP 421 (remove_files) COMPLETE |
| 6181 | 2026-02-12T06:56:41.061Z | [ recovery-image] Feb 12 06:56:40.286 INFO O| Feb 12 06:56:40.286 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6182 | 2026-02-12T06:56:41.069Z | [ recovery-image] Feb 12 06:56:40.297 INFO O| Feb 12 06:56:40.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen" |
| 6183 | 2026-02-12T06:56:41.073Z | [ recovery-image] Feb 12 06:56:40.297 INFO O| Feb 12 06:56:40.297 INFO STEP 422 (remove_files) COMPLETE |
| 6184 | 2026-02-12T06:56:41.073Z | [ recovery-image] Feb 12 06:56:40.297 INFO O| Feb 12 06:56:40.297 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6185 | 2026-02-12T06:56:41.081Z | [ recovery-image] Feb 12 06:56:40.309 INFO O| Feb 12 06:56:40.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit" |
| 6186 | 2026-02-12T06:56:41.081Z | [ recovery-image] Feb 12 06:56:40.309 INFO O| Feb 12 06:56:40.309 INFO STEP 423 (remove_files) COMPLETE |
| 6187 | 2026-02-12T06:56:41.085Z | [ recovery-image] Feb 12 06:56:40.309 INFO O| Feb 12 06:56:40.309 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6188 | 2026-02-12T06:56:41.093Z | [ recovery-image] Feb 12 06:56:40.321 INFO O| Feb 12 06:56:40.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim" |
| 6189 | 2026-02-12T06:56:41.097Z | [ recovery-image] Feb 12 06:56:40.321 INFO O| Feb 12 06:56:40.321 INFO STEP 424 (remove_files) COMPLETE |
| 6190 | 2026-02-12T06:56:41.097Z | [ recovery-image] Feb 12 06:56:40.321 INFO O| Feb 12 06:56:40.321 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6191 | 2026-02-12T06:56:41.105Z | [ recovery-image] Feb 12 06:56:40.333 INFO O| Feb 12 06:56:40.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor" |
| 6192 | 2026-02-12T06:56:41.108Z | [ recovery-image] Feb 12 06:56:40.333 INFO O| Feb 12 06:56:40.333 INFO STEP 425 (remove_files) COMPLETE |
| 6193 | 2026-02-12T06:56:41.108Z | [ recovery-image] Feb 12 06:56:40.333 INFO O| Feb 12 06:56:40.333 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6194 | 2026-02-12T06:56:41.117Z | [ recovery-image] Feb 12 06:56:40.344 INFO O| Feb 12 06:56:40.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat" |
| 6195 | 2026-02-12T06:56:41.120Z | [ recovery-image] Feb 12 06:56:40.345 INFO O| Feb 12 06:56:40.344 INFO STEP 426 (remove_files) COMPLETE |
| 6196 | 2026-02-12T06:56:41.120Z | [ recovery-image] Feb 12 06:56:40.345 INFO O| Feb 12 06:56:40.344 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6197 | 2026-02-12T06:56:41.128Z | [ recovery-image] Feb 12 06:56:40.355 INFO O| Feb 12 06:56:40.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt" |
| 6198 | 2026-02-12T06:56:41.131Z | [ recovery-image] Feb 12 06:56:40.355 INFO O| Feb 12 06:56:40.355 INFO STEP 427 (remove_files) COMPLETE |
| 6199 | 2026-02-12T06:56:41.131Z | [ recovery-image] Feb 12 06:56:40.356 INFO O| Feb 12 06:56:40.355 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6200 | 2026-02-12T06:56:41.136Z | [ recovery-image] Feb 12 06:56:40.364 INFO O| Feb 12 06:56:40.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w" |
| 6201 | 2026-02-12T06:56:41.140Z | [ recovery-image] Feb 12 06:56:40.364 INFO O| Feb 12 06:56:40.364 INFO STEP 428 (remove_files) COMPLETE |
| 6202 | 2026-02-12T06:56:41.141Z | [ recovery-image] Feb 12 06:56:40.364 INFO O| Feb 12 06:56:40.364 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6203 | 2026-02-12T06:56:41.148Z | [ recovery-image] Feb 12 06:56:40.376 INFO O| Feb 12 06:56:40.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait" |
| 6204 | 2026-02-12T06:56:41.149Z | [ recovery-image] Feb 12 06:56:40.376 INFO O| Feb 12 06:56:40.376 INFO STEP 429 (remove_files) COMPLETE |
| 6205 | 2026-02-12T06:56:41.152Z | [ recovery-image] Feb 12 06:56:40.376 INFO O| Feb 12 06:56:40.376 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6206 | 2026-02-12T06:56:41.160Z | [ recovery-image] Feb 12 06:56:40.388 INFO O| Feb 12 06:56:40.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch" |
| 6207 | 2026-02-12T06:56:41.160Z | [ recovery-image] Feb 12 06:56:40.388 INFO O| Feb 12 06:56:40.388 INFO STEP 430 (remove_files) COMPLETE |
| 6208 | 2026-02-12T06:56:41.160Z | [ recovery-image] Feb 12 06:56:40.388 INFO O| Feb 12 06:56:40.388 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6209 | 2026-02-12T06:56:41.173Z | [ recovery-image] Feb 12 06:56:40.401 INFO O| Feb 12 06:56:40.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc" |
| 6210 | 2026-02-12T06:56:41.173Z | [ recovery-image] Feb 12 06:56:40.401 INFO O| Feb 12 06:56:40.401 INFO STEP 431 (remove_files) COMPLETE |
| 6211 | 2026-02-12T06:56:41.173Z | [ recovery-image] Feb 12 06:56:40.401 INFO O| Feb 12 06:56:40.401 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6212 | 2026-02-12T06:56:41.185Z | [ recovery-image] Feb 12 06:56:40.412 INFO O| Feb 12 06:56:40.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which" |
| 6213 | 2026-02-12T06:56:41.188Z | [ recovery-image] Feb 12 06:56:40.412 INFO O| Feb 12 06:56:40.412 INFO STEP 432 (remove_files) COMPLETE |
| 6214 | 2026-02-12T06:56:41.189Z | [ recovery-image] Feb 12 06:56:40.412 INFO O| Feb 12 06:56:40.412 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6215 | 2026-02-12T06:56:41.197Z | [ recovery-image] Feb 12 06:56:40.425 INFO O| Feb 12 06:56:40.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls" |
| 6216 | 2026-02-12T06:56:41.200Z | [ recovery-image] Feb 12 06:56:40.425 INFO O| Feb 12 06:56:40.425 INFO STEP 433 (remove_files) COMPLETE |
| 6217 | 2026-02-12T06:56:41.200Z | [ recovery-image] Feb 12 06:56:40.425 INFO O| Feb 12 06:56:40.425 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6218 | 2026-02-12T06:56:41.210Z | [ recovery-image] Feb 12 06:56:40.438 INFO O| Feb 12 06:56:40.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct" |
| 6219 | 2026-02-12T06:56:41.210Z | [ recovery-image] Feb 12 06:56:40.438 INFO O| Feb 12 06:56:40.438 INFO STEP 434 (remove_files) COMPLETE |
| 6220 | 2026-02-12T06:56:41.214Z | [ recovery-image] Feb 12 06:56:40.438 INFO O| Feb 12 06:56:40.438 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6221 | 2026-02-12T06:56:41.219Z | [ recovery-image] Feb 12 06:56:40.447 INFO O| Feb 12 06:56:40.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write" |
| 6222 | 2026-02-12T06:56:41.219Z | [ recovery-image] Feb 12 06:56:40.447 INFO O| Feb 12 06:56:40.447 INFO STEP 435 (remove_files) COMPLETE |
| 6223 | 2026-02-12T06:56:41.219Z | [ recovery-image] Feb 12 06:56:40.447 INFO O| Feb 12 06:56:40.447 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6224 | 2026-02-12T06:56:41.227Z | [ recovery-image] Feb 12 06:56:40.455 INFO O| Feb 12 06:56:40.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs" |
| 6225 | 2026-02-12T06:56:41.231Z | [ recovery-image] Feb 12 06:56:40.455 INFO O| Feb 12 06:56:40.455 INFO STEP 436 (remove_files) COMPLETE |
| 6226 | 2026-02-12T06:56:41.231Z | [ recovery-image] Feb 12 06:56:40.455 INFO O| Feb 12 06:56:40.455 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6227 | 2026-02-12T06:56:41.238Z | [ recovery-image] Feb 12 06:56:40.466 INFO O| Feb 12 06:56:40.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config" |
| 6228 | 2026-02-12T06:56:41.241Z | [ recovery-image] Feb 12 06:56:40.466 INFO O| Feb 12 06:56:40.466 INFO STEP 437 (remove_files) COMPLETE |
| 6229 | 2026-02-12T06:56:41.241Z | [ recovery-image] Feb 12 06:56:40.466 INFO O| Feb 12 06:56:40.466 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6230 | 2026-02-12T06:56:41.250Z | [ recovery-image] Feb 12 06:56:40.477 INFO O| Feb 12 06:56:40.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog" |
| 6231 | 2026-02-12T06:56:41.254Z | [ recovery-image] Feb 12 06:56:40.477 INFO O| Feb 12 06:56:40.477 INFO STEP 438 (remove_files) COMPLETE |
| 6232 | 2026-02-12T06:56:41.254Z | [ recovery-image] Feb 12 06:56:40.478 INFO O| Feb 12 06:56:40.477 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6233 | 2026-02-12T06:56:41.262Z | [ recovery-image] Feb 12 06:56:40.490 INFO O| Feb 12 06:56:40.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint" |
| 6234 | 2026-02-12T06:56:41.266Z | [ recovery-image] Feb 12 06:56:40.490 INFO O| Feb 12 06:56:40.490 INFO STEP 439 (remove_files) COMPLETE |
| 6235 | 2026-02-12T06:56:41.266Z | [ recovery-image] Feb 12 06:56:40.490 INFO O| Feb 12 06:56:40.490 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6236 | 2026-02-12T06:56:41.274Z | [ recovery-image] Feb 12 06:56:40.502 INFO O| Feb 12 06:56:40.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf" |
| 6237 | 2026-02-12T06:56:41.278Z | [ recovery-image] Feb 12 06:56:40.502 INFO O| Feb 12 06:56:40.502 INFO STEP 440 (remove_files) COMPLETE |
| 6238 | 2026-02-12T06:56:41.278Z | [ recovery-image] Feb 12 06:56:40.502 INFO O| Feb 12 06:56:40.502 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6239 | 2026-02-12T06:56:41.286Z | [ recovery-image] Feb 12 06:56:40.514 INFO O| Feb 12 06:56:40.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr" |
| 6240 | 2026-02-12T06:56:41.286Z | [ recovery-image] Feb 12 06:56:40.514 INFO O| Feb 12 06:56:40.514 INFO STEP 441 (remove_files) COMPLETE |
| 6241 | 2026-02-12T06:56:41.290Z | [ recovery-image] Feb 12 06:56:40.514 INFO O| Feb 12 06:56:40.514 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6242 | 2026-02-12T06:56:41.297Z | [ recovery-image] Feb 12 06:56:40.525 INFO O| Feb 12 06:56:40.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd" |
| 6243 | 2026-02-12T06:56:41.301Z | [ recovery-image] Feb 12 06:56:40.525 INFO O| Feb 12 06:56:40.525 INFO STEP 442 (remove_files) COMPLETE |
| 6244 | 2026-02-12T06:56:41.301Z | [ recovery-image] Feb 12 06:56:40.525 INFO O| Feb 12 06:56:40.525 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6245 | 2026-02-12T06:56:41.310Z | [ recovery-image] Feb 12 06:56:40.538 INFO O| Feb 12 06:56:40.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz" |
| 6246 | 2026-02-12T06:56:41.314Z | [ recovery-image] Feb 12 06:56:40.538 INFO O| Feb 12 06:56:40.538 INFO STEP 443 (remove_files) COMPLETE |
| 6247 | 2026-02-12T06:56:41.314Z | [ recovery-image] Feb 12 06:56:40.538 INFO O| Feb 12 06:56:40.538 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6248 | 2026-02-12T06:56:41.322Z | [ recovery-image] Feb 12 06:56:40.550 INFO O| Feb 12 06:56:40.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec" |
| 6249 | 2026-02-12T06:56:41.326Z | [ recovery-image] Feb 12 06:56:40.550 INFO O| Feb 12 06:56:40.550 INFO STEP 444 (remove_files) COMPLETE |
| 6250 | 2026-02-12T06:56:41.326Z | [ recovery-image] Feb 12 06:56:40.550 INFO O| Feb 12 06:56:40.550 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6251 | 2026-02-12T06:56:41.335Z | [ recovery-image] Feb 12 06:56:40.562 INFO O| Feb 12 06:56:40.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff" |
| 6252 | 2026-02-12T06:56:41.335Z | [ recovery-image] Feb 12 06:56:40.562 INFO O| Feb 12 06:56:40.562 INFO STEP 445 (remove_files) COMPLETE |
| 6253 | 2026-02-12T06:56:41.335Z | [ recovery-image] Feb 12 06:56:40.562 INFO O| Feb 12 06:56:40.562 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6254 | 2026-02-12T06:56:41.345Z | [ recovery-image] Feb 12 06:56:40.572 INFO O| Feb 12 06:56:40.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep" |
| 6255 | 2026-02-12T06:56:41.349Z | [ recovery-image] Feb 12 06:56:40.572 INFO O| Feb 12 06:56:40.572 INFO STEP 446 (remove_files) COMPLETE |
| 6256 | 2026-02-12T06:56:41.349Z | [ recovery-image] Feb 12 06:56:40.572 INFO O| Feb 12 06:56:40.572 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6257 | 2026-02-12T06:56:41.355Z | [ recovery-image] Feb 12 06:56:40.583 INFO O| Feb 12 06:56:40.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless" |
| 6258 | 2026-02-12T06:56:41.356Z | [ recovery-image] Feb 12 06:56:40.583 INFO O| Feb 12 06:56:40.583 INFO STEP 447 (remove_files) COMPLETE |
| 6259 | 2026-02-12T06:56:41.356Z | [ recovery-image] Feb 12 06:56:40.583 INFO O| Feb 12 06:56:40.583 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6260 | 2026-02-12T06:56:41.368Z | [ recovery-image] Feb 12 06:56:40.595 INFO O| Feb 12 06:56:40.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore" |
| 6261 | 2026-02-12T06:56:41.371Z | [ recovery-image] Feb 12 06:56:40.595 INFO O| Feb 12 06:56:40.595 INFO STEP 448 (remove_files) COMPLETE |
| 6262 | 2026-02-12T06:56:41.371Z | [ recovery-image] Feb 12 06:56:40.595 INFO O| Feb 12 06:56:40.595 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6263 | 2026-02-12T06:56:41.380Z | [ recovery-image] Feb 12 06:56:40.608 INFO O| Feb 12 06:56:40.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes" |
| 6264 | 2026-02-12T06:56:41.383Z | [ recovery-image] Feb 12 06:56:40.608 INFO O| Feb 12 06:56:40.608 INFO STEP 449 (remove_files) COMPLETE |
| 6265 | 2026-02-12T06:56:41.383Z | [ recovery-image] Feb 12 06:56:40.608 INFO O| Feb 12 06:56:40.608 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6266 | 2026-02-12T06:56:41.390Z | [ recovery-image] Feb 12 06:56:40.618 INFO O| Feb 12 06:56:40.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat" |
| 6267 | 2026-02-12T06:56:41.390Z | [ recovery-image] Feb 12 06:56:40.618 INFO O| Feb 12 06:56:40.618 INFO STEP 450 (remove_files) COMPLETE |
| 6268 | 2026-02-12T06:56:41.393Z | [ recovery-image] Feb 12 06:56:40.618 INFO O| Feb 12 06:56:40.618 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6269 | 2026-02-12T06:56:41.399Z | [ recovery-image] Feb 12 06:56:40.627 INFO O| Feb 12 06:56:40.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat" |
| 6270 | 2026-02-12T06:56:41.404Z | [ recovery-image] Feb 12 06:56:40.628 INFO O| Feb 12 06:56:40.628 INFO STEP 451 (remove_files) COMPLETE |
| 6271 | 2026-02-12T06:56:41.404Z | [ recovery-image] Feb 12 06:56:40.628 INFO O| Feb 12 06:56:40.628 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6272 | 2026-02-12T06:56:41.412Z | [ recovery-image] Feb 12 06:56:40.640 INFO O| Feb 12 06:56:40.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd" |
| 6273 | 2026-02-12T06:56:41.415Z | [ recovery-image] Feb 12 06:56:40.640 INFO O| Feb 12 06:56:40.640 INFO STEP 452 (remove_files) COMPLETE |
| 6274 | 2026-02-12T06:56:41.416Z | [ recovery-image] Feb 12 06:56:40.640 INFO O| Feb 12 06:56:40.640 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6275 | 2026-02-12T06:56:41.423Z | [ recovery-image] Feb 12 06:56:40.651 INFO O| Feb 12 06:56:40.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep" |
| 6276 | 2026-02-12T06:56:41.423Z | [ recovery-image] Feb 12 06:56:40.651 INFO O| Feb 12 06:56:40.651 INFO STEP 453 (remove_files) COMPLETE |
| 6277 | 2026-02-12T06:56:41.427Z | [ recovery-image] Feb 12 06:56:40.651 INFO O| Feb 12 06:56:40.651 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6278 | 2026-02-12T06:56:41.436Z | [ recovery-image] Feb 12 06:56:40.664 INFO O| Feb 12 06:56:40.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless" |
| 6279 | 2026-02-12T06:56:41.437Z | [ recovery-image] Feb 12 06:56:40.664 INFO O| Feb 12 06:56:40.664 INFO STEP 454 (remove_files) COMPLETE |
| 6280 | 2026-02-12T06:56:41.440Z | [ recovery-image] Feb 12 06:56:40.664 INFO O| Feb 12 06:56:40.664 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6281 | 2026-02-12T06:56:41.447Z | [ recovery-image] Feb 12 06:56:40.675 INFO O| Feb 12 06:56:40.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
| 6282 | 2026-02-12T06:56:41.450Z | [ recovery-image] Feb 12 06:56:40.675 INFO O| Feb 12 06:56:40.675 INFO STEP 455 (remove_files) COMPLETE |
| 6283 | 2026-02-12T06:56:41.450Z | [ recovery-image] Feb 12 06:56:40.675 INFO O| Feb 12 06:56:40.675 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6284 | 2026-02-12T06:56:41.477Z | [ recovery-image] Feb 12 06:56:40.688 INFO O| Feb 12 06:56:40.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
| 6285 | 2026-02-12T06:56:41.477Z | [ recovery-image] Feb 12 06:56:40.688 INFO O| Feb 12 06:56:40.688 INFO STEP 456 (remove_files) COMPLETE |
| 6286 | 2026-02-12T06:56:41.477Z | [ recovery-image] Feb 12 06:56:40.688 INFO O| Feb 12 06:56:40.688 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6287 | 2026-02-12T06:56:41.477Z | [ recovery-image] Feb 12 06:56:40.701 INFO O| Feb 12 06:56:40.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
| 6288 | 2026-02-12T06:56:41.477Z | [ recovery-image] Feb 12 06:56:40.701 INFO O| Feb 12 06:56:40.701 INFO STEP 457 (remove_files) COMPLETE |
| 6289 | 2026-02-12T06:56:41.477Z | [ recovery-image] Feb 12 06:56:40.701 INFO O| Feb 12 06:56:40.701 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6290 | 2026-02-12T06:56:41.486Z | [ recovery-image] Feb 12 06:56:40.714 INFO O| Feb 12 06:56:40.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
| 6291 | 2026-02-12T06:56:41.486Z | [ recovery-image] Feb 12 06:56:40.714 INFO O| Feb 12 06:56:40.714 INFO STEP 458 (remove_files) COMPLETE |
| 6292 | 2026-02-12T06:56:41.489Z | [ recovery-image] Feb 12 06:56:40.714 INFO O| Feb 12 06:56:40.714 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6293 | 2026-02-12T06:56:41.499Z | [ recovery-image] Feb 12 06:56:40.726 INFO O| Feb 12 06:56:40.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
| 6294 | 2026-02-12T06:56:41.499Z | [ recovery-image] Feb 12 06:56:40.727 INFO O| Feb 12 06:56:40.727 INFO STEP 459 (remove_files) COMPLETE |
| 6295 | 2026-02-12T06:56:41.502Z | [ recovery-image] Feb 12 06:56:40.727 INFO O| Feb 12 06:56:40.727 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6296 | 2026-02-12T06:56:41.510Z | [ recovery-image] Feb 12 06:56:40.738 INFO O| Feb 12 06:56:40.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
| 6297 | 2026-02-12T06:56:41.513Z | [ recovery-image] Feb 12 06:56:40.739 INFO O| Feb 12 06:56:40.738 INFO STEP 460 (remove_files) COMPLETE |
| 6298 | 2026-02-12T06:56:41.513Z | [ recovery-image] Feb 12 06:56:40.739 INFO O| Feb 12 06:56:40.739 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6299 | 2026-02-12T06:56:41.522Z | [ recovery-image] Feb 12 06:56:40.750 INFO O| Feb 12 06:56:40.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
| 6300 | 2026-02-12T06:56:41.522Z | [ recovery-image] Feb 12 06:56:40.750 INFO O| Feb 12 06:56:40.750 INFO STEP 461 (remove_files) COMPLETE |
| 6301 | 2026-02-12T06:56:41.525Z | [ recovery-image] Feb 12 06:56:40.750 INFO O| Feb 12 06:56:40.750 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6302 | 2026-02-12T06:56:41.531Z | [ recovery-image] Feb 12 06:56:40.759 INFO O| Feb 12 06:56:40.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
| 6303 | 2026-02-12T06:56:41.531Z | [ recovery-image] Feb 12 06:56:40.759 INFO O| Feb 12 06:56:40.759 INFO STEP 462 (remove_files) COMPLETE |
| 6304 | 2026-02-12T06:56:41.534Z | [ recovery-image] Feb 12 06:56:40.759 INFO O| Feb 12 06:56:40.759 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6305 | 2026-02-12T06:56:41.544Z | [ recovery-image] Feb 12 06:56:40.772 INFO O| Feb 12 06:56:40.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
| 6306 | 2026-02-12T06:56:41.544Z | [ recovery-image] Feb 12 06:56:40.772 INFO O| Feb 12 06:56:40.772 INFO STEP 463 (remove_files) COMPLETE |
| 6307 | 2026-02-12T06:56:41.547Z | [ recovery-image] Feb 12 06:56:40.772 INFO O| Feb 12 06:56:40.772 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6308 | 2026-02-12T06:56:41.556Z | [ recovery-image] Feb 12 06:56:40.784 INFO O| Feb 12 06:56:40.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
| 6309 | 2026-02-12T06:56:41.559Z | [ recovery-image] Feb 12 06:56:40.784 INFO O| Feb 12 06:56:40.784 INFO STEP 464 (remove_files) COMPLETE |
| 6310 | 2026-02-12T06:56:41.559Z | [ recovery-image] Feb 12 06:56:40.784 INFO O| Feb 12 06:56:40.784 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6311 | 2026-02-12T06:56:41.567Z | [ recovery-image] Feb 12 06:56:40.795 INFO O| Feb 12 06:56:40.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
| 6312 | 2026-02-12T06:56:41.567Z | [ recovery-image] Feb 12 06:56:40.795 INFO O| Feb 12 06:56:40.795 INFO STEP 465 (remove_files) COMPLETE |
| 6313 | 2026-02-12T06:56:41.570Z | [ recovery-image] Feb 12 06:56:40.795 INFO O| Feb 12 06:56:40.795 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6314 | 2026-02-12T06:56:41.578Z | [ recovery-image] Feb 12 06:56:40.806 INFO O| Feb 12 06:56:40.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
| 6315 | 2026-02-12T06:56:41.578Z | [ recovery-image] Feb 12 06:56:40.806 INFO O| Feb 12 06:56:40.806 INFO STEP 466 (remove_files) COMPLETE |
| 6316 | 2026-02-12T06:56:41.582Z | [ recovery-image] Feb 12 06:56:40.806 INFO O| Feb 12 06:56:40.806 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6317 | 2026-02-12T06:56:41.587Z | [ recovery-image] Feb 12 06:56:40.815 INFO O| Feb 12 06:56:40.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9" |
| 6318 | 2026-02-12T06:56:41.587Z | [ recovery-image] Feb 12 06:56:40.815 INFO O| Feb 12 06:56:40.815 INFO STEP 467 (remove_files) COMPLETE |
| 6319 | 2026-02-12T06:56:41.590Z | [ recovery-image] Feb 12 06:56:40.815 INFO O| Feb 12 06:56:40.815 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6320 | 2026-02-12T06:56:41.598Z | [ recovery-image] Feb 12 06:56:40.826 INFO O| Feb 12 06:56:40.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
| 6321 | 2026-02-12T06:56:41.601Z | [ recovery-image] Feb 12 06:56:40.826 INFO O| Feb 12 06:56:40.826 INFO STEP 468 (remove_files) COMPLETE |
| 6322 | 2026-02-12T06:56:41.601Z | [ recovery-image] Feb 12 06:56:40.826 INFO O| Feb 12 06:56:40.826 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6323 | 2026-02-12T06:56:41.606Z | [ recovery-image] Feb 12 06:56:40.834 INFO O| Feb 12 06:56:40.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
| 6324 | 2026-02-12T06:56:41.606Z | [ recovery-image] Feb 12 06:56:40.834 INFO O| Feb 12 06:56:40.834 INFO STEP 469 (remove_files) COMPLETE |
| 6325 | 2026-02-12T06:56:41.609Z | [ recovery-image] Feb 12 06:56:40.834 INFO O| Feb 12 06:56:40.834 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6326 | 2026-02-12T06:56:41.616Z | [ recovery-image] Feb 12 06:56:40.844 INFO O| Feb 12 06:56:40.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags" |
| 6327 | 2026-02-12T06:56:41.619Z | [ recovery-image] Feb 12 06:56:40.844 INFO O| Feb 12 06:56:40.844 INFO STEP 470 (remove_files) COMPLETE |
| 6328 | 2026-02-12T06:56:41.619Z | [ recovery-image] Feb 12 06:56:40.844 INFO O| Feb 12 06:56:40.844 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6329 | 2026-02-12T06:56:41.628Z | [ recovery-image] Feb 12 06:56:40.856 INFO O| Feb 12 06:56:40.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit" |
| 6330 | 2026-02-12T06:56:41.632Z | [ recovery-image] Feb 12 06:56:40.856 INFO O| Feb 12 06:56:40.856 INFO STEP 471 (remove_files) COMPLETE |
| 6331 | 2026-02-12T06:56:41.632Z | [ recovery-image] Feb 12 06:56:40.856 INFO O| Feb 12 06:56:40.856 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6332 | 2026-02-12T06:56:41.639Z | [ recovery-image] Feb 12 06:56:40.866 INFO O| Feb 12 06:56:40.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex" |
| 6333 | 2026-02-12T06:56:41.642Z | [ recovery-image] Feb 12 06:56:40.866 INFO O| Feb 12 06:56:40.866 INFO STEP 472 (remove_files) COMPLETE |
| 6334 | 2026-02-12T06:56:41.642Z | [ recovery-image] Feb 12 06:56:40.866 INFO O| Feb 12 06:56:40.866 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6335 | 2026-02-12T06:56:41.645Z | [ recovery-image] Feb 12 06:56:40.873 INFO O| Feb 12 06:56:40.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh" |
| 6336 | 2026-02-12T06:56:41.648Z | [ recovery-image] Feb 12 06:56:40.874 INFO O| Feb 12 06:56:40.873 INFO STEP 473 (remove_files) COMPLETE |
| 6337 | 2026-02-12T06:56:41.649Z | [ recovery-image] Feb 12 06:56:40.874 INFO O| Feb 12 06:56:40.874 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6338 | 2026-02-12T06:56:41.655Z | [ recovery-image] Feb 12 06:56:40.883 INFO O| Feb 12 06:56:40.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh" |
| 6339 | 2026-02-12T06:56:41.655Z | [ recovery-image] Feb 12 06:56:40.883 INFO O| Feb 12 06:56:40.883 INFO STEP 474 (remove_files) COMPLETE |
| 6340 | 2026-02-12T06:56:41.659Z | [ recovery-image] Feb 12 06:56:40.883 INFO O| Feb 12 06:56:40.883 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6341 | 2026-02-12T06:56:41.667Z | [ recovery-image] Feb 12 06:56:40.895 INFO O| Feb 12 06:56:40.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit" |
| 6342 | 2026-02-12T06:56:41.667Z | [ recovery-image] Feb 12 06:56:40.895 INFO O| Feb 12 06:56:40.895 INFO STEP 475 (remove_files) COMPLETE |
| 6343 | 2026-02-12T06:56:41.670Z | [ recovery-image] Feb 12 06:56:40.895 INFO O| Feb 12 06:56:40.895 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6344 | 2026-02-12T06:56:41.679Z | [ recovery-image] Feb 12 06:56:40.907 INFO O| Feb 12 06:56:40.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi" |
| 6345 | 2026-02-12T06:56:41.682Z | [ recovery-image] Feb 12 06:56:40.907 INFO O| Feb 12 06:56:40.907 INFO STEP 476 (remove_files) COMPLETE |
| 6346 | 2026-02-12T06:56:41.682Z | [ recovery-image] Feb 12 06:56:40.907 INFO O| Feb 12 06:56:40.907 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6347 | 2026-02-12T06:56:41.691Z | [ recovery-image] Feb 12 06:56:40.919 INFO O| Feb 12 06:56:40.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view" |
| 6348 | 2026-02-12T06:56:41.691Z | [ recovery-image] Feb 12 06:56:40.919 INFO O| Feb 12 06:56:40.919 INFO STEP 477 (remove_files) COMPLETE |
| 6349 | 2026-02-12T06:56:41.695Z | [ recovery-image] Feb 12 06:56:40.919 INFO O| Feb 12 06:56:40.919 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6350 | 2026-02-12T06:56:41.705Z | [ recovery-image] Feb 12 06:56:40.931 INFO O| Feb 12 06:56:40.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux" |
| 6351 | 2026-02-12T06:56:41.708Z | [ recovery-image] Feb 12 06:56:40.932 INFO O| Feb 12 06:56:40.931 INFO STEP 478 (remove_files) COMPLETE |
| 6352 | 2026-02-12T06:56:41.708Z | [ recovery-image] Feb 12 06:56:40.932 INFO O| Feb 12 06:56:40.932 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6353 | 2026-02-12T06:56:41.716Z | [ recovery-image] Feb 12 06:56:40.943 INFO O| Feb 12 06:56:40.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool" |
| 6354 | 2026-02-12T06:56:41.719Z | [ recovery-image] Feb 12 06:56:40.944 INFO O| Feb 12 06:56:40.944 INFO STEP 479 (remove_files) COMPLETE |
| 6355 | 2026-02-12T06:56:41.719Z | [ recovery-image] Feb 12 06:56:40.944 INFO O| Feb 12 06:56:40.944 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6356 | 2026-02-12T06:56:41.728Z | [ recovery-image] Feb 12 06:56:40.956 INFO O| Feb 12 06:56:40.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt" |
| 6357 | 2026-02-12T06:56:41.728Z | [ recovery-image] Feb 12 06:56:40.956 INFO O| Feb 12 06:56:40.956 INFO STEP 480 (remove_files) COMPLETE |
| 6358 | 2026-02-12T06:56:41.731Z | [ recovery-image] Feb 12 06:56:40.956 INFO O| Feb 12 06:56:40.956 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6359 | 2026-02-12T06:56:41.740Z | [ recovery-image] Feb 12 06:56:40.968 INFO O| Feb 12 06:56:40.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm" |
| 6360 | 2026-02-12T06:56:41.740Z | [ recovery-image] Feb 12 06:56:40.968 INFO O| Feb 12 06:56:40.968 INFO STEP 481 (remove_files) COMPLETE |
| 6361 | 2026-02-12T06:56:41.743Z | [ recovery-image] Feb 12 06:56:40.968 INFO O| Feb 12 06:56:40.968 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6362 | 2026-02-12T06:56:41.752Z | [ recovery-image] Feb 12 06:56:40.980 INFO O| Feb 12 06:56:40.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts" |
| 6363 | 2026-02-12T06:56:41.752Z | [ recovery-image] Feb 12 06:56:40.980 INFO O| Feb 12 06:56:40.980 INFO STEP 482 (remove_files) COMPLETE |
| 6364 | 2026-02-12T06:56:41.756Z | [ recovery-image] Feb 12 06:56:40.980 INFO O| Feb 12 06:56:40.980 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6365 | 2026-02-12T06:56:41.764Z | [ recovery-image] Feb 12 06:56:40.992 INFO O| Feb 12 06:56:40.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm" |
| 6366 | 2026-02-12T06:56:41.764Z | [ recovery-image] Feb 12 06:56:40.992 INFO O| Feb 12 06:56:40.992 INFO STEP 483 (remove_files) COMPLETE |
| 6367 | 2026-02-12T06:56:41.769Z | [ recovery-image] Feb 12 06:56:40.992 INFO O| Feb 12 06:56:40.992 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6368 | 2026-02-12T06:56:41.776Z | [ recovery-image] Feb 12 06:56:41.004 INFO O| Feb 12 06:56:41.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons" |
| 6369 | 2026-02-12T06:56:41.776Z | [ recovery-image] Feb 12 06:56:41.004 INFO O| Feb 12 06:56:41.004 INFO STEP 484 (remove_files) COMPLETE |
| 6370 | 2026-02-12T06:56:41.776Z | [ recovery-image] Feb 12 06:56:41.004 INFO O| Feb 12 06:56:41.004 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6371 | 2026-02-12T06:56:41.788Z | [ recovery-image] Feb 12 06:56:41.016 INFO O| Feb 12 06:56:41.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf" |
| 6372 | 2026-02-12T06:56:41.788Z | [ recovery-image] Feb 12 06:56:41.016 INFO O| Feb 12 06:56:41.016 INFO STEP 485 (remove_files) COMPLETE |
| 6373 | 2026-02-12T06:56:41.792Z | [ recovery-image] Feb 12 06:56:41.016 INFO O| Feb 12 06:56:41.016 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6374 | 2026-02-12T06:56:41.806Z | [ recovery-image] Feb 12 06:56:41.028 INFO O| Feb 12 06:56:41.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf" |
| 6375 | 2026-02-12T06:56:41.806Z | [ recovery-image] Feb 12 06:56:41.028 INFO O| Feb 12 06:56:41.028 INFO STEP 486 (remove_files) COMPLETE |
| 6376 | 2026-02-12T06:56:41.810Z | [ recovery-image] Feb 12 06:56:41.028 INFO O| Feb 12 06:56:41.028 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6377 | 2026-02-12T06:56:41.813Z | [ recovery-image] Feb 12 06:56:41.039 INFO O| Feb 12 06:56:41.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf" |
| 6378 | 2026-02-12T06:56:41.813Z | [ recovery-image] Feb 12 06:56:41.040 INFO O| Feb 12 06:56:41.039 INFO STEP 487 (remove_files) COMPLETE |
| 6379 | 2026-02-12T06:56:41.813Z | [ recovery-image] Feb 12 06:56:41.040 INFO O| Feb 12 06:56:41.040 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6380 | 2026-02-12T06:56:41.825Z | [ recovery-image] Feb 12 06:56:41.051 INFO O| Feb 12 06:56:41.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf" |
| 6381 | 2026-02-12T06:56:41.825Z | [ recovery-image] Feb 12 06:56:41.051 INFO O| Feb 12 06:56:41.051 INFO STEP 488 (remove_files) COMPLETE |
| 6382 | 2026-02-12T06:56:41.825Z | [ recovery-image] Feb 12 06:56:41.051 INFO O| Feb 12 06:56:41.051 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6383 | 2026-02-12T06:56:41.833Z | [ recovery-image] Feb 12 06:56:41.060 INFO O| Feb 12 06:56:41.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf" |
| 6384 | 2026-02-12T06:56:41.833Z | [ recovery-image] Feb 12 06:56:41.060 INFO O| Feb 12 06:56:41.060 INFO STEP 489 (remove_files) COMPLETE |
| 6385 | 2026-02-12T06:56:41.836Z | [ recovery-image] Feb 12 06:56:41.060 INFO O| Feb 12 06:56:41.060 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6386 | 2026-02-12T06:56:41.843Z | [ recovery-image] Feb 12 06:56:41.071 INFO O| Feb 12 06:56:41.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf" |
| 6387 | 2026-02-12T06:56:41.843Z | [ recovery-image] Feb 12 06:56:41.071 INFO O| Feb 12 06:56:41.071 INFO STEP 490 (remove_files) COMPLETE |
| 6388 | 2026-02-12T06:56:41.843Z | [ recovery-image] Feb 12 06:56:41.071 INFO O| Feb 12 06:56:41.071 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6389 | 2026-02-12T06:56:41.856Z | [ recovery-image] Feb 12 06:56:41.083 INFO O| Feb 12 06:56:41.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf" |
| 6390 | 2026-02-12T06:56:41.856Z | [ recovery-image] Feb 12 06:56:41.084 INFO O| Feb 12 06:56:41.084 INFO STEP 491 (remove_files) COMPLETE |
| 6391 | 2026-02-12T06:56:41.858Z | [ recovery-image] Feb 12 06:56:41.084 INFO O| Feb 12 06:56:41.084 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6392 | 2026-02-12T06:56:41.864Z | [ recovery-image] Feb 12 06:56:41.092 INFO O| Feb 12 06:56:41.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf" |
| 6393 | 2026-02-12T06:56:41.864Z | [ recovery-image] Feb 12 06:56:41.092 INFO O| Feb 12 06:56:41.092 INFO STEP 492 (remove_files) COMPLETE |
| 6394 | 2026-02-12T06:56:41.864Z | [ recovery-image] Feb 12 06:56:41.092 INFO O| Feb 12 06:56:41.092 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6395 | 2026-02-12T06:56:41.874Z | [ recovery-image] Feb 12 06:56:41.102 INFO O| Feb 12 06:56:41.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec" |
| 6396 | 2026-02-12T06:56:41.877Z | [ recovery-image] Feb 12 06:56:41.102 INFO O| Feb 12 06:56:41.102 INFO STEP 493 (remove_files) COMPLETE |
| 6397 | 2026-02-12T06:56:41.877Z | [ recovery-image] Feb 12 06:56:41.102 INFO O| Feb 12 06:56:41.102 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6398 | 2026-02-12T06:56:41.884Z | [ recovery-image] Feb 12 06:56:41.113 INFO O| Feb 12 06:56:41.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec" |
| 6399 | 2026-02-12T06:56:41.885Z | [ recovery-image] Feb 12 06:56:41.113 INFO O| Feb 12 06:56:41.113 INFO STEP 494 (remove_files) COMPLETE |
| 6400 | 2026-02-12T06:56:41.887Z | [ recovery-image] Feb 12 06:56:41.113 INFO O| Feb 12 06:56:41.113 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6401 | 2026-02-12T06:56:41.896Z | [ recovery-image] Feb 12 06:56:41.124 INFO O| Feb 12 06:56:41.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs" |
| 6402 | 2026-02-12T06:56:41.899Z | [ recovery-image] Feb 12 06:56:41.125 INFO O| Feb 12 06:56:41.124 INFO STEP 495 (remove_files) COMPLETE |
| 6403 | 2026-02-12T06:56:41.899Z | [ recovery-image] Feb 12 06:56:41.125 INFO O| Feb 12 06:56:41.124 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6404 | 2026-02-12T06:56:41.905Z | [ recovery-image] Feb 12 06:56:41.133 INFO O| Feb 12 06:56:41.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs" |
| 6405 | 2026-02-12T06:56:41.909Z | [ recovery-image] Feb 12 06:56:41.133 INFO O| Feb 12 06:56:41.133 INFO STEP 496 (remove_files) COMPLETE |
| 6406 | 2026-02-12T06:56:41.909Z | [ recovery-image] Feb 12 06:56:41.133 INFO O| Feb 12 06:56:41.133 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6407 | 2026-02-12T06:56:41.915Z | [ recovery-image] Feb 12 06:56:41.142 INFO O| Feb 12 06:56:41.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
| 6408 | 2026-02-12T06:56:41.918Z | [ recovery-image] Feb 12 06:56:41.142 INFO O| Feb 12 06:56:41.142 INFO STEP 497 (remove_files) COMPLETE |
| 6409 | 2026-02-12T06:56:41.918Z | [ recovery-image] Feb 12 06:56:41.142 INFO O| Feb 12 06:56:41.142 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6410 | 2026-02-12T06:56:41.922Z | [ recovery-image] Feb 12 06:56:41.150 INFO O| Feb 12 06:56:41.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
| 6411 | 2026-02-12T06:56:41.922Z | [ recovery-image] Feb 12 06:56:41.150 INFO O| Feb 12 06:56:41.150 INFO STEP 498 (remove_files) COMPLETE |
| 6412 | 2026-02-12T06:56:41.925Z | [ recovery-image] Feb 12 06:56:41.150 INFO O| Feb 12 06:56:41.150 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6413 | 2026-02-12T06:56:41.935Z | [ recovery-image] Feb 12 06:56:41.163 INFO O| Feb 12 06:56:41.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
| 6414 | 2026-02-12T06:56:41.938Z | [ recovery-image] Feb 12 06:56:41.163 INFO O| Feb 12 06:56:41.163 INFO STEP 499 (remove_files) COMPLETE |
| 6415 | 2026-02-12T06:56:41.938Z | [ recovery-image] Feb 12 06:56:41.163 INFO O| Feb 12 06:56:41.163 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6416 | 2026-02-12T06:56:41.949Z | [ recovery-image] Feb 12 06:56:41.176 INFO O| Feb 12 06:56:41.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
| 6417 | 2026-02-12T06:56:41.949Z | [ recovery-image] Feb 12 06:56:41.177 INFO O| Feb 12 06:56:41.177 INFO STEP 500 (remove_files) COMPLETE |
| 6418 | 2026-02-12T06:56:41.953Z | [ recovery-image] Feb 12 06:56:41.177 INFO O| Feb 12 06:56:41.177 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6419 | 2026-02-12T06:56:41.962Z | [ recovery-image] Feb 12 06:56:41.190 INFO O| Feb 12 06:56:41.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
| 6420 | 2026-02-12T06:56:41.966Z | [ recovery-image] Feb 12 06:56:41.191 INFO O| Feb 12 06:56:41.190 INFO STEP 501 (remove_files) COMPLETE |
| 6421 | 2026-02-12T06:56:41.966Z | [ recovery-image] Feb 12 06:56:41.191 INFO O| Feb 12 06:56:41.191 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6422 | 2026-02-12T06:56:41.975Z | [ recovery-image] Feb 12 06:56:41.203 INFO O| Feb 12 06:56:41.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
| 6423 | 2026-02-12T06:56:41.978Z | [ recovery-image] Feb 12 06:56:41.203 INFO O| Feb 12 06:56:41.203 INFO STEP 502 (remove_files) COMPLETE |
| 6424 | 2026-02-12T06:56:41.978Z | [ recovery-image] Feb 12 06:56:41.203 INFO O| Feb 12 06:56:41.203 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6425 | 2026-02-12T06:56:41.987Z | [ recovery-image] Feb 12 06:56:41.215 INFO O| Feb 12 06:56:41.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA" |
| 6426 | 2026-02-12T06:56:41.990Z | [ recovery-image] Feb 12 06:56:41.215 INFO O| Feb 12 06:56:41.215 INFO STEP 503 (remove_files) COMPLETE |
| 6427 | 2026-02-12T06:56:41.990Z | [ recovery-image] Feb 12 06:56:41.215 INFO O| Feb 12 06:56:41.215 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6428 | 2026-02-12T06:56:41.999Z | [ recovery-image] Feb 12 06:56:41.227 INFO O| Feb 12 06:56:41.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT" |
| 6429 | 2026-02-12T06:56:41.999Z | [ recovery-image] Feb 12 06:56:41.227 INFO O| Feb 12 06:56:41.227 INFO STEP 504 (remove_files) COMPLETE |
| 6430 | 2026-02-12T06:56:42.002Z | [ recovery-image] Feb 12 06:56:41.227 INFO O| Feb 12 06:56:41.227 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6431 | 2026-02-12T06:56:42.011Z | [ recovery-image] Feb 12 06:56:41.239 INFO O| Feb 12 06:56:41.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
| 6432 | 2026-02-12T06:56:42.014Z | [ recovery-image] Feb 12 06:56:41.239 INFO O| Feb 12 06:56:41.239 INFO STEP 505 (remove_files) COMPLETE |
| 6433 | 2026-02-12T06:56:42.014Z | [ recovery-image] Feb 12 06:56:41.239 INFO O| Feb 12 06:56:41.239 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6434 | 2026-02-12T06:56:42.021Z | [ recovery-image] Feb 12 06:56:41.249 INFO O| Feb 12 06:56:41.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
| 6435 | 2026-02-12T06:56:42.024Z | [ recovery-image] Feb 12 06:56:41.249 INFO O| Feb 12 06:56:41.249 INFO STEP 506 (remove_files) COMPLETE |
| 6436 | 2026-02-12T06:56:42.024Z | [ recovery-image] Feb 12 06:56:41.249 INFO O| Feb 12 06:56:41.249 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6437 | 2026-02-12T06:56:42.033Z | [ recovery-image] Feb 12 06:56:41.261 INFO O| Feb 12 06:56:41.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod" |
| 6438 | 2026-02-12T06:56:42.036Z | [ recovery-image] Feb 12 06:56:41.261 INFO O| Feb 12 06:56:41.261 INFO STEP 507 (remove_files) COMPLETE |
| 6439 | 2026-02-12T06:56:42.036Z | [ recovery-image] Feb 12 06:56:41.261 INFO O| Feb 12 06:56:41.261 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6440 | 2026-02-12T06:56:42.045Z | [ recovery-image] Feb 12 06:56:41.273 INFO O| Feb 12 06:56:41.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod" |
| 6441 | 2026-02-12T06:56:42.048Z | [ recovery-image] Feb 12 06:56:41.273 INFO O| Feb 12 06:56:41.273 INFO STEP 508 (remove_files) COMPLETE |
| 6442 | 2026-02-12T06:56:42.048Z | [ recovery-image] Feb 12 06:56:41.273 INFO O| Feb 12 06:56:41.273 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6443 | 2026-02-12T06:56:42.053Z | [ recovery-image] Feb 12 06:56:41.281 INFO O| Feb 12 06:56:41.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl" |
| 6444 | 2026-02-12T06:56:42.057Z | [ recovery-image] Feb 12 06:56:41.281 INFO O| Feb 12 06:56:41.281 INFO STEP 509 (remove_files) COMPLETE |
| 6445 | 2026-02-12T06:56:42.057Z | [ recovery-image] Feb 12 06:56:41.281 INFO O| Feb 12 06:56:41.281 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6446 | 2026-02-12T06:56:42.065Z | [ recovery-image] Feb 12 06:56:41.293 INFO O| Feb 12 06:56:41.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys" |
| 6447 | 2026-02-12T06:56:42.065Z | [ recovery-image] Feb 12 06:56:41.293 INFO O| Feb 12 06:56:41.293 INFO STEP 510 (remove_files) COMPLETE |
| 6448 | 2026-02-12T06:56:42.068Z | [ recovery-image] Feb 12 06:56:41.293 INFO O| Feb 12 06:56:41.293 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6449 | 2026-02-12T06:56:42.079Z | [ recovery-image] Feb 12 06:56:41.305 INFO O| Feb 12 06:56:41.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct" |
| 6450 | 2026-02-12T06:56:42.082Z | [ recovery-image] Feb 12 06:56:41.306 INFO O| Feb 12 06:56:41.306 INFO STEP 511 (remove_files) COMPLETE |
| 6451 | 2026-02-12T06:56:42.082Z | [ recovery-image] Feb 12 06:56:41.306 INFO O| Feb 12 06:56:41.306 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6452 | 2026-02-12T06:56:42.089Z | [ recovery-image] Feb 12 06:56:41.316 INFO O| Feb 12 06:56:41.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README" |
| 6453 | 2026-02-12T06:56:42.089Z | [ recovery-image] Feb 12 06:56:41.317 INFO O| Feb 12 06:56:41.317 INFO STEP 512 (remove_files) COMPLETE |
| 6454 | 2026-02-12T06:56:42.089Z | [ recovery-image] Feb 12 06:56:41.317 INFO O| Feb 12 06:56:41.317 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6455 | 2026-02-12T06:56:42.098Z | [ recovery-image] Feb 12 06:56:41.326 INFO O| Feb 12 06:56:41.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map" |
| 6456 | 2026-02-12T06:56:42.101Z | [ recovery-image] Feb 12 06:56:41.326 INFO O| Feb 12 06:56:41.326 INFO STEP 513 (remove_files) COMPLETE |
| 6457 | 2026-02-12T06:56:42.101Z | [ recovery-image] Feb 12 06:56:41.326 INFO O| Feb 12 06:56:41.326 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6458 | 2026-02-12T06:56:42.110Z | [ recovery-image] Feb 12 06:56:41.338 INFO O| Feb 12 06:56:41.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace" |
| 6459 | 2026-02-12T06:56:42.114Z | [ recovery-image] Feb 12 06:56:41.338 INFO O| Feb 12 06:56:41.338 INFO STEP 514 (remove_files) COMPLETE |
| 6460 | 2026-02-12T06:56:42.114Z | [ recovery-image] Feb 12 06:56:41.338 INFO O| Feb 12 06:56:41.338 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6461 | 2026-02-12T06:56:42.119Z | [ recovery-image] Feb 12 06:56:41.347 INFO O| Feb 12 06:56:41.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen" |
| 6462 | 2026-02-12T06:56:42.122Z | [ recovery-image] Feb 12 06:56:41.347 INFO O| Feb 12 06:56:41.347 INFO STEP 515 (remove_files) COMPLETE |
| 6463 | 2026-02-12T06:56:42.122Z | [ recovery-image] Feb 12 06:56:41.347 INFO O| Feb 12 06:56:41.347 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6464 | 2026-02-12T06:56:42.127Z | [ recovery-image] Feb 12 06:56:41.355 INFO O| Feb 12 06:56:41.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1" |
| 6465 | 2026-02-12T06:56:42.130Z | [ recovery-image] Feb 12 06:56:41.356 INFO O| Feb 12 06:56:41.355 INFO STEP 516 (remove_files) COMPLETE |
| 6466 | 2026-02-12T06:56:42.130Z | [ recovery-image] Feb 12 06:56:41.356 INFO O| Feb 12 06:56:41.356 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6467 | 2026-02-12T06:56:42.137Z | [ recovery-image] Feb 12 06:56:41.365 INFO O| Feb 12 06:56:41.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3" |
| 6468 | 2026-02-12T06:56:42.137Z | [ recovery-image] Feb 12 06:56:41.365 INFO O| Feb 12 06:56:41.365 INFO STEP 517 (remove_files) COMPLETE |
| 6469 | 2026-02-12T06:56:42.140Z | [ recovery-image] Feb 12 06:56:41.365 INFO O| Feb 12 06:56:41.365 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6470 | 2026-02-12T06:56:42.147Z | [ recovery-image] Feb 12 06:56:41.375 INFO O| Feb 12 06:56:41.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4" |
| 6471 | 2026-02-12T06:56:42.150Z | [ recovery-image] Feb 12 06:56:41.375 INFO O| Feb 12 06:56:41.375 INFO STEP 518 (remove_files) COMPLETE |
| 6472 | 2026-02-12T06:56:42.151Z | [ recovery-image] Feb 12 06:56:41.376 INFO O| Feb 12 06:56:41.375 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6473 | 2026-02-12T06:56:42.160Z | [ recovery-image] Feb 12 06:56:41.388 INFO O| Feb 12 06:56:41.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o" |
| 6474 | 2026-02-12T06:56:42.164Z | [ recovery-image] Feb 12 06:56:41.388 INFO O| Feb 12 06:56:41.388 INFO STEP 519 (remove_files) COMPLETE |
| 6475 | 2026-02-12T06:56:42.164Z | [ recovery-image] Feb 12 06:56:41.388 INFO O| Feb 12 06:56:41.388 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6476 | 2026-02-12T06:56:42.173Z | [ recovery-image] Feb 12 06:56:41.401 INFO O| Feb 12 06:56:41.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o" |
| 6477 | 2026-02-12T06:56:42.176Z | [ recovery-image] Feb 12 06:56:41.401 INFO O| Feb 12 06:56:41.401 INFO STEP 520 (remove_files) COMPLETE |
| 6478 | 2026-02-12T06:56:42.176Z | [ recovery-image] Feb 12 06:56:41.401 INFO O| Feb 12 06:56:41.401 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6479 | 2026-02-12T06:56:42.186Z | [ recovery-image] Feb 12 06:56:41.413 INFO O| Feb 12 06:56:41.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1" |
| 6480 | 2026-02-12T06:56:42.189Z | [ recovery-image] Feb 12 06:56:41.413 INFO O| Feb 12 06:56:41.413 INFO STEP 521 (remove_files) COMPLETE |
| 6481 | 2026-02-12T06:56:42.189Z | [ recovery-image] Feb 12 06:56:41.413 INFO O| Feb 12 06:56:41.413 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6482 | 2026-02-12T06:56:42.198Z | [ recovery-image] Feb 12 06:56:41.426 INFO O| Feb 12 06:56:41.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
| 6483 | 2026-02-12T06:56:42.201Z | [ recovery-image] Feb 12 06:56:41.426 INFO O| Feb 12 06:56:41.426 INFO STEP 522 (remove_files) COMPLETE |
| 6484 | 2026-02-12T06:56:42.201Z | [ recovery-image] Feb 12 06:56:41.426 INFO O| Feb 12 06:56:41.426 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6485 | 2026-02-12T06:56:42.211Z | [ recovery-image] Feb 12 06:56:41.439 INFO O| Feb 12 06:56:41.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept" |
| 6486 | 2026-02-12T06:56:42.211Z | [ recovery-image] Feb 12 06:56:41.439 INFO O| Feb 12 06:56:41.439 INFO STEP 523 (remove_files) COMPLETE |
| 6487 | 2026-02-12T06:56:42.211Z | [ recovery-image] Feb 12 06:56:41.439 INFO O| Feb 12 06:56:41.439 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6488 | 2026-02-12T06:56:42.222Z | [ recovery-image] Feb 12 06:56:41.450 INFO O| Feb 12 06:56:41.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename" |
| 6489 | 2026-02-12T06:56:42.225Z | [ recovery-image] Feb 12 06:56:41.451 INFO O| Feb 12 06:56:41.451 INFO STEP 524 (remove_files) COMPLETE |
| 6490 | 2026-02-12T06:56:42.225Z | [ recovery-image] Feb 12 06:56:41.451 INFO O| Feb 12 06:56:41.451 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6491 | 2026-02-12T06:56:42.236Z | [ recovery-image] Feb 12 06:56:41.464 INFO O| Feb 12 06:56:41.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv" |
| 6492 | 2026-02-12T06:56:42.239Z | [ recovery-image] Feb 12 06:56:41.465 INFO O| Feb 12 06:56:41.464 INFO STEP 525 (remove_files) COMPLETE |
| 6493 | 2026-02-12T06:56:42.240Z | [ recovery-image] Feb 12 06:56:41.465 INFO O| Feb 12 06:56:41.465 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6494 | 2026-02-12T06:56:42.250Z | [ recovery-image] Feb 12 06:56:41.478 INFO O| Feb 12 06:56:41.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut" |
| 6495 | 2026-02-12T06:56:42.250Z | [ recovery-image] Feb 12 06:56:41.478 INFO O| Feb 12 06:56:41.478 INFO STEP 526 (remove_files) COMPLETE |
| 6496 | 2026-02-12T06:56:42.253Z | [ recovery-image] Feb 12 06:56:41.478 INFO O| Feb 12 06:56:41.478 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6497 | 2026-02-12T06:56:42.264Z | [ recovery-image] Feb 12 06:56:41.492 INFO O| Feb 12 06:56:41.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname" |
| 6498 | 2026-02-12T06:56:42.264Z | [ recovery-image] Feb 12 06:56:41.492 INFO O| Feb 12 06:56:41.492 INFO STEP 527 (remove_files) COMPLETE |
| 6499 | 2026-02-12T06:56:42.267Z | [ recovery-image] Feb 12 06:56:41.492 INFO O| Feb 12 06:56:41.492 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6500 | 2026-02-12T06:56:42.277Z | [ recovery-image] Feb 12 06:56:41.505 INFO O| Feb 12 06:56:41.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags" |
| 6501 | 2026-02-12T06:56:42.281Z | [ recovery-image] Feb 12 06:56:41.505 INFO O| Feb 12 06:56:41.505 INFO STEP 528 (remove_files) COMPLETE |
| 6502 | 2026-02-12T06:56:42.281Z | [ recovery-image] Feb 12 06:56:41.506 INFO O| Feb 12 06:56:41.505 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6503 | 2026-02-12T06:56:42.290Z | [ recovery-image] Feb 12 06:56:41.518 INFO O| Feb 12 06:56:41.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo" |
| 6504 | 2026-02-12T06:56:42.290Z | [ recovery-image] Feb 12 06:56:41.518 INFO O| Feb 12 06:56:41.518 INFO STEP 529 (remove_files) COMPLETE |
| 6505 | 2026-02-12T06:56:42.293Z | [ recovery-image] Feb 12 06:56:41.518 INFO O| Feb 12 06:56:41.518 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6506 | 2026-02-12T06:56:42.302Z | [ recovery-image] Feb 12 06:56:41.530 INFO O| Feb 12 06:56:41.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head" |
| 6507 | 2026-02-12T06:56:42.305Z | [ recovery-image] Feb 12 06:56:41.530 INFO O| Feb 12 06:56:41.530 INFO STEP 530 (remove_files) COMPLETE |
| 6508 | 2026-02-12T06:56:42.305Z | [ recovery-image] Feb 12 06:56:41.530 INFO O| Feb 12 06:56:41.530 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6509 | 2026-02-12T06:56:42.314Z | [ recovery-image] Feb 12 06:56:41.542 INFO O| Feb 12 06:56:41.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id" |
| 6510 | 2026-02-12T06:56:42.315Z | [ recovery-image] Feb 12 06:56:41.542 INFO O| Feb 12 06:56:41.542 INFO STEP 531 (remove_files) COMPLETE |
| 6511 | 2026-02-12T06:56:42.318Z | [ recovery-image] Feb 12 06:56:41.543 INFO O| Feb 12 06:56:41.542 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6512 | 2026-02-12T06:56:42.327Z | [ recovery-image] Feb 12 06:56:41.555 INFO O| Feb 12 06:56:41.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln" |
| 6513 | 2026-02-12T06:56:42.327Z | [ recovery-image] Feb 12 06:56:41.555 INFO O| Feb 12 06:56:41.555 INFO STEP 532 (remove_files) COMPLETE |
| 6514 | 2026-02-12T06:56:42.330Z | [ recovery-image] Feb 12 06:56:41.555 INFO O| Feb 12 06:56:41.555 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6515 | 2026-02-12T06:56:42.338Z | [ recovery-image] Feb 12 06:56:41.566 INFO O| Feb 12 06:56:41.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h" |
| 6516 | 2026-02-12T06:56:42.341Z | [ recovery-image] Feb 12 06:56:41.567 INFO O| Feb 12 06:56:41.567 INFO STEP 533 (remove_files) COMPLETE |
| 6517 | 2026-02-12T06:56:42.341Z | [ recovery-image] Feb 12 06:56:41.567 INFO O| Feb 12 06:56:41.567 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6518 | 2026-02-12T06:56:42.349Z | [ recovery-image] Feb 12 06:56:41.577 INFO O| Feb 12 06:56:41.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname" |
| 6519 | 2026-02-12T06:56:42.350Z | [ recovery-image] Feb 12 06:56:41.578 INFO O| Feb 12 06:56:41.578 INFO STEP 534 (remove_files) COMPLETE |
| 6520 | 2026-02-12T06:56:42.353Z | [ recovery-image] Feb 12 06:56:41.578 INFO O| Feb 12 06:56:41.578 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6521 | 2026-02-12T06:56:42.362Z | [ recovery-image] Feb 12 06:56:41.590 INFO O| Feb 12 06:56:41.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir" |
| 6522 | 2026-02-12T06:56:42.365Z | [ recovery-image] Feb 12 06:56:41.590 INFO O| Feb 12 06:56:41.590 INFO STEP 535 (remove_files) COMPLETE |
| 6523 | 2026-02-12T06:56:42.365Z | [ recovery-image] Feb 12 06:56:41.590 INFO O| Feb 12 06:56:41.590 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6524 | 2026-02-12T06:56:42.374Z | [ recovery-image] Feb 12 06:56:41.602 INFO O| Feb 12 06:56:41.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo" |
| 6525 | 2026-02-12T06:56:42.374Z | [ recovery-image] Feb 12 06:56:41.602 INFO O| Feb 12 06:56:41.602 INFO STEP 536 (remove_files) COMPLETE |
| 6526 | 2026-02-12T06:56:42.377Z | [ recovery-image] Feb 12 06:56:41.602 INFO O| Feb 12 06:56:41.602 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6527 | 2026-02-12T06:56:42.386Z | [ recovery-image] Feb 12 06:56:41.614 INFO O| Feb 12 06:56:41.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp" |
| 6528 | 2026-02-12T06:56:42.389Z | [ recovery-image] Feb 12 06:56:41.614 INFO O| Feb 12 06:56:41.614 INFO STEP 537 (remove_files) COMPLETE |
| 6529 | 2026-02-12T06:56:42.389Z | [ recovery-image] Feb 12 06:56:41.614 INFO O| Feb 12 06:56:41.614 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6530 | 2026-02-12T06:56:42.398Z | [ recovery-image] Feb 12 06:56:41.626 INFO O| Feb 12 06:56:41.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid" |
| 6531 | 2026-02-12T06:56:42.401Z | [ recovery-image] Feb 12 06:56:41.626 INFO O| Feb 12 06:56:41.626 INFO STEP 538 (remove_files) COMPLETE |
| 6532 | 2026-02-12T06:56:42.401Z | [ recovery-image] Feb 12 06:56:41.626 INFO O| Feb 12 06:56:41.626 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6533 | 2026-02-12T06:56:42.410Z | [ recovery-image] Feb 12 06:56:41.638 INFO O| Feb 12 06:56:41.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk" |
| 6534 | 2026-02-12T06:56:42.414Z | [ recovery-image] Feb 12 06:56:41.638 INFO O| Feb 12 06:56:41.638 INFO STEP 539 (remove_files) COMPLETE |
| 6535 | 2026-02-12T06:56:42.414Z | [ recovery-image] Feb 12 06:56:41.638 INFO O| Feb 12 06:56:41.638 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6536 | 2026-02-12T06:56:42.422Z | [ recovery-image] Feb 12 06:56:41.650 INFO O| Feb 12 06:56:41.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print" |
| 6537 | 2026-02-12T06:56:42.425Z | [ recovery-image] Feb 12 06:56:41.650 INFO O| Feb 12 06:56:41.650 INFO STEP 540 (remove_files) COMPLETE |
| 6538 | 2026-02-12T06:56:42.425Z | [ recovery-image] Feb 12 06:56:41.650 INFO O| Feb 12 06:56:41.650 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6539 | 2026-02-12T06:56:42.434Z | [ recovery-image] Feb 12 06:56:41.662 INFO O| Feb 12 06:56:41.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv" |
| 6540 | 2026-02-12T06:56:42.437Z | [ recovery-image] Feb 12 06:56:41.662 INFO O| Feb 12 06:56:41.662 INFO STEP 541 (remove_files) COMPLETE |
| 6541 | 2026-02-12T06:56:42.437Z | [ recovery-image] Feb 12 06:56:41.662 INFO O| Feb 12 06:56:41.662 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6542 | 2026-02-12T06:56:42.446Z | [ recovery-image] Feb 12 06:56:41.674 INFO O| Feb 12 06:56:41.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push" |
| 6543 | 2026-02-12T06:56:42.449Z | [ recovery-image] Feb 12 06:56:41.674 INFO O| Feb 12 06:56:41.674 INFO STEP 542 (remove_files) COMPLETE |
| 6544 | 2026-02-12T06:56:42.449Z | [ recovery-image] Feb 12 06:56:41.674 INFO O| Feb 12 06:56:41.674 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6545 | 2026-02-12T06:56:42.459Z | [ recovery-image] Feb 12 06:56:41.686 INFO O| Feb 12 06:56:41.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath" |
| 6546 | 2026-02-12T06:56:42.462Z | [ recovery-image] Feb 12 06:56:41.687 INFO O| Feb 12 06:56:41.687 INFO STEP 543 (remove_files) COMPLETE |
| 6547 | 2026-02-12T06:56:42.462Z | [ recovery-image] Feb 12 06:56:41.687 INFO O| Feb 12 06:56:41.687 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6548 | 2026-02-12T06:56:42.471Z | [ recovery-image] Feb 12 06:56:41.699 INFO O| Feb 12 06:56:41.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm" |
| 6549 | 2026-02-12T06:56:42.474Z | [ recovery-image] Feb 12 06:56:41.699 INFO O| Feb 12 06:56:41.699 INFO STEP 544 (remove_files) COMPLETE |
| 6550 | 2026-02-12T06:56:42.474Z | [ recovery-image] Feb 12 06:56:41.699 INFO O| Feb 12 06:56:41.699 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6551 | 2026-02-12T06:56:42.483Z | [ recovery-image] Feb 12 06:56:41.711 INFO O| Feb 12 06:56:41.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir" |
| 6552 | 2026-02-12T06:56:42.483Z | [ recovery-image] Feb 12 06:56:41.711 INFO O| Feb 12 06:56:41.711 INFO STEP 545 (remove_files) COMPLETE |
| 6553 | 2026-02-12T06:56:42.486Z | [ recovery-image] Feb 12 06:56:41.711 INFO O| Feb 12 06:56:41.711 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6554 | 2026-02-12T06:56:42.494Z | [ recovery-image] Feb 12 06:56:41.722 INFO O| Feb 12 06:56:41.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq" |
| 6555 | 2026-02-12T06:56:42.494Z | [ recovery-image] Feb 12 06:56:41.722 INFO O| Feb 12 06:56:41.722 INFO STEP 546 (remove_files) COMPLETE |
| 6556 | 2026-02-12T06:56:42.497Z | [ recovery-image] Feb 12 06:56:41.722 INFO O| Feb 12 06:56:41.722 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6557 | 2026-02-12T06:56:42.508Z | [ recovery-image] Feb 12 06:56:41.736 INFO O| Feb 12 06:56:41.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid" |
| 6558 | 2026-02-12T06:56:42.508Z | [ recovery-image] Feb 12 06:56:41.736 INFO O| Feb 12 06:56:41.736 INFO STEP 547 (remove_files) COMPLETE |
| 6559 | 2026-02-12T06:56:42.511Z | [ recovery-image] Feb 12 06:56:41.736 INFO O| Feb 12 06:56:41.736 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6560 | 2026-02-12T06:56:42.519Z | [ recovery-image] Feb 12 06:56:41.747 INFO O| Feb 12 06:56:41.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep" |
| 6561 | 2026-02-12T06:56:42.524Z | [ recovery-image] Feb 12 06:56:41.747 INFO O| Feb 12 06:56:41.747 INFO STEP 548 (remove_files) COMPLETE |
| 6562 | 2026-02-12T06:56:42.524Z | [ recovery-image] Feb 12 06:56:41.747 INFO O| Feb 12 06:56:41.747 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6563 | 2026-02-12T06:56:42.533Z | [ recovery-image] Feb 12 06:56:41.761 INFO O| Feb 12 06:56:41.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime" |
| 6564 | 2026-02-12T06:56:42.533Z | [ recovery-image] Feb 12 06:56:41.761 INFO O| Feb 12 06:56:41.761 INFO STEP 549 (remove_files) COMPLETE |
| 6565 | 2026-02-12T06:56:42.536Z | [ recovery-image] Feb 12 06:56:41.761 INFO O| Feb 12 06:56:41.761 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6566 | 2026-02-12T06:56:42.547Z | [ recovery-image] Feb 12 06:56:41.775 INFO O| Feb 12 06:56:41.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync" |
| 6567 | 2026-02-12T06:56:42.550Z | [ recovery-image] Feb 12 06:56:41.775 INFO O| Feb 12 06:56:41.775 INFO STEP 550 (remove_files) COMPLETE |
| 6568 | 2026-02-12T06:56:42.550Z | [ recovery-image] Feb 12 06:56:41.775 INFO O| Feb 12 06:56:41.775 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6569 | 2026-02-12T06:56:42.557Z | [ recovery-image] Feb 12 06:56:41.785 INFO O| Feb 12 06:56:41.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee" |
| 6570 | 2026-02-12T06:56:42.557Z | [ recovery-image] Feb 12 06:56:41.785 INFO O| Feb 12 06:56:41.785 INFO STEP 551 (remove_files) COMPLETE |
| 6571 | 2026-02-12T06:56:42.561Z | [ recovery-image] Feb 12 06:56:41.785 INFO O| Feb 12 06:56:41.785 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6572 | 2026-02-12T06:56:42.568Z | [ recovery-image] Feb 12 06:56:41.796 INFO O| Feb 12 06:56:41.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse" |
| 6573 | 2026-02-12T06:56:42.571Z | [ recovery-image] Feb 12 06:56:41.796 INFO O| Feb 12 06:56:41.796 INFO STEP 552 (remove_files) COMPLETE |
| 6574 | 2026-02-12T06:56:42.571Z | [ recovery-image] Feb 12 06:56:41.796 INFO O| Feb 12 06:56:41.796 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6575 | 2026-02-12T06:56:42.581Z | [ recovery-image] Feb 12 06:56:41.809 INFO O| Feb 12 06:56:41.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty" |
| 6576 | 2026-02-12T06:56:42.585Z | [ recovery-image] Feb 12 06:56:41.809 INFO O| Feb 12 06:56:41.809 INFO STEP 553 (remove_files) COMPLETE |
| 6577 | 2026-02-12T06:56:42.585Z | [ recovery-image] Feb 12 06:56:41.809 INFO O| Feb 12 06:56:41.809 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6578 | 2026-02-12T06:56:42.593Z | [ recovery-image] Feb 12 06:56:41.821 INFO O| Feb 12 06:56:41.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname" |
| 6579 | 2026-02-12T06:56:42.598Z | [ recovery-image] Feb 12 06:56:41.821 INFO O| Feb 12 06:56:41.821 INFO STEP 554 (remove_files) COMPLETE |
| 6580 | 2026-02-12T06:56:42.598Z | [ recovery-image] Feb 12 06:56:41.821 INFO O| Feb 12 06:56:41.821 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6581 | 2026-02-12T06:56:42.607Z | [ recovery-image] Feb 12 06:56:41.834 INFO O| Feb 12 06:56:41.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink" |
| 6582 | 2026-02-12T06:56:42.607Z | [ recovery-image] Feb 12 06:56:41.835 INFO O| Feb 12 06:56:41.835 INFO STEP 555 (remove_files) COMPLETE |
| 6583 | 2026-02-12T06:56:42.610Z | [ recovery-image] Feb 12 06:56:41.835 INFO O| Feb 12 06:56:41.835 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6584 | 2026-02-12T06:56:42.618Z | [ recovery-image] Feb 12 06:56:41.846 INFO O| Feb 12 06:56:41.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami" |
| 6585 | 2026-02-12T06:56:42.621Z | [ recovery-image] Feb 12 06:56:41.846 INFO O| Feb 12 06:56:41.846 INFO STEP 556 (remove_files) COMPLETE |
| 6586 | 2026-02-12T06:56:42.621Z | [ recovery-image] Feb 12 06:56:41.846 INFO O| Feb 12 06:56:41.846 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6587 | 2026-02-12T06:56:42.631Z | [ recovery-image] Feb 12 06:56:41.858 INFO O| Feb 12 06:56:41.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
| 6588 | 2026-02-12T06:56:42.634Z | [ recovery-image] Feb 12 06:56:41.859 INFO O| Feb 12 06:56:41.859 INFO STEP 557 (remove_files) COMPLETE |
| 6589 | 2026-02-12T06:56:42.634Z | [ recovery-image] Feb 12 06:56:41.859 INFO O| Feb 12 06:56:41.859 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6590 | 2026-02-12T06:56:42.644Z | [ recovery-image] Feb 12 06:56:41.871 INFO O| Feb 12 06:56:41.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
| 6591 | 2026-02-12T06:56:42.647Z | [ recovery-image] Feb 12 06:56:41.871 INFO O| Feb 12 06:56:41.871 INFO STEP 558 (remove_files) COMPLETE |
| 6592 | 2026-02-12T06:56:42.647Z | [ recovery-image] Feb 12 06:56:41.871 INFO O| Feb 12 06:56:41.871 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6593 | 2026-02-12T06:56:42.655Z | [ recovery-image] Feb 12 06:56:41.883 INFO O| Feb 12 06:56:41.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1" |
| 6594 | 2026-02-12T06:56:42.658Z | [ recovery-image] Feb 12 06:56:41.883 INFO O| Feb 12 06:56:41.883 INFO STEP 559 (remove_files) COMPLETE |
| 6595 | 2026-02-12T06:56:42.658Z | [ recovery-image] Feb 12 06:56:41.883 INFO O| Feb 12 06:56:41.883 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6596 | 2026-02-12T06:56:42.669Z | [ recovery-image] Feb 12 06:56:41.897 INFO O| Feb 12 06:56:41.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
| 6597 | 2026-02-12T06:56:42.669Z | [ recovery-image] Feb 12 06:56:41.897 INFO O| Feb 12 06:56:41.897 INFO STEP 560 (remove_files) COMPLETE |
| 6598 | 2026-02-12T06:56:42.673Z | [ recovery-image] Feb 12 06:56:41.897 INFO O| Feb 12 06:56:41.897 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6599 | 2026-02-12T06:56:42.686Z | [ recovery-image] Feb 12 06:56:41.914 INFO O| Feb 12 06:56:41.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
| 6600 | 2026-02-12T06:56:42.689Z | [ recovery-image] Feb 12 06:56:41.914 INFO O| Feb 12 06:56:41.914 INFO STEP 561 (remove_files) COMPLETE |
| 6601 | 2026-02-12T06:56:42.689Z | [ recovery-image] Feb 12 06:56:41.914 INFO O| Feb 12 06:56:41.914 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6602 | 2026-02-12T06:56:42.701Z | [ recovery-image] Feb 12 06:56:41.929 INFO O| Feb 12 06:56:41.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
| 6603 | 2026-02-12T06:56:42.704Z | [ recovery-image] Feb 12 06:56:41.929 INFO O| Feb 12 06:56:41.929 INFO STEP 562 (remove_files) COMPLETE |
| 6604 | 2026-02-12T06:56:42.704Z | [ recovery-image] Feb 12 06:56:41.929 INFO O| Feb 12 06:56:41.929 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6605 | 2026-02-12T06:56:42.716Z | [ recovery-image] Feb 12 06:56:41.944 INFO O| Feb 12 06:56:41.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
| 6606 | 2026-02-12T06:56:42.721Z | [ recovery-image] Feb 12 06:56:41.944 INFO O| Feb 12 06:56:41.944 INFO STEP 563 (remove_files) COMPLETE |
| 6607 | 2026-02-12T06:56:42.721Z | [ recovery-image] Feb 12 06:56:41.944 INFO O| Feb 12 06:56:41.944 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6608 | 2026-02-12T06:56:42.731Z | [ recovery-image] Feb 12 06:56:41.959 INFO O| Feb 12 06:56:41.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub" |
| 6609 | 2026-02-12T06:56:42.734Z | [ recovery-image] Feb 12 06:56:41.959 INFO O| Feb 12 06:56:41.959 INFO STEP 564 (remove_files) COMPLETE |
| 6610 | 2026-02-12T06:56:42.734Z | [ recovery-image] Feb 12 06:56:41.959 INFO O| Feb 12 06:56:41.959 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6611 | 2026-02-12T06:56:42.747Z | [ recovery-image] Feb 12 06:56:41.973 INFO O| Feb 12 06:56:41.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1" |
| 6612 | 2026-02-12T06:56:42.750Z | [ recovery-image] Feb 12 06:56:41.973 INFO O| Feb 12 06:56:41.973 INFO STEP 565 (remove_files) COMPLETE |
| 6613 | 2026-02-12T06:56:42.750Z | [ recovery-image] Feb 12 06:56:41.973 INFO O| Feb 12 06:56:41.973 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6614 | 2026-02-12T06:56:42.762Z | [ recovery-image] Feb 12 06:56:41.989 INFO O| Feb 12 06:56:41.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1" |
| 6615 | 2026-02-12T06:56:42.767Z | [ recovery-image] Feb 12 06:56:41.989 INFO O| Feb 12 06:56:41.989 INFO STEP 566 (remove_files) COMPLETE |
| 6616 | 2026-02-12T06:56:42.767Z | [ recovery-image] Feb 12 06:56:41.989 INFO O| Feb 12 06:56:41.989 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6617 | 2026-02-12T06:56:42.776Z | [ recovery-image] Feb 12 06:56:42.003 INFO O| Feb 12 06:56:42.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1" |
| 6618 | 2026-02-12T06:56:42.776Z | [ recovery-image] Feb 12 06:56:42.003 INFO O| Feb 12 06:56:42.003 INFO STEP 567 (remove_files) COMPLETE |
| 6619 | 2026-02-12T06:56:42.776Z | [ recovery-image] Feb 12 06:56:42.003 INFO O| Feb 12 06:56:42.003 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6620 | 2026-02-12T06:56:42.789Z | [ recovery-image] Feb 12 06:56:42.016 INFO O| Feb 12 06:56:42.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1" |
| 6621 | 2026-02-12T06:56:42.789Z | [ recovery-image] Feb 12 06:56:42.017 INFO O| Feb 12 06:56:42.016 INFO STEP 568 (remove_files) COMPLETE |
| 6622 | 2026-02-12T06:56:42.794Z | [ recovery-image] Feb 12 06:56:42.017 INFO O| Feb 12 06:56:42.016 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6623 | 2026-02-12T06:56:42.803Z | [ recovery-image] Feb 12 06:56:42.031 INFO O| Feb 12 06:56:42.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1" |
| 6624 | 2026-02-12T06:56:42.804Z | [ recovery-image] Feb 12 06:56:42.031 INFO O| Feb 12 06:56:42.031 INFO STEP 569 (remove_files) COMPLETE |
| 6625 | 2026-02-12T06:56:42.809Z | [ recovery-image] Feb 12 06:56:42.031 INFO O| Feb 12 06:56:42.031 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6626 | 2026-02-12T06:56:42.814Z | [ recovery-image] Feb 12 06:56:42.042 INFO O| Feb 12 06:56:42.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
| 6627 | 2026-02-12T06:56:42.817Z | [ recovery-image] Feb 12 06:56:42.042 INFO O| Feb 12 06:56:42.042 INFO STEP 570 (remove_files) COMPLETE |
| 6628 | 2026-02-12T06:56:42.818Z | [ recovery-image] Feb 12 06:56:42.042 INFO O| Feb 12 06:56:42.042 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6629 | 2026-02-12T06:56:42.828Z | [ recovery-image] Feb 12 06:56:42.056 INFO O| Feb 12 06:56:42.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
| 6630 | 2026-02-12T06:56:42.828Z | [ recovery-image] Feb 12 06:56:42.056 INFO O| Feb 12 06:56:42.056 INFO STEP 571 (remove_files) COMPLETE |
| 6631 | 2026-02-12T06:56:42.831Z | [ recovery-image] Feb 12 06:56:42.056 INFO O| Feb 12 06:56:42.056 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6632 | 2026-02-12T06:56:42.842Z | [ recovery-image] Feb 12 06:56:42.070 INFO O| Feb 12 06:56:42.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
| 6633 | 2026-02-12T06:56:42.845Z | [ recovery-image] Feb 12 06:56:42.070 INFO O| Feb 12 06:56:42.070 INFO STEP 572 (remove_files) COMPLETE |
| 6634 | 2026-02-12T06:56:42.845Z | [ recovery-image] Feb 12 06:56:42.070 INFO O| Feb 12 06:56:42.070 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6635 | 2026-02-12T06:56:42.853Z | [ recovery-image] Feb 12 06:56:42.081 INFO O| Feb 12 06:56:42.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
| 6636 | 2026-02-12T06:56:42.856Z | [ recovery-image] Feb 12 06:56:42.081 INFO O| Feb 12 06:56:42.081 INFO STEP 573 (remove_files) COMPLETE |
| 6637 | 2026-02-12T06:56:42.856Z | [ recovery-image] Feb 12 06:56:42.081 INFO O| Feb 12 06:56:42.081 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6638 | 2026-02-12T06:56:42.864Z | [ recovery-image] Feb 12 06:56:42.092 INFO O| Feb 12 06:56:42.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
| 6639 | 2026-02-12T06:56:42.867Z | [ recovery-image] Feb 12 06:56:42.093 INFO O| Feb 12 06:56:42.093 INFO STEP 574 (remove_files) COMPLETE |
| 6640 | 2026-02-12T06:56:42.867Z | [ recovery-image] Feb 12 06:56:42.093 INFO O| Feb 12 06:56:42.093 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6641 | 2026-02-12T06:56:42.880Z | [ recovery-image] Feb 12 06:56:42.108 INFO O| Feb 12 06:56:42.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1" |
| 6642 | 2026-02-12T06:56:42.883Z | [ recovery-image] Feb 12 06:56:42.108 INFO O| Feb 12 06:56:42.108 INFO STEP 575 (remove_files) COMPLETE |
| 6643 | 2026-02-12T06:56:42.883Z | [ recovery-image] Feb 12 06:56:42.108 INFO O| Feb 12 06:56:42.108 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6644 | 2026-02-12T06:56:42.894Z | [ recovery-image] Feb 12 06:56:42.122 INFO O| Feb 12 06:56:42.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1" |
| 6645 | 2026-02-12T06:56:42.894Z | [ recovery-image] Feb 12 06:56:42.123 INFO O| Feb 12 06:56:42.122 INFO STEP 576 (remove_files) COMPLETE |
| 6646 | 2026-02-12T06:56:42.898Z | [ recovery-image] Feb 12 06:56:42.123 INFO O| Feb 12 06:56:42.122 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6647 | 2026-02-12T06:56:42.908Z | [ recovery-image] Feb 12 06:56:42.136 INFO O| Feb 12 06:56:42.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1" |
| 6648 | 2026-02-12T06:56:42.911Z | [ recovery-image] Feb 12 06:56:42.136 INFO O| Feb 12 06:56:42.136 INFO STEP 577 (remove_files) COMPLETE |
| 6649 | 2026-02-12T06:56:42.911Z | [ recovery-image] Feb 12 06:56:42.136 INFO O| Feb 12 06:56:42.136 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6650 | 2026-02-12T06:56:42.919Z | [ recovery-image] Feb 12 06:56:42.147 INFO O| Feb 12 06:56:42.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1" |
| 6651 | 2026-02-12T06:56:42.922Z | [ recovery-image] Feb 12 06:56:42.147 INFO O| Feb 12 06:56:42.147 INFO STEP 578 (remove_files) COMPLETE |
| 6652 | 2026-02-12T06:56:42.922Z | [ recovery-image] Feb 12 06:56:42.147 INFO O| Feb 12 06:56:42.147 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6653 | 2026-02-12T06:56:42.932Z | [ recovery-image] Feb 12 06:56:42.160 INFO O| Feb 12 06:56:42.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
| 6654 | 2026-02-12T06:56:42.935Z | [ recovery-image] Feb 12 06:56:42.160 INFO O| Feb 12 06:56:42.160 INFO STEP 579 (remove_files) COMPLETE |
| 6655 | 2026-02-12T06:56:42.935Z | [ recovery-image] Feb 12 06:56:42.160 INFO O| Feb 12 06:56:42.160 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6656 | 2026-02-12T06:56:42.946Z | [ recovery-image] Feb 12 06:56:42.174 INFO O| Feb 12 06:56:42.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
| 6657 | 2026-02-12T06:56:42.946Z | [ recovery-image] Feb 12 06:56:42.174 INFO O| Feb 12 06:56:42.174 INFO STEP 580 (remove_files) COMPLETE |
| 6658 | 2026-02-12T06:56:42.949Z | [ recovery-image] Feb 12 06:56:42.174 INFO O| Feb 12 06:56:42.174 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6659 | 2026-02-12T06:56:42.960Z | [ recovery-image] Feb 12 06:56:42.187 INFO O| Feb 12 06:56:42.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1" |
| 6660 | 2026-02-12T06:56:42.960Z | [ recovery-image] Feb 12 06:56:42.187 INFO O| Feb 12 06:56:42.187 INFO STEP 581 (remove_files) COMPLETE |
| 6661 | 2026-02-12T06:56:42.963Z | [ recovery-image] Feb 12 06:56:42.187 INFO O| Feb 12 06:56:42.187 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6662 | 2026-02-12T06:56:42.974Z | [ recovery-image] Feb 12 06:56:42.201 INFO O| Feb 12 06:56:42.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
| 6663 | 2026-02-12T06:56:42.974Z | [ recovery-image] Feb 12 06:56:42.202 INFO O| Feb 12 06:56:42.202 INFO STEP 582 (remove_files) COMPLETE |
| 6664 | 2026-02-12T06:56:42.977Z | [ recovery-image] Feb 12 06:56:42.202 INFO O| Feb 12 06:56:42.202 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6665 | 2026-02-12T06:56:42.983Z | [ recovery-image] Feb 12 06:56:42.211 INFO O| Feb 12 06:56:42.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1" |
| 6666 | 2026-02-12T06:56:42.983Z | [ recovery-image] Feb 12 06:56:42.211 INFO O| Feb 12 06:56:42.211 INFO STEP 583 (remove_files) COMPLETE |
| 6667 | 2026-02-12T06:56:42.987Z | [ recovery-image] Feb 12 06:56:42.211 INFO O| Feb 12 06:56:42.211 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6668 | 2026-02-12T06:56:42.992Z | [ recovery-image] Feb 12 06:56:42.221 INFO O| Feb 12 06:56:42.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1" |
| 6669 | 2026-02-12T06:56:42.995Z | [ recovery-image] Feb 12 06:56:42.221 INFO O| Feb 12 06:56:42.221 INFO STEP 584 (remove_files) COMPLETE |
| 6670 | 2026-02-12T06:56:42.996Z | [ recovery-image] Feb 12 06:56:42.221 INFO O| Feb 12 06:56:42.221 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6671 | 2026-02-12T06:56:43.003Z | [ recovery-image] Feb 12 06:56:42.231 INFO O| Feb 12 06:56:42.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1" |
| 6672 | 2026-02-12T06:56:43.007Z | [ recovery-image] Feb 12 06:56:42.231 INFO O| Feb 12 06:56:42.231 INFO STEP 585 (remove_files) COMPLETE |
| 6673 | 2026-02-12T06:56:43.007Z | [ recovery-image] Feb 12 06:56:42.231 INFO O| Feb 12 06:56:42.231 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6674 | 2026-02-12T06:56:43.015Z | [ recovery-image] Feb 12 06:56:42.243 INFO O| Feb 12 06:56:42.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1" |
| 6675 | 2026-02-12T06:56:43.018Z | [ recovery-image] Feb 12 06:56:42.243 INFO O| Feb 12 06:56:42.243 INFO STEP 586 (remove_files) COMPLETE |
| 6676 | 2026-02-12T06:56:43.018Z | [ recovery-image] Feb 12 06:56:42.243 INFO O| Feb 12 06:56:42.243 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6677 | 2026-02-12T06:56:43.027Z | [ recovery-image] Feb 12 06:56:42.255 INFO O| Feb 12 06:56:42.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1" |
| 6678 | 2026-02-12T06:56:43.027Z | [ recovery-image] Feb 12 06:56:42.255 INFO O| Feb 12 06:56:42.255 INFO STEP 587 (remove_files) COMPLETE |
| 6679 | 2026-02-12T06:56:43.030Z | [ recovery-image] Feb 12 06:56:42.255 INFO O| Feb 12 06:56:42.255 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6680 | 2026-02-12T06:56:43.038Z | [ recovery-image] Feb 12 06:56:42.266 INFO O| Feb 12 06:56:42.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1" |
| 6681 | 2026-02-12T06:56:43.041Z | [ recovery-image] Feb 12 06:56:42.266 INFO O| Feb 12 06:56:42.266 INFO STEP 588 (remove_files) COMPLETE |
| 6682 | 2026-02-12T06:56:43.041Z | [ recovery-image] Feb 12 06:56:42.266 INFO O| Feb 12 06:56:42.266 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6683 | 2026-02-12T06:56:43.049Z | [ recovery-image] Feb 12 06:56:42.277 INFO O| Feb 12 06:56:42.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1" |
| 6684 | 2026-02-12T06:56:43.049Z | [ recovery-image] Feb 12 06:56:42.277 INFO O| Feb 12 06:56:42.277 INFO STEP 589 (remove_files) COMPLETE |
| 6685 | 2026-02-12T06:56:43.052Z | [ recovery-image] Feb 12 06:56:42.277 INFO O| Feb 12 06:56:42.277 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6686 | 2026-02-12T06:56:43.061Z | [ recovery-image] Feb 12 06:56:42.289 INFO O| Feb 12 06:56:42.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
| 6687 | 2026-02-12T06:56:43.061Z | [ recovery-image] Feb 12 06:56:42.289 INFO O| Feb 12 06:56:42.289 INFO STEP 590 (remove_files) COMPLETE |
| 6688 | 2026-02-12T06:56:43.064Z | [ recovery-image] Feb 12 06:56:42.289 INFO O| Feb 12 06:56:42.289 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6689 | 2026-02-12T06:56:43.074Z | [ recovery-image] Feb 12 06:56:42.302 INFO O| Feb 12 06:56:42.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1" |
| 6690 | 2026-02-12T06:56:43.074Z | [ recovery-image] Feb 12 06:56:42.302 INFO O| Feb 12 06:56:42.302 INFO STEP 591 (remove_files) COMPLETE |
| 6691 | 2026-02-12T06:56:43.077Z | [ recovery-image] Feb 12 06:56:42.302 INFO O| Feb 12 06:56:42.302 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6692 | 2026-02-12T06:56:43.087Z | [ recovery-image] Feb 12 06:56:42.315 INFO O| Feb 12 06:56:42.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1" |
| 6693 | 2026-02-12T06:56:43.090Z | [ recovery-image] Feb 12 06:56:42.315 INFO O| Feb 12 06:56:42.315 INFO STEP 592 (remove_files) COMPLETE |
| 6694 | 2026-02-12T06:56:43.090Z | [ recovery-image] Feb 12 06:56:42.315 INFO O| Feb 12 06:56:42.315 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6695 | 2026-02-12T06:56:43.098Z | [ recovery-image] Feb 12 06:56:42.326 INFO O| Feb 12 06:56:42.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5" |
| 6696 | 2026-02-12T06:56:43.101Z | [ recovery-image] Feb 12 06:56:42.326 INFO O| Feb 12 06:56:42.326 INFO STEP 593 (remove_files) COMPLETE |
| 6697 | 2026-02-12T06:56:43.101Z | [ recovery-image] Feb 12 06:56:42.326 INFO O| Feb 12 06:56:42.326 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6698 | 2026-02-12T06:56:43.110Z | [ recovery-image] Feb 12 06:56:42.338 INFO O| Feb 12 06:56:42.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1" |
| 6699 | 2026-02-12T06:56:43.111Z | [ recovery-image] Feb 12 06:56:42.339 INFO O| Feb 12 06:56:42.339 INFO STEP 594 (remove_files) COMPLETE |
| 6700 | 2026-02-12T06:56:43.113Z | [ recovery-image] Feb 12 06:56:42.339 INFO O| Feb 12 06:56:42.339 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6701 | 2026-02-12T06:56:43.123Z | [ recovery-image] Feb 12 06:56:42.351 INFO O| Feb 12 06:56:42.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1" |
| 6702 | 2026-02-12T06:56:43.126Z | [ recovery-image] Feb 12 06:56:42.351 INFO O| Feb 12 06:56:42.351 INFO STEP 595 (remove_files) COMPLETE |
| 6703 | 2026-02-12T06:56:43.126Z | [ recovery-image] Feb 12 06:56:42.351 INFO O| Feb 12 06:56:42.351 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6704 | 2026-02-12T06:56:43.135Z | [ recovery-image] Feb 12 06:56:42.363 INFO O| Feb 12 06:56:42.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1" |
| 6705 | 2026-02-12T06:56:43.135Z | [ recovery-image] Feb 12 06:56:42.363 INFO O| Feb 12 06:56:42.363 INFO STEP 596 (remove_files) COMPLETE |
| 6706 | 2026-02-12T06:56:43.135Z | [ recovery-image] Feb 12 06:56:42.363 INFO O| Feb 12 06:56:42.363 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6707 | 2026-02-12T06:56:43.143Z | [ recovery-image] Feb 12 06:56:42.371 INFO O| Feb 12 06:56:42.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1" |
| 6708 | 2026-02-12T06:56:43.146Z | [ recovery-image] Feb 12 06:56:42.371 INFO O| Feb 12 06:56:42.371 INFO STEP 597 (remove_files) COMPLETE |
| 6709 | 2026-02-12T06:56:43.146Z | [ recovery-image] Feb 12 06:56:42.371 INFO O| Feb 12 06:56:42.371 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6710 | 2026-02-12T06:56:43.154Z | [ recovery-image] Feb 12 06:56:42.382 INFO O| Feb 12 06:56:42.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1" |
| 6711 | 2026-02-12T06:56:43.156Z | [ recovery-image] Feb 12 06:56:42.382 INFO O| Feb 12 06:56:42.382 INFO STEP 598 (remove_files) COMPLETE |
| 6712 | 2026-02-12T06:56:43.156Z | [ recovery-image] Feb 12 06:56:42.383 INFO O| Feb 12 06:56:42.382 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6713 | 2026-02-12T06:56:43.167Z | [ recovery-image] Feb 12 06:56:42.395 INFO O| Feb 12 06:56:42.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
| 6714 | 2026-02-12T06:56:43.167Z | [ recovery-image] Feb 12 06:56:42.395 INFO O| Feb 12 06:56:42.395 INFO STEP 599 (remove_files) COMPLETE |
| 6715 | 2026-02-12T06:56:43.170Z | [ recovery-image] Feb 12 06:56:42.395 INFO O| Feb 12 06:56:42.395 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6716 | 2026-02-12T06:56:43.179Z | [ recovery-image] Feb 12 06:56:42.407 INFO O| Feb 12 06:56:42.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1" |
| 6717 | 2026-02-12T06:56:43.182Z | [ recovery-image] Feb 12 06:56:42.407 INFO O| Feb 12 06:56:42.407 INFO STEP 600 (remove_files) COMPLETE |
| 6718 | 2026-02-12T06:56:43.182Z | [ recovery-image] Feb 12 06:56:42.407 INFO O| Feb 12 06:56:42.407 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6719 | 2026-02-12T06:56:43.192Z | [ recovery-image] Feb 12 06:56:42.420 INFO O| Feb 12 06:56:42.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
| 6720 | 2026-02-12T06:56:43.195Z | [ recovery-image] Feb 12 06:56:42.420 INFO O| Feb 12 06:56:42.420 INFO STEP 601 (remove_files) COMPLETE |
| 6721 | 2026-02-12T06:56:43.195Z | [ recovery-image] Feb 12 06:56:42.420 INFO O| Feb 12 06:56:42.420 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6722 | 2026-02-12T06:56:43.204Z | [ recovery-image] Feb 12 06:56:42.432 INFO O| Feb 12 06:56:42.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
| 6723 | 2026-02-12T06:56:43.204Z | [ recovery-image] Feb 12 06:56:42.432 INFO O| Feb 12 06:56:42.432 INFO STEP 602 (remove_files) COMPLETE |
| 6724 | 2026-02-12T06:56:43.207Z | [ recovery-image] Feb 12 06:56:42.432 INFO O| Feb 12 06:56:42.432 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6725 | 2026-02-12T06:56:43.217Z | [ recovery-image] Feb 12 06:56:42.444 INFO O| Feb 12 06:56:42.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1" |
| 6726 | 2026-02-12T06:56:43.217Z | [ recovery-image] Feb 12 06:56:42.444 INFO O| Feb 12 06:56:42.444 INFO STEP 603 (remove_files) COMPLETE |
| 6727 | 2026-02-12T06:56:43.221Z | [ recovery-image] Feb 12 06:56:42.444 INFO O| Feb 12 06:56:42.444 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6728 | 2026-02-12T06:56:43.229Z | [ recovery-image] Feb 12 06:56:42.456 INFO O| Feb 12 06:56:42.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1" |
| 6729 | 2026-02-12T06:56:43.229Z | [ recovery-image] Feb 12 06:56:42.457 INFO O| Feb 12 06:56:42.457 INFO STEP 604 (remove_files) COMPLETE |
| 6730 | 2026-02-12T06:56:43.233Z | [ recovery-image] Feb 12 06:56:42.457 INFO O| Feb 12 06:56:42.457 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6731 | 2026-02-12T06:56:43.242Z | [ recovery-image] Feb 12 06:56:42.469 INFO O| Feb 12 06:56:42.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
| 6732 | 2026-02-12T06:56:43.242Z | [ recovery-image] Feb 12 06:56:42.469 INFO O| Feb 12 06:56:42.469 INFO STEP 605 (remove_files) COMPLETE |
| 6733 | 2026-02-12T06:56:43.242Z | [ recovery-image] Feb 12 06:56:42.469 INFO O| Feb 12 06:56:42.469 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6734 | 2026-02-12T06:56:43.250Z | [ recovery-image] Feb 12 06:56:42.477 INFO O| Feb 12 06:56:42.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
| 6735 | 2026-02-12T06:56:43.254Z | [ recovery-image] Feb 12 06:56:42.477 INFO O| Feb 12 06:56:42.477 INFO STEP 606 (remove_files) COMPLETE |
| 6736 | 2026-02-12T06:56:43.254Z | [ recovery-image] Feb 12 06:56:42.478 INFO O| Feb 12 06:56:42.477 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6737 | 2026-02-12T06:56:43.262Z | [ recovery-image] Feb 12 06:56:42.490 INFO O| Feb 12 06:56:42.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1" |
| 6738 | 2026-02-12T06:56:43.266Z | [ recovery-image] Feb 12 06:56:42.490 INFO O| Feb 12 06:56:42.490 INFO STEP 607 (remove_files) COMPLETE |
| 6739 | 2026-02-12T06:56:43.266Z | [ recovery-image] Feb 12 06:56:42.490 INFO O| Feb 12 06:56:42.490 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6740 | 2026-02-12T06:56:43.274Z | [ recovery-image] Feb 12 06:56:42.502 INFO O| Feb 12 06:56:42.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1" |
| 6741 | 2026-02-12T06:56:43.278Z | [ recovery-image] Feb 12 06:56:42.502 INFO O| Feb 12 06:56:42.502 INFO STEP 608 (remove_files) COMPLETE |
| 6742 | 2026-02-12T06:56:43.278Z | [ recovery-image] Feb 12 06:56:42.502 INFO O| Feb 12 06:56:42.502 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6743 | 2026-02-12T06:56:43.306Z | [ recovery-image] Feb 12 06:56:42.514 INFO O| Feb 12 06:56:42.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1" |
| 6744 | 2026-02-12T06:56:43.306Z | [ recovery-image] Feb 12 06:56:42.514 INFO O| Feb 12 06:56:42.514 INFO STEP 609 (remove_files) COMPLETE |
| 6745 | 2026-02-12T06:56:43.306Z | [ recovery-image] Feb 12 06:56:42.514 INFO O| Feb 12 06:56:42.514 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6746 | 2026-02-12T06:56:43.306Z | [ recovery-image] Feb 12 06:56:42.528 INFO O| Feb 12 06:56:42.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
| 6747 | 2026-02-12T06:56:43.306Z | [ recovery-image] Feb 12 06:56:42.528 INFO O| Feb 12 06:56:42.528 INFO STEP 610 (remove_files) COMPLETE |
| 6748 | 2026-02-12T06:56:43.306Z | [ recovery-image] Feb 12 06:56:42.528 INFO O| Feb 12 06:56:42.528 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6749 | 2026-02-12T06:56:43.313Z | [ recovery-image] Feb 12 06:56:42.541 INFO O| Feb 12 06:56:42.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1" |
| 6750 | 2026-02-12T06:56:43.316Z | [ recovery-image] Feb 12 06:56:42.541 INFO O| Feb 12 06:56:42.541 INFO STEP 611 (remove_files) COMPLETE |
| 6751 | 2026-02-12T06:56:43.316Z | [ recovery-image] Feb 12 06:56:42.541 INFO O| Feb 12 06:56:42.541 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6752 | 2026-02-12T06:56:43.325Z | [ recovery-image] Feb 12 06:56:42.553 INFO O| Feb 12 06:56:42.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1" |
| 6753 | 2026-02-12T06:56:43.328Z | [ recovery-image] Feb 12 06:56:42.553 INFO O| Feb 12 06:56:42.553 INFO STEP 612 (remove_files) COMPLETE |
| 6754 | 2026-02-12T06:56:43.328Z | [ recovery-image] Feb 12 06:56:42.553 INFO O| Feb 12 06:56:42.553 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6755 | 2026-02-12T06:56:43.339Z | [ recovery-image] Feb 12 06:56:42.566 INFO O| Feb 12 06:56:42.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1" |
| 6756 | 2026-02-12T06:56:43.339Z | [ recovery-image] Feb 12 06:56:42.567 INFO O| Feb 12 06:56:42.567 INFO STEP 613 (remove_files) COMPLETE |
| 6757 | 2026-02-12T06:56:43.339Z | [ recovery-image] Feb 12 06:56:42.567 INFO O| Feb 12 06:56:42.567 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6758 | 2026-02-12T06:56:43.351Z | [ recovery-image] Feb 12 06:56:42.579 INFO O| Feb 12 06:56:42.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1" |
| 6759 | 2026-02-12T06:56:43.354Z | [ recovery-image] Feb 12 06:56:42.579 INFO O| Feb 12 06:56:42.579 INFO STEP 614 (remove_files) COMPLETE |
| 6760 | 2026-02-12T06:56:43.355Z | [ recovery-image] Feb 12 06:56:42.579 INFO O| Feb 12 06:56:42.579 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6761 | 2026-02-12T06:56:43.363Z | [ recovery-image] Feb 12 06:56:42.591 INFO O| Feb 12 06:56:42.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1" |
| 6762 | 2026-02-12T06:56:43.363Z | [ recovery-image] Feb 12 06:56:42.591 INFO O| Feb 12 06:56:42.591 INFO STEP 615 (remove_files) COMPLETE |
| 6763 | 2026-02-12T06:56:43.363Z | [ recovery-image] Feb 12 06:56:42.591 INFO O| Feb 12 06:56:42.591 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6764 | 2026-02-12T06:56:43.376Z | [ recovery-image] Feb 12 06:56:42.604 INFO O| Feb 12 06:56:42.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1" |
| 6765 | 2026-02-12T06:56:43.376Z | [ recovery-image] Feb 12 06:56:42.604 INFO O| Feb 12 06:56:42.604 INFO STEP 616 (remove_files) COMPLETE |
| 6766 | 2026-02-12T06:56:43.380Z | [ recovery-image] Feb 12 06:56:42.605 INFO O| Feb 12 06:56:42.604 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6767 | 2026-02-12T06:56:43.389Z | [ recovery-image] Feb 12 06:56:42.617 INFO O| Feb 12 06:56:42.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1" |
| 6768 | 2026-02-12T06:56:43.392Z | [ recovery-image] Feb 12 06:56:42.617 INFO O| Feb 12 06:56:42.617 INFO STEP 617 (remove_files) COMPLETE |
| 6769 | 2026-02-12T06:56:43.392Z | [ recovery-image] Feb 12 06:56:42.617 INFO O| Feb 12 06:56:42.617 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6770 | 2026-02-12T06:56:43.402Z | [ recovery-image] Feb 12 06:56:42.630 INFO O| Feb 12 06:56:42.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1" |
| 6771 | 2026-02-12T06:56:43.402Z | [ recovery-image] Feb 12 06:56:42.630 INFO O| Feb 12 06:56:42.630 INFO STEP 618 (remove_files) COMPLETE |
| 6772 | 2026-02-12T06:56:43.402Z | [ recovery-image] Feb 12 06:56:42.630 INFO O| Feb 12 06:56:42.630 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6773 | 2026-02-12T06:56:43.414Z | [ recovery-image] Feb 12 06:56:42.642 INFO O| Feb 12 06:56:42.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
| 6774 | 2026-02-12T06:56:43.417Z | [ recovery-image] Feb 12 06:56:42.642 INFO O| Feb 12 06:56:42.642 INFO STEP 619 (remove_files) COMPLETE |
| 6775 | 2026-02-12T06:56:43.417Z | [ recovery-image] Feb 12 06:56:42.642 INFO O| Feb 12 06:56:42.642 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6776 | 2026-02-12T06:56:43.425Z | [ recovery-image] Feb 12 06:56:42.653 INFO O| Feb 12 06:56:42.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
| 6777 | 2026-02-12T06:56:43.429Z | [ recovery-image] Feb 12 06:56:42.653 INFO O| Feb 12 06:56:42.653 INFO STEP 620 (remove_files) COMPLETE |
| 6778 | 2026-02-12T06:56:43.429Z | [ recovery-image] Feb 12 06:56:42.654 INFO O| Feb 12 06:56:42.653 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6779 | 2026-02-12T06:56:43.436Z | [ recovery-image] Feb 12 06:56:42.664 INFO O| Feb 12 06:56:42.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
| 6780 | 2026-02-12T06:56:43.439Z | [ recovery-image] Feb 12 06:56:42.664 INFO O| Feb 12 06:56:42.664 INFO STEP 621 (remove_files) COMPLETE |
| 6781 | 2026-02-12T06:56:43.439Z | [ recovery-image] Feb 12 06:56:42.664 INFO O| Feb 12 06:56:42.664 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6782 | 2026-02-12T06:56:43.448Z | [ recovery-image] Feb 12 06:56:42.676 INFO O| Feb 12 06:56:42.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1" |
| 6783 | 2026-02-12T06:56:43.448Z | [ recovery-image] Feb 12 06:56:42.676 INFO O| Feb 12 06:56:42.676 INFO STEP 622 (remove_files) COMPLETE |
| 6784 | 2026-02-12T06:56:43.452Z | [ recovery-image] Feb 12 06:56:42.676 INFO O| Feb 12 06:56:42.676 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6785 | 2026-02-12T06:56:43.460Z | [ recovery-image] Feb 12 06:56:42.688 INFO O| Feb 12 06:56:42.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1" |
| 6786 | 2026-02-12T06:56:43.464Z | [ recovery-image] Feb 12 06:56:42.688 INFO O| Feb 12 06:56:42.688 INFO STEP 623 (remove_files) COMPLETE |
| 6787 | 2026-02-12T06:56:43.464Z | [ recovery-image] Feb 12 06:56:42.688 INFO O| Feb 12 06:56:42.688 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6788 | 2026-02-12T06:56:43.472Z | [ recovery-image] Feb 12 06:56:42.700 INFO O| Feb 12 06:56:42.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
| 6789 | 2026-02-12T06:56:43.475Z | [ recovery-image] Feb 12 06:56:42.701 INFO O| Feb 12 06:56:42.701 INFO STEP 624 (remove_files) COMPLETE |
| 6790 | 2026-02-12T06:56:43.476Z | [ recovery-image] Feb 12 06:56:42.701 INFO O| Feb 12 06:56:42.701 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6791 | 2026-02-12T06:56:43.487Z | [ recovery-image] Feb 12 06:56:42.715 INFO O| Feb 12 06:56:42.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
| 6792 | 2026-02-12T06:56:43.487Z | [ recovery-image] Feb 12 06:56:42.715 INFO O| Feb 12 06:56:42.715 INFO STEP 625 (remove_files) COMPLETE |
| 6793 | 2026-02-12T06:56:43.490Z | [ recovery-image] Feb 12 06:56:42.715 INFO O| Feb 12 06:56:42.715 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6794 | 2026-02-12T06:56:43.499Z | [ recovery-image] Feb 12 06:56:42.726 INFO O| Feb 12 06:56:42.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1" |
| 6795 | 2026-02-12T06:56:43.499Z | [ recovery-image] Feb 12 06:56:42.726 INFO O| Feb 12 06:56:42.726 INFO STEP 626 (remove_files) COMPLETE |
| 6796 | 2026-02-12T06:56:43.503Z | [ recovery-image] Feb 12 06:56:42.726 INFO O| Feb 12 06:56:42.726 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6797 | 2026-02-12T06:56:43.510Z | [ recovery-image] Feb 12 06:56:42.738 INFO O| Feb 12 06:56:42.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
| 6798 | 2026-02-12T06:56:43.513Z | [ recovery-image] Feb 12 06:56:42.739 INFO O| Feb 12 06:56:42.739 INFO STEP 627 (remove_files) COMPLETE |
| 6799 | 2026-02-12T06:56:43.513Z | [ recovery-image] Feb 12 06:56:42.739 INFO O| Feb 12 06:56:42.739 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6800 | 2026-02-12T06:56:43.524Z | [ recovery-image] Feb 12 06:56:42.751 INFO O| Feb 12 06:56:42.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
| 6801 | 2026-02-12T06:56:43.527Z | [ recovery-image] Feb 12 06:56:42.752 INFO O| Feb 12 06:56:42.751 INFO STEP 628 (remove_files) COMPLETE |
| 6802 | 2026-02-12T06:56:43.527Z | [ recovery-image] Feb 12 06:56:42.752 INFO O| Feb 12 06:56:42.751 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6803 | 2026-02-12T06:56:43.536Z | [ recovery-image] Feb 12 06:56:42.764 INFO O| Feb 12 06:56:42.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
| 6804 | 2026-02-12T06:56:43.539Z | [ recovery-image] Feb 12 06:56:42.764 INFO O| Feb 12 06:56:42.764 INFO STEP 629 (remove_files) COMPLETE |
| 6805 | 2026-02-12T06:56:43.539Z | [ recovery-image] Feb 12 06:56:42.764 INFO O| Feb 12 06:56:42.764 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6806 | 2026-02-12T06:56:43.550Z | [ recovery-image] Feb 12 06:56:42.777 INFO O| Feb 12 06:56:42.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
| 6807 | 2026-02-12T06:56:43.550Z | [ recovery-image] Feb 12 06:56:42.777 INFO O| Feb 12 06:56:42.777 INFO STEP 630 (remove_files) COMPLETE |
| 6808 | 2026-02-12T06:56:43.553Z | [ recovery-image] Feb 12 06:56:42.778 INFO O| Feb 12 06:56:42.777 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6809 | 2026-02-12T06:56:43.562Z | [ recovery-image] Feb 12 06:56:42.790 INFO O| Feb 12 06:56:42.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1" |
| 6810 | 2026-02-12T06:56:43.566Z | [ recovery-image] Feb 12 06:56:42.790 INFO O| Feb 12 06:56:42.790 INFO STEP 631 (remove_files) COMPLETE |
| 6811 | 2026-02-12T06:56:43.566Z | [ recovery-image] Feb 12 06:56:42.790 INFO O| Feb 12 06:56:42.790 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6812 | 2026-02-12T06:56:43.574Z | [ recovery-image] Feb 12 06:56:42.802 INFO O| Feb 12 06:56:42.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1" |
| 6813 | 2026-02-12T06:56:43.577Z | [ recovery-image] Feb 12 06:56:42.802 INFO O| Feb 12 06:56:42.802 INFO STEP 632 (remove_files) COMPLETE |
| 6814 | 2026-02-12T06:56:43.577Z | [ recovery-image] Feb 12 06:56:42.802 INFO O| Feb 12 06:56:42.802 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6815 | 2026-02-12T06:56:43.588Z | [ recovery-image] Feb 12 06:56:42.816 INFO O| Feb 12 06:56:42.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1" |
| 6816 | 2026-02-12T06:56:43.591Z | [ recovery-image] Feb 12 06:56:42.816 INFO O| Feb 12 06:56:42.816 INFO STEP 633 (remove_files) COMPLETE |
| 6817 | 2026-02-12T06:56:43.591Z | [ recovery-image] Feb 12 06:56:42.816 INFO O| Feb 12 06:56:42.816 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6818 | 2026-02-12T06:56:43.601Z | [ recovery-image] Feb 12 06:56:42.829 INFO O| Feb 12 06:56:42.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1" |
| 6819 | 2026-02-12T06:56:43.604Z | [ recovery-image] Feb 12 06:56:42.829 INFO O| Feb 12 06:56:42.829 INFO STEP 634 (remove_files) COMPLETE |
| 6820 | 2026-02-12T06:56:43.604Z | [ recovery-image] Feb 12 06:56:42.829 INFO O| Feb 12 06:56:42.829 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6821 | 2026-02-12T06:56:43.614Z | [ recovery-image] Feb 12 06:56:42.842 INFO O| Feb 12 06:56:42.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1" |
| 6822 | 2026-02-12T06:56:43.618Z | [ recovery-image] Feb 12 06:56:42.842 INFO O| Feb 12 06:56:42.842 INFO STEP 635 (remove_files) COMPLETE |
| 6823 | 2026-02-12T06:56:43.618Z | [ recovery-image] Feb 12 06:56:42.842 INFO O| Feb 12 06:56:42.842 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6824 | 2026-02-12T06:56:43.626Z | [ recovery-image] Feb 12 06:56:42.854 INFO O| Feb 12 06:56:42.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
| 6825 | 2026-02-12T06:56:43.628Z | [ recovery-image] Feb 12 06:56:42.854 INFO O| Feb 12 06:56:42.854 INFO STEP 636 (remove_files) COMPLETE |
| 6826 | 2026-02-12T06:56:43.628Z | [ recovery-image] Feb 12 06:56:42.854 INFO O| Feb 12 06:56:42.854 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6827 | 2026-02-12T06:56:43.639Z | [ recovery-image] Feb 12 06:56:42.865 INFO O| Feb 12 06:56:42.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1" |
| 6828 | 2026-02-12T06:56:43.642Z | [ recovery-image] Feb 12 06:56:42.866 INFO O| Feb 12 06:56:42.865 INFO STEP 637 (remove_files) COMPLETE |
| 6829 | 2026-02-12T06:56:43.642Z | [ recovery-image] Feb 12 06:56:42.866 INFO O| Feb 12 06:56:42.865 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6830 | 2026-02-12T06:56:43.649Z | [ recovery-image] Feb 12 06:56:42.877 INFO O| Feb 12 06:56:42.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
| 6831 | 2026-02-12T06:56:43.652Z | [ recovery-image] Feb 12 06:56:42.877 INFO O| Feb 12 06:56:42.877 INFO STEP 638 (remove_files) COMPLETE |
| 6832 | 2026-02-12T06:56:43.652Z | [ recovery-image] Feb 12 06:56:42.877 INFO O| Feb 12 06:56:42.877 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6833 | 2026-02-12T06:56:43.659Z | [ recovery-image] Feb 12 06:56:42.887 INFO O| Feb 12 06:56:42.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
| 6834 | 2026-02-12T06:56:43.663Z | [ recovery-image] Feb 12 06:56:42.888 INFO O| Feb 12 06:56:42.888 INFO STEP 639 (remove_files) COMPLETE |
| 6835 | 2026-02-12T06:56:43.663Z | [ recovery-image] Feb 12 06:56:42.888 INFO O| Feb 12 06:56:42.888 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6836 | 2026-02-12T06:56:43.672Z | [ recovery-image] Feb 12 06:56:42.899 INFO O| Feb 12 06:56:42.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
| 6837 | 2026-02-12T06:56:43.675Z | [ recovery-image] Feb 12 06:56:42.899 INFO O| Feb 12 06:56:42.899 INFO STEP 640 (remove_files) COMPLETE |
| 6838 | 2026-02-12T06:56:43.675Z | [ recovery-image] Feb 12 06:56:42.899 INFO O| Feb 12 06:56:42.899 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6839 | 2026-02-12T06:56:43.684Z | [ recovery-image] Feb 12 06:56:42.912 INFO O| Feb 12 06:56:42.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
| 6840 | 2026-02-12T06:56:43.684Z | [ recovery-image] Feb 12 06:56:42.912 INFO O| Feb 12 06:56:42.912 INFO STEP 641 (remove_files) COMPLETE |
| 6841 | 2026-02-12T06:56:43.687Z | [ recovery-image] Feb 12 06:56:42.912 INFO O| Feb 12 06:56:42.912 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6842 | 2026-02-12T06:56:43.695Z | [ recovery-image] Feb 12 06:56:42.923 INFO O| Feb 12 06:56:42.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
| 6843 | 2026-02-12T06:56:43.695Z | [ recovery-image] Feb 12 06:56:42.923 INFO O| Feb 12 06:56:42.923 INFO STEP 642 (remove_files) COMPLETE |
| 6844 | 2026-02-12T06:56:43.698Z | [ recovery-image] Feb 12 06:56:42.923 INFO O| Feb 12 06:56:42.923 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6845 | 2026-02-12T06:56:43.708Z | [ recovery-image] Feb 12 06:56:42.936 INFO O| Feb 12 06:56:42.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
| 6846 | 2026-02-12T06:56:43.708Z | [ recovery-image] Feb 12 06:56:42.936 INFO O| Feb 12 06:56:42.936 INFO STEP 643 (remove_files) COMPLETE |
| 6847 | 2026-02-12T06:56:43.708Z | [ recovery-image] Feb 12 06:56:42.936 INFO O| Feb 12 06:56:42.936 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6848 | 2026-02-12T06:56:43.721Z | [ recovery-image] Feb 12 06:56:42.948 INFO O| Feb 12 06:56:42.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
| 6849 | 2026-02-12T06:56:43.724Z | [ recovery-image] Feb 12 06:56:42.949 INFO O| Feb 12 06:56:42.949 INFO STEP 644 (remove_files) COMPLETE |
| 6850 | 2026-02-12T06:56:43.724Z | [ recovery-image] Feb 12 06:56:42.949 INFO O| Feb 12 06:56:42.949 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6851 | 2026-02-12T06:56:43.733Z | [ recovery-image] Feb 12 06:56:42.961 INFO O| Feb 12 06:56:42.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
| 6852 | 2026-02-12T06:56:43.736Z | [ recovery-image] Feb 12 06:56:42.961 INFO O| Feb 12 06:56:42.961 INFO STEP 645 (remove_files) COMPLETE |
| 6853 | 2026-02-12T06:56:43.736Z | [ recovery-image] Feb 12 06:56:42.961 INFO O| Feb 12 06:56:42.961 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6854 | 2026-02-12T06:56:43.745Z | [ recovery-image] Feb 12 06:56:42.973 INFO O| Feb 12 06:56:42.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
| 6855 | 2026-02-12T06:56:43.748Z | [ recovery-image] Feb 12 06:56:42.973 INFO O| Feb 12 06:56:42.973 INFO STEP 646 (remove_files) COMPLETE |
| 6856 | 2026-02-12T06:56:43.748Z | [ recovery-image] Feb 12 06:56:42.974 INFO O| Feb 12 06:56:42.973 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6857 | 2026-02-12T06:56:43.756Z | [ recovery-image] Feb 12 06:56:42.984 INFO O| Feb 12 06:56:42.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
| 6858 | 2026-02-12T06:56:43.756Z | [ recovery-image] Feb 12 06:56:42.984 INFO O| Feb 12 06:56:42.984 INFO STEP 647 (remove_files) COMPLETE |
| 6859 | 2026-02-12T06:56:43.759Z | [ recovery-image] Feb 12 06:56:42.984 INFO O| Feb 12 06:56:42.984 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6860 | 2026-02-12T06:56:43.768Z | [ recovery-image] Feb 12 06:56:42.996 INFO O| Feb 12 06:56:42.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
| 6861 | 2026-02-12T06:56:43.769Z | [ recovery-image] Feb 12 06:56:42.996 INFO O| Feb 12 06:56:42.996 INFO STEP 648 (remove_files) COMPLETE |
| 6862 | 2026-02-12T06:56:43.771Z | [ recovery-image] Feb 12 06:56:42.996 INFO O| Feb 12 06:56:42.996 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6863 | 2026-02-12T06:56:43.780Z | [ recovery-image] Feb 12 06:56:43.008 INFO O| Feb 12 06:56:43.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
| 6864 | 2026-02-12T06:56:43.780Z | [ recovery-image] Feb 12 06:56:43.008 INFO O| Feb 12 06:56:43.008 INFO STEP 649 (remove_files) COMPLETE |
| 6865 | 2026-02-12T06:56:43.780Z | [ recovery-image] Feb 12 06:56:43.008 INFO O| Feb 12 06:56:43.008 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6866 | 2026-02-12T06:56:43.792Z | [ recovery-image] Feb 12 06:56:43.020 INFO O| Feb 12 06:56:43.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
| 6867 | 2026-02-12T06:56:43.795Z | [ recovery-image] Feb 12 06:56:43.020 INFO O| Feb 12 06:56:43.020 INFO STEP 650 (remove_files) COMPLETE |
| 6868 | 2026-02-12T06:56:43.795Z | [ recovery-image] Feb 12 06:56:43.020 INFO O| Feb 12 06:56:43.020 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6869 | 2026-02-12T06:56:43.804Z | [ recovery-image] Feb 12 06:56:43.032 INFO O| Feb 12 06:56:43.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
| 6870 | 2026-02-12T06:56:43.804Z | [ recovery-image] Feb 12 06:56:43.032 INFO O| Feb 12 06:56:43.032 INFO STEP 651 (remove_files) COMPLETE |
| 6871 | 2026-02-12T06:56:43.804Z | [ recovery-image] Feb 12 06:56:43.032 INFO O| Feb 12 06:56:43.032 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6872 | 2026-02-12T06:56:43.816Z | [ recovery-image] Feb 12 06:56:43.044 INFO O| Feb 12 06:56:43.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
| 6873 | 2026-02-12T06:56:43.816Z | [ recovery-image] Feb 12 06:56:43.044 INFO O| Feb 12 06:56:43.044 INFO STEP 652 (remove_files) COMPLETE |
| 6874 | 2026-02-12T06:56:43.820Z | [ recovery-image] Feb 12 06:56:43.044 INFO O| Feb 12 06:56:43.044 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6875 | 2026-02-12T06:56:43.824Z | [ recovery-image] Feb 12 06:56:43.052 INFO O| Feb 12 06:56:43.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
| 6876 | 2026-02-12T06:56:43.828Z | [ recovery-image] Feb 12 06:56:43.053 INFO O| Feb 12 06:56:43.053 INFO STEP 653 (remove_files) COMPLETE |
| 6877 | 2026-02-12T06:56:43.828Z | [ recovery-image] Feb 12 06:56:43.053 INFO O| Feb 12 06:56:43.053 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6878 | 2026-02-12T06:56:43.837Z | [ recovery-image] Feb 12 06:56:43.065 INFO O| Feb 12 06:56:43.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
| 6879 | 2026-02-12T06:56:43.840Z | [ recovery-image] Feb 12 06:56:43.065 INFO O| Feb 12 06:56:43.065 INFO STEP 654 (remove_files) COMPLETE |
| 6880 | 2026-02-12T06:56:43.840Z | [ recovery-image] Feb 12 06:56:43.065 INFO O| Feb 12 06:56:43.065 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6881 | 2026-02-12T06:56:43.848Z | [ recovery-image] Feb 12 06:56:43.076 INFO O| Feb 12 06:56:43.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
| 6882 | 2026-02-12T06:56:43.851Z | [ recovery-image] Feb 12 06:56:43.076 INFO O| Feb 12 06:56:43.076 INFO STEP 655 (remove_files) COMPLETE |
| 6883 | 2026-02-12T06:56:43.851Z | [ recovery-image] Feb 12 06:56:43.076 INFO O| Feb 12 06:56:43.076 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6884 | 2026-02-12T06:56:43.858Z | [ recovery-image] Feb 12 06:56:43.086 INFO O| Feb 12 06:56:43.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
| 6885 | 2026-02-12T06:56:43.861Z | [ recovery-image] Feb 12 06:56:43.086 INFO O| Feb 12 06:56:43.086 INFO STEP 656 (remove_files) COMPLETE |
| 6886 | 2026-02-12T06:56:43.861Z | [ recovery-image] Feb 12 06:56:43.086 INFO O| Feb 12 06:56:43.086 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6887 | 2026-02-12T06:56:43.870Z | [ recovery-image] Feb 12 06:56:43.098 INFO O| Feb 12 06:56:43.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
| 6888 | 2026-02-12T06:56:43.870Z | [ recovery-image] Feb 12 06:56:43.098 INFO O| Feb 12 06:56:43.098 INFO STEP 657 (remove_files) COMPLETE |
| 6889 | 2026-02-12T06:56:43.870Z | [ recovery-image] Feb 12 06:56:43.098 INFO O| Feb 12 06:56:43.098 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6890 | 2026-02-12T06:56:43.882Z | [ recovery-image] Feb 12 06:56:43.110 INFO O| Feb 12 06:56:43.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
| 6891 | 2026-02-12T06:56:43.885Z | [ recovery-image] Feb 12 06:56:43.110 INFO O| Feb 12 06:56:43.110 INFO STEP 658 (remove_files) COMPLETE |
| 6892 | 2026-02-12T06:56:43.885Z | [ recovery-image] Feb 12 06:56:43.110 INFO O| Feb 12 06:56:43.110 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6893 | 2026-02-12T06:56:43.892Z | [ recovery-image] Feb 12 06:56:43.120 INFO O| Feb 12 06:56:43.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
| 6894 | 2026-02-12T06:56:43.895Z | [ recovery-image] Feb 12 06:56:43.120 INFO O| Feb 12 06:56:43.120 INFO STEP 659 (remove_files) COMPLETE |
| 6895 | 2026-02-12T06:56:43.895Z | [ recovery-image] Feb 12 06:56:43.120 INFO O| Feb 12 06:56:43.120 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6896 | 2026-02-12T06:56:43.904Z | [ recovery-image] Feb 12 06:56:43.132 INFO O| Feb 12 06:56:43.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
| 6897 | 2026-02-12T06:56:43.904Z | [ recovery-image] Feb 12 06:56:43.132 INFO O| Feb 12 06:56:43.132 INFO STEP 660 (remove_files) COMPLETE |
| 6898 | 2026-02-12T06:56:43.907Z | [ recovery-image] Feb 12 06:56:43.132 INFO O| Feb 12 06:56:43.132 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6899 | 2026-02-12T06:56:43.914Z | [ recovery-image] Feb 12 06:56:43.142 INFO O| Feb 12 06:56:43.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
| 6900 | 2026-02-12T06:56:43.914Z | [ recovery-image] Feb 12 06:56:43.142 INFO O| Feb 12 06:56:43.142 INFO STEP 661 (remove_files) COMPLETE |
| 6901 | 2026-02-12T06:56:43.917Z | [ recovery-image] Feb 12 06:56:43.142 INFO O| Feb 12 06:56:43.142 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6902 | 2026-02-12T06:56:43.922Z | [ recovery-image] Feb 12 06:56:43.150 INFO O| Feb 12 06:56:43.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
| 6903 | 2026-02-12T06:56:43.925Z | [ recovery-image] Feb 12 06:56:43.150 INFO O| Feb 12 06:56:43.150 INFO STEP 662 (remove_files) COMPLETE |
| 6904 | 2026-02-12T06:56:43.925Z | [ recovery-image] Feb 12 06:56:43.150 INFO O| Feb 12 06:56:43.150 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6905 | 2026-02-12T06:56:43.934Z | [ recovery-image] Feb 12 06:56:43.162 INFO O| Feb 12 06:56:43.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
| 6906 | 2026-02-12T06:56:43.937Z | [ recovery-image] Feb 12 06:56:43.162 INFO O| Feb 12 06:56:43.162 INFO STEP 663 (remove_files) COMPLETE |
| 6907 | 2026-02-12T06:56:43.938Z | [ recovery-image] Feb 12 06:56:43.162 INFO O| Feb 12 06:56:43.162 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6908 | 2026-02-12T06:56:43.946Z | [ recovery-image] Feb 12 06:56:43.174 INFO O| Feb 12 06:56:43.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
| 6909 | 2026-02-12T06:56:43.949Z | [ recovery-image] Feb 12 06:56:43.174 INFO O| Feb 12 06:56:43.174 INFO STEP 664 (remove_files) COMPLETE |
| 6910 | 2026-02-12T06:56:43.949Z | [ recovery-image] Feb 12 06:56:43.174 INFO O| Feb 12 06:56:43.174 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6911 | 2026-02-12T06:56:43.957Z | [ recovery-image] Feb 12 06:56:43.185 INFO O| Feb 12 06:56:43.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
| 6912 | 2026-02-12T06:56:43.960Z | [ recovery-image] Feb 12 06:56:43.185 INFO O| Feb 12 06:56:43.185 INFO STEP 665 (remove_files) COMPLETE |
| 6913 | 2026-02-12T06:56:43.960Z | [ recovery-image] Feb 12 06:56:43.185 INFO O| Feb 12 06:56:43.185 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6914 | 2026-02-12T06:56:43.968Z | [ recovery-image] Feb 12 06:56:43.196 INFO O| Feb 12 06:56:43.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
| 6915 | 2026-02-12T06:56:43.971Z | [ recovery-image] Feb 12 06:56:43.196 INFO O| Feb 12 06:56:43.196 INFO STEP 666 (remove_files) COMPLETE |
| 6916 | 2026-02-12T06:56:43.971Z | [ recovery-image] Feb 12 06:56:43.196 INFO O| Feb 12 06:56:43.196 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6917 | 2026-02-12T06:56:43.976Z | [ recovery-image] Feb 12 06:56:43.204 INFO O| Feb 12 06:56:43.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
| 6918 | 2026-02-12T06:56:43.976Z | [ recovery-image] Feb 12 06:56:43.204 INFO O| Feb 12 06:56:43.204 INFO STEP 667 (remove_files) COMPLETE |
| 6919 | 2026-02-12T06:56:43.976Z | [ recovery-image] Feb 12 06:56:43.204 INFO O| Feb 12 06:56:43.204 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6920 | 2026-02-12T06:56:43.984Z | [ recovery-image] Feb 12 06:56:43.212 INFO O| Feb 12 06:56:43.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2" |
| 6921 | 2026-02-12T06:56:43.987Z | [ recovery-image] Feb 12 06:56:43.212 INFO O| Feb 12 06:56:43.212 INFO STEP 668 (remove_files) COMPLETE |
| 6922 | 2026-02-12T06:56:43.987Z | [ recovery-image] Feb 12 06:56:43.212 INFO O| Feb 12 06:56:43.212 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6923 | 2026-02-12T06:56:43.996Z | [ recovery-image] Feb 12 06:56:43.224 INFO O| Feb 12 06:56:43.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
| 6924 | 2026-02-12T06:56:43.999Z | [ recovery-image] Feb 12 06:56:43.224 INFO O| Feb 12 06:56:43.224 INFO STEP 669 (remove_files) COMPLETE |
| 6925 | 2026-02-12T06:56:43.999Z | [ recovery-image] Feb 12 06:56:43.224 INFO O| Feb 12 06:56:43.224 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6926 | 2026-02-12T06:56:44.008Z | [ recovery-image] Feb 12 06:56:43.236 INFO O| Feb 12 06:56:43.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr" |
| 6927 | 2026-02-12T06:56:44.008Z | [ recovery-image] Feb 12 06:56:43.236 INFO O| Feb 12 06:56:43.236 INFO STEP 670 (remove_files) COMPLETE |
| 6928 | 2026-02-12T06:56:44.008Z | [ recovery-image] Feb 12 06:56:43.236 INFO O| Feb 12 06:56:43.236 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6929 | 2026-02-12T06:56:44.020Z | [ recovery-image] Feb 12 06:56:43.248 INFO O| Feb 12 06:56:43.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh" |
| 6930 | 2026-02-12T06:56:44.024Z | [ recovery-image] Feb 12 06:56:43.248 INFO O| Feb 12 06:56:43.248 INFO STEP 671 (remove_files) COMPLETE |
| 6931 | 2026-02-12T06:56:44.024Z | [ recovery-image] Feb 12 06:56:43.248 INFO O| Feb 12 06:56:43.248 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6932 | 2026-02-12T06:56:44.032Z | [ recovery-image] Feb 12 06:56:43.260 INFO O| Feb 12 06:56:43.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query" |
| 6933 | 2026-02-12T06:56:44.035Z | [ recovery-image] Feb 12 06:56:43.260 INFO O| Feb 12 06:56:43.260 INFO STEP 672 (remove_files) COMPLETE |
| 6934 | 2026-02-12T06:56:44.035Z | [ recovery-image] Feb 12 06:56:43.260 INFO O| Feb 12 06:56:43.260 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6935 | 2026-02-12T06:56:44.043Z | [ recovery-image] Feb 12 06:56:43.271 INFO O| Feb 12 06:56:43.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
| 6936 | 2026-02-12T06:56:44.046Z | [ recovery-image] Feb 12 06:56:43.271 INFO O| Feb 12 06:56:43.271 INFO STEP 673 (remove_files) COMPLETE |
| 6937 | 2026-02-12T06:56:44.046Z | [ recovery-image] Feb 12 06:56:43.271 INFO O| Feb 12 06:56:43.271 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6938 | 2026-02-12T06:56:44.056Z | [ recovery-image] Feb 12 06:56:43.284 INFO O| Feb 12 06:56:43.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
| 6939 | 2026-02-12T06:56:44.060Z | [ recovery-image] Feb 12 06:56:43.284 INFO O| Feb 12 06:56:43.284 INFO STEP 674 (remove_files) COMPLETE |
| 6940 | 2026-02-12T06:56:44.060Z | [ recovery-image] Feb 12 06:56:43.284 INFO O| Feb 12 06:56:43.284 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6941 | 2026-02-12T06:56:44.067Z | [ recovery-image] Feb 12 06:56:43.295 INFO O| Feb 12 06:56:43.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
| 6942 | 2026-02-12T06:56:44.070Z | [ recovery-image] Feb 12 06:56:43.295 INFO O| Feb 12 06:56:43.295 INFO STEP 675 (remove_files) COMPLETE |
| 6943 | 2026-02-12T06:56:44.070Z | [ recovery-image] Feb 12 06:56:43.295 INFO O| Feb 12 06:56:43.295 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6944 | 2026-02-12T06:56:44.080Z | [ recovery-image] Feb 12 06:56:43.307 INFO O| Feb 12 06:56:43.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
| 6945 | 2026-02-12T06:56:44.084Z | [ recovery-image] Feb 12 06:56:43.307 INFO O| Feb 12 06:56:43.307 INFO STEP 676 (remove_files) COMPLETE |
| 6946 | 2026-02-12T06:56:44.084Z | [ recovery-image] Feb 12 06:56:43.307 INFO O| Feb 12 06:56:43.307 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6947 | 2026-02-12T06:56:44.091Z | [ recovery-image] Feb 12 06:56:43.319 INFO O| Feb 12 06:56:43.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
| 6948 | 2026-02-12T06:56:44.094Z | [ recovery-image] Feb 12 06:56:43.319 INFO O| Feb 12 06:56:43.319 INFO STEP 677 (remove_files) COMPLETE |
| 6949 | 2026-02-12T06:56:44.094Z | [ recovery-image] Feb 12 06:56:43.319 INFO O| Feb 12 06:56:43.319 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6950 | 2026-02-12T06:56:44.102Z | [ recovery-image] Feb 12 06:56:43.330 INFO O| Feb 12 06:56:43.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
| 6951 | 2026-02-12T06:56:44.103Z | [ recovery-image] Feb 12 06:56:43.330 INFO O| Feb 12 06:56:43.330 INFO STEP 678 (remove_files) COMPLETE |
| 6952 | 2026-02-12T06:56:44.103Z | [ recovery-image] Feb 12 06:56:43.330 INFO O| Feb 12 06:56:43.330 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6953 | 2026-02-12T06:56:44.114Z | [ recovery-image] Feb 12 06:56:43.341 INFO O| Feb 12 06:56:43.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1" |
| 6954 | 2026-02-12T06:56:44.116Z | [ recovery-image] Feb 12 06:56:43.341 INFO O| Feb 12 06:56:43.341 INFO STEP 679 (remove_files) COMPLETE |
| 6955 | 2026-02-12T06:56:44.116Z | [ recovery-image] Feb 12 06:56:43.341 INFO O| Feb 12 06:56:43.341 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6956 | 2026-02-12T06:56:44.126Z | [ recovery-image] Feb 12 06:56:43.354 INFO O| Feb 12 06:56:43.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1" |
| 6957 | 2026-02-12T06:56:44.129Z | [ recovery-image] Feb 12 06:56:43.354 INFO O| Feb 12 06:56:43.354 INFO STEP 680 (remove_files) COMPLETE |
| 6958 | 2026-02-12T06:56:44.129Z | [ recovery-image] Feb 12 06:56:43.354 INFO O| Feb 12 06:56:43.354 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6959 | 2026-02-12T06:56:44.138Z | [ recovery-image] Feb 12 06:56:43.366 INFO O| Feb 12 06:56:43.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1" |
| 6960 | 2026-02-12T06:56:44.138Z | [ recovery-image] Feb 12 06:56:43.366 INFO O| Feb 12 06:56:43.366 INFO STEP 681 (remove_files) COMPLETE |
| 6961 | 2026-02-12T06:56:44.141Z | [ recovery-image] Feb 12 06:56:43.366 INFO O| Feb 12 06:56:43.366 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6962 | 2026-02-12T06:56:44.147Z | [ recovery-image] Feb 12 06:56:43.374 INFO O| Feb 12 06:56:43.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1" |
| 6963 | 2026-02-12T06:56:44.150Z | [ recovery-image] Feb 12 06:56:43.375 INFO O| Feb 12 06:56:43.375 INFO STEP 682 (remove_files) COMPLETE |
| 6964 | 2026-02-12T06:56:44.150Z | [ recovery-image] Feb 12 06:56:43.375 INFO O| Feb 12 06:56:43.375 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6965 | 2026-02-12T06:56:44.155Z | [ recovery-image] Feb 12 06:56:43.383 INFO O| Feb 12 06:56:43.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1" |
| 6966 | 2026-02-12T06:56:44.155Z | [ recovery-image] Feb 12 06:56:43.383 INFO O| Feb 12 06:56:43.383 INFO STEP 683 (remove_files) COMPLETE |
| 6967 | 2026-02-12T06:56:44.158Z | [ recovery-image] Feb 12 06:56:43.383 INFO O| Feb 12 06:56:43.383 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6968 | 2026-02-12T06:56:44.167Z | [ recovery-image] Feb 12 06:56:43.395 INFO O| Feb 12 06:56:43.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1" |
| 6969 | 2026-02-12T06:56:44.170Z | [ recovery-image] Feb 12 06:56:43.395 INFO O| Feb 12 06:56:43.395 INFO STEP 684 (remove_files) COMPLETE |
| 6970 | 2026-02-12T06:56:44.170Z | [ recovery-image] Feb 12 06:56:43.395 INFO O| Feb 12 06:56:43.395 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6971 | 2026-02-12T06:56:44.179Z | [ recovery-image] Feb 12 06:56:43.407 INFO O| Feb 12 06:56:43.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin" |
| 6972 | 2026-02-12T06:56:44.179Z | [ recovery-image] Feb 12 06:56:43.407 INFO O| Feb 12 06:56:43.407 INFO STEP 685 (remove_files) COMPLETE |
| 6973 | 2026-02-12T06:56:44.179Z | [ recovery-image] Feb 12 06:56:43.407 INFO O| Feb 12 06:56:43.407 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6974 | 2026-02-12T06:56:44.193Z | [ recovery-image] Feb 12 06:56:43.419 INFO O| Feb 12 06:56:43.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl" |
| 6975 | 2026-02-12T06:56:44.193Z | [ recovery-image] Feb 12 06:56:43.419 INFO O| Feb 12 06:56:43.419 INFO STEP 686 (remove_files) COMPLETE |
| 6976 | 2026-02-12T06:56:44.197Z | [ recovery-image] Feb 12 06:56:43.419 INFO O| Feb 12 06:56:43.419 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6977 | 2026-02-12T06:56:44.203Z | [ recovery-image] Feb 12 06:56:43.431 INFO O| Feb 12 06:56:43.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin" |
| 6978 | 2026-02-12T06:56:44.207Z | [ recovery-image] Feb 12 06:56:43.431 INFO O| Feb 12 06:56:43.431 INFO STEP 687 (remove_files) COMPLETE |
| 6979 | 2026-02-12T06:56:44.207Z | [ recovery-image] Feb 12 06:56:43.431 INFO O| Feb 12 06:56:43.431 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6980 | 2026-02-12T06:56:44.215Z | [ recovery-image] Feb 12 06:56:43.443 INFO O| Feb 12 06:56:43.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl" |
| 6981 | 2026-02-12T06:56:44.218Z | [ recovery-image] Feb 12 06:56:43.443 INFO O| Feb 12 06:56:43.443 INFO STEP 688 (remove_files) COMPLETE |
| 6982 | 2026-02-12T06:56:44.218Z | [ recovery-image] Feb 12 06:56:43.443 INFO O| Feb 12 06:56:43.443 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6983 | 2026-02-12T06:56:44.227Z | [ recovery-image] Feb 12 06:56:43.455 INFO O| Feb 12 06:56:43.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin" |
| 6984 | 2026-02-12T06:56:44.230Z | [ recovery-image] Feb 12 06:56:43.455 INFO O| Feb 12 06:56:43.455 INFO STEP 689 (remove_files) COMPLETE |
| 6985 | 2026-02-12T06:56:44.230Z | [ recovery-image] Feb 12 06:56:43.455 INFO O| Feb 12 06:56:43.455 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6986 | 2026-02-12T06:56:44.238Z | [ recovery-image] Feb 12 06:56:43.466 INFO O| Feb 12 06:56:43.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl" |
| 6987 | 2026-02-12T06:56:44.241Z | [ recovery-image] Feb 12 06:56:43.466 INFO O| Feb 12 06:56:43.466 INFO STEP 690 (remove_files) COMPLETE |
| 6988 | 2026-02-12T06:56:44.241Z | [ recovery-image] Feb 12 06:56:43.466 INFO O| Feb 12 06:56:43.466 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6989 | 2026-02-12T06:56:44.250Z | [ recovery-image] Feb 12 06:56:43.478 INFO O| Feb 12 06:56:43.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
| 6990 | 2026-02-12T06:56:44.253Z | [ recovery-image] Feb 12 06:56:43.478 INFO O| Feb 12 06:56:43.478 INFO STEP 691 (remove_files) COMPLETE |
| 6991 | 2026-02-12T06:56:44.253Z | [ recovery-image] Feb 12 06:56:43.478 INFO O| Feb 12 06:56:43.478 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6992 | 2026-02-12T06:56:44.262Z | [ recovery-image] Feb 12 06:56:43.490 INFO O| Feb 12 06:56:43.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
| 6993 | 2026-02-12T06:56:44.264Z | [ recovery-image] Feb 12 06:56:43.490 INFO O| Feb 12 06:56:43.490 INFO STEP 692 (remove_files) COMPLETE |
| 6994 | 2026-02-12T06:56:44.264Z | [ recovery-image] Feb 12 06:56:43.490 INFO O| Feb 12 06:56:43.490 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6995 | 2026-02-12T06:56:44.274Z | [ recovery-image] Feb 12 06:56:43.502 INFO O| Feb 12 06:56:43.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin" |
| 6996 | 2026-02-12T06:56:44.274Z | [ recovery-image] Feb 12 06:56:43.502 INFO O| Feb 12 06:56:43.502 INFO STEP 693 (remove_files) COMPLETE |
| 6997 | 2026-02-12T06:56:44.277Z | [ recovery-image] Feb 12 06:56:43.502 INFO O| Feb 12 06:56:43.502 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6998 | 2026-02-12T06:56:44.283Z | [ recovery-image] Feb 12 06:56:43.511 INFO O| Feb 12 06:56:43.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl" |
| 6999 | 2026-02-12T06:56:44.286Z | [ recovery-image] Feb 12 06:56:43.511 INFO O| Feb 12 06:56:43.511 INFO STEP 694 (remove_files) COMPLETE |
| 7000 | 2026-02-12T06:56:44.286Z | [ recovery-image] Feb 12 06:56:43.511 INFO O| Feb 12 06:56:43.511 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7001 | 2026-02-12T06:56:44.295Z | [ recovery-image] Feb 12 06:56:43.523 INFO O| Feb 12 06:56:43.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
| 7002 | 2026-02-12T06:56:44.298Z | [ recovery-image] Feb 12 06:56:43.523 INFO O| Feb 12 06:56:43.523 INFO STEP 695 (remove_files) COMPLETE |
| 7003 | 2026-02-12T06:56:44.298Z | [ recovery-image] Feb 12 06:56:43.523 INFO O| Feb 12 06:56:43.523 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7004 | 2026-02-12T06:56:44.307Z | [ recovery-image] Feb 12 06:56:43.535 INFO O| Feb 12 06:56:43.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
| 7005 | 2026-02-12T06:56:44.307Z | [ recovery-image] Feb 12 06:56:43.535 INFO O| Feb 12 06:56:43.535 INFO STEP 696 (remove_files) COMPLETE |
| 7006 | 2026-02-12T06:56:44.309Z | [ recovery-image] Feb 12 06:56:43.535 INFO O| Feb 12 06:56:43.535 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7007 | 2026-02-12T06:56:44.319Z | [ recovery-image] Feb 12 06:56:43.547 INFO O| Feb 12 06:56:43.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled" |
| 7008 | 2026-02-12T06:56:44.322Z | [ recovery-image] Feb 12 06:56:43.547 INFO O| Feb 12 06:56:43.547 INFO STEP 697 (remove_files) COMPLETE |
| 7009 | 2026-02-12T06:56:44.322Z | [ recovery-image] Feb 12 06:56:43.547 INFO O| Feb 12 06:56:43.547 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7010 | 2026-02-12T06:56:44.331Z | [ recovery-image] Feb 12 06:56:43.559 INFO O| Feb 12 06:56:43.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv" |
| 7011 | 2026-02-12T06:56:44.331Z | [ recovery-image] Feb 12 06:56:43.559 INFO O| Feb 12 06:56:43.559 INFO STEP 698 (remove_files) COMPLETE |
| 7012 | 2026-02-12T06:56:44.334Z | [ recovery-image] Feb 12 06:56:43.559 INFO O| Feb 12 06:56:43.559 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7013 | 2026-02-12T06:56:44.342Z | [ recovery-image] Feb 12 06:56:43.570 INFO O| Feb 12 06:56:43.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend" |
| 7014 | 2026-02-12T06:56:44.345Z | [ recovery-image] Feb 12 06:56:43.570 INFO O| Feb 12 06:56:43.570 INFO STEP 699 (remove_files) COMPLETE |
| 7015 | 2026-02-12T06:56:44.345Z | [ recovery-image] Feb 12 06:56:43.570 INFO O| Feb 12 06:56:43.570 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7016 | 2026-02-12T06:56:44.354Z | [ recovery-image] Feb 12 06:56:43.581 INFO O| Feb 12 06:56:43.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo" |
| 7017 | 2026-02-12T06:56:44.354Z | [ recovery-image] Feb 12 06:56:43.581 INFO O| Feb 12 06:56:43.581 INFO STEP 700 (remove_files) COMPLETE |
| 7018 | 2026-02-12T06:56:44.358Z | [ recovery-image] Feb 12 06:56:43.581 INFO O| Feb 12 06:56:43.581 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7019 | 2026-02-12T06:56:44.366Z | [ recovery-image] Feb 12 06:56:43.594 INFO O| Feb 12 06:56:43.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o" |
| 7020 | 2026-02-12T06:56:44.369Z | [ recovery-image] Feb 12 06:56:43.594 INFO O| Feb 12 06:56:43.594 INFO STEP 701 (remove_files) COMPLETE |
| 7021 | 2026-02-12T06:56:44.370Z | [ recovery-image] Feb 12 06:56:43.594 INFO O| Feb 12 06:56:43.594 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7022 | 2026-02-12T06:56:44.378Z | [ recovery-image] Feb 12 06:56:43.606 INFO O| Feb 12 06:56:43.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
| 7023 | 2026-02-12T06:56:44.381Z | [ recovery-image] Feb 12 06:56:43.606 INFO O| Feb 12 06:56:43.606 INFO STEP 702 (remove_files) COMPLETE |
| 7024 | 2026-02-12T06:56:44.381Z | [ recovery-image] Feb 12 06:56:43.606 INFO O| Feb 12 06:56:43.606 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7025 | 2026-02-12T06:56:44.391Z | [ recovery-image] Feb 12 06:56:43.618 INFO O| Feb 12 06:56:43.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d" |
| 7026 | 2026-02-12T06:56:44.394Z | [ recovery-image] Feb 12 06:56:43.618 INFO O| Feb 12 06:56:43.618 INFO STEP 703 (remove_files) COMPLETE |
| 7027 | 2026-02-12T06:56:44.394Z | [ recovery-image] Feb 12 06:56:43.619 INFO O| Feb 12 06:56:43.618 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7028 | 2026-02-12T06:56:44.403Z | [ recovery-image] Feb 12 06:56:43.630 INFO O| Feb 12 06:56:43.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o" |
| 7029 | 2026-02-12T06:56:44.403Z | [ recovery-image] Feb 12 06:56:43.630 INFO O| Feb 12 06:56:43.630 INFO STEP 704 (remove_files) COMPLETE |
| 7030 | 2026-02-12T06:56:44.406Z | [ recovery-image] Feb 12 06:56:43.630 INFO O| Feb 12 06:56:43.630 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7031 | 2026-02-12T06:56:44.415Z | [ recovery-image] Feb 12 06:56:43.642 INFO O| Feb 12 06:56:43.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
| 7032 | 2026-02-12T06:56:44.415Z | [ recovery-image] Feb 12 06:56:43.643 INFO O| Feb 12 06:56:43.643 INFO STEP 705 (remove_files) COMPLETE |
| 7033 | 2026-02-12T06:56:44.415Z | [ recovery-image] Feb 12 06:56:43.643 INFO O| Feb 12 06:56:43.643 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7034 | 2026-02-12T06:56:44.427Z | [ recovery-image] Feb 12 06:56:43.654 INFO O| Feb 12 06:56:43.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
| 7035 | 2026-02-12T06:56:44.430Z | [ recovery-image] Feb 12 06:56:43.655 INFO O| Feb 12 06:56:43.655 INFO STEP 706 (remove_files) COMPLETE |
| 7036 | 2026-02-12T06:56:44.430Z | [ recovery-image] Feb 12 06:56:43.655 INFO O| Feb 12 06:56:43.655 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7037 | 2026-02-12T06:56:44.441Z | [ recovery-image] Feb 12 06:56:43.667 INFO O| Feb 12 06:56:43.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
| 7038 | 2026-02-12T06:56:44.444Z | [ recovery-image] Feb 12 06:56:43.667 INFO O| Feb 12 06:56:43.667 INFO STEP 707 (remove_files) COMPLETE |
| 7039 | 2026-02-12T06:56:44.445Z | [ recovery-image] Feb 12 06:56:43.667 INFO O| Feb 12 06:56:43.667 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7040 | 2026-02-12T06:56:44.451Z | [ recovery-image] Feb 12 06:56:43.679 INFO O| Feb 12 06:56:43.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
| 7041 | 2026-02-12T06:56:44.451Z | [ recovery-image] Feb 12 06:56:43.679 INFO O| Feb 12 06:56:43.679 INFO STEP 708 (remove_files) COMPLETE |
| 7042 | 2026-02-12T06:56:44.451Z | [ recovery-image] Feb 12 06:56:43.679 INFO O| Feb 12 06:56:43.679 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7043 | 2026-02-12T06:56:44.463Z | [ recovery-image] Feb 12 06:56:43.691 INFO O| Feb 12 06:56:43.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
| 7044 | 2026-02-12T06:56:44.463Z | [ recovery-image] Feb 12 06:56:43.691 INFO O| Feb 12 06:56:43.691 INFO STEP 709 (remove_files) COMPLETE |
| 7045 | 2026-02-12T06:56:44.463Z | [ recovery-image] Feb 12 06:56:43.691 INFO O| Feb 12 06:56:43.691 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7046 | 2026-02-12T06:56:44.475Z | [ recovery-image] Feb 12 06:56:43.702 INFO O| Feb 12 06:56:43.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
| 7047 | 2026-02-12T06:56:44.478Z | [ recovery-image] Feb 12 06:56:43.702 INFO O| Feb 12 06:56:43.702 INFO STEP 710 (remove_files) COMPLETE |
| 7048 | 2026-02-12T06:56:44.478Z | [ recovery-image] Feb 12 06:56:43.702 INFO O| Feb 12 06:56:43.702 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7049 | 2026-02-12T06:56:44.487Z | [ recovery-image] Feb 12 06:56:43.714 INFO O| Feb 12 06:56:43.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
| 7050 | 2026-02-12T06:56:44.490Z | [ recovery-image] Feb 12 06:56:43.716 INFO O| Feb 12 06:56:43.715 INFO STEP 711 (remove_files) COMPLETE |
| 7051 | 2026-02-12T06:56:44.490Z | [ recovery-image] Feb 12 06:56:43.716 INFO O| Feb 12 06:56:43.716 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7052 | 2026-02-12T06:56:44.497Z | [ recovery-image] Feb 12 06:56:43.725 INFO O| Feb 12 06:56:43.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
| 7053 | 2026-02-12T06:56:44.500Z | [ recovery-image] Feb 12 06:56:43.725 INFO O| Feb 12 06:56:43.725 INFO STEP 712 (remove_files) COMPLETE |
| 7054 | 2026-02-12T06:56:44.500Z | [ recovery-image] Feb 12 06:56:43.725 INFO O| Feb 12 06:56:43.725 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7055 | 2026-02-12T06:56:44.510Z | [ recovery-image] Feb 12 06:56:43.738 INFO O| Feb 12 06:56:43.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
| 7056 | 2026-02-12T06:56:44.513Z | [ recovery-image] Feb 12 06:56:43.738 INFO O| Feb 12 06:56:43.738 INFO STEP 713 (remove_files) COMPLETE |
| 7057 | 2026-02-12T06:56:44.513Z | [ recovery-image] Feb 12 06:56:43.738 INFO O| Feb 12 06:56:43.738 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7058 | 2026-02-12T06:56:44.522Z | [ recovery-image] Feb 12 06:56:43.750 INFO O| Feb 12 06:56:43.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
| 7059 | 2026-02-12T06:56:44.522Z | [ recovery-image] Feb 12 06:56:43.750 INFO O| Feb 12 06:56:43.750 INFO STEP 714 (remove_files) COMPLETE |
| 7060 | 2026-02-12T06:56:44.525Z | [ recovery-image] Feb 12 06:56:43.750 INFO O| Feb 12 06:56:43.750 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7061 | 2026-02-12T06:56:44.534Z | [ recovery-image] Feb 12 06:56:43.762 INFO O| Feb 12 06:56:43.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict" |
| 7062 | 2026-02-12T06:56:44.538Z | [ recovery-image] Feb 12 06:56:43.763 INFO O| Feb 12 06:56:43.763 INFO STEP 715 (remove_files) COMPLETE |
| 7063 | 2026-02-12T06:56:44.538Z | [ recovery-image] Feb 12 06:56:43.763 INFO O| Feb 12 06:56:43.763 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7064 | 2026-02-12T06:56:44.547Z | [ recovery-image] Feb 12 06:56:43.775 INFO O| Feb 12 06:56:43.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
| 7065 | 2026-02-12T06:56:44.550Z | [ recovery-image] Feb 12 06:56:43.775 INFO O| Feb 12 06:56:43.775 INFO STEP 716 (remove_files) COMPLETE |
| 7066 | 2026-02-12T06:56:44.550Z | [ recovery-image] Feb 12 06:56:43.775 INFO O| Feb 12 06:56:43.775 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7067 | 2026-02-12T06:56:44.560Z | [ recovery-image] Feb 12 06:56:43.787 INFO O| Feb 12 06:56:43.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict" |
| 7068 | 2026-02-12T06:56:44.563Z | [ recovery-image] Feb 12 06:56:43.787 INFO O| Feb 12 06:56:43.787 INFO STEP 717 (remove_files) COMPLETE |
| 7069 | 2026-02-12T06:56:44.563Z | [ recovery-image] Feb 12 06:56:43.788 INFO O| Feb 12 06:56:43.787 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7070 | 2026-02-12T06:56:44.572Z | [ recovery-image] Feb 12 06:56:43.800 INFO O| Feb 12 06:56:43.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict" |
| 7071 | 2026-02-12T06:56:44.572Z | [ recovery-image] Feb 12 06:56:43.800 INFO O| Feb 12 06:56:43.800 INFO STEP 718 (remove_files) COMPLETE |
| 7072 | 2026-02-12T06:56:44.572Z | [ recovery-image] Feb 12 06:56:43.800 INFO O| Feb 12 06:56:43.800 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7073 | 2026-02-12T06:56:44.583Z | [ recovery-image] Feb 12 06:56:43.811 INFO O| Feb 12 06:56:43.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject" |
| 7074 | 2026-02-12T06:56:44.587Z | [ recovery-image] Feb 12 06:56:43.811 INFO O| Feb 12 06:56:43.811 INFO STEP 719 (remove_files) COMPLETE |
| 7075 | 2026-02-12T06:56:44.587Z | [ recovery-image] Feb 12 06:56:43.811 INFO O| Feb 12 06:56:43.811 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7076 | 2026-02-12T06:56:44.595Z | [ recovery-image] Feb 12 06:56:43.823 INFO O| Feb 12 06:56:43.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim" |
| 7077 | 2026-02-12T06:56:44.599Z | [ recovery-image] Feb 12 06:56:43.823 INFO O| Feb 12 06:56:43.823 INFO STEP 720 (remove_files) COMPLETE |
| 7078 | 2026-02-12T06:56:44.599Z | [ recovery-image] Feb 12 06:56:43.823 INFO O| Feb 12 06:56:43.823 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7079 | 2026-02-12T06:56:44.607Z | [ recovery-image] Feb 12 06:56:43.835 INFO O| Feb 12 06:56:43.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo" |
| 7080 | 2026-02-12T06:56:44.610Z | [ recovery-image] Feb 12 06:56:43.835 INFO O| Feb 12 06:56:43.835 INFO STEP 721 (remove_files) COMPLETE |
| 7081 | 2026-02-12T06:56:44.611Z | [ recovery-image] Feb 12 06:56:43.835 INFO O| Feb 12 06:56:43.835 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7082 | 2026-02-12T06:56:44.620Z | [ recovery-image] Feb 12 06:56:43.848 INFO O| Feb 12 06:56:43.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo" |
| 7083 | 2026-02-12T06:56:44.620Z | [ recovery-image] Feb 12 06:56:43.848 INFO O| Feb 12 06:56:43.848 INFO STEP 722 (remove_files) COMPLETE |
| 7084 | 2026-02-12T06:56:44.623Z | [ recovery-image] Feb 12 06:56:43.848 INFO O| Feb 12 06:56:43.848 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7085 | 2026-02-12T06:56:44.633Z | [ recovery-image] Feb 12 06:56:43.860 INFO O| Feb 12 06:56:43.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode" |
| 7086 | 2026-02-12T06:56:44.633Z | [ recovery-image] Feb 12 06:56:43.860 INFO O| Feb 12 06:56:43.860 INFO STEP 723 (remove_files) COMPLETE |
| 7087 | 2026-02-12T06:56:44.633Z | [ recovery-image] Feb 12 06:56:43.860 INFO O| Feb 12 06:56:43.860 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7088 | 2026-02-12T06:56:44.645Z | [ recovery-image] Feb 12 06:56:43.873 INFO O| Feb 12 06:56:43.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
| 7089 | 2026-02-12T06:56:44.648Z | [ recovery-image] Feb 12 06:56:43.873 INFO O| Feb 12 06:56:43.873 INFO STEP 724 (remove_files) COMPLETE |
| 7090 | 2026-02-12T06:56:44.648Z | [ recovery-image] Feb 12 06:56:43.873 INFO O| Feb 12 06:56:43.873 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7091 | 2026-02-12T06:56:44.657Z | [ recovery-image] Feb 12 06:56:43.885 INFO O| Feb 12 06:56:43.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
| 7092 | 2026-02-12T06:56:44.660Z | [ recovery-image] Feb 12 06:56:43.885 INFO O| Feb 12 06:56:43.885 INFO STEP 725 (remove_files) COMPLETE |
| 7093 | 2026-02-12T06:56:44.660Z | [ recovery-image] Feb 12 06:56:43.885 INFO O| Feb 12 06:56:43.885 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7094 | 2026-02-12T06:56:44.669Z | [ recovery-image] Feb 12 06:56:43.897 INFO O| Feb 12 06:56:43.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
| 7095 | 2026-02-12T06:56:44.672Z | [ recovery-image] Feb 12 06:56:43.897 INFO O| Feb 12 06:56:43.897 INFO STEP 726 (remove_files) COMPLETE |
| 7096 | 2026-02-12T06:56:44.672Z | [ recovery-image] Feb 12 06:56:43.897 INFO O| Feb 12 06:56:43.897 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7097 | 2026-02-12T06:56:44.681Z | [ recovery-image] Feb 12 06:56:43.909 INFO O| Feb 12 06:56:43.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
| 7098 | 2026-02-12T06:56:44.684Z | [ recovery-image] Feb 12 06:56:43.909 INFO O| Feb 12 06:56:43.909 INFO STEP 727 (remove_files) COMPLETE |
| 7099 | 2026-02-12T06:56:44.684Z | [ recovery-image] Feb 12 06:56:43.909 INFO O| Feb 12 06:56:43.909 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7100 | 2026-02-12T06:56:44.693Z | [ recovery-image] Feb 12 06:56:43.921 INFO O| Feb 12 06:56:43.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
| 7101 | 2026-02-12T06:56:44.696Z | [ recovery-image] Feb 12 06:56:43.921 INFO O| Feb 12 06:56:43.921 INFO STEP 728 (remove_files) COMPLETE |
| 7102 | 2026-02-12T06:56:44.696Z | [ recovery-image] Feb 12 06:56:43.921 INFO O| Feb 12 06:56:43.921 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7103 | 2026-02-12T06:56:44.705Z | [ recovery-image] Feb 12 06:56:43.933 INFO O| Feb 12 06:56:43.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
| 7104 | 2026-02-12T06:56:44.710Z | [ recovery-image] Feb 12 06:56:43.933 INFO O| Feb 12 06:56:43.933 INFO STEP 729 (remove_files) COMPLETE |
| 7105 | 2026-02-12T06:56:44.710Z | [ recovery-image] Feb 12 06:56:43.933 INFO O| Feb 12 06:56:43.933 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7106 | 2026-02-12T06:56:44.717Z | [ recovery-image] Feb 12 06:56:43.945 INFO O| Feb 12 06:56:43.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
| 7107 | 2026-02-12T06:56:44.720Z | [ recovery-image] Feb 12 06:56:43.945 INFO O| Feb 12 06:56:43.945 INFO STEP 730 (remove_files) COMPLETE |
| 7108 | 2026-02-12T06:56:44.720Z | [ recovery-image] Feb 12 06:56:43.946 INFO O| Feb 12 06:56:43.945 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7109 | 2026-02-12T06:56:44.729Z | [ recovery-image] Feb 12 06:56:43.957 INFO O| Feb 12 06:56:43.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
| 7110 | 2026-02-12T06:56:44.732Z | [ recovery-image] Feb 12 06:56:43.957 INFO O| Feb 12 06:56:43.957 INFO STEP 731 (remove_files) COMPLETE |
| 7111 | 2026-02-12T06:56:44.732Z | [ recovery-image] Feb 12 06:56:43.957 INFO O| Feb 12 06:56:43.957 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7112 | 2026-02-12T06:56:44.738Z | [ recovery-image] Feb 12 06:56:43.965 INFO O| Feb 12 06:56:43.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
| 7113 | 2026-02-12T06:56:44.738Z | [ recovery-image] Feb 12 06:56:43.966 INFO O| Feb 12 06:56:43.965 INFO STEP 732 (remove_files) COMPLETE |
| 7114 | 2026-02-12T06:56:44.741Z | [ recovery-image] Feb 12 06:56:43.966 INFO O| Feb 12 06:56:43.966 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7115 | 2026-02-12T06:56:44.745Z | [ recovery-image] Feb 12 06:56:43.973 INFO O| Feb 12 06:56:43.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
| 7116 | 2026-02-12T06:56:44.748Z | [ recovery-image] Feb 12 06:56:43.973 INFO O| Feb 12 06:56:43.973 INFO STEP 733 (remove_files) COMPLETE |
| 7117 | 2026-02-12T06:56:44.748Z | [ recovery-image] Feb 12 06:56:43.973 INFO O| Feb 12 06:56:43.973 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7118 | 2026-02-12T06:56:44.756Z | [ recovery-image] Feb 12 06:56:43.984 INFO O| Feb 12 06:56:43.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
| 7119 | 2026-02-12T06:56:44.759Z | [ recovery-image] Feb 12 06:56:43.984 INFO O| Feb 12 06:56:43.984 INFO STEP 734 (remove_files) COMPLETE |
| 7120 | 2026-02-12T06:56:44.759Z | [ recovery-image] Feb 12 06:56:43.984 INFO O| Feb 12 06:56:43.984 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7121 | 2026-02-12T06:56:44.768Z | [ recovery-image] Feb 12 06:56:43.996 INFO O| Feb 12 06:56:43.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
| 7122 | 2026-02-12T06:56:44.768Z | [ recovery-image] Feb 12 06:56:43.996 INFO O| Feb 12 06:56:43.996 INFO STEP 735 (remove_files) COMPLETE |
| 7123 | 2026-02-12T06:56:44.771Z | [ recovery-image] Feb 12 06:56:43.996 INFO O| Feb 12 06:56:43.996 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7124 | 2026-02-12T06:56:44.779Z | [ recovery-image] Feb 12 06:56:44.007 INFO O| Feb 12 06:56:44.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
| 7125 | 2026-02-12T06:56:44.782Z | [ recovery-image] Feb 12 06:56:44.007 INFO O| Feb 12 06:56:44.007 INFO STEP 736 (remove_files) COMPLETE |
| 7126 | 2026-02-12T06:56:44.782Z | [ recovery-image] Feb 12 06:56:44.008 INFO O| Feb 12 06:56:44.007 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7127 | 2026-02-12T06:56:44.791Z | [ recovery-image] Feb 12 06:56:44.018 INFO O| Feb 12 06:56:44.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
| 7128 | 2026-02-12T06:56:44.794Z | [ recovery-image] Feb 12 06:56:44.018 INFO O| Feb 12 06:56:44.018 INFO STEP 737 (remove_files) COMPLETE |
| 7129 | 2026-02-12T06:56:44.794Z | [ recovery-image] Feb 12 06:56:44.019 INFO O| Feb 12 06:56:44.018 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7130 | 2026-02-12T06:56:44.801Z | [ recovery-image] Feb 12 06:56:44.029 INFO O| Feb 12 06:56:44.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
| 7131 | 2026-02-12T06:56:44.804Z | [ recovery-image] Feb 12 06:56:44.029 INFO O| Feb 12 06:56:44.029 INFO STEP 738 (remove_files) COMPLETE |
| 7132 | 2026-02-12T06:56:44.804Z | [ recovery-image] Feb 12 06:56:44.029 INFO O| Feb 12 06:56:44.029 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7133 | 2026-02-12T06:56:44.814Z | [ recovery-image] Feb 12 06:56:44.042 INFO O| Feb 12 06:56:44.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
| 7134 | 2026-02-12T06:56:44.817Z | [ recovery-image] Feb 12 06:56:44.043 INFO O| Feb 12 06:56:44.042 INFO STEP 739 (remove_files) COMPLETE |
| 7135 | 2026-02-12T06:56:44.817Z | [ recovery-image] Feb 12 06:56:44.043 INFO O| Feb 12 06:56:44.042 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7136 | 2026-02-12T06:56:44.823Z | [ recovery-image] Feb 12 06:56:44.051 INFO O| Feb 12 06:56:44.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
| 7137 | 2026-02-12T06:56:44.826Z | [ recovery-image] Feb 12 06:56:44.051 INFO O| Feb 12 06:56:44.051 INFO STEP 740 (remove_files) COMPLETE |
| 7138 | 2026-02-12T06:56:44.826Z | [ recovery-image] Feb 12 06:56:44.052 INFO O| Feb 12 06:56:44.051 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7139 | 2026-02-12T06:56:44.832Z | [ recovery-image] Feb 12 06:56:44.060 INFO O| Feb 12 06:56:44.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
| 7140 | 2026-02-12T06:56:44.832Z | [ recovery-image] Feb 12 06:56:44.060 INFO O| Feb 12 06:56:44.060 INFO STEP 741 (remove_files) COMPLETE |
| 7141 | 2026-02-12T06:56:44.835Z | [ recovery-image] Feb 12 06:56:44.060 INFO O| Feb 12 06:56:44.060 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7142 | 2026-02-12T06:56:44.843Z | [ recovery-image] Feb 12 06:56:44.070 INFO O| Feb 12 06:56:44.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
| 7143 | 2026-02-12T06:56:44.843Z | [ recovery-image] Feb 12 06:56:44.070 INFO O| Feb 12 06:56:44.070 INFO STEP 742 (remove_files) COMPLETE |
| 7144 | 2026-02-12T06:56:44.846Z | [ recovery-image] Feb 12 06:56:44.070 INFO O| Feb 12 06:56:44.070 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7145 | 2026-02-12T06:56:44.854Z | [ recovery-image] Feb 12 06:56:44.082 INFO O| Feb 12 06:56:44.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
| 7146 | 2026-02-12T06:56:44.857Z | [ recovery-image] Feb 12 06:56:44.082 INFO O| Feb 12 06:56:44.082 INFO STEP 743 (remove_files) COMPLETE |
| 7147 | 2026-02-12T06:56:44.857Z | [ recovery-image] Feb 12 06:56:44.082 INFO O| Feb 12 06:56:44.082 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7148 | 2026-02-12T06:56:44.867Z | [ recovery-image] Feb 12 06:56:44.095 INFO O| Feb 12 06:56:44.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
| 7149 | 2026-02-12T06:56:44.870Z | [ recovery-image] Feb 12 06:56:44.095 INFO O| Feb 12 06:56:44.095 INFO STEP 744 (remove_files) COMPLETE |
| 7150 | 2026-02-12T06:56:44.870Z | [ recovery-image] Feb 12 06:56:44.095 INFO O| Feb 12 06:56:44.095 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7151 | 2026-02-12T06:56:44.879Z | [ recovery-image] Feb 12 06:56:44.107 INFO O| Feb 12 06:56:44.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
| 7152 | 2026-02-12T06:56:44.882Z | [ recovery-image] Feb 12 06:56:44.107 INFO O| Feb 12 06:56:44.107 INFO STEP 745 (remove_files) COMPLETE |
| 7153 | 2026-02-12T06:56:44.882Z | [ recovery-image] Feb 12 06:56:44.107 INFO O| Feb 12 06:56:44.107 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7154 | 2026-02-12T06:56:44.892Z | [ recovery-image] Feb 12 06:56:44.120 INFO O| Feb 12 06:56:44.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
| 7155 | 2026-02-12T06:56:44.895Z | [ recovery-image] Feb 12 06:56:44.120 INFO O| Feb 12 06:56:44.120 INFO STEP 746 (remove_files) COMPLETE |
| 7156 | 2026-02-12T06:56:44.895Z | [ recovery-image] Feb 12 06:56:44.120 INFO O| Feb 12 06:56:44.120 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7157 | 2026-02-12T06:56:44.904Z | [ recovery-image] Feb 12 06:56:44.132 INFO O| Feb 12 06:56:44.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1" |
| 7158 | 2026-02-12T06:56:44.907Z | [ recovery-image] Feb 12 06:56:44.132 INFO O| Feb 12 06:56:44.132 INFO STEP 747 (remove_files) COMPLETE |
| 7159 | 2026-02-12T06:56:44.907Z | [ recovery-image] Feb 12 06:56:44.132 INFO O| Feb 12 06:56:44.132 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7160 | 2026-02-12T06:56:44.917Z | [ recovery-image] Feb 12 06:56:44.145 INFO O| Feb 12 06:56:44.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
| 7161 | 2026-02-12T06:56:44.920Z | [ recovery-image] Feb 12 06:56:44.145 INFO O| Feb 12 06:56:44.145 INFO STEP 748 (remove_files) COMPLETE |
| 7162 | 2026-02-12T06:56:44.920Z | [ recovery-image] Feb 12 06:56:44.145 INFO O| Feb 12 06:56:44.145 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7163 | 2026-02-12T06:56:44.929Z | [ recovery-image] Feb 12 06:56:44.157 INFO O| Feb 12 06:56:44.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1" |
| 7164 | 2026-02-12T06:56:44.932Z | [ recovery-image] Feb 12 06:56:44.157 INFO O| Feb 12 06:56:44.157 INFO STEP 749 (remove_files) COMPLETE |
| 7165 | 2026-02-12T06:56:44.932Z | [ recovery-image] Feb 12 06:56:44.157 INFO O| Feb 12 06:56:44.157 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7166 | 2026-02-12T06:56:44.942Z | [ recovery-image] Feb 12 06:56:44.170 INFO O| Feb 12 06:56:44.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1" |
| 7167 | 2026-02-12T06:56:44.945Z | [ recovery-image] Feb 12 06:56:44.170 INFO O| Feb 12 06:56:44.170 INFO STEP 750 (remove_files) COMPLETE |
| 7168 | 2026-02-12T06:56:44.945Z | [ recovery-image] Feb 12 06:56:44.170 INFO O| Feb 12 06:56:44.170 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7169 | 2026-02-12T06:56:44.955Z | [ recovery-image] Feb 12 06:56:44.183 INFO O| Feb 12 06:56:44.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
| 7170 | 2026-02-12T06:56:44.958Z | [ recovery-image] Feb 12 06:56:44.183 INFO O| Feb 12 06:56:44.183 INFO STEP 751 (remove_files) COMPLETE |
| 7171 | 2026-02-12T06:56:44.958Z | [ recovery-image] Feb 12 06:56:44.183 INFO O| Feb 12 06:56:44.183 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7172 | 2026-02-12T06:56:44.967Z | [ recovery-image] Feb 12 06:56:44.195 INFO O| Feb 12 06:56:44.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
| 7173 | 2026-02-12T06:56:44.970Z | [ recovery-image] Feb 12 06:56:44.195 INFO O| Feb 12 06:56:44.195 INFO STEP 752 (remove_files) COMPLETE |
| 7174 | 2026-02-12T06:56:44.970Z | [ recovery-image] Feb 12 06:56:44.195 INFO O| Feb 12 06:56:44.195 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7175 | 2026-02-12T06:56:44.979Z | [ recovery-image] Feb 12 06:56:44.207 INFO O| Feb 12 06:56:44.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
| 7176 | 2026-02-12T06:56:44.979Z | [ recovery-image] Feb 12 06:56:44.207 INFO O| Feb 12 06:56:44.207 INFO STEP 753 (remove_files) COMPLETE |
| 7177 | 2026-02-12T06:56:44.982Z | [ recovery-image] Feb 12 06:56:44.207 INFO O| Feb 12 06:56:44.207 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7178 | 2026-02-12T06:56:44.991Z | [ recovery-image] Feb 12 06:56:44.218 INFO O| Feb 12 06:56:44.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
| 7179 | 2026-02-12T06:56:44.994Z | [ recovery-image] Feb 12 06:56:44.219 INFO O| Feb 12 06:56:44.219 INFO STEP 754 (remove_files) COMPLETE |
| 7180 | 2026-02-12T06:56:44.994Z | [ recovery-image] Feb 12 06:56:44.219 INFO O| Feb 12 06:56:44.219 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7181 | 2026-02-12T06:56:45.004Z | [ recovery-image] Feb 12 06:56:44.232 INFO O| Feb 12 06:56:44.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
| 7182 | 2026-02-12T06:56:45.007Z | [ recovery-image] Feb 12 06:56:44.232 INFO O| Feb 12 06:56:44.232 INFO STEP 755 (remove_files) COMPLETE |
| 7183 | 2026-02-12T06:56:45.007Z | [ recovery-image] Feb 12 06:56:44.232 INFO O| Feb 12 06:56:44.232 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7184 | 2026-02-12T06:56:45.016Z | [ recovery-image] Feb 12 06:56:44.244 INFO O| Feb 12 06:56:44.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
| 7185 | 2026-02-12T06:56:45.016Z | [ recovery-image] Feb 12 06:56:44.244 INFO O| Feb 12 06:56:44.244 INFO STEP 756 (remove_files) COMPLETE |
| 7186 | 2026-02-12T06:56:45.020Z | [ recovery-image] Feb 12 06:56:44.244 INFO O| Feb 12 06:56:44.244 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7187 | 2026-02-12T06:56:45.030Z | [ recovery-image] Feb 12 06:56:44.257 INFO O| Feb 12 06:56:44.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
| 7188 | 2026-02-12T06:56:45.033Z | [ recovery-image] Feb 12 06:56:44.257 INFO O| Feb 12 06:56:44.257 INFO STEP 757 (remove_files) COMPLETE |
| 7189 | 2026-02-12T06:56:45.033Z | [ recovery-image] Feb 12 06:56:44.257 INFO O| Feb 12 06:56:44.257 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7190 | 2026-02-12T06:56:45.041Z | [ recovery-image] Feb 12 06:56:44.269 INFO O| Feb 12 06:56:44.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
| 7191 | 2026-02-12T06:56:45.044Z | [ recovery-image] Feb 12 06:56:44.269 INFO O| Feb 12 06:56:44.269 INFO STEP 758 (remove_files) COMPLETE |
| 7192 | 2026-02-12T06:56:45.044Z | [ recovery-image] Feb 12 06:56:44.269 INFO O| Feb 12 06:56:44.269 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7193 | 2026-02-12T06:56:45.053Z | [ recovery-image] Feb 12 06:56:44.281 INFO O| Feb 12 06:56:44.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
| 7194 | 2026-02-12T06:56:45.056Z | [ recovery-image] Feb 12 06:56:44.281 INFO O| Feb 12 06:56:44.281 INFO STEP 759 (remove_files) COMPLETE |
| 7195 | 2026-02-12T06:56:45.056Z | [ recovery-image] Feb 12 06:56:44.281 INFO O| Feb 12 06:56:44.281 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7196 | 2026-02-12T06:56:45.065Z | [ recovery-image] Feb 12 06:56:44.292 INFO O| Feb 12 06:56:44.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
| 7197 | 2026-02-12T06:56:45.065Z | [ recovery-image] Feb 12 06:56:44.293 INFO O| Feb 12 06:56:44.292 INFO STEP 760 (remove_files) COMPLETE |
| 7198 | 2026-02-12T06:56:45.068Z | [ recovery-image] Feb 12 06:56:44.293 INFO O| Feb 12 06:56:44.292 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7199 | 2026-02-12T06:56:45.074Z | [ recovery-image] Feb 12 06:56:44.302 INFO O| Feb 12 06:56:44.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
| 7200 | 2026-02-12T06:56:45.074Z | [ recovery-image] Feb 12 06:56:44.302 INFO O| Feb 12 06:56:44.302 INFO STEP 761 (remove_files) COMPLETE |
| 7201 | 2026-02-12T06:56:45.077Z | [ recovery-image] Feb 12 06:56:44.302 INFO O| Feb 12 06:56:44.302 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7202 | 2026-02-12T06:56:45.086Z | [ recovery-image] Feb 12 06:56:44.313 INFO O| Feb 12 06:56:44.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount" |
| 7203 | 2026-02-12T06:56:45.089Z | [ recovery-image] Feb 12 06:56:44.314 INFO O| Feb 12 06:56:44.314 INFO STEP 762 (remove_files) COMPLETE |
| 7204 | 2026-02-12T06:56:45.089Z | [ recovery-image] Feb 12 06:56:44.315 INFO O| Feb 12 06:56:44.314 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7205 | 2026-02-12T06:56:45.101Z | [ recovery-image] Feb 12 06:56:44.327 INFO O| Feb 12 06:56:44.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp" |
| 7206 | 2026-02-12T06:56:45.104Z | [ recovery-image] Feb 12 06:56:44.327 INFO O| Feb 12 06:56:44.327 INFO STEP 763 (remove_files) COMPLETE |
| 7207 | 2026-02-12T06:56:45.104Z | [ recovery-image] Feb 12 06:56:44.327 INFO O| Feb 12 06:56:44.327 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7208 | 2026-02-12T06:56:45.108Z | [ recovery-image] Feb 12 06:56:44.336 INFO O| Feb 12 06:56:44.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
| 7209 | 2026-02-12T06:56:45.108Z | [ recovery-image] Feb 12 06:56:44.336 INFO O| Feb 12 06:56:44.336 INFO STEP 764 (remove_files) COMPLETE |
| 7210 | 2026-02-12T06:56:45.111Z | [ recovery-image] Feb 12 06:56:44.336 INFO O| Feb 12 06:56:44.336 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7211 | 2026-02-12T06:56:45.120Z | [ recovery-image] Feb 12 06:56:44.348 INFO O| Feb 12 06:56:44.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit" |
| 7212 | 2026-02-12T06:56:45.123Z | [ recovery-image] Feb 12 06:56:44.348 INFO O| Feb 12 06:56:44.348 INFO STEP 765 (remove_files) COMPLETE |
| 7213 | 2026-02-12T06:56:45.123Z | [ recovery-image] Feb 12 06:56:44.348 INFO O| Feb 12 06:56:44.348 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7214 | 2026-02-12T06:56:45.139Z | [ recovery-image] Feb 12 06:56:44.358 INFO O| Feb 12 06:56:44.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount" |
| 7215 | 2026-02-12T06:56:45.139Z | [ recovery-image] Feb 12 06:56:44.358 INFO O| Feb 12 06:56:44.358 INFO STEP 766 (remove_files) COMPLETE |
| 7216 | 2026-02-12T06:56:45.139Z | [ recovery-image] Feb 12 06:56:44.358 INFO O| Feb 12 06:56:44.358 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7217 | 2026-02-12T06:56:45.142Z | [ recovery-image] Feb 12 06:56:44.368 INFO O| Feb 12 06:56:44.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount" |
| 7218 | 2026-02-12T06:56:45.142Z | [ recovery-image] Feb 12 06:56:44.368 INFO O| Feb 12 06:56:44.368 INFO STEP 767 (remove_files) COMPLETE |
| 7219 | 2026-02-12T06:56:45.142Z | [ recovery-image] Feb 12 06:56:44.368 INFO O| Feb 12 06:56:44.368 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7220 | 2026-02-12T06:56:45.153Z | [ recovery-image] Feb 12 06:56:44.381 INFO O| Feb 12 06:56:44.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck" |
| 7221 | 2026-02-12T06:56:45.153Z | [ recovery-image] Feb 12 06:56:44.381 INFO O| Feb 12 06:56:44.381 INFO STEP 768 (remove_files) COMPLETE |
| 7222 | 2026-02-12T06:56:45.153Z | [ recovery-image] Feb 12 06:56:44.381 INFO O| Feb 12 06:56:44.381 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7223 | 2026-02-12T06:56:45.165Z | [ recovery-image] Feb 12 06:56:44.393 INFO O| Feb 12 06:56:44.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp" |
| 7224 | 2026-02-12T06:56:45.165Z | [ recovery-image] Feb 12 06:56:44.393 INFO O| Feb 12 06:56:44.393 INFO STEP 769 (remove_files) COMPLETE |
| 7225 | 2026-02-12T06:56:45.168Z | [ recovery-image] Feb 12 06:56:44.393 INFO O| Feb 12 06:56:44.393 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7226 | 2026-02-12T06:56:45.176Z | [ recovery-image] Feb 12 06:56:44.404 INFO O| Feb 12 06:56:44.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
| 7227 | 2026-02-12T06:56:45.179Z | [ recovery-image] Feb 12 06:56:44.404 INFO O| Feb 12 06:56:44.404 INFO STEP 770 (remove_files) COMPLETE |
| 7228 | 2026-02-12T06:56:45.179Z | [ recovery-image] Feb 12 06:56:44.404 INFO O| Feb 12 06:56:44.404 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7229 | 2026-02-12T06:56:45.188Z | [ recovery-image] Feb 12 06:56:44.416 INFO O| Feb 12 06:56:44.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs" |
| 7230 | 2026-02-12T06:56:45.191Z | [ recovery-image] Feb 12 06:56:44.416 INFO O| Feb 12 06:56:44.416 INFO STEP 771 (remove_files) COMPLETE |
| 7231 | 2026-02-12T06:56:45.191Z | [ recovery-image] Feb 12 06:56:44.416 INFO O| Feb 12 06:56:44.416 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7232 | 2026-02-12T06:56:45.201Z | [ recovery-image] Feb 12 06:56:44.428 INFO O| Feb 12 06:56:44.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount" |
| 7233 | 2026-02-12T06:56:45.201Z | [ recovery-image] Feb 12 06:56:44.429 INFO O| Feb 12 06:56:44.429 INFO STEP 772 (remove_files) COMPLETE |
| 7234 | 2026-02-12T06:56:45.204Z | [ recovery-image] Feb 12 06:56:44.429 INFO O| Feb 12 06:56:44.429 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7235 | 2026-02-12T06:56:45.214Z | [ recovery-image] Feb 12 06:56:44.440 INFO O| Feb 12 06:56:44.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount" |
| 7236 | 2026-02-12T06:56:45.217Z | [ recovery-image] Feb 12 06:56:44.440 INFO O| Feb 12 06:56:44.440 INFO STEP 773 (remove_files) COMPLETE |
| 7237 | 2026-02-12T06:56:45.217Z | [ recovery-image] Feb 12 06:56:44.440 INFO O| Feb 12 06:56:44.440 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7238 | 2026-02-12T06:56:45.225Z | [ recovery-image] Feb 12 06:56:44.452 INFO O| Feb 12 06:56:44.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
| 7239 | 2026-02-12T06:56:45.228Z | [ recovery-image] Feb 12 06:56:44.452 INFO O| Feb 12 06:56:44.452 INFO STEP 774 (remove_files) COMPLETE |
| 7240 | 2026-02-12T06:56:45.228Z | [ recovery-image] Feb 12 06:56:44.453 INFO O| Feb 12 06:56:44.452 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7241 | 2026-02-12T06:56:45.236Z | [ recovery-image] Feb 12 06:56:44.464 INFO O| Feb 12 06:56:44.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
| 7242 | 2026-02-12T06:56:45.239Z | [ recovery-image] Feb 12 06:56:44.464 INFO O| Feb 12 06:56:44.464 INFO STEP 775 (remove_files) COMPLETE |
| 7243 | 2026-02-12T06:56:45.239Z | [ recovery-image] Feb 12 06:56:44.464 INFO O| Feb 12 06:56:44.464 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7244 | 2026-02-12T06:56:45.248Z | [ recovery-image] Feb 12 06:56:44.476 INFO O| Feb 12 06:56:44.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
| 7245 | 2026-02-12T06:56:45.251Z | [ recovery-image] Feb 12 06:56:44.476 INFO O| Feb 12 06:56:44.476 INFO STEP 776 (remove_files) COMPLETE |
| 7246 | 2026-02-12T06:56:45.252Z | [ recovery-image] Feb 12 06:56:44.476 INFO O| Feb 12 06:56:44.476 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7247 | 2026-02-12T06:56:45.257Z | [ recovery-image] Feb 12 06:56:44.485 INFO O| Feb 12 06:56:44.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares" |
| 7248 | 2026-02-12T06:56:45.261Z | [ recovery-image] Feb 12 06:56:44.486 INFO O| Feb 12 06:56:44.486 INFO STEP 777 (remove_files) COMPLETE |
| 7249 | 2026-02-12T06:56:45.261Z | [ recovery-image] Feb 12 06:56:44.487 INFO O| Feb 12 06:56:44.486 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7250 | 2026-02-12T06:56:45.271Z | [ recovery-image] Feb 12 06:56:44.498 INFO O| Feb 12 06:56:44.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
| 7251 | 2026-02-12T06:56:45.271Z | [ recovery-image] Feb 12 06:56:44.498 INFO O| Feb 12 06:56:44.498 INFO STEP 778 (remove_files) COMPLETE |
| 7252 | 2026-02-12T06:56:45.274Z | [ recovery-image] Feb 12 06:56:44.498 INFO O| Feb 12 06:56:44.498 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7253 | 2026-02-12T06:56:45.282Z | [ recovery-image] Feb 12 06:56:44.510 INFO O| Feb 12 06:56:44.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount" |
| 7254 | 2026-02-12T06:56:45.285Z | [ recovery-image] Feb 12 06:56:44.510 INFO O| Feb 12 06:56:44.510 INFO STEP 779 (remove_files) COMPLETE |
| 7255 | 2026-02-12T06:56:45.285Z | [ recovery-image] Feb 12 06:56:44.510 INFO O| Feb 12 06:56:44.510 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7256 | 2026-02-12T06:56:45.295Z | [ recovery-image] Feb 12 06:56:44.522 INFO O| Feb 12 06:56:44.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share" |
| 7257 | 2026-02-12T06:56:45.295Z | [ recovery-image] Feb 12 06:56:44.522 INFO O| Feb 12 06:56:44.522 INFO STEP 780 (remove_files) COMPLETE |
| 7258 | 2026-02-12T06:56:45.297Z | [ recovery-image] Feb 12 06:56:44.522 INFO O| Feb 12 06:56:44.522 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7259 | 2026-02-12T06:56:45.305Z | [ recovery-image] Feb 12 06:56:44.532 INFO O| Feb 12 06:56:44.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount" |
| 7260 | 2026-02-12T06:56:45.308Z | [ recovery-image] Feb 12 06:56:44.532 INFO O| Feb 12 06:56:44.532 INFO STEP 781 (remove_files) COMPLETE |
| 7261 | 2026-02-12T06:56:45.308Z | [ recovery-image] Feb 12 06:56:44.533 INFO O| Feb 12 06:56:44.532 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7262 | 2026-02-12T06:56:45.316Z | [ recovery-image] Feb 12 06:56:44.544 INFO O| Feb 12 06:56:44.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare" |
| 7263 | 2026-02-12T06:56:45.319Z | [ recovery-image] Feb 12 06:56:44.544 INFO O| Feb 12 06:56:44.544 INFO STEP 782 (remove_files) COMPLETE |
| 7264 | 2026-02-12T06:56:45.319Z | [ recovery-image] Feb 12 06:56:44.544 INFO O| Feb 12 06:56:44.544 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7265 | 2026-02-12T06:56:45.328Z | [ recovery-image] Feb 12 06:56:44.556 INFO O| Feb 12 06:56:44.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri" |
| 7266 | 2026-02-12T06:56:45.331Z | [ recovery-image] Feb 12 06:56:44.556 INFO O| Feb 12 06:56:44.556 INFO STEP 783 (remove_files) COMPLETE |
| 7267 | 2026-02-12T06:56:45.331Z | [ recovery-image] Feb 12 06:56:44.556 INFO O| Feb 12 06:56:44.556 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7268 | 2026-02-12T06:56:45.341Z | [ recovery-image] Feb 12 06:56:44.568 INFO O| Feb 12 06:56:44.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy" |
| 7269 | 2026-02-12T06:56:45.341Z | [ recovery-image] Feb 12 06:56:44.568 INFO O| Feb 12 06:56:44.568 INFO STEP 784 (remove_files) COMPLETE |
| 7270 | 2026-02-12T06:56:45.344Z | [ recovery-image] Feb 12 06:56:44.568 INFO O| Feb 12 06:56:44.568 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7271 | 2026-02-12T06:56:45.352Z | [ recovery-image] Feb 12 06:56:44.580 INFO O| Feb 12 06:56:44.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df" |
| 7272 | 2026-02-12T06:56:45.355Z | [ recovery-image] Feb 12 06:56:44.580 INFO O| Feb 12 06:56:44.580 INFO STEP 785 (remove_files) COMPLETE |
| 7273 | 2026-02-12T06:56:45.355Z | [ recovery-image] Feb 12 06:56:44.580 INFO O| Feb 12 06:56:44.580 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7274 | 2026-02-12T06:56:45.362Z | [ recovery-image] Feb 12 06:56:44.590 INFO O| Feb 12 06:56:44.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota" |
| 7275 | 2026-02-12T06:56:45.362Z | [ recovery-image] Feb 12 06:56:44.590 INFO O| Feb 12 06:56:44.590 INFO STEP 786 (remove_files) COMPLETE |
| 7276 | 2026-02-12T06:56:45.365Z | [ recovery-image] Feb 12 06:56:44.590 INFO O| Feb 12 06:56:44.590 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7277 | 2026-02-12T06:56:45.373Z | [ recovery-image] Feb 12 06:56:44.601 INFO O| Feb 12 06:56:44.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff" |
| 7278 | 2026-02-12T06:56:45.376Z | [ recovery-image] Feb 12 06:56:44.601 INFO O| Feb 12 06:56:44.601 INFO STEP 787 (remove_files) COMPLETE |
| 7279 | 2026-02-12T06:56:45.377Z | [ recovery-image] Feb 12 06:56:44.601 INFO O| Feb 12 06:56:44.601 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7280 | 2026-02-12T06:56:45.385Z | [ recovery-image] Feb 12 06:56:44.613 INFO O| Feb 12 06:56:44.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck" |
| 7281 | 2026-02-12T06:56:45.385Z | [ recovery-image] Feb 12 06:56:44.613 INFO O| Feb 12 06:56:44.613 INFO STEP 788 (remove_files) COMPLETE |
| 7282 | 2026-02-12T06:56:45.388Z | [ recovery-image] Feb 12 06:56:44.613 INFO O| Feb 12 06:56:44.613 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7283 | 2026-02-12T06:56:45.396Z | [ recovery-image] Feb 12 06:56:44.624 INFO O| Feb 12 06:56:44.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall" |
| 7284 | 2026-02-12T06:56:45.399Z | [ recovery-image] Feb 12 06:56:44.624 INFO O| Feb 12 06:56:44.624 INFO STEP 789 (remove_files) COMPLETE |
| 7285 | 2026-02-12T06:56:45.399Z | [ recovery-image] Feb 12 06:56:44.624 INFO O| Feb 12 06:56:44.624 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7286 | 2026-02-12T06:56:45.409Z | [ recovery-image] Feb 12 06:56:44.635 INFO O| Feb 12 06:56:44.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb" |
| 7287 | 2026-02-12T06:56:45.409Z | [ recovery-image] Feb 12 06:56:44.636 INFO O| Feb 12 06:56:44.636 INFO STEP 790 (remove_files) COMPLETE |
| 7288 | 2026-02-12T06:56:45.412Z | [ recovery-image] Feb 12 06:56:44.636 INFO O| Feb 12 06:56:44.636 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7289 | 2026-02-12T06:56:45.420Z | [ recovery-image] Feb 12 06:56:44.648 INFO O| Feb 12 06:56:44.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand" |
| 7290 | 2026-02-12T06:56:45.420Z | [ recovery-image] Feb 12 06:56:44.648 INFO O| Feb 12 06:56:44.648 INFO STEP 791 (remove_files) COMPLETE |
| 7291 | 2026-02-12T06:56:45.424Z | [ recovery-image] Feb 12 06:56:44.648 INFO O| Feb 12 06:56:44.648 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7292 | 2026-02-12T06:56:45.432Z | [ recovery-image] Feb 12 06:56:44.660 INFO O| Feb 12 06:56:44.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap" |
| 7293 | 2026-02-12T06:56:45.435Z | [ recovery-image] Feb 12 06:56:44.660 INFO O| Feb 12 06:56:44.660 INFO STEP 792 (remove_files) COMPLETE |
| 7294 | 2026-02-12T06:56:45.435Z | [ recovery-image] Feb 12 06:56:44.660 INFO O| Feb 12 06:56:44.660 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7295 | 2026-02-12T06:56:45.445Z | [ recovery-image] Feb 12 06:56:44.673 INFO O| Feb 12 06:56:44.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp" |
| 7296 | 2026-02-12T06:56:45.445Z | [ recovery-image] Feb 12 06:56:44.673 INFO O| Feb 12 06:56:44.673 INFO STEP 793 (remove_files) COMPLETE |
| 7297 | 2026-02-12T06:56:45.448Z | [ recovery-image] Feb 12 06:56:44.673 INFO O| Feb 12 06:56:44.673 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7298 | 2026-02-12T06:56:45.456Z | [ recovery-image] Feb 12 06:56:44.684 INFO O| Feb 12 06:56:44.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
| 7299 | 2026-02-12T06:56:45.456Z | [ recovery-image] Feb 12 06:56:44.684 INFO O| Feb 12 06:56:44.684 INFO STEP 794 (remove_files) COMPLETE |
| 7300 | 2026-02-12T06:56:45.460Z | [ recovery-image] Feb 12 06:56:44.684 INFO O| Feb 12 06:56:44.684 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7301 | 2026-02-12T06:56:45.469Z | [ recovery-image] Feb 12 06:56:44.697 INFO O| Feb 12 06:56:44.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit" |
| 7302 | 2026-02-12T06:56:45.472Z | [ recovery-image] Feb 12 06:56:44.697 INFO O| Feb 12 06:56:44.697 INFO STEP 795 (remove_files) COMPLETE |
| 7303 | 2026-02-12T06:56:45.472Z | [ recovery-image] Feb 12 06:56:44.697 INFO O| Feb 12 06:56:44.697 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7304 | 2026-02-12T06:56:45.482Z | [ recovery-image] Feb 12 06:56:44.709 INFO O| Feb 12 06:56:44.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs" |
| 7305 | 2026-02-12T06:56:45.482Z | [ recovery-image] Feb 12 06:56:44.709 INFO O| Feb 12 06:56:44.709 INFO STEP 796 (remove_files) COMPLETE |
| 7306 | 2026-02-12T06:56:45.482Z | [ recovery-image] Feb 12 06:56:44.709 INFO O| Feb 12 06:56:44.709 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7307 | 2026-02-12T06:56:45.494Z | [ recovery-image] Feb 12 06:56:44.721 INFO O| Feb 12 06:56:44.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs" |
| 7308 | 2026-02-12T06:56:45.497Z | [ recovery-image] Feb 12 06:56:44.721 INFO O| Feb 12 06:56:44.721 INFO STEP 797 (remove_files) COMPLETE |
| 7309 | 2026-02-12T06:56:45.497Z | [ recovery-image] Feb 12 06:56:44.722 INFO O| Feb 12 06:56:44.721 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7310 | 2026-02-12T06:56:45.507Z | [ recovery-image] Feb 12 06:56:44.735 INFO O| Feb 12 06:56:44.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck" |
| 7311 | 2026-02-12T06:56:45.510Z | [ recovery-image] Feb 12 06:56:44.735 INFO O| Feb 12 06:56:44.735 INFO STEP 798 (remove_files) COMPLETE |
| 7312 | 2026-02-12T06:56:45.510Z | [ recovery-image] Feb 12 06:56:44.735 INFO O| Feb 12 06:56:44.735 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7313 | 2026-02-12T06:56:45.521Z | [ recovery-image] Feb 12 06:56:44.748 INFO O| Feb 12 06:56:44.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs" |
| 7314 | 2026-02-12T06:56:45.521Z | [ recovery-image] Feb 12 06:56:44.749 INFO O| Feb 12 06:56:44.748 INFO STEP 799 (remove_files) COMPLETE |
| 7315 | 2026-02-12T06:56:45.524Z | [ recovery-image] Feb 12 06:56:44.749 INFO O| Feb 12 06:56:44.748 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7316 | 2026-02-12T06:56:45.531Z | [ recovery-image] Feb 12 06:56:44.759 INFO O| Feb 12 06:56:44.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot" |
| 7317 | 2026-02-12T06:56:45.531Z | [ recovery-image] Feb 12 06:56:44.759 INFO O| Feb 12 06:56:44.759 INFO STEP 800 (remove_files) COMPLETE |
| 7318 | 2026-02-12T06:56:45.531Z | [ recovery-image] Feb 12 06:56:44.759 INFO O| Feb 12 06:56:44.759 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7319 | 2026-02-12T06:56:45.544Z | [ recovery-image] Feb 12 06:56:44.772 INFO O| Feb 12 06:56:44.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck" |
| 7320 | 2026-02-12T06:56:45.547Z | [ recovery-image] Feb 12 06:56:44.772 INFO O| Feb 12 06:56:44.772 INFO STEP 801 (remove_files) COMPLETE |
| 7321 | 2026-02-12T06:56:45.548Z | [ recovery-image] Feb 12 06:56:44.772 INFO O| Feb 12 06:56:44.772 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7322 | 2026-02-12T06:56:45.555Z | [ recovery-image] Feb 12 06:56:44.783 INFO O| Feb 12 06:56:44.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff" |
| 7323 | 2026-02-12T06:56:45.558Z | [ recovery-image] Feb 12 06:56:44.783 INFO O| Feb 12 06:56:44.783 INFO STEP 802 (remove_files) COMPLETE |
| 7324 | 2026-02-12T06:56:45.558Z | [ recovery-image] Feb 12 06:56:44.783 INFO O| Feb 12 06:56:44.783 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7325 | 2026-02-12T06:56:45.568Z | [ recovery-image] Feb 12 06:56:44.795 INFO O| Feb 12 06:56:44.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon" |
| 7326 | 2026-02-12T06:56:45.571Z | [ recovery-image] Feb 12 06:56:44.795 INFO O| Feb 12 06:56:44.795 INFO STEP 803 (remove_files) COMPLETE |
| 7327 | 2026-02-12T06:56:45.571Z | [ recovery-image] Feb 12 06:56:44.796 INFO O| Feb 12 06:56:44.795 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7328 | 2026-02-12T06:56:45.579Z | [ recovery-image] Feb 12 06:56:44.807 INFO O| Feb 12 06:56:44.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota" |
| 7329 | 2026-02-12T06:56:45.582Z | [ recovery-image] Feb 12 06:56:44.807 INFO O| Feb 12 06:56:44.807 INFO STEP 804 (remove_files) COMPLETE |
| 7330 | 2026-02-12T06:56:45.582Z | [ recovery-image] Feb 12 06:56:44.807 INFO O| Feb 12 06:56:44.807 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7331 | 2026-02-12T06:56:45.591Z | [ recovery-image] Feb 12 06:56:44.819 INFO O| Feb 12 06:56:44.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs" |
| 7332 | 2026-02-12T06:56:45.594Z | [ recovery-image] Feb 12 06:56:44.819 INFO O| Feb 12 06:56:44.819 INFO STEP 805 (remove_files) COMPLETE |
| 7333 | 2026-02-12T06:56:45.594Z | [ recovery-image] Feb 12 06:56:44.819 INFO O| Feb 12 06:56:44.819 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7334 | 2026-02-12T06:56:45.601Z | [ recovery-image] Feb 12 06:56:44.828 INFO O| Feb 12 06:56:44.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump" |
| 7335 | 2026-02-12T06:56:45.601Z | [ recovery-image] Feb 12 06:56:44.828 INFO O| Feb 12 06:56:44.828 INFO STEP 806 (remove_files) COMPLETE |
| 7336 | 2026-02-12T06:56:45.605Z | [ recovery-image] Feb 12 06:56:44.829 INFO O| Feb 12 06:56:44.828 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7337 | 2026-02-12T06:56:45.608Z | [ recovery-image] Feb 12 06:56:44.836 INFO O| Feb 12 06:56:44.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore" |
| 7338 | 2026-02-12T06:56:45.608Z | [ recovery-image] Feb 12 06:56:44.836 INFO O| Feb 12 06:56:44.836 INFO STEP 807 (remove_files) COMPLETE |
| 7339 | 2026-02-12T06:56:45.611Z | [ recovery-image] Feb 12 06:56:44.836 INFO O| Feb 12 06:56:44.836 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7340 | 2026-02-12T06:56:45.620Z | [ recovery-image] Feb 12 06:56:44.848 INFO O| Feb 12 06:56:44.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy" |
| 7341 | 2026-02-12T06:56:45.620Z | [ recovery-image] Feb 12 06:56:44.848 INFO O| Feb 12 06:56:44.848 INFO STEP 808 (remove_files) COMPLETE |
| 7342 | 2026-02-12T06:56:45.624Z | [ recovery-image] Feb 12 06:56:44.848 INFO O| Feb 12 06:56:44.848 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7343 | 2026-02-12T06:56:45.633Z | [ recovery-image] Feb 12 06:56:44.860 INFO O| Feb 12 06:56:44.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1" |
| 7344 | 2026-02-12T06:56:45.633Z | [ recovery-image] Feb 12 06:56:44.860 INFO O| Feb 12 06:56:44.860 INFO STEP 809 (remove_files) COMPLETE |
| 7345 | 2026-02-12T06:56:45.636Z | [ recovery-image] Feb 12 06:56:44.860 INFO O| Feb 12 06:56:44.860 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7346 | 2026-02-12T06:56:45.645Z | [ recovery-image] Feb 12 06:56:44.872 INFO O| Feb 12 06:56:44.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1" |
| 7347 | 2026-02-12T06:56:45.645Z | [ recovery-image] Feb 12 06:56:44.872 INFO O| Feb 12 06:56:44.872 INFO STEP 810 (remove_files) COMPLETE |
| 7348 | 2026-02-12T06:56:45.645Z | [ recovery-image] Feb 12 06:56:44.872 INFO O| Feb 12 06:56:44.872 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7349 | 2026-02-12T06:56:45.656Z | [ recovery-image] Feb 12 06:56:44.883 INFO O| Feb 12 06:56:44.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean" |
| 7350 | 2026-02-12T06:56:45.659Z | [ recovery-image] Feb 12 06:56:44.884 INFO O| Feb 12 06:56:44.884 INFO STEP 811 (remove_files) COMPLETE |
| 7351 | 2026-02-12T06:56:45.659Z | [ recovery-image] Feb 12 06:56:44.884 INFO O| Feb 12 06:56:44.884 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7352 | 2026-02-12T06:56:45.668Z | [ recovery-image] Feb 12 06:56:44.895 INFO O| Feb 12 06:56:44.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd" |
| 7353 | 2026-02-12T06:56:45.671Z | [ recovery-image] Feb 12 06:56:44.896 INFO O| Feb 12 06:56:44.895 INFO STEP 812 (remove_files) COMPLETE |
| 7354 | 2026-02-12T06:56:45.671Z | [ recovery-image] Feb 12 06:56:44.896 INFO O| Feb 12 06:56:44.895 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7355 | 2026-02-12T06:56:45.677Z | [ recovery-image] Feb 12 06:56:44.904 INFO O| Feb 12 06:56:44.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1" |
| 7356 | 2026-02-12T06:56:45.680Z | [ recovery-image] Feb 12 06:56:44.905 INFO O| Feb 12 06:56:44.905 INFO STEP 813 (remove_files) COMPLETE |
| 7357 | 2026-02-12T06:56:45.680Z | [ recovery-image] Feb 12 06:56:44.905 INFO O| Feb 12 06:56:44.905 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7358 | 2026-02-12T06:56:45.688Z | [ recovery-image] Feb 12 06:56:44.915 INFO O| Feb 12 06:56:44.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1" |
| 7359 | 2026-02-12T06:56:45.688Z | [ recovery-image] Feb 12 06:56:44.915 INFO O| Feb 12 06:56:44.915 INFO STEP 814 (remove_files) COMPLETE |
| 7360 | 2026-02-12T06:56:45.690Z | [ recovery-image] Feb 12 06:56:44.915 INFO O| Feb 12 06:56:44.915 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7361 | 2026-02-12T06:56:45.698Z | [ recovery-image] Feb 12 06:56:44.926 INFO O| Feb 12 06:56:44.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1" |
| 7362 | 2026-02-12T06:56:45.701Z | [ recovery-image] Feb 12 06:56:44.926 INFO O| Feb 12 06:56:44.926 INFO STEP 815 (remove_files) COMPLETE |
| 7363 | 2026-02-12T06:56:45.701Z | [ recovery-image] Feb 12 06:56:44.926 INFO O| Feb 12 06:56:44.926 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7364 | 2026-02-12T06:56:45.709Z | [ recovery-image] Feb 12 06:56:44.937 INFO O| Feb 12 06:56:44.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked" |
| 7365 | 2026-02-12T06:56:45.713Z | [ recovery-image] Feb 12 06:56:44.937 INFO O| Feb 12 06:56:44.937 INFO STEP 816 (remove_files) COMPLETE |
| 7366 | 2026-02-12T06:56:45.713Z | [ recovery-image] Feb 12 06:56:44.937 INFO O| Feb 12 06:56:44.937 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7367 | 2026-02-12T06:56:45.721Z | [ recovery-image] Feb 12 06:56:44.949 INFO O| Feb 12 06:56:44.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb" |
| 7368 | 2026-02-12T06:56:45.721Z | [ recovery-image] Feb 12 06:56:44.949 INFO O| Feb 12 06:56:44.949 INFO STEP 817 (remove_files) COMPLETE |
| 7369 | 2026-02-12T06:56:45.724Z | [ recovery-image] Feb 12 06:56:44.949 INFO O| Feb 12 06:56:44.949 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7370 | 2026-02-12T06:56:45.733Z | [ recovery-image] Feb 12 06:56:44.960 INFO O| Feb 12 06:56:44.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal" |
| 7371 | 2026-02-12T06:56:45.736Z | [ recovery-image] Feb 12 06:56:44.960 INFO O| Feb 12 06:56:44.960 INFO STEP 818 (remove_files) COMPLETE |
| 7372 | 2026-02-12T06:56:45.736Z | [ recovery-image] Feb 12 06:56:44.961 INFO O| Feb 12 06:56:44.960 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7373 | 2026-02-12T06:56:45.744Z | [ recovery-image] Feb 12 06:56:44.972 INFO O| Feb 12 06:56:44.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb" |
| 7374 | 2026-02-12T06:56:45.747Z | [ recovery-image] Feb 12 06:56:44.972 INFO O| Feb 12 06:56:44.972 INFO STEP 819 (remove_files) COMPLETE |
| 7375 | 2026-02-12T06:56:45.747Z | [ recovery-image] Feb 12 06:56:44.972 INFO O| Feb 12 06:56:44.972 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7376 | 2026-02-12T06:56:45.756Z | [ recovery-image] Feb 12 06:56:44.984 INFO O| Feb 12 06:56:44.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked" |
| 7377 | 2026-02-12T06:56:45.759Z | [ recovery-image] Feb 12 06:56:44.984 INFO O| Feb 12 06:56:44.984 INFO STEP 820 (remove_files) COMPLETE |
| 7378 | 2026-02-12T06:56:45.759Z | [ recovery-image] Feb 12 06:56:44.984 INFO O| Feb 12 06:56:44.984 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7379 | 2026-02-12T06:56:45.767Z | [ recovery-image] Feb 12 06:56:44.995 INFO O| Feb 12 06:56:44.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd" |
| 7380 | 2026-02-12T06:56:45.770Z | [ recovery-image] Feb 12 06:56:44.995 INFO O| Feb 12 06:56:44.995 INFO STEP 821 (remove_files) COMPLETE |
| 7381 | 2026-02-12T06:56:45.770Z | [ recovery-image] Feb 12 06:56:44.995 INFO O| Feb 12 06:56:44.995 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7382 | 2026-02-12T06:56:45.781Z | [ recovery-image] Feb 12 06:56:45.008 INFO O| Feb 12 06:56:45.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd" |
| 7383 | 2026-02-12T06:56:45.784Z | [ recovery-image] Feb 12 06:56:45.008 INFO O| Feb 12 06:56:45.008 INFO STEP 822 (remove_files) COMPLETE |
| 7384 | 2026-02-12T06:56:45.784Z | [ recovery-image] Feb 12 06:56:45.008 INFO O| Feb 12 06:56:45.008 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7385 | 2026-02-12T06:56:45.793Z | [ recovery-image] Feb 12 06:56:45.021 INFO O| Feb 12 06:56:45.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
| 7386 | 2026-02-12T06:56:45.796Z | [ recovery-image] Feb 12 06:56:45.021 INFO O| Feb 12 06:56:45.021 INFO STEP 823 (remove_files) COMPLETE |
| 7387 | 2026-02-12T06:56:45.796Z | [ recovery-image] Feb 12 06:56:45.021 INFO O| Feb 12 06:56:45.021 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7388 | 2026-02-12T06:56:45.805Z | [ recovery-image] Feb 12 06:56:45.032 INFO O| Feb 12 06:56:45.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd" |
| 7389 | 2026-02-12T06:56:45.808Z | [ recovery-image] Feb 12 06:56:45.032 INFO O| Feb 12 06:56:45.032 INFO STEP 824 (remove_files) COMPLETE |
| 7390 | 2026-02-12T06:56:45.808Z | [ recovery-image] Feb 12 06:56:45.032 INFO O| Feb 12 06:56:45.032 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7391 | 2026-02-12T06:56:45.817Z | [ recovery-image] Feb 12 06:56:45.044 INFO O| Feb 12 06:56:45.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
| 7392 | 2026-02-12T06:56:45.820Z | [ recovery-image] Feb 12 06:56:45.045 INFO O| Feb 12 06:56:45.044 INFO STEP 825 (remove_files) COMPLETE |
| 7393 | 2026-02-12T06:56:45.820Z | [ recovery-image] Feb 12 06:56:45.045 INFO O| Feb 12 06:56:45.044 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7394 | 2026-02-12T06:56:45.826Z | [ recovery-image] Feb 12 06:56:45.054 INFO O| Feb 12 06:56:45.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1" |
| 7395 | 2026-02-12T06:56:45.829Z | [ recovery-image] Feb 12 06:56:45.054 INFO O| Feb 12 06:56:45.054 INFO STEP 826 (remove_files) COMPLETE |
| 7396 | 2026-02-12T06:56:45.829Z | [ recovery-image] Feb 12 06:56:45.054 INFO O| Feb 12 06:56:45.054 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7397 | 2026-02-12T06:56:45.838Z | [ recovery-image] Feb 12 06:56:45.065 INFO O| Feb 12 06:56:45.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
| 7398 | 2026-02-12T06:56:45.841Z | [ recovery-image] Feb 12 06:56:45.065 INFO O| Feb 12 06:56:45.065 INFO STEP 827 (remove_files) COMPLETE |
| 7399 | 2026-02-12T06:56:45.841Z | [ recovery-image] Feb 12 06:56:45.065 INFO O| Feb 12 06:56:45.065 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7400 | 2026-02-12T06:56:45.849Z | [ recovery-image] Feb 12 06:56:45.077 INFO O| Feb 12 06:56:45.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G" |
| 7401 | 2026-02-12T06:56:45.852Z | [ recovery-image] Feb 12 06:56:45.077 INFO O| Feb 12 06:56:45.077 INFO STEP 828 (remove_files) COMPLETE |
| 7402 | 2026-02-12T06:56:45.852Z | [ recovery-image] Feb 12 06:56:45.077 INFO O| Feb 12 06:56:45.077 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7403 | 2026-02-12T06:56:45.860Z | [ recovery-image] Feb 12 06:56:45.088 INFO O| Feb 12 06:56:45.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G" |
| 7404 | 2026-02-12T06:56:45.863Z | [ recovery-image] Feb 12 06:56:45.088 INFO O| Feb 12 06:56:45.088 INFO STEP 829 (remove_files) COMPLETE |
| 7405 | 2026-02-12T06:56:45.863Z | [ recovery-image] Feb 12 06:56:45.088 INFO O| Feb 12 06:56:45.088 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7406 | 2026-02-12T06:56:45.873Z | [ recovery-image] Feb 12 06:56:45.100 INFO O| Feb 12 06:56:45.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign" |
| 7407 | 2026-02-12T06:56:45.876Z | [ recovery-image] Feb 12 06:56:45.100 INFO O| Feb 12 06:56:45.100 INFO STEP 830 (remove_files) COMPLETE |
| 7408 | 2026-02-12T06:56:45.876Z | [ recovery-image] Feb 12 06:56:45.101 INFO O| Feb 12 06:56:45.100 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7409 | 2026-02-12T06:56:45.884Z | [ recovery-image] Feb 12 06:56:45.112 INFO O| Feb 12 06:56:45.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default" |
| 7410 | 2026-02-12T06:56:45.887Z | [ recovery-image] Feb 12 06:56:45.112 INFO O| Feb 12 06:56:45.112 INFO STEP 831 (remove_files) COMPLETE |
| 7411 | 2026-02-12T06:56:45.887Z | [ recovery-image] Feb 12 06:56:45.112 INFO O| Feb 12 06:56:45.112 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7412 | 2026-02-12T06:56:45.896Z | [ recovery-image] Feb 12 06:56:45.124 INFO O| Feb 12 06:56:45.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata" |
| 7413 | 2026-02-12T06:56:45.899Z | [ recovery-image] Feb 12 06:56:45.124 INFO O| Feb 12 06:56:45.124 INFO STEP 832 (remove_files) COMPLETE |
| 7414 | 2026-02-12T06:56:45.899Z | [ recovery-image] Feb 12 06:56:45.124 INFO O| Feb 12 06:56:45.124 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7415 | 2026-02-12T06:56:45.907Z | [ recovery-image] Feb 12 06:56:45.135 INFO O| Feb 12 06:56:45.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter" |
| 7416 | 2026-02-12T06:56:45.907Z | [ recovery-image] Feb 12 06:56:45.135 INFO O| Feb 12 06:56:45.135 INFO STEP 833 (remove_files) COMPLETE |
| 7417 | 2026-02-12T06:56:45.910Z | [ recovery-image] Feb 12 06:56:45.135 INFO O| Feb 12 06:56:45.135 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7418 | 2026-02-12T06:56:45.919Z | [ recovery-image] Feb 12 06:56:45.147 INFO O| Feb 12 06:56:45.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss" |
| 7419 | 2026-02-12T06:56:45.919Z | [ recovery-image] Feb 12 06:56:45.147 INFO O| Feb 12 06:56:45.147 INFO STEP 834 (remove_files) COMPLETE |
| 7420 | 2026-02-12T06:56:45.923Z | [ recovery-image] Feb 12 06:56:45.147 INFO O| Feb 12 06:56:45.147 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7421 | 2026-02-12T06:56:45.930Z | [ recovery-image] Feb 12 06:56:45.158 INFO O| Feb 12 06:56:45.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata" |
| 7422 | 2026-02-12T06:56:45.933Z | [ recovery-image] Feb 12 06:56:45.158 INFO O| Feb 12 06:56:45.158 INFO STEP 835 (remove_files) COMPLETE |
| 7423 | 2026-02-12T06:56:45.933Z | [ recovery-image] Feb 12 06:56:45.158 INFO O| Feb 12 06:56:45.158 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7424 | 2026-02-12T06:56:45.941Z | [ recovery-image] Feb 12 06:56:45.169 INFO O| Feb 12 06:56:45.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk" |
| 7425 | 2026-02-12T06:56:45.944Z | [ recovery-image] Feb 12 06:56:45.169 INFO O| Feb 12 06:56:45.169 INFO STEP 836 (remove_files) COMPLETE |
| 7426 | 2026-02-12T06:56:45.944Z | [ recovery-image] Feb 12 06:56:45.169 INFO O| Feb 12 06:56:45.169 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7427 | 2026-02-12T06:56:45.953Z | [ recovery-image] Feb 12 06:56:45.180 INFO O| Feb 12 06:56:45.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign" |
| 7428 | 2026-02-12T06:56:45.956Z | [ recovery-image] Feb 12 06:56:45.180 INFO O| Feb 12 06:56:45.180 INFO STEP 837 (remove_files) COMPLETE |
| 7429 | 2026-02-12T06:56:45.956Z | [ recovery-image] Feb 12 06:56:45.181 INFO O| Feb 12 06:56:45.180 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7430 | 2026-02-12T06:56:45.964Z | [ recovery-image] Feb 12 06:56:45.192 INFO O| Feb 12 06:56:45.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
| 7431 | 2026-02-12T06:56:45.967Z | [ recovery-image] Feb 12 06:56:45.192 INFO O| Feb 12 06:56:45.192 INFO STEP 838 (remove_files) COMPLETE |
| 7432 | 2026-02-12T06:56:45.967Z | [ recovery-image] Feb 12 06:56:45.192 INFO O| Feb 12 06:56:45.192 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7433 | 2026-02-12T06:56:45.977Z | [ recovery-image] Feb 12 06:56:45.204 INFO O| Feb 12 06:56:45.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
| 7434 | 2026-02-12T06:56:45.980Z | [ recovery-image] Feb 12 06:56:45.204 INFO O| Feb 12 06:56:45.204 INFO STEP 839 (remove_files) COMPLETE |
| 7435 | 2026-02-12T06:56:45.980Z | [ recovery-image] Feb 12 06:56:45.204 INFO O| Feb 12 06:56:45.204 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7436 | 2026-02-12T06:56:45.989Z | [ recovery-image] Feb 12 06:56:45.217 INFO O| Feb 12 06:56:45.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
| 7437 | 2026-02-12T06:56:45.992Z | [ recovery-image] Feb 12 06:56:45.217 INFO O| Feb 12 06:56:45.217 INFO STEP 840 (remove_files) COMPLETE |
| 7438 | 2026-02-12T06:56:45.992Z | [ recovery-image] Feb 12 06:56:45.217 INFO O| Feb 12 06:56:45.217 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7439 | 2026-02-12T06:56:46.001Z | [ recovery-image] Feb 12 06:56:45.229 INFO O| Feb 12 06:56:45.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
| 7440 | 2026-02-12T06:56:46.004Z | [ recovery-image] Feb 12 06:56:45.229 INFO O| Feb 12 06:56:45.229 INFO STEP 841 (remove_files) COMPLETE |
| 7441 | 2026-02-12T06:56:46.004Z | [ recovery-image] Feb 12 06:56:45.229 INFO O| Feb 12 06:56:45.229 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7442 | 2026-02-12T06:56:46.012Z | [ recovery-image] Feb 12 06:56:45.240 INFO O| Feb 12 06:56:45.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
| 7443 | 2026-02-12T06:56:46.015Z | [ recovery-image] Feb 12 06:56:45.240 INFO O| Feb 12 06:56:45.240 INFO STEP 842 (remove_files) COMPLETE |
| 7444 | 2026-02-12T06:56:46.015Z | [ recovery-image] Feb 12 06:56:45.240 INFO O| Feb 12 06:56:45.240 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7445 | 2026-02-12T06:56:46.023Z | [ recovery-image] Feb 12 06:56:45.250 INFO O| Feb 12 06:56:45.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1" |
| 7446 | 2026-02-12T06:56:46.023Z | [ recovery-image] Feb 12 06:56:45.251 INFO O| Feb 12 06:56:45.251 INFO STEP 843 (remove_files) COMPLETE |
| 7447 | 2026-02-12T06:56:46.023Z | [ recovery-image] Feb 12 06:56:45.251 INFO O| Feb 12 06:56:45.251 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7448 | 2026-02-12T06:56:46.035Z | [ recovery-image] Feb 12 06:56:45.262 INFO O| Feb 12 06:56:45.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1" |
| 7449 | 2026-02-12T06:56:46.035Z | [ recovery-image] Feb 12 06:56:45.262 INFO O| Feb 12 06:56:45.262 INFO STEP 844 (remove_files) COMPLETE |
| 7450 | 2026-02-12T06:56:46.035Z | [ recovery-image] Feb 12 06:56:45.262 INFO O| Feb 12 06:56:45.262 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7451 | 2026-02-12T06:56:46.046Z | [ recovery-image] Feb 12 06:56:45.273 INFO O| Feb 12 06:56:45.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1" |
| 7452 | 2026-02-12T06:56:46.049Z | [ recovery-image] Feb 12 06:56:45.274 INFO O| Feb 12 06:56:45.274 INFO STEP 845 (remove_files) COMPLETE |
| 7453 | 2026-02-12T06:56:46.049Z | [ recovery-image] Feb 12 06:56:45.274 INFO O| Feb 12 06:56:45.274 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7454 | 2026-02-12T06:56:46.056Z | [ recovery-image] Feb 12 06:56:45.283 INFO O| Feb 12 06:56:45.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb" |
| 7455 | 2026-02-12T06:56:46.059Z | [ recovery-image] Feb 12 06:56:45.284 INFO O| Feb 12 06:56:45.283 INFO STEP 846 (remove_files) COMPLETE |
| 7456 | 2026-02-12T06:56:46.059Z | [ recovery-image] Feb 12 06:56:45.284 INFO O| Feb 12 06:56:45.284 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7457 | 2026-02-12T06:56:46.068Z | [ recovery-image] Feb 12 06:56:45.295 INFO O| Feb 12 06:56:45.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so" |
| 7458 | 2026-02-12T06:56:46.070Z | [ recovery-image] Feb 12 06:56:45.295 INFO O| Feb 12 06:56:45.295 INFO STEP 847 (remove_files) COMPLETE |
| 7459 | 2026-02-12T06:56:46.070Z | [ recovery-image] Feb 12 06:56:45.295 INFO O| Feb 12 06:56:45.295 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7460 | 2026-02-12T06:56:46.077Z | [ recovery-image] Feb 12 06:56:45.305 INFO O| Feb 12 06:56:45.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb" |
| 7461 | 2026-02-12T06:56:46.077Z | [ recovery-image] Feb 12 06:56:45.305 INFO O| Feb 12 06:56:45.305 INFO STEP 848 (remove_files) COMPLETE |
| 7462 | 2026-02-12T06:56:46.080Z | [ recovery-image] Feb 12 06:56:45.305 INFO O| Feb 12 06:56:45.305 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7463 | 2026-02-12T06:56:46.086Z | [ recovery-image] Feb 12 06:56:45.313 INFO O| Feb 12 06:56:45.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
| 7464 | 2026-02-12T06:56:46.089Z | [ recovery-image] Feb 12 06:56:45.314 INFO O| Feb 12 06:56:45.314 INFO STEP 849 (remove_files) COMPLETE |
| 7465 | 2026-02-12T06:56:46.089Z | [ recovery-image] Feb 12 06:56:45.314 INFO O| Feb 12 06:56:45.314 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7466 | 2026-02-12T06:56:46.096Z | [ recovery-image] Feb 12 06:56:45.324 INFO O| Feb 12 06:56:45.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1" |
| 7467 | 2026-02-12T06:56:46.099Z | [ recovery-image] Feb 12 06:56:45.324 INFO O| Feb 12 06:56:45.324 INFO STEP 850 (remove_files) COMPLETE |
| 7468 | 2026-02-12T06:56:46.099Z | [ recovery-image] Feb 12 06:56:45.324 INFO O| Feb 12 06:56:45.324 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7469 | 2026-02-12T06:56:46.107Z | [ recovery-image] Feb 12 06:56:45.335 INFO O| Feb 12 06:56:45.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
| 7470 | 2026-02-12T06:56:46.107Z | [ recovery-image] Feb 12 06:56:45.335 INFO O| Feb 12 06:56:45.335 INFO STEP 851 (remove_files) COMPLETE |
| 7471 | 2026-02-12T06:56:46.107Z | [ recovery-image] Feb 12 06:56:45.335 INFO O| Feb 12 06:56:45.335 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7472 | 2026-02-12T06:56:46.118Z | [ recovery-image] Feb 12 06:56:45.346 INFO O| Feb 12 06:56:45.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed" |
| 7473 | 2026-02-12T06:56:46.118Z | [ recovery-image] Feb 12 06:56:45.346 INFO O| Feb 12 06:56:45.346 INFO STEP 852 (remove_files) COMPLETE |
| 7474 | 2026-02-12T06:56:46.121Z | [ recovery-image] Feb 12 06:56:45.346 INFO O| Feb 12 06:56:45.346 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7475 | 2026-02-12T06:56:46.130Z | [ recovery-image] Feb 12 06:56:45.357 INFO O| Feb 12 06:56:45.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen" |
| 7476 | 2026-02-12T06:56:46.132Z | [ recovery-image] Feb 12 06:56:45.357 INFO O| Feb 12 06:56:45.357 INFO STEP 853 (remove_files) COMPLETE |
| 7477 | 2026-02-12T06:56:46.133Z | [ recovery-image] Feb 12 06:56:45.358 INFO O| Feb 12 06:56:45.357 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7478 | 2026-02-12T06:56:46.140Z | [ recovery-image] Feb 12 06:56:45.367 INFO O| Feb 12 06:56:45.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server" |
| 7479 | 2026-02-12T06:56:46.143Z | [ recovery-image] Feb 12 06:56:45.368 INFO O| Feb 12 06:56:45.368 INFO STEP 854 (remove_files) COMPLETE |
| 7480 | 2026-02-12T06:56:46.143Z | [ recovery-image] Feb 12 06:56:45.368 INFO O| Feb 12 06:56:45.368 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7481 | 2026-02-12T06:56:46.151Z | [ recovery-image] Feb 12 06:56:45.378 INFO O| Feb 12 06:56:45.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
| 7482 | 2026-02-12T06:56:46.153Z | [ recovery-image] Feb 12 06:56:45.378 INFO O| Feb 12 06:56:45.378 INFO STEP 855 (remove_files) COMPLETE |
| 7483 | 2026-02-12T06:56:46.153Z | [ recovery-image] Feb 12 06:56:45.379 INFO O| Feb 12 06:56:45.378 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7484 | 2026-02-12T06:56:46.159Z | [ recovery-image] Feb 12 06:56:45.386 INFO O| Feb 12 06:56:45.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
| 7485 | 2026-02-12T06:56:46.162Z | [ recovery-image] Feb 12 06:56:45.386 INFO O| Feb 12 06:56:45.386 INFO STEP 856 (remove_files) COMPLETE |
| 7486 | 2026-02-12T06:56:46.162Z | [ recovery-image] Feb 12 06:56:45.387 INFO O| Feb 12 06:56:45.386 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7487 | 2026-02-12T06:56:46.171Z | [ recovery-image] Feb 12 06:56:45.399 INFO O| Feb 12 06:56:45.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
| 7488 | 2026-02-12T06:56:46.174Z | [ recovery-image] Feb 12 06:56:45.399 INFO O| Feb 12 06:56:45.399 INFO STEP 857 (remove_files) COMPLETE |
| 7489 | 2026-02-12T06:56:46.174Z | [ recovery-image] Feb 12 06:56:45.399 INFO O| Feb 12 06:56:45.399 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7490 | 2026-02-12T06:56:46.183Z | [ recovery-image] Feb 12 06:56:45.411 INFO O| Feb 12 06:56:45.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1" |
| 7491 | 2026-02-12T06:56:46.186Z | [ recovery-image] Feb 12 06:56:45.411 INFO O| Feb 12 06:56:45.411 INFO STEP 858 (remove_files) COMPLETE |
| 7492 | 2026-02-12T06:56:46.186Z | [ recovery-image] Feb 12 06:56:45.411 INFO O| Feb 12 06:56:45.411 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7493 | 2026-02-12T06:56:46.194Z | [ recovery-image] Feb 12 06:56:45.422 INFO O| Feb 12 06:56:45.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
| 7494 | 2026-02-12T06:56:46.197Z | [ recovery-image] Feb 12 06:56:45.422 INFO O| Feb 12 06:56:45.422 INFO STEP 859 (remove_files) COMPLETE |
| 7495 | 2026-02-12T06:56:46.197Z | [ recovery-image] Feb 12 06:56:45.422 INFO O| Feb 12 06:56:45.422 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7496 | 2026-02-12T06:56:46.204Z | [ recovery-image] Feb 12 06:56:45.431 INFO O| Feb 12 06:56:45.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1" |
| 7497 | 2026-02-12T06:56:46.204Z | [ recovery-image] Feb 12 06:56:45.432 INFO O| Feb 12 06:56:45.431 INFO STEP 860 (remove_files) COMPLETE |
| 7498 | 2026-02-12T06:56:46.207Z | [ recovery-image] Feb 12 06:56:45.432 INFO O| Feb 12 06:56:45.432 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7499 | 2026-02-12T06:56:46.217Z | [ recovery-image] Feb 12 06:56:45.444 INFO O| Feb 12 06:56:45.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1" |
| 7500 | 2026-02-12T06:56:46.217Z | [ recovery-image] Feb 12 06:56:45.444 INFO O| Feb 12 06:56:45.444 INFO STEP 861 (remove_files) COMPLETE |
| 7501 | 2026-02-12T06:56:46.220Z | [ recovery-image] Feb 12 06:56:45.444 INFO O| Feb 12 06:56:45.444 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7502 | 2026-02-12T06:56:46.227Z | [ recovery-image] Feb 12 06:56:45.454 INFO O| Feb 12 06:56:45.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1" |
| 7503 | 2026-02-12T06:56:46.227Z | [ recovery-image] Feb 12 06:56:45.454 INFO O| Feb 12 06:56:45.454 INFO STEP 862 (remove_files) COMPLETE |
| 7504 | 2026-02-12T06:56:46.230Z | [ recovery-image] Feb 12 06:56:45.454 INFO O| Feb 12 06:56:45.454 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7505 | 2026-02-12T06:56:46.241Z | [ recovery-image] Feb 12 06:56:45.467 INFO O| Feb 12 06:56:45.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1" |
| 7506 | 2026-02-12T06:56:46.244Z | [ recovery-image] Feb 12 06:56:45.467 INFO O| Feb 12 06:56:45.467 INFO STEP 863 (remove_files) COMPLETE |
| 7507 | 2026-02-12T06:56:46.245Z | [ recovery-image] Feb 12 06:56:45.467 INFO O| Feb 12 06:56:45.467 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7508 | 2026-02-12T06:56:46.251Z | [ recovery-image] Feb 12 06:56:45.479 INFO O| Feb 12 06:56:45.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1" |
| 7509 | 2026-02-12T06:56:46.251Z | [ recovery-image] Feb 12 06:56:45.479 INFO O| Feb 12 06:56:45.479 INFO STEP 864 (remove_files) COMPLETE |
| 7510 | 2026-02-12T06:56:46.254Z | [ recovery-image] Feb 12 06:56:45.479 INFO O| Feb 12 06:56:45.479 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7511 | 2026-02-12T06:56:46.263Z | [ recovery-image] Feb 12 06:56:45.491 INFO O| Feb 12 06:56:45.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
| 7512 | 2026-02-12T06:56:46.266Z | [ recovery-image] Feb 12 06:56:45.491 INFO O| Feb 12 06:56:45.491 INFO STEP 865 (remove_files) COMPLETE |
| 7513 | 2026-02-12T06:56:46.266Z | [ recovery-image] Feb 12 06:56:45.491 INFO O| Feb 12 06:56:45.491 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7514 | 2026-02-12T06:56:46.275Z | [ recovery-image] Feb 12 06:56:45.503 INFO O| Feb 12 06:56:45.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
| 7515 | 2026-02-12T06:56:46.278Z | [ recovery-image] Feb 12 06:56:45.503 INFO O| Feb 12 06:56:45.503 INFO STEP 866 (remove_files) COMPLETE |
| 7516 | 2026-02-12T06:56:46.278Z | [ recovery-image] Feb 12 06:56:45.503 INFO O| Feb 12 06:56:45.503 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7517 | 2026-02-12T06:56:46.286Z | [ recovery-image] Feb 12 06:56:45.514 INFO O| Feb 12 06:56:45.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
| 7518 | 2026-02-12T06:56:46.286Z | [ recovery-image] Feb 12 06:56:45.514 INFO O| Feb 12 06:56:45.514 INFO STEP 867 (remove_files) COMPLETE |
| 7519 | 2026-02-12T06:56:46.289Z | [ recovery-image] Feb 12 06:56:45.514 INFO O| Feb 12 06:56:45.514 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7520 | 2026-02-12T06:56:46.298Z | [ recovery-image] Feb 12 06:56:45.525 INFO O| Feb 12 06:56:45.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
| 7521 | 2026-02-12T06:56:46.298Z | [ recovery-image] Feb 12 06:56:45.525 INFO O| Feb 12 06:56:45.525 INFO STEP 868 (remove_files) COMPLETE |
| 7522 | 2026-02-12T06:56:46.301Z | [ recovery-image] Feb 12 06:56:45.525 INFO O| Feb 12 06:56:45.525 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7523 | 2026-02-12T06:56:46.308Z | [ recovery-image] Feb 12 06:56:45.535 INFO O| Feb 12 06:56:45.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
| 7524 | 2026-02-12T06:56:46.311Z | [ recovery-image] Feb 12 06:56:45.535 INFO O| Feb 12 06:56:45.535 INFO STEP 869 (remove_files) COMPLETE |
| 7525 | 2026-02-12T06:56:46.311Z | [ recovery-image] Feb 12 06:56:45.535 INFO O| Feb 12 06:56:45.535 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7526 | 2026-02-12T06:56:46.320Z | [ recovery-image] Feb 12 06:56:45.548 INFO O| Feb 12 06:56:45.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
| 7527 | 2026-02-12T06:56:46.320Z | [ recovery-image] Feb 12 06:56:45.548 INFO O| Feb 12 06:56:45.548 INFO STEP 870 (remove_files) COMPLETE |
| 7528 | 2026-02-12T06:56:46.323Z | [ recovery-image] Feb 12 06:56:45.548 INFO O| Feb 12 06:56:45.548 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7529 | 2026-02-12T06:56:46.329Z | [ recovery-image] Feb 12 06:56:45.557 INFO O| Feb 12 06:56:45.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
| 7530 | 2026-02-12T06:56:46.332Z | [ recovery-image] Feb 12 06:56:45.557 INFO O| Feb 12 06:56:45.557 INFO STEP 871 (remove_files) COMPLETE |
| 7531 | 2026-02-12T06:56:46.332Z | [ recovery-image] Feb 12 06:56:45.557 INFO O| Feb 12 06:56:45.557 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7532 | 2026-02-12T06:56:46.341Z | [ recovery-image] Feb 12 06:56:45.567 INFO O| Feb 12 06:56:45.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
| 7533 | 2026-02-12T06:56:46.344Z | [ recovery-image] Feb 12 06:56:45.567 INFO O| Feb 12 06:56:45.567 INFO STEP 872 (remove_files) COMPLETE |
| 7534 | 2026-02-12T06:56:46.344Z | [ recovery-image] Feb 12 06:56:45.567 INFO O| Feb 12 06:56:45.567 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7535 | 2026-02-12T06:56:46.351Z | [ recovery-image] Feb 12 06:56:45.579 INFO O| Feb 12 06:56:45.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
| 7536 | 2026-02-12T06:56:46.351Z | [ recovery-image] Feb 12 06:56:45.579 INFO O| Feb 12 06:56:45.579 INFO STEP 873 (remove_files) COMPLETE |
| 7537 | 2026-02-12T06:56:46.354Z | [ recovery-image] Feb 12 06:56:45.579 INFO O| Feb 12 06:56:45.579 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7538 | 2026-02-12T06:56:46.365Z | [ recovery-image] Feb 12 06:56:45.591 INFO O| Feb 12 06:56:45.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
| 7539 | 2026-02-12T06:56:46.366Z | [ recovery-image] Feb 12 06:56:45.591 INFO O| Feb 12 06:56:45.591 INFO STEP 874 (remove_files) COMPLETE |
| 7540 | 2026-02-12T06:56:46.369Z | [ recovery-image] Feb 12 06:56:45.591 INFO O| Feb 12 06:56:45.591 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7541 | 2026-02-12T06:56:46.375Z | [ recovery-image] Feb 12 06:56:45.602 INFO O| Feb 12 06:56:45.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
| 7542 | 2026-02-12T06:56:46.375Z | [ recovery-image] Feb 12 06:56:45.602 INFO O| Feb 12 06:56:45.602 INFO STEP 875 (remove_files) COMPLETE |
| 7543 | 2026-02-12T06:56:46.379Z | [ recovery-image] Feb 12 06:56:45.602 INFO O| Feb 12 06:56:45.602 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7544 | 2026-02-12T06:56:46.387Z | [ recovery-image] Feb 12 06:56:45.613 INFO O| Feb 12 06:56:45.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
| 7545 | 2026-02-12T06:56:46.387Z | [ recovery-image] Feb 12 06:56:45.614 INFO O| Feb 12 06:56:45.613 INFO STEP 876 (remove_files) COMPLETE |
| 7546 | 2026-02-12T06:56:46.391Z | [ recovery-image] Feb 12 06:56:45.614 INFO O| Feb 12 06:56:45.614 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7547 | 2026-02-12T06:56:46.400Z | [ recovery-image] Feb 12 06:56:45.626 INFO O| Feb 12 06:56:45.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
| 7548 | 2026-02-12T06:56:46.403Z | [ recovery-image] Feb 12 06:56:45.626 INFO O| Feb 12 06:56:45.626 INFO STEP 877 (remove_files) COMPLETE |
| 7549 | 2026-02-12T06:56:46.403Z | [ recovery-image] Feb 12 06:56:45.626 INFO O| Feb 12 06:56:45.626 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7550 | 2026-02-12T06:56:46.412Z | [ recovery-image] Feb 12 06:56:45.639 INFO O| Feb 12 06:56:45.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
| 7551 | 2026-02-12T06:56:46.412Z | [ recovery-image] Feb 12 06:56:45.640 INFO O| Feb 12 06:56:45.640 INFO STEP 878 (remove_files) COMPLETE |
| 7552 | 2026-02-12T06:56:46.415Z | [ recovery-image] Feb 12 06:56:45.640 INFO O| Feb 12 06:56:45.640 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7553 | 2026-02-12T06:56:46.424Z | [ recovery-image] Feb 12 06:56:45.651 INFO O| Feb 12 06:56:45.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
| 7554 | 2026-02-12T06:56:46.427Z | [ recovery-image] Feb 12 06:56:45.652 INFO O| Feb 12 06:56:45.652 INFO STEP 879 (remove_files) COMPLETE |
| 7555 | 2026-02-12T06:56:46.427Z | [ recovery-image] Feb 12 06:56:45.652 INFO O| Feb 12 06:56:45.652 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7556 | 2026-02-12T06:56:46.435Z | [ recovery-image] Feb 12 06:56:45.663 INFO O| Feb 12 06:56:45.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
| 7557 | 2026-02-12T06:56:46.438Z | [ recovery-image] Feb 12 06:56:45.663 INFO O| Feb 12 06:56:45.663 INFO STEP 880 (remove_files) COMPLETE |
| 7558 | 2026-02-12T06:56:46.438Z | [ recovery-image] Feb 12 06:56:45.663 INFO O| Feb 12 06:56:45.663 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7559 | 2026-02-12T06:56:46.447Z | [ recovery-image] Feb 12 06:56:45.675 INFO O| Feb 12 06:56:45.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
| 7560 | 2026-02-12T06:56:46.450Z | [ recovery-image] Feb 12 06:56:45.675 INFO O| Feb 12 06:56:45.675 INFO STEP 881 (remove_files) COMPLETE |
| 7561 | 2026-02-12T06:56:46.450Z | [ recovery-image] Feb 12 06:56:45.675 INFO O| Feb 12 06:56:45.675 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7562 | 2026-02-12T06:56:46.458Z | [ recovery-image] Feb 12 06:56:45.686 INFO O| Feb 12 06:56:45.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
| 7563 | 2026-02-12T06:56:46.458Z | [ recovery-image] Feb 12 06:56:45.686 INFO O| Feb 12 06:56:45.686 INFO STEP 882 (remove_files) COMPLETE |
| 7564 | 2026-02-12T06:56:46.461Z | [ recovery-image] Feb 12 06:56:45.686 INFO O| Feb 12 06:56:45.686 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7565 | 2026-02-12T06:56:46.469Z | [ recovery-image] Feb 12 06:56:45.697 INFO O| Feb 12 06:56:45.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
| 7566 | 2026-02-12T06:56:46.473Z | [ recovery-image] Feb 12 06:56:45.697 INFO O| Feb 12 06:56:45.697 INFO STEP 883 (remove_files) COMPLETE |
| 7567 | 2026-02-12T06:56:46.473Z | [ recovery-image] Feb 12 06:56:45.697 INFO O| Feb 12 06:56:45.697 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7568 | 2026-02-12T06:56:46.480Z | [ recovery-image] Feb 12 06:56:45.708 INFO O| Feb 12 06:56:45.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
| 7569 | 2026-02-12T06:56:46.483Z | [ recovery-image] Feb 12 06:56:45.708 INFO O| Feb 12 06:56:45.708 INFO STEP 884 (remove_files) COMPLETE |
| 7570 | 2026-02-12T06:56:46.483Z | [ recovery-image] Feb 12 06:56:45.708 INFO O| Feb 12 06:56:45.708 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7571 | 2026-02-12T06:56:46.492Z | [ recovery-image] Feb 12 06:56:45.719 INFO O| Feb 12 06:56:45.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
| 7572 | 2026-02-12T06:56:46.495Z | [ recovery-image] Feb 12 06:56:45.720 INFO O| Feb 12 06:56:45.719 INFO STEP 885 (remove_files) COMPLETE |
| 7573 | 2026-02-12T06:56:46.495Z | [ recovery-image] Feb 12 06:56:45.720 INFO O| Feb 12 06:56:45.719 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7574 | 2026-02-12T06:56:46.502Z | [ recovery-image] Feb 12 06:56:45.729 INFO O| Feb 12 06:56:45.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
| 7575 | 2026-02-12T06:56:46.502Z | [ recovery-image] Feb 12 06:56:45.730 INFO O| Feb 12 06:56:45.730 INFO STEP 886 (remove_files) COMPLETE |
| 7576 | 2026-02-12T06:56:46.502Z | [ recovery-image] Feb 12 06:56:45.730 INFO O| Feb 12 06:56:45.730 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7577 | 2026-02-12T06:56:46.513Z | [ recovery-image] Feb 12 06:56:45.741 INFO O| Feb 12 06:56:45.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
| 7578 | 2026-02-12T06:56:46.516Z | [ recovery-image] Feb 12 06:56:45.741 INFO O| Feb 12 06:56:45.741 INFO STEP 887 (remove_files) COMPLETE |
| 7579 | 2026-02-12T06:56:46.517Z | [ recovery-image] Feb 12 06:56:45.741 INFO O| Feb 12 06:56:45.741 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7580 | 2026-02-12T06:56:46.525Z | [ recovery-image] Feb 12 06:56:45.752 INFO O| Feb 12 06:56:45.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
| 7581 | 2026-02-12T06:56:46.528Z | [ recovery-image] Feb 12 06:56:45.753 INFO O| Feb 12 06:56:45.753 INFO STEP 888 (remove_files) COMPLETE |
| 7582 | 2026-02-12T06:56:46.528Z | [ recovery-image] Feb 12 06:56:45.753 INFO O| Feb 12 06:56:45.753 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7583 | 2026-02-12T06:56:46.536Z | [ recovery-image] Feb 12 06:56:45.764 INFO O| Feb 12 06:56:45.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
| 7584 | 2026-02-12T06:56:46.539Z | [ recovery-image] Feb 12 06:56:45.764 INFO O| Feb 12 06:56:45.764 INFO STEP 889 (remove_files) COMPLETE |
| 7585 | 2026-02-12T06:56:46.539Z | [ recovery-image] Feb 12 06:56:45.764 INFO O| Feb 12 06:56:45.764 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7586 | 2026-02-12T06:56:46.548Z | [ recovery-image] Feb 12 06:56:45.776 INFO O| Feb 12 06:56:45.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
| 7587 | 2026-02-12T06:56:46.551Z | [ recovery-image] Feb 12 06:56:45.776 INFO O| Feb 12 06:56:45.776 INFO STEP 890 (remove_files) COMPLETE |
| 7588 | 2026-02-12T06:56:46.551Z | [ recovery-image] Feb 12 06:56:45.776 INFO O| Feb 12 06:56:45.776 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7589 | 2026-02-12T06:56:46.559Z | [ recovery-image] Feb 12 06:56:45.787 INFO O| Feb 12 06:56:45.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
| 7590 | 2026-02-12T06:56:46.563Z | [ recovery-image] Feb 12 06:56:45.787 INFO O| Feb 12 06:56:45.787 INFO STEP 891 (remove_files) COMPLETE |
| 7591 | 2026-02-12T06:56:46.563Z | [ recovery-image] Feb 12 06:56:45.787 INFO O| Feb 12 06:56:45.787 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7592 | 2026-02-12T06:56:46.571Z | [ recovery-image] Feb 12 06:56:45.799 INFO O| Feb 12 06:56:45.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
| 7593 | 2026-02-12T06:56:46.574Z | [ recovery-image] Feb 12 06:56:45.799 INFO O| Feb 12 06:56:45.799 INFO STEP 892 (remove_files) COMPLETE |
| 7594 | 2026-02-12T06:56:46.574Z | [ recovery-image] Feb 12 06:56:45.799 INFO O| Feb 12 06:56:45.799 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7595 | 2026-02-12T06:56:46.583Z | [ recovery-image] Feb 12 06:56:45.811 INFO O| Feb 12 06:56:45.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
| 7596 | 2026-02-12T06:56:46.583Z | [ recovery-image] Feb 12 06:56:45.811 INFO O| Feb 12 06:56:45.811 INFO STEP 893 (remove_files) COMPLETE |
| 7597 | 2026-02-12T06:56:46.587Z | [ recovery-image] Feb 12 06:56:45.811 INFO O| Feb 12 06:56:45.811 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7598 | 2026-02-12T06:56:46.595Z | [ recovery-image] Feb 12 06:56:45.823 INFO O| Feb 12 06:56:45.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
| 7599 | 2026-02-12T06:56:46.598Z | [ recovery-image] Feb 12 06:56:45.823 INFO O| Feb 12 06:56:45.823 INFO STEP 894 (remove_files) COMPLETE |
| 7600 | 2026-02-12T06:56:46.598Z | [ recovery-image] Feb 12 06:56:45.823 INFO O| Feb 12 06:56:45.823 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7601 | 2026-02-12T06:56:46.606Z | [ recovery-image] Feb 12 06:56:45.833 INFO O| Feb 12 06:56:45.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
| 7602 | 2026-02-12T06:56:46.609Z | [ recovery-image] Feb 12 06:56:45.834 INFO O| Feb 12 06:56:45.834 INFO STEP 895 (remove_files) COMPLETE |
| 7603 | 2026-02-12T06:56:46.609Z | [ recovery-image] Feb 12 06:56:45.834 INFO O| Feb 12 06:56:45.834 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7604 | 2026-02-12T06:56:46.618Z | [ recovery-image] Feb 12 06:56:45.845 INFO O| Feb 12 06:56:45.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1" |
| 7605 | 2026-02-12T06:56:46.621Z | [ recovery-image] Feb 12 06:56:45.845 INFO O| Feb 12 06:56:45.845 INFO STEP 896 (remove_files) COMPLETE |
| 7606 | 2026-02-12T06:56:46.621Z | [ recovery-image] Feb 12 06:56:45.845 INFO O| Feb 12 06:56:45.845 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7607 | 2026-02-12T06:56:46.627Z | [ recovery-image] Feb 12 06:56:45.855 INFO O| Feb 12 06:56:45.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1" |
| 7608 | 2026-02-12T06:56:46.631Z | [ recovery-image] Feb 12 06:56:45.855 INFO O| Feb 12 06:56:45.855 INFO STEP 897 (remove_files) COMPLETE |
| 7609 | 2026-02-12T06:56:46.631Z | [ recovery-image] Feb 12 06:56:45.855 INFO O| Feb 12 06:56:45.855 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7610 | 2026-02-12T06:56:46.639Z | [ recovery-image] Feb 12 06:56:45.867 INFO O| Feb 12 06:56:45.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1" |
| 7611 | 2026-02-12T06:56:46.639Z | [ recovery-image] Feb 12 06:56:45.867 INFO O| Feb 12 06:56:45.867 INFO STEP 898 (remove_files) COMPLETE |
| 7612 | 2026-02-12T06:56:46.642Z | [ recovery-image] Feb 12 06:56:45.867 INFO O| Feb 12 06:56:45.867 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7613 | 2026-02-12T06:56:46.652Z | [ recovery-image] Feb 12 06:56:45.879 INFO O| Feb 12 06:56:45.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
| 7614 | 2026-02-12T06:56:46.652Z | [ recovery-image] Feb 12 06:56:45.879 INFO O| Feb 12 06:56:45.879 INFO STEP 899 (remove_files) COMPLETE |
| 7615 | 2026-02-12T06:56:46.652Z | [ recovery-image] Feb 12 06:56:45.879 INFO O| Feb 12 06:56:45.879 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7616 | 2026-02-12T06:56:46.663Z | [ recovery-image] Feb 12 06:56:45.891 INFO O| Feb 12 06:56:45.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
| 7617 | 2026-02-12T06:56:46.663Z | [ recovery-image] Feb 12 06:56:45.891 INFO O| Feb 12 06:56:45.891 INFO STEP 900 (remove_files) COMPLETE |
| 7618 | 2026-02-12T06:56:46.667Z | [ recovery-image] Feb 12 06:56:45.891 INFO O| Feb 12 06:56:45.891 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7619 | 2026-02-12T06:56:46.676Z | [ recovery-image] Feb 12 06:56:45.904 INFO O| Feb 12 06:56:45.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1" |
| 7620 | 2026-02-12T06:56:46.676Z | [ recovery-image] Feb 12 06:56:45.904 INFO O| Feb 12 06:56:45.904 INFO STEP 901 (remove_files) COMPLETE |
| 7621 | 2026-02-12T06:56:46.680Z | [ recovery-image] Feb 12 06:56:45.904 INFO O| Feb 12 06:56:45.904 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7622 | 2026-02-12T06:56:46.688Z | [ recovery-image] Feb 12 06:56:45.916 INFO O| Feb 12 06:56:45.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1" |
| 7623 | 2026-02-12T06:56:46.691Z | [ recovery-image] Feb 12 06:56:45.916 INFO O| Feb 12 06:56:45.916 INFO STEP 902 (remove_files) COMPLETE |
| 7624 | 2026-02-12T06:56:46.691Z | [ recovery-image] Feb 12 06:56:45.916 INFO O| Feb 12 06:56:45.916 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7625 | 2026-02-12T06:56:46.700Z | [ recovery-image] Feb 12 06:56:45.928 INFO O| Feb 12 06:56:45.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
| 7626 | 2026-02-12T06:56:46.700Z | [ recovery-image] Feb 12 06:56:45.928 INFO O| Feb 12 06:56:45.928 INFO STEP 903 (remove_files) COMPLETE |
| 7627 | 2026-02-12T06:56:46.703Z | [ recovery-image] Feb 12 06:56:45.928 INFO O| Feb 12 06:56:45.928 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7628 | 2026-02-12T06:56:46.712Z | [ recovery-image] Feb 12 06:56:45.939 INFO O| Feb 12 06:56:45.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1" |
| 7629 | 2026-02-12T06:56:46.715Z | [ recovery-image] Feb 12 06:56:45.939 INFO O| Feb 12 06:56:45.939 INFO STEP 904 (remove_files) COMPLETE |
| 7630 | 2026-02-12T06:56:46.716Z | [ recovery-image] Feb 12 06:56:45.940 INFO O| Feb 12 06:56:45.939 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7631 | 2026-02-12T06:56:46.723Z | [ recovery-image] Feb 12 06:56:45.951 INFO O| Feb 12 06:56:45.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
| 7632 | 2026-02-12T06:56:46.727Z | [ recovery-image] Feb 12 06:56:45.951 INFO O| Feb 12 06:56:45.951 INFO STEP 905 (remove_files) COMPLETE |
| 7633 | 2026-02-12T06:56:46.727Z | [ recovery-image] Feb 12 06:56:45.951 INFO O| Feb 12 06:56:45.951 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7634 | 2026-02-12T06:56:46.736Z | [ recovery-image] Feb 12 06:56:45.963 INFO O| Feb 12 06:56:45.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
| 7635 | 2026-02-12T06:56:46.740Z | [ recovery-image] Feb 12 06:56:45.963 INFO O| Feb 12 06:56:45.963 INFO STEP 906 (remove_files) COMPLETE |
| 7636 | 2026-02-12T06:56:46.740Z | [ recovery-image] Feb 12 06:56:45.963 INFO O| Feb 12 06:56:45.963 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7637 | 2026-02-12T06:56:46.747Z | [ recovery-image] Feb 12 06:56:45.975 INFO O| Feb 12 06:56:45.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1" |
| 7638 | 2026-02-12T06:56:46.751Z | [ recovery-image] Feb 12 06:56:45.975 INFO O| Feb 12 06:56:45.975 INFO STEP 907 (remove_files) COMPLETE |
| 7639 | 2026-02-12T06:56:46.751Z | [ recovery-image] Feb 12 06:56:45.975 INFO O| Feb 12 06:56:45.975 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7640 | 2026-02-12T06:56:46.759Z | [ recovery-image] Feb 12 06:56:45.986 INFO O| Feb 12 06:56:45.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1" |
| 7641 | 2026-02-12T06:56:46.762Z | [ recovery-image] Feb 12 06:56:45.986 INFO O| Feb 12 06:56:45.986 INFO STEP 908 (remove_files) COMPLETE |
| 7642 | 2026-02-12T06:56:46.762Z | [ recovery-image] Feb 12 06:56:45.986 INFO O| Feb 12 06:56:45.986 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7643 | 2026-02-12T06:56:46.771Z | [ recovery-image] Feb 12 06:56:45.998 INFO O| Feb 12 06:56:45.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
| 7644 | 2026-02-12T06:56:46.771Z | [ recovery-image] Feb 12 06:56:45.999 INFO O| Feb 12 06:56:45.999 INFO STEP 909 (remove_files) COMPLETE |
| 7645 | 2026-02-12T06:56:46.771Z | [ recovery-image] Feb 12 06:56:45.999 INFO O| Feb 12 06:56:45.999 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7646 | 2026-02-12T06:56:46.784Z | [ recovery-image] Feb 12 06:56:46.012 INFO O| Feb 12 06:56:46.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1" |
| 7647 | 2026-02-12T06:56:46.788Z | [ recovery-image] Feb 12 06:56:46.012 INFO O| Feb 12 06:56:46.012 INFO STEP 910 (remove_files) COMPLETE |
| 7648 | 2026-02-12T06:56:46.788Z | [ recovery-image] Feb 12 06:56:46.012 INFO O| Feb 12 06:56:46.012 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7649 | 2026-02-12T06:56:46.796Z | [ recovery-image] Feb 12 06:56:46.024 INFO O| Feb 12 06:56:46.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1" |
| 7650 | 2026-02-12T06:56:46.797Z | [ recovery-image] Feb 12 06:56:46.024 INFO O| Feb 12 06:56:46.024 INFO STEP 911 (remove_files) COMPLETE |
| 7651 | 2026-02-12T06:56:46.800Z | [ recovery-image] Feb 12 06:56:46.024 INFO O| Feb 12 06:56:46.024 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7652 | 2026-02-12T06:56:46.809Z | [ recovery-image] Feb 12 06:56:46.036 INFO O| Feb 12 06:56:46.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
| 7653 | 2026-02-12T06:56:46.809Z | [ recovery-image] Feb 12 06:56:46.036 INFO O| Feb 12 06:56:46.036 INFO STEP 912 (remove_files) COMPLETE |
| 7654 | 2026-02-12T06:56:46.813Z | [ recovery-image] Feb 12 06:56:46.036 INFO O| Feb 12 06:56:46.036 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7655 | 2026-02-12T06:56:46.820Z | [ recovery-image] Feb 12 06:56:46.048 INFO O| Feb 12 06:56:46.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
| 7656 | 2026-02-12T06:56:46.824Z | [ recovery-image] Feb 12 06:56:46.048 INFO O| Feb 12 06:56:46.048 INFO STEP 913 (remove_files) COMPLETE |
| 7657 | 2026-02-12T06:56:46.824Z | [ recovery-image] Feb 12 06:56:46.048 INFO O| Feb 12 06:56:46.048 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7658 | 2026-02-12T06:56:46.832Z | [ recovery-image] Feb 12 06:56:46.059 INFO O| Feb 12 06:56:46.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1" |
| 7659 | 2026-02-12T06:56:46.832Z | [ recovery-image] Feb 12 06:56:46.059 INFO O| Feb 12 06:56:46.059 INFO STEP 914 (remove_files) COMPLETE |
| 7660 | 2026-02-12T06:56:46.836Z | [ recovery-image] Feb 12 06:56:46.059 INFO O| Feb 12 06:56:46.059 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7661 | 2026-02-12T06:56:46.844Z | [ recovery-image] Feb 12 06:56:46.071 INFO O| Feb 12 06:56:46.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
| 7662 | 2026-02-12T06:56:46.847Z | [ recovery-image] Feb 12 06:56:46.071 INFO O| Feb 12 06:56:46.071 INFO STEP 915 (remove_files) COMPLETE |
| 7663 | 2026-02-12T06:56:46.848Z | [ recovery-image] Feb 12 06:56:46.071 INFO O| Feb 12 06:56:46.071 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7664 | 2026-02-12T06:56:46.855Z | [ recovery-image] Feb 12 06:56:46.083 INFO O| Feb 12 06:56:46.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
| 7665 | 2026-02-12T06:56:46.859Z | [ recovery-image] Feb 12 06:56:46.083 INFO O| Feb 12 06:56:46.083 INFO STEP 916 (remove_files) COMPLETE |
| 7666 | 2026-02-12T06:56:46.859Z | [ recovery-image] Feb 12 06:56:46.083 INFO O| Feb 12 06:56:46.083 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7667 | 2026-02-12T06:56:46.876Z | [ recovery-image] Feb 12 06:56:46.095 INFO O| Feb 12 06:56:46.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1" |
| 7668 | 2026-02-12T06:56:46.876Z | [ recovery-image] Feb 12 06:56:46.095 INFO O| Feb 12 06:56:46.095 INFO STEP 917 (remove_files) COMPLETE |
| 7669 | 2026-02-12T06:56:46.876Z | [ recovery-image] Feb 12 06:56:46.095 INFO O| Feb 12 06:56:46.095 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7670 | 2026-02-12T06:56:46.880Z | [ recovery-image] Feb 12 06:56:46.106 INFO O| Feb 12 06:56:46.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
| 7671 | 2026-02-12T06:56:46.881Z | [ recovery-image] Feb 12 06:56:46.106 INFO O| Feb 12 06:56:46.106 INFO STEP 918 (remove_files) COMPLETE |
| 7672 | 2026-02-12T06:56:46.881Z | [ recovery-image] Feb 12 06:56:46.106 INFO O| Feb 12 06:56:46.106 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7673 | 2026-02-12T06:56:46.890Z | [ recovery-image] Feb 12 06:56:46.118 INFO O| Feb 12 06:56:46.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
| 7674 | 2026-02-12T06:56:46.894Z | [ recovery-image] Feb 12 06:56:46.118 INFO O| Feb 12 06:56:46.118 INFO STEP 919 (remove_files) COMPLETE |
| 7675 | 2026-02-12T06:56:46.894Z | [ recovery-image] Feb 12 06:56:46.118 INFO O| Feb 12 06:56:46.118 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7676 | 2026-02-12T06:56:46.902Z | [ recovery-image] Feb 12 06:56:46.129 INFO O| Feb 12 06:56:46.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
| 7677 | 2026-02-12T06:56:46.906Z | [ recovery-image] Feb 12 06:56:46.129 INFO O| Feb 12 06:56:46.129 INFO STEP 920 (remove_files) COMPLETE |
| 7678 | 2026-02-12T06:56:46.906Z | [ recovery-image] Feb 12 06:56:46.129 INFO O| Feb 12 06:56:46.129 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7679 | 2026-02-12T06:56:46.909Z | [ recovery-image] Feb 12 06:56:46.137 INFO O| Feb 12 06:56:46.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
| 7680 | 2026-02-12T06:56:46.913Z | [ recovery-image] Feb 12 06:56:46.137 INFO O| Feb 12 06:56:46.137 INFO STEP 921 (remove_files) COMPLETE |
| 7681 | 2026-02-12T06:56:46.913Z | [ recovery-image] Feb 12 06:56:46.137 INFO O| Feb 12 06:56:46.137 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7682 | 2026-02-12T06:56:46.923Z | [ recovery-image] Feb 12 06:56:46.149 INFO O| Feb 12 06:56:46.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress" |
| 7683 | 2026-02-12T06:56:46.926Z | [ recovery-image] Feb 12 06:56:46.149 INFO O| Feb 12 06:56:46.149 INFO STEP 922 (remove_files) COMPLETE |
| 7684 | 2026-02-12T06:56:46.927Z | [ recovery-image] Feb 12 06:56:46.149 INFO O| Feb 12 06:56:46.149 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7685 | 2026-02-12T06:56:46.934Z | [ recovery-image] Feb 12 06:56:46.161 INFO O| Feb 12 06:56:46.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck" |
| 7686 | 2026-02-12T06:56:46.934Z | [ recovery-image] Feb 12 06:56:46.161 INFO O| Feb 12 06:56:46.161 INFO STEP 923 (remove_files) COMPLETE |
| 7687 | 2026-02-12T06:56:46.938Z | [ recovery-image] Feb 12 06:56:46.161 INFO O| Feb 12 06:56:46.161 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7688 | 2026-02-12T06:56:46.945Z | [ recovery-image] Feb 12 06:56:46.173 INFO O| Feb 12 06:56:46.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake" |
| 7689 | 2026-02-12T06:56:46.949Z | [ recovery-image] Feb 12 06:56:46.173 INFO O| Feb 12 06:56:46.173 INFO STEP 924 (remove_files) COMPLETE |
| 7690 | 2026-02-12T06:56:46.949Z | [ recovery-image] Feb 12 06:56:46.173 INFO O| Feb 12 06:56:46.173 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7691 | 2026-02-12T06:56:46.957Z | [ recovery-image] Feb 12 06:56:46.185 INFO O| Feb 12 06:56:46.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista" |
| 7692 | 2026-02-12T06:56:46.961Z | [ recovery-image] Feb 12 06:56:46.185 INFO O| Feb 12 06:56:46.185 INFO STEP 925 (remove_files) COMPLETE |
| 7693 | 2026-02-12T06:56:46.961Z | [ recovery-image] Feb 12 06:56:46.185 INFO O| Feb 12 06:56:46.185 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7694 | 2026-02-12T06:56:46.969Z | [ recovery-image] Feb 12 06:56:46.196 INFO O| Feb 12 06:56:46.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb" |
| 7695 | 2026-02-12T06:56:46.975Z | [ recovery-image] Feb 12 06:56:46.197 INFO O| Feb 12 06:56:46.197 INFO STEP 926 (remove_files) COMPLETE |
| 7696 | 2026-02-12T06:56:46.975Z | [ recovery-image] Feb 12 06:56:46.197 INFO O| Feb 12 06:56:46.197 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7697 | 2026-02-12T06:56:46.981Z | [ recovery-image] Feb 12 06:56:46.208 INFO O| Feb 12 06:56:46.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop" |
| 7698 | 2026-02-12T06:56:46.984Z | [ recovery-image] Feb 12 06:56:46.209 INFO O| Feb 12 06:56:46.208 INFO STEP 927 (remove_files) COMPLETE |
| 7699 | 2026-02-12T06:56:46.985Z | [ recovery-image] Feb 12 06:56:46.209 INFO O| Feb 12 06:56:46.209 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7700 | 2026-02-12T06:56:46.992Z | [ recovery-image] Feb 12 06:56:46.220 INFO O| Feb 12 06:56:46.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin" |
| 7701 | 2026-02-12T06:56:46.992Z | [ recovery-image] Feb 12 06:56:46.220 INFO O| Feb 12 06:56:46.220 INFO STEP 928 (remove_files) COMPLETE |
| 7702 | 2026-02-12T06:56:46.996Z | [ recovery-image] Feb 12 06:56:46.220 INFO O| Feb 12 06:56:46.220 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7703 | 2026-02-12T06:56:47.001Z | [ recovery-image] Feb 12 06:56:46.229 INFO O| Feb 12 06:56:46.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog" |
| 7704 | 2026-02-12T06:56:47.001Z | [ recovery-image] Feb 12 06:56:46.229 INFO O| Feb 12 06:56:46.229 INFO STEP 929 (remove_files) COMPLETE |
| 7705 | 2026-02-12T06:56:47.005Z | [ recovery-image] Feb 12 06:56:46.229 INFO O| Feb 12 06:56:46.229 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7706 | 2026-02-12T06:56:47.013Z | [ recovery-image] Feb 12 06:56:46.240 INFO O| Feb 12 06:56:46.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd" |
| 7707 | 2026-02-12T06:56:47.013Z | [ recovery-image] Feb 12 06:56:46.241 INFO O| Feb 12 06:56:46.241 INFO STEP 930 (remove_files) COMPLETE |
| 7708 | 2026-02-12T06:56:47.017Z | [ recovery-image] Feb 12 06:56:46.241 INFO O| Feb 12 06:56:46.241 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7709 | 2026-02-12T06:56:47.021Z | [ recovery-image] Feb 12 06:56:46.249 INFO O| Feb 12 06:56:46.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
| 7710 | 2026-02-12T06:56:47.025Z | [ recovery-image] Feb 12 06:56:46.249 INFO O| Feb 12 06:56:46.249 INFO STEP 931 (remove_files) COMPLETE |
| 7711 | 2026-02-12T06:56:47.025Z | [ recovery-image] Feb 12 06:56:46.249 INFO O| Feb 12 06:56:46.249 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7712 | 2026-02-12T06:56:47.032Z | [ recovery-image] Feb 12 06:56:46.259 INFO O| Feb 12 06:56:46.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
| 7713 | 2026-02-12T06:56:47.032Z | [ recovery-image] Feb 12 06:56:46.259 INFO O| Feb 12 06:56:46.259 INFO STEP 932 (remove_files) COMPLETE |
| 7714 | 2026-02-12T06:56:47.036Z | [ recovery-image] Feb 12 06:56:46.259 INFO O| Feb 12 06:56:46.259 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7715 | 2026-02-12T06:56:47.045Z | [ recovery-image] Feb 12 06:56:46.272 INFO O| Feb 12 06:56:46.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
| 7716 | 2026-02-12T06:56:47.045Z | [ recovery-image] Feb 12 06:56:46.272 INFO O| Feb 12 06:56:46.272 INFO STEP 933 (remove_files) COMPLETE |
| 7717 | 2026-02-12T06:56:47.045Z | [ recovery-image] Feb 12 06:56:46.272 INFO O| Feb 12 06:56:46.272 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7718 | 2026-02-12T06:56:47.059Z | [ recovery-image] Feb 12 06:56:46.286 INFO O| Feb 12 06:56:46.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
| 7719 | 2026-02-12T06:56:47.059Z | [ recovery-image] Feb 12 06:56:46.286 INFO O| Feb 12 06:56:46.286 INFO STEP 934 (remove_files) COMPLETE |
| 7720 | 2026-02-12T06:56:47.062Z | [ recovery-image] Feb 12 06:56:46.286 INFO O| Feb 12 06:56:46.286 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7721 | 2026-02-12T06:56:47.071Z | [ recovery-image] Feb 12 06:56:46.299 INFO O| Feb 12 06:56:46.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd" |
| 7722 | 2026-02-12T06:56:47.074Z | [ recovery-image] Feb 12 06:56:46.299 INFO O| Feb 12 06:56:46.299 INFO STEP 935 (remove_files) COMPLETE |
| 7723 | 2026-02-12T06:56:47.074Z | [ recovery-image] Feb 12 06:56:46.299 INFO O| Feb 12 06:56:46.299 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7724 | 2026-02-12T06:56:47.083Z | [ recovery-image] Feb 12 06:56:46.310 INFO O| Feb 12 06:56:46.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc" |
| 7725 | 2026-02-12T06:56:47.085Z | [ recovery-image] Feb 12 06:56:46.310 INFO O| Feb 12 06:56:46.310 INFO STEP 936 (remove_files) COMPLETE |
| 7726 | 2026-02-12T06:56:47.085Z | [ recovery-image] Feb 12 06:56:46.310 INFO O| Feb 12 06:56:46.310 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7727 | 2026-02-12T06:56:47.094Z | [ recovery-image] Feb 12 06:56:46.321 INFO O| Feb 12 06:56:46.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs" |
| 7728 | 2026-02-12T06:56:47.097Z | [ recovery-image] Feb 12 06:56:46.321 INFO O| Feb 12 06:56:46.321 INFO STEP 937 (remove_files) COMPLETE |
| 7729 | 2026-02-12T06:56:47.097Z | [ recovery-image] Feb 12 06:56:46.322 INFO O| Feb 12 06:56:46.321 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7730 | 2026-02-12T06:56:47.106Z | [ recovery-image] Feb 12 06:56:46.333 INFO O| Feb 12 06:56:46.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd" |
| 7731 | 2026-02-12T06:56:47.109Z | [ recovery-image] Feb 12 06:56:46.333 INFO O| Feb 12 06:56:46.333 INFO STEP 938 (remove_files) COMPLETE |
| 7732 | 2026-02-12T06:56:47.109Z | [ recovery-image] Feb 12 06:56:46.333 INFO O| Feb 12 06:56:46.333 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7733 | 2026-02-12T06:56:47.118Z | [ recovery-image] Feb 12 06:56:46.345 INFO O| Feb 12 06:56:46.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server" |
| 7734 | 2026-02-12T06:56:47.120Z | [ recovery-image] Feb 12 06:56:46.345 INFO O| Feb 12 06:56:46.345 INFO STEP 939 (remove_files) COMPLETE |
| 7735 | 2026-02-12T06:56:47.121Z | [ recovery-image] Feb 12 06:56:46.346 INFO O| Feb 12 06:56:46.345 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7736 | 2026-02-12T06:56:47.130Z | [ recovery-image] Feb 12 06:56:46.357 INFO O| Feb 12 06:56:46.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign" |
| 7737 | 2026-02-12T06:56:47.133Z | [ recovery-image] Feb 12 06:56:46.358 INFO O| Feb 12 06:56:46.358 INFO STEP 940 (remove_files) COMPLETE |
| 7738 | 2026-02-12T06:56:47.133Z | [ recovery-image] Feb 12 06:56:46.358 INFO O| Feb 12 06:56:46.358 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7739 | 2026-02-12T06:56:47.142Z | [ recovery-image] Feb 12 06:56:46.369 INFO O| Feb 12 06:56:46.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
| 7740 | 2026-02-12T06:56:47.145Z | [ recovery-image] Feb 12 06:56:46.370 INFO O| Feb 12 06:56:46.370 INFO STEP 941 (remove_files) COMPLETE |
| 7741 | 2026-02-12T06:56:47.145Z | [ recovery-image] Feb 12 06:56:46.370 INFO O| Feb 12 06:56:46.370 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7742 | 2026-02-12T06:56:47.153Z | [ recovery-image] Feb 12 06:56:46.381 INFO O| Feb 12 06:56:46.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
| 7743 | 2026-02-12T06:56:47.156Z | [ recovery-image] Feb 12 06:56:46.381 INFO O| Feb 12 06:56:46.381 INFO STEP 942 (remove_files) COMPLETE |
| 7744 | 2026-02-12T06:56:47.156Z | [ recovery-image] Feb 12 06:56:46.381 INFO O| Feb 12 06:56:46.381 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7745 | 2026-02-12T06:56:47.166Z | [ recovery-image] Feb 12 06:56:46.393 INFO O| Feb 12 06:56:46.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid" |
| 7746 | 2026-02-12T06:56:47.169Z | [ recovery-image] Feb 12 06:56:46.394 INFO O| Feb 12 06:56:46.394 INFO STEP 943 (remove_files) COMPLETE |
| 7747 | 2026-02-12T06:56:47.169Z | [ recovery-image] Feb 12 06:56:46.394 INFO O| Feb 12 06:56:46.394 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7748 | 2026-02-12T06:56:47.178Z | [ recovery-image] Feb 12 06:56:46.406 INFO O| Feb 12 06:56:46.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid" |
| 7749 | 2026-02-12T06:56:47.178Z | [ recovery-image] Feb 12 06:56:46.406 INFO O| Feb 12 06:56:46.406 INFO STEP 944 (remove_files) COMPLETE |
| 7750 | 2026-02-12T06:56:47.181Z | [ recovery-image] Feb 12 06:56:46.406 INFO O| Feb 12 06:56:46.406 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7751 | 2026-02-12T06:56:47.190Z | [ recovery-image] Feb 12 06:56:46.418 INFO O| Feb 12 06:56:46.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange" |
| 7752 | 2026-02-12T06:56:47.190Z | [ recovery-image] Feb 12 06:56:46.418 INFO O| Feb 12 06:56:46.418 INFO STEP 945 (remove_files) COMPLETE |
| 7753 | 2026-02-12T06:56:47.193Z | [ recovery-image] Feb 12 06:56:46.418 INFO O| Feb 12 06:56:46.418 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7754 | 2026-02-12T06:56:47.202Z | [ recovery-image] Feb 12 06:56:46.430 INFO O| Feb 12 06:56:46.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate" |
| 7755 | 2026-02-12T06:56:47.202Z | [ recovery-image] Feb 12 06:56:46.430 INFO O| Feb 12 06:56:46.430 INFO STEP 946 (remove_files) COMPLETE |
| 7756 | 2026-02-12T06:56:47.205Z | [ recovery-image] Feb 12 06:56:46.430 INFO O| Feb 12 06:56:46.430 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7757 | 2026-02-12T06:56:47.214Z | [ recovery-image] Feb 12 06:56:46.441 INFO O| Feb 12 06:56:46.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid" |
| 7758 | 2026-02-12T06:56:47.218Z | [ recovery-image] Feb 12 06:56:46.441 INFO O| Feb 12 06:56:46.441 INFO STEP 947 (remove_files) COMPLETE |
| 7759 | 2026-02-12T06:56:47.218Z | [ recovery-image] Feb 12 06:56:46.442 INFO O| Feb 12 06:56:46.441 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7760 | 2026-02-12T06:56:47.226Z | [ recovery-image] Feb 12 06:56:46.453 INFO O| Feb 12 06:56:46.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint" |
| 7761 | 2026-02-12T06:56:47.229Z | [ recovery-image] Feb 12 06:56:46.454 INFO O| Feb 12 06:56:46.453 INFO STEP 948 (remove_files) COMPLETE |
| 7762 | 2026-02-12T06:56:47.230Z | [ recovery-image] Feb 12 06:56:46.454 INFO O| Feb 12 06:56:46.453 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7763 | 2026-02-12T06:56:47.239Z | [ recovery-image] Feb 12 06:56:46.466 INFO O| Feb 12 06:56:46.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem" |
| 7764 | 2026-02-12T06:56:47.239Z | [ recovery-image] Feb 12 06:56:46.466 INFO O| Feb 12 06:56:46.466 INFO STEP 949 (remove_files) COMPLETE |
| 7765 | 2026-02-12T06:56:47.243Z | [ recovery-image] Feb 12 06:56:46.466 INFO O| Feb 12 06:56:46.466 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7766 | 2026-02-12T06:56:47.251Z | [ recovery-image] Feb 12 06:56:46.478 INFO O| Feb 12 06:56:46.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath" |
| 7767 | 2026-02-12T06:56:47.255Z | [ recovery-image] Feb 12 06:56:46.478 INFO O| Feb 12 06:56:46.478 INFO STEP 950 (remove_files) COMPLETE |
| 7768 | 2026-02-12T06:56:47.255Z | [ recovery-image] Feb 12 06:56:46.478 INFO O| Feb 12 06:56:46.478 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7769 | 2026-02-12T06:56:47.262Z | [ recovery-image] Feb 12 06:56:46.490 INFO O| Feb 12 06:56:46.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr" |
| 7770 | 2026-02-12T06:56:47.263Z | [ recovery-image] Feb 12 06:56:46.490 INFO O| Feb 12 06:56:46.490 INFO STEP 951 (remove_files) COMPLETE |
| 7771 | 2026-02-12T06:56:47.267Z | [ recovery-image] Feb 12 06:56:46.490 INFO O| Feb 12 06:56:46.490 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7772 | 2026-02-12T06:56:47.275Z | [ recovery-image] Feb 12 06:56:46.502 INFO O| Feb 12 06:56:46.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime" |
| 7773 | 2026-02-12T06:56:47.278Z | [ recovery-image] Feb 12 06:56:46.502 INFO O| Feb 12 06:56:46.502 INFO STEP 952 (remove_files) COMPLETE |
| 7774 | 2026-02-12T06:56:47.278Z | [ recovery-image] Feb 12 06:56:46.502 INFO O| Feb 12 06:56:46.502 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7775 | 2026-02-12T06:56:47.286Z | [ recovery-image] Feb 12 06:56:46.514 INFO O| Feb 12 06:56:46.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid" |
| 7776 | 2026-02-12T06:56:47.289Z | [ recovery-image] Feb 12 06:56:46.514 INFO O| Feb 12 06:56:46.514 INFO STEP 953 (remove_files) COMPLETE |
| 7777 | 2026-02-12T06:56:47.289Z | [ recovery-image] Feb 12 06:56:46.514 INFO O| Feb 12 06:56:46.514 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7778 | 2026-02-12T06:56:47.298Z | [ recovery-image] Feb 12 06:56:46.526 INFO O| Feb 12 06:56:46.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn" |
| 7779 | 2026-02-12T06:56:47.301Z | [ recovery-image] Feb 12 06:56:46.526 INFO O| Feb 12 06:56:46.526 INFO STEP 954 (remove_files) COMPLETE |
| 7780 | 2026-02-12T06:56:47.301Z | [ recovery-image] Feb 12 06:56:46.526 INFO O| Feb 12 06:56:46.526 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7781 | 2026-02-12T06:56:47.310Z | [ recovery-image] Feb 12 06:56:46.538 INFO O| Feb 12 06:56:46.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate" |
| 7782 | 2026-02-12T06:56:47.313Z | [ recovery-image] Feb 12 06:56:46.538 INFO O| Feb 12 06:56:46.538 INFO STEP 955 (remove_files) COMPLETE |
| 7783 | 2026-02-12T06:56:47.313Z | [ recovery-image] Feb 12 06:56:46.538 INFO O| Feb 12 06:56:46.538 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7784 | 2026-02-12T06:56:47.322Z | [ recovery-image] Feb 12 06:56:46.550 INFO O| Feb 12 06:56:46.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid" |
| 7785 | 2026-02-12T06:56:47.322Z | [ recovery-image] Feb 12 06:56:46.550 INFO O| Feb 12 06:56:46.550 INFO STEP 956 (remove_files) COMPLETE |
| 7786 | 2026-02-12T06:56:47.325Z | [ recovery-image] Feb 12 06:56:46.550 INFO O| Feb 12 06:56:46.550 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7787 | 2026-02-12T06:56:47.333Z | [ recovery-image] Feb 12 06:56:46.560 INFO O| Feb 12 06:56:46.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint" |
| 7788 | 2026-02-12T06:56:47.336Z | [ recovery-image] Feb 12 06:56:46.560 INFO O| Feb 12 06:56:46.560 INFO STEP 957 (remove_files) COMPLETE |
| 7789 | 2026-02-12T06:56:47.336Z | [ recovery-image] Feb 12 06:56:46.561 INFO O| Feb 12 06:56:46.560 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7790 | 2026-02-12T06:56:47.342Z | [ recovery-image] Feb 12 06:56:46.570 INFO O| Feb 12 06:56:46.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem" |
| 7791 | 2026-02-12T06:56:47.345Z | [ recovery-image] Feb 12 06:56:46.570 INFO O| Feb 12 06:56:46.570 INFO STEP 958 (remove_files) COMPLETE |
| 7792 | 2026-02-12T06:56:47.345Z | [ recovery-image] Feb 12 06:56:46.570 INFO O| Feb 12 06:56:46.570 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7793 | 2026-02-12T06:56:47.354Z | [ recovery-image] Feb 12 06:56:46.581 INFO O| Feb 12 06:56:46.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath" |
| 7794 | 2026-02-12T06:56:47.354Z | [ recovery-image] Feb 12 06:56:46.581 INFO O| Feb 12 06:56:46.581 INFO STEP 959 (remove_files) COMPLETE |
| 7795 | 2026-02-12T06:56:47.357Z | [ recovery-image] Feb 12 06:56:46.581 INFO O| Feb 12 06:56:46.581 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7796 | 2026-02-12T06:56:47.366Z | [ recovery-image] Feb 12 06:56:46.594 INFO O| Feb 12 06:56:46.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange" |
| 7797 | 2026-02-12T06:56:47.366Z | [ recovery-image] Feb 12 06:56:46.594 INFO O| Feb 12 06:56:46.594 INFO STEP 960 (remove_files) COMPLETE |
| 7798 | 2026-02-12T06:56:47.369Z | [ recovery-image] Feb 12 06:56:46.594 INFO O| Feb 12 06:56:46.594 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7799 | 2026-02-12T06:56:47.375Z | [ recovery-image] Feb 12 06:56:46.603 INFO O| Feb 12 06:56:46.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr" |
| 7800 | 2026-02-12T06:56:47.378Z | [ recovery-image] Feb 12 06:56:46.603 INFO O| Feb 12 06:56:46.603 INFO STEP 961 (remove_files) COMPLETE |
| 7801 | 2026-02-12T06:56:47.378Z | [ recovery-image] Feb 12 06:56:46.603 INFO O| Feb 12 06:56:46.603 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7802 | 2026-02-12T06:56:47.388Z | [ recovery-image] Feb 12 06:56:46.615 INFO O| Feb 12 06:56:46.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime" |
| 7803 | 2026-02-12T06:56:47.391Z | [ recovery-image] Feb 12 06:56:46.615 INFO O| Feb 12 06:56:46.615 INFO STEP 962 (remove_files) COMPLETE |
| 7804 | 2026-02-12T06:56:47.391Z | [ recovery-image] Feb 12 06:56:46.616 INFO O| Feb 12 06:56:46.615 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7805 | 2026-02-12T06:56:47.400Z | [ recovery-image] Feb 12 06:56:46.628 INFO O| Feb 12 06:56:46.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid" |
| 7806 | 2026-02-12T06:56:47.404Z | [ recovery-image] Feb 12 06:56:46.628 INFO O| Feb 12 06:56:46.628 INFO STEP 963 (remove_files) COMPLETE |
| 7807 | 2026-02-12T06:56:47.404Z | [ recovery-image] Feb 12 06:56:46.628 INFO O| Feb 12 06:56:46.628 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7808 | 2026-02-12T06:56:47.413Z | [ recovery-image] Feb 12 06:56:46.640 INFO O| Feb 12 06:56:46.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn" |
| 7809 | 2026-02-12T06:56:47.416Z | [ recovery-image] Feb 12 06:56:46.640 INFO O| Feb 12 06:56:46.640 INFO STEP 964 (remove_files) COMPLETE |
| 7810 | 2026-02-12T06:56:47.416Z | [ recovery-image] Feb 12 06:56:46.640 INFO O| Feb 12 06:56:46.640 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7811 | 2026-02-12T06:56:47.424Z | [ recovery-image] Feb 12 06:56:46.652 INFO O| Feb 12 06:56:46.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext" |
| 7812 | 2026-02-12T06:56:47.424Z | [ recovery-image] Feb 12 06:56:46.652 INFO O| Feb 12 06:56:46.652 INFO STEP 965 (remove_files) COMPLETE |
| 7813 | 2026-02-12T06:56:47.428Z | [ recovery-image] Feb 12 06:56:46.652 INFO O| Feb 12 06:56:46.652 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7814 | 2026-02-12T06:56:47.437Z | [ recovery-image] Feb 12 06:56:46.664 INFO O| Feb 12 06:56:46.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate" |
| 7815 | 2026-02-12T06:56:47.437Z | [ recovery-image] Feb 12 06:56:46.664 INFO O| Feb 12 06:56:46.664 INFO STEP 966 (remove_files) COMPLETE |
| 7816 | 2026-02-12T06:56:47.440Z | [ recovery-image] Feb 12 06:56:46.665 INFO O| Feb 12 06:56:46.664 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7817 | 2026-02-12T06:56:47.446Z | [ recovery-image] Feb 12 06:56:46.673 INFO O| Feb 12 06:56:46.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid" |
| 7818 | 2026-02-12T06:56:47.446Z | [ recovery-image] Feb 12 06:56:46.673 INFO O| Feb 12 06:56:46.673 INFO STEP 967 (remove_files) COMPLETE |
| 7819 | 2026-02-12T06:56:47.450Z | [ recovery-image] Feb 12 06:56:46.673 INFO O| Feb 12 06:56:46.673 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7820 | 2026-02-12T06:56:47.453Z | [ recovery-image] Feb 12 06:56:46.681 INFO O| Feb 12 06:56:46.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint" |
| 7821 | 2026-02-12T06:56:47.457Z | [ recovery-image] Feb 12 06:56:46.681 INFO O| Feb 12 06:56:46.681 INFO STEP 968 (remove_files) COMPLETE |
| 7822 | 2026-02-12T06:56:47.457Z | [ recovery-image] Feb 12 06:56:46.681 INFO O| Feb 12 06:56:46.681 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7823 | 2026-02-12T06:56:47.465Z | [ recovery-image] Feb 12 06:56:46.692 INFO O| Feb 12 06:56:46.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath" |
| 7824 | 2026-02-12T06:56:47.469Z | [ recovery-image] Feb 12 06:56:46.692 INFO O| Feb 12 06:56:46.692 INFO STEP 969 (remove_files) COMPLETE |
| 7825 | 2026-02-12T06:56:47.469Z | [ recovery-image] Feb 12 06:56:46.692 INFO O| Feb 12 06:56:46.692 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7826 | 2026-02-12T06:56:47.477Z | [ recovery-image] Feb 12 06:56:46.704 INFO O| Feb 12 06:56:46.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange" |
| 7827 | 2026-02-12T06:56:47.481Z | [ recovery-image] Feb 12 06:56:46.704 INFO O| Feb 12 06:56:46.704 INFO STEP 970 (remove_files) COMPLETE |
| 7828 | 2026-02-12T06:56:47.481Z | [ recovery-image] Feb 12 06:56:46.704 INFO O| Feb 12 06:56:46.704 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7829 | 2026-02-12T06:56:47.485Z | [ recovery-image] Feb 12 06:56:46.713 INFO O| Feb 12 06:56:46.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr" |
| 7830 | 2026-02-12T06:56:47.485Z | [ recovery-image] Feb 12 06:56:46.713 INFO O| Feb 12 06:56:46.713 INFO STEP 971 (remove_files) COMPLETE |
| 7831 | 2026-02-12T06:56:47.489Z | [ recovery-image] Feb 12 06:56:46.713 INFO O| Feb 12 06:56:46.713 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7832 | 2026-02-12T06:56:47.498Z | [ recovery-image] Feb 12 06:56:46.725 INFO O| Feb 12 06:56:46.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime" |
| 7833 | 2026-02-12T06:56:47.502Z | [ recovery-image] Feb 12 06:56:46.726 INFO O| Feb 12 06:56:46.726 INFO STEP 972 (remove_files) COMPLETE |
| 7834 | 2026-02-12T06:56:47.502Z | [ recovery-image] Feb 12 06:56:46.726 INFO O| Feb 12 06:56:46.726 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7835 | 2026-02-12T06:56:47.510Z | [ recovery-image] Feb 12 06:56:46.737 INFO O| Feb 12 06:56:46.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid" |
| 7836 | 2026-02-12T06:56:47.510Z | [ recovery-image] Feb 12 06:56:46.737 INFO O| Feb 12 06:56:46.737 INFO STEP 973 (remove_files) COMPLETE |
| 7837 | 2026-02-12T06:56:47.513Z | [ recovery-image] Feb 12 06:56:46.737 INFO O| Feb 12 06:56:46.737 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7838 | 2026-02-12T06:56:47.521Z | [ recovery-image] Feb 12 06:56:46.749 INFO O| Feb 12 06:56:46.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn" |
| 7839 | 2026-02-12T06:56:47.524Z | [ recovery-image] Feb 12 06:56:46.749 INFO O| Feb 12 06:56:46.749 INFO STEP 974 (remove_files) COMPLETE |
| 7840 | 2026-02-12T06:56:47.524Z | [ recovery-image] Feb 12 06:56:46.749 INFO O| Feb 12 06:56:46.749 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7841 | 2026-02-12T06:56:47.534Z | [ recovery-image] Feb 12 06:56:46.762 INFO O| Feb 12 06:56:46.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall" |
| 7842 | 2026-02-12T06:56:47.537Z | [ recovery-image] Feb 12 06:56:46.762 INFO O| Feb 12 06:56:46.762 INFO STEP 975 (remove_files) COMPLETE |
| 7843 | 2026-02-12T06:56:47.537Z | [ recovery-image] Feb 12 06:56:46.762 INFO O| Feb 12 06:56:46.762 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7844 | 2026-02-12T06:56:47.547Z | [ recovery-image] Feb 12 06:56:46.774 INFO O| Feb 12 06:56:46.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname" |
| 7845 | 2026-02-12T06:56:47.550Z | [ recovery-image] Feb 12 06:56:46.774 INFO O| Feb 12 06:56:46.774 INFO STEP 976 (remove_files) COMPLETE |
| 7846 | 2026-02-12T06:56:47.550Z | [ recovery-image] Feb 12 06:56:46.774 INFO O| Feb 12 06:56:46.774 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7847 | 2026-02-12T06:56:47.558Z | [ recovery-image] Feb 12 06:56:46.786 INFO O| Feb 12 06:56:46.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove" |
| 7848 | 2026-02-12T06:56:47.561Z | [ recovery-image] Feb 12 06:56:46.786 INFO O| Feb 12 06:56:46.786 INFO STEP 977 (remove_files) COMPLETE |
| 7849 | 2026-02-12T06:56:47.561Z | [ recovery-image] Feb 12 06:56:46.786 INFO O| Feb 12 06:56:46.786 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7850 | 2026-02-12T06:56:47.570Z | [ recovery-image] Feb 12 06:56:46.797 INFO O| Feb 12 06:56:46.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv" |
| 7851 | 2026-02-12T06:56:47.573Z | [ recovery-image] Feb 12 06:56:46.797 INFO O| Feb 12 06:56:46.797 INFO STEP 978 (remove_files) COMPLETE |
| 7852 | 2026-02-12T06:56:47.573Z | [ recovery-image] Feb 12 06:56:46.798 INFO O| Feb 12 06:56:46.797 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7853 | 2026-02-12T06:56:47.581Z | [ recovery-image] Feb 12 06:56:46.809 INFO O| Feb 12 06:56:46.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db" |
| 7854 | 2026-02-12T06:56:47.584Z | [ recovery-image] Feb 12 06:56:46.809 INFO O| Feb 12 06:56:46.809 INFO STEP 979 (remove_files) COMPLETE |
| 7855 | 2026-02-12T06:56:47.584Z | [ recovery-image] Feb 12 06:56:46.809 INFO O| Feb 12 06:56:46.809 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7856 | 2026-02-12T06:56:47.593Z | [ recovery-image] Feb 12 06:56:46.821 INFO O| Feb 12 06:56:46.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve" |
| 7857 | 2026-02-12T06:56:47.593Z | [ recovery-image] Feb 12 06:56:46.821 INFO O| Feb 12 06:56:46.821 INFO STEP 980 (remove_files) COMPLETE |
| 7858 | 2026-02-12T06:56:47.596Z | [ recovery-image] Feb 12 06:56:46.821 INFO O| Feb 12 06:56:46.821 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7859 | 2026-02-12T06:56:47.604Z | [ recovery-image] Feb 12 06:56:46.831 INFO O| Feb 12 06:56:46.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates" |
| 7860 | 2026-02-12T06:56:47.607Z | [ recovery-image] Feb 12 06:56:46.832 INFO O| Feb 12 06:56:46.831 INFO STEP 981 (remove_files) COMPLETE |
| 7861 | 2026-02-12T06:56:47.607Z | [ recovery-image] Feb 12 06:56:46.832 INFO O| Feb 12 06:56:46.832 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7862 | 2026-02-12T06:56:47.616Z | [ recovery-image] Feb 12 06:56:46.843 INFO O| Feb 12 06:56:46.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay" |
| 7863 | 2026-02-12T06:56:47.619Z | [ recovery-image] Feb 12 06:56:46.843 INFO O| Feb 12 06:56:46.843 INFO STEP 982 (remove_files) COMPLETE |
| 7864 | 2026-02-12T06:56:47.619Z | [ recovery-image] Feb 12 06:56:46.843 INFO O| Feb 12 06:56:46.843 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7865 | 2026-02-12T06:56:47.628Z | [ recovery-image] Feb 12 06:56:46.855 INFO O| Feb 12 06:56:46.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm" |
| 7866 | 2026-02-12T06:56:47.628Z | [ recovery-image] Feb 12 06:56:46.855 INFO O| Feb 12 06:56:46.855 INFO STEP 983 (remove_files) COMPLETE |
| 7867 | 2026-02-12T06:56:47.631Z | [ recovery-image] Feb 12 06:56:46.855 INFO O| Feb 12 06:56:46.855 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7868 | 2026-02-12T06:56:47.641Z | [ recovery-image] Feb 12 06:56:46.867 INFO O| Feb 12 06:56:46.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump" |
| 7869 | 2026-02-12T06:56:47.641Z | [ recovery-image] Feb 12 06:56:46.867 INFO O| Feb 12 06:56:46.867 INFO STEP 984 (remove_files) COMPLETE |
| 7870 | 2026-02-12T06:56:47.644Z | [ recovery-image] Feb 12 06:56:46.867 INFO O| Feb 12 06:56:46.867 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7871 | 2026-02-12T06:56:47.650Z | [ recovery-image] Feb 12 06:56:46.878 INFO O| Feb 12 06:56:46.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract" |
| 7872 | 2026-02-12T06:56:47.650Z | [ recovery-image] Feb 12 06:56:46.878 INFO O| Feb 12 06:56:46.878 INFO STEP 985 (remove_files) COMPLETE |
| 7873 | 2026-02-12T06:56:47.650Z | [ recovery-image] Feb 12 06:56:46.878 INFO O| Feb 12 06:56:46.878 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7874 | 2026-02-12T06:56:47.662Z | [ recovery-image] Feb 12 06:56:46.890 INFO O| Feb 12 06:56:46.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv" |
| 7875 | 2026-02-12T06:56:47.662Z | [ recovery-image] Feb 12 06:56:46.890 INFO O| Feb 12 06:56:46.890 INFO STEP 986 (remove_files) COMPLETE |
| 7876 | 2026-02-12T06:56:47.662Z | [ recovery-image] Feb 12 06:56:46.890 INFO O| Feb 12 06:56:46.890 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7877 | 2026-02-12T06:56:47.674Z | [ recovery-image] Feb 12 06:56:46.901 INFO O| Feb 12 06:56:46.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate" |
| 7878 | 2026-02-12T06:56:47.674Z | [ recovery-image] Feb 12 06:56:46.901 INFO O| Feb 12 06:56:46.901 INFO STEP 987 (remove_files) COMPLETE |
| 7879 | 2026-02-12T06:56:47.674Z | [ recovery-image] Feb 12 06:56:46.901 INFO O| Feb 12 06:56:46.901 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7880 | 2026-02-12T06:56:47.686Z | [ recovery-image] Feb 12 06:56:46.913 INFO O| Feb 12 06:56:46.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat" |
| 7881 | 2026-02-12T06:56:47.689Z | [ recovery-image] Feb 12 06:56:46.914 INFO O| Feb 12 06:56:46.914 INFO STEP 988 (remove_files) COMPLETE |
| 7882 | 2026-02-12T06:56:47.689Z | [ recovery-image] Feb 12 06:56:46.914 INFO O| Feb 12 06:56:46.914 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7883 | 2026-02-12T06:56:47.698Z | [ recovery-image] Feb 12 06:56:46.926 INFO O| Feb 12 06:56:46.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat" |
| 7884 | 2026-02-12T06:56:47.698Z | [ recovery-image] Feb 12 06:56:46.926 INFO O| Feb 12 06:56:46.926 INFO STEP 989 (remove_files) COMPLETE |
| 7885 | 2026-02-12T06:56:47.698Z | [ recovery-image] Feb 12 06:56:46.926 INFO O| Feb 12 06:56:46.926 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7886 | 2026-02-12T06:56:47.710Z | [ recovery-image] Feb 12 06:56:46.938 INFO O| Feb 12 06:56:46.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat" |
| 7887 | 2026-02-12T06:56:47.713Z | [ recovery-image] Feb 12 06:56:46.938 INFO O| Feb 12 06:56:46.938 INFO STEP 990 (remove_files) COMPLETE |
| 7888 | 2026-02-12T06:56:47.713Z | [ recovery-image] Feb 12 06:56:46.938 INFO O| Feb 12 06:56:46.938 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7889 | 2026-02-12T06:56:47.719Z | [ recovery-image] Feb 12 06:56:46.947 INFO O| Feb 12 06:56:46.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp" |
| 7890 | 2026-02-12T06:56:47.719Z | [ recovery-image] Feb 12 06:56:46.947 INFO O| Feb 12 06:56:46.947 INFO STEP 991 (remove_files) COMPLETE |
| 7891 | 2026-02-12T06:56:47.722Z | [ recovery-image] Feb 12 06:56:46.947 INFO O| Feb 12 06:56:46.947 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7892 | 2026-02-12T06:56:47.728Z | [ recovery-image] Feb 12 06:56:46.955 INFO O| Feb 12 06:56:46.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit" |
| 7893 | 2026-02-12T06:56:47.728Z | [ recovery-image] Feb 12 06:56:46.955 INFO O| Feb 12 06:56:46.955 INFO STEP 992 (remove_files) COMPLETE |
| 7894 | 2026-02-12T06:56:47.731Z | [ recovery-image] Feb 12 06:56:46.955 INFO O| Feb 12 06:56:46.955 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7895 | 2026-02-12T06:56:47.740Z | [ recovery-image] Feb 12 06:56:46.967 INFO O| Feb 12 06:56:46.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig" |
| 7896 | 2026-02-12T06:56:47.740Z | [ recovery-image] Feb 12 06:56:46.967 INFO O| Feb 12 06:56:46.967 INFO STEP 993 (remove_files) COMPLETE |
| 7897 | 2026-02-12T06:56:47.743Z | [ recovery-image] Feb 12 06:56:46.967 INFO O| Feb 12 06:56:46.967 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7898 | 2026-02-12T06:56:47.752Z | [ recovery-image] Feb 12 06:56:46.979 INFO O| Feb 12 06:56:46.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd" |
| 7899 | 2026-02-12T06:56:47.752Z | [ recovery-image] Feb 12 06:56:46.979 INFO O| Feb 12 06:56:46.979 INFO STEP 994 (remove_files) COMPLETE |
| 7900 | 2026-02-12T06:56:47.755Z | [ recovery-image] Feb 12 06:56:46.979 INFO O| Feb 12 06:56:46.979 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7901 | 2026-02-12T06:56:47.763Z | [ recovery-image] Feb 12 06:56:46.990 INFO O| Feb 12 06:56:46.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord" |
| 7902 | 2026-02-12T06:56:47.766Z | [ recovery-image] Feb 12 06:56:46.991 INFO O| Feb 12 06:56:46.991 INFO STEP 995 (remove_files) COMPLETE |
| 7903 | 2026-02-12T06:56:47.766Z | [ recovery-image] Feb 12 06:56:46.991 INFO O| Feb 12 06:56:46.991 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7904 | 2026-02-12T06:56:47.776Z | [ recovery-image] Feb 12 06:56:47.003 INFO O| Feb 12 06:56:47.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce" |
| 7905 | 2026-02-12T06:56:47.776Z | [ recovery-image] Feb 12 06:56:47.003 INFO O| Feb 12 06:56:47.003 INFO STEP 996 (remove_files) COMPLETE |
| 7906 | 2026-02-12T06:56:47.776Z | [ recovery-image] Feb 12 06:56:47.003 INFO O| Feb 12 06:56:47.003 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7907 | 2026-02-12T06:56:47.787Z | [ recovery-image] Feb 12 06:56:47.014 INFO O| Feb 12 06:56:47.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat" |
| 7908 | 2026-02-12T06:56:47.787Z | [ recovery-image] Feb 12 06:56:47.014 INFO O| Feb 12 06:56:47.014 INFO STEP 997 (remove_files) COMPLETE |
| 7909 | 2026-02-12T06:56:47.790Z | [ recovery-image] Feb 12 06:56:47.014 INFO O| Feb 12 06:56:47.014 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7910 | 2026-02-12T06:56:47.799Z | [ recovery-image] Feb 12 06:56:47.027 INFO O| Feb 12 06:56:47.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks" |
| 7911 | 2026-02-12T06:56:47.799Z | [ recovery-image] Feb 12 06:56:47.027 INFO O| Feb 12 06:56:47.027 INFO STEP 998 (remove_files) COMPLETE |
| 7912 | 2026-02-12T06:56:47.802Z | [ recovery-image] Feb 12 06:56:47.027 INFO O| Feb 12 06:56:47.027 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7913 | 2026-02-12T06:56:47.813Z | [ recovery-image] Feb 12 06:56:47.038 INFO O| Feb 12 06:56:47.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve" |
| 7914 | 2026-02-12T06:56:47.813Z | [ recovery-image] Feb 12 06:56:47.038 INFO O| Feb 12 06:56:47.038 INFO STEP 999 (remove_files) COMPLETE |
| 7915 | 2026-02-12T06:56:47.813Z | [ recovery-image] Feb 12 06:56:47.038 INFO O| Feb 12 06:56:47.038 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7916 | 2026-02-12T06:56:47.823Z | [ recovery-image] Feb 12 06:56:47.050 INFO O| Feb 12 06:56:47.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl" |
| 7917 | 2026-02-12T06:56:47.823Z | [ recovery-image] Feb 12 06:56:47.050 INFO O| Feb 12 06:56:47.050 INFO STEP 1000 (remove_files) COMPLETE |
| 7918 | 2026-02-12T06:56:47.827Z | [ recovery-image] Feb 12 06:56:47.050 INFO O| Feb 12 06:56:47.050 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7919 | 2026-02-12T06:56:47.834Z | [ recovery-image] Feb 12 06:56:47.062 INFO O| Feb 12 06:56:47.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm" |
| 7920 | 2026-02-12T06:56:47.834Z | [ recovery-image] Feb 12 06:56:47.062 INFO O| Feb 12 06:56:47.062 INFO STEP 1001 (remove_files) COMPLETE |
| 7921 | 2026-02-12T06:56:47.837Z | [ recovery-image] Feb 12 06:56:47.062 INFO O| Feb 12 06:56:47.062 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7922 | 2026-02-12T06:56:47.842Z | [ recovery-image] Feb 12 06:56:47.070 INFO O| Feb 12 06:56:47.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd" |
| 7923 | 2026-02-12T06:56:47.845Z | [ recovery-image] Feb 12 06:56:47.070 INFO O| Feb 12 06:56:47.070 INFO STEP 1002 (remove_files) COMPLETE |
| 7924 | 2026-02-12T06:56:47.845Z | [ recovery-image] Feb 12 06:56:47.070 INFO O| Feb 12 06:56:47.070 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7925 | 2026-02-12T06:56:47.850Z | [ recovery-image] Feb 12 06:56:47.078 INFO O| Feb 12 06:56:47.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot" |
| 7926 | 2026-02-12T06:56:47.850Z | [ recovery-image] Feb 12 06:56:47.078 INFO O| Feb 12 06:56:47.078 INFO STEP 1003 (remove_files) COMPLETE |
| 7927 | 2026-02-12T06:56:47.853Z | [ recovery-image] Feb 12 06:56:47.078 INFO O| Feb 12 06:56:47.078 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7928 | 2026-02-12T06:56:47.862Z | [ recovery-image] Feb 12 06:56:47.089 INFO O| Feb 12 06:56:47.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks" |
| 7929 | 2026-02-12T06:56:47.865Z | [ recovery-image] Feb 12 06:56:47.090 INFO O| Feb 12 06:56:47.090 INFO STEP 1004 (remove_files) COMPLETE |
| 7930 | 2026-02-12T06:56:47.865Z | [ recovery-image] Feb 12 06:56:47.090 INFO O| Feb 12 06:56:47.090 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7931 | 2026-02-12T06:56:47.873Z | [ recovery-image] Feb 12 06:56:47.101 INFO O| Feb 12 06:56:47.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo" |
| 7932 | 2026-02-12T06:56:47.873Z | [ recovery-image] Feb 12 06:56:47.101 INFO O| Feb 12 06:56:47.101 INFO STEP 1005 (remove_files) COMPLETE |
| 7933 | 2026-02-12T06:56:47.876Z | [ recovery-image] Feb 12 06:56:47.101 INFO O| Feb 12 06:56:47.101 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7934 | 2026-02-12T06:56:47.886Z | [ recovery-image] Feb 12 06:56:47.113 INFO O| Feb 12 06:56:47.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri" |
| 7935 | 2026-02-12T06:56:47.886Z | [ recovery-image] Feb 12 06:56:47.113 INFO O| Feb 12 06:56:47.113 INFO STEP 1006 (remove_files) COMPLETE |
| 7936 | 2026-02-12T06:56:47.886Z | [ recovery-image] Feb 12 06:56:47.113 INFO O| Feb 12 06:56:47.113 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7937 | 2026-02-12T06:56:47.898Z | [ recovery-image] Feb 12 06:56:47.125 INFO O| Feb 12 06:56:47.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm" |
| 7938 | 2026-02-12T06:56:47.898Z | [ recovery-image] Feb 12 06:56:47.125 INFO O| Feb 12 06:56:47.125 INFO STEP 1007 (remove_files) COMPLETE |
| 7939 | 2026-02-12T06:56:47.901Z | [ recovery-image] Feb 12 06:56:47.125 INFO O| Feb 12 06:56:47.125 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7940 | 2026-02-12T06:56:47.909Z | [ recovery-image] Feb 12 06:56:47.136 INFO O| Feb 12 06:56:47.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd" |
| 7941 | 2026-02-12T06:56:47.909Z | [ recovery-image] Feb 12 06:56:47.136 INFO O| Feb 12 06:56:47.136 INFO STEP 1008 (remove_files) COMPLETE |
| 7942 | 2026-02-12T06:56:47.912Z | [ recovery-image] Feb 12 06:56:47.136 INFO O| Feb 12 06:56:47.136 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7943 | 2026-02-12T06:56:47.920Z | [ recovery-image] Feb 12 06:56:47.147 INFO O| Feb 12 06:56:47.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat" |
| 7944 | 2026-02-12T06:56:47.920Z | [ recovery-image] Feb 12 06:56:47.147 INFO O| Feb 12 06:56:47.147 INFO STEP 1009 (remove_files) COMPLETE |
| 7945 | 2026-02-12T06:56:47.924Z | [ recovery-image] Feb 12 06:56:47.147 INFO O| Feb 12 06:56:47.147 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7946 | 2026-02-12T06:56:47.932Z | [ recovery-image] Feb 12 06:56:47.160 INFO O| Feb 12 06:56:47.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate" |
| 7947 | 2026-02-12T06:56:47.932Z | [ recovery-image] Feb 12 06:56:47.160 INFO O| Feb 12 06:56:47.160 INFO STEP 1010 (remove_files) COMPLETE |
| 7948 | 2026-02-12T06:56:47.936Z | [ recovery-image] Feb 12 06:56:47.160 INFO O| Feb 12 06:56:47.160 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7949 | 2026-02-12T06:56:47.946Z | [ recovery-image] Feb 12 06:56:47.173 INFO O| Feb 12 06:56:47.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo" |
| 7950 | 2026-02-12T06:56:47.946Z | [ recovery-image] Feb 12 06:56:47.173 INFO O| Feb 12 06:56:47.173 INFO STEP 1011 (remove_files) COMPLETE |
| 7951 | 2026-02-12T06:56:47.949Z | [ recovery-image] Feb 12 06:56:47.173 INFO O| Feb 12 06:56:47.173 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7952 | 2026-02-12T06:56:47.958Z | [ recovery-image] Feb 12 06:56:47.185 INFO O| Feb 12 06:56:47.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks" |
| 7953 | 2026-02-12T06:56:47.958Z | [ recovery-image] Feb 12 06:56:47.185 INFO O| Feb 12 06:56:47.185 INFO STEP 1012 (remove_files) COMPLETE |
| 7954 | 2026-02-12T06:56:47.962Z | [ recovery-image] Feb 12 06:56:47.185 INFO O| Feb 12 06:56:47.185 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7955 | 2026-02-12T06:56:47.972Z | [ recovery-image] Feb 12 06:56:47.198 INFO O| Feb 12 06:56:47.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df" |
| 7956 | 2026-02-12T06:56:47.972Z | [ recovery-image] Feb 12 06:56:47.198 INFO O| Feb 12 06:56:47.198 INFO STEP 1013 (remove_files) COMPLETE |
| 7957 | 2026-02-12T06:56:47.975Z | [ recovery-image] Feb 12 06:56:47.198 INFO O| Feb 12 06:56:47.198 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7958 | 2026-02-12T06:56:47.983Z | [ recovery-image] Feb 12 06:56:47.211 INFO O| Feb 12 06:56:47.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts" |
| 7959 | 2026-02-12T06:56:47.983Z | [ recovery-image] Feb 12 06:56:47.211 INFO O| Feb 12 06:56:47.211 INFO STEP 1014 (remove_files) COMPLETE |
| 7960 | 2026-02-12T06:56:47.986Z | [ recovery-image] Feb 12 06:56:47.211 INFO O| Feb 12 06:56:47.211 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7961 | 2026-02-12T06:56:47.995Z | [ recovery-image] Feb 12 06:56:47.223 INFO O| Feb 12 06:56:47.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares" |
| 7962 | 2026-02-12T06:56:47.998Z | [ recovery-image] Feb 12 06:56:47.223 INFO O| Feb 12 06:56:47.223 INFO STEP 1015 (remove_files) COMPLETE |
| 7963 | 2026-02-12T06:56:47.998Z | [ recovery-image] Feb 12 06:56:47.223 INFO O| Feb 12 06:56:47.223 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7964 | 2026-02-12T06:56:48.008Z | [ recovery-image] Feb 12 06:56:47.235 INFO O| Feb 12 06:56:47.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks" |
| 7965 | 2026-02-12T06:56:48.011Z | [ recovery-image] Feb 12 06:56:47.235 INFO O| Feb 12 06:56:47.235 INFO STEP 1016 (remove_files) COMPLETE |
| 7966 | 2026-02-12T06:56:48.011Z | [ recovery-image] Feb 12 06:56:47.235 INFO O| Feb 12 06:56:47.235 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7967 | 2026-02-12T06:56:48.017Z | [ recovery-image] Feb 12 06:56:47.245 INFO O| Feb 12 06:56:47.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin" |
| 7968 | 2026-02-12T06:56:48.020Z | [ recovery-image] Feb 12 06:56:47.245 INFO O| Feb 12 06:56:47.245 INFO STEP 1017 (remove_files) COMPLETE |
| 7969 | 2026-02-12T06:56:48.020Z | [ recovery-image] Feb 12 06:56:47.245 INFO O| Feb 12 06:56:47.245 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7970 | 2026-02-12T06:56:48.028Z | [ recovery-image] Feb 12 06:56:47.256 INFO O| Feb 12 06:56:47.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo" |
| 7971 | 2026-02-12T06:56:48.028Z | [ recovery-image] Feb 12 06:56:47.256 INFO O| Feb 12 06:56:47.256 INFO STEP 1018 (remove_files) COMPLETE |
| 7972 | 2026-02-12T06:56:48.031Z | [ recovery-image] Feb 12 06:56:47.256 INFO O| Feb 12 06:56:47.256 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7973 | 2026-02-12T06:56:48.040Z | [ recovery-image] Feb 12 06:56:47.268 INFO O| Feb 12 06:56:47.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig" |
| 7974 | 2026-02-12T06:56:48.040Z | [ recovery-image] Feb 12 06:56:47.268 INFO O| Feb 12 06:56:47.268 INFO STEP 1019 (remove_files) COMPLETE |
| 7975 | 2026-02-12T06:56:48.043Z | [ recovery-image] Feb 12 06:56:47.268 INFO O| Feb 12 06:56:47.268 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7976 | 2026-02-12T06:56:48.052Z | [ recovery-image] Feb 12 06:56:47.279 INFO O| Feb 12 06:56:47.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom" |
| 7977 | 2026-02-12T06:56:48.052Z | [ recovery-image] Feb 12 06:56:47.280 INFO O| Feb 12 06:56:47.279 INFO STEP 1020 (remove_files) COMPLETE |
| 7978 | 2026-02-12T06:56:48.055Z | [ recovery-image] Feb 12 06:56:47.280 INFO O| Feb 12 06:56:47.279 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7979 | 2026-02-12T06:56:48.064Z | [ recovery-image] Feb 12 06:56:47.291 INFO O| Feb 12 06:56:47.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff" |
| 7980 | 2026-02-12T06:56:48.066Z | [ recovery-image] Feb 12 06:56:47.291 INFO O| Feb 12 06:56:47.291 INFO STEP 1021 (remove_files) COMPLETE |
| 7981 | 2026-02-12T06:56:48.066Z | [ recovery-image] Feb 12 06:56:47.291 INFO O| Feb 12 06:56:47.291 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7982 | 2026-02-12T06:56:48.075Z | [ recovery-image] Feb 12 06:56:47.303 INFO O| Feb 12 06:56:47.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm" |
| 7983 | 2026-02-12T06:56:48.078Z | [ recovery-image] Feb 12 06:56:47.303 INFO O| Feb 12 06:56:47.303 INFO STEP 1022 (remove_files) COMPLETE |
| 7984 | 2026-02-12T06:56:48.078Z | [ recovery-image] Feb 12 06:56:47.303 INFO O| Feb 12 06:56:47.303 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7985 | 2026-02-12T06:56:48.087Z | [ recovery-image] Feb 12 06:56:47.315 INFO O| Feb 12 06:56:47.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump" |
| 7986 | 2026-02-12T06:56:48.087Z | [ recovery-image] Feb 12 06:56:47.315 INFO O| Feb 12 06:56:47.315 INFO STEP 1023 (remove_files) COMPLETE |
| 7987 | 2026-02-12T06:56:48.090Z | [ recovery-image] Feb 12 06:56:47.315 INFO O| Feb 12 06:56:47.315 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7988 | 2026-02-12T06:56:48.096Z | [ recovery-image] Feb 12 06:56:47.324 INFO O| Feb 12 06:56:47.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat" |
| 7989 | 2026-02-12T06:56:48.099Z | [ recovery-image] Feb 12 06:56:47.324 INFO O| Feb 12 06:56:47.324 INFO STEP 1024 (remove_files) COMPLETE |
| 7990 | 2026-02-12T06:56:48.100Z | [ recovery-image] Feb 12 06:56:47.324 INFO O| Feb 12 06:56:47.324 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7991 | 2026-02-12T06:56:48.108Z | [ recovery-image] Feb 12 06:56:47.336 INFO O| Feb 12 06:56:47.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard" |
| 7992 | 2026-02-12T06:56:48.112Z | [ recovery-image] Feb 12 06:56:47.337 INFO O| Feb 12 06:56:47.337 INFO STEP 1025 (remove_files) COMPLETE |
| 7993 | 2026-02-12T06:56:48.112Z | [ recovery-image] Feb 12 06:56:47.337 INFO O| Feb 12 06:56:47.337 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7994 | 2026-02-12T06:56:48.121Z | [ recovery-image] Feb 12 06:56:47.348 INFO O| Feb 12 06:56:47.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format" |
| 7995 | 2026-02-12T06:56:48.121Z | [ recovery-image] Feb 12 06:56:47.348 INFO O| Feb 12 06:56:47.348 INFO STEP 1026 (remove_files) COMPLETE |
| 7996 | 2026-02-12T06:56:48.124Z | [ recovery-image] Feb 12 06:56:47.348 INFO O| Feb 12 06:56:47.348 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7997 | 2026-02-12T06:56:48.133Z | [ recovery-image] Feb 12 06:56:47.360 INFO O| Feb 12 06:56:47.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck" |
| 7998 | 2026-02-12T06:56:48.133Z | [ recovery-image] Feb 12 06:56:47.360 INFO O| Feb 12 06:56:47.360 INFO STEP 1027 (remove_files) COMPLETE |
| 7999 | 2026-02-12T06:56:48.136Z | [ recovery-image] Feb 12 06:56:47.360 INFO O| Feb 12 06:56:47.360 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8000 | 2026-02-12T06:56:48.142Z | [ recovery-image] Feb 12 06:56:47.370 INFO O| Feb 12 06:56:47.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser" |
| 8001 | 2026-02-12T06:56:48.142Z | [ recovery-image] Feb 12 06:56:47.370 INFO O| Feb 12 06:56:47.370 INFO STEP 1028 (remove_files) COMPLETE |
| 8002 | 2026-02-12T06:56:48.145Z | [ recovery-image] Feb 12 06:56:47.370 INFO O| Feb 12 06:56:47.370 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8003 | 2026-02-12T06:56:48.154Z | [ recovery-image] Feb 12 06:56:47.382 INFO O| Feb 12 06:56:47.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy" |
| 8004 | 2026-02-12T06:56:48.155Z | [ recovery-image] Feb 12 06:56:47.382 INFO O| Feb 12 06:56:47.382 INFO STEP 1029 (remove_files) COMPLETE |
| 8005 | 2026-02-12T06:56:48.157Z | [ recovery-image] Feb 12 06:56:47.382 INFO O| Feb 12 06:56:47.382 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8006 | 2026-02-12T06:56:48.166Z | [ recovery-image] Feb 12 06:56:47.394 INFO O| Feb 12 06:56:47.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor" |
| 8007 | 2026-02-12T06:56:48.166Z | [ recovery-image] Feb 12 06:56:47.394 INFO O| Feb 12 06:56:47.394 INFO STEP 1030 (remove_files) COMPLETE |
| 8008 | 2026-02-12T06:56:48.169Z | [ recovery-image] Feb 12 06:56:47.394 INFO O| Feb 12 06:56:47.394 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8009 | 2026-02-12T06:56:48.179Z | [ recovery-image] Feb 12 06:56:47.407 INFO O| Feb 12 06:56:47.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd" |
| 8010 | 2026-02-12T06:56:48.179Z | [ recovery-image] Feb 12 06:56:47.407 INFO O| Feb 12 06:56:47.407 INFO STEP 1031 (remove_files) COMPLETE |
| 8011 | 2026-02-12T06:56:48.182Z | [ recovery-image] Feb 12 06:56:47.407 INFO O| Feb 12 06:56:47.407 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8012 | 2026-02-12T06:56:48.191Z | [ recovery-image] Feb 12 06:56:47.418 INFO O| Feb 12 06:56:47.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel" |
| 8013 | 2026-02-12T06:56:48.191Z | [ recovery-image] Feb 12 06:56:47.418 INFO O| Feb 12 06:56:47.418 INFO STEP 1032 (remove_files) COMPLETE |
| 8014 | 2026-02-12T06:56:48.194Z | [ recovery-image] Feb 12 06:56:47.418 INFO O| Feb 12 06:56:47.418 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8015 | 2026-02-12T06:56:48.203Z | [ recovery-image] Feb 12 06:56:47.430 INFO O| Feb 12 06:56:47.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod" |
| 8016 | 2026-02-12T06:56:48.203Z | [ recovery-image] Feb 12 06:56:47.430 INFO O| Feb 12 06:56:47.430 INFO STEP 1033 (remove_files) COMPLETE |
| 8017 | 2026-02-12T06:56:48.206Z | [ recovery-image] Feb 12 06:56:47.430 INFO O| Feb 12 06:56:47.430 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8018 | 2026-02-12T06:56:48.214Z | [ recovery-image] Feb 12 06:56:47.442 INFO O| Feb 12 06:56:47.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs" |
| 8019 | 2026-02-12T06:56:48.214Z | [ recovery-image] Feb 12 06:56:47.442 INFO O| Feb 12 06:56:47.442 INFO STEP 1034 (remove_files) COMPLETE |
| 8020 | 2026-02-12T06:56:48.217Z | [ recovery-image] Feb 12 06:56:47.442 INFO O| Feb 12 06:56:47.442 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8021 | 2026-02-12T06:56:48.223Z | [ recovery-image] Feb 12 06:56:47.451 INFO O| Feb 12 06:56:47.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck" |
| 8022 | 2026-02-12T06:56:48.223Z | [ recovery-image] Feb 12 06:56:47.451 INFO O| Feb 12 06:56:47.451 INFO STEP 1035 (remove_files) COMPLETE |
| 8023 | 2026-02-12T06:56:48.228Z | [ recovery-image] Feb 12 06:56:47.451 INFO O| Feb 12 06:56:47.451 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8024 | 2026-02-12T06:56:48.233Z | [ recovery-image] Feb 12 06:56:47.461 INFO O| Feb 12 06:56:47.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred" |
| 8025 | 2026-02-12T06:56:48.234Z | [ recovery-image] Feb 12 06:56:47.461 INFO O| Feb 12 06:56:47.461 INFO STEP 1036 (remove_files) COMPLETE |
| 8026 | 2026-02-12T06:56:48.236Z | [ recovery-image] Feb 12 06:56:47.461 INFO O| Feb 12 06:56:47.461 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8027 | 2026-02-12T06:56:48.245Z | [ recovery-image] Feb 12 06:56:47.472 INFO O| Feb 12 06:56:47.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt" |
| 8028 | 2026-02-12T06:56:48.245Z | [ recovery-image] Feb 12 06:56:47.472 INFO O| Feb 12 06:56:47.472 INFO STEP 1037 (remove_files) COMPLETE |
| 8029 | 2026-02-12T06:56:48.248Z | [ recovery-image] Feb 12 06:56:47.472 INFO O| Feb 12 06:56:47.472 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8030 | 2026-02-12T06:56:48.257Z | [ recovery-image] Feb 12 06:56:47.485 INFO O| Feb 12 06:56:47.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug" |
| 8031 | 2026-02-12T06:56:48.257Z | [ recovery-image] Feb 12 06:56:47.485 INFO O| Feb 12 06:56:47.485 INFO STEP 1038 (remove_files) COMPLETE |
| 8032 | 2026-02-12T06:56:48.261Z | [ recovery-image] Feb 12 06:56:47.485 INFO O| Feb 12 06:56:47.485 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8033 | 2026-02-12T06:56:48.270Z | [ recovery-image] Feb 12 06:56:47.497 INFO O| Feb 12 06:56:47.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl" |
| 8034 | 2026-02-12T06:56:48.273Z | [ recovery-image] Feb 12 06:56:47.497 INFO O| Feb 12 06:56:47.497 INFO STEP 1039 (remove_files) COMPLETE |
| 8035 | 2026-02-12T06:56:48.273Z | [ recovery-image] Feb 12 06:56:47.498 INFO O| Feb 12 06:56:47.497 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8036 | 2026-02-12T06:56:48.279Z | [ recovery-image] Feb 12 06:56:47.507 INFO O| Feb 12 06:56:47.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap" |
| 8037 | 2026-02-12T06:56:48.279Z | [ recovery-image] Feb 12 06:56:47.507 INFO O| Feb 12 06:56:47.507 INFO STEP 1040 (remove_files) COMPLETE |
| 8038 | 2026-02-12T06:56:48.279Z | [ recovery-image] Feb 12 06:56:47.507 INFO O| Feb 12 06:56:47.507 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8039 | 2026-02-12T06:56:48.289Z | [ recovery-image] Feb 12 06:56:47.516 INFO O| Feb 12 06:56:47.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm" |
| 8040 | 2026-02-12T06:56:48.289Z | [ recovery-image] Feb 12 06:56:47.516 INFO O| Feb 12 06:56:47.516 INFO STEP 1041 (remove_files) COMPLETE |
| 8041 | 2026-02-12T06:56:48.289Z | [ recovery-image] Feb 12 06:56:47.516 INFO O| Feb 12 06:56:47.516 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8042 | 2026-02-12T06:56:48.301Z | [ recovery-image] Feb 12 06:56:47.528 INFO O| Feb 12 06:56:47.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm" |
| 8043 | 2026-02-12T06:56:48.301Z | [ recovery-image] Feb 12 06:56:47.528 INFO O| Feb 12 06:56:47.528 INFO STEP 1042 (remove_files) COMPLETE |
| 8044 | 2026-02-12T06:56:48.305Z | [ recovery-image] Feb 12 06:56:47.528 INFO O| Feb 12 06:56:47.528 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8045 | 2026-02-12T06:56:48.309Z | [ recovery-image] Feb 12 06:56:47.536 INFO O| Feb 12 06:56:47.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert" |
| 8046 | 2026-02-12T06:56:48.309Z | [ recovery-image] Feb 12 06:56:47.536 INFO O| Feb 12 06:56:47.536 INFO STEP 1043 (remove_files) COMPLETE |
| 8047 | 2026-02-12T06:56:48.312Z | [ recovery-image] Feb 12 06:56:47.536 INFO O| Feb 12 06:56:47.536 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8048 | 2026-02-12T06:56:48.320Z | [ recovery-image] Feb 12 06:56:47.548 INFO O| Feb 12 06:56:47.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc" |
| 8049 | 2026-02-12T06:56:48.320Z | [ recovery-image] Feb 12 06:56:47.548 INFO O| Feb 12 06:56:47.548 INFO STEP 1044 (remove_files) COMPLETE |
| 8050 | 2026-02-12T06:56:48.324Z | [ recovery-image] Feb 12 06:56:47.548 INFO O| Feb 12 06:56:47.548 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8051 | 2026-02-12T06:56:48.329Z | [ recovery-image] Feb 12 06:56:47.557 INFO O| Feb 12 06:56:47.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed" |
| 8052 | 2026-02-12T06:56:48.332Z | [ recovery-image] Feb 12 06:56:47.557 INFO O| Feb 12 06:56:47.557 INFO STEP 1045 (remove_files) COMPLETE |
| 8053 | 2026-02-12T06:56:48.332Z | [ recovery-image] Feb 12 06:56:47.557 INFO O| Feb 12 06:56:47.557 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8054 | 2026-02-12T06:56:48.345Z | [ recovery-image] Feb 12 06:56:47.569 INFO O| Feb 12 06:56:47.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm" |
| 8055 | 2026-02-12T06:56:48.345Z | [ recovery-image] Feb 12 06:56:47.569 INFO O| Feb 12 06:56:47.569 INFO STEP 1046 (remove_files) COMPLETE |
| 8056 | 2026-02-12T06:56:48.350Z | [ recovery-image] Feb 12 06:56:47.569 INFO O| Feb 12 06:56:47.569 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8057 | 2026-02-12T06:56:48.353Z | [ recovery-image] Feb 12 06:56:47.581 INFO O| Feb 12 06:56:47.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv" |
| 8058 | 2026-02-12T06:56:48.353Z | [ recovery-image] Feb 12 06:56:47.581 INFO O| Feb 12 06:56:47.581 INFO STEP 1047 (remove_files) COMPLETE |
| 8059 | 2026-02-12T06:56:48.356Z | [ recovery-image] Feb 12 06:56:47.581 INFO O| Feb 12 06:56:47.581 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8060 | 2026-02-12T06:56:48.365Z | [ recovery-image] Feb 12 06:56:47.593 INFO O| Feb 12 06:56:47.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install" |
| 8061 | 2026-02-12T06:56:48.365Z | [ recovery-image] Feb 12 06:56:47.593 INFO O| Feb 12 06:56:47.593 INFO STEP 1048 (remove_files) COMPLETE |
| 8062 | 2026-02-12T06:56:48.370Z | [ recovery-image] Feb 12 06:56:47.593 INFO O| Feb 12 06:56:47.593 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8063 | 2026-02-12T06:56:48.376Z | [ recovery-image] Feb 12 06:56:47.604 INFO O| Feb 12 06:56:47.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot" |
| 8064 | 2026-02-12T06:56:48.377Z | [ recovery-image] Feb 12 06:56:47.604 INFO O| Feb 12 06:56:47.604 INFO STEP 1049 (remove_files) COMPLETE |
| 8065 | 2026-02-12T06:56:48.379Z | [ recovery-image] Feb 12 06:56:47.604 INFO O| Feb 12 06:56:47.604 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8066 | 2026-02-12T06:56:48.385Z | [ recovery-image] Feb 12 06:56:47.612 INFO O| Feb 12 06:56:47.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf" |
| 8067 | 2026-02-12T06:56:48.386Z | [ recovery-image] Feb 12 06:56:47.612 INFO O| Feb 12 06:56:47.612 INFO STEP 1050 (remove_files) COMPLETE |
| 8068 | 2026-02-12T06:56:48.390Z | [ recovery-image] Feb 12 06:56:47.612 INFO O| Feb 12 06:56:47.612 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8069 | 2026-02-12T06:56:48.398Z | [ recovery-image] Feb 12 06:56:47.625 INFO O| Feb 12 06:56:47.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat" |
| 8070 | 2026-02-12T06:56:48.404Z | [ recovery-image] Feb 12 06:56:47.625 INFO O| Feb 12 06:56:47.625 INFO STEP 1051 (remove_files) COMPLETE |
| 8071 | 2026-02-12T06:56:48.404Z | [ recovery-image] Feb 12 06:56:47.625 INFO O| Feb 12 06:56:47.625 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8072 | 2026-02-12T06:56:48.410Z | [ recovery-image] Feb 12 06:56:47.637 INFO O| Feb 12 06:56:47.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs" |
| 8073 | 2026-02-12T06:56:48.414Z | [ recovery-image] Feb 12 06:56:47.637 INFO O| Feb 12 06:56:47.637 INFO STEP 1052 (remove_files) COMPLETE |
| 8074 | 2026-02-12T06:56:48.414Z | [ recovery-image] Feb 12 06:56:47.637 INFO O| Feb 12 06:56:47.637 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8075 | 2026-02-12T06:56:48.421Z | [ recovery-image] Feb 12 06:56:47.648 INFO O| Feb 12 06:56:47.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf" |
| 8076 | 2026-02-12T06:56:48.424Z | [ recovery-image] Feb 12 06:56:47.649 INFO O| Feb 12 06:56:47.648 INFO STEP 1053 (remove_files) COMPLETE |
| 8077 | 2026-02-12T06:56:48.424Z | [ recovery-image] Feb 12 06:56:47.649 INFO O| Feb 12 06:56:47.648 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8078 | 2026-02-12T06:56:48.433Z | [ recovery-image] Feb 12 06:56:47.661 INFO O| Feb 12 06:56:47.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey" |
| 8079 | 2026-02-12T06:56:48.436Z | [ recovery-image] Feb 12 06:56:47.661 INFO O| Feb 12 06:56:47.661 INFO STEP 1054 (remove_files) COMPLETE |
| 8080 | 2026-02-12T06:56:48.436Z | [ recovery-image] Feb 12 06:56:47.661 INFO O| Feb 12 06:56:47.661 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8081 | 2026-02-12T06:56:48.445Z | [ recovery-image] Feb 12 06:56:47.672 INFO O| Feb 12 06:56:47.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv" |
| 8082 | 2026-02-12T06:56:48.445Z | [ recovery-image] Feb 12 06:56:47.672 INFO O| Feb 12 06:56:47.672 INFO STEP 1055 (remove_files) COMPLETE |
| 8083 | 2026-02-12T06:56:48.448Z | [ recovery-image] Feb 12 06:56:47.672 INFO O| Feb 12 06:56:47.672 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8084 | 2026-02-12T06:56:48.456Z | [ recovery-image] Feb 12 06:56:47.684 INFO O| Feb 12 06:56:47.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall" |
| 8085 | 2026-02-12T06:56:48.457Z | [ recovery-image] Feb 12 06:56:47.684 INFO O| Feb 12 06:56:47.684 INFO STEP 1056 (remove_files) COMPLETE |
| 8086 | 2026-02-12T06:56:48.460Z | [ recovery-image] Feb 12 06:56:47.684 INFO O| Feb 12 06:56:47.684 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8087 | 2026-02-12T06:56:48.469Z | [ recovery-image] Feb 12 06:56:47.696 INFO O| Feb 12 06:56:47.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link" |
| 8088 | 2026-02-12T06:56:48.473Z | [ recovery-image] Feb 12 06:56:47.696 INFO O| Feb 12 06:56:47.696 INFO STEP 1057 (remove_files) COMPLETE |
| 8089 | 2026-02-12T06:56:48.473Z | [ recovery-image] Feb 12 06:56:47.696 INFO O| Feb 12 06:56:47.696 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8090 | 2026-02-12T06:56:48.478Z | [ recovery-image] Feb 12 06:56:47.705 INFO O| Feb 12 06:56:47.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices" |
| 8091 | 2026-02-12T06:56:48.478Z | [ recovery-image] Feb 12 06:56:47.705 INFO O| Feb 12 06:56:47.705 INFO STEP 1058 (remove_files) COMPLETE |
| 8092 | 2026-02-12T06:56:48.481Z | [ recovery-image] Feb 12 06:56:47.705 INFO O| Feb 12 06:56:47.705 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8093 | 2026-02-12T06:56:48.490Z | [ recovery-image] Feb 12 06:56:47.717 INFO O| Feb 12 06:56:47.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator" |
| 8094 | 2026-02-12T06:56:48.493Z | [ recovery-image] Feb 12 06:56:47.717 INFO O| Feb 12 06:56:47.717 INFO STEP 1059 (remove_files) COMPLETE |
| 8095 | 2026-02-12T06:56:48.493Z | [ recovery-image] Feb 12 06:56:47.717 INFO O| Feb 12 06:56:47.717 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8096 | 2026-02-12T06:56:48.502Z | [ recovery-image] Feb 12 06:56:47.729 INFO O| Feb 12 06:56:47.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat" |
| 8097 | 2026-02-12T06:56:48.502Z | [ recovery-image] Feb 12 06:56:47.729 INFO O| Feb 12 06:56:47.729 INFO STEP 1060 (remove_files) COMPLETE |
| 8098 | 2026-02-12T06:56:48.505Z | [ recovery-image] Feb 12 06:56:47.729 INFO O| Feb 12 06:56:47.729 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8099 | 2026-02-12T06:56:48.514Z | [ recovery-image] Feb 12 06:56:47.742 INFO O| Feb 12 06:56:47.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm" |
| 8100 | 2026-02-12T06:56:48.514Z | [ recovery-image] Feb 12 06:56:47.742 INFO O| Feb 12 06:56:47.742 INFO STEP 1061 (remove_files) COMPLETE |
| 8101 | 2026-02-12T06:56:48.517Z | [ recovery-image] Feb 12 06:56:47.742 INFO O| Feb 12 06:56:47.742 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8102 | 2026-02-12T06:56:48.526Z | [ recovery-image] Feb 12 06:56:47.753 INFO O| Feb 12 06:56:47.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm" |
| 8103 | 2026-02-12T06:56:48.526Z | [ recovery-image] Feb 12 06:56:47.753 INFO O| Feb 12 06:56:47.753 INFO STEP 1062 (remove_files) COMPLETE |
| 8104 | 2026-02-12T06:56:48.529Z | [ recovery-image] Feb 12 06:56:47.753 INFO O| Feb 12 06:56:47.753 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8105 | 2026-02-12T06:56:48.538Z | [ recovery-image] Feb 12 06:56:47.765 INFO O| Feb 12 06:56:47.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm" |
| 8106 | 2026-02-12T06:56:48.538Z | [ recovery-image] Feb 12 06:56:47.765 INFO O| Feb 12 06:56:47.765 INFO STEP 1063 (remove_files) COMPLETE |
| 8107 | 2026-02-12T06:56:48.538Z | [ recovery-image] Feb 12 06:56:47.765 INFO O| Feb 12 06:56:47.765 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8108 | 2026-02-12T06:56:48.549Z | [ recovery-image] Feb 12 06:56:47.777 INFO O| Feb 12 06:56:47.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc" |
| 8109 | 2026-02-12T06:56:48.549Z | [ recovery-image] Feb 12 06:56:47.777 INFO O| Feb 12 06:56:47.777 INFO STEP 1064 (remove_files) COMPLETE |
| 8110 | 2026-02-12T06:56:48.549Z | [ recovery-image] Feb 12 06:56:47.777 INFO O| Feb 12 06:56:47.777 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8111 | 2026-02-12T06:56:48.560Z | [ recovery-image] Feb 12 06:56:47.788 INFO O| Feb 12 06:56:47.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps" |
| 8112 | 2026-02-12T06:56:48.561Z | [ recovery-image] Feb 12 06:56:47.788 INFO O| Feb 12 06:56:47.788 INFO STEP 1065 (remove_files) COMPLETE |
| 8113 | 2026-02-12T06:56:48.565Z | [ recovery-image] Feb 12 06:56:47.788 INFO O| Feb 12 06:56:47.788 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8114 | 2026-02-12T06:56:48.573Z | [ recovery-image] Feb 12 06:56:47.800 INFO O| Feb 12 06:56:47.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile" |
| 8115 | 2026-02-12T06:56:48.576Z | [ recovery-image] Feb 12 06:56:47.800 INFO O| Feb 12 06:56:47.800 INFO STEP 1066 (remove_files) COMPLETE |
| 8116 | 2026-02-12T06:56:48.576Z | [ recovery-image] Feb 12 06:56:47.800 INFO O| Feb 12 06:56:47.800 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8117 | 2026-02-12T06:56:48.585Z | [ recovery-image] Feb 12 06:56:47.812 INFO O| Feb 12 06:56:47.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod" |
| 8118 | 2026-02-12T06:56:48.589Z | [ recovery-image] Feb 12 06:56:47.812 INFO O| Feb 12 06:56:47.812 INFO STEP 1067 (remove_files) COMPLETE |
| 8119 | 2026-02-12T06:56:48.589Z | [ recovery-image] Feb 12 06:56:47.812 INFO O| Feb 12 06:56:47.812 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8120 | 2026-02-12T06:56:48.596Z | [ recovery-image] Feb 12 06:56:47.823 INFO O| Feb 12 06:56:47.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo" |
| 8121 | 2026-02-12T06:56:48.599Z | [ recovery-image] Feb 12 06:56:47.823 INFO O| Feb 12 06:56:47.823 INFO STEP 1068 (remove_files) COMPLETE |
| 8122 | 2026-02-12T06:56:48.599Z | [ recovery-image] Feb 12 06:56:47.823 INFO O| Feb 12 06:56:47.823 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8123 | 2026-02-12T06:56:48.608Z | [ recovery-image] Feb 12 06:56:47.836 INFO O| Feb 12 06:56:47.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload" |
| 8124 | 2026-02-12T06:56:48.608Z | [ recovery-image] Feb 12 06:56:47.836 INFO O| Feb 12 06:56:47.836 INFO STEP 1069 (remove_files) COMPLETE |
| 8125 | 2026-02-12T06:56:48.611Z | [ recovery-image] Feb 12 06:56:47.836 INFO O| Feb 12 06:56:47.836 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8126 | 2026-02-12T06:56:48.620Z | [ recovery-image] Feb 12 06:56:47.847 INFO O| Feb 12 06:56:47.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall" |
| 8127 | 2026-02-12T06:56:48.623Z | [ recovery-image] Feb 12 06:56:47.848 INFO O| Feb 12 06:56:47.848 INFO STEP 1070 (remove_files) COMPLETE |
| 8128 | 2026-02-12T06:56:48.623Z | [ recovery-image] Feb 12 06:56:47.848 INFO O| Feb 12 06:56:47.848 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8129 | 2026-02-12T06:56:48.633Z | [ recovery-image] Feb 12 06:56:47.860 INFO O| Feb 12 06:56:47.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid" |
| 8130 | 2026-02-12T06:56:48.633Z | [ recovery-image] Feb 12 06:56:47.860 INFO O| Feb 12 06:56:47.860 INFO STEP 1071 (remove_files) COMPLETE |
| 8131 | 2026-02-12T06:56:48.636Z | [ recovery-image] Feb 12 06:56:47.861 INFO O| Feb 12 06:56:47.860 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8132 | 2026-02-12T06:56:48.645Z | [ recovery-image] Feb 12 06:56:47.872 INFO O| Feb 12 06:56:47.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir" |
| 8133 | 2026-02-12T06:56:48.648Z | [ recovery-image] Feb 12 06:56:47.872 INFO O| Feb 12 06:56:47.872 INFO STEP 1072 (remove_files) COMPLETE |
| 8134 | 2026-02-12T06:56:48.648Z | [ recovery-image] Feb 12 06:56:47.872 INFO O| Feb 12 06:56:47.872 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8135 | 2026-02-12T06:56:48.657Z | [ recovery-image] Feb 12 06:56:47.884 INFO O| Feb 12 06:56:47.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp" |
| 8136 | 2026-02-12T06:56:48.657Z | [ recovery-image] Feb 12 06:56:47.884 INFO O| Feb 12 06:56:47.884 INFO STEP 1073 (remove_files) COMPLETE |
| 8137 | 2026-02-12T06:56:48.657Z | [ recovery-image] Feb 12 06:56:47.884 INFO O| Feb 12 06:56:47.884 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8138 | 2026-02-12T06:56:48.670Z | [ recovery-image] Feb 12 06:56:47.896 INFO O| Feb 12 06:56:47.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin" |
| 8139 | 2026-02-12T06:56:48.670Z | [ recovery-image] Feb 12 06:56:47.896 INFO O| Feb 12 06:56:47.896 INFO STEP 1074 (remove_files) COMPLETE |
| 8140 | 2026-02-12T06:56:48.673Z | [ recovery-image] Feb 12 06:56:47.896 INFO O| Feb 12 06:56:47.896 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8141 | 2026-02-12T06:56:48.680Z | [ recovery-image] Feb 12 06:56:47.908 INFO O| Feb 12 06:56:47.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest" |
| 8142 | 2026-02-12T06:56:48.680Z | [ recovery-image] Feb 12 06:56:47.908 INFO O| Feb 12 06:56:47.908 INFO STEP 1075 (remove_files) COMPLETE |
| 8143 | 2026-02-12T06:56:48.683Z | [ recovery-image] Feb 12 06:56:47.908 INFO O| Feb 12 06:56:47.908 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8144 | 2026-02-12T06:56:48.692Z | [ recovery-image] Feb 12 06:56:47.920 INFO O| Feb 12 06:56:47.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm" |
| 8145 | 2026-02-12T06:56:48.692Z | [ recovery-image] Feb 12 06:56:47.920 INFO O| Feb 12 06:56:47.920 INFO STEP 1076 (remove_files) COMPLETE |
| 8146 | 2026-02-12T06:56:48.692Z | [ recovery-image] Feb 12 06:56:47.920 INFO O| Feb 12 06:56:47.920 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8147 | 2026-02-12T06:56:48.701Z | [ recovery-image] Feb 12 06:56:47.929 INFO O| Feb 12 06:56:47.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg" |
| 8148 | 2026-02-12T06:56:48.704Z | [ recovery-image] Feb 12 06:56:47.929 INFO O| Feb 12 06:56:47.929 INFO STEP 1077 (remove_files) COMPLETE |
| 8149 | 2026-02-12T06:56:48.704Z | [ recovery-image] Feb 12 06:56:47.929 INFO O| Feb 12 06:56:47.929 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8150 | 2026-02-12T06:56:48.712Z | [ recovery-image] Feb 12 06:56:47.939 INFO O| Feb 12 06:56:47.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind" |
| 8151 | 2026-02-12T06:56:48.712Z | [ recovery-image] Feb 12 06:56:47.939 INFO O| Feb 12 06:56:47.939 INFO STEP 1078 (remove_files) COMPLETE |
| 8152 | 2026-02-12T06:56:48.712Z | [ recovery-image] Feb 12 06:56:47.939 INFO O| Feb 12 06:56:47.939 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8153 | 2026-02-12T06:56:48.724Z | [ recovery-image] Feb 12 06:56:47.951 INFO O| Feb 12 06:56:47.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping" |
| 8154 | 2026-02-12T06:56:48.724Z | [ recovery-image] Feb 12 06:56:47.951 INFO O| Feb 12 06:56:47.951 INFO STEP 1079 (remove_files) COMPLETE |
| 8155 | 2026-02-12T06:56:48.740Z | [ recovery-image] Feb 12 06:56:47.951 INFO O| Feb 12 06:56:47.951 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8156 | 2026-02-12T06:56:48.740Z | [ recovery-image] Feb 12 06:56:47.963 INFO O| Feb 12 06:56:47.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd" |
| 8157 | 2026-02-12T06:56:48.740Z | [ recovery-image] Feb 12 06:56:47.963 INFO O| Feb 12 06:56:47.963 INFO STEP 1080 (remove_files) COMPLETE |
| 8158 | 2026-02-12T06:56:48.741Z | [ recovery-image] Feb 12 06:56:47.963 INFO O| Feb 12 06:56:47.963 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8159 | 2026-02-12T06:56:48.748Z | [ recovery-image] Feb 12 06:56:47.975 INFO O| Feb 12 06:56:47.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask" |
| 8160 | 2026-02-12T06:56:48.748Z | [ recovery-image] Feb 12 06:56:47.975 INFO O| Feb 12 06:56:47.975 INFO STEP 1081 (remove_files) COMPLETE |
| 8161 | 2026-02-12T06:56:48.748Z | [ recovery-image] Feb 12 06:56:47.975 INFO O| Feb 12 06:56:47.975 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8162 | 2026-02-12T06:56:48.759Z | [ recovery-image] Feb 12 06:56:47.987 INFO O| Feb 12 06:56:47.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk" |
| 8163 | 2026-02-12T06:56:48.762Z | [ recovery-image] Feb 12 06:56:47.987 INFO O| Feb 12 06:56:47.987 INFO STEP 1082 (remove_files) COMPLETE |
| 8164 | 2026-02-12T06:56:48.762Z | [ recovery-image] Feb 12 06:56:47.987 INFO O| Feb 12 06:56:47.987 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8165 | 2026-02-12T06:56:48.782Z | [ recovery-image] Feb 12 06:56:47.999 INFO O| Feb 12 06:56:47.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm" |
| 8166 | 2026-02-12T06:56:48.782Z | [ recovery-image] Feb 12 06:56:47.999 INFO O| Feb 12 06:56:47.999 INFO STEP 1083 (remove_files) COMPLETE |
| 8167 | 2026-02-12T06:56:48.782Z | [ recovery-image] Feb 12 06:56:47.999 INFO O| Feb 12 06:56:47.999 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8168 | 2026-02-12T06:56:48.785Z | [ recovery-image] Feb 12 06:56:48.011 INFO O| Feb 12 06:56:48.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat" |
| 8169 | 2026-02-12T06:56:48.786Z | [ recovery-image] Feb 12 06:56:48.011 INFO O| Feb 12 06:56:48.011 INFO STEP 1084 (remove_files) COMPLETE |
| 8170 | 2026-02-12T06:56:48.786Z | [ recovery-image] Feb 12 06:56:48.011 INFO O| Feb 12 06:56:48.011 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8171 | 2026-02-12T06:56:48.795Z | [ recovery-image] Feb 12 06:56:48.022 INFO O| Feb 12 06:56:48.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm" |
| 8172 | 2026-02-12T06:56:48.795Z | [ recovery-image] Feb 12 06:56:48.022 INFO O| Feb 12 06:56:48.022 INFO STEP 1085 (remove_files) COMPLETE |
| 8173 | 2026-02-12T06:56:48.798Z | [ recovery-image] Feb 12 06:56:48.022 INFO O| Feb 12 06:56:48.022 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8174 | 2026-02-12T06:56:48.806Z | [ recovery-image] Feb 12 06:56:48.034 INFO O| Feb 12 06:56:48.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind" |
| 8175 | 2026-02-12T06:56:48.806Z | [ recovery-image] Feb 12 06:56:48.034 INFO O| Feb 12 06:56:48.034 INFO STEP 1086 (remove_files) COMPLETE |
| 8176 | 2026-02-12T06:56:48.806Z | [ recovery-image] Feb 12 06:56:48.034 INFO O| Feb 12 06:56:48.034 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8177 | 2026-02-12T06:56:48.816Z | [ recovery-image] Feb 12 06:56:48.044 INFO O| Feb 12 06:56:48.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg" |
| 8178 | 2026-02-12T06:56:48.820Z | [ recovery-image] Feb 12 06:56:48.044 INFO O| Feb 12 06:56:48.044 INFO STEP 1087 (remove_files) COMPLETE |
| 8179 | 2026-02-12T06:56:48.820Z | [ recovery-image] Feb 12 06:56:48.044 INFO O| Feb 12 06:56:48.044 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8180 | 2026-02-12T06:56:48.828Z | [ recovery-image] Feb 12 06:56:48.056 INFO O| Feb 12 06:56:48.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports" |
| 8181 | 2026-02-12T06:56:48.828Z | [ recovery-image] Feb 12 06:56:48.056 INFO O| Feb 12 06:56:48.056 INFO STEP 1088 (remove_files) COMPLETE |
| 8182 | 2026-02-12T06:56:48.828Z | [ recovery-image] Feb 12 06:56:48.056 INFO O| Feb 12 06:56:48.056 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8183 | 2026-02-12T06:56:48.838Z | [ recovery-image] Feb 12 06:56:48.065 INFO O| Feb 12 06:56:48.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff" |
| 8184 | 2026-02-12T06:56:48.841Z | [ recovery-image] Feb 12 06:56:48.065 INFO O| Feb 12 06:56:48.065 INFO STEP 1089 (remove_files) COMPLETE |
| 8185 | 2026-02-12T06:56:48.841Z | [ recovery-image] Feb 12 06:56:48.065 INFO O| Feb 12 06:56:48.065 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8186 | 2026-02-12T06:56:48.845Z | [ recovery-image] Feb 12 06:56:48.073 INFO O| Feb 12 06:56:48.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm" |
| 8187 | 2026-02-12T06:56:48.848Z | [ recovery-image] Feb 12 06:56:48.074 INFO O| Feb 12 06:56:48.074 INFO STEP 1090 (remove_files) COMPLETE |
| 8188 | 2026-02-12T06:56:48.848Z | [ recovery-image] Feb 12 06:56:48.074 INFO O| Feb 12 06:56:48.074 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8189 | 2026-02-12T06:56:48.858Z | [ recovery-image] Feb 12 06:56:48.085 INFO O| Feb 12 06:56:48.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit" |
| 8190 | 2026-02-12T06:56:48.858Z | [ recovery-image] Feb 12 06:56:48.085 INFO O| Feb 12 06:56:48.085 INFO STEP 1091 (remove_files) COMPLETE |
| 8191 | 2026-02-12T06:56:48.861Z | [ recovery-image] Feb 12 06:56:48.085 INFO O| Feb 12 06:56:48.085 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8192 | 2026-02-12T06:56:48.870Z | [ recovery-image] Feb 12 06:56:48.097 INFO O| Feb 12 06:56:48.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd" |
| 8193 | 2026-02-12T06:56:48.870Z | [ recovery-image] Feb 12 06:56:48.097 INFO O| Feb 12 06:56:48.097 INFO STEP 1092 (remove_files) COMPLETE |
| 8194 | 2026-02-12T06:56:48.870Z | [ recovery-image] Feb 12 06:56:48.097 INFO O| Feb 12 06:56:48.097 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8195 | 2026-02-12T06:56:48.880Z | [ recovery-image] Feb 12 06:56:48.108 INFO O| Feb 12 06:56:48.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel" |
| 8196 | 2026-02-12T06:56:48.880Z | [ recovery-image] Feb 12 06:56:48.108 INFO O| Feb 12 06:56:48.108 INFO STEP 1093 (remove_files) COMPLETE |
| 8197 | 2026-02-12T06:56:48.883Z | [ recovery-image] Feb 12 06:56:48.108 INFO O| Feb 12 06:56:48.108 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8198 | 2026-02-12T06:56:48.891Z | [ recovery-image] Feb 12 06:56:48.118 INFO O| Feb 12 06:56:48.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod" |
| 8199 | 2026-02-12T06:56:48.891Z | [ recovery-image] Feb 12 06:56:48.119 INFO O| Feb 12 06:56:48.119 INFO STEP 1094 (remove_files) COMPLETE |
| 8200 | 2026-02-12T06:56:48.891Z | [ recovery-image] Feb 12 06:56:48.119 INFO O| Feb 12 06:56:48.119 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8201 | 2026-02-12T06:56:48.902Z | [ recovery-image] Feb 12 06:56:48.129 INFO O| Feb 12 06:56:48.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag" |
| 8202 | 2026-02-12T06:56:48.902Z | [ recovery-image] Feb 12 06:56:48.129 INFO O| Feb 12 06:56:48.129 INFO STEP 1095 (remove_files) COMPLETE |
| 8203 | 2026-02-12T06:56:48.902Z | [ recovery-image] Feb 12 06:56:48.129 INFO O| Feb 12 06:56:48.129 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8204 | 2026-02-12T06:56:48.914Z | [ recovery-image] Feb 12 06:56:48.141 INFO O| Feb 12 06:56:48.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl" |
| 8205 | 2026-02-12T06:56:48.914Z | [ recovery-image] Feb 12 06:56:48.141 INFO O| Feb 12 06:56:48.141 INFO STEP 1096 (remove_files) COMPLETE |
| 8206 | 2026-02-12T06:56:48.917Z | [ recovery-image] Feb 12 06:56:48.141 INFO O| Feb 12 06:56:48.141 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8207 | 2026-02-12T06:56:48.925Z | [ recovery-image] Feb 12 06:56:48.153 INFO O| Feb 12 06:56:48.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc" |
| 8208 | 2026-02-12T06:56:48.925Z | [ recovery-image] Feb 12 06:56:48.153 INFO O| Feb 12 06:56:48.153 INFO STEP 1097 (remove_files) COMPLETE |
| 8209 | 2026-02-12T06:56:48.928Z | [ recovery-image] Feb 12 06:56:48.153 INFO O| Feb 12 06:56:48.153 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8210 | 2026-02-12T06:56:48.938Z | [ recovery-image] Feb 12 06:56:48.166 INFO O| Feb 12 06:56:48.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm" |
| 8211 | 2026-02-12T06:56:48.938Z | [ recovery-image] Feb 12 06:56:48.166 INFO O| Feb 12 06:56:48.166 INFO STEP 1098 (remove_files) COMPLETE |
| 8212 | 2026-02-12T06:56:48.941Z | [ recovery-image] Feb 12 06:56:48.166 INFO O| Feb 12 06:56:48.166 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8213 | 2026-02-12T06:56:48.950Z | [ recovery-image] Feb 12 06:56:48.177 INFO O| Feb 12 06:56:48.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo" |
| 8214 | 2026-02-12T06:56:48.950Z | [ recovery-image] Feb 12 06:56:48.177 INFO O| Feb 12 06:56:48.177 INFO STEP 1099 (remove_files) COMPLETE |
| 8215 | 2026-02-12T06:56:48.950Z | [ recovery-image] Feb 12 06:56:48.177 INFO O| Feb 12 06:56:48.177 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8216 | 2026-02-12T06:56:48.962Z | [ recovery-image] Feb 12 06:56:48.189 INFO O| Feb 12 06:56:48.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset" |
| 8217 | 2026-02-12T06:56:48.962Z | [ recovery-image] Feb 12 06:56:48.190 INFO O| Feb 12 06:56:48.190 INFO STEP 1100 (remove_files) COMPLETE |
| 8218 | 2026-02-12T06:56:48.965Z | [ recovery-image] Feb 12 06:56:48.190 INFO O| Feb 12 06:56:48.190 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8219 | 2026-02-12T06:56:48.973Z | [ recovery-image] Feb 12 06:56:48.201 INFO O| Feb 12 06:56:48.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck" |
| 8220 | 2026-02-12T06:56:48.976Z | [ recovery-image] Feb 12 06:56:48.201 INFO O| Feb 12 06:56:48.201 INFO STEP 1101 (remove_files) COMPLETE |
| 8221 | 2026-02-12T06:56:48.977Z | [ recovery-image] Feb 12 06:56:48.201 INFO O| Feb 12 06:56:48.201 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8222 | 2026-02-12T06:56:48.986Z | [ recovery-image] Feb 12 06:56:48.213 INFO O| Feb 12 06:56:48.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv" |
| 8223 | 2026-02-12T06:56:48.986Z | [ recovery-image] Feb 12 06:56:48.213 INFO O| Feb 12 06:56:48.213 INFO STEP 1102 (remove_files) COMPLETE |
| 8224 | 2026-02-12T06:56:48.986Z | [ recovery-image] Feb 12 06:56:48.213 INFO O| Feb 12 06:56:48.213 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8225 | 2026-02-12T06:56:48.993Z | [ recovery-image] Feb 12 06:56:48.221 INFO O| Feb 12 06:56:48.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl" |
| 8226 | 2026-02-12T06:56:48.997Z | [ recovery-image] Feb 12 06:56:48.221 INFO O| Feb 12 06:56:48.221 INFO STEP 1103 (remove_files) COMPLETE |
| 8227 | 2026-02-12T06:56:48.997Z | [ recovery-image] Feb 12 06:56:48.221 INFO O| Feb 12 06:56:48.221 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8228 | 2026-02-12T06:56:49.006Z | [ recovery-image] Feb 12 06:56:48.233 INFO O| Feb 12 06:56:48.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm" |
| 8229 | 2026-02-12T06:56:49.009Z | [ recovery-image] Feb 12 06:56:48.233 INFO O| Feb 12 06:56:48.233 INFO STEP 1104 (remove_files) COMPLETE |
| 8230 | 2026-02-12T06:56:49.009Z | [ recovery-image] Feb 12 06:56:48.233 INFO O| Feb 12 06:56:48.233 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8231 | 2026-02-12T06:56:49.016Z | [ recovery-image] Feb 12 06:56:48.243 INFO O| Feb 12 06:56:48.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm" |
| 8232 | 2026-02-12T06:56:49.019Z | [ recovery-image] Feb 12 06:56:48.243 INFO O| Feb 12 06:56:48.243 INFO STEP 1105 (remove_files) COMPLETE |
| 8233 | 2026-02-12T06:56:49.019Z | [ recovery-image] Feb 12 06:56:48.243 INFO O| Feb 12 06:56:48.243 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8234 | 2026-02-12T06:56:49.028Z | [ recovery-image] Feb 12 06:56:48.255 INFO O| Feb 12 06:56:48.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr" |
| 8235 | 2026-02-12T06:56:49.031Z | [ recovery-image] Feb 12 06:56:48.256 INFO O| Feb 12 06:56:48.256 INFO STEP 1106 (remove_files) COMPLETE |
| 8236 | 2026-02-12T06:56:49.031Z | [ recovery-image] Feb 12 06:56:48.256 INFO O| Feb 12 06:56:48.256 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8237 | 2026-02-12T06:56:49.038Z | [ recovery-image] Feb 12 06:56:48.265 INFO O| Feb 12 06:56:48.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot" |
| 8238 | 2026-02-12T06:56:49.040Z | [ recovery-image] Feb 12 06:56:48.265 INFO O| Feb 12 06:56:48.265 INFO STEP 1107 (remove_files) COMPLETE |
| 8239 | 2026-02-12T06:56:49.041Z | [ recovery-image] Feb 12 06:56:48.265 INFO O| Feb 12 06:56:48.265 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8240 | 2026-02-12T06:56:49.049Z | [ recovery-image] Feb 12 06:56:48.277 INFO O| Feb 12 06:56:48.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv" |
| 8241 | 2026-02-12T06:56:49.052Z | [ recovery-image] Feb 12 06:56:48.278 INFO O| Feb 12 06:56:48.278 INFO STEP 1108 (remove_files) COMPLETE |
| 8242 | 2026-02-12T06:56:49.053Z | [ recovery-image] Feb 12 06:56:48.278 INFO O| Feb 12 06:56:48.278 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8243 | 2026-02-12T06:56:49.062Z | [ recovery-image] Feb 12 06:56:48.289 INFO O| Feb 12 06:56:48.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef" |
| 8244 | 2026-02-12T06:56:49.065Z | [ recovery-image] Feb 12 06:56:48.289 INFO O| Feb 12 06:56:48.289 INFO STEP 1109 (remove_files) COMPLETE |
| 8245 | 2026-02-12T06:56:49.065Z | [ recovery-image] Feb 12 06:56:48.289 INFO O| Feb 12 06:56:48.289 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8246 | 2026-02-12T06:56:49.075Z | [ recovery-image] Feb 12 06:56:48.302 INFO O| Feb 12 06:56:48.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd" |
| 8247 | 2026-02-12T06:56:49.078Z | [ recovery-image] Feb 12 06:56:48.302 INFO O| Feb 12 06:56:48.302 INFO STEP 1110 (remove_files) COMPLETE |
| 8248 | 2026-02-12T06:56:49.078Z | [ recovery-image] Feb 12 06:56:48.302 INFO O| Feb 12 06:56:48.302 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8249 | 2026-02-12T06:56:49.086Z | [ recovery-image] Feb 12 06:56:48.313 INFO O| Feb 12 06:56:48.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel" |
| 8250 | 2026-02-12T06:56:49.096Z | [ recovery-image] Feb 12 06:56:48.313 INFO O| Feb 12 06:56:48.313 INFO STEP 1111 (remove_files) COMPLETE |
| 8251 | 2026-02-12T06:56:49.096Z | [ recovery-image] Feb 12 06:56:48.313 INFO O| Feb 12 06:56:48.313 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8252 | 2026-02-12T06:56:49.100Z | [ recovery-image] Feb 12 06:56:48.325 INFO O| Feb 12 06:56:48.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod" |
| 8253 | 2026-02-12T06:56:49.100Z | [ recovery-image] Feb 12 06:56:48.326 INFO O| Feb 12 06:56:48.325 INFO STEP 1112 (remove_files) COMPLETE |
| 8254 | 2026-02-12T06:56:49.100Z | [ recovery-image] Feb 12 06:56:48.326 INFO O| Feb 12 06:56:48.326 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8255 | 2026-02-12T06:56:49.113Z | [ recovery-image] Feb 12 06:56:48.338 INFO O| Feb 12 06:56:48.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive" |
| 8256 | 2026-02-12T06:56:49.113Z | [ recovery-image] Feb 12 06:56:48.338 INFO O| Feb 12 06:56:48.338 INFO STEP 1113 (remove_files) COMPLETE |
| 8257 | 2026-02-12T06:56:49.118Z | [ recovery-image] Feb 12 06:56:48.338 INFO O| Feb 12 06:56:48.338 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8258 | 2026-02-12T06:56:49.124Z | [ recovery-image] Feb 12 06:56:48.351 INFO O| Feb 12 06:56:48.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind" |
| 8259 | 2026-02-12T06:56:49.124Z | [ recovery-image] Feb 12 06:56:48.351 INFO O| Feb 12 06:56:48.351 INFO STEP 1114 (remove_files) COMPLETE |
| 8260 | 2026-02-12T06:56:49.124Z | [ recovery-image] Feb 12 06:56:48.351 INFO O| Feb 12 06:56:48.351 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8261 | 2026-02-12T06:56:49.136Z | [ recovery-image] Feb 12 06:56:48.363 INFO O| Feb 12 06:56:48.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc" |
| 8262 | 2026-02-12T06:56:49.141Z | [ recovery-image] Feb 12 06:56:48.363 INFO O| Feb 12 06:56:48.363 INFO STEP 1115 (remove_files) COMPLETE |
| 8263 | 2026-02-12T06:56:49.141Z | [ recovery-image] Feb 12 06:56:48.363 INFO O| Feb 12 06:56:48.363 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8264 | 2026-02-12T06:56:49.148Z | [ recovery-image] Feb 12 06:56:48.372 INFO O| Feb 12 06:56:48.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery" |
| 8265 | 2026-02-12T06:56:49.148Z | [ recovery-image] Feb 12 06:56:48.372 INFO O| Feb 12 06:56:48.372 INFO STEP 1116 (remove_files) COMPLETE |
| 8266 | 2026-02-12T06:56:49.148Z | [ recovery-image] Feb 12 06:56:48.372 INFO O| Feb 12 06:56:48.372 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8267 | 2026-02-12T06:56:49.157Z | [ recovery-image] Feb 12 06:56:48.384 INFO O| Feb 12 06:56:48.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt" |
| 8268 | 2026-02-12T06:56:49.160Z | [ recovery-image] Feb 12 06:56:48.384 INFO O| Feb 12 06:56:48.384 INFO STEP 1117 (remove_files) COMPLETE |
| 8269 | 2026-02-12T06:56:49.160Z | [ recovery-image] Feb 12 06:56:48.384 INFO O| Feb 12 06:56:48.384 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8270 | 2026-02-12T06:56:49.169Z | [ recovery-image] Feb 12 06:56:48.396 INFO O| Feb 12 06:56:48.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share" |
| 8271 | 2026-02-12T06:56:49.173Z | [ recovery-image] Feb 12 06:56:48.396 INFO O| Feb 12 06:56:48.396 INFO STEP 1118 (remove_files) COMPLETE |
| 8272 | 2026-02-12T06:56:49.173Z | [ recovery-image] Feb 12 06:56:48.396 INFO O| Feb 12 06:56:48.396 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8273 | 2026-02-12T06:56:49.181Z | [ recovery-image] Feb 12 06:56:48.408 INFO O| Feb 12 06:56:48.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall" |
| 8274 | 2026-02-12T06:56:49.181Z | [ recovery-image] Feb 12 06:56:48.408 INFO O| Feb 12 06:56:48.408 INFO STEP 1119 (remove_files) COMPLETE |
| 8275 | 2026-02-12T06:56:49.184Z | [ recovery-image] Feb 12 06:56:48.408 INFO O| Feb 12 06:56:48.408 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8276 | 2026-02-12T06:56:49.193Z | [ recovery-image] Feb 12 06:56:48.420 INFO O| Feb 12 06:56:48.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl" |
| 8277 | 2026-02-12T06:56:49.196Z | [ recovery-image] Feb 12 06:56:48.420 INFO O| Feb 12 06:56:48.420 INFO STEP 1120 (remove_files) COMPLETE |
| 8278 | 2026-02-12T06:56:49.196Z | [ recovery-image] Feb 12 06:56:48.421 INFO O| Feb 12 06:56:48.420 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8279 | 2026-02-12T06:56:49.203Z | [ recovery-image] Feb 12 06:56:48.431 INFO O| Feb 12 06:56:48.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr" |
| 8280 | 2026-02-12T06:56:49.207Z | [ recovery-image] Feb 12 06:56:48.431 INFO O| Feb 12 06:56:48.431 INFO STEP 1121 (remove_files) COMPLETE |
| 8281 | 2026-02-12T06:56:49.207Z | [ recovery-image] Feb 12 06:56:48.431 INFO O| Feb 12 06:56:48.431 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8282 | 2026-02-12T06:56:49.215Z | [ recovery-image] Feb 12 06:56:48.443 INFO O| Feb 12 06:56:48.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown" |
| 8283 | 2026-02-12T06:56:49.215Z | [ recovery-image] Feb 12 06:56:48.443 INFO O| Feb 12 06:56:48.443 INFO STEP 1122 (remove_files) COMPLETE |
| 8284 | 2026-02-12T06:56:49.215Z | [ recovery-image] Feb 12 06:56:48.443 INFO O| Feb 12 06:56:48.443 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8285 | 2026-02-12T06:56:49.228Z | [ recovery-image] Feb 12 06:56:48.455 INFO O| Feb 12 06:56:48.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm" |
| 8286 | 2026-02-12T06:56:49.228Z | [ recovery-image] Feb 12 06:56:48.455 INFO O| Feb 12 06:56:48.455 INFO STEP 1123 (remove_files) COMPLETE |
| 8287 | 2026-02-12T06:56:49.231Z | [ recovery-image] Feb 12 06:56:48.455 INFO O| Feb 12 06:56:48.455 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8288 | 2026-02-12T06:56:49.240Z | [ recovery-image] Feb 12 06:56:48.467 INFO O| Feb 12 06:56:48.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios" |
| 8289 | 2026-02-12T06:56:49.240Z | [ recovery-image] Feb 12 06:56:48.467 INFO O| Feb 12 06:56:48.467 INFO STEP 1124 (remove_files) COMPLETE |
| 8290 | 2026-02-12T06:56:49.240Z | [ recovery-image] Feb 12 06:56:48.467 INFO O| Feb 12 06:56:48.467 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8291 | 2026-02-12T06:56:49.252Z | [ recovery-image] Feb 12 06:56:48.479 INFO O| Feb 12 06:56:48.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat" |
| 8292 | 2026-02-12T06:56:49.255Z | [ recovery-image] Feb 12 06:56:48.479 INFO O| Feb 12 06:56:48.479 INFO STEP 1125 (remove_files) COMPLETE |
| 8293 | 2026-02-12T06:56:49.255Z | [ recovery-image] Feb 12 06:56:48.480 INFO O| Feb 12 06:56:48.479 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8294 | 2026-02-12T06:56:49.264Z | [ recovery-image] Feb 12 06:56:48.491 INFO O| Feb 12 06:56:48.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd" |
| 8295 | 2026-02-12T06:56:49.267Z | [ recovery-image] Feb 12 06:56:48.492 INFO O| Feb 12 06:56:48.492 INFO STEP 1126 (remove_files) COMPLETE |
| 8296 | 2026-02-12T06:56:49.267Z | [ recovery-image] Feb 12 06:56:48.492 INFO O| Feb 12 06:56:48.492 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8297 | 2026-02-12T06:56:49.277Z | [ recovery-image] Feb 12 06:56:48.504 INFO O| Feb 12 06:56:48.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd" |
| 8298 | 2026-02-12T06:56:49.280Z | [ recovery-image] Feb 12 06:56:48.504 INFO O| Feb 12 06:56:48.504 INFO STEP 1127 (remove_files) COMPLETE |
| 8299 | 2026-02-12T06:56:49.280Z | [ recovery-image] Feb 12 06:56:48.505 INFO O| Feb 12 06:56:48.504 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8300 | 2026-02-12T06:56:49.289Z | [ recovery-image] Feb 12 06:56:48.516 INFO O| Feb 12 06:56:48.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop" |
| 8301 | 2026-02-12T06:56:49.292Z | [ recovery-image] Feb 12 06:56:48.516 INFO O| Feb 12 06:56:48.516 INFO STEP 1128 (remove_files) COMPLETE |
| 8302 | 2026-02-12T06:56:49.292Z | [ recovery-image] Feb 12 06:56:48.517 INFO O| Feb 12 06:56:48.516 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8303 | 2026-02-12T06:56:49.300Z | [ recovery-image] Feb 12 06:56:48.527 INFO O| Feb 12 06:56:48.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd" |
| 8304 | 2026-02-12T06:56:49.304Z | [ recovery-image] Feb 12 06:56:48.527 INFO O| Feb 12 06:56:48.527 INFO STEP 1129 (remove_files) COMPLETE |
| 8305 | 2026-02-12T06:56:49.304Z | [ recovery-image] Feb 12 06:56:48.527 INFO O| Feb 12 06:56:48.527 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8306 | 2026-02-12T06:56:49.313Z | [ recovery-image] Feb 12 06:56:48.540 INFO O| Feb 12 06:56:48.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot" |
| 8307 | 2026-02-12T06:56:49.313Z | [ recovery-image] Feb 12 06:56:48.540 INFO O| Feb 12 06:56:48.540 INFO STEP 1130 (remove_files) COMPLETE |
| 8308 | 2026-02-12T06:56:49.316Z | [ recovery-image] Feb 12 06:56:48.540 INFO O| Feb 12 06:56:48.540 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8309 | 2026-02-12T06:56:49.326Z | [ recovery-image] Feb 12 06:56:48.553 INFO O| Feb 12 06:56:48.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace" |
| 8310 | 2026-02-12T06:56:49.328Z | [ recovery-image] Feb 12 06:56:48.553 INFO O| Feb 12 06:56:48.553 INFO STEP 1131 (remove_files) COMPLETE |
| 8311 | 2026-02-12T06:56:49.328Z | [ recovery-image] Feb 12 06:56:48.553 INFO O| Feb 12 06:56:48.553 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8312 | 2026-02-12T06:56:49.340Z | [ recovery-image] Feb 12 06:56:48.567 INFO O| Feb 12 06:56:48.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean" |
| 8313 | 2026-02-12T06:56:49.340Z | [ recovery-image] Feb 12 06:56:48.567 INFO O| Feb 12 06:56:48.567 INFO STEP 1132 (remove_files) COMPLETE |
| 8314 | 2026-02-12T06:56:49.343Z | [ recovery-image] Feb 12 06:56:48.567 INFO O| Feb 12 06:56:48.567 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8315 | 2026-02-12T06:56:49.353Z | [ recovery-image] Feb 12 06:56:48.580 INFO O| Feb 12 06:56:48.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr" |
| 8316 | 2026-02-12T06:56:49.353Z | [ recovery-image] Feb 12 06:56:48.580 INFO O| Feb 12 06:56:48.580 INFO STEP 1133 (remove_files) COMPLETE |
| 8317 | 2026-02-12T06:56:49.357Z | [ recovery-image] Feb 12 06:56:48.581 INFO O| Feb 12 06:56:48.580 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8318 | 2026-02-12T06:56:49.367Z | [ recovery-image] Feb 12 06:56:48.594 INFO O| Feb 12 06:56:48.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs" |
| 8319 | 2026-02-12T06:56:49.367Z | [ recovery-image] Feb 12 06:56:48.594 INFO O| Feb 12 06:56:48.594 INFO STEP 1134 (remove_files) COMPLETE |
| 8320 | 2026-02-12T06:56:49.370Z | [ recovery-image] Feb 12 06:56:48.594 INFO O| Feb 12 06:56:48.594 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8321 | 2026-02-12T06:56:49.379Z | [ recovery-image] Feb 12 06:56:48.606 INFO O| Feb 12 06:56:48.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit" |
| 8322 | 2026-02-12T06:56:49.381Z | [ recovery-image] Feb 12 06:56:48.606 INFO O| Feb 12 06:56:48.606 INFO STEP 1135 (remove_files) COMPLETE |
| 8323 | 2026-02-12T06:56:49.382Z | [ recovery-image] Feb 12 06:56:48.606 INFO O| Feb 12 06:56:48.606 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8324 | 2026-02-12T06:56:49.392Z | [ recovery-image] Feb 12 06:56:48.619 INFO O| Feb 12 06:56:48.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop" |
| 8325 | 2026-02-12T06:56:49.395Z | [ recovery-image] Feb 12 06:56:48.619 INFO O| Feb 12 06:56:48.619 INFO STEP 1136 (remove_files) COMPLETE |
| 8326 | 2026-02-12T06:56:49.395Z | [ recovery-image] Feb 12 06:56:48.619 INFO O| Feb 12 06:56:48.619 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8327 | 2026-02-12T06:56:49.405Z | [ recovery-image] Feb 12 06:56:48.632 INFO O| Feb 12 06:56:48.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat" |
| 8328 | 2026-02-12T06:56:49.405Z | [ recovery-image] Feb 12 06:56:48.632 INFO O| Feb 12 06:56:48.632 INFO STEP 1137 (remove_files) COMPLETE |
| 8329 | 2026-02-12T06:56:49.408Z | [ recovery-image] Feb 12 06:56:48.632 INFO O| Feb 12 06:56:48.632 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8330 | 2026-02-12T06:56:49.417Z | [ recovery-image] Feb 12 06:56:48.645 INFO O| Feb 12 06:56:48.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef" |
| 8331 | 2026-02-12T06:56:49.420Z | [ recovery-image] Feb 12 06:56:48.645 INFO O| Feb 12 06:56:48.645 INFO STEP 1138 (remove_files) COMPLETE |
| 8332 | 2026-02-12T06:56:49.420Z | [ recovery-image] Feb 12 06:56:48.645 INFO O| Feb 12 06:56:48.645 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8333 | 2026-02-12T06:56:49.429Z | [ recovery-image] Feb 12 06:56:48.656 INFO O| Feb 12 06:56:48.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm" |
| 8334 | 2026-02-12T06:56:49.432Z | [ recovery-image] Feb 12 06:56:48.656 INFO O| Feb 12 06:56:48.656 INFO STEP 1139 (remove_files) COMPLETE |
| 8335 | 2026-02-12T06:56:49.432Z | [ recovery-image] Feb 12 06:56:48.656 INFO O| Feb 12 06:56:48.656 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8336 | 2026-02-12T06:56:49.439Z | [ recovery-image] Feb 12 06:56:48.666 INFO O| Feb 12 06:56:48.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm" |
| 8337 | 2026-02-12T06:56:49.439Z | [ recovery-image] Feb 12 06:56:48.666 INFO O| Feb 12 06:56:48.666 INFO STEP 1140 (remove_files) COMPLETE |
| 8338 | 2026-02-12T06:56:49.442Z | [ recovery-image] Feb 12 06:56:48.667 INFO O| Feb 12 06:56:48.666 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8339 | 2026-02-12T06:56:49.451Z | [ recovery-image] Feb 12 06:56:48.678 INFO O| Feb 12 06:56:48.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes" |
| 8340 | 2026-02-12T06:56:49.451Z | [ recovery-image] Feb 12 06:56:48.678 INFO O| Feb 12 06:56:48.678 INFO STEP 1141 (remove_files) COMPLETE |
| 8341 | 2026-02-12T06:56:49.454Z | [ recovery-image] Feb 12 06:56:48.678 INFO O| Feb 12 06:56:48.678 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8342 | 2026-02-12T06:56:49.463Z | [ recovery-image] Feb 12 06:56:48.690 INFO O| Feb 12 06:56:48.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar" |
| 8343 | 2026-02-12T06:56:49.463Z | [ recovery-image] Feb 12 06:56:48.690 INFO O| Feb 12 06:56:48.690 INFO STEP 1142 (remove_files) COMPLETE |
| 8344 | 2026-02-12T06:56:49.465Z | [ recovery-image] Feb 12 06:56:48.690 INFO O| Feb 12 06:56:48.690 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8345 | 2026-02-12T06:56:49.474Z | [ recovery-image] Feb 12 06:56:48.702 INFO O| Feb 12 06:56:48.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd" |
| 8346 | 2026-02-12T06:56:49.474Z | [ recovery-image] Feb 12 06:56:48.702 INFO O| Feb 12 06:56:48.702 INFO STEP 1143 (remove_files) COMPLETE |
| 8347 | 2026-02-12T06:56:49.477Z | [ recovery-image] Feb 12 06:56:48.702 INFO O| Feb 12 06:56:48.702 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8348 | 2026-02-12T06:56:49.486Z | [ recovery-image] Feb 12 06:56:48.713 INFO O| Feb 12 06:56:48.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute" |
| 8349 | 2026-02-12T06:56:49.486Z | [ recovery-image] Feb 12 06:56:48.713 INFO O| Feb 12 06:56:48.713 INFO STEP 1144 (remove_files) COMPLETE |
| 8350 | 2026-02-12T06:56:49.489Z | [ recovery-image] Feb 12 06:56:48.713 INFO O| Feb 12 06:56:48.713 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8351 | 2026-02-12T06:56:49.499Z | [ recovery-image] Feb 12 06:56:48.726 INFO O| Feb 12 06:56:48.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat" |
| 8352 | 2026-02-12T06:56:49.499Z | [ recovery-image] Feb 12 06:56:48.726 INFO O| Feb 12 06:56:48.726 INFO STEP 1145 (remove_files) COMPLETE |
| 8353 | 2026-02-12T06:56:49.502Z | [ recovery-image] Feb 12 06:56:48.726 INFO O| Feb 12 06:56:48.726 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8354 | 2026-02-12T06:56:49.511Z | [ recovery-image] Feb 12 06:56:48.738 INFO O| Feb 12 06:56:48.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm" |
| 8355 | 2026-02-12T06:56:49.514Z | [ recovery-image] Feb 12 06:56:48.739 INFO O| Feb 12 06:56:48.739 INFO STEP 1146 (remove_files) COMPLETE |
| 8356 | 2026-02-12T06:56:49.514Z | [ recovery-image] Feb 12 06:56:48.739 INFO O| Feb 12 06:56:48.739 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8357 | 2026-02-12T06:56:49.524Z | [ recovery-image] Feb 12 06:56:48.752 INFO O| Feb 12 06:56:48.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm" |
| 8358 | 2026-02-12T06:56:49.524Z | [ recovery-image] Feb 12 06:56:48.752 INFO O| Feb 12 06:56:48.752 INFO STEP 1147 (remove_files) COMPLETE |
| 8359 | 2026-02-12T06:56:49.527Z | [ recovery-image] Feb 12 06:56:48.752 INFO O| Feb 12 06:56:48.752 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8360 | 2026-02-12T06:56:49.537Z | [ recovery-image] Feb 12 06:56:48.764 INFO O| Feb 12 06:56:48.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall" |
| 8361 | 2026-02-12T06:56:49.537Z | [ recovery-image] Feb 12 06:56:48.764 INFO O| Feb 12 06:56:48.764 INFO STEP 1148 (remove_files) COMPLETE |
| 8362 | 2026-02-12T06:56:49.540Z | [ recovery-image] Feb 12 06:56:48.764 INFO O| Feb 12 06:56:48.764 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8363 | 2026-02-12T06:56:49.549Z | [ recovery-image] Feb 12 06:56:48.776 INFO O| Feb 12 06:56:48.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink" |
| 8364 | 2026-02-12T06:56:49.552Z | [ recovery-image] Feb 12 06:56:48.776 INFO O| Feb 12 06:56:48.776 INFO STEP 1149 (remove_files) COMPLETE |
| 8365 | 2026-02-12T06:56:49.553Z | [ recovery-image] Feb 12 06:56:48.776 INFO O| Feb 12 06:56:48.776 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8366 | 2026-02-12T06:56:49.557Z | [ recovery-image] Feb 12 06:56:48.784 INFO O| Feb 12 06:56:48.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare" |
| 8367 | 2026-02-12T06:56:49.560Z | [ recovery-image] Feb 12 06:56:48.785 INFO O| Feb 12 06:56:48.784 INFO STEP 1150 (remove_files) COMPLETE |
| 8368 | 2026-02-12T06:56:49.560Z | [ recovery-image] Feb 12 06:56:48.785 INFO O| Feb 12 06:56:48.784 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8369 | 2026-02-12T06:56:49.569Z | [ recovery-image] Feb 12 06:56:48.797 INFO O| Feb 12 06:56:48.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall" |
| 8370 | 2026-02-12T06:56:49.573Z | [ recovery-image] Feb 12 06:56:48.797 INFO O| Feb 12 06:56:48.797 INFO STEP 1151 (remove_files) COMPLETE |
| 8371 | 2026-02-12T06:56:49.573Z | [ recovery-image] Feb 12 06:56:48.797 INFO O| Feb 12 06:56:48.797 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8372 | 2026-02-12T06:56:49.582Z | [ recovery-image] Feb 12 06:56:48.809 INFO O| Feb 12 06:56:48.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv" |
| 8373 | 2026-02-12T06:56:49.582Z | [ recovery-image] Feb 12 06:56:48.809 INFO O| Feb 12 06:56:48.809 INFO STEP 1152 (remove_files) COMPLETE |
| 8374 | 2026-02-12T06:56:49.582Z | [ recovery-image] Feb 12 06:56:48.809 INFO O| Feb 12 06:56:48.809 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8375 | 2026-02-12T06:56:49.594Z | [ recovery-image] Feb 12 06:56:48.821 INFO O| Feb 12 06:56:48.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd" |
| 8376 | 2026-02-12T06:56:49.594Z | [ recovery-image] Feb 12 06:56:48.821 INFO O| Feb 12 06:56:48.821 INFO STEP 1153 (remove_files) COMPLETE |
| 8377 | 2026-02-12T06:56:49.598Z | [ recovery-image] Feb 12 06:56:48.821 INFO O| Feb 12 06:56:48.821 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8378 | 2026-02-12T06:56:49.606Z | [ recovery-image] Feb 12 06:56:48.834 INFO O| Feb 12 06:56:48.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel" |
| 8379 | 2026-02-12T06:56:49.606Z | [ recovery-image] Feb 12 06:56:48.834 INFO O| Feb 12 06:56:48.834 INFO STEP 1154 (remove_files) COMPLETE |
| 8380 | 2026-02-12T06:56:49.610Z | [ recovery-image] Feb 12 06:56:48.834 INFO O| Feb 12 06:56:48.834 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8381 | 2026-02-12T06:56:49.620Z | [ recovery-image] Feb 12 06:56:48.847 INFO O| Feb 12 06:56:48.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod" |
| 8382 | 2026-02-12T06:56:49.623Z | [ recovery-image] Feb 12 06:56:48.848 INFO O| Feb 12 06:56:48.847 INFO STEP 1155 (remove_files) COMPLETE |
| 8383 | 2026-02-12T06:56:49.624Z | [ recovery-image] Feb 12 06:56:48.848 INFO O| Feb 12 06:56:48.848 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8384 | 2026-02-12T06:56:49.632Z | [ recovery-image] Feb 12 06:56:48.860 INFO O| Feb 12 06:56:48.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy" |
| 8385 | 2026-02-12T06:56:49.632Z | [ recovery-image] Feb 12 06:56:48.860 INFO O| Feb 12 06:56:48.860 INFO STEP 1156 (remove_files) COMPLETE |
| 8386 | 2026-02-12T06:56:49.632Z | [ recovery-image] Feb 12 06:56:48.860 INFO O| Feb 12 06:56:48.860 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8387 | 2026-02-12T06:56:49.644Z | [ recovery-image] Feb 12 06:56:48.871 INFO O| Feb 12 06:56:48.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall" |
| 8388 | 2026-02-12T06:56:49.648Z | [ recovery-image] Feb 12 06:56:48.872 INFO O| Feb 12 06:56:48.872 INFO STEP 1157 (remove_files) COMPLETE |
| 8389 | 2026-02-12T06:56:49.648Z | [ recovery-image] Feb 12 06:56:48.872 INFO O| Feb 12 06:56:48.872 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8390 | 2026-02-12T06:56:49.656Z | [ recovery-image] Feb 12 06:56:48.883 INFO O| Feb 12 06:56:48.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo" |
| 8391 | 2026-02-12T06:56:49.659Z | [ recovery-image] Feb 12 06:56:48.883 INFO O| Feb 12 06:56:48.883 INFO STEP 1158 (remove_files) COMPLETE |
| 8392 | 2026-02-12T06:56:49.659Z | [ recovery-image] Feb 12 06:56:48.883 INFO O| Feb 12 06:56:48.883 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8393 | 2026-02-12T06:56:49.669Z | [ recovery-image] Feb 12 06:56:48.896 INFO O| Feb 12 06:56:48.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb" |
| 8394 | 2026-02-12T06:56:49.672Z | [ recovery-image] Feb 12 06:56:48.896 INFO O| Feb 12 06:56:48.896 INFO STEP 1159 (remove_files) COMPLETE |
| 8395 | 2026-02-12T06:56:49.672Z | [ recovery-image] Feb 12 06:56:48.896 INFO O| Feb 12 06:56:48.896 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8396 | 2026-02-12T06:56:49.681Z | [ recovery-image] Feb 12 06:56:48.908 INFO O| Feb 12 06:56:48.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump" |
| 8397 | 2026-02-12T06:56:49.684Z | [ recovery-image] Feb 12 06:56:48.908 INFO O| Feb 12 06:56:48.908 INFO STEP 1160 (remove_files) COMPLETE |
| 8398 | 2026-02-12T06:56:49.684Z | [ recovery-image] Feb 12 06:56:48.908 INFO O| Feb 12 06:56:48.908 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8399 | 2026-02-12T06:56:49.689Z | [ recovery-image] Feb 12 06:56:48.916 INFO O| Feb 12 06:56:48.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic" |
| 8400 | 2026-02-12T06:56:49.689Z | [ recovery-image] Feb 12 06:56:48.916 INFO O| Feb 12 06:56:48.916 INFO STEP 1161 (remove_files) COMPLETE |
| 8401 | 2026-02-12T06:56:49.692Z | [ recovery-image] Feb 12 06:56:48.916 INFO O| Feb 12 06:56:48.916 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8402 | 2026-02-12T06:56:49.696Z | [ recovery-image] Feb 12 06:56:48.924 INFO O| Feb 12 06:56:48.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin" |
| 8403 | 2026-02-12T06:56:49.696Z | [ recovery-image] Feb 12 06:56:48.924 INFO O| Feb 12 06:56:48.924 INFO STEP 1162 (remove_files) COMPLETE |
| 8404 | 2026-02-12T06:56:49.699Z | [ recovery-image] Feb 12 06:56:48.924 INFO O| Feb 12 06:56:48.924 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8405 | 2026-02-12T06:56:49.704Z | [ recovery-image] Feb 12 06:56:48.932 INFO O| Feb 12 06:56:48.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm" |
| 8406 | 2026-02-12T06:56:49.707Z | [ recovery-image] Feb 12 06:56:48.932 INFO O| Feb 12 06:56:48.932 INFO STEP 1163 (remove_files) COMPLETE |
| 8407 | 2026-02-12T06:56:49.707Z | [ recovery-image] Feb 12 06:56:48.932 INFO O| Feb 12 06:56:48.932 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8408 | 2026-02-12T06:56:49.716Z | [ recovery-image] Feb 12 06:56:48.944 INFO O| Feb 12 06:56:48.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg" |
| 8409 | 2026-02-12T06:56:49.719Z | [ recovery-image] Feb 12 06:56:48.944 INFO O| Feb 12 06:56:48.944 INFO STEP 1164 (remove_files) COMPLETE |
| 8410 | 2026-02-12T06:56:49.719Z | [ recovery-image] Feb 12 06:56:48.944 INFO O| Feb 12 06:56:48.944 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8411 | 2026-02-12T06:56:49.728Z | [ recovery-image] Feb 12 06:56:48.956 INFO O| Feb 12 06:56:48.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump" |
| 8412 | 2026-02-12T06:56:49.733Z | [ recovery-image] Feb 12 06:56:48.956 INFO O| Feb 12 06:56:48.956 INFO STEP 1165 (remove_files) COMPLETE |
| 8413 | 2026-02-12T06:56:49.733Z | [ recovery-image] Feb 12 06:56:48.956 INFO O| Feb 12 06:56:48.956 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json |
| 8414 | 2026-02-12T06:56:49.746Z | [ recovery-image] Feb 12 06:56:48.973 INFO O| Feb 12 06:56:48.973 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal |
| 8415 | 2026-02-12T06:56:49.746Z | [ recovery-image] Feb 12 06:56:48.973 INFO O| Feb 12 06:56:48.973 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."] |
| 8416 | 2026-02-12T06:56:50.833Z | [ recovery-image] Feb 12 06:56:50.060 INFO O| Feb 12 06:56:50.060 INFO STEP 1166 (pack_tar) COMPLETE |
| 8417 | 2026-02-12T06:56:50.833Z | [ recovery-image] Feb 12 06:56:50.060 INFO O| Feb 12 06:56:50.060 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 8418 | 2026-02-12T06:56:50.836Z | [ recovery-image] Feb 12 06:56:50.060 INFO O| Feb 12 06:56:50.060 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 8419 | 2026-02-12T06:56:51.099Z | [ recovery-image] Feb 12 06:56:50.326 INFO O| Feb 12 06:56:50.326 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 8420 | 2026-02-12T06:56:51.194Z | [ recovery-image] Feb 12 06:56:50.421 INFO O| Feb 12 06:56:50.421 INFO completed processing sled/ramdisk-03-recovery-trim |
| 8421 | 2026-02-12T06:56:51.199Z | [ recovery-image] Feb 12 06:56:50.426 INFO image builder template: zfs-recovery... |
| 8422 | 2026-02-12T06:56:51.202Z | [ recovery-image] Feb 12 06:56:50.426 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/.tmpVN4njM/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@18.0.0.0", "-F", "optever=0.39.455", "-n", "zfs-recovery"], pwd: None |
| 8423 | 2026-02-12T06:56:51.249Z | [ recovery-image] Feb 12 06:56:50.476 INFO O| Feb 12 06:56:50.476 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8424 | 2026-02-12T06:56:51.254Z | [ recovery-image] Feb 12 06:56:50.481 INFO O| Feb 12 06:56:50.481 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8425 | 2026-02-12T06:56:51.426Z | [ recovery-image] Feb 12 06:56:50.653 INFO O| Feb 12 06:56:50.653 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled |
| 8426 | 2026-02-12T06:56:51.503Z | [ recovery-image] Feb 12 06:56:50.730 INFO O| Feb 12 06:56:50.730 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8427 | 2026-02-12T06:56:51.503Z | [ recovery-image] Feb 12 06:56:50.730 INFO O| Feb 12 06:56:50.730 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery |
| 8428 | 2026-02-12T06:56:51.508Z | [ recovery-image] Feb 12 06:56:50.735 INFO O| Feb 12 06:56:50.735 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery |
| 8429 | 2026-02-12T06:56:51.596Z | [ recovery-image] Feb 12 06:56:50.823 INFO O| Feb 12 06:56:50.823 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled |
| 8430 | 2026-02-12T06:56:51.735Z | [ recovery-image] Feb 12 06:56:50.962 INFO O| Feb 12 06:56:50.962 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery |
| 8431 | 2026-02-12T06:56:51.757Z | [ recovery-image] Feb 12 06:56:50.976 INFO O| Feb 12 06:56:50.975 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw |
| 8432 | 2026-02-12T06:56:51.760Z | [ recovery-image] Feb 12 06:56:50.982 INFO O| Feb 12 06:56:50.982 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot |
| 8433 | 2026-02-12T06:56:51.768Z | [ recovery-image] Feb 12 06:56:50.996 INFO O| Feb 12 06:56:50.996 INFO no lofi found |
| 8434 | 2026-02-12T06:56:51.768Z | [ recovery-image] Feb 12 06:56:50.996 INFO O| Feb 12 06:56:50.996 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal |
| 8435 | 2026-02-12T06:56:51.771Z | [ recovery-image] Feb 12 06:56:50.996 INFO O| Feb 12 06:56:50.996 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw |
| 8436 | 2026-02-12T06:56:54.613Z | [ host-image] Feb 12 06:56:53.839 INFO O| Feb 12 06:56:53.839 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 8437 | 2026-02-12T06:56:55.777Z | [ recovery-image] Feb 12 06:56:55.003 INFO O| Feb 12 06:56:55.003 INFO lofi device = /dev/dsk/c2t1d0p0 |
| 8438 | 2026-02-12T06:56:55.777Z | [ recovery-image] Feb 12 06:56:55.003 INFO O| Feb 12 06:56:55.003 INFO pool device = /dev/dsk/c2t1d0p0 |
| 8439 | 2026-02-12T06:56:55.780Z | [ recovery-image] Feb 12 06:56:55.003 INFO O| Feb 12 06:56:55.003 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"] |
| 8440 | 2026-02-12T06:56:55.954Z | [ recovery-image] Feb 12 06:56:55.181 INFO O| Feb 12 06:56:55.181 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8441 | 2026-02-12T06:56:55.954Z | [ recovery-image] Feb 12 06:56:55.181 INFO O| Feb 12 06:56:55.181 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT |
| 8442 | 2026-02-12T06:56:55.977Z | [ recovery-image] Feb 12 06:56:55.204 INFO O| Feb 12 06:56:55.204 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off |
| 8443 | 2026-02-12T06:56:56.065Z | [ recovery-image] Feb 12 06:56:55.292 INFO O| Feb 12 06:56:55.292 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy |
| 8444 | 2026-02-12T06:56:56.115Z | [ recovery-image] Feb 12 06:56:55.342 INFO O| Feb 12 06:56:55.342 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk |
| 8445 | 2026-02-12T06:56:56.135Z | [ recovery-image] Feb 12 06:56:55.361 INFO O| Feb 12 06:56:55.361 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto |
| 8446 | 2026-02-12T06:56:56.148Z | [ recovery-image] Feb 12 06:56:55.375 INFO O| Feb 12 06:56:55.375 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
| 8447 | 2026-02-12T06:56:56.194Z | [ recovery-image] Feb 12 06:56:55.421 INFO O| Feb 12 06:56:55.421 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a |
| 8448 | 2026-02-12T06:56:56.197Z | [ recovery-image] Feb 12 06:56:55.421 INFO O| Feb 12 06:56:55.421 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a |
| 8449 | 2026-02-12T06:56:56.197Z | [ recovery-image] Feb 12 06:56:55.421 INFO O| Feb 12 06:56:55.421 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"] |
| 8450 | 2026-02-12T06:56:56.208Z | [ recovery-image] Feb 12 06:56:55.435 INFO O| Feb 12 06:56:55.435 INFO boot environment UUID: 344bd7d6-13de-42f4-a441-4f51692f4b05 |
| 8451 | 2026-02-12T06:56:56.208Z | [ recovery-image] Feb 12 06:56:55.435 INFO O| Feb 12 06:56:55.435 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 344bd7d6-13de-42f4-a441-4f51692f4b05 |
| 8452 | 2026-02-12T06:56:56.221Z | [ recovery-image] Feb 12 06:56:55.448 INFO O| Feb 12 06:56:55.448 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
| 8453 | 2026-02-12T06:56:56.234Z | [ recovery-image] Feb 12 06:56:55.461 INFO O| Feb 12 06:56:55.461 INFO STEP 0 (create_be) COMPLETE |
| 8454 | 2026-02-12T06:56:56.234Z | [ recovery-image] Feb 12 06:56:55.461 INFO O| Feb 12 06:56:55.461 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8455 | 2026-02-12T06:56:56.249Z | [ recovery-image] Feb 12 06:56:55.476 INFO O| Feb 12 06:56:55.476 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"] |
| 8456 | 2026-02-12T06:56:59.737Z | [ recovery-image] Feb 12 06:56:58.963 INFO O| Feb 12 06:56:58.963 INFO STEP 1 (unpack_tar) COMPLETE |
| 8457 | 2026-02-12T06:56:59.740Z | [ recovery-image] Feb 12 06:56:58.963 INFO O| Feb 12 06:56:58.963 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8458 | 2026-02-12T06:56:59.746Z | [ recovery-image] Feb 12 06:56:58.973 INFO O| Feb 12 06:56:58.973 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"] |
| 8459 | 2026-02-12T06:57:00.419Z | [ recovery-image] Feb 12 06:56:59.645 INFO O| Feb 12 06:56:59.645 INFO STEP 2 (devfsadm) COMPLETE |
| 8460 | 2026-02-12T06:57:00.419Z | [ recovery-image] Feb 12 06:56:59.645 INFO O| Feb 12 06:56:59.645 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8461 | 2026-02-12T06:57:00.432Z | [ recovery-image] Feb 12 06:56:59.659 INFO O| Feb 12 06:56:59.658 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8462 | 2026-02-12T06:57:00.432Z | [ recovery-image] Feb 12 06:56:59.659 INFO O| Feb 12 06:56:59.659 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8463 | 2026-02-12T06:57:00.435Z | [ recovery-image] Feb 12 06:56:59.659 INFO O| Feb 12 06:56:59.659 INFO STEP 3 (ensure_dir) COMPLETE |
| 8464 | 2026-02-12T06:57:00.435Z | [ recovery-image] Feb 12 06:56:59.659 INFO O| Feb 12 06:56:59.659 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8465 | 2026-02-12T06:57:00.442Z | [ recovery-image] Feb 12 06:56:59.669 INFO O| Feb 12 06:56:59.669 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8466 | 2026-02-12T06:57:00.442Z | [ recovery-image] Feb 12 06:56:59.669 INFO O| Feb 12 06:56:59.669 INFO STEP 4 (ensure_dir) COMPLETE |
| 8467 | 2026-02-12T06:57:00.445Z | [ recovery-image] Feb 12 06:56:59.669 INFO O| Feb 12 06:56:59.669 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8468 | 2026-02-12T06:57:00.452Z | [ recovery-image] Feb 12 06:56:59.678 INFO O| Feb 12 06:56:59.678 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8469 | 2026-02-12T06:57:00.452Z | [ recovery-image] Feb 12 06:56:59.678 INFO O| Feb 12 06:56:59.678 INFO STEP 5 (ensure_dir) COMPLETE |
| 8470 | 2026-02-12T06:57:00.455Z | [ recovery-image] Feb 12 06:56:59.678 INFO O| Feb 12 06:56:59.678 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8471 | 2026-02-12T06:57:00.463Z | [ recovery-image] Feb 12 06:56:59.689 INFO O| Feb 12 06:56:59.689 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8472 | 2026-02-12T06:57:00.466Z | [ recovery-image] Feb 12 06:56:59.690 INFO O| Feb 12 06:56:59.690 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8473 | 2026-02-12T06:57:00.466Z | [ recovery-image] Feb 12 06:56:59.690 INFO O| Feb 12 06:56:59.690 INFO STEP 6 (ensure_dir) COMPLETE |
| 8474 | 2026-02-12T06:57:00.466Z | [ recovery-image] Feb 12 06:56:59.690 INFO O| Feb 12 06:56:59.690 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8475 | 2026-02-12T06:57:00.475Z | [ recovery-image] Feb 12 06:56:59.701 INFO O| Feb 12 06:56:59.701 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8476 | 2026-02-12T06:57:00.475Z | [ recovery-image] Feb 12 06:56:59.701 INFO O| Feb 12 06:56:59.701 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8477 | 2026-02-12T06:57:00.475Z | [ recovery-image] Feb 12 06:56:59.701 INFO O| Feb 12 06:56:59.701 INFO STEP 7 (ensure_dir) COMPLETE |
| 8478 | 2026-02-12T06:57:00.478Z | [ recovery-image] Feb 12 06:56:59.701 INFO O| Feb 12 06:56:59.701 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8479 | 2026-02-12T06:57:00.486Z | [ recovery-image] Feb 12 06:56:59.713 INFO O| Feb 12 06:56:59.713 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg" |
| 8480 | 2026-02-12T06:57:00.490Z | [ recovery-image] Feb 12 06:56:59.713 INFO O| Feb 12 06:56:59.713 INFO STEP 8 (remove_files) COMPLETE |
| 8481 | 2026-02-12T06:57:00.490Z | [ recovery-image] Feb 12 06:56:59.713 INFO O| Feb 12 06:56:59.713 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8482 | 2026-02-12T06:57:00.499Z | [ recovery-image] Feb 12 06:56:59.725 INFO O| Feb 12 06:56:59.725 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk" |
| 8483 | 2026-02-12T06:57:00.502Z | [ recovery-image] Feb 12 06:56:59.726 INFO O| Feb 12 06:56:59.726 INFO STEP 9 (remove_files) COMPLETE |
| 8484 | 2026-02-12T06:57:00.502Z | [ recovery-image] Feb 12 06:56:59.726 INFO O| Feb 12 06:56:59.726 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8485 | 2026-02-12T06:57:00.513Z | [ recovery-image] Feb 12 06:56:59.739 INFO O| Feb 12 06:56:59.739 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk" |
| 8486 | 2026-02-12T06:57:00.516Z | [ recovery-image] Feb 12 06:56:59.740 INFO O| Feb 12 06:56:59.740 INFO STEP 10 (remove_files) COMPLETE |
| 8487 | 2026-02-12T06:57:00.516Z | [ recovery-image] Feb 12 06:56:59.740 INFO O| Feb 12 06:56:59.740 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8488 | 2026-02-12T06:57:00.526Z | [ recovery-image] Feb 12 06:56:59.753 INFO O| Feb 12 06:56:59.752 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors" |
| 8489 | 2026-02-12T06:57:00.526Z | [ recovery-image] Feb 12 06:56:59.753 INFO O| Feb 12 06:56:59.753 INFO STEP 11 (remove_files) COMPLETE |
| 8490 | 2026-02-12T06:57:00.529Z | [ recovery-image] Feb 12 06:56:59.753 INFO O| Feb 12 06:56:59.753 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8491 | 2026-02-12T06:57:00.538Z | [ recovery-image] Feb 12 06:56:59.765 INFO O| Feb 12 06:56:59.765 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb" |
| 8492 | 2026-02-12T06:57:00.538Z | [ recovery-image] Feb 12 06:56:59.765 INFO O| Feb 12 06:56:59.765 INFO STEP 12 (remove_files) COMPLETE |
| 8493 | 2026-02-12T06:57:00.538Z | [ recovery-image] Feb 12 06:56:59.765 INFO O| Feb 12 06:56:59.765 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8494 | 2026-02-12T06:57:00.548Z | [ recovery-image] Feb 12 06:56:59.775 INFO O| Feb 12 06:56:59.775 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8495 | 2026-02-12T06:57:00.548Z | [ recovery-image] Feb 12 06:56:59.775 INFO O| Feb 12 06:56:59.775 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8496 | 2026-02-12T06:57:00.551Z | [ recovery-image] Feb 12 06:56:59.775 INFO O| Feb 12 06:56:59.775 INFO STEP 13 (ensure_dir) COMPLETE |
| 8497 | 2026-02-12T06:57:00.551Z | [ recovery-image] Feb 12 06:56:59.775 INFO O| Feb 12 06:56:59.775 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8498 | 2026-02-12T06:57:00.557Z | [ recovery-image] Feb 12 06:56:59.784 INFO O| Feb 12 06:56:59.784 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8499 | 2026-02-12T06:57:00.560Z | [ recovery-image] Feb 12 06:56:59.784 INFO O| Feb 12 06:56:59.784 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8500 | 2026-02-12T06:57:00.560Z | [ recovery-image] Feb 12 06:56:59.784 INFO O| Feb 12 06:56:59.784 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8501 | 2026-02-12T06:57:00.560Z | [ recovery-image] Feb 12 06:56:59.784 INFO O| Feb 12 06:56:59.784 INFO STEP 14 (ensure_dir) COMPLETE |
| 8502 | 2026-02-12T06:57:00.560Z | [ recovery-image] Feb 12 06:56:59.784 INFO O| Feb 12 06:56:59.784 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8503 | 2026-02-12T06:57:00.569Z | [ recovery-image] Feb 12 06:56:59.795 INFO O| Feb 12 06:56:59.795 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8504 | 2026-02-12T06:57:00.569Z | [ recovery-image] Feb 12 06:56:59.795 INFO O| Feb 12 06:56:59.795 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8505 | 2026-02-12T06:57:00.572Z | [ recovery-image] Feb 12 06:56:59.795 INFO O| Feb 12 06:56:59.795 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8506 | 2026-02-12T06:57:00.572Z | [ recovery-image] Feb 12 06:56:59.795 INFO O| Feb 12 06:56:59.795 INFO STEP 15 (ensure_dir) COMPLETE |
| 8507 | 2026-02-12T06:57:00.572Z | [ recovery-image] Feb 12 06:56:59.795 INFO O| Feb 12 06:56:59.795 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8508 | 2026-02-12T06:57:00.577Z | [ recovery-image] Feb 12 06:56:59.804 INFO O| Feb 12 06:56:59.804 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8509 | 2026-02-12T06:57:00.577Z | [ recovery-image] Feb 12 06:56:59.804 INFO O| Feb 12 06:56:59.804 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8510 | 2026-02-12T06:57:00.577Z | [ recovery-image] Feb 12 06:56:59.804 INFO O| Feb 12 06:56:59.804 INFO STEP 16 (ensure_dir) COMPLETE |
| 8511 | 2026-02-12T06:57:00.577Z | [ recovery-image] Feb 12 06:56:59.804 INFO O| Feb 12 06:56:59.804 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8512 | 2026-02-12T06:57:00.589Z | [ recovery-image] Feb 12 06:56:59.815 INFO O| Feb 12 06:56:59.815 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8513 | 2026-02-12T06:57:00.589Z | [ recovery-image] Feb 12 06:56:59.815 INFO O| Feb 12 06:56:59.815 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8514 | 2026-02-12T06:57:00.592Z | [ recovery-image] Feb 12 06:56:59.815 INFO O| Feb 12 06:56:59.815 INFO STEP 17 (ensure_dir) COMPLETE |
| 8515 | 2026-02-12T06:57:00.592Z | [ recovery-image] Feb 12 06:56:59.815 INFO O| Feb 12 06:56:59.815 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8516 | 2026-02-12T06:57:00.600Z | [ recovery-image] Feb 12 06:56:59.827 INFO O| Feb 12 06:56:59.826 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
| 8517 | 2026-02-12T06:57:00.600Z | [ recovery-image] Feb 12 06:56:59.827 INFO O| Feb 12 06:56:59.827 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog |
| 8518 | 2026-02-12T06:57:00.603Z | [ recovery-image] Feb 12 06:56:59.827 INFO O| Feb 12 06:56:59.827 INFO ok! |
| 8519 | 2026-02-12T06:57:00.603Z | [ recovery-image] Feb 12 06:56:59.827 INFO O| Feb 12 06:56:59.827 INFO STEP 18 (ensure_symlink) COMPLETE |
| 8520 | 2026-02-12T06:57:00.603Z | [ recovery-image] Feb 12 06:56:59.827 INFO O| Feb 12 06:56:59.827 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8521 | 2026-02-12T06:57:00.608Z | [ recovery-image] Feb 12 06:56:59.835 INFO O| Feb 12 06:56:59.835 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents |
| 8522 | 2026-02-12T06:57:00.608Z | [ recovery-image] Feb 12 06:56:59.835 INFO O| Feb 12 06:56:59.835 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure |
| 8523 | 2026-02-12T06:57:00.611Z | [ recovery-image] Feb 12 06:56:59.835 INFO O| Feb 12 06:56:59.835 INFO ok! |
| 8524 | 2026-02-12T06:57:00.611Z | [ recovery-image] Feb 12 06:56:59.835 INFO O| Feb 12 06:56:59.835 INFO STEP 19 (ensure_file) COMPLETE |
| 8525 | 2026-02-12T06:57:00.611Z | [ recovery-image] Feb 12 06:56:59.835 INFO O| Feb 12 06:56:59.835 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8526 | 2026-02-12T06:57:00.617Z | [ recovery-image] Feb 12 06:56:59.843 INFO O| Feb 12 06:56:59.843 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
| 8527 | 2026-02-12T06:57:00.617Z | [ recovery-image] Feb 12 06:56:59.843 INFO O| Feb 12 06:56:59.843 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
| 8528 | 2026-02-12T06:57:00.619Z | [ recovery-image] Feb 12 06:56:59.843 INFO O| Feb 12 06:56:59.843 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml |
| 8529 | 2026-02-12T06:57:00.619Z | [ recovery-image] Feb 12 06:56:59.843 INFO O| Feb 12 06:56:59.843 INFO ok! |
| 8530 | 2026-02-12T06:57:00.619Z | [ recovery-image] Feb 12 06:56:59.843 INFO O| Feb 12 06:56:59.843 INFO STEP 20 (ensure_symlink) COMPLETE |
| 8531 | 2026-02-12T06:57:00.619Z | [ recovery-image] Feb 12 06:56:59.843 INFO O| Feb 12 06:56:59.843 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8532 | 2026-02-12T06:57:00.627Z | [ recovery-image] Feb 12 06:56:59.853 INFO O| Feb 12 06:56:59.853 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
| 8533 | 2026-02-12T06:57:00.627Z | [ recovery-image] Feb 12 06:56:59.853 INFO O| Feb 12 06:56:59.853 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
| 8534 | 2026-02-12T06:57:00.630Z | [ recovery-image] Feb 12 06:56:59.853 INFO O| Feb 12 06:56:59.853 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
| 8535 | 2026-02-12T06:57:00.630Z | [ recovery-image] Feb 12 06:56:59.853 INFO O| Feb 12 06:56:59.853 INFO ok! |
| 8536 | 2026-02-12T06:57:00.630Z | [ recovery-image] Feb 12 06:56:59.853 INFO O| Feb 12 06:56:59.853 INFO STEP 21 (ensure_symlink) COMPLETE |
| 8537 | 2026-02-12T06:57:00.630Z | [ recovery-image] Feb 12 06:56:59.853 INFO O| Feb 12 06:56:59.853 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8538 | 2026-02-12T06:57:00.636Z | [ recovery-image] Feb 12 06:56:59.863 INFO O| Feb 12 06:56:59.863 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
| 8539 | 2026-02-12T06:57:00.636Z | [ recovery-image] Feb 12 06:56:59.863 INFO O| Feb 12 06:56:59.863 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
| 8540 | 2026-02-12T06:57:00.640Z | [ recovery-image] Feb 12 06:56:59.863 INFO O| Feb 12 06:56:59.863 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml |
| 8541 | 2026-02-12T06:57:00.640Z | [ recovery-image] Feb 12 06:56:59.863 INFO O| Feb 12 06:56:59.863 INFO ok! |
| 8542 | 2026-02-12T06:57:00.640Z | [ recovery-image] Feb 12 06:56:59.863 INFO O| Feb 12 06:56:59.863 INFO STEP 22 (ensure_symlink) COMPLETE |
| 8543 | 2026-02-12T06:57:00.640Z | [ recovery-image] Feb 12 06:56:59.863 INFO O| Feb 12 06:56:59.863 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8544 | 2026-02-12T06:57:00.646Z | [ recovery-image] Feb 12 06:56:59.873 INFO O| Feb 12 06:56:59.873 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
| 8545 | 2026-02-12T06:57:00.646Z | [ recovery-image] Feb 12 06:56:59.873 INFO O| Feb 12 06:56:59.873 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
| 8546 | 2026-02-12T06:57:00.649Z | [ recovery-image] Feb 12 06:56:59.873 INFO O| Feb 12 06:56:59.873 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml |
| 8547 | 2026-02-12T06:57:00.649Z | [ recovery-image] Feb 12 06:56:59.873 INFO O| Feb 12 06:56:59.873 INFO ok! |
| 8548 | 2026-02-12T06:57:00.649Z | [ recovery-image] Feb 12 06:56:59.873 INFO O| Feb 12 06:56:59.873 INFO STEP 23 (ensure_symlink) COMPLETE |
| 8549 | 2026-02-12T06:57:00.649Z | [ recovery-image] Feb 12 06:56:59.873 INFO O| Feb 12 06:56:59.873 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8550 | 2026-02-12T06:57:00.656Z | [ recovery-image] Feb 12 06:56:59.883 INFO O| Feb 12 06:56:59.883 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
| 8551 | 2026-02-12T06:57:00.659Z | [ recovery-image] Feb 12 06:56:59.883 INFO O| Feb 12 06:56:59.883 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 ... |
| 8552 | 2026-02-12T06:57:00.659Z | [ recovery-image] Feb 12 06:56:59.883 INFO O| Feb 12 06:56:59.883 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf |
| 8553 | 2026-02-12T06:57:00.659Z | [ recovery-image] Feb 12 06:56:59.883 INFO O| Feb 12 06:56:59.883 INFO ok! |
| 8554 | 2026-02-12T06:57:00.659Z | [ recovery-image] Feb 12 06:56:59.883 INFO O| Feb 12 06:56:59.883 INFO STEP 24 (ensure_file) COMPLETE |
| 8555 | 2026-02-12T06:57:00.659Z | [ recovery-image] Feb 12 06:56:59.883 INFO O| Feb 12 06:56:59.883 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8556 | 2026-02-12T06:57:00.669Z | [ recovery-image] Feb 12 06:56:59.895 INFO O| Feb 12 06:56:59.895 INFO updating shadow file |
| 8557 | 2026-02-12T06:57:00.672Z | [ recovery-image] Feb 12 06:56:59.895 INFO O| Feb 12 06:56:59.895 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 8558 | 2026-02-12T06:57:00.672Z | [ recovery-image] Feb 12 06:56:59.895 INFO O| Feb 12 06:56:59.895 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 8559 | 2026-02-12T06:57:00.672Z | [ recovery-image] Feb 12 06:56:59.895 INFO O| Feb 12 06:56:59.895 INFO STEP 25 (shadow) COMPLETE |
| 8560 | 2026-02-12T06:57:00.672Z | [ recovery-image] Feb 12 06:56:59.895 INFO O| Feb 12 06:56:59.895 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8561 | 2026-02-12T06:57:00.678Z | [ recovery-image] Feb 12 06:56:59.904 INFO O| Feb 12 06:56:59.904 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
| 8562 | 2026-02-12T06:57:00.678Z | [ recovery-image] Feb 12 06:56:59.904 INFO O| Feb 12 06:56:59.904 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ... |
| 8563 | 2026-02-12T06:57:00.681Z | [ recovery-image] Feb 12 06:56:59.904 INFO O| Feb 12 06:56:59.904 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts |
| 8564 | 2026-02-12T06:57:00.681Z | [ recovery-image] Feb 12 06:56:59.904 INFO O| Feb 12 06:56:59.904 INFO ok! |
| 8565 | 2026-02-12T06:57:00.681Z | [ recovery-image] Feb 12 06:56:59.904 INFO O| Feb 12 06:56:59.904 INFO STEP 26 (ensure_file) COMPLETE |
| 8566 | 2026-02-12T06:57:00.681Z | [ recovery-image] Feb 12 06:56:59.904 INFO O| Feb 12 06:56:59.904 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8567 | 2026-02-12T06:57:00.687Z | [ recovery-image] Feb 12 06:56:59.914 INFO O| Feb 12 06:56:59.914 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist |
| 8568 | 2026-02-12T06:57:00.687Z | [ recovery-image] Feb 12 06:56:59.914 INFO O| Feb 12 06:56:59.914 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ... |
| 8569 | 2026-02-12T06:57:00.690Z | [ recovery-image] Feb 12 06:56:59.914 INFO O| Feb 12 06:56:59.914 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename |
| 8570 | 2026-02-12T06:57:00.690Z | [ recovery-image] Feb 12 06:56:59.914 INFO O| Feb 12 06:56:59.914 INFO ok! |
| 8571 | 2026-02-12T06:57:00.691Z | [ recovery-image] Feb 12 06:56:59.914 INFO O| Feb 12 06:56:59.914 INFO STEP 27 (ensure_file) COMPLETE |
| 8572 | 2026-02-12T06:57:00.691Z | [ recovery-image] Feb 12 06:56:59.914 INFO O| Feb 12 06:56:59.914 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8573 | 2026-02-12T06:57:00.698Z | [ recovery-image] Feb 12 06:56:59.925 INFO O| Feb 12 06:56:59.925 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
| 8574 | 2026-02-12T06:57:00.698Z | [ recovery-image] Feb 12 06:56:59.925 INFO O| Feb 12 06:56:59.925 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ... |
| 8575 | 2026-02-12T06:57:00.701Z | [ recovery-image] Feb 12 06:56:59.925 INFO O| Feb 12 06:56:59.925 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent |
| 8576 | 2026-02-12T06:57:00.701Z | [ recovery-image] Feb 12 06:56:59.925 INFO O| Feb 12 06:56:59.925 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent |
| 8577 | 2026-02-12T06:57:00.701Z | [ recovery-image] Feb 12 06:56:59.925 INFO O| Feb 12 06:56:59.925 INFO ok! |
| 8578 | 2026-02-12T06:57:00.701Z | [ recovery-image] Feb 12 06:56:59.925 INFO O| Feb 12 06:56:59.925 INFO STEP 28 (ensure_file) COMPLETE |
| 8579 | 2026-02-12T06:57:00.701Z | [ recovery-image] Feb 12 06:56:59.925 INFO O| Feb 12 06:56:59.925 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8580 | 2026-02-12T06:57:00.708Z | [ recovery-image] Feb 12 06:56:59.935 INFO O| Feb 12 06:56:59.935 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist |
| 8581 | 2026-02-12T06:57:00.708Z | [ recovery-image] Feb 12 06:56:59.935 INFO O| Feb 12 06:56:59.935 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ... |
| 8582 | 2026-02-12T06:57:00.708Z | [ recovery-image] Feb 12 06:56:59.935 INFO O| Feb 12 06:56:59.935 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf |
| 8583 | 2026-02-12T06:57:00.711Z | [ recovery-image] Feb 12 06:56:59.935 INFO O| Feb 12 06:56:59.935 INFO ok! |
| 8584 | 2026-02-12T06:57:00.711Z | [ recovery-image] Feb 12 06:56:59.935 INFO O| Feb 12 06:56:59.935 INFO STEP 29 (ensure_file) COMPLETE |
| 8585 | 2026-02-12T06:57:00.711Z | [ recovery-image] Feb 12 06:56:59.935 INFO O| Feb 12 06:56:59.935 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8586 | 2026-02-12T06:57:00.717Z | [ recovery-image] Feb 12 06:56:59.943 INFO O| Feb 12 06:56:59.943 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8587 | 2026-02-12T06:57:00.721Z | [ recovery-image] Feb 12 06:56:59.943 INFO O| Feb 12 06:56:59.943 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8588 | 2026-02-12T06:57:00.721Z | [ recovery-image] Feb 12 06:56:59.943 INFO O| Feb 12 06:56:59.943 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8589 | 2026-02-12T06:57:00.721Z | [ recovery-image] Feb 12 06:56:59.943 INFO O| Feb 12 06:56:59.943 INFO STEP 30 (ensure_dir) COMPLETE |
| 8590 | 2026-02-12T06:57:00.721Z | [ recovery-image] Feb 12 06:56:59.943 INFO O| Feb 12 06:56:59.943 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8591 | 2026-02-12T06:57:00.727Z | [ recovery-image] Feb 12 06:56:59.954 INFO O| Feb 12 06:56:59.954 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist |
| 8592 | 2026-02-12T06:57:00.727Z | [ recovery-image] Feb 12 06:56:59.954 INFO O| Feb 12 06:56:59.954 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 ... |
| 8593 | 2026-02-12T06:57:00.731Z | [ recovery-image] Feb 12 06:56:59.955 INFO O| Feb 12 06:56:59.955 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 |
| 8594 | 2026-02-12T06:57:00.731Z | [ recovery-image] Feb 12 06:56:59.955 INFO O| Feb 12 06:56:59.955 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup |
| 8595 | 2026-02-12T06:57:00.731Z | [ recovery-image] Feb 12 06:56:59.955 INFO O| Feb 12 06:56:59.955 INFO ok! |
| 8596 | 2026-02-12T06:57:00.731Z | [ recovery-image] Feb 12 06:56:59.955 INFO O| Feb 12 06:56:59.955 INFO STEP 31 (ensure_file) COMPLETE |
| 8597 | 2026-02-12T06:57:00.731Z | [ recovery-image] Feb 12 06:56:59.955 INFO O| Feb 12 06:56:59.955 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8598 | 2026-02-12T06:57:00.738Z | [ recovery-image] Feb 12 06:56:59.965 INFO O| Feb 12 06:56:59.964 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8599 | 2026-02-12T06:57:00.738Z | [ recovery-image] Feb 12 06:56:59.965 INFO O| Feb 12 06:56:59.965 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8600 | 2026-02-12T06:57:00.741Z | [ recovery-image] Feb 12 06:56:59.965 INFO O| Feb 12 06:56:59.965 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8601 | 2026-02-12T06:57:00.741Z | [ recovery-image] Feb 12 06:56:59.965 INFO O| Feb 12 06:56:59.965 INFO STEP 32 (ensure_dir) COMPLETE |
| 8602 | 2026-02-12T06:57:00.741Z | [ recovery-image] Feb 12 06:56:59.965 INFO O| Feb 12 06:56:59.965 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8603 | 2026-02-12T06:57:00.746Z | [ recovery-image] Feb 12 06:56:59.973 INFO O| Feb 12 06:56:59.973 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist |
| 8604 | 2026-02-12T06:57:00.746Z | [ recovery-image] Feb 12 06:56:59.973 INFO O| Feb 12 06:56:59.973 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 ... |
| 8605 | 2026-02-12T06:57:00.749Z | [ recovery-image] Feb 12 06:56:59.974 INFO O| Feb 12 06:56:59.973 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 |
| 8606 | 2026-02-12T06:57:00.749Z | [ recovery-image] Feb 12 06:56:59.974 INFO O| Feb 12 06:56:59.974 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml |
| 8607 | 2026-02-12T06:57:00.749Z | [ recovery-image] Feb 12 06:56:59.974 INFO O| Feb 12 06:56:59.974 INFO ok! |
| 8608 | 2026-02-12T06:57:00.749Z | [ recovery-image] Feb 12 06:56:59.974 INFO O| Feb 12 06:56:59.974 INFO STEP 33 (ensure_file) COMPLETE |
| 8609 | 2026-02-12T06:57:00.749Z | [ recovery-image] Feb 12 06:56:59.974 INFO O| Feb 12 06:56:59.974 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8610 | 2026-02-12T06:57:00.755Z | [ recovery-image] Feb 12 06:56:59.981 INFO O| Feb 12 06:56:59.981 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist |
| 8611 | 2026-02-12T06:57:00.755Z | [ recovery-image] Feb 12 06:56:59.981 INFO O| Feb 12 06:56:59.981 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ... |
| 8612 | 2026-02-12T06:57:00.758Z | [ recovery-image] Feb 12 06:56:59.982 INFO O| Feb 12 06:56:59.982 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master |
| 8613 | 2026-02-12T06:57:00.758Z | [ recovery-image] Feb 12 06:56:59.982 INFO O| Feb 12 06:56:59.982 INFO ok! |
| 8614 | 2026-02-12T06:57:00.758Z | [ recovery-image] Feb 12 06:56:59.982 INFO O| Feb 12 06:56:59.982 INFO STEP 34 (ensure_file) COMPLETE |
| 8615 | 2026-02-12T06:57:00.758Z | [ recovery-image] Feb 12 06:56:59.982 INFO O| Feb 12 06:56:59.982 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8616 | 2026-02-12T06:57:00.765Z | [ recovery-image] Feb 12 06:56:59.992 INFO O| Feb 12 06:56:59.992 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
| 8617 | 2026-02-12T06:57:00.765Z | [ recovery-image] Feb 12 06:56:59.992 INFO O| Feb 12 06:56:59.992 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ... |
| 8618 | 2026-02-12T06:57:00.768Z | [ recovery-image] Feb 12 06:56:59.992 INFO O| Feb 12 06:56:59.992 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs |
| 8619 | 2026-02-12T06:57:00.768Z | [ recovery-image] Feb 12 06:56:59.992 INFO O| Feb 12 06:56:59.992 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs |
| 8620 | 2026-02-12T06:57:00.768Z | [ recovery-image] Feb 12 06:56:59.992 INFO O| Feb 12 06:56:59.992 INFO ok! |
| 8621 | 2026-02-12T06:57:00.768Z | [ recovery-image] Feb 12 06:56:59.992 INFO O| Feb 12 06:56:59.992 INFO STEP 35 (ensure_file) COMPLETE |
| 8622 | 2026-02-12T06:57:00.768Z | [ recovery-image] Feb 12 06:56:59.992 INFO O| Feb 12 06:56:59.992 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8623 | 2026-02-12T06:57:00.777Z | [ recovery-image] Feb 12 06:57:00.004 INFO O| Feb 12 06:57:00.004 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
| 8624 | 2026-02-12T06:57:00.777Z | [ recovery-image] Feb 12 06:57:00.004 INFO O| Feb 12 06:57:00.004 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ... |
| 8625 | 2026-02-12T06:57:00.777Z | [ recovery-image] Feb 12 06:57:00.004 INFO O| Feb 12 06:57:00.004 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init |
| 8626 | 2026-02-12T06:57:00.780Z | [ recovery-image] Feb 12 06:57:00.004 INFO O| Feb 12 06:57:00.004 INFO ok! |
| 8627 | 2026-02-12T06:57:00.780Z | [ recovery-image] Feb 12 06:57:00.004 INFO O| Feb 12 06:57:00.004 INFO STEP 36 (ensure_file) COMPLETE |
| 8628 | 2026-02-12T06:57:00.780Z | [ recovery-image] Feb 12 06:57:00.004 INFO O| Feb 12 06:57:00.004 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8629 | 2026-02-12T06:57:00.789Z | [ recovery-image] Feb 12 06:57:00.015 INFO O| Feb 12 06:57:00.015 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
| 8630 | 2026-02-12T06:57:00.789Z | [ recovery-image] Feb 12 06:57:00.015 INFO O| Feb 12 06:57:00.015 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ... |
| 8631 | 2026-02-12T06:57:00.792Z | [ recovery-image] Feb 12 06:57:00.015 INFO O| Feb 12 06:57:00.015 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config |
| 8632 | 2026-02-12T06:57:00.792Z | [ recovery-image] Feb 12 06:57:00.015 INFO O| Feb 12 06:57:00.015 INFO ok! |
| 8633 | 2026-02-12T06:57:00.792Z | [ recovery-image] Feb 12 06:57:00.015 INFO O| Feb 12 06:57:00.015 INFO STEP 37 (ensure_file) COMPLETE |
| 8634 | 2026-02-12T06:57:00.792Z | [ recovery-image] Feb 12 06:57:00.015 INFO O| Feb 12 06:57:00.015 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8635 | 2026-02-12T06:57:00.798Z | [ recovery-image] Feb 12 06:57:00.025 INFO O| Feb 12 06:57:00.025 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist |
| 8636 | 2026-02-12T06:57:00.798Z | [ recovery-image] Feb 12 06:57:00.025 INFO O| Feb 12 06:57:00.025 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ... |
| 8637 | 2026-02-12T06:57:00.801Z | [ recovery-image] Feb 12 06:57:00.025 INFO O| Feb 12 06:57:00.025 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8638 | 2026-02-12T06:57:00.801Z | [ recovery-image] Feb 12 06:57:00.025 INFO O| Feb 12 06:57:00.025 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8639 | 2026-02-12T06:57:00.801Z | [ recovery-image] Feb 12 06:57:00.026 INFO O| Feb 12 06:57:00.025 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8640 | 2026-02-12T06:57:00.801Z | [ recovery-image] Feb 12 06:57:00.026 INFO O| Feb 12 06:57:00.026 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8641 | 2026-02-12T06:57:00.802Z | [ recovery-image] Feb 12 06:57:00.026 INFO O| Feb 12 06:57:00.026 INFO ok! |
| 8642 | 2026-02-12T06:57:00.802Z | [ recovery-image] Feb 12 06:57:00.026 INFO O| Feb 12 06:57:00.026 INFO STEP 38 (ensure_file) COMPLETE |
| 8643 | 2026-02-12T06:57:00.802Z | [ recovery-image] Feb 12 06:57:00.026 INFO O| Feb 12 06:57:00.026 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8644 | 2026-02-12T06:57:00.809Z | [ recovery-image] Feb 12 06:57:00.036 INFO O| Feb 12 06:57:00.036 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 8645 | 2026-02-12T06:57:00.812Z | [ recovery-image] Feb 12 06:57:00.036 INFO O| Feb 12 06:57:00.036 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 8646 | 2026-02-12T06:57:00.812Z | [ recovery-image] Feb 12 06:57:00.036 INFO O| Feb 12 06:57:00.036 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 8647 | 2026-02-12T06:57:00.812Z | [ recovery-image] Feb 12 06:57:00.036 INFO O| Feb 12 06:57:00.036 INFO STEP 39 (ensure_dir) COMPLETE |
| 8648 | 2026-02-12T06:57:00.812Z | [ recovery-image] Feb 12 06:57:00.036 INFO O| Feb 12 06:57:00.036 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8649 | 2026-02-12T06:57:00.824Z | [ recovery-image] Feb 12 06:57:00.050 INFO O| Feb 12 06:57:00.050 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 |
| 8650 | 2026-02-12T06:57:00.824Z | [ recovery-image] Feb 12 06:57:00.050 INFO O| Feb 12 06:57:00.050 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 ... |
| 8651 | 2026-02-12T06:57:00.827Z | [ recovery-image] Feb 12 06:57:00.051 INFO O| Feb 12 06:57:00.051 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 |
| 8652 | 2026-02-12T06:57:00.827Z | [ recovery-image] Feb 12 06:57:00.051 INFO O| Feb 12 06:57:00.051 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 |
| 8653 | 2026-02-12T06:57:00.827Z | [ recovery-image] Feb 12 06:57:00.051 INFO O| Feb 12 06:57:00.051 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 |
| 8654 | 2026-02-12T06:57:00.827Z | [ recovery-image] Feb 12 06:57:00.051 INFO O| Feb 12 06:57:00.051 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 |
| 8655 | 2026-02-12T06:57:00.827Z | [ recovery-image] Feb 12 06:57:00.051 INFO O| Feb 12 06:57:00.051 INFO ok! |
| 8656 | 2026-02-12T06:57:00.827Z | [ recovery-image] Feb 12 06:57:00.051 INFO O| Feb 12 06:57:00.051 INFO STEP 40 (ensure_file) COMPLETE |
| 8657 | 2026-02-12T06:57:00.827Z | [ recovery-image] Feb 12 06:57:00.051 INFO O| Feb 12 06:57:00.051 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8658 | 2026-02-12T06:57:00.835Z | [ recovery-image] Feb 12 06:57:00.061 INFO O| Feb 12 06:57:00.061 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
| 8659 | 2026-02-12T06:57:00.835Z | [ recovery-image] Feb 12 06:57:00.061 INFO O| Feb 12 06:57:00.061 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 ... |
| 8660 | 2026-02-12T06:57:00.835Z | [ recovery-image] Feb 12 06:57:00.061 INFO O| Feb 12 06:57:00.061 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
| 8661 | 2026-02-12T06:57:00.835Z | [ recovery-image] Feb 12 06:57:00.061 INFO O| Feb 12 06:57:00.061 INFO ok! |
| 8662 | 2026-02-12T06:57:00.835Z | [ recovery-image] Feb 12 06:57:00.061 INFO O| Feb 12 06:57:00.061 INFO STEP 41 (ensure_symlink) COMPLETE |
| 8663 | 2026-02-12T06:57:00.838Z | [ recovery-image] Feb 12 06:57:00.061 INFO O| Feb 12 06:57:00.061 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8664 | 2026-02-12T06:57:00.846Z | [ recovery-image] Feb 12 06:57:00.072 INFO O| Feb 12 06:57:00.072 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist |
| 8665 | 2026-02-12T06:57:00.846Z | [ recovery-image] Feb 12 06:57:00.072 INFO O| Feb 12 06:57:00.072 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ... |
| 8666 | 2026-02-12T06:57:00.849Z | [ recovery-image] Feb 12 06:57:00.072 INFO O| Feb 12 06:57:00.072 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo |
| 8667 | 2026-02-12T06:57:00.849Z | [ recovery-image] Feb 12 06:57:00.072 INFO O| Feb 12 06:57:00.072 INFO ok! |
| 8668 | 2026-02-12T06:57:00.849Z | [ recovery-image] Feb 12 06:57:00.072 INFO O| Feb 12 06:57:00.072 INFO STEP 42 (ensure_symlink) COMPLETE |
| 8669 | 2026-02-12T06:57:00.849Z | [ recovery-image] Feb 12 06:57:00.072 INFO O| Feb 12 06:57:00.072 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8670 | 2026-02-12T06:57:00.856Z | [ recovery-image] Feb 12 06:57:00.083 INFO O| Feb 12 06:57:00.083 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
| 8671 | 2026-02-12T06:57:00.859Z | [ recovery-image] Feb 12 06:57:00.083 INFO O| Feb 12 06:57:00.083 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ... |
| 8672 | 2026-02-12T06:57:00.859Z | [ recovery-image] Feb 12 06:57:00.083 INFO O| Feb 12 06:57:00.083 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8673 | 2026-02-12T06:57:00.859Z | [ recovery-image] Feb 12 06:57:00.084 INFO O| Feb 12 06:57:00.083 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8674 | 2026-02-12T06:57:00.859Z | [ recovery-image] Feb 12 06:57:00.084 INFO O| Feb 12 06:57:00.083 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8675 | 2026-02-12T06:57:00.859Z | [ recovery-image] Feb 12 06:57:00.084 INFO O| Feb 12 06:57:00.083 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8676 | 2026-02-12T06:57:00.860Z | [ recovery-image] Feb 12 06:57:00.084 INFO O| Feb 12 06:57:00.083 INFO ok! |
| 8677 | 2026-02-12T06:57:00.860Z | [ recovery-image] Feb 12 06:57:00.084 INFO O| Feb 12 06:57:00.084 INFO STEP 43 (ensure_file) COMPLETE |
| 8678 | 2026-02-12T06:57:00.860Z | [ recovery-image] Feb 12 06:57:00.084 INFO O| Feb 12 06:57:00.084 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8679 | 2026-02-12T06:57:00.868Z | [ recovery-image] Feb 12 06:57:00.095 INFO O| Feb 12 06:57:00.095 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
| 8680 | 2026-02-12T06:57:00.868Z | [ recovery-image] Feb 12 06:57:00.095 INFO O| Feb 12 06:57:00.095 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 ... |
| 8681 | 2026-02-12T06:57:00.871Z | [ recovery-image] Feb 12 06:57:00.096 INFO O| Feb 12 06:57:00.096 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 |
| 8682 | 2026-02-12T06:57:00.871Z | [ recovery-image] Feb 12 06:57:00.096 INFO O| Feb 12 06:57:00.096 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
| 8683 | 2026-02-12T06:57:00.871Z | [ recovery-image] Feb 12 06:57:00.096 INFO O| Feb 12 06:57:00.096 INFO ok! |
| 8684 | 2026-02-12T06:57:00.871Z | [ recovery-image] Feb 12 06:57:00.096 INFO O| Feb 12 06:57:00.096 INFO STEP 44 (ensure_file) COMPLETE |
| 8685 | 2026-02-12T06:57:00.871Z | [ recovery-image] Feb 12 06:57:00.096 INFO O| Feb 12 06:57:00.096 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8686 | 2026-02-12T06:57:00.880Z | [ recovery-image] Feb 12 06:57:00.107 INFO O| Feb 12 06:57:00.107 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist |
| 8687 | 2026-02-12T06:57:00.880Z | [ recovery-image] Feb 12 06:57:00.107 INFO O| Feb 12 06:57:00.107 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ... |
| 8688 | 2026-02-12T06:57:00.883Z | [ recovery-image] Feb 12 06:57:00.108 INFO O| Feb 12 06:57:00.108 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml |
| 8689 | 2026-02-12T06:57:00.883Z | [ recovery-image] Feb 12 06:57:00.108 INFO O| Feb 12 06:57:00.108 INFO ok! |
| 8690 | 2026-02-12T06:57:00.883Z | [ recovery-image] Feb 12 06:57:00.108 INFO O| Feb 12 06:57:00.108 INFO STEP 45 (ensure_file) COMPLETE |
| 8691 | 2026-02-12T06:57:00.883Z | [ recovery-image] Feb 12 06:57:00.108 INFO O| Feb 12 06:57:00.108 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 8692 | 2026-02-12T06:57:00.891Z | [ recovery-image] Feb 12 06:57:00.117 INFO O| Feb 12 06:57:00.117 INFO updating shadow file |
| 8693 | 2026-02-12T06:57:00.891Z | [ recovery-image] Feb 12 06:57:00.118 INFO O| Feb 12 06:57:00.118 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 8694 | 2026-02-12T06:57:00.894Z | [ recovery-image] Feb 12 06:57:00.118 INFO O| Feb 12 06:57:00.118 INFO STEP 46 (shadow) COMPLETE |
| 8695 | 2026-02-12T06:57:00.894Z | [ recovery-image] Feb 12 06:57:00.118 INFO O| Feb 12 06:57:00.118 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 8696 | 2026-02-12T06:57:00.900Z | [ recovery-image] Feb 12 06:57:00.127 INFO O| Feb 12 06:57:00.126 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
| 8697 | 2026-02-12T06:57:00.900Z | [ recovery-image] Feb 12 06:57:00.127 INFO O| Feb 12 06:57:00.127 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ... |
| 8698 | 2026-02-12T06:57:00.903Z | [ recovery-image] Feb 12 06:57:00.127 INFO O| Feb 12 06:57:00.127 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login |
| 8699 | 2026-02-12T06:57:00.903Z | [ recovery-image] Feb 12 06:57:00.127 INFO O| Feb 12 06:57:00.127 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login |
| 8700 | 2026-02-12T06:57:00.903Z | [ recovery-image] Feb 12 06:57:00.127 INFO O| Feb 12 06:57:00.127 INFO ok! |
| 8701 | 2026-02-12T06:57:00.903Z | [ recovery-image] Feb 12 06:57:00.127 INFO O| Feb 12 06:57:00.127 INFO STEP 47 (ensure_file) COMPLETE |
| 8702 | 2026-02-12T06:57:00.903Z | [ recovery-image] Feb 12 06:57:00.127 INFO O| Feb 12 06:57:00.127 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8703 | 2026-02-12T06:57:00.912Z | [ recovery-image] Feb 12 06:57:00.138 INFO O| Feb 12 06:57:00.138 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt |
| 8704 | 2026-02-12T06:57:00.912Z | [ recovery-image] Feb 12 06:57:00.138 INFO O| Feb 12 06:57:00.138 INFO STEP 48 (ensure_dir) COMPLETE |
| 8705 | 2026-02-12T06:57:00.915Z | [ recovery-image] Feb 12 06:57:00.138 INFO O| Feb 12 06:57:00.138 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8706 | 2026-02-12T06:57:00.923Z | [ recovery-image] Feb 12 06:57:00.150 INFO O| Feb 12 06:57:00.150 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide |
| 8707 | 2026-02-12T06:57:00.923Z | [ recovery-image] Feb 12 06:57:00.150 INFO O| Feb 12 06:57:00.150 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide |
| 8708 | 2026-02-12T06:57:00.926Z | [ recovery-image] Feb 12 06:57:00.150 INFO O| Feb 12 06:57:00.150 INFO STEP 49 (ensure_dir) COMPLETE |
| 8709 | 2026-02-12T06:57:00.926Z | [ recovery-image] Feb 12 06:57:00.150 INFO O| Feb 12 06:57:00.150 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8710 | 2026-02-12T06:57:00.946Z | [ recovery-image] Feb 12 06:57:00.159 INFO O| Feb 12 06:57:00.159 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator |
| 8711 | 2026-02-12T06:57:00.946Z | [ recovery-image] Feb 12 06:57:00.159 INFO O| Feb 12 06:57:00.159 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator |
| 8712 | 2026-02-12T06:57:00.946Z | [ recovery-image] Feb 12 06:57:00.159 INFO O| Feb 12 06:57:00.159 INFO STEP 50 (ensure_dir) COMPLETE |
| 8713 | 2026-02-12T06:57:00.946Z | [ recovery-image] Feb 12 06:57:00.159 INFO O| Feb 12 06:57:00.159 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8714 | 2026-02-12T06:57:00.946Z | [ recovery-image] Feb 12 06:57:00.170 INFO O| Feb 12 06:57:00.170 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
| 8715 | 2026-02-12T06:57:00.947Z | [ recovery-image] Feb 12 06:57:00.170 INFO O| Feb 12 06:57:00.170 INFO copying /tmp/.tmpVN4njM/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ... |
| 8716 | 2026-02-12T06:57:01.263Z | [ recovery-image] Feb 12 06:57:00.489 INFO O| Feb 12 06:57:00.489 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator |
| 8717 | 2026-02-12T06:57:01.263Z | [ recovery-image] Feb 12 06:57:00.489 INFO O| Feb 12 06:57:00.489 INFO ok! |
| 8718 | 2026-02-12T06:57:01.266Z | [ recovery-image] Feb 12 06:57:00.489 INFO O| Feb 12 06:57:00.489 INFO STEP 51 (ensure_file) COMPLETE |
| 8719 | 2026-02-12T06:57:01.267Z | [ recovery-image] Feb 12 06:57:00.489 INFO O| Feb 12 06:57:00.489 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8720 | 2026-02-12T06:57:01.277Z | [ recovery-image] Feb 12 06:57:00.503 INFO O| Feb 12 06:57:00.503 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg |
| 8721 | 2026-02-12T06:57:01.277Z | [ recovery-image] Feb 12 06:57:00.503 INFO O| Feb 12 06:57:00.503 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg |
| 8722 | 2026-02-12T06:57:01.280Z | [ recovery-image] Feb 12 06:57:00.503 INFO O| Feb 12 06:57:00.503 INFO STEP 52 (ensure_dir) COMPLETE |
| 8723 | 2026-02-12T06:57:01.280Z | [ recovery-image] Feb 12 06:57:00.503 INFO O| Feb 12 06:57:00.503 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8724 | 2026-02-12T06:57:01.287Z | [ recovery-image] Feb 12 06:57:00.513 INFO O| Feb 12 06:57:00.513 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
| 8725 | 2026-02-12T06:57:01.287Z | [ recovery-image] Feb 12 06:57:00.514 INFO O| Feb 12 06:57:00.513 INFO copying /tmp/.tmpVN4njM/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
| 8726 | 2026-02-12T06:57:01.290Z | [ recovery-image] Feb 12 06:57:00.514 INFO O| Feb 12 06:57:00.514 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION |
| 8727 | 2026-02-12T06:57:01.290Z | [ recovery-image] Feb 12 06:57:00.514 INFO O| Feb 12 06:57:00.514 INFO ok! |
| 8728 | 2026-02-12T06:57:01.290Z | [ recovery-image] Feb 12 06:57:00.514 INFO O| Feb 12 06:57:00.514 INFO STEP 53 (ensure_file) COMPLETE |
| 8729 | 2026-02-12T06:57:01.290Z | [ recovery-image] Feb 12 06:57:00.514 INFO O| Feb 12 06:57:00.514 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8730 | 2026-02-12T06:57:01.299Z | [ recovery-image] Feb 12 06:57:00.525 INFO O| Feb 12 06:57:00.525 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm |
| 8731 | 2026-02-12T06:57:01.299Z | [ recovery-image] Feb 12 06:57:00.525 INFO O| Feb 12 06:57:00.525 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm |
| 8732 | 2026-02-12T06:57:01.301Z | [ recovery-image] Feb 12 06:57:00.525 INFO O| Feb 12 06:57:00.525 INFO STEP 54 (ensure_dir) COMPLETE |
| 8733 | 2026-02-12T06:57:01.301Z | [ recovery-image] Feb 12 06:57:00.525 INFO O| Feb 12 06:57:00.525 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8734 | 2026-02-12T06:57:01.308Z | [ recovery-image] Feb 12 06:57:00.535 INFO O| Feb 12 06:57:00.535 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
| 8735 | 2026-02-12T06:57:01.308Z | [ recovery-image] Feb 12 06:57:00.535 INFO O| Feb 12 06:57:00.535 INFO copying /tmp/.tmpVN4njM/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
| 8736 | 2026-02-12T06:57:02.286Z | [ recovery-image] Feb 12 06:57:01.512 INFO O| Feb 12 06:57:01.512 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
| 8737 | 2026-02-12T06:57:02.286Z | [ recovery-image] Feb 12 06:57:01.512 INFO O| Feb 12 06:57:01.512 INFO ok! |
| 8738 | 2026-02-12T06:57:02.289Z | [ recovery-image] Feb 12 06:57:01.512 INFO O| Feb 12 06:57:01.512 INFO STEP 55 (ensure_file) COMPLETE |
| 8739 | 2026-02-12T06:57:02.289Z | [ recovery-image] Feb 12 06:57:01.512 INFO O| Feb 12 06:57:01.512 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8740 | 2026-02-12T06:57:02.296Z | [ recovery-image] Feb 12 06:57:01.523 INFO O| Feb 12 06:57:01.523 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
| 8741 | 2026-02-12T06:57:02.296Z | [ recovery-image] Feb 12 06:57:01.523 INFO O| Feb 12 06:57:01.523 INFO copying /tmp/.tmpVN4njM/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
| 8742 | 2026-02-12T06:57:03.420Z | [ recovery-image] Feb 12 06:57:02.646 INFO O| Feb 12 06:57:02.646 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
| 8743 | 2026-02-12T06:57:03.420Z | [ recovery-image] Feb 12 06:57:02.646 INFO O| Feb 12 06:57:02.646 INFO ok! |
| 8744 | 2026-02-12T06:57:03.423Z | [ recovery-image] Feb 12 06:57:02.646 INFO O| Feb 12 06:57:02.646 INFO STEP 56 (ensure_file) COMPLETE |
| 8745 | 2026-02-12T06:57:03.423Z | [ recovery-image] Feb 12 06:57:02.646 INFO O| Feb 12 06:57:02.646 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8746 | 2026-02-12T06:57:03.433Z | [ recovery-image] Feb 12 06:57:02.659 INFO O| Feb 12 06:57:02.659 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
| 8747 | 2026-02-12T06:57:03.436Z | [ recovery-image] Feb 12 06:57:02.659 INFO O| Feb 12 06:57:02.659 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
| 8748 | 2026-02-12T06:57:03.436Z | [ recovery-image] Feb 12 06:57:02.659 INFO O| Feb 12 06:57:02.659 INFO STEP 57 (ensure_dir) COMPLETE |
| 8749 | 2026-02-12T06:57:03.436Z | [ recovery-image] Feb 12 06:57:02.659 INFO O| Feb 12 06:57:02.659 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8750 | 2026-02-12T06:57:03.444Z | [ recovery-image] Feb 12 06:57:02.671 INFO O| Feb 12 06:57:02.671 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
| 8751 | 2026-02-12T06:57:03.444Z | [ recovery-image] Feb 12 06:57:02.671 INFO O| Feb 12 06:57:02.671 INFO copying /tmp/.tmpVN4njM/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 ... |
| 8752 | 2026-02-12T06:57:03.447Z | [ recovery-image] Feb 12 06:57:02.671 INFO O| Feb 12 06:57:02.671 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 |
| 8753 | 2026-02-12T06:57:03.447Z | [ recovery-image] Feb 12 06:57:02.671 INFO O| Feb 12 06:57:02.671 INFO ok! |
| 8754 | 2026-02-12T06:57:03.447Z | [ recovery-image] Feb 12 06:57:02.671 INFO O| Feb 12 06:57:02.671 INFO STEP 58 (ensure_file) COMPLETE |
| 8755 | 2026-02-12T06:57:03.448Z | [ recovery-image] Feb 12 06:57:02.671 INFO O| Feb 12 06:57:02.671 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8756 | 2026-02-12T06:57:03.453Z | [ recovery-image] Feb 12 06:57:02.679 INFO O| Feb 12 06:57:02.679 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
| 8757 | 2026-02-12T06:57:03.453Z | [ recovery-image] Feb 12 06:57:02.679 INFO O| Feb 12 06:57:02.679 INFO copying /tmp/.tmpVN4njM/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 ... |
| 8758 | 2026-02-12T06:57:03.456Z | [ recovery-image] Feb 12 06:57:02.680 INFO O| Feb 12 06:57:02.679 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 |
| 8759 | 2026-02-12T06:57:03.456Z | [ recovery-image] Feb 12 06:57:02.680 INFO O| Feb 12 06:57:02.680 INFO ok! |
| 8760 | 2026-02-12T06:57:03.456Z | [ recovery-image] Feb 12 06:57:02.680 INFO O| Feb 12 06:57:02.680 INFO STEP 59 (ensure_file) COMPLETE |
| 8761 | 2026-02-12T06:57:03.456Z | [ recovery-image] Feb 12 06:57:02.680 INFO O| Feb 12 06:57:02.680 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8762 | 2026-02-12T06:57:03.465Z | [ recovery-image] Feb 12 06:57:02.691 INFO O| Feb 12 06:57:02.691 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
| 8763 | 2026-02-12T06:57:03.465Z | [ recovery-image] Feb 12 06:57:02.691 INFO O| Feb 12 06:57:02.691 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
| 8764 | 2026-02-12T06:57:03.468Z | [ recovery-image] Feb 12 06:57:02.691 INFO O| Feb 12 06:57:02.691 INFO STEP 60 (ensure_dir) COMPLETE |
| 8765 | 2026-02-12T06:57:03.468Z | [ recovery-image] Feb 12 06:57:02.691 INFO O| Feb 12 06:57:02.691 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8766 | 2026-02-12T06:57:03.477Z | [ recovery-image] Feb 12 06:57:02.703 INFO O| Feb 12 06:57:02.703 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
| 8767 | 2026-02-12T06:57:03.477Z | [ recovery-image] Feb 12 06:57:02.703 INFO O| Feb 12 06:57:02.703 INFO copying /tmp/.tmpVN4njM/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 ... |
| 8768 | 2026-02-12T06:57:03.480Z | [ recovery-image] Feb 12 06:57:02.703 INFO O| Feb 12 06:57:02.703 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
| 8769 | 2026-02-12T06:57:03.480Z | [ recovery-image] Feb 12 06:57:02.703 INFO O| Feb 12 06:57:02.703 INFO ok! |
| 8770 | 2026-02-12T06:57:03.480Z | [ recovery-image] Feb 12 06:57:02.703 INFO O| Feb 12 06:57:02.703 INFO STEP 61 (ensure_file) COMPLETE |
| 8771 | 2026-02-12T06:57:03.480Z | [ recovery-image] Feb 12 06:57:02.703 INFO O| Feb 12 06:57:02.703 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8772 | 2026-02-12T06:57:03.484Z | [ recovery-image] Feb 12 06:57:02.711 INFO O| Feb 12 06:57:02.711 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
| 8773 | 2026-02-12T06:57:03.484Z | [ recovery-image] Feb 12 06:57:02.711 INFO O| Feb 12 06:57:02.711 INFO copying /tmp/.tmpVN4njM/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 ... |
| 8774 | 2026-02-12T06:57:03.487Z | [ recovery-image] Feb 12 06:57:02.711 INFO O| Feb 12 06:57:02.711 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 |
| 8775 | 2026-02-12T06:57:03.488Z | [ recovery-image] Feb 12 06:57:02.711 INFO O| Feb 12 06:57:02.711 INFO ok! |
| 8776 | 2026-02-12T06:57:03.488Z | [ recovery-image] Feb 12 06:57:02.711 INFO O| Feb 12 06:57:02.711 INFO STEP 62 (ensure_file) COMPLETE |
| 8777 | 2026-02-12T06:57:03.488Z | [ recovery-image] Feb 12 06:57:02.711 INFO O| Feb 12 06:57:02.711 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8778 | 2026-02-12T06:57:03.493Z | [ recovery-image] Feb 12 06:57:02.719 INFO O| Feb 12 06:57:02.719 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
| 8779 | 2026-02-12T06:57:03.496Z | [ recovery-image] Feb 12 06:57:02.719 INFO O| Feb 12 06:57:02.719 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
| 8780 | 2026-02-12T06:57:03.496Z | [ recovery-image] Feb 12 06:57:02.719 INFO O| Feb 12 06:57:02.719 INFO STEP 63 (ensure_dir) COMPLETE |
| 8781 | 2026-02-12T06:57:03.496Z | [ recovery-image] Feb 12 06:57:02.719 INFO O| Feb 12 06:57:02.719 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8782 | 2026-02-12T06:57:03.502Z | [ recovery-image] Feb 12 06:57:02.728 INFO O| Feb 12 06:57:02.728 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
| 8783 | 2026-02-12T06:57:03.502Z | [ recovery-image] Feb 12 06:57:02.728 INFO O| Feb 12 06:57:02.728 INFO copying /tmp/.tmpVN4njM/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 ... |
| 8784 | 2026-02-12T06:57:03.505Z | [ recovery-image] Feb 12 06:57:02.728 INFO O| Feb 12 06:57:02.728 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
| 8785 | 2026-02-12T06:57:03.505Z | [ recovery-image] Feb 12 06:57:02.728 INFO O| Feb 12 06:57:02.728 INFO ok! |
| 8786 | 2026-02-12T06:57:03.505Z | [ recovery-image] Feb 12 06:57:02.728 INFO O| Feb 12 06:57:02.728 INFO STEP 64 (ensure_file) COMPLETE |
| 8787 | 2026-02-12T06:57:03.505Z | [ recovery-image] Feb 12 06:57:02.728 INFO O| Feb 12 06:57:02.728 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8788 | 2026-02-12T06:57:03.513Z | [ recovery-image] Feb 12 06:57:02.739 INFO O| Feb 12 06:57:02.739 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
| 8789 | 2026-02-12T06:57:03.513Z | [ recovery-image] Feb 12 06:57:02.739 INFO O| Feb 12 06:57:02.739 INFO copying /tmp/.tmpVN4njM/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
| 8790 | 2026-02-12T06:57:03.516Z | [ recovery-image] Feb 12 06:57:02.739 INFO O| Feb 12 06:57:02.739 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
| 8791 | 2026-02-12T06:57:03.516Z | [ recovery-image] Feb 12 06:57:02.739 INFO O| Feb 12 06:57:02.739 INFO ok! |
| 8792 | 2026-02-12T06:57:03.516Z | [ recovery-image] Feb 12 06:57:02.739 INFO O| Feb 12 06:57:02.739 INFO STEP 65 (ensure_file) COMPLETE |
| 8793 | 2026-02-12T06:57:03.516Z | [ recovery-image] Feb 12 06:57:02.739 INFO O| Feb 12 06:57:02.739 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8794 | 2026-02-12T06:57:03.523Z | [ recovery-image] Feb 12 06:57:02.749 INFO O| Feb 12 06:57:02.749 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib |
| 8795 | 2026-02-12T06:57:03.523Z | [ recovery-image] Feb 12 06:57:02.749 INFO O| Feb 12 06:57:02.749 INFO STEP 66 (ensure_dir) COMPLETE |
| 8796 | 2026-02-12T06:57:03.526Z | [ recovery-image] Feb 12 06:57:02.749 INFO O| Feb 12 06:57:02.749 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8797 | 2026-02-12T06:57:03.531Z | [ recovery-image] Feb 12 06:57:02.757 INFO O| Feb 12 06:57:02.757 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc |
| 8798 | 2026-02-12T06:57:03.531Z | [ recovery-image] Feb 12 06:57:02.757 INFO O| Feb 12 06:57:02.757 INFO STEP 67 (ensure_dir) COMPLETE |
| 8799 | 2026-02-12T06:57:03.534Z | [ recovery-image] Feb 12 06:57:02.757 INFO O| Feb 12 06:57:02.757 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8800 | 2026-02-12T06:57:03.541Z | [ recovery-image] Feb 12 06:57:02.768 INFO O| Feb 12 06:57:02.767 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest |
| 8801 | 2026-02-12T06:57:03.541Z | [ recovery-image] Feb 12 06:57:02.768 INFO O| Feb 12 06:57:02.767 INFO STEP 68 (ensure_dir) COMPLETE |
| 8802 | 2026-02-12T06:57:03.544Z | [ recovery-image] Feb 12 06:57:02.768 INFO O| Feb 12 06:57:02.767 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8803 | 2026-02-12T06:57:03.552Z | [ recovery-image] Feb 12 06:57:02.778 INFO O| Feb 12 06:57:02.778 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site |
| 8804 | 2026-02-12T06:57:03.552Z | [ recovery-image] Feb 12 06:57:02.778 INFO O| Feb 12 06:57:02.778 INFO STEP 69 (ensure_dir) COMPLETE |
| 8805 | 2026-02-12T06:57:03.555Z | [ recovery-image] Feb 12 06:57:02.778 INFO O| Feb 12 06:57:02.778 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8806 | 2026-02-12T06:57:03.560Z | [ recovery-image] Feb 12 06:57:02.786 INFO O| Feb 12 06:57:02.786 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
| 8807 | 2026-02-12T06:57:03.563Z | [ recovery-image] Feb 12 06:57:02.786 INFO O| Feb 12 06:57:02.786 INFO copying /tmp/.tmpVN4njM/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
| 8808 | 2026-02-12T06:57:03.563Z | [ recovery-image] Feb 12 06:57:02.787 INFO O| Feb 12 06:57:02.787 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
| 8809 | 2026-02-12T06:57:03.563Z | [ recovery-image] Feb 12 06:57:02.787 INFO O| Feb 12 06:57:02.787 INFO ok! |
| 8810 | 2026-02-12T06:57:03.563Z | [ recovery-image] Feb 12 06:57:02.787 INFO O| Feb 12 06:57:02.787 INFO STEP 70 (ensure_file) COMPLETE |
| 8811 | 2026-02-12T06:57:03.563Z | [ recovery-image] Feb 12 06:57:02.787 INFO O| Feb 12 06:57:02.787 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8812 | 2026-02-12T06:57:03.568Z | [ recovery-image] Feb 12 06:57:02.795 INFO O| Feb 12 06:57:02.795 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
| 8813 | 2026-02-12T06:57:03.572Z | [ recovery-image] Feb 12 06:57:02.795 INFO O| Feb 12 06:57:02.795 INFO STEP 71 (remove_files) COMPLETE |
| 8814 | 2026-02-12T06:57:03.572Z | [ recovery-image] Feb 12 06:57:02.795 INFO O| Feb 12 06:57:02.795 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8815 | 2026-02-12T06:57:03.577Z | [ recovery-image] Feb 12 06:57:02.803 INFO O| Feb 12 06:57:02.803 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap" |
| 8816 | 2026-02-12T06:57:03.580Z | [ recovery-image] Feb 12 06:57:02.803 INFO O| Feb 12 06:57:02.803 INFO STEP 72 (remove_files) COMPLETE |
| 8817 | 2026-02-12T06:57:03.580Z | [ recovery-image] Feb 12 06:57:02.803 INFO O| Feb 12 06:57:02.803 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8818 | 2026-02-12T06:57:03.585Z | [ recovery-image] Feb 12 06:57:02.812 INFO O| Feb 12 06:57:02.812 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc" |
| 8819 | 2026-02-12T06:57:03.585Z | [ recovery-image] Feb 12 06:57:02.812 INFO O| Feb 12 06:57:02.812 INFO STEP 73 (remove_files) COMPLETE |
| 8820 | 2026-02-12T06:57:03.585Z | [ recovery-image] Feb 12 06:57:02.812 INFO O| Feb 12 06:57:02.812 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8821 | 2026-02-12T06:57:03.598Z | [ recovery-image] Feb 12 06:57:02.824 INFO O| Feb 12 06:57:02.824 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security" |
| 8822 | 2026-02-12T06:57:03.601Z | [ recovery-image] Feb 12 06:57:02.824 INFO O| Feb 12 06:57:02.824 INFO STEP 74 (remove_files) COMPLETE |
| 8823 | 2026-02-12T06:57:03.601Z | [ recovery-image] Feb 12 06:57:02.824 INFO O| Feb 12 06:57:02.824 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8824 | 2026-02-12T06:57:03.606Z | [ recovery-image] Feb 12 06:57:02.833 INFO O| Feb 12 06:57:02.832 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares" |
| 8825 | 2026-02-12T06:57:03.609Z | [ recovery-image] Feb 12 06:57:02.833 INFO O| Feb 12 06:57:02.833 INFO STEP 75 (remove_files) COMPLETE |
| 8826 | 2026-02-12T06:57:03.609Z | [ recovery-image] Feb 12 06:57:02.833 INFO O| Feb 12 06:57:02.833 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8827 | 2026-02-12T06:57:03.615Z | [ recovery-image] Feb 12 06:57:02.841 INFO O| Feb 12 06:57:02.841 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb" |
| 8828 | 2026-02-12T06:57:03.618Z | [ recovery-image] Feb 12 06:57:02.841 INFO O| Feb 12 06:57:02.841 INFO STEP 76 (remove_files) COMPLETE |
| 8829 | 2026-02-12T06:57:03.618Z | [ recovery-image] Feb 12 06:57:02.842 INFO O| Feb 12 06:57:02.841 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8830 | 2026-02-12T06:57:03.624Z | [ recovery-image] Feb 12 06:57:02.851 INFO O| Feb 12 06:57:02.851 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
| 8831 | 2026-02-12T06:57:03.624Z | [ recovery-image] Feb 12 06:57:02.851 INFO O| Feb 12 06:57:02.851 INFO STEP 77 (remove_files) COMPLETE |
| 8832 | 2026-02-12T06:57:03.628Z | [ recovery-image] Feb 12 06:57:02.851 INFO O| Feb 12 06:57:02.851 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8833 | 2026-02-12T06:57:03.636Z | [ recovery-image] Feb 12 06:57:02.862 INFO O| Feb 12 06:57:02.862 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
| 8834 | 2026-02-12T06:57:03.636Z | [ recovery-image] Feb 12 06:57:02.862 INFO O| Feb 12 06:57:02.862 INFO STEP 78 (remove_files) COMPLETE |
| 8835 | 2026-02-12T06:57:03.639Z | [ recovery-image] Feb 12 06:57:02.862 INFO O| Feb 12 06:57:02.862 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8836 | 2026-02-12T06:57:03.644Z | [ recovery-image] Feb 12 06:57:02.870 INFO O| Feb 12 06:57:02.870 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
| 8837 | 2026-02-12T06:57:03.644Z | [ recovery-image] Feb 12 06:57:02.870 INFO O| Feb 12 06:57:02.870 INFO STEP 79 (remove_files) COMPLETE |
| 8838 | 2026-02-12T06:57:03.647Z | [ recovery-image] Feb 12 06:57:02.870 INFO O| Feb 12 06:57:02.870 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8839 | 2026-02-12T06:57:03.653Z | [ recovery-image] Feb 12 06:57:02.880 INFO O| Feb 12 06:57:02.879 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
| 8840 | 2026-02-12T06:57:03.653Z | [ recovery-image] Feb 12 06:57:02.880 INFO O| Feb 12 06:57:02.880 INFO STEP 80 (remove_files) COMPLETE |
| 8841 | 2026-02-12T06:57:03.656Z | [ recovery-image] Feb 12 06:57:02.880 INFO O| Feb 12 06:57:02.880 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8842 | 2026-02-12T06:57:03.661Z | [ recovery-image] Feb 12 06:57:02.888 INFO O| Feb 12 06:57:02.888 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
| 8843 | 2026-02-12T06:57:03.661Z | [ recovery-image] Feb 12 06:57:02.888 INFO O| Feb 12 06:57:02.888 INFO STEP 81 (remove_files) COMPLETE |
| 8844 | 2026-02-12T06:57:03.664Z | [ recovery-image] Feb 12 06:57:02.888 INFO O| Feb 12 06:57:02.888 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8845 | 2026-02-12T06:57:03.671Z | [ recovery-image] Feb 12 06:57:02.897 INFO O| Feb 12 06:57:02.897 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
| 8846 | 2026-02-12T06:57:03.671Z | [ recovery-image] Feb 12 06:57:02.897 INFO O| Feb 12 06:57:02.897 INFO STEP 82 (remove_files) COMPLETE |
| 8847 | 2026-02-12T06:57:03.674Z | [ recovery-image] Feb 12 06:57:02.897 INFO O| Feb 12 06:57:02.897 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8848 | 2026-02-12T06:57:03.679Z | [ recovery-image] Feb 12 06:57:02.905 INFO O| Feb 12 06:57:02.905 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
| 8849 | 2026-02-12T06:57:03.679Z | [ recovery-image] Feb 12 06:57:02.905 INFO O| Feb 12 06:57:02.905 INFO STEP 83 (remove_files) COMPLETE |
| 8850 | 2026-02-12T06:57:03.679Z | [ recovery-image] Feb 12 06:57:02.905 INFO O| Feb 12 06:57:02.905 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8851 | 2026-02-12T06:57:03.689Z | [ recovery-image] Feb 12 06:57:02.915 INFO O| Feb 12 06:57:02.915 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
| 8852 | 2026-02-12T06:57:03.689Z | [ recovery-image] Feb 12 06:57:02.915 INFO O| Feb 12 06:57:02.915 INFO STEP 84 (remove_files) COMPLETE |
| 8853 | 2026-02-12T06:57:03.692Z | [ recovery-image] Feb 12 06:57:02.915 INFO O| Feb 12 06:57:02.915 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8854 | 2026-02-12T06:57:03.700Z | [ recovery-image] Feb 12 06:57:02.926 INFO O| Feb 12 06:57:02.926 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
| 8855 | 2026-02-12T06:57:03.700Z | [ recovery-image] Feb 12 06:57:02.926 INFO O| Feb 12 06:57:02.926 INFO STEP 85 (remove_files) COMPLETE |
| 8856 | 2026-02-12T06:57:03.703Z | [ recovery-image] Feb 12 06:57:02.926 INFO O| Feb 12 06:57:02.926 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8857 | 2026-02-12T06:57:03.708Z | [ recovery-image] Feb 12 06:57:02.935 INFO O| Feb 12 06:57:02.935 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
| 8858 | 2026-02-12T06:57:03.711Z | [ recovery-image] Feb 12 06:57:02.935 INFO O| Feb 12 06:57:02.935 INFO STEP 86 (remove_files) COMPLETE |
| 8859 | 2026-02-12T06:57:03.711Z | [ recovery-image] Feb 12 06:57:02.935 INFO O| Feb 12 06:57:02.935 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8860 | 2026-02-12T06:57:03.719Z | [ recovery-image] Feb 12 06:57:02.945 INFO O| Feb 12 06:57:02.945 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
| 8861 | 2026-02-12T06:57:03.719Z | [ recovery-image] Feb 12 06:57:02.945 INFO O| Feb 12 06:57:02.945 INFO STEP 87 (remove_files) COMPLETE |
| 8862 | 2026-02-12T06:57:03.719Z | [ recovery-image] Feb 12 06:57:02.945 INFO O| Feb 12 06:57:02.945 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8863 | 2026-02-12T06:57:03.730Z | [ recovery-image] Feb 12 06:57:02.956 INFO O| Feb 12 06:57:02.956 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
| 8864 | 2026-02-12T06:57:03.733Z | [ recovery-image] Feb 12 06:57:02.956 INFO O| Feb 12 06:57:02.956 INFO STEP 88 (remove_files) COMPLETE |
| 8865 | 2026-02-12T06:57:03.733Z | [ recovery-image] Feb 12 06:57:02.956 INFO O| Feb 12 06:57:02.956 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8866 | 2026-02-12T06:57:03.741Z | [ recovery-image] Feb 12 06:57:02.967 INFO O| Feb 12 06:57:02.967 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
| 8867 | 2026-02-12T06:57:03.744Z | [ recovery-image] Feb 12 06:57:02.968 INFO O| Feb 12 06:57:02.968 INFO STEP 89 (remove_files) COMPLETE |
| 8868 | 2026-02-12T06:57:03.744Z | [ recovery-image] Feb 12 06:57:02.968 INFO O| Feb 12 06:57:02.968 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8869 | 2026-02-12T06:57:03.752Z | [ recovery-image] Feb 12 06:57:02.978 INFO O| Feb 12 06:57:02.978 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
| 8870 | 2026-02-12T06:57:03.752Z | [ recovery-image] Feb 12 06:57:02.978 INFO O| Feb 12 06:57:02.978 INFO STEP 90 (remove_files) COMPLETE |
| 8871 | 2026-02-12T06:57:03.752Z | [ recovery-image] Feb 12 06:57:02.978 INFO O| Feb 12 06:57:02.978 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8872 | 2026-02-12T06:57:03.760Z | [ recovery-image] Feb 12 06:57:02.986 INFO O| Feb 12 06:57:02.986 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
| 8873 | 2026-02-12T06:57:03.760Z | [ recovery-image] Feb 12 06:57:02.986 INFO O| Feb 12 06:57:02.986 INFO STEP 91 (remove_files) COMPLETE |
| 8874 | 2026-02-12T06:57:03.763Z | [ recovery-image] Feb 12 06:57:02.986 INFO O| Feb 12 06:57:02.986 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8875 | 2026-02-12T06:57:03.770Z | [ recovery-image] Feb 12 06:57:02.997 INFO O| Feb 12 06:57:02.997 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat" |
| 8876 | 2026-02-12T06:57:03.773Z | [ recovery-image] Feb 12 06:57:02.997 INFO O| Feb 12 06:57:02.997 INFO STEP 92 (remove_files) COMPLETE |
| 8877 | 2026-02-12T06:57:03.773Z | [ recovery-image] Feb 12 06:57:02.997 INFO O| Feb 12 06:57:02.997 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8878 | 2026-02-12T06:57:03.780Z | [ recovery-image] Feb 12 06:57:03.006 INFO O| Feb 12 06:57:03.006 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
| 8879 | 2026-02-12T06:57:03.780Z | [ recovery-image] Feb 12 06:57:03.007 INFO O| Feb 12 06:57:03.007 INFO STEP 93 (remove_files) COMPLETE |
| 8880 | 2026-02-12T06:57:03.783Z | [ recovery-image] Feb 12 06:57:03.007 INFO O| Feb 12 06:57:03.007 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8881 | 2026-02-12T06:57:03.788Z | [ recovery-image] Feb 12 06:57:03.015 INFO O| Feb 12 06:57:03.015 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
| 8882 | 2026-02-12T06:57:03.791Z | [ recovery-image] Feb 12 06:57:03.015 INFO O| Feb 12 06:57:03.015 INFO STEP 94 (remove_files) COMPLETE |
| 8883 | 2026-02-12T06:57:03.791Z | [ recovery-image] Feb 12 06:57:03.015 INFO O| Feb 12 06:57:03.015 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8884 | 2026-02-12T06:57:03.796Z | [ recovery-image] Feb 12 06:57:03.023 INFO O| Feb 12 06:57:03.023 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
| 8885 | 2026-02-12T06:57:03.796Z | [ recovery-image] Feb 12 06:57:03.023 INFO O| Feb 12 06:57:03.023 INFO STEP 95 (remove_files) COMPLETE |
| 8886 | 2026-02-12T06:57:03.799Z | [ recovery-image] Feb 12 06:57:03.023 INFO O| Feb 12 06:57:03.023 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8887 | 2026-02-12T06:57:03.806Z | [ recovery-image] Feb 12 06:57:03.032 INFO O| Feb 12 06:57:03.032 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
| 8888 | 2026-02-12T06:57:03.806Z | [ recovery-image] Feb 12 06:57:03.032 INFO O| Feb 12 06:57:03.032 INFO STEP 96 (remove_files) COMPLETE |
| 8889 | 2026-02-12T06:57:03.806Z | [ recovery-image] Feb 12 06:57:03.032 INFO O| Feb 12 06:57:03.032 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8890 | 2026-02-12T06:57:03.816Z | [ recovery-image] Feb 12 06:57:03.043 INFO O| Feb 12 06:57:03.042 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
| 8891 | 2026-02-12T06:57:03.816Z | [ recovery-image] Feb 12 06:57:03.043 INFO O| Feb 12 06:57:03.043 INFO STEP 97 (remove_files) COMPLETE |
| 8892 | 2026-02-12T06:57:03.819Z | [ recovery-image] Feb 12 06:57:03.043 INFO O| Feb 12 06:57:03.043 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8893 | 2026-02-12T06:57:03.824Z | [ recovery-image] Feb 12 06:57:03.050 INFO O| Feb 12 06:57:03.050 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
| 8894 | 2026-02-12T06:57:03.827Z | [ recovery-image] Feb 12 06:57:03.050 INFO O| Feb 12 06:57:03.050 INFO STEP 98 (remove_files) COMPLETE |
| 8895 | 2026-02-12T06:57:03.827Z | [ recovery-image] Feb 12 06:57:03.050 INFO O| Feb 12 06:57:03.050 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8896 | 2026-02-12T06:57:03.834Z | [ recovery-image] Feb 12 06:57:03.060 INFO O| Feb 12 06:57:03.060 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
| 8897 | 2026-02-12T06:57:03.834Z | [ recovery-image] Feb 12 06:57:03.060 INFO O| Feb 12 06:57:03.060 INFO STEP 99 (remove_files) COMPLETE |
| 8898 | 2026-02-12T06:57:03.837Z | [ recovery-image] Feb 12 06:57:03.060 INFO O| Feb 12 06:57:03.060 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8899 | 2026-02-12T06:57:03.849Z | [ recovery-image] Feb 12 06:57:03.075 INFO O| Feb 12 06:57:03.075 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal |
| 8900 | 2026-02-12T06:57:03.852Z | [ recovery-image] Feb 12 06:57:03.075 INFO O| Feb 12 06:57:03.075 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
| 8901 | 2026-02-12T06:57:08.024Z | [ host-image] Feb 12 06:57:07.249 INFO O| Feb 12 06:57:07.249 INFO O| Startup: Caching catalogs ... Done |
| 8902 | 2026-02-12T06:57:08.791Z | [ recovery-image] Feb 12 06:57:08.017 INFO O| Feb 12 06:57:08.017 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 |
| 8903 | 2026-02-12T06:57:08.791Z | [ recovery-image] Feb 12 06:57:08.017 INFO O| Feb 12 06:57:08.017 INFO E| svccfg: Loaded 68 smf(7) service descriptions |
| 8904 | 2026-02-12T06:57:08.804Z | [ recovery-image] Feb 12 06:57:08.030 INFO O| Feb 12 06:57:08.030 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"} |
| 8905 | 2026-02-12T06:57:08.964Z | [ recovery-image] Feb 12 06:57:08.190 INFO O| Feb 12 06:57:08.190 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"} |
| 8906 | 2026-02-12T06:57:09.037Z | [ recovery-image] Feb 12 06:57:08.262 INFO O| Feb 12 06:57:08.262 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_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"} |
| 8907 | 2026-02-12T06:57:09.128Z | [ recovery-image] Feb 12 06:57:08.353 INFO O| Feb 12 06:57:08.353 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist |
| 8908 | 2026-02-12T06:57:09.128Z | [ recovery-image] Feb 12 06:57:08.353 INFO O| Feb 12 06:57:08.353 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 ... |
| 8909 | 2026-02-12T06:57:09.131Z | [ recovery-image] Feb 12 06:57:08.356 INFO O| Feb 12 06:57:08.356 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db |
| 8910 | 2026-02-12T06:57:09.131Z | [ recovery-image] Feb 12 06:57:08.356 INFO O| Feb 12 06:57:08.356 INFO ok! |
| 8911 | 2026-02-12T06:57:09.131Z | [ recovery-image] Feb 12 06:57:08.356 INFO O| Feb 12 06:57:08.356 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing |
| 8912 | 2026-02-12T06:57:09.131Z | [ recovery-image] Feb 12 06:57:08.356 INFO O| Feb 12 06:57:08.356 INFO STEP 100 (seed_smf) COMPLETE |
| 8913 | 2026-02-12T06:57:09.131Z | [ recovery-image] Feb 12 06:57:08.356 INFO O| Feb 12 06:57:08.356 INFO steps complete; finalising image! |
| 8914 | 2026-02-12T06:57:09.131Z | [ recovery-image] Feb 12 06:57:08.356 INFO O| Feb 12 06:57:08.356 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery |
| 8915 | 2026-02-12T06:57:09.171Z | [ recovery-image] Feb 12 06:57:08.397 INFO O| Feb 12 06:57:08.397 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Thu Feb 12 06:57:08 2026) |
| 8916 | 2026-02-12T06:57:09.377Z | [ recovery-image] Feb 12 06:57:08.602 INFO O| Feb 12 06:57:08.602 INFO trim TEMPORARY-sled-zfs-recovery: (67% trimmed, started at Thu Feb 12 06:57:08 2026) |
| 8917 | 2026-02-12T06:57:09.584Z | [ recovery-image] Feb 12 06:57:08.809 INFO O| Feb 12 06:57:08.809 INFO trim TEMPORARY-sled-zfs-recovery: (67% trimmed, started at Thu Feb 12 06:57:08 2026) |
| 8918 | 2026-02-12T06:57:09.806Z | [ recovery-image] Feb 12 06:57:09.032 INFO O| Feb 12 06:57:09.032 INFO temporary pool has 420M used, 1.34G avail, 1.00x compressratio |
| 8919 | 2026-02-12T06:57:09.806Z | [ recovery-image] Feb 12 06:57:09.032 INFO O| Feb 12 06:57:09.032 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery |
| 8920 | 2026-02-12T06:57:10.037Z | [ recovery-image] Feb 12 06:57:09.262 INFO O| Feb 12 06:57:09.262 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 |
| 8921 | 2026-02-12T06:57:10.037Z | [ recovery-image] Feb 12 06:57:09.262 INFO O| Feb 12 06:57:09.262 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal |
| 8922 | 2026-02-12T06:57:13.233Z | [ recovery-image] Feb 12 06:57:12.459 INFO O| Feb 12 06:57:12.459 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 8923 | 2026-02-12T06:57:13.237Z | [ recovery-image] Feb 12 06:57:12.459 INFO O| Feb 12 06:57:12.459 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 8924 | 2026-02-12T06:57:13.237Z | [ recovery-image] Feb 12 06:57:12.459 INFO O| Feb 12 06:57:12.459 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 8925 | 2026-02-12T06:57:13.237Z | [ recovery-image] Feb 12 06:57:12.459 INFO O| Feb 12 06:57:12.459 INFO completed processing sled/zfs-recovery |
| 8926 | 2026-02-12T06:57:13.237Z | [ recovery-image] Feb 12 06:57:12.459 INFO O| Feb 12 06:57:12.459 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery |
| 8927 | 2026-02-12T06:57:13.974Z | [ recovery-image] Feb 12 06:57:13.200 INFO O| Feb 12 06:57:13.199 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8928 | 2026-02-12T06:57:14.084Z | [ recovery-image] Feb 12 06:57:13.309 INFO BUILD STRING "heads/stlouis-0-gd522c047db\n" |
| 8929 | 2026-02-12T06:57:14.087Z | [ recovery-image] Feb 12 06:57:13.311 INFO expanded image name: "recovery 1c3e4ba/${os_short_commit} 2026-02-12 05:56" -> "recovery 1c3e4ba/d522c04 2026-02-12 05:56" |
| 8930 | 2026-02-12T06:57:14.089Z | [ recovery-image] Feb 12 06:57:13.313 INFO output artefacts stored in: "/work/os-recovery" |
| 8931 | 2026-02-12T06:57:14.090Z | [ recovery-image] Feb 12 06:57:13.315 INFO collecting git info from project "phbl"... |
| 8932 | 2026-02-12T06:57:14.160Z | [ recovery-image] Feb 12 06:57:13.385 INFO collecting git info from project "chelsio-t6-roms"... |
| 8933 | 2026-02-12T06:57:14.226Z | [ recovery-image] Feb 12 06:57:13.451 INFO collecting git info from project "image-builder"... |
| 8934 | 2026-02-12T06:57:14.248Z | [ recovery-image] Feb 12 06:57:13.473 INFO collecting git info from project "bootserver"... |
| 8935 | 2026-02-12T06:57:14.267Z | [ recovery-image] Feb 12 06:57:13.492 INFO collecting git info from project "amd-host-image-builder"... |
| 8936 | 2026-02-12T06:57:14.428Z | [ recovery-image] Feb 12 06:57:13.653 INFO collecting git info from project "pinprick"... |
| 8937 | 2026-02-12T06:57:14.445Z | [ recovery-image] Feb 12 06:57:13.670 INFO collecting git info from project "dmar-report"... |
| 8938 | 2026-02-12T06:57:14.485Z | [ recovery-image] Feb 12 06:57:13.711 INFO collecting git info from project "pilot"... |
| 8939 | 2026-02-12T06:57:14.582Z | [ recovery-image] Feb 12 06:57:13.807 INFO collecting git info from project "amd-firmware"... |
| 8940 | 2026-02-12T06:57:14.992Z | [ host-image] Feb 12 06:57:14.217 INFO O| Feb 12 06:57:14.217 INFO O| Planning: Solver setup ... Done |
| 8941 | 2026-02-12T06:57:15.000Z | [ host-image] Feb 12 06:57:14.225 INFO O| Feb 12 06:57:14.225 INFO O| Planning: Running solver ... Done |
| 8942 | 2026-02-12T06:57:15.128Z | [ host-image] Feb 12 06:57:14.353 INFO O| Feb 12 06:57:14.353 INFO O| Planning: Finding local manifests ... Done |
| 8943 | 2026-02-12T06:57:15.201Z | [ host-image] Feb 12 06:57:14.427 INFO O| Feb 12 06:57:14.427 INFO O| Planning: Fetching manifests: 0/6 0% complete |
| 8944 | 2026-02-12T06:57:15.243Z | [ host-image] Feb 12 06:57:14.468 INFO O| Feb 12 06:57:14.468 INFO O| Planning: Fetching manifests: 6/6 100% complete |
| 8945 | 2026-02-12T06:57:15.267Z | [ host-image] Feb 12 06:57:14.492 INFO O| Feb 12 06:57:14.492 INFO O| Planning: Package planning ... Done |
| 8946 | 2026-02-12T06:57:15.271Z | [ host-image] Feb 12 06:57:14.497 INFO O| Feb 12 06:57:14.497 INFO O| Planning: Merging actions ... Done |
| 8947 | 2026-02-12T06:57:15.344Z | [ host-image] Feb 12 06:57:14.569 INFO O| Feb 12 06:57:14.569 INFO O| Planning: Checking for conflicting actions ... Done |
| 8948 | 2026-02-12T06:57:15.347Z | [ host-image] Feb 12 06:57:14.571 INFO O| Feb 12 06:57:14.571 INFO O| Planning: Consolidating action changes ... Done |
| 8949 | 2026-02-12T06:57:15.527Z | [ host-image] Feb 12 06:57:14.753 INFO O| Feb 12 06:57:14.752 INFO O| Planning: Evaluating mediators ... Done |
| 8950 | 2026-02-12T06:57:15.531Z | [ host-image] Feb 12 06:57:14.754 INFO O| Feb 12 06:57:14.754 INFO O| Planning: Planning completed in 7.40 seconds |
| 8951 | 2026-02-12T06:57:15.531Z | [ host-image] Feb 12 06:57:14.755 INFO O| Feb 12 06:57:14.755 INFO O| Packages to install: 6 |
| 8952 | 2026-02-12T06:57:15.531Z | [ host-image] Feb 12 06:57:14.755 INFO O| Feb 12 06:57:14.755 INFO O| Services to change: 2 |
| 8953 | 2026-02-12T06:57:15.550Z | [ host-image] Feb 12 06:57:14.775 INFO O| Feb 12 06:57:14.775 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete |
| 8954 | 2026-02-12T06:57:16.245Z | [ recovery-image] Feb 12 06:57:15.470 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
| 8955 | 2026-02-12T06:57:16.629Z | [ recovery-image] Feb 12 06:57:15.854 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
| 8956 | 2026-02-12T06:57:16.998Z | [ recovery-image] Feb 12 06:57:16.222 INFO creating Oxide boot image... |
| 8957 | 2026-02-12T06:57:17.001Z | [ recovery-image] Feb 12 06:57:16.223 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 1c3e4ba/d522c04 2026-02-12 05:56", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
| 8958 | 2026-02-12T06:57:17.361Z | [ host-image] Feb 12 06:57:16.586 INFO O| Feb 12 06:57:16.586 INFO O| Download: Completed 1.75 MB in 1.81 seconds (986k/s) |
| 8959 | 2026-02-12T06:57:17.396Z | [ host-image] Feb 12 06:57:16.621 INFO O| Feb 12 06:57:16.621 INFO O| Actions: 1/390 actions (Installing new actions) |
| 8960 | 2026-02-12T06:57:17.596Z | [ host-image] Feb 12 06:57:16.821 INFO O| Feb 12 06:57:16.821 INFO O| Actions: Completed 390 actions in 0.20 seconds. |
| 8961 | 2026-02-12T06:57:18.538Z | [ host-image] Feb 12 06:57:17.763 INFO O| Feb 12 06:57:17.763 INFO O| Done |
| 8962 | 2026-02-12T06:57:18.541Z | [ host-image] Feb 12 06:57:17.763 INFO O| Feb 12 06:57:17.763 INFO O| Done |
| 8963 | 2026-02-12T06:57:19.660Z | [ host-image] Feb 12 06:57:18.885 INFO O| Feb 12 06:57:18.885 INFO O| Done |
| 8964 | 2026-02-12T06:57:21.027Z | [ host-image] Feb 12 06:57:20.252 INFO O| Feb 12 06:57:20.252 INFO O| Done |
| 8965 | 2026-02-12T06:57:21.052Z | [ host-image] Feb 12 06:57:20.277 INFO O| Feb 12 06:57:20.277 INFO O| Done |
| 8966 | 2026-02-12T06:57:21.052Z | [ host-image] Feb 12 06:57:20.277 INFO O| Feb 12 06:57:20.277 INFO O| Done |
| 8967 | 2026-02-12T06:57:21.073Z | [ host-image] Feb 12 06:57:20.297 INFO O| Feb 12 06:57:20.297 INFO O| Done |
| 8968 | 2026-02-12T06:57:22.329Z | [ host-image] Feb 12 06:57:21.553 INFO O| Feb 12 06:57:21.553 INFO STEP 12 (pkg_install) COMPLETE |
| 8969 | 2026-02-12T06:57:22.329Z | [ host-image] Feb 12 06:57:21.553 INFO O| Feb 12 06:57:21.553 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 8970 | 2026-02-12T06:57:22.338Z | [ host-image] Feb 12 06:57:21.563 INFO O| Feb 12 06:57:21.563 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
| 8971 | 2026-02-12T06:58:08.287Z | [ host-image] Feb 12 06:58:07.507 INFO O| Feb 12 06:58:07.507 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 8972 | 2026-02-12T06:58:28.594Z | [ host-image] Feb 12 06:58:27.812 INFO O| Feb 12 06:58:27.812 INFO O| Startup: Caching catalogs ... Done |
| 8973 | 2026-02-12T06:58:33.778Z | [ host-image] Feb 12 06:58:32.996 INFO O| Feb 12 06:58:32.995 INFO O| Planning: Solver setup ... Done |
| 8974 | 2026-02-12T06:58:33.786Z | [ host-image] Feb 12 06:58:33.004 INFO O| Feb 12 06:58:33.004 INFO O| Planning: Running solver ... Done |
| 8975 | 2026-02-12T06:58:33.899Z | [ host-image] Feb 12 06:58:33.117 INFO O| Feb 12 06:58:33.117 INFO O| Planning: Finding local manifests ... Done |
| 8976 | 2026-02-12T06:58:33.914Z | [ host-image] Feb 12 06:58:33.132 INFO O| Feb 12 06:58:33.132 INFO O| Planning: Fetching manifests: 0/6 0% complete |
| 8977 | 2026-02-12T06:58:33.988Z | [ host-image] Feb 12 06:58:33.206 INFO O| Feb 12 06:58:33.206 INFO O| Planning: Fetching manifests: 6/6 100% complete |
| 8978 | 2026-02-12T06:58:34.038Z | [ host-image] Feb 12 06:58:33.254 INFO O| Feb 12 06:58:33.254 INFO O| Planning: Package planning ... Done |
| 8979 | 2026-02-12T06:58:34.072Z | [ host-image] Feb 12 06:58:33.289 INFO O| Feb 12 06:58:33.289 INFO O| Planning: Merging actions ... Done |
| 8980 | 2026-02-12T06:58:34.182Z | [ host-image] Feb 12 06:58:33.400 INFO O| Feb 12 06:58:33.400 INFO O| Planning: Checking for conflicting actions ... Done |
| 8981 | 2026-02-12T06:58:34.187Z | [ host-image] Feb 12 06:58:33.406 INFO O| Feb 12 06:58:33.406 INFO O| Planning: Consolidating action changes ... Done |
| 8982 | 2026-02-12T06:58:34.402Z | [ host-image] Feb 12 06:58:33.620 INFO O| Feb 12 06:58:33.620 INFO O| Planning: Evaluating mediators ... Done |
| 8983 | 2026-02-12T06:58:34.407Z | [ host-image] Feb 12 06:58:33.625 INFO O| Feb 12 06:58:33.625 INFO O| Planning: Planning completed in 5.71 seconds |
| 8984 | 2026-02-12T06:58:34.410Z | [ host-image] Feb 12 06:58:33.626 INFO O| Feb 12 06:58:33.626 INFO O| Packages to install: 6 |
| 8985 | 2026-02-12T06:58:34.410Z | [ host-image] Feb 12 06:58:33.626 INFO O| Feb 12 06:58:33.626 INFO O| Mediators to change: 1 |
| 8986 | 2026-02-12T06:58:34.410Z | [ host-image] Feb 12 06:58:33.626 INFO O| Feb 12 06:58:33.626 INFO O| Services to change: 1 |
| 8987 | 2026-02-12T06:58:34.438Z | [ host-image] Feb 12 06:58:33.656 INFO O| Feb 12 06:58:33.656 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete |
| 8988 | 2026-02-12T06:58:34.504Z | [ recovery-image] Feb 12 06:58:33.722 INFO O| ok, image written! |
| 8989 | 2026-02-12T06:58:34.504Z | [ recovery-image] Feb 12 06:58:33.722 INFO O| ok, boot_image_csum file written! |
| 8990 | 2026-02-12T06:58:34.515Z | [ recovery-image] Feb 12 06:58:33.734 INFO creating boot archive (CPIO)... |
| 8991 | 2026-02-12T06:58:34.516Z | [ recovery-image] Feb 12 06:58:33.734 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 |
| 8992 | 2026-02-12T06:58:34.536Z | [ recovery-image] Feb 12 06:58:33.754 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk |
| 8993 | 2026-02-12T06:58:34.536Z | [ recovery-image] Feb 12 06:58:33.754 INFO E| + outfile=/work/os-recovery/cpio |
| 8994 | 2026-02-12T06:58:34.539Z | [ recovery-image] Feb 12 06:58:33.754 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
| 8995 | 2026-02-12T06:58:34.539Z | [ recovery-image] Feb 12 06:58:33.757 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk |
| 8996 | 2026-02-12T06:58:34.539Z | [ recovery-image] Feb 12 06:58:33.757 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
| 8997 | 2026-02-12T06:58:34.576Z | [ recovery-image] Feb 12 06:58:33.794 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
| 8998 | 2026-02-12T06:58:34.576Z | [ recovery-image] Feb 12 06:58:33.794 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
| 8999 | 2026-02-12T06:58:34.585Z | [ recovery-image] Feb 12 06:58:33.803 INFO creating compressed cpio/unix for dev loaders... |
| 9000 | 2026-02-12T06:58:34.585Z | [ recovery-image] Feb 12 06:58:33.803 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 |
| 9001 | 2026-02-12T06:58:34.904Z | [ recovery-image] Feb 12 06:58:34.122 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
| 9002 | 2026-02-12T06:58:35.083Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 29m 43s |
| 9003 | 2026-02-12T06:58:37.410Z | [ host-image] Feb 12 06:58:36.628 INFO O| Feb 12 06:58:36.628 INFO O| Download: Completed 7.71 MB in 2.97 seconds (2.6M/s) |
| 9004 | 2026-02-12T06:58:37.480Z | [ host-image] Feb 12 06:58:36.697 INFO O| Feb 12 06:58:36.697 INFO O| Actions: 1/1361 actions (Installing new actions) |
| 9005 | 2026-02-12T06:58:37.884Z | [ host-image] Feb 12 06:58:37.101 INFO O| Feb 12 06:58:37.101 INFO O| Actions: Completed 1361 actions in 0.40 seconds. |
| 9006 | 2026-02-12T06:58:38.783Z | Feb 12 06:58:38.001 INFO [verify-libraries] process exited with exit status: 0 (1793.268892388s) |
| 9007 | 2026-02-12T06:58:38.813Z | [ host-image] Feb 12 06:58:38.030 INFO O| Feb 12 06:58:38.030 INFO O| Done |
| 9008 | 2026-02-12T06:58:38.813Z | [ host-image] Feb 12 06:58:38.030 INFO O| Feb 12 06:58:38.030 INFO O| Done |
| 9009 | 2026-02-12T06:58:39.425Z | [ recovery-image] Feb 12 06:58:38.642 INFO creating reset image... |
| 9010 | 2026-02-12T06:58:39.425Z | [ recovery-image] Feb 12 06:58:38.642 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl" |
| 9011 | 2026-02-12T06:58:40.164Z | [ host-image] Feb 12 06:58:39.381 INFO O| Feb 12 06:58:39.381 INFO O| Done |
| 9012 | 2026-02-12T06:58:41.505Z | [ host-image] Feb 12 06:58:40.722 INFO O| Feb 12 06:58:40.722 INFO O| Done |
| 9013 | 2026-02-12T06:58:41.529Z | [ host-image] Feb 12 06:58:40.747 INFO O| Feb 12 06:58:40.747 INFO O| Done |
| 9014 | 2026-02-12T06:58:41.532Z | [ host-image] Feb 12 06:58:40.747 INFO O| Feb 12 06:58:40.747 INFO O| Done |
| 9015 | 2026-02-12T06:58:41.573Z | [ host-image] Feb 12 06:58:40.790 INFO O| Feb 12 06:58:40.790 INFO O| Done |
| 9016 | 2026-02-12T06:58:42.803Z | [ host-image] Feb 12 06:58:42.020 INFO O| Feb 12 06:58:42.020 INFO STEP 13 (pkg_install) COMPLETE |
| 9017 | 2026-02-12T06:58:42.803Z | [ host-image] Feb 12 06:58:42.020 INFO O| Feb 12 06:58:42.020 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 9018 | 2026-02-12T06:58:42.810Z | [ host-image] Feb 12 06:58:42.028 INFO O| Feb 12 06:58:42.028 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"] |
| 9019 | 2026-02-12T06:59:05.465Z | [ host-image] Feb 12 06:59:04.680 INFO O| Feb 12 06:59:04.680 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 9020 | 2026-02-12T06:59:17.486Z | [ recovery-image] Feb 12 06:59:16.700 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')" |
| 9021 | 2026-02-12T06:59:17.486Z | [ recovery-image] Feb 12 06:59:16.700 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") |
| 9022 | 2026-02-12T06:59:17.706Z | [ recovery-image] Feb 12 06:59:16.920 INFO E| Updating crates.io index |
| 9023 | 2026-02-12T06:59:18.093Z | [ recovery-image] Feb 12 06:59:17.307 INFO E| Downloading crates ... |
| 9024 | 2026-02-12T06:59:18.159Z | [ recovery-image] Feb 12 06:59:17.373 INFO E| Downloaded os_pipe v1.2.3 |
| 9025 | 2026-02-12T06:59:18.162Z | [ recovery-image] Feb 12 06:59:17.375 INFO E| Downloaded anstyle-query v1.1.5 |
| 9026 | 2026-02-12T06:59:18.165Z | [ recovery-image] Feb 12 06:59:17.377 INFO E| Downloaded signal-hook-registry v1.4.8 |
| 9027 | 2026-02-12T06:59:18.165Z | [ recovery-image] Feb 12 06:59:17.380 INFO E| Downloaded quote v1.0.44 |
| 9028 | 2026-02-12T06:59:18.168Z | [ recovery-image] Feb 12 06:59:17.382 INFO E| Downloaded clap_lex v0.7.7 |
| 9029 | 2026-02-12T06:59:18.172Z | [ recovery-image] Feb 12 06:59:17.386 INFO E| Downloaded sigchld v0.2.4 |
| 9030 | 2026-02-12T06:59:18.175Z | [ recovery-image] Feb 12 06:59:17.389 INFO E| Downloaded shared_thread v0.2.0 |
| 9031 | 2026-02-12T06:59:18.178Z | [ recovery-image] Feb 12 06:59:17.390 INFO E| Downloaded shared_child v1.1.1 |
| 9032 | 2026-02-12T06:59:18.180Z | [ recovery-image] Feb 12 06:59:17.393 INFO E| Downloaded clap_derive v4.5.55 |
| 9033 | 2026-02-12T06:59:18.183Z | [ recovery-image] Feb 12 06:59:17.398 INFO E| Downloaded proc-macro2 v1.0.106 |
| 9034 | 2026-02-12T06:59:18.186Z | [ recovery-image] Feb 12 06:59:17.400 INFO E| Downloaded unicode-ident v1.0.23 |
| 9035 | 2026-02-12T06:59:18.189Z | [ recovery-image] Feb 12 06:59:17.403 INFO E| Downloaded clap v4.5.57 |
| 9036 | 2026-02-12T06:59:18.197Z | [ recovery-image] Feb 12 06:59:17.412 INFO E| Downloaded duct v1.1.1 |
| 9037 | 2026-02-12T06:59:18.200Z | [ recovery-image] Feb 12 06:59:17.414 INFO E| Downloaded clap_builder v4.5.57 |
| 9038 | 2026-02-12T06:59:18.246Z | [ recovery-image] Feb 12 06:59:17.460 INFO E| Compiling libc v0.2.180 |
| 9039 | 2026-02-12T06:59:18.246Z | [ recovery-image] Feb 12 06:59:17.460 INFO E| Compiling proc-macro2 v1.0.106 |
| 9040 | 2026-02-12T06:59:18.249Z | [ recovery-image] Feb 12 06:59:17.460 INFO E| Compiling unicode-ident v1.0.23 |
| 9041 | 2026-02-12T06:59:18.249Z | [ recovery-image] Feb 12 06:59:17.460 INFO E| Compiling signal-hook v0.3.18 |
| 9042 | 2026-02-12T06:59:18.249Z | [ recovery-image] Feb 12 06:59:17.460 INFO E| Compiling quote v1.0.44 |
| 9043 | 2026-02-12T06:59:18.249Z | [ recovery-image] Feb 12 06:59:17.460 INFO E| Compiling utf8parse v0.2.2 |
| 9044 | 2026-02-12T06:59:18.249Z | [ recovery-image] Feb 12 06:59:17.460 INFO E| Compiling colorchoice v1.0.4 |
| 9045 | 2026-02-12T06:59:18.249Z | [ recovery-image] Feb 12 06:59:17.460 INFO E| Compiling anstyle-query v1.1.5 |
| 9046 | 2026-02-12T06:59:18.432Z | [ recovery-image] Feb 12 06:59:17.646 INFO E| Compiling is_terminal_polyfill v1.70.2 |
| 9047 | 2026-02-12T06:59:18.464Z | [ recovery-image] Feb 12 06:59:17.678 INFO E| Compiling anstyle v1.0.13 |
| 9048 | 2026-02-12T06:59:18.484Z | [ recovery-image] Feb 12 06:59:17.698 INFO E| Compiling anstyle-parse v0.2.7 |
| 9049 | 2026-02-12T06:59:18.491Z | [ recovery-image] Feb 12 06:59:17.705 INFO E| Compiling strsim v0.11.1 |
| 9050 | 2026-02-12T06:59:18.613Z | [ recovery-image] Feb 12 06:59:17.827 INFO E| Compiling heck v0.5.0 |
| 9051 | 2026-02-12T06:59:18.716Z | [ recovery-image] Feb 12 06:59:17.930 INFO E| Compiling clap_lex v0.7.7 |
| 9052 | 2026-02-12T06:59:18.835Z | [ recovery-image] Feb 12 06:59:18.049 INFO E| Compiling anstream v0.6.21 |
| 9053 | 2026-02-12T06:59:18.874Z | [ recovery-image] Feb 12 06:59:18.088 INFO E| Compiling shared_thread v0.2.0 |
| 9054 | 2026-02-12T06:59:19.178Z | [ host-image] Feb 12 06:59:18.335 INFO O| Feb 12 06:59:18.334 INFO O| Startup: Caching catalogs ... Done |
| 9055 | 2026-02-12T06:59:19.254Z | [ recovery-image] Feb 12 06:59:18.455 INFO E| Compiling clap_builder v4.5.57 |
| 9056 | 2026-02-12T06:59:19.533Z | [ recovery-image] Feb 12 06:59:18.747 INFO E| Compiling errno v0.3.14 |
| 9057 | 2026-02-12T06:59:19.533Z | [ recovery-image] Feb 12 06:59:18.747 INFO E| Compiling os_pipe v1.2.3 |
| 9058 | 2026-02-12T06:59:19.687Z | [ recovery-image] Feb 12 06:59:18.901 INFO E| Compiling signal-hook-registry v1.4.8 |
| 9059 | 2026-02-12T06:59:20.006Z | [ recovery-image] Feb 12 06:59:19.220 INFO E| Compiling syn v2.0.114 |
| 9060 | 2026-02-12T06:59:20.121Z | [ recovery-image] Feb 12 06:59:19.335 INFO E| Compiling sigchld v0.2.4 |
| 9061 | 2026-02-12T06:59:20.238Z | [ recovery-image] Feb 12 06:59:19.452 INFO E| Compiling shared_child v1.1.1 |
| 9062 | 2026-02-12T06:59:20.376Z | [ recovery-image] Feb 12 06:59:19.590 INFO E| Compiling duct v1.1.1 |
| 9063 | 2026-02-12T06:59:23.995Z | [ recovery-image] Feb 12 06:59:23.209 INFO E| Compiling clap_derive v4.5.55 |
| 9064 | 2026-02-12T06:59:24.832Z | [ host-image] Feb 12 06:59:24.046 INFO O| Feb 12 06:59:24.045 INFO O| Planning: Solver setup ... Done |
| 9065 | 2026-02-12T06:59:24.840Z | [ host-image] Feb 12 06:59:24.054 INFO O| Feb 12 06:59:24.054 INFO O| Planning: Running solver ... Done |
| 9066 | 2026-02-12T06:59:24.958Z | [ host-image] Feb 12 06:59:24.172 INFO O| Feb 12 06:59:24.172 INFO O| Planning: Finding local manifests ... Done |
| 9067 | 2026-02-12T06:59:24.986Z | [ host-image] Feb 12 06:59:24.199 INFO O| Feb 12 06:59:24.199 INFO O| Planning: Fetching manifests: 0/1 0% complete |
| 9068 | 2026-02-12T06:59:24.991Z | [ host-image] Feb 12 06:59:24.205 INFO O| Feb 12 06:59:24.204 INFO O| Planning: Fetching manifests: 1/1 100% complete |
| 9069 | 2026-02-12T06:59:25.010Z | [ host-image] Feb 12 06:59:24.223 INFO O| Feb 12 06:59:24.223 INFO O| Planning: Package planning ... Done |
| 9070 | 2026-02-12T06:59:25.013Z | [ host-image] Feb 12 06:59:24.223 INFO O| Feb 12 06:59:24.223 INFO O| Planning: Merging actions ... Done |
| 9071 | 2026-02-12T06:59:25.063Z | [ host-image] Feb 12 06:59:24.276 INFO O| Feb 12 06:59:24.276 INFO O| Planning: Checking for conflicting actions ... Done |
| 9072 | 2026-02-12T06:59:25.066Z | [ host-image] Feb 12 06:59:24.277 INFO O| Feb 12 06:59:24.277 INFO O| Planning: Consolidating action changes ... Done |
| 9073 | 2026-02-12T06:59:25.305Z | [ host-image] Feb 12 06:59:24.518 INFO O| Feb 12 06:59:24.518 INFO O| Planning: Evaluating mediators ... Done |
| 9074 | 2026-02-12T06:59:25.308Z | [ host-image] Feb 12 06:59:24.519 INFO O| Feb 12 06:59:24.519 INFO O| Planning: Planning completed in 6.08 seconds |
| 9075 | 2026-02-12T06:59:25.308Z | [ host-image] Feb 12 06:59:24.519 INFO O| Feb 12 06:59:24.519 INFO O| Packages to install: 1 |
| 9076 | 2026-02-12T06:59:25.326Z | [ host-image] Feb 12 06:59:24.539 INFO O| Feb 12 06:59:24.539 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete |
| 9077 | 2026-02-12T06:59:25.434Z | [ host-image] Feb 12 06:59:24.647 INFO O| Feb 12 06:59:24.647 INFO O| Download: Completed 12.26 MB in 0.11 seconds (113M/s) |
| 9078 | 2026-02-12T06:59:25.466Z | [ host-image] Feb 12 06:59:24.679 INFO O| Feb 12 06:59:24.679 INFO O| Actions: 1/22 actions (Installing new actions) |
| 9079 | 2026-02-12T06:59:25.756Z | [ host-image] Feb 12 06:59:24.970 INFO O| Feb 12 06:59:24.970 INFO O| Actions: Completed 22 actions in 0.29 seconds. |
| 9080 | 2026-02-12T06:59:25.831Z | [ recovery-image] Feb 12 06:59:25.044 INFO E| Compiling clap v4.5.57 |
| 9081 | 2026-02-12T06:59:25.896Z | [ recovery-image] Feb 12 06:59:25.110 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
| 9082 | 2026-02-12T06:59:26.697Z | [ host-image] Feb 12 06:59:25.910 INFO O| Feb 12 06:59:25.910 INFO O| Done |
| 9083 | 2026-02-12T06:59:26.697Z | [ host-image] Feb 12 06:59:25.910 INFO O| Feb 12 06:59:25.910 INFO O| Done |
| 9084 | 2026-02-12T06:59:26.954Z | [ recovery-image] Feb 12 06:59:26.167 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.40s |
| 9085 | 2026-02-12T06:59:26.966Z | [ recovery-image] Feb 12 06:59:26.179 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl` |
| 9086 | 2026-02-12T06:59:27.204Z | [ recovery-image] Feb 12 06:59:26.418 INFO E| Downloading crates ... |
| 9087 | 2026-02-12T06:59:27.277Z | [ recovery-image] Feb 12 06:59:26.491 INFO E| Downloaded bitstruct_derive v0.1.0 |
| 9088 | 2026-02-12T06:59:27.290Z | [ recovery-image] Feb 12 06:59:26.503 INFO E| Downloaded cpio_reader v0.1.2 |
| 9089 | 2026-02-12T06:59:27.295Z | [ recovery-image] Feb 12 06:59:26.509 INFO E| Downloaded bit_field v0.10.3 |
| 9090 | 2026-02-12T06:59:27.298Z | [ recovery-image] Feb 12 06:59:26.512 INFO E| Downloaded bitstruct v0.1.1 |
| 9091 | 2026-02-12T06:59:27.302Z | [ recovery-image] Feb 12 06:59:26.516 INFO E| Downloaded miniz_oxide v0.9.0 |
| 9092 | 2026-02-12T06:59:27.307Z | [ recovery-image] Feb 12 06:59:26.520 INFO E| Downloaded raw-cpuid v10.7.0 |
| 9093 | 2026-02-12T06:59:27.324Z | [ recovery-image] Feb 12 06:59:26.538 INFO E| Downloaded goblin v0.10.4 |
| 9094 | 2026-02-12T06:59:27.453Z | [ recovery-image] Feb 12 06:59:26.667 INFO E| Downloaded x86 v0.52.0 |
| 9095 | 2026-02-12T06:59:27.498Z | [ recovery-image] Feb 12 06:59:26.712 INFO E| Updating crates.io index |
| 9096 | 2026-02-12T06:59:27.669Z | [ recovery-image] Feb 12 06:59:26.883 INFO E| Downloading crates ... |
| 9097 | 2026-02-12T06:59:27.714Z | [ recovery-image] Feb 12 06:59:26.927 INFO E| Downloaded rustc-demangle v0.1.27 |
| 9098 | 2026-02-12T06:59:27.717Z | [ recovery-image] Feb 12 06:59:26.930 INFO E| Downloaded rustc-literal-escaper v0.0.7 |
| 9099 | 2026-02-12T06:59:27.765Z | [ recovery-image] Feb 12 06:59:26.978 INFO E| Downloaded libc v0.2.178 |
| 9100 | 2026-02-12T06:59:27.813Z | [ host-image] Feb 12 06:59:27.027 INFO O| Feb 12 06:59:27.027 INFO O| Done |
| 9101 | 2026-02-12T06:59:27.841Z | [ recovery-image] Feb 12 06:59:27.055 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) |
| 9102 | 2026-02-12T06:59:27.841Z | [ recovery-image] Feb 12 06:59:27.055 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) |
| 9103 | 2026-02-12T06:59:27.844Z | [ recovery-image] Feb 12 06:59:27.055 INFO E| Compiling proc-macro2 v1.0.106 |
| 9104 | 2026-02-12T06:59:27.844Z | [ recovery-image] Feb 12 06:59:27.055 INFO E| Compiling quote v1.0.44 |
| 9105 | 2026-02-12T06:59:27.844Z | [ recovery-image] Feb 12 06:59:27.055 INFO E| Compiling unicode-ident v1.0.23 |
| 9106 | 2026-02-12T06:59:27.844Z | [ recovery-image] Feb 12 06:59:27.055 INFO E| Compiling syn v1.0.109 |
| 9107 | 2026-02-12T06:59:27.844Z | [ recovery-image] Feb 12 06:59:27.055 INFO E| Compiling x86 v0.52.0 |
| 9108 | 2026-02-12T06:59:27.844Z | [ recovery-image] Feb 12 06:59:27.055 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
| 9109 | 2026-02-12T06:59:28.091Z | [ recovery-image] Feb 12 06:59:27.304 INFO E| Compiling seq-macro v0.3.6 |
| 9110 | 2026-02-12T06:59:29.320Z | [ recovery-image] Feb 12 06:59:28.533 INFO E| Compiling syn v2.0.114 |
| 9111 | 2026-02-12T06:59:29.558Z | [ host-image] Feb 12 06:59:28.771 INFO O| Feb 12 06:59:28.771 INFO O| Done |
| 9112 | 2026-02-12T06:59:29.585Z | [ host-image] Feb 12 06:59:28.798 INFO O| Feb 12 06:59:28.798 INFO O| Done |
| 9113 | 2026-02-12T06:59:29.585Z | [ host-image] Feb 12 06:59:28.798 INFO O| Feb 12 06:59:28.798 INFO O| Done |
| 9114 | 2026-02-12T06:59:29.600Z | [ host-image] Feb 12 06:59:28.813 INFO O| Feb 12 06:59:28.813 INFO O| Done |
| 9115 | 2026-02-12T06:59:31.020Z | [ host-image] Feb 12 06:59:30.233 INFO O| Feb 12 06:59:30.233 INFO STEP 14 (pkg_install) COMPLETE |
| 9116 | 2026-02-12T06:59:31.020Z | [ host-image] Feb 12 06:59:30.233 INFO O| Feb 12 06:59:30.233 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 9117 | 2026-02-12T06:59:31.024Z | [ host-image] Feb 12 06:59:30.233 INFO O| Feb 12 06:59:30.233 INFO skip step because feature "mbist" is not enabled |
| 9118 | 2026-02-12T06:59:31.024Z | [ host-image] Feb 12 06:59:30.233 INFO O| Feb 12 06:59:30.233 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 9119 | 2026-02-12T06:59:31.024Z | [ host-image] Feb 12 06:59:30.233 INFO O| Feb 12 06:59:30.233 INFO skip step because feature "mfg" is not enabled |
| 9120 | 2026-02-12T06:59:31.024Z | [ host-image] Feb 12 06:59:30.233 INFO O| Feb 12 06:59:30.233 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 9121 | 2026-02-12T06:59:31.024Z | [ host-image] Feb 12 06:59:30.233 INFO O| Feb 12 06:59:30.233 INFO skip step because feature "compliance" is not enabled |
| 9122 | 2026-02-12T06:59:31.024Z | [ host-image] Feb 12 06:59:30.233 INFO O| Feb 12 06:59:30.233 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 9123 | 2026-02-12T06:59:31.024Z | [ host-image] Feb 12 06:59:30.233 INFO O| Feb 12 06:59:30.233 INFO skip step because feature "stress" is not enabled |
| 9124 | 2026-02-12T06:59:31.024Z | [ host-image] Feb 12 06:59:30.233 INFO O| Feb 12 06:59:30.233 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 9125 | 2026-02-12T06:59:31.024Z | [ host-image] Feb 12 06:59:30.233 INFO O| Feb 12 06:59:30.233 INFO skip step because feature "compliance" is not enabled |
| 9126 | 2026-02-12T06:59:31.024Z | [ host-image] Feb 12 06:59:30.233 INFO O| Feb 12 06:59:30.233 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 9127 | 2026-02-12T06:59:31.024Z | [ host-image] Feb 12 06:59:30.233 INFO O| Feb 12 06:59:30.233 INFO skip step because feature "nfs" is not enabled |
| 9128 | 2026-02-12T06:59:31.024Z | [ host-image] Feb 12 06:59:30.233 INFO O| Feb 12 06:59:30.233 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os |
| 9129 | 2026-02-12T06:59:31.024Z | [ host-image] Feb 12 06:59:30.233 INFO O| Feb 12 06:59:30.233 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os |
| 9130 | 2026-02-12T06:59:31.221Z | [ host-image] Feb 12 06:59:30.434 INFO O| Feb 12 06:59:30.434 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 9131 | 2026-02-12T06:59:31.313Z | [ host-image] Feb 12 06:59:30.526 INFO O| Feb 12 06:59:30.526 INFO completed processing sled/ramdisk-01-os |
| 9132 | 2026-02-12T06:59:31.771Z | [ recovery-image] Feb 12 06:59:30.984 INFO E| Compiling scroll_derive v0.13.1 |
| 9133 | 2026-02-12T06:59:31.787Z | [ host-image] Feb 12 06:59:31.000 INFO omicron1 baseline generation... |
| 9134 | 2026-02-12T06:59:31.787Z | [ host-image] Feb 12 06:59:31.000 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
| 9135 | 2026-02-12T06:59:32.263Z | [ host-image] Feb 12 06:59:31.476 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23760:20260210T214910Z |
| 9136 | 2026-02-12T06:59:33.846Z | [ recovery-image] Feb 12 06:59:33.059 INFO E| Compiling bitstruct_derive v0.1.0 |
| 9137 | 2026-02-12T06:59:49.345Z | [ recovery-image] Feb 12 06:59:48.556 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) |
| 9138 | 2026-02-12T06:59:53.155Z | [ recovery-image] Feb 12 06:59:52.366 INFO E| Compiling bitflags v1.3.2 |
| 9139 | 2026-02-12T06:59:53.155Z | [ recovery-image] Feb 12 06:59:52.366 INFO E| Compiling scroll v0.13.0 |
| 9140 | 2026-02-12T06:59:53.158Z | [ recovery-image] Feb 12 06:59:52.366 INFO E| Compiling plain v0.2.3 |
| 9141 | 2026-02-12T06:59:53.159Z | [ recovery-image] Feb 12 06:59:52.367 INFO E| Compiling bit_field v0.10.3 |
| 9142 | 2026-02-12T06:59:53.159Z | [ recovery-image] Feb 12 06:59:52.367 INFO E| Compiling adler2 v2.0.1 |
| 9143 | 2026-02-12T06:59:53.159Z | [ recovery-image] Feb 12 06:59:52.367 INFO E| Compiling log v0.4.29 |
| 9144 | 2026-02-12T06:59:53.159Z | [ recovery-image] Feb 12 06:59:52.367 INFO E| Compiling bitflags v2.10.0 |
| 9145 | 2026-02-12T06:59:53.257Z | [ recovery-image] Feb 12 06:59:52.468 INFO E| Compiling raw-cpuid v10.7.0 |
| 9146 | 2026-02-12T06:59:53.342Z | [ recovery-image] Feb 12 06:59:52.553 INFO E| Compiling miniz_oxide v0.9.0 |
| 9147 | 2026-02-12T06:59:53.453Z | [ recovery-image] Feb 12 06:59:52.664 INFO E| Compiling static_assertions v1.1.0 |
| 9148 | 2026-02-12T06:59:53.462Z | [ recovery-image] Feb 12 06:59:52.673 INFO E| Compiling bitstruct v0.1.1 |
| 9149 | 2026-02-12T06:59:53.569Z | [ recovery-image] Feb 12 06:59:52.780 INFO E| Compiling cpio_reader v0.1.2 |
| 9150 | 2026-02-12T06:59:53.662Z | [ recovery-image] Feb 12 06:59:52.873 INFO E| Compiling goblin v0.10.4 |
| 9151 | 2026-02-12T06:59:58.854Z | [ recovery-image] Feb 12 06:59:58.064 INFO E| Finished `release` profile [optimized] target(s) in 31.87s |
| 9152 | 2026-02-12T06:59:58.872Z | [ recovery-image] Feb 12 06:59:58.083 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
| 9153 | 2026-02-12T06:59:58.937Z | [ recovery-image] Feb 12 06:59:58.147 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')" |
| 9154 | 2026-02-12T06:59:58.937Z | [ recovery-image] Feb 12 06:59:58.147 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled) |
| 9155 | 2026-02-12T06:59:58.941Z | [ recovery-image] Feb 12 06:59:58.147 INFO skipping building ROM for cosmo-mbist ('mbist' disabled) |
| 9156 | 2026-02-12T06:59:58.941Z | [ recovery-image] Feb 12 06:59:58.147 INFO building ROM for gimlet |
| 9157 | 2026-02-12T06:59:58.941Z | [ recovery-image] Feb 12 06:59:58.147 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") |
| 9158 | 2026-02-12T06:59:59.335Z | [ recovery-image] Feb 12 06:59:58.545 INFO E| Downloading crates ... |
| 9159 | 2026-02-12T06:59:59.433Z | [ recovery-image] Feb 12 06:59:58.644 INFO E| Downloaded anstyle v1.0.10 |
| 9160 | 2026-02-12T06:59:59.438Z | [ recovery-image] Feb 12 06:59:58.649 INFO E| Downloaded anstyle-parse v0.2.6 |
| 9161 | 2026-02-12T06:59:59.441Z | [ recovery-image] Feb 12 06:59:58.651 INFO E| Downloaded toml_write v0.1.1 |
| 9162 | 2026-02-12T06:59:59.446Z | [ recovery-image] Feb 12 06:59:58.657 INFO E| Downloaded toml_datetime v0.6.9 |
| 9163 | 2026-02-12T06:59:59.449Z | [ recovery-image] Feb 12 06:59:58.658 INFO E| Downloaded colorchoice v1.0.3 |
| 9164 | 2026-02-12T06:59:59.449Z | [ recovery-image] Feb 12 06:59:58.659 INFO E| Downloaded anstyle-query v1.1.2 |
| 9165 | 2026-02-12T06:59:59.452Z | [ recovery-image] Feb 12 06:59:58.660 INFO E| Downloaded os_pipe v1.2.1 |
| 9166 | 2026-02-12T06:59:59.455Z | [ recovery-image] Feb 12 06:59:58.665 INFO E| Downloaded serde_spanned v0.6.8 |
| 9167 | 2026-02-12T06:59:59.457Z | [ recovery-image] Feb 12 06:59:58.666 INFO E| Downloaded shared_child v1.0.1 |
| 9168 | 2026-02-12T06:59:59.462Z | [ recovery-image] Feb 12 06:59:58.673 INFO E| Downloaded clap_derive v4.5.32 |
| 9169 | 2026-02-12T06:59:59.466Z | [ recovery-image] Feb 12 06:59:58.677 INFO E| Downloaded duct v0.13.7 |
| 9170 | 2026-02-12T06:59:59.471Z | [ recovery-image] Feb 12 06:59:58.682 INFO E| Downloaded clap v4.5.37 |
| 9171 | 2026-02-12T06:59:59.480Z | [ recovery-image] Feb 12 06:59:58.691 INFO E| Downloaded winnow v0.7.7 |
| 9172 | 2026-02-12T06:59:59.488Z | [ recovery-image] Feb 12 06:59:58.699 INFO E| Downloaded toml v0.8.22 |
| 9173 | 2026-02-12T06:59:59.516Z | [ recovery-image] Feb 12 06:59:58.726 INFO E| Downloaded toml_edit v0.22.26 |
| 9174 | 2026-02-12T06:59:59.544Z | [ recovery-image] Feb 12 06:59:58.755 INFO E| Downloaded cc v1.2.20 |
| 9175 | 2026-02-12T06:59:59.547Z | [ recovery-image] Feb 12 06:59:58.758 INFO E| Downloaded clap_builder v4.5.37 |
| 9176 | 2026-02-12T06:59:59.618Z | [ recovery-image] Feb 12 06:59:58.829 INFO E| Compiling libc v0.2.172 |
| 9177 | 2026-02-12T06:59:59.618Z | [ recovery-image] Feb 12 06:59:58.829 INFO E| Compiling utf8parse v0.2.2 |
| 9178 | 2026-02-12T06:59:59.618Z | [ recovery-image] Feb 12 06:59:58.829 INFO E| Compiling shlex v1.3.0 |
| 9179 | 2026-02-12T06:59:59.622Z | [ recovery-image] Feb 12 06:59:58.829 INFO E| Compiling anstyle v1.0.10 |
| 9180 | 2026-02-12T06:59:59.622Z | [ recovery-image] Feb 12 06:59:58.829 INFO E| Compiling anstyle-query v1.1.2 |
| 9181 | 2026-02-12T06:59:59.622Z | [ recovery-image] Feb 12 06:59:58.829 INFO E| Compiling once_cell v1.21.3 |
| 9182 | 2026-02-12T06:59:59.645Z | [ recovery-image] Feb 12 06:59:58.856 INFO E| Compiling is_terminal_polyfill v1.70.1 |
| 9183 | 2026-02-12T06:59:59.649Z | [ recovery-image] Feb 12 06:59:58.859 INFO E| Compiling syn v2.0.101 |
| 9184 | 2026-02-12T06:59:59.813Z | [ recovery-image] Feb 12 06:59:59.023 INFO E| Compiling anstyle-parse v0.2.6 |
| 9185 | 2026-02-12T06:59:59.827Z | [ recovery-image] Feb 12 06:59:59.038 INFO E| Compiling hashbrown v0.15.2 |
| 9186 | 2026-02-12T06:59:59.838Z | [ recovery-image] Feb 12 06:59:59.048 INFO E| Compiling colorchoice v1.0.3 |
| 9187 | 2026-02-12T06:59:59.975Z | [ recovery-image] Feb 12 06:59:59.185 INFO E| Compiling equivalent v1.0.2 |
| 9188 | 2026-02-12T07:00:00.034Z | [ recovery-image] Feb 12 06:59:59.244 INFO E| Compiling cc v1.2.20 |
| 9189 | 2026-02-12T07:00:00.096Z | [ recovery-image] Feb 12 06:59:59.306 INFO E| Compiling anstream v0.6.18 |
| 9190 | 2026-02-12T07:00:00.119Z | [ recovery-image] Feb 12 06:59:59.330 INFO E| Compiling winnow v0.7.7 |
| 9191 | 2026-02-12T07:00:00.120Z | [ recovery-image] Feb 12 06:59:59.330 INFO E| Compiling toml_write v0.1.1 |
| 9192 | 2026-02-12T07:00:00.169Z | [ recovery-image] Feb 12 06:59:59.380 INFO E| Compiling strsim v0.11.1 |
| 9193 | 2026-02-12T07:00:00.546Z | [ recovery-image] Feb 12 06:59:59.756 INFO E| Compiling clap_lex v0.7.4 |
| 9194 | 2026-02-12T07:00:00.845Z | [ recovery-image] Feb 12 07:00:00.054 INFO E| Compiling anyhow v1.0.98 |
| 9195 | 2026-02-12T07:00:01.121Z | [ recovery-image] Feb 12 07:00:00.331 INFO E| Compiling indexmap v2.9.0 |
| 9196 | 2026-02-12T07:00:01.134Z | [ recovery-image] Feb 12 07:00:00.345 INFO E| Compiling clap_builder v4.5.37 |
| 9197 | 2026-02-12T07:00:01.242Z | [ recovery-image] Feb 12 07:00:00.452 INFO E| Compiling shared_child v1.0.1 |
| 9198 | 2026-02-12T07:00:01.398Z | [ recovery-image] Feb 12 07:00:00.608 INFO E| Compiling os_pipe v1.2.1 |
| 9199 | 2026-02-12T07:00:01.755Z | [ recovery-image] Feb 12 07:00:00.965 INFO E| Compiling duct v0.13.7 |
| 9200 | 2026-02-12T07:00:02.833Z | [ recovery-image] Feb 12 07:00:02.043 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask) |
| 9201 | 2026-02-12T07:00:04.572Z | [ recovery-image] Feb 12 07:00:03.781 INFO E| Compiling serde_derive v1.0.219 |
| 9202 | 2026-02-12T07:00:04.572Z | [ recovery-image] Feb 12 07:00:03.782 INFO E| Compiling clap_derive v4.5.32 |
| 9203 | 2026-02-12T07:00:06.975Z | [ recovery-image] Feb 12 07:00:06.185 INFO E| Compiling clap v4.5.37 |
| 9204 | 2026-02-12T07:00:08.092Z | [ recovery-image] Feb 12 07:00:07.302 INFO E| Compiling serde v1.0.219 |
| 9205 | 2026-02-12T07:00:11.155Z | [ recovery-image] Feb 12 07:00:10.364 INFO E| Compiling serde_spanned v0.6.8 |
| 9206 | 2026-02-12T07:00:11.155Z | [ recovery-image] Feb 12 07:00:10.364 INFO E| Compiling toml_datetime v0.6.9 |
| 9207 | 2026-02-12T07:00:11.392Z | [ recovery-image] Feb 12 07:00:10.601 INFO E| Compiling toml_edit v0.22.26 |
| 9208 | 2026-02-12T07:00:13.441Z | [ recovery-image] Feb 12 07:00:12.650 INFO E| Compiling toml v0.8.22 |
| 9209 | 2026-02-12T07:00:16.598Z | [ recovery-image] Feb 12 07:00:15.807 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.57s |
| 9210 | 2026-02-12T07:00:16.612Z | [ recovery-image] Feb 12 07:00:15.821 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` |
| 9211 | 2026-02-12T07:00:16.624Z | [ recovery-image] Feb 12 07:00:15.833 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml" |
| 9212 | 2026-02-12T07:00:16.902Z | [ recovery-image] Feb 12 07:00:16.111 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.27s |
| 9213 | 2026-02-12T07:00:16.907Z | [ recovery-image] Feb 12 07:00:16.116 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` |
| 9214 | 2026-02-12T07:00:17.219Z | [ recovery-image] Feb 12 07:00:16.428 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn" |
| 9215 | 2026-02-12T07:00:17.219Z | [ recovery-image] Feb 12 07:00:16.428 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin" |
| 9216 | 2026-02-12T07:00:17.219Z | [ recovery-image] Feb 12 07:00:16.428 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin" |
| 9217 | 2026-02-12T07:00:17.219Z | [ recovery-image] Feb 12 07:00:16.428 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin" |
| 9218 | 2026-02-12T07:00:17.222Z | [ recovery-image] Feb 12 07:00:16.428 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn" |
| 9219 | 2026-02-12T07:00:17.222Z | [ recovery-image] Feb 12 07:00:16.428 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn" |
| 9220 | 2026-02-12T07:00:17.223Z | [ recovery-image] Feb 12 07:00:16.428 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin" |
| 9221 | 2026-02-12T07:00:17.223Z | [ recovery-image] Feb 12 07:00:16.428 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin" |
| 9222 | 2026-02-12T07:00:17.223Z | [ recovery-image] Feb 12 07:00:16.428 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin" |
| 9223 | 2026-02-12T07:00:17.223Z | [ recovery-image] Feb 12 07:00:16.428 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin" |
| 9224 | 2026-02-12T07:00:17.223Z | [ recovery-image] Feb 12 07:00:16.428 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin" |
| 9225 | 2026-02-12T07:00:17.223Z | [ recovery-image] Feb 12 07:00:16.428 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin" |
| 9226 | 2026-02-12T07:00:17.223Z | [ recovery-image] Feb 12 07:00:16.429 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin" |
| 9227 | 2026-02-12T07:00:17.223Z | [ recovery-image] Feb 12 07:00:16.429 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin" |
| 9228 | 2026-02-12T07:00:17.223Z | [ recovery-image] Feb 12 07:00:16.429 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin" |
| 9229 | 2026-02-12T07:00:17.223Z | [ recovery-image] Feb 12 07:00:16.429 INFO O| Info: ABL version: 0x100f5010 |
| 9230 | 2026-02-12T07:00:17.223Z | [ recovery-image] Feb 12 07:00:16.429 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0 |
| 9231 | 2026-02-12T07:00:17.223Z | [ recovery-image] Feb 12 07:00:16.429 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin" |
| 9232 | 2026-02-12T07:00:17.223Z | [ recovery-image] Feb 12 07:00:16.429 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin" |
| 9233 | 2026-02-12T07:00:17.223Z | [ recovery-image] Feb 12 07:00:16.429 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin" |
| 9234 | 2026-02-12T07:00:17.223Z | [ recovery-image] Feb 12 07:00:16.429 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin" |
| 9235 | 2026-02-12T07:00:17.223Z | [ recovery-image] Feb 12 07:00:16.430 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin" |
| 9236 | 2026-02-12T07:00:17.223Z | [ recovery-image] Feb 12 07:00:16.430 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin" |
| 9237 | 2026-02-12T07:00:17.223Z | [ recovery-image] Feb 12 07:00:16.430 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin" |
| 9238 | 2026-02-12T07:00:17.223Z | [ recovery-image] Feb 12 07:00:16.430 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin" |
| 9239 | 2026-02-12T07:00:17.223Z | [ recovery-image] Feb 12 07:00:16.430 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin" |
| 9240 | 2026-02-12T07:00:17.223Z | [ recovery-image] Feb 12 07:00:16.430 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin" |
| 9241 | 2026-02-12T07:00:17.223Z | [ recovery-image] Feb 12 07:00:16.430 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin" |
| 9242 | 2026-02-12T07:00:17.223Z | [ recovery-image] Feb 12 07:00:16.430 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin" |
| 9243 | 2026-02-12T07:00:17.223Z | [ recovery-image] Feb 12 07:00:16.430 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin" |
| 9244 | 2026-02-12T07:00:17.223Z | [ recovery-image] Feb 12 07:00:16.430 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin" |
| 9245 | 2026-02-12T07:00:17.223Z | [ recovery-image] Feb 12 07:00:16.430 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin" |
| 9246 | 2026-02-12T07:00:17.223Z | [ recovery-image] Feb 12 07:00:16.430 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin" |
| 9247 | 2026-02-12T07:00:17.223Z | [ recovery-image] Feb 12 07:00:16.430 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin" |
| 9248 | 2026-02-12T07:00:17.223Z | [ recovery-image] Feb 12 07:00:16.430 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin" |
| 9249 | 2026-02-12T07:00:17.256Z | [ recovery-image] Feb 12 07:00:16.465 INFO building ROM for cosmo |
| 9250 | 2026-02-12T07:00:17.256Z | [ recovery-image] Feb 12 07:00:16.465 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") |
| 9251 | 2026-02-12T07:00:17.389Z | [ recovery-image] Feb 12 07:00:16.598 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s |
| 9252 | 2026-02-12T07:00:17.393Z | [ recovery-image] Feb 12 07:00:16.601 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` |
| 9253 | 2026-02-12T07:00:17.402Z | [ recovery-image] Feb 12 07:00:16.612 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml" |
| 9254 | 2026-02-12T07:00:17.487Z | [ recovery-image] Feb 12 07:00:16.696 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s |
| 9255 | 2026-02-12T07:00:17.490Z | [ recovery-image] Feb 12 07:00:16.700 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` |
| 9256 | 2026-02-12T07:00:17.819Z | [ recovery-image] Feb 12 07:00:17.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn" |
| 9257 | 2026-02-12T07:00:17.819Z | [ recovery-image] Feb 12 07:00:17.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin" |
| 9258 | 2026-02-12T07:00:17.823Z | [ recovery-image] Feb 12 07:00:17.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin" |
| 9259 | 2026-02-12T07:00:17.823Z | [ recovery-image] Feb 12 07:00:17.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin" |
| 9260 | 2026-02-12T07:00:17.823Z | [ recovery-image] Feb 12 07:00:17.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin" |
| 9261 | 2026-02-12T07:00:17.823Z | [ recovery-image] Feb 12 07:00:17.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin" |
| 9262 | 2026-02-12T07:00:17.823Z | [ recovery-image] Feb 12 07:00:17.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn" |
| 9263 | 2026-02-12T07:00:17.823Z | [ recovery-image] Feb 12 07:00:17.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn" |
| 9264 | 2026-02-12T07:00:17.823Z | [ recovery-image] Feb 12 07:00:17.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin" |
| 9265 | 2026-02-12T07:00:17.823Z | [ recovery-image] Feb 12 07:00:17.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin" |
| 9266 | 2026-02-12T07:00:17.823Z | [ recovery-image] Feb 12 07:00:17.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin" |
| 9267 | 2026-02-12T07:00:17.823Z | [ recovery-image] Feb 12 07:00:17.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin" |
| 9268 | 2026-02-12T07:00:17.823Z | [ recovery-image] Feb 12 07:00:17.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin" |
| 9269 | 2026-02-12T07:00:17.823Z | [ recovery-image] Feb 12 07:00:17.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin" |
| 9270 | 2026-02-12T07:00:17.823Z | [ recovery-image] Feb 12 07:00:17.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin" |
| 9271 | 2026-02-12T07:00:17.823Z | [ recovery-image] Feb 12 07:00:17.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin" |
| 9272 | 2026-02-12T07:00:17.823Z | [ recovery-image] Feb 12 07:00:17.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin" |
| 9273 | 2026-02-12T07:00:17.823Z | [ recovery-image] Feb 12 07:00:17.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin" |
| 9274 | 2026-02-12T07:00:17.823Z | [ recovery-image] Feb 12 07:00:17.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin" |
| 9275 | 2026-02-12T07:00:17.823Z | [ recovery-image] Feb 12 07:00:17.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin" |
| 9276 | 2026-02-12T07:00:17.823Z | [ recovery-image] Feb 12 07:00:17.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin" |
| 9277 | 2026-02-12T07:00:17.823Z | [ recovery-image] Feb 12 07:00:17.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin" |
| 9278 | 2026-02-12T07:00:17.823Z | [ recovery-image] Feb 12 07:00:17.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin" |
| 9279 | 2026-02-12T07:00:17.823Z | [ recovery-image] Feb 12 07:00:17.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin" |
| 9280 | 2026-02-12T07:00:17.823Z | [ recovery-image] Feb 12 07:00:17.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin" |
| 9281 | 2026-02-12T07:00:17.823Z | [ recovery-image] Feb 12 07:00:17.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin" |
| 9282 | 2026-02-12T07:00:17.823Z | [ recovery-image] Feb 12 07:00:17.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin" |
| 9283 | 2026-02-12T07:00:17.823Z | [ recovery-image] Feb 12 07:00:17.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin" |
| 9284 | 2026-02-12T07:00:17.823Z | [ recovery-image] Feb 12 07:00:17.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin" |
| 9285 | 2026-02-12T07:00:17.823Z | [ recovery-image] Feb 12 07:00:17.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin" |
| 9286 | 2026-02-12T07:00:17.823Z | [ recovery-image] Feb 12 07:00:17.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin" |
| 9287 | 2026-02-12T07:00:17.823Z | [ recovery-image] Feb 12 07:00:17.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin" |
| 9288 | 2026-02-12T07:00:17.823Z | [ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin" |
| 9289 | 2026-02-12T07:00:17.823Z | [ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin" |
| 9290 | 2026-02-12T07:00:17.823Z | [ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin" |
| 9291 | 2026-02-12T07:00:17.823Z | [ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin" |
| 9292 | 2026-02-12T07:00:17.824Z | [ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin" |
| 9293 | 2026-02-12T07:00:17.824Z | [ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin" |
| 9294 | 2026-02-12T07:00:17.824Z | [ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin" |
| 9295 | 2026-02-12T07:00:17.824Z | [ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin" |
| 9296 | 2026-02-12T07:00:17.824Z | [ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin" |
| 9297 | 2026-02-12T07:00:17.824Z | [ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin" |
| 9298 | 2026-02-12T07:00:17.824Z | [ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin" |
| 9299 | 2026-02-12T07:00:17.824Z | [ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin" |
| 9300 | 2026-02-12T07:00:17.824Z | [ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin" |
| 9301 | 2026-02-12T07:00:17.824Z | [ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin" |
| 9302 | 2026-02-12T07:00:17.824Z | [ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin" |
| 9303 | 2026-02-12T07:00:17.824Z | [ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin" |
| 9304 | 2026-02-12T07:00:17.824Z | [ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin" |
| 9305 | 2026-02-12T07:00:17.824Z | [ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin" |
| 9306 | 2026-02-12T07:00:17.824Z | [ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin" |
| 9307 | 2026-02-12T07:00:17.824Z | [ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin" |
| 9308 | 2026-02-12T07:00:17.824Z | [ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin" |
| 9309 | 2026-02-12T07:00:17.824Z | [ recovery-image] Feb 12 07:00:17.031 INFO O| Info: ABL version: 0x1007f011 |
| 9310 | 2026-02-12T07:00:17.824Z | [ recovery-image] Feb 12 07:00:17.031 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0 |
| 9311 | 2026-02-12T07:00:17.824Z | [ recovery-image] Feb 12 07:00:17.031 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0 |
| 9312 | 2026-02-12T07:00:17.824Z | [ recovery-image] Feb 12 07:00:17.031 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin" |
| 9313 | 2026-02-12T07:00:17.831Z | [ recovery-image] Feb 12 07:00:17.032 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin" |
| 9314 | 2026-02-12T07:00:17.831Z | [ recovery-image] Feb 12 07:00:17.032 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin" |
| 9315 | 2026-02-12T07:00:17.831Z | [ recovery-image] Feb 12 07:00:17.032 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin" |
| 9316 | 2026-02-12T07:00:17.831Z | [ recovery-image] Feb 12 07:00:17.032 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin" |
| 9317 | 2026-02-12T07:00:17.831Z | [ recovery-image] Feb 12 07:00:17.032 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin" |
| 9318 | 2026-02-12T07:00:17.831Z | [ recovery-image] Feb 12 07:00:17.032 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin" |
| 9319 | 2026-02-12T07:00:17.831Z | [ recovery-image] Feb 12 07:00:17.032 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin" |
| 9320 | 2026-02-12T07:00:17.831Z | [ recovery-image] Feb 12 07:00:17.032 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin" |
| 9321 | 2026-02-12T07:00:17.831Z | [ recovery-image] Feb 12 07:00:17.032 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin" |
| 9322 | 2026-02-12T07:00:17.831Z | [ recovery-image] Feb 12 07:00:17.032 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin" |
| 9323 | 2026-02-12T07:00:17.831Z | [ recovery-image] Feb 12 07:00:17.032 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin" |
| 9324 | 2026-02-12T07:00:17.831Z | [ recovery-image] Feb 12 07:00:17.033 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin" |
| 9325 | 2026-02-12T07:00:17.831Z | [ recovery-image] Feb 12 07:00:17.033 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin" |
| 9326 | 2026-02-12T07:00:17.831Z | [ recovery-image] Feb 12 07:00:17.033 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin" |
| 9327 | 2026-02-12T07:00:17.831Z | [ recovery-image] Feb 12 07:00:17.033 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin" |
| 9328 | 2026-02-12T07:00:17.831Z | [ recovery-image] Feb 12 07:00:17.033 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin" |
| 9329 | 2026-02-12T07:00:17.831Z | [ recovery-image] Feb 12 07:00:17.033 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin" |
| 9330 | 2026-02-12T07:00:17.831Z | [ recovery-image] Feb 12 07:00:17.033 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin" |
| 9331 | 2026-02-12T07:00:17.831Z | [ recovery-image] Feb 12 07:00:17.033 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin" |
| 9332 | 2026-02-12T07:00:17.863Z | [ recovery-image] Feb 12 07:00:17.072 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
| 9333 | 2026-02-12T07:00:20.920Z | [ recovery-image] Feb 12 07:00:20.127 INFO image complete! materials are in "/work/os-recovery" |
| 9334 | 2026-02-12T07:00:21.794Z | [ recovery-image] |
| 9335 | 2026-02-12T07:00:21.798Z | [ recovery-image] real 31:36.064676988 |
| 9336 | 2026-02-12T07:00:21.798Z | [ recovery-image] user 24:32.243665074 |
| 9337 | 2026-02-12T07:00:21.798Z | [ recovery-image] sys 1:32.587756253 |
| 9338 | 2026-02-12T07:00:21.798Z | [ recovery-image] trap 1.542921766 |
| 9339 | 2026-02-12T07:00:21.798Z | [ recovery-image] tflt 1.181054690 |
| 9340 | 2026-02-12T07:00:21.798Z | [ recovery-image] dflt 5.377157041 |
| 9341 | 2026-02-12T07:00:21.798Z | [ recovery-image] kflt 0.081574442 |
| 9342 | 2026-02-12T07:00:21.798Z | [ recovery-image] lock 23:13.380281947 |
| 9343 | 2026-02-12T07:00:21.798Z | [ recovery-image] slp 3:05:20.714225979 |
| 9344 | 2026-02-12T07:00:21.798Z | [ recovery-image] lat 6:01.805063737 |
| 9345 | 2026-02-12T07:00:21.798Z | [ recovery-image] stop 7.886732303 |
| 9346 | 2026-02-12T07:00:21.798Z | Feb 12 07:00:21.004 INFO [recovery-image] process exited with exit status: 0 (1896.939832449s) |
| 9347 | 2026-02-12T07:00:26.368Z | [ host-image] Feb 12 07:00:25.576 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23760:20260210T214944Z |
| 9348 | 2026-02-12T07:00:26.368Z | [ host-image] Feb 12 07:00:25.576 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23760:20260210T214944Z |
| 9349 | 2026-02-12T07:00:26.372Z | [ host-image] Feb 12 07:00:25.576 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
| 9350 | 2026-02-12T07:00:26.372Z | [ host-image] Feb 12 07:00:25.576 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
| 9351 | 2026-02-12T07:00:26.372Z | [ host-image] Feb 12 07:00:25.576 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
| 9352 | 2026-02-12T07:00:26.372Z | [ host-image] Feb 12 07:00:25.576 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
| 9353 | 2026-02-12T07:00:26.372Z | [ host-image] Feb 12 07:00:25.577 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
| 9354 | 2026-02-12T07:00:26.372Z | [ host-image] Feb 12 07:00:25.577 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
| 9355 | 2026-02-12T07:00:26.372Z | [ host-image] Feb 12 07:00:25.578 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@18.0.0.0:20260212T055747Z |
| 9356 | 2026-02-12T07:00:26.372Z | [ host-image] Feb 12 07:00:25.578 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z |
| 9357 | 2026-02-12T07:00:26.372Z | [ host-image] Feb 12 07:00:25.578 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
| 9358 | 2026-02-12T07:00:26.372Z | [ host-image] Feb 12 07:00:25.578 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23760:20260210T214944Z |
| 9359 | 2026-02-12T07:00:26.372Z | [ host-image] Feb 12 07:00:25.578 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23760:20260210T214945Z |
| 9360 | 2026-02-12T07:00:26.372Z | [ host-image] Feb 12 07:00:25.579 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23760:20260210T214945Z |
| 9361 | 2026-02-12T07:00:26.372Z | [ host-image] Feb 12 07:00:25.579 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23760:20260210T214945Z |
| 9362 | 2026-02-12T07:00:26.372Z | [ host-image] Feb 12 07:00:25.579 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
| 9363 | 2026-02-12T07:00:26.372Z | [ host-image] Feb 12 07:00:25.579 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23760:20260210T214946Z |
| 9364 | 2026-02-12T07:00:26.372Z | [ host-image] Feb 12 07:00:25.579 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23760:20260210T214946Z |
| 9365 | 2026-02-12T07:00:26.372Z | [ host-image] Feb 12 07:00:25.579 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23760:20260210T214946Z |
| 9366 | 2026-02-12T07:00:26.372Z | [ host-image] Feb 12 07:00:25.579 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23760:20260210T214946Z |
| 9367 | 2026-02-12T07:00:26.372Z | [ host-image] Feb 12 07:00:25.580 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23760:20260210T214947Z |
| 9368 | 2026-02-12T07:00:26.372Z | [ host-image] Feb 12 07:00:25.580 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23760:20260210T214947Z |
| 9369 | 2026-02-12T07:00:26.372Z | [ host-image] Feb 12 07:00:25.580 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23760:20260210T214947Z |
| 9370 | 2026-02-12T07:00:26.372Z | [ host-image] Feb 12 07:00:25.580 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23760:20260210T214948Z |
| 9371 | 2026-02-12T07:00:26.372Z | [ host-image] Feb 12 07:00:25.580 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23760:20260210T214948Z |
| 9372 | 2026-02-12T07:00:26.372Z | [ host-image] Feb 12 07:00:25.580 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23760:20260210T214949Z |
| 9373 | 2026-02-12T07:00:26.372Z | [ host-image] Feb 12 07:00:25.580 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23760:20260210T214950Z |
| 9374 | 2026-02-12T07:00:26.376Z | [ host-image] Feb 12 07:00:25.580 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23760:20260210T214950Z |
| 9375 | 2026-02-12T07:00:26.376Z | [ host-image] Feb 12 07:00:25.580 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23760:20260210T214951Z |
| 9376 | 2026-02-12T07:00:26.376Z | [ host-image] Feb 12 07:00:25.580 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23760:20260210T214952Z |
| 9377 | 2026-02-12T07:00:26.376Z | [ host-image] Feb 12 07:00:25.580 INFO O| install = pkg://helios-dev/driver/network/opte@0.39.455:20260129T171925Z |
| 9378 | 2026-02-12T07:00:26.376Z | [ host-image] Feb 12 07:00:25.580 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23760:20260210T214953Z |
| 9379 | 2026-02-12T07:00:26.376Z | [ host-image] Feb 12 07:00:25.580 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23760:20260210T214955Z |
| 9380 | 2026-02-12T07:00:26.376Z | [ host-image] Feb 12 07:00:25.580 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23760:20260210T214956Z |
| 9381 | 2026-02-12T07:00:26.376Z | [ host-image] Feb 12 07:00:25.580 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23760:20260210T214957Z |
| 9382 | 2026-02-12T07:00:26.376Z | [ host-image] Feb 12 07:00:25.581 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23760:20260210T214958Z |
| 9383 | 2026-02-12T07:00:26.376Z | [ host-image] Feb 12 07:00:25.581 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23760:20260210T214958Z |
| 9384 | 2026-02-12T07:00:26.380Z | [ host-image] Feb 12 07:00:25.584 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z |
| 9385 | 2026-02-12T07:00:26.380Z | [ host-image] Feb 12 07:00:25.584 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23760:20260210T214958Z |
| 9386 | 2026-02-12T07:00:26.380Z | [ host-image] Feb 12 07:00:25.584 INFO O| install = pkg://helios-dev/library/expat@2.7.2-2.0:20250922T152653Z |
| 9387 | 2026-02-12T07:00:26.380Z | [ host-image] Feb 12 07:00:25.584 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
| 9388 | 2026-02-12T07:00:26.380Z | [ host-image] Feb 12 07:00:25.585 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
| 9389 | 2026-02-12T07:00:26.380Z | [ host-image] Feb 12 07:00:25.585 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23760:20260210T214959Z |
| 9390 | 2026-02-12T07:00:26.381Z | [ host-image] Feb 12 07:00:25.585 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
| 9391 | 2026-02-12T07:00:26.381Z | [ host-image] Feb 12 07:00:25.585 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
| 9392 | 2026-02-12T07:00:26.381Z | [ host-image] Feb 12 07:00:25.585 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
| 9393 | 2026-02-12T07:00:26.381Z | [ host-image] Feb 12 07:00:25.586 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
| 9394 | 2026-02-12T07:00:26.385Z | [ host-image] Feb 12 07:00:25.590 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
| 9395 | 2026-02-12T07:00:26.385Z | [ host-image] Feb 12 07:00:25.590 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
| 9396 | 2026-02-12T07:00:26.385Z | [ host-image] Feb 12 07:00:25.590 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
| 9397 | 2026-02-12T07:00:26.385Z | [ host-image] Feb 12 07:00:25.590 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
| 9398 | 2026-02-12T07:00:26.385Z | [ host-image] Feb 12 07:00:25.591 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
| 9399 | 2026-02-12T07:00:26.385Z | [ host-image] Feb 12 07:00:25.591 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
| 9400 | 2026-02-12T07:00:26.395Z | [ host-image] Feb 12 07:00:25.603 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.19-2.0:20260128T223505Z |
| 9401 | 2026-02-12T07:00:26.398Z | [ host-image] Feb 12 07:00:25.603 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
| 9402 | 2026-02-12T07:00:26.398Z | [ host-image] Feb 12 07:00:25.603 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
| 9403 | 2026-02-12T07:00:26.398Z | [ host-image] Feb 12 07:00:25.604 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23760:20260210T215001Z |
| 9404 | 2026-02-12T07:00:26.398Z | [ host-image] Feb 12 07:00:25.604 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23760:20260210T215006Z |
| 9405 | 2026-02-12T07:00:26.398Z | [ host-image] Feb 12 07:00:25.604 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
| 9406 | 2026-02-12T07:00:26.398Z | [ host-image] Feb 12 07:00:25.604 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23760:20260210T215007Z |
| 9407 | 2026-02-12T07:00:26.398Z | [ host-image] Feb 12 07:00:25.604 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z |
| 9408 | 2026-02-12T07:00:26.398Z | [ host-image] Feb 12 07:00:25.604 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z |
| 9409 | 2026-02-12T07:00:26.398Z | [ host-image] Feb 12 07:00:25.604 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.40:20250409T152351Z |
| 9410 | 2026-02-12T07:00:26.398Z | [ host-image] Feb 12 07:00:25.604 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z |
| 9411 | 2026-02-12T07:00:26.398Z | [ host-image] Feb 12 07:00:25.604 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23760:20260210T215007Z |
| 9412 | 2026-02-12T07:00:26.398Z | [ host-image] Feb 12 07:00:25.604 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
| 9413 | 2026-02-12T07:00:26.398Z | [ host-image] Feb 12 07:00:25.606 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
| 9414 | 2026-02-12T07:00:26.398Z | [ host-image] Feb 12 07:00:25.606 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
| 9415 | 2026-02-12T07:00:26.398Z | [ host-image] Feb 12 07:00:25.606 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
| 9416 | 2026-02-12T07:00:26.398Z | [ host-image] Feb 12 07:00:25.606 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23760:20260210T215007Z |
| 9417 | 2026-02-12T07:00:26.398Z | [ host-image] Feb 12 07:00:25.606 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
| 9418 | 2026-02-12T07:00:26.402Z | [ host-image] Feb 12 07:00:25.611 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
| 9419 | 2026-02-12T07:00:26.405Z | [ host-image] Feb 12 07:00:25.611 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23760:20260210T215008Z |
| 9420 | 2026-02-12T07:00:26.405Z | [ host-image] Feb 12 07:00:25.611 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23760:20260210T215008Z |
| 9421 | 2026-02-12T07:00:26.405Z | [ host-image] Feb 12 07:00:25.612 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23760:20260210T215008Z |
| 9422 | 2026-02-12T07:00:26.405Z | [ host-image] Feb 12 07:00:25.612 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z |
| 9423 | 2026-02-12T07:00:26.405Z | [ host-image] Feb 12 07:00:25.612 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23760:20260210T215010Z |
| 9424 | 2026-02-12T07:00:26.405Z | [ host-image] Feb 12 07:00:25.612 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23760:20260210T215010Z |
| 9425 | 2026-02-12T07:00:26.405Z | [ host-image] Feb 12 07:00:25.612 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23760:20260210T215010Z |
| 9426 | 2026-02-12T07:00:26.405Z | [ host-image] Feb 12 07:00:25.612 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23760:20260210T215010Z |
| 9427 | 2026-02-12T07:00:26.405Z | [ host-image] Feb 12 07:00:25.613 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
| 9428 | 2026-02-12T07:00:26.408Z | [ host-image] Feb 12 07:00:25.614 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23760:20260210T215011Z |
| 9429 | 2026-02-12T07:00:26.408Z | [ host-image] Feb 12 07:00:25.614 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23760:20260210T215012Z |
| 9430 | 2026-02-12T07:00:26.408Z | [ host-image] Feb 12 07:00:25.614 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
| 9431 | 2026-02-12T07:00:26.408Z | [ host-image] Feb 12 07:00:25.614 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23760:20260210T215012Z |
| 9432 | 2026-02-12T07:00:26.408Z | [ host-image] Feb 12 07:00:25.614 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23760:20260210T215012Z |
| 9433 | 2026-02-12T07:00:26.408Z | [ host-image] Feb 12 07:00:25.614 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23760:20260210T215012Z |
| 9434 | 2026-02-12T07:00:26.409Z | [ host-image] Feb 12 07:00:25.614 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23760:20260210T215012Z |
| 9435 | 2026-02-12T07:00:26.412Z | [ host-image] Feb 12 07:00:25.617 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23760:20260210T215012Z |
| 9436 | 2026-02-12T07:00:26.412Z | [ host-image] Feb 12 07:00:25.617 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
| 9437 | 2026-02-12T07:00:26.412Z | [ host-image] Feb 12 07:00:25.618 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23760:20260210T215012Z |
| 9438 | 2026-02-12T07:00:26.412Z | [ host-image] Feb 12 07:00:25.618 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23760:20260210T215013Z |
| 9439 | 2026-02-12T07:00:26.412Z | [ host-image] Feb 12 07:00:25.618 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23760:20260210T215013Z |
| 9440 | 2026-02-12T07:00:26.412Z | [ host-image] Feb 12 07:00:25.619 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23760:20260210T215013Z |
| 9441 | 2026-02-12T07:00:26.412Z | [ host-image] Feb 12 07:00:25.619 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23760:20260210T215013Z |
| 9442 | 2026-02-12T07:00:26.412Z | [ host-image] Feb 12 07:00:25.619 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23760:20260210T215014Z |
| 9443 | 2026-02-12T07:00:26.412Z | [ host-image] Feb 12 07:00:25.619 INFO O| install = pkg://helios-dev/system/i2c@0.5.11-2.0.23760:20260210T215014Z |
| 9444 | 2026-02-12T07:00:26.415Z | [ host-image] Feb 12 07:00:25.623 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23760:20260210T215015Z |
| 9445 | 2026-02-12T07:00:26.415Z | [ host-image] Feb 12 07:00:25.623 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23760:20260210T215014Z |
| 9446 | 2026-02-12T07:00:26.415Z | [ host-image] Feb 12 07:00:25.623 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23760:20260210T215014Z |
| 9447 | 2026-02-12T07:00:26.415Z | [ host-image] Feb 12 07:00:25.623 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23760:20260210T215015Z |
| 9448 | 2026-02-12T07:00:26.415Z | [ host-image] Feb 12 07:00:25.624 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23760:20260210T215015Z |
| 9449 | 2026-02-12T07:00:26.423Z | [ host-image] Feb 12 07:00:25.631 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23760:20260210T215018Z |
| 9450 | 2026-02-12T07:00:26.423Z | [ host-image] Feb 12 07:00:25.631 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23760:20260210T215015Z |
| 9451 | 2026-02-12T07:00:26.426Z | [ host-image] Feb 12 07:00:25.631 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23760:20260210T215015Z |
| 9452 | 2026-02-12T07:00:26.426Z | [ host-image] Feb 12 07:00:25.631 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
| 9453 | 2026-02-12T07:00:26.426Z | [ host-image] Feb 12 07:00:25.631 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
| 9454 | 2026-02-12T07:00:26.434Z | [ host-image] Feb 12 07:00:25.642 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23760:20260210T215016Z |
| 9455 | 2026-02-12T07:00:26.437Z | [ host-image] Feb 12 07:00:25.642 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
| 9456 | 2026-02-12T07:00:26.437Z | [ host-image] Feb 12 07:00:25.642 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23760:20260210T215016Z |
| 9457 | 2026-02-12T07:00:26.437Z | [ host-image] Feb 12 07:00:25.642 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23760:20260210T215016Z |
| 9458 | 2026-02-12T07:00:26.437Z | [ host-image] Feb 12 07:00:25.643 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23760:20260210T215016Z |
| 9459 | 2026-02-12T07:00:26.437Z | [ host-image] Feb 12 07:00:25.643 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
| 9460 | 2026-02-12T07:00:26.437Z | [ host-image] Feb 12 07:00:25.643 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
| 9461 | 2026-02-12T07:00:26.437Z | [ host-image] Feb 12 07:00:25.643 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23760:20260210T215017Z |
| 9462 | 2026-02-12T07:00:26.437Z | [ host-image] Feb 12 07:00:25.643 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23760:20260210T215017Z |
| 9463 | 2026-02-12T07:00:26.437Z | [ host-image] Feb 12 07:00:25.643 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23760:20260210T215017Z |
| 9464 | 2026-02-12T07:00:26.437Z | [ host-image] Feb 12 07:00:25.644 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23760:20260210T215017Z |
| 9465 | 2026-02-12T07:00:26.437Z | [ host-image] Feb 12 07:00:25.644 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23760:20260210T215018Z |
| 9466 | 2026-02-12T07:00:26.437Z | [ host-image] Feb 12 07:00:25.644 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23760:20260210T215018Z |
| 9467 | 2026-02-12T07:00:26.437Z | [ host-image] Feb 12 07:00:25.645 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
| 9468 | 2026-02-12T07:00:26.437Z | [ host-image] Feb 12 07:00:25.645 INFO O| install = pkg://helios-dev/system/microcode/amd@20251202-2.0.23760:20260210T215019Z |
| 9469 | 2026-02-12T07:00:26.441Z | [ host-image] Feb 12 07:00:25.646 INFO O| install = pkg://helios-dev/system/microcode/intel@20251111-2.0.23760:20260210T215019Z |
| 9470 | 2026-02-12T07:00:26.441Z | [ host-image] Feb 12 07:00:25.646 INFO O| install = pkg://helios-dev/system/microcode/oxide@20251202-2.0.23760:20260210T215019Z |
| 9471 | 2026-02-12T07:00:26.441Z | [ host-image] Feb 12 07:00:25.646 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23760:20260210T215020Z |
| 9472 | 2026-02-12T07:00:26.441Z | [ host-image] Feb 12 07:00:25.646 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23760:20260210T215019Z |
| 9473 | 2026-02-12T07:00:26.441Z | [ host-image] Feb 12 07:00:25.646 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23760:20260210T215020Z |
| 9474 | 2026-02-12T07:00:26.441Z | [ host-image] Feb 12 07:00:25.646 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
| 9475 | 2026-02-12T07:00:26.441Z | [ host-image] Feb 12 07:00:25.646 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
| 9476 | 2026-02-12T07:00:26.441Z | [ host-image] Feb 12 07:00:25.646 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23760:20260210T215022Z |
| 9477 | 2026-02-12T07:00:26.441Z | [ host-image] Feb 12 07:00:25.647 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23760:20260210T215022Z |
| 9478 | 2026-02-12T07:00:26.441Z | [ host-image] Feb 12 07:00:25.647 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z |
| 9479 | 2026-02-12T07:00:26.441Z | [ host-image] Feb 12 07:00:25.647 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
| 9480 | 2026-02-12T07:00:26.441Z | [ host-image] Feb 12 07:00:25.647 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
| 9481 | 2026-02-12T07:00:26.441Z | [ host-image] Feb 12 07:00:25.647 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
| 9482 | 2026-02-12T07:00:26.441Z | [ host-image] Feb 12 07:00:25.647 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z |
| 9483 | 2026-02-12T07:00:26.441Z | [ host-image] Feb 12 07:00:25.647 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
| 9484 | 2026-02-12T07:00:26.441Z | [ host-image] Feb 12 07:00:25.648 INFO O| install = pkg://helios-dev/web/curl@8.18.0-2.0:20260121T125903Z |
| 9485 | 2026-02-12T07:00:26.441Z | [ host-image] Feb 12 07:00:25.648 INFO O| tempdir @ "/tmp/.tmpXVGRon/tmp" |
| 9486 | 2026-02-12T07:00:26.441Z | [ host-image] Feb 12 07:00:25.648 INFO O| image root @ "/tmp/.tmpXVGRon/tmp/root" |
| 9487 | 2026-02-12T07:00:26.441Z | [ host-image] Feb 12 07:00:25.648 INFO O| creating image... |
| 9488 | 2026-02-12T07:00:26.849Z | [ host-image] Feb 12 07:00:26.057 INFO O| copying publishers... |
| 9489 | 2026-02-12T07:01:01.033Z | [ host-image] Feb 12 07:01:00.238 INFO O| adding properties... |
| 9490 | 2026-02-12T07:01:02.048Z | [ host-image] Feb 12 07:01:01.253 INFO O| installing packages... |
| 9491 | 2026-02-12T07:01:22.567Z | [ host-image] Feb 12 07:01:21.769 INFO O| seeding SMF database... |
| 9492 | 2026-02-12T07:01:29.666Z | [ host-image] Feb 12 07:01:28.868 INFO O| configuring SMF profile... |
| 9493 | 2026-02-12T07:01:29.666Z | [ host-image] Feb 12 07:01:28.868 INFO O| modifying shadow(5)... |
| 9494 | 2026-02-12T07:01:29.669Z | [ host-image] Feb 12 07:01:28.868 INFO O| loading user and group database... |
| 9495 | 2026-02-12T07:01:29.669Z | [ host-image] Feb 12 07:01:28.868 INFO O| loading facet selections... |
| 9496 | 2026-02-12T07:01:30.034Z | [ host-image] Feb 12 07:01:29.236 INFO O| devel -> true |
| 9497 | 2026-02-12T07:01:30.034Z | [ host-image] Feb 12 07:01:29.236 INFO O| doc.man -> true |
| 9498 | 2026-02-12T07:01:30.037Z | [ host-image] Feb 12 07:01:29.236 INFO O| version-lock.shell/ksh93 -> true |
| 9499 | 2026-02-12T07:01:30.037Z | [ host-image] Feb 12 07:01:29.236 INFO O| version-lock.system/data/hardware-registry -> true |
| 9500 | 2026-02-12T07:01:30.037Z | [ host-image] Feb 12 07:01:29.236 INFO O| version-lock.system/data/zoneinfo -> true |
| 9501 | 2026-02-12T07:01:30.037Z | [ host-image] Feb 12 07:01:29.236 INFO O| version-lock.system/microcode/amd -> true |
| 9502 | 2026-02-12T07:01:30.037Z | [ host-image] Feb 12 07:01:29.236 INFO O| version-lock.system/microcode/intel -> true |
| 9503 | 2026-02-12T07:01:30.037Z | [ host-image] Feb 12 07:01:29.236 INFO O| version-lock.system/microcode/oxide -> true |
| 9504 | 2026-02-12T07:01:30.038Z | [ host-image] Feb 12 07:01:29.236 INFO O| assessing packaged files... |
| 9505 | 2026-02-12T07:01:32.158Z | [ host-image] Feb 12 07:01:31.360 INFO O| creating archive... |
| 9506 | 2026-02-12T07:01:32.185Z | [ host-image] Feb 12 07:01:31.388 INFO O| missing from packaging: |
| 9507 | 2026-02-12T07:01:32.185Z | [ host-image] Feb 12 07:01:31.388 INFO O| "etc/.pwd.lock" |
| 9508 | 2026-02-12T07:01:32.185Z | [ host-image] Feb 12 07:01:31.388 INFO O| "etc/bash" |
| 9509 | 2026-02-12T07:01:32.190Z | [ host-image] Feb 12 07:01:31.392 INFO O| "etc/svc/profile/generic.xml" |
| 9510 | 2026-02-12T07:01:32.190Z | [ host-image] Feb 12 07:01:31.392 INFO O| "etc/svc/profile/inetd_services.xml" |
| 9511 | 2026-02-12T07:01:32.190Z | [ host-image] Feb 12 07:01:31.392 INFO O| "etc/svc/profile/name_service.xml" |
| 9512 | 2026-02-12T07:01:32.193Z | [ host-image] Feb 12 07:01:31.392 INFO O| "etc/svc/profile/platform.xml" |
| 9513 | 2026-02-12T07:01:32.193Z | [ host-image] Feb 12 07:01:31.392 INFO O| "etc/svc/profile/platform_omicron1.xml" |
| 9514 | 2026-02-12T07:01:32.193Z | [ host-image] Feb 12 07:01:31.392 INFO O| "etc/svc/repository.db" |
| 9515 | 2026-02-12T07:01:32.198Z | [ host-image] Feb 12 07:01:31.401 INFO O| "opt/ooce/share" |
| 9516 | 2026-02-12T07:01:32.198Z | [ host-image] Feb 12 07:01:31.401 INFO O| "opt/ooce/share/man" |
| 9517 | 2026-02-12T07:01:32.201Z | [ host-image] Feb 12 07:01:31.401 INFO O| "opt/ooce/share/man/man1" |
| 9518 | 2026-02-12T07:01:32.208Z | [ host-image] Feb 12 07:01:31.410 INFO O| finishing archive... |
| 9519 | 2026-02-12T07:01:35.221Z | [ host-image] Feb 12 07:01:34.423 INFO O| creating gzonly manifest... |
| 9520 | 2026-02-12T07:01:35.228Z | [ host-image] Feb 12 07:01:34.430 INFO O| ok |
| 9521 | 2026-02-12T07:01:35.374Z | [ host-image] Feb 12 07:01:34.576 INFO image builder template: ramdisk-02-trim... |
| 9522 | 2026-02-12T07:01:35.374Z | [ host-image] Feb 12 07:01:34.576 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/.tmpVN4njM/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", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0", "-n", "ramdisk-02-trim"], pwd: None |
| 9523 | 2026-02-12T07:01:35.393Z | [ host-image] Feb 12 07:01:34.595 INFO O| Feb 12 07:01:34.595 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9524 | 2026-02-12T07:01:35.396Z | [ host-image] Feb 12 07:01:34.598 INFO O| Feb 12 07:01:34.598 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9525 | 2026-02-12T07:01:35.561Z | [ host-image] Feb 12 07:01:34.763 INFO O| Feb 12 07:01:34.763 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled |
| 9526 | 2026-02-12T07:01:35.628Z | [ host-image] Feb 12 07:01:34.830 INFO O| Feb 12 07:01:34.830 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9527 | 2026-02-12T07:01:35.628Z | [ host-image] Feb 12 07:01:34.830 INFO O| Feb 12 07:01:34.830 INFO work dataset: rpool/images/build/host/work/sled/ramdisk |
| 9528 | 2026-02-12T07:01:35.632Z | [ host-image] Feb 12 07:01:34.834 INFO O| Feb 12 07:01:34.834 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim |
| 9529 | 2026-02-12T07:01:35.635Z | [ host-image] Feb 12 07:01:34.837 INFO O| Feb 12 07:01:34.837 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os |
| 9530 | 2026-02-12T07:01:35.639Z | [ host-image] Feb 12 07:01:34.841 INFO O| Feb 12 07:01:34.841 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os |
| 9531 | 2026-02-12T07:01:35.836Z | [ host-image] Feb 12 07:01:35.038 INFO O| Feb 12 07:01:35.038 INFO rolled back to input snapshot; work may begin |
| 9532 | 2026-02-12T07:01:35.836Z | [ host-image] Feb 12 07:01:35.038 INFO O| Feb 12 07:01:35.038 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk |
| 9533 | 2026-02-12T07:01:35.840Z | [ host-image] Feb 12 07:01:35.042 INFO O| Feb 12 07:01:35.042 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9534 | 2026-02-12T07:01:35.847Z | [ host-image] Feb 12 07:01:35.049 INFO O| Feb 12 07:01:35.049 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg" |
| 9535 | 2026-02-12T07:01:35.896Z | [ host-image] Feb 12 07:01:35.098 INFO O| Feb 12 07:01:35.098 INFO STEP 0 (remove_files) COMPLETE |
| 9536 | 2026-02-12T07:01:35.896Z | [ host-image] Feb 12 07:01:35.098 INFO O| Feb 12 07:01:35.098 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9537 | 2026-02-12T07:01:35.904Z | [ host-image] Feb 12 07:01:35.106 INFO O| Feb 12 07:01:35.106 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4" |
| 9538 | 2026-02-12T07:01:35.907Z | [ host-image] Feb 12 07:01:35.107 INFO O| Feb 12 07:01:35.107 INFO STEP 1 (remove_files) COMPLETE |
| 9539 | 2026-02-12T07:01:35.907Z | [ host-image] Feb 12 07:01:35.107 INFO O| Feb 12 07:01:35.107 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9540 | 2026-02-12T07:01:35.912Z | [ host-image] Feb 12 07:01:35.114 INFO O| Feb 12 07:01:35.114 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include" |
| 9541 | 2026-02-12T07:01:35.928Z | [ host-image] Feb 12 07:01:35.130 INFO O| Feb 12 07:01:35.130 INFO STEP 2 (remove_files) COMPLETE |
| 9542 | 2026-02-12T07:01:35.928Z | [ host-image] Feb 12 07:01:35.130 INFO O| Feb 12 07:01:35.130 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9543 | 2026-02-12T07:01:35.935Z | [ host-image] Feb 12 07:01:35.137 INFO O| Feb 12 07:01:35.137 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo" |
| 9544 | 2026-02-12T07:01:35.938Z | [ host-image] Feb 12 07:01:35.139 INFO O| Feb 12 07:01:35.139 INFO STEP 3 (remove_files) COMPLETE |
| 9545 | 2026-02-12T07:01:35.938Z | [ host-image] Feb 12 07:01:35.139 INFO O| Feb 12 07:01:35.139 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9546 | 2026-02-12T07:01:35.943Z | [ host-image] Feb 12 07:01:35.146 INFO O| Feb 12 07:01:35.146 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help" |
| 9547 | 2026-02-12T07:01:35.947Z | [ host-image] Feb 12 07:01:35.150 INFO O| Feb 12 07:01:35.149 INFO STEP 4 (remove_files) COMPLETE |
| 9548 | 2026-02-12T07:01:35.947Z | [ host-image] Feb 12 07:01:35.150 INFO O| Feb 12 07:01:35.150 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9549 | 2026-02-12T07:01:35.955Z | [ host-image] Feb 12 07:01:35.157 INFO O| Feb 12 07:01:35.157 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc" |
| 9550 | 2026-02-12T07:01:35.958Z | [ host-image] Feb 12 07:01:35.160 INFO O| Feb 12 07:01:35.160 INFO STEP 5 (remove_files) COMPLETE |
| 9551 | 2026-02-12T07:01:35.958Z | [ host-image] Feb 12 07:01:35.160 INFO O| Feb 12 07:01:35.160 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9552 | 2026-02-12T07:01:35.965Z | [ host-image] Feb 12 07:01:35.167 INFO O| Feb 12 07:01:35.167 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion" |
| 9553 | 2026-02-12T07:01:35.976Z | [ host-image] Feb 12 07:01:35.178 INFO O| Feb 12 07:01:35.178 INFO STEP 6 (remove_files) COMPLETE |
| 9554 | 2026-02-12T07:01:35.979Z | [ host-image] Feb 12 07:01:35.178 INFO O| Feb 12 07:01:35.178 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9555 | 2026-02-12T07:01:35.983Z | [ host-image] Feb 12 07:01:35.185 INFO O| Feb 12 07:01:35.185 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man" |
| 9556 | 2026-02-12T07:01:35.997Z | [ host-image] Feb 12 07:01:35.199 INFO O| Feb 12 07:01:35.199 INFO STEP 7 (remove_files) COMPLETE |
| 9557 | 2026-02-12T07:01:35.997Z | [ host-image] Feb 12 07:01:35.199 INFO O| Feb 12 07:01:35.199 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9558 | 2026-02-12T07:01:36.004Z | [ host-image] Feb 12 07:01:35.206 INFO O| Feb 12 07:01:35.206 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl" |
| 9559 | 2026-02-12T07:01:36.083Z | [ host-image] Feb 12 07:01:35.285 INFO O| Feb 12 07:01:35.285 INFO STEP 8 (remove_files) COMPLETE |
| 9560 | 2026-02-12T07:01:36.083Z | [ host-image] Feb 12 07:01:35.285 INFO O| Feb 12 07:01:35.285 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9561 | 2026-02-12T07:01:36.091Z | [ host-image] Feb 12 07:01:35.293 INFO O| Feb 12 07:01:35.293 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man" |
| 9562 | 2026-02-12T07:01:36.177Z | [ host-image] Feb 12 07:01:35.379 INFO O| Feb 12 07:01:35.379 INFO STEP 9 (remove_files) COMPLETE |
| 9563 | 2026-02-12T07:01:36.177Z | [ host-image] Feb 12 07:01:35.379 INFO O| Feb 12 07:01:35.379 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9564 | 2026-02-12T07:01:36.185Z | [ host-image] Feb 12 07:01:35.387 INFO O| Feb 12 07:01:35.387 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp" |
| 9565 | 2026-02-12T07:01:36.189Z | [ host-image] Feb 12 07:01:35.391 INFO O| Feb 12 07:01:35.391 INFO STEP 10 (remove_files) COMPLETE |
| 9566 | 2026-02-12T07:01:36.192Z | [ host-image] Feb 12 07:01:35.391 INFO O| Feb 12 07:01:35.391 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9567 | 2026-02-12T07:01:36.196Z | [ host-image] Feb 12 07:01:35.397 INFO O| Feb 12 07:01:35.397 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386" |
| 9568 | 2026-02-12T07:01:36.199Z | [ host-image] Feb 12 07:01:35.398 INFO O| Feb 12 07:01:35.398 INFO STEP 11 (remove_files) COMPLETE |
| 9569 | 2026-02-12T07:01:36.199Z | [ host-image] Feb 12 07:01:35.398 INFO O| Feb 12 07:01:35.398 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9570 | 2026-02-12T07:01:36.203Z | [ host-image] Feb 12 07:01:35.406 INFO O| Feb 12 07:01:35.406 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv" |
| 9571 | 2026-02-12T07:01:36.206Z | [ host-image] Feb 12 07:01:35.407 INFO O| Feb 12 07:01:35.407 INFO STEP 12 (remove_files) COMPLETE |
| 9572 | 2026-02-12T07:01:36.206Z | [ host-image] Feb 12 07:01:35.407 INFO O| Feb 12 07:01:35.407 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9573 | 2026-02-12T07:01:36.225Z | [ host-image] Feb 12 07:01:35.427 INFO O| Feb 12 07:01:35.427 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
| 9574 | 2026-02-12T07:01:36.228Z | [ host-image] Feb 12 07:01:35.428 INFO O| Feb 12 07:01:35.428 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
| 9575 | 2026-02-12T07:01:36.228Z | [ host-image] Feb 12 07:01:35.428 INFO O| Feb 12 07:01:35.428 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
| 9576 | 2026-02-12T07:01:36.228Z | [ host-image] Feb 12 07:01:35.428 INFO O| Feb 12 07:01:35.428 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
| 9577 | 2026-02-12T07:01:36.228Z | [ host-image] Feb 12 07:01:35.428 INFO O| Feb 12 07:01:35.428 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
| 9578 | 2026-02-12T07:01:36.229Z | [ host-image] Feb 12 07:01:35.428 INFO O| Feb 12 07:01:35.428 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
| 9579 | 2026-02-12T07:01:36.229Z | [ host-image] Feb 12 07:01:35.428 INFO O| Feb 12 07:01:35.428 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
| 9580 | 2026-02-12T07:01:36.229Z | [ host-image] Feb 12 07:01:35.428 INFO O| Feb 12 07:01:35.428 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
| 9581 | 2026-02-12T07:01:36.229Z | [ host-image] Feb 12 07:01:35.428 INFO O| Feb 12 07:01:35.428 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
| 9582 | 2026-02-12T07:01:36.229Z | [ host-image] Feb 12 07:01:35.428 INFO O| Feb 12 07:01:35.428 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
| 9583 | 2026-02-12T07:01:36.229Z | [ host-image] Feb 12 07:01:35.429 INFO O| Feb 12 07:01:35.429 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
| 9584 | 2026-02-12T07:01:36.229Z | [ host-image] Feb 12 07:01:35.429 INFO O| Feb 12 07:01:35.429 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
| 9585 | 2026-02-12T07:01:36.229Z | [ host-image] Feb 12 07:01:35.429 INFO O| Feb 12 07:01:35.429 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
| 9586 | 2026-02-12T07:01:36.229Z | [ host-image] Feb 12 07:01:35.429 INFO O| Feb 12 07:01:35.429 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
| 9587 | 2026-02-12T07:01:36.229Z | [ host-image] Feb 12 07:01:35.429 INFO O| Feb 12 07:01:35.429 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
| 9588 | 2026-02-12T07:01:36.229Z | [ host-image] Feb 12 07:01:35.430 INFO O| Feb 12 07:01:35.430 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
| 9589 | 2026-02-12T07:01:36.229Z | [ host-image] Feb 12 07:01:35.430 INFO O| Feb 12 07:01:35.430 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
| 9590 | 2026-02-12T07:01:36.425Z | [ host-image] Feb 12 07:01:35.626 INFO O| Feb 12 07:01:35.626 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a" |
| 9591 | 2026-02-12T07:01:36.428Z | [ host-image] Feb 12 07:01:35.627 INFO O| Feb 12 07:01:35.627 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a" |
| 9592 | 2026-02-12T07:01:36.428Z | [ host-image] Feb 12 07:01:35.630 INFO O| Feb 12 07:01:35.630 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a" |
| 9593 | 2026-02-12T07:01:36.435Z | [ host-image] Feb 12 07:01:35.637 INFO O| Feb 12 07:01:35.637 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a" |
| 9594 | 2026-02-12T07:01:36.515Z | [ host-image] Feb 12 07:01:35.717 INFO O| Feb 12 07:01:35.717 INFO STEP 13 (remove_files) COMPLETE |
| 9595 | 2026-02-12T07:01:36.515Z | [ host-image] Feb 12 07:01:35.717 INFO O| Feb 12 07:01:35.717 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9596 | 2026-02-12T07:01:36.523Z | [ host-image] Feb 12 07:01:35.725 INFO O| Feb 12 07:01:35.725 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot" |
| 9597 | 2026-02-12T07:01:36.526Z | [ host-image] Feb 12 07:01:35.726 INFO O| Feb 12 07:01:35.726 INFO STEP 14 (remove_files) COMPLETE |
| 9598 | 2026-02-12T07:01:36.526Z | [ host-image] Feb 12 07:01:35.726 INFO O| Feb 12 07:01:35.726 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9599 | 2026-02-12T07:01:36.531Z | [ host-image] Feb 12 07:01:35.733 INFO O| Feb 12 07:01:35.733 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc" |
| 9600 | 2026-02-12T07:01:36.538Z | [ host-image] Feb 12 07:01:35.740 INFO O| Feb 12 07:01:35.740 INFO STEP 15 (remove_files) COMPLETE |
| 9601 | 2026-02-12T07:01:36.538Z | [ host-image] Feb 12 07:01:35.740 INFO O| Feb 12 07:01:35.740 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9602 | 2026-02-12T07:01:36.545Z | [ host-image] Feb 12 07:01:35.747 INFO O| Feb 12 07:01:35.747 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv" |
| 9603 | 2026-02-12T07:01:36.548Z | [ host-image] Feb 12 07:01:35.747 INFO O| Feb 12 07:01:35.747 INFO STEP 16 (remove_files) COMPLETE |
| 9604 | 2026-02-12T07:01:36.548Z | [ host-image] Feb 12 07:01:35.747 INFO O| Feb 12 07:01:35.747 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9605 | 2026-02-12T07:01:36.552Z | [ host-image] Feb 12 07:01:35.754 INFO O| Feb 12 07:01:35.754 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc" |
| 9606 | 2026-02-12T07:01:36.555Z | [ host-image] Feb 12 07:01:35.756 INFO O| Feb 12 07:01:35.756 INFO STEP 17 (remove_files) COMPLETE |
| 9607 | 2026-02-12T07:01:36.555Z | [ host-image] Feb 12 07:01:35.756 INFO O| Feb 12 07:01:35.756 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9608 | 2026-02-12T07:01:36.560Z | [ host-image] Feb 12 07:01:35.762 INFO O| Feb 12 07:01:35.762 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica" |
| 9609 | 2026-02-12T07:01:36.563Z | [ host-image] Feb 12 07:01:35.762 INFO O| Feb 12 07:01:35.762 INFO STEP 18 (remove_files) COMPLETE |
| 9610 | 2026-02-12T07:01:36.563Z | [ host-image] Feb 12 07:01:35.763 INFO O| Feb 12 07:01:35.762 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9611 | 2026-02-12T07:01:36.567Z | [ host-image] Feb 12 07:01:35.770 INFO O| Feb 12 07:01:35.770 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem" |
| 9612 | 2026-02-12T07:01:36.568Z | [ host-image] Feb 12 07:01:35.770 INFO O| Feb 12 07:01:35.770 INFO STEP 19 (remove_files) COMPLETE |
| 9613 | 2026-02-12T07:01:36.571Z | [ host-image] Feb 12 07:01:35.770 INFO O| Feb 12 07:01:35.770 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9614 | 2026-02-12T07:01:36.574Z | [ host-image] Feb 12 07:01:35.776 INFO O| Feb 12 07:01:35.776 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans" |
| 9615 | 2026-02-12T07:01:36.574Z | [ host-image] Feb 12 07:01:35.777 INFO O| Feb 12 07:01:35.777 INFO STEP 20 (remove_files) COMPLETE |
| 9616 | 2026-02-12T07:01:36.574Z | [ host-image] Feb 12 07:01:35.777 INFO O| Feb 12 07:01:35.777 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9617 | 2026-02-12T07:01:36.582Z | [ host-image] Feb 12 07:01:35.784 INFO O| Feb 12 07:01:35.784 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc" |
| 9618 | 2026-02-12T07:01:36.582Z | [ host-image] Feb 12 07:01:35.784 INFO O| Feb 12 07:01:35.784 INFO STEP 21 (remove_files) COMPLETE |
| 9619 | 2026-02-12T07:01:36.582Z | [ host-image] Feb 12 07:01:35.784 INFO O| Feb 12 07:01:35.784 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9620 | 2026-02-12T07:01:36.589Z | [ host-image] Feb 12 07:01:35.791 INFO O| Feb 12 07:01:35.791 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv" |
| 9621 | 2026-02-12T07:01:36.593Z | [ host-image] Feb 12 07:01:35.792 INFO O| Feb 12 07:01:35.791 INFO STEP 22 (remove_files) COMPLETE |
| 9622 | 2026-02-12T07:01:36.593Z | [ host-image] Feb 12 07:01:35.792 INFO O| Feb 12 07:01:35.792 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9623 | 2026-02-12T07:01:36.597Z | [ host-image] Feb 12 07:01:35.799 INFO O| Feb 12 07:01:35.799 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd" |
| 9624 | 2026-02-12T07:01:36.600Z | [ host-image] Feb 12 07:01:35.799 INFO O| Feb 12 07:01:35.799 INFO STEP 23 (remove_files) COMPLETE |
| 9625 | 2026-02-12T07:01:36.600Z | [ host-image] Feb 12 07:01:35.799 INFO O| Feb 12 07:01:35.799 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9626 | 2026-02-12T07:01:36.604Z | [ host-image] Feb 12 07:01:35.807 INFO O| Feb 12 07:01:35.807 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon" |
| 9627 | 2026-02-12T07:01:36.604Z | [ host-image] Feb 12 07:01:35.807 INFO O| Feb 12 07:01:35.807 INFO STEP 24 (remove_files) COMPLETE |
| 9628 | 2026-02-12T07:01:36.604Z | [ host-image] Feb 12 07:01:35.807 INFO O| Feb 12 07:01:35.807 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9629 | 2026-02-12T07:01:36.611Z | [ host-image] Feb 12 07:01:35.814 INFO O| Feb 12 07:01:35.813 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power" |
| 9630 | 2026-02-12T07:01:36.611Z | [ host-image] Feb 12 07:01:35.814 INFO O| Feb 12 07:01:35.814 INFO STEP 25 (remove_files) COMPLETE |
| 9631 | 2026-02-12T07:01:36.611Z | [ host-image] Feb 12 07:01:35.814 INFO O| Feb 12 07:01:35.814 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9632 | 2026-02-12T07:01:36.619Z | [ host-image] Feb 12 07:01:35.821 INFO O| Feb 12 07:01:35.821 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio" |
| 9633 | 2026-02-12T07:01:36.622Z | [ host-image] Feb 12 07:01:35.821 INFO O| Feb 12 07:01:35.821 INFO STEP 26 (remove_files) COMPLETE |
| 9634 | 2026-02-12T07:01:36.622Z | [ host-image] Feb 12 07:01:35.821 INFO O| Feb 12 07:01:35.821 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9635 | 2026-02-12T07:01:36.626Z | [ host-image] Feb 12 07:01:35.828 INFO O| Feb 12 07:01:35.828 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575" |
| 9636 | 2026-02-12T07:01:36.626Z | [ host-image] Feb 12 07:01:35.828 INFO O| Feb 12 07:01:35.828 INFO STEP 27 (remove_files) COMPLETE |
| 9637 | 2026-02-12T07:01:36.629Z | [ host-image] Feb 12 07:01:35.828 INFO O| Feb 12 07:01:35.828 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9638 | 2026-02-12T07:01:36.634Z | [ host-image] Feb 12 07:01:35.835 INFO O| Feb 12 07:01:35.835 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens" |
| 9639 | 2026-02-12T07:01:36.634Z | [ host-image] Feb 12 07:01:35.836 INFO O| Feb 12 07:01:35.836 INFO STEP 28 (remove_files) COMPLETE |
| 9640 | 2026-02-12T07:01:36.637Z | [ host-image] Feb 12 07:01:35.836 INFO O| Feb 12 07:01:35.836 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9641 | 2026-02-12T07:01:36.641Z | [ host-image] Feb 12 07:01:35.843 INFO O| Feb 12 07:01:35.843 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci" |
| 9642 | 2026-02-12T07:01:36.641Z | [ host-image] Feb 12 07:01:35.843 INFO O| Feb 12 07:01:35.843 INFO STEP 29 (remove_files) COMPLETE |
| 9643 | 2026-02-12T07:01:36.641Z | [ host-image] Feb 12 07:01:35.843 INFO O| Feb 12 07:01:35.843 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9644 | 2026-02-12T07:01:36.648Z | [ host-image] Feb 12 07:01:35.850 INFO O| Feb 12 07:01:35.850 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots" |
| 9645 | 2026-02-12T07:01:36.648Z | [ host-image] Feb 12 07:01:35.850 INFO O| Feb 12 07:01:35.850 INFO STEP 30 (remove_files) COMPLETE |
| 9646 | 2026-02-12T07:01:36.651Z | [ host-image] Feb 12 07:01:35.850 INFO O| Feb 12 07:01:35.850 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9647 | 2026-02-12T07:01:36.656Z | [ host-image] Feb 12 07:01:35.858 INFO O| Feb 12 07:01:35.858 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci" |
| 9648 | 2026-02-12T07:01:36.656Z | [ host-image] Feb 12 07:01:35.858 INFO O| Feb 12 07:01:35.858 INFO STEP 31 (remove_files) COMPLETE |
| 9649 | 2026-02-12T07:01:36.659Z | [ host-image] Feb 12 07:01:35.858 INFO O| Feb 12 07:01:35.858 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9650 | 2026-02-12T07:01:36.663Z | [ host-image] Feb 12 07:01:35.866 INFO O| Feb 12 07:01:35.866 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid" |
| 9651 | 2026-02-12T07:01:36.664Z | [ host-image] Feb 12 07:01:35.866 INFO O| Feb 12 07:01:35.866 INFO STEP 32 (remove_files) COMPLETE |
| 9652 | 2026-02-12T07:01:36.667Z | [ host-image] Feb 12 07:01:35.866 INFO O| Feb 12 07:01:35.866 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9653 | 2026-02-12T07:01:36.671Z | [ host-image] Feb 12 07:01:35.873 INFO O| Feb 12 07:01:35.873 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd" |
| 9654 | 2026-02-12T07:01:36.671Z | [ host-image] Feb 12 07:01:35.873 INFO O| Feb 12 07:01:35.873 INFO STEP 33 (remove_files) COMPLETE |
| 9655 | 2026-02-12T07:01:36.674Z | [ host-image] Feb 12 07:01:35.873 INFO O| Feb 12 07:01:35.873 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9656 | 2026-02-12T07:01:36.678Z | [ host-image] Feb 12 07:01:35.880 INFO O| Feb 12 07:01:35.880 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci" |
| 9657 | 2026-02-12T07:01:36.678Z | [ host-image] Feb 12 07:01:35.881 INFO O| Feb 12 07:01:35.881 INFO STEP 34 (remove_files) COMPLETE |
| 9658 | 2026-02-12T07:01:36.681Z | [ host-image] Feb 12 07:01:35.881 INFO O| Feb 12 07:01:35.881 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9659 | 2026-02-12T07:01:36.686Z | [ host-image] Feb 12 07:01:35.888 INFO O| Feb 12 07:01:35.888 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb" |
| 9660 | 2026-02-12T07:01:36.686Z | [ host-image] Feb 12 07:01:35.888 INFO O| Feb 12 07:01:35.888 INFO STEP 35 (remove_files) COMPLETE |
| 9661 | 2026-02-12T07:01:36.689Z | [ host-image] Feb 12 07:01:35.888 INFO O| Feb 12 07:01:35.888 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9662 | 2026-02-12T07:01:36.693Z | [ host-image] Feb 12 07:01:35.895 INFO O| Feb 12 07:01:35.895 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci" |
| 9663 | 2026-02-12T07:01:36.693Z | [ host-image] Feb 12 07:01:35.895 INFO O| Feb 12 07:01:35.895 INFO STEP 36 (remove_files) COMPLETE |
| 9664 | 2026-02-12T07:01:36.693Z | [ host-image] Feb 12 07:01:35.895 INFO O| Feb 12 07:01:35.895 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9665 | 2026-02-12T07:01:36.700Z | [ host-image] Feb 12 07:01:35.903 INFO O| Feb 12 07:01:35.903 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac" |
| 9666 | 2026-02-12T07:01:36.701Z | [ host-image] Feb 12 07:01:35.903 INFO O| Feb 12 07:01:35.903 INFO STEP 37 (remove_files) COMPLETE |
| 9667 | 2026-02-12T07:01:36.704Z | [ host-image] Feb 12 07:01:35.903 INFO O| Feb 12 07:01:35.903 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9668 | 2026-02-12T07:01:36.708Z | [ host-image] Feb 12 07:01:35.910 INFO O| Feb 12 07:01:35.910 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as" |
| 9669 | 2026-02-12T07:01:36.711Z | [ host-image] Feb 12 07:01:35.910 INFO O| Feb 12 07:01:35.910 INFO STEP 38 (remove_files) COMPLETE |
| 9670 | 2026-02-12T07:01:36.711Z | [ host-image] Feb 12 07:01:35.910 INFO O| Feb 12 07:01:35.910 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9671 | 2026-02-12T07:01:36.715Z | [ host-image] Feb 12 07:01:35.917 INFO O| Feb 12 07:01:35.917 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia" |
| 9672 | 2026-02-12T07:01:36.718Z | [ host-image] Feb 12 07:01:35.917 INFO O| Feb 12 07:01:35.917 INFO STEP 39 (remove_files) COMPLETE |
| 9673 | 2026-02-12T07:01:36.718Z | [ host-image] Feb 12 07:01:35.917 INFO O| Feb 12 07:01:35.917 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9674 | 2026-02-12T07:01:36.722Z | [ host-image] Feb 12 07:01:35.924 INFO O| Feb 12 07:01:35.924 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid" |
| 9675 | 2026-02-12T07:01:36.722Z | [ host-image] Feb 12 07:01:35.924 INFO O| Feb 12 07:01:35.924 INFO STEP 40 (remove_files) COMPLETE |
| 9676 | 2026-02-12T07:01:36.725Z | [ host-image] Feb 12 07:01:35.924 INFO O| Feb 12 07:01:35.924 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9677 | 2026-02-12T07:01:36.728Z | [ host-image] Feb 12 07:01:35.931 INFO O| Feb 12 07:01:35.931 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn" |
| 9678 | 2026-02-12T07:01:36.729Z | [ host-image] Feb 12 07:01:35.931 INFO O| Feb 12 07:01:35.931 INFO STEP 41 (remove_files) COMPLETE |
| 9679 | 2026-02-12T07:01:36.732Z | [ host-image] Feb 12 07:01:35.931 INFO O| Feb 12 07:01:35.931 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9680 | 2026-02-12T07:01:36.735Z | [ host-image] Feb 12 07:01:35.937 INFO O| Feb 12 07:01:35.937 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci" |
| 9681 | 2026-02-12T07:01:36.735Z | [ host-image] Feb 12 07:01:35.938 INFO O| Feb 12 07:01:35.938 INFO STEP 42 (remove_files) COMPLETE |
| 9682 | 2026-02-12T07:01:36.738Z | [ host-image] Feb 12 07:01:35.938 INFO O| Feb 12 07:01:35.938 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9683 | 2026-02-12T07:01:36.742Z | [ host-image] Feb 12 07:01:35.945 INFO O| Feb 12 07:01:35.945 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm" |
| 9684 | 2026-02-12T07:01:36.745Z | [ host-image] Feb 12 07:01:35.945 INFO O| Feb 12 07:01:35.945 INFO STEP 43 (remove_files) COMPLETE |
| 9685 | 2026-02-12T07:01:36.746Z | [ host-image] Feb 12 07:01:35.945 INFO O| Feb 12 07:01:35.945 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9686 | 2026-02-12T07:01:36.749Z | [ host-image] Feb 12 07:01:35.952 INFO O| Feb 12 07:01:35.952 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000" |
| 9687 | 2026-02-12T07:01:36.752Z | [ host-image] Feb 12 07:01:35.952 INFO O| Feb 12 07:01:35.952 INFO STEP 44 (remove_files) COMPLETE |
| 9688 | 2026-02-12T07:01:36.752Z | [ host-image] Feb 12 07:01:35.952 INFO O| Feb 12 07:01:35.952 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9689 | 2026-02-12T07:01:36.756Z | [ host-image] Feb 12 07:01:35.959 INFO O| Feb 12 07:01:35.959 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd" |
| 9690 | 2026-02-12T07:01:36.760Z | [ host-image] Feb 12 07:01:35.959 INFO O| Feb 12 07:01:35.959 INFO STEP 45 (remove_files) COMPLETE |
| 9691 | 2026-02-12T07:01:36.760Z | [ host-image] Feb 12 07:01:35.959 INFO O| Feb 12 07:01:35.959 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9692 | 2026-02-12T07:01:36.764Z | [ host-image] Feb 12 07:01:35.966 INFO O| Feb 12 07:01:35.966 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba" |
| 9693 | 2026-02-12T07:01:36.767Z | [ host-image] Feb 12 07:01:35.966 INFO O| Feb 12 07:01:35.966 INFO STEP 46 (remove_files) COMPLETE |
| 9694 | 2026-02-12T07:01:36.767Z | [ host-image] Feb 12 07:01:35.966 INFO O| Feb 12 07:01:35.966 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9695 | 2026-02-12T07:01:36.771Z | [ host-image] Feb 12 07:01:35.973 INFO O| Feb 12 07:01:35.973 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex" |
| 9696 | 2026-02-12T07:01:36.771Z | [ host-image] Feb 12 07:01:35.973 INFO O| Feb 12 07:01:35.973 INFO STEP 47 (remove_files) COMPLETE |
| 9697 | 2026-02-12T07:01:36.771Z | [ host-image] Feb 12 07:01:35.973 INFO O| Feb 12 07:01:35.973 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9698 | 2026-02-12T07:01:36.778Z | [ host-image] Feb 12 07:01:35.980 INFO O| Feb 12 07:01:35.980 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf" |
| 9699 | 2026-02-12T07:01:36.778Z | [ host-image] Feb 12 07:01:35.980 INFO O| Feb 12 07:01:35.980 INFO STEP 48 (remove_files) COMPLETE |
| 9700 | 2026-02-12T07:01:36.781Z | [ host-image] Feb 12 07:01:35.980 INFO O| Feb 12 07:01:35.980 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9701 | 2026-02-12T07:01:36.785Z | [ host-image] Feb 12 07:01:35.987 INFO O| Feb 12 07:01:35.987 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt" |
| 9702 | 2026-02-12T07:01:36.788Z | [ host-image] Feb 12 07:01:35.988 INFO O| Feb 12 07:01:35.988 INFO STEP 49 (remove_files) COMPLETE |
| 9703 | 2026-02-12T07:01:36.788Z | [ host-image] Feb 12 07:01:35.988 INFO O| Feb 12 07:01:35.988 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9704 | 2026-02-12T07:01:36.793Z | [ host-image] Feb 12 07:01:35.995 INFO O| Feb 12 07:01:35.995 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf" |
| 9705 | 2026-02-12T07:01:36.796Z | [ host-image] Feb 12 07:01:35.995 INFO O| Feb 12 07:01:35.995 INFO STEP 50 (remove_files) COMPLETE |
| 9706 | 2026-02-12T07:01:36.796Z | [ host-image] Feb 12 07:01:35.995 INFO O| Feb 12 07:01:35.995 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9707 | 2026-02-12T07:01:36.800Z | [ host-image] Feb 12 07:01:36.002 INFO O| Feb 12 07:01:36.002 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
| 9708 | 2026-02-12T07:01:36.800Z | [ host-image] Feb 12 07:01:36.002 INFO O| Feb 12 07:01:36.002 INFO STEP 51 (remove_files) COMPLETE |
| 9709 | 2026-02-12T07:01:36.803Z | [ host-image] Feb 12 07:01:36.002 INFO O| Feb 12 07:01:36.002 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9710 | 2026-02-12T07:01:36.809Z | [ host-image] Feb 12 07:01:36.011 INFO O| Feb 12 07:01:36.011 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
| 9711 | 2026-02-12T07:01:36.812Z | [ host-image] Feb 12 07:01:36.011 INFO O| Feb 12 07:01:36.011 INFO STEP 52 (remove_files) COMPLETE |
| 9712 | 2026-02-12T07:01:36.812Z | [ host-image] Feb 12 07:01:36.011 INFO O| Feb 12 07:01:36.011 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9713 | 2026-02-12T07:01:36.816Z | [ host-image] Feb 12 07:01:36.018 INFO O| Feb 12 07:01:36.018 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm" |
| 9714 | 2026-02-12T07:01:36.816Z | [ host-image] Feb 12 07:01:36.018 INFO O| Feb 12 07:01:36.018 INFO STEP 53 (remove_files) COMPLETE |
| 9715 | 2026-02-12T07:01:36.819Z | [ host-image] Feb 12 07:01:36.018 INFO O| Feb 12 07:01:36.018 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9716 | 2026-02-12T07:01:36.823Z | [ host-image] Feb 12 07:01:36.025 INFO O| Feb 12 07:01:36.025 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm" |
| 9717 | 2026-02-12T07:01:36.823Z | [ host-image] Feb 12 07:01:36.025 INFO O| Feb 12 07:01:36.025 INFO STEP 54 (remove_files) COMPLETE |
| 9718 | 2026-02-12T07:01:36.827Z | [ host-image] Feb 12 07:01:36.025 INFO O| Feb 12 07:01:36.025 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9719 | 2026-02-12T07:01:36.830Z | [ host-image] Feb 12 07:01:36.032 INFO O| Feb 12 07:01:36.032 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm" |
| 9720 | 2026-02-12T07:01:36.830Z | [ host-image] Feb 12 07:01:36.032 INFO O| Feb 12 07:01:36.032 INFO STEP 55 (remove_files) COMPLETE |
| 9721 | 2026-02-12T07:01:36.830Z | [ host-image] Feb 12 07:01:36.032 INFO O| Feb 12 07:01:36.032 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9722 | 2026-02-12T07:01:36.838Z | [ host-image] Feb 12 07:01:36.040 INFO O| Feb 12 07:01:36.040 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm" |
| 9723 | 2026-02-12T07:01:36.838Z | [ host-image] Feb 12 07:01:36.040 INFO O| Feb 12 07:01:36.040 INFO STEP 56 (remove_files) COMPLETE |
| 9724 | 2026-02-12T07:01:36.841Z | [ host-image] Feb 12 07:01:36.040 INFO O| Feb 12 07:01:36.040 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9725 | 2026-02-12T07:01:36.845Z | [ host-image] Feb 12 07:01:36.047 INFO O| Feb 12 07:01:36.047 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar" |
| 9726 | 2026-02-12T07:01:36.848Z | [ host-image] Feb 12 07:01:36.047 INFO O| Feb 12 07:01:36.047 INFO STEP 57 (remove_files) COMPLETE |
| 9727 | 2026-02-12T07:01:36.848Z | [ host-image] Feb 12 07:01:36.047 INFO O| Feb 12 07:01:36.047 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9728 | 2026-02-12T07:01:36.852Z | [ host-image] Feb 12 07:01:36.054 INFO O| Feb 12 07:01:36.054 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
| 9729 | 2026-02-12T07:01:36.852Z | [ host-image] Feb 12 07:01:36.054 INFO O| Feb 12 07:01:36.054 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ... |
| 9730 | 2026-02-12T07:01:36.855Z | [ host-image] Feb 12 07:01:36.054 INFO O| Feb 12 07:01:36.054 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9731 | 2026-02-12T07:01:36.855Z | [ host-image] Feb 12 07:01:36.054 INFO O| Feb 12 07:01:36.054 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9732 | 2026-02-12T07:01:36.855Z | [ host-image] Feb 12 07:01:36.054 INFO O| Feb 12 07:01:36.054 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9733 | 2026-02-12T07:01:36.855Z | [ host-image] Feb 12 07:01:36.054 INFO O| Feb 12 07:01:36.054 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9734 | 2026-02-12T07:01:36.855Z | [ host-image] Feb 12 07:01:36.054 INFO O| Feb 12 07:01:36.054 INFO ok! |
| 9735 | 2026-02-12T07:01:36.855Z | [ host-image] Feb 12 07:01:36.054 INFO O| Feb 12 07:01:36.054 INFO STEP 58 (ensure_file) COMPLETE |
| 9736 | 2026-02-12T07:01:36.855Z | [ host-image] Feb 12 07:01:36.054 INFO O| Feb 12 07:01:36.054 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9737 | 2026-02-12T07:01:36.859Z | [ host-image] Feb 12 07:01:36.061 INFO O| Feb 12 07:01:36.061 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
| 9738 | 2026-02-12T07:01:36.859Z | [ host-image] Feb 12 07:01:36.061 INFO O| Feb 12 07:01:36.061 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ... |
| 9739 | 2026-02-12T07:01:36.862Z | [ host-image] Feb 12 07:01:36.061 INFO O| Feb 12 07:01:36.061 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9740 | 2026-02-12T07:01:36.862Z | [ host-image] Feb 12 07:01:36.061 INFO O| Feb 12 07:01:36.061 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9741 | 2026-02-12T07:01:36.862Z | [ host-image] Feb 12 07:01:36.061 INFO O| Feb 12 07:01:36.061 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9742 | 2026-02-12T07:01:36.862Z | [ host-image] Feb 12 07:01:36.061 INFO O| Feb 12 07:01:36.061 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9743 | 2026-02-12T07:01:36.862Z | [ host-image] Feb 12 07:01:36.061 INFO O| Feb 12 07:01:36.061 INFO ok! |
| 9744 | 2026-02-12T07:01:36.862Z | [ host-image] Feb 12 07:01:36.061 INFO O| Feb 12 07:01:36.061 INFO STEP 59 (ensure_file) COMPLETE |
| 9745 | 2026-02-12T07:01:36.862Z | [ host-image] Feb 12 07:01:36.061 INFO O| Feb 12 07:01:36.061 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9746 | 2026-02-12T07:01:36.867Z | [ host-image] Feb 12 07:01:36.069 INFO O| Feb 12 07:01:36.069 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist |
| 9747 | 2026-02-12T07:01:36.870Z | [ host-image] Feb 12 07:01:36.069 INFO O| Feb 12 07:01:36.069 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ... |
| 9748 | 2026-02-12T07:01:36.870Z | [ host-image] Feb 12 07:01:36.069 INFO O| Feb 12 07:01:36.069 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile |
| 9749 | 2026-02-12T07:01:36.870Z | [ host-image] Feb 12 07:01:36.069 INFO O| Feb 12 07:01:36.069 INFO ok! |
| 9750 | 2026-02-12T07:01:36.870Z | [ host-image] Feb 12 07:01:36.069 INFO O| Feb 12 07:01:36.069 INFO STEP 60 (ensure_file) COMPLETE |
| 9751 | 2026-02-12T07:01:36.870Z | [ host-image] Feb 12 07:01:36.069 INFO O| Feb 12 07:01:36.069 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9752 | 2026-02-12T07:01:36.874Z | [ host-image] Feb 12 07:01:36.076 INFO O| Feb 12 07:01:36.076 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
| 9753 | 2026-02-12T07:01:36.877Z | [ host-image] Feb 12 07:01:36.076 INFO O| Feb 12 07:01:36.076 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ... |
| 9754 | 2026-02-12T07:01:36.877Z | [ host-image] Feb 12 07:01:36.076 INFO O| Feb 12 07:01:36.076 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc |
| 9755 | 2026-02-12T07:01:36.877Z | [ host-image] Feb 12 07:01:36.076 INFO O| Feb 12 07:01:36.076 INFO ok! |
| 9756 | 2026-02-12T07:01:36.877Z | [ host-image] Feb 12 07:01:36.076 INFO O| Feb 12 07:01:36.076 INFO STEP 61 (ensure_file) COMPLETE |
| 9757 | 2026-02-12T07:01:36.877Z | [ host-image] Feb 12 07:01:36.076 INFO O| Feb 12 07:01:36.076 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9758 | 2026-02-12T07:01:36.882Z | [ host-image] Feb 12 07:01:36.084 INFO O| Feb 12 07:01:36.084 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking |
| 9759 | 2026-02-12T07:01:36.882Z | [ host-image] Feb 12 07:01:36.084 INFO O| Feb 12 07:01:36.084 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ... |
| 9760 | 2026-02-12T07:01:36.885Z | [ host-image] Feb 12 07:01:36.084 INFO O| Feb 12 07:01:36.084 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd |
| 9761 | 2026-02-12T07:01:36.885Z | [ host-image] Feb 12 07:01:36.084 INFO O| Feb 12 07:01:36.084 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd |
| 9762 | 2026-02-12T07:01:36.885Z | [ host-image] Feb 12 07:01:36.084 INFO O| Feb 12 07:01:36.084 INFO ok! |
| 9763 | 2026-02-12T07:01:36.885Z | [ host-image] Feb 12 07:01:36.084 INFO O| Feb 12 07:01:36.084 INFO STEP 62 (ensure_file) COMPLETE |
| 9764 | 2026-02-12T07:01:36.885Z | [ host-image] Feb 12 07:01:36.084 INFO O| Feb 12 07:01:36.084 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9765 | 2026-02-12T07:01:36.889Z | [ host-image] Feb 12 07:01:36.092 INFO O| Feb 12 07:01:36.092 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist |
| 9766 | 2026-02-12T07:01:36.890Z | [ host-image] Feb 12 07:01:36.092 INFO O| Feb 12 07:01:36.092 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ... |
| 9767 | 2026-02-12T07:01:36.890Z | [ host-image] Feb 12 07:01:36.092 INFO O| Feb 12 07:01:36.092 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 9768 | 2026-02-12T07:01:36.893Z | [ host-image] Feb 12 07:01:36.092 INFO O| Feb 12 07:01:36.092 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 9769 | 2026-02-12T07:01:36.893Z | [ host-image] Feb 12 07:01:36.092 INFO O| Feb 12 07:01:36.092 INFO ok! |
| 9770 | 2026-02-12T07:01:36.893Z | [ host-image] Feb 12 07:01:36.092 INFO O| Feb 12 07:01:36.092 INFO STEP 63 (ensure_file) COMPLETE |
| 9771 | 2026-02-12T07:01:36.893Z | [ host-image] Feb 12 07:01:36.092 INFO O| Feb 12 07:01:36.092 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9772 | 2026-02-12T07:01:36.897Z | [ host-image] Feb 12 07:01:36.099 INFO O| Feb 12 07:01:36.099 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist |
| 9773 | 2026-02-12T07:01:36.897Z | [ host-image] Feb 12 07:01:36.099 INFO O| Feb 12 07:01:36.099 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ... |
| 9774 | 2026-02-12T07:01:36.900Z | [ host-image] Feb 12 07:01:36.099 INFO O| Feb 12 07:01:36.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly |
| 9775 | 2026-02-12T07:01:36.900Z | [ host-image] Feb 12 07:01:36.099 INFO O| Feb 12 07:01:36.099 INFO ok! |
| 9776 | 2026-02-12T07:01:36.900Z | [ host-image] Feb 12 07:01:36.099 INFO O| Feb 12 07:01:36.099 INFO STEP 64 (assemble_files) COMPLETE |
| 9777 | 2026-02-12T07:01:36.900Z | [ host-image] Feb 12 07:01:36.099 INFO O| Feb 12 07:01:36.099 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9778 | 2026-02-12T07:01:36.904Z | [ host-image] Feb 12 07:01:36.107 INFO O| Feb 12 07:01:36.107 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist |
| 9779 | 2026-02-12T07:01:36.904Z | [ host-image] Feb 12 07:01:36.107 INFO O| Feb 12 07:01:36.107 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ... |
| 9780 | 2026-02-12T07:01:36.908Z | [ host-image] Feb 12 07:01:36.107 INFO O| Feb 12 07:01:36.107 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf |
| 9781 | 2026-02-12T07:01:36.908Z | [ host-image] Feb 12 07:01:36.107 INFO O| Feb 12 07:01:36.107 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf |
| 9782 | 2026-02-12T07:01:36.908Z | [ host-image] Feb 12 07:01:36.107 INFO O| Feb 12 07:01:36.107 INFO ok! |
| 9783 | 2026-02-12T07:01:36.908Z | [ host-image] Feb 12 07:01:36.107 INFO O| Feb 12 07:01:36.107 INFO STEP 65 (ensure_file) COMPLETE |
| 9784 | 2026-02-12T07:01:36.908Z | [ host-image] Feb 12 07:01:36.107 INFO O| Feb 12 07:01:36.107 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9785 | 2026-02-12T07:01:36.912Z | [ host-image] Feb 12 07:01:36.114 INFO O| Feb 12 07:01:36.114 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9786 | 2026-02-12T07:01:36.912Z | [ host-image] Feb 12 07:01:36.114 INFO O| Feb 12 07:01:36.114 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9787 | 2026-02-12T07:01:36.915Z | [ host-image] Feb 12 07:01:36.114 INFO O| Feb 12 07:01:36.114 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9788 | 2026-02-12T07:01:36.915Z | [ host-image] Feb 12 07:01:36.114 INFO O| Feb 12 07:01:36.114 INFO STEP 66 (ensure_dir) COMPLETE |
| 9789 | 2026-02-12T07:01:36.915Z | [ host-image] Feb 12 07:01:36.114 INFO O| Feb 12 07:01:36.114 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9790 | 2026-02-12T07:01:36.919Z | [ host-image] Feb 12 07:01:36.121 INFO O| Feb 12 07:01:36.121 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
| 9791 | 2026-02-12T07:01:36.919Z | [ host-image] Feb 12 07:01:36.121 INFO O| Feb 12 07:01:36.121 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 ... |
| 9792 | 2026-02-12T07:01:36.926Z | [ host-image] Feb 12 07:01:36.128 INFO O| Feb 12 07:01:36.128 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 |
| 9793 | 2026-02-12T07:01:36.926Z | [ host-image] Feb 12 07:01:36.128 INFO O| Feb 12 07:01:36.128 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
| 9794 | 2026-02-12T07:01:36.929Z | [ host-image] Feb 12 07:01:36.128 INFO O| Feb 12 07:01:36.128 INFO ok! |
| 9795 | 2026-02-12T07:01:36.929Z | [ host-image] Feb 12 07:01:36.128 INFO O| Feb 12 07:01:36.128 INFO STEP 67 (ensure_file) COMPLETE |
| 9796 | 2026-02-12T07:01:36.929Z | [ host-image] Feb 12 07:01:36.128 INFO O| Feb 12 07:01:36.128 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9797 | 2026-02-12T07:01:36.933Z | [ host-image] Feb 12 07:01:36.135 INFO O| Feb 12 07:01:36.135 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
| 9798 | 2026-02-12T07:01:36.933Z | [ host-image] Feb 12 07:01:36.135 INFO O| Feb 12 07:01:36.135 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 ... |
| 9799 | 2026-02-12T07:01:36.937Z | [ host-image] Feb 12 07:01:36.136 INFO O| Feb 12 07:01:36.136 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 |
| 9800 | 2026-02-12T07:01:36.937Z | [ host-image] Feb 12 07:01:36.136 INFO O| Feb 12 07:01:36.136 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
| 9801 | 2026-02-12T07:01:36.937Z | [ host-image] Feb 12 07:01:36.136 INFO O| Feb 12 07:01:36.136 INFO ok! |
| 9802 | 2026-02-12T07:01:36.937Z | [ host-image] Feb 12 07:01:36.136 INFO O| Feb 12 07:01:36.136 INFO STEP 68 (ensure_file) COMPLETE |
| 9803 | 2026-02-12T07:01:36.937Z | [ host-image] Feb 12 07:01:36.136 INFO O| Feb 12 07:01:36.136 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9804 | 2026-02-12T07:01:36.944Z | [ host-image] Feb 12 07:01:36.147 INFO O| Feb 12 07:01:36.146 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal |
| 9805 | 2026-02-12T07:01:36.948Z | [ host-image] Feb 12 07:01:36.147 INFO O| Feb 12 07:01:36.147 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."] |
| 9806 | 2026-02-12T07:01:39.007Z | [ host-image] Feb 12 07:01:38.208 INFO O| Feb 12 07:01:38.208 INFO STEP 69 (pack_tar) COMPLETE |
| 9807 | 2026-02-12T07:01:39.007Z | [ host-image] Feb 12 07:01:38.208 INFO O| Feb 12 07:01:38.208 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim |
| 9808 | 2026-02-12T07:01:39.007Z | [ host-image] Feb 12 07:01:38.208 INFO O| Feb 12 07:01:38.208 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim |
| 9809 | 2026-02-12T07:01:39.351Z | [ host-image] Feb 12 07:01:38.552 INFO O| Feb 12 07:01:38.552 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9810 | 2026-02-12T07:01:39.429Z | [ host-image] Feb 12 07:01:38.631 INFO O| Feb 12 07:01:38.631 INFO completed processing sled/ramdisk-02-trim |
| 9811 | 2026-02-12T07:01:39.432Z | [ host-image] Feb 12 07:01:38.632 INFO image builder template: zfs... |
| 9812 | 2026-02-12T07:01:39.432Z | [ host-image] Feb 12 07:01:38.632 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/.tmpVN4njM/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", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0", "-n", "zfs"], pwd: None |
| 9813 | 2026-02-12T07:01:39.447Z | [ host-image] Feb 12 07:01:38.646 INFO O| Feb 12 07:01:38.646 INFO skip include "stress" because feature "stress" is not enabled |
| 9814 | 2026-02-12T07:01:39.447Z | [ host-image] Feb 12 07:01:38.646 INFO O| Feb 12 07:01:38.646 INFO skip include "stress" because feature "compliance" is not enabled |
| 9815 | 2026-02-12T07:01:39.476Z | [ host-image] Feb 12 07:01:38.677 INFO O| Feb 12 07:01:38.677 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs |
| 9816 | 2026-02-12T07:01:39.479Z | [ host-image] Feb 12 07:01:38.680 INFO O| Feb 12 07:01:38.680 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs |
| 9817 | 2026-02-12T07:01:39.560Z | [ host-image] Feb 12 07:01:38.762 INFO O| Feb 12 07:01:38.762 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled |
| 9818 | 2026-02-12T07:01:39.625Z | [ host-image] Feb 12 07:01:38.827 INFO O| Feb 12 07:01:38.827 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs |
| 9819 | 2026-02-12T07:01:39.625Z | [ host-image] Feb 12 07:01:38.827 INFO O| Feb 12 07:01:38.827 INFO work dataset: rpool/images/build/host/work/sled/zfs |
| 9820 | 2026-02-12T07:01:39.637Z | [ host-image] Feb 12 07:01:38.830 INFO O| Feb 12 07:01:38.830 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs |
| 9821 | 2026-02-12T07:01:39.714Z | [ host-image] Feb 12 07:01:38.916 INFO O| Feb 12 07:01:38.916 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled |
| 9822 | 2026-02-12T07:01:39.838Z | [ host-image] Feb 12 07:01:39.040 INFO O| Feb 12 07:01:39.040 INFO DESTROY POOL: TEMPORARY-sled-zfs |
| 9823 | 2026-02-12T07:01:39.845Z | [ host-image] Feb 12 07:01:39.047 INFO O| Feb 12 07:01:39.047 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw |
| 9824 | 2026-02-12T07:01:39.848Z | [ host-image] Feb 12 07:01:39.050 INFO O| Feb 12 07:01:39.050 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot |
| 9825 | 2026-02-12T07:01:39.848Z | [ host-image] Feb 12 07:01:39.050 INFO O| Feb 12 07:01:39.050 INFO no lofi found |
| 9826 | 2026-02-12T07:01:39.851Z | [ host-image] Feb 12 07:01:39.050 INFO O| Feb 12 07:01:39.050 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal |
| 9827 | 2026-02-12T07:01:39.851Z | [ host-image] Feb 12 07:01:39.050 INFO O| Feb 12 07:01:39.050 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw |
| 9828 | 2026-02-12T07:01:41.801Z | [ host-image] Feb 12 07:01:41.003 INFO O| Feb 12 07:01:41.003 INFO lofi device = /dev/dsk/c2t1d0p0 |
| 9829 | 2026-02-12T07:01:41.802Z | [ host-image] Feb 12 07:01:41.003 INFO O| Feb 12 07:01:41.003 INFO pool device = /dev/dsk/c2t1d0p0 |
| 9830 | 2026-02-12T07:01:41.805Z | [ host-image] Feb 12 07:01:41.003 INFO O| Feb 12 07:01:41.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"] |
| 9831 | 2026-02-12T07:01:41.899Z | [ host-image] Feb 12 07:01:41.100 INFO O| Feb 12 07:01:41.100 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9832 | 2026-02-12T07:01:41.899Z | [ host-image] Feb 12 07:01:41.100 INFO O| Feb 12 07:01:41.100 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT |
| 9833 | 2026-02-12T07:01:41.911Z | [ host-image] Feb 12 07:01:41.113 INFO O| Feb 12 07:01:41.112 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off |
| 9834 | 2026-02-12T07:01:41.964Z | [ host-image] Feb 12 07:01:41.165 INFO O| Feb 12 07:01:41.165 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy |
| 9835 | 2026-02-12T07:01:41.995Z | [ host-image] Feb 12 07:01:41.196 INFO O| Feb 12 07:01:41.196 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk |
| 9836 | 2026-02-12T07:01:42.005Z | [ host-image] Feb 12 07:01:41.206 INFO O| Feb 12 07:01:41.206 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto |
| 9837 | 2026-02-12T07:01:42.012Z | [ host-image] Feb 12 07:01:41.214 INFO O| Feb 12 07:01:41.214 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy |
| 9838 | 2026-02-12T07:01:42.051Z | [ host-image] Feb 12 07:01:41.252 INFO O| Feb 12 07:01:41.252 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a |
| 9839 | 2026-02-12T07:01:42.051Z | [ host-image] Feb 12 07:01:41.252 INFO O| Feb 12 07:01:41.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a |
| 9840 | 2026-02-12T07:01:42.051Z | [ host-image] Feb 12 07:01:41.252 INFO O| Feb 12 07:01:41.252 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9841 | 2026-02-12T07:01:42.057Z | [ host-image] Feb 12 07:01:41.259 INFO O| Feb 12 07:01:41.259 INFO boot environment UUID: 5af0237a-e3db-4e4c-972f-de3c4476be33 |
| 9842 | 2026-02-12T07:01:42.057Z | [ host-image] Feb 12 07:01:41.259 INFO O| Feb 12 07:01:41.259 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 5af0237a-e3db-4e4c-972f-de3c4476be33 |
| 9843 | 2026-02-12T07:01:42.064Z | [ host-image] Feb 12 07:01:41.266 INFO O| Feb 12 07:01:41.266 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
| 9844 | 2026-02-12T07:01:42.071Z | [ host-image] Feb 12 07:01:41.272 INFO O| Feb 12 07:01:41.272 INFO STEP 0 (create_be) COMPLETE |
| 9845 | 2026-02-12T07:01:42.071Z | [ host-image] Feb 12 07:01:41.272 INFO O| Feb 12 07:01:41.272 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9846 | 2026-02-12T07:01:42.082Z | [ host-image] Feb 12 07:01:41.283 INFO O| Feb 12 07:01:41.283 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9847 | 2026-02-12T07:01:59.806Z | [ host-image] Feb 12 07:01:59.006 INFO O| Feb 12 07:01:59.006 INFO STEP 1 (unpack_tar) COMPLETE |
| 9848 | 2026-02-12T07:01:59.806Z | [ host-image] Feb 12 07:01:59.006 INFO O| Feb 12 07:01:59.006 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9849 | 2026-02-12T07:01:59.815Z | [ host-image] Feb 12 07:01:59.015 INFO O| Feb 12 07:01:59.015 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9850 | 2026-02-12T07:01:59.995Z | [ host-image] Feb 12 07:01:59.195 INFO O| Feb 12 07:01:59.195 INFO STEP 2 (devfsadm) COMPLETE |
| 9851 | 2026-02-12T07:01:59.998Z | [ host-image] Feb 12 07:01:59.195 INFO O| Feb 12 07:01:59.195 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9852 | 2026-02-12T07:02:00.003Z | [ host-image] Feb 12 07:01:59.203 INFO O| Feb 12 07:01:59.203 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9853 | 2026-02-12T07:02:00.003Z | [ host-image] Feb 12 07:01:59.203 INFO O| Feb 12 07:01:59.203 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9854 | 2026-02-12T07:02:00.006Z | [ host-image] Feb 12 07:01:59.203 INFO O| Feb 12 07:01:59.203 INFO STEP 3 (ensure_dir) COMPLETE |
| 9855 | 2026-02-12T07:02:00.006Z | [ host-image] Feb 12 07:01:59.203 INFO O| Feb 12 07:01:59.203 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9856 | 2026-02-12T07:02:00.011Z | [ host-image] Feb 12 07:01:59.211 INFO O| Feb 12 07:01:59.211 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9857 | 2026-02-12T07:02:00.011Z | [ host-image] Feb 12 07:01:59.211 INFO O| Feb 12 07:01:59.211 INFO STEP 4 (ensure_dir) COMPLETE |
| 9858 | 2026-02-12T07:02:00.014Z | [ host-image] Feb 12 07:01:59.211 INFO O| Feb 12 07:01:59.211 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9859 | 2026-02-12T07:02:00.018Z | [ host-image] Feb 12 07:01:59.218 INFO O| Feb 12 07:01:59.218 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9860 | 2026-02-12T07:02:00.018Z | [ host-image] Feb 12 07:01:59.218 INFO O| Feb 12 07:01:59.218 INFO STEP 5 (ensure_dir) COMPLETE |
| 9861 | 2026-02-12T07:02:00.021Z | [ host-image] Feb 12 07:01:59.218 INFO O| Feb 12 07:01:59.218 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9862 | 2026-02-12T07:02:00.027Z | [ host-image] Feb 12 07:01:59.226 INFO O| Feb 12 07:01:59.226 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9863 | 2026-02-12T07:02:00.027Z | [ host-image] Feb 12 07:01:59.226 INFO O| Feb 12 07:01:59.226 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9864 | 2026-02-12T07:02:00.030Z | [ host-image] Feb 12 07:01:59.226 INFO O| Feb 12 07:01:59.226 INFO STEP 6 (ensure_dir) COMPLETE |
| 9865 | 2026-02-12T07:02:00.030Z | [ host-image] Feb 12 07:01:59.226 INFO O| Feb 12 07:01:59.226 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9866 | 2026-02-12T07:02:00.037Z | [ host-image] Feb 12 07:01:59.237 INFO O| Feb 12 07:01:59.237 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9867 | 2026-02-12T07:02:00.038Z | [ host-image] Feb 12 07:01:59.237 INFO O| Feb 12 07:01:59.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9868 | 2026-02-12T07:02:00.041Z | [ host-image] Feb 12 07:01:59.237 INFO O| Feb 12 07:01:59.237 INFO STEP 7 (ensure_dir) COMPLETE |
| 9869 | 2026-02-12T07:02:00.041Z | [ host-image] Feb 12 07:01:59.237 INFO O| Feb 12 07:01:59.237 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9870 | 2026-02-12T07:02:00.045Z | [ host-image] Feb 12 07:01:59.245 INFO O| Feb 12 07:01:59.245 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg" |
| 9871 | 2026-02-12T07:02:00.048Z | [ host-image] Feb 12 07:01:59.245 INFO O| Feb 12 07:01:59.245 INFO STEP 8 (remove_files) COMPLETE |
| 9872 | 2026-02-12T07:02:00.048Z | [ host-image] Feb 12 07:01:59.246 INFO O| Feb 12 07:01:59.245 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9873 | 2026-02-12T07:02:00.053Z | [ host-image] Feb 12 07:01:59.253 INFO O| Feb 12 07:01:59.253 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk" |
| 9874 | 2026-02-12T07:02:00.056Z | [ host-image] Feb 12 07:01:59.253 INFO O| Feb 12 07:01:59.253 INFO STEP 9 (remove_files) COMPLETE |
| 9875 | 2026-02-12T07:02:00.056Z | [ host-image] Feb 12 07:01:59.253 INFO O| Feb 12 07:01:59.253 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9876 | 2026-02-12T07:02:00.061Z | [ host-image] Feb 12 07:01:59.261 INFO O| Feb 12 07:01:59.261 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk" |
| 9877 | 2026-02-12T07:02:00.064Z | [ host-image] Feb 12 07:01:59.261 INFO O| Feb 12 07:01:59.261 INFO STEP 10 (remove_files) COMPLETE |
| 9878 | 2026-02-12T07:02:00.064Z | [ host-image] Feb 12 07:01:59.261 INFO O| Feb 12 07:01:59.261 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9879 | 2026-02-12T07:02:00.068Z | [ host-image] Feb 12 07:01:59.268 INFO O| Feb 12 07:01:59.268 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors" |
| 9880 | 2026-02-12T07:02:00.072Z | [ host-image] Feb 12 07:01:59.268 INFO O| Feb 12 07:01:59.268 INFO STEP 11 (remove_files) COMPLETE |
| 9881 | 2026-02-12T07:02:00.072Z | [ host-image] Feb 12 07:01:59.269 INFO O| Feb 12 07:01:59.268 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9882 | 2026-02-12T07:02:00.083Z | [ host-image] Feb 12 07:01:59.276 INFO O| Feb 12 07:01:59.276 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb" |
| 9883 | 2026-02-12T07:02:00.084Z | [ host-image] Feb 12 07:01:59.276 INFO O| Feb 12 07:01:59.276 INFO STEP 12 (remove_files) COMPLETE |
| 9884 | 2026-02-12T07:02:00.084Z | [ host-image] Feb 12 07:01:59.276 INFO O| Feb 12 07:01:59.276 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9885 | 2026-02-12T07:02:00.084Z | [ host-image] Feb 12 07:01:59.283 INFO O| Feb 12 07:01:59.283 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9886 | 2026-02-12T07:02:00.084Z | [ host-image] Feb 12 07:01:59.283 INFO O| Feb 12 07:01:59.283 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9887 | 2026-02-12T07:02:00.084Z | [ host-image] Feb 12 07:01:59.283 INFO O| Feb 12 07:01:59.283 INFO STEP 13 (ensure_dir) COMPLETE |
| 9888 | 2026-02-12T07:02:00.090Z | [ host-image] Feb 12 07:01:59.283 INFO O| Feb 12 07:01:59.283 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9889 | 2026-02-12T07:02:00.094Z | [ host-image] Feb 12 07:01:59.290 INFO O| Feb 12 07:01:59.290 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9890 | 2026-02-12T07:02:00.094Z | [ host-image] Feb 12 07:01:59.291 INFO O| Feb 12 07:01:59.291 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9891 | 2026-02-12T07:02:00.094Z | [ host-image] Feb 12 07:01:59.291 INFO O| Feb 12 07:01:59.291 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9892 | 2026-02-12T07:02:00.094Z | [ host-image] Feb 12 07:01:59.291 INFO O| Feb 12 07:01:59.291 INFO STEP 14 (ensure_dir) COMPLETE |
| 9893 | 2026-02-12T07:02:00.094Z | [ host-image] Feb 12 07:01:59.291 INFO O| Feb 12 07:01:59.291 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9894 | 2026-02-12T07:02:00.099Z | [ host-image] Feb 12 07:01:59.298 INFO O| Feb 12 07:01:59.298 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9895 | 2026-02-12T07:02:00.099Z | [ host-image] Feb 12 07:01:59.298 INFO O| Feb 12 07:01:59.298 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9896 | 2026-02-12T07:02:00.103Z | [ host-image] Feb 12 07:01:59.298 INFO O| Feb 12 07:01:59.298 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9897 | 2026-02-12T07:02:00.103Z | [ host-image] Feb 12 07:01:59.298 INFO O| Feb 12 07:01:59.298 INFO STEP 15 (ensure_dir) COMPLETE |
| 9898 | 2026-02-12T07:02:00.103Z | [ host-image] Feb 12 07:01:59.298 INFO O| Feb 12 07:01:59.298 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9899 | 2026-02-12T07:02:00.107Z | [ host-image] Feb 12 07:01:59.305 INFO O| Feb 12 07:01:59.305 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9900 | 2026-02-12T07:02:00.107Z | [ host-image] Feb 12 07:01:59.305 INFO O| Feb 12 07:01:59.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9901 | 2026-02-12T07:02:00.107Z | [ host-image] Feb 12 07:01:59.305 INFO O| Feb 12 07:01:59.305 INFO STEP 16 (ensure_dir) COMPLETE |
| 9902 | 2026-02-12T07:02:00.107Z | [ host-image] Feb 12 07:01:59.305 INFO O| Feb 12 07:01:59.305 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9903 | 2026-02-12T07:02:00.112Z | [ host-image] Feb 12 07:01:59.312 INFO O| Feb 12 07:01:59.312 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9904 | 2026-02-12T07:02:00.112Z | [ host-image] Feb 12 07:01:59.313 INFO O| Feb 12 07:01:59.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9905 | 2026-02-12T07:02:00.117Z | [ host-image] Feb 12 07:01:59.313 INFO O| Feb 12 07:01:59.312 INFO STEP 17 (ensure_dir) COMPLETE |
| 9906 | 2026-02-12T07:02:00.117Z | [ host-image] Feb 12 07:01:59.313 INFO O| Feb 12 07:01:59.313 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9907 | 2026-02-12T07:02:00.120Z | [ host-image] Feb 12 07:01:59.320 INFO O| Feb 12 07:01:59.319 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
| 9908 | 2026-02-12T07:02:00.120Z | [ host-image] Feb 12 07:01:59.320 INFO O| Feb 12 07:01:59.320 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog |
| 9909 | 2026-02-12T07:02:00.120Z | [ host-image] Feb 12 07:01:59.320 INFO O| Feb 12 07:01:59.320 INFO ok! |
| 9910 | 2026-02-12T07:02:00.120Z | [ host-image] Feb 12 07:01:59.320 INFO O| Feb 12 07:01:59.320 INFO STEP 18 (ensure_symlink) COMPLETE |
| 9911 | 2026-02-12T07:02:00.120Z | [ host-image] Feb 12 07:01:59.320 INFO O| Feb 12 07:01:59.320 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9912 | 2026-02-12T07:02:00.127Z | [ host-image] Feb 12 07:01:59.327 INFO O| Feb 12 07:01:59.327 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents |
| 9913 | 2026-02-12T07:02:00.127Z | [ host-image] Feb 12 07:01:59.327 INFO O| Feb 12 07:01:59.327 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure |
| 9914 | 2026-02-12T07:02:00.127Z | [ host-image] Feb 12 07:01:59.327 INFO O| Feb 12 07:01:59.327 INFO ok! |
| 9915 | 2026-02-12T07:02:00.130Z | [ host-image] Feb 12 07:01:59.327 INFO O| Feb 12 07:01:59.327 INFO STEP 19 (ensure_file) COMPLETE |
| 9916 | 2026-02-12T07:02:00.130Z | [ host-image] Feb 12 07:01:59.327 INFO O| Feb 12 07:01:59.327 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9917 | 2026-02-12T07:02:00.134Z | [ host-image] Feb 12 07:01:59.334 INFO O| Feb 12 07:01:59.334 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist |
| 9918 | 2026-02-12T07:02:00.134Z | [ host-image] Feb 12 07:01:59.334 INFO O| Feb 12 07:01:59.334 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
| 9919 | 2026-02-12T07:02:00.134Z | [ host-image] Feb 12 07:01:59.334 INFO O| Feb 12 07:01:59.334 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml |
| 9920 | 2026-02-12T07:02:00.137Z | [ host-image] Feb 12 07:01:59.334 INFO O| Feb 12 07:01:59.334 INFO ok! |
| 9921 | 2026-02-12T07:02:00.137Z | [ host-image] Feb 12 07:01:59.334 INFO O| Feb 12 07:01:59.334 INFO STEP 20 (ensure_symlink) COMPLETE |
| 9922 | 2026-02-12T07:02:00.137Z | [ host-image] Feb 12 07:01:59.334 INFO O| Feb 12 07:01:59.334 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9923 | 2026-02-12T07:02:00.141Z | [ host-image] Feb 12 07:01:59.342 INFO O| Feb 12 07:01:59.341 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
| 9924 | 2026-02-12T07:02:00.145Z | [ host-image] Feb 12 07:01:59.342 INFO O| Feb 12 07:01:59.342 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
| 9925 | 2026-02-12T07:02:00.145Z | [ host-image] Feb 12 07:01:59.342 INFO O| Feb 12 07:01:59.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml |
| 9926 | 2026-02-12T07:02:00.145Z | [ host-image] Feb 12 07:01:59.342 INFO O| Feb 12 07:01:59.342 INFO ok! |
| 9927 | 2026-02-12T07:02:00.145Z | [ host-image] Feb 12 07:01:59.342 INFO O| Feb 12 07:01:59.342 INFO STEP 21 (ensure_symlink) COMPLETE |
| 9928 | 2026-02-12T07:02:00.145Z | [ host-image] Feb 12 07:01:59.342 INFO O| Feb 12 07:01:59.342 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9929 | 2026-02-12T07:02:00.149Z | [ host-image] Feb 12 07:01:59.349 INFO O| Feb 12 07:01:59.349 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist |
| 9930 | 2026-02-12T07:02:00.152Z | [ host-image] Feb 12 07:01:59.349 INFO O| Feb 12 07:01:59.349 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
| 9931 | 2026-02-12T07:02:00.152Z | [ host-image] Feb 12 07:01:59.349 INFO O| Feb 12 07:01:59.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml |
| 9932 | 2026-02-12T07:02:00.152Z | [ host-image] Feb 12 07:01:59.349 INFO O| Feb 12 07:01:59.349 INFO ok! |
| 9933 | 2026-02-12T07:02:00.152Z | [ host-image] Feb 12 07:01:59.349 INFO O| Feb 12 07:01:59.349 INFO STEP 22 (ensure_symlink) COMPLETE |
| 9934 | 2026-02-12T07:02:00.152Z | [ host-image] Feb 12 07:01:59.349 INFO O| Feb 12 07:01:59.349 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9935 | 2026-02-12T07:02:00.156Z | [ host-image] Feb 12 07:01:59.356 INFO O| Feb 12 07:01:59.356 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist |
| 9936 | 2026-02-12T07:02:00.160Z | [ host-image] Feb 12 07:01:59.357 INFO O| Feb 12 07:01:59.356 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
| 9937 | 2026-02-12T07:02:00.160Z | [ host-image] Feb 12 07:01:59.357 INFO O| Feb 12 07:01:59.357 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml |
| 9938 | 2026-02-12T07:02:00.160Z | [ host-image] Feb 12 07:01:59.357 INFO O| Feb 12 07:01:59.357 INFO ok! |
| 9939 | 2026-02-12T07:02:00.160Z | [ host-image] Feb 12 07:01:59.357 INFO O| Feb 12 07:01:59.357 INFO STEP 23 (ensure_symlink) COMPLETE |
| 9940 | 2026-02-12T07:02:00.160Z | [ host-image] Feb 12 07:01:59.357 INFO O| Feb 12 07:01:59.357 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9941 | 2026-02-12T07:02:00.164Z | [ host-image] Feb 12 07:01:59.364 INFO O| Feb 12 07:01:59.364 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
| 9942 | 2026-02-12T07:02:00.164Z | [ host-image] Feb 12 07:01:59.364 INFO O| Feb 12 07:01:59.364 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ... |
| 9943 | 2026-02-12T07:02:00.168Z | [ host-image] Feb 12 07:01:59.364 INFO O| Feb 12 07:01:59.364 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf |
| 9944 | 2026-02-12T07:02:00.168Z | [ host-image] Feb 12 07:01:59.364 INFO O| Feb 12 07:01:59.364 INFO ok! |
| 9945 | 2026-02-12T07:02:00.168Z | [ host-image] Feb 12 07:01:59.364 INFO O| Feb 12 07:01:59.364 INFO STEP 24 (ensure_file) COMPLETE |
| 9946 | 2026-02-12T07:02:00.168Z | [ host-image] Feb 12 07:01:59.364 INFO O| Feb 12 07:01:59.364 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9947 | 2026-02-12T07:02:00.171Z | [ host-image] Feb 12 07:01:59.372 INFO O| Feb 12 07:01:59.372 INFO updating shadow file |
| 9948 | 2026-02-12T07:02:00.175Z | [ host-image] Feb 12 07:01:59.372 INFO O| Feb 12 07:01:59.372 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 9949 | 2026-02-12T07:02:00.175Z | [ host-image] Feb 12 07:01:59.372 INFO O| Feb 12 07:01:59.372 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 9950 | 2026-02-12T07:02:00.175Z | [ host-image] Feb 12 07:01:59.372 INFO O| Feb 12 07:01:59.372 INFO STEP 25 (shadow) COMPLETE |
| 9951 | 2026-02-12T07:02:00.175Z | [ host-image] Feb 12 07:01:59.372 INFO O| Feb 12 07:01:59.372 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9952 | 2026-02-12T07:02:00.179Z | [ host-image] Feb 12 07:01:59.379 INFO O| Feb 12 07:01:59.379 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
| 9953 | 2026-02-12T07:02:00.182Z | [ host-image] Feb 12 07:01:59.380 INFO O| Feb 12 07:01:59.379 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ... |
| 9954 | 2026-02-12T07:02:00.183Z | [ host-image] Feb 12 07:01:59.380 INFO O| Feb 12 07:01:59.380 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts |
| 9955 | 2026-02-12T07:02:00.183Z | [ host-image] Feb 12 07:01:59.380 INFO O| Feb 12 07:01:59.380 INFO ok! |
| 9956 | 2026-02-12T07:02:00.183Z | [ host-image] Feb 12 07:01:59.380 INFO O| Feb 12 07:01:59.380 INFO STEP 26 (ensure_file) COMPLETE |
| 9957 | 2026-02-12T07:02:00.183Z | [ host-image] Feb 12 07:01:59.380 INFO O| Feb 12 07:01:59.380 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9958 | 2026-02-12T07:02:00.187Z | [ host-image] Feb 12 07:01:59.387 INFO O| Feb 12 07:01:59.387 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist |
| 9959 | 2026-02-12T07:02:00.187Z | [ host-image] Feb 12 07:01:59.387 INFO O| Feb 12 07:01:59.387 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ... |
| 9960 | 2026-02-12T07:02:00.190Z | [ host-image] Feb 12 07:01:59.387 INFO O| Feb 12 07:01:59.387 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename |
| 9961 | 2026-02-12T07:02:00.190Z | [ host-image] Feb 12 07:01:59.387 INFO O| Feb 12 07:01:59.387 INFO ok! |
| 9962 | 2026-02-12T07:02:00.190Z | [ host-image] Feb 12 07:01:59.387 INFO O| Feb 12 07:01:59.387 INFO STEP 27 (ensure_file) COMPLETE |
| 9963 | 2026-02-12T07:02:00.190Z | [ host-image] Feb 12 07:01:59.387 INFO O| Feb 12 07:01:59.387 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9964 | 2026-02-12T07:02:00.194Z | [ host-image] Feb 12 07:01:59.394 INFO O| Feb 12 07:01:59.394 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
| 9965 | 2026-02-12T07:02:00.197Z | [ host-image] Feb 12 07:01:59.394 INFO O| Feb 12 07:01:59.394 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ... |
| 9966 | 2026-02-12T07:02:00.197Z | [ host-image] Feb 12 07:01:59.394 INFO O| Feb 12 07:01:59.394 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent |
| 9967 | 2026-02-12T07:02:00.197Z | [ host-image] Feb 12 07:01:59.394 INFO O| Feb 12 07:01:59.394 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent |
| 9968 | 2026-02-12T07:02:00.198Z | [ host-image] Feb 12 07:01:59.394 INFO O| Feb 12 07:01:59.394 INFO ok! |
| 9969 | 2026-02-12T07:02:00.198Z | [ host-image] Feb 12 07:01:59.394 INFO O| Feb 12 07:01:59.394 INFO STEP 28 (ensure_file) COMPLETE |
| 9970 | 2026-02-12T07:02:00.198Z | [ host-image] Feb 12 07:01:59.394 INFO O| Feb 12 07:01:59.394 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9971 | 2026-02-12T07:02:00.202Z | [ host-image] Feb 12 07:01:59.401 INFO O| Feb 12 07:01:59.401 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist |
| 9972 | 2026-02-12T07:02:00.202Z | [ host-image] Feb 12 07:01:59.401 INFO O| Feb 12 07:01:59.401 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ... |
| 9973 | 2026-02-12T07:02:00.205Z | [ host-image] Feb 12 07:01:59.401 INFO O| Feb 12 07:01:59.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf |
| 9974 | 2026-02-12T07:02:00.205Z | [ host-image] Feb 12 07:01:59.402 INFO O| Feb 12 07:01:59.401 INFO ok! |
| 9975 | 2026-02-12T07:02:00.205Z | [ host-image] Feb 12 07:01:59.402 INFO O| Feb 12 07:01:59.401 INFO STEP 29 (ensure_file) COMPLETE |
| 9976 | 2026-02-12T07:02:00.205Z | [ host-image] Feb 12 07:01:59.402 INFO O| Feb 12 07:01:59.401 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9977 | 2026-02-12T07:02:00.209Z | [ host-image] Feb 12 07:01:59.408 INFO O| Feb 12 07:01:59.408 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9978 | 2026-02-12T07:02:00.209Z | [ host-image] Feb 12 07:01:59.409 INFO O| Feb 12 07:01:59.408 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9979 | 2026-02-12T07:02:00.212Z | [ host-image] Feb 12 07:01:59.409 INFO O| Feb 12 07:01:59.409 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9980 | 2026-02-12T07:02:00.212Z | [ host-image] Feb 12 07:01:59.409 INFO O| Feb 12 07:01:59.409 INFO STEP 30 (ensure_dir) COMPLETE |
| 9981 | 2026-02-12T07:02:00.212Z | [ host-image] Feb 12 07:01:59.409 INFO O| Feb 12 07:01:59.409 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9982 | 2026-02-12T07:02:00.216Z | [ host-image] Feb 12 07:01:59.416 INFO O| Feb 12 07:01:59.416 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist |
| 9983 | 2026-02-12T07:02:00.216Z | [ host-image] Feb 12 07:01:59.416 INFO O| Feb 12 07:01:59.416 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ... |
| 9984 | 2026-02-12T07:02:00.220Z | [ host-image] Feb 12 07:01:59.416 INFO O| Feb 12 07:01:59.416 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup |
| 9985 | 2026-02-12T07:02:00.220Z | [ host-image] Feb 12 07:01:59.416 INFO O| Feb 12 07:01:59.416 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup |
| 9986 | 2026-02-12T07:02:00.220Z | [ host-image] Feb 12 07:01:59.416 INFO O| Feb 12 07:01:59.416 INFO ok! |
| 9987 | 2026-02-12T07:02:00.220Z | [ host-image] Feb 12 07:01:59.416 INFO O| Feb 12 07:01:59.416 INFO STEP 31 (ensure_file) COMPLETE |
| 9988 | 2026-02-12T07:02:00.220Z | [ host-image] Feb 12 07:01:59.416 INFO O| Feb 12 07:01:59.416 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9989 | 2026-02-12T07:02:00.224Z | [ host-image] Feb 12 07:01:59.424 INFO O| Feb 12 07:01:59.424 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 9990 | 2026-02-12T07:02:00.224Z | [ host-image] Feb 12 07:01:59.424 INFO O| Feb 12 07:01:59.424 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 9991 | 2026-02-12T07:02:00.227Z | [ host-image] Feb 12 07:01:59.424 INFO O| Feb 12 07:01:59.424 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 9992 | 2026-02-12T07:02:00.227Z | [ host-image] Feb 12 07:01:59.424 INFO O| Feb 12 07:01:59.424 INFO STEP 32 (ensure_dir) COMPLETE |
| 9993 | 2026-02-12T07:02:00.227Z | [ host-image] Feb 12 07:01:59.424 INFO O| Feb 12 07:01:59.424 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9994 | 2026-02-12T07:02:00.232Z | [ host-image] Feb 12 07:01:59.432 INFO O| Feb 12 07:01:59.432 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist |
| 9995 | 2026-02-12T07:02:00.235Z | [ host-image] Feb 12 07:01:59.432 INFO O| Feb 12 07:01:59.432 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 ... |
| 9996 | 2026-02-12T07:02:00.235Z | [ host-image] Feb 12 07:01:59.432 INFO O| Feb 12 07:01:59.432 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 |
| 9997 | 2026-02-12T07:02:00.235Z | [ host-image] Feb 12 07:01:59.432 INFO O| Feb 12 07:01:59.432 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml |
| 9998 | 2026-02-12T07:02:00.235Z | [ host-image] Feb 12 07:01:59.432 INFO O| Feb 12 07:01:59.432 INFO ok! |
| 9999 | 2026-02-12T07:02:00.235Z | [ host-image] Feb 12 07:01:59.432 INFO O| Feb 12 07:01:59.432 INFO STEP 33 (ensure_file) COMPLETE |
| 10000 | 2026-02-12T07:02:00.235Z | [ host-image] Feb 12 07:01:59.432 INFO O| Feb 12 07:01:59.432 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10001 | 2026-02-12T07:02:00.239Z | [ host-image] Feb 12 07:01:59.439 INFO O| Feb 12 07:01:59.439 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist |
| 10002 | 2026-02-12T07:02:00.240Z | [ host-image] Feb 12 07:01:59.439 INFO O| Feb 12 07:01:59.439 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ... |
| 10003 | 2026-02-12T07:02:00.243Z | [ host-image] Feb 12 07:01:59.440 INFO O| Feb 12 07:01:59.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master |
| 10004 | 2026-02-12T07:02:00.243Z | [ host-image] Feb 12 07:01:59.440 INFO O| Feb 12 07:01:59.440 INFO ok! |
| 10005 | 2026-02-12T07:02:00.243Z | [ host-image] Feb 12 07:01:59.440 INFO O| Feb 12 07:01:59.440 INFO STEP 34 (ensure_file) COMPLETE |
| 10006 | 2026-02-12T07:02:00.243Z | [ host-image] Feb 12 07:01:59.440 INFO O| Feb 12 07:01:59.440 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10007 | 2026-02-12T07:02:00.247Z | [ host-image] Feb 12 07:01:59.447 INFO O| Feb 12 07:01:59.447 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
| 10008 | 2026-02-12T07:02:00.251Z | [ host-image] Feb 12 07:01:59.448 INFO O| Feb 12 07:01:59.447 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ... |
| 10009 | 2026-02-12T07:02:00.251Z | [ host-image] Feb 12 07:01:59.448 INFO O| Feb 12 07:01:59.448 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs |
| 10010 | 2026-02-12T07:02:00.251Z | [ host-image] Feb 12 07:01:59.448 INFO O| Feb 12 07:01:59.448 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs |
| 10011 | 2026-02-12T07:02:00.251Z | [ host-image] Feb 12 07:01:59.448 INFO O| Feb 12 07:01:59.448 INFO ok! |
| 10012 | 2026-02-12T07:02:00.251Z | [ host-image] Feb 12 07:01:59.448 INFO O| Feb 12 07:01:59.448 INFO STEP 35 (ensure_file) COMPLETE |
| 10013 | 2026-02-12T07:02:00.251Z | [ host-image] Feb 12 07:01:59.448 INFO O| Feb 12 07:01:59.448 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10014 | 2026-02-12T07:02:00.255Z | [ host-image] Feb 12 07:01:59.455 INFO O| Feb 12 07:01:59.455 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking |
| 10015 | 2026-02-12T07:02:00.258Z | [ host-image] Feb 12 07:01:59.455 INFO O| Feb 12 07:01:59.455 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ... |
| 10016 | 2026-02-12T07:02:00.258Z | [ host-image] Feb 12 07:01:59.455 INFO O| Feb 12 07:01:59.455 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init |
| 10017 | 2026-02-12T07:02:00.258Z | [ host-image] Feb 12 07:01:59.455 INFO O| Feb 12 07:01:59.455 INFO ok! |
| 10018 | 2026-02-12T07:02:00.258Z | [ host-image] Feb 12 07:01:59.455 INFO O| Feb 12 07:01:59.455 INFO STEP 36 (ensure_file) COMPLETE |
| 10019 | 2026-02-12T07:02:00.258Z | [ host-image] Feb 12 07:01:59.455 INFO O| Feb 12 07:01:59.455 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10020 | 2026-02-12T07:02:00.262Z | [ host-image] Feb 12 07:01:59.462 INFO O| Feb 12 07:01:59.462 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
| 10021 | 2026-02-12T07:02:00.262Z | [ host-image] Feb 12 07:01:59.463 INFO O| Feb 12 07:01:59.462 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ... |
| 10022 | 2026-02-12T07:02:00.266Z | [ host-image] Feb 12 07:01:59.463 INFO O| Feb 12 07:01:59.463 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config |
| 10023 | 2026-02-12T07:02:00.266Z | [ host-image] Feb 12 07:01:59.463 INFO O| Feb 12 07:01:59.463 INFO ok! |
| 10024 | 2026-02-12T07:02:00.266Z | [ host-image] Feb 12 07:01:59.463 INFO O| Feb 12 07:01:59.463 INFO STEP 37 (ensure_file) COMPLETE |
| 10025 | 2026-02-12T07:02:00.266Z | [ host-image] Feb 12 07:01:59.463 INFO O| Feb 12 07:01:59.463 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10026 | 2026-02-12T07:02:00.269Z | [ host-image] Feb 12 07:01:59.470 INFO O| Feb 12 07:01:59.470 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist |
| 10027 | 2026-02-12T07:02:00.270Z | [ host-image] Feb 12 07:01:59.470 INFO O| Feb 12 07:01:59.470 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ... |
| 10028 | 2026-02-12T07:02:00.273Z | [ host-image] Feb 12 07:01:59.470 INFO O| Feb 12 07:01:59.470 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 10029 | 2026-02-12T07:02:00.273Z | [ host-image] Feb 12 07:01:59.470 INFO O| Feb 12 07:01:59.470 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 10030 | 2026-02-12T07:02:00.273Z | [ host-image] Feb 12 07:01:59.470 INFO O| Feb 12 07:01:59.470 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 10031 | 2026-02-12T07:02:00.273Z | [ host-image] Feb 12 07:01:59.470 INFO O| Feb 12 07:01:59.470 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 10032 | 2026-02-12T07:02:00.273Z | [ host-image] Feb 12 07:01:59.470 INFO O| Feb 12 07:01:59.470 INFO ok! |
| 10033 | 2026-02-12T07:02:00.273Z | [ host-image] Feb 12 07:01:59.470 INFO O| Feb 12 07:01:59.470 INFO STEP 38 (ensure_file) COMPLETE |
| 10034 | 2026-02-12T07:02:00.273Z | [ host-image] Feb 12 07:01:59.470 INFO O| Feb 12 07:01:59.470 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 10035 | 2026-02-12T07:02:00.277Z | [ host-image] Feb 12 07:01:59.477 INFO O| Feb 12 07:01:59.477 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 10036 | 2026-02-12T07:02:00.280Z | [ host-image] Feb 12 07:01:59.477 INFO O| Feb 12 07:01:59.477 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 10037 | 2026-02-12T07:02:00.280Z | [ host-image] Feb 12 07:01:59.477 INFO O| Feb 12 07:01:59.477 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 10038 | 2026-02-12T07:02:00.280Z | [ host-image] Feb 12 07:01:59.477 INFO O| Feb 12 07:01:59.477 INFO STEP 39 (ensure_dir) COMPLETE |
| 10039 | 2026-02-12T07:02:00.280Z | [ host-image] Feb 12 07:01:59.477 INFO O| Feb 12 07:01:59.477 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 10040 | 2026-02-12T07:02:00.285Z | [ host-image] Feb 12 07:01:59.485 INFO O| Feb 12 07:01:59.485 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 |
| 10041 | 2026-02-12T07:02:00.285Z | [ host-image] Feb 12 07:01:59.485 INFO O| Feb 12 07:01:59.485 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 ... |
| 10042 | 2026-02-12T07:02:00.288Z | [ host-image] Feb 12 07:01:59.485 INFO O| Feb 12 07:01:59.485 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 |
| 10043 | 2026-02-12T07:02:00.288Z | [ host-image] Feb 12 07:01:59.485 INFO O| Feb 12 07:01:59.485 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 |
| 10044 | 2026-02-12T07:02:00.288Z | [ host-image] Feb 12 07:01:59.485 INFO O| Feb 12 07:01:59.485 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 |
| 10045 | 2026-02-12T07:02:00.288Z | [ host-image] Feb 12 07:01:59.485 INFO O| Feb 12 07:01:59.485 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 |
| 10046 | 2026-02-12T07:02:00.288Z | [ host-image] Feb 12 07:01:59.485 INFO O| Feb 12 07:01:59.485 INFO ok! |
| 10047 | 2026-02-12T07:02:00.288Z | [ host-image] Feb 12 07:01:59.485 INFO O| Feb 12 07:01:59.485 INFO STEP 40 (ensure_file) COMPLETE |
| 10048 | 2026-02-12T07:02:00.288Z | [ host-image] Feb 12 07:01:59.485 INFO O| Feb 12 07:01:59.485 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 10049 | 2026-02-12T07:02:00.292Z | [ host-image] Feb 12 07:01:59.492 INFO O| Feb 12 07:01:59.492 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
| 10050 | 2026-02-12T07:02:00.292Z | [ host-image] Feb 12 07:01:59.492 INFO O| Feb 12 07:01:59.492 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 ... |
| 10051 | 2026-02-12T07:02:00.295Z | [ host-image] Feb 12 07:01:59.493 INFO O| Feb 12 07:01:59.492 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
| 10052 | 2026-02-12T07:02:00.295Z | [ host-image] Feb 12 07:01:59.493 INFO O| Feb 12 07:01:59.492 INFO ok! |
| 10053 | 2026-02-12T07:02:00.295Z | [ host-image] Feb 12 07:01:59.493 INFO O| Feb 12 07:01:59.493 INFO STEP 41 (ensure_symlink) COMPLETE |
| 10054 | 2026-02-12T07:02:00.296Z | [ host-image] Feb 12 07:01:59.493 INFO O| Feb 12 07:01:59.493 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 10055 | 2026-02-12T07:02:00.301Z | [ host-image] Feb 12 07:01:59.500 INFO O| Feb 12 07:01:59.500 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist |
| 10056 | 2026-02-12T07:02:00.301Z | [ host-image] Feb 12 07:01:59.500 INFO O| Feb 12 07:01:59.500 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ... |
| 10057 | 2026-02-12T07:02:00.301Z | [ host-image] Feb 12 07:01:59.500 INFO O| Feb 12 07:01:59.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo |
| 10058 | 2026-02-12T07:02:00.304Z | [ host-image] Feb 12 07:01:59.500 INFO O| Feb 12 07:01:59.500 INFO ok! |
| 10059 | 2026-02-12T07:02:00.304Z | [ host-image] Feb 12 07:01:59.500 INFO O| Feb 12 07:01:59.500 INFO STEP 42 (ensure_symlink) COMPLETE |
| 10060 | 2026-02-12T07:02:00.304Z | [ host-image] Feb 12 07:01:59.500 INFO O| Feb 12 07:01:59.500 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10061 | 2026-02-12T07:02:00.307Z | [ host-image] Feb 12 07:01:59.508 INFO O| Feb 12 07:01:59.507 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist |
| 10062 | 2026-02-12T07:02:00.307Z | [ host-image] Feb 12 07:01:59.508 INFO O| Feb 12 07:01:59.507 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ... |
| 10063 | 2026-02-12T07:02:00.310Z | [ host-image] Feb 12 07:01:59.508 INFO O| Feb 12 07:01:59.508 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 10064 | 2026-02-12T07:02:00.310Z | [ host-image] Feb 12 07:01:59.508 INFO O| Feb 12 07:01:59.508 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 10065 | 2026-02-12T07:02:00.310Z | [ host-image] Feb 12 07:01:59.508 INFO O| Feb 12 07:01:59.508 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 10066 | 2026-02-12T07:02:00.311Z | [ host-image] Feb 12 07:01:59.508 INFO O| Feb 12 07:01:59.508 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 10067 | 2026-02-12T07:02:00.311Z | [ host-image] Feb 12 07:01:59.508 INFO O| Feb 12 07:01:59.508 INFO ok! |
| 10068 | 2026-02-12T07:02:00.311Z | [ host-image] Feb 12 07:01:59.508 INFO O| Feb 12 07:01:59.508 INFO STEP 43 (ensure_file) COMPLETE |
| 10069 | 2026-02-12T07:02:00.311Z | [ host-image] Feb 12 07:01:59.508 INFO O| Feb 12 07:01:59.508 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10070 | 2026-02-12T07:02:00.315Z | [ host-image] Feb 12 07:01:59.516 INFO O| Feb 12 07:01:59.515 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
| 10071 | 2026-02-12T07:02:00.315Z | [ host-image] Feb 12 07:01:59.516 INFO O| Feb 12 07:01:59.515 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 ... |
| 10072 | 2026-02-12T07:02:00.318Z | [ host-image] Feb 12 07:01:59.516 INFO O| Feb 12 07:01:59.516 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 |
| 10073 | 2026-02-12T07:02:00.318Z | [ host-image] Feb 12 07:01:59.516 INFO O| Feb 12 07:01:59.516 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml |
| 10074 | 2026-02-12T07:02:00.318Z | [ host-image] Feb 12 07:01:59.516 INFO O| Feb 12 07:01:59.516 INFO ok! |
| 10075 | 2026-02-12T07:02:00.318Z | [ host-image] Feb 12 07:01:59.516 INFO O| Feb 12 07:01:59.516 INFO STEP 44 (ensure_file) COMPLETE |
| 10076 | 2026-02-12T07:02:00.318Z | [ host-image] Feb 12 07:01:59.516 INFO O| Feb 12 07:01:59.516 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10077 | 2026-02-12T07:02:00.324Z | [ host-image] Feb 12 07:01:59.524 INFO O| Feb 12 07:01:59.524 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist |
| 10078 | 2026-02-12T07:02:00.324Z | [ host-image] Feb 12 07:01:59.524 INFO O| Feb 12 07:01:59.524 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ... |
| 10079 | 2026-02-12T07:02:00.327Z | [ host-image] Feb 12 07:01:59.524 INFO O| Feb 12 07:01:59.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml |
| 10080 | 2026-02-12T07:02:00.327Z | [ host-image] Feb 12 07:01:59.524 INFO O| Feb 12 07:01:59.524 INFO ok! |
| 10081 | 2026-02-12T07:02:00.327Z | [ host-image] Feb 12 07:01:59.524 INFO O| Feb 12 07:01:59.524 INFO STEP 45 (ensure_file) COMPLETE |
| 10082 | 2026-02-12T07:02:00.327Z | [ host-image] Feb 12 07:01:59.524 INFO O| Feb 12 07:01:59.524 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 10083 | 2026-02-12T07:02:00.331Z | [ host-image] Feb 12 07:01:59.531 INFO O| Feb 12 07:01:59.531 INFO updating shadow file |
| 10084 | 2026-02-12T07:02:00.334Z | [ host-image] Feb 12 07:01:59.531 INFO O| Feb 12 07:01:59.531 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 10085 | 2026-02-12T07:02:00.334Z | [ host-image] Feb 12 07:01:59.531 INFO O| Feb 12 07:01:59.531 INFO STEP 46 (shadow) COMPLETE |
| 10086 | 2026-02-12T07:02:00.334Z | [ host-image] Feb 12 07:01:59.531 INFO O| Feb 12 07:01:59.531 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 10087 | 2026-02-12T07:02:00.339Z | [ host-image] Feb 12 07:01:59.539 INFO O| Feb 12 07:01:59.539 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking |
| 10088 | 2026-02-12T07:02:00.339Z | [ host-image] Feb 12 07:01:59.539 INFO O| Feb 12 07:01:59.539 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ... |
| 10089 | 2026-02-12T07:02:00.342Z | [ host-image] Feb 12 07:01:59.539 INFO O| Feb 12 07:01:59.539 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login |
| 10090 | 2026-02-12T07:02:00.342Z | [ host-image] Feb 12 07:01:59.539 INFO O| Feb 12 07:01:59.539 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login |
| 10091 | 2026-02-12T07:02:00.342Z | [ host-image] Feb 12 07:01:59.539 INFO O| Feb 12 07:01:59.539 INFO ok! |
| 10092 | 2026-02-12T07:02:00.342Z | [ host-image] Feb 12 07:01:59.539 INFO O| Feb 12 07:01:59.539 INFO STEP 47 (ensure_file) COMPLETE |
| 10093 | 2026-02-12T07:02:00.342Z | [ host-image] Feb 12 07:01:59.539 INFO O| Feb 12 07:01:59.539 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10094 | 2026-02-12T07:02:00.342Z | [ host-image] Feb 12 07:01:59.539 INFO O| Feb 12 07:01:59.539 INFO skip step because feature "mfg" is not enabled |
| 10095 | 2026-02-12T07:02:00.342Z | [ host-image] Feb 12 07:01:59.539 INFO O| Feb 12 07:01:59.539 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10096 | 2026-02-12T07:02:00.342Z | [ host-image] Feb 12 07:01:59.539 INFO O| Feb 12 07:01:59.539 INFO skip step because feature "mfg" is not enabled |
| 10097 | 2026-02-12T07:02:00.342Z | [ host-image] Feb 12 07:01:59.539 INFO O| Feb 12 07:01:59.539 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10098 | 2026-02-12T07:02:00.347Z | [ host-image] Feb 12 07:01:59.547 INFO O| Feb 12 07:01:59.547 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist |
| 10099 | 2026-02-12T07:02:00.347Z | [ host-image] Feb 12 07:01:59.547 INFO O| Feb 12 07:01:59.547 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ... |
| 10100 | 2026-02-12T07:02:00.994Z | [ host-image] Feb 12 07:02:00.194 INFO O| Feb 12 07:02:00.194 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot |
| 10101 | 2026-02-12T07:02:00.994Z | [ host-image] Feb 12 07:02:00.194 INFO O| Feb 12 07:02:00.194 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot |
| 10102 | 2026-02-12T07:02:00.994Z | [ host-image] Feb 12 07:02:00.194 INFO O| Feb 12 07:02:00.194 INFO ok! |
| 10103 | 2026-02-12T07:02:00.998Z | [ host-image] Feb 12 07:02:00.194 INFO O| Feb 12 07:02:00.194 INFO STEP 50 (ensure_file) COMPLETE |
| 10104 | 2026-02-12T07:02:00.998Z | [ host-image] Feb 12 07:02:00.194 INFO O| Feb 12 07:02:00.194 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10105 | 2026-02-12T07:02:00.998Z | [ host-image] Feb 12 07:02:00.194 INFO O| Feb 12 07:02:00.194 INFO skip step because feature "compliance" is not enabled |
| 10106 | 2026-02-12T07:02:00.998Z | [ host-image] Feb 12 07:02:00.194 INFO O| Feb 12 07:02:00.194 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10107 | 2026-02-12T07:02:01.003Z | [ host-image] Feb 12 07:02:00.203 INFO O| Feb 12 07:02:00.203 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist |
| 10108 | 2026-02-12T07:02:01.003Z | [ host-image] Feb 12 07:02:00.203 INFO O| Feb 12 07:02:00.203 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ... |
| 10109 | 2026-02-12T07:02:01.006Z | [ host-image] Feb 12 07:02:00.204 INFO O| Feb 12 07:02:00.204 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 10110 | 2026-02-12T07:02:01.006Z | [ host-image] Feb 12 07:02:00.204 INFO O| Feb 12 07:02:00.204 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 10111 | 2026-02-12T07:02:01.006Z | [ host-image] Feb 12 07:02:00.204 INFO O| Feb 12 07:02:00.204 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 10112 | 2026-02-12T07:02:01.006Z | [ host-image] Feb 12 07:02:00.204 INFO O| Feb 12 07:02:00.204 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 10113 | 2026-02-12T07:02:01.006Z | [ host-image] Feb 12 07:02:00.204 INFO O| Feb 12 07:02:00.204 INFO ok! |
| 10114 | 2026-02-12T07:02:01.006Z | [ host-image] Feb 12 07:02:00.204 INFO O| Feb 12 07:02:00.204 INFO STEP 52 (ensure_file) COMPLETE |
| 10115 | 2026-02-12T07:02:01.006Z | [ host-image] Feb 12 07:02:00.204 INFO O| Feb 12 07:02:00.204 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10116 | 2026-02-12T07:02:01.012Z | [ host-image] Feb 12 07:02:00.212 INFO O| Feb 12 07:02:00.212 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
| 10117 | 2026-02-12T07:02:01.012Z | [ host-image] Feb 12 07:02:00.212 INFO O| Feb 12 07:02:00.212 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 ... |
| 10118 | 2026-02-12T07:02:01.015Z | [ host-image] Feb 12 07:02:00.212 INFO O| Feb 12 07:02:00.212 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 |
| 10119 | 2026-02-12T07:02:01.015Z | [ host-image] Feb 12 07:02:00.212 INFO O| Feb 12 07:02:00.212 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
| 10120 | 2026-02-12T07:02:01.015Z | [ host-image] Feb 12 07:02:00.212 INFO O| Feb 12 07:02:00.212 INFO ok! |
| 10121 | 2026-02-12T07:02:01.015Z | [ host-image] Feb 12 07:02:00.212 INFO O| Feb 12 07:02:00.212 INFO STEP 53 (ensure_file) COMPLETE |
| 10122 | 2026-02-12T07:02:01.015Z | [ host-image] Feb 12 07:02:00.212 INFO O| Feb 12 07:02:00.212 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10123 | 2026-02-12T07:02:01.020Z | [ host-image] Feb 12 07:02:00.220 INFO O| Feb 12 07:02:00.220 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist |
| 10124 | 2026-02-12T07:02:01.023Z | [ host-image] Feb 12 07:02:00.220 INFO O| Feb 12 07:02:00.220 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 ... |
| 10125 | 2026-02-12T07:02:01.023Z | [ host-image] Feb 12 07:02:00.221 INFO O| Feb 12 07:02:00.221 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen |
| 10126 | 2026-02-12T07:02:01.023Z | [ host-image] Feb 12 07:02:00.221 INFO O| Feb 12 07:02:00.221 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen |
| 10127 | 2026-02-12T07:02:01.023Z | [ host-image] Feb 12 07:02:00.221 INFO O| Feb 12 07:02:00.221 INFO ok! |
| 10128 | 2026-02-12T07:02:01.023Z | [ host-image] Feb 12 07:02:00.221 INFO O| Feb 12 07:02:00.221 INFO STEP 54 (ensure_file) COMPLETE |
| 10129 | 2026-02-12T07:02:01.023Z | [ host-image] Feb 12 07:02:00.221 INFO O| Feb 12 07:02:00.221 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10130 | 2026-02-12T07:02:01.029Z | [ host-image] Feb 12 07:02:00.228 INFO O| Feb 12 07:02:00.228 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist |
| 10131 | 2026-02-12T07:02:01.032Z | [ host-image] Feb 12 07:02:00.228 INFO O| Feb 12 07:02:00.228 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 ... |
| 10132 | 2026-02-12T07:02:01.032Z | [ host-image] Feb 12 07:02:00.229 INFO O| Feb 12 07:02:00.229 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 |
| 10133 | 2026-02-12T07:02:01.032Z | [ host-image] Feb 12 07:02:00.229 INFO O| Feb 12 07:02:00.229 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml |
| 10134 | 2026-02-12T07:02:01.032Z | [ host-image] Feb 12 07:02:00.229 INFO O| Feb 12 07:02:00.229 INFO ok! |
| 10135 | 2026-02-12T07:02:01.032Z | [ host-image] Feb 12 07:02:00.229 INFO O| Feb 12 07:02:00.229 INFO STEP 55 (ensure_file) COMPLETE |
| 10136 | 2026-02-12T07:02:01.032Z | [ host-image] Feb 12 07:02:00.229 INFO O| Feb 12 07:02:00.229 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10137 | 2026-02-12T07:02:01.037Z | [ host-image] Feb 12 07:02:00.237 INFO O| Feb 12 07:02:00.236 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist |
| 10138 | 2026-02-12T07:02:01.037Z | [ host-image] Feb 12 07:02:00.237 INFO O| Feb 12 07:02:00.236 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 ... |
| 10139 | 2026-02-12T07:02:01.040Z | [ host-image] Feb 12 07:02:00.237 INFO O| Feb 12 07:02:00.237 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen |
| 10140 | 2026-02-12T07:02:01.040Z | [ host-image] Feb 12 07:02:00.237 INFO O| Feb 12 07:02:00.237 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen |
| 10141 | 2026-02-12T07:02:01.040Z | [ host-image] Feb 12 07:02:00.237 INFO O| Feb 12 07:02:00.237 INFO ok! |
| 10142 | 2026-02-12T07:02:01.040Z | [ host-image] Feb 12 07:02:00.237 INFO O| Feb 12 07:02:00.237 INFO STEP 56 (ensure_file) COMPLETE |
| 10143 | 2026-02-12T07:02:01.040Z | [ host-image] Feb 12 07:02:00.237 INFO O| Feb 12 07:02:00.237 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10144 | 2026-02-12T07:02:01.045Z | [ host-image] Feb 12 07:02:00.245 INFO O| Feb 12 07:02:00.245 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist |
| 10145 | 2026-02-12T07:02:01.048Z | [ host-image] Feb 12 07:02:00.245 INFO O| Feb 12 07:02:00.245 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 ... |
| 10146 | 2026-02-12T07:02:01.048Z | [ host-image] Feb 12 07:02:00.245 INFO O| Feb 12 07:02:00.245 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 |
| 10147 | 2026-02-12T07:02:01.048Z | [ host-image] Feb 12 07:02:00.245 INFO O| Feb 12 07:02:00.245 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml |
| 10148 | 2026-02-12T07:02:01.048Z | [ host-image] Feb 12 07:02:00.245 INFO O| Feb 12 07:02:00.245 INFO ok! |
| 10149 | 2026-02-12T07:02:01.048Z | [ host-image] Feb 12 07:02:00.245 INFO O| Feb 12 07:02:00.245 INFO STEP 57 (ensure_file) COMPLETE |
| 10150 | 2026-02-12T07:02:01.048Z | [ host-image] Feb 12 07:02:00.245 INFO O| Feb 12 07:02:00.245 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10151 | 2026-02-12T07:02:01.053Z | [ host-image] Feb 12 07:02:00.253 INFO O| Feb 12 07:02:00.253 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist |
| 10152 | 2026-02-12T07:02:01.056Z | [ host-image] Feb 12 07:02:00.253 INFO O| Feb 12 07:02:00.253 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 ... |
| 10153 | 2026-02-12T07:02:01.056Z | [ host-image] Feb 12 07:02:00.254 INFO O| Feb 12 07:02:00.254 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 10154 | 2026-02-12T07:02:01.056Z | [ host-image] Feb 12 07:02:00.254 INFO O| Feb 12 07:02:00.254 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 10155 | 2026-02-12T07:02:01.056Z | [ host-image] Feb 12 07:02:00.254 INFO O| Feb 12 07:02:00.254 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 10156 | 2026-02-12T07:02:01.056Z | [ host-image] Feb 12 07:02:00.254 INFO O| Feb 12 07:02:00.254 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 10157 | 2026-02-12T07:02:01.056Z | [ host-image] Feb 12 07:02:00.254 INFO O| Feb 12 07:02:00.254 INFO ok! |
| 10158 | 2026-02-12T07:02:01.056Z | [ host-image] Feb 12 07:02:00.254 INFO O| Feb 12 07:02:00.254 INFO STEP 58 (ensure_file) COMPLETE |
| 10159 | 2026-02-12T07:02:01.056Z | [ host-image] Feb 12 07:02:00.254 INFO O| Feb 12 07:02:00.254 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10160 | 2026-02-12T07:02:01.061Z | [ host-image] Feb 12 07:02:00.261 INFO O| Feb 12 07:02:00.261 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist |
| 10161 | 2026-02-12T07:02:01.061Z | [ host-image] Feb 12 07:02:00.261 INFO O| Feb 12 07:02:00.261 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 ... |
| 10162 | 2026-02-12T07:02:01.065Z | [ host-image] Feb 12 07:02:00.262 INFO O| Feb 12 07:02:00.262 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 |
| 10163 | 2026-02-12T07:02:01.065Z | [ host-image] Feb 12 07:02:00.262 INFO O| Feb 12 07:02:00.262 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml |
| 10164 | 2026-02-12T07:02:01.065Z | [ host-image] Feb 12 07:02:00.262 INFO O| Feb 12 07:02:00.262 INFO ok! |
| 10165 | 2026-02-12T07:02:01.065Z | [ host-image] Feb 12 07:02:00.262 INFO O| Feb 12 07:02:00.262 INFO STEP 59 (ensure_file) COMPLETE |
| 10166 | 2026-02-12T07:02:01.065Z | [ host-image] Feb 12 07:02:00.262 INFO O| Feb 12 07:02:00.262 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10167 | 2026-02-12T07:02:01.069Z | [ host-image] Feb 12 07:02:00.269 INFO O| Feb 12 07:02:00.269 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist |
| 10168 | 2026-02-12T07:02:01.070Z | [ host-image] Feb 12 07:02:00.269 INFO O| Feb 12 07:02:00.269 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ... |
| 10169 | 2026-02-12T07:02:01.073Z | [ host-image] Feb 12 07:02:00.270 INFO O| Feb 12 07:02:00.270 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger |
| 10170 | 2026-02-12T07:02:01.073Z | [ host-image] Feb 12 07:02:00.270 INFO O| Feb 12 07:02:00.270 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger |
| 10171 | 2026-02-12T07:02:01.073Z | [ host-image] Feb 12 07:02:00.270 INFO O| Feb 12 07:02:00.270 INFO ok! |
| 10172 | 2026-02-12T07:02:01.073Z | [ host-image] Feb 12 07:02:00.270 INFO O| Feb 12 07:02:00.270 INFO STEP 60 (ensure_file) COMPLETE |
| 10173 | 2026-02-12T07:02:01.073Z | [ host-image] Feb 12 07:02:00.270 INFO O| Feb 12 07:02:00.270 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10174 | 2026-02-12T07:02:01.078Z | [ host-image] Feb 12 07:02:00.278 INFO O| Feb 12 07:02:00.277 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist |
| 10175 | 2026-02-12T07:02:01.081Z | [ host-image] Feb 12 07:02:00.278 INFO O| Feb 12 07:02:00.277 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 ... |
| 10176 | 2026-02-12T07:02:01.081Z | [ host-image] Feb 12 07:02:00.278 INFO O| Feb 12 07:02:00.278 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 |
| 10177 | 2026-02-12T07:02:01.081Z | [ host-image] Feb 12 07:02:00.278 INFO O| Feb 12 07:02:00.278 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml |
| 10178 | 2026-02-12T07:02:01.081Z | [ host-image] Feb 12 07:02:00.278 INFO O| Feb 12 07:02:00.278 INFO ok! |
| 10179 | 2026-02-12T07:02:01.081Z | [ host-image] Feb 12 07:02:00.278 INFO O| Feb 12 07:02:00.278 INFO STEP 61 (ensure_file) COMPLETE |
| 10180 | 2026-02-12T07:02:01.081Z | [ host-image] Feb 12 07:02:00.278 INFO O| Feb 12 07:02:00.278 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10181 | 2026-02-12T07:02:01.086Z | [ host-image] Feb 12 07:02:00.286 INFO O| Feb 12 07:02:00.286 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist |
| 10182 | 2026-02-12T07:02:01.086Z | [ host-image] Feb 12 07:02:00.286 INFO O| Feb 12 07:02:00.286 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ... |
| 10183 | 2026-02-12T07:02:01.089Z | [ host-image] Feb 12 07:02:00.286 INFO O| Feb 12 07:02:00.286 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 10184 | 2026-02-12T07:02:01.089Z | [ host-image] Feb 12 07:02:00.286 INFO O| Feb 12 07:02:00.286 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 10185 | 2026-02-12T07:02:01.089Z | [ host-image] Feb 12 07:02:00.286 INFO O| Feb 12 07:02:00.286 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 10186 | 2026-02-12T07:02:01.089Z | [ host-image] Feb 12 07:02:00.286 INFO O| Feb 12 07:02:00.286 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 10187 | 2026-02-12T07:02:01.089Z | [ host-image] Feb 12 07:02:00.286 INFO O| Feb 12 07:02:00.286 INFO ok! |
| 10188 | 2026-02-12T07:02:01.089Z | [ host-image] Feb 12 07:02:00.286 INFO O| Feb 12 07:02:00.286 INFO STEP 62 (ensure_file) COMPLETE |
| 10189 | 2026-02-12T07:02:01.089Z | [ host-image] Feb 12 07:02:00.286 INFO O| Feb 12 07:02:00.286 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10190 | 2026-02-12T07:02:01.094Z | [ host-image] Feb 12 07:02:00.294 INFO O| Feb 12 07:02:00.294 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
| 10191 | 2026-02-12T07:02:01.094Z | [ host-image] Feb 12 07:02:00.294 INFO O| Feb 12 07:02:00.294 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 ... |
| 10192 | 2026-02-12T07:02:01.097Z | [ host-image] Feb 12 07:02:00.295 INFO O| Feb 12 07:02:00.295 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 |
| 10193 | 2026-02-12T07:02:01.097Z | [ host-image] Feb 12 07:02:00.295 INFO O| Feb 12 07:02:00.295 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
| 10194 | 2026-02-12T07:02:01.097Z | [ host-image] Feb 12 07:02:00.295 INFO O| Feb 12 07:02:00.295 INFO ok! |
| 10195 | 2026-02-12T07:02:01.097Z | [ host-image] Feb 12 07:02:00.295 INFO O| Feb 12 07:02:00.295 INFO STEP 63 (ensure_file) COMPLETE |
| 10196 | 2026-02-12T07:02:01.097Z | [ host-image] Feb 12 07:02:00.295 INFO O| Feb 12 07:02:00.295 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10197 | 2026-02-12T07:02:01.102Z | [ host-image] Feb 12 07:02:00.302 INFO O| Feb 12 07:02:00.302 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
| 10198 | 2026-02-12T07:02:01.106Z | [ host-image] Feb 12 07:02:00.302 INFO O| Feb 12 07:02:00.302 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 ... |
| 10199 | 2026-02-12T07:02:01.106Z | [ host-image] Feb 12 07:02:00.303 INFO O| Feb 12 07:02:00.303 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 |
| 10200 | 2026-02-12T07:02:01.106Z | [ host-image] Feb 12 07:02:00.303 INFO O| Feb 12 07:02:00.303 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml |
| 10201 | 2026-02-12T07:02:01.106Z | [ host-image] Feb 12 07:02:00.303 INFO O| Feb 12 07:02:00.303 INFO ok! |
| 10202 | 2026-02-12T07:02:01.106Z | [ host-image] Feb 12 07:02:00.303 INFO O| Feb 12 07:02:00.303 INFO STEP 64 (ensure_file) COMPLETE |
| 10203 | 2026-02-12T07:02:01.106Z | [ host-image] Feb 12 07:02:00.303 INFO O| Feb 12 07:02:00.303 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10204 | 2026-02-12T07:02:01.110Z | [ host-image] Feb 12 07:02:00.310 INFO O| Feb 12 07:02:00.310 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
| 10205 | 2026-02-12T07:02:01.113Z | [ host-image] Feb 12 07:02:00.310 INFO O| Feb 12 07:02:00.310 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 ... |
| 10206 | 2026-02-12T07:02:01.113Z | [ host-image] Feb 12 07:02:00.311 INFO O| Feb 12 07:02:00.311 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 |
| 10207 | 2026-02-12T07:02:01.113Z | [ host-image] Feb 12 07:02:00.311 INFO O| Feb 12 07:02:00.311 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
| 10208 | 2026-02-12T07:02:01.113Z | [ host-image] Feb 12 07:02:00.311 INFO O| Feb 12 07:02:00.311 INFO ok! |
| 10209 | 2026-02-12T07:02:01.114Z | [ host-image] Feb 12 07:02:00.311 INFO O| Feb 12 07:02:00.311 INFO STEP 65 (ensure_file) COMPLETE |
| 10210 | 2026-02-12T07:02:01.114Z | [ host-image] Feb 12 07:02:00.311 INFO O| Feb 12 07:02:00.311 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10211 | 2026-02-12T07:02:01.114Z | [ host-image] Feb 12 07:02:00.311 INFO O| Feb 12 07:02:00.311 INFO skip step because feature "mbist" is not enabled |
| 10212 | 2026-02-12T07:02:01.114Z | [ host-image] Feb 12 07:02:00.311 INFO O| Feb 12 07:02:00.311 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10213 | 2026-02-12T07:02:01.118Z | [ host-image] Feb 12 07:02:00.318 INFO O| Feb 12 07:02:00.318 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt |
| 10214 | 2026-02-12T07:02:01.121Z | [ host-image] Feb 12 07:02:00.318 INFO O| Feb 12 07:02:00.318 INFO STEP 67 (ensure_dir) COMPLETE |
| 10215 | 2026-02-12T07:02:01.121Z | [ host-image] Feb 12 07:02:00.318 INFO O| Feb 12 07:02:00.318 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10216 | 2026-02-12T07:02:01.126Z | [ host-image] Feb 12 07:02:00.326 INFO O| Feb 12 07:02:00.326 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide |
| 10217 | 2026-02-12T07:02:01.126Z | [ host-image] Feb 12 07:02:00.326 INFO O| Feb 12 07:02:00.326 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide |
| 10218 | 2026-02-12T07:02:01.129Z | [ host-image] Feb 12 07:02:00.326 INFO O| Feb 12 07:02:00.326 INFO STEP 68 (ensure_dir) COMPLETE |
| 10219 | 2026-02-12T07:02:01.129Z | [ host-image] Feb 12 07:02:00.326 INFO O| Feb 12 07:02:00.326 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10220 | 2026-02-12T07:02:01.133Z | [ host-image] Feb 12 07:02:00.333 INFO O| Feb 12 07:02:00.333 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm |
| 10221 | 2026-02-12T07:02:01.133Z | [ host-image] Feb 12 07:02:00.333 INFO O| Feb 12 07:02:00.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm |
| 10222 | 2026-02-12T07:02:01.136Z | [ host-image] Feb 12 07:02:00.333 INFO O| Feb 12 07:02:00.333 INFO STEP 69 (ensure_dir) COMPLETE |
| 10223 | 2026-02-12T07:02:01.136Z | [ host-image] Feb 12 07:02:00.333 INFO O| Feb 12 07:02:00.333 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10224 | 2026-02-12T07:02:01.140Z | [ host-image] Feb 12 07:02:00.340 INFO O| Feb 12 07:02:00.340 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
| 10225 | 2026-02-12T07:02:01.140Z | [ host-image] Feb 12 07:02:00.340 INFO O| Feb 12 07:02:00.340 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
| 10226 | 2026-02-12T07:02:01.977Z | [ host-image] Feb 12 07:02:01.177 INFO O| Feb 12 07:02:01.177 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm |
| 10227 | 2026-02-12T07:02:01.978Z | [ host-image] Feb 12 07:02:01.177 INFO O| Feb 12 07:02:01.177 INFO ok! |
| 10228 | 2026-02-12T07:02:01.981Z | [ host-image] Feb 12 07:02:01.177 INFO O| Feb 12 07:02:01.177 INFO STEP 70 (ensure_file) COMPLETE |
| 10229 | 2026-02-12T07:02:01.981Z | [ host-image] Feb 12 07:02:01.177 INFO O| Feb 12 07:02:01.177 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10230 | 2026-02-12T07:02:01.985Z | [ host-image] Feb 12 07:02:01.185 INFO O| Feb 12 07:02:01.185 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
| 10231 | 2026-02-12T07:02:01.985Z | [ host-image] Feb 12 07:02:01.185 INFO O| Feb 12 07:02:01.185 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ... |
| 10232 | 2026-02-12T07:02:03.276Z | [ host-image] Feb 12 07:02:02.476 INFO O| Feb 12 07:02:02.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd |
| 10233 | 2026-02-12T07:02:03.276Z | [ host-image] Feb 12 07:02:02.476 INFO O| Feb 12 07:02:02.476 INFO ok! |
| 10234 | 2026-02-12T07:02:03.280Z | [ host-image] Feb 12 07:02:02.476 INFO O| Feb 12 07:02:02.476 INFO STEP 71 (ensure_file) COMPLETE |
| 10235 | 2026-02-12T07:02:03.280Z | [ host-image] Feb 12 07:02:02.476 INFO O| Feb 12 07:02:02.476 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10236 | 2026-02-12T07:02:03.285Z | [ host-image] Feb 12 07:02:02.484 INFO O| Feb 12 07:02:02.484 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg |
| 10237 | 2026-02-12T07:02:03.285Z | [ host-image] Feb 12 07:02:02.485 INFO O| Feb 12 07:02:02.485 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg |
| 10238 | 2026-02-12T07:02:03.288Z | [ host-image] Feb 12 07:02:02.485 INFO O| Feb 12 07:02:02.485 INFO STEP 72 (ensure_dir) COMPLETE |
| 10239 | 2026-02-12T07:02:03.288Z | [ host-image] Feb 12 07:02:02.485 INFO O| Feb 12 07:02:02.485 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10240 | 2026-02-12T07:02:03.292Z | [ host-image] Feb 12 07:02:02.492 INFO O| Feb 12 07:02:02.492 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
| 10241 | 2026-02-12T07:02:03.292Z | [ host-image] Feb 12 07:02:02.492 INFO O| Feb 12 07:02:02.492 INFO copying /tmp/.tmpVN4njM/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 ... |
| 10242 | 2026-02-12T07:02:03.292Z | [ host-image] Feb 12 07:02:02.492 INFO O| Feb 12 07:02:02.492 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
| 10243 | 2026-02-12T07:02:03.296Z | [ host-image] Feb 12 07:02:02.492 INFO O| Feb 12 07:02:02.492 INFO ok! |
| 10244 | 2026-02-12T07:02:03.296Z | [ host-image] Feb 12 07:02:02.492 INFO O| Feb 12 07:02:02.492 INFO STEP 73 (ensure_file) COMPLETE |
| 10245 | 2026-02-12T07:02:03.296Z | [ host-image] Feb 12 07:02:02.492 INFO O| Feb 12 07:02:02.492 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10246 | 2026-02-12T07:02:03.300Z | [ host-image] Feb 12 07:02:02.500 INFO O| Feb 12 07:02:02.499 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
| 10247 | 2026-02-12T07:02:03.300Z | [ host-image] Feb 12 07:02:02.500 INFO O| Feb 12 07:02:02.500 INFO copying /tmp/.tmpVN4njM/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 ... |
| 10248 | 2026-02-12T07:02:03.303Z | [ host-image] Feb 12 07:02:02.500 INFO O| Feb 12 07:02:02.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
| 10249 | 2026-02-12T07:02:03.303Z | [ host-image] Feb 12 07:02:02.500 INFO O| Feb 12 07:02:02.500 INFO ok! |
| 10250 | 2026-02-12T07:02:03.303Z | [ host-image] Feb 12 07:02:02.500 INFO O| Feb 12 07:02:02.500 INFO STEP 74 (ensure_file) COMPLETE |
| 10251 | 2026-02-12T07:02:03.303Z | [ host-image] Feb 12 07:02:02.500 INFO O| Feb 12 07:02:02.500 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10252 | 2026-02-12T07:02:03.308Z | [ host-image] Feb 12 07:02:02.507 INFO O| Feb 12 07:02:02.507 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
| 10253 | 2026-02-12T07:02:03.308Z | [ host-image] Feb 12 07:02:02.507 INFO O| Feb 12 07:02:02.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
| 10254 | 2026-02-12T07:02:03.308Z | [ host-image] Feb 12 07:02:02.507 INFO O| Feb 12 07:02:02.507 INFO STEP 75 (ensure_dir) COMPLETE |
| 10255 | 2026-02-12T07:02:03.311Z | [ host-image] Feb 12 07:02:02.507 INFO O| Feb 12 07:02:02.507 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10256 | 2026-02-12T07:02:03.315Z | [ host-image] Feb 12 07:02:02.515 INFO O| Feb 12 07:02:02.515 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
| 10257 | 2026-02-12T07:02:03.315Z | [ host-image] Feb 12 07:02:02.515 INFO O| Feb 12 07:02:02.515 INFO copying /tmp/.tmpVN4njM/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 ... |
| 10258 | 2026-02-12T07:02:03.318Z | [ host-image] Feb 12 07:02:02.515 INFO O| Feb 12 07:02:02.515 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
| 10259 | 2026-02-12T07:02:03.318Z | [ host-image] Feb 12 07:02:02.515 INFO O| Feb 12 07:02:02.515 INFO ok! |
| 10260 | 2026-02-12T07:02:03.318Z | [ host-image] Feb 12 07:02:02.515 INFO O| Feb 12 07:02:02.515 INFO STEP 76 (ensure_file) COMPLETE |
| 10261 | 2026-02-12T07:02:03.318Z | [ host-image] Feb 12 07:02:02.515 INFO O| Feb 12 07:02:02.515 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10262 | 2026-02-12T07:02:03.323Z | [ host-image] Feb 12 07:02:02.522 INFO O| Feb 12 07:02:02.522 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
| 10263 | 2026-02-12T07:02:03.326Z | [ host-image] Feb 12 07:02:02.522 INFO O| Feb 12 07:02:02.522 INFO copying /tmp/.tmpVN4njM/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 ... |
| 10264 | 2026-02-12T07:02:03.326Z | [ host-image] Feb 12 07:02:02.522 INFO O| Feb 12 07:02:02.522 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
| 10265 | 2026-02-12T07:02:03.326Z | [ host-image] Feb 12 07:02:02.522 INFO O| Feb 12 07:02:02.522 INFO ok! |
| 10266 | 2026-02-12T07:02:03.326Z | [ host-image] Feb 12 07:02:02.522 INFO O| Feb 12 07:02:02.522 INFO STEP 77 (ensure_file) COMPLETE |
| 10267 | 2026-02-12T07:02:03.326Z | [ host-image] Feb 12 07:02:02.522 INFO O| Feb 12 07:02:02.522 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10268 | 2026-02-12T07:02:03.331Z | [ host-image] Feb 12 07:02:02.530 INFO O| Feb 12 07:02:02.529 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
| 10269 | 2026-02-12T07:02:03.331Z | [ host-image] Feb 12 07:02:02.530 INFO O| Feb 12 07:02:02.530 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
| 10270 | 2026-02-12T07:02:03.334Z | [ host-image] Feb 12 07:02:02.530 INFO O| Feb 12 07:02:02.530 INFO STEP 78 (ensure_dir) COMPLETE |
| 10271 | 2026-02-12T07:02:03.335Z | [ host-image] Feb 12 07:02:02.530 INFO O| Feb 12 07:02:02.530 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10272 | 2026-02-12T07:02:03.338Z | [ host-image] Feb 12 07:02:02.537 INFO O| Feb 12 07:02:02.537 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
| 10273 | 2026-02-12T07:02:03.338Z | [ host-image] Feb 12 07:02:02.537 INFO O| Feb 12 07:02:02.537 INFO copying /tmp/.tmpVN4njM/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 ... |
| 10274 | 2026-02-12T07:02:03.338Z | [ host-image] Feb 12 07:02:02.537 INFO O| Feb 12 07:02:02.537 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
| 10275 | 2026-02-12T07:02:03.338Z | [ host-image] Feb 12 07:02:02.537 INFO O| Feb 12 07:02:02.537 INFO ok! |
| 10276 | 2026-02-12T07:02:03.338Z | [ host-image] Feb 12 07:02:02.537 INFO O| Feb 12 07:02:02.537 INFO STEP 79 (ensure_file) COMPLETE |
| 10277 | 2026-02-12T07:02:03.338Z | [ host-image] Feb 12 07:02:02.537 INFO O| Feb 12 07:02:02.537 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10278 | 2026-02-12T07:02:03.344Z | [ host-image] Feb 12 07:02:02.544 INFO O| Feb 12 07:02:02.544 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
| 10279 | 2026-02-12T07:02:03.347Z | [ host-image] Feb 12 07:02:02.544 INFO O| Feb 12 07:02:02.544 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ... |
| 10280 | 2026-02-12T07:02:03.347Z | [ host-image] Feb 12 07:02:02.544 INFO O| Feb 12 07:02:02.544 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION |
| 10281 | 2026-02-12T07:02:03.347Z | [ host-image] Feb 12 07:02:02.544 INFO O| Feb 12 07:02:02.544 INFO ok! |
| 10282 | 2026-02-12T07:02:03.347Z | [ host-image] Feb 12 07:02:02.544 INFO O| Feb 12 07:02:02.544 INFO STEP 80 (ensure_file) COMPLETE |
| 10283 | 2026-02-12T07:02:03.347Z | [ host-image] Feb 12 07:02:02.544 INFO O| Feb 12 07:02:02.544 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10284 | 2026-02-12T07:02:03.351Z | [ host-image] Feb 12 07:02:02.551 INFO O| Feb 12 07:02:02.551 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent |
| 10285 | 2026-02-12T07:02:03.355Z | [ host-image] Feb 12 07:02:02.551 INFO O| Feb 12 07:02:02.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent |
| 10286 | 2026-02-12T07:02:03.355Z | [ host-image] Feb 12 07:02:02.551 INFO O| Feb 12 07:02:02.551 INFO STEP 81 (ensure_dir) COMPLETE |
| 10287 | 2026-02-12T07:02:03.355Z | [ host-image] Feb 12 07:02:02.551 INFO O| Feb 12 07:02:02.551 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10288 | 2026-02-12T07:02:03.359Z | [ host-image] Feb 12 07:02:02.558 INFO O| Feb 12 07:02:02.558 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
| 10289 | 2026-02-12T07:02:03.359Z | [ host-image] Feb 12 07:02:02.559 INFO O| Feb 12 07:02:02.558 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
| 10290 | 2026-02-12T07:02:04.511Z | [ host-image] Feb 12 07:02:03.710 INFO O| Feb 12 07:02:03.710 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle |
| 10291 | 2026-02-12T07:02:04.511Z | [ host-image] Feb 12 07:02:03.710 INFO O| Feb 12 07:02:03.710 INFO ok! |
| 10292 | 2026-02-12T07:02:04.511Z | [ host-image] Feb 12 07:02:03.710 INFO O| Feb 12 07:02:03.710 INFO STEP 82 (ensure_file) COMPLETE |
| 10293 | 2026-02-12T07:02:04.515Z | [ host-image] Feb 12 07:02:03.710 INFO O| Feb 12 07:02:03.710 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10294 | 2026-02-12T07:02:04.520Z | [ host-image] Feb 12 07:02:03.719 INFO O| Feb 12 07:02:03.719 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist |
| 10295 | 2026-02-12T07:02:04.520Z | [ host-image] Feb 12 07:02:03.719 INFO O| Feb 12 07:02:03.719 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ... |
| 10296 | 2026-02-12T07:02:05.202Z | [ host-image] Feb 12 07:02:04.402 INFO O| Feb 12 07:02:04.402 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor |
| 10297 | 2026-02-12T07:02:05.202Z | [ host-image] Feb 12 07:02:04.402 INFO O| Feb 12 07:02:04.402 INFO ok! |
| 10298 | 2026-02-12T07:02:05.205Z | [ host-image] Feb 12 07:02:04.402 INFO O| Feb 12 07:02:04.402 INFO STEP 83 (ensure_file) COMPLETE |
| 10299 | 2026-02-12T07:02:05.205Z | [ host-image] Feb 12 07:02:04.402 INFO O| Feb 12 07:02:04.402 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10300 | 2026-02-12T07:02:05.211Z | [ host-image] Feb 12 07:02:04.410 INFO O| Feb 12 07:02:04.410 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
| 10301 | 2026-02-12T07:02:05.211Z | [ host-image] Feb 12 07:02:04.410 INFO O| Feb 12 07:02:04.410 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ... |
| 10302 | 2026-02-12T07:02:07.805Z | [ host-image] Feb 12 07:02:07.004 INFO O| Feb 12 07:02:07.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent |
| 10303 | 2026-02-12T07:02:07.805Z | [ host-image] Feb 12 07:02:07.004 INFO O| Feb 12 07:02:07.004 INFO ok! |
| 10304 | 2026-02-12T07:02:07.809Z | [ host-image] Feb 12 07:02:07.004 INFO O| Feb 12 07:02:07.004 INFO STEP 84 (ensure_file) COMPLETE |
| 10305 | 2026-02-12T07:02:07.809Z | [ host-image] Feb 12 07:02:07.004 INFO O| Feb 12 07:02:07.004 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10306 | 2026-02-12T07:02:07.814Z | [ host-image] Feb 12 07:02:07.013 INFO O| Feb 12 07:02:07.013 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg |
| 10307 | 2026-02-12T07:02:07.814Z | [ host-image] Feb 12 07:02:07.013 INFO O| Feb 12 07:02:07.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg |
| 10308 | 2026-02-12T07:02:07.817Z | [ host-image] Feb 12 07:02:07.013 INFO O| Feb 12 07:02:07.013 INFO STEP 85 (ensure_dir) COMPLETE |
| 10309 | 2026-02-12T07:02:07.817Z | [ host-image] Feb 12 07:02:07.013 INFO O| Feb 12 07:02:07.013 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10310 | 2026-02-12T07:02:07.821Z | [ host-image] Feb 12 07:02:07.020 INFO O| Feb 12 07:02:07.020 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
| 10311 | 2026-02-12T07:02:07.821Z | [ host-image] Feb 12 07:02:07.020 INFO O| Feb 12 07:02:07.020 INFO copying /tmp/.tmpVN4njM/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 ... |
| 10312 | 2026-02-12T07:02:07.824Z | [ host-image] Feb 12 07:02:07.021 INFO O| Feb 12 07:02:07.021 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
| 10313 | 2026-02-12T07:02:07.824Z | [ host-image] Feb 12 07:02:07.021 INFO O| Feb 12 07:02:07.021 INFO ok! |
| 10314 | 2026-02-12T07:02:07.824Z | [ host-image] Feb 12 07:02:07.021 INFO O| Feb 12 07:02:07.021 INFO STEP 86 (ensure_file) COMPLETE |
| 10315 | 2026-02-12T07:02:07.824Z | [ host-image] Feb 12 07:02:07.021 INFO O| Feb 12 07:02:07.021 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10316 | 2026-02-12T07:02:07.829Z | [ host-image] Feb 12 07:02:07.028 INFO O| Feb 12 07:02:07.028 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
| 10317 | 2026-02-12T07:02:07.829Z | [ host-image] Feb 12 07:02:07.028 INFO O| Feb 12 07:02:07.028 INFO copying /tmp/.tmpVN4njM/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 ... |
| 10318 | 2026-02-12T07:02:07.832Z | [ host-image] Feb 12 07:02:07.028 INFO O| Feb 12 07:02:07.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md |
| 10319 | 2026-02-12T07:02:07.832Z | [ host-image] Feb 12 07:02:07.028 INFO O| Feb 12 07:02:07.028 INFO ok! |
| 10320 | 2026-02-12T07:02:07.832Z | [ host-image] Feb 12 07:02:07.028 INFO O| Feb 12 07:02:07.028 INFO STEP 87 (ensure_file) COMPLETE |
| 10321 | 2026-02-12T07:02:07.832Z | [ host-image] Feb 12 07:02:07.028 INFO O| Feb 12 07:02:07.028 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10322 | 2026-02-12T07:02:07.836Z | [ host-image] Feb 12 07:02:07.035 INFO O| Feb 12 07:02:07.035 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
| 10323 | 2026-02-12T07:02:07.836Z | [ host-image] Feb 12 07:02:07.036 INFO O| Feb 12 07:02:07.035 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ... |
| 10324 | 2026-02-12T07:02:07.846Z | [ host-image] Feb 12 07:02:07.036 INFO O| Feb 12 07:02:07.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION |
| 10325 | 2026-02-12T07:02:07.846Z | [ host-image] Feb 12 07:02:07.036 INFO O| Feb 12 07:02:07.036 INFO ok! |
| 10326 | 2026-02-12T07:02:07.846Z | [ host-image] Feb 12 07:02:07.036 INFO O| Feb 12 07:02:07.036 INFO STEP 88 (ensure_file) COMPLETE |
| 10327 | 2026-02-12T07:02:07.846Z | [ host-image] Feb 12 07:02:07.036 INFO O| Feb 12 07:02:07.036 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10328 | 2026-02-12T07:02:07.846Z | [ host-image] Feb 12 07:02:07.043 INFO O| Feb 12 07:02:07.043 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist |
| 10329 | 2026-02-12T07:02:07.846Z | [ host-image] Feb 12 07:02:07.043 INFO O| Feb 12 07:02:07.043 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ... |
| 10330 | 2026-02-12T07:02:07.846Z | [ host-image] Feb 12 07:02:07.043 INFO O| Feb 12 07:02:07.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz |
| 10331 | 2026-02-12T07:02:07.846Z | [ host-image] Feb 12 07:02:07.043 INFO O| Feb 12 07:02:07.043 INFO ok! |
| 10332 | 2026-02-12T07:02:07.846Z | [ host-image] Feb 12 07:02:07.043 INFO O| Feb 12 07:02:07.043 INFO STEP 89 (ensure_file) COMPLETE |
| 10333 | 2026-02-12T07:02:07.847Z | [ host-image] Feb 12 07:02:07.043 INFO O| Feb 12 07:02:07.043 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10334 | 2026-02-12T07:02:07.852Z | [ host-image] Feb 12 07:02:07.051 INFO O| Feb 12 07:02:07.051 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog |
| 10335 | 2026-02-12T07:02:07.855Z | [ host-image] Feb 12 07:02:07.051 INFO O| Feb 12 07:02:07.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog |
| 10336 | 2026-02-12T07:02:07.855Z | [ host-image] Feb 12 07:02:07.051 INFO O| Feb 12 07:02:07.051 INFO STEP 90 (ensure_dir) COMPLETE |
| 10337 | 2026-02-12T07:02:07.855Z | [ host-image] Feb 12 07:02:07.051 INFO O| Feb 12 07:02:07.051 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10338 | 2026-02-12T07:02:07.859Z | [ host-image] Feb 12 07:02:07.059 INFO O| Feb 12 07:02:07.059 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist |
| 10339 | 2026-02-12T07:02:07.862Z | [ host-image] Feb 12 07:02:07.059 INFO O| Feb 12 07:02:07.059 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ... |
| 10340 | 2026-02-12T07:02:07.867Z | [ host-image] Feb 12 07:02:07.066 INFO O| Feb 12 07:02:07.066 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog |
| 10341 | 2026-02-12T07:02:07.867Z | [ host-image] Feb 12 07:02:07.066 INFO O| Feb 12 07:02:07.066 INFO ok! |
| 10342 | 2026-02-12T07:02:07.870Z | [ host-image] Feb 12 07:02:07.066 INFO O| Feb 12 07:02:07.066 INFO STEP 91 (ensure_file) COMPLETE |
| 10343 | 2026-02-12T07:02:07.870Z | [ host-image] Feb 12 07:02:07.066 INFO O| Feb 12 07:02:07.066 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10344 | 2026-02-12T07:02:07.874Z | [ host-image] Feb 12 07:02:07.073 INFO O| Feb 12 07:02:07.073 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist |
| 10345 | 2026-02-12T07:02:07.874Z | [ host-image] Feb 12 07:02:07.073 INFO O| Feb 12 07:02:07.073 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ... |
| 10346 | 2026-02-12T07:02:07.877Z | [ host-image] Feb 12 07:02:07.074 INFO O| Feb 12 07:02:07.073 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION |
| 10347 | 2026-02-12T07:02:07.877Z | [ host-image] Feb 12 07:02:07.074 INFO O| Feb 12 07:02:07.073 INFO ok! |
| 10348 | 2026-02-12T07:02:07.877Z | [ host-image] Feb 12 07:02:07.074 INFO O| Feb 12 07:02:07.073 INFO STEP 92 (ensure_file) COMPLETE |
| 10349 | 2026-02-12T07:02:07.877Z | [ host-image] Feb 12 07:02:07.074 INFO O| Feb 12 07:02:07.074 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10350 | 2026-02-12T07:02:07.881Z | [ host-image] Feb 12 07:02:07.081 INFO O| Feb 12 07:02:07.080 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
| 10351 | 2026-02-12T07:02:07.881Z | [ host-image] Feb 12 07:02:07.081 INFO O| Feb 12 07:02:07.080 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ... |
| 10352 | 2026-02-12T07:02:08.674Z | [ host-image] Feb 12 07:02:07.873 INFO O| Feb 12 07:02:07.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz |
| 10353 | 2026-02-12T07:02:08.674Z | [ host-image] Feb 12 07:02:07.873 INFO O| Feb 12 07:02:07.873 INFO ok! |
| 10354 | 2026-02-12T07:02:08.677Z | [ host-image] Feb 12 07:02:07.873 INFO O| Feb 12 07:02:07.873 INFO STEP 93 (ensure_file) COMPLETE |
| 10355 | 2026-02-12T07:02:08.677Z | [ host-image] Feb 12 07:02:07.873 INFO O| Feb 12 07:02:07.873 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10356 | 2026-02-12T07:02:08.682Z | [ host-image] Feb 12 07:02:07.881 INFO O| Feb 12 07:02:07.881 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind |
| 10357 | 2026-02-12T07:02:08.682Z | [ host-image] Feb 12 07:02:07.881 INFO O| Feb 12 07:02:07.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind |
| 10358 | 2026-02-12T07:02:08.682Z | [ host-image] Feb 12 07:02:07.881 INFO O| Feb 12 07:02:07.881 INFO STEP 94 (ensure_dir) COMPLETE |
| 10359 | 2026-02-12T07:02:08.685Z | [ host-image] Feb 12 07:02:07.881 INFO O| Feb 12 07:02:07.881 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10360 | 2026-02-12T07:02:08.689Z | [ host-image] Feb 12 07:02:07.888 INFO O| Feb 12 07:02:07.888 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib |
| 10361 | 2026-02-12T07:02:08.692Z | [ host-image] Feb 12 07:02:07.888 INFO O| Feb 12 07:02:07.888 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib |
| 10362 | 2026-02-12T07:02:08.692Z | [ host-image] Feb 12 07:02:07.888 INFO O| Feb 12 07:02:07.888 INFO STEP 95 (ensure_dir) COMPLETE |
| 10363 | 2026-02-12T07:02:08.692Z | [ host-image] Feb 12 07:02:07.888 INFO O| Feb 12 07:02:07.888 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10364 | 2026-02-12T07:02:08.697Z | [ host-image] Feb 12 07:02:07.896 INFO O| Feb 12 07:02:07.896 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc |
| 10365 | 2026-02-12T07:02:08.700Z | [ host-image] Feb 12 07:02:07.896 INFO O| Feb 12 07:02:07.896 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc |
| 10366 | 2026-02-12T07:02:08.700Z | [ host-image] Feb 12 07:02:07.896 INFO O| Feb 12 07:02:07.896 INFO STEP 96 (ensure_dir) COMPLETE |
| 10367 | 2026-02-12T07:02:08.700Z | [ host-image] Feb 12 07:02:07.896 INFO O| Feb 12 07:02:07.896 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10368 | 2026-02-12T07:02:08.704Z | [ host-image] Feb 12 07:02:07.903 INFO O| Feb 12 07:02:07.903 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
| 10369 | 2026-02-12T07:02:08.707Z | [ host-image] Feb 12 07:02:07.903 INFO O| Feb 12 07:02:07.903 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
| 10370 | 2026-02-12T07:02:08.707Z | [ host-image] Feb 12 07:02:07.903 INFO O| Feb 12 07:02:07.903 INFO STEP 97 (ensure_dir) COMPLETE |
| 10371 | 2026-02-12T07:02:08.707Z | [ host-image] Feb 12 07:02:07.903 INFO O| Feb 12 07:02:07.903 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10372 | 2026-02-12T07:02:08.711Z | [ host-image] Feb 12 07:02:07.910 INFO O| Feb 12 07:02:07.910 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
| 10373 | 2026-02-12T07:02:08.714Z | [ host-image] Feb 12 07:02:07.910 INFO O| Feb 12 07:02:07.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
| 10374 | 2026-02-12T07:02:08.714Z | [ host-image] Feb 12 07:02:07.910 INFO O| Feb 12 07:02:07.910 INFO STEP 98 (ensure_dir) COMPLETE |
| 10375 | 2026-02-12T07:02:08.714Z | [ host-image] Feb 12 07:02:07.910 INFO O| Feb 12 07:02:07.910 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10376 | 2026-02-12T07:02:08.718Z | [ host-image] Feb 12 07:02:07.917 INFO O| Feb 12 07:02:07.917 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
| 10377 | 2026-02-12T07:02:08.718Z | [ host-image] Feb 12 07:02:07.917 INFO O| Feb 12 07:02:07.917 INFO copying /tmp/.tmpVN4njM/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 ... |
| 10378 | 2026-02-12T07:02:08.721Z | [ host-image] Feb 12 07:02:07.917 INFO O| Feb 12 07:02:07.917 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
| 10379 | 2026-02-12T07:02:08.721Z | [ host-image] Feb 12 07:02:07.917 INFO O| Feb 12 07:02:07.917 INFO ok! |
| 10380 | 2026-02-12T07:02:08.721Z | [ host-image] Feb 12 07:02:07.917 INFO O| Feb 12 07:02:07.917 INFO STEP 99 (ensure_file) COMPLETE |
| 10381 | 2026-02-12T07:02:08.721Z | [ host-image] Feb 12 07:02:07.917 INFO O| Feb 12 07:02:07.917 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10382 | 2026-02-12T07:02:08.725Z | [ host-image] Feb 12 07:02:07.925 INFO O| Feb 12 07:02:07.925 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin |
| 10383 | 2026-02-12T07:02:08.728Z | [ host-image] Feb 12 07:02:07.925 INFO O| Feb 12 07:02:07.925 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin |
| 10384 | 2026-02-12T07:02:08.729Z | [ host-image] Feb 12 07:02:07.925 INFO O| Feb 12 07:02:07.925 INFO STEP 100 (ensure_dir) COMPLETE |
| 10385 | 2026-02-12T07:02:08.729Z | [ host-image] Feb 12 07:02:07.925 INFO O| Feb 12 07:02:07.925 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10386 | 2026-02-12T07:02:08.732Z | [ host-image] Feb 12 07:02:07.932 INFO O| Feb 12 07:02:07.932 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
| 10387 | 2026-02-12T07:02:08.732Z | [ host-image] Feb 12 07:02:07.932 INFO O| Feb 12 07:02:07.932 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
| 10388 | 2026-02-12T07:02:09.034Z | [ host-image] Feb 12 07:02:08.233 INFO O| Feb 12 07:02:08.233 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
| 10389 | 2026-02-12T07:02:09.034Z | [ host-image] Feb 12 07:02:08.233 INFO O| Feb 12 07:02:08.233 INFO ok! |
| 10390 | 2026-02-12T07:02:09.037Z | [ host-image] Feb 12 07:02:08.233 INFO O| Feb 12 07:02:08.233 INFO STEP 101 (ensure_file) COMPLETE |
| 10391 | 2026-02-12T07:02:09.037Z | [ host-image] Feb 12 07:02:08.233 INFO O| Feb 12 07:02:08.233 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10392 | 2026-02-12T07:02:09.042Z | [ host-image] Feb 12 07:02:08.241 INFO O| Feb 12 07:02:08.241 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
| 10393 | 2026-02-12T07:02:09.042Z | [ host-image] Feb 12 07:02:08.241 INFO O| Feb 12 07:02:08.241 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
| 10394 | 2026-02-12T07:02:09.046Z | [ host-image] Feb 12 07:02:08.242 INFO O| Feb 12 07:02:08.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
| 10395 | 2026-02-12T07:02:09.046Z | [ host-image] Feb 12 07:02:08.242 INFO O| Feb 12 07:02:08.242 INFO ok! |
| 10396 | 2026-02-12T07:02:09.046Z | [ host-image] Feb 12 07:02:08.242 INFO O| Feb 12 07:02:08.242 INFO STEP 102 (ensure_file) COMPLETE |
| 10397 | 2026-02-12T07:02:09.046Z | [ host-image] Feb 12 07:02:08.242 INFO O| Feb 12 07:02:08.242 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10398 | 2026-02-12T07:02:09.050Z | [ host-image] Feb 12 07:02:08.249 INFO O| Feb 12 07:02:08.249 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
| 10399 | 2026-02-12T07:02:09.050Z | [ host-image] Feb 12 07:02:08.249 INFO O| Feb 12 07:02:08.249 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
| 10400 | 2026-02-12T07:02:09.515Z | [ host-image] Feb 12 07:02:08.713 INFO O| Feb 12 07:02:08.713 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
| 10401 | 2026-02-12T07:02:09.516Z | [ host-image] Feb 12 07:02:08.713 INFO O| Feb 12 07:02:08.713 INFO ok! |
| 10402 | 2026-02-12T07:02:09.519Z | [ host-image] Feb 12 07:02:08.713 INFO O| Feb 12 07:02:08.713 INFO STEP 103 (ensure_file) COMPLETE |
| 10403 | 2026-02-12T07:02:09.519Z | [ host-image] Feb 12 07:02:08.713 INFO O| Feb 12 07:02:08.713 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10404 | 2026-02-12T07:02:09.522Z | [ host-image] Feb 12 07:02:08.722 INFO O| Feb 12 07:02:08.721 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
| 10405 | 2026-02-12T07:02:09.526Z | [ host-image] Feb 12 07:02:08.722 INFO O| Feb 12 07:02:08.721 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ... |
| 10406 | 2026-02-12T07:02:09.526Z | [ host-image] Feb 12 07:02:08.722 INFO O| Feb 12 07:02:08.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION |
| 10407 | 2026-02-12T07:02:09.526Z | [ host-image] Feb 12 07:02:08.722 INFO O| Feb 12 07:02:08.722 INFO ok! |
| 10408 | 2026-02-12T07:02:09.526Z | [ host-image] Feb 12 07:02:08.722 INFO O| Feb 12 07:02:08.722 INFO STEP 104 (ensure_file) COMPLETE |
| 10409 | 2026-02-12T07:02:09.526Z | [ host-image] Feb 12 07:02:08.722 INFO O| Feb 12 07:02:08.722 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10410 | 2026-02-12T07:02:09.530Z | [ host-image] Feb 12 07:02:08.729 INFO O| Feb 12 07:02:08.729 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils |
| 10411 | 2026-02-12T07:02:09.530Z | [ host-image] Feb 12 07:02:08.729 INFO O| Feb 12 07:02:08.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils |
| 10412 | 2026-02-12T07:02:09.534Z | [ host-image] Feb 12 07:02:08.729 INFO O| Feb 12 07:02:08.729 INFO STEP 105 (ensure_dir) COMPLETE |
| 10413 | 2026-02-12T07:02:09.534Z | [ host-image] Feb 12 07:02:08.729 INFO O| Feb 12 07:02:08.729 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10414 | 2026-02-12T07:02:09.537Z | [ host-image] Feb 12 07:02:08.736 INFO O| Feb 12 07:02:08.736 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist |
| 10415 | 2026-02-12T07:02:09.537Z | [ host-image] Feb 12 07:02:08.736 INFO O| Feb 12 07:02:08.736 INFO copying /tmp/.tmpVN4njM/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 ... |
| 10416 | 2026-02-12T07:02:10.074Z | [ host-image] Feb 12 07:02:09.273 INFO O| Feb 12 07:02:09.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw |
| 10417 | 2026-02-12T07:02:10.074Z | [ host-image] Feb 12 07:02:09.273 INFO O| Feb 12 07:02:09.273 INFO ok! |
| 10418 | 2026-02-12T07:02:10.077Z | [ host-image] Feb 12 07:02:09.273 INFO O| Feb 12 07:02:09.273 INFO STEP 106 (ensure_file) COMPLETE |
| 10419 | 2026-02-12T07:02:10.077Z | [ host-image] Feb 12 07:02:09.273 INFO O| Feb 12 07:02:09.273 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10420 | 2026-02-12T07:02:10.082Z | [ host-image] Feb 12 07:02:09.282 INFO O| Feb 12 07:02:09.282 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist |
| 10421 | 2026-02-12T07:02:10.082Z | [ host-image] Feb 12 07:02:09.282 INFO O| Feb 12 07:02:09.282 INFO copying /tmp/.tmpVN4njM/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 ... |
| 10422 | 2026-02-12T07:02:10.086Z | [ host-image] Feb 12 07:02:09.282 INFO O| Feb 12 07:02:09.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d |
| 10423 | 2026-02-12T07:02:10.086Z | [ host-image] Feb 12 07:02:09.282 INFO O| Feb 12 07:02:09.282 INFO ok! |
| 10424 | 2026-02-12T07:02:10.086Z | [ host-image] Feb 12 07:02:09.282 INFO O| Feb 12 07:02:09.282 INFO STEP 107 (ensure_file) COMPLETE |
| 10425 | 2026-02-12T07:02:10.086Z | [ host-image] Feb 12 07:02:09.282 INFO O| Feb 12 07:02:09.282 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10426 | 2026-02-12T07:02:10.090Z | [ host-image] Feb 12 07:02:09.289 INFO O| Feb 12 07:02:09.289 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist |
| 10427 | 2026-02-12T07:02:10.093Z | [ host-image] Feb 12 07:02:09.289 INFO O| Feb 12 07:02:09.289 INFO copying /tmp/.tmpVN4njM/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 ... |
| 10428 | 2026-02-12T07:02:10.093Z | [ host-image] Feb 12 07:02:09.289 INFO O| Feb 12 07:02:09.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d |
| 10429 | 2026-02-12T07:02:10.093Z | [ host-image] Feb 12 07:02:09.289 INFO O| Feb 12 07:02:09.289 INFO ok! |
| 10430 | 2026-02-12T07:02:10.093Z | [ host-image] Feb 12 07:02:09.289 INFO O| Feb 12 07:02:09.289 INFO STEP 108 (ensure_file) COMPLETE |
| 10431 | 2026-02-12T07:02:10.093Z | [ host-image] Feb 12 07:02:09.289 INFO O| Feb 12 07:02:09.289 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10432 | 2026-02-12T07:02:10.097Z | [ host-image] Feb 12 07:02:09.296 INFO O| Feb 12 07:02:09.296 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist |
| 10433 | 2026-02-12T07:02:10.097Z | [ host-image] Feb 12 07:02:09.296 INFO O| Feb 12 07:02:09.296 INFO copying /tmp/.tmpVN4njM/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 ... |
| 10434 | 2026-02-12T07:02:10.108Z | [ host-image] Feb 12 07:02:09.296 INFO O| Feb 12 07:02:09.296 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d |
| 10435 | 2026-02-12T07:02:10.108Z | [ host-image] Feb 12 07:02:09.296 INFO O| Feb 12 07:02:09.296 INFO ok! |
| 10436 | 2026-02-12T07:02:10.109Z | [ host-image] Feb 12 07:02:09.296 INFO O| Feb 12 07:02:09.296 INFO STEP 109 (ensure_file) COMPLETE |
| 10437 | 2026-02-12T07:02:10.109Z | [ host-image] Feb 12 07:02:09.296 INFO O| Feb 12 07:02:09.296 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10438 | 2026-02-12T07:02:10.109Z | [ host-image] Feb 12 07:02:09.304 INFO O| Feb 12 07:02:09.304 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist |
| 10439 | 2026-02-12T07:02:10.109Z | [ host-image] Feb 12 07:02:09.304 INFO O| Feb 12 07:02:09.304 INFO copying /tmp/.tmpVN4njM/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 ... |
| 10440 | 2026-02-12T07:02:10.109Z | [ host-image] Feb 12 07:02:09.304 INFO O| Feb 12 07:02:09.304 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d |
| 10441 | 2026-02-12T07:02:10.109Z | [ host-image] Feb 12 07:02:09.304 INFO O| Feb 12 07:02:09.304 INFO ok! |
| 10442 | 2026-02-12T07:02:10.109Z | [ host-image] Feb 12 07:02:09.304 INFO O| Feb 12 07:02:09.304 INFO STEP 110 (ensure_file) COMPLETE |
| 10443 | 2026-02-12T07:02:10.109Z | [ host-image] Feb 12 07:02:09.304 INFO O| Feb 12 07:02:09.304 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10444 | 2026-02-12T07:02:10.113Z | [ host-image] Feb 12 07:02:09.311 INFO O| Feb 12 07:02:09.311 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist |
| 10445 | 2026-02-12T07:02:10.113Z | [ host-image] Feb 12 07:02:09.311 INFO O| Feb 12 07:02:09.311 INFO copying /tmp/.tmpVN4njM/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 ... |
| 10446 | 2026-02-12T07:02:10.113Z | [ host-image] Feb 12 07:02:09.311 INFO O| Feb 12 07:02:09.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d |
| 10447 | 2026-02-12T07:02:10.113Z | [ host-image] Feb 12 07:02:09.311 INFO O| Feb 12 07:02:09.311 INFO ok! |
| 10448 | 2026-02-12T07:02:10.113Z | [ host-image] Feb 12 07:02:09.312 INFO O| Feb 12 07:02:09.311 INFO STEP 111 (ensure_file) COMPLETE |
| 10449 | 2026-02-12T07:02:10.113Z | [ host-image] Feb 12 07:02:09.312 INFO O| Feb 12 07:02:09.311 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10450 | 2026-02-12T07:02:10.120Z | [ host-image] Feb 12 07:02:09.319 INFO O| Feb 12 07:02:09.319 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist |
| 10451 | 2026-02-12T07:02:10.123Z | [ host-image] Feb 12 07:02:09.319 INFO O| Feb 12 07:02:09.319 INFO copying /tmp/.tmpVN4njM/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 ... |
| 10452 | 2026-02-12T07:02:10.123Z | [ host-image] Feb 12 07:02:09.319 INFO O| Feb 12 07:02:09.319 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d |
| 10453 | 2026-02-12T07:02:10.123Z | [ host-image] Feb 12 07:02:09.319 INFO O| Feb 12 07:02:09.319 INFO ok! |
| 10454 | 2026-02-12T07:02:10.123Z | [ host-image] Feb 12 07:02:09.319 INFO O| Feb 12 07:02:09.319 INFO STEP 112 (ensure_file) COMPLETE |
| 10455 | 2026-02-12T07:02:10.123Z | [ host-image] Feb 12 07:02:09.319 INFO O| Feb 12 07:02:09.319 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10456 | 2026-02-12T07:02:10.127Z | [ host-image] Feb 12 07:02:09.326 INFO O| Feb 12 07:02:09.326 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist |
| 10457 | 2026-02-12T07:02:10.127Z | [ host-image] Feb 12 07:02:09.326 INFO O| Feb 12 07:02:09.326 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ... |
| 10458 | 2026-02-12T07:02:10.127Z | [ host-image] Feb 12 07:02:09.326 INFO O| Feb 12 07:02:09.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d |
| 10459 | 2026-02-12T07:02:10.130Z | [ host-image] Feb 12 07:02:09.326 INFO O| Feb 12 07:02:09.326 INFO ok! |
| 10460 | 2026-02-12T07:02:10.130Z | [ host-image] Feb 12 07:02:09.326 INFO O| Feb 12 07:02:09.326 INFO STEP 113 (ensure_file) COMPLETE |
| 10461 | 2026-02-12T07:02:10.130Z | [ host-image] Feb 12 07:02:09.326 INFO O| Feb 12 07:02:09.326 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10462 | 2026-02-12T07:02:10.134Z | [ host-image] Feb 12 07:02:09.333 INFO O| Feb 12 07:02:09.333 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist |
| 10463 | 2026-02-12T07:02:10.134Z | [ host-image] Feb 12 07:02:09.333 INFO O| Feb 12 07:02:09.333 INFO copying /tmp/.tmpVN4njM/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 ... |
| 10464 | 2026-02-12T07:02:10.137Z | [ host-image] Feb 12 07:02:09.333 INFO O| Feb 12 07:02:09.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d |
| 10465 | 2026-02-12T07:02:10.137Z | [ host-image] Feb 12 07:02:09.333 INFO O| Feb 12 07:02:09.333 INFO ok! |
| 10466 | 2026-02-12T07:02:10.137Z | [ host-image] Feb 12 07:02:09.333 INFO O| Feb 12 07:02:09.333 INFO STEP 114 (ensure_file) COMPLETE |
| 10467 | 2026-02-12T07:02:10.137Z | [ host-image] Feb 12 07:02:09.333 INFO O| Feb 12 07:02:09.333 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10468 | 2026-02-12T07:02:10.141Z | [ host-image] Feb 12 07:02:09.340 INFO O| Feb 12 07:02:09.340 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist |
| 10469 | 2026-02-12T07:02:10.141Z | [ host-image] Feb 12 07:02:09.340 INFO O| Feb 12 07:02:09.340 INFO copying /tmp/.tmpVN4njM/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 ... |
| 10470 | 2026-02-12T07:02:10.141Z | [ host-image] Feb 12 07:02:09.341 INFO O| Feb 12 07:02:09.340 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d |
| 10471 | 2026-02-12T07:02:10.144Z | [ host-image] Feb 12 07:02:09.341 INFO O| Feb 12 07:02:09.341 INFO ok! |
| 10472 | 2026-02-12T07:02:10.144Z | [ host-image] Feb 12 07:02:09.341 INFO O| Feb 12 07:02:09.341 INFO STEP 115 (ensure_file) COMPLETE |
| 10473 | 2026-02-12T07:02:10.144Z | [ host-image] Feb 12 07:02:09.341 INFO O| Feb 12 07:02:09.341 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10474 | 2026-02-12T07:02:10.149Z | [ host-image] Feb 12 07:02:09.348 INFO O| Feb 12 07:02:09.348 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist |
| 10475 | 2026-02-12T07:02:10.149Z | [ host-image] Feb 12 07:02:09.348 INFO O| Feb 12 07:02:09.348 INFO copying /tmp/.tmpVN4njM/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 ... |
| 10476 | 2026-02-12T07:02:10.152Z | [ host-image] Feb 12 07:02:09.348 INFO O| Feb 12 07:02:09.348 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d |
| 10477 | 2026-02-12T07:02:10.152Z | [ host-image] Feb 12 07:02:09.348 INFO O| Feb 12 07:02:09.348 INFO ok! |
| 10478 | 2026-02-12T07:02:10.152Z | [ host-image] Feb 12 07:02:09.348 INFO O| Feb 12 07:02:09.348 INFO STEP 116 (ensure_file) COMPLETE |
| 10479 | 2026-02-12T07:02:10.152Z | [ host-image] Feb 12 07:02:09.348 INFO O| Feb 12 07:02:09.348 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10480 | 2026-02-12T07:02:10.156Z | [ host-image] Feb 12 07:02:09.355 INFO O| Feb 12 07:02:09.355 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist |
| 10481 | 2026-02-12T07:02:10.156Z | [ host-image] Feb 12 07:02:09.355 INFO O| Feb 12 07:02:09.355 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ... |
| 10482 | 2026-02-12T07:02:10.159Z | [ host-image] Feb 12 07:02:09.355 INFO O| Feb 12 07:02:09.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d |
| 10483 | 2026-02-12T07:02:10.159Z | [ host-image] Feb 12 07:02:09.355 INFO O| Feb 12 07:02:09.355 INFO ok! |
| 10484 | 2026-02-12T07:02:10.159Z | [ host-image] Feb 12 07:02:09.355 INFO O| Feb 12 07:02:09.355 INFO STEP 117 (ensure_file) COMPLETE |
| 10485 | 2026-02-12T07:02:10.159Z | [ host-image] Feb 12 07:02:09.355 INFO O| Feb 12 07:02:09.355 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10486 | 2026-02-12T07:02:10.163Z | [ host-image] Feb 12 07:02:09.362 INFO O| Feb 12 07:02:09.362 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist |
| 10487 | 2026-02-12T07:02:10.163Z | [ host-image] Feb 12 07:02:09.362 INFO O| Feb 12 07:02:09.362 INFO copying /tmp/.tmpVN4njM/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 ... |
| 10488 | 2026-02-12T07:02:10.166Z | [ host-image] Feb 12 07:02:09.363 INFO O| Feb 12 07:02:09.362 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d |
| 10489 | 2026-02-12T07:02:10.166Z | [ host-image] Feb 12 07:02:09.363 INFO O| Feb 12 07:02:09.362 INFO ok! |
| 10490 | 2026-02-12T07:02:10.166Z | [ host-image] Feb 12 07:02:09.363 INFO O| Feb 12 07:02:09.363 INFO STEP 118 (ensure_file) COMPLETE |
| 10491 | 2026-02-12T07:02:10.166Z | [ host-image] Feb 12 07:02:09.363 INFO O| Feb 12 07:02:09.363 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10492 | 2026-02-12T07:02:10.171Z | [ host-image] Feb 12 07:02:09.370 INFO O| Feb 12 07:02:09.370 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist |
| 10493 | 2026-02-12T07:02:10.171Z | [ host-image] Feb 12 07:02:09.370 INFO O| Feb 12 07:02:09.370 INFO copying /tmp/.tmpVN4njM/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 ... |
| 10494 | 2026-02-12T07:02:10.174Z | [ host-image] Feb 12 07:02:09.370 INFO O| Feb 12 07:02:09.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d |
| 10495 | 2026-02-12T07:02:10.174Z | [ host-image] Feb 12 07:02:09.370 INFO O| Feb 12 07:02:09.370 INFO ok! |
| 10496 | 2026-02-12T07:02:10.174Z | [ host-image] Feb 12 07:02:09.370 INFO O| Feb 12 07:02:09.370 INFO STEP 119 (ensure_file) COMPLETE |
| 10497 | 2026-02-12T07:02:10.174Z | [ host-image] Feb 12 07:02:09.370 INFO O| Feb 12 07:02:09.370 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10498 | 2026-02-12T07:02:10.178Z | [ host-image] Feb 12 07:02:09.378 INFO O| Feb 12 07:02:09.378 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist |
| 10499 | 2026-02-12T07:02:10.181Z | [ host-image] Feb 12 07:02:09.378 INFO O| Feb 12 07:02:09.378 INFO copying /tmp/.tmpVN4njM/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 ... |
| 10500 | 2026-02-12T07:02:10.181Z | [ host-image] Feb 12 07:02:09.378 INFO O| Feb 12 07:02:09.378 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d |
| 10501 | 2026-02-12T07:02:10.181Z | [ host-image] Feb 12 07:02:09.378 INFO O| Feb 12 07:02:09.378 INFO ok! |
| 10502 | 2026-02-12T07:02:10.181Z | [ host-image] Feb 12 07:02:09.378 INFO O| Feb 12 07:02:09.378 INFO STEP 120 (ensure_file) COMPLETE |
| 10503 | 2026-02-12T07:02:10.181Z | [ host-image] Feb 12 07:02:09.378 INFO O| Feb 12 07:02:09.378 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10504 | 2026-02-12T07:02:10.186Z | [ host-image] Feb 12 07:02:09.385 INFO O| Feb 12 07:02:09.385 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist |
| 10505 | 2026-02-12T07:02:10.186Z | [ host-image] Feb 12 07:02:09.385 INFO O| Feb 12 07:02:09.385 INFO copying /tmp/.tmpVN4njM/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 ... |
| 10506 | 2026-02-12T07:02:10.189Z | [ host-image] Feb 12 07:02:09.385 INFO O| Feb 12 07:02:09.385 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d |
| 10507 | 2026-02-12T07:02:10.189Z | [ host-image] Feb 12 07:02:09.385 INFO O| Feb 12 07:02:09.385 INFO ok! |
| 10508 | 2026-02-12T07:02:10.189Z | [ host-image] Feb 12 07:02:09.385 INFO O| Feb 12 07:02:09.385 INFO STEP 121 (ensure_file) COMPLETE |
| 10509 | 2026-02-12T07:02:10.189Z | [ host-image] Feb 12 07:02:09.385 INFO O| Feb 12 07:02:09.385 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10510 | 2026-02-12T07:02:10.193Z | [ host-image] Feb 12 07:02:09.392 INFO O| Feb 12 07:02:09.392 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist |
| 10511 | 2026-02-12T07:02:10.196Z | [ host-image] Feb 12 07:02:09.392 INFO O| Feb 12 07:02:09.392 INFO copying /tmp/.tmpVN4njM/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 ... |
| 10512 | 2026-02-12T07:02:10.196Z | [ host-image] Feb 12 07:02:09.392 INFO O| Feb 12 07:02:09.392 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d |
| 10513 | 2026-02-12T07:02:10.196Z | [ host-image] Feb 12 07:02:09.392 INFO O| Feb 12 07:02:09.392 INFO ok! |
| 10514 | 2026-02-12T07:02:10.196Z | [ host-image] Feb 12 07:02:09.392 INFO O| Feb 12 07:02:09.392 INFO STEP 122 (ensure_file) COMPLETE |
| 10515 | 2026-02-12T07:02:10.196Z | [ host-image] Feb 12 07:02:09.392 INFO O| Feb 12 07:02:09.392 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10516 | 2026-02-12T07:02:10.200Z | [ host-image] Feb 12 07:02:09.399 INFO O| Feb 12 07:02:09.399 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist |
| 10517 | 2026-02-12T07:02:10.203Z | [ host-image] Feb 12 07:02:09.399 INFO O| Feb 12 07:02:09.399 INFO copying /tmp/.tmpVN4njM/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 ... |
| 10518 | 2026-02-12T07:02:10.203Z | [ host-image] Feb 12 07:02:09.400 INFO O| Feb 12 07:02:09.399 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d |
| 10519 | 2026-02-12T07:02:10.203Z | [ host-image] Feb 12 07:02:09.400 INFO O| Feb 12 07:02:09.400 INFO ok! |
| 10520 | 2026-02-12T07:02:10.203Z | [ host-image] Feb 12 07:02:09.400 INFO O| Feb 12 07:02:09.400 INFO STEP 123 (ensure_file) COMPLETE |
| 10521 | 2026-02-12T07:02:10.203Z | [ host-image] Feb 12 07:02:09.400 INFO O| Feb 12 07:02:09.400 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10522 | 2026-02-12T07:02:10.208Z | [ host-image] Feb 12 07:02:09.407 INFO O| Feb 12 07:02:09.407 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist |
| 10523 | 2026-02-12T07:02:10.208Z | [ host-image] Feb 12 07:02:09.407 INFO O| Feb 12 07:02:09.407 INFO copying /tmp/.tmpVN4njM/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 ... |
| 10524 | 2026-02-12T07:02:10.211Z | [ host-image] Feb 12 07:02:09.407 INFO O| Feb 12 07:02:09.407 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d |
| 10525 | 2026-02-12T07:02:10.211Z | [ host-image] Feb 12 07:02:09.407 INFO O| Feb 12 07:02:09.407 INFO ok! |
| 10526 | 2026-02-12T07:02:10.211Z | [ host-image] Feb 12 07:02:09.407 INFO O| Feb 12 07:02:09.407 INFO STEP 124 (ensure_file) COMPLETE |
| 10527 | 2026-02-12T07:02:10.211Z | [ host-image] Feb 12 07:02:09.407 INFO O| Feb 12 07:02:09.407 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10528 | 2026-02-12T07:02:10.215Z | [ host-image] Feb 12 07:02:09.414 INFO O| Feb 12 07:02:09.414 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist |
| 10529 | 2026-02-12T07:02:10.215Z | [ host-image] Feb 12 07:02:09.414 INFO O| Feb 12 07:02:09.414 INFO copying /tmp/.tmpVN4njM/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 ... |
| 10530 | 2026-02-12T07:02:10.218Z | [ host-image] Feb 12 07:02:09.414 INFO O| Feb 12 07:02:09.414 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d |
| 10531 | 2026-02-12T07:02:10.218Z | [ host-image] Feb 12 07:02:09.414 INFO O| Feb 12 07:02:09.414 INFO ok! |
| 10532 | 2026-02-12T07:02:10.218Z | [ host-image] Feb 12 07:02:09.414 INFO O| Feb 12 07:02:09.414 INFO STEP 125 (ensure_file) COMPLETE |
| 10533 | 2026-02-12T07:02:10.218Z | [ host-image] Feb 12 07:02:09.414 INFO O| Feb 12 07:02:09.414 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10534 | 2026-02-12T07:02:10.222Z | [ host-image] Feb 12 07:02:09.421 INFO O| Feb 12 07:02:09.421 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist |
| 10535 | 2026-02-12T07:02:10.222Z | [ host-image] Feb 12 07:02:09.421 INFO O| Feb 12 07:02:09.421 INFO copying /tmp/.tmpVN4njM/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 ... |
| 10536 | 2026-02-12T07:02:10.225Z | [ host-image] Feb 12 07:02:09.421 INFO O| Feb 12 07:02:09.421 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d |
| 10537 | 2026-02-12T07:02:10.225Z | [ host-image] Feb 12 07:02:09.421 INFO O| Feb 12 07:02:09.421 INFO ok! |
| 10538 | 2026-02-12T07:02:10.225Z | [ host-image] Feb 12 07:02:09.421 INFO O| Feb 12 07:02:09.421 INFO STEP 126 (ensure_file) COMPLETE |
| 10539 | 2026-02-12T07:02:10.225Z | [ host-image] Feb 12 07:02:09.421 INFO O| Feb 12 07:02:09.421 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10540 | 2026-02-12T07:02:10.230Z | [ host-image] Feb 12 07:02:09.429 INFO O| Feb 12 07:02:09.429 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist |
| 10541 | 2026-02-12T07:02:10.235Z | [ host-image] Feb 12 07:02:09.429 INFO O| Feb 12 07:02:09.429 INFO copying /tmp/.tmpVN4njM/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 ... |
| 10542 | 2026-02-12T07:02:10.235Z | [ host-image] Feb 12 07:02:09.429 INFO O| Feb 12 07:02:09.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d |
| 10543 | 2026-02-12T07:02:10.235Z | [ host-image] Feb 12 07:02:09.429 INFO O| Feb 12 07:02:09.429 INFO ok! |
| 10544 | 2026-02-12T07:02:10.235Z | [ host-image] Feb 12 07:02:09.429 INFO O| Feb 12 07:02:09.429 INFO STEP 127 (ensure_file) COMPLETE |
| 10545 | 2026-02-12T07:02:10.235Z | [ host-image] Feb 12 07:02:09.429 INFO O| Feb 12 07:02:09.429 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10546 | 2026-02-12T07:02:10.238Z | [ host-image] Feb 12 07:02:09.436 INFO O| Feb 12 07:02:09.436 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist |
| 10547 | 2026-02-12T07:02:10.239Z | [ host-image] Feb 12 07:02:09.436 INFO O| Feb 12 07:02:09.436 INFO copying /tmp/.tmpVN4njM/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 ... |
| 10548 | 2026-02-12T07:02:10.239Z | [ host-image] Feb 12 07:02:09.436 INFO O| Feb 12 07:02:09.436 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh |
| 10549 | 2026-02-12T07:02:10.239Z | [ host-image] Feb 12 07:02:09.436 INFO O| Feb 12 07:02:09.436 INFO ok! |
| 10550 | 2026-02-12T07:02:10.239Z | [ host-image] Feb 12 07:02:09.436 INFO O| Feb 12 07:02:09.436 INFO STEP 128 (ensure_file) COMPLETE |
| 10551 | 2026-02-12T07:02:10.239Z | [ host-image] Feb 12 07:02:09.436 INFO O| Feb 12 07:02:09.436 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10552 | 2026-02-12T07:02:10.245Z | [ host-image] Feb 12 07:02:09.444 INFO O| Feb 12 07:02:09.444 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist |
| 10553 | 2026-02-12T07:02:10.245Z | [ host-image] Feb 12 07:02:09.444 INFO O| Feb 12 07:02:09.444 INFO copying /tmp/.tmpVN4njM/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 ... |
| 10554 | 2026-02-12T07:02:10.245Z | [ host-image] Feb 12 07:02:09.444 INFO O| Feb 12 07:02:09.444 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d |
| 10555 | 2026-02-12T07:02:10.248Z | [ host-image] Feb 12 07:02:09.444 INFO O| Feb 12 07:02:09.444 INFO ok! |
| 10556 | 2026-02-12T07:02:10.248Z | [ host-image] Feb 12 07:02:09.444 INFO O| Feb 12 07:02:09.444 INFO STEP 129 (ensure_file) COMPLETE |
| 10557 | 2026-02-12T07:02:10.248Z | [ host-image] Feb 12 07:02:09.444 INFO O| Feb 12 07:02:09.444 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10558 | 2026-02-12T07:02:10.252Z | [ host-image] Feb 12 07:02:09.451 INFO O| Feb 12 07:02:09.451 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist |
| 10559 | 2026-02-12T07:02:10.252Z | [ host-image] Feb 12 07:02:09.451 INFO O| Feb 12 07:02:09.451 INFO copying /tmp/.tmpVN4njM/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 ... |
| 10560 | 2026-02-12T07:02:10.255Z | [ host-image] Feb 12 07:02:09.451 INFO O| Feb 12 07:02:09.451 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh |
| 10561 | 2026-02-12T07:02:10.255Z | [ host-image] Feb 12 07:02:09.451 INFO O| Feb 12 07:02:09.451 INFO ok! |
| 10562 | 2026-02-12T07:02:10.255Z | [ host-image] Feb 12 07:02:09.451 INFO O| Feb 12 07:02:09.451 INFO STEP 130 (ensure_file) COMPLETE |
| 10563 | 2026-02-12T07:02:10.255Z | [ host-image] Feb 12 07:02:09.451 INFO O| Feb 12 07:02:09.451 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10564 | 2026-02-12T07:02:10.259Z | [ host-image] Feb 12 07:02:09.458 INFO O| Feb 12 07:02:09.458 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist |
| 10565 | 2026-02-12T07:02:10.259Z | [ host-image] Feb 12 07:02:09.458 INFO O| Feb 12 07:02:09.458 INFO copying /tmp/.tmpVN4njM/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 ... |
| 10566 | 2026-02-12T07:02:10.265Z | [ host-image] Feb 12 07:02:09.459 INFO O| Feb 12 07:02:09.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d |
| 10567 | 2026-02-12T07:02:10.265Z | [ host-image] Feb 12 07:02:09.459 INFO O| Feb 12 07:02:09.459 INFO ok! |
| 10568 | 2026-02-12T07:02:10.265Z | [ host-image] Feb 12 07:02:09.459 INFO O| Feb 12 07:02:09.459 INFO STEP 131 (ensure_file) COMPLETE |
| 10569 | 2026-02-12T07:02:10.265Z | [ host-image] Feb 12 07:02:09.459 INFO O| Feb 12 07:02:09.459 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10570 | 2026-02-12T07:02:10.269Z | [ host-image] Feb 12 07:02:09.466 INFO O| Feb 12 07:02:09.466 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist |
| 10571 | 2026-02-12T07:02:10.269Z | [ host-image] Feb 12 07:02:09.466 INFO O| Feb 12 07:02:09.466 INFO copying /tmp/.tmpVN4njM/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 ... |
| 10572 | 2026-02-12T07:02:10.269Z | [ host-image] Feb 12 07:02:09.466 INFO O| Feb 12 07:02:09.466 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh |
| 10573 | 2026-02-12T07:02:10.269Z | [ host-image] Feb 12 07:02:09.466 INFO O| Feb 12 07:02:09.466 INFO ok! |
| 10574 | 2026-02-12T07:02:10.269Z | [ host-image] Feb 12 07:02:09.466 INFO O| Feb 12 07:02:09.466 INFO STEP 132 (ensure_file) COMPLETE |
| 10575 | 2026-02-12T07:02:10.269Z | [ host-image] Feb 12 07:02:09.466 INFO O| Feb 12 07:02:09.466 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10576 | 2026-02-12T07:02:10.274Z | [ host-image] Feb 12 07:02:09.473 INFO O| Feb 12 07:02:09.473 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist |
| 10577 | 2026-02-12T07:02:10.274Z | [ host-image] Feb 12 07:02:09.473 INFO O| Feb 12 07:02:09.473 INFO copying /tmp/.tmpVN4njM/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 ... |
| 10578 | 2026-02-12T07:02:10.274Z | [ host-image] Feb 12 07:02:09.473 INFO O| Feb 12 07:02:09.473 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d |
| 10579 | 2026-02-12T07:02:10.277Z | [ host-image] Feb 12 07:02:09.473 INFO O| Feb 12 07:02:09.473 INFO ok! |
| 10580 | 2026-02-12T07:02:10.278Z | [ host-image] Feb 12 07:02:09.473 INFO O| Feb 12 07:02:09.473 INFO STEP 133 (ensure_file) COMPLETE |
| 10581 | 2026-02-12T07:02:10.278Z | [ host-image] Feb 12 07:02:09.473 INFO O| Feb 12 07:02:09.473 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10582 | 2026-02-12T07:02:10.282Z | [ host-image] Feb 12 07:02:09.481 INFO O| Feb 12 07:02:09.481 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist |
| 10583 | 2026-02-12T07:02:10.282Z | [ host-image] Feb 12 07:02:09.481 INFO O| Feb 12 07:02:09.481 INFO copying /tmp/.tmpVN4njM/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 ... |
| 10584 | 2026-02-12T07:02:10.285Z | [ host-image] Feb 12 07:02:09.481 INFO O| Feb 12 07:02:09.481 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d |
| 10585 | 2026-02-12T07:02:10.285Z | [ host-image] Feb 12 07:02:09.481 INFO O| Feb 12 07:02:09.481 INFO ok! |
| 10586 | 2026-02-12T07:02:10.285Z | [ host-image] Feb 12 07:02:09.481 INFO O| Feb 12 07:02:09.481 INFO STEP 134 (ensure_file) COMPLETE |
| 10587 | 2026-02-12T07:02:10.285Z | [ host-image] Feb 12 07:02:09.481 INFO O| Feb 12 07:02:09.481 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10588 | 2026-02-12T07:02:10.290Z | [ host-image] Feb 12 07:02:09.489 INFO O| Feb 12 07:02:09.489 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist |
| 10589 | 2026-02-12T07:02:10.290Z | [ host-image] Feb 12 07:02:09.489 INFO O| Feb 12 07:02:09.489 INFO copying /tmp/.tmpVN4njM/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 ... |
| 10590 | 2026-02-12T07:02:10.293Z | [ host-image] Feb 12 07:02:09.489 INFO O| Feb 12 07:02:09.489 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d |
| 10591 | 2026-02-12T07:02:10.293Z | [ host-image] Feb 12 07:02:09.489 INFO O| Feb 12 07:02:09.489 INFO ok! |
| 10592 | 2026-02-12T07:02:10.293Z | [ host-image] Feb 12 07:02:09.489 INFO O| Feb 12 07:02:09.489 INFO STEP 135 (ensure_file) COMPLETE |
| 10593 | 2026-02-12T07:02:10.293Z | [ host-image] Feb 12 07:02:09.489 INFO O| Feb 12 07:02:09.489 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10594 | 2026-02-12T07:02:10.297Z | [ host-image] Feb 12 07:02:09.496 INFO O| Feb 12 07:02:09.496 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist |
| 10595 | 2026-02-12T07:02:10.297Z | [ host-image] Feb 12 07:02:09.496 INFO O| Feb 12 07:02:09.496 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ... |
| 10596 | 2026-02-12T07:02:10.300Z | [ host-image] Feb 12 07:02:09.497 INFO O| Feb 12 07:02:09.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md |
| 10597 | 2026-02-12T07:02:10.300Z | [ host-image] Feb 12 07:02:09.497 INFO O| Feb 12 07:02:09.497 INFO ok! |
| 10598 | 2026-02-12T07:02:10.300Z | [ host-image] Feb 12 07:02:09.497 INFO O| Feb 12 07:02:09.497 INFO STEP 136 (ensure_file) COMPLETE |
| 10599 | 2026-02-12T07:02:10.300Z | [ host-image] Feb 12 07:02:09.497 INFO O| Feb 12 07:02:09.497 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10600 | 2026-02-12T07:02:10.305Z | [ host-image] Feb 12 07:02:09.504 INFO O| Feb 12 07:02:09.504 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist |
| 10601 | 2026-02-12T07:02:10.305Z | [ host-image] Feb 12 07:02:09.504 INFO O| Feb 12 07:02:09.504 INFO copying /tmp/.tmpVN4njM/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 ... |
| 10602 | 2026-02-12T07:02:10.305Z | [ host-image] Feb 12 07:02:09.504 INFO O| Feb 12 07:02:09.504 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt |
| 10603 | 2026-02-12T07:02:10.305Z | [ host-image] Feb 12 07:02:09.504 INFO O| Feb 12 07:02:09.504 INFO ok! |
| 10604 | 2026-02-12T07:02:10.308Z | [ host-image] Feb 12 07:02:09.504 INFO O| Feb 12 07:02:09.504 INFO STEP 137 (ensure_file) COMPLETE |
| 10605 | 2026-02-12T07:02:10.308Z | [ host-image] Feb 12 07:02:09.504 INFO O| Feb 12 07:02:09.504 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10606 | 2026-02-12T07:02:10.312Z | [ host-image] Feb 12 07:02:09.512 INFO O| Feb 12 07:02:09.512 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist |
| 10607 | 2026-02-12T07:02:10.312Z | [ host-image] Feb 12 07:02:09.512 INFO O| Feb 12 07:02:09.512 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ... |
| 10608 | 2026-02-12T07:02:10.312Z | [ host-image] Feb 12 07:02:09.512 INFO O| Feb 12 07:02:09.512 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION |
| 10609 | 2026-02-12T07:02:10.316Z | [ host-image] Feb 12 07:02:09.512 INFO O| Feb 12 07:02:09.512 INFO ok! |
| 10610 | 2026-02-12T07:02:10.316Z | [ host-image] Feb 12 07:02:09.512 INFO O| Feb 12 07:02:09.512 INFO STEP 138 (ensure_file) COMPLETE |
| 10611 | 2026-02-12T07:02:10.316Z | [ host-image] Feb 12 07:02:09.512 INFO O| Feb 12 07:02:09.512 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10612 | 2026-02-12T07:02:10.321Z | [ host-image] Feb 12 07:02:09.520 INFO O| Feb 12 07:02:09.520 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist |
| 10613 | 2026-02-12T07:02:10.321Z | [ host-image] Feb 12 07:02:09.520 INFO O| Feb 12 07:02:09.520 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ... |
| 10614 | 2026-02-12T07:02:14.981Z | [ host-image] Feb 12 07:02:14.179 INFO O| Feb 12 07:02:14.179 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz |
| 10615 | 2026-02-12T07:02:14.981Z | [ host-image] Feb 12 07:02:14.179 INFO O| Feb 12 07:02:14.179 INFO ok! |
| 10616 | 2026-02-12T07:02:14.981Z | [ host-image] Feb 12 07:02:14.179 INFO O| Feb 12 07:02:14.179 INFO STEP 139 (ensure_file) COMPLETE |
| 10617 | 2026-02-12T07:02:14.981Z | [ host-image] Feb 12 07:02:14.179 INFO O| Feb 12 07:02:14.179 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10618 | 2026-02-12T07:02:14.990Z | [ host-image] Feb 12 07:02:14.188 INFO O| Feb 12 07:02:14.188 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib |
| 10619 | 2026-02-12T07:02:14.993Z | [ host-image] Feb 12 07:02:14.188 INFO O| Feb 12 07:02:14.188 INFO STEP 140 (ensure_dir) COMPLETE |
| 10620 | 2026-02-12T07:02:14.993Z | [ host-image] Feb 12 07:02:14.188 INFO O| Feb 12 07:02:14.188 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10621 | 2026-02-12T07:02:14.997Z | [ host-image] Feb 12 07:02:14.196 INFO O| Feb 12 07:02:14.196 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc |
| 10622 | 2026-02-12T07:02:14.997Z | [ host-image] Feb 12 07:02:14.196 INFO O| Feb 12 07:02:14.196 INFO STEP 141 (ensure_dir) COMPLETE |
| 10623 | 2026-02-12T07:02:15.001Z | [ host-image] Feb 12 07:02:14.196 INFO O| Feb 12 07:02:14.196 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10624 | 2026-02-12T07:02:15.005Z | [ host-image] Feb 12 07:02:14.203 INFO O| Feb 12 07:02:14.203 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest |
| 10625 | 2026-02-12T07:02:15.005Z | [ host-image] Feb 12 07:02:14.203 INFO O| Feb 12 07:02:14.203 INFO STEP 142 (ensure_dir) COMPLETE |
| 10626 | 2026-02-12T07:02:15.008Z | [ host-image] Feb 12 07:02:14.203 INFO O| Feb 12 07:02:14.203 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10627 | 2026-02-12T07:02:15.012Z | [ host-image] Feb 12 07:02:14.211 INFO O| Feb 12 07:02:14.211 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site |
| 10628 | 2026-02-12T07:02:15.015Z | [ host-image] Feb 12 07:02:14.211 INFO O| Feb 12 07:02:14.211 INFO STEP 143 (ensure_dir) COMPLETE |
| 10629 | 2026-02-12T07:02:15.015Z | [ host-image] Feb 12 07:02:14.211 INFO O| Feb 12 07:02:14.211 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10630 | 2026-02-12T07:02:15.019Z | [ host-image] Feb 12 07:02:14.218 INFO O| Feb 12 07:02:14.218 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
| 10631 | 2026-02-12T07:02:15.022Z | [ host-image] Feb 12 07:02:14.218 INFO O| Feb 12 07:02:14.218 INFO copying /tmp/.tmpVN4njM/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 ... |
| 10632 | 2026-02-12T07:02:15.022Z | [ host-image] Feb 12 07:02:14.218 INFO O| Feb 12 07:02:14.218 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml |
| 10633 | 2026-02-12T07:02:15.022Z | [ host-image] Feb 12 07:02:14.218 INFO O| Feb 12 07:02:14.218 INFO ok! |
| 10634 | 2026-02-12T07:02:15.022Z | [ host-image] Feb 12 07:02:14.218 INFO O| Feb 12 07:02:14.218 INFO STEP 144 (ensure_file) COMPLETE |
| 10635 | 2026-02-12T07:02:15.022Z | [ host-image] Feb 12 07:02:14.218 INFO O| Feb 12 07:02:14.218 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10636 | 2026-02-12T07:02:15.032Z | [ host-image] Feb 12 07:02:14.229 INFO O| Feb 12 07:02:14.229 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10637 | 2026-02-12T07:02:15.032Z | [ host-image] Feb 12 07:02:14.229 INFO O| Feb 12 07:02:14.229 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10638 | 2026-02-12T07:02:15.032Z | [ host-image] Feb 12 07:02:14.229 INFO O| Feb 12 07:02:14.229 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10639 | 2026-02-12T07:02:15.032Z | [ host-image] Feb 12 07:02:14.229 INFO O| Feb 12 07:02:14.229 INFO STEP 145 (ensure_dir) COMPLETE |
| 10640 | 2026-02-12T07:02:15.032Z | [ host-image] Feb 12 07:02:14.229 INFO O| Feb 12 07:02:14.229 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10641 | 2026-02-12T07:02:15.047Z | [ host-image] Feb 12 07:02:14.245 INFO O| Feb 12 07:02:14.245 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking |
| 10642 | 2026-02-12T07:02:15.047Z | [ host-image] Feb 12 07:02:14.245 INFO O| Feb 12 07:02:14.245 INFO copying /tmp/.tmpVN4njM/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ... |
| 10643 | 2026-02-12T07:02:15.050Z | [ host-image] Feb 12 07:02:14.245 INFO O| Feb 12 07:02:14.245 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile |
| 10644 | 2026-02-12T07:02:15.050Z | [ host-image] Feb 12 07:02:14.245 INFO O| Feb 12 07:02:14.245 INFO ok! |
| 10645 | 2026-02-12T07:02:15.050Z | [ host-image] Feb 12 07:02:14.245 INFO O| Feb 12 07:02:14.245 INFO STEP 146 (ensure_file) COMPLETE |
| 10646 | 2026-02-12T07:02:15.050Z | [ host-image] Feb 12 07:02:14.245 INFO O| Feb 12 07:02:14.245 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10647 | 2026-02-12T07:02:15.056Z | [ host-image] Feb 12 07:02:14.255 INFO O| Feb 12 07:02:14.255 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec" |
| 10648 | 2026-02-12T07:02:15.059Z | [ host-image] Feb 12 07:02:14.255 INFO O| Feb 12 07:02:14.255 INFO STEP 147 (remove_files) COMPLETE |
| 10649 | 2026-02-12T07:02:15.059Z | [ host-image] Feb 12 07:02:14.255 INFO O| Feb 12 07:02:14.255 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10650 | 2026-02-12T07:02:15.064Z | [ host-image] Feb 12 07:02:14.262 INFO O| Feb 12 07:02:14.262 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap" |
| 10651 | 2026-02-12T07:02:15.067Z | [ host-image] Feb 12 07:02:14.262 INFO O| Feb 12 07:02:14.262 INFO STEP 148 (remove_files) COMPLETE |
| 10652 | 2026-02-12T07:02:15.067Z | [ host-image] Feb 12 07:02:14.262 INFO O| Feb 12 07:02:14.262 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10653 | 2026-02-12T07:02:15.072Z | [ host-image] Feb 12 07:02:14.270 INFO O| Feb 12 07:02:14.270 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc" |
| 10654 | 2026-02-12T07:02:15.075Z | [ host-image] Feb 12 07:02:14.271 INFO O| Feb 12 07:02:14.270 INFO STEP 149 (remove_files) COMPLETE |
| 10655 | 2026-02-12T07:02:15.075Z | [ host-image] Feb 12 07:02:14.271 INFO O| Feb 12 07:02:14.271 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10656 | 2026-02-12T07:02:15.079Z | [ host-image] Feb 12 07:02:14.278 INFO O| Feb 12 07:02:14.278 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security" |
| 10657 | 2026-02-12T07:02:15.082Z | [ host-image] Feb 12 07:02:14.278 INFO O| Feb 12 07:02:14.278 INFO STEP 150 (remove_files) COMPLETE |
| 10658 | 2026-02-12T07:02:15.082Z | [ host-image] Feb 12 07:02:14.278 INFO O| Feb 12 07:02:14.278 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10659 | 2026-02-12T07:02:15.087Z | [ host-image] Feb 12 07:02:14.285 INFO O| Feb 12 07:02:14.285 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares" |
| 10660 | 2026-02-12T07:02:15.090Z | [ host-image] Feb 12 07:02:14.285 INFO O| Feb 12 07:02:14.285 INFO STEP 151 (remove_files) COMPLETE |
| 10661 | 2026-02-12T07:02:15.090Z | [ host-image] Feb 12 07:02:14.285 INFO O| Feb 12 07:02:14.285 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10662 | 2026-02-12T07:02:15.094Z | [ host-image] Feb 12 07:02:14.293 INFO O| Feb 12 07:02:14.293 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb" |
| 10663 | 2026-02-12T07:02:15.097Z | [ host-image] Feb 12 07:02:14.293 INFO O| Feb 12 07:02:14.293 INFO STEP 152 (remove_files) COMPLETE |
| 10664 | 2026-02-12T07:02:15.097Z | [ host-image] Feb 12 07:02:14.293 INFO O| Feb 12 07:02:14.293 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10665 | 2026-02-12T07:02:15.102Z | [ host-image] Feb 12 07:02:14.300 INFO O| Feb 12 07:02:14.300 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
| 10666 | 2026-02-12T07:02:15.102Z | [ host-image] Feb 12 07:02:14.300 INFO O| Feb 12 07:02:14.300 INFO STEP 153 (remove_files) COMPLETE |
| 10667 | 2026-02-12T07:02:15.105Z | [ host-image] Feb 12 07:02:14.300 INFO O| Feb 12 07:02:14.300 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10668 | 2026-02-12T07:02:15.109Z | [ host-image] Feb 12 07:02:14.308 INFO O| Feb 12 07:02:14.308 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
| 10669 | 2026-02-12T07:02:15.109Z | [ host-image] Feb 12 07:02:14.308 INFO O| Feb 12 07:02:14.308 INFO STEP 154 (remove_files) COMPLETE |
| 10670 | 2026-02-12T07:02:15.109Z | [ host-image] Feb 12 07:02:14.308 INFO O| Feb 12 07:02:14.308 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10671 | 2026-02-12T07:02:15.117Z | [ host-image] Feb 12 07:02:14.316 INFO O| Feb 12 07:02:14.316 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml" |
| 10672 | 2026-02-12T07:02:15.117Z | [ host-image] Feb 12 07:02:14.316 INFO O| Feb 12 07:02:14.316 INFO STEP 155 (remove_files) COMPLETE |
| 10673 | 2026-02-12T07:02:15.120Z | [ host-image] Feb 12 07:02:14.316 INFO O| Feb 12 07:02:14.316 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10674 | 2026-02-12T07:02:15.124Z | [ host-image] Feb 12 07:02:14.323 INFO O| Feb 12 07:02:14.323 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
| 10675 | 2026-02-12T07:02:15.124Z | [ host-image] Feb 12 07:02:14.323 INFO O| Feb 12 07:02:14.323 INFO STEP 156 (remove_files) COMPLETE |
| 10676 | 2026-02-12T07:02:15.128Z | [ host-image] Feb 12 07:02:14.323 INFO O| Feb 12 07:02:14.323 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10677 | 2026-02-12T07:02:15.132Z | [ host-image] Feb 12 07:02:14.330 INFO O| Feb 12 07:02:14.330 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml" |
| 10678 | 2026-02-12T07:02:15.135Z | [ host-image] Feb 12 07:02:14.330 INFO O| Feb 12 07:02:14.330 INFO STEP 157 (remove_files) COMPLETE |
| 10679 | 2026-02-12T07:02:15.135Z | [ host-image] Feb 12 07:02:14.331 INFO O| Feb 12 07:02:14.330 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10680 | 2026-02-12T07:02:15.139Z | [ host-image] Feb 12 07:02:14.338 INFO O| Feb 12 07:02:14.338 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml" |
| 10681 | 2026-02-12T07:02:15.139Z | [ host-image] Feb 12 07:02:14.338 INFO O| Feb 12 07:02:14.338 INFO STEP 158 (remove_files) COMPLETE |
| 10682 | 2026-02-12T07:02:15.142Z | [ host-image] Feb 12 07:02:14.338 INFO O| Feb 12 07:02:14.338 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10683 | 2026-02-12T07:02:15.146Z | [ host-image] Feb 12 07:02:14.345 INFO O| Feb 12 07:02:14.345 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
| 10684 | 2026-02-12T07:02:15.149Z | [ host-image] Feb 12 07:02:14.345 INFO O| Feb 12 07:02:14.345 INFO STEP 159 (remove_files) COMPLETE |
| 10685 | 2026-02-12T07:02:15.149Z | [ host-image] Feb 12 07:02:14.345 INFO O| Feb 12 07:02:14.345 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10686 | 2026-02-12T07:02:15.154Z | [ host-image] Feb 12 07:02:14.352 INFO O| Feb 12 07:02:14.352 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
| 10687 | 2026-02-12T07:02:15.154Z | [ host-image] Feb 12 07:02:14.352 INFO O| Feb 12 07:02:14.352 INFO STEP 160 (remove_files) COMPLETE |
| 10688 | 2026-02-12T07:02:15.157Z | [ host-image] Feb 12 07:02:14.352 INFO O| Feb 12 07:02:14.352 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10689 | 2026-02-12T07:02:15.161Z | [ host-image] Feb 12 07:02:14.360 INFO O| Feb 12 07:02:14.360 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml" |
| 10690 | 2026-02-12T07:02:15.161Z | [ host-image] Feb 12 07:02:14.360 INFO O| Feb 12 07:02:14.360 INFO STEP 161 (remove_files) COMPLETE |
| 10691 | 2026-02-12T07:02:15.161Z | [ host-image] Feb 12 07:02:14.360 INFO O| Feb 12 07:02:14.360 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10692 | 2026-02-12T07:02:15.169Z | [ host-image] Feb 12 07:02:14.367 INFO O| Feb 12 07:02:14.367 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
| 10693 | 2026-02-12T07:02:15.171Z | [ host-image] Feb 12 07:02:14.367 INFO O| Feb 12 07:02:14.367 INFO STEP 162 (remove_files) COMPLETE |
| 10694 | 2026-02-12T07:02:15.171Z | [ host-image] Feb 12 07:02:14.367 INFO O| Feb 12 07:02:14.367 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10695 | 2026-02-12T07:02:15.175Z | [ host-image] Feb 12 07:02:14.374 INFO O| Feb 12 07:02:14.374 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
| 10696 | 2026-02-12T07:02:15.179Z | [ host-image] Feb 12 07:02:14.374 INFO O| Feb 12 07:02:14.374 INFO STEP 163 (remove_files) COMPLETE |
| 10697 | 2026-02-12T07:02:15.179Z | [ host-image] Feb 12 07:02:14.374 INFO O| Feb 12 07:02:14.374 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10698 | 2026-02-12T07:02:15.182Z | [ host-image] Feb 12 07:02:14.381 INFO O| Feb 12 07:02:14.381 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml" |
| 10699 | 2026-02-12T07:02:15.182Z | [ host-image] Feb 12 07:02:14.381 INFO O| Feb 12 07:02:14.381 INFO STEP 164 (remove_files) COMPLETE |
| 10700 | 2026-02-12T07:02:15.186Z | [ host-image] Feb 12 07:02:14.381 INFO O| Feb 12 07:02:14.381 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10701 | 2026-02-12T07:02:15.190Z | [ host-image] Feb 12 07:02:14.389 INFO O| Feb 12 07:02:14.388 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
| 10702 | 2026-02-12T07:02:15.190Z | [ host-image] Feb 12 07:02:14.389 INFO O| Feb 12 07:02:14.389 INFO STEP 165 (remove_files) COMPLETE |
| 10703 | 2026-02-12T07:02:15.193Z | [ host-image] Feb 12 07:02:14.389 INFO O| Feb 12 07:02:14.389 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10704 | 2026-02-12T07:02:15.197Z | [ host-image] Feb 12 07:02:14.395 INFO O| Feb 12 07:02:14.395 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
| 10705 | 2026-02-12T07:02:15.200Z | [ host-image] Feb 12 07:02:14.396 INFO O| Feb 12 07:02:14.396 INFO STEP 166 (remove_files) COMPLETE |
| 10706 | 2026-02-12T07:02:15.200Z | [ host-image] Feb 12 07:02:14.396 INFO O| Feb 12 07:02:14.396 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10707 | 2026-02-12T07:02:15.204Z | [ host-image] Feb 12 07:02:14.403 INFO O| Feb 12 07:02:14.403 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
| 10708 | 2026-02-12T07:02:15.208Z | [ host-image] Feb 12 07:02:14.403 INFO O| Feb 12 07:02:14.403 INFO STEP 167 (remove_files) COMPLETE |
| 10709 | 2026-02-12T07:02:15.208Z | [ host-image] Feb 12 07:02:14.403 INFO O| Feb 12 07:02:14.403 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10710 | 2026-02-12T07:02:15.212Z | [ host-image] Feb 12 07:02:14.410 INFO O| Feb 12 07:02:14.410 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat" |
| 10711 | 2026-02-12T07:02:15.215Z | [ host-image] Feb 12 07:02:14.411 INFO O| Feb 12 07:02:14.411 INFO STEP 168 (remove_files) COMPLETE |
| 10712 | 2026-02-12T07:02:15.215Z | [ host-image] Feb 12 07:02:14.411 INFO O| Feb 12 07:02:14.411 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10713 | 2026-02-12T07:02:15.219Z | [ host-image] Feb 12 07:02:14.418 INFO O| Feb 12 07:02:14.418 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
| 10714 | 2026-02-12T07:02:15.222Z | [ host-image] Feb 12 07:02:14.418 INFO O| Feb 12 07:02:14.418 INFO STEP 169 (remove_files) COMPLETE |
| 10715 | 2026-02-12T07:02:15.222Z | [ host-image] Feb 12 07:02:14.418 INFO O| Feb 12 07:02:14.418 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10716 | 2026-02-12T07:02:15.226Z | [ host-image] Feb 12 07:02:14.425 INFO O| Feb 12 07:02:14.425 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml" |
| 10717 | 2026-02-12T07:02:15.229Z | [ host-image] Feb 12 07:02:14.425 INFO O| Feb 12 07:02:14.425 INFO STEP 170 (remove_files) COMPLETE |
| 10718 | 2026-02-12T07:02:15.229Z | [ host-image] Feb 12 07:02:14.425 INFO O| Feb 12 07:02:14.425 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10719 | 2026-02-12T07:02:15.234Z | [ host-image] Feb 12 07:02:14.432 INFO O| Feb 12 07:02:14.432 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml" |
| 10720 | 2026-02-12T07:02:15.237Z | [ host-image] Feb 12 07:02:14.432 INFO O| Feb 12 07:02:14.432 INFO STEP 171 (remove_files) COMPLETE |
| 10721 | 2026-02-12T07:02:15.237Z | [ host-image] Feb 12 07:02:14.432 INFO O| Feb 12 07:02:14.432 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10722 | 2026-02-12T07:02:15.241Z | [ host-image] Feb 12 07:02:14.440 INFO O| Feb 12 07:02:14.440 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
| 10723 | 2026-02-12T07:02:15.241Z | [ host-image] Feb 12 07:02:14.440 INFO O| Feb 12 07:02:14.440 INFO STEP 172 (remove_files) COMPLETE |
| 10724 | 2026-02-12T07:02:15.244Z | [ host-image] Feb 12 07:02:14.440 INFO O| Feb 12 07:02:14.440 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10725 | 2026-02-12T07:02:15.248Z | [ host-image] Feb 12 07:02:14.447 INFO O| Feb 12 07:02:14.447 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml" |
| 10726 | 2026-02-12T07:02:15.248Z | [ host-image] Feb 12 07:02:14.447 INFO O| Feb 12 07:02:14.447 INFO STEP 173 (remove_files) COMPLETE |
| 10727 | 2026-02-12T07:02:15.251Z | [ host-image] Feb 12 07:02:14.447 INFO O| Feb 12 07:02:14.447 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10728 | 2026-02-12T07:02:15.255Z | [ host-image] Feb 12 07:02:14.454 INFO O| Feb 12 07:02:14.454 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml" |
| 10729 | 2026-02-12T07:02:15.256Z | [ host-image] Feb 12 07:02:14.454 INFO O| Feb 12 07:02:14.454 INFO STEP 174 (remove_files) COMPLETE |
| 10730 | 2026-02-12T07:02:15.259Z | [ host-image] Feb 12 07:02:14.454 INFO O| Feb 12 07:02:14.454 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10731 | 2026-02-12T07:02:15.263Z | [ host-image] Feb 12 07:02:14.461 INFO O| Feb 12 07:02:14.461 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml" |
| 10732 | 2026-02-12T07:02:15.263Z | [ host-image] Feb 12 07:02:14.462 INFO O| Feb 12 07:02:14.462 INFO STEP 175 (remove_files) COMPLETE |
| 10733 | 2026-02-12T07:02:15.263Z | [ host-image] Feb 12 07:02:14.462 INFO O| Feb 12 07:02:14.462 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10734 | 2026-02-12T07:02:15.273Z | [ host-image] Feb 12 07:02:14.472 INFO O| Feb 12 07:02:14.472 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal |
| 10735 | 2026-02-12T07:02:15.273Z | [ host-image] Feb 12 07:02:14.472 INFO O| Feb 12 07:02:14.472 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"} |
| 10736 | 2026-02-12T07:02:24.236Z | [ host-image] Feb 12 07:02:23.434 INFO O| Feb 12 07:02:23.433 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 |
| 10737 | 2026-02-12T07:02:24.236Z | [ host-image] Feb 12 07:02:23.434 INFO O| Feb 12 07:02:23.434 INFO E| svccfg: Loaded 79 smf(7) service descriptions |
| 10738 | 2026-02-12T07:02:24.250Z | [ host-image] Feb 12 07:02:23.448 INFO O| Feb 12 07:02:23.448 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"} |
| 10739 | 2026-02-12T07:02:24.393Z | [ host-image] Feb 12 07:02:23.591 INFO O| Feb 12 07:02:23.591 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "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"} |
| 10740 | 2026-02-12T07:02:24.469Z | [ host-image] Feb 12 07:02:23.667 INFO O| Feb 12 07:02:23.667 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"} |
| 10741 | 2026-02-12T07:02:24.556Z | [ host-image] Feb 12 07:02:23.754 INFO O| Feb 12 07:02:23.754 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist |
| 10742 | 2026-02-12T07:02:24.560Z | [ host-image] Feb 12 07:02:23.754 INFO O| Feb 12 07:02:23.754 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ... |
| 10743 | 2026-02-12T07:02:24.560Z | [ host-image] Feb 12 07:02:23.757 INFO O| Feb 12 07:02:23.757 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db |
| 10744 | 2026-02-12T07:02:24.560Z | [ host-image] Feb 12 07:02:23.757 INFO O| Feb 12 07:02:23.757 INFO ok! |
| 10745 | 2026-02-12T07:02:24.560Z | [ host-image] Feb 12 07:02:23.757 INFO O| Feb 12 07:02:23.757 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing |
| 10746 | 2026-02-12T07:02:24.560Z | [ host-image] Feb 12 07:02:23.757 INFO O| Feb 12 07:02:23.757 INFO STEP 176 (seed_smf) COMPLETE |
| 10747 | 2026-02-12T07:02:24.560Z | [ host-image] Feb 12 07:02:23.757 INFO O| Feb 12 07:02:23.757 INFO steps complete; finalising image! |
| 10748 | 2026-02-12T07:02:24.560Z | [ host-image] Feb 12 07:02:23.757 INFO O| Feb 12 07:02:23.757 INFO TRIM POOL: TEMPORARY-sled-zfs |
| 10749 | 2026-02-12T07:02:24.703Z | [ host-image] Feb 12 07:02:23.901 INFO O| Feb 12 07:02:23.900 INFO trim TEMPORARY-sled-zfs: (0% trimmed, started at Thu Feb 12 07:02:23 2026) |
| 10750 | 2026-02-12T07:02:24.918Z | [ host-image] Feb 12 07:02:24.116 INFO O| Feb 12 07:02:24.115 INFO temporary pool has 807M used, 89.0M avail, 1.81x compressratio |
| 10751 | 2026-02-12T07:02:24.918Z | [ host-image] Feb 12 07:02:24.116 INFO O| Feb 12 07:02:24.115 INFO EXPORT POOL: TEMPORARY-sled-zfs |
| 10752 | 2026-02-12T07:02:25.203Z | [ host-image] Feb 12 07:02:24.400 INFO O| Feb 12 07:02:24.400 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw |
| 10753 | 2026-02-12T07:02:25.203Z | [ host-image] Feb 12 07:02:24.400 INFO O| Feb 12 07:02:24.400 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal |
| 10754 | 2026-02-12T07:02:26.152Z | [ host-image] Feb 12 07:02:25.349 INFO O| Feb 12 07:02:25.349 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw |
| 10755 | 2026-02-12T07:02:26.152Z | [ host-image] Feb 12 07:02:25.349 INFO O| Feb 12 07:02:25.349 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw |
| 10756 | 2026-02-12T07:02:26.155Z | [ host-image] Feb 12 07:02:25.350 INFO O| Feb 12 07:02:25.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw |
| 10757 | 2026-02-12T07:02:26.155Z | [ host-image] Feb 12 07:02:25.350 INFO O| Feb 12 07:02:25.349 INFO completed processing sled/zfs |
| 10758 | 2026-02-12T07:02:26.155Z | [ host-image] Feb 12 07:02:25.350 INFO O| Feb 12 07:02:25.349 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs |
| 10759 | 2026-02-12T07:02:36.164Z | [ host-image] Feb 12 07:02:35.360 INFO O| Feb 12 07:02:35.360 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs |
| 10760 | 2026-02-12T07:02:36.244Z | [ host-image] Feb 12 07:02:35.440 INFO BUILD STRING "heads/stlouis-0-gd522c047db\n" |
| 10761 | 2026-02-12T07:02:36.247Z | [ host-image] Feb 12 07:02:35.440 INFO expanded image name: "ci 1c3e4ba/${os_short_commit} 2026-02-12 05:56" -> "ci 1c3e4ba/d522c04 2026-02-12 05:56" |
| 10762 | 2026-02-12T07:02:36.247Z | [ host-image] Feb 12 07:02:35.440 INFO output artefacts stored in: "/work/os-host" |
| 10763 | 2026-02-12T07:02:36.247Z | [ host-image] Feb 12 07:02:35.440 INFO collecting git info from project "phbl"... |
| 10764 | 2026-02-12T07:02:36.251Z | [ host-image] Feb 12 07:02:35.448 INFO collecting git info from project "chelsio-t6-roms"... |
| 10765 | 2026-02-12T07:02:36.255Z | [ host-image] Feb 12 07:02:35.452 INFO collecting git info from project "image-builder"... |
| 10766 | 2026-02-12T07:02:36.260Z | [ host-image] Feb 12 07:02:35.457 INFO collecting git info from project "bootserver"... |
| 10767 | 2026-02-12T07:02:36.264Z | [ host-image] Feb 12 07:02:35.461 INFO collecting git info from project "amd-host-image-builder"... |
| 10768 | 2026-02-12T07:02:36.269Z | [ host-image] Feb 12 07:02:35.466 INFO collecting git info from project "pinprick"... |
| 10769 | 2026-02-12T07:02:36.273Z | [ host-image] Feb 12 07:02:35.470 INFO collecting git info from project "dmar-report"... |
| 10770 | 2026-02-12T07:02:36.278Z | [ host-image] Feb 12 07:02:35.475 INFO collecting git info from project "pilot"... |
| 10771 | 2026-02-12T07:02:36.283Z | [ host-image] Feb 12 07:02:35.480 INFO collecting git info from project "amd-firmware"... |
| 10772 | 2026-02-12T07:02:36.294Z | [ host-image] Feb 12 07:02:35.491 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
| 10773 | 2026-02-12T07:02:36.664Z | [ host-image] Feb 12 07:02:35.860 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
| 10774 | 2026-02-12T07:02:37.025Z | [ host-image] Feb 12 07:02:36.221 INFO creating Oxide boot image... |
| 10775 | 2026-02-12T07:02:37.025Z | [ host-image] Feb 12 07:02:36.221 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 1c3e4ba/d522c04 2026-02-12 05:56", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
| 10776 | 2026-02-12T07:02:38.103Z | [ host-image] Feb 12 07:02:37.297 INFO O| ok, image written! |
| 10777 | 2026-02-12T07:02:38.103Z | [ host-image] Feb 12 07:02:37.297 INFO O| ok, boot_image_csum file written! |
| 10778 | 2026-02-12T07:02:38.106Z | [ host-image] Feb 12 07:02:37.300 INFO creating boot archive (CPIO)... |
| 10779 | 2026-02-12T07:02:38.107Z | [ host-image] Feb 12 07:02:37.300 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 |
| 10780 | 2026-02-12T07:02:38.110Z | [ host-image] Feb 12 07:02:37.304 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk |
| 10781 | 2026-02-12T07:02:38.110Z | [ host-image] Feb 12 07:02:37.304 INFO E| + outfile=/work/os-host/cpio |
| 10782 | 2026-02-12T07:02:38.110Z | [ host-image] Feb 12 07:02:37.304 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
| 10783 | 2026-02-12T07:02:38.110Z | [ host-image] Feb 12 07:02:37.306 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk |
| 10784 | 2026-02-12T07:02:38.110Z | [ host-image] Feb 12 07:02:37.306 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
| 10785 | 2026-02-12T07:02:38.144Z | [ host-image] Feb 12 07:02:37.340 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
| 10786 | 2026-02-12T07:02:38.144Z | [ host-image] Feb 12 07:02:37.340 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
| 10787 | 2026-02-12T07:02:38.151Z | [ host-image] Feb 12 07:02:37.347 INFO creating compressed cpio/unix for dev loaders... |
| 10788 | 2026-02-12T07:02:38.151Z | [ host-image] Feb 12 07:02:37.347 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 |
| 10789 | 2026-02-12T07:02:38.448Z | [ host-image] Feb 12 07:02:37.644 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
| 10790 | 2026-02-12T07:02:42.824Z | [ host-image] Feb 12 07:02:42.020 INFO creating reset image... |
| 10791 | 2026-02-12T07:02:42.824Z | [ host-image] Feb 12 07:02:42.020 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl" |
| 10792 | 2026-02-12T07:02:42.876Z | [ host-image] Feb 12 07:02:42.072 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')" |
| 10793 | 2026-02-12T07:02:42.876Z | [ host-image] Feb 12 07:02:42.072 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") |
| 10794 | 2026-02-12T07:02:42.974Z | [ host-image] Feb 12 07:02:42.169 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s |
| 10795 | 2026-02-12T07:02:42.977Z | [ host-image] Feb 12 07:02:42.171 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl` |
| 10796 | 2026-02-12T07:02:43.271Z | [ host-image] Feb 12 07:02:42.467 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) |
| 10797 | 2026-02-12T07:02:43.271Z | [ host-image] Feb 12 07:02:42.467 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) |
| 10798 | 2026-02-12T07:02:43.274Z | [ host-image] Feb 12 07:02:42.467 INFO E| Compiling proc-macro2 v1.0.106 |
| 10799 | 2026-02-12T07:02:43.275Z | [ host-image] Feb 12 07:02:42.467 INFO E| Compiling quote v1.0.44 |
| 10800 | 2026-02-12T07:02:43.275Z | [ host-image] Feb 12 07:02:42.467 INFO E| Compiling unicode-ident v1.0.23 |
| 10801 | 2026-02-12T07:02:43.275Z | [ host-image] Feb 12 07:02:42.467 INFO E| Compiling syn v1.0.109 |
| 10802 | 2026-02-12T07:02:43.275Z | [ host-image] Feb 12 07:02:42.467 INFO E| Compiling x86 v0.52.0 |
| 10803 | 2026-02-12T07:02:43.275Z | [ host-image] Feb 12 07:02:42.467 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
| 10804 | 2026-02-12T07:02:43.466Z | [ host-image] Feb 12 07:02:42.662 INFO E| Compiling seq-macro v0.3.6 |
| 10805 | 2026-02-12T07:02:44.785Z | [ host-image] Feb 12 07:02:43.981 INFO E| Compiling syn v2.0.114 |
| 10806 | 2026-02-12T07:02:47.372Z | [ host-image] Feb 12 07:02:46.567 INFO E| Compiling scroll_derive v0.13.1 |
| 10807 | 2026-02-12T07:02:49.626Z | [ host-image] Feb 12 07:02:48.821 INFO E| Compiling bitstruct_derive v0.1.0 |
| 10808 | 2026-02-12T07:03:05.257Z | [ host-image] Feb 12 07:03:04.451 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) |
| 10809 | 2026-02-12T07:03:08.993Z | [ host-image] Feb 12 07:03:08.187 INFO E| Compiling bitflags v1.3.2 |
| 10810 | 2026-02-12T07:03:08.993Z | [ host-image] Feb 12 07:03:08.187 INFO E| Compiling bit_field v0.10.3 |
| 10811 | 2026-02-12T07:03:08.996Z | [ host-image] Feb 12 07:03:08.187 INFO E| Compiling scroll v0.13.0 |
| 10812 | 2026-02-12T07:03:08.997Z | [ host-image] Feb 12 07:03:08.187 INFO E| Compiling adler2 v2.0.1 |
| 10813 | 2026-02-12T07:03:08.997Z | [ host-image] Feb 12 07:03:08.187 INFO E| Compiling plain v0.2.3 |
| 10814 | 2026-02-12T07:03:08.997Z | [ host-image] Feb 12 07:03:08.187 INFO E| Compiling log v0.4.29 |
| 10815 | 2026-02-12T07:03:08.997Z | [ host-image] Feb 12 07:03:08.187 INFO E| Compiling bitflags v2.10.0 |
| 10816 | 2026-02-12T07:03:09.109Z | [ host-image] Feb 12 07:03:08.303 INFO E| Compiling raw-cpuid v10.7.0 |
| 10817 | 2026-02-12T07:03:09.195Z | [ host-image] Feb 12 07:03:08.388 INFO E| Compiling miniz_oxide v0.9.0 |
| 10818 | 2026-02-12T07:03:09.286Z | [ host-image] Feb 12 07:03:08.479 INFO E| Compiling cpio_reader v0.1.2 |
| 10819 | 2026-02-12T07:03:09.325Z | [ host-image] Feb 12 07:03:08.519 INFO E| Compiling bitstruct v0.1.1 |
| 10820 | 2026-02-12T07:03:09.462Z | [ host-image] Feb 12 07:03:08.655 INFO E| Compiling static_assertions v1.1.0 |
| 10821 | 2026-02-12T07:03:09.482Z | [ host-image] Feb 12 07:03:08.675 INFO E| Compiling goblin v0.10.4 |
| 10822 | 2026-02-12T07:03:14.700Z | [ host-image] Feb 12 07:03:13.893 INFO E| Finished `release` profile [optimized] target(s) in 31.71s |
| 10823 | 2026-02-12T07:03:14.712Z | [ host-image] Feb 12 07:03:13.906 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
| 10824 | 2026-02-12T07:03:14.773Z | [ host-image] Feb 12 07:03:13.966 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')" |
| 10825 | 2026-02-12T07:03:14.773Z | [ host-image] Feb 12 07:03:13.966 INFO building ROM for cosmo |
| 10826 | 2026-02-12T07:03:14.773Z | [ host-image] Feb 12 07:03:13.966 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") |
| 10827 | 2026-02-12T07:03:14.919Z | [ host-image] Feb 12 07:03:14.112 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s |
| 10828 | 2026-02-12T07:03:14.923Z | [ host-image] Feb 12 07:03:14.116 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` |
| 10829 | 2026-02-12T07:03:14.933Z | [ host-image] Feb 12 07:03:14.127 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml" |
| 10830 | 2026-02-12T07:03:15.022Z | [ host-image] Feb 12 07:03:14.215 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s |
| 10831 | 2026-02-12T07:03:15.026Z | [ host-image] Feb 12 07:03:14.219 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` |
| 10832 | 2026-02-12T07:03:15.360Z | [ host-image] Feb 12 07:03:14.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn" |
| 10833 | 2026-02-12T07:03:15.360Z | [ host-image] Feb 12 07:03:14.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin" |
| 10834 | 2026-02-12T07:03:15.360Z | [ host-image] Feb 12 07:03:14.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin" |
| 10835 | 2026-02-12T07:03:15.364Z | [ host-image] Feb 12 07:03:14.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin" |
| 10836 | 2026-02-12T07:03:15.364Z | [ host-image] Feb 12 07:03:14.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin" |
| 10837 | 2026-02-12T07:03:15.364Z | [ host-image] Feb 12 07:03:14.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin" |
| 10838 | 2026-02-12T07:03:15.364Z | [ host-image] Feb 12 07:03:14.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn" |
| 10839 | 2026-02-12T07:03:15.364Z | [ host-image] Feb 12 07:03:14.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn" |
| 10840 | 2026-02-12T07:03:15.364Z | [ host-image] Feb 12 07:03:14.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin" |
| 10841 | 2026-02-12T07:03:15.364Z | [ host-image] Feb 12 07:03:14.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin" |
| 10842 | 2026-02-12T07:03:15.364Z | [ host-image] Feb 12 07:03:14.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin" |
| 10843 | 2026-02-12T07:03:15.364Z | [ host-image] Feb 12 07:03:14.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin" |
| 10844 | 2026-02-12T07:03:15.364Z | [ host-image] Feb 12 07:03:14.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin" |
| 10845 | 2026-02-12T07:03:15.364Z | [ host-image] Feb 12 07:03:14.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin" |
| 10846 | 2026-02-12T07:03:15.364Z | [ host-image] Feb 12 07:03:14.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin" |
| 10847 | 2026-02-12T07:03:15.364Z | [ host-image] Feb 12 07:03:14.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin" |
| 10848 | 2026-02-12T07:03:15.364Z | [ host-image] Feb 12 07:03:14.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin" |
| 10849 | 2026-02-12T07:03:15.364Z | [ host-image] Feb 12 07:03:14.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin" |
| 10850 | 2026-02-12T07:03:15.364Z | [ host-image] Feb 12 07:03:14.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin" |
| 10851 | 2026-02-12T07:03:15.365Z | [ host-image] Feb 12 07:03:14.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin" |
| 10852 | 2026-02-12T07:03:15.365Z | [ host-image] Feb 12 07:03:14.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin" |
| 10853 | 2026-02-12T07:03:15.365Z | [ host-image] Feb 12 07:03:14.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin" |
| 10854 | 2026-02-12T07:03:15.365Z | [ host-image] Feb 12 07:03:14.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin" |
| 10855 | 2026-02-12T07:03:15.365Z | [ host-image] Feb 12 07:03:14.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin" |
| 10856 | 2026-02-12T07:03:15.365Z | [ host-image] Feb 12 07:03:14.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin" |
| 10857 | 2026-02-12T07:03:15.365Z | [ host-image] Feb 12 07:03:14.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin" |
| 10858 | 2026-02-12T07:03:15.365Z | [ host-image] Feb 12 07:03:14.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin" |
| 10859 | 2026-02-12T07:03:15.365Z | [ host-image] Feb 12 07:03:14.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin" |
| 10860 | 2026-02-12T07:03:15.365Z | [ host-image] Feb 12 07:03:14.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin" |
| 10861 | 2026-02-12T07:03:15.365Z | [ host-image] Feb 12 07:03:14.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin" |
| 10862 | 2026-02-12T07:03:15.365Z | [ host-image] Feb 12 07:03:14.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin" |
| 10863 | 2026-02-12T07:03:15.365Z | [ host-image] Feb 12 07:03:14.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin" |
| 10864 | 2026-02-12T07:03:15.365Z | [ host-image] Feb 12 07:03:14.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin" |
| 10865 | 2026-02-12T07:03:15.365Z | [ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin" |
| 10866 | 2026-02-12T07:03:15.365Z | [ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin" |
| 10867 | 2026-02-12T07:03:15.365Z | [ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin" |
| 10868 | 2026-02-12T07:03:15.365Z | [ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin" |
| 10869 | 2026-02-12T07:03:15.365Z | [ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin" |
| 10870 | 2026-02-12T07:03:15.365Z | [ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin" |
| 10871 | 2026-02-12T07:03:15.365Z | [ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin" |
| 10872 | 2026-02-12T07:03:15.365Z | [ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin" |
| 10873 | 2026-02-12T07:03:15.365Z | [ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin" |
| 10874 | 2026-02-12T07:03:15.365Z | [ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin" |
| 10875 | 2026-02-12T07:03:15.365Z | [ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin" |
| 10876 | 2026-02-12T07:03:15.365Z | [ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin" |
| 10877 | 2026-02-12T07:03:15.365Z | [ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin" |
| 10878 | 2026-02-12T07:03:15.365Z | [ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin" |
| 10879 | 2026-02-12T07:03:15.365Z | [ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin" |
| 10880 | 2026-02-12T07:03:15.365Z | [ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin" |
| 10881 | 2026-02-12T07:03:15.365Z | [ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin" |
| 10882 | 2026-02-12T07:03:15.365Z | [ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin" |
| 10883 | 2026-02-12T07:03:15.365Z | [ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin" |
| 10884 | 2026-02-12T07:03:15.365Z | [ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin" |
| 10885 | 2026-02-12T07:03:15.365Z | [ host-image] Feb 12 07:03:14.556 INFO O| Info: ABL version: 0x1007f011 |
| 10886 | 2026-02-12T07:03:15.365Z | [ host-image] Feb 12 07:03:14.556 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0 |
| 10887 | 2026-02-12T07:03:15.365Z | [ host-image] Feb 12 07:03:14.556 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0 |
| 10888 | 2026-02-12T07:03:15.365Z | [ host-image] Feb 12 07:03:14.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin" |
| 10889 | 2026-02-12T07:03:15.366Z | [ host-image] Feb 12 07:03:14.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin" |
| 10890 | 2026-02-12T07:03:15.366Z | [ host-image] Feb 12 07:03:14.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin" |
| 10891 | 2026-02-12T07:03:15.366Z | [ host-image] Feb 12 07:03:14.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin" |
| 10892 | 2026-02-12T07:03:15.366Z | [ host-image] Feb 12 07:03:14.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin" |
| 10893 | 2026-02-12T07:03:15.366Z | [ host-image] Feb 12 07:03:14.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin" |
| 10894 | 2026-02-12T07:03:15.366Z | [ host-image] Feb 12 07:03:14.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin" |
| 10895 | 2026-02-12T07:03:15.366Z | [ host-image] Feb 12 07:03:14.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin" |
| 10896 | 2026-02-12T07:03:15.366Z | [ host-image] Feb 12 07:03:14.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin" |
| 10897 | 2026-02-12T07:03:15.366Z | [ host-image] Feb 12 07:03:14.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin" |
| 10898 | 2026-02-12T07:03:15.366Z | [ host-image] Feb 12 07:03:14.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin" |
| 10899 | 2026-02-12T07:03:15.366Z | [ host-image] Feb 12 07:03:14.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin" |
| 10900 | 2026-02-12T07:03:15.366Z | [ host-image] Feb 12 07:03:14.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin" |
| 10901 | 2026-02-12T07:03:15.366Z | [ host-image] Feb 12 07:03:14.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin" |
| 10902 | 2026-02-12T07:03:15.370Z | [ host-image] Feb 12 07:03:14.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin" |
| 10903 | 2026-02-12T07:03:15.370Z | [ host-image] Feb 12 07:03:14.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin" |
| 10904 | 2026-02-12T07:03:15.370Z | [ host-image] Feb 12 07:03:14.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin" |
| 10905 | 2026-02-12T07:03:15.370Z | [ host-image] Feb 12 07:03:14.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin" |
| 10906 | 2026-02-12T07:03:15.370Z | [ host-image] Feb 12 07:03:14.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin" |
| 10907 | 2026-02-12T07:03:15.370Z | [ host-image] Feb 12 07:03:14.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin" |
| 10908 | 2026-02-12T07:03:15.399Z | [ host-image] Feb 12 07:03:14.593 INFO skipping building ROM for cosmo-mbist ('mbist' disabled) |
| 10909 | 2026-02-12T07:03:15.399Z | [ host-image] Feb 12 07:03:14.593 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled) |
| 10910 | 2026-02-12T07:03:15.399Z | [ host-image] Feb 12 07:03:14.593 INFO building ROM for gimlet |
| 10911 | 2026-02-12T07:03:15.403Z | [ host-image] Feb 12 07:03:14.593 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") |
| 10912 | 2026-02-12T07:03:15.535Z | [ host-image] Feb 12 07:03:14.728 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s |
| 10913 | 2026-02-12T07:03:15.538Z | [ host-image] Feb 12 07:03:14.731 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` |
| 10914 | 2026-02-12T07:03:15.548Z | [ host-image] Feb 12 07:03:14.741 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml" |
| 10915 | 2026-02-12T07:03:15.632Z | [ host-image] Feb 12 07:03:14.825 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s |
| 10916 | 2026-02-12T07:03:15.635Z | [ host-image] Feb 12 07:03:14.828 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` |
| 10917 | 2026-02-12T07:03:15.826Z | [ host-image] Feb 12 07:03:15.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn" |
| 10918 | 2026-02-12T07:03:15.826Z | [ host-image] Feb 12 07:03:15.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin" |
| 10919 | 2026-02-12T07:03:15.829Z | [ host-image] Feb 12 07:03:15.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin" |
| 10920 | 2026-02-12T07:03:15.829Z | [ host-image] Feb 12 07:03:15.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin" |
| 10921 | 2026-02-12T07:03:15.829Z | [ host-image] Feb 12 07:03:15.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn" |
| 10922 | 2026-02-12T07:03:15.829Z | [ host-image] Feb 12 07:03:15.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn" |
| 10923 | 2026-02-12T07:03:15.829Z | [ host-image] Feb 12 07:03:15.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin" |
| 10924 | 2026-02-12T07:03:15.829Z | [ host-image] Feb 12 07:03:15.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin" |
| 10925 | 2026-02-12T07:03:15.829Z | [ host-image] Feb 12 07:03:15.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin" |
| 10926 | 2026-02-12T07:03:15.829Z | [ host-image] Feb 12 07:03:15.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin" |
| 10927 | 2026-02-12T07:03:15.829Z | [ host-image] Feb 12 07:03:15.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin" |
| 10928 | 2026-02-12T07:03:15.829Z | [ host-image] Feb 12 07:03:15.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin" |
| 10929 | 2026-02-12T07:03:15.830Z | [ host-image] Feb 12 07:03:15.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin" |
| 10930 | 2026-02-12T07:03:15.830Z | [ host-image] Feb 12 07:03:15.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin" |
| 10931 | 2026-02-12T07:03:15.830Z | [ host-image] Feb 12 07:03:15.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin" |
| 10932 | 2026-02-12T07:03:15.830Z | [ host-image] Feb 12 07:03:15.020 INFO O| Info: ABL version: 0x100f5010 |
| 10933 | 2026-02-12T07:03:15.830Z | [ host-image] Feb 12 07:03:15.020 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0 |
| 10934 | 2026-02-12T07:03:15.830Z | [ host-image] Feb 12 07:03:15.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin" |
| 10935 | 2026-02-12T07:03:15.830Z | [ host-image] Feb 12 07:03:15.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin" |
| 10936 | 2026-02-12T07:03:15.830Z | [ host-image] Feb 12 07:03:15.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin" |
| 10937 | 2026-02-12T07:03:15.830Z | [ host-image] Feb 12 07:03:15.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin" |
| 10938 | 2026-02-12T07:03:15.830Z | [ host-image] Feb 12 07:03:15.021 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin" |
| 10939 | 2026-02-12T07:03:15.830Z | [ host-image] Feb 12 07:03:15.021 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin" |
| 10940 | 2026-02-12T07:03:15.830Z | [ host-image] Feb 12 07:03:15.021 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin" |
| 10941 | 2026-02-12T07:03:15.830Z | [ host-image] Feb 12 07:03:15.021 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin" |
| 10942 | 2026-02-12T07:03:15.830Z | [ host-image] Feb 12 07:03:15.021 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin" |
| 10943 | 2026-02-12T07:03:15.830Z | [ host-image] Feb 12 07:03:15.021 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin" |
| 10944 | 2026-02-12T07:03:15.830Z | [ host-image] Feb 12 07:03:15.021 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin" |
| 10945 | 2026-02-12T07:03:15.830Z | [ host-image] Feb 12 07:03:15.021 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin" |
| 10946 | 2026-02-12T07:03:15.830Z | [ host-image] Feb 12 07:03:15.021 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin" |
| 10947 | 2026-02-12T07:03:15.830Z | [ host-image] Feb 12 07:03:15.021 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin" |
| 10948 | 2026-02-12T07:03:15.830Z | [ host-image] Feb 12 07:03:15.021 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin" |
| 10949 | 2026-02-12T07:03:15.830Z | [ host-image] Feb 12 07:03:15.021 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin" |
| 10950 | 2026-02-12T07:03:15.830Z | [ host-image] Feb 12 07:03:15.021 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin" |
| 10951 | 2026-02-12T07:03:15.830Z | [ host-image] Feb 12 07:03:15.021 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin" |
| 10952 | 2026-02-12T07:03:15.866Z | [ host-image] Feb 12 07:03:15.059 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
| 10953 | 2026-02-12T07:03:40.224Z | [ host-image] Feb 12 07:03:38.123 INFO image complete! materials are in "/work/os-host" |
| 10954 | 2026-02-12T07:03:40.224Z | [ host-image] |
| 10955 | 2026-02-12T07:03:40.224Z | [ host-image] real 35:39.442161643 |
| 10956 | 2026-02-12T07:03:40.224Z | [ host-image] user 24:06.209504708 |
| 10957 | 2026-02-12T07:03:40.224Z | [ host-image] sys 1:35.108427005 |
| 10958 | 2026-02-12T07:03:40.224Z | [ host-image] trap 1.235245330 |
| 10959 | 2026-02-12T07:03:40.224Z | [ host-image] tflt 0.242287385 |
| 10960 | 2026-02-12T07:03:40.224Z | [ host-image] dflt 36.978879649 |
| 10961 | 2026-02-12T07:03:40.224Z | [ host-image] kflt 0.048552661 |
| 10962 | 2026-02-12T07:03:40.224Z | [ host-image] lock 41:17.812104242 |
| 10963 | 2026-02-12T07:03:40.224Z | [ host-image] slp 3:30:10.265967268 |
| 10964 | 2026-02-12T07:03:40.224Z | [ host-image] lat 8:46.852190127 |
| 10965 | 2026-02-12T07:03:40.225Z | [ host-image] stop 2.990101286 |
| 10966 | 2026-02-12T07:03:40.225Z | Feb 12 07:03:39.003 INFO [host-image] process exited with exit status: 0 (2140.322585248s) |
| 10967 | 2026-02-12T07:03:40.225Z | Feb 12 07:03:39.003 INFO [tuf-repo] running task |
| 10968 | 2026-02-12T07:04:06.052Z | Feb 12 07:04:05.241 INFO assembling repository in `/tmp/tufaceousA1XJpa`, component: OmicronRepoAssembler |
| 10969 | 2026-02-12T07:04:13.392Z | Feb 12 07:04:12.580 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
| 10970 | 2026-02-12T07:04:13.638Z | Feb 12 07:04:12.826 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
| 10971 | 2026-02-12T07:04:32.525Z | Feb 12 07:04:31.711 INFO extracting uploaded archive to /tmp/.tmpzUzbbc |
| 10972 | 2026-02-12T07:04:35.616Z | Feb 12 07:04:34.801 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.gHD0UR |
| 10973 | 2026-02-12T07:04:35.701Z | Feb 12 07:04:34.887 INFO added artifact, length: 6505836, hash: 62a82ddd4d90fac01ac7bc96bd997734c1af74bef7232e5d8902ceeed3b0c7a1, version: 1.0.59, kind: gimlet_sp, name: cosmo-a |
| 10974 | 2026-02-12T07:04:35.840Z | Feb 12 07:04:35.026 INFO added artifact, length: 6505965, hash: 4bbf697751c0b035befe8a5892620a210d49c2e336c38b16e2e5ca66b2a5bc26, version: 1.0.59, kind: gimlet_sp, name: cosmo-b |
| 10975 | 2026-02-12T07:04:35.972Z | Feb 12 07:04:35.158 INFO added artifact, length: 5475533, hash: 273e632fdcd5f8e68a8bcbce01f0c57b441b8d4f55fa5a5a655c016219804d4c, version: 1.0.59, kind: gimlet_sp, name: gimlet-b |
| 10976 | 2026-02-12T07:04:36.095Z | Feb 12 07:04:35.281 INFO added artifact, length: 5477961, hash: d9a0d17456460a38ee4f23218ba494379ff093e5013e60aacebb622391071fb0, version: 1.0.59, kind: gimlet_sp, name: gimlet-c |
| 10977 | 2026-02-12T07:04:36.219Z | Feb 12 07:04:35.404 INFO added artifact, length: 5466521, hash: 90391cc4f7ebed856eeb3e8d002fd6acbb6b66dafd1f1adbd42c415fbfc2788f, version: 1.0.59, kind: gimlet_sp, name: gimlet-d |
| 10978 | 2026-02-12T07:04:36.341Z | Feb 12 07:04:35.528 INFO added artifact, length: 5466091, hash: 6355c7b199c7b2400576b266004ab9939beb5235f7390bfdb2cb76b0429808db, version: 1.0.59, kind: gimlet_sp, name: gimlet-e |
| 10979 | 2026-02-12T07:04:36.465Z | Feb 12 07:04:35.651 INFO added artifact, length: 5466041, hash: cb8af4ce9217bc764eaf9de8b71d21e715433d5fc74fef6b81a0fc3bf54e0101, version: 1.0.59, kind: gimlet_sp, name: gimlet-f |
| 10980 | 2026-02-12T07:04:36.606Z | Feb 12 07:04:35.792 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet |
| 10981 | 2026-02-12T07:04:36.607Z | Feb 12 07:04:35.792 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet |
| 10982 | 2026-02-12T07:04:36.687Z | Feb 12 07:04:35.872 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo |
| 10983 | 2026-02-12T07:04:36.687Z | Feb 12 07:04:35.873 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo |
| 10984 | 2026-02-12T07:04:36.770Z | Feb 12 07:04:35.956 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet |
| 10985 | 2026-02-12T07:04:36.770Z | Feb 12 07:04:35.956 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet |
| 10986 | 2026-02-12T07:04:36.853Z | Feb 12 07:04:36.039 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 10987 | 2026-02-12T07:04:36.853Z | Feb 12 07:04:36.039 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 10988 | 2026-02-12T07:04:36.935Z | Feb 12 07:04:36.121 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo |
| 10989 | 2026-02-12T07:04:36.935Z | Feb 12 07:04:36.121 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo |
| 10990 | 2026-02-12T07:04:37.015Z | Feb 12 07:04:36.200 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet |
| 10991 | 2026-02-12T07:04:37.015Z | Feb 12 07:04:36.200 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet |
| 10992 | 2026-02-12T07:04:37.094Z | Feb 12 07:04:36.280 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo |
| 10993 | 2026-02-12T07:04:37.094Z | Feb 12 07:04:36.280 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo |
| 10994 | 2026-02-12T07:04:37.097Z | Feb 12 07:04:36.281 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet |
| 10995 | 2026-02-12T07:04:37.097Z | Feb 12 07:04:36.282 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo |
| 10996 | 2026-02-12T07:04:37.097Z | Feb 12 07:04:36.283 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart |
| 10997 | 2026-02-12T07:04:37.100Z | Feb 12 07:04:36.284 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet |
| 10998 | 2026-02-12T07:04:37.100Z | Feb 12 07:04:36.285 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo |
| 10999 | 2026-02-12T07:04:46.316Z | Feb 12 07:04:45.501 INFO added artifact, length: 33554432, hash: 909aac2b90f20e2654d39f812cd190583c862080c15a9ecef14dda411cddf058, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: gimlet_host_phase_1, name: host |
| 11000 | 2026-02-12T07:04:46.316Z | Feb 12 07:04:45.501 INFO added artifact, length: 33554432, hash: 01d7795d641e47ae2fe60194329dc0fae5109c5e7e018e5b525c572e3f15a06a, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: cosmo_host_phase_1, name: host |
| 11001 | 2026-02-12T07:04:46.316Z | Feb 12 07:04:45.501 INFO added artifact, length: 1101008896, hash: 488261ec985a245f90b2b9e3798936def88aacbc2fbf15fd59146ade61117e67, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: host_phase_2, name: host |
| 11002 | 2026-02-12T07:04:47.824Z | Feb 12 07:04:47.008 INFO added artifact, length: 33554432, hash: d785f52739827ff5cd2f563646e09f3f039a14149a3a7f59eb4022c3148a4189, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: gimlet_trampoline_phase_1, name: trampoline |
| 11003 | 2026-02-12T07:04:47.824Z | Feb 12 07:04:47.009 INFO added artifact, length: 33554432, hash: 7e6c13319ae704a3c4f0f2656960c704d078274a492327b5e18ed7804323780a, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: cosmo_trampoline_phase_1, name: trampoline |
| 11004 | 2026-02-12T07:04:47.824Z | Feb 12 07:04:47.009 INFO added artifact, length: 144157109, hash: d693975f58588c31e3658af6a37a90d85be584a20e3d1e34e4a4262c0120479a, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: trampoline_phase_2, name: trampoline |
| 11005 | 2026-02-12T07:04:50.837Z | Feb 12 07:04:50.021 INFO added artifact, length: 309765502, hash: c0d0126745d5638682fe5b32307683af6398f2af11f07c1da90beb21986a6ae0, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: zone, name: clickhouse_keeper |
| 11006 | 2026-02-12T07:04:54.042Z | Feb 12 07:04:53.226 INFO added artifact, length: 327184103, hash: d9d75239f1f73c90e2b59a3c282f9a69f1647eb41fb3930dd810e9f6bb87b7b6, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: zone, name: clickhouse_server |
| 11007 | 2026-02-12T07:04:57.221Z | Feb 12 07:04:56.405 INFO added artifact, length: 327185519, hash: c8e28e2ca5e8783fc6ee7534a5da8e7d2a29c1fb820b719612544970b5b7cc70, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: zone, name: clickhouse |
| 11008 | 2026-02-12T07:04:58.856Z | Feb 12 07:04:58.040 INFO added artifact, length: 169070040, hash: 4426a360b466881818025bfa2bc570f841781cdcf8aeee313168915d1dd06d19, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: zone, name: cockroachdb |
| 11009 | 2026-02-12T07:04:59.274Z | Feb 12 07:04:58.458 INFO added artifact, length: 42537495, hash: 7c535a1497b0b4b684cf77af7c819aac9387141c9ffd2c540a2cefbb91de53f2, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: zone, name: crucible-pantry-zone |
| 11010 | 2026-02-12T07:04:59.828Z | Feb 12 07:04:59.012 INFO added artifact, length: 57014958, hash: 6022dae717479e6b4b3b4bbf7d0e6180a5362a2458caba5c59e71502508beb62, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: zone, name: crucible-zone |
| 11011 | 2026-02-12T07:05:00.317Z | Feb 12 07:04:59.501 INFO added artifact, length: 49946301, hash: 2867613696311107dbd0b75d6b009ce739ec0f3108fd7929ad33cc661ce67f67, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: zone, name: external-dns |
| 11012 | 2026-02-12T07:05:00.804Z | Feb 12 07:04:59.987 INFO added artifact, length: 49945898, hash: 804eecca797b497cfac1f2b4a28a2688c86da75aff08b8f349578a92d12f48d9, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: zone, name: internal-dns |
| 11013 | 2026-02-12T07:05:02.907Z | Feb 12 07:05:02.091 INFO added artifact, length: 215415532, hash: 97ccb100dd79bc23ddf70885042015739c5c3e13617d6f6207a38a273ac60ebe, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: zone, name: nexus |
| 11014 | 2026-02-12T07:05:03.203Z | Feb 12 07:05:02.386 INFO added artifact, length: 30358401, hash: 8c45cce5c54159a1806433d75a9173feedf0bd9ccaa2413d6cc6e2f5bf9ca0db, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: zone, name: ntp |
| 11015 | 2026-02-12T07:05:03.853Z | Feb 12 07:05:03.036 INFO added artifact, length: 66509172, hash: af2441c295535e8d3cda3600c5e0191be843b4564d6048efac9715dcdca320ad, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: zone, name: oximeter |
| 11016 | 2026-02-12T07:05:03.883Z | Feb 12 07:05:03.067 INFO added artifact, length: 3109590, hash: d9bd21ad4cf7e730457b3e97dc19a66745537f3b6f1fd36b44aab8f5f73baf82, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: zone, name: probe |
| 11017 | 2026-02-12T07:05:03.886Z | Feb 12 07:05:03.067 INFO added artifact, length: 829, hash: 5c7fe2ddf8348490edaedf879310fe4e9ef3efd445b61c4b0cb687a928fd063f, version: 1.0.59, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.59 |
| 11018 | 2026-02-12T07:05:03.886Z | Feb 12 07:05:03.068 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38 |
| 11019 | 2026-02-12T07:05:03.886Z | Feb 12 07:05:03.068 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38 |
| 11020 | 2026-02-12T07:05:03.932Z | Feb 12 07:05:03.116 INFO added artifact, length: 4132423, hash: 3fd2db199a1be2379b11c377c7b62e009d37a9ffd64fa469c76fa2ca04671b53, version: 1.0.59, kind: psc_sp, name: psc-b |
| 11021 | 2026-02-12T07:05:03.979Z | Feb 12 07:05:03.163 INFO added artifact, length: 4135787, hash: ee13d95bd19ac6943f7d026b40fa23df87e43aacd5edd7140f3d11f5d711cb9a, version: 1.0.59, kind: psc_sp, name: psc-c |
| 11022 | 2026-02-12T07:05:04.059Z | Feb 12 07:05:03.242 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc |
| 11023 | 2026-02-12T07:05:04.059Z | Feb 12 07:05:03.242 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc |
| 11024 | 2026-02-12T07:05:04.140Z | Feb 12 07:05:03.324 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc |
| 11025 | 2026-02-12T07:05:04.140Z | Feb 12 07:05:03.324 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc |
| 11026 | 2026-02-12T07:05:04.221Z | Feb 12 07:05:03.405 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 11027 | 2026-02-12T07:05:04.222Z | Feb 12 07:05:03.405 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 11028 | 2026-02-12T07:05:04.300Z | Feb 12 07:05:03.483 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc |
| 11029 | 2026-02-12T07:05:04.300Z | Feb 12 07:05:03.483 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc |
| 11030 | 2026-02-12T07:05:04.303Z | Feb 12 07:05:03.484 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc |
| 11031 | 2026-02-12T07:05:04.303Z | Feb 12 07:05:03.485 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart |
| 11032 | 2026-02-12T07:05:04.303Z | Feb 12 07:05:03.486 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc |
| 11033 | 2026-02-12T07:05:04.378Z | Feb 12 07:05:03.561 INFO added artifact, length: 6944344, hash: 085f04164b2caf581c11b0ca8173e3ce3ad007e4bcb1a8b7df5ee9eb911eeed8, version: 1.0.59, kind: switch_sp, name: sidecar-b |
| 11034 | 2026-02-12T07:05:04.524Z | Feb 12 07:05:03.707 INFO added artifact, length: 6961228, hash: 1f8158421c7a95d2ec9247f669f0fb019ec3e95f6a40e9a5571068eea61f3c61, version: 1.0.59, kind: switch_sp, name: sidecar-c |
| 11035 | 2026-02-12T07:05:04.674Z | Feb 12 07:05:03.858 INFO added artifact, length: 6961124, hash: e1419f4d415b72090fad790d41dfaa68aaef96cb8865d2d5ca9491dc60ea7eaa, version: 1.0.59, kind: switch_sp, name: sidecar-d |
| 11036 | 2026-02-12T07:05:04.828Z | Feb 12 07:05:04.011 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar |
| 11037 | 2026-02-12T07:05:04.828Z | Feb 12 07:05:04.011 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar |
| 11038 | 2026-02-12T07:05:04.911Z | Feb 12 07:05:04.094 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar |
| 11039 | 2026-02-12T07:05:04.911Z | Feb 12 07:05:04.094 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar |
| 11040 | 2026-02-12T07:05:04.992Z | Feb 12 07:05:04.175 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 11041 | 2026-02-12T07:05:04.992Z | Feb 12 07:05:04.175 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 11042 | 2026-02-12T07:05:05.071Z | Feb 12 07:05:04.254 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar |
| 11043 | 2026-02-12T07:05:05.071Z | Feb 12 07:05:04.254 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar |
| 11044 | 2026-02-12T07:05:05.075Z | Feb 12 07:05:04.255 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar |
| 11045 | 2026-02-12T07:05:05.075Z | Feb 12 07:05:04.256 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart |
| 11046 | 2026-02-12T07:05:05.075Z | Feb 12 07:05:04.257 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar |
| 11047 | 2026-02-12T07:05:05.075Z | Feb 12 07:05:04.257 INFO added artifact, length: 924, hash: 9ff964496f4e9430aa30e78ae7ddb9fa650d9d7484cd229e55ded6bd1e3d2857, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: installinator_document, name: installinator_document |
| 11048 | 2026-02-12T07:05:05.585Z | Feb 12 07:05:04.769 INFO extracting uploaded archive to /tmp/.tmpVq2ydH |
| 11049 | 2026-02-12T07:05:08.560Z | Feb 12 07:05:07.743 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.Zo1PRU |
| 11050 | 2026-02-12T07:05:08.631Z | Feb 12 07:05:07.814 INFO added artifact, length: 6505836, hash: 62a82ddd4d90fac01ac7bc96bd997734c1af74bef7232e5d8902ceeed3b0c7a1, version: 1.0.59, kind: gimlet_sp, name: cosmo-a |
| 11051 | 2026-02-12T07:05:08.770Z | Feb 12 07:05:07.953 INFO added artifact, length: 6505965, hash: 4bbf697751c0b035befe8a5892620a210d49c2e336c38b16e2e5ca66b2a5bc26, version: 1.0.59, kind: gimlet_sp, name: cosmo-b |
| 11052 | 2026-02-12T07:05:08.902Z | Feb 12 07:05:08.085 INFO added artifact, length: 5475533, hash: 273e632fdcd5f8e68a8bcbce01f0c57b441b8d4f55fa5a5a655c016219804d4c, version: 1.0.59, kind: gimlet_sp, name: gimlet-b |
| 11053 | 2026-02-12T07:05:09.024Z | Feb 12 07:05:08.208 INFO added artifact, length: 5477961, hash: d9a0d17456460a38ee4f23218ba494379ff093e5013e60aacebb622391071fb0, version: 1.0.59, kind: gimlet_sp, name: gimlet-c |
| 11054 | 2026-02-12T07:05:09.149Z | Feb 12 07:05:08.332 INFO added artifact, length: 5466521, hash: 90391cc4f7ebed856eeb3e8d002fd6acbb6b66dafd1f1adbd42c415fbfc2788f, version: 1.0.59, kind: gimlet_sp, name: gimlet-d |
| 11055 | 2026-02-12T07:05:09.271Z | Feb 12 07:05:08.454 INFO added artifact, length: 5466091, hash: 6355c7b199c7b2400576b266004ab9939beb5235f7390bfdb2cb76b0429808db, version: 1.0.59, kind: gimlet_sp, name: gimlet-e |
| 11056 | 2026-02-12T07:05:09.395Z | Feb 12 07:05:08.578 INFO added artifact, length: 5466041, hash: cb8af4ce9217bc764eaf9de8b71d21e715433d5fc74fef6b81a0fc3bf54e0101, version: 1.0.59, kind: gimlet_sp, name: gimlet-f |
| 11057 | 2026-02-12T07:05:09.533Z | Feb 12 07:05:08.716 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet |
| 11058 | 2026-02-12T07:05:09.533Z | Feb 12 07:05:08.716 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet |
| 11059 | 2026-02-12T07:05:09.612Z | Feb 12 07:05:08.795 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo |
| 11060 | 2026-02-12T07:05:09.612Z | Feb 12 07:05:08.795 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo |
| 11061 | 2026-02-12T07:05:09.693Z | Feb 12 07:05:08.876 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet |
| 11062 | 2026-02-12T07:05:09.696Z | Feb 12 07:05:08.876 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet |
| 11063 | 2026-02-12T07:05:09.774Z | Feb 12 07:05:08.957 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 11064 | 2026-02-12T07:05:09.774Z | Feb 12 07:05:08.957 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 11065 | 2026-02-12T07:05:09.856Z | Feb 12 07:05:09.039 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo |
| 11066 | 2026-02-12T07:05:09.856Z | Feb 12 07:05:09.039 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo |
| 11067 | 2026-02-12T07:05:09.934Z | Feb 12 07:05:09.117 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet |
| 11068 | 2026-02-12T07:05:09.934Z | Feb 12 07:05:09.117 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet |
| 11069 | 2026-02-12T07:05:10.014Z | Feb 12 07:05:09.196 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo |
| 11070 | 2026-02-12T07:05:10.014Z | Feb 12 07:05:09.196 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo |
| 11071 | 2026-02-12T07:05:10.017Z | Feb 12 07:05:09.198 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet |
| 11072 | 2026-02-12T07:05:10.017Z | Feb 12 07:05:09.199 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo |
| 11073 | 2026-02-12T07:05:10.017Z | Feb 12 07:05:09.199 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart |
| 11074 | 2026-02-12T07:05:10.020Z | Feb 12 07:05:09.200 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet |
| 11075 | 2026-02-12T07:05:10.020Z | Feb 12 07:05:09.202 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo |
| 11076 | 2026-02-12T07:05:18.440Z | Feb 12 07:05:17.622 INFO added artifact, length: 33554432, hash: 909aac2b90f20e2654d39f812cd190583c862080c15a9ecef14dda411cddf058, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: gimlet_host_phase_1, name: host |
| 11077 | 2026-02-12T07:05:18.440Z | Feb 12 07:05:17.622 INFO added artifact, length: 33554432, hash: 01d7795d641e47ae2fe60194329dc0fae5109c5e7e018e5b525c572e3f15a06a, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: cosmo_host_phase_1, name: host |
| 11078 | 2026-02-12T07:05:18.440Z | Feb 12 07:05:17.622 INFO added artifact, length: 1101008896, hash: 488261ec985a245f90b2b9e3798936def88aacbc2fbf15fd59146ade61117e67, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: host_phase_2, name: host |
| 11079 | 2026-02-12T07:05:19.938Z | Feb 12 07:05:19.120 INFO added artifact, length: 33554432, hash: d785f52739827ff5cd2f563646e09f3f039a14149a3a7f59eb4022c3148a4189, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: gimlet_trampoline_phase_1, name: trampoline |
| 11080 | 2026-02-12T07:05:19.938Z | Feb 12 07:05:19.120 INFO added artifact, length: 33554432, hash: 7e6c13319ae704a3c4f0f2656960c704d078274a492327b5e18ed7804323780a, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: cosmo_trampoline_phase_1, name: trampoline |
| 11081 | 2026-02-12T07:05:19.938Z | Feb 12 07:05:19.120 INFO added artifact, length: 144157109, hash: d693975f58588c31e3658af6a37a90d85be584a20e3d1e34e4a4262c0120479a, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: trampoline_phase_2, name: trampoline |
| 11082 | 2026-02-12T07:05:30.825Z | Feb 12 07:05:30.006 INFO added artifact, length: 1705371970, hash: 3be5d6ddc1f94f6e8c42864fe10737fbe5252e153d16683b92b93baac9834375, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: control_plane, name: control-plane |
| 11083 | 2026-02-12T07:05:30.828Z | Feb 12 07:05:30.006 INFO added artifact, length: 829, hash: 5c7fe2ddf8348490edaedf879310fe4e9ef3efd445b61c4b0cb687a928fd063f, version: 1.0.59, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.59 |
| 11084 | 2026-02-12T07:05:30.828Z | Feb 12 07:05:30.006 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38 |
| 11085 | 2026-02-12T07:05:30.828Z | Feb 12 07:05:30.007 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38 |
| 11086 | 2026-02-12T07:05:30.873Z | Feb 12 07:05:30.055 INFO added artifact, length: 4132423, hash: 3fd2db199a1be2379b11c377c7b62e009d37a9ffd64fa469c76fa2ca04671b53, version: 1.0.59, kind: psc_sp, name: psc-b |
| 11087 | 2026-02-12T07:05:30.920Z | Feb 12 07:05:30.102 INFO added artifact, length: 4135787, hash: ee13d95bd19ac6943f7d026b40fa23df87e43aacd5edd7140f3d11f5d711cb9a, version: 1.0.59, kind: psc_sp, name: psc-c |
| 11088 | 2026-02-12T07:05:31.003Z | Feb 12 07:05:30.185 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc |
| 11089 | 2026-02-12T07:05:31.004Z | Feb 12 07:05:30.185 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc |
| 11090 | 2026-02-12T07:05:31.086Z | Feb 12 07:05:30.267 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc |
| 11091 | 2026-02-12T07:05:31.086Z | Feb 12 07:05:30.267 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc |
| 11092 | 2026-02-12T07:05:31.167Z | Feb 12 07:05:30.349 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 11093 | 2026-02-12T07:05:31.172Z | Feb 12 07:05:30.349 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 11094 | 2026-02-12T07:05:31.246Z | Feb 12 07:05:30.428 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc |
| 11095 | 2026-02-12T07:05:31.247Z | Feb 12 07:05:30.428 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc |
| 11096 | 2026-02-12T07:05:31.250Z | Feb 12 07:05:30.429 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc |
| 11097 | 2026-02-12T07:05:31.250Z | Feb 12 07:05:30.430 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart |
| 11098 | 2026-02-12T07:05:31.250Z | Feb 12 07:05:30.431 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc |
| 11099 | 2026-02-12T07:05:31.325Z | Feb 12 07:05:30.506 INFO added artifact, length: 6944344, hash: 085f04164b2caf581c11b0ca8173e3ce3ad007e4bcb1a8b7df5ee9eb911eeed8, version: 1.0.59, kind: switch_sp, name: sidecar-b |
| 11100 | 2026-02-12T07:05:31.472Z | Feb 12 07:05:30.654 INFO added artifact, length: 6961228, hash: 1f8158421c7a95d2ec9247f669f0fb019ec3e95f6a40e9a5571068eea61f3c61, version: 1.0.59, kind: switch_sp, name: sidecar-c |
| 11101 | 2026-02-12T07:05:31.618Z | Feb 12 07:05:30.799 INFO added artifact, length: 6961124, hash: e1419f4d415b72090fad790d41dfaa68aaef96cb8865d2d5ca9491dc60ea7eaa, version: 1.0.59, kind: switch_sp, name: sidecar-d |
| 11102 | 2026-02-12T07:05:31.770Z | Feb 12 07:05:30.951 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar |
| 11103 | 2026-02-12T07:05:31.770Z | Feb 12 07:05:30.951 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar |
| 11104 | 2026-02-12T07:05:31.852Z | Feb 12 07:05:31.033 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar |
| 11105 | 2026-02-12T07:05:31.852Z | Feb 12 07:05:31.033 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar |
| 11106 | 2026-02-12T07:05:31.933Z | Feb 12 07:05:31.114 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 11107 | 2026-02-12T07:05:31.933Z | Feb 12 07:05:31.114 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 11108 | 2026-02-12T07:05:32.011Z | Feb 12 07:05:31.192 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar |
| 11109 | 2026-02-12T07:05:32.011Z | Feb 12 07:05:31.193 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar |
| 11110 | 2026-02-12T07:05:32.015Z | Feb 12 07:05:31.193 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar |
| 11111 | 2026-02-12T07:05:32.015Z | Feb 12 07:05:31.194 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart |
| 11112 | 2026-02-12T07:05:32.015Z | Feb 12 07:05:31.195 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar |
| 11113 | 2026-02-12T07:05:32.015Z | Feb 12 07:05:31.195 INFO added artifact, length: 924, hash: 9ff964496f4e9430aa30e78ae7ddb9fa650d9d7484cd229e55ded6bd1e3d2857, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: installinator_document, name: installinator_document |
| 11114 | 2026-02-12T07:05:32.513Z | Feb 12 07:05:31.694 INFO [tuf-repo] task succeeded (112.6908554s) |
| 11115 | 2026-02-12T07:05:32.513Z | Feb 12 07:05:31.694 INFO all jobs completed in 4130.404960897s |
| 11116 | 2026-02-12T07:05:34.820Z | process exited: duration 4955625 ms, exit code 0 |
| |
| 11117 | 2026-02-12T07:05:34.838Z | found 41 output files |
| 11118 | 2026-02-12T07:05:34.838Z | uploading: /work/manifest.toml (17174 bytes) |
| 11119 | 2026-02-12T07:05:35.852Z | uploaded: /work/manifest.toml |
| 11120 | 2026-02-12T07:05:35.852Z | uploading: /work/repo.zip (2943940470 bytes) |
| 11121 | 2026-02-12T07:06:17.573Z | uploaded: /work/repo.zip |
| 11122 | 2026-02-12T07:06:17.573Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
| 11123 | 2026-02-12T07:06:18.585Z | uploaded: /work/repo.zip.sha256.txt |
| 11124 | 2026-02-12T07:06:18.585Z | uploading: /work/helios.json (647 bytes) |
| 11125 | 2026-02-12T07:06:19.595Z | uploaded: /work/helios.json |
| 11126 | 2026-02-12T07:06:19.595Z | uploading: /work/incorporation.p5m (100324 bytes) |
| 11127 | 2026-02-12T07:06:20.612Z | uploaded: /work/incorporation.p5m |
| 11128 | 2026-02-12T07:06:20.612Z | uploading: /work/incorporation.p5p (122880 bytes) |
| 11129 | 2026-02-12T07:06:21.629Z | uploaded: /work/incorporation.p5p |
| 11130 | 2026-02-12T07:06:21.633Z | uploading: /work/helios-incorp.log (526 bytes) |
| 11131 | 2026-02-12T07:06:22.640Z | uploaded: /work/helios-incorp.log |
| 11132 | 2026-02-12T07:06:22.640Z | uploading: /work/helios-setup.log (73467 bytes) |
| 11133 | 2026-02-12T07:06:23.657Z | uploaded: /work/helios-setup.log |
| 11134 | 2026-02-12T07:06:23.657Z | uploading: /work/host-image.log (233478 bytes) |
| 11135 | 2026-02-12T07:06:24.677Z | uploaded: /work/host-image.log |
| 11136 | 2026-02-12T07:06:24.677Z | uploading: /work/host-package.log (32976 bytes) |
| 11137 | 2026-02-12T07:06:25.691Z | uploaded: /work/host-package.log |
| 11138 | 2026-02-12T07:06:25.692Z | uploading: /work/host-target.log (101 bytes) |
| 11139 | 2026-02-12T07:06:26.702Z | uploaded: /work/host-target.log |
| 11140 | 2026-02-12T07:06:26.703Z | uploading: /work/incorp-create.log (0 bytes) |
| 11141 | 2026-02-12T07:06:27.710Z | uploaded: /work/incorp-create.log |
| 11142 | 2026-02-12T07:06:27.710Z | uploading: /work/incorp-fmt.log (0 bytes) |
| 11143 | 2026-02-12T07:06:28.717Z | uploaded: /work/incorp-fmt.log |
| 11144 | 2026-02-12T07:06:28.717Z | uploading: /work/incorp-pkgsend.log (108 bytes) |
| 11145 | 2026-02-12T07:06:29.728Z | uploaded: /work/incorp-pkgsend.log |
| 11146 | 2026-02-12T07:06:29.728Z | uploading: /work/incorp-publisher.log (0 bytes) |
| 11147 | 2026-02-12T07:06:30.736Z | uploaded: /work/incorp-publisher.log |
| 11148 | 2026-02-12T07:06:30.736Z | uploading: /work/omicron-package.log (6714 bytes) |
| 11149 | 2026-02-12T07:06:31.792Z | uploaded: /work/omicron-package.log |
| 11150 | 2026-02-12T07:06:31.792Z | uploading: /work/recovery-image.log (603404 bytes) |
| 11151 | 2026-02-12T07:06:32.816Z | uploaded: /work/recovery-image.log |
| 11152 | 2026-02-12T07:06:32.816Z | uploading: /work/recovery-package.log (1771 bytes) |
| 11153 | 2026-02-12T07:06:33.826Z | uploaded: /work/recovery-package.log |
| 11154 | 2026-02-12T07:06:33.826Z | uploading: /work/recovery-target.log (98 bytes) |
| 11155 | 2026-02-12T07:06:34.836Z | uploaded: /work/recovery-target.log |
| 11156 | 2026-02-12T07:06:34.836Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
| 11157 | 2026-02-12T07:06:35.846Z | uploaded: /work/stamp-clickhouse.log |
| 11158 | 2026-02-12T07:06:35.846Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
| 11159 | 2026-02-12T07:06:36.855Z | uploaded: /work/stamp-clickhouse_keeper.log |
| 11160 | 2026-02-12T07:06:36.855Z | uploading: /work/stamp-clickhouse_server.log (124 bytes) |
| 11161 | 2026-02-12T07:06:37.865Z | uploaded: /work/stamp-clickhouse_server.log |
| 11162 | 2026-02-12T07:06:37.865Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
| 11163 | 2026-02-12T07:06:38.875Z | uploaded: /work/stamp-cockroachdb.log |
| 11164 | 2026-02-12T07:06:38.876Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
| 11165 | 2026-02-12T07:06:39.886Z | uploaded: /work/stamp-crucible-pantry-zone.log |
| 11166 | 2026-02-12T07:06:39.886Z | uploading: /work/stamp-crucible-utils.log (118 bytes) |
| 11167 | 2026-02-12T07:06:40.895Z | uploaded: /work/stamp-crucible-utils.log |
| 11168 | 2026-02-12T07:06:40.895Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
| 11169 | 2026-02-12T07:06:41.905Z | uploaded: /work/stamp-crucible-zone.log |
| 11170 | 2026-02-12T07:06:41.905Z | uploading: /work/stamp-external-dns.log (119 bytes) |
| 11171 | 2026-02-12T07:06:42.913Z | uploaded: /work/stamp-external-dns.log |
| 11172 | 2026-02-12T07:06:42.913Z | uploading: /work/stamp-installinator.log (103 bytes) |
| 11173 | 2026-02-12T07:06:43.923Z | uploaded: /work/stamp-installinator.log |
| 11174 | 2026-02-12T07:06:43.923Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
| 11175 | 2026-02-12T07:06:44.933Z | uploaded: /work/stamp-internal-dns.log |
| 11176 | 2026-02-12T07:06:44.933Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
| 11177 | 2026-02-12T07:06:45.943Z | uploaded: /work/stamp-mg-ddm-gz.log |
| 11178 | 2026-02-12T07:06:45.943Z | uploading: /work/stamp-nexus.log (112 bytes) |
| 11179 | 2026-02-12T07:06:46.953Z | uploaded: /work/stamp-nexus.log |
| 11180 | 2026-02-12T07:06:46.953Z | uploading: /work/stamp-ntp.log (110 bytes) |
| 11181 | 2026-02-12T07:06:47.962Z | uploaded: /work/stamp-ntp.log |
| 11182 | 2026-02-12T07:06:47.962Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
| 11183 | 2026-02-12T07:06:48.972Z | uploaded: /work/stamp-omicron-sled-agent.log |
| 11184 | 2026-02-12T07:06:48.972Z | uploading: /work/stamp-overlay.log (114 bytes) |
| 11185 | 2026-02-12T07:06:49.981Z | uploaded: /work/stamp-overlay.log |
| 11186 | 2026-02-12T07:06:49.981Z | uploading: /work/stamp-oximeter.log (115 bytes) |
| 11187 | 2026-02-12T07:06:50.990Z | uploaded: /work/stamp-oximeter.log |
| 11188 | 2026-02-12T07:06:50.991Z | uploading: /work/stamp-oxlog.log (109 bytes) |
| 11189 | 2026-02-12T07:06:52.000Z | uploaded: /work/stamp-oxlog.log |
| 11190 | 2026-02-12T07:06:52.000Z | uploading: /work/stamp-probe.log (112 bytes) |
| 11191 | 2026-02-12T07:06:53.010Z | uploaded: /work/stamp-probe.log |
| 11192 | 2026-02-12T07:06:53.010Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
| 11193 | 2026-02-12T07:06:54.019Z | uploaded: /work/stamp-propolis-server.log |
| 11194 | 2026-02-12T07:06:54.019Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
| 11195 | 2026-02-12T07:06:55.029Z | uploaded: /work/stamp-pumpkind-gz.log |
| 11196 | 2026-02-12T07:06:55.029Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
| 11197 | 2026-02-12T07:06:56.039Z | uploaded: /work/stamp-switch-asic.log |
| 11198 | 2026-02-12T07:06:56.039Z | uploading: /work/verify-libraries.log (11319 bytes) |
| 11199 | 2026-02-12T07:06:57.049Z | uploaded: /work/verify-libraries.log |