|
|
|
| 1 | 2025-08-18T18:48:44.775Z | job assigned to worker 01K2Z84MET4NBTKHSFVRS7C1M2 [factory aws, i-0c820be510009862f] (queued for 52 s) |
| |
| 2 | 2025-08-18T18:48:52.789Z | starting task 0: "setup" |
| 3 | 2025-08-18T18:48:52.794Z | ++ uname -s |
| 4 | 2025-08-18T18:48:52.797Z | + kern=SunOS |
| 5 | 2025-08-18T18:48:52.797Z | + build_user=build |
| 6 | 2025-08-18T18:48:52.797Z | + build_uid=12345 |
| 7 | 2025-08-18T18:48:52.797Z | + work_dir=/work |
| 8 | 2025-08-18T18:48:52.797Z | + input_dir=/input |
| 9 | 2025-08-18T18:48:52.797Z | + [[ 0 == 12345 ]] |
| 10 | 2025-08-18T18:48:52.797Z | + case "$kern" in |
| 11 | 2025-08-18T18:48:52.797Z | + groupadd -g 12345 build |
| 12 | 2025-08-18T18:48:52.801Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-08-18T18:48:54.805Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-08-18T18:48:54.933Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-08-18T18:48:54.937Z | + home_fs=zfs |
| 16 | 2025-08-18T18:48:54.937Z | + [[ zfs == autofs ]] |
| 17 | 2025-08-18T18:48:54.937Z | + mkdir -p /home/build |
| 18 | 2025-08-18T18:48:54.940Z | + chown build:build /home/build /work |
| 19 | 2025-08-18T18:48:56.938Z | + chmod 0700 /home/build /work |
| 20 | 2025-08-18T18:48:56.941Z | process exited: duration 4159 ms, exit code 0 |
| |
| 21 | 2025-08-18T18:48:56.948Z | starting task 1: "rust-toolchain" |
| 22 | 2025-08-18T18:48:56.953Z | + printf ' * rust toolchain channel = "%s"\n' 1.89.0 |
| 23 | 2025-08-18T18:48:56.953Z | * rust toolchain channel = "1.89.0" |
| 24 | 2025-08-18T18:48:56.953Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2025-08-18T18:48:56.953Z | * rust toolchain profile = "default" |
| 26 | 2025-08-18T18:48:56.953Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-08-18T18:48:56.953Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-08-18T18:48:56.956Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-08-18T18:48:56.957Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default |
| 30 | 2025-08-18T18:48:57.059Z | info: downloading installer |
| 31 | 2025-08-18T18:48:58.258Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-08-18T18:48:58.258Z | warn: /opt/ooce/bin |
| 33 | 2025-08-18T18:48:58.258Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-08-18T18:48:58.258Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-08-18T18:48:58.258Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-08-18T18:48:58.258Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-08-18T18:48:58.258Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-08-18T18:48:58.258Z | error: cannot install while Rust is installed |
| 39 | 2025-08-18T18:48:58.258Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-08-18T18:48:58.276Z | info: profile set to 'default' |
| 41 | 2025-08-18T18:48:58.276Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-08-18T18:48:58.280Z | info: syncing channel updates for '1.89.0-x86_64-unknown-illumos' |
| 43 | 2025-08-18T18:48:58.435Z | info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04) |
| 44 | 2025-08-18T18:48:58.436Z | info: downloading component 'cargo' |
| 45 | 2025-08-18T18:48:59.204Z | info: downloading component 'clippy' |
| 46 | 2025-08-18T18:48:59.515Z | info: downloading component 'rust-docs' |
| 47 | 2025-08-18T18:49:00.707Z | info: downloading component 'rust-std' |
| 48 | 2025-08-18T18:49:02.312Z | info: downloading component 'rustc' |
| 49 | 2025-08-18T18:49:08.266Z | info: downloading component 'rustfmt' |
| 50 | 2025-08-18T18:49:08.593Z | info: installing component 'cargo' |
| 51 | 2025-08-18T18:49:09.479Z | info: installing component 'clippy' |
| 52 | 2025-08-18T18:49:09.875Z | info: installing component 'rust-docs' |
| 53 | 2025-08-18T18:49:11.756Z | info: installing component 'rust-std' |
| 54 | 2025-08-18T18:49:13.691Z | info: installing component 'rustc' |
| 55 | 2025-08-18T18:49:20.163Z | info: installing component 'rustfmt' |
| 56 | 2025-08-18T18:49:20.499Z | info: default toolchain set to '1.89.0-x86_64-unknown-illumos' |
| 57 | 2025-08-18T18:49:20.500Z | |
| 58 | 2025-08-18T18:49:20.925Z | 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04) |
| 59 | 2025-08-18T18:49:20.925Z | |
| 60 | 2025-08-18T18:49:20.928Z | |
| 61 | 2025-08-18T18:49:20.929Z | Rust is installed now. Great! |
| 62 | 2025-08-18T18:49:20.929Z | |
| 63 | 2025-08-18T18:49:20.929Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-08-18T18:49:20.929Z | environment variable. This has not been done automatically. |
| 65 | 2025-08-18T18:49:20.929Z | |
| 66 | 2025-08-18T18:49:20.929Z | To configure your current shell, you need to source |
| 67 | 2025-08-18T18:49:20.929Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-08-18T18:49:20.930Z | |
| 69 | 2025-08-18T18:49:20.930Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-08-18T18:49:20.930Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-08-18T18:49:20.930Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-08-18T18:49:20.930Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-08-18T18:49:21.008Z | + rustup --version |
| 74 | 2025-08-18T18:49:21.019Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-08-18T18:49:21.022Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-08-18T18:49:21.101Z | info: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)` |
| 77 | 2025-08-18T18:49:21.104Z | + cargo --version |
| 78 | 2025-08-18T18:49:21.167Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 79 | 2025-08-18T18:49:21.171Z | + rustc --version |
| 80 | 2025-08-18T18:49:21.240Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 81 | 2025-08-18T18:49:21.244Z | process exited: duration 24326 ms, exit code 0 |
| |
| 82 | 2025-08-18T18:49:21.251Z | starting task 2: "authentication" |
| 83 | 2025-08-18T18:49:21.273Z | process exited: duration 21 ms, exit code 0 |
| |
| 84 | 2025-08-18T18:49:21.279Z | starting task 3: "clone repository" |
| 85 | 2025-08-18T18:49:21.284Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-08-18T18:49:21.287Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-08-18T18:49:21.330Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-08-18T18:49:29.441Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-08-18T18:49:29.441Z | + git fetch origin 33b001744b04f04128c1eba52b6b9353cbabedb3 |
| 90 | 2025-08-18T18:49:29.769Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-08-18T18:49:29.770Z | * branch 33b001744b04f04128c1eba52b6b9353cbabedb3 -> FETCH_HEAD |
| 92 | 2025-08-18T18:49:29.781Z | + [[ -n john/mgs-update-no-unreachable ]] |
| 93 | 2025-08-18T18:49:29.785Z | ++ git branch --show-current |
| 94 | 2025-08-18T18:49:29.785Z | + current=main |
| 95 | 2025-08-18T18:49:29.785Z | + [[ main != john/mgs-update-no-unreachable ]] |
| 96 | 2025-08-18T18:49:29.785Z | + git branch -f john/mgs-update-no-unreachable 33b001744b04f04128c1eba52b6b9353cbabedb3 |
| 97 | 2025-08-18T18:49:29.789Z | + git checkout -f john/mgs-update-no-unreachable |
| 98 | 2025-08-18T18:49:30.021Z | Switched to branch 'john/mgs-update-no-unreachable' |
| 99 | 2025-08-18T18:49:30.024Z | + git reset --hard 33b001744b04f04128c1eba52b6b9353cbabedb3 |
| 100 | 2025-08-18T18:49:30.253Z | HEAD is now at 33b001744 expectorate (debug formatting...) |
| 101 | 2025-08-18T18:49:30.257Z | process exited: duration 8986 ms, exit code 0 |
| |
| 102 | 2025-08-18T18:49:30.264Z | starting task 4: "build" |
| 103 | 2025-08-18T18:49:30.271Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-08-18T18:49:30.271Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-08-18T18:49:30.271Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-08-18T18:49:30.271Z | + cargo --version |
| 107 | 2025-08-18T18:49:30.327Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 108 | 2025-08-18T18:49:30.330Z | + rustc --version |
| 109 | 2025-08-18T18:49:30.399Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 110 | 2025-08-18T18:49:30.402Z | + cargo tree --locked |
| 111 | 2025-08-18T18:49:30.675Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 112 | 2025-08-18T18:49:30.959Z | Updating crates.io index |
| 113 | 2025-08-18T18:49:30.997Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 114 | 2025-08-18T18:49:31.328Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 115 | 2025-08-18T18:49:31.936Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 116 | 2025-08-18T18:49:32.196Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 117 | 2025-08-18T18:49:32.459Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 118 | 2025-08-18T18:49:32.791Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 119 | 2025-08-18T18:49:33.930Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 120 | 2025-08-18T18:49:35.945Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 121 | 2025-08-18T18:49:36.892Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 122 | 2025-08-18T18:49:37.603Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 123 | 2025-08-18T18:49:37.883Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 124 | 2025-08-18T18:49:38.267Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 125 | 2025-08-18T18:49:39.160Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 126 | 2025-08-18T18:49:39.592Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 127 | 2025-08-18T18:49:40.109Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 128 | 2025-08-18T18:49:40.411Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 129 | 2025-08-18T18:49:40.742Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 130 | 2025-08-18T18:49:40.993Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 131 | 2025-08-18T18:49:41.251Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 132 | 2025-08-18T18:49:41.508Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 133 | 2025-08-18T18:49:41.822Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 134 | 2025-08-18T18:49:42.200Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 135 | 2025-08-18T18:49:42.499Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 136 | 2025-08-18T18:49:42.892Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 137 | 2025-08-18T18:49:43.460Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 138 | 2025-08-18T18:49:43.878Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 139 | 2025-08-18T18:49:44.157Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 140 | 2025-08-18T18:49:44.492Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 141 | 2025-08-18T18:49:44.962Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 142 | 2025-08-18T18:49:45.197Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 143 | 2025-08-18T18:49:45.457Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 144 | 2025-08-18T18:49:45.761Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 145 | 2025-08-18T18:49:54.066Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 146 | 2025-08-18T18:49:55.603Z | Downloading crates ... |
| 147 | 2025-08-18T18:49:55.690Z | Downloaded array-init v0.0.4 |
| 148 | 2025-08-18T18:49:55.696Z | Downloaded async-recursion v1.1.1 |
| 149 | 2025-08-18T18:49:55.701Z | Downloaded async-stream v0.3.6 |
| 150 | 2025-08-18T18:49:55.701Z | Downloaded async-task v4.7.1 |
| 151 | 2025-08-18T18:49:55.719Z | Downloaded bitvec v1.0.1 |
| 152 | 2025-08-18T18:49:55.732Z | Downloaded getrandom v0.2.15 |
| 153 | 2025-08-18T18:49:55.737Z | Downloaded httptest v0.16.3 |
| 154 | 2025-08-18T18:49:55.740Z | Downloaded fs-err v3.1.1 |
| 155 | 2025-08-18T18:49:55.740Z | Downloaded backtrace v0.3.74 |
| 156 | 2025-08-18T18:49:55.743Z | Downloaded aws-lc-rs v1.12.4 |
| 157 | 2025-08-18T18:49:56.248Z | Downloaded ahash v0.8.12 |
| 158 | 2025-08-18T18:49:56.319Z | Downloaded base64 v0.21.7 |
| 159 | 2025-08-18T18:49:56.323Z | Downloaded backoff v0.4.0 |
| 160 | 2025-08-18T18:49:56.423Z | Downloaded anstyle v1.0.11 |
| 161 | 2025-08-18T18:49:56.449Z | Downloaded cancel-safe-futures v0.1.5 |
| 162 | 2025-08-18T18:49:56.464Z | Downloaded globset v0.4.15 |
| 163 | 2025-08-18T18:49:56.478Z | Downloaded oxnet v0.1.3 |
| 164 | 2025-08-18T18:49:56.481Z | Downloaded blake3 v1.5.4 |
| 165 | 2025-08-18T18:49:56.494Z | Downloaded bitfield v0.14.0 |
| 166 | 2025-08-18T18:49:56.510Z | Downloaded parking_lot_core v0.9.10 |
| 167 | 2025-08-18T18:49:56.516Z | Downloaded fd-lock v4.0.2 |
| 168 | 2025-08-18T18:49:56.519Z | Downloaded allocator-api2 v0.2.21 |
| 169 | 2025-08-18T18:49:56.533Z | Downloaded aho-corasick v1.1.3 |
| 170 | 2025-08-18T18:49:56.568Z | Downloaded async-channel v2.3.1 |
| 171 | 2025-08-18T18:49:56.583Z | Downloaded castaway v0.2.3 |
| 172 | 2025-08-18T18:49:56.590Z | Downloaded futures-sink v0.3.31 |
| 173 | 2025-08-18T18:49:56.603Z | Downloaded block-buffer v0.10.4 |
| 174 | 2025-08-18T18:49:56.609Z | Downloaded newline-converter v0.3.0 |
| 175 | 2025-08-18T18:49:56.623Z | Downloaded autocfg v1.4.0 |
| 176 | 2025-08-18T18:49:56.632Z | Downloaded funty v2.0.0 |
| 177 | 2025-08-18T18:49:56.637Z | Downloaded base16ct v0.2.0 |
| 178 | 2025-08-18T18:49:56.643Z | Downloaded newtype-uuid v1.2.4 |
| 179 | 2025-08-18T18:49:56.670Z | Downloaded cargo-util-schemas v0.8.2 |
| 180 | 2025-08-18T18:49:56.700Z | Downloaded hickory-resolver v0.25.2 |
| 181 | 2025-08-18T18:49:56.706Z | Downloaded hickory-client v0.25.2 |
| 182 | 2025-08-18T18:49:56.710Z | Downloaded hex-literal v0.4.1 |
| 183 | 2025-08-18T18:49:56.715Z | Downloaded futures-io v0.3.31 |
| 184 | 2025-08-18T18:49:56.722Z | Downloaded httparse v1.9.5 |
| 185 | 2025-08-18T18:49:56.738Z | Downloaded cfg-if v1.0.1 |
| 186 | 2025-08-18T18:49:56.743Z | Downloaded base64ct v1.6.0 |
| 187 | 2025-08-18T18:49:56.754Z | Downloaded arrayref v0.3.9 |
| 188 | 2025-08-18T18:49:56.757Z | Downloaded hkdf v0.12.4 |
| 189 | 2025-08-18T18:49:56.761Z | Downloaded heck v0.4.1 |
| 190 | 2025-08-18T18:49:56.764Z | Downloaded futures-executor v0.3.31 |
| 191 | 2025-08-18T18:49:56.768Z | Downloaded half v1.8.3 |
| 192 | 2025-08-18T18:49:56.774Z | Downloaded futures-lite v2.3.0 |
| 193 | 2025-08-18T18:49:56.778Z | Downloaded bzip2 v0.5.2 |
| 194 | 2025-08-18T18:49:56.778Z | Downloaded assert_cmd v2.0.17 |
| 195 | 2025-08-18T18:49:56.785Z | Downloaded hash32 v0.3.1 |
| 196 | 2025-08-18T18:49:56.788Z | Downloaded bitflags v2.9.1 |
| 197 | 2025-08-18T18:49:56.792Z | Downloaded argon2 v0.5.3 |
| 198 | 2025-08-18T18:49:56.796Z | Downloaded async-channel v1.9.0 |
| 199 | 2025-08-18T18:49:56.800Z | Downloaded cargo-platform v0.2.0 |
| 200 | 2025-08-18T18:49:56.803Z | Downloaded foreign-types v0.5.0 |
| 201 | 2025-08-18T18:49:56.806Z | Downloaded fixedbitset v0.4.2 |
| 202 | 2025-08-18T18:49:56.810Z | Downloaded arrayvec v0.7.6 |
| 203 | 2025-08-18T18:49:56.817Z | Downloaded guppy v0.17.20 |
| 204 | 2025-08-18T18:49:56.823Z | Downloaded bcs v0.1.6 |
| 205 | 2025-08-18T18:49:56.835Z | Downloaded hubpack v0.1.2 |
| 206 | 2025-08-18T18:49:56.838Z | Downloaded fnv v1.0.7 |
| 207 | 2025-08-18T18:49:56.843Z | Downloaded foreign-types-macros v0.2.3 |
| 208 | 2025-08-18T18:49:56.854Z | Downloaded bytes v1.10.1 |
| 209 | 2025-08-18T18:49:56.858Z | Downloaded byteorder v1.5.0 |
| 210 | 2025-08-18T18:49:56.861Z | Downloaded blocking v1.6.1 |
| 211 | 2025-08-18T18:49:56.864Z | Downloaded base64 v0.22.1 |
| 212 | 2025-08-18T18:49:56.870Z | Downloaded aes-gcm v0.10.3 |
| 213 | 2025-08-18T18:49:56.874Z | Downloaded bb8 v0.8.5 |
| 214 | 2025-08-18T18:49:56.879Z | Downloaded ff v0.13.0 |
| 215 | 2025-08-18T18:49:56.882Z | Downloaded hash32 v0.2.1 |
| 216 | 2025-08-18T18:49:56.885Z | Downloaded anyhow v1.0.99 |
| 217 | 2025-08-18T18:49:56.889Z | Downloaded heck v0.5.0 |
| 218 | 2025-08-18T18:49:56.889Z | Downloaded bit-set v0.5.3 |
| 219 | 2025-08-18T18:49:56.892Z | Downloaded bit-vec v0.6.3 |
| 220 | 2025-08-18T18:49:56.897Z | Downloaded cc v1.2.30 |
| 221 | 2025-08-18T18:49:56.908Z | Downloaded smf v0.2.3 |
| 222 | 2025-08-18T18:49:56.912Z | Downloaded foreign-types v0.3.2 |
| 223 | 2025-08-18T18:49:56.917Z | Downloaded block-padding v0.3.3 |
| 224 | 2025-08-18T18:49:56.925Z | Downloaded futures v0.3.31 |
| 225 | 2025-08-18T18:49:56.928Z | Downloaded home v0.5.9 |
| 226 | 2025-08-18T18:49:56.931Z | Downloaded spki v0.7.3 |
| 227 | 2025-08-18T18:49:56.935Z | Downloaded anstyle-query v1.1.1 |
| 228 | 2025-08-18T18:49:56.938Z | Downloaded cassowary v0.3.0 |
| 229 | 2025-08-18T18:49:56.946Z | Downloaded packed_struct v0.10.1 |
| 230 | 2025-08-18T18:49:56.950Z | Downloaded anstream v0.6.18 |
| 231 | 2025-08-18T18:49:56.955Z | Downloaded cexpr v0.6.0 |
| 232 | 2025-08-18T18:49:56.965Z | Downloaded ena v0.14.3 |
| 233 | 2025-08-18T18:49:56.968Z | Downloaded blowfish v0.9.1 |
| 234 | 2025-08-18T18:49:56.971Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 235 | 2025-08-18T18:49:56.971Z | Downloaded hmac v0.12.1 |
| 236 | 2025-08-18T18:49:56.974Z | Downloaded bindgen v0.69.5 |
| 237 | 2025-08-18T18:49:56.980Z | Downloaded httpdate v1.0.3 |
| 238 | 2025-08-18T18:49:56.983Z | Downloaded async-stream-impl v0.3.6 |
| 239 | 2025-08-18T18:49:56.983Z | Downloaded headers-core v0.3.0 |
| 240 | 2025-08-18T18:49:56.986Z | Downloaded async-signal v0.2.10 |
| 241 | 2025-08-18T18:49:56.987Z | Downloaded form_urlencoded v1.2.1 |
| 242 | 2025-08-18T18:49:56.990Z | Downloaded async-attributes v1.1.2 |
| 243 | 2025-08-18T18:49:56.990Z | Downloaded async-lock v3.4.0 |
| 244 | 2025-08-18T18:49:56.995Z | Downloaded globwalk v0.9.1 |
| 245 | 2025-08-18T18:49:56.995Z | Downloaded camino-tempfile-ext v0.3.2 |
| 246 | 2025-08-18T18:49:56.999Z | Downloaded tiny-keccak v2.0.2 |
| 247 | 2025-08-18T18:49:57.003Z | Downloaded guppy-workspace-hack v0.1.0 |
| 248 | 2025-08-18T18:49:57.017Z | Downloaded toml_edit v0.22.27 |
| 249 | 2025-08-18T18:49:57.021Z | Downloaded assert-json-diff v2.0.2 |
| 250 | 2025-08-18T18:49:57.027Z | Downloaded http v1.3.1 |
| 251 | 2025-08-18T18:49:57.031Z | Downloaded fallible-iterator v0.2.0 |
| 252 | 2025-08-18T18:49:57.031Z | Downloaded async-object-pool v0.1.5 |
| 253 | 2025-08-18T18:49:57.035Z | Downloaded assert_matches v1.5.0 |
| 254 | 2025-08-18T18:49:57.035Z | Downloaded aes v0.8.4 |
| 255 | 2025-08-18T18:49:57.038Z | Downloaded anstyle-parse v0.2.5 |
| 256 | 2025-08-18T18:49:57.048Z | Downloaded anes v0.1.6 |
| 257 | 2025-08-18T18:49:57.048Z | Downloaded addr2line v0.24.2 |
| 258 | 2025-08-18T18:49:57.052Z | Downloaded atomic-waker v1.1.2 |
| 259 | 2025-08-18T18:49:57.058Z | Downloaded futures-core v0.3.31 |
| 260 | 2025-08-18T18:49:57.064Z | Downloaded hex v0.4.3 |
| 261 | 2025-08-18T18:49:57.068Z | Downloaded futures-util v0.3.31 |
| 262 | 2025-08-18T18:49:57.081Z | Downloaded typify-impl v0.2.0 |
| 263 | 2025-08-18T18:49:57.089Z | Downloaded git2 v0.19.0 |
| 264 | 2025-08-18T18:49:57.098Z | Downloaded futures-macro v0.3.31 |
| 265 | 2025-08-18T18:49:57.100Z | Downloaded fs-err v2.11.0 |
| 266 | 2025-08-18T18:49:57.104Z | Downloaded approx v0.5.1 |
| 267 | 2025-08-18T18:49:57.104Z | Downloaded newtype_derive v0.1.6 |
| 268 | 2025-08-18T18:49:57.108Z | Downloaded hostname v0.4.0 |
| 269 | 2025-08-18T18:49:57.108Z | Downloaded fatfs v0.3.6 |
| 270 | 2025-08-18T18:49:57.113Z | Downloaded cargo_metadata v0.18.1 |
| 271 | 2025-08-18T18:49:57.116Z | Downloaded bit-set v0.8.0 |
| 272 | 2025-08-18T18:49:57.116Z | Downloaded buf-list v1.0.3 |
| 273 | 2025-08-18T18:49:57.120Z | Downloaded flate2 v1.1.2 |
| 274 | 2025-08-18T18:49:57.123Z | Downloaded escape8259 v0.5.3 |
| 275 | 2025-08-18T18:49:57.126Z | Downloaded fixedbitset v0.5.7 |
| 276 | 2025-08-18T18:49:57.126Z | Downloaded goblin v0.8.2 |
| 277 | 2025-08-18T18:49:57.132Z | Downloaded generic-array v0.14.7 |
| 278 | 2025-08-18T18:49:57.136Z | Downloaded cfg-expr v0.20.1 |
| 279 | 2025-08-18T18:49:57.147Z | Downloaded bzip2 v0.4.4 |
| 280 | 2025-08-18T18:49:57.151Z | Downloaded async-bb8-diesel v0.2.1 |
| 281 | 2025-08-18T18:49:57.156Z | Downloaded fs_extra v1.3.0 |
| 282 | 2025-08-18T18:49:57.159Z | Downloaded hashbrown v0.12.3 |
| 283 | 2025-08-18T18:49:57.166Z | Downloaded bitflags v1.3.2 |
| 284 | 2025-08-18T18:49:57.173Z | Downloaded fancy-regex v0.14.0 |
| 285 | 2025-08-18T18:49:57.177Z | Downloaded nix v0.27.1 |
| 286 | 2025-08-18T18:49:57.188Z | Downloaded crossbeam-epoch v0.9.18 |
| 287 | 2025-08-18T18:49:57.192Z | Downloaded camino v1.1.11 |
| 288 | 2025-08-18T18:49:57.195Z | Downloaded http-range v0.1.5 |
| 289 | 2025-08-18T18:49:57.201Z | Downloaded http-body v1.0.1 |
| 290 | 2025-08-18T18:49:57.201Z | Downloaded getrandom v0.3.1 |
| 291 | 2025-08-18T18:49:57.204Z | Downloaded hickory-proto v0.24.4 |
| 292 | 2025-08-18T18:49:57.214Z | Downloaded event-listener v2.5.3 |
| 293 | 2025-08-18T18:49:57.217Z | Downloaded blake2 v0.10.6 |
| 294 | 2025-08-18T18:49:57.221Z | Downloaded async-global-executor v2.4.1 |
| 295 | 2025-08-18T18:49:57.221Z | Downloaded headers v0.4.1 |
| 296 | 2025-08-18T18:49:57.226Z | Downloaded expectorate v1.2.0 |
| 297 | 2025-08-18T18:49:57.229Z | Downloaded flagset v0.4.6 |
| 298 | 2025-08-18T18:49:57.232Z | Downloaded highway v1.3.0 |
| 299 | 2025-08-18T18:49:57.237Z | Downloaded group v0.13.0 |
| 300 | 2025-08-18T18:49:57.237Z | Downloaded gethostname v0.5.0 |
| 301 | 2025-08-18T18:49:57.240Z | Downloaded fastrand v2.1.1 |
| 302 | 2025-08-18T18:49:57.240Z | Downloaded async-io v2.3.4 |
| 303 | 2025-08-18T18:49:57.244Z | Downloaded nibble_vec v0.1.0 |
| 304 | 2025-08-18T18:49:57.244Z | Downloaded hostname v0.3.1 |
| 305 | 2025-08-18T18:49:57.247Z | Downloaded ecdsa v0.16.9 |
| 306 | 2025-08-18T18:49:57.254Z | Downloaded event-listener-strategy v0.5.2 |
| 307 | 2025-08-18T18:49:57.264Z | Downloaded async-std v1.13.0 |
| 308 | 2025-08-18T18:49:57.283Z | Downloaded erased-serde v0.4.6 |
| 309 | 2025-08-18T18:49:57.286Z | Downloaded bindgen v0.71.1 |
| 310 | 2025-08-18T18:49:57.311Z | Downloaded hickory-proto v0.25.2 |
| 311 | 2025-08-18T18:49:57.325Z | Downloaded inout v0.1.3 |
| 312 | 2025-08-18T18:49:57.330Z | Downloaded object v0.36.5 |
| 313 | 2025-08-18T18:49:57.337Z | Downloaded http-body-util v0.1.3 |
| 314 | 2025-08-18T18:49:57.341Z | Downloaded h2 v0.4.6 |
| 315 | 2025-08-18T18:49:57.345Z | Downloaded glob v0.3.2 |
| 316 | 2025-08-18T18:49:57.348Z | Downloaded event-listener v5.3.1 |
| 317 | 2025-08-18T18:49:57.352Z | Downloaded bstr v1.10.0 |
| 318 | 2025-08-18T18:49:57.358Z | Downloaded cast v0.3.0 |
| 319 | 2025-08-18T18:49:57.361Z | Downloaded ghash v0.5.1 |
| 320 | 2025-08-18T18:49:57.362Z | Downloaded env_logger v0.11.5 |
| 321 | 2025-08-18T18:49:57.380Z | Downloaded aead v0.5.2 |
| 322 | 2025-08-18T18:49:57.380Z | Downloaded cargo-platform v0.1.8 |
| 323 | 2025-08-18T18:49:57.381Z | Downloaded heapless v0.7.17 |
| 324 | 2025-08-18T18:49:57.381Z | Downloaded fxhash v0.2.1 |
| 325 | 2025-08-18T18:49:57.381Z | Downloaded flume v0.11.1 |
| 326 | 2025-08-18T18:49:57.381Z | Downloaded blake2b_simd v1.0.2 |
| 327 | 2025-08-18T18:49:57.391Z | Downloaded path-tree v0.8.1 |
| 328 | 2025-08-18T18:49:57.403Z | Downloaded async-trait v0.1.88 |
| 329 | 2025-08-18T18:49:57.410Z | Downloaded libc v0.2.174 |
| 330 | 2025-08-18T18:49:57.430Z | Downloaded memmap v0.7.0 |
| 331 | 2025-08-18T18:49:57.433Z | Downloaded float-ord v0.3.2 |
| 332 | 2025-08-18T18:49:57.434Z | Downloaded equivalent v1.0.2 |
| 333 | 2025-08-18T18:49:57.439Z | Downloaded filetime v0.2.25 |
| 334 | 2025-08-18T18:49:57.443Z | Downloaded postcard v1.0.10 |
| 335 | 2025-08-18T18:49:57.448Z | Downloaded cargo_metadata v0.21.0 |
| 336 | 2025-08-18T18:49:57.452Z | Downloaded heapless v0.8.0 |
| 337 | 2025-08-18T18:49:57.459Z | Downloaded ed25519 v2.2.3 |
| 338 | 2025-08-18T18:49:57.468Z | Downloaded num_enum_derive v0.5.11 |
| 339 | 2025-08-18T18:49:57.483Z | Downloaded pest_derive v2.7.14 |
| 340 | 2025-08-18T18:49:57.487Z | Downloaded openssl-macros v0.1.1 |
| 341 | 2025-08-18T18:49:57.490Z | Downloaded pem v3.0.5 |
| 342 | 2025-08-18T18:49:57.490Z | Downloaded base64 v0.13.1 |
| 343 | 2025-08-18T18:49:57.496Z | Downloaded camino-tempfile v1.4.1 |
| 344 | 2025-08-18T18:49:57.509Z | Downloaded bit-vec v0.8.0 |
| 345 | 2025-08-18T18:49:57.514Z | Downloaded path-slash v0.1.5 |
| 346 | 2025-08-18T18:49:57.518Z | Downloaded atomicwrites v0.4.4 |
| 347 | 2025-08-18T18:49:57.518Z | Downloaded num-conv v0.1.0 |
| 348 | 2025-08-18T18:49:57.521Z | Downloaded gimli v0.31.1 |
| 349 | 2025-08-18T18:49:57.531Z | Downloaded foldhash v0.1.5 |
| 350 | 2025-08-18T18:49:57.541Z | Downloaded futures-channel v0.3.31 |
| 351 | 2025-08-18T18:49:57.544Z | Downloaded pin-project-lite v0.2.14 |
| 352 | 2025-08-18T18:49:57.551Z | Downloaded progenitor-macro v0.9.1 |
| 353 | 2025-08-18T18:49:57.559Z | Downloaded bumpalo v3.16.0 |
| 354 | 2025-08-18T18:49:57.565Z | Downloaded float-cmp v0.10.0 |
| 355 | 2025-08-18T18:49:57.571Z | Downloaded async-process v2.3.0 |
| 356 | 2025-08-18T18:49:57.578Z | Downloaded phf_shared v0.11.2 |
| 357 | 2025-08-18T18:49:57.581Z | Downloaded bitfield-struct v0.6.2 |
| 358 | 2025-08-18T18:49:57.589Z | Downloaded hashbrown v0.13.2 |
| 359 | 2025-08-18T18:49:57.595Z | Downloaded rustversion v1.0.17 |
| 360 | 2025-08-18T18:49:57.604Z | Downloaded heck v0.3.3 |
| 361 | 2025-08-18T18:49:57.607Z | Downloaded packed_struct_codegen v0.10.1 |
| 362 | 2025-08-18T18:49:57.610Z | Downloaded hashbrown v0.15.4 |
| 363 | 2025-08-18T18:49:57.613Z | Downloaded futures-task v0.3.31 |
| 364 | 2025-08-18T18:49:57.617Z | Downloaded foreign-types-shared v0.3.1 |
| 365 | 2025-08-18T18:49:57.620Z | Downloaded pin-utils v0.1.0 |
| 366 | 2025-08-18T18:49:57.624Z | Downloaded partial-io v0.5.4 |
| 367 | 2025-08-18T18:49:57.630Z | Downloaded siphasher v0.3.11 |
| 368 | 2025-08-18T18:49:57.634Z | Downloaded adler2 v2.0.0 |
| 369 | 2025-08-18T18:49:57.645Z | Downloaded hickory-server v0.25.2 |
| 370 | 2025-08-18T18:49:57.649Z | Downloaded siphasher v1.0.1 |
| 371 | 2025-08-18T18:49:57.653Z | Downloaded rsa v0.9.6 |
| 372 | 2025-08-18T18:49:57.656Z | Downloaded strum v0.26.3 |
| 373 | 2025-08-18T18:49:57.659Z | Downloaded oso v0.27.3 |
| 374 | 2025-08-18T18:49:57.663Z | Downloaded rustls-pemfile v2.2.0 |
| 375 | 2025-08-18T18:49:57.668Z | Downloaded arc-swap v1.7.1 |
| 376 | 2025-08-18T18:49:57.672Z | Downloaded serde-hex v0.1.0 |
| 377 | 2025-08-18T18:49:57.672Z | Downloaded bytecount v0.6.8 |
| 378 | 2025-08-18T18:49:57.710Z | Downloaded oorandom v11.1.4 |
| 379 | 2025-08-18T18:49:57.724Z | Downloaded ascii-canvas v3.0.0 |
| 380 | 2025-08-18T18:49:57.728Z | Downloaded futures-timer v3.0.3 |
| 381 | 2025-08-18T18:49:57.731Z | Downloaded errno v0.3.12 |
| 382 | 2025-08-18T18:49:57.735Z | Downloaded cbc v0.1.2 |
| 383 | 2025-08-18T18:49:57.739Z | Downloaded hickory-resolver v0.24.4 |
| 384 | 2025-08-18T18:49:57.746Z | Downloaded atty v0.2.14 |
| 385 | 2025-08-18T18:49:57.755Z | Downloaded support-bundle-viewer v0.1.2 |
| 386 | 2025-08-18T18:49:57.769Z | Downloaded sync_wrapper v1.0.1 |
| 387 | 2025-08-18T18:49:57.781Z | Downloaded target-triple v0.1.3 |
| 388 | 2025-08-18T18:49:57.792Z | Downloaded ratatui v0.29.0 |
| 389 | 2025-08-18T18:49:57.809Z | Downloaded scroll v0.12.0 |
| 390 | 2025-08-18T18:49:57.813Z | Downloaded foreign-types-shared v0.1.1 |
| 391 | 2025-08-18T18:49:57.817Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 392 | 2025-08-18T18:49:57.831Z | Downloaded target-spec v3.5.0 |
| 393 | 2025-08-18T18:49:57.834Z | Downloaded httpmock v0.8.0-alpha.1 |
| 394 | 2025-08-18T18:49:57.849Z | Downloaded ref-cast-impl v1.0.24 |
| 395 | 2025-08-18T18:49:57.853Z | Downloaded primeorder v0.13.6 |
| 396 | 2025-08-18T18:49:57.853Z | Downloaded reedline v0.40.0 |
| 397 | 2025-08-18T18:49:57.859Z | Downloaded pretty_assertions v1.4.1 |
| 398 | 2025-08-18T18:49:57.864Z | Downloaded async-executor v1.13.1 |
| 399 | 2025-08-18T18:49:57.871Z | Downloaded time-macros v0.2.18 |
| 400 | 2025-08-18T18:49:57.872Z | Downloaded progenitor v0.10.0 |
| 401 | 2025-08-18T18:49:57.889Z | Downloaded tokio-stream v0.1.17 |
| 402 | 2025-08-18T18:49:57.893Z | Downloaded publicsuffix v2.3.0 |
| 403 | 2025-08-18T18:49:57.903Z | Downloaded xshell-macros v0.2.7 |
| 404 | 2025-08-18T18:49:57.907Z | Downloaded crypto-bigint v0.5.5 |
| 405 | 2025-08-18T18:49:57.911Z | Downloaded zeroize v1.8.1 |
| 406 | 2025-08-18T18:49:57.925Z | Downloaded slab v0.4.9 |
| 407 | 2025-08-18T18:49:57.929Z | Downloaded tokio-postgres v0.7.13 |
| 408 | 2025-08-18T18:49:57.932Z | Downloaded tabwriter v1.4.0 |
| 409 | 2025-08-18T18:49:57.935Z | Downloaded quinn-proto v0.11.8 |
| 410 | 2025-08-18T18:49:57.939Z | Downloaded env_logger v0.10.2 |
| 411 | 2025-08-18T18:49:57.949Z | Downloaded semver v1.0.26 |
| 412 | 2025-08-18T18:49:57.952Z | Downloaded vte_generate_state_changes v0.1.2 |
| 413 | 2025-08-18T18:49:57.955Z | Downloaded thiserror-impl v1.0.69 |
| 414 | 2025-08-18T18:49:57.955Z | Downloaded typify-macro v0.2.0 |
| 415 | 2025-08-18T18:49:57.959Z | Downloaded darling v0.21.0 |
| 416 | 2025-08-18T18:49:57.962Z | Downloaded crc32fast v1.4.2 |
| 417 | 2025-08-18T18:49:57.971Z | Downloaded tower-http v0.6.6 |
| 418 | 2025-08-18T18:49:57.977Z | Downloaded zerocopy-derive v0.8.26 |
| 419 | 2025-08-18T18:49:57.983Z | Downloaded zerovec v0.10.4 |
| 420 | 2025-08-18T18:49:57.991Z | Downloaded scroll_derive v0.12.0 |
| 421 | 2025-08-18T18:49:57.998Z | Downloaded toml_edit v0.19.15 |
| 422 | 2025-08-18T18:49:58.015Z | Downloaded prettyplease v0.2.36 |
| 423 | 2025-08-18T18:49:58.024Z | Downloaded version_check v0.9.5 |
| 424 | 2025-08-18T18:49:58.033Z | Downloaded salsa20 v0.10.2 |
| 425 | 2025-08-18T18:49:58.037Z | Downloaded rustc_version v0.4.1 |
| 426 | 2025-08-18T18:49:58.042Z | Downloaded tungstenite v0.21.0 |
| 427 | 2025-08-18T18:49:58.045Z | Downloaded rfc6979 v0.4.0 |
| 428 | 2025-08-18T18:49:58.049Z | Downloaded embedded-io v0.4.0 |
| 429 | 2025-08-18T18:49:58.082Z | Downloaded doc-comment v0.3.3 |
| 430 | 2025-08-18T18:49:58.085Z | Downloaded tracing-core v0.1.32 |
| 431 | 2025-08-18T18:49:58.085Z | Downloaded ssh-cipher v0.2.0 |
| 432 | 2025-08-18T18:49:58.089Z | Downloaded ssh-encoding v0.2.0 |
| 433 | 2025-08-18T18:49:58.092Z | Downloaded plotters v0.3.7 |
| 434 | 2025-08-18T18:49:58.099Z | Downloaded darling_core v0.20.10 |
| 435 | 2025-08-18T18:49:58.103Z | Downloaded tar v0.4.44 |
| 436 | 2025-08-18T18:49:58.106Z | Downloaded salty v0.3.0 |
| 437 | 2025-08-18T18:49:58.112Z | Downloaded indicatif v0.18.0 |
| 438 | 2025-08-18T18:49:58.116Z | Downloaded serde_json v1.0.142 |
| 439 | 2025-08-18T18:49:58.122Z | Downloaded russh v0.45.0 |
| 440 | 2025-08-18T18:49:58.127Z | Downloaded ppv-lite86 v0.2.20 |
| 441 | 2025-08-18T18:49:58.130Z | Downloaded constant_time_eq v0.3.1 |
| 442 | 2025-08-18T18:49:58.134Z | Downloaded utf16_iter v1.0.5 |
| 443 | 2025-08-18T18:49:58.134Z | Downloaded rand_core v0.9.2 |
| 444 | 2025-08-18T18:49:58.144Z | Downloaded serde-value v0.7.0 |
| 445 | 2025-08-18T18:49:58.156Z | Downloaded env_filter v0.1.2 |
| 446 | 2025-08-18T18:49:58.159Z | Downloaded signal-hook-mio v0.2.4 |
| 447 | 2025-08-18T18:49:58.170Z | Downloaded tokio v1.47.0 |
| 448 | 2025-08-18T18:49:58.205Z | Downloaded macaddr v1.0.1 |
| 449 | 2025-08-18T18:49:58.209Z | Downloaded waitgroup v0.1.2 |
| 450 | 2025-08-18T18:49:58.212Z | Downloaded half v2.4.1 |
| 451 | 2025-08-18T18:49:58.217Z | Downloaded snafu-derive v0.8.5 |
| 452 | 2025-08-18T18:49:58.228Z | Downloaded clap v4.5.41 |
| 453 | 2025-08-18T18:49:58.237Z | Downloaded is_ci v1.2.0 |
| 454 | 2025-08-18T18:49:58.240Z | Downloaded progenitor-impl v0.8.0 |
| 455 | 2025-08-18T18:49:58.243Z | Downloaded typify v0.4.1 |
| 456 | 2025-08-18T18:49:58.246Z | Downloaded petgraph v0.8.2 |
| 457 | 2025-08-18T18:49:58.261Z | Downloaded ident_case v1.0.1 |
| 458 | 2025-08-18T18:49:58.264Z | Downloaded want v0.3.1 |
| 459 | 2025-08-18T18:49:58.264Z | Downloaded thiserror-impl v2.0.12 |
| 460 | 2025-08-18T18:49:58.268Z | Downloaded rustls v0.22.4 |
| 461 | 2025-08-18T18:49:58.277Z | Downloaded x509-cert v0.2.5 |
| 462 | 2025-08-18T18:49:58.284Z | Downloaded moka v0.12.10 |
| 463 | 2025-08-18T18:49:58.292Z | Downloaded console v0.16.0 |
| 464 | 2025-08-18T18:49:58.295Z | Downloaded cobs v0.2.3 |
| 465 | 2025-08-18T18:49:58.299Z | Downloaded libsw-core v0.3.1 |
| 466 | 2025-08-18T18:49:58.299Z | Downloaded usdt-attr-macro v0.5.0 |
| 467 | 2025-08-18T18:49:58.303Z | Downloaded peg v0.8.5 |
| 468 | 2025-08-18T18:49:58.306Z | Downloaded syn v2.0.104 |
| 469 | 2025-08-18T18:49:58.313Z | Downloaded rustc_version v0.1.7 |
| 470 | 2025-08-18T18:49:58.317Z | Downloaded derive_more v0.99.20 |
| 471 | 2025-08-18T18:49:58.320Z | Downloaded sync-ptr v0.1.4 |
| 472 | 2025-08-18T18:49:58.323Z | Downloaded icu_normalizer_data v1.5.0 |
| 473 | 2025-08-18T18:49:58.323Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 474 | 2025-08-18T18:49:58.326Z | Downloaded writeable v0.5.5 |
| 475 | 2025-08-18T18:49:58.326Z | Downloaded predicates-tree v1.0.12 |
| 476 | 2025-08-18T18:49:58.330Z | Downloaded crucible-workspace-hack v0.1.0 |
| 477 | 2025-08-18T18:49:58.330Z | Downloaded zeroize_derive v1.4.2 |
| 478 | 2025-08-18T18:49:58.330Z | Downloaded serde_with_macros v3.14.0 |
| 479 | 2025-08-18T18:49:58.337Z | Downloaded xattr v1.3.1 |
| 480 | 2025-08-18T18:49:58.341Z | Downloaded progenitor-client v0.9.1 |
| 481 | 2025-08-18T18:49:58.344Z | Downloaded serde_repr v0.1.19 |
| 482 | 2025-08-18T18:49:58.344Z | Downloaded xshell v0.2.7 |
| 483 | 2025-08-18T18:49:58.348Z | Downloaded slog-stdlog v4.1.1 |
| 484 | 2025-08-18T18:49:58.348Z | Downloaded chrono-tz v0.10.4 |
| 485 | 2025-08-18T18:49:58.361Z | Downloaded pbkdf2 v0.12.2 |
| 486 | 2025-08-18T18:49:58.366Z | Downloaded signal-hook-registry v1.4.2 |
| 487 | 2025-08-18T18:49:58.370Z | Downloaded rustc-demangle v0.1.24 |
| 488 | 2025-08-18T18:49:58.373Z | Downloaded progenitor-client v0.10.0 |
| 489 | 2025-08-18T18:49:58.377Z | Downloaded walkdir v2.5.0 |
| 490 | 2025-08-18T18:49:58.380Z | Downloaded signature v2.2.0 |
| 491 | 2025-08-18T18:49:58.399Z | Downloaded parking v2.2.1 |
| 492 | 2025-08-18T18:49:58.402Z | Downloaded libefi-sys v0.1.0 |
| 493 | 2025-08-18T18:49:58.412Z | Downloaded document-features v0.2.11 |
| 494 | 2025-08-18T18:49:58.417Z | Downloaded num-derive v0.3.3 |
| 495 | 2025-08-18T18:49:58.420Z | Downloaded darling v0.20.10 |
| 496 | 2025-08-18T18:49:58.424Z | Downloaded miniz_oxide v0.8.5 |
| 497 | 2025-08-18T18:49:58.428Z | Downloaded crc-catalog v2.4.0 |
| 498 | 2025-08-18T18:49:58.450Z | Downloaded crunchy v0.2.2 |
| 499 | 2025-08-18T18:49:58.454Z | Downloaded serde_yaml v0.9.34+deprecated |
| 500 | 2025-08-18T18:49:58.461Z | Downloaded structmeta-derive v0.3.0 |
| 501 | 2025-08-18T18:49:58.468Z | Downloaded proc-macro-error-attr v1.0.4 |
| 502 | 2025-08-18T18:49:58.472Z | Downloaded tokio-tungstenite v0.21.0 |
| 503 | 2025-08-18T18:49:58.487Z | Downloaded uzers v0.12.1 |
| 504 | 2025-08-18T18:49:58.504Z | Downloaded serde-untagged v0.1.7 |
| 505 | 2025-08-18T18:49:58.513Z | Downloaded quick-error v1.2.3 |
| 506 | 2025-08-18T18:49:58.518Z | Downloaded memchr v2.7.4 |
| 507 | 2025-08-18T18:49:58.524Z | Downloaded hubpack_derive v0.1.1 |
| 508 | 2025-08-18T18:49:58.527Z | Downloaded polling v3.7.3 |
| 509 | 2025-08-18T18:49:58.530Z | Downloaded unit-prefix v0.5.1 |
| 510 | 2025-08-18T18:49:58.546Z | Downloaded iri-string v0.7.8 |
| 511 | 2025-08-18T18:49:58.552Z | Downloaded displaydoc v0.2.5 |
| 512 | 2025-08-18T18:49:58.562Z | Downloaded quinn v0.11.5 |
| 513 | 2025-08-18T18:49:58.566Z | Downloaded sqlparser_derive v0.2.2 |
| 514 | 2025-08-18T18:49:58.569Z | Downloaded openssl-probe v0.1.5 |
| 515 | 2025-08-18T18:49:58.569Z | Downloaded num-integer v0.1.46 |
| 516 | 2025-08-18T18:49:58.572Z | Downloaded daft v0.1.4 |
| 517 | 2025-08-18T18:49:58.576Z | Downloaded polar-core v0.27.3 |
| 518 | 2025-08-18T18:49:58.582Z | Downloaded linked-hash-map v0.5.6 |
| 519 | 2025-08-18T18:49:58.585Z | Downloaded ipnetwork v0.21.1 |
| 520 | 2025-08-18T18:49:58.588Z | Downloaded openssl v0.10.73 |
| 521 | 2025-08-18T18:49:58.595Z | Downloaded darling_macro v0.20.10 |
| 522 | 2025-08-18T18:49:58.609Z | Downloaded password-hash v0.5.0 |
| 523 | 2025-08-18T18:49:58.612Z | Downloaded russh-cryptovec v0.7.3 |
| 524 | 2025-08-18T18:49:58.621Z | Downloaded serde_urlencoded v0.7.1 |
| 525 | 2025-08-18T18:49:58.624Z | Downloaded cookie_store v0.21.1 |
| 526 | 2025-08-18T18:49:58.628Z | Downloaded typify-impl v0.3.0 |
| 527 | 2025-08-18T18:49:58.640Z | Downloaded sct v0.7.1 |
| 528 | 2025-08-18T18:49:58.643Z | Downloaded scheduled-thread-pool v0.2.7 |
| 529 | 2025-08-18T18:49:58.650Z | Downloaded zip v0.6.6 |
| 530 | 2025-08-18T18:49:58.660Z | Downloaded wyz v0.5.1 |
| 531 | 2025-08-18T18:49:58.669Z | Downloaded ingot v0.1.1 |
| 532 | 2025-08-18T18:49:58.673Z | Downloaded daft-derive v0.1.4 |
| 533 | 2025-08-18T18:49:58.694Z | Downloaded termios v0.3.3 |
| 534 | 2025-08-18T18:49:58.704Z | Downloaded managed v0.8.0 |
| 535 | 2025-08-18T18:49:58.713Z | Downloaded rustyline v14.0.0 |
| 536 | 2025-08-18T18:49:58.718Z | Downloaded p384 v0.13.0 |
| 537 | 2025-08-18T18:49:58.738Z | Downloaded tokio-rustls v0.25.0 |
| 538 | 2025-08-18T18:49:58.741Z | Downloaded tinyvec_macros v0.1.1 |
| 539 | 2025-08-18T18:49:58.745Z | Downloaded subtle v2.6.1 |
| 540 | 2025-08-18T18:49:58.745Z | Downloaded num-complex v0.4.6 |
| 541 | 2025-08-18T18:49:58.749Z | Downloaded libz-sys v1.1.20 |
| 542 | 2025-08-18T18:49:58.762Z | Downloaded rand_seeder v0.3.0 |
| 543 | 2025-08-18T18:49:58.765Z | Downloaded typify-impl v0.4.1 |
| 544 | 2025-08-18T18:49:58.777Z | Downloaded derive-where v1.5.0 |
| 545 | 2025-08-18T18:49:58.781Z | Downloaded tungstenite v0.23.0 |
| 546 | 2025-08-18T18:49:58.784Z | Downloaded nu-ansi-term v0.50.1 |
| 547 | 2025-08-18T18:49:58.800Z | Downloaded indicatif v0.17.11 |
| 548 | 2025-08-18T18:49:58.804Z | Downloaded target-lexicon v0.13.2 |
| 549 | 2025-08-18T18:49:58.808Z | Downloaded ring v0.17.14 |
| 550 | 2025-08-18T18:49:58.843Z | Downloaded rcgen v0.12.1 |
| 551 | 2025-08-18T18:49:58.846Z | Downloaded is-terminal v0.4.13 |
| 552 | 2025-08-18T18:49:58.849Z | Downloaded poly1305 v0.8.0 |
| 553 | 2025-08-18T18:49:58.858Z | Downloaded stringprep v0.1.5 |
| 554 | 2025-08-18T18:49:58.865Z | Downloaded r2d2 v0.8.10 |
| 555 | 2025-08-18T18:49:58.868Z | Downloaded unicode-xid v0.2.6 |
| 556 | 2025-08-18T18:49:58.871Z | Downloaded progenitor-macro v0.10.0 |
| 557 | 2025-08-18T18:49:58.877Z | Downloaded parse-display v0.10.0 |
| 558 | 2025-08-18T18:49:58.887Z | Downloaded sqlparser v0.45.0 |
| 559 | 2025-08-18T18:49:58.892Z | Downloaded darling_core v0.21.0 |
| 560 | 2025-08-18T18:49:58.897Z | Downloaded crossterm v0.29.0 |
| 561 | 2025-08-18T18:49:58.903Z | Downloaded untrusted v0.7.1 |
| 562 | 2025-08-18T18:49:58.907Z | Downloaded petname v2.0.2 |
| 563 | 2025-08-18T18:49:58.910Z | Downloaded scrypt v0.11.0 |
| 564 | 2025-08-18T18:49:58.913Z | Downloaded itertools v0.10.5 |
| 565 | 2025-08-18T18:49:58.928Z | Downloaded icu_collections v1.5.0 |
| 566 | 2025-08-18T18:49:58.933Z | Downloaded rand_chacha v0.3.1 |
| 567 | 2025-08-18T18:49:58.937Z | Downloaded is_terminal_polyfill v1.70.1 |
| 568 | 2025-08-18T18:49:58.944Z | Downloaded typify-macro v0.3.0 |
| 569 | 2025-08-18T18:49:58.954Z | Downloaded strip-ansi-escapes v0.2.0 |
| 570 | 2025-08-18T18:49:58.957Z | Downloaded socket2 v0.5.10 |
| 571 | 2025-08-18T18:49:58.960Z | Downloaded piper v0.2.4 |
| 572 | 2025-08-18T18:49:58.960Z | Downloaded pretty-hex v0.2.1 |
| 573 | 2025-08-18T18:49:58.964Z | Downloaded hyper-util v0.1.16 |
| 574 | 2025-08-18T18:49:58.968Z | Downloaded resolv-conf v0.7.0 |
| 575 | 2025-08-18T18:49:58.972Z | Downloaded defmt-parser v0.3.4 |
| 576 | 2025-08-18T18:49:58.975Z | Downloaded defmt v0.3.8 |
| 577 | 2025-08-18T18:49:58.978Z | Downloaded pretty-hex v0.4.1 |
| 578 | 2025-08-18T18:49:58.987Z | Downloaded compact_str v0.8.0 |
| 579 | 2025-08-18T18:49:58.991Z | Downloaded rustc-hash v2.1.1 |
| 580 | 2025-08-18T18:49:58.994Z | Downloaded nix v0.30.1 |
| 581 | 2025-08-18T18:49:59.003Z | Downloaded termtree v0.5.1 |
| 582 | 2025-08-18T18:49:59.007Z | Downloaded slog-async v2.8.0 |
| 583 | 2025-08-18T18:49:59.010Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 584 | 2025-08-18T18:49:59.010Z | Downloaded precomputed-hash v0.1.1 |
| 585 | 2025-08-18T18:49:59.014Z | Downloaded diff v0.1.13 |
| 586 | 2025-08-18T18:49:59.017Z | Downloaded toml_parser v1.0.2 |
| 587 | 2025-08-18T18:49:59.017Z | Downloaded unarray v0.1.4 |
| 588 | 2025-08-18T18:49:59.022Z | Downloaded strum_macros v0.24.3 |
| 589 | 2025-08-18T18:49:59.025Z | Downloaded serde_path_to_error v0.1.17 |
| 590 | 2025-08-18T18:49:59.025Z | Downloaded criterion v0.7.0 |
| 591 | 2025-08-18T18:49:59.029Z | Downloaded ed25519-dalek v2.1.1 |
| 592 | 2025-08-18T18:49:59.032Z | Downloaded signal-hook-tokio v0.3.1 |
| 593 | 2025-08-18T18:49:59.035Z | Downloaded unicode-segmentation v1.12.0 |
| 594 | 2025-08-18T18:49:59.039Z | Downloaded wait-timeout v0.2.0 |
| 595 | 2025-08-18T18:49:59.042Z | Downloaded terminal_size v0.4.0 |
| 596 | 2025-08-18T18:49:59.064Z | Downloaded cipher v0.4.4 |
| 597 | 2025-08-18T18:49:59.082Z | Downloaded defmt-macros v0.3.9 |
| 598 | 2025-08-18T18:49:59.085Z | Downloaded tracing-attributes v0.1.27 |
| 599 | 2025-08-18T18:49:59.089Z | Downloaded serde_bytes v0.11.17 |
| 600 | 2025-08-18T18:49:59.093Z | Downloaded tough v0.20.0 |
| 601 | 2025-08-18T18:49:59.102Z | Downloaded slog-json v2.6.1 |
| 602 | 2025-08-18T18:49:59.108Z | Downloaded nested v0.1.1 |
| 603 | 2025-08-18T18:49:59.112Z | Downloaded postgres-protocol v0.6.8 |
| 604 | 2025-08-18T18:49:59.124Z | Downloaded usdt-impl v0.5.0 |
| 605 | 2025-08-18T18:49:59.136Z | Downloaded yasna v0.5.2 |
| 606 | 2025-08-18T18:49:59.154Z | Downloaded dirs-sys-next v0.1.2 |
| 607 | 2025-08-18T18:49:59.159Z | Downloaded clap_lex v0.7.4 |
| 608 | 2025-08-18T18:49:59.162Z | Downloaded aws-lc-sys v0.26.0 |
| 609 | 2025-08-18T18:49:59.340Z | Downloaded schemars_derive v0.8.22 |
| 610 | 2025-08-18T18:49:59.344Z | Downloaded tap v1.0.1 |
| 611 | 2025-08-18T18:49:59.344Z | Downloaded smawk v0.3.2 |
| 612 | 2025-08-18T18:49:59.347Z | Downloaded peg-macros v0.8.5 |
| 613 | 2025-08-18T18:49:59.350Z | Downloaded rand v0.8.5 |
| 614 | 2025-08-18T18:49:59.353Z | Downloaded typeid v1.0.3 |
| 615 | 2025-08-18T18:49:59.354Z | Downloaded linear-map v1.2.0 |
| 616 | 2025-08-18T18:49:59.357Z | Downloaded ref-cast v1.0.24 |
| 617 | 2025-08-18T18:49:59.360Z | Downloaded either v1.15.0 |
| 618 | 2025-08-18T18:49:59.360Z | Downloaded progenitor v0.8.0 |
| 619 | 2025-08-18T18:49:59.364Z | Downloaded dirs-next v2.0.0 |
| 620 | 2025-08-18T18:49:59.364Z | Downloaded cfg_aliases v0.2.1 |
| 621 | 2025-08-18T18:49:59.364Z | Downloaded nix v0.28.0 |
| 622 | 2025-08-18T18:49:59.374Z | Downloaded des v0.8.1 |
| 623 | 2025-08-18T18:49:59.377Z | Downloaded libscf-sys v1.1.0 |
| 624 | 2025-08-18T18:49:59.381Z | Downloaded jiff-static v0.2.15 |
| 625 | 2025-08-18T18:49:59.381Z | Downloaded display-error-chain v0.2.2 |
| 626 | 2025-08-18T18:49:59.385Z | Downloaded toml v0.7.8 |
| 627 | 2025-08-18T18:49:59.388Z | Downloaded keccak v0.1.5 |
| 628 | 2025-08-18T18:49:59.388Z | Downloaded const_format v0.2.34 |
| 629 | 2025-08-18T18:49:59.391Z | Downloaded darling_macro v0.21.0 |
| 630 | 2025-08-18T18:49:59.394Z | Downloaded regex-syntax v0.8.5 |
| 631 | 2025-08-18T18:49:59.401Z | Downloaded rand_core v0.6.4 |
| 632 | 2025-08-18T18:49:59.405Z | Downloaded paste v1.0.15 |
| 633 | 2025-08-18T18:49:59.405Z | Downloaded toml_datetime v0.7.0 |
| 634 | 2025-08-18T18:49:59.408Z | Downloaded serde_with v3.14.0 |
| 635 | 2025-08-18T18:49:59.419Z | Downloaded litemap v0.7.3 |
| 636 | 2025-08-18T18:49:59.423Z | Downloaded new_debug_unreachable v1.0.6 |
| 637 | 2025-08-18T18:49:59.423Z | Downloaded rand v0.9.1 |
| 638 | 2025-08-18T18:49:59.426Z | Downloaded zlib-rs v0.5.1 |
| 639 | 2025-08-18T18:49:59.432Z | Downloaded usdt-macro v0.5.0 |
| 640 | 2025-08-18T18:49:59.432Z | Downloaded void v1.0.2 |
| 641 | 2025-08-18T18:49:59.436Z | Downloaded tinyvec v1.8.0 |
| 642 | 2025-08-18T18:49:59.439Z | Downloaded tokio-tungstenite v0.23.1 |
| 643 | 2025-08-18T18:49:59.445Z | Downloaded num_enum v0.5.11 |
| 644 | 2025-08-18T18:49:59.448Z | Downloaded serde_regex v1.1.0 |
| 645 | 2025-08-18T18:49:59.449Z | Downloaded rustix v0.38.37 |
| 646 | 2025-08-18T18:49:59.466Z | Downloaded psl-types v2.0.11 |
| 647 | 2025-08-18T18:49:59.470Z | Downloaded rustls-webpki v0.101.7 |
| 648 | 2025-08-18T18:49:59.481Z | Downloaded zone v0.3.1 |
| 649 | 2025-08-18T18:49:59.484Z | Downloaded similar v2.7.0 |
| 650 | 2025-08-18T18:49:59.488Z | Downloaded pbkdf2 v0.11.0 |
| 651 | 2025-08-18T18:49:59.491Z | Downloaded vcpkg v0.2.15 |
| 652 | 2025-08-18T18:49:59.526Z | Downloaded rustix v1.0.7 |
| 653 | 2025-08-18T18:49:59.547Z | Downloaded similar-asserts v1.7.0 |
| 654 | 2025-08-18T18:49:59.551Z | Downloaded internet-checksum v0.2.1 |
| 655 | 2025-08-18T18:49:59.551Z | Downloaded hyper v1.6.0 |
| 656 | 2025-08-18T18:49:59.557Z | Downloaded unicode-ident v1.0.18 |
| 657 | 2025-08-18T18:49:59.560Z | Downloaded num_threads v0.1.7 |
| 658 | 2025-08-18T18:49:59.563Z | Downloaded tabled_derive v0.7.0 |
| 659 | 2025-08-18T18:49:59.563Z | Downloaded semver v0.1.20 |
| 660 | 2025-08-18T18:49:59.569Z | Downloaded plain v0.2.3 |
| 661 | 2025-08-18T18:49:59.570Z | Downloaded papergrid v0.14.0 |
| 662 | 2025-08-18T18:49:59.573Z | Downloaded libz-rs-sys v0.5.1 |
| 663 | 2025-08-18T18:49:59.573Z | Downloaded cfg_aliases v0.1.1 |
| 664 | 2025-08-18T18:49:59.573Z | Downloaded ucd-trie v0.1.7 |
| 665 | 2025-08-18T18:49:59.576Z | Downloaded synstructure v0.13.1 |
| 666 | 2025-08-18T18:49:59.608Z | Downloaded crypto-common v0.1.6 |
| 667 | 2025-08-18T18:49:59.611Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 668 | 2025-08-18T18:49:59.611Z | Downloaded serde_spanned v0.6.9 |
| 669 | 2025-08-18T18:49:59.615Z | Downloaded derive_more-impl v2.0.1 |
| 670 | 2025-08-18T18:49:59.618Z | Downloaded iddqd v0.3.9 |
| 671 | 2025-08-18T18:49:59.624Z | Downloaded tls_codec v0.4.1 |
| 672 | 2025-08-18T18:49:59.627Z | Downloaded xz2 v0.1.7 |
| 673 | 2025-08-18T18:49:59.633Z | Downloaded pin-project v1.1.6 |
| 674 | 2025-08-18T18:49:59.643Z | Downloaded critical-section v1.1.3 |
| 675 | 2025-08-18T18:49:59.646Z | Downloaded zone v0.1.8 |
| 676 | 2025-08-18T18:49:59.653Z | Downloaded crc8 v0.1.1 |
| 677 | 2025-08-18T18:49:59.669Z | Downloaded shlex v1.3.0 |
| 678 | 2025-08-18T18:49:59.673Z | Downloaded tagptr v0.2.0 |
| 679 | 2025-08-18T18:49:59.673Z | Downloaded secrecy v0.10.3 |
| 680 | 2025-08-18T18:49:59.677Z | Downloaded tls_codec_derive v0.4.1 |
| 681 | 2025-08-18T18:49:59.694Z | Downloaded ipnet v2.11.0 |
| 682 | 2025-08-18T18:49:59.704Z | Downloaded icu_locid v1.5.0 |
| 683 | 2025-08-18T18:49:59.709Z | Downloaded regex-syntax v0.6.29 |
| 684 | 2025-08-18T18:49:59.715Z | Downloaded ciborium v0.2.2 |
| 685 | 2025-08-18T18:49:59.719Z | Downloaded der v0.7.9 |
| 686 | 2025-08-18T18:49:59.727Z | Downloaded memmap2 v0.9.5 |
| 687 | 2025-08-18T18:49:59.730Z | Downloaded papergrid v0.11.0 |
| 688 | 2025-08-18T18:49:59.736Z | Downloaded mime v0.3.17 |
| 689 | 2025-08-18T18:49:59.740Z | Downloaded untrusted v0.9.0 |
| 690 | 2025-08-18T18:49:59.744Z | Downloaded openssl-sys v0.9.109 |
| 691 | 2025-08-18T18:49:59.749Z | Downloaded thread_local v1.1.8 |
| 692 | 2025-08-18T18:49:59.753Z | Downloaded lockfree-object-pool v0.1.6 |
| 693 | 2025-08-18T18:49:59.756Z | Downloaded rustls-pki-types v1.10.0 |
| 694 | 2025-08-18T18:49:59.760Z | Downloaded oso-derive v0.27.3 |
| 695 | 2025-08-18T18:49:59.760Z | Downloaded powerfmt v0.2.0 |
| 696 | 2025-08-18T18:49:59.760Z | Downloaded cookie v0.18.1 |
| 697 | 2025-08-18T18:49:59.764Z | Downloaded zerocopy v0.6.6 |
| 698 | 2025-08-18T18:49:59.772Z | Downloaded instant v0.1.13 |
| 699 | 2025-08-18T18:49:59.788Z | Downloaded md5 v0.7.0 |
| 700 | 2025-08-18T18:49:59.796Z | Downloaded num-rational v0.4.2 |
| 701 | 2025-08-18T18:49:59.799Z | Downloaded icu_locid_transform_data v1.5.0 |
| 702 | 2025-08-18T18:49:59.802Z | Downloaded openapiv3 v2.2.0 |
| 703 | 2025-08-18T18:49:59.810Z | Downloaded radix_trie v0.2.1 |
| 704 | 2025-08-18T18:49:59.815Z | Downloaded slog-term v2.9.1 |
| 705 | 2025-08-18T18:49:59.818Z | Downloaded indoc v2.0.6 |
| 706 | 2025-08-18T18:49:59.828Z | Downloaded sha1 v0.10.6 |
| 707 | 2025-08-18T18:49:59.832Z | Downloaded num-derive v0.4.2 |
| 708 | 2025-08-18T18:49:59.842Z | Downloaded portable-atomic v1.11.0 |
| 709 | 2025-08-18T18:49:59.849Z | Downloaded num v0.4.3 |
| 710 | 2025-08-18T18:49:59.852Z | Downloaded pkg-config v0.3.31 |
| 711 | 2025-08-18T18:49:59.872Z | Downloaded usdt v0.5.0 |
| 712 | 2025-08-18T18:49:59.875Z | Downloaded yansi v1.0.1 |
| 713 | 2025-08-18T18:49:59.883Z | Downloaded zstd v0.13.3 |
| 714 | 2025-08-18T18:49:59.886Z | Downloaded jobserver v0.1.32 |
| 715 | 2025-08-18T18:49:59.891Z | Downloaded rtoolbox v0.0.2 |
| 716 | 2025-08-18T18:49:59.891Z | Downloaded sec1 v0.7.3 |
| 717 | 2025-08-18T18:49:59.894Z | Downloaded nix v0.29.0 |
| 718 | 2025-08-18T18:49:59.901Z | Downloaded ordered-float v2.10.1 |
| 719 | 2025-08-18T18:49:59.905Z | Downloaded num-traits v0.2.19 |
| 720 | 2025-08-18T18:49:59.908Z | Downloaded url v2.5.4 |
| 721 | 2025-08-18T18:49:59.911Z | Downloaded stringmetrics v2.2.2 |
| 722 | 2025-08-18T18:49:59.915Z | Downloaded diesel-dtrace v0.4.2 |
| 723 | 2025-08-18T18:49:59.915Z | Downloaded proc-macro-error2 v2.0.1 |
| 724 | 2025-08-18T18:49:59.918Z | Downloaded termcolor v1.4.1 |
| 725 | 2025-08-18T18:49:59.921Z | Downloaded memoffset v0.9.1 |
| 726 | 2025-08-18T18:49:59.921Z | Downloaded ron v0.8.1 |
| 727 | 2025-08-18T18:49:59.925Z | Downloaded hyper-rustls v0.27.7 |
| 728 | 2025-08-18T18:49:59.930Z | Downloaded quote v1.0.40 |
| 729 | 2025-08-18T18:49:59.933Z | Downloaded postgres-types v0.2.9 |
| 730 | 2025-08-18T18:49:59.937Z | Downloaded rustc-hash v1.1.0 |
| 731 | 2025-08-18T18:49:59.944Z | Downloaded tokio-native-tls v0.3.1 |
| 732 | 2025-08-18T18:49:59.948Z | Downloaded idna_adapter v1.2.0 |
| 733 | 2025-08-18T18:49:59.952Z | Downloaded structmeta v0.3.0 |
| 734 | 2025-08-18T18:49:59.955Z | Downloaded progenitor-client v0.8.0 |
| 735 | 2025-08-18T18:49:59.965Z | Downloaded russh-keys v0.45.0 |
| 736 | 2025-08-18T18:49:59.968Z | Downloaded owo-colors v4.2.2 |
| 737 | 2025-08-18T18:49:59.981Z | Downloaded tracing v0.1.40 |
| 738 | 2025-08-18T18:49:59.984Z | Downloaded ron v0.7.1 |
| 739 | 2025-08-18T18:49:59.991Z | Downloaded phf_shared v0.12.1 |
| 740 | 2025-08-18T18:49:59.995Z | Downloaded scopeguard v1.2.0 |
| 741 | 2025-08-18T18:50:00.006Z | Downloaded toml_writer v1.0.2 |
| 742 | 2025-08-18T18:50:00.009Z | Downloaded log v0.4.27 |
| 743 | 2025-08-18T18:50:00.013Z | Downloaded winnow v0.5.40 |
| 744 | 2025-08-18T18:50:01.022Z | Downloaded unicode-width v0.1.14 |
| 745 | 2025-08-18T18:50:01.027Z | Downloaded multimap v0.10.1 |
| 746 | 2025-08-18T18:50:01.027Z | Downloaded smallvec v0.6.14 |
| 747 | 2025-08-18T18:50:01.028Z | Downloaded proc-macro2 v1.0.95 |
| 748 | 2025-08-18T18:50:01.028Z | Downloaded subprocess v0.2.9 |
| 749 | 2025-08-18T18:50:01.028Z | Downloaded unicode-truncate v1.1.0 |
| 750 | 2025-08-18T18:50:01.028Z | Downloaded zip v4.2.0 |
| 751 | 2025-08-18T18:50:01.028Z | Downloaded sqlformat v0.3.5 |
| 752 | 2025-08-18T18:50:01.028Z | Downloaded utf-8 v0.7.6 |
| 753 | 2025-08-18T18:50:01.028Z | Downloaded simd-adler32 v0.3.7 |
| 754 | 2025-08-18T18:50:01.028Z | Downloaded thiserror v2.0.12 |
| 755 | 2025-08-18T18:50:01.028Z | Downloaded icu_provider_macros v1.5.0 |
| 756 | 2025-08-18T18:50:01.028Z | Downloaded quinn-udp v0.5.5 |
| 757 | 2025-08-18T18:50:01.028Z | Downloaded embedded-io v0.6.1 |
| 758 | 2025-08-18T18:50:01.028Z | Downloaded slog-dtrace v0.3.0 |
| 759 | 2025-08-18T18:50:01.028Z | Downloaded slog-envlogger v2.2.0 |
| 760 | 2025-08-18T18:50:01.028Z | Downloaded ryu v1.0.18 |
| 761 | 2025-08-18T18:50:01.028Z | Downloaded data-encoding v2.9.0 |
| 762 | 2025-08-18T18:50:01.028Z | Downloaded stable_deref_trait v1.2.0 |
| 763 | 2025-08-18T18:50:01.028Z | Downloaded time v0.3.36 |
| 764 | 2025-08-18T18:50:01.028Z | Downloaded supports-color v3.0.2 |
| 765 | 2025-08-18T18:50:01.028Z | Downloaded typenum v1.17.0 |
| 766 | 2025-08-18T18:50:01.028Z | Downloaded toml_write v0.1.2 |
| 767 | 2025-08-18T18:50:01.028Z | Downloaded ingot-types v0.1.2 |
| 768 | 2025-08-18T18:50:01.028Z | Downloaded ignore v0.4.23 |
| 769 | 2025-08-18T18:50:01.028Z | Downloaded maplit v1.0.2 |
| 770 | 2025-08-18T18:50:01.028Z | Downloaded derive_more v2.0.1 |
| 771 | 2025-08-18T18:50:01.028Z | Downloaded textwrap v0.16.2 |
| 772 | 2025-08-18T18:50:01.028Z | Downloaded icu_locid_transform v1.5.0 |
| 773 | 2025-08-18T18:50:01.030Z | Downloaded ciborium-io v0.2.2 |
| 774 | 2025-08-18T18:50:01.030Z | Downloaded tabled_derive v0.10.0 |
| 775 | 2025-08-18T18:50:01.030Z | Downloaded tempfile v3.20.0 |
| 776 | 2025-08-18T18:50:01.030Z | Downloaded snafu v0.8.5 |
| 777 | 2025-08-18T18:50:01.030Z | Downloaded unsafe-libyaml v0.2.11 |
| 778 | 2025-08-18T18:50:01.030Z | Downloaded twox-hash v2.1.0 |
| 779 | 2025-08-18T18:50:01.030Z | Downloaded crc-any v2.5.0 |
| 780 | 2025-08-18T18:50:01.030Z | Downloaded lru v0.12.5 |
| 781 | 2025-08-18T18:50:01.030Z | Downloaded zerocopy v0.7.35 |
| 782 | 2025-08-18T18:50:01.030Z | Downloaded itertools v0.12.1 |
| 783 | 2025-08-18T18:50:01.030Z | Downloaded tokio-rustls v0.24.1 |
| 784 | 2025-08-18T18:50:01.030Z | Downloaded rust-argon2 v2.1.0 |
| 785 | 2025-08-18T18:50:01.030Z | Downloaded iana-time-zone v0.1.63 |
| 786 | 2025-08-18T18:50:01.030Z | Downloaded opaque-debug v0.3.1 |
| 787 | 2025-08-18T18:50:01.030Z | Downloaded secrecy v0.8.0 |
| 788 | 2025-08-18T18:50:01.030Z | Downloaded ssh-key v0.6.6 |
| 789 | 2025-08-18T18:50:01.030Z | Downloaded proc-macro-crate v3.2.0 |
| 790 | 2025-08-18T18:50:01.030Z | Downloaded zstd-safe v7.2.3 |
| 791 | 2025-08-18T18:50:01.030Z | Downloaded percent-encoding v2.3.1 |
| 792 | 2025-08-18T18:50:01.030Z | Downloaded concurrent-queue v2.5.0 |
| 793 | 2025-08-18T18:50:01.030Z | Downloaded pathdiff v0.2.3 |
| 794 | 2025-08-18T18:50:01.030Z | Downloaded csv-core v0.1.11 |
| 795 | 2025-08-18T18:50:01.030Z | Downloaded which v4.4.2 |
| 796 | 2025-08-18T18:50:01.030Z | Downloaded diesel v2.2.12 |
| 797 | 2025-08-18T18:50:01.030Z | Downloaded csv v1.3.1 |
| 798 | 2025-08-18T18:50:01.030Z | Downloaded steno v0.4.1 |
| 799 | 2025-08-18T18:50:01.030Z | Downloaded trybuild v1.0.106 |
| 800 | 2025-08-18T18:50:01.030Z | Downloaded sha2 v0.10.9 |
| 801 | 2025-08-18T18:50:01.030Z | Downloaded unicase v2.7.0 |
| 802 | 2025-08-18T18:50:01.030Z | Downloaded try-lock v0.2.5 |
| 803 | 2025-08-18T18:50:01.030Z | Downloaded instability v0.3.2 |
| 804 | 2025-08-18T18:50:01.030Z | Downloaded rand_chacha v0.9.0 |
| 805 | 2025-08-18T18:50:01.030Z | Downloaded unicode-bidi v0.3.17 |
| 806 | 2025-08-18T18:50:01.030Z | Downloaded colorchoice v1.0.2 |
| 807 | 2025-08-18T18:50:01.030Z | Downloaded regress v0.10.4 |
| 808 | 2025-08-18T18:50:01.030Z | Downloaded socket2 v0.6.0 |
| 809 | 2025-08-18T18:50:01.031Z | Downloaded vergen v8.3.2 |
| 810 | 2025-08-18T18:50:01.031Z | Downloaded unicode-width v0.2.0 |
| 811 | 2025-08-18T18:50:01.031Z | Downloaded yoke v0.7.4 |
| 812 | 2025-08-18T18:50:01.031Z | Downloaded lalrpop-util v0.19.12 |
| 813 | 2025-08-18T18:50:01.031Z | Downloaded libm v0.2.8 |
| 814 | 2025-08-18T18:50:01.031Z | Downloaded pin-project-internal v1.1.6 |
| 815 | 2025-08-18T18:50:01.031Z | Downloaded elliptic-curve v0.13.8 |
| 816 | 2025-08-18T18:50:01.031Z | Downloaded jiff v0.2.15 |
| 817 | 2025-08-18T18:50:01.031Z | Downloaded num-bigint-dig v0.8.4 |
| 818 | 2025-08-18T18:50:01.031Z | Downloaded yoke-derive v0.7.4 |
| 819 | 2025-08-18T18:50:01.031Z | Downloaded password-hash v0.4.2 |
| 820 | 2025-08-18T18:50:01.031Z | Downloaded dsl_auto_type v0.1.2 |
| 821 | 2025-08-18T18:50:01.031Z | Downloaded spin v0.9.8 |
| 822 | 2025-08-18T18:50:01.031Z | Downloaded kstat-rs v0.2.4 |
| 823 | 2025-08-18T18:50:01.031Z | Downloaded write16 v1.0.0 |
| 824 | 2025-08-18T18:50:01.031Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 825 | 2025-08-18T18:50:01.032Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 826 | 2025-08-18T18:50:01.032Z | Downloaded typify v0.2.0 |
| 827 | 2025-08-18T18:50:01.032Z | Downloaded crossbeam-utils v0.8.21 |
| 828 | 2025-08-18T18:50:01.032Z | Downloaded pkcs5 v0.7.1 |
| 829 | 2025-08-18T18:50:01.032Z | Downloaded litrs v0.4.1 |
| 830 | 2025-08-18T18:50:01.032Z | Downloaded nanorand v0.7.0 |
| 831 | 2025-08-18T18:50:01.032Z | Downloaded lru-cache v0.1.2 |
| 832 | 2025-08-18T18:50:01.032Z | Downloaded zerovec-derive v0.10.3 |
| 833 | 2025-08-18T18:50:01.032Z | Downloaded thiserror-no-std v2.0.2 |
| 834 | 2025-08-18T18:50:01.032Z | Downloaded serde_tokenstream v0.2.2 |
| 835 | 2025-08-18T18:50:01.032Z | Downloaded convert_case v0.4.0 |
| 836 | 2025-08-18T18:50:01.032Z | Downloaded thread-id v4.2.2 |
| 837 | 2025-08-18T18:50:01.032Z | Downloaded phf v0.12.1 |
| 838 | 2025-08-18T18:50:01.032Z | Downloaded libsw v3.5.0 |
| 839 | 2025-08-18T18:50:01.032Z | Downloaded crossbeam-deque v0.8.5 |
| 840 | 2025-08-18T18:50:01.032Z | Downloaded time-core v0.1.2 |
| 841 | 2025-08-18T18:50:01.032Z | Downloaded tui-tree-widget v0.23.1 |
| 842 | 2025-08-18T18:50:01.032Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 843 | 2025-08-18T18:50:01.032Z | Downloaded multer v3.1.0 |
| 844 | 2025-08-18T18:50:01.032Z | Downloaded p256 v0.13.2 |
| 845 | 2025-08-18T18:50:01.036Z | Downloaded quick-xml v0.37.2 |
| 846 | 2025-08-18T18:50:01.036Z | Downloaded strum_macros v0.26.4 |
| 847 | 2025-08-18T18:50:01.036Z | Downloaded strsim v0.11.1 |
| 848 | 2025-08-18T18:50:01.036Z | Downloaded rayon v1.10.0 |
| 849 | 2025-08-18T18:50:01.036Z | Downloaded clang-sys v1.8.1 |
| 850 | 2025-08-18T18:50:01.036Z | Downloaded colored v2.2.0 |
| 851 | 2025-08-18T18:50:01.036Z | Downloaded phf v0.11.2 |
| 852 | 2025-08-18T18:50:01.036Z | Downloaded ingot-macros v0.1.1 |
| 853 | 2025-08-18T18:50:01.036Z | Downloaded unicode_categories v0.1.1 |
| 854 | 2025-08-18T18:50:01.036Z | Downloaded der_derive v0.7.3 |
| 855 | 2025-08-18T18:50:01.036Z | Downloaded clap_builder v4.5.41 |
| 856 | 2025-08-18T18:50:01.036Z | Downloaded pest v2.7.14 |
| 857 | 2025-08-18T18:50:01.036Z | Downloaded utf8_iter v1.0.4 |
| 858 | 2025-08-18T18:50:01.036Z | Downloaded deranged v0.3.11 |
| 859 | 2025-08-18T18:50:01.036Z | Downloaded winnow v0.7.10 |
| 860 | 2025-08-18T18:50:01.036Z | Downloaded sha3 v0.10.8 |
| 861 | 2025-08-18T18:50:01.036Z | Downloaded console v0.15.10 |
| 862 | 2025-08-18T18:50:01.036Z | Downloaded lazycell v1.3.0 |
| 863 | 2025-08-18T18:50:01.036Z | Downloaded diesel_derives v2.2.3 |
| 864 | 2025-08-18T18:50:01.036Z | Downloaded cmake v0.1.51 |
| 865 | 2025-08-18T18:50:01.037Z | Downloaded clap_derive v4.5.41 |
| 866 | 2025-08-18T18:50:01.037Z | Downloaded ctr v0.9.2 |
| 867 | 2025-08-18T18:50:01.037Z | Downloaded rand_xorshift v0.4.0 |
| 868 | 2025-08-18T18:50:01.037Z | Downloaded proptest v1.7.0 |
| 869 | 2025-08-18T18:50:01.037Z | Downloaded pest_meta v2.7.14 |
| 870 | 2025-08-18T18:50:01.037Z | Downloaded tower-layer v0.3.3 |
| 871 | 2025-08-18T18:50:01.037Z | Downloaded hyper-staticfile v0.10.1 |
| 872 | 2025-08-18T18:50:01.037Z | Downloaded humantime v2.2.0 |
| 873 | 2025-08-18T18:50:01.037Z | Downloaded shell-words v1.1.0 |
| 874 | 2025-08-18T18:50:01.037Z | Downloaded static_assertions v1.1.0 |
| 875 | 2025-08-18T18:50:01.037Z | Downloaded schemars v0.8.22 |
| 876 | 2025-08-18T18:50:01.037Z | Downloaded cstr-argument v0.1.2 |
| 877 | 2025-08-18T18:50:01.037Z | Downloaded pest_generator v2.7.14 |
| 878 | 2025-08-18T18:50:01.038Z | Downloaded num-bigint v0.4.6 |
| 879 | 2025-08-18T18:50:01.038Z | Downloaded match_cfg v0.1.0 |
| 880 | 2025-08-18T18:50:01.038Z | Downloaded tabled v0.15.0 |
| 881 | 2025-08-18T18:50:01.038Z | Downloaded tokio-util v0.7.15 |
| 882 | 2025-08-18T18:50:01.038Z | Downloaded datatest-stable v0.3.2 |
| 883 | 2025-08-18T18:50:01.038Z | Downloaded libtest-mimic v0.8.1 |
| 884 | 2025-08-18T18:50:01.038Z | Downloaded chrono v0.4.41 |
| 885 | 2025-08-18T18:50:01.038Z | Downloaded native-tls v0.2.12 |
| 886 | 2025-08-18T18:50:01.038Z | Downloaded value-bag v1.9.0 |
| 887 | 2025-08-18T18:50:01.038Z | Downloaded enum-as-inner v0.6.1 |
| 888 | 2025-08-18T18:50:01.038Z | Downloaded derive-ex v0.1.8 |
| 889 | 2025-08-18T18:50:01.038Z | Downloaded rusty-fork v0.3.0 |
| 890 | 2025-08-18T18:50:01.038Z | Downloaded parking_lot v0.11.2 |
| 891 | 2025-08-18T18:50:01.038Z | Downloaded oxide-tokio-rt v0.1.2 |
| 892 | 2025-08-18T18:50:01.038Z | Downloaded same-file v1.0.6 |
| 893 | 2025-08-18T18:50:01.038Z | Downloaded curve25519-dalek v4.1.3 |
| 894 | 2025-08-18T18:50:01.038Z | Downloaded dunce v1.0.5 |
| 895 | 2025-08-18T18:50:01.038Z | Downloaded object v0.30.4 |
| 896 | 2025-08-18T18:50:01.038Z | Downloaded const_format_proc_macros v0.2.34 |
| 897 | 2025-08-18T18:50:01.038Z | Downloaded qorb v0.4.1 |
| 898 | 2025-08-18T18:50:01.038Z | Downloaded tower-service v0.3.3 |
| 899 | 2025-08-18T18:50:01.038Z | Downloaded cpufeatures v0.2.14 |
| 900 | 2025-08-18T18:50:01.038Z | Downloaded samael v0.0.19 |
| 901 | 2025-08-18T18:50:01.038Z | Downloaded petgraph v0.6.5 |
| 902 | 2025-08-18T18:50:01.038Z | Downloaded mio v1.0.2 |
| 903 | 2025-08-18T18:50:01.038Z | Downloaded vsss-rs v3.3.4 |
| 904 | 2025-08-18T18:50:01.038Z | Downloaded predicates-core v1.0.8 |
| 905 | 2025-08-18T18:50:01.038Z | Downloaded zerocopy-derive v0.6.6 |
| 906 | 2025-08-18T18:50:01.038Z | Downloaded num-iter v0.1.45 |
| 907 | 2025-08-18T18:50:01.038Z | Downloaded indoc v1.0.9 |
| 908 | 2025-08-18T18:50:01.038Z | Downloaded derive_builder_core v0.20.2 |
| 909 | 2025-08-18T18:50:01.038Z | Downloaded progenitor-impl v0.10.0 |
| 910 | 2025-08-18T18:50:01.038Z | Downloaded ciborium-ll v0.2.2 |
| 911 | 2025-08-18T18:50:01.038Z | Downloaded minimal-lexical v0.2.1 |
| 912 | 2025-08-18T18:50:01.038Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 913 | 2025-08-18T18:50:01.038Z | Downloaded proc-macro-crate v1.3.1 |
| 914 | 2025-08-18T18:50:01.038Z | Downloaded typify v0.3.0 |
| 915 | 2025-08-18T18:50:01.038Z | Downloaded dof v0.3.0 |
| 916 | 2025-08-18T18:50:01.039Z | Downloaded proc-macro-error v1.0.4 |
| 917 | 2025-08-18T18:50:01.039Z | Downloaded dropshot v0.16.3 |
| 918 | 2025-08-18T18:50:01.039Z | Downloaded lock_api v0.4.12 |
| 919 | 2025-08-18T18:50:01.039Z | Downloaded toml v0.9.5 |
| 920 | 2025-08-18T18:50:01.039Z | Downloaded rpassword v7.4.0 |
| 921 | 2025-08-18T18:50:01.039Z | Downloaded crossterm v0.28.1 |
| 922 | 2025-08-18T18:50:01.039Z | Downloaded indexmap v2.10.0 |
| 923 | 2025-08-18T18:50:01.039Z | Downloaded pkcs8 v0.10.2 |
| 924 | 2025-08-18T18:50:01.042Z | Downloaded serde_derive v1.0.219 |
| 925 | 2025-08-18T18:50:01.050Z | Downloaded webpki-roots v1.0.1 |
| 926 | 2025-08-18T18:50:01.059Z | Downloaded parking_lot_core v0.8.6 |
| 927 | 2025-08-18T18:50:01.075Z | Downloaded serde v1.0.219 |
| 928 | 2025-08-18T18:50:01.079Z | Downloaded dtrace-parser v0.2.0 |
| 929 | 2025-08-18T18:50:01.086Z | Downloaded unicode-normalization v0.1.24 |
| 930 | 2025-08-18T18:50:01.095Z | Downloaded rustls v0.23.19 |
| 931 | 2025-08-18T18:50:01.106Z | Downloaded debug-ignore v1.0.5 |
| 932 | 2025-08-18T18:50:01.109Z | Downloaded tinystr v0.7.6 |
| 933 | 2025-08-18T18:50:01.112Z | Downloaded zerofrom v0.1.4 |
| 934 | 2025-08-18T18:50:01.116Z | Downloaded prefix-trie v0.7.0 |
| 935 | 2025-08-18T18:50:01.119Z | Downloaded tokio-rustls v0.26.0 |
| 936 | 2025-08-18T18:50:01.123Z | Downloaded tokio-macros v2.5.0 |
| 937 | 2025-08-18T18:50:01.133Z | Downloaded itertools v0.13.0 |
| 938 | 2025-08-18T18:50:01.139Z | Downloaded convert_case v0.7.1 |
| 939 | 2025-08-18T18:50:01.163Z | Downloaded rayon-core v1.12.1 |
| 940 | 2025-08-18T18:50:01.166Z | Downloaded sigpipe v0.1.3 |
| 941 | 2025-08-18T18:50:01.169Z | Downloaded rustls v0.21.12 |
| 942 | 2025-08-18T18:50:01.178Z | Downloaded olpc-cjson v0.1.4 |
| 943 | 2025-08-18T18:50:01.181Z | Downloaded dyn-clone v1.0.19 |
| 944 | 2025-08-18T18:50:01.181Z | Downloaded icu_properties v1.5.1 |
| 945 | 2025-08-18T18:50:01.184Z | Downloaded smallvec v1.15.1 |
| 946 | 2025-08-18T18:50:01.185Z | Downloaded kv-log-macro v1.0.7 |
| 947 | 2025-08-18T18:50:01.201Z | Downloaded chacha20 v0.9.1 |
| 948 | 2025-08-18T18:50:01.204Z | Downloaded toml_datetime v0.6.11 |
| 949 | 2025-08-18T18:50:01.210Z | Downloaded digest v0.10.7 |
| 950 | 2025-08-18T18:50:01.214Z | Downloaded topological-sort v0.2.2 |
| 951 | 2025-08-18T18:50:01.220Z | Downloaded radium v0.7.0 |
| 952 | 2025-08-18T18:50:01.226Z | Downloaded slog-bunyan v2.5.0 |
| 953 | 2025-08-18T18:50:01.238Z | Downloaded tabled v0.18.0 |
| 954 | 2025-08-18T18:50:01.257Z | Downloaded serde-big-array v0.5.1 |
| 955 | 2025-08-18T18:50:01.260Z | Downloaded serde_derive_internals v0.29.1 |
| 956 | 2025-08-18T18:50:01.299Z | Downloaded slog-scope v4.4.0 |
| 957 | 2025-08-18T18:50:01.303Z | Downloaded normalize-line-endings v0.3.0 |
| 958 | 2025-08-18T18:50:01.303Z | Downloaded tower v0.5.2 |
| 959 | 2025-08-18T18:50:01.316Z | Downloaded derive_builder v0.20.2 |
| 960 | 2025-08-18T18:50:01.323Z | Downloaded indent_write v2.2.0 |
| 961 | 2025-08-18T18:50:01.327Z | Downloaded smoltcp v0.9.1 |
| 962 | 2025-08-18T18:50:01.339Z | Downloaded predicates v3.1.3 |
| 963 | 2025-08-18T18:50:01.351Z | Downloaded chacha20poly1305 v0.10.1 |
| 964 | 2025-08-18T18:50:01.355Z | Downloaded typed-path v0.9.3 |
| 965 | 2025-08-18T18:50:01.367Z | Downloaded md-5 v0.10.6 |
| 966 | 2025-08-18T18:50:01.371Z | Downloaded rustls-native-certs v0.8.1 |
| 967 | 2025-08-18T18:50:01.390Z | Downloaded zerocopy-derive v0.7.35 |
| 968 | 2025-08-18T18:50:01.395Z | Downloaded serde_plain v1.0.2 |
| 969 | 2025-08-18T18:50:01.401Z | Downloaded regex v1.11.1 |
| 970 | 2025-08-18T18:50:01.413Z | Downloaded lazy_static v1.5.0 |
| 971 | 2025-08-18T18:50:01.417Z | Downloaded uuid v1.17.0 |
| 972 | 2025-08-18T18:50:01.426Z | Downloaded peg-runtime v0.8.5 |
| 973 | 2025-08-18T18:50:01.430Z | Downloaded string_cache v0.8.9 |
| 974 | 2025-08-18T18:50:01.440Z | Downloaded pem-rfc7468 v0.7.0 |
| 975 | 2025-08-18T18:50:01.444Z | Downloaded crossbeam-channel v0.5.15 |
| 976 | 2025-08-18T18:50:01.461Z | Downloaded sled v0.34.7 |
| 977 | 2025-08-18T18:50:01.469Z | Downloaded unicode-linebreak v0.1.5 |
| 978 | 2025-08-18T18:50:01.472Z | Downloaded vte v0.11.1 |
| 979 | 2025-08-18T18:50:01.480Z | Downloaded pkcs1 v0.7.5 |
| 980 | 2025-08-18T18:50:01.488Z | Downloaded toml v0.8.23 |
| 981 | 2025-08-18T18:50:01.493Z | Downloaded progenitor-macro v0.8.0 |
| 982 | 2025-08-18T18:50:01.508Z | Downloaded universal-hash v0.5.1 |
| 983 | 2025-08-18T18:50:01.521Z | Downloaded plotters-backend v0.3.7 |
| 984 | 2025-08-18T18:50:01.527Z | Downloaded rand_distr v0.4.3 |
| 985 | 2025-08-18T18:50:01.543Z | Downloaded hyper-tls v0.6.0 |
| 986 | 2025-08-18T18:50:01.546Z | Downloaded strum_macros v0.27.1 |
| 987 | 2025-08-18T18:50:01.567Z | Downloaded maybe-uninit v2.0.0 |
| 988 | 2025-08-18T18:50:01.573Z | Downloaded polyval v0.6.2 |
| 989 | 2025-08-18T18:50:01.576Z | Downloaded zopfli v0.8.1 |
| 990 | 2025-08-18T18:50:01.579Z | Downloaded omicron-zone-package v0.12.2 |
| 991 | 2025-08-18T18:50:01.583Z | Downloaded zone_cfg_derive v0.3.0 |
| 992 | 2025-08-18T18:50:01.593Z | Downloaded thiserror v1.0.69 |
| 993 | 2025-08-18T18:50:01.596Z | Downloaded unicode-properties v0.1.3 |
| 994 | 2025-08-18T18:50:01.600Z | Downloaded typify-macro v0.4.1 |
| 995 | 2025-08-18T18:50:01.600Z | Downloaded icu_normalizer v1.5.0 |
| 996 | 2025-08-18T18:50:01.603Z | Downloaded plotters-svg v0.3.7 |
| 997 | 2025-08-18T18:50:01.608Z | Downloaded take_mut v0.2.2 |
| 998 | 2025-08-18T18:50:01.608Z | Downloaded serde_cbor v0.11.2 |
| 999 | 2025-08-18T18:50:01.612Z | Downloaded libloading v0.8.5 |
| 1000 | 2025-08-18T18:50:01.616Z | Downloaded winnow v0.6.26 |
| 1001 | 2025-08-18T18:50:01.624Z | Downloaded test-strategy v0.4.3 |
| 1002 | 2025-08-18T18:50:01.628Z | Downloaded term v0.7.0 |
| 1003 | 2025-08-18T18:50:01.631Z | Downloaded reqwest v0.12.22 |
| 1004 | 2025-08-18T18:50:01.638Z | Downloaded difflib v0.4.0 |
| 1005 | 2025-08-18T18:50:01.649Z | Downloaded icu_properties_data v1.5.0 |
| 1006 | 2025-08-18T18:50:01.660Z | Downloaded lalrpop v0.19.12 |
| 1007 | 2025-08-18T18:50:01.671Z | Downloaded zerocopy v0.8.26 |
| 1008 | 2025-08-18T18:50:01.692Z | Downloaded number_prefix v0.4.0 |
| 1009 | 2025-08-18T18:50:01.707Z | Downloaded rstest v0.25.0 |
| 1010 | 2025-08-18T18:50:01.714Z | Downloaded crc v3.2.1 |
| 1011 | 2025-08-18T18:50:01.721Z | Downloaded lzss v0.8.2 |
| 1012 | 2025-08-18T18:50:01.735Z | Downloaded slog v2.7.0 |
| 1013 | 2025-08-18T18:50:01.753Z | Downloaded syn v1.0.109 |
| 1014 | 2025-08-18T18:50:01.765Z | Downloaded derive_builder_macro v0.20.2 |
| 1015 | 2025-08-18T18:50:01.830Z | Downloaded swrite v0.1.0 |
| 1016 | 2025-08-18T18:50:01.842Z | Downloaded relative-path v1.9.3 |
| 1017 | 2025-08-18T18:50:01.849Z | Downloaded whoami v1.5.2 |
| 1018 | 2025-08-18T18:50:01.852Z | Downloaded strum v0.27.2 |
| 1019 | 2025-08-18T18:50:01.857Z | Downloaded once_cell v1.21.3 |
| 1020 | 2025-08-18T18:50:01.870Z | Downloaded nodrop v0.1.14 |
| 1021 | 2025-08-18T18:50:01.880Z | Downloaded progenitor v0.9.1 |
| 1022 | 2025-08-18T18:50:01.883Z | Downloaded nom v7.1.3 |
| 1023 | 2025-08-18T18:50:01.892Z | Downloaded parse-size v1.1.0 |
| 1024 | 2025-08-18T18:50:01.929Z | Downloaded endian-type v0.1.2 |
| 1025 | 2025-08-18T18:50:01.933Z | Downloaded const-oid v0.9.6 |
| 1026 | 2025-08-18T18:50:01.955Z | Downloaded zone_cfg_derive v0.1.2 |
| 1027 | 2025-08-18T18:50:01.965Z | Downloaded mime_guess v2.0.5 |
| 1028 | 2025-08-18T18:50:01.968Z | Downloaded smoltcp v0.11.0 |
| 1029 | 2025-08-18T18:50:01.977Z | Downloaded dropshot_endpoint v0.16.3 |
| 1030 | 2025-08-18T18:50:01.980Z | Downloaded parking_lot v0.12.3 |
| 1031 | 2025-08-18T18:50:01.984Z | Downloaded rustls-webpki v0.102.8 |
| 1032 | 2025-08-18T18:50:02.011Z | Downloaded parse-display-derive v0.10.0 |
| 1033 | 2025-08-18T18:50:02.015Z | Downloaded tokio-dtrace v0.1.0 |
| 1034 | 2025-08-18T18:50:02.015Z | Downloaded itertools v0.14.0 |
| 1035 | 2025-08-18T18:50:02.018Z | Downloaded signal-hook v0.3.18 |
| 1036 | 2025-08-18T18:50:02.031Z | Downloaded rstest_macros v0.25.0 |
| 1037 | 2025-08-18T18:50:02.035Z | Downloaded libxml v0.3.3 |
| 1038 | 2025-08-18T18:50:02.039Z | Downloaded zerofrom-derive v0.1.4 |
| 1039 | 2025-08-18T18:50:02.072Z | Downloaded progenitor-impl v0.9.1 |
| 1040 | 2025-08-18T18:50:02.084Z | Downloaded p521 v0.13.3 |
| 1041 | 2025-08-18T18:50:02.094Z | Downloaded idna v1.0.3 |
| 1042 | 2025-08-18T18:50:02.098Z | Downloaded indexmap v1.9.3 |
| 1043 | 2025-08-18T18:50:02.136Z | Downloaded rustls-pemfile v1.0.4 |
| 1044 | 2025-08-18T18:50:02.139Z | Downloaded tinytemplate v1.2.1 |
| 1045 | 2025-08-18T18:50:02.153Z | Downloaded encoding_rs v0.8.34 |
| 1046 | 2025-08-18T18:50:02.180Z | Downloaded serde_spanned v1.0.0 |
| 1047 | 2025-08-18T18:50:02.184Z | Downloaded criterion-plot v0.6.0 |
| 1048 | 2025-08-18T18:50:02.397Z | Downloaded lzma-sys v0.1.20 |
| 1049 | 2025-08-18T18:50:02.402Z | Downloaded itoa v1.0.11 |
| 1050 | 2025-08-18T18:50:02.405Z | Downloaded regex-automata v0.4.8 |
| 1051 | 2025-08-18T18:50:02.425Z | Downloaded utf8parse v0.2.2 |
| 1052 | 2025-08-18T18:50:03.224Z | Downloaded icu_provider v1.5.0 |
| 1053 | 2025-08-18T18:50:03.521Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 1054 | 2025-08-18T18:50:15.324Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 1055 | 2025-08-18T18:50:22.497Z | Startup: Caching catalogs ... Done |
| 1056 | 2025-08-18T18:50:28.224Z | Planning: Solver setup ... Done (4.433s) |
| 1057 | 2025-08-18T18:50:28.265Z | Planning: Running solver ... Done (0.041s) |
| 1058 | 2025-08-18T18:50:28.357Z | Planning: Finding local manifests ... Done (0.003s) |
| 1059 | 2025-08-18T18:50:28.374Z | Planning: Fetching manifests: 0/4 0% complete |
| 1060 | 2025-08-18T18:50:28.525Z | Planning: Fetching manifests: 4/4 100% complete |
| 1061 | 2025-08-18T18:50:28.573Z | Planning: Package planning ... Done (0.048s) |
| 1062 | 2025-08-18T18:50:28.624Z | Planning: Merging actions ... Done (0.051s) |
| 1063 | 2025-08-18T18:50:28.918Z | Planning: Checking for conflicting actions ... Done (0.294s) |
| 1064 | 2025-08-18T18:50:28.929Z | Planning: Consolidating action changes ... Done (0.011s) |
| 1065 | 2025-08-18T18:50:29.953Z | Planning: Evaluating mediators ... Done (1.025s) |
| 1066 | 2025-08-18T18:50:29.962Z | Planning: Planning completed in 7.35 seconds |
| 1067 | 2025-08-18T18:50:29.979Z | Packages to install: 4 |
| 1068 | 2025-08-18T18:50:29.983Z | Mediators to change: 2 |
| 1069 | 2025-08-18T18:50:29.983Z | Services to change: 1 |
| 1070 | 2025-08-18T18:50:29.983Z | Estimated space available: 155.19 GB |
| 1071 | 2025-08-18T18:50:29.983Z | Estimated space to be consumed: 1.71 GB |
| 1072 | 2025-08-18T18:50:29.983Z | Create boot environment: No |
| 1073 | 2025-08-18T18:50:29.983Z | Create backup boot environment: No |
| 1074 | 2025-08-18T18:50:29.983Z | Rebuild boot archive: No |
| 1075 | 2025-08-18T18:50:29.983Z | |
| 1076 | 2025-08-18T18:50:29.983Z | Changed mediators: |
| 1077 | 2025-08-18T18:50:29.983Z | mediator clang: |
| 1078 | 2025-08-18T18:50:29.983Z | version: None -> 15 (system default) |
| 1079 | 2025-08-18T18:50:29.983Z | |
| 1080 | 2025-08-18T18:50:29.983Z | mediator llvm: |
| 1081 | 2025-08-18T18:50:29.983Z | version: 14 (system default) -> 15 (system default) |
| 1082 | 2025-08-18T18:50:29.983Z | |
| 1083 | 2025-08-18T18:50:29.983Z | Changed packages: |
| 1084 | 2025-08-18T18:50:29.983Z | helios-dev |
| 1085 | 2025-08-18T18:50:29.983Z | developer/build-essential |
| 1086 | 2025-08-18T18:50:29.983Z | None -> 11-2.0 |
| 1087 | 2025-08-18T18:50:29.983Z | library/libxmlsec1 |
| 1088 | 2025-08-18T18:50:29.983Z | None -> 1.2.35-2.0 |
| 1089 | 2025-08-18T18:50:29.983Z | ooce/developer/clang-15 |
| 1090 | 2025-08-18T18:50:29.984Z | None -> 15.0.7-2.0 |
| 1091 | 2025-08-18T18:50:29.984Z | ooce/developer/llvm-15 |
| 1092 | 2025-08-18T18:50:29.984Z | None -> 15.0.7-2.0 |
| 1093 | 2025-08-18T18:50:29.984Z | |
| 1094 | 2025-08-18T18:50:29.984Z | Services: |
| 1095 | 2025-08-18T18:50:29.984Z | restart_fmri: |
| 1096 | 2025-08-18T18:50:29.984Z | svc:/system/update-man-index:default |
| 1097 | 2025-08-18T18:50:30.032Z | |
| 1098 | 2025-08-18T18:50:30.032Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 1099 | 2025-08-18T18:50:36.090Z | Download: 1197/3290 items 83.5/212.6MB 39% complete (20.4M/s) |
| 1100 | 2025-08-18T18:50:41.261Z | Download: 2221/3290 items 119.2/212.6MB 56% complete (12.5M/s) |
| 1101 | 2025-08-18T18:50:46.257Z | Download: 3244/3290 items 202.5/212.6MB 95% complete (12.7M/s) |
| 1102 | 2025-08-18T18:50:47.945Z | Download: Completed 212.60 MB in 17.94 seconds (11.8M/s) |
| 1103 | 2025-08-18T18:50:48.148Z | Actions: 1/3689 actions (Installing new actions) |
| 1104 | 2025-08-18T18:50:52.739Z | Actions: Completed 3689 actions in 4.60 seconds. |
| 1105 | 2025-08-18T18:50:53.349Z | Done (0.605s) |
| 1106 | 2025-08-18T18:50:53.349Z | Done (0.000s) |
| 1107 | 2025-08-18T18:50:54.228Z | Done (0.880s) |
| 1108 | 2025-08-18T18:50:58.672Z | Done (4.133s) |
| 1109 | 2025-08-18T18:50:58.760Z | Done (0.018s) |
| 1110 | 2025-08-18T18:50:58.764Z | Done (0.000s) |
| 1111 | 2025-08-18T18:50:58.934Z | Done (0.000s) |
| 1112 | 2025-08-18T18:50:59.775Z | Planning: Evaluating mediator changes ... Done |
| 1113 | 2025-08-18T18:50:59.935Z | Planning: Checking for conflicting actions ... Done |
| 1114 | 2025-08-18T18:50:59.938Z | Planning: Consolidating action changes ... Done |
| 1115 | 2025-08-18T18:51:00.217Z | Planning: Evaluating mediators ... Done |
| 1116 | 2025-08-18T18:51:00.220Z | Planning: Planning completed in 0.44 seconds |
| 1117 | 2025-08-18T18:51:00.251Z | Mediators to change: 2 |
| 1118 | 2025-08-18T18:51:00.251Z | Create boot environment: No |
| 1119 | 2025-08-18T18:51:00.254Z | Create backup boot environment: No |
| 1120 | 2025-08-18T18:51:00.336Z | Done |
| 1121 | 2025-08-18T18:51:00.336Z | Done |
| 1122 | 2025-08-18T18:51:00.958Z | Done |
| 1123 | 2025-08-18T18:51:04.475Z | Done |
| 1124 | 2025-08-18T18:51:04.569Z | Done |
| 1125 | 2025-08-18T18:51:04.579Z | Done |
| 1126 | 2025-08-18T18:51:04.709Z | Done |
| 1127 | 2025-08-18T18:51:05.326Z | Planning: Evaluating mediator changes ... Done |
| 1128 | 2025-08-18T18:51:05.330Z | Planning: Merging actions ... Done |
| 1129 | 2025-08-18T18:51:05.515Z | Planning: Checking for conflicting actions ... Done |
| 1130 | 2025-08-18T18:51:05.519Z | Planning: Consolidating action changes ... Done |
| 1131 | 2025-08-18T18:51:05.785Z | Planning: Evaluating mediators ... Done |
| 1132 | 2025-08-18T18:51:05.842Z | Planning: Planning completed in 0.76 seconds |
| 1133 | 2025-08-18T18:51:05.876Z | Packages to change: 1 |
| 1134 | 2025-08-18T18:51:05.876Z | Mediators to change: 1 |
| 1135 | 2025-08-18T18:51:05.881Z | Services to change: 1 |
| 1136 | 2025-08-18T18:51:05.881Z | Create boot environment: No |
| 1137 | 2025-08-18T18:51:05.881Z | Create backup boot environment: Yes |
| 1138 | 2025-08-18T18:51:08.368Z | Actions: 1/6 actions (Updating modified actions) |
| 1139 | 2025-08-18T18:51:08.372Z | Actions: Completed 6 actions in 0.00 seconds. |
| 1140 | 2025-08-18T18:51:08.372Z | Done |
| 1141 | 2025-08-18T18:51:08.372Z | Done |
| 1142 | 2025-08-18T18:51:08.547Z | Done |
| 1143 | 2025-08-18T18:51:12.227Z | Done |
| 1144 | 2025-08-18T18:51:12.319Z | Done |
| 1145 | 2025-08-18T18:51:12.322Z | Done |
| 1146 | 2025-08-18T18:51:12.465Z | Done |
| 1147 | 2025-08-18T18:51:12.914Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 1148 | 2025-08-18T18:51:12.914Z | clang system 15 system |
| 1149 | 2025-08-18T18:51:12.914Z | csh system system illumos |
| 1150 | 2025-08-18T18:51:12.914Z | ctags system system illumos |
| 1151 | 2025-08-18T18:51:12.914Z | file system system illumos |
| 1152 | 2025-08-18T18:51:12.914Z | gcc vendor 12 vendor |
| 1153 | 2025-08-18T18:51:12.914Z | gcc system 10 system |
| 1154 | 2025-08-18T18:51:12.914Z | gcc system 7 system |
| 1155 | 2025-08-18T18:51:12.914Z | go system 1.20 system |
| 1156 | 2025-08-18T18:51:12.914Z | go system 1.19 system |
| 1157 | 2025-08-18T18:51:12.914Z | llvm system 15 system |
| 1158 | 2025-08-18T18:51:12.914Z | llvm system 14 system |
| 1159 | 2025-08-18T18:51:12.914Z | mariadb system 10.6 system |
| 1160 | 2025-08-18T18:51:12.914Z | mta vendor vendor dma |
| 1161 | 2025-08-18T18:51:12.915Z | openjdk system 17 system |
| 1162 | 2025-08-18T18:51:12.915Z | openjdk system 11 system |
| 1163 | 2025-08-18T18:51:12.915Z | openjdk system 1.8 system |
| 1164 | 2025-08-18T18:51:12.915Z | openssl vendor 3 vendor |
| 1165 | 2025-08-18T18:51:12.915Z | perl system 5.36 system |
| 1166 | 2025-08-18T18:51:12.915Z | postgresql system 15 system |
| 1167 | 2025-08-18T18:51:12.915Z | postgresql system 13 system |
| 1168 | 2025-08-18T18:51:12.915Z | python vendor 3 vendor |
| 1169 | 2025-08-18T18:51:12.915Z | python system 2 system |
| 1170 | 2025-08-18T18:51:12.915Z | python3 system 3.11 system |
| 1171 | 2025-08-18T18:51:12.915Z | ruby system 3.0 system |
| 1172 | 2025-08-18T18:51:12.915Z | words vendor vendor american-english |
| 1173 | 2025-08-18T18:51:12.915Z | words system system australian-english |
| 1174 | 2025-08-18T18:51:12.915Z | words system system british-english |
| 1175 | 2025-08-18T18:51:12.915Z | words system system canadian-english |
| 1176 | 2025-08-18T18:51:12.915Z | words system system french |
| 1177 | 2025-08-18T18:51:12.915Z | words system system italian |
| 1178 | 2025-08-18T18:51:12.915Z | words system system ngerman |
| 1179 | 2025-08-18T18:51:12.915Z | words system system ogerman |
| 1180 | 2025-08-18T18:51:12.915Z | words system system spanish |
| 1181 | 2025-08-18T18:51:13.272Z | PUBLISHER TYPE STATUS P LOCATION |
| 1182 | 2025-08-18T18:51:13.272Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 1183 | 2025-08-18T18:51:18.009Z | FMRI IFO |
| 1184 | 2025-08-18T18:51:18.009Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 1185 | 2025-08-18T18:51:18.010Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 1186 | 2025-08-18T18:51:18.010Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 1187 | 2025-08-18T18:51:18.010Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 1188 | 2025-08-18T18:51:18.010Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 1189 | 2025-08-18T18:51:18.010Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 1190 | 2025-08-18T18:51:18.010Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 1191 | 2025-08-18T18:51:18.010Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 1192 | 2025-08-18T18:51:18.010Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 1193 | 2025-08-18T18:51:18.010Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 1194 | 2025-08-18T18:51:18.010Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 1195 | 2025-08-18T18:51:18.010Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 1196 | 2025-08-18T18:51:18.010Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 1197 | 2025-08-18T18:51:18.010Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 1198 | 2025-08-18T18:51:18.010Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 1199 | 2025-08-18T18:51:18.010Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 1200 | 2025-08-18T18:51:19.449Z | Downloading crates ... |
| 1201 | 2025-08-18T18:51:20.902Z | Downloaded cargo_toml v0.21.0 |
| 1202 | 2025-08-18T18:51:20.966Z | Compiling proc-macro2 v1.0.95 |
| 1203 | 2025-08-18T18:51:20.969Z | Compiling unicode-ident v1.0.18 |
| 1204 | 2025-08-18T18:51:20.969Z | Compiling serde v1.0.219 |
| 1205 | 2025-08-18T18:51:20.969Z | Compiling version_check v0.9.5 |
| 1206 | 2025-08-18T18:51:20.969Z | Compiling libc v0.2.174 |
| 1207 | 2025-08-18T18:51:20.969Z | Compiling memchr v2.7.4 |
| 1208 | 2025-08-18T18:51:20.969Z | Compiling thiserror v1.0.69 |
| 1209 | 2025-08-18T18:51:21.069Z | Compiling stable_deref_trait v1.2.0 |
| 1210 | 2025-08-18T18:51:21.248Z | Compiling ryu v1.0.18 |
| 1211 | 2025-08-18T18:51:21.310Z | Compiling litemap v0.7.3 |
| 1212 | 2025-08-18T18:51:21.599Z | Compiling writeable v0.5.5 |
| 1213 | 2025-08-18T18:51:21.698Z | Compiling autocfg v1.4.0 |
| 1214 | 2025-08-18T18:51:21.753Z | Compiling itoa v1.0.11 |
| 1215 | 2025-08-18T18:51:21.771Z | Compiling ucd-trie v0.1.7 |
| 1216 | 2025-08-18T18:51:22.069Z | Compiling once_cell v1.21.3 |
| 1217 | 2025-08-18T18:51:22.088Z | Compiling icu_locid_transform_data v1.5.0 |
| 1218 | 2025-08-18T18:51:22.193Z | Compiling bitflags v2.9.1 |
| 1219 | 2025-08-18T18:51:22.256Z | Compiling byteorder v1.5.0 |
| 1220 | 2025-08-18T18:51:22.537Z | Compiling icu_properties_data v1.5.0 |
| 1221 | 2025-08-18T18:51:22.552Z | Compiling serde_json v1.0.142 |
| 1222 | 2025-08-18T18:51:22.612Z | Compiling num-traits v0.2.19 |
| 1223 | 2025-08-18T18:51:22.622Z | Compiling write16 v1.0.0 |
| 1224 | 2025-08-18T18:51:22.728Z | Compiling utf16_iter v1.0.5 |
| 1225 | 2025-08-18T18:51:22.772Z | Compiling hashbrown v0.15.4 |
| 1226 | 2025-08-18T18:51:22.804Z | Compiling equivalent v1.0.2 |
| 1227 | 2025-08-18T18:51:22.892Z | Compiling quote v1.0.40 |
| 1228 | 2025-08-18T18:51:22.950Z | Compiling utf8_iter v1.0.4 |
| 1229 | 2025-08-18T18:51:22.950Z | Compiling smallvec v1.15.1 |
| 1230 | 2025-08-18T18:51:23.141Z | Compiling errno v0.3.12 |
| 1231 | 2025-08-18T18:51:23.169Z | Compiling icu_normalizer_data v1.5.0 |
| 1232 | 2025-08-18T18:51:23.216Z | Compiling typeid v1.0.3 |
| 1233 | 2025-08-18T18:51:23.256Z | Compiling syn v2.0.104 |
| 1234 | 2025-08-18T18:51:23.273Z | Compiling rustix v0.38.37 |
| 1235 | 2025-08-18T18:51:23.490Z | Compiling usdt-impl v0.5.0 |
| 1236 | 2025-08-18T18:51:23.512Z | Compiling proc-macro-error-attr v1.0.4 |
| 1237 | 2025-08-18T18:51:23.637Z | Compiling syn v1.0.109 |
| 1238 | 2025-08-18T18:51:23.795Z | Compiling indexmap v2.10.0 |
| 1239 | 2025-08-18T18:51:23.873Z | Compiling winnow v0.7.10 |
| 1240 | 2025-08-18T18:51:23.924Z | Compiling toml_write v0.1.2 |
| 1241 | 2025-08-18T18:51:23.988Z | Compiling thread-id v4.2.2 |
| 1242 | 2025-08-18T18:51:24.184Z | Compiling proc-macro-error v1.0.4 |
| 1243 | 2025-08-18T18:51:24.220Z | Compiling thiserror v2.0.12 |
| 1244 | 2025-08-18T18:51:24.267Z | Compiling log v0.4.27 |
| 1245 | 2025-08-18T18:51:24.498Z | Compiling percent-encoding v2.3.1 |
| 1246 | 2025-08-18T18:51:24.628Z | Compiling getrandom v0.3.1 |
| 1247 | 2025-08-18T18:51:24.822Z | Compiling semver v1.0.26 |
| 1248 | 2025-08-18T18:51:24.835Z | Compiling rustix v1.0.7 |
| 1249 | 2025-08-18T18:51:25.057Z | Compiling plain v0.2.3 |
| 1250 | 2025-08-18T18:51:25.235Z | Compiling camino v1.1.11 |
| 1251 | 2025-08-18T18:51:25.326Z | Compiling utf8parse v0.2.2 |
| 1252 | 2025-08-18T18:51:25.441Z | Compiling terminal_size v0.4.0 |
| 1253 | 2025-08-18T18:51:25.485Z | Compiling anstyle-parse v0.2.5 |
| 1254 | 2025-08-18T18:51:25.642Z | Compiling ordered-float v2.10.1 |
| 1255 | 2025-08-18T18:51:25.656Z | Compiling form_urlencoded v1.2.1 |
| 1256 | 2025-08-18T18:51:25.892Z | Compiling colorchoice v1.0.2 |
| 1257 | 2025-08-18T18:51:25.961Z | Compiling anstyle v1.0.11 |
| 1258 | 2025-08-18T18:51:26.077Z | Compiling pretty-hex v0.4.1 |
| 1259 | 2025-08-18T18:51:26.205Z | Compiling anstyle-query v1.1.1 |
| 1260 | 2025-08-18T18:51:26.269Z | Compiling is_terminal_polyfill v1.70.1 |
| 1261 | 2025-08-18T18:51:26.302Z | Compiling cfg-if v1.0.1 |
| 1262 | 2025-08-18T18:51:26.367Z | Compiling anstream v0.6.18 |
| 1263 | 2025-08-18T18:51:26.698Z | Compiling fs-err v3.1.1 |
| 1264 | 2025-08-18T18:51:26.754Z | Compiling strsim v0.11.1 |
| 1265 | 2025-08-18T18:51:27.018Z | Compiling unicode-width v0.1.14 |
| 1266 | 2025-08-18T18:51:27.036Z | Compiling heck v0.4.1 |
| 1267 | 2025-08-18T18:51:27.512Z | Compiling anyhow v1.0.99 |
| 1268 | 2025-08-18T18:51:27.559Z | Compiling fnv v1.0.7 |
| 1269 | 2025-08-18T18:51:27.573Z | Compiling bytecount v0.6.8 |
| 1270 | 2025-08-18T18:51:27.591Z | Compiling fastrand v2.1.1 |
| 1271 | 2025-08-18T18:51:27.706Z | Compiling unicode-xid v0.2.6 |
| 1272 | 2025-08-18T18:51:27.800Z | Compiling clap_lex v0.7.4 |
| 1273 | 2025-08-18T18:51:27.911Z | Compiling heck v0.5.0 |
| 1274 | 2025-08-18T18:51:28.091Z | Compiling clap_builder v4.5.41 |
| 1275 | 2025-08-18T18:51:28.266Z | Compiling tempfile v3.20.0 |
| 1276 | 2025-08-18T18:51:28.409Z | Compiling papergrid v0.11.0 |
| 1277 | 2025-08-18T18:51:28.760Z | Compiling memmap v0.7.0 |
| 1278 | 2025-08-18T18:51:29.016Z | Compiling smawk v0.3.2 |
| 1279 | 2025-08-18T18:51:29.070Z | Compiling unicode-width v0.2.0 |
| 1280 | 2025-08-18T18:51:29.119Z | Compiling unicode-linebreak v0.1.5 |
| 1281 | 2025-08-18T18:51:29.580Z | Compiling textwrap v0.16.2 |
| 1282 | 2025-08-18T18:51:29.776Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1283 | 2025-08-18T18:51:30.213Z | Compiling synstructure v0.13.1 |
| 1284 | 2025-08-18T18:51:30.336Z | Compiling swrite v0.1.0 |
| 1285 | 2025-08-18T18:51:30.804Z | Compiling tabled_derive v0.7.0 |
| 1286 | 2025-08-18T18:51:32.346Z | Compiling serde_derive v1.0.219 |
| 1287 | 2025-08-18T18:51:32.393Z | Compiling zerofrom-derive v0.1.4 |
| 1288 | 2025-08-18T18:51:32.572Z | Compiling yoke-derive v0.7.4 |
| 1289 | 2025-08-18T18:51:32.597Z | Compiling zerovec-derive v0.10.3 |
| 1290 | 2025-08-18T18:51:32.661Z | Compiling thiserror-impl v1.0.69 |
| 1291 | 2025-08-18T18:51:33.053Z | Compiling displaydoc v0.2.5 |
| 1292 | 2025-08-18T18:51:33.233Z | Compiling icu_provider_macros v1.5.0 |
| 1293 | 2025-08-18T18:51:34.306Z | Compiling zerocopy-derive v0.7.35 |
| 1294 | 2025-08-18T18:51:34.629Z | Compiling scroll_derive v0.12.0 |
| 1295 | 2025-08-18T18:51:35.032Z | Compiling thiserror-impl v2.0.12 |
| 1296 | 2025-08-18T18:51:35.157Z | Compiling clap_derive v4.5.41 |
| 1297 | 2025-08-18T18:51:35.652Z | Compiling pest v2.7.14 |
| 1298 | 2025-08-18T18:51:35.783Z | Compiling zerofrom v0.1.4 |
| 1299 | 2025-08-18T18:51:35.951Z | Compiling scroll v0.12.0 |
| 1300 | 2025-08-18T18:51:36.026Z | Compiling yoke v0.7.4 |
| 1301 | 2025-08-18T18:51:36.233Z | Compiling zerocopy v0.7.35 |
| 1302 | 2025-08-18T18:51:36.395Z | Compiling zerovec v0.10.4 |
| 1303 | 2025-08-18T18:51:36.483Z | Compiling goblin v0.8.2 |
| 1304 | 2025-08-18T18:51:36.658Z | Compiling tabled v0.15.0 |
| 1305 | 2025-08-18T18:51:38.184Z | Compiling tinystr v0.7.6 |
| 1306 | 2025-08-18T18:51:38.205Z | Compiling pest_meta v2.7.14 |
| 1307 | 2025-08-18T18:51:38.407Z | Compiling icu_collections v1.5.0 |
| 1308 | 2025-08-18T18:51:38.565Z | Compiling icu_locid v1.5.0 |
| 1309 | 2025-08-18T18:51:39.142Z | Compiling clap v4.5.41 |
| 1310 | 2025-08-18T18:51:39.444Z | Compiling pest_generator v2.7.14 |
| 1311 | 2025-08-18T18:51:39.489Z | Compiling icu_provider v1.5.0 |
| 1312 | 2025-08-18T18:51:40.333Z | Compiling icu_locid_transform v1.5.0 |
| 1313 | 2025-08-18T18:51:41.559Z | Compiling icu_properties v1.5.1 |
| 1314 | 2025-08-18T18:51:41.735Z | Compiling pest_derive v2.7.14 |
| 1315 | 2025-08-18T18:51:42.566Z | Compiling dtrace-parser v0.2.0 |
| 1316 | 2025-08-18T18:51:44.062Z | Compiling serde_spanned v0.6.9 |
| 1317 | 2025-08-18T18:51:44.062Z | Compiling toml_datetime v0.6.11 |
| 1318 | 2025-08-18T18:51:44.066Z | Compiling erased-serde v0.4.6 |
| 1319 | 2025-08-18T18:51:44.365Z | Compiling serde_tokenstream v0.2.2 |
| 1320 | 2025-08-18T18:51:44.397Z | Compiling toml_edit v0.22.27 |
| 1321 | 2025-08-18T18:51:44.567Z | Compiling serde-value v0.7.0 |
| 1322 | 2025-08-18T18:51:44.896Z | Compiling icu_normalizer v1.5.0 |
| 1323 | 2025-08-18T18:51:45.216Z | Compiling serde-untagged v0.1.7 |
| 1324 | 2025-08-18T18:51:45.350Z | Compiling cargo-platform v0.2.0 |
| 1325 | 2025-08-18T18:51:45.597Z | Compiling camino-tempfile v1.4.1 |
| 1326 | 2025-08-18T18:51:45.613Z | Compiling macaddr v1.0.1 |
| 1327 | 2025-08-18T18:51:45.778Z | Compiling idna_adapter v1.2.0 |
| 1328 | 2025-08-18T18:51:45.819Z | Compiling dof v0.3.0 |
| 1329 | 2025-08-18T18:51:46.011Z | Compiling idna v1.0.3 |
| 1330 | 2025-08-18T18:51:46.587Z | Compiling url v2.5.4 |
| 1331 | 2025-08-18T18:51:47.561Z | Compiling usdt-macro v0.5.0 |
| 1332 | 2025-08-18T18:51:47.565Z | Compiling usdt-attr-macro v0.5.0 |
| 1333 | 2025-08-18T18:51:47.588Z | Compiling toml v0.8.23 |
| 1334 | 2025-08-18T18:51:48.391Z | Compiling cargo-util-schemas v0.8.2 |
| 1335 | 2025-08-18T18:51:48.391Z | Compiling cargo_toml v0.21.0 |
| 1336 | 2025-08-18T18:51:48.775Z | Compiling usdt v0.5.0 |
| 1337 | 2025-08-18T18:51:49.873Z | Compiling cargo_metadata v0.21.0 |
| 1338 | 2025-08-18T18:51:51.637Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1339 | 2025-08-18T18:51:55.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.38s |
| 1340 | 2025-08-18T18:51:55.183Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1341 | 2025-08-18T18:51:56.241Z | Compiling value-bag v1.9.0 |
| 1342 | 2025-08-18T18:51:56.241Z | Compiling shlex v1.3.0 |
| 1343 | 2025-08-18T18:51:56.242Z | Compiling lock_api v0.4.12 |
| 1344 | 2025-08-18T18:51:56.245Z | Compiling scopeguard v1.2.0 |
| 1345 | 2025-08-18T18:51:56.245Z | Compiling typenum v1.17.0 |
| 1346 | 2025-08-18T18:51:56.246Z | Compiling generic-array v0.14.7 |
| 1347 | 2025-08-18T18:51:56.401Z | Compiling syn v2.0.104 |
| 1348 | 2025-08-18T18:51:56.413Z | Compiling getrandom v0.2.15 |
| 1349 | 2025-08-18T18:51:56.584Z | Compiling jobserver v0.1.32 |
| 1350 | 2025-08-18T18:51:56.709Z | Compiling rand_core v0.6.4 |
| 1351 | 2025-08-18T18:51:56.727Z | Compiling smallvec v1.15.1 |
| 1352 | 2025-08-18T18:51:56.838Z | Compiling log v0.4.27 |
| 1353 | 2025-08-18T18:51:56.958Z | Compiling cc v1.2.30 |
| 1354 | 2025-08-18T18:51:57.110Z | Compiling portable-atomic v1.11.0 |
| 1355 | 2025-08-18T18:51:57.257Z | Compiling subtle v2.6.1 |
| 1356 | 2025-08-18T18:51:57.360Z | Compiling critical-section v1.1.3 |
| 1357 | 2025-08-18T18:51:57.381Z | Compiling const-oid v0.9.6 |
| 1358 | 2025-08-18T18:51:57.533Z | Compiling pkg-config v0.3.31 |
| 1359 | 2025-08-18T18:51:57.582Z | Compiling pin-project-lite v0.2.14 |
| 1360 | 2025-08-18T18:51:57.661Z | Compiling parking_lot_core v0.9.10 |
| 1361 | 2025-08-18T18:51:57.723Z | Compiling rustix v0.38.37 |
| 1362 | 2025-08-18T18:51:58.552Z | Compiling signal-hook-registry v1.4.2 |
| 1363 | 2025-08-18T18:51:58.718Z | Compiling parking_lot v0.12.3 |
| 1364 | 2025-08-18T18:51:58.758Z | Compiling mio v1.0.2 |
| 1365 | 2025-08-18T18:51:58.778Z | Compiling futures-core v0.3.31 |
| 1366 | 2025-08-18T18:51:59.039Z | Compiling spin v0.9.8 |
| 1367 | 2025-08-18T18:51:59.221Z | Compiling socket2 v0.6.0 |
| 1368 | 2025-08-18T18:51:59.264Z | Compiling once_cell v1.21.3 |
| 1369 | 2025-08-18T18:51:59.417Z | Compiling slab v0.4.9 |
| 1370 | 2025-08-18T18:51:59.441Z | Compiling aho-corasick v1.1.3 |
| 1371 | 2025-08-18T18:51:59.542Z | Compiling cpufeatures v0.2.14 |
| 1372 | 2025-08-18T18:51:59.648Z | Compiling regex-syntax v0.8.5 |
| 1373 | 2025-08-18T18:51:59.671Z | Compiling serde_json v1.0.142 |
| 1374 | 2025-08-18T18:51:59.770Z | Compiling allocator-api2 v0.2.21 |
| 1375 | 2025-08-18T18:51:59.825Z | Compiling foldhash v0.1.5 |
| 1376 | 2025-08-18T18:51:59.997Z | Compiling libm v0.2.8 |
| 1377 | 2025-08-18T18:52:00.085Z | Compiling getrandom v0.3.1 |
| 1378 | 2025-08-18T18:52:00.399Z | Compiling hashbrown v0.15.4 |
| 1379 | 2025-08-18T18:52:00.419Z | Compiling num-traits v0.2.19 |
| 1380 | 2025-08-18T18:52:00.440Z | Compiling glob v0.3.2 |
| 1381 | 2025-08-18T18:52:00.642Z | Compiling either v1.15.0 |
| 1382 | 2025-08-18T18:52:00.731Z | Compiling futures-sink v0.3.31 |
| 1383 | 2025-08-18T18:52:00.817Z | Compiling percent-encoding v2.3.1 |
| 1384 | 2025-08-18T18:52:00.897Z | Compiling futures-channel v0.3.31 |
| 1385 | 2025-08-18T18:52:01.253Z | Compiling clang-sys v1.8.1 |
| 1386 | 2025-08-18T18:52:01.480Z | Compiling futures-task v0.3.31 |
| 1387 | 2025-08-18T18:52:01.598Z | Compiling pin-utils v0.1.0 |
| 1388 | 2025-08-18T18:52:01.615Z | Compiling futures-io v0.3.31 |
| 1389 | 2025-08-18T18:52:01.708Z | Compiling prettyplease v0.2.36 |
| 1390 | 2025-08-18T18:52:01.769Z | Compiling lazy_static v1.5.0 |
| 1391 | 2025-08-18T18:52:01.869Z | Compiling minimal-lexical v0.2.1 |
| 1392 | 2025-08-18T18:52:01.915Z | Compiling libloading v0.8.5 |
| 1393 | 2025-08-18T18:52:01.943Z | Compiling home v0.5.9 |
| 1394 | 2025-08-18T18:52:02.071Z | Compiling base64ct v1.6.0 |
| 1395 | 2025-08-18T18:52:02.173Z | Compiling bindgen v0.69.5 |
| 1396 | 2025-08-18T18:52:02.291Z | Compiling nom v7.1.3 |
| 1397 | 2025-08-18T18:52:02.682Z | Compiling pem-rfc7468 v0.7.0 |
| 1398 | 2025-08-18T18:52:03.164Z | Compiling itertools v0.12.1 |
| 1399 | 2025-08-18T18:52:03.301Z | Compiling regex-automata v0.4.8 |
| 1400 | 2025-08-18T18:52:03.589Z | Compiling synstructure v0.13.1 |
| 1401 | 2025-08-18T18:52:05.001Z | Compiling lazycell v1.3.0 |
| 1402 | 2025-08-18T18:52:05.186Z | Compiling zerocopy v0.8.26 |
| 1403 | 2025-08-18T18:52:05.495Z | Compiling cexpr v0.6.0 |
| 1404 | 2025-08-18T18:52:05.614Z | Compiling rustc-hash v1.1.0 |
| 1405 | 2025-08-18T18:52:05.810Z | Compiling flagset v0.4.6 |
| 1406 | 2025-08-18T18:52:06.029Z | Compiling cmake v0.1.51 |
| 1407 | 2025-08-18T18:52:06.054Z | Compiling fs_extra v1.3.0 |
| 1408 | 2025-08-18T18:52:06.070Z | Compiling dunce v1.0.5 |
| 1409 | 2025-08-18T18:52:06.222Z | Compiling form_urlencoded v1.2.1 |
| 1410 | 2025-08-18T18:52:06.543Z | Compiling vcpkg v0.2.15 |
| 1411 | 2025-08-18T18:52:06.564Z | Compiling paste v1.0.15 |
| 1412 | 2025-08-18T18:52:06.843Z | Compiling ring v0.17.14 |
| 1413 | 2025-08-18T18:52:06.891Z | Compiling tracing-core v0.1.32 |
| 1414 | 2025-08-18T18:52:07.001Z | Compiling aws-lc-rs v1.12.4 |
| 1415 | 2025-08-18T18:52:07.483Z | Compiling iana-time-zone v0.1.63 |
| 1416 | 2025-08-18T18:52:07.861Z | Compiling rustversion v1.0.17 |
| 1417 | 2025-08-18T18:52:08.109Z | Compiling base64 v0.22.1 |
| 1418 | 2025-08-18T18:52:08.197Z | Compiling openssl-sys v0.9.109 |
| 1419 | 2025-08-18T18:52:08.246Z | Compiling tinyvec_macros v0.1.1 |
| 1420 | 2025-08-18T18:52:08.361Z | Compiling rustls-pki-types v1.10.0 |
| 1421 | 2025-08-18T18:52:08.468Z | Compiling serde_derive v1.0.219 |
| 1422 | 2025-08-18T18:52:08.513Z | Compiling zeroize_derive v1.4.2 |
| 1423 | 2025-08-18T18:52:08.697Z | Compiling zerofrom-derive v0.1.4 |
| 1424 | 2025-08-18T18:52:09.238Z | Compiling yoke-derive v0.7.4 |
| 1425 | 2025-08-18T18:52:09.258Z | Compiling zerovec-derive v0.10.3 |
| 1426 | 2025-08-18T18:52:09.846Z | Compiling zeroize v1.8.1 |
| 1427 | 2025-08-18T18:52:11.566Z | Compiling crypto-common v0.1.6 |
| 1428 | 2025-08-18T18:52:11.576Z | Compiling block-buffer v0.10.4 |
| 1429 | 2025-08-18T18:52:11.796Z | Compiling displaydoc v0.2.5 |
| 1430 | 2025-08-18T18:52:11.842Z | Compiling digest v0.10.7 |
| 1431 | 2025-08-18T18:52:11.862Z | Compiling tokio-macros v2.5.0 |
| 1432 | 2025-08-18T18:52:11.977Z | Compiling zerofrom v0.1.4 |
| 1433 | 2025-08-18T18:52:12.204Z | Compiling yoke v0.7.4 |
| 1434 | 2025-08-18T18:52:12.299Z | Compiling zerocopy-derive v0.7.35 |
| 1435 | 2025-08-18T18:52:12.579Z | Compiling zerovec v0.10.4 |
| 1436 | 2025-08-18T18:52:12.682Z | Compiling hmac v0.12.1 |
| 1437 | 2025-08-18T18:52:12.948Z | Compiling icu_provider_macros v1.5.0 |
| 1438 | 2025-08-18T18:52:13.351Z | Compiling block-padding v0.3.3 |
| 1439 | 2025-08-18T18:52:13.354Z | Compiling futures-macro v0.3.31 |
| 1440 | 2025-08-18T18:52:13.388Z | Compiling sha2 v0.10.9 |
| 1441 | 2025-08-18T18:52:13.547Z | Compiling regex v1.11.1 |
| 1442 | 2025-08-18T18:52:13.616Z | Compiling inout v0.1.3 |
| 1443 | 2025-08-18T18:52:13.895Z | Compiling cipher v0.4.4 |
| 1444 | 2025-08-18T18:52:14.009Z | Compiling der_derive v0.7.3 |
| 1445 | 2025-08-18T18:52:14.262Z | Compiling tinystr v0.7.6 |
| 1446 | 2025-08-18T18:52:14.407Z | Compiling zerocopy v0.7.35 |
| 1447 | 2025-08-18T18:52:14.474Z | Compiling icu_collections v1.5.0 |
| 1448 | 2025-08-18T18:52:14.497Z | Compiling thiserror-impl v1.0.69 |
| 1449 | 2025-08-18T18:52:14.641Z | Compiling icu_locid v1.5.0 |
| 1450 | 2025-08-18T18:52:15.142Z | Compiling futures-util v0.3.31 |
| 1451 | 2025-08-18T18:52:15.456Z | Compiling serde v1.0.219 |
| 1452 | 2025-08-18T18:52:15.720Z | Compiling zerocopy-derive v0.8.26 |
| 1453 | 2025-08-18T18:52:15.811Z | Compiling icu_provider v1.5.0 |
| 1454 | 2025-08-18T18:52:16.296Z | Compiling der v0.7.9 |
| 1455 | 2025-08-18T18:52:16.569Z | Compiling icu_locid_transform v1.5.0 |
| 1456 | 2025-08-18T18:52:16.735Z | Compiling ppv-lite86 v0.2.20 |
| 1457 | 2025-08-18T18:52:16.739Z | Compiling salsa20 v0.10.2 |
| 1458 | 2025-08-18T18:52:17.001Z | Compiling pbkdf2 v0.12.2 |
| 1459 | 2025-08-18T18:52:17.199Z | Compiling scrypt v0.11.0 |
| 1460 | 2025-08-18T18:52:17.447Z | Compiling thiserror v1.0.69 |
| 1461 | 2025-08-18T18:52:17.522Z | Compiling aes v0.8.4 |
| 1462 | 2025-08-18T18:52:17.617Z | Compiling cbc v0.1.2 |
| 1463 | 2025-08-18T18:52:17.764Z | Compiling pest v2.7.14 |
| 1464 | 2025-08-18T18:52:17.884Z | Compiling icu_properties v1.5.1 |
| 1465 | 2025-08-18T18:52:18.842Z | Compiling spki v0.7.3 |
| 1466 | 2025-08-18T18:52:19.220Z | Compiling pkcs5 v0.7.1 |
| 1467 | 2025-08-18T18:52:19.332Z | Compiling tracing-attributes v0.1.27 |
| 1468 | 2025-08-18T18:52:20.300Z | Compiling pest_meta v2.7.14 |
| 1469 | 2025-08-18T18:52:20.303Z | Compiling pkcs8 v0.10.2 |
| 1470 | 2025-08-18T18:52:20.353Z | Compiling scroll_derive v0.12.0 |
| 1471 | 2025-08-18T18:52:20.706Z | Compiling bitflags v2.9.1 |
| 1472 | 2025-08-18T18:52:20.871Z | Compiling bytes v1.10.1 |
| 1473 | 2025-08-18T18:52:20.975Z | Compiling semver v1.0.26 |
| 1474 | 2025-08-18T18:52:21.754Z | Compiling icu_normalizer v1.5.0 |
| 1475 | 2025-08-18T18:52:22.313Z | Compiling tokio v1.47.0 |
| 1476 | 2025-08-18T18:52:22.397Z | Compiling indexmap v2.10.0 |
| 1477 | 2025-08-18T18:52:22.513Z | Compiling http v1.3.1 |
| 1478 | 2025-08-18T18:52:22.605Z | Compiling rustc_version v0.4.1 |
| 1479 | 2025-08-18T18:52:23.277Z | Compiling idna_adapter v1.2.0 |
| 1480 | 2025-08-18T18:52:23.513Z | Compiling idna v1.0.3 |
| 1481 | 2025-08-18T18:52:23.533Z | Compiling uuid v1.17.0 |
| 1482 | 2025-08-18T18:52:23.823Z | Compiling tracing v0.1.40 |
| 1483 | 2025-08-18T18:52:24.307Z | Compiling url v2.5.4 |
| 1484 | 2025-08-18T18:52:24.389Z | Compiling http-body v1.0.1 |
| 1485 | 2025-08-18T18:52:24.601Z | Compiling chrono v0.4.41 |
| 1486 | 2025-08-18T18:52:24.634Z | Compiling httparse v1.9.5 |
| 1487 | 2025-08-18T18:52:24.670Z | Compiling rand_core v0.9.2 |
| 1488 | 2025-08-18T18:52:24.957Z | Compiling which v4.4.2 |
| 1489 | 2025-08-18T18:52:24.980Z | Compiling scroll v0.12.0 |
| 1490 | 2025-08-18T18:52:25.110Z | Compiling pest_generator v2.7.14 |
| 1491 | 2025-08-18T18:52:25.567Z | Compiling tinyvec v1.8.0 |
| 1492 | 2025-08-18T18:52:25.593Z | Compiling serde_derive_internals v0.29.1 |
| 1493 | 2025-08-18T18:52:25.759Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1494 | 2025-08-18T18:52:26.009Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1495 | 2025-08-18T18:52:26.539Z | Compiling untrusted v0.9.0 |
| 1496 | 2025-08-18T18:52:26.562Z | Compiling num-conv v0.1.0 |
| 1497 | 2025-08-18T18:52:26.736Z | Compiling powerfmt v0.2.0 |
| 1498 | 2025-08-18T18:52:26.853Z | Compiling tower-service v0.3.3 |
| 1499 | 2025-08-18T18:52:26.877Z | Compiling adler2 v2.0.0 |
| 1500 | 2025-08-18T18:52:27.006Z | Compiling try-lock v0.2.5 |
| 1501 | 2025-08-18T18:52:27.027Z | Compiling untrusted v0.7.1 |
| 1502 | 2025-08-18T18:52:27.090Z | Compiling schemars v0.8.22 |
| 1503 | 2025-08-18T18:52:27.121Z | Compiling foreign-types-shared v0.1.1 |
| 1504 | 2025-08-18T18:52:27.182Z | Compiling time-core v0.1.2 |
| 1505 | 2025-08-18T18:52:27.233Z | Compiling openssl-probe v0.1.5 |
| 1506 | 2025-08-18T18:52:27.310Z | Compiling atomic-waker v1.1.2 |
| 1507 | 2025-08-18T18:52:27.399Z | Compiling openssl v0.10.73 |
| 1508 | 2025-08-18T18:52:27.521Z | Compiling time-macros v0.2.18 |
| 1509 | 2025-08-18T18:52:27.548Z | Compiling foreign-types v0.3.2 |
| 1510 | 2025-08-18T18:52:27.569Z | Compiling want v0.3.1 |
| 1511 | 2025-08-18T18:52:27.663Z | Compiling miniz_oxide v0.8.5 |
| 1512 | 2025-08-18T18:52:27.757Z | Compiling schemars_derive v0.8.22 |
| 1513 | 2025-08-18T18:52:27.837Z | Compiling deranged v0.3.11 |
| 1514 | 2025-08-18T18:52:27.858Z | Compiling pest_derive v2.7.14 |
| 1515 | 2025-08-18T18:52:29.095Z | Compiling goblin v0.8.2 |
| 1516 | 2025-08-18T18:52:30.437Z | Compiling tokio-util v0.7.15 |
| 1517 | 2025-08-18T18:52:31.266Z | Compiling rand_chacha v0.9.0 |
| 1518 | 2025-08-18T18:52:31.681Z | Compiling ipnet v2.11.0 |
| 1519 | 2025-08-18T18:52:32.020Z | Compiling h2 v0.4.6 |
| 1520 | 2025-08-18T18:52:32.759Z | Compiling openssl-macros v0.1.1 |
| 1521 | 2025-08-18T18:52:33.298Z | Compiling native-tls v0.2.12 |
| 1522 | 2025-08-18T18:52:33.487Z | Compiling num_threads v0.1.7 |
| 1523 | 2025-08-18T18:52:33.645Z | Compiling syn v1.0.109 |
| 1524 | 2025-08-18T18:52:33.677Z | Compiling dyn-clone v1.0.19 |
| 1525 | 2025-08-18T18:52:33.922Z | Compiling httpdate v1.0.3 |
| 1526 | 2025-08-18T18:52:33.956Z | Compiling crossbeam-utils v0.8.21 |
| 1527 | 2025-08-18T18:52:34.249Z | Compiling rustls v0.23.19 |
| 1528 | 2025-08-18T18:52:34.601Z | Compiling dof v0.3.0 |
| 1529 | 2025-08-18T18:52:35.389Z | Compiling time v0.3.36 |
| 1530 | 2025-08-18T18:52:36.297Z | Compiling rand v0.9.1 |
| 1531 | 2025-08-18T18:52:37.787Z | Compiling dtrace-parser v0.2.0 |
| 1532 | 2025-08-18T18:52:37.822Z | Compiling unicode-normalization v0.1.24 |
| 1533 | 2025-08-18T18:52:38.105Z | Compiling heapless v0.7.17 |
| 1534 | 2025-08-18T18:52:38.584Z | Compiling signature v2.2.0 |
| 1535 | 2025-08-18T18:52:38.829Z | Compiling cookie v0.18.1 |
| 1536 | 2025-08-18T18:52:38.908Z | Compiling hyper v1.6.0 |
| 1537 | 2025-08-18T18:52:39.145Z | Compiling crc32fast v1.4.2 |
| 1538 | 2025-08-18T18:52:39.481Z | Compiling zlib-rs v0.5.1 |
| 1539 | 2025-08-18T18:52:39.619Z | Compiling unicode-bidi v0.3.17 |
| 1540 | 2025-08-18T18:52:39.778Z | Compiling unicode-properties v0.1.3 |
| 1541 | 2025-08-18T18:52:40.204Z | Compiling slog v2.7.0 |
| 1542 | 2025-08-18T18:52:40.728Z | Compiling siphasher v0.3.11 |
| 1543 | 2025-08-18T18:52:40.800Z | Compiling signal-hook v0.3.18 |
| 1544 | 2025-08-18T18:52:41.125Z | Compiling zstd-safe v7.2.3 |
| 1545 | 2025-08-18T18:52:41.172Z | Compiling hyper-util v0.1.16 |
| 1546 | 2025-08-18T18:52:41.425Z | Compiling phf_shared v0.11.2 |
| 1547 | 2025-08-18T18:52:41.582Z | Compiling stringprep v0.1.5 |
| 1548 | 2025-08-18T18:52:42.145Z | Compiling usdt-impl v0.5.0 |
| 1549 | 2025-08-18T18:52:42.615Z | Compiling curve25519-dalek v4.1.3 |
| 1550 | 2025-08-18T18:52:42.758Z | Compiling serde_spanned v0.6.9 |
| 1551 | 2025-08-18T18:52:43.005Z | Compiling toml_datetime v0.6.11 |
| 1552 | 2025-08-18T18:52:43.310Z | Compiling serde_tokenstream v0.2.2 |
| 1553 | 2025-08-18T18:52:43.445Z | Compiling rand_chacha v0.3.1 |
| 1554 | 2025-08-18T18:52:43.465Z | Compiling md-5 v0.10.6 |
| 1555 | 2025-08-18T18:52:43.544Z | Compiling num-integer v0.1.46 |
| 1556 | 2025-08-18T18:52:43.744Z | Compiling sync_wrapper v1.0.1 |
| 1557 | 2025-08-18T18:52:43.865Z | Compiling hash32 v0.2.1 |
| 1558 | 2025-08-18T18:52:43.914Z | Compiling ff v0.13.0 |
| 1559 | 2025-08-18T18:52:44.167Z | Compiling memoffset v0.9.1 |
| 1560 | 2025-08-18T18:52:44.219Z | Compiling newtype-uuid v1.2.4 |
| 1561 | 2025-08-18T18:52:44.268Z | Compiling smoltcp v0.9.1 |
| 1562 | 2025-08-18T18:52:44.502Z | Compiling gimli v0.31.1 |
| 1563 | 2025-08-18T18:52:44.539Z | Compiling psl-types v2.0.11 |
| 1564 | 2025-08-18T18:52:44.751Z | Compiling num-bigint-dig v0.8.4 |
| 1565 | 2025-08-18T18:52:44.769Z | Compiling base16ct v0.2.0 |
| 1566 | 2025-08-18T18:52:44.912Z | Compiling litrs v0.4.1 |
| 1567 | 2025-08-18T18:52:45.077Z | Compiling tower-layer v0.3.3 |
| 1568 | 2025-08-18T18:52:45.081Z | Compiling cfg_aliases v0.2.1 |
| 1569 | 2025-08-18T18:52:45.204Z | Compiling fallible-iterator v0.2.0 |
| 1570 | 2025-08-18T18:52:45.395Z | Compiling libz-rs-sys v0.5.1 |
| 1571 | 2025-08-18T18:52:45.697Z | Compiling flate2 v1.1.2 |
| 1572 | 2025-08-18T18:52:45.728Z | Compiling tower v0.5.2 |
| 1573 | 2025-08-18T18:52:45.894Z | Compiling postgres-protocol v0.6.8 |
| 1574 | 2025-08-18T18:52:45.933Z | Compiling document-features v0.2.11 |
| 1575 | 2025-08-18T18:52:46.316Z | Compiling nix v0.29.0 |
| 1576 | 2025-08-18T18:52:46.567Z | Compiling sec1 v0.7.3 |
| 1577 | 2025-08-18T18:52:46.662Z | Compiling publicsuffix v2.3.0 |
| 1578 | 2025-08-18T18:52:47.108Z | Compiling group v0.13.0 |
| 1579 | 2025-08-18T18:52:47.128Z | Compiling num-iter v0.1.45 |
| 1580 | 2025-08-18T18:52:47.153Z | Compiling rand v0.8.5 |
| 1581 | 2025-08-18T18:52:47.477Z | Compiling tokio-native-tls v0.3.1 |
| 1582 | 2025-08-18T18:52:48.125Z | Compiling ipnetwork v0.21.1 |
| 1583 | 2025-08-18T18:52:48.310Z | Compiling strum_macros v0.27.1 |
| 1584 | 2025-08-18T18:52:48.467Z | Compiling rustls-native-certs v0.8.1 |
| 1585 | 2025-08-18T18:52:48.613Z | Compiling addr2line v0.24.2 |
| 1586 | 2025-08-18T18:52:48.963Z | Compiling terminal_size v0.4.0 |
| 1587 | 2025-08-18T18:52:49.004Z | Compiling http-body-util v0.1.3 |
| 1588 | 2025-08-18T18:52:49.129Z | Compiling hkdf v0.12.4 |
| 1589 | 2025-08-18T18:52:49.173Z | Compiling crypto-bigint v0.5.5 |
| 1590 | 2025-08-18T18:52:49.194Z | Compiling webpki-roots v1.0.1 |
| 1591 | 2025-08-18T18:52:49.296Z | Compiling async-trait v0.1.88 |
| 1592 | 2025-08-18T18:52:49.394Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1593 | 2025-08-18T18:52:49.397Z | Compiling thiserror-impl v2.0.12 |
| 1594 | 2025-08-18T18:52:49.471Z | Compiling object v0.36.5 |
| 1595 | 2025-08-18T18:52:50.744Z | Compiling ahash v0.8.12 |
| 1596 | 2025-08-18T18:52:51.126Z | Compiling fs-err v3.1.1 |
| 1597 | 2025-08-18T18:52:51.477Z | Compiling bitflags v1.3.2 |
| 1598 | 2025-08-18T18:52:51.594Z | Compiling rustix v1.0.7 |
| 1599 | 2025-08-18T18:52:51.748Z | Compiling rustc-demangle v0.1.24 |
| 1600 | 2025-08-18T18:52:52.333Z | Compiling lockfree-object-pool v0.1.6 |
| 1601 | 2025-08-18T18:52:52.484Z | Compiling buf-list v1.0.3 |
| 1602 | 2025-08-18T18:52:52.609Z | Compiling iri-string v0.7.8 |
| 1603 | 2025-08-18T18:52:52.685Z | Compiling bumpalo v3.16.0 |
| 1604 | 2025-08-18T18:52:53.123Z | Compiling winnow v0.5.40 |
| 1605 | 2025-08-18T18:52:53.144Z | Compiling managed v0.8.0 |
| 1606 | 2025-08-18T18:52:53.212Z | Compiling anyhow v1.0.99 |
| 1607 | 2025-08-18T18:52:53.575Z | Compiling simd-adler32 v0.3.7 |
| 1608 | 2025-08-18T18:52:54.051Z | Compiling hubpack_derive v0.1.1 |
| 1609 | 2025-08-18T18:52:54.113Z | Compiling zopfli v0.8.1 |
| 1610 | 2025-08-18T18:52:54.931Z | Compiling strum v0.27.2 |
| 1611 | 2025-08-18T18:52:54.963Z | Compiling hubpack v0.1.2 |
| 1612 | 2025-08-18T18:52:55.222Z | Compiling thiserror v2.0.12 |
| 1613 | 2025-08-18T18:52:55.399Z | Compiling tower-http v0.6.6 |
| 1614 | 2025-08-18T18:52:55.420Z | Compiling clap_builder v4.5.41 |
| 1615 | 2025-08-18T18:52:55.792Z | Compiling elliptic-curve v0.13.8 |
| 1616 | 2025-08-18T18:52:56.178Z | Compiling backtrace v0.3.74 |
| 1617 | 2025-08-18T18:52:56.352Z | Compiling toml_edit v0.19.15 |
| 1618 | 2025-08-18T18:52:56.510Z | Compiling hyper-tls v0.6.0 |
| 1619 | 2025-08-18T18:52:56.577Z | Compiling oxnet v0.1.3 |
| 1620 | 2025-08-18T18:52:56.931Z | Compiling signal-hook-mio v0.2.4 |
| 1621 | 2025-08-18T18:52:57.125Z | Compiling cookie_store v0.21.1 |
| 1622 | 2025-08-18T18:52:57.345Z | Compiling zstd v0.13.3 |
| 1623 | 2025-08-18T18:52:58.437Z | Compiling postgres-types v0.2.9 |
| 1624 | 2025-08-18T18:52:58.566Z | Compiling usdt-macro v0.5.0 |
| 1625 | 2025-08-18T18:52:59.039Z | Compiling usdt-attr-macro v0.5.0 |
| 1626 | 2025-08-18T18:52:59.752Z | Compiling phf v0.11.2 |
| 1627 | 2025-08-18T18:52:59.994Z | Compiling ed25519 v2.2.3 |
| 1628 | 2025-08-18T18:53:00.062Z | Compiling bzip2 v0.4.4 |
| 1629 | 2025-08-18T18:53:00.462Z | Compiling bzip2 v0.5.2 |
| 1630 | 2025-08-18T18:53:00.632Z | Compiling strum_macros v0.26.4 |
| 1631 | 2025-08-18T18:53:00.852Z | Compiling pkcs1 v0.7.5 |
| 1632 | 2025-08-18T18:53:01.766Z | Compiling serde-big-array v0.5.1 |
| 1633 | 2025-08-18T18:53:01.872Z | Compiling serde_urlencoded v0.7.1 |
| 1634 | 2025-08-18T18:53:02.022Z | Compiling rfc6979 v0.4.0 |
| 1635 | 2025-08-18T18:53:02.253Z | Compiling bstr v1.10.0 |
| 1636 | 2025-08-18T18:53:02.446Z | Compiling serde_repr v0.1.19 |
| 1637 | 2025-08-18T18:53:02.878Z | Compiling enum-as-inner v0.6.1 |
| 1638 | 2025-08-18T18:53:02.985Z | Compiling clap_derive v4.5.41 |
| 1639 | 2025-08-18T18:53:03.586Z | Compiling daft-derive v0.1.4 |
| 1640 | 2025-08-18T18:53:03.755Z | Compiling float-cmp v0.10.0 |
| 1641 | 2025-08-18T18:53:03.906Z | Compiling socket2 v0.5.10 |
| 1642 | 2025-08-18T18:53:03.938Z | Compiling encoding_rs v0.8.34 |
| 1643 | 2025-08-18T18:53:04.008Z | Compiling normalize-line-endings v0.3.0 |
| 1644 | 2025-08-18T18:53:04.167Z | Compiling precomputed-hash v0.1.1 |
| 1645 | 2025-08-18T18:53:04.314Z | Compiling unicode-segmentation v1.12.0 |
| 1646 | 2025-08-18T18:53:04.747Z | Compiling static_assertions v1.1.0 |
| 1647 | 2025-08-18T18:53:04.874Z | Compiling difflib v0.4.0 |
| 1648 | 2025-08-18T18:53:04.993Z | Compiling mime v0.3.17 |
| 1649 | 2025-08-18T18:53:05.123Z | Compiling data-encoding v2.9.0 |
| 1650 | 2025-08-18T18:53:05.146Z | Compiling fixedbitset v0.4.2 |
| 1651 | 2025-08-18T18:53:05.512Z | Compiling predicates-core v1.0.8 |
| 1652 | 2025-08-18T18:53:05.588Z | Compiling new_debug_unreachable v1.0.6 |
| 1653 | 2025-08-18T18:53:05.708Z | Compiling whoami v1.5.2 |
| 1654 | 2025-08-18T18:53:05.841Z | Compiling toml_edit v0.22.27 |
| 1655 | 2025-08-18T18:53:06.138Z | Compiling tokio-postgres v0.7.13 |
| 1656 | 2025-08-18T18:53:06.254Z | Compiling hickory-proto v0.25.2 |
| 1657 | 2025-08-18T18:53:06.851Z | Compiling predicates v3.1.3 |
| 1658 | 2025-08-18T18:53:07.369Z | Compiling clap v4.5.41 |
| 1659 | 2025-08-18T18:53:07.515Z | Compiling string_cache v0.8.9 |
| 1660 | 2025-08-18T18:53:07.743Z | Compiling petgraph v0.6.5 |
| 1661 | 2025-08-18T18:53:07.969Z | Compiling daft v0.1.4 |
| 1662 | 2025-08-18T18:53:08.281Z | Compiling strum v0.26.3 |
| 1663 | 2025-08-18T18:53:08.487Z | Compiling similar v2.7.0 |
| 1664 | 2025-08-18T18:53:08.507Z | Compiling console v0.15.10 |
| 1665 | 2025-08-18T18:53:09.538Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1666 | 2025-08-18T18:53:09.797Z | Compiling usdt v0.5.0 |
| 1667 | 2025-08-18T18:53:10.279Z | Compiling ecdsa v0.16.9 |
| 1668 | 2025-08-18T18:53:10.504Z | Compiling rsa v0.9.6 |
| 1669 | 2025-08-18T18:53:11.078Z | Compiling zip v4.2.0 |
| 1670 | 2025-08-18T18:53:11.288Z | Compiling zip v0.6.6 |
| 1671 | 2025-08-18T18:53:11.433Z | Compiling ed25519-dalek v2.1.1 |
| 1672 | 2025-08-18T18:53:12.550Z | Compiling toml v0.7.8 |
| 1673 | 2025-08-18T18:53:12.901Z | Compiling crossterm v0.28.1 |
| 1674 | 2025-08-18T18:53:14.812Z | Compiling crossbeam-epoch v0.9.18 |
| 1675 | 2025-08-18T18:53:15.302Z | Compiling tokio-stream v0.1.17 |
| 1676 | 2025-08-18T18:53:15.488Z | Compiling openapiv3 v2.2.0 |
| 1677 | 2025-08-18T18:53:16.119Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1678 | 2025-08-18T18:53:16.281Z | Compiling x509-cert v0.2.5 |
| 1679 | 2025-08-18T18:53:16.308Z | Compiling sha1 v0.10.6 |
| 1680 | 2025-08-18T18:53:16.512Z | Compiling itertools v0.10.5 |
| 1681 | 2025-08-18T18:53:16.734Z | Compiling itertools v0.13.0 |
| 1682 | 2025-08-18T18:53:17.500Z | Compiling dirs-sys-next v0.1.2 |
| 1683 | 2025-08-18T18:53:17.850Z | Compiling winnow v0.6.26 |
| 1684 | 2025-08-18T18:53:18.018Z | Compiling rustc-hash v2.1.1 |
| 1685 | 2025-08-18T18:53:18.067Z | Compiling lalrpop-util v0.19.12 |
| 1686 | 2025-08-18T18:53:18.228Z | Compiling peg-runtime v0.8.5 |
| 1687 | 2025-08-18T18:53:18.427Z | Compiling dirs-next v2.0.0 |
| 1688 | 2025-08-18T18:53:18.641Z | Compiling thread_local v1.1.8 |
| 1689 | 2025-08-18T18:53:18.797Z | Compiling slog-async v2.8.0 |
| 1690 | 2025-08-18T18:53:19.018Z | Compiling term v0.7.0 |
| 1691 | 2025-08-18T18:53:19.114Z | Compiling crossbeam-channel v0.5.15 |
| 1692 | 2025-08-18T18:53:19.388Z | Compiling xattr v1.3.1 |
| 1693 | 2025-08-18T18:53:19.452Z | Compiling futures-executor v0.3.31 |
| 1694 | 2025-08-18T18:53:19.614Z | Compiling filetime v0.2.25 |
| 1695 | 2025-08-18T18:53:19.650Z | Compiling is-terminal v0.4.13 |
| 1696 | 2025-08-18T18:53:19.808Z | Compiling take_mut v0.2.2 |
| 1697 | 2025-08-18T18:53:19.929Z | Compiling tar v0.4.44 |
| 1698 | 2025-08-18T18:53:19.993Z | Compiling slog-term v2.9.1 |
| 1699 | 2025-08-18T18:53:20.057Z | Compiling futures v0.3.31 |
| 1700 | 2025-08-18T18:53:20.196Z | Compiling camino v1.1.11 |
| 1701 | 2025-08-18T18:53:24.807Z | Compiling aws-lc-sys v0.26.0 |
| 1702 | 2025-08-18T18:53:53.998Z | Compiling rustls-webpki v0.102.8 |
| 1703 | 2025-08-18T18:53:58.533Z | Compiling tokio-rustls v0.26.0 |
| 1704 | 2025-08-18T18:53:58.797Z | Compiling hyper-rustls v0.27.7 |
| 1705 | 2025-08-18T18:53:59.137Z | Compiling reqwest v0.12.22 |
| 1706 | 2025-08-18T18:54:02.666Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1707 | 2025-08-18T18:54:02.953Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1708 | 2025-08-18T18:54:07.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s |
| 1709 | 2025-08-18T18:54:07.681Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1710 | 2025-08-18T18:54:07.735Z | Aug 18 18:54:07.037 INFO Starting download, target: Console |
| 1711 | 2025-08-18T18:54:07.735Z | Aug 18 18:54:07.037 INFO Starting download, target: Clickhouse |
| 1712 | 2025-08-18T18:54:07.735Z | Aug 18 18:54:07.037 INFO Starting download, target: Cockroach |
| 1713 | 2025-08-18T18:54:07.736Z | Aug 18 18:54:07.037 INFO Starting download, target: DendriteStub |
| 1714 | 2025-08-18T18:54:07.760Z | Aug 18 18:54:07.037 INFO Starting download, target: MaghemiteMgd |
| 1715 | 2025-08-18T18:54:07.760Z | Aug 18 18:54:07.037 INFO Starting download, target: TransceiverControl |
| 1716 | 2025-08-18T18:54:07.760Z | Aug 18 18:54:07.038 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1717 | 2025-08-18T18:54:07.760Z | Aug 18 18:54:07.038 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1718 | 2025-08-18T18:54:07.760Z | Aug 18 18:54:07.038 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1719 | 2025-08-18T18:54:07.761Z | Aug 18 18:54:07.038 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1720 | 2025-08-18T18:54:07.761Z | Aug 18 18:54:07.038 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1721 | 2025-08-18T18:54:07.761Z | Aug 18 18:54:07.038 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1722 | 2025-08-18T18:54:08.187Z | Aug 18 18:54:07.487 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1723 | 2025-08-18T18:54:08.266Z | Aug 18 18:54:07.566 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1724 | 2025-08-18T18:54:08.653Z | Aug 18 18:54:07.958 INFO Download complete, target: TransceiverControl |
| 1725 | 2025-08-18T18:54:08.750Z | Aug 18 18:54:08.055 INFO Download complete, target: Console |
| 1726 | 2025-08-18T18:54:09.112Z | Aug 18 18:54:08.421 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1727 | 2025-08-18T18:54:09.206Z | Aug 18 18:54:08.516 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1728 | 2025-08-18T18:54:09.648Z | Aug 18 18:54:08.959 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1729 | 2025-08-18T18:54:09.829Z | Aug 18 18:54:09.141 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1730 | 2025-08-18T18:54:09.829Z | Aug 18 18:54:09.141 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1731 | 2025-08-18T18:54:12.759Z | Aug 18 18:54:12.075 INFO Download complete, target: DendriteStub |
| 1732 | 2025-08-18T18:54:12.894Z | Aug 18 18:54:12.210 INFO Download complete, target: MaghemiteMgd |
| 1733 | 2025-08-18T18:54:17.031Z | Aug 18 18:54:16.351 INFO Checking that binary works, target: Cockroach |
| 1734 | 2025-08-18T18:54:17.177Z | Aug 18 18:54:16.497 INFO Download complete, target: Cockroach |
| 1735 | 2025-08-18T18:54:21.011Z | Aug 18 18:54:20.336 INFO Checking that binary works, target: Clickhouse |
| 1736 | 2025-08-18T18:54:21.174Z | Aug 18 18:54:20.500 INFO Download complete, target: Clickhouse |
| 1737 | 2025-08-18T18:54:21.180Z | All prerequisites installed successfully |
| 1738 | 2025-08-18T18:54:21.183Z | |
| 1739 | 2025-08-18T18:54:21.183Z | real 4:17.985808424 |
| 1740 | 2025-08-18T18:54:21.183Z | user 16:13.657129299 |
| 1741 | 2025-08-18T18:54:21.183Z | sys 2:13.648697208 |
| 1742 | 2025-08-18T18:54:21.183Z | trap 0.554869981 |
| 1743 | 2025-08-18T18:54:21.183Z | tflt 0.987740219 |
| 1744 | 2025-08-18T18:54:21.183Z | dflt 1.171632759 |
| 1745 | 2025-08-18T18:54:21.183Z | kflt 0.025313468 |
| 1746 | 2025-08-18T18:54:21.183Z | lock 40:32.598965508 |
| 1747 | 2025-08-18T18:54:21.183Z | slp 58:50.408537779 |
| 1748 | 2025-08-18T18:54:21.183Z | lat 1:11.238597924 |
| 1749 | 2025-08-18T18:54:21.183Z | stop 2:43.441709904 |
| 1750 | 2025-08-18T18:54:21.183Z | + source ./tools/include/force-git-over-https.sh |
| 1751 | 2025-08-18T18:54:21.183Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
| 1752 | 2025-08-18T18:54:21.183Z | ++ (( i = 0 )) |
| 1753 | 2025-08-18T18:54:21.184Z | ++ (( i < 5 )) |
| 1754 | 2025-08-18T18:54:21.184Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
| 1755 | 2025-08-18T18:54:21.187Z | ++ (( i++ )) |
| 1756 | 2025-08-18T18:54:21.187Z | ++ (( i < 5 )) |
| 1757 | 2025-08-18T18:54:21.187Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
| 1758 | 2025-08-18T18:54:21.191Z | ++ (( i++ )) |
| 1759 | 2025-08-18T18:54:21.191Z | ++ (( i < 5 )) |
| 1760 | 2025-08-18T18:54:21.191Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
| 1761 | 2025-08-18T18:54:21.194Z | ++ (( i++ )) |
| 1762 | 2025-08-18T18:54:21.194Z | ++ (( i < 5 )) |
| 1763 | 2025-08-18T18:54:21.194Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
| 1764 | 2025-08-18T18:54:21.194Z | ++ (( i++ )) |
| 1765 | 2025-08-18T18:54:21.194Z | ++ (( i < 5 )) |
| 1766 | 2025-08-18T18:54:21.194Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
| 1767 | 2025-08-18T18:54:21.197Z | ++ (( i++ )) |
| 1768 | 2025-08-18T18:54:21.197Z | ++ (( i < 5 )) |
| 1769 | 2025-08-18T18:54:21.197Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1770 | 2025-08-18T18:54:21.197Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1771 | 2025-08-18T18:54:21.198Z | + rc=0 |
| 1772 | 2025-08-18T18:54:21.198Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
| 1773 | 2025-08-18T18:54:49.324Z | + case $rc in |
| 1774 | 2025-08-18T18:54:49.324Z | + pfexec zfs create -p rpool/images/build/host |
| 1775 | 2025-08-18T18:54:49.591Z | + pfexec zfs create -p rpool/images/build/recovery |
| 1776 | 2025-08-18T18:54:49.677Z | + cargo xtask releng --output-dir /work --mkincorp |
| 1777 | 2025-08-18T18:54:50.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1778 | 2025-08-18T18:54:50.393Z | Running `target/debug/xtask releng --output-dir /work --mkincorp` |
| 1779 | 2025-08-18T18:54:51.542Z | Compiling proc-macro2 v1.0.95 |
| 1780 | 2025-08-18T18:54:51.542Z | Compiling unicode-ident v1.0.18 |
| 1781 | 2025-08-18T18:54:51.542Z | Compiling libc v0.2.174 |
| 1782 | 2025-08-18T18:54:51.546Z | Compiling serde v1.0.219 |
| 1783 | 2025-08-18T18:54:51.546Z | Compiling autocfg v1.4.0 |
| 1784 | 2025-08-18T18:54:51.546Z | Compiling cfg-if v1.0.1 |
| 1785 | 2025-08-18T18:54:51.546Z | Compiling version_check v0.9.5 |
| 1786 | 2025-08-18T18:54:51.891Z | Compiling memchr v2.7.4 |
| 1787 | 2025-08-18T18:54:51.894Z | Compiling shlex v1.3.0 |
| 1788 | 2025-08-18T18:54:51.914Z | Compiling typenum v1.17.0 |
| 1789 | 2025-08-18T18:54:52.266Z | Compiling portable-atomic v1.11.0 |
| 1790 | 2025-08-18T18:54:52.475Z | Compiling generic-array v0.14.7 |
| 1791 | 2025-08-18T18:54:52.549Z | Compiling lock_api v0.4.12 |
| 1792 | 2025-08-18T18:54:52.776Z | Compiling value-bag v1.9.0 |
| 1793 | 2025-08-18T18:54:52.885Z | Compiling getrandom v0.3.1 |
| 1794 | 2025-08-18T18:54:53.105Z | Compiling libm v0.2.8 |
| 1795 | 2025-08-18T18:54:53.166Z | Compiling num-traits v0.2.19 |
| 1796 | 2025-08-18T18:54:53.344Z | Compiling log v0.4.27 |
| 1797 | 2025-08-18T18:54:53.483Z | Compiling scopeguard v1.2.0 |
| 1798 | 2025-08-18T18:54:53.518Z | Compiling jobserver v0.1.32 |
| 1799 | 2025-08-18T18:54:53.544Z | Compiling quote v1.0.40 |
| 1800 | 2025-08-18T18:54:53.659Z | Compiling serde_json v1.0.142 |
| 1801 | 2025-08-18T18:54:53.932Z | Compiling cc v1.2.30 |
| 1802 | 2025-08-18T18:54:54.028Z | Compiling syn v2.0.104 |
| 1803 | 2025-08-18T18:54:54.066Z | Compiling parking_lot_core v0.9.10 |
| 1804 | 2025-08-18T18:54:54.070Z | Compiling semver v1.0.26 |
| 1805 | 2025-08-18T18:54:54.185Z | Compiling rustix v0.38.37 |
| 1806 | 2025-08-18T18:54:54.228Z | Compiling smallvec v1.15.1 |
| 1807 | 2025-08-18T18:54:54.261Z | Compiling pkg-config v0.3.31 |
| 1808 | 2025-08-18T18:54:54.589Z | Compiling getrandom v0.2.15 |
| 1809 | 2025-08-18T18:54:54.766Z | Compiling itoa v1.0.11 |
| 1810 | 2025-08-18T18:54:55.087Z | Compiling aho-corasick v1.1.3 |
| 1811 | 2025-08-18T18:54:55.403Z | Compiling slab v0.4.9 |
| 1812 | 2025-08-18T18:54:55.458Z | Compiling regex-syntax v0.8.5 |
| 1813 | 2025-08-18T18:54:55.521Z | Compiling errno v0.3.12 |
| 1814 | 2025-08-18T18:54:55.954Z | Compiling spin v0.9.8 |
| 1815 | 2025-08-18T18:54:56.056Z | Compiling stable_deref_trait v1.2.0 |
| 1816 | 2025-08-18T18:54:56.168Z | Compiling subtle v2.6.1 |
| 1817 | 2025-08-18T18:54:56.205Z | Compiling glob v0.3.2 |
| 1818 | 2025-08-18T18:54:56.357Z | Compiling either v1.15.0 |
| 1819 | 2025-08-18T18:54:56.515Z | Compiling rand_core v0.6.4 |
| 1820 | 2025-08-18T18:54:56.673Z | Compiling prettyplease v0.2.36 |
| 1821 | 2025-08-18T18:54:56.963Z | Compiling clang-sys v1.8.1 |
| 1822 | 2025-08-18T18:54:57.053Z | Compiling lazy_static v1.5.0 |
| 1823 | 2025-08-18T18:54:57.458Z | Compiling critical-section v1.1.3 |
| 1824 | 2025-08-18T18:54:57.516Z | Compiling minimal-lexical v0.2.1 |
| 1825 | 2025-08-18T18:54:57.519Z | Compiling heck v0.5.0 |
| 1826 | 2025-08-18T18:54:58.003Z | Compiling once_cell v1.21.3 |
| 1827 | 2025-08-18T18:54:58.029Z | Compiling nom v7.1.3 |
| 1828 | 2025-08-18T18:54:58.718Z | Compiling libloading v0.8.5 |
| 1829 | 2025-08-18T18:54:58.755Z | Compiling home v0.5.9 |
| 1830 | 2025-08-18T18:54:58.903Z | Compiling bindgen v0.69.5 |
| 1831 | 2025-08-18T18:54:59.081Z | Compiling regex-automata v0.4.8 |
| 1832 | 2025-08-18T18:54:59.115Z | Compiling itertools v0.12.1 |
| 1833 | 2025-08-18T18:54:59.582Z | Compiling lazycell v1.3.0 |
| 1834 | 2025-08-18T18:54:59.694Z | Compiling paste v1.0.15 |
| 1835 | 2025-08-18T18:54:59.835Z | Compiling zerocopy v0.8.26 |
| 1836 | 2025-08-18T18:55:00.366Z | Compiling rustc-hash v1.1.0 |
| 1837 | 2025-08-18T18:55:00.913Z | Compiling cmake v0.1.51 |
| 1838 | 2025-08-18T18:55:01.354Z | Compiling cexpr v0.6.0 |
| 1839 | 2025-08-18T18:55:01.819Z | Compiling synstructure v0.13.1 |
| 1840 | 2025-08-18T18:55:02.508Z | Compiling dunce v1.0.5 |
| 1841 | 2025-08-18T18:55:02.745Z | Compiling fs_extra v1.3.0 |
| 1842 | 2025-08-18T18:55:03.676Z | Compiling writeable v0.5.5 |
| 1843 | 2025-08-18T18:55:03.802Z | Compiling litemap v0.7.3 |
| 1844 | 2025-08-18T18:55:04.674Z | Compiling ryu v1.0.18 |
| 1845 | 2025-08-18T18:55:04.726Z | Compiling regex v1.11.1 |
| 1846 | 2025-08-18T18:55:04.904Z | Compiling equivalent v1.0.2 |
| 1847 | 2025-08-18T18:55:05.001Z | Compiling allocator-api2 v0.2.21 |
| 1848 | 2025-08-18T18:55:05.133Z | Compiling foldhash v0.1.5 |
| 1849 | 2025-08-18T18:55:05.503Z | Compiling serde_derive v1.0.219 |
| 1850 | 2025-08-18T18:55:05.590Z | Compiling zeroize_derive v1.4.2 |
| 1851 | 2025-08-18T18:55:05.721Z | Compiling zerofrom-derive v0.1.4 |
| 1852 | 2025-08-18T18:55:05.777Z | Compiling yoke-derive v0.7.4 |
| 1853 | 2025-08-18T18:55:05.777Z | Compiling zerovec-derive v0.10.3 |
| 1854 | 2025-08-18T18:55:05.954Z | Compiling displaydoc v0.2.5 |
| 1855 | 2025-08-18T18:55:07.018Z | Compiling icu_provider_macros v1.5.0 |
| 1856 | 2025-08-18T18:55:07.636Z | Compiling zeroize v1.8.1 |
| 1857 | 2025-08-18T18:55:08.174Z | Compiling tokio-macros v2.5.0 |
| 1858 | 2025-08-18T18:55:08.209Z | Compiling zerocopy-derive v0.7.35 |
| 1859 | 2025-08-18T18:55:08.235Z | Compiling futures-macro v0.3.31 |
| 1860 | 2025-08-18T18:55:08.370Z | Compiling zerocopy-derive v0.8.26 |
| 1861 | 2025-08-18T18:55:08.835Z | Compiling zerofrom v0.1.4 |
| 1862 | 2025-08-18T18:55:09.129Z | Compiling yoke v0.7.4 |
| 1863 | 2025-08-18T18:55:09.553Z | Compiling zerovec v0.10.4 |
| 1864 | 2025-08-18T18:55:09.780Z | Compiling pin-project-lite v0.2.14 |
| 1865 | 2025-08-18T18:55:10.025Z | Compiling schemars v0.8.22 |
| 1866 | 2025-08-18T18:55:10.128Z | Compiling percent-encoding v2.3.1 |
| 1867 | 2025-08-18T18:55:10.232Z | Compiling hashbrown v0.15.4 |
| 1868 | 2025-08-18T18:55:10.304Z | Compiling serde_derive_internals v0.29.1 |
| 1869 | 2025-08-18T18:55:10.671Z | Compiling icu_locid_transform_data v1.5.0 |
| 1870 | 2025-08-18T18:55:11.038Z | Compiling crypto-common v0.1.6 |
| 1871 | 2025-08-18T18:55:11.402Z | Compiling der_derive v0.7.3 |
| 1872 | 2025-08-18T18:55:11.630Z | Compiling ring v0.17.14 |
| 1873 | 2025-08-18T18:55:11.754Z | Compiling tinystr v0.7.6 |
| 1874 | 2025-08-18T18:55:12.316Z | Compiling icu_locid v1.5.0 |
| 1875 | 2025-08-18T18:55:12.370Z | Compiling icu_collections v1.5.0 |
| 1876 | 2025-08-18T18:55:12.398Z | Compiling schemars_derive v0.8.22 |
| 1877 | 2025-08-18T18:55:12.782Z | Compiling icu_properties_data v1.5.0 |
| 1878 | 2025-08-18T18:55:13.680Z | Compiling icu_provider v1.5.0 |
| 1879 | 2025-08-18T18:55:13.719Z | Compiling const-oid v0.9.6 |
| 1880 | 2025-08-18T18:55:13.786Z | Compiling utf8_iter v1.0.4 |
| 1881 | 2025-08-18T18:55:14.163Z | Compiling byteorder v1.5.0 |
| 1882 | 2025-08-18T18:55:14.845Z | Compiling icu_locid_transform v1.5.0 |
| 1883 | 2025-08-18T18:55:15.176Z | Compiling icu_normalizer_data v1.5.0 |
| 1884 | 2025-08-18T18:55:15.359Z | Compiling write16 v1.0.0 |
| 1885 | 2025-08-18T18:55:15.405Z | Compiling futures-core v0.3.31 |
| 1886 | 2025-08-18T18:55:15.721Z | Compiling aws-lc-rs v1.12.4 |
| 1887 | 2025-08-18T18:55:15.851Z | Compiling utf16_iter v1.0.5 |
| 1888 | 2025-08-18T18:55:16.257Z | Compiling vcpkg v0.2.15 |
| 1889 | 2025-08-18T18:55:16.340Z | Compiling icu_properties v1.5.1 |
| 1890 | 2025-08-18T18:55:17.830Z | Compiling openssl-sys v0.9.109 |
| 1891 | 2025-08-18T18:55:18.558Z | Compiling bitflags v2.9.1 |
| 1892 | 2025-08-18T18:55:18.618Z | Compiling bytes v1.10.1 |
| 1893 | 2025-08-18T18:55:20.098Z | Compiling signal-hook-registry v1.4.2 |
| 1894 | 2025-08-18T18:55:20.417Z | Compiling icu_normalizer v1.5.0 |
| 1895 | 2025-08-18T18:55:20.778Z | Compiling thiserror v1.0.69 |
| 1896 | 2025-08-18T18:55:21.576Z | Compiling idna_adapter v1.2.0 |
| 1897 | 2025-08-18T18:55:21.853Z | Compiling parking_lot v0.12.3 |
| 1898 | 2025-08-18T18:55:22.804Z | Compiling tracing-attributes v0.1.27 |
| 1899 | 2025-08-18T18:55:23.010Z | Compiling mio v1.0.2 |
| 1900 | 2025-08-18T18:55:23.059Z | Compiling which v4.4.2 |
| 1901 | 2025-08-18T18:55:24.249Z | Compiling idna v1.0.3 |
| 1902 | 2025-08-18T18:55:25.894Z | Compiling form_urlencoded v1.2.1 |
| 1903 | 2025-08-18T18:55:25.932Z | Compiling block-buffer v0.10.4 |
| 1904 | 2025-08-18T18:55:26.071Z | Compiling thiserror-impl v1.0.69 |
| 1905 | 2025-08-18T18:55:26.280Z | Compiling httparse v1.9.5 |
| 1906 | 2025-08-18T18:55:26.413Z | Compiling digest v0.10.7 |
| 1907 | 2025-08-18T18:55:26.881Z | Compiling socket2 v0.6.0 |
| 1908 | 2025-08-18T18:55:27.006Z | Compiling thiserror v2.0.12 |
| 1909 | 2025-08-18T18:55:27.638Z | Compiling tokio v1.47.0 |
| 1910 | 2025-08-18T18:55:27.693Z | Compiling url v2.5.4 |
| 1911 | 2025-08-18T18:55:28.413Z | Compiling indexmap v2.10.0 |
| 1912 | 2025-08-18T18:55:28.698Z | Compiling thiserror-impl v2.0.12 |
| 1913 | 2025-08-18T18:55:29.737Z | Compiling futures-sink v0.3.31 |
| 1914 | 2025-08-18T18:55:29.883Z | Compiling num-conv v0.1.0 |
| 1915 | 2025-08-18T18:55:29.993Z | Compiling time-core v0.1.2 |
| 1916 | 2025-08-18T18:55:30.276Z | Compiling time-macros v0.2.18 |
| 1917 | 2025-08-18T18:55:30.329Z | Compiling futures-channel v0.3.31 |
| 1918 | 2025-08-18T18:55:32.049Z | Compiling fnv v1.0.7 |
| 1919 | 2025-08-18T18:55:32.198Z | Compiling futures-task v0.3.31 |
| 1920 | 2025-08-18T18:55:32.243Z | Compiling pin-utils v0.1.0 |
| 1921 | 2025-08-18T18:55:32.615Z | Compiling futures-io v0.3.31 |
| 1922 | 2025-08-18T18:55:32.660Z | Compiling openssl v0.10.73 |
| 1923 | 2025-08-18T18:55:32.965Z | Compiling futures-util v0.3.31 |
| 1924 | 2025-08-18T18:55:33.002Z | Compiling zerocopy v0.7.35 |
| 1925 | 2025-08-18T18:55:33.140Z | Compiling uuid v1.17.0 |
| 1926 | 2025-08-18T18:55:33.977Z | Compiling openssl-macros v0.1.1 |
| 1927 | 2025-08-18T18:55:34.783Z | Compiling rustls v0.23.19 |
| 1928 | 2025-08-18T18:55:35.017Z | Compiling iana-time-zone v0.1.63 |
| 1929 | 2025-08-18T18:55:35.020Z | Compiling native-tls v0.2.12 |
| 1930 | 2025-08-18T18:55:35.396Z | Compiling cpufeatures v0.2.14 |
| 1931 | 2025-08-18T18:55:35.594Z | Compiling chrono v0.4.41 |
| 1932 | 2025-08-18T18:55:35.724Z | Compiling hmac v0.12.1 |
| 1933 | 2025-08-18T18:55:35.767Z | Compiling rustc_version v0.4.1 |
| 1934 | 2025-08-18T18:55:35.885Z | Compiling aws-lc-sys v0.26.0 |
| 1935 | 2025-08-18T18:55:37.884Z | Compiling block-padding v0.3.3 |
| 1936 | 2025-08-18T18:55:38.365Z | Compiling cookie v0.18.1 |
| 1937 | 2025-08-18T18:55:38.731Z | Compiling inout v0.1.3 |
| 1938 | 2025-08-18T18:55:38.866Z | Compiling http v1.3.1 |
| 1939 | 2025-08-18T18:55:39.059Z | Compiling serde_tokenstream v0.2.2 |
| 1940 | 2025-08-18T18:55:39.484Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1941 | 2025-08-18T18:55:39.696Z | Compiling dyn-clone v1.0.19 |
| 1942 | 2025-08-18T18:55:40.601Z | Compiling cipher v0.4.4 |
| 1943 | 2025-08-18T18:55:41.188Z | Compiling sha2 v0.10.9 |
| 1944 | 2025-08-18T18:55:43.719Z | Compiling scroll_derive v0.12.0 |
| 1945 | 2025-08-18T18:55:44.110Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1946 | 2025-08-18T18:55:44.770Z | Compiling rustls-pki-types v1.10.0 |
| 1947 | 2025-08-18T18:55:45.046Z | Compiling ucd-trie v0.1.7 |
| 1948 | 2025-08-18T18:55:45.115Z | Compiling syn v1.0.109 |
| 1949 | 2025-08-18T18:55:45.351Z | Compiling slog v2.7.0 |
| 1950 | 2025-08-18T18:55:45.527Z | Compiling base64ct v1.6.0 |
| 1951 | 2025-08-18T18:55:45.736Z | Compiling rustversion v1.0.17 |
| 1952 | 2025-08-18T18:55:45.925Z | Compiling rustix v1.0.7 |
| 1953 | 2025-08-18T18:55:46.166Z | Compiling crossbeam-utils v0.8.21 |
| 1954 | 2025-08-18T18:55:46.792Z | Compiling pem-rfc7468 v0.7.0 |
| 1955 | 2025-08-18T18:55:46.976Z | Compiling pest v2.7.14 |
| 1956 | 2025-08-18T18:55:47.454Z | Compiling ppv-lite86 v0.2.20 |
| 1957 | 2025-08-18T18:55:48.434Z | Compiling litrs v0.4.1 |
| 1958 | 2025-08-18T18:55:48.804Z | Compiling flagset v0.4.6 |
| 1959 | 2025-08-18T18:55:49.086Z | Compiling der v0.7.9 |
| 1960 | 2025-08-18T18:55:49.414Z | Compiling document-features v0.2.11 |
| 1961 | 2025-08-18T18:55:50.135Z | Compiling pest_meta v2.7.14 |
| 1962 | 2025-08-18T18:55:52.478Z | Compiling tokio-util v0.7.15 |
| 1963 | 2025-08-18T18:55:53.672Z | Compiling tracing-core v0.1.32 |
| 1964 | 2025-08-18T18:55:53.749Z | Compiling base64 v0.22.1 |
| 1965 | 2025-08-18T18:55:55.726Z | Compiling newtype-uuid v1.2.4 |
| 1966 | 2025-08-18T18:55:55.950Z | Compiling untrusted v0.7.1 |
| 1967 | 2025-08-18T18:55:56.111Z | Compiling powerfmt v0.2.0 |
| 1968 | 2025-08-18T18:55:56.203Z | Compiling untrusted v0.9.0 |
| 1969 | 2025-08-18T18:55:56.459Z | Compiling deranged v0.3.11 |
| 1970 | 2025-08-18T18:55:57.395Z | Compiling tracing v0.1.40 |
| 1971 | 2025-08-18T18:55:58.244Z | Compiling pest_generator v2.7.14 |
| 1972 | 2025-08-18T18:55:58.327Z | Compiling spki v0.7.3 |
| 1973 | 2025-08-18T18:55:58.417Z | Compiling salsa20 v0.10.2 |
| 1974 | 2025-08-18T18:55:58.767Z | Compiling http-body v1.0.1 |
| 1975 | 2025-08-18T18:55:58.771Z | Compiling pbkdf2 v0.12.2 |
| 1976 | 2025-08-18T18:56:00.103Z | Compiling atomic-waker v1.1.2 |
| 1977 | 2025-08-18T18:56:00.406Z | Compiling num_threads v0.1.7 |
| 1978 | 2025-08-18T18:56:00.661Z | Compiling time v0.3.36 |
| 1979 | 2025-08-18T18:56:01.440Z | Compiling pest_derive v2.7.14 |
| 1980 | 2025-08-18T18:56:02.371Z | Compiling scrypt v0.11.0 |
| 1981 | 2025-08-18T18:56:02.835Z | Compiling cbc v0.1.2 |
| 1982 | 2025-08-18T18:56:02.902Z | Compiling aes v0.8.4 |
| 1983 | 2025-08-18T18:56:03.691Z | Compiling usdt-impl v0.5.0 |
| 1984 | 2025-08-18T18:56:04.244Z | Compiling try-lock v0.2.5 |
| 1985 | 2025-08-18T18:56:04.297Z | Compiling num-bigint-dig v0.8.4 |
| 1986 | 2025-08-18T18:56:04.571Z | Compiling tower-service v0.3.3 |
| 1987 | 2025-08-18T18:56:04.681Z | Compiling zstd-safe v7.2.3 |
| 1988 | 2025-08-18T18:56:04.777Z | Compiling want v0.3.1 |
| 1989 | 2025-08-18T18:56:05.127Z | Compiling pkcs5 v0.7.1 |
| 1990 | 2025-08-18T18:56:06.005Z | Compiling h2 v0.4.6 |
| 1991 | 2025-08-18T18:56:08.217Z | Compiling scroll v0.12.0 |
| 1992 | 2025-08-18T18:56:08.619Z | Compiling heapless v0.7.17 |
| 1993 | 2025-08-18T18:56:08.893Z | Compiling ipnet v2.11.0 |
| 1994 | 2025-08-18T18:56:09.190Z | Compiling async-trait v0.1.88 |
| 1995 | 2025-08-18T18:56:10.738Z | Compiling ahash v0.8.12 |
| 1996 | 2025-08-18T18:56:11.184Z | Compiling httpdate v1.0.3 |
| 1997 | 2025-08-18T18:56:11.460Z | Compiling plain v0.2.3 |
| 1998 | 2025-08-18T18:56:11.660Z | Compiling signal-hook v0.3.18 |
| 1999 | 2025-08-18T18:56:12.012Z | Compiling foreign-types-shared v0.1.1 |
| 2000 | 2025-08-18T18:56:12.048Z | Compiling anyhow v1.0.99 |
| 2001 | 2025-08-18T18:56:12.122Z | Compiling openssl-probe v0.1.5 |
| 2002 | 2025-08-18T18:56:12.215Z | Compiling foreign-types v0.3.2 |
| 2003 | 2025-08-18T18:56:12.430Z | Compiling goblin v0.8.2 |
| 2004 | 2025-08-18T18:56:13.665Z | Compiling pkcs8 v0.10.2 |
| 2005 | 2025-08-18T18:56:16.222Z | Compiling hyper v1.6.0 |
| 2006 | 2025-08-18T18:56:18.288Z | Compiling daft-derive v0.1.4 |
| 2007 | 2025-08-18T18:56:20.719Z | Compiling pretty-hex v0.4.1 |
| 2008 | 2025-08-18T18:56:21.692Z | Compiling strsim v0.11.1 |
| 2009 | 2025-08-18T18:56:21.748Z | Compiling tinyvec_macros v0.1.1 |
| 2010 | 2025-08-18T18:56:21.895Z | Compiling tinyvec v1.8.0 |
| 2011 | 2025-08-18T18:56:23.420Z | Compiling dof v0.3.0 |
| 2012 | 2025-08-18T18:56:23.541Z | Compiling hyper-util v0.1.16 |
| 2013 | 2025-08-18T18:56:27.555Z | Compiling dtrace-parser v0.2.0 |
| 2014 | 2025-08-18T18:56:29.029Z | Compiling rand_core v0.9.2 |
| 2015 | 2025-08-18T18:56:29.497Z | Compiling curve25519-dalek v4.1.3 |
| 2016 | 2025-08-18T18:56:29.938Z | Compiling clap_derive v4.5.41 |
| 2017 | 2025-08-18T18:56:30.096Z | Compiling thread-id v4.2.2 |
| 2018 | 2025-08-18T18:56:30.272Z | Compiling memoffset v0.9.1 |
| 2019 | 2025-08-18T18:56:31.407Z | Compiling smoltcp v0.9.1 |
| 2020 | 2025-08-18T18:56:32.365Z | Compiling adler2 v2.0.0 |
| 2021 | 2025-08-18T18:56:33.025Z | Compiling miniz_oxide v0.8.5 |
| 2022 | 2025-08-18T18:56:39.243Z | Compiling rand_chacha v0.9.0 |
| 2023 | 2025-08-18T18:56:40.594Z | Compiling http-body-util v0.1.3 |
| 2024 | 2025-08-18T18:56:41.258Z | Compiling strum_macros v0.26.4 |
| 2025 | 2025-08-18T18:56:43.576Z | Compiling sync_wrapper v1.0.1 |
| 2026 | 2025-08-18T18:56:43.786Z | Compiling encoding_rs v0.8.34 |
| 2027 | 2025-08-18T18:56:43.875Z | Compiling psl-types v2.0.11 |
| 2028 | 2025-08-18T18:56:44.275Z | Compiling tower-layer v0.3.3 |
| 2029 | 2025-08-18T18:56:44.838Z | Compiling cfg_aliases v0.2.1 |
| 2030 | 2025-08-18T18:56:45.010Z | Compiling buf-list v1.0.3 |
| 2031 | 2025-08-18T18:56:45.331Z | Compiling mime v0.3.17 |
| 2032 | 2025-08-18T18:56:46.447Z | Compiling nix v0.29.0 |
| 2033 | 2025-08-18T18:56:47.221Z | Compiling tower v0.5.2 |
| 2034 | 2025-08-18T18:56:48.334Z | Compiling publicsuffix v2.3.0 |
| 2035 | 2025-08-18T18:56:51.689Z | Compiling rand v0.9.1 |
| 2036 | 2025-08-18T18:56:54.178Z | Compiling tokio-native-tls v0.3.1 |
| 2037 | 2025-08-18T18:56:55.357Z | Compiling unicode-normalization v0.1.24 |
| 2038 | 2025-08-18T18:56:55.394Z | Compiling rustls-native-certs v0.8.1 |
| 2039 | 2025-08-18T18:56:55.577Z | Compiling hubpack_derive v0.1.1 |
| 2040 | 2025-08-18T18:56:56.266Z | Compiling strum_macros v0.27.1 |
| 2041 | 2025-08-18T18:56:56.592Z | Compiling webpki-roots v1.0.1 |
| 2042 | 2025-08-18T18:56:56.654Z | Compiling openapiv3 v2.2.0 |
| 2043 | 2025-08-18T18:56:56.899Z | Compiling signature v2.2.0 |
| 2044 | 2025-08-18T18:56:56.964Z | Compiling serde_urlencoded v0.7.1 |
| 2045 | 2025-08-18T18:56:57.207Z | Compiling toml_datetime v0.6.11 |
| 2046 | 2025-08-18T18:56:57.766Z | Compiling serde_spanned v0.6.9 |
| 2047 | 2025-08-18T18:56:58.028Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2048 | 2025-08-18T18:56:58.089Z | Compiling fs-err v3.1.1 |
| 2049 | 2025-08-18T18:56:58.163Z | Compiling crc32fast v1.4.2 |
| 2050 | 2025-08-18T18:56:58.552Z | Compiling zlib-rs v0.5.1 |
| 2051 | 2025-08-18T18:56:58.782Z | Compiling unicode-bidi v0.3.17 |
| 2052 | 2025-08-18T18:56:59.555Z | Compiling utf8parse v0.2.2 |
| 2053 | 2025-08-18T18:56:59.872Z | Compiling siphasher v0.3.11 |
| 2054 | 2025-08-18T18:56:59.925Z | Compiling anstyle v1.0.11 |
| 2055 | 2025-08-18T18:57:00.343Z | Compiling unicode-properties v0.1.3 |
| 2056 | 2025-08-18T18:57:00.372Z | Compiling iri-string v0.7.8 |
| 2057 | 2025-08-18T18:57:00.842Z | Compiling stringprep v0.1.5 |
| 2058 | 2025-08-18T18:57:00.888Z | Compiling phf_shared v0.11.2 |
| 2059 | 2025-08-18T18:57:01.001Z | Compiling anstyle-parse v0.2.5 |
| 2060 | 2025-08-18T18:57:03.451Z | Compiling hyper-tls v0.6.0 |
| 2061 | 2025-08-18T18:57:04.050Z | Compiling tower-http v0.6.6 |
| 2062 | 2025-08-18T18:57:04.138Z | Compiling libz-rs-sys v0.5.1 |
| 2063 | 2025-08-18T18:57:04.585Z | Compiling cookie_store v0.21.1 |
| 2064 | 2025-08-18T18:57:05.768Z | Compiling usdt-macro v0.5.0 |
| 2065 | 2025-08-18T18:57:06.666Z | Compiling usdt-attr-macro v0.5.0 |
| 2066 | 2025-08-18T18:57:07.060Z | Compiling rand_chacha v0.3.1 |
| 2067 | 2025-08-18T18:57:07.618Z | Compiling md-5 v0.10.6 |
| 2068 | 2025-08-18T18:57:08.000Z | Compiling num-integer v0.1.46 |
| 2069 | 2025-08-18T18:57:08.061Z | Compiling hash32 v0.2.1 |
| 2070 | 2025-08-18T18:57:08.527Z | Compiling ff v0.13.0 |
| 2071 | 2025-08-18T18:57:08.688Z | Compiling colorchoice v1.0.2 |
| 2072 | 2025-08-18T18:57:08.872Z | Compiling gimli v0.31.1 |
| 2073 | 2025-08-18T18:57:08.928Z | Compiling winnow v0.7.10 |
| 2074 | 2025-08-18T18:57:09.067Z | Compiling fallible-iterator v0.2.0 |
| 2075 | 2025-08-18T18:57:09.911Z | Compiling base16ct v0.2.0 |
| 2076 | 2025-08-18T18:57:09.945Z | Compiling is_terminal_polyfill v1.70.1 |
| 2077 | 2025-08-18T18:57:09.993Z | Compiling anstyle-query v1.1.1 |
| 2078 | 2025-08-18T18:57:10.229Z | Compiling anstream v0.6.18 |
| 2079 | 2025-08-18T18:57:10.256Z | Compiling sec1 v0.7.3 |
| 2080 | 2025-08-18T18:57:10.828Z | Compiling postgres-protocol v0.6.8 |
| 2081 | 2025-08-18T18:57:11.354Z | Compiling group v0.13.0 |
| 2082 | 2025-08-18T18:57:11.713Z | Compiling num-iter v0.1.45 |
| 2083 | 2025-08-18T18:57:11.952Z | Compiling rand v0.8.5 |
| 2084 | 2025-08-18T18:57:12.965Z | Compiling flate2 v1.1.2 |
| 2085 | 2025-08-18T18:57:13.429Z | Compiling addr2line v0.24.2 |
| 2086 | 2025-08-18T18:57:14.457Z | Compiling ipnetwork v0.21.1 |
| 2087 | 2025-08-18T18:57:15.259Z | Compiling hkdf v0.12.4 |
| 2088 | 2025-08-18T18:57:15.603Z | Compiling terminal_size v0.4.0 |
| 2089 | 2025-08-18T18:57:15.835Z | Compiling crypto-bigint v0.5.5 |
| 2090 | 2025-08-18T18:57:15.861Z | Compiling enum-as-inner v0.6.1 |
| 2091 | 2025-08-18T18:57:16.184Z | Compiling serde_repr v0.1.19 |
| 2092 | 2025-08-18T18:57:17.121Z | Compiling object v0.36.5 |
| 2093 | 2025-08-18T18:57:17.744Z | Compiling bitflags v1.3.2 |
| 2094 | 2025-08-18T18:57:18.120Z | Compiling rustc-demangle v0.1.24 |
| 2095 | 2025-08-18T18:57:18.376Z | Compiling winnow v0.5.40 |
| 2096 | 2025-08-18T18:57:18.973Z | Compiling lockfree-object-pool v0.1.6 |
| 2097 | 2025-08-18T18:57:19.375Z | Compiling bumpalo v3.16.0 |
| 2098 | 2025-08-18T18:57:19.470Z | Compiling clap_lex v0.7.4 |
| 2099 | 2025-08-18T18:57:19.873Z | Compiling rustls-webpki v0.102.8 |
| 2100 | 2025-08-18T18:57:21.687Z | Compiling managed v0.8.0 |
| 2101 | 2025-08-18T18:57:22.161Z | Compiling simd-adler32 v0.3.7 |
| 2102 | 2025-08-18T18:57:22.758Z | Compiling zopfli v0.8.1 |
| 2103 | 2025-08-18T18:57:24.185Z | Compiling backtrace v0.3.74 |
| 2104 | 2025-08-18T18:57:26.378Z | Compiling toml_edit v0.19.15 |
| 2105 | 2025-08-18T18:57:26.525Z | Compiling clap_builder v4.5.41 |
| 2106 | 2025-08-18T18:57:27.697Z | Compiling elliptic-curve v0.13.8 |
| 2107 | 2025-08-18T18:57:27.901Z | Compiling oxnet v0.1.3 |
| 2108 | 2025-08-18T18:57:28.504Z | Compiling tokio-rustls v0.26.0 |
| 2109 | 2025-08-18T18:57:28.942Z | Compiling hyper-rustls v0.27.7 |
| 2110 | 2025-08-18T18:57:33.332Z | Compiling zstd v0.13.3 |
| 2111 | 2025-08-18T18:57:33.369Z | Compiling signal-hook-mio v0.2.4 |
| 2112 | 2025-08-18T18:57:33.495Z | Compiling postgres-types v0.2.9 |
| 2113 | 2025-08-18T18:57:33.586Z | Compiling phf v0.11.2 |
| 2114 | 2025-08-18T18:57:33.953Z | Compiling strum v0.27.2 |
| 2115 | 2025-08-18T18:57:34.183Z | Compiling ed25519 v2.2.3 |
| 2116 | 2025-08-18T18:57:34.225Z | Compiling hubpack v0.1.2 |
| 2117 | 2025-08-18T18:57:34.621Z | Compiling bzip2 v0.5.2 |
| 2118 | 2025-08-18T18:57:34.678Z | Compiling bzip2 v0.4.4 |
| 2119 | 2025-08-18T18:57:34.830Z | Compiling pkcs1 v0.7.5 |
| 2120 | 2025-08-18T18:57:35.306Z | Compiling rfc6979 v0.4.0 |
| 2121 | 2025-08-18T18:57:35.533Z | Compiling float-cmp v0.10.0 |
| 2122 | 2025-08-18T18:57:35.602Z | Compiling serde-big-array v0.5.1 |
| 2123 | 2025-08-18T18:57:35.638Z | Compiling regress v0.10.4 |
| 2124 | 2025-08-18T18:57:35.851Z | Compiling bstr v1.10.0 |
| 2125 | 2025-08-18T18:57:35.910Z | Compiling memmap v0.7.0 |
| 2126 | 2025-08-18T18:57:36.292Z | Compiling socket2 v0.5.10 |
| 2127 | 2025-08-18T18:57:37.137Z | Compiling fixedbitset v0.4.2 |
| 2128 | 2025-08-18T18:57:37.204Z | Compiling difflib v0.4.0 |
| 2129 | 2025-08-18T18:57:37.608Z | Compiling predicates-core v1.0.8 |
| 2130 | 2025-08-18T18:57:37.903Z | Compiling static_assertions v1.1.0 |
| 2131 | 2025-08-18T18:57:38.260Z | Compiling fastrand v2.1.1 |
| 2132 | 2025-08-18T18:57:38.534Z | Compiling whoami v1.5.2 |
| 2133 | 2025-08-18T18:57:39.072Z | Compiling normalize-line-endings v0.3.0 |
| 2134 | 2025-08-18T18:57:39.237Z | Compiling unicode-width v0.2.0 |
| 2135 | 2025-08-18T18:57:39.970Z | Compiling unicode-segmentation v1.12.0 |
| 2136 | 2025-08-18T18:57:40.837Z | Compiling data-encoding v2.9.0 |
| 2137 | 2025-08-18T18:57:42.229Z | Compiling precomputed-hash v0.1.1 |
| 2138 | 2025-08-18T18:57:42.961Z | Compiling new_debug_unreachable v1.0.6 |
| 2139 | 2025-08-18T18:57:43.176Z | Compiling toml_write v0.1.2 |
| 2140 | 2025-08-18T18:57:43.631Z | Compiling string_cache v0.8.9 |
| 2141 | 2025-08-18T18:57:44.287Z | Compiling toml_edit v0.22.27 |
| 2142 | 2025-08-18T18:57:44.433Z | Compiling hickory-proto v0.25.2 |
| 2143 | 2025-08-18T18:57:45.806Z | Compiling similar v2.7.0 |
| 2144 | 2025-08-18T18:57:47.724Z | Compiling console v0.15.10 |
| 2145 | 2025-08-18T18:57:50.841Z | Compiling reqwest v0.12.22 |
| 2146 | 2025-08-18T18:57:55.321Z | Compiling typify-impl v0.3.0 |
| 2147 | 2025-08-18T18:57:56.104Z | Compiling predicates v3.1.3 |
| 2148 | 2025-08-18T18:57:57.755Z | Compiling tokio-postgres v0.7.13 |
| 2149 | 2025-08-18T18:58:00.883Z | Compiling tempfile v3.20.0 |
| 2150 | 2025-08-18T18:58:02.711Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2151 | 2025-08-18T18:58:03.491Z | Compiling petgraph v0.6.5 |
| 2152 | 2025-08-18T18:58:04.539Z | Compiling usdt v0.5.0 |
| 2153 | 2025-08-18T18:58:05.092Z | Compiling ecdsa v0.16.9 |
| 2154 | 2025-08-18T18:58:05.988Z | Compiling rsa v0.9.6 |
| 2155 | 2025-08-18T18:58:08.134Z | Compiling ed25519-dalek v2.1.1 |
| 2156 | 2025-08-18T18:58:08.263Z | Compiling zip v0.6.6 |
| 2157 | 2025-08-18T18:58:08.667Z | Compiling zip v4.2.0 |
| 2158 | 2025-08-18T18:58:10.109Z | Compiling crossterm v0.28.1 |
| 2159 | 2025-08-18T18:58:10.777Z | Compiling daft v0.1.4 |
| 2160 | 2025-08-18T18:58:10.889Z | Compiling crossbeam-epoch v0.9.18 |
| 2161 | 2025-08-18T18:58:11.284Z | Compiling clap v4.5.41 |
| 2162 | 2025-08-18T18:58:11.437Z | Compiling toml v0.7.8 |
| 2163 | 2025-08-18T18:58:11.524Z | Compiling strum v0.26.3 |
| 2164 | 2025-08-18T18:58:12.281Z | Compiling tokio-stream v0.1.17 |
| 2165 | 2025-08-18T18:58:12.669Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2166 | 2025-08-18T18:58:12.734Z | Compiling x509-cert v0.2.5 |
| 2167 | 2025-08-18T18:58:13.098Z | Compiling sha1 v0.10.6 |
| 2168 | 2025-08-18T18:58:13.231Z | Compiling hex v0.4.3 |
| 2169 | 2025-08-18T18:58:13.491Z | Compiling structmeta-derive v0.3.0 |
| 2170 | 2025-08-18T18:58:13.518Z | Compiling itertools v0.13.0 |
| 2171 | 2025-08-18T18:58:13.866Z | Compiling itertools v0.10.5 |
| 2172 | 2025-08-18T18:58:14.050Z | Compiling winnow v0.6.26 |
| 2173 | 2025-08-18T18:58:16.353Z | Compiling peg-runtime v0.8.5 |
| 2174 | 2025-08-18T18:58:16.463Z | Compiling lalrpop-util v0.19.12 |
| 2175 | 2025-08-18T18:58:16.612Z | Compiling camino v1.1.11 |
| 2176 | 2025-08-18T18:58:16.740Z | Compiling unicode-xid v0.2.6 |
| 2177 | 2025-08-18T18:58:16.842Z | Compiling rustc-hash v2.1.1 |
| 2178 | 2025-08-18T18:58:17.244Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2179 | 2025-08-18T18:58:17.933Z | Compiling structmeta v0.3.0 |
| 2180 | 2025-08-18T18:58:22.213Z | Compiling typify-macro v0.3.0 |
| 2181 | 2025-08-18T18:58:29.004Z | Compiling radium v0.7.0 |
| 2182 | 2025-08-18T18:58:36.982Z | Compiling is-terminal v0.4.13 |
| 2183 | 2025-08-18T18:58:37.659Z | Compiling maybe-uninit v2.0.0 |
| 2184 | 2025-08-18T18:58:37.925Z | Compiling tap v1.0.1 |
| 2185 | 2025-08-18T18:58:38.141Z | Compiling wyz v0.5.1 |
| 2186 | 2025-08-18T18:58:42.196Z | Compiling futures-executor v0.3.31 |
| 2187 | 2025-08-18T18:58:42.389Z | Compiling zerocopy-derive v0.6.6 |
| 2188 | 2025-08-18T18:58:42.941Z | Compiling wait-timeout v0.2.0 |
| 2189 | 2025-08-18T18:58:43.132Z | Compiling quick-error v1.2.3 |
| 2190 | 2025-08-18T18:58:43.330Z | Compiling funty v2.0.0 |
| 2191 | 2025-08-18T18:58:43.374Z | Compiling ident_case v1.0.1 |
| 2192 | 2025-08-18T18:58:43.882Z | Compiling typeid v1.0.3 |
| 2193 | 2025-08-18T18:58:44.376Z | Compiling packed_struct v0.10.1 |
| 2194 | 2025-08-18T18:58:44.636Z | Compiling bit-vec v0.8.0 |
| 2195 | 2025-08-18T18:58:45.292Z | Compiling bit-set v0.8.0 |
| 2196 | 2025-08-18T18:58:45.741Z | Compiling bitvec v1.0.1 |
| 2197 | 2025-08-18T18:58:46.105Z | Compiling zerocopy v0.6.6 |
| 2198 | 2025-08-18T18:58:46.148Z | Compiling darling_core v0.20.10 |
| 2199 | 2025-08-18T18:58:46.993Z | Compiling rusty-fork v0.3.0 |
| 2200 | 2025-08-18T18:58:47.563Z | Compiling futures v0.3.31 |
| 2201 | 2025-08-18T18:58:50.106Z | Compiling typify v0.3.0 |
| 2202 | 2025-08-18T18:58:50.305Z | Compiling derive-ex v0.1.8 |
| 2203 | 2025-08-18T18:58:53.008Z | Compiling rand_xorshift v0.4.0 |
| 2204 | 2025-08-18T18:58:53.129Z | Compiling packed_struct_codegen v0.10.1 |
| 2205 | 2025-08-18T18:58:53.636Z | Compiling dirs-sys-next v0.1.2 |
| 2206 | 2025-08-18T18:58:53.888Z | Compiling indexmap v1.9.3 |
| 2207 | 2025-08-18T18:58:54.049Z | Compiling unarray v0.1.4 |
| 2208 | 2025-08-18T18:58:54.273Z | Compiling unsafe-libyaml v0.2.11 |
| 2209 | 2025-08-18T18:58:54.488Z | Compiling rustls v0.22.4 |
| 2210 | 2025-08-18T18:58:54.654Z | Compiling nodrop v0.1.14 |
| 2211 | 2025-08-18T18:58:55.236Z | Compiling crc-catalog v2.4.0 |
| 2212 | 2025-08-18T18:59:00.511Z | Compiling serde_yaml v0.9.34+deprecated |
| 2213 | 2025-08-18T18:59:00.759Z | Compiling crc v3.2.1 |
| 2214 | 2025-08-18T18:59:03.373Z | Compiling array-init v0.0.4 |
| 2215 | 2025-08-18T18:59:04.515Z | Compiling proptest v1.7.0 |
| 2216 | 2025-08-18T18:59:04.638Z | Compiling test-strategy v0.4.3 |
| 2217 | 2025-08-18T18:59:04.778Z | Compiling dirs-next v2.0.0 |
| 2218 | 2025-08-18T18:59:07.760Z | Compiling darling_macro v0.20.10 |
| 2219 | 2025-08-18T18:59:07.947Z | Compiling progenitor-impl v0.9.1 |
| 2220 | 2025-08-18T18:59:07.974Z | Compiling smallvec v0.6.14 |
| 2221 | 2025-08-18T18:59:09.800Z | Compiling toml v0.8.23 |
| 2222 | 2025-08-18T18:59:11.839Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2223 | 2025-08-18T18:59:12.064Z | Compiling xattr v1.3.1 |
| 2224 | 2025-08-18T18:59:12.870Z | Compiling pin-project-internal v1.1.6 |
| 2225 | 2025-08-18T18:59:13.543Z | Compiling thread_local v1.1.8 |
| 2226 | 2025-08-18T18:59:14.295Z | Compiling filetime v0.2.25 |
| 2227 | 2025-08-18T18:59:14.687Z | Compiling multer v3.1.0 |
| 2228 | 2025-08-18T18:59:15.037Z | Compiling termcolor v1.4.1 |
| 2229 | 2025-08-18T18:59:15.262Z | Compiling match_cfg v0.1.0 |
| 2230 | 2025-08-18T18:59:15.402Z | Compiling base64 v0.21.7 |
| 2231 | 2025-08-18T18:59:15.508Z | Compiling bitfield v0.14.0 |
| 2232 | 2025-08-18T18:59:15.836Z | Compiling same-file v1.0.6 |
| 2233 | 2025-08-18T18:59:16.050Z | Compiling ref-cast v1.0.24 |
| 2234 | 2025-08-18T18:59:16.555Z | Compiling slog-async v2.8.0 |
| 2235 | 2025-08-18T18:59:16.558Z | Compiling rayon-core v1.12.1 |
| 2236 | 2025-08-18T18:59:16.606Z | Compiling hashbrown v0.12.3 |
| 2237 | 2025-08-18T18:59:17.060Z | Compiling walkdir v2.5.0 |
| 2238 | 2025-08-18T18:59:17.317Z | Compiling ron v0.8.1 |
| 2239 | 2025-08-18T18:59:17.851Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2240 | 2025-08-18T18:59:17.911Z | Compiling env_logger v0.10.2 |
| 2241 | 2025-08-18T18:59:18.626Z | Compiling hostname v0.3.1 |
| 2242 | 2025-08-18T18:59:18.865Z | Compiling pin-project v1.1.6 |
| 2243 | 2025-08-18T18:59:19.021Z | Compiling tar v0.4.44 |
| 2244 | 2025-08-18T18:59:19.047Z | Compiling progenitor-macro v0.9.1 |
| 2245 | 2025-08-18T18:59:20.951Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#570f7cbd) |
| 2246 | 2025-08-18T18:59:23.034Z | Compiling erased-serde v0.4.6 |
| 2247 | 2025-08-18T18:59:23.446Z | Compiling darling v0.20.10 |
| 2248 | 2025-08-18T18:59:23.604Z | Compiling serde-hex v0.1.0 |
| 2249 | 2025-08-18T18:59:24.551Z | Compiling term v0.7.0 |
| 2250 | 2025-08-18T18:59:28.754Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2251 | 2025-08-18T18:59:28.916Z | Compiling hashbrown v0.13.2 |
| 2252 | 2025-08-18T18:59:29.151Z | Compiling progenitor-client v0.9.1 |
| 2253 | 2025-08-18T18:59:30.089Z | Compiling toml_parser v1.0.2 |
| 2254 | 2025-08-18T18:59:30.117Z | Compiling crossbeam-channel v0.5.15 |
| 2255 | 2025-08-18T18:59:30.141Z | Compiling slog-json v2.6.1 |
| 2256 | 2025-08-18T18:59:30.590Z | Compiling serde_spanned v1.0.0 |
| 2257 | 2025-08-18T18:59:30.907Z | Compiling serde_path_to_error v0.1.17 |
| 2258 | 2025-08-18T18:59:31.421Z | Compiling toml_datetime v0.7.0 |
| 2259 | 2025-08-18T18:59:31.612Z | Compiling async-stream-impl v0.3.6 |
| 2260 | 2025-08-18T18:59:31.925Z | Compiling snafu-derive v0.8.5 |
| 2261 | 2025-08-18T18:59:32.319Z | Compiling ref-cast-impl v1.0.24 |
| 2262 | 2025-08-18T18:59:32.789Z | Compiling ordered-float v2.10.1 |
| 2263 | 2025-08-18T18:59:33.292Z | Compiling fs-err v2.11.0 |
| 2264 | 2025-08-18T18:59:33.393Z | Compiling dropshot v0.16.3 |
| 2265 | 2025-08-18T18:59:33.421Z | Compiling debug-ignore v1.0.5 |
| 2266 | 2025-08-18T18:59:33.621Z | Compiling crc-any v2.5.0 |
| 2267 | 2025-08-18T18:59:33.658Z | Compiling toml_writer v1.0.2 |
| 2268 | 2025-08-18T18:59:33.756Z | Compiling take_mut v0.2.2 |
| 2269 | 2025-08-18T18:59:34.221Z | Compiling toml v0.9.5 |
| 2270 | 2025-08-18T18:59:34.502Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2271 | 2025-08-18T18:59:36.025Z | Compiling snafu v0.8.5 |
| 2272 | 2025-08-18T18:59:37.024Z | Compiling serde-value v0.7.0 |
| 2273 | 2025-08-18T18:59:37.224Z | Compiling async-stream v0.3.6 |
| 2274 | 2025-08-18T18:59:37.584Z | Compiling slog-bunyan v2.5.0 |
| 2275 | 2025-08-18T18:59:37.907Z | Compiling progenitor v0.9.1 |
| 2276 | 2025-08-18T18:59:38.164Z | Compiling object v0.30.4 |
| 2277 | 2025-08-18T18:59:38.594Z | Compiling tokio-rustls v0.25.0 |
| 2278 | 2025-08-18T18:59:39.213Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2279 | 2025-08-18T18:59:40.700Z | Compiling slog-term v2.9.1 |
| 2280 | 2025-08-18T18:59:43.211Z | Compiling serde-untagged v0.1.7 |
| 2281 | 2025-08-18T18:59:43.558Z | Compiling serde_with_macros v3.14.0 |
| 2282 | 2025-08-18T18:59:44.801Z | Compiling camino-tempfile v1.4.1 |
| 2283 | 2025-08-18T18:59:45.578Z | Compiling globset v0.4.15 |
| 2284 | 2025-08-18T18:59:45.875Z | Compiling crossbeam-deque v0.8.5 |
| 2285 | 2025-08-18T18:59:46.316Z | Compiling parse-display-derive v0.10.0 |
| 2286 | 2025-08-18T18:59:46.505Z | Compiling olpc-cjson v0.1.4 |
| 2287 | 2025-08-18T18:59:46.850Z | Compiling waitgroup v0.1.2 |
| 2288 | 2025-08-18T18:59:47.134Z | Compiling pem v3.0.5 |
| 2289 | 2025-08-18T18:59:48.370Z | Compiling rustls-pemfile v2.2.0 |
| 2290 | 2025-08-18T18:59:48.532Z | Compiling dropshot_endpoint v0.16.3 |
| 2291 | 2025-08-18T18:59:48.874Z | Compiling serde_plain v1.0.2 |
| 2292 | 2025-08-18T18:59:49.447Z | Compiling async-recursion v1.1.1 |
| 2293 | 2025-08-18T18:59:49.748Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2294 | 2025-08-18T18:59:50.053Z | Compiling derive-where v1.5.0 |
| 2295 | 2025-08-18T18:59:50.251Z | Compiling blake3 v1.5.4 |
| 2296 | 2025-08-18T18:59:50.501Z | Compiling hostname v0.4.0 |
| 2297 | 2025-08-18T18:59:50.777Z | Compiling instant v0.1.13 |
| 2298 | 2025-08-18T18:59:50.802Z | Compiling typed-path v0.9.3 |
| 2299 | 2025-08-18T18:59:50.912Z | Compiling path-slash v0.1.5 |
| 2300 | 2025-08-18T18:59:50.985Z | Compiling backoff v0.4.0 |
| 2301 | 2025-08-18T18:59:51.177Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 2302 | 2025-08-18T18:59:51.455Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2303 | 2025-08-18T18:59:51.699Z | Compiling parse-display v0.10.0 |
| 2304 | 2025-08-18T18:59:52.660Z | Compiling serde_with v3.14.0 |
| 2305 | 2025-08-18T18:59:52.822Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2306 | 2025-08-18T18:59:53.217Z | Compiling cargo-util-schemas v0.8.2 |
| 2307 | 2025-08-18T18:59:53.572Z | Compiling tough v0.20.0 |
| 2308 | 2025-08-18T18:59:55.335Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2309 | 2025-08-18T18:59:56.103Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 2310 | 2025-08-18T18:59:56.162Z | Compiling iddqd v0.3.9 |
| 2311 | 2025-08-18T18:59:58.349Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#570f7cbd) |
| 2312 | 2025-08-18T18:59:58.712Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2313 | 2025-08-18T18:59:58.920Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2314 | 2025-08-18T18:59:59.933Z | Compiling progenitor-client v0.10.0 |
| 2315 | 2025-08-18T18:59:59.966Z | Compiling macaddr v1.0.1 |
| 2316 | 2025-08-18T19:00:00.538Z | Compiling cargo-platform v0.2.0 |
| 2317 | 2025-08-18T19:00:00.600Z | Compiling memmap2 v0.9.5 |
| 2318 | 2025-08-18T19:00:00.890Z | Compiling arrayvec v0.7.6 |
| 2319 | 2025-08-18T19:00:01.167Z | Compiling indent_write v2.2.0 |
| 2320 | 2025-08-18T19:00:01.388Z | Compiling arrayref v0.3.9 |
| 2321 | 2025-08-18T19:00:01.450Z | Compiling constant_time_eq v0.3.1 |
| 2322 | 2025-08-18T19:00:01.522Z | Compiling parse-size v1.1.0 |
| 2323 | 2025-08-18T19:00:01.747Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#570f7cbd) |
| 2324 | 2025-08-18T19:00:01.875Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2325 | 2025-08-18T19:00:04.050Z | Compiling cargo_metadata v0.21.0 |
| 2326 | 2025-08-18T19:00:05.814Z | Compiling topological-sort v0.2.2 |
| 2327 | 2025-08-18T19:00:06.098Z | Compiling display-error-chain v0.2.2 |
| 2328 | 2025-08-18T19:00:06.207Z | Compiling omicron-zone-package v0.12.2 |
| 2329 | 2025-08-18T19:00:06.364Z | Compiling shell-words v1.1.0 |
| 2330 | 2025-08-18T19:00:06.929Z | Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2331 | 2025-08-18T19:00:16.265Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2332 | 2025-08-18T19:00:29.174Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2333 | 2025-08-18T19:00:47.092Z | Finished `release` profile [optimized] target(s) in 5m 57s |
| 2334 | 2025-08-18T19:00:47.282Z | Running `target/release/omicron-releng --output-dir /work --mkincorp` |
| 2335 | 2025-08-18T19:00:47.340Z | Aug 18 19:00:47.161 DEBG changing working directory to /work/oxidecomputer/omicron |
| 2336 | 2025-08-18T19:00:47.465Z | Aug 18 19:00:47.287 DEBG running: git rev-parse HEAD |
| 2337 | 2025-08-18T19:00:47.469Z | Aug 18 19:00:47.290 DEBG process exited with exit status: 0 (3.218259ms) |
| 2338 | 2025-08-18T19:00:47.469Z | Aug 18 19:00:47.290 INFO version: 16.0.0-0.ci+git33b001744b0 |
| 2339 | 2025-08-18T19:00:47.508Z | Aug 18 19:00:47.329 INFO cloning helios to /work/oxidecomputer/helios |
| 2340 | 2025-08-18T19:00:47.508Z | Aug 18 19:00:47.329 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
| 2341 | 2025-08-18T19:00:47.511Z | Cloning into '/work/oxidecomputer/helios'... |
| 2342 | 2025-08-18T19:00:48.012Z | Aug 18 19:00:47.834 DEBG process exited with exit status: 0 (504.1794ms) |
| 2343 | 2025-08-18T19:00:48.012Z | Aug 18 19:00:47.834 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit} |
| 2344 | 2025-08-18T19:00:48.015Z | Aug 18 19:00:47.837 DEBG process exited with exit status: 0 (3.000234ms) |
| 2345 | 2025-08-18T19:00:48.015Z | Aug 18 19:00:47.837 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
| 2346 | 2025-08-18T19:00:49.166Z | Aug 18 19:00:48.989 DEBG process exited with exit status: 0 (1.152635419s) |
| 2347 | 2025-08-18T19:00:49.170Z | Aug 18 19:00:48.990 DEBG running: zfs list rpool/images/build/host |
| 2348 | 2025-08-18T19:00:49.173Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2349 | 2025-08-18T19:00:49.173Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
| 2350 | 2025-08-18T19:00:49.177Z | Aug 18 19:00:48.997 DEBG process exited with exit status: 0 (8.274826ms) |
| 2351 | 2025-08-18T19:00:49.177Z | Aug 18 19:00:48.998 DEBG running: zfs list rpool/images/build/recovery |
| 2352 | 2025-08-18T19:00:49.180Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2353 | 2025-08-18T19:00:49.180Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
| 2354 | 2025-08-18T19:00:49.184Z | Aug 18 19:00:49.005 DEBG process exited with exit status: 0 (7.192004ms) |
| 2355 | 2025-08-18T19:00:49.184Z | Aug 18 19:00:49.006 INFO [incorp-manifest] running task |
| 2356 | 2025-08-18T19:00:49.184Z | Aug 18 19:00:49.006 INFO [hubris-staging] running task |
| 2357 | 2025-08-18T19:00:49.184Z | Aug 18 19:00:49.006 INFO [hubris-production] running task |
| 2358 | 2025-08-18T19:00:49.184Z | Aug 18 19:00:49.006 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*' |
| 2359 | 2025-08-18T19:00:49.184Z | Aug 18 19:00:49.006 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
| 2360 | 2025-08-18T19:00:49.184Z | Aug 18 19:00:49.007 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
| 2361 | 2025-08-18T19:00:49.187Z | Aug 18 19:00:49.008 INFO [incorp-create] running: pkgrepo create /work/incorporation |
| 2362 | 2025-08-18T19:00:49.288Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
| 2363 | 2025-08-18T19:00:49.572Z | Aug 18 19:00:49.392 INFO [incorp-create] process exited with exit status: 0 (384.565949ms) |
| 2364 | 2025-08-18T19:00:49.577Z | Aug 18 19:00:49.393 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev |
| 2365 | 2025-08-18T19:00:49.850Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2366 | 2025-08-18T19:00:49.898Z | Aug 18 19:00:49.723 INFO [incorp-publisher] process exited with exit status: 0 (329.877206ms) |
| 2367 | 2025-08-18T19:00:50.295Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2368 | 2025-08-18T19:00:51.464Z | Aug 18 19:00:51.289 INFO [hubris-production] task succeeded (2.283432145s) |
| 2369 | 2025-08-18T19:00:52.885Z | [ omicron-package] Compiling ring v0.17.14 |
| 2370 | 2025-08-18T19:00:52.885Z | [ omicron-package] Compiling darling_core v0.21.0 |
| 2371 | 2025-08-18T19:00:52.885Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
| 2372 | 2025-08-18T19:00:52.885Z | [ omicron-package] Compiling itertools v0.14.0 |
| 2373 | 2025-08-18T19:00:52.888Z | [ omicron-package] Compiling heapless v0.8.0 |
| 2374 | 2025-08-18T19:00:52.888Z | [ omicron-package] Compiling hash32 v0.3.1 |
| 2375 | 2025-08-18T19:00:52.888Z | [ omicron-package] Compiling smoltcp v0.11.0 |
| 2376 | 2025-08-18T19:00:53.988Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2377 | 2025-08-18T19:00:55.082Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
| 2378 | 2025-08-18T19:00:55.129Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
| 2379 | 2025-08-18T19:00:55.741Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2380 | 2025-08-18T19:00:56.191Z | [ omicron-package] Compiling cobs v0.2.3 |
| 2381 | 2025-08-18T19:00:56.672Z | [ omicron-package] Compiling postcard v1.0.10 |
| 2382 | 2025-08-18T19:00:57.778Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2383 | 2025-08-18T19:00:58.337Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
| 2384 | 2025-08-18T19:00:59.328Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2385 | 2025-08-18T19:00:59.682Z | [ omicron-package] Compiling rustls v0.23.19 |
| 2386 | 2025-08-18T19:00:59.857Z | [ omicron-package] Compiling num_enum v0.5.11 |
| 2387 | 2025-08-18T19:00:59.931Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
| 2388 | 2025-08-18T19:01:00.087Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
| 2389 | 2025-08-18T19:01:00.323Z | [ omicron-package] Compiling unicode-width v0.1.14 |
| 2390 | 2025-08-18T19:01:01.787Z | [ omicron-package] Compiling tabwriter v1.4.0 |
| 2391 | 2025-08-18T19:01:02.339Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2392 | 2025-08-18T19:01:02.669Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
| 2393 | 2025-08-18T19:01:02.849Z | [ omicron-package] Compiling foreign-types v0.5.0 |
| 2394 | 2025-08-18T19:01:03.304Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2395 | 2025-08-18T19:01:03.437Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
| 2396 | 2025-08-18T19:01:03.563Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2397 | 2025-08-18T19:01:03.700Z | [ omicron-package] Compiling darling_macro v0.21.0 |
| 2398 | 2025-08-18T19:01:04.057Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
| 2399 | 2025-08-18T19:01:04.318Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2400 | 2025-08-18T19:01:04.971Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2401 | 2025-08-18T19:01:05.041Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2402 | 2025-08-18T19:01:05.264Z | [ omicron-package] Compiling rustls-webpki v0.102.8 |
| 2403 | 2025-08-18T19:01:05.686Z | [ omicron-package] Compiling rayon v1.10.0 |
| 2404 | 2025-08-18T19:01:05.853Z | [ omicron-package] Compiling darling v0.21.0 |
| 2405 | 2025-08-18T19:01:06.075Z | [ omicron-package] Compiling ingot-macros v0.1.1 |
| 2406 | 2025-08-18T19:01:06.542Z | [ omicron-package] Compiling colored v2.2.0 |
| 2407 | 2025-08-18T19:01:06.656Z | [ omicron-package] Compiling heck v0.4.1 |
| 2408 | 2025-08-18T19:01:07.091Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2409 | 2025-08-18T19:01:08.132Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
| 2410 | 2025-08-18T19:01:08.487Z | [ omicron-package] Compiling sigpipe v0.1.3 |
| 2411 | 2025-08-18T19:01:08.840Z | [ omicron-package] Compiling num-derive v0.4.2 |
| 2412 | 2025-08-18T19:01:10.178Z | [ omicron-package] Compiling jiff v0.2.15 |
| 2413 | 2025-08-18T19:01:11.227Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2414 | 2025-08-18T19:01:11.784Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
| 2415 | 2025-08-18T19:01:12.090Z | [ omicron-package] Compiling glob v0.3.2 |
| 2416 | 2025-08-18T19:01:12.417Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2417 | 2025-08-18T19:01:14.464Z | [ omicron-package] Compiling rustls v0.22.4 |
| 2418 | 2025-08-18T19:01:14.641Z | [ omicron-package] Compiling zone v0.3.1 |
| 2419 | 2025-08-18T19:01:14.729Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2420 | 2025-08-18T19:01:15.712Z | [ omicron-package] Compiling ingot-types v0.1.2 |
| 2421 | 2025-08-18T19:01:16.071Z | [ omicron-package] Compiling smf v0.2.3 |
| 2422 | 2025-08-18T19:01:17.136Z | [ omicron-package] Compiling ingot v0.1.1 |
| 2423 | 2025-08-18T19:01:19.747Z | [ omicron-package] Compiling tokio-rustls v0.26.0 |
| 2424 | 2025-08-18T19:01:20.021Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2425 | 2025-08-18T19:01:20.331Z | [ omicron-package] Compiling hyper-rustls v0.27.7 |
| 2426 | 2025-08-18T19:01:21.368Z | [ omicron-package] Compiling reqwest v0.12.22 |
| 2427 | 2025-08-18T19:01:24.220Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2428 | 2025-08-18T19:01:25.041Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
| 2429 | 2025-08-18T19:01:26.521Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2430 | 2025-08-18T19:01:26.794Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2431 | 2025-08-18T19:01:27.040Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2432 | 2025-08-18T19:01:28.076Z | Aug 18 19:01:27.950 INFO [hubris-staging] task succeeded (38.943967218s) |
| 2433 | 2025-08-18T19:01:28.349Z | [ omicron-package] Compiling tokio-rustls v0.25.0 |
| 2434 | 2025-08-18T19:01:28.929Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2435 | 2025-08-18T19:01:29.138Z | [ omicron-package] Compiling dropshot v0.16.3 |
| 2436 | 2025-08-18T19:01:30.083Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2437 | 2025-08-18T19:01:30.400Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2438 | 2025-08-18T19:01:31.168Z | [ omicron-package] Compiling console v0.16.0 |
| 2439 | 2025-08-18T19:01:31.396Z | [ omicron-package] Compiling tokio-dtrace v0.1.0 |
| 2440 | 2025-08-18T19:01:32.165Z | [ omicron-package] Compiling gethostname v0.5.0 |
| 2441 | 2025-08-18T19:01:34.168Z | [ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing |
| 2442 | 2025-08-18T19:01:34.168Z | [ helios-setup] --> src/main.rs:79:10 |
| 2443 | 2025-08-18T19:01:34.173Z | [ helios-setup] | |
| 2444 | 2025-08-18T19:01:34.173Z | [ helios-setup] 79 | fn pc(s: &str) -> Component { |
| 2445 | 2025-08-18T19:01:34.173Z | [ helios-setup] | ^^^^ --------- the same lifetime is hidden here |
| 2446 | 2025-08-18T19:01:34.173Z | [ helios-setup] | | |
| 2447 | 2025-08-18T19:01:34.173Z | [ helios-setup] | the lifetime is elided here |
| 2448 | 2025-08-18T19:01:34.173Z | [ helios-setup] | |
| 2449 | 2025-08-18T19:01:34.173Z | [ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing |
| 2450 | 2025-08-18T19:01:34.173Z | [ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default |
| 2451 | 2025-08-18T19:01:34.173Z | [ helios-setup] help: use `'_` for type paths |
| 2452 | 2025-08-18T19:01:34.173Z | [ helios-setup] | |
| 2453 | 2025-08-18T19:01:34.173Z | [ helios-setup] 79 | fn pc(s: &str) -> Component<'_> { |
| 2454 | 2025-08-18T19:01:34.173Z | [ helios-setup] | ++++ |
| 2455 | 2025-08-18T19:01:34.173Z | [ helios-setup] |
| 2456 | 2025-08-18T19:01:34.347Z | [ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2457 | 2025-08-18T19:01:34.967Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2458 | 2025-08-18T19:01:35.456Z | [ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2459 | 2025-08-18T19:01:35.752Z | [ omicron-package] Compiling unit-prefix v0.5.1 |
| 2460 | 2025-08-18T19:01:36.088Z | [ omicron-package] Compiling fixedbitset v0.5.7 |
| 2461 | 2025-08-18T19:01:36.384Z | [ omicron-package] Compiling indicatif v0.18.0 |
| 2462 | 2025-08-18T19:01:37.495Z | [ omicron-package] Compiling petgraph v0.8.2 |
| 2463 | 2025-08-18T19:01:42.478Z | [ omicron-package] Compiling progenitor-client v0.9.1 |
| 2464 | 2025-08-18T19:01:42.552Z | [ helios-setup] Aug 18 19:01:42.443 INFO helios repository root is: /work/oxidecomputer/helios |
| 2465 | 2025-08-18T19:01:42.555Z | [ helios-setup] Aug 18 19:01:42.446 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 |
| 2466 | 2025-08-18T19:01:42.555Z | [ helios-setup] Aug 18 19:01:42.446 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
| 2467 | 2025-08-18T19:01:42.558Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
| 2468 | 2025-08-18T19:01:43.615Z | Aug 18 19:01:43.508 DEBG process exited with exit status: 0 (54.502159355s) |
| 2469 | 2025-08-18T19:01:43.620Z | Aug 18 19:01:43.510 INFO [incorp-manifest] task succeeded (54.504704446s) |
| 2470 | 2025-08-18T19:01:43.620Z | Aug 18 19:01:43.510 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m |
| 2471 | 2025-08-18T19:01:43.756Z | [ omicron-package] Compiling progenitor v0.9.1 |
| 2472 | 2025-08-18T19:01:43.862Z | [ helios-setup] Aug 18 19:01:43.755 INFO clone ok!, project: pilot |
| 2473 | 2025-08-18T19:01:43.866Z | [ helios-setup] Aug 18 19:01:43.756 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 |
| 2474 | 2025-08-18T19:01:43.866Z | [ helios-setup] Aug 18 19:01:43.756 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
| 2475 | 2025-08-18T19:01:43.866Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
| 2476 | 2025-08-18T19:01:44.039Z | Aug 18 19:01:43.932 INFO [incorp-fmt] process exited with exit status: 0 (421.981325ms) |
| 2477 | 2025-08-18T19:01:44.043Z | Aug 18 19:01:43.933 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m |
| 2478 | 2025-08-18T19:01:44.175Z | [ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 2479 | 2025-08-18T19:01:44.206Z | [ omicron-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2480 | 2025-08-18T19:01:44.619Z | [ helios-setup] Aug 18 19:01:44.512 INFO clone ok!, project: bootserver |
| 2481 | 2025-08-18T19:01:44.622Z | [ helios-setup] Aug 18 19:01:44.513 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 |
| 2482 | 2025-08-18T19:01:44.622Z | [ helios-setup] Aug 18 19:01:44.513 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
| 2483 | 2025-08-18T19:01:44.622Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
| 2484 | 2025-08-18T19:01:44.783Z | [ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@16.0.0.0,5.11:20250818T190144Z |
| 2485 | 2025-08-18T19:01:44.783Z | [ incorp-pkgsend] PUBLISHED |
| 2486 | 2025-08-18T19:01:44.838Z | [ omicron-package] Compiling progenitor-client v0.10.0 |
| 2487 | 2025-08-18T19:01:44.851Z | Aug 18 19:01:44.745 INFO [incorp-pkgsend] process exited with exit status: 0 (812.685682ms) |
| 2488 | 2025-08-18T19:01:44.854Z | Aug 18 19:01:44.746 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*' |
| 2489 | 2025-08-18T19:01:45.120Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2490 | 2025-08-18T19:01:45.299Z | [ helios-incorp] Retrieving packages for publisher helios-dev ... |
| 2491 | 2025-08-18T19:01:45.309Z | [ helios-incorp] Retrieving catalog 'helios-dev' ... Done |
| 2492 | 2025-08-18T19:01:45.367Z | [ helios-setup] Aug 18 19:01:45.263 INFO clone ok!, project: pinprick |
| 2493 | 2025-08-18T19:01:45.370Z | [ helios-setup] Aug 18 19:01:45.263 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
| 2494 | 2025-08-18T19:01:45.370Z | [ helios-setup] Aug 18 19:01:45.263 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 |
| 2495 | 2025-08-18T19:01:45.370Z | [ helios-setup] Aug 18 19:01:45.263 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
| 2496 | 2025-08-18T19:01:45.374Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
| 2497 | 2025-08-18T19:01:45.457Z | [ helios-incorp] Retrieving and evaluating 1 package(s)... |
| 2498 | 2025-08-18T19:01:45.457Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2499 | 2025-08-18T19:01:45.460Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2500 | 2025-08-18T19:01:45.470Z | [ helios-incorp] |
| 2501 | 2025-08-18T19:01:45.470Z | [ helios-incorp] Archiving packages ... |
| 2502 | 2025-08-18T19:01:45.473Z | [ helios-incorp] Packages to add: 1 |
| 2503 | 2025-08-18T19:01:45.473Z | [ helios-incorp] Files to retrieve: 0 |
| 2504 | 2025-08-18T19:01:45.473Z | [ helios-incorp] Estimated transfer size: 0.00 B |
| 2505 | 2025-08-18T19:01:45.473Z | [ helios-incorp] |
| 2506 | 2025-08-18T19:01:45.473Z | [ helios-incorp] Packages to archive: |
| 2507 | 2025-08-18T19:01:45.473Z | [ helios-incorp] consolidation/oxide/omicron-release-incorporation@16.0.0.0,5.11:20250818T190144Z |
| 2508 | 2025-08-18T19:01:45.473Z | [ helios-incorp] |
| 2509 | 2025-08-18T19:01:45.473Z | [ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete |
| 2510 | 2025-08-18T19:01:45.473Z | [ helios-incorp] Archiving: Completed 106.69 kB in 0.00 seconds |
| 2511 | 2025-08-18T19:01:45.579Z | Aug 18 19:01:45.475 INFO [helios-incorp] process exited with exit status: 0 (729.130086ms) |
| 2512 | 2025-08-18T19:01:45.861Z | [ omicron-package] Compiling omicron-zone-package v0.12.2 |
| 2513 | 2025-08-18T19:01:45.918Z | [ omicron-package] Compiling oxide-tokio-rt v0.1.2 |
| 2514 | 2025-08-18T19:01:46.554Z | [ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2515 | 2025-08-18T19:01:50.370Z | [ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2516 | 2025-08-18T19:01:55.397Z | [ helios-setup] Aug 18 19:01:55.305 INFO clone ok!, project: amd-firmware |
| 2517 | 2025-08-18T19:01:55.400Z | [ helios-setup] Aug 18 19:01:55.305 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
| 2518 | 2025-08-18T19:01:55.400Z | [ helios-setup] Aug 18 19:01:55.305 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 |
| 2519 | 2025-08-18T19:01:55.400Z | [ helios-setup] Aug 18 19:01:55.305 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
| 2520 | 2025-08-18T19:01:55.403Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
| 2521 | 2025-08-18T19:01:56.288Z | [ helios-setup] Aug 18 19:01:56.197 INFO clone ok!, project: image-builder |
| 2522 | 2025-08-18T19:01:56.291Z | [ helios-setup] Aug 18 19:01:56.197 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 |
| 2523 | 2025-08-18T19:01:56.291Z | [ helios-setup] Aug 18 19:01:56.197 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
| 2524 | 2025-08-18T19:01:56.294Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
| 2525 | 2025-08-18T19:01:57.197Z | [ helios-setup] Aug 18 19:01:57.107 INFO clone ok!, project: phbl |
| 2526 | 2025-08-18T19:01:57.201Z | [ helios-setup] Aug 18 19:01:57.108 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
| 2527 | 2025-08-18T19:01:57.201Z | [ helios-setup] Aug 18 19:01:57.108 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 |
| 2528 | 2025-08-18T19:01:57.201Z | [ helios-setup] Aug 18 19:01:57.108 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 |
| 2529 | 2025-08-18T19:01:57.201Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
| 2530 | 2025-08-18T19:01:58.657Z | [ helios-setup] Aug 18 19:01:58.569 INFO clone ok!, project: amd-host-image-builder |
| 2531 | 2025-08-18T19:01:58.660Z | [ helios-setup] Aug 18 19:01:58.569 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 |
| 2532 | 2025-08-18T19:01:58.660Z | [ helios-setup] Aug 18 19:01:58.569 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
| 2533 | 2025-08-18T19:01:58.663Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
| 2534 | 2025-08-18T19:01:59.954Z | [ helios-setup] Aug 18 19:01:59.868 INFO clone ok!, project: chelsio-t6-roms |
| 2535 | 2025-08-18T19:01:59.957Z | [ helios-setup] Aug 18 19:01:59.868 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
| 2536 | 2025-08-18T19:02:00.526Z | [ helios-setup] Aug 18 19:02:00.441 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
| 2537 | 2025-08-18T19:02:01.182Z | [ helios-setup] Aug 18 19:02:01.097 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
| 2538 | 2025-08-18T19:02:01.182Z | [ helios-setup] Aug 18 19:02:01.097 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
| 2539 | 2025-08-18T19:02:01.737Z | [ helios-setup] Aug 18 19:02:01.653 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
| 2540 | 2025-08-18T19:02:02.283Z | [ helios-setup] Aug 18 19:02:02.189 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
| 2541 | 2025-08-18T19:02:02.283Z | [ helios-setup] Aug 18 19:02:02.189 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
| 2542 | 2025-08-18T19:02:02.847Z | [ helios-setup] Aug 18 19:02:02.760 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
| 2543 | 2025-08-18T19:02:03.455Z | [ helios-setup] Aug 18 19:02:03.372 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
| 2544 | 2025-08-18T19:02:03.455Z | [ helios-setup] Aug 18 19:02:03.372 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
| 2545 | 2025-08-18T19:02:03.462Z | [ helios-setup] Aug 18 19:02:03.372 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
| 2546 | 2025-08-18T19:02:03.462Z | [ helios-setup] Aug 18 19:02:03.372 INFO ok! |
| 2547 | 2025-08-18T19:02:03.463Z | [ helios-setup] Aug 18 19:02:03.372 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
| 2548 | 2025-08-18T19:02:03.463Z | [ helios-setup] Aug 18 19:02:03.372 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
| 2549 | 2025-08-18T19:02:03.463Z | [ helios-setup] Aug 18 19:02:03.372 INFO ok! |
| 2550 | 2025-08-18T19:02:03.463Z | [ helios-setup] Aug 18 19:02:03.372 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
| 2551 | 2025-08-18T19:02:03.463Z | [ helios-setup] Aug 18 19:02:03.372 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
| 2552 | 2025-08-18T19:02:03.463Z | [ helios-setup] Aug 18 19:02:03.372 INFO ok! |
| 2553 | 2025-08-18T19:02:03.463Z | [ helios-setup] Aug 18 19:02:03.372 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot" |
| 2554 | 2025-08-18T19:02:03.581Z | [ helios-setup] Aug 18 19:02:03.500 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.89.0-x86_64-unknown-illumos (default)" |
| 2555 | 2025-08-18T19:02:03.581Z | [ helios-setup] Aug 18 19:02:03.500 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
| 2556 | 2025-08-18T19:02:03.584Z | [ helios-setup] Aug 18 19:02:03.500 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
| 2557 | 2025-08-18T19:02:03.838Z | [ helios-setup] Aug 18 19:02:03.757 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 2558 | 2025-08-18T19:02:04.413Z | [ helios-setup] Aug 18 19:02:04.333 INFO E| From https://github.com/oxidecomputer/progenitor |
| 2559 | 2025-08-18T19:02:04.413Z | [ helios-setup] Aug 18 19:02:04.333 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
| 2560 | 2025-08-18T19:02:04.480Z | [ helios-setup] Aug 18 19:02:04.400 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
| 2561 | 2025-08-18T19:02:04.768Z | [ helios-setup] Aug 18 19:02:04.688 INFO E| From https://github.com/jclulow/hiercmd |
| 2562 | 2025-08-18T19:02:04.769Z | [ helios-setup] Aug 18 19:02:04.688 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
| 2563 | 2025-08-18T19:02:04.779Z | [ helios-setup] Aug 18 19:02:04.699 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
| 2564 | 2025-08-18T19:02:05.103Z | [ helios-setup] Aug 18 19:02:05.023 INFO E| From https://github.com/jclulow/network-interface |
| 2565 | 2025-08-18T19:02:05.103Z | [ helios-setup] Aug 18 19:02:05.023 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
| 2566 | 2025-08-18T19:02:05.125Z | [ helios-setup] Aug 18 19:02:05.046 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
| 2567 | 2025-08-18T19:02:05.546Z | [ helios-setup] Aug 18 19:02:05.466 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
| 2568 | 2025-08-18T19:02:05.546Z | [ helios-setup] Aug 18 19:02:05.466 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
| 2569 | 2025-08-18T19:02:05.580Z | [ helios-setup] Aug 18 19:02:05.500 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
| 2570 | 2025-08-18T19:02:06.322Z | [ helios-setup] Aug 18 19:02:06.244 INFO E| From https://github.com/oxidecomputer/facade |
| 2571 | 2025-08-18T19:02:06.322Z | [ helios-setup] Aug 18 19:02:06.244 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
| 2572 | 2025-08-18T19:02:06.363Z | [ helios-setup] Aug 18 19:02:06.284 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
| 2573 | 2025-08-18T19:02:06.876Z | [ helios-setup] Aug 18 19:02:06.799 INFO E| From https://github.com/oxidecomputer/dropshot |
| 2574 | 2025-08-18T19:02:06.876Z | [ helios-setup] Aug 18 19:02:06.799 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
| 2575 | 2025-08-18T19:02:06.901Z | [ helios-setup] Aug 18 19:02:06.824 INFO E| Updating crates.io index |
| 2576 | 2025-08-18T19:02:06.984Z | [ helios-setup] Aug 18 19:02:06.906 INFO E| Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 2577 | 2025-08-18T19:02:07.282Z | [ helios-setup] Aug 18 19:02:07.205 INFO E| From https://github.com/oxidecomputer/lpc55_support |
| 2578 | 2025-08-18T19:02:07.283Z | [ helios-setup] Aug 18 19:02:07.205 INFO E| * [new ref] f05c063e4b68926069efa0edb1159c8a2dbd9253 -> refs/commit/f05c063e4b68926069efa0edb1159c8a2dbd9253 |
| 2579 | 2025-08-18T19:02:07.405Z | [ helios-setup] Aug 18 19:02:07.328 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
| 2580 | 2025-08-18T19:02:08.133Z | [ helios-setup] Aug 18 19:02:08.057 INFO E| From https://github.com/oxidecomputer/typify |
| 2581 | 2025-08-18T19:02:08.136Z | [ helios-setup] Aug 18 19:02:08.057 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
| 2582 | 2025-08-18T19:02:08.593Z | [ helios-setup] Aug 18 19:02:08.518 INFO E| Downloading crates ... |
| 2583 | 2025-08-18T19:02:08.765Z | [ helios-setup] Aug 18 19:02:08.690 INFO E| Downloaded dyn-clone v1.0.11 |
| 2584 | 2025-08-18T19:02:08.769Z | [ helios-setup] Aug 18 19:02:08.694 INFO E| Downloaded cargo-lock v8.0.3 |
| 2585 | 2025-08-18T19:02:08.778Z | [ helios-setup] Aug 18 19:02:08.703 INFO E| Downloaded crossbeam-utils v0.8.14 |
| 2586 | 2025-08-18T19:02:08.783Z | [ helios-setup] Aug 18 19:02:08.708 INFO E| Downloaded once_cell v1.17.0 |
| 2587 | 2025-08-18T19:02:08.788Z | [ helios-setup] Aug 18 19:02:08.713 INFO E| Downloaded num_cpus v1.15.0 |
| 2588 | 2025-08-18T19:02:08.794Z | [ helios-setup] Aug 18 19:02:08.719 INFO E| Downloaded jobserver v0.1.26 |
| 2589 | 2025-08-18T19:02:08.797Z | [ helios-setup] Aug 18 19:02:08.723 INFO E| Downloaded httpdate v1.0.2 |
| 2590 | 2025-08-18T19:02:08.801Z | [ helios-setup] Aug 18 19:02:08.726 INFO E| Downloaded http-body v0.4.5 |
| 2591 | 2025-08-18T19:02:08.805Z | [ helios-setup] Aug 18 19:02:08.729 INFO E| Downloaded tower-service v0.3.2 |
| 2592 | 2025-08-18T19:02:08.808Z | [ helios-setup] Aug 18 19:02:08.732 INFO E| Downloaded futures-channel v0.3.28 |
| 2593 | 2025-08-18T19:02:08.811Z | [ helios-setup] Aug 18 19:02:08.736 INFO E| Downloaded ryu v1.0.13 |
| 2594 | 2025-08-18T19:02:08.818Z | [ helios-setup] Aug 18 19:02:08.743 INFO E| Downloaded semver-parser v0.10.2 |
| 2595 | 2025-08-18T19:02:08.822Z | [ helios-setup] Aug 18 19:02:08.747 INFO E| Downloaded semver v0.11.0 |
| 2596 | 2025-08-18T19:02:08.825Z | [ helios-setup] Aug 18 19:02:08.750 INFO E| Downloaded sct v0.7.0 |
| 2597 | 2025-08-18T19:02:08.831Z | [ helios-setup] Aug 18 19:02:08.757 INFO E| Downloaded serde_path_to_error v0.1.11 |
| 2598 | 2025-08-18T19:02:08.836Z | [ helios-setup] Aug 18 19:02:08.760 INFO E| Downloaded schemars_derive v0.8.12 |
| 2599 | 2025-08-18T19:02:08.839Z | [ helios-setup] Aug 18 19:02:08.764 INFO E| Downloaded serde_derive_internals v0.26.0 |
| 2600 | 2025-08-18T19:02:08.842Z | [ helios-setup] Aug 18 19:02:08.767 INFO E| Downloaded slog-bunyan v2.4.0 |
| 2601 | 2025-08-18T19:02:08.845Z | [ helios-setup] Aug 18 19:02:08.770 INFO E| Downloaded schemars v0.8.12 |
| 2602 | 2025-08-18T19:02:08.865Z | [ helios-setup] Aug 18 19:02:08.791 INFO E| Downloaded toolchain_find v0.2.0 |
| 2603 | 2025-08-18T19:02:08.868Z | [ helios-setup] Aug 18 19:02:08.793 INFO E| Downloaded signal-hook-registry v1.4.0 |
| 2604 | 2025-08-18T19:02:08.871Z | [ helios-setup] Aug 18 19:02:08.796 INFO E| Downloaded tokio-tungstenite v0.18.0 |
| 2605 | 2025-08-18T19:02:08.875Z | [ helios-setup] Aug 18 19:02:08.800 INFO E| Downloaded tokio-macros v2.0.0 |
| 2606 | 2025-08-18T19:02:08.878Z | [ helios-setup] Aug 18 19:02:08.802 INFO E| Downloaded slab v0.4.7 |
| 2607 | 2025-08-18T19:02:08.881Z | [ helios-setup] Aug 18 19:02:08.806 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
| 2608 | 2025-08-18T19:02:08.884Z | [ helios-setup] Aug 18 19:02:08.808 INFO E| Downloaded serde_yaml v0.9.21 |
| 2609 | 2025-08-18T19:02:08.889Z | [ helios-setup] Aug 18 19:02:08.815 INFO E| Downloaded tokio-rustls v0.24.0 |
| 2610 | 2025-08-18T19:02:08.894Z | [ helios-setup] Aug 18 19:02:08.819 INFO E| Downloaded rhai v1.14.0 |
| 2611 | 2025-08-18T19:02:08.915Z | [ helios-setup] Aug 18 19:02:08.840 INFO E| Downloaded walkdir v2.3.3 |
| 2612 | 2025-08-18T19:02:08.918Z | [ helios-setup] Aug 18 19:02:08.844 INFO E| Downloaded async-stream-impl v0.3.5 |
| 2613 | 2025-08-18T19:02:08.922Z | [ helios-setup] Aug 18 19:02:08.845 INFO E| Downloaded utf8parse v0.2.1 |
| 2614 | 2025-08-18T19:02:08.925Z | [ helios-setup] Aug 18 19:02:08.848 INFO E| Downloaded toml v0.7.3 |
| 2615 | 2025-08-18T19:02:08.928Z | [ helios-setup] Aug 18 19:02:08.854 INFO E| Downloaded const-random-macro v0.1.15 |
| 2616 | 2025-08-18T19:02:08.932Z | [ helios-setup] Aug 18 19:02:08.856 INFO E| Downloaded unicode-bidi v0.3.13 |
| 2617 | 2025-08-18T19:02:08.935Z | [ helios-setup] Aug 18 19:02:08.860 INFO E| Downloaded num_enum v0.5.7 |
| 2618 | 2025-08-18T19:02:08.942Z | [ helios-setup] Aug 18 19:02:08.868 INFO E| Downloaded unsafe-libyaml v0.2.8 |
| 2619 | 2025-08-18T19:02:08.948Z | [ helios-setup] Aug 18 19:02:08.874 INFO E| Downloaded unicode-linebreak v0.1.4 |
| 2620 | 2025-08-18T19:02:08.953Z | [ helios-setup] Aug 18 19:02:08.878 INFO E| Downloaded rsa v0.9.8 |
| 2621 | 2025-08-18T19:02:08.991Z | [ helios-setup] Aug 18 19:02:08.916 INFO E| Downloaded winnow v0.4.1 |
| 2622 | 2025-08-18T19:02:09.030Z | [ helios-setup] Aug 18 19:02:08.955 INFO E| Downloaded syn v1.0.107 |
| 2623 | 2025-08-18T19:02:09.047Z | [ helios-setup] Aug 18 19:02:08.973 INFO E| Downloaded parking_lot v0.12.1 |
| 2624 | 2025-08-18T19:02:09.051Z | [ helios-setup] Aug 18 19:02:08.977 INFO E| Downloaded num_enum_derive v0.5.7 |
| 2625 | 2025-08-18T19:02:09.054Z | [ helios-setup] Aug 18 19:02:08.979 INFO E| Downloaded paste v1.0.12 |
| 2626 | 2025-08-18T19:02:09.068Z | [ helios-setup] Aug 18 19:02:08.993 INFO E| Downloaded getrandom v0.2.8 |
| 2627 | 2025-08-18T19:02:09.072Z | [ helios-setup] Aug 18 19:02:08.998 INFO E| Downloaded bytes v1.4.0 |
| 2628 | 2025-08-18T19:02:09.080Z | [ helios-setup] Aug 18 19:02:09.006 INFO E| Downloaded pest v2.5.7 |
| 2629 | 2025-08-18T19:02:09.089Z | [ helios-setup] Aug 18 19:02:09.014 INFO E| Downloaded num-iter v0.1.44 |
| 2630 | 2025-08-18T19:02:09.094Z | [ helios-setup] Aug 18 19:02:09.017 INFO E| Downloaded hyper v0.14.25 |
| 2631 | 2025-08-18T19:02:09.104Z | [ helios-setup] Aug 18 19:02:09.029 INFO E| Downloaded chrono v0.4.24 |
| 2632 | 2025-08-18T19:02:09.115Z | [ helios-setup] Aug 18 19:02:09.040 INFO E| Downloaded git2 v0.16.1 |
| 2633 | 2025-08-18T19:02:09.127Z | [ helios-setup] Aug 18 19:02:09.052 INFO E| Downloaded futures-executor v0.3.28 |
| 2634 | 2025-08-18T19:02:09.130Z | [ helios-setup] Aug 18 19:02:09.055 INFO E| Downloaded futures-core v0.3.28 |
| 2635 | 2025-08-18T19:02:09.132Z | [ helios-setup] Aug 18 19:02:09.057 INFO E| Downloaded flate2 v1.0.25 |
| 2636 | 2025-08-18T19:02:09.140Z | [ helios-setup] Aug 18 19:02:09.066 INFO E| Downloaded clap_lex v0.4.1 |
| 2637 | 2025-08-18T19:02:09.143Z | [ helios-setup] Aug 18 19:02:09.068 INFO E| Downloaded anyhow v1.0.68 |
| 2638 | 2025-08-18T19:02:09.148Z | [ helios-setup] Aug 18 19:02:09.074 INFO E| Downloaded itoa v1.0.6 |
| 2639 | 2025-08-18T19:02:09.151Z | [ helios-setup] Aug 18 19:02:09.076 INFO E| Downloaded block-buffer v0.10.3 |
| 2640 | 2025-08-18T19:02:09.154Z | [ helios-setup] Aug 18 19:02:09.078 INFO E| Downloaded lazy_static v1.4.0 |
| 2641 | 2025-08-18T19:02:09.157Z | [ helios-setup] Aug 18 19:02:09.080 INFO E| Downloaded io-lifetimes v1.0.10 |
| 2642 | 2025-08-18T19:02:09.161Z | [ helios-setup] Aug 18 19:02:09.084 INFO E| Downloaded serde_json v1.0.95 |
| 2643 | 2025-08-18T19:02:09.169Z | [ helios-setup] Aug 18 19:02:09.095 INFO E| Downloaded percent-encoding v2.2.0 |
| 2644 | 2025-08-18T19:02:09.172Z | [ helios-setup] Aug 18 19:02:09.097 INFO E| Downloaded mio v0.8.5 |
| 2645 | 2025-08-18T19:02:09.180Z | [ helios-setup] Aug 18 19:02:09.106 INFO E| Downloaded miniz_oxide v0.6.2 |
| 2646 | 2025-08-18T19:02:09.183Z | [ helios-setup] Aug 18 19:02:09.109 INFO E| Downloaded autocfg v1.1.0 |
| 2647 | 2025-08-18T19:02:09.186Z | [ helios-setup] Aug 18 19:02:09.112 INFO E| Downloaded idna v0.3.0 |
| 2648 | 2025-08-18T19:02:09.195Z | [ helios-setup] Aug 18 19:02:09.120 INFO E| Downloaded der v0.7.10 |
| 2649 | 2025-08-18T19:02:09.203Z | [ helios-setup] Aug 18 19:02:09.129 INFO E| Downloaded byteorder v1.4.3 |
| 2650 | 2025-08-18T19:02:09.206Z | [ helios-setup] Aug 18 19:02:09.132 INFO E| Downloaded crc v3.3.0 |
| 2651 | 2025-08-18T19:02:09.209Z | [ helios-setup] Aug 18 19:02:09.134 INFO E| Downloaded unicode-normalization v0.1.22 |
| 2652 | 2025-08-18T19:02:09.213Z | [ helios-setup] Aug 18 19:02:09.139 INFO E| Downloaded tokio-util v0.7.7 |
| 2653 | 2025-08-18T19:02:09.223Z | [ helios-setup] Aug 18 19:02:09.149 INFO E| Downloaded http v0.2.9 |
| 2654 | 2025-08-18T19:02:09.229Z | [ helios-setup] Aug 18 19:02:09.155 INFO E| Downloaded futures-io v0.3.28 |
| 2655 | 2025-08-18T19:02:09.232Z | [ helios-setup] Aug 18 19:02:09.157 INFO E| Downloaded flagset v0.4.7 |
| 2656 | 2025-08-18T19:02:09.235Z | [ helios-setup] Aug 18 19:02:09.160 INFO E| Downloaded crossbeam-channel v0.5.6 |
| 2657 | 2025-08-18T19:02:09.241Z | [ helios-setup] Aug 18 19:02:09.167 INFO E| Downloaded concolor-override v1.0.0 |
| 2658 | 2025-08-18T19:02:09.243Z | [ helios-setup] Aug 18 19:02:09.169 INFO E| Downloaded built v0.6.0 |
| 2659 | 2025-08-18T19:02:09.246Z | [ helios-setup] Aug 18 19:02:09.171 INFO E| Downloaded base64ct v1.8.0 |
| 2660 | 2025-08-18T19:02:09.249Z | [ helios-setup] Aug 18 19:02:09.175 INFO E| Downloaded url v2.3.1 |
| 2661 | 2025-08-18T19:02:09.253Z | [ helios-setup] Aug 18 19:02:09.179 INFO E| Downloaded memchr v2.5.0 |
| 2662 | 2025-08-18T19:02:09.264Z | [ helios-setup] Aug 18 19:02:09.190 INFO E| Downloaded socket2 v0.4.9 |
| 2663 | 2025-08-18T19:02:09.267Z | [ helios-setup] Aug 18 19:02:09.193 INFO E| Downloaded quote v1.0.36 |
| 2664 | 2025-08-18T19:02:09.271Z | [ helios-setup] Aug 18 19:02:09.197 INFO E| Downloaded proc-macro2 v1.0.86 |
| 2665 | 2025-08-18T19:02:09.276Z | [ helios-setup] Aug 18 19:02:09.201 INFO E| Downloaded parking_lot_core v0.9.6 |
| 2666 | 2025-08-18T19:02:09.279Z | [ helios-setup] Aug 18 19:02:09.206 INFO E| Downloaded clap v4.2.1 |
| 2667 | 2025-08-18T19:02:09.292Z | [ helios-setup] Aug 18 19:02:09.218 INFO E| Downloaded async-stream v0.3.5 |
| 2668 | 2025-08-18T19:02:09.296Z | [ helios-setup] Aug 18 19:02:09.222 INFO E| Downloaded tracing-core v0.1.30 |
| 2669 | 2025-08-18T19:02:09.302Z | [ helios-setup] Aug 18 19:02:09.227 INFO E| Downloaded textwrap v0.16.0 |
| 2670 | 2025-08-18T19:02:09.305Z | [ helios-setup] Aug 18 19:02:09.230 INFO E| Downloaded home v0.5.4 |
| 2671 | 2025-08-18T19:02:09.308Z | [ helios-setup] Aug 18 19:02:09.232 INFO E| Downloaded generic-array v0.14.6 |
| 2672 | 2025-08-18T19:02:09.311Z | [ helios-setup] Aug 18 19:02:09.234 INFO E| Downloaded ring v0.16.20 |
| 2673 | 2025-08-18T19:02:09.433Z | [ helios-setup] Aug 18 19:02:09.359 INFO E| Downloaded unicode-ident v1.0.8 |
| 2674 | 2025-08-18T19:02:09.438Z | [ helios-setup] Aug 18 19:02:09.364 INFO E| Downloaded try-lock v0.2.4 |
| 2675 | 2025-08-18T19:02:09.441Z | [ helios-setup] Aug 18 19:02:09.366 INFO E| Downloaded termcolor v1.2.0 |
| 2676 | 2025-08-18T19:02:09.444Z | [ helios-setup] Aug 18 19:02:09.368 INFO E| Downloaded num-integer v0.1.45 |
| 2677 | 2025-08-18T19:02:09.447Z | [ helios-setup] Aug 18 19:02:09.371 INFO E| Downloaded futures v0.3.28 |
| 2678 | 2025-08-18T19:02:09.452Z | [ helios-setup] Aug 18 19:02:09.378 INFO E| Downloaded tracing v0.1.37 |
| 2679 | 2025-08-18T19:02:09.458Z | [ helios-setup] Aug 18 19:02:09.384 INFO E| Downloaded syn v2.0.72 |
| 2680 | 2025-08-18T19:02:09.470Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2681 | 2025-08-18T19:02:09.475Z | [ helios-setup] Aug 18 19:02:09.402 INFO E| Downloaded tinyvec v1.6.0 |
| 2682 | 2025-08-18T19:02:09.480Z | [ helios-setup] Aug 18 19:02:09.406 INFO E| Downloaded libm v0.2.15 |
| 2683 | 2025-08-18T19:02:09.494Z | [ helios-setup] Aug 18 19:02:09.420 INFO E| Downloaded rhai_codegen v1.5.0 |
| 2684 | 2025-08-18T19:02:09.506Z | [ helios-setup] Aug 18 19:02:09.433 INFO E| Downloaded toml v0.5.11 |
| 2685 | 2025-08-18T19:02:09.510Z | [ helios-setup] Aug 18 19:02:09.437 INFO E| Downloaded form_urlencoded v1.1.0 |
| 2686 | 2025-08-18T19:02:09.513Z | [ helios-setup] Aug 18 19:02:09.438 INFO E| Downloaded tungstenite v0.18.0 |
| 2687 | 2025-08-18T19:02:09.517Z | [ helios-setup] Aug 18 19:02:09.443 INFO E| Downloaded futures-sink v0.3.28 |
| 2688 | 2025-08-18T19:02:09.520Z | [ helios-setup] Aug 18 19:02:09.445 INFO E| Downloaded serde_spanned v0.6.1 |
| 2689 | 2025-08-18T19:02:09.523Z | [ helios-setup] Aug 18 19:02:09.447 INFO E| Downloaded unicode-width v0.1.10 |
| 2690 | 2025-08-18T19:02:09.526Z | [ helios-setup] Aug 18 19:02:09.450 INFO E| Downloaded typenum v1.16.0 |
| 2691 | 2025-08-18T19:02:09.529Z | [ helios-setup] Aug 18 19:02:09.454 INFO E| Downloaded tls_codec v0.4.2 |
| 2692 | 2025-08-18T19:02:09.532Z | [ helios-setup] Aug 18 19:02:09.457 INFO E| Downloaded time v0.1.45 |
| 2693 | 2025-08-18T19:02:09.535Z | [ helios-setup] Aug 18 19:02:09.459 INFO E| Downloaded tls_codec_derive v0.4.2 |
| 2694 | 2025-08-18T19:02:09.538Z | [ helios-setup] Aug 18 19:02:09.462 INFO E| Downloaded thiserror-impl v1.0.38 |
| 2695 | 2025-08-18T19:02:09.542Z | [ helios-setup] Aug 18 19:02:09.469 INFO E| Downloaded terminal_size v0.2.6 |
| 2696 | 2025-08-18T19:02:09.545Z | [ helios-setup] Aug 18 19:02:09.471 INFO E| Downloaded strsim v0.10.0 |
| 2697 | 2025-08-18T19:02:09.548Z | [ helios-setup] Aug 18 19:02:09.474 INFO E| Downloaded spin v0.5.2 |
| 2698 | 2025-08-18T19:02:09.551Z | [ helios-setup] Aug 18 19:02:09.476 INFO E| Downloaded lock_api v0.4.9 |
| 2699 | 2025-08-18T19:02:09.554Z | [ helios-setup] Aug 18 19:02:09.479 INFO E| Downloaded smawk v0.3.1 |
| 2700 | 2025-08-18T19:02:09.555Z | [ helios-setup] Aug 18 19:02:09.481 INFO E| Downloaded ppv-lite86 v0.2.17 |
| 2701 | 2025-08-18T19:02:09.557Z | [ helios-setup] Aug 18 19:02:09.483 INFO E| Downloaded is-terminal v0.4.7 |
| 2702 | 2025-08-18T19:02:09.557Z | [ helios-setup] Aug 18 19:02:09.484 INFO E| Downloaded cc v1.0.78 |
| 2703 | 2025-08-18T19:02:09.561Z | [ helios-setup] Aug 18 19:02:09.487 INFO E| Downloaded rustls-webpki v0.100.1 |
| 2704 | 2025-08-18T19:02:09.572Z | [ helios-setup] Aug 18 19:02:09.498 INFO E| Downloaded cpufeatures v0.2.5 |
| 2705 | 2025-08-18T19:02:09.575Z | [ helios-setup] Aug 18 19:02:09.501 INFO E| Downloaded async-trait v0.1.68 |
| 2706 | 2025-08-18T19:02:09.579Z | [ helios-setup] Aug 18 19:02:09.506 INFO E| Downloaded thiserror v1.0.38 |
| 2707 | 2025-08-18T19:02:09.586Z | [ helios-setup] Aug 18 19:02:09.513 INFO E| Downloaded futures-task v0.3.28 |
| 2708 | 2025-08-18T19:02:09.589Z | [ helios-setup] Aug 18 19:02:09.515 INFO E| Downloaded derive-where v1.4.0 |
| 2709 | 2025-08-18T19:02:09.595Z | [ helios-setup] Aug 18 19:02:09.521 INFO E| Downloaded anstream v0.2.6 |
| 2710 | 2025-08-18T19:02:09.599Z | [ helios-setup] Aug 18 19:02:09.525 INFO E| Downloaded smartstring v1.0.1 |
| 2711 | 2025-08-18T19:02:09.603Z | [ helios-setup] Aug 18 19:02:09.529 INFO E| Downloaded slog-async v2.7.0 |
| 2712 | 2025-08-18T19:02:09.606Z | [ helios-setup] Aug 18 19:02:09.533 INFO E| Downloaded project-root v0.2.2 |
| 2713 | 2025-08-18T19:02:09.609Z | [ helios-setup] Aug 18 19:02:09.534 INFO E| Downloaded rustls v0.21.0 |
| 2714 | 2025-08-18T19:02:09.626Z | [ helios-setup] Aug 18 19:02:09.552 INFO E| Downloaded want v0.3.0 |
| 2715 | 2025-08-18T19:02:09.629Z | [ helios-setup] Aug 18 19:02:09.554 INFO E| Downloaded serde_tokenstream v0.2.0 |
| 2716 | 2025-08-18T19:02:09.633Z | [ helios-setup] Aug 18 19:02:09.560 INFO E| Downloaded regress v0.5.0 |
| 2717 | 2025-08-18T19:02:09.644Z | [ helios-setup] Aug 18 19:02:09.571 INFO E| Downloaded semver v1.0.17 |
| 2718 | 2025-08-18T19:02:09.648Z | [ helios-setup] Aug 18 19:02:09.575 INFO E| Downloaded clap_builder v4.2.1 |
| 2719 | 2025-08-18T19:02:09.659Z | [ helios-setup] Aug 18 19:02:09.585 INFO E| Downloaded iddqd v0.3.1 |
| 2720 | 2025-08-18T19:02:09.667Z | [ helios-setup] Aug 18 19:02:09.593 INFO E| Downloaded pkg-config v0.3.26 |
| 2721 | 2025-08-18T19:02:09.670Z | [ helios-setup] Aug 18 19:02:09.596 INFO E| Downloaded clap_derive v4.2.0 |
| 2722 | 2025-08-18T19:02:09.673Z | [ helios-setup] Aug 18 19:02:09.600 INFO E| Downloaded ahash v0.8.3 |
| 2723 | 2025-08-18T19:02:09.716Z | [ helios-setup] Aug 18 19:02:09.643 INFO E| Downloaded iana-time-zone v0.1.56 |
| 2724 | 2025-08-18T19:02:09.720Z | [ helios-setup] Aug 18 19:02:09.646 INFO E| Downloaded smallvec v1.10.0 |
| 2725 | 2025-08-18T19:02:09.727Z | [ helios-setup] Aug 18 19:02:09.654 INFO E| Downloaded uuid v1.3.0 |
| 2726 | 2025-08-18T19:02:09.735Z | [ helios-setup] Aug 18 19:02:09.661 INFO E| Downloaded serde v1.0.204 |
| 2727 | 2025-08-18T19:02:09.742Z | [ helios-setup] Aug 18 19:02:09.668 INFO E| Downloaded sha1 v0.10.5 |
| 2728 | 2025-08-18T19:02:09.745Z | [ helios-setup] Aug 18 19:02:09.671 INFO E| Downloaded scopeguard v1.1.0 |
| 2729 | 2025-08-18T19:02:09.748Z | [ helios-setup] Aug 18 19:02:09.673 INFO E| Downloaded proc-macro-crate v1.2.1 |
| 2730 | 2025-08-18T19:02:09.751Z | [ helios-setup] Aug 18 19:02:09.675 INFO E| Downloaded anstyle-parse v0.1.1 |
| 2731 | 2025-08-18T19:02:09.754Z | [ helios-setup] Aug 18 19:02:09.678 INFO E| Downloaded rustls-pemfile v1.0.2 |
| 2732 | 2025-08-18T19:02:09.756Z | [ helios-setup] Aug 18 19:02:09.682 INFO E| Downloaded openapiv3 v1.0.2 |
| 2733 | 2025-08-18T19:02:09.775Z | [ helios-setup] Aug 18 19:02:09.701 INFO E| Downloaded rustix v0.37.3 |
| 2734 | 2025-08-18T19:02:09.806Z | [ helios-setup] Aug 18 19:02:09.733 INFO E| Downloaded toml_datetime v0.6.1 |
| 2735 | 2025-08-18T19:02:09.811Z | [ helios-setup] Aug 18 19:02:09.735 INFO E| Downloaded serde_derive v1.0.204 |
| 2736 | 2025-08-18T19:02:09.813Z | [ helios-setup] Aug 18 19:02:09.738 INFO E| Downloaded hashbrown v0.15.3 |
| 2737 | 2025-08-18T19:02:09.822Z | [ helios-setup] Aug 18 19:02:09.749 INFO E| Downloaded tokio v1.27.0 |
| 2738 | 2025-08-18T19:02:09.877Z | [ helios-setup] Aug 18 19:02:09.804 INFO E| Downloaded futures-macro v0.3.28 |
| 2739 | 2025-08-18T19:02:09.880Z | [ helios-setup] Aug 18 19:02:09.805 INFO E| Downloaded tempfile v3.5.0 |
| 2740 | 2025-08-18T19:02:09.883Z | [ helios-setup] Aug 18 19:02:09.809 INFO E| Downloaded sha2 v0.10.6 |
| 2741 | 2025-08-18T19:02:09.891Z | [ helios-setup] Aug 18 19:02:09.817 INFO E| Downloaded log v0.4.17 |
| 2742 | 2025-08-18T19:02:09.894Z | [ helios-setup] Aug 18 19:02:09.821 INFO E| Downloaded base64 v0.21.0 |
| 2743 | 2025-08-18T19:02:09.900Z | [ helios-setup] Aug 18 19:02:09.827 INFO E| Downloaded reqwest v0.11.16 |
| 2744 | 2025-08-18T19:02:09.913Z | [ helios-setup] Aug 18 19:02:09.840 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
| 2745 | 2025-08-18T19:02:09.916Z | [ helios-setup] Aug 18 19:02:09.843 INFO E| Downloaded fastrand v1.9.0 |
| 2746 | 2025-08-18T19:02:09.919Z | [ helios-setup] Aug 18 19:02:09.845 INFO E| Downloaded anstyle v0.3.5 |
| 2747 | 2025-08-18T19:02:09.922Z | [ helios-setup] Aug 18 19:02:09.847 INFO E| Downloaded num-traits v0.2.15 |
| 2748 | 2025-08-18T19:02:09.925Z | [ helios-setup] Aug 18 19:02:09.852 INFO E| Downloaded errno v0.3.1 |
| 2749 | 2025-08-18T19:02:09.929Z | [ helios-setup] Aug 18 19:02:09.854 INFO E| Downloaded concolor-query v0.3.3 |
| 2750 | 2025-08-18T19:02:09.932Z | [ helios-setup] Aug 18 19:02:09.856 INFO E| Downloaded httparse v1.8.0 |
| 2751 | 2025-08-18T19:02:09.935Z | [ helios-setup] Aug 18 19:02:09.859 INFO E| Downloaded const-random v0.1.15 |
| 2752 | 2025-08-18T19:02:09.947Z | [ helios-setup] Aug 18 19:02:09.874 INFO E| Downloaded h2 v0.3.16 |
| 2753 | 2025-08-18T19:02:09.969Z | [ helios-setup] Aug 18 19:02:09.896 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
| 2754 | 2025-08-18T19:02:10.050Z | [ helios-setup] Aug 18 19:02:09.977 INFO E| Downloaded ucd-trie v0.1.5 |
| 2755 | 2025-08-18T19:02:10.053Z | [ helios-setup] Aug 18 19:02:09.979 INFO E| Downloaded bincode v1.3.3 |
| 2756 | 2025-08-18T19:02:10.056Z | [ helios-setup] Aug 18 19:02:09.982 INFO E| Downloaded camino v1.1.4 |
| 2757 | 2025-08-18T19:02:10.078Z | [ helios-setup] Aug 18 19:02:10.005 INFO E| Downloaded libc v0.2.139 |
| 2758 | 2025-08-18T19:02:10.113Z | [ helios-setup] Aug 18 19:02:10.040 INFO E| Downloaded ahash v0.7.6 |
| 2759 | 2025-08-18T19:02:10.146Z | [ helios-setup] Aug 18 19:02:10.073 INFO E| Downloaded regex v1.7.3 |
| 2760 | 2025-08-18T19:02:10.214Z | [ helios-setup] Aug 18 19:02:10.141 INFO E| Downloaded pin-project-lite v0.2.9 |
| 2761 | 2025-08-18T19:02:10.241Z | [ helios-setup] Aug 18 19:02:10.154 INFO E| Downloaded ipnet v2.7.2 |
| 2762 | 2025-08-18T19:02:10.241Z | [ helios-setup] Aug 18 19:02:10.157 INFO E| Downloaded futures-util v0.3.28 |
| 2763 | 2025-08-18T19:02:10.252Z | [ helios-setup] Aug 18 19:02:10.177 INFO E| Downloaded aho-corasick v0.7.20 |
| 2764 | 2025-08-18T19:02:10.257Z | [ helios-setup] Aug 18 19:02:10.183 INFO E| Downloaded toml_edit v0.19.8 |
| 2765 | 2025-08-18T19:02:10.426Z | [ helios-setup] Aug 18 19:02:10.353 INFO E| Downloaded encoding_rs v0.8.32 |
| 2766 | 2025-08-18T19:02:10.567Z | [ helios-setup] Aug 18 19:02:10.493 INFO E| Downloaded libz-sys v1.1.8 |
| 2767 | 2025-08-18T19:02:10.865Z | [ helios-setup] Aug 18 19:02:10.793 INFO E| Compiling proc-macro2 v1.0.86 |
| 2768 | 2025-08-18T19:02:10.988Z | [ helios-setup] Aug 18 19:02:10.916 INFO E| Compiling unicode-ident v1.0.8 |
| 2769 | 2025-08-18T19:02:10.988Z | [ helios-setup] Aug 18 19:02:10.916 INFO E| Compiling libc v0.2.139 |
| 2770 | 2025-08-18T19:02:10.991Z | [ helios-setup] Aug 18 19:02:10.916 INFO E| Compiling autocfg v1.1.0 |
| 2771 | 2025-08-18T19:02:10.991Z | [ helios-setup] Aug 18 19:02:10.916 INFO E| Compiling cfg-if v1.0.0 |
| 2772 | 2025-08-18T19:02:10.991Z | [ helios-setup] Aug 18 19:02:10.916 INFO E| Compiling version_check v0.9.4 |
| 2773 | 2025-08-18T19:02:10.991Z | [ helios-setup] Aug 18 19:02:10.916 INFO E| Compiling serde v1.0.204 |
| 2774 | 2025-08-18T19:02:10.991Z | [ helios-setup] Aug 18 19:02:10.916 INFO E| Compiling syn v1.0.107 |
| 2775 | 2025-08-18T19:02:11.199Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2776 | 2025-08-18T19:02:11.329Z | [ helios-setup] Aug 18 19:02:11.258 INFO E| Compiling memchr v2.5.0 |
| 2777 | 2025-08-18T19:02:11.614Z | [ helios-setup] Aug 18 19:02:11.543 INFO E| Compiling once_cell v1.17.0 |
| 2778 | 2025-08-18T19:02:12.198Z | [ helios-setup] Aug 18 19:02:12.127 INFO E| Compiling thiserror v1.0.38 |
| 2779 | 2025-08-18T19:02:13.186Z | [ helios-setup] Aug 18 19:02:13.116 INFO E| Compiling serde_json v1.0.95 |
| 2780 | 2025-08-18T19:02:13.189Z | [ helios-setup] Aug 18 19:02:13.117 INFO E| Compiling itoa v1.0.6 |
| 2781 | 2025-08-18T19:02:13.583Z | [ helios-setup] Aug 18 19:02:13.515 INFO E| Compiling log v0.4.17 |
| 2782 | 2025-08-18T19:02:13.755Z | [ helios-setup] Aug 18 19:02:13.687 INFO E| Compiling quote v1.0.36 |
| 2783 | 2025-08-18T19:02:14.569Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2784 | 2025-08-18T19:02:14.656Z | [ helios-setup] Aug 18 19:02:14.589 INFO E| Compiling indexmap v1.9.3 |
| 2785 | 2025-08-18T19:02:14.760Z | [ helios-setup] Aug 18 19:02:14.693 INFO E| Compiling syn v2.0.72 |
| 2786 | 2025-08-18T19:02:15.162Z | [ helios-setup] Aug 18 19:02:15.096 INFO E| Compiling pin-project-lite v0.2.9 |
| 2787 | 2025-08-18T19:02:15.529Z | [ helios-setup] Aug 18 19:02:15.462 INFO E| Compiling jobserver v0.1.26 |
| 2788 | 2025-08-18T19:02:15.592Z | [ helios-setup] Aug 18 19:02:15.525 INFO E| Compiling getrandom v0.2.8 |
| 2789 | 2025-08-18T19:02:16.087Z | [ helios-setup] Aug 18 19:02:16.022 INFO E| Compiling typenum v1.16.0 |
| 2790 | 2025-08-18T19:02:16.237Z | [ helios-setup] Aug 18 19:02:16.172 INFO E| Compiling cc v1.0.78 |
| 2791 | 2025-08-18T19:02:16.275Z | [ helios-setup] Aug 18 19:02:16.210 INFO E| Compiling const-oid v0.9.6 |
| 2792 | 2025-08-18T19:02:16.492Z | [ helios-setup] Aug 18 19:02:16.427 INFO E| Compiling bitflags v1.3.2 |
| 2793 | 2025-08-18T19:02:16.544Z | [ helios-setup] Aug 18 19:02:16.479 INFO E| Compiling generic-array v0.14.6 |
| 2794 | 2025-08-18T19:02:16.960Z | [ helios-setup] Aug 18 19:02:16.895 INFO E| Compiling bytes v1.4.0 |
| 2795 | 2025-08-18T19:02:17.611Z | [ helios-setup] Aug 18 19:02:17.548 INFO E| Compiling futures-core v0.3.28 |
| 2796 | 2025-08-18T19:02:18.363Z | [ helios-setup] Aug 18 19:02:18.300 INFO E| Compiling ryu v1.0.13 |
| 2797 | 2025-08-18T19:02:19.351Z | [ helios-setup] Aug 18 19:02:19.290 INFO E| Compiling lock_api v0.4.9 |
| 2798 | 2025-08-18T19:02:19.441Z | [ helios-setup] Aug 18 19:02:19.379 INFO E| Compiling parking_lot_core v0.9.6 |
| 2799 | 2025-08-18T19:02:19.706Z | [ helios-setup] Aug 18 19:02:19.645 INFO E| Compiling slab v0.4.7 |
| 2800 | 2025-08-18T19:02:19.854Z | [ helios-setup] Aug 18 19:02:19.794 INFO E| Compiling futures-task v0.3.28 |
| 2801 | 2025-08-18T19:02:20.403Z | [ helios-setup] Aug 18 19:02:20.343 INFO E| Compiling futures-sink v0.3.28 |
| 2802 | 2025-08-18T19:02:20.460Z | [ helios-setup] Aug 18 19:02:20.401 INFO E| Compiling scopeguard v1.1.0 |
| 2803 | 2025-08-18T19:02:20.773Z | [ helios-setup] Aug 18 19:02:20.713 INFO E| Compiling pkg-config v0.3.26 |
| 2804 | 2025-08-18T19:02:20.856Z | [ helios-setup] Aug 18 19:02:20.797 INFO E| Compiling futures-channel v0.3.28 |
| 2805 | 2025-08-18T19:02:21.049Z | [ helios-setup] Aug 18 19:02:20.990 INFO E| Compiling libm v0.2.15 |
| 2806 | 2025-08-18T19:02:21.161Z | [ helios-setup] Aug 18 19:02:21.103 INFO E| Compiling io-lifetimes v1.0.10 |
| 2807 | 2025-08-18T19:02:21.914Z | [ helios-setup] Aug 18 19:02:21.856 INFO E| Compiling num-traits v0.2.15 |
| 2808 | 2025-08-18T19:02:22.434Z | [ helios-setup] Aug 18 19:02:22.376 INFO E| Compiling tokio v1.27.0 |
| 2809 | 2025-08-18T19:02:22.623Z | [ helios-setup] Aug 18 19:02:22.566 INFO E| Compiling futures-util v0.3.28 |
| 2810 | 2025-08-18T19:02:22.753Z | [ helios-setup] Aug 18 19:02:22.696 INFO E| Compiling rustix v0.37.3 |
| 2811 | 2025-08-18T19:02:22.998Z | [ helios-setup] Aug 18 19:02:22.941 INFO E| Compiling block-buffer v0.10.3 |
| 2812 | 2025-08-18T19:02:23.220Z | [ helios-setup] Aug 18 19:02:23.163 INFO E| Compiling crypto-common v0.1.6 |
| 2813 | 2025-08-18T19:02:23.702Z | [ helios-setup] Aug 18 19:02:23.645 INFO E| Compiling digest v0.10.7 |
| 2814 | 2025-08-18T19:02:24.599Z | [ helios-setup] Aug 18 19:02:24.545 INFO E| Compiling mio v0.8.5 |
| 2815 | 2025-08-18T19:02:24.851Z | [ helios-setup] Aug 18 19:02:24.797 INFO E| Compiling errno v0.3.1 |
| 2816 | 2025-08-18T19:02:25.056Z | [ helios-setup] Aug 18 19:02:25.002 INFO E| Compiling signal-hook-registry v1.4.0 |
| 2817 | 2025-08-18T19:02:25.128Z | [ helios-setup] Aug 18 19:02:25.073 INFO E| Compiling num_cpus v1.15.0 |
| 2818 | 2025-08-18T19:02:25.225Z | [ helios-setup] Aug 18 19:02:25.171 INFO E| Compiling socket2 v0.4.9 |
| 2819 | 2025-08-18T19:02:25.292Z | [ helios-setup] Aug 18 19:02:25.238 INFO E| Compiling pin-utils v0.1.0 |
| 2820 | 2025-08-18T19:02:25.373Z | [ helios-setup] Aug 18 19:02:25.320 INFO E| Compiling spin v0.5.2 |
| 2821 | 2025-08-18T19:02:25.533Z | [ helios-setup] Aug 18 19:02:25.480 INFO E| Compiling crunchy v0.2.2 |
| 2822 | 2025-08-18T19:02:25.863Z | [ helios-setup] Aug 18 19:02:25.808 INFO E| Compiling futures-io v0.3.28 |
| 2823 | 2025-08-18T19:02:26.269Z | [ helios-setup] Aug 18 19:02:26.216 INFO E| Compiling num-integer v0.1.45 |
| 2824 | 2025-08-18T19:02:26.550Z | [ helios-setup] Aug 18 19:02:26.498 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
| 2825 | 2025-08-18T19:02:26.958Z | [ helios-setup] Aug 18 19:02:26.907 INFO E| Compiling hashbrown v0.12.3 |
| 2826 | 2025-08-18T19:02:27.231Z | [ helios-setup] Aug 18 19:02:27.179 INFO E| Compiling tiny-keccak v2.0.2 |
| 2827 | 2025-08-18T19:02:27.367Z | [ helios-setup] Aug 18 19:02:27.316 INFO E| Compiling schemars v0.8.12 |
| 2828 | 2025-08-18T19:02:27.677Z | [ helios-setup] Aug 18 19:02:27.626 INFO E| Compiling cpufeatures v0.2.5 |
| 2829 | 2025-08-18T19:02:27.986Z | [ helios-setup] Aug 18 19:02:27.936 INFO E| Compiling serde_derive_internals v0.26.0 |
| 2830 | 2025-08-18T19:02:28.087Z | [ helios-setup] Aug 18 19:02:28.037 INFO E| Compiling ahash v0.7.6 |
| 2831 | 2025-08-18T19:02:28.264Z | [ helios-setup] Aug 18 19:02:28.214 INFO E| Compiling thiserror-impl v1.0.38 |
| 2832 | 2025-08-18T19:02:28.620Z | [ helios-setup] Aug 18 19:02:28.571 INFO E| Compiling slog v2.7.0 |
| 2833 | 2025-08-18T19:02:28.641Z | [ helios-setup] Aug 18 19:02:28.583 INFO E| Compiling heck v0.4.1 |
| 2834 | 2025-08-18T19:02:28.956Z | [ helios-setup] Aug 18 19:02:28.906 INFO E| Compiling serde_derive v1.0.204 |
| 2835 | 2025-08-18T19:02:29.002Z | [ helios-setup] Aug 18 19:02:28.952 INFO E| Compiling tokio-macros v2.0.0 |
| 2836 | 2025-08-18T19:02:29.201Z | [ helios-setup] Aug 18 19:02:29.153 INFO E| Compiling futures-macro v0.3.28 |
| 2837 | 2025-08-18T19:02:29.968Z | [ helios-setup] Aug 18 19:02:29.920 INFO E| Compiling schemars_derive v0.8.12 |
| 2838 | 2025-08-18T19:02:30.559Z | [ helios-setup] Aug 18 19:02:30.504 INFO E| Compiling ahash v0.8.3 |
| 2839 | 2025-08-18T19:02:30.903Z | [ helios-setup] Aug 18 19:02:30.857 INFO E| Compiling anyhow v1.0.68 |
| 2840 | 2025-08-18T19:02:31.232Z | [ helios-setup] Aug 18 19:02:31.186 INFO E| Compiling unicode-width v0.1.10 |
| 2841 | 2025-08-18T19:02:32.539Z | [ helios-setup] Aug 18 19:02:32.495 INFO E| Compiling const-random-macro v0.1.15 |
| 2842 | 2025-08-18T19:02:33.226Z | [ helios-setup] Aug 18 19:02:33.183 INFO E| Compiling fnv v1.0.7 |
| 2843 | 2025-08-18T19:02:33.884Z | [ helios-setup] Aug 18 19:02:33.841 INFO E| Compiling byteorder v1.4.3 |
| 2844 | 2025-08-18T19:02:34.142Z | [ helios-setup] Aug 18 19:02:34.099 INFO E| Compiling const-random v0.1.15 |
| 2845 | 2025-08-18T19:02:34.226Z | [ helios-setup] Aug 18 19:02:34.184 INFO E| Compiling http v0.2.9 |
| 2846 | 2025-08-18T19:02:34.980Z | [ helios-setup] Aug 18 19:02:34.939 INFO E| Compiling getopts v0.2.21 |
| 2847 | 2025-08-18T19:02:35.783Z | [ helios-setup] Aug 18 19:02:35.742 INFO E| Compiling aho-corasick v0.7.20 |
| 2848 | 2025-08-18T19:02:35.828Z | [ helios-setup] Aug 18 19:02:35.788 INFO E| Compiling rand_core v0.6.4 |
| 2849 | 2025-08-18T19:02:36.008Z | [ helios-setup] Aug 18 19:02:35.968 INFO E| Compiling tinyvec_macros v0.1.1 |
| 2850 | 2025-08-18T19:02:36.186Z | [ helios-setup] Aug 18 19:02:36.147 INFO E| Compiling powerfmt v0.2.0 |
| 2851 | 2025-08-18T19:02:36.294Z | [ helios-setup] Aug 18 19:02:36.254 INFO E| Compiling crc32fast v1.3.2 |
| 2852 | 2025-08-18T19:02:36.657Z | [ helios-setup] Aug 18 19:02:36.587 INFO E| Compiling percent-encoding v2.2.0 |
| 2853 | 2025-08-18T19:02:37.183Z | [ helios-setup] Aug 18 19:02:37.145 INFO E| Compiling httparse v1.8.0 |
| 2854 | 2025-08-18T19:02:37.453Z | [ helios-setup] Aug 18 19:02:37.415 INFO E| Compiling num-conv v0.1.0 |
| 2855 | 2025-08-18T19:02:38.268Z | [ helios-setup] Aug 18 19:02:38.231 INFO E| Compiling time-core v0.1.2 |
| 2856 | 2025-08-18T19:02:38.547Z | [ helios-setup] Aug 18 19:02:38.509 INFO E| Compiling regex-syntax v0.6.29 |
| 2857 | 2025-08-18T19:02:38.713Z | [ helios-setup] Aug 18 19:02:38.676 INFO E| Compiling time-macros v0.2.18 |
| 2858 | 2025-08-18T19:02:38.803Z | [ helios-setup] Aug 18 19:02:38.766 INFO E| Compiling tinyvec v1.6.0 |
| 2859 | 2025-08-18T19:02:38.934Z | [ helios-setup] Aug 18 19:02:38.897 INFO E| Compiling form_urlencoded v1.1.0 |
| 2860 | 2025-08-18T19:02:40.298Z | [ helios-setup] Aug 18 19:02:40.264 INFO E| Compiling deranged v0.3.11 |
| 2861 | 2025-08-18T19:02:41.809Z | [ helios-setup] Aug 18 19:02:41.776 INFO E| Compiling chrono v0.4.24 |
| 2862 | 2025-08-18T19:02:42.600Z | [ helios-setup] Aug 18 19:02:42.568 INFO E| Compiling hashbrown v0.13.2 |
| 2863 | 2025-08-18T19:02:43.544Z | [ helios-setup] Aug 18 19:02:43.514 INFO E| Compiling libz-sys v1.1.8 |
| 2864 | 2025-08-18T19:02:43.593Z | [ helios-setup] Aug 18 19:02:43.563 INFO E| Compiling regex v1.7.3 |
| 2865 | 2025-08-18T19:02:43.619Z | [ helios-setup] Aug 18 19:02:43.589 INFO E| Compiling dyn-clone v1.0.11 |
| 2866 | 2025-08-18T19:02:43.848Z | [ helios-setup] Aug 18 19:02:43.817 INFO E| Compiling ppv-lite86 v0.2.17 |
| 2867 | 2025-08-18T19:02:44.146Z | [ helios-setup] Aug 18 19:02:44.116 INFO E| Compiling num_threads v0.1.6 |
| 2868 | 2025-08-18T19:02:44.194Z | [ helios-setup] Aug 18 19:02:44.165 INFO E| Compiling uuid v1.3.0 |
| 2869 | 2025-08-18T19:02:44.304Z | [ helios-setup] Aug 18 19:02:44.275 INFO E| Compiling time v0.3.36 |
| 2870 | 2025-08-18T19:02:44.358Z | [ helios-setup] Aug 18 19:02:44.329 INFO E| Compiling regress v0.5.0 |
| 2871 | 2025-08-18T19:02:44.726Z | [ helios-setup] Aug 18 19:02:44.697 INFO E| Compiling rand_chacha v0.3.1 |
| 2872 | 2025-08-18T19:02:44.774Z | [ helios-setup] Aug 18 19:02:44.745 INFO E| Compiling unicode-normalization v0.1.22 |
| 2873 | 2025-08-18T19:02:45.749Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 1m 56s |
| 2874 | 2025-08-18T19:02:46.179Z | [ omicron-package] |
| 2875 | 2025-08-18T19:02:46.180Z | [ omicron-package] real 1:57.065721872 |
| 2876 | 2025-08-18T19:02:46.180Z | [ omicron-package] user 8:39.647060909 |
| 2877 | 2025-08-18T19:02:46.183Z | [ omicron-package] sys 33.183748726 |
| 2878 | 2025-08-18T19:02:46.183Z | [ omicron-package] trap 0.968894110 |
| 2879 | 2025-08-18T19:02:46.183Z | [ omicron-package] tflt 0.544827266 |
| 2880 | 2025-08-18T19:02:46.183Z | [ omicron-package] dflt 2.274039605 |
| 2881 | 2025-08-18T19:02:46.183Z | [ omicron-package] kflt 0.000589779 |
| 2882 | 2025-08-18T19:02:46.183Z | [ omicron-package] lock 30:13.427245512 |
| 2883 | 2025-08-18T19:02:46.183Z | [ omicron-package] slp 33:56.386021891 |
| 2884 | 2025-08-18T19:02:46.183Z | [ omicron-package] lat 4:32.447915666 |
| 2885 | 2025-08-18T19:02:46.183Z | [ omicron-package] stop 1:34.977031748 |
| 2886 | 2025-08-18T19:02:46.183Z | Aug 18 19:02:46.153 INFO [omicron-package] process exited with exit status: 0 (117.146252081s) |
| 2887 | 2025-08-18T19:02:46.183Z | Aug 18 19:02:46.153 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host |
| 2888 | 2025-08-18T19:02:46.183Z | Aug 18 19:02:46.156 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery |
| 2889 | 2025-08-18T19:02:46.202Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2890 | 2025-08-18T19:02:46.205Z | [ host-target] Created new build target 'host' and set it as active |
| 2891 | 2025-08-18T19:02:46.206Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
| 2892 | 2025-08-18T19:02:46.209Z | [ recovery-target] Created new build target 'recovery' and set it as active |
| 2893 | 2025-08-18T19:02:46.209Z | Aug 18 19:02:46.180 INFO [host-target] process exited with exit status: 0 (26.914997ms) |
| 2894 | 2025-08-18T19:02:46.212Z | Aug 18 19:02:46.184 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
| 2895 | 2025-08-18T19:02:46.212Z | Aug 18 19:02:46.184 INFO [recovery-target] process exited with exit status: 0 (28.51233ms) |
| 2896 | 2025-08-18T19:02:46.225Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2897 | 2025-08-18T19:02:46.664Z | [ helios-setup] Aug 18 19:02:46.637 INFO E| Compiling smallvec v1.10.0 |
| 2898 | 2025-08-18T19:02:46.768Z | [ helios-setup] Aug 18 19:02:46.742 INFO E| Compiling toml v0.5.11 |
| 2899 | 2025-08-18T19:02:47.925Z | [ helios-setup] Aug 18 19:02:47.901 INFO E| Compiling parking_lot v0.12.1 |
| 2900 | 2025-08-18T19:02:48.521Z | [ helios-setup] Aug 18 19:02:48.497 INFO E| Compiling serde_tokenstream v0.2.0 |
| 2901 | 2025-08-18T19:02:49.180Z | [ helios-setup] Aug 18 19:02:49.155 INFO E| Compiling is-terminal v0.4.7 |
| 2902 | 2025-08-18T19:02:49.540Z | [ helios-setup] Aug 18 19:02:49.517 INFO E| Compiling sha2 v0.10.6 |
| 2903 | 2025-08-18T19:02:49.684Z | [ host-package] Compiling ring v0.17.14 |
| 2904 | 2025-08-18T19:02:49.852Z | [ helios-setup] Aug 18 19:02:49.829 INFO E| Compiling lazy_static v1.4.0 |
| 2905 | 2025-08-18T19:02:50.153Z | [ host-package] Compiling typify-impl v0.4.1 |
| 2906 | 2025-08-18T19:02:50.172Z | [ helios-setup] Aug 18 19:02:50.146 INFO E| Compiling dirs-sys-next v0.1.2 |
| 2907 | 2025-08-18T19:02:50.256Z | [ host-package] Compiling convert_case v0.4.0 |
| 2908 | 2025-08-18T19:02:50.256Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2909 | 2025-08-18T19:02:50.259Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
| 2910 | 2025-08-18T19:02:50.268Z | [ host-package] Compiling num-rational v0.4.2 |
| 2911 | 2025-08-18T19:02:50.798Z | [ helios-setup] Aug 18 19:02:50.777 INFO E| Compiling tracing-core v0.1.30 |
| 2912 | 2025-08-18T19:02:51.279Z | [ host-package] Compiling dirs-next v2.0.0 |
| 2913 | 2025-08-18T19:02:51.389Z | [ host-package] Compiling derive_more v0.99.20 |
| 2914 | 2025-08-18T19:02:52.170Z | [ host-package] Compiling num-complex v0.4.6 |
| 2915 | 2025-08-18T19:02:52.673Z | [ host-package] Compiling term v0.7.0 |
| 2916 | 2025-08-18T19:02:54.108Z | [ helios-setup] Aug 18 19:02:54.091 INFO E| Compiling ucd-trie v0.1.5 |
| 2917 | 2025-08-18T19:02:54.672Z | [ host-package] Compiling num v0.4.3 |
| 2918 | 2025-08-18T19:02:54.860Z | [ host-package] Compiling float-ord v0.3.2 |
| 2919 | 2025-08-18T19:02:54.947Z | [ helios-setup] Aug 18 19:02:54.931 INFO E| Compiling unicode-bidi v0.3.13 |
| 2920 | 2025-08-18T19:02:54.997Z | [ helios-setup] Aug 18 19:02:54.981 INFO E| Compiling base64 v0.21.0 |
| 2921 | 2025-08-18T19:02:55.102Z | [ host-package] Compiling is-terminal v0.4.13 |
| 2922 | 2025-08-18T19:02:55.163Z | [ host-package] Compiling camino v1.1.11 |
| 2923 | 2025-08-18T19:02:55.198Z | [ helios-setup] Aug 18 19:02:55.182 INFO E| Compiling utf8parse v0.2.1 |
| 2924 | 2025-08-18T19:02:55.368Z | [ host-package] Compiling bytecount v0.6.8 |
| 2925 | 2025-08-18T19:02:55.500Z | [ host-package] Compiling secrecy v0.10.3 |
| 2926 | 2025-08-18T19:02:55.560Z | [ helios-setup] Aug 18 19:02:55.545 INFO E| Compiling anstyle-parse v0.1.1 |
| 2927 | 2025-08-18T19:02:56.169Z | [ helios-setup] Aug 18 19:02:56.155 INFO E| Compiling idna v0.3.0 |
| 2928 | 2025-08-18T19:02:56.293Z | [ host-package] Compiling fastrand v2.1.1 |
| 2929 | 2025-08-18T19:02:56.377Z | [ host-package] Compiling swrite v0.1.0 |
| 2930 | 2025-08-18T19:02:56.713Z | [ helios-setup] Aug 18 19:02:56.700 INFO E| Compiling pest v2.5.7 |
| 2931 | 2025-08-18T19:02:57.184Z | [ host-package] Compiling rustls v0.23.19 |
| 2932 | 2025-08-18T19:02:57.280Z | [ host-package] Compiling tempfile v3.20.0 |
| 2933 | 2025-08-18T19:02:57.280Z | [ host-package] Compiling rustls v0.22.4 |
| 2934 | 2025-08-18T19:02:57.387Z | [ host-package] Compiling password-hash v0.5.0 |
| 2935 | 2025-08-18T19:02:57.484Z | [ host-package] Compiling blake2 v0.10.6 |
| 2936 | 2025-08-18T19:02:57.947Z | [ helios-setup] Aug 18 19:02:57.936 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
| 2937 | 2025-08-18T19:02:58.779Z | [ host-package] Compiling thread_local v1.1.8 |
| 2938 | 2025-08-18T19:02:58.944Z | [ helios-setup] Aug 18 19:02:58.934 INFO E| Compiling tracing v0.1.37 |
| 2939 | 2025-08-18T19:02:59.868Z | [ host-package] Compiling wait-timeout v0.2.0 |
| 2940 | 2025-08-18T19:03:00.035Z | [ host-package] Compiling quick-error v1.2.3 |
| 2941 | 2025-08-18T19:03:00.362Z | [ helios-setup] Aug 18 19:03:00.353 INFO E| Compiling dirs-next v2.0.0 |
| 2942 | 2025-08-18T19:03:00.588Z | [ host-package] Compiling match_cfg v0.1.0 |
| 2943 | 2025-08-18T19:03:00.745Z | [ host-package] Compiling bit-vec v0.8.0 |
| 2944 | 2025-08-18T19:03:00.991Z | [ host-package] Compiling hostname v0.3.1 |
| 2945 | 2025-08-18T19:03:01.152Z | [ helios-setup] Aug 18 19:03:01.144 INFO E| Compiling proc-macro-crate v1.2.1 |
| 2946 | 2025-08-18T19:03:01.394Z | [ helios-setup] Aug 18 19:03:01.386 INFO E| Compiling rand v0.8.5 |
| 2947 | 2025-08-18T19:03:01.557Z | [ host-package] Compiling rusty-fork v0.3.0 |
| 2948 | 2025-08-18T19:03:01.706Z | [ host-package] Compiling rustls-webpki v0.102.8 |
| 2949 | 2025-08-18T19:03:01.800Z | [ host-package] Compiling bit-set v0.8.0 |
| 2950 | 2025-08-18T19:03:01.955Z | [ host-package] Compiling argon2 v0.5.3 |
| 2951 | 2025-08-18T19:03:02.671Z | [ helios-setup] Aug 18 19:03:02.666 INFO E| Compiling futures-executor v0.3.28 |
| 2952 | 2025-08-18T19:03:02.766Z | [ host-package] Compiling atomicwrites v0.4.4 |
| 2953 | 2025-08-18T19:03:03.321Z | [ host-package] Compiling ref-cast v1.0.24 |
| 2954 | 2025-08-18T19:03:03.983Z | [ host-package] Compiling multer v3.1.0 |
| 2955 | 2025-08-18T19:03:04.105Z | [ helios-setup] Aug 18 19:03:04.101 INFO E| Compiling terminal_size v0.2.6 |
| 2956 | 2025-08-18T19:03:04.200Z | [ helios-setup] Aug 18 19:03:04.196 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
| 2957 | 2025-08-18T19:03:04.505Z | [ host-package] Compiling slog-async v2.8.0 |
| 2958 | 2025-08-18T19:03:04.687Z | [ host-package] Compiling crossbeam-channel v0.5.15 |
| 2959 | 2025-08-18T19:03:04.760Z | [ helios-setup] Aug 18 19:03:04.756 INFO E| Compiling time v0.1.45 |
| 2960 | 2025-08-18T19:03:04.880Z | [ host-package] Compiling toml_parser v1.0.2 |
| 2961 | 2025-08-18T19:03:05.152Z | [ helios-setup] Aug 18 19:03:05.148 INFO E| Compiling thread_local v1.1.7 |
| 2962 | 2025-08-18T19:03:05.252Z | [ helios-setup] Aug 18 19:03:05.249 INFO E| Compiling anstyle v0.3.5 |
| 2963 | 2025-08-18T19:03:05.341Z | [ helios-setup] Aug 18 19:03:05.339 INFO E| Compiling concolor-override v1.0.0 |
| 2964 | 2025-08-18T19:03:05.923Z | [ helios-setup] Aug 18 19:03:05.921 INFO E| Compiling concolor-query v0.3.3 |
| 2965 | 2025-08-18T19:03:06.328Z | [ helios-setup] Aug 18 19:03:06.327 INFO E| Compiling iana-time-zone v0.1.56 |
| 2966 | 2025-08-18T19:03:06.575Z | [ helios-setup] Aug 18 19:03:06.574 INFO E| Compiling semver v1.0.17 |
| 2967 | 2025-08-18T19:03:06.578Z | [ host-package] Compiling slog-json v2.6.1 |
| 2968 | 2025-08-18T19:03:06.855Z | [ host-package] Compiling rand_xorshift v0.4.0 |
| 2969 | 2025-08-18T19:03:07.296Z | [ host-package] Compiling futures-executor v0.3.31 |
| 2970 | 2025-08-18T19:03:07.441Z | [ host-package] Compiling toml_datetime v0.7.0 |
| 2971 | 2025-08-18T19:03:07.661Z | [ host-package] Compiling serde_spanned v1.0.0 |
| 2972 | 2025-08-18T19:03:07.933Z | [ helios-setup] Aug 18 19:03:07.934 INFO E| Compiling anstream v0.2.6 |
| 2973 | 2025-08-18T19:03:08.166Z | [ host-package] Compiling hex v0.4.3 |
| 2974 | 2025-08-18T19:03:08.242Z | [ host-package] Compiling take_mut v0.2.2 |
| 2975 | 2025-08-18T19:03:08.343Z | [ host-package] Compiling typify-macro v0.4.1 |
| 2976 | 2025-08-18T19:03:08.370Z | [ helios-setup] Aug 18 19:03:08.372 INFO E| Compiling futures v0.3.28 |
| 2977 | 2025-08-18T19:03:08.691Z | [ helios-setup] Aug 18 19:03:08.693 INFO E| Compiling tokio-util v0.7.7 |
| 2978 | 2025-08-18T19:03:08.822Z | [ helios-setup] Aug 18 19:03:08.824 INFO E| Compiling num_enum_derive v0.5.7 |
| 2979 | 2025-08-18T19:03:08.840Z | [ host-package] Compiling toml_writer v1.0.2 |
| 2980 | 2025-08-18T19:03:09.050Z | [ host-package] Compiling unarray v0.1.4 |
| 2981 | 2025-08-18T19:03:09.085Z | [ helios-setup] Aug 18 19:03:09.088 INFO E| Compiling semver-parser v0.10.2 |
| 2982 | 2025-08-18T19:03:09.532Z | [ helios-setup] Aug 18 19:03:09.534 INFO E| Compiling term v0.7.0 |
| 2983 | 2025-08-18T19:03:09.567Z | [ host-package] Compiling proptest v1.7.0 |
| 2984 | 2025-08-18T19:03:09.691Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2985 | 2025-08-18T19:03:09.968Z | [ host-package] Compiling toml v0.9.5 |
| 2986 | 2025-08-18T19:03:10.845Z | [ helios-setup] Aug 18 19:03:10.849 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
| 2987 | 2025-08-18T19:03:11.895Z | [ host-package] Compiling tokio-rustls v0.25.0 |
| 2988 | 2025-08-18T19:03:12.037Z | [ helios-setup] Aug 18 19:03:12.043 INFO E| Compiling url v2.3.1 |
| 2989 | 2025-08-18T19:03:13.580Z | [ host-package] Compiling futures v0.3.31 |
| 2990 | 2025-08-18T19:03:14.113Z | [ host-package] Compiling slog-bunyan v2.5.0 |
| 2991 | 2025-08-18T19:03:14.581Z | [ helios-setup] Aug 18 19:03:14.591 INFO E| Compiling atty v0.2.14 |
| 2992 | 2025-08-18T19:03:14.955Z | [ host-package] Compiling typify v0.4.1 |
| 2993 | 2025-08-18T19:03:14.966Z | [ helios-setup] Aug 18 19:03:14.975 INFO E| Compiling try-lock v0.2.4 |
| 2994 | 2025-08-18T19:03:15.080Z | [ helios-setup] Aug 18 19:03:15.090 INFO E| Compiling clap_lex v0.4.1 |
| 2995 | 2025-08-18T19:03:15.466Z | [ helios-setup] Aug 18 19:03:15.477 INFO E| Compiling adler v1.0.2 |
| 2996 | 2025-08-18T19:03:15.478Z | [ host-package] Compiling progenitor-impl v0.10.0 |
| 2997 | 2025-08-18T19:03:15.871Z | [ helios-setup] Aug 18 19:03:15.883 INFO E| Compiling strsim v0.10.0 |
| 2998 | 2025-08-18T19:03:15.978Z | [ helios-setup] Aug 18 19:03:15.989 INFO E| Compiling same-file v1.0.6 |
| 2999 | 2025-08-18T19:03:16.605Z | [ helios-setup] Aug 18 19:03:16.616 INFO E| Compiling clap_builder v4.2.1 |
| 3000 | 2025-08-18T19:03:16.910Z | [ helios-setup] Aug 18 19:03:16.922 INFO E| Compiling walkdir v2.3.3 |
| 3001 | 2025-08-18T19:03:17.188Z | [ helios-setup] Aug 18 19:03:17.201 INFO E| Compiling miniz_oxide v0.6.2 |
| 3002 | 2025-08-18T19:03:17.418Z | [ host-package] Compiling tokio-rustls v0.26.0 |
| 3003 | 2025-08-18T19:03:18.309Z | [ helios-setup] Aug 18 19:03:18.323 INFO E| Compiling want v0.3.0 |
| 3004 | 2025-08-18T19:03:18.344Z | [ host-package] Compiling hyper-rustls v0.27.7 |
| 3005 | 2025-08-18T19:03:19.064Z | [ helios-setup] Aug 18 19:03:19.080 INFO E| Compiling slog-term v2.9.0 |
| 3006 | 2025-08-18T19:03:19.450Z | [ host-package] Compiling reqwest v0.12.22 |
| 3007 | 2025-08-18T19:03:22.815Z | [ helios-setup] Aug 18 19:03:22.835 INFO E| Compiling num_enum v0.5.7 |
| 3008 | 2025-08-18T19:03:23.256Z | [ helios-setup] Aug 18 19:03:23.275 INFO E| Compiling semver v0.11.0 |
| 3009 | 2025-08-18T19:03:23.435Z | [ helios-setup] Aug 18 19:03:23.456 INFO E| Compiling h2 v0.3.16 |
| 3010 | 2025-08-18T19:03:24.979Z | [ helios-setup] Aug 18 19:03:25.001 INFO E| Compiling http-body v0.4.5 |
| 3011 | 2025-08-18T19:03:25.184Z | [ helios-setup] Aug 18 19:03:25.208 INFO E| Compiling clap_derive v4.2.0 |
| 3012 | 2025-08-18T19:03:26.146Z | [ helios-setup] Aug 18 19:03:26.171 INFO E| Compiling ring v0.16.20 |
| 3013 | 2025-08-18T19:03:26.978Z | [ host-package] Compiling progenitor-client v0.9.1 |
| 3014 | 2025-08-18T19:03:27.066Z | [ host-package] Compiling progenitor-macro v0.10.0 |
| 3015 | 2025-08-18T19:03:28.177Z | [ host-package] Compiling progenitor v0.9.1 |
| 3016 | 2025-08-18T19:03:28.501Z | [ helios-setup] Aug 18 19:03:28.528 INFO E| Compiling home v0.5.4 |
| 3017 | 2025-08-18T19:03:28.942Z | [ host-package] Compiling slog-term v2.9.1 |
| 3018 | 2025-08-18T19:03:29.087Z | [ helios-setup] Aug 18 19:03:29.116 INFO E| Compiling base64ct v1.8.0 |
| 3019 | 2025-08-18T19:03:30.813Z | [ host-package] Compiling dropshot v0.16.3 |
| 3020 | 2025-08-18T19:03:30.997Z | [ host-package] Compiling async-stream v0.3.6 |
| 3021 | 2025-08-18T19:03:31.053Z | [ host-package] Compiling newline-converter v0.3.0 |
| 3022 | 2025-08-18T19:03:31.234Z | [ helios-setup] Aug 18 19:03:31.265 INFO E| Compiling httpdate v1.0.2 |
| 3023 | 2025-08-18T19:03:31.725Z | [ host-package] Compiling waitgroup v0.1.2 |
| 3024 | 2025-08-18T19:03:31.827Z | [ host-package] Compiling rustls-pemfile v2.2.0 |
| 3025 | 2025-08-18T19:03:32.296Z | [ host-package] Compiling serde_path_to_error v0.1.17 |
| 3026 | 2025-08-18T19:03:32.548Z | [ helios-setup] Aug 18 19:03:32.580 INFO E| Compiling fastrand v1.9.0 |
| 3027 | 2025-08-18T19:03:32.965Z | [ host-package] Compiling hostname v0.4.0 |
| 3028 | 2025-08-18T19:03:33.627Z | [ helios-setup] Aug 18 19:03:33.661 INFO E| Compiling tower-service v0.3.2 |
| 3029 | 2025-08-18T19:03:33.790Z | [ helios-setup] Aug 18 19:03:33.825 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
| 3030 | 2025-08-18T19:03:33.845Z | [ host-package] Compiling instant v0.1.13 |
| 3031 | 2025-08-18T19:03:34.138Z | [ host-package] Compiling debug-ignore v1.0.5 |
| 3032 | 2025-08-18T19:03:34.225Z | [ host-package] Compiling backoff v0.4.0 |
| 3033 | 2025-08-18T19:03:34.878Z | [ helios-setup] Aug 18 19:03:34.913 INFO E| Compiling zeroize v1.8.1 |
| 3034 | 2025-08-18T19:03:35.113Z | [ host-package] Compiling expectorate v1.2.0 |
| 3035 | 2025-08-18T19:03:35.196Z | [ helios-setup] Aug 18 19:03:35.232 INFO E| Compiling hyper v0.14.25 |
| 3036 | 2025-08-18T19:03:36.162Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 3037 | 2025-08-18T19:03:36.652Z | [ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3038 | 2025-08-18T19:03:37.113Z | [ helios-setup] Aug 18 19:03:37.151 INFO E| Compiling clap v4.2.1 |
| 3039 | 2025-08-18T19:03:37.460Z | [ helios-setup] Aug 18 19:03:37.499 INFO E| Compiling tempfile v3.5.0 |
| 3040 | 2025-08-18T19:03:38.081Z | [ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3041 | 2025-08-18T19:03:38.774Z | [ helios-setup] Aug 18 19:03:38.815 INFO E| Compiling toolchain_find v0.2.0 |
| 3042 | 2025-08-18T19:03:39.129Z | [ helios-setup] Aug 18 19:03:39.168 INFO E| Compiling pem-rfc7468 v0.7.0 |
| 3043 | 2025-08-18T19:03:39.801Z | [ helios-setup] Aug 18 19:03:39.833 INFO E| Compiling cargo-lock v8.0.3 |
| 3044 | 2025-08-18T19:03:48.810Z | [ helios-setup] Aug 18 19:03:48.864 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
| 3045 | 2025-08-18T19:03:50.757Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3046 | 2025-08-18T19:03:51.139Z | [ helios-setup] Aug 18 19:03:51.195 INFO E| Compiling flate2 v1.0.25 |
| 3047 | 2025-08-18T19:03:51.674Z | [ host-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 3048 | 2025-08-18T19:03:52.612Z | [ host-package] Compiling progenitor-client v0.10.0 |
| 3049 | 2025-08-18T19:03:53.208Z | [ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#570f7cbd) |
| 3050 | 2025-08-18T19:03:53.996Z | [ helios-setup] Aug 18 19:03:54.055 INFO E| Compiling serde_urlencoded v0.7.1 |
| 3051 | 2025-08-18T19:03:54.141Z | [ host-package] Compiling iddqd v0.3.9 |
| 3052 | 2025-08-18T19:03:55.236Z | [ helios-setup] Aug 18 19:03:55.297 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
| 3053 | 2025-08-18T19:03:56.173Z | [ host-package] Compiling parse-display v0.10.0 |
| 3054 | 2025-08-18T19:03:57.212Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3055 | 2025-08-18T19:03:57.797Z | [ host-package] Compiling serde_with v3.14.0 |
| 3056 | 2025-08-18T19:03:58.444Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3057 | 2025-08-18T19:04:00.454Z | [ helios-setup] Aug 18 19:04:00.521 INFO E| Compiling der_derive v0.7.3 |
| 3058 | 2025-08-18T19:04:00.729Z | [ helios-setup] Aug 18 19:04:00.798 INFO E| Compiling sha1 v0.10.5 |
| 3059 | 2025-08-18T19:04:02.341Z | [ helios-setup] Aug 18 19:04:02.412 INFO E| Compiling flagset v0.4.7 |
| 3060 | 2025-08-18T19:04:05.539Z | [ helios-setup] Aug 18 19:04:05.614 INFO E| Compiling der v0.7.10 |
| 3061 | 2025-08-18T19:04:05.803Z | [ host-package] Compiling progenitor v0.10.0 |
| 3062 | 2025-08-18T19:04:07.096Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3063 | 2025-08-18T19:04:08.194Z | [ helios-setup] Aug 18 19:04:08.271 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
| 3064 | 2025-08-18T19:04:08.744Z | [ helios-setup] Aug 18 19:04:08.821 INFO E| Compiling rustfmt-wrapper v0.2.0 |
| 3065 | 2025-08-18T19:04:10.369Z | [ helios-setup] Aug 18 19:04:10.450 INFO E| Compiling openapiv3 v1.0.2 |
| 3066 | 2025-08-18T19:04:11.134Z | [ helios-setup] Aug 18 19:04:11.216 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
| 3067 | 2025-08-18T19:04:11.398Z | [ helios-setup] Aug 18 19:04:11.480 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
| 3068 | 2025-08-18T19:04:13.850Z | [ helios-setup] Aug 18 19:04:13.935 INFO E| Compiling encoding_rs v0.8.32 |
| 3069 | 2025-08-18T19:04:14.067Z | [ helios-setup] Aug 18 19:04:14.153 INFO E| Compiling ipnet v2.7.2 |
| 3070 | 2025-08-18T19:04:14.120Z | [ helios-setup] Aug 18 19:04:14.206 INFO E| Compiling radium v0.7.0 |
| 3071 | 2025-08-18T19:04:15.419Z | [ helios-setup] Aug 18 19:04:15.506 INFO E| Compiling base64 v0.13.1 |
| 3072 | 2025-08-18T19:04:15.919Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3073 | 2025-08-18T19:04:17.345Z | [ helios-setup] Aug 18 19:04:17.435 INFO E| Compiling untrusted v0.7.1 |
| 3074 | 2025-08-18T19:04:17.803Z | [ helios-setup] Aug 18 19:04:17.893 INFO E| Compiling project-root v0.2.2 |
| 3075 | 2025-08-18T19:04:18.201Z | [ helios-setup] Aug 18 19:04:18.292 INFO E| Compiling unsafe-libyaml v0.2.8 |
| 3076 | 2025-08-18T19:04:18.632Z | [ helios-setup] Aug 18 19:04:18.723 INFO E| Compiling mime v0.3.17 |
| 3077 | 2025-08-18T19:04:19.339Z | [ helios-setup] Aug 18 19:04:19.431 INFO E| Compiling utf-8 v0.7.6 |
| 3078 | 2025-08-18T19:04:20.053Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3079 | 2025-08-18T19:04:20.270Z | [ helios-setup] Aug 18 19:04:20.363 INFO E| Compiling reqwest v0.11.16 |
| 3080 | 2025-08-18T19:04:20.782Z | [ helios-setup] Aug 18 19:04:20.874 INFO E| Compiling tungstenite v0.18.0 |
| 3081 | 2025-08-18T19:04:21.584Z | [ helios-setup] Aug 18 19:04:21.678 INFO E| Compiling serde_yaml v0.9.21 |
| 3082 | 2025-08-18T19:04:23.966Z | [ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 3083 | 2025-08-18T19:04:24.242Z | [ helios-setup] Aug 18 19:04:24.341 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
| 3084 | 2025-08-18T19:04:28.502Z | [ helios-setup] Aug 18 19:04:28.605 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
| 3085 | 2025-08-18T19:04:30.086Z | [ helios-setup] Aug 18 19:04:30.192 INFO E| Compiling spki v0.7.3 |
| 3086 | 2025-08-18T19:04:30.485Z | [ host-package] Compiling macaddr v1.0.1 |
| 3087 | 2025-08-18T19:04:32.050Z | [ host-package] Compiling utf-8 v0.7.6 |
| 3088 | 2025-08-18T19:04:32.759Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
| 3089 | 2025-08-18T19:04:33.008Z | [ helios-setup] Aug 18 19:04:33.117 INFO E| Compiling maybe-uninit v2.0.0 |
| 3090 | 2025-08-18T19:04:33.141Z | [ helios-setup] Aug 18 19:04:33.251 INFO E| Compiling crossbeam-utils v0.8.14 |
| 3091 | 2025-08-18T19:04:34.001Z | [ host-package] Compiling owo-colors v4.2.2 |
| 3092 | 2025-08-18T19:04:34.352Z | [ helios-setup] Aug 18 19:04:34.463 INFO E| Compiling tap v1.0.1 |
| 3093 | 2025-08-18T19:04:35.017Z | [ helios-setup] Aug 18 19:04:35.129 INFO E| Compiling wyz v0.5.1 |
| 3094 | 2025-08-18T19:04:35.083Z | [ helios-setup] Aug 18 19:04:35.195 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
| 3095 | 2025-08-18T19:04:35.868Z | [ host-package] Compiling libsw-core v0.3.1 |
| 3096 | 2025-08-18T19:04:36.761Z | [ host-package] Compiling libsw v3.5.0 |
| 3097 | 2025-08-18T19:04:40.615Z | [ host-package] Compiling toml v0.8.23 |
| 3098 | 2025-08-18T19:04:43.662Z | [ host-package] Compiling linear-map v1.2.0 |
| 3099 | 2025-08-18T19:04:44.195Z | [ host-package] Compiling keccak v0.1.5 |
| 3100 | 2025-08-18T19:04:44.511Z | [ helios-setup] Aug 18 19:04:44.636 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
| 3101 | 2025-08-18T19:04:44.622Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3102 | 2025-08-18T19:04:45.741Z | [ host-package] Compiling sha3 v0.10.8 |
| 3103 | 2025-08-18T19:04:46.064Z | [ helios-setup] Aug 18 19:04:46.191 INFO E| Compiling tokio-tungstenite v0.18.0 |
| 3104 | 2025-08-18T19:04:46.952Z | [ host-package] Compiling prettyplease v0.2.36 |
| 3105 | 2025-08-18T19:04:47.166Z | [ helios-setup] Aug 18 19:04:47.294 INFO E| Compiling serde_spanned v0.6.1 |
| 3106 | 2025-08-18T19:04:47.815Z | [ helios-setup] Aug 18 19:04:47.944 INFO E| Compiling toml_datetime v0.6.1 |
| 3107 | 2025-08-18T19:04:47.820Z | [ host-package] Compiling tungstenite v0.21.0 |
| 3108 | 2025-08-18T19:04:49.333Z | [ helios-setup] Aug 18 19:04:49.464 INFO E| Compiling zerocopy-derive v0.6.6 |
| 3109 | 2025-08-18T19:04:53.078Z | [ helios-setup] Aug 18 19:04:53.212 INFO E| Compiling bzip2-sys v0.1.13+1.0.8 |
| 3110 | 2025-08-18T19:04:53.529Z | [ helios-setup] Aug 18 19:04:53.656 INFO E| Compiling smartstring v1.0.1 |
| 3111 | 2025-08-18T19:04:54.858Z | [ helios-setup] Aug 18 19:04:54.993 INFO E| Compiling packed_struct v0.10.1 |
| 3112 | 2025-08-18T19:04:54.983Z | [ helios-setup] Aug 18 19:04:55.121 INFO E| Compiling funty v2.0.0 |
| 3113 | 2025-08-18T19:04:55.981Z | [ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3114 | 2025-08-18T19:04:56.093Z | [ helios-setup] Aug 18 19:04:56.231 INFO E| Compiling winnow v0.4.1 |
| 3115 | 2025-08-18T19:04:56.490Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3116 | 2025-08-18T19:04:58.766Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3117 | 2025-08-18T19:05:00.744Z | [ helios-setup] Aug 18 19:05:00.889 INFO E| Compiling rustls v0.21.0 |
| 3118 | 2025-08-18T19:05:01.048Z | [ helios-setup] Aug 18 19:05:01.192 INFO E| Compiling num-bigint-dig v0.8.4 |
| 3119 | 2025-08-18T19:05:01.736Z | [ helios-setup] Aug 18 19:05:01.882 INFO E| Compiling bitvec v1.0.1 |
| 3120 | 2025-08-18T19:05:03.610Z | [ helios-setup] Aug 18 19:05:03.759 INFO E| Compiling toml_edit v0.19.8 |
| 3121 | 2025-08-18T19:05:04.039Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3122 | 2025-08-18T19:05:05.141Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3123 | 2025-08-18T19:05:08.257Z | [ helios-setup] Aug 18 19:05:08.412 INFO E| Compiling zerocopy v0.6.6 |
| 3124 | 2025-08-18T19:05:11.541Z | [ helios-setup] Aug 18 19:05:11.686 INFO E| Compiling pkcs8 v0.10.2 |
| 3125 | 2025-08-18T19:05:14.223Z | [ helios-setup] Aug 18 19:05:14.385 INFO E| Compiling rustls-webpki v0.100.1 |
| 3126 | 2025-08-18T19:05:15.040Z | [ helios-setup] Aug 18 19:05:15.203 INFO E| Compiling sct v0.7.0 |
| 3127 | 2025-08-18T19:05:16.159Z | [ helios-setup] Aug 18 19:05:16.324 INFO E| Compiling num-iter v0.1.44 |
| 3128 | 2025-08-18T19:05:16.708Z | [ helios-setup] Aug 18 19:05:16.874 INFO E| Compiling packed_struct_codegen v0.10.1 |
| 3129 | 2025-08-18T19:05:16.715Z | [ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3130 | 2025-08-18T19:05:18.301Z | [ helios-setup] Aug 18 19:05:18.468 INFO E| Compiling async-trait v0.1.68 |
| 3131 | 2025-08-18T19:05:19.829Z | [ helios-setup] Aug 18 19:05:19.998 INFO E| Compiling crc-catalog v2.4.0 |
| 3132 | 2025-08-18T19:05:20.197Z | [ helios-setup] Aug 18 19:05:20.367 INFO E| Compiling slog-async v2.7.0 |
| 3133 | 2025-08-18T19:05:20.425Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3134 | 2025-08-18T19:05:21.539Z | [ helios-setup] Aug 18 19:05:21.711 INFO E| Compiling paste v1.0.12 |
| 3135 | 2025-08-18T19:05:21.585Z | [ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3136 | 2025-08-18T19:05:21.838Z | [ helios-setup] Aug 18 19:05:22.011 INFO E| Compiling static_assertions v1.1.0 |
| 3137 | 2025-08-18T19:05:22.099Z | [ helios-setup] Aug 18 19:05:22.272 INFO E| Compiling nodrop v0.1.14 |
| 3138 | 2025-08-18T19:05:22.720Z | [ helios-setup] Aug 18 19:05:22.893 INFO E| Compiling match_cfg v0.1.0 |
| 3139 | 2025-08-18T19:05:22.866Z | [ helios-setup] Aug 18 19:05:23.039 INFO E| Compiling camino v1.1.4 |
| 3140 | 2025-08-18T19:05:23.004Z | [ helios-setup] Aug 18 19:05:23.178 INFO E| Compiling hostname v0.3.1 |
| 3141 | 2025-08-18T19:05:24.338Z | [ helios-setup] Aug 18 19:05:24.514 INFO E| Compiling array-init v0.0.4 |
| 3142 | 2025-08-18T19:05:26.564Z | [ host-package] Compiling half v2.4.1 |
| 3143 | 2025-08-18T19:05:26.962Z | [ helios-setup] Aug 18 19:05:27.139 INFO E| Compiling crc v3.3.0 |
| 3144 | 2025-08-18T19:05:27.432Z | [ host-package] Compiling ciborium-io v0.2.2 |
| 3145 | 2025-08-18T19:05:27.908Z | [ helios-setup] Aug 18 19:05:28.086 INFO E| Compiling crossbeam-channel v0.5.6 |
| 3146 | 2025-08-18T19:05:27.977Z | [ host-package] Compiling ciborium-ll v0.2.2 |
| 3147 | 2025-08-18T19:05:28.202Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
| 3148 | 2025-08-18T19:05:28.298Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3149 | 2025-08-18T19:05:28.998Z | [ helios-setup] Aug 18 19:05:29.179 INFO E| Compiling pkcs1 v0.7.5 |
| 3150 | 2025-08-18T19:05:29.059Z | [ host-package] Compiling ciborium v0.2.2 |
| 3151 | 2025-08-18T19:05:29.844Z | [ host-package] Compiling papergrid v0.11.0 |
| 3152 | 2025-08-18T19:05:30.625Z | [ host-package] Compiling tabled_derive v0.7.0 |
| 3153 | 2025-08-18T19:05:31.175Z | [ helios-setup] Aug 18 19:05:31.359 INFO E| Compiling smallvec v0.6.14 |
| 3154 | 2025-08-18T19:05:32.292Z | [ helios-setup] Aug 18 19:05:32.478 INFO E| Compiling toml v0.7.3 |
| 3155 | 2025-08-18T19:05:33.562Z | [ host-package] Compiling highway v1.3.0 |
| 3156 | 2025-08-18T19:05:34.814Z | [ host-package] Compiling tabled v0.15.0 |
| 3157 | 2025-08-18T19:05:35.027Z | [ helios-setup] Aug 18 19:05:35.216 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
| 3158 | 2025-08-18T19:05:35.115Z | [ helios-setup] Aug 18 19:05:35.303 INFO E| Compiling slog-json v2.6.1 |
| 3159 | 2025-08-18T19:05:35.602Z | [ helios-setup] Aug 18 19:05:35.792 INFO E| Compiling unicode-linebreak v0.1.4 |
| 3160 | 2025-08-18T19:05:36.138Z | [ helios-setup] Aug 18 19:05:36.329 INFO E| Compiling bitflags v2.9.1 |
| 3161 | 2025-08-18T19:05:36.850Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3162 | 2025-08-18T19:05:37.758Z | [ helios-setup] Aug 18 19:05:37.951 INFO E| Compiling bincode v1.3.3 |
| 3163 | 2025-08-18T19:05:38.895Z | [ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3164 | 2025-08-18T19:05:39.782Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3165 | 2025-08-18T19:05:40.343Z | [ helios-setup] Aug 18 19:05:40.539 INFO E| Compiling signature v2.2.0 |
| 3166 | 2025-08-18T19:05:40.880Z | [ helios-setup] Aug 18 19:05:41.076 INFO E| Compiling async-stream-impl v0.3.5 |
| 3167 | 2025-08-18T19:05:41.028Z | [ helios-setup] Aug 18 19:05:41.225 INFO E| Compiling rhai_codegen v1.5.0 |
| 3168 | 2025-08-18T19:05:41.709Z | [ helios-setup] Aug 18 19:05:41.907 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
| 3169 | 2025-08-18T19:05:41.878Z | [ helios-setup] Aug 18 19:05:42.076 INFO E| Compiling take_mut v0.2.2 |
| 3170 | 2025-08-18T19:05:42.284Z | [ helios-setup] Aug 18 19:05:42.483 INFO E| Compiling bitfield v0.14.0 |
| 3171 | 2025-08-18T19:05:42.695Z | [ helios-setup] Aug 18 19:05:42.894 INFO E| Compiling allocator-api2 v0.2.21 |
| 3172 | 2025-08-18T19:05:43.063Z | [ helios-setup] Aug 18 19:05:43.261 INFO E| Compiling subtle v2.6.1 |
| 3173 | 2025-08-18T19:05:43.731Z | [ helios-setup] Aug 18 19:05:43.931 INFO E| Compiling foldhash v0.1.5 |
| 3174 | 2025-08-18T19:05:43.901Z | [ helios-setup] Aug 18 19:05:44.101 INFO E| Compiling equivalent v1.0.2 |
| 3175 | 2025-08-18T19:05:43.978Z | [ helios-setup] Aug 18 19:05:44.179 INFO E| Compiling termcolor v1.2.0 |
| 3176 | 2025-08-18T19:05:44.549Z | [ helios-setup] Aug 18 19:05:44.750 INFO E| Compiling hashbrown v0.15.3 |
| 3177 | 2025-08-18T19:05:44.670Z | [ helios-setup] Aug 18 19:05:44.872 INFO E| Compiling async-stream v0.3.5 |
| 3178 | 2025-08-18T19:05:44.962Z | [ helios-setup] Aug 18 19:05:45.164 INFO E| Compiling rsa v0.9.8 |
| 3179 | 2025-08-18T19:05:45.952Z | [ helios-setup] Aug 18 19:05:46.156 INFO E| Compiling env_logger v0.10.2 |
| 3180 | 2025-08-18T19:05:46.046Z | [ helios-setup] Aug 18 19:05:46.248 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#f05c063e) |
| 3181 | 2025-08-18T19:05:46.437Z | [ helios-setup] Aug 18 19:05:46.640 INFO E| Compiling rhai v1.14.0 |
| 3182 | 2025-08-18T19:05:46.834Z | [ host-package] Compiling resolv-conf v0.7.0 |
| 3183 | 2025-08-18T19:05:48.533Z | [ helios-setup] Aug 18 19:05:48.740 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
| 3184 | 2025-08-18T19:05:49.530Z | [ helios-setup] Aug 18 19:05:49.738 INFO E| Compiling ron v0.8.1 |
| 3185 | 2025-08-18T19:05:50.087Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3186 | 2025-08-18T19:05:50.392Z | [ host-package] Compiling universal-hash v0.5.1 |
| 3187 | 2025-08-18T19:05:51.050Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
| 3188 | 2025-08-18T19:05:51.833Z | [ helios-setup] Aug 18 19:05:52.044 INFO E| Compiling tokio-rustls v0.24.0 |
| 3189 | 2025-08-18T19:05:52.651Z | [ helios-setup] Aug 18 19:05:52.863 INFO E| Compiling slog-bunyan v2.4.0 |
| 3190 | 2025-08-18T19:05:52.851Z | [ helios-setup] Aug 18 19:05:53.062 INFO E| Compiling serde-hex v0.1.0 |
| 3191 | 2025-08-18T19:05:53.304Z | [ helios-setup] Aug 18 19:05:53.516 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3192 | 2025-08-18T19:05:54.819Z | [ host-package] Compiling opaque-debug v0.3.1 |
| 3193 | 2025-08-18T19:05:54.884Z | [ host-package] Compiling semver v0.1.20 |
| 3194 | 2025-08-18T19:05:55.318Z | [ host-package] Compiling poly1305 v0.8.0 |
| 3195 | 2025-08-18T19:05:56.070Z | [ host-package] Compiling rustc_version v0.1.7 |
| 3196 | 2025-08-18T19:05:56.197Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
| 3197 | 2025-08-18T19:05:56.902Z | [ host-package] Compiling tough v0.20.0 |
| 3198 | 2025-08-18T19:05:57.028Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3199 | 2025-08-18T19:05:58.048Z | [ helios-setup] Aug 18 19:05:58.267 INFO E| Compiling x509-cert v0.2.5 |
| 3200 | 2025-08-18T19:05:58.139Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3201 | 2025-08-18T19:05:58.511Z | [ host-package] Compiling chacha20 v0.9.1 |
| 3202 | 2025-08-18T19:05:58.959Z | [ host-package] Compiling aead v0.5.2 |
| 3203 | 2025-08-18T19:05:59.090Z | [ helios-setup] Aug 18 19:05:59.310 INFO E| Compiling rustls-pemfile v1.0.2 |
| 3204 | 2025-08-18T19:05:59.365Z | [ host-package] Compiling newtype_derive v0.1.6 |
| 3205 | 2025-08-18T19:05:59.453Z | [ host-package] Compiling vsss-rs v3.3.4 |
| 3206 | 2025-08-18T19:05:59.932Z | [ helios-setup] Aug 18 19:06:00.153 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
| 3207 | 2025-08-18T19:05:59.936Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
| 3208 | 2025-08-18T19:06:00.478Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
| 3209 | 2025-08-18T19:06:00.503Z | [ helios-setup] Aug 18 19:06:00.725 INFO E| Compiling serde_path_to_error v0.1.11 |
| 3210 | 2025-08-18T19:06:00.604Z | [ helios-setup] Aug 18 19:06:00.821 INFO E| Compiling derive-where v1.4.0 |
| 3211 | 2025-08-18T19:06:00.775Z | [ host-package] Compiling linked-hash-map v0.5.6 |
| 3212 | 2025-08-18T19:06:01.710Z | [ host-package] Compiling smawk v0.3.2 |
| 3213 | 2025-08-18T19:06:01.953Z | [ host-package] Compiling lru-cache v0.1.2 |
| 3214 | 2025-08-18T19:06:02.402Z | [ helios-setup] Aug 18 19:06:02.626 INFO E| Compiling hex v0.4.3 |
| 3215 | 2025-08-18T19:06:02.663Z | [ host-package] Compiling textwrap v0.16.2 |
| 3216 | 2025-08-18T19:06:03.119Z | [ host-package] Compiling humantime v2.2.0 |
| 3217 | 2025-08-18T19:06:03.740Z | [ helios-setup] Aug 18 19:06:03.966 INFO E| Compiling debug-ignore v1.0.5 |
| 3218 | 2025-08-18T19:06:04.135Z | [ helios-setup] Aug 18 19:06:04.361 INFO E| Compiling crc-any v2.5.0 |
| 3219 | 2025-08-18T19:06:04.186Z | [ helios-setup] Aug 18 19:06:04.413 INFO E| Compiling rustc-hash v2.1.1 |
| 3220 | 2025-08-18T19:06:04.238Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3221 | 2025-08-18T19:06:04.624Z | [ helios-setup] Aug 18 19:06:04.851 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3222 | 2025-08-18T19:06:05.626Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3223 | 2025-08-18T19:06:06.661Z | [ helios-setup] Aug 18 19:06:06.891 INFO E| Compiling iddqd v0.3.1 |
| 3224 | 2025-08-18T19:06:07.578Z | [ helios-setup] Aug 18 19:06:07.809 INFO E| Compiling object v0.30.4 |
| 3225 | 2025-08-18T19:06:07.996Z | [ helios-setup] Aug 18 19:06:08.228 INFO E| Compiling smawk v0.3.1 |
| 3226 | 2025-08-18T19:06:08.510Z | [ host-package] Compiling hickory-proto v0.24.4 |
| 3227 | 2025-08-18T19:06:08.534Z | [ helios-setup] Aug 18 19:06:08.765 INFO E| Compiling path-slash v0.1.5 |
| 3228 | 2025-08-18T19:06:09.042Z | [ helios-setup] Aug 18 19:06:09.275 INFO E| Compiling textwrap v0.16.0 |
| 3229 | 2025-08-18T19:06:09.301Z | [ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3230 | 2025-08-18T19:06:12.771Z | [ host-package] Compiling steno v0.4.1 |
| 3231 | 2025-08-18T19:06:13.749Z | [ host-package] Compiling slog-dtrace v0.3.0 |
| 3232 | 2025-08-18T19:06:14.196Z | [ helios-setup] Aug 18 19:06:14.436 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#f05c063e) |
| 3233 | 2025-08-18T19:06:14.953Z | [ host-package] Compiling moka v0.12.10 |
| 3234 | 2025-08-18T19:06:15.462Z | [ host-package] Compiling tagptr v0.2.0 |
| 3235 | 2025-08-18T19:06:15.611Z | [ helios-setup] Aug 18 19:06:15.852 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks) |
| 3236 | 2025-08-18T19:06:16.459Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3237 | 2025-08-18T19:06:19.801Z | [ helios-setup] Aug 18 19:06:20.047 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client) |
| 3238 | 2025-08-18T19:06:24.124Z | [ host-package] Compiling hickory-resolver v0.24.4 |
| 3239 | 2025-08-18T19:06:25.382Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3240 | 2025-08-18T19:06:29.346Z | [ host-package] Compiling hickory-resolver v0.25.2 |
| 3241 | 2025-08-18T19:06:35.913Z | [ helios-setup] Aug 18 19:06:36.180 INFO E| Compiling bzip2 v0.4.4 |
| 3242 | 2025-08-18T19:06:37.072Z | [ helios-setup] Aug 18 19:06:37.339 INFO E| Compiling zip v0.6.6 |
| 3243 | 2025-08-18T19:06:37.792Z | [ host-package] Compiling qorb v0.4.1 |
| 3244 | 2025-08-18T19:06:39.109Z | [ helios-setup] Aug 18 19:06:39.380 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e) |
| 3245 | 2025-08-18T19:06:50.878Z | [ helios-setup] Aug 18 19:06:50.905 INFO E| Compiling git2 v0.16.1 |
| 3246 | 2025-08-18T19:06:52.115Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3247 | 2025-08-18T19:06:55.988Z | [ helios-setup] Aug 18 19:06:55.701 INFO E| Compiling built v0.6.0 |
| 3248 | 2025-08-18T19:06:57.884Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3249 | 2025-08-18T19:06:57.948Z | [ helios-setup] Aug 18 19:06:57.540 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
| 3250 | 2025-08-18T19:06:59.268Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3251 | 2025-08-18T19:06:59.375Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3252 | 2025-08-18T19:06:59.537Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3253 | 2025-08-18T19:06:59.871Z | [ helios-setup] Aug 18 19:06:59.345 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
| 3254 | 2025-08-18T19:07:00.528Z | [ helios-setup] Aug 18 19:06:59.962 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
| 3255 | 2025-08-18T19:07:01.124Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3256 | 2025-08-18T19:07:01.565Z | [ helios-setup] Aug 18 19:07:00.936 INFO E| warning: struct `NeedRequestContext` is never constructed |
| 3257 | 2025-08-18T19:07:01.565Z | [ helios-setup] Aug 18 19:07:00.936 INFO E| --> racktest/agent/server/src/lib.rs:104:9 |
| 3258 | 2025-08-18T19:07:01.568Z | [ helios-setup] Aug 18 19:07:00.936 INFO E| | |
| 3259 | 2025-08-18T19:07:01.568Z | [ helios-setup] Aug 18 19:07:00.936 INFO E| 104 | rc: RequestContext<Arc<Agent>>, |
| 3260 | 2025-08-18T19:07:01.568Z | [ helios-setup] Aug 18 19:07:00.936 INFO E| | ^^^^^^^^^^^^^^ |
| 3261 | 2025-08-18T19:07:01.568Z | [ helios-setup] Aug 18 19:07:00.936 INFO E| | |
| 3262 | 2025-08-18T19:07:01.568Z | [ helios-setup] Aug 18 19:07:00.936 INFO E| = note: `#[warn(dead_code)]` on by default |
| 3263 | 2025-08-18T19:07:01.568Z | [ helios-setup] Aug 18 19:07:00.936 INFO E| warning: struct `NeedHttpResponse` is never constructed |
| 3264 | 2025-08-18T19:07:01.568Z | [ helios-setup] Aug 18 19:07:00.936 INFO E| --> racktest/agent/server/src/lib.rs:107:6 |
| 3265 | 2025-08-18T19:07:01.568Z | [ helios-setup] Aug 18 19:07:00.936 INFO E| | |
| 3266 | 2025-08-18T19:07:01.568Z | [ helios-setup] Aug 18 19:07:00.936 INFO E| 107 | ) -> DSResult<HttpResponseUpdatedNoContent> { |
| 3267 | 2025-08-18T19:07:01.568Z | [ helios-setup] Aug 18 19:07:00.936 INFO E| | ^^^^^^^^ |
| 3268 | 2025-08-18T19:07:01.568Z | [ helios-setup] Aug 18 19:07:00.936 INFO E| warning: struct `NeedRequestContext` is never constructed |
| 3269 | 2025-08-18T19:07:01.568Z | [ helios-setup] Aug 18 19:07:00.936 INFO E| --> racktest/agent/server/src/lib.rs:132:9 |
| 3270 | 2025-08-18T19:07:01.568Z | [ helios-setup] Aug 18 19:07:00.936 INFO E| | |
| 3271 | 2025-08-18T19:07:01.568Z | [ helios-setup] Aug 18 19:07:00.936 INFO E| 132 | rc: RequestContext<Arc<Agent>>, |
| 3272 | 2025-08-18T19:07:01.568Z | [ helios-setup] Aug 18 19:07:00.936 INFO E| | ^^^^^^^^^^^^^^ |
| 3273 | 2025-08-18T19:07:01.568Z | [ helios-setup] Aug 18 19:07:00.936 INFO E| warning: struct `NeedHttpResponse` is never constructed |
| 3274 | 2025-08-18T19:07:01.568Z | [ helios-setup] Aug 18 19:07:00.936 INFO E| --> racktest/agent/server/src/lib.rs:135:6 |
| 3275 | 2025-08-18T19:07:01.568Z | [ helios-setup] Aug 18 19:07:00.936 INFO E| | |
| 3276 | 2025-08-18T19:07:01.568Z | [ helios-setup] Aug 18 19:07:00.936 INFO E| 135 | ) -> DSResult<HttpResponseUpdatedNoContent> { |
| 3277 | 2025-08-18T19:07:01.569Z | [ helios-setup] Aug 18 19:07:00.936 INFO E| | ^^^^^^^^ |
| 3278 | 2025-08-18T19:07:01.569Z | [ helios-setup] Aug 18 19:07:00.936 INFO E| warning: struct `NeedRequestContext` is never constructed |
| 3279 | 2025-08-18T19:07:01.569Z | [ helios-setup] Aug 18 19:07:00.936 INFO E| --> racktest/agent/server/src/lib.rs:284:9 |
| 3280 | 2025-08-18T19:07:01.569Z | [ helios-setup] Aug 18 19:07:00.936 INFO E| | |
| 3281 | 2025-08-18T19:07:01.569Z | [ helios-setup] Aug 18 19:07:00.936 INFO E| 284 | rc: RequestContext<Arc<Agent>>, |
| 3282 | 2025-08-18T19:07:01.569Z | [ helios-setup] Aug 18 19:07:00.936 INFO E| | ^^^^^^^^^^^^^^ |
| 3283 | 2025-08-18T19:07:01.569Z | [ helios-setup] Aug 18 19:07:00.936 INFO E| warning: struct `NeedRequestContext` is never constructed |
| 3284 | 2025-08-18T19:07:01.569Z | [ helios-setup] Aug 18 19:07:00.936 INFO E| --> racktest/agent/server/src/lib.rs:406:9 |
| 3285 | 2025-08-18T19:07:01.569Z | [ helios-setup] Aug 18 19:07:00.936 INFO E| | |
| 3286 | 2025-08-18T19:07:01.569Z | [ helios-setup] Aug 18 19:07:00.936 INFO E| 406 | rc: RequestContext<Arc<Agent>>, |
| 3287 | 2025-08-18T19:07:01.569Z | [ helios-setup] Aug 18 19:07:00.936 INFO E| | ^^^^^^^^^^^^^^ |
| 3288 | 2025-08-18T19:07:02.906Z | [ helios-setup] Aug 18 19:07:02.194 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
| 3289 | 2025-08-18T19:07:10.320Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3290 | 2025-08-18T19:07:10.414Z | [ host-package] Compiling maplit v1.0.2 |
| 3291 | 2025-08-18T19:07:10.418Z | [ host-package] Compiling crunchy v0.2.2 |
| 3292 | 2025-08-18T19:07:10.840Z | [ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3293 | 2025-08-18T19:07:11.630Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
| 3294 | 2025-08-18T19:07:11.980Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
| 3295 | 2025-08-18T19:07:14.347Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
| 3296 | 2025-08-18T19:07:14.411Z | [ helios-setup] Aug 18 19:07:12.994 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
| 3297 | 2025-08-18T19:07:14.423Z | [ host-package] Compiling proc-macro-error-attr2 v2.0.0 |
| 3298 | 2025-08-18T19:07:14.523Z | [ host-package] Compiling tiny-keccak v2.0.2 |
| 3299 | 2025-08-18T19:07:15.160Z | [ host-package] Compiling diesel_derives v2.2.3 |
| 3300 | 2025-08-18T19:07:15.490Z | [ helios-setup] Aug 18 19:07:14.007 INFO E| warning: `racktest-agent` (lib) generated 6 warnings |
| 3301 | 2025-08-18T19:07:15.654Z | [ host-package] Compiling r2d2 v0.8.10 |
| 3302 | 2025-08-18T19:07:15.860Z | [ host-package] Compiling proc-macro-error2 v2.0.1 |
| 3303 | 2025-08-18T19:07:17.534Z | [ host-package] Compiling const_format_proc_macros v0.2.34 |
| 3304 | 2025-08-18T19:07:21.123Z | [ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3305 | 2025-08-18T19:07:23.286Z | [ host-package] Compiling num-derive v0.3.3 |
| 3306 | 2025-08-18T19:07:27.156Z | [ host-package] Compiling bit-vec v0.6.3 |
| 3307 | 2025-08-18T19:07:27.742Z | [ host-package] Compiling libscf-sys v1.1.0 |
| 3308 | 2025-08-18T19:07:27.977Z | [ host-package] Compiling bit-set v0.5.3 |
| 3309 | 2025-08-18T19:07:28.758Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3310 | 2025-08-18T19:07:32.974Z | [ host-package] Compiling const_format v0.2.34 |
| 3311 | 2025-08-18T19:07:34.376Z | [ host-package] Compiling diesel v2.2.12 |
| 3312 | 2025-08-18T19:07:36.896Z | [ host-package] Compiling tabled_derive v0.10.0 |
| 3313 | 2025-08-18T19:07:38.591Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3314 | 2025-08-18T19:07:41.192Z | [ host-package] Compiling papergrid v0.14.0 |
| 3315 | 2025-08-18T19:07:41.465Z | [ host-package] Compiling ascii-canvas v3.0.0 |
| 3316 | 2025-08-18T19:07:42.702Z | [ host-package] Compiling ena v0.14.3 |
| 3317 | 2025-08-18T19:07:43.601Z | [ host-package] Compiling regex-syntax v0.6.29 |
| 3318 | 2025-08-18T19:07:47.509Z | [ helios-setup] Aug 18 19:07:45.868 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
| 3319 | 2025-08-18T19:07:49.275Z | [ host-package] Compiling diff v0.1.13 |
| 3320 | 2025-08-18T19:07:49.942Z | [ host-package] Compiling bindgen v0.71.1 |
| 3321 | 2025-08-18T19:07:50.263Z | [ host-package] Compiling lalrpop v0.19.12 |
| 3322 | 2025-08-18T19:07:50.898Z | [ host-package] Compiling tabled v0.18.0 |
| 3323 | 2025-08-18T19:07:53.703Z | [ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3324 | 2025-08-18T19:07:54.374Z | [ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3325 | 2025-08-18T19:07:56.200Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3326 | 2025-08-18T19:07:56.645Z | [ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3327 | 2025-08-18T19:07:57.168Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3328 | 2025-08-18T19:07:57.457Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3329 | 2025-08-18T19:07:57.747Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3330 | 2025-08-18T19:08:02.264Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3331 | 2025-08-18T19:08:03.702Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3332 | 2025-08-18T19:08:04.797Z | [ host-package] Compiling derive_builder_core v0.20.2 |
| 3333 | 2025-08-18T19:08:08.699Z | [ host-package] Compiling headers-core v0.3.0 |
| 3334 | 2025-08-18T19:08:09.148Z | [ host-package] Compiling libxml v0.3.3 |
| 3335 | 2025-08-18T19:08:10.248Z | [ host-package] Compiling headers v0.4.1 |
| 3336 | 2025-08-18T19:08:15.922Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
| 3337 | 2025-08-18T19:08:20.309Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3338 | 2025-08-18T19:08:20.794Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3339 | 2025-08-18T19:08:20.942Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3340 | 2025-08-18T19:08:21.083Z | [ host-package] Compiling samael v0.0.19 |
| 3341 | 2025-08-18T19:08:22.209Z | [ host-package] Compiling strum_macros v0.24.3 |
| 3342 | 2025-08-18T19:08:22.438Z | [ host-package] Compiling polar-core v0.27.3 |
| 3343 | 2025-08-18T19:08:22.962Z | [ host-package] Compiling convert_case v0.7.1 |
| 3344 | 2025-08-18T19:08:24.384Z | [ host-package] Compiling indoc v1.0.9 |
| 3345 | 2025-08-18T19:08:24.527Z | [ host-package] Compiling crc8 v0.1.1 |
| 3346 | 2025-08-18T19:08:25.329Z | [ host-package] Compiling termtree v0.5.1 |
| 3347 | 2025-08-18T19:08:25.881Z | [ host-package] Compiling derive_more-impl v2.0.1 |
| 3348 | 2025-08-18T19:08:26.521Z | [ host-package] Compiling derive_builder v0.20.2 |
| 3349 | 2025-08-18T19:08:27.366Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3350 | 2025-08-18T19:08:28.007Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
| 3351 | 2025-08-18T19:08:28.242Z | [ host-package] Compiling oso-derive v0.27.3 |
| 3352 | 2025-08-18T19:08:29.143Z | [ host-package] Compiling quick-xml v0.37.2 |
| 3353 | 2025-08-18T19:08:30.697Z | [ host-package] Compiling derive_more v2.0.1 |
| 3354 | 2025-08-18T19:08:31.315Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3355 | 2025-08-18T19:08:33.141Z | [ host-package] Compiling diesel-dtrace v0.4.2 |
| 3356 | 2025-08-18T19:08:34.088Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
| 3357 | 2025-08-18T19:08:34.172Z | [ host-package] Compiling arc-swap v1.7.1 |
| 3358 | 2025-08-18T19:08:35.013Z | [ host-package] Compiling siphasher v1.0.1 |
| 3359 | 2025-08-18T19:08:35.118Z | [ host-package] Compiling vte v0.11.1 |
| 3360 | 2025-08-18T19:08:35.283Z | [ host-package] Compiling slog-scope v4.4.0 |
| 3361 | 2025-08-18T19:08:35.836Z | [ host-package] Compiling phf_shared v0.12.1 |
| 3362 | 2025-08-18T19:08:36.537Z | [ host-package] Compiling crossterm v0.29.0 |
| 3363 | 2025-08-18T19:08:36.611Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520) |
| 3364 | 2025-08-18T19:08:37.156Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3365 | 2025-08-18T19:08:37.228Z | [ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3366 | 2025-08-18T19:08:41.107Z | [ helios-setup] Aug 18 19:08:39.534 INFO E| Finished `release` profile [optimized] target(s) in 6m 37s |
| 3367 | 2025-08-18T19:08:41.247Z | [ helios-setup] Aug 18 19:08:39.675 INFO building project "pilot" ok (398 seconds) |
| 3368 | 2025-08-18T19:08:41.253Z | [ helios-setup] Aug 18 19:08:39.675 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver" |
| 3369 | 2025-08-18T19:08:41.364Z | [ helios-setup] Aug 18 19:08:39.791 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.89.0-x86_64-unknown-illumos (default)" |
| 3370 | 2025-08-18T19:08:41.364Z | [ helios-setup] Aug 18 19:08:39.791 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
| 3371 | 2025-08-18T19:08:41.370Z | [ helios-setup] Aug 18 19:08:39.791 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
| 3372 | 2025-08-18T19:08:41.688Z | [ helios-setup] Aug 18 19:08:40.114 INFO E| Downloading crates ... |
| 3373 | 2025-08-18T19:08:41.753Z | [ helios-setup] Aug 18 19:08:40.182 INFO E| Downloaded sha2 v0.10.5 |
| 3374 | 2025-08-18T19:08:41.757Z | [ helios-setup] Aug 18 19:08:40.186 INFO E| Downloaded digest v0.10.3 |
| 3375 | 2025-08-18T19:08:41.761Z | [ helios-setup] Aug 18 19:08:40.190 INFO E| Downloaded bytes v1.2.1 |
| 3376 | 2025-08-18T19:08:41.768Z | [ helios-setup] Aug 18 19:08:40.196 INFO E| Downloaded typenum v1.15.0 |
| 3377 | 2025-08-18T19:08:41.771Z | [ helios-setup] Aug 18 19:08:40.200 INFO E| Downloaded anyhow v1.0.62 |
| 3378 | 2025-08-18T19:08:41.852Z | [ helios-setup] Aug 18 19:08:40.279 INFO E| Compiling version_check v0.9.4 |
| 3379 | 2025-08-18T19:08:41.852Z | [ helios-setup] Aug 18 19:08:40.279 INFO E| Compiling typenum v1.15.0 |
| 3380 | 2025-08-18T19:08:41.855Z | [ helios-setup] Aug 18 19:08:40.279 INFO E| Compiling cfg-if v1.0.0 |
| 3381 | 2025-08-18T19:08:41.855Z | [ helios-setup] Aug 18 19:08:40.280 INFO E| Compiling crc32fast v1.3.2 |
| 3382 | 2025-08-18T19:08:41.855Z | [ helios-setup] Aug 18 19:08:40.280 INFO E| Compiling adler v1.0.2 |
| 3383 | 2025-08-18T19:08:41.855Z | [ helios-setup] Aug 18 19:08:40.280 INFO E| Compiling anyhow v1.0.62 |
| 3384 | 2025-08-18T19:08:41.855Z | [ helios-setup] Aug 18 19:08:40.280 INFO E| Compiling cpufeatures v0.2.5 |
| 3385 | 2025-08-18T19:08:41.855Z | [ helios-setup] Aug 18 19:08:40.280 INFO E| Compiling unicode-width v0.1.10 |
| 3386 | 2025-08-18T19:08:42.522Z | [ helios-setup] Aug 18 19:08:40.952 INFO E| Compiling miniz_oxide v0.6.2 |
| 3387 | 2025-08-18T19:08:42.568Z | [ helios-setup] Aug 18 19:08:40.997 INFO E| Compiling getopts v0.2.21 |
| 3388 | 2025-08-18T19:08:42.762Z | [ helios-setup] Aug 18 19:08:41.191 INFO E| Compiling bytes v1.2.1 |
| 3389 | 2025-08-18T19:08:42.762Z | [ helios-setup] Aug 18 19:08:41.191 INFO E| Compiling bitflags v1.3.2 |
| 3390 | 2025-08-18T19:08:42.879Z | [ helios-setup] Aug 18 19:08:41.309 INFO E| Compiling generic-array v0.14.6 |
| 3391 | 2025-08-18T19:08:44.544Z | [ helios-setup] Aug 18 19:08:42.976 INFO E| Compiling flate2 v1.0.25 |
| 3392 | 2025-08-18T19:08:46.445Z | [ host-package] Compiling bb8 v0.8.5 |
| 3393 | 2025-08-18T19:08:47.311Z | [ host-package] Compiling unicase v2.7.0 |
| 3394 | 2025-08-18T19:08:47.386Z | [ host-package] Compiling chrono-tz v0.10.4 |
| 3395 | 2025-08-18T19:08:47.763Z | [ host-package] Compiling xshell-macros v0.2.7 |
| 3396 | 2025-08-18T19:08:47.921Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
| 3397 | 2025-08-18T19:08:48.054Z | [ helios-setup] Aug 18 19:08:46.490 INFO E| Compiling crypto-common v0.1.6 |
| 3398 | 2025-08-18T19:08:48.054Z | [ helios-setup] Aug 18 19:08:46.490 INFO E| Compiling block-buffer v0.10.3 |
| 3399 | 2025-08-18T19:08:48.332Z | [ helios-setup] Aug 18 19:08:46.769 INFO E| Compiling digest v0.10.3 |
| 3400 | 2025-08-18T19:08:48.745Z | [ host-package] Compiling xshell v0.2.7 |
| 3401 | 2025-08-18T19:08:48.866Z | [ helios-setup] Aug 18 19:08:47.302 INFO E| Compiling sha2 v0.10.5 |
| 3402 | 2025-08-18T19:08:48.943Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520) |
| 3403 | 2025-08-18T19:08:49.551Z | [ helios-setup] Aug 18 19:08:47.989 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
| 3404 | 2025-08-18T19:08:53.243Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
| 3405 | 2025-08-18T19:08:53.635Z | [ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3406 | 2025-08-18T19:08:54.396Z | [ host-package] Compiling phf v0.12.1 |
| 3407 | 2025-08-18T19:08:54.443Z | [ helios-setup] Aug 18 19:08:52.884 INFO E| Finished `release` profile [optimized] target(s) in 12.95s |
| 3408 | 2025-08-18T19:08:54.460Z | [ helios-setup] Aug 18 19:08:52.901 INFO building project "bootserver" ok (13 seconds) |
| 3409 | 2025-08-18T19:08:54.461Z | [ helios-setup] Aug 18 19:08:52.901 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick" |
| 3410 | 2025-08-18T19:08:54.601Z | [ helios-setup] Aug 18 19:08:53.005 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.89.0-x86_64-unknown-illumos (default)" |
| 3411 | 2025-08-18T19:08:54.602Z | [ helios-setup] Aug 18 19:08:53.005 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
| 3412 | 2025-08-18T19:08:54.640Z | [ helios-setup] Aug 18 19:08:53.005 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
| 3413 | 2025-08-18T19:08:54.795Z | [ host-package] Compiling slog-stdlog v4.1.1 |
| 3414 | 2025-08-18T19:08:54.977Z | [ helios-setup] Aug 18 19:08:53.418 INFO E| Downloading crates ... |
| 3415 | 2025-08-18T19:08:55.071Z | [ helios-setup] Aug 18 19:08:53.513 INFO E| Downloaded miniz_oxide v0.8.8 |
| 3416 | 2025-08-18T19:08:55.132Z | [ helios-setup] Aug 18 19:08:53.575 INFO E| Compiling adler2 v2.0.0 |
| 3417 | 2025-08-18T19:08:55.323Z | [ helios-setup] Aug 18 19:08:53.766 INFO E| Compiling miniz_oxide v0.8.8 |
| 3418 | 2025-08-18T19:08:55.777Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3419 | 2025-08-18T19:08:56.830Z | [ host-package] Compiling oso v0.27.3 |
| 3420 | 2025-08-18T19:08:58.130Z | [ helios-setup] Aug 18 19:08:56.579 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
| 3421 | 2025-08-18T19:08:59.073Z | [ helios-setup] Aug 18 19:08:57.523 INFO E| Finished `release` profile [optimized] target(s) in 4.41s |
| 3422 | 2025-08-18T19:08:59.085Z | [ helios-setup] Aug 18 19:08:57.536 INFO building project "pinprick" ok (4 seconds) |
| 3423 | 2025-08-18T19:08:59.085Z | [ helios-setup] Aug 18 19:08:57.536 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder" |
| 3424 | 2025-08-18T19:08:59.204Z | [ helios-setup] Aug 18 19:08:57.655 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.89.0-x86_64-unknown-illumos (default)" |
| 3425 | 2025-08-18T19:08:59.204Z | [ helios-setup] Aug 18 19:08:57.655 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
| 3426 | 2025-08-18T19:08:59.208Z | [ helios-setup] Aug 18 19:08:57.655 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
| 3427 | 2025-08-18T19:08:59.622Z | [ helios-setup] Aug 18 19:08:58.073 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
| 3428 | 2025-08-18T19:09:00.059Z | [ helios-setup] Aug 18 19:08:58.507 INFO E| From https://github.com/jclulow/rust-jmclib |
| 3429 | 2025-08-18T19:09:00.059Z | [ helios-setup] Aug 18 19:08:58.507 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
| 3430 | 2025-08-18T19:09:00.076Z | [ helios-setup] Aug 18 19:08:58.528 INFO E| Updating crates.io index |
| 3431 | 2025-08-18T19:09:00.263Z | [ helios-setup] Aug 18 19:08:58.714 INFO E| Downloading crates ... |
| 3432 | 2025-08-18T19:09:00.369Z | [ helios-setup] Aug 18 19:08:58.814 INFO E| Downloaded uuid v0.8.2 |
| 3433 | 2025-08-18T19:09:00.382Z | [ helios-setup] Aug 18 19:08:58.820 INFO E| Downloaded opaque-debug v0.3.0 |
| 3434 | 2025-08-18T19:09:00.382Z | [ helios-setup] Aug 18 19:08:58.821 INFO E| Downloaded ryu v1.0.15 |
| 3435 | 2025-08-18T19:09:00.382Z | [ helios-setup] Aug 18 19:08:58.826 INFO E| Downloaded quote v1.0.31 |
| 3436 | 2025-08-18T19:09:00.382Z | [ helios-setup] Aug 18 19:08:58.830 INFO E| Downloaded serde_derive v1.0.193 |
| 3437 | 2025-08-18T19:09:00.399Z | [ helios-setup] Aug 18 19:08:58.834 INFO E| Downloaded libdevinfo-sys v1.0.0 |
| 3438 | 2025-08-18T19:09:00.399Z | [ helios-setup] Aug 18 19:08:58.835 INFO E| Downloaded block-buffer v0.9.0 |
| 3439 | 2025-08-18T19:09:00.399Z | [ helios-setup] Aug 18 19:08:58.836 INFO E| Downloaded bitflags v2.3.3 |
| 3440 | 2025-08-18T19:09:00.412Z | [ helios-setup] Aug 18 19:08:58.840 INFO E| Downloaded tempfile v3.7.0 |
| 3441 | 2025-08-18T19:09:00.412Z | [ helios-setup] Aug 18 19:08:58.844 INFO E| Downloaded unicode-ident v1.0.11 |
| 3442 | 2025-08-18T19:09:00.412Z | [ helios-setup] Aug 18 19:08:58.848 INFO E| Downloaded proc-macro2 v1.0.66 |
| 3443 | 2025-08-18T19:09:00.412Z | [ helios-setup] Aug 18 19:08:58.851 INFO E| Downloaded md-5 v0.9.1 |
| 3444 | 2025-08-18T19:09:00.412Z | [ helios-setup] Aug 18 19:08:58.853 INFO E| Downloaded getrandom v0.2.10 |
| 3445 | 2025-08-18T19:09:00.412Z | [ helios-setup] Aug 18 19:08:58.858 INFO E| Downloaded digest v0.9.0 |
| 3446 | 2025-08-18T19:09:00.419Z | [ helios-setup] Aug 18 19:08:58.860 INFO E| Downloaded sha-1 v0.9.8 |
| 3447 | 2025-08-18T19:09:00.419Z | [ helios-setup] Aug 18 19:08:58.862 INFO E| Downloaded itoa v1.0.9 |
| 3448 | 2025-08-18T19:09:00.419Z | [ helios-setup] Aug 18 19:08:58.864 INFO E| Downloaded fastrand v2.0.0 |
| 3449 | 2025-08-18T19:09:00.419Z | [ helios-setup] Aug 18 19:08:58.866 INFO E| Downloaded cpufeatures v0.2.9 |
| 3450 | 2025-08-18T19:09:00.419Z | [ helios-setup] Aug 18 19:08:58.868 INFO E| Downloaded anyhow v1.0.72 |
| 3451 | 2025-08-18T19:09:00.425Z | [ helios-setup] Aug 18 19:08:58.873 INFO E| Downloaded once_cell v1.18.0 |
| 3452 | 2025-08-18T19:09:00.432Z | [ helios-setup] Aug 18 19:08:58.876 INFO E| Downloaded glob v0.3.1 |
| 3453 | 2025-08-18T19:09:00.454Z | [ helios-setup] Aug 18 19:08:58.903 INFO E| Downloaded libc v0.2.147 |
| 3454 | 2025-08-18T19:09:00.527Z | [ helios-setup] Aug 18 19:08:58.963 INFO E| Downloaded rustix v0.38.4 |
| 3455 | 2025-08-18T19:09:00.543Z | [ helios-setup] Aug 18 19:08:58.993 INFO E| Downloaded serde_json v1.0.103 |
| 3456 | 2025-08-18T19:09:00.551Z | [ helios-setup] Aug 18 19:08:59.002 INFO E| Downloaded serde v1.0.193 |
| 3457 | 2025-08-18T19:09:00.586Z | [ helios-setup] Aug 18 19:08:59.032 INFO E| Downloaded syn v2.0.32 |
| 3458 | 2025-08-18T19:09:00.669Z | [ helios-setup] Aug 18 19:08:59.122 INFO E| Compiling libc v0.2.147 |
| 3459 | 2025-08-18T19:09:00.763Z | [ helios-setup] Aug 18 19:08:59.202 INFO E| Compiling proc-macro2 v1.0.66 |
| 3460 | 2025-08-18T19:09:00.763Z | [ helios-setup] Aug 18 19:08:59.202 INFO E| Compiling unicode-ident v1.0.11 |
| 3461 | 2025-08-18T19:09:00.766Z | [ helios-setup] Aug 18 19:08:59.203 INFO E| Compiling cfg-if v1.0.0 |
| 3462 | 2025-08-18T19:09:00.766Z | [ helios-setup] Aug 18 19:08:59.203 INFO E| Compiling version_check v0.9.4 |
| 3463 | 2025-08-18T19:09:00.767Z | [ helios-setup] Aug 18 19:08:59.203 INFO E| Compiling typenum v1.16.0 |
| 3464 | 2025-08-18T19:09:00.767Z | [ helios-setup] Aug 18 19:08:59.203 INFO E| Compiling serde v1.0.193 |
| 3465 | 2025-08-18T19:09:00.767Z | [ helios-setup] Aug 18 19:08:59.211 INFO E| Compiling num-conv v0.1.0 |
| 3466 | 2025-08-18T19:09:01.064Z | [ helios-setup] Aug 18 19:08:59.517 INFO E| Compiling itoa v1.0.9 |
| 3467 | 2025-08-18T19:09:01.369Z | [ helios-setup] Aug 18 19:08:59.823 INFO E| Compiling time-core v0.1.2 |
| 3468 | 2025-08-18T19:09:01.489Z | [ helios-setup] Aug 18 19:08:59.943 INFO E| Compiling rustix v0.38.4 |
| 3469 | 2025-08-18T19:09:01.698Z | [ helios-setup] Aug 18 19:09:00.152 INFO E| Compiling slog v2.7.0 |
| 3470 | 2025-08-18T19:09:01.709Z | [ helios-setup] Aug 18 19:09:00.163 INFO E| Compiling powerfmt v0.2.0 |
| 3471 | 2025-08-18T19:09:01.821Z | [ helios-setup] Aug 18 19:09:00.275 INFO E| Compiling time-macros v0.2.18 |
| 3472 | 2025-08-18T19:09:01.852Z | [ helios-setup] Aug 18 19:09:00.306 INFO E| Compiling generic-array v0.14.7 |
| 3473 | 2025-08-18T19:09:02.699Z | [ helios-setup] Aug 18 19:09:01.154 INFO E| Compiling deranged v0.3.11 |
| 3474 | 2025-08-18T19:09:02.844Z | [ helios-setup] Aug 18 19:09:01.300 INFO E| Compiling bitflags v2.3.3 |
| 3475 | 2025-08-18T19:09:03.242Z | [ helios-setup] Aug 18 19:09:01.697 INFO E| Compiling once_cell v1.18.0 |
| 3476 | 2025-08-18T19:09:03.708Z | [ helios-setup] Aug 18 19:09:02.164 INFO E| Compiling num_threads v0.1.6 |
| 3477 | 2025-08-18T19:09:04.060Z | [ helios-setup] Aug 18 19:09:02.517 INFO E| Compiling quote v1.0.31 |
| 3478 | 2025-08-18T19:09:04.070Z | [ helios-setup] Aug 18 19:09:02.526 INFO E| Compiling thread_local v1.1.7 |
| 3479 | 2025-08-18T19:09:04.099Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3480 | 2025-08-18T19:09:04.832Z | [ host-package] Compiling fd-lock v4.0.2 |
| 3481 | 2025-08-18T19:09:05.063Z | [ helios-setup] Aug 18 19:09:03.521 INFO E| Compiling syn v2.0.32 |
| 3482 | 2025-08-18T19:09:05.128Z | [ helios-setup] Aug 18 19:09:03.586 INFO E| Compiling dirs-sys-next v0.1.2 |
| 3483 | 2025-08-18T19:09:05.258Z | [ helios-setup] Aug 18 19:09:03.717 INFO E| Compiling errno v0.3.1 |
| 3484 | 2025-08-18T19:09:05.289Z | [ helios-setup] Aug 18 19:09:03.747 INFO E| Compiling atty v0.2.14 |
| 3485 | 2025-08-18T19:09:05.594Z | [ host-package] Compiling peg-macros v0.8.5 |
| 3486 | 2025-08-18T19:09:05.665Z | [ helios-setup] Aug 18 19:09:04.121 INFO E| Compiling dirs-next v2.0.0 |
| 3487 | 2025-08-18T19:09:05.727Z | [ helios-setup] Aug 18 19:09:04.186 INFO E| Compiling opaque-debug v0.3.0 |
| 3488 | 2025-08-18T19:09:05.836Z | [ helios-setup] Aug 18 19:09:04.295 INFO E| Compiling anyhow v1.0.72 |
| 3489 | 2025-08-18T19:09:05.872Z | [ helios-setup] Aug 18 19:09:04.331 INFO E| Compiling serde_json v1.0.103 |
| 3490 | 2025-08-18T19:09:06.025Z | [ helios-setup] Aug 18 19:09:04.485 INFO E| Compiling term v0.7.0 |
| 3491 | 2025-08-18T19:09:06.330Z | [ helios-setup] Aug 18 19:09:04.789 INFO E| Compiling fastrand v2.0.0 |
| 3492 | 2025-08-18T19:09:06.917Z | [ helios-setup] Aug 18 19:09:05.377 INFO E| Compiling getrandom v0.2.10 |
| 3493 | 2025-08-18T19:09:07.120Z | [ helios-setup] Aug 18 19:09:05.581 INFO E| Compiling time v0.3.36 |
| 3494 | 2025-08-18T19:09:07.430Z | [ helios-setup] Aug 18 19:09:05.891 INFO E| Compiling block-buffer v0.9.0 |
| 3495 | 2025-08-18T19:09:07.570Z | [ helios-setup] Aug 18 19:09:06.032 INFO E| Compiling digest v0.9.0 |
| 3496 | 2025-08-18T19:09:07.774Z | [ helios-setup] Aug 18 19:09:06.236 INFO E| Compiling ryu v1.0.15 |
| 3497 | 2025-08-18T19:09:07.899Z | [ helios-setup] Aug 18 19:09:06.359 INFO E| Compiling cpufeatures v0.2.9 |
| 3498 | 2025-08-18T19:09:08.023Z | [ helios-setup] Aug 18 19:09:06.485 INFO E| Compiling unicode-width v0.1.10 |
| 3499 | 2025-08-18T19:09:08.172Z | [ helios-setup] Aug 18 19:09:06.634 INFO E| Compiling same-file v1.0.6 |
| 3500 | 2025-08-18T19:09:08.300Z | [ helios-setup] Aug 18 19:09:06.763 INFO E| Compiling getopts v0.2.21 |
| 3501 | 2025-08-18T19:09:08.418Z | [ helios-setup] Aug 18 19:09:06.880 INFO E| Compiling sha-1 v0.9.8 |
| 3502 | 2025-08-18T19:09:08.724Z | [ helios-setup] Aug 18 19:09:07.187 INFO E| Compiling tempfile v3.7.0 |
| 3503 | 2025-08-18T19:09:08.763Z | [ helios-setup] Aug 18 19:09:07.226 INFO E| Compiling walkdir v2.3.3 |
| 3504 | 2025-08-18T19:09:09.474Z | [ helios-setup] Aug 18 19:09:07.938 INFO E| Compiling md-5 v0.9.1 |
| 3505 | 2025-08-18T19:09:09.533Z | [ helios-setup] Aug 18 19:09:07.997 INFO E| Compiling libdevinfo-sys v1.0.0 |
| 3506 | 2025-08-18T19:09:09.768Z | [ helios-setup] Aug 18 19:09:08.232 INFO E| Compiling glob v0.3.1 |
| 3507 | 2025-08-18T19:09:10.970Z | [ helios-setup] Aug 18 19:09:09.423 INFO E| Compiling slog-term v2.9.0 |
| 3508 | 2025-08-18T19:09:11.593Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3509 | 2025-08-18T19:09:12.346Z | [ helios-setup] Aug 18 19:09:10.812 INFO E| Compiling serde_derive v1.0.193 |
| 3510 | 2025-08-18T19:09:13.005Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
| 3511 | 2025-08-18T19:09:14.696Z | [ host-package] Compiling reedline v0.40.0 |
| 3512 | 2025-08-18T19:09:19.623Z | [ host-package] Compiling peg v0.8.5 |
| 3513 | 2025-08-18T19:09:19.905Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3514 | 2025-08-18T19:09:24.894Z | [ helios-setup] Aug 18 19:09:23.378 INFO E| Compiling toml v0.5.11 |
| 3515 | 2025-08-18T19:09:24.894Z | [ helios-setup] Aug 18 19:09:23.378 INFO E| Compiling uuid v0.8.2 |
| 3516 | 2025-08-18T19:09:27.302Z | [ helios-setup] Aug 18 19:09:25.789 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
| 3517 | 2025-08-18T19:09:28.809Z | [ helios-setup] Aug 18 19:09:27.298 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
| 3518 | 2025-08-18T19:09:29.050Z | [ host-package] Compiling slog-envlogger v2.2.0 |
| 3519 | 2025-08-18T19:09:38.637Z | [ helios-setup] Aug 18 19:09:37.138 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.36s |
| 3520 | 2025-08-18T19:09:38.672Z | [ helios-setup] Aug 18 19:09:37.174 INFO building project "image-builder" ok (39 seconds) |
| 3521 | 2025-08-18T19:09:38.672Z | [ helios-setup] Aug 18 19:09:37.174 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
| 3522 | 2025-08-18T19:09:38.788Z | [ helios-setup] Aug 18 19:09:37.289 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.89.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')" |
| 3523 | 2025-08-18T19:09:38.788Z | [ helios-setup] Aug 18 19:09:37.289 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
| 3524 | 2025-08-18T19:09:38.791Z | [ helios-setup] Aug 18 19:09:37.289 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 3525 | 2025-08-18T19:09:39.101Z | [ helios-setup] Aug 18 19:09:37.603 INFO E| Updating crates.io index |
| 3526 | 2025-08-18T19:09:39.104Z | [ helios-setup] Aug 18 19:09:37.603 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
| 3527 | 2025-08-18T19:09:39.319Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3528 | 2025-08-18T19:09:39.722Z | [ helios-setup] Aug 18 19:09:38.225 INFO E| From https://github.com/oxidecomputer/amd-apcb |
| 3529 | 2025-08-18T19:09:39.722Z | [ helios-setup] Aug 18 19:09:38.225 INFO E| * [new ref] c39f9eac17ac402083db1c01d448743f1b1ff10a -> refs/commit/c39f9eac17ac402083db1c01d448743f1b1ff10a |
| 3530 | 2025-08-18T19:09:39.802Z | [ helios-setup] Aug 18 19:09:38.305 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git` |
| 3531 | 2025-08-18T19:09:40.493Z | [ helios-setup] Aug 18 19:09:38.996 INFO E| From https://github.com/oxidecomputer/amd-efs |
| 3532 | 2025-08-18T19:09:40.493Z | [ helios-setup] Aug 18 19:09:38.996 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037 |
| 3533 | 2025-08-18T19:09:40.852Z | [ helios-setup] Aug 18 19:09:39.356 INFO E| Downloading crates ... |
| 3534 | 2025-08-18T19:09:41.559Z | [ helios-setup] Aug 18 19:09:40.064 INFO E| Downloaded structopt v0.3.26 |
| 3535 | 2025-08-18T19:09:41.610Z | [ helios-setup] Aug 18 19:09:40.115 INFO E| Downloaded unic-common v0.9.0 |
| 3536 | 2025-08-18T19:09:41.660Z | [ helios-setup] Aug 18 19:09:40.163 INFO E| Downloaded unic-ucd-version v0.9.0 |
| 3537 | 2025-08-18T19:09:41.666Z | [ helios-setup] Aug 18 19:09:40.171 INFO E| Downloaded textwrap v0.11.0 |
| 3538 | 2025-08-18T19:09:41.687Z | [ helios-setup] Aug 18 19:09:40.192 INFO E| Downloaded serde_json v1.0.140 |
| 3539 | 2025-08-18T19:09:41.697Z | [ helios-setup] Aug 18 19:09:40.202 INFO E| Downloaded zerocopy v0.8.25 |
| 3540 | 2025-08-18T19:09:41.734Z | [ helios-setup] Aug 18 19:09:40.240 INFO E| Downloaded pest_derive v2.8.0 |
| 3541 | 2025-08-18T19:09:41.802Z | [ helios-setup] Aug 18 19:09:40.307 INFO E| Downloaded itoa v1.0.15 |
| 3542 | 2025-08-18T19:09:41.916Z | [ helios-setup] Aug 18 19:09:40.421 INFO E| Downloaded vec_map v0.8.2 |
| 3543 | 2025-08-18T19:09:41.919Z | [ helios-setup] Aug 18 19:09:40.423 INFO E| Downloaded unic-char-property v0.9.0 |
| 3544 | 2025-08-18T19:09:41.967Z | [ helios-setup] Aug 18 19:09:40.472 INFO E| Downloaded modular-bitfield v0.11.2 |
| 3545 | 2025-08-18T19:09:41.980Z | [ helios-setup] Aug 18 19:09:40.486 INFO E| Downloaded four-cc v0.4.0 |
| 3546 | 2025-08-18T19:09:41.984Z | [ helios-setup] Aug 18 19:09:40.488 INFO E| Downloaded ansi_term v0.12.1 |
| 3547 | 2025-08-18T19:09:41.987Z | [ helios-setup] Aug 18 19:09:40.490 INFO E| Downloaded pest v2.8.0 |
| 3548 | 2025-08-18T19:09:42.016Z | [ helios-setup] Aug 18 19:09:40.521 INFO E| Downloaded structopt-derive v0.4.18 |
| 3549 | 2025-08-18T19:09:42.019Z | [ helios-setup] Aug 18 19:09:40.523 INFO E| Downloaded rustversion v1.0.20 |
| 3550 | 2025-08-18T19:09:42.044Z | [ helios-setup] Aug 18 19:09:40.549 INFO E| Downloaded zerocopy-derive v0.8.25 |
| 3551 | 2025-08-18T19:09:42.052Z | [ helios-setup] Aug 18 19:09:40.558 INFO E| Downloaded typenum v1.18.0 |
| 3552 | 2025-08-18T19:09:42.056Z | [ helios-setup] Aug 18 19:09:40.562 INFO E| Downloaded fletcher v1.0.0 |
| 3553 | 2025-08-18T19:09:42.059Z | [ helios-setup] Aug 18 19:09:40.563 INFO E| Downloaded cpufeatures v0.2.17 |
| 3554 | 2025-08-18T19:09:42.074Z | [ helios-setup] Aug 18 19:09:40.579 INFO E| Downloaded bytesize v2.0.1 |
| 3555 | 2025-08-18T19:09:42.094Z | [ helios-setup] Aug 18 19:09:40.600 INFO E| Downloaded parse_int v0.9.0 |
| 3556 | 2025-08-18T19:09:42.124Z | [ helios-setup] Aug 18 19:09:40.628 INFO E| Downloaded unic-ucd-ident v0.9.0 |
| 3557 | 2025-08-18T19:09:42.127Z | [ helios-setup] Aug 18 19:09:40.631 INFO E| Downloaded syn v2.0.101 |
| 3558 | 2025-08-18T19:09:42.140Z | [ helios-setup] Aug 18 19:09:40.646 INFO E| Downloaded scroll_derive v0.12.1 |
| 3559 | 2025-08-18T19:09:42.143Z | [ helios-setup] Aug 18 19:09:40.647 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
| 3560 | 2025-08-18T19:09:42.172Z | [ helios-setup] Aug 18 19:09:40.678 INFO E| Downloaded pest_meta v2.8.0 |
| 3561 | 2025-08-18T19:09:42.225Z | [ helios-setup] Aug 18 19:09:40.731 INFO E| Downloaded unic-char-range v0.9.0 |
| 3562 | 2025-08-18T19:09:42.304Z | [ helios-setup] Aug 18 19:09:40.810 INFO E| Downloaded strsim v0.8.0 |
| 3563 | 2025-08-18T19:09:42.308Z | [ helios-setup] Aug 18 19:09:40.812 INFO E| Downloaded ryu v1.0.20 |
| 3564 | 2025-08-18T19:09:42.358Z | [ helios-setup] Aug 18 19:09:40.864 INFO E| Downloaded libc v0.2.172 |
| 3565 | 2025-08-18T19:09:42.460Z | [ helios-setup] Aug 18 19:09:40.966 INFO E| Downloaded goblin v0.9.3 |
| 3566 | 2025-08-18T19:09:42.510Z | [ helios-setup] Aug 18 19:09:41.016 INFO E| Downloaded strum v0.27.1 |
| 3567 | 2025-08-18T19:09:42.583Z | [ helios-setup] Aug 18 19:09:41.089 INFO E| Downloaded clap v2.34.0 |
| 3568 | 2025-08-18T19:09:42.628Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3569 | 2025-08-18T19:09:42.873Z | [ host-package] Compiling typify-impl v0.2.0 |
| 3570 | 2025-08-18T19:09:42.990Z | [ helios-setup] Aug 18 19:09:41.497 INFO E| Downloaded pest_generator v2.8.0 |
| 3571 | 2025-08-18T19:09:43.075Z | [ helios-setup] Aug 18 19:09:41.582 INFO E| Compiling proc-macro2 v1.0.95 |
| 3572 | 2025-08-18T19:09:43.076Z | [ helios-setup] Aug 18 19:09:41.582 INFO E| Compiling unicode-ident v1.0.18 |
| 3573 | 2025-08-18T19:09:43.076Z | [ helios-setup] Aug 18 19:09:41.582 INFO E| Compiling memchr v2.7.4 |
| 3574 | 2025-08-18T19:09:43.076Z | [ helios-setup] Aug 18 19:09:41.582 INFO E| Compiling thiserror v2.0.12 |
| 3575 | 2025-08-18T19:09:43.079Z | [ helios-setup] Aug 18 19:09:41.582 INFO E| Compiling autocfg v1.4.0 |
| 3576 | 2025-08-18T19:09:43.079Z | [ helios-setup] Aug 18 19:09:41.583 INFO E| Compiling syn v1.0.109 |
| 3577 | 2025-08-18T19:09:43.079Z | [ helios-setup] Aug 18 19:09:41.583 INFO E| Compiling serde v1.0.219 |
| 3578 | 2025-08-18T19:09:43.121Z | [ helios-setup] Aug 18 19:09:41.628 INFO E| Compiling version_check v0.9.5 |
| 3579 | 2025-08-18T19:09:43.124Z | [ host-package] Compiling bcs v0.1.6 |
| 3580 | 2025-08-18T19:09:43.648Z | [ helios-setup] Aug 18 19:09:42.156 INFO E| Compiling serde_json v1.0.140 |
| 3581 | 2025-08-18T19:09:44.561Z | [ helios-setup] Aug 18 19:09:43.070 INFO E| Compiling ryu v1.0.20 |
| 3582 | 2025-08-18T19:09:44.653Z | [ helios-setup] Aug 18 19:09:43.162 INFO E| Compiling schemars v0.8.22 |
| 3583 | 2025-08-18T19:09:44.752Z | [ helios-setup] Aug 18 19:09:43.261 INFO E| Compiling itoa v1.0.15 |
| 3584 | 2025-08-18T19:09:44.847Z | [ host-package] Compiling fxhash v0.2.1 |
| 3585 | 2025-08-18T19:09:44.888Z | [ helios-setup] Aug 18 19:09:43.397 INFO E| Compiling num-traits v0.2.19 |
| 3586 | 2025-08-18T19:09:44.896Z | [ helios-setup] Aug 18 19:09:43.405 INFO E| Compiling memoffset v0.9.1 |
| 3587 | 2025-08-18T19:09:45.052Z | [ helios-setup] Aug 18 19:09:43.561 INFO E| Compiling proc-macro-error-attr v1.0.4 |
| 3588 | 2025-08-18T19:09:45.178Z | [ helios-setup] Aug 18 19:09:43.687 INFO E| Compiling paste v1.0.15 |
| 3589 | 2025-08-18T19:09:45.277Z | [ helios-setup] Aug 18 19:09:43.786 INFO E| Compiling libc v0.2.172 |
| 3590 | 2025-08-18T19:09:45.649Z | [ helios-setup] Aug 18 19:09:44.159 INFO E| Compiling rustversion v1.0.20 |
| 3591 | 2025-08-18T19:09:45.662Z | [ host-package] Compiling libz-sys v1.1.20 |
| 3592 | 2025-08-18T19:09:45.862Z | [ helios-setup] Aug 18 19:09:44.372 INFO E| Compiling ucd-trie v0.1.7 |
| 3593 | 2025-08-18T19:09:45.938Z | [ helios-setup] Aug 18 19:09:44.448 INFO E| Compiling dyn-clone v1.0.19 |
| 3594 | 2025-08-18T19:09:46.039Z | [ helios-setup] Aug 18 19:09:44.550 INFO E| Compiling zerocopy v0.8.25 |
| 3595 | 2025-08-18T19:09:46.401Z | [ helios-setup] Aug 18 19:09:44.912 INFO E| Compiling proc-macro-error v1.0.4 |
| 3596 | 2025-08-18T19:09:46.530Z | [ helios-setup] Aug 18 19:09:45.041 INFO E| Compiling static_assertions v1.1.0 |
| 3597 | 2025-08-18T19:09:46.603Z | [ helios-setup] Aug 18 19:09:45.115 INFO E| Compiling once_cell v1.21.3 |
| 3598 | 2025-08-18T19:09:47.204Z | [ helios-setup] Aug 18 19:09:45.717 INFO E| Compiling quote v1.0.40 |
| 3599 | 2025-08-18T19:09:47.460Z | [ helios-setup] Aug 18 19:09:45.972 INFO E| Compiling heck v0.5.0 |
| 3600 | 2025-08-18T19:09:47.551Z | [ helios-setup] Aug 18 19:09:46.063 INFO E| Compiling unicode-segmentation v1.12.0 |
| 3601 | 2025-08-18T19:09:47.679Z | [ host-package] Compiling half v1.8.3 |
| 3602 | 2025-08-18T19:09:48.111Z | [ helios-setup] Aug 18 19:09:46.624 INFO E| Compiling syn v2.0.101 |
| 3603 | 2025-08-18T19:09:48.684Z | [ helios-setup] Aug 18 19:09:47.198 INFO E| Compiling unicode-width v0.1.14 |
| 3604 | 2025-08-18T19:09:49.288Z | [ helios-setup] Aug 18 19:09:47.802 INFO E| Compiling heck v0.3.3 |
| 3605 | 2025-08-18T19:09:49.732Z | [ helios-setup] Aug 18 19:09:48.243 INFO E| Compiling textwrap v0.11.0 |
| 3606 | 2025-08-18T19:09:49.754Z | [ helios-setup] Aug 18 19:09:48.269 INFO E| Compiling parse_int v0.9.0 |
| 3607 | 2025-08-18T19:09:49.757Z | [ host-package] Compiling serde_cbor v0.11.2 |
| 3608 | 2025-08-18T19:09:49.812Z | [ helios-setup] Aug 18 19:09:48.328 INFO E| Compiling atty v0.2.14 |
| 3609 | 2025-08-18T19:09:49.812Z | [ helios-setup] Aug 18 19:09:48.328 INFO E| Compiling strsim v0.8.0 |
| 3610 | 2025-08-18T19:09:49.884Z | [ helios-setup] Aug 18 19:09:48.399 INFO E| Compiling ansi_term v0.12.1 |
| 3611 | 2025-08-18T19:09:50.280Z | [ helios-setup] Aug 18 19:09:48.796 INFO E| Compiling fletcher v1.0.0 |
| 3612 | 2025-08-18T19:09:50.336Z | [ helios-setup] Aug 18 19:09:48.852 INFO E| Compiling unic-common v0.9.0 |
| 3613 | 2025-08-18T19:09:50.502Z | [ helios-setup] Aug 18 19:09:49.018 INFO E| Compiling strum v0.27.1 |
| 3614 | 2025-08-18T19:09:50.606Z | [ helios-setup] Aug 18 19:09:49.123 INFO E| Compiling unic-char-range v0.9.0 |
| 3615 | 2025-08-18T19:09:50.610Z | [ helios-setup] Aug 18 19:09:49.123 INFO E| Compiling bitflags v1.3.2 |
| 3616 | 2025-08-18T19:09:50.675Z | [ helios-setup] Aug 18 19:09:49.191 INFO E| Compiling byteorder v1.5.0 |
| 3617 | 2025-08-18T19:09:50.737Z | [ helios-setup] Aug 18 19:09:49.253 INFO E| Compiling vec_map v0.8.2 |
| 3618 | 2025-08-18T19:09:50.763Z | [ helios-setup] Aug 18 19:09:49.280 INFO E| Compiling unic-ucd-version v0.9.0 |
| 3619 | 2025-08-18T19:09:50.899Z | [ helios-setup] Aug 18 19:09:49.415 INFO E| Compiling plain v0.2.3 |
| 3620 | 2025-08-18T19:09:50.905Z | [ helios-setup] Aug 18 19:09:49.422 INFO E| Compiling lazy_static v1.5.0 |
| 3621 | 2025-08-18T19:09:51.069Z | [ helios-setup] Aug 18 19:09:49.586 INFO E| Compiling unic-char-property v0.9.0 |
| 3622 | 2025-08-18T19:09:51.077Z | [ helios-setup] Aug 18 19:09:49.593 INFO E| Compiling log v0.4.27 |
| 3623 | 2025-08-18T19:09:51.298Z | [ helios-setup] Aug 18 19:09:49.815 INFO E| Compiling clap v2.34.0 |
| 3624 | 2025-08-18T19:09:51.309Z | [ helios-setup] Aug 18 19:09:49.827 INFO E| Compiling unic-ucd-ident v0.9.0 |
| 3625 | 2025-08-18T19:09:51.328Z | [ helios-setup] Aug 18 19:09:49.845 INFO E| Compiling bytesize v2.0.1 |
| 3626 | 2025-08-18T19:09:54.411Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3627 | 2025-08-18T19:09:57.468Z | [ helios-setup] Aug 18 19:09:55.994 INFO E| Compiling modular-bitfield-impl v0.11.2 |
| 3628 | 2025-08-18T19:09:57.468Z | [ helios-setup] Aug 18 19:09:55.994 INFO E| Compiling structopt-derive v0.4.18 |
| 3629 | 2025-08-18T19:09:57.973Z | [ helios-setup] Aug 18 19:09:56.499 INFO E| Compiling serde_derive_internals v0.29.1 |
| 3630 | 2025-08-18T19:09:58.478Z | [ host-package] Compiling typify-macro v0.2.0 |
| 3631 | 2025-08-18T19:09:59.147Z | [ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3632 | 2025-08-18T19:10:01.434Z | [ helios-setup] Aug 18 19:09:59.964 INFO E| Compiling thiserror-impl v2.0.12 |
| 3633 | 2025-08-18T19:10:01.529Z | [ helios-setup] Aug 18 19:10:00.060 INFO E| Compiling serde_derive v1.0.219 |
| 3634 | 2025-08-18T19:10:01.567Z | [ helios-setup] Aug 18 19:10:00.097 INFO E| Compiling zerocopy-derive v0.8.25 |
| 3635 | 2025-08-18T19:10:01.666Z | [ helios-setup] Aug 18 19:10:00.197 INFO E| Compiling schemars_derive v0.8.22 |
| 3636 | 2025-08-18T19:10:01.700Z | [ helios-setup] Aug 18 19:10:00.230 INFO E| Compiling modular-bitfield v0.11.2 |
| 3637 | 2025-08-18T19:10:02.133Z | [ helios-setup] Aug 18 19:10:00.663 INFO E| Compiling num-derive v0.4.2 |
| 3638 | 2025-08-18T19:10:02.185Z | [ helios-setup] Aug 18 19:10:00.716 INFO E| Compiling scroll_derive v0.12.1 |
| 3639 | 2025-08-18T19:10:02.523Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3640 | 2025-08-18T19:10:03.462Z | [ helios-setup] Aug 18 19:10:01.984 INFO E| Compiling strum_macros v0.27.1 |
| 3641 | 2025-08-18T19:10:03.686Z | [ helios-setup] Aug 18 19:10:02.219 INFO E| Compiling structopt v0.3.26 |
| 3642 | 2025-08-18T19:10:04.414Z | [ host-package] Compiling kstat-rs v0.2.4 |
| 3643 | 2025-08-18T19:10:04.581Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3644 | 2025-08-18T19:10:05.163Z | [ helios-setup] Aug 18 19:10:03.698 INFO E| Compiling scroll v0.12.0 |
| 3645 | 2025-08-18T19:10:05.803Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3646 | 2025-08-18T19:10:05.959Z | [ helios-setup] Aug 18 19:10:04.495 INFO E| Compiling goblin v0.9.3 |
| 3647 | 2025-08-18T19:10:06.073Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3648 | 2025-08-18T19:10:06.315Z | [ host-package] Compiling nix v0.30.1 |
| 3649 | 2025-08-18T19:10:07.088Z | [ helios-setup] Aug 18 19:10:05.626 INFO E| Compiling pest v2.8.0 |
| 3650 | 2025-08-18T19:10:08.327Z | [ host-package] Compiling nanorand v0.7.0 |
| 3651 | 2025-08-18T19:10:09.665Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
| 3652 | 2025-08-18T19:10:11.104Z | [ host-package] Compiling parking_lot_core v0.8.6 |
| 3653 | 2025-08-18T19:10:11.692Z | [ helios-setup] Aug 18 19:10:10.235 INFO E| Compiling pest_meta v2.8.0 |
| 3654 | 2025-08-18T19:10:13.565Z | [ helios-setup] Aug 18 19:10:12.111 INFO E| Compiling pest_generator v2.8.0 |
| 3655 | 2025-08-18T19:10:16.286Z | [ host-package] Compiling flume v0.11.1 |
| 3656 | 2025-08-18T19:10:16.290Z | [ helios-setup] Aug 18 19:10:14.840 INFO E| Compiling pest_derive v2.8.0 |
| 3657 | 2025-08-18T19:10:18.402Z | [ host-package] Compiling mime_guess v2.0.5 |
| 3658 | 2025-08-18T19:10:19.579Z | [ helios-setup] Aug 18 19:10:18.133 INFO E| Compiling json5 v0.4.1 |
| 3659 | 2025-08-18T19:10:20.591Z | [ host-package] Compiling ignore v0.4.23 |
| 3660 | 2025-08-18T19:10:24.200Z | [ helios-setup] Aug 18 19:10:22.759 INFO E| Compiling four-cc v0.4.0 |
| 3661 | 2025-08-18T19:10:24.200Z | [ helios-setup] Aug 18 19:10:22.759 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3) |
| 3662 | 2025-08-18T19:10:24.426Z | [ helios-setup] Aug 18 19:10:22.986 INFO E| Compiling amd-apcb v0.5.2 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#c39f9eac) |
| 3663 | 2025-08-18T19:10:26.299Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3664 | 2025-08-18T19:10:28.639Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3665 | 2025-08-18T19:10:32.590Z | [ host-package] Compiling castaway v0.2.3 |
| 3666 | 2025-08-18T19:10:32.859Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3667 | 2025-08-18T19:10:32.895Z | [ host-package] Compiling compact_str v0.8.0 |
| 3668 | 2025-08-18T19:10:33.497Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3669 | 2025-08-18T19:10:33.876Z | [ host-package] Compiling globwalk v0.9.1 |
| 3670 | 2025-08-18T19:10:35.695Z | [ host-package] Compiling typify v0.2.0 |
| 3671 | 2025-08-18T19:10:35.958Z | [ host-package] Compiling predicates-tree v1.0.12 |
| 3672 | 2025-08-18T19:10:36.288Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3673 | 2025-08-18T19:10:36.962Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3674 | 2025-08-18T19:10:38.374Z | [ host-package] Compiling unicode-truncate v1.1.0 |
| 3675 | 2025-08-18T19:10:39.851Z | [ host-package] Compiling lru v0.12.5 |
| 3676 | 2025-08-18T19:10:40.350Z | [ host-package] Compiling vergen v8.3.2 |
| 3677 | 2025-08-18T19:10:40.816Z | [ host-package] Compiling nibble_vec v0.1.0 |
| 3678 | 2025-08-18T19:10:41.227Z | [ host-package] Compiling cargo-platform v0.1.8 |
| 3679 | 2025-08-18T19:10:41.844Z | [ host-package] Compiling atty v0.2.14 |
| 3680 | 2025-08-18T19:10:42.094Z | [ host-package] Compiling instability v0.3.2 |
| 3681 | 2025-08-18T19:10:43.253Z | [ host-package] Compiling indoc v2.0.6 |
| 3682 | 2025-08-18T19:10:43.890Z | [ host-package] Compiling salty v0.3.0 |
| 3683 | 2025-08-18T19:10:44.226Z | [ host-package] Compiling endian-type v0.1.2 |
| 3684 | 2025-08-18T19:10:44.467Z | [ host-package] Compiling http-range v0.1.5 |
| 3685 | 2025-08-18T19:10:44.536Z | [ host-package] Compiling cassowary v0.3.0 |
| 3686 | 2025-08-18T19:10:44.600Z | [ host-package] Compiling radix_trie v0.2.1 |
| 3687 | 2025-08-18T19:10:45.214Z | [ host-package] Compiling ratatui v0.29.0 |
| 3688 | 2025-08-18T19:10:45.819Z | [ host-package] Compiling cargo_metadata v0.18.1 |
| 3689 | 2025-08-18T19:10:48.309Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3690 | 2025-08-18T19:10:54.915Z | [ host-package] Compiling camino-tempfile-ext v0.3.2 |
| 3691 | 2025-08-18T19:10:56.435Z | [ host-package] Compiling progenitor-impl v0.8.0 |
| 3692 | 2025-08-18T19:11:02.388Z | [ host-package] Compiling parking_lot v0.11.2 |
| 3693 | 2025-08-18T19:11:05.876Z | [ host-package] Compiling git2 v0.19.0 |
| 3694 | 2025-08-18T19:11:05.945Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3695 | 2025-08-18T19:11:06.028Z | [ helios-setup] Aug 18 19:11:04.641 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config) |
| 3696 | 2025-08-18T19:11:06.277Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3697 | 2025-08-18T19:11:11.907Z | [ host-package] Compiling prefix-trie v0.7.0 |
| 3698 | 2025-08-18T19:11:13.186Z | [ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3699 | 2025-08-18T19:11:15.492Z | [ host-package] Compiling rand_seeder v0.3.0 |
| 3700 | 2025-08-18T19:11:15.842Z | [ host-package] Compiling lzma-sys v0.1.20 |
| 3701 | 2025-08-18T19:11:16.118Z | [ host-package] Compiling rustls v0.21.12 |
| 3702 | 2025-08-18T19:11:16.185Z | [ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#570f7cbd) |
| 3703 | 2025-08-18T19:11:16.736Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3704 | 2025-08-18T19:11:16.985Z | [ helios-setup] Aug 18 19:11:15.612 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
| 3705 | 2025-08-18T19:11:17.045Z | [ host-package] Compiling hickory-server v0.25.2 |
| 3706 | 2025-08-18T19:11:18.746Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
| 3707 | 2025-08-18T19:11:21.859Z | [ host-package] Compiling sled v0.34.7 |
| 3708 | 2025-08-18T19:11:30.591Z | [ host-package] Compiling progenitor-macro v0.8.0 |
| 3709 | 2025-08-18T19:11:33.238Z | [ host-package] Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 3710 | 2025-08-18T19:11:37.801Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3711 | 2025-08-18T19:11:47.723Z | [ host-package] Compiling hickory-client v0.25.2 |
| 3712 | 2025-08-18T19:11:48.220Z | [ helios-setup] Aug 18 19:11:46.887 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s |
| 3713 | 2025-08-18T19:11:48.271Z | [ helios-setup] Aug 18 19:11:46.938 INFO building project "amd-host-image-builder" ok (129 seconds) |
| 3714 | 2025-08-18T19:11:48.275Z | [ helios-setup] rm -f helios-build |
| 3715 | 2025-08-18T19:11:48.275Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
| 3716 | 2025-08-18T19:11:48.279Z | [ helios-setup] |
| 3717 | 2025-08-18T19:11:48.283Z | [ helios-setup] Setup complete! ./helios-build is now available. |
| 3718 | 2025-08-18T19:11:48.283Z | [ helios-setup] |
| 3719 | 2025-08-18T19:11:48.283Z | [ helios-setup] |
| 3720 | 2025-08-18T19:11:48.283Z | [ helios-setup] real 10:59.939978806 |
| 3721 | 2025-08-18T19:11:48.283Z | [ helios-setup] user 29:30.160216958 |
| 3722 | 2025-08-18T19:11:48.283Z | [ helios-setup] sys 2:35.113415093 |
| 3723 | 2025-08-18T19:11:48.283Z | [ helios-setup] trap 1.736528209 |
| 3724 | 2025-08-18T19:11:48.283Z | [ helios-setup] tflt 4.462153139 |
| 3725 | 2025-08-18T19:11:48.283Z | [ helios-setup] dflt 18.259146528 |
| 3726 | 2025-08-18T19:11:48.283Z | [ helios-setup] kflt 0.000489963 |
| 3727 | 2025-08-18T19:11:48.283Z | [ helios-setup] lock 2:34:52.497585658 |
| 3728 | 2025-08-18T19:11:48.283Z | [ helios-setup] slp 3:42:36.218324369 |
| 3729 | 2025-08-18T19:11:48.283Z | [ helios-setup] lat 31:35.711170918 |
| 3730 | 2025-08-18T19:11:48.283Z | [ helios-setup] stop 5:38.155226687 |
| 3731 | 2025-08-18T19:11:48.283Z | Aug 18 19:11:46.950 INFO [helios-setup] process exited with exit status: 0 (659.943512928s) |
| 3732 | 2025-08-18T19:11:48.283Z | Aug 18 19:11:46.950 INFO [helios-record] running task |
| 3733 | 2025-08-18T19:11:48.283Z | Aug 18 19:11:46.950 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit} |
| 3734 | 2025-08-18T19:11:48.288Z | Aug 18 19:11:46.955 DEBG process exited with exit status: 0 (5.254436ms) |
| 3735 | 2025-08-18T19:11:48.288Z | Aug 18 19:11:46.956 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit} |
| 3736 | 2025-08-18T19:11:48.295Z | Aug 18 19:11:46.962 DEBG process exited with exit status: 0 (6.302373ms) |
| 3737 | 2025-08-18T19:11:48.295Z | Aug 18 19:11:46.962 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit} |
| 3738 | 2025-08-18T19:11:48.300Z | Aug 18 19:11:46.968 DEBG process exited with exit status: 0 (5.790555ms) |
| 3739 | 2025-08-18T19:11:48.300Z | Aug 18 19:11:46.968 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit} |
| 3740 | 2025-08-18T19:11:48.306Z | Aug 18 19:11:46.974 DEBG process exited with exit status: 0 (5.906296ms) |
| 3741 | 2025-08-18T19:11:48.306Z | Aug 18 19:11:46.974 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit} |
| 3742 | 2025-08-18T19:11:48.312Z | Aug 18 19:11:46.979 DEBG process exited with exit status: 0 (5.749141ms) |
| 3743 | 2025-08-18T19:11:48.313Z | Aug 18 19:11:46.979 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit} |
| 3744 | 2025-08-18T19:11:48.318Z | Aug 18 19:11:46.985 DEBG process exited with exit status: 0 (6.012224ms) |
| 3745 | 2025-08-18T19:11:48.318Z | Aug 18 19:11:46.985 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit} |
| 3746 | 2025-08-18T19:11:48.324Z | Aug 18 19:11:46.992 DEBG process exited with exit status: 0 (6.212235ms) |
| 3747 | 2025-08-18T19:11:48.324Z | Aug 18 19:11:46.992 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit} |
| 3748 | 2025-08-18T19:11:48.331Z | Aug 18 19:11:46.998 DEBG process exited with exit status: 0 (6.045657ms) |
| 3749 | 2025-08-18T19:11:48.335Z | Aug 18 19:11:46.998 INFO [helios-record] task succeeded (48.320464ms) |
| 3750 | 2025-08-18T19:11:49.696Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3751 | 2025-08-18T19:11:50.601Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3752 | 2025-08-18T19:11:50.977Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3753 | 2025-08-18T19:11:56.325Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3754 | 2025-08-18T19:11:58.566Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3755 | 2025-08-18T19:11:59.543Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 3756 | 2025-08-18T19:12:01.205Z | [ host-package] Compiling progenitor-client v0.8.0 |
| 3757 | 2025-08-18T19:12:01.516Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3758 | 2025-08-18T19:12:01.937Z | [ host-package] Compiling sct v0.7.1 |
| 3759 | 2025-08-18T19:12:02.096Z | [ host-package] Compiling rustls-webpki v0.101.7 |
| 3760 | 2025-08-18T19:12:02.455Z | [ host-package] Compiling primeorder v0.13.6 |
| 3761 | 2025-08-18T19:12:02.500Z | [ host-package] Compiling heck v0.3.3 |
| 3762 | 2025-08-18T19:12:02.887Z | [ host-package] Compiling env_filter v0.1.2 |
| 3763 | 2025-08-18T19:12:03.085Z | [ host-package] Compiling csv-core v0.1.11 |
| 3764 | 2025-08-18T19:12:04.034Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 3765 | 2025-08-18T19:12:04.406Z | [ host-package] Compiling void v1.0.2 |
| 3766 | 2025-08-18T19:12:04.484Z | [ host-package] Compiling csv v1.3.1 |
| 3767 | 2025-08-18T19:12:04.558Z | [ host-package] Compiling env_logger v0.11.5 |
| 3768 | 2025-08-18T19:12:04.621Z | [ host-package] Compiling lzss v0.8.2 |
| 3769 | 2025-08-18T19:12:05.127Z | [ host-package] Compiling p384 v0.13.0 |
| 3770 | 2025-08-18T19:12:05.908Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
| 3771 | 2025-08-18T19:12:06.710Z | [ host-package] Compiling progenitor v0.8.0 |
| 3772 | 2025-08-18T19:12:07.027Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3773 | 2025-08-18T19:12:07.209Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3774 | 2025-08-18T19:12:08.021Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3775 | 2025-08-18T19:12:08.086Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3776 | 2025-08-18T19:12:10.893Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3777 | 2025-08-18T19:12:12.078Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3778 | 2025-08-18T19:12:18.015Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3779 | 2025-08-18T19:12:19.233Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3780 | 2025-08-18T19:12:20.829Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3781 | 2025-08-18T19:12:21.237Z | [ host-package] Compiling tungstenite v0.23.0 |
| 3782 | 2025-08-18T19:12:24.823Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3783 | 2025-08-18T19:12:25.225Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3784 | 2025-08-18T19:12:25.640Z | [ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3785 | 2025-08-18T19:12:26.027Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3786 | 2025-08-18T19:12:26.295Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3787 | 2025-08-18T19:12:26.430Z | [ host-package] Compiling nix v0.27.1 |
| 3788 | 2025-08-18T19:12:26.768Z | [ host-package] Compiling serde_bytes v0.11.17 |
| 3789 | 2025-08-18T19:12:27.029Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3790 | 2025-08-18T19:12:27.355Z | [ host-package] Compiling base64 v0.13.1 |
| 3791 | 2025-08-18T19:12:27.452Z | [ host-package] Compiling number_prefix v0.4.0 |
| 3792 | 2025-08-18T19:12:27.783Z | [ host-package] Compiling indicatif v0.17.11 |
| 3793 | 2025-08-18T19:12:29.120Z | [ host-package] Compiling ron v0.7.1 |
| 3794 | 2025-08-18T19:12:29.978Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3795 | 2025-08-18T19:12:30.803Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3796 | 2025-08-18T19:12:34.008Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3797 | 2025-08-18T19:12:34.425Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
| 3798 | 2025-08-18T19:12:34.463Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 3799 | 2025-08-18T19:12:35.096Z | [ host-package] Compiling xz2 v0.1.7 |
| 3800 | 2025-08-18T19:12:35.784Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3801 | 2025-08-18T19:12:39.936Z | [ host-package] Compiling tokio-rustls v0.24.1 |
| 3802 | 2025-08-18T19:12:40.483Z | [ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3803 | 2025-08-18T19:12:41.175Z | [ host-package] Compiling zone v0.1.8 |
| 3804 | 2025-08-18T19:12:41.473Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3805 | 2025-08-18T19:12:41.591Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3806 | 2025-08-18T19:12:41.761Z | [ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3807 | 2025-08-18T19:12:44.529Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3808 | 2025-08-18T19:12:45.075Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3809 | 2025-08-18T19:12:46.550Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3810 | 2025-08-18T19:12:54.257Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3811 | 2025-08-18T19:12:57.201Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3812 | 2025-08-18T19:12:57.258Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3813 | 2025-08-18T19:12:58.477Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3814 | 2025-08-18T19:12:58.890Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
| 3815 | 2025-08-18T19:12:59.670Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
| 3816 | 2025-08-18T19:12:59.952Z | [ host-package] Compiling twox-hash v2.1.0 |
| 3817 | 2025-08-18T19:13:00.770Z | [ host-package] Compiling yasna v0.5.2 |
| 3818 | 2025-08-18T19:13:01.025Z | [ host-package] Compiling secrecy v0.8.0 |
| 3819 | 2025-08-18T19:13:01.395Z | [ host-package] Compiling is_ci v1.2.0 |
| 3820 | 2025-08-18T19:13:01.765Z | [ host-package] Compiling supports-color v3.0.2 |
| 3821 | 2025-08-18T19:13:02.270Z | [ host-package] Compiling rcgen v0.12.1 |
| 3822 | 2025-08-18T19:13:06.061Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3823 | 2025-08-18T19:13:12.762Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3824 | 2025-08-18T19:13:14.401Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3825 | 2025-08-18T19:13:20.979Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3826 | 2025-08-18T19:13:26.253Z | [ host-package] Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3827 | 2025-08-18T19:13:33.474Z | [ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 3828 | 2025-08-18T19:13:41.112Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3829 | 2025-08-18T19:13:41.803Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3830 | 2025-08-18T19:13:41.924Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3831 | 2025-08-18T19:13:44.017Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3832 | 2025-08-18T19:13:46.312Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3833 | 2025-08-18T19:13:53.609Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3834 | 2025-08-18T19:13:53.776Z | [ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3835 | 2025-08-18T19:13:55.445Z | [ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3836 | 2025-08-18T19:13:55.788Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3837 | 2025-08-18T19:14:02.956Z | [ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3838 | 2025-08-18T19:14:03.356Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3839 | 2025-08-18T19:14:03.579Z | [ host-package] Compiling fatfs v0.3.6 |
| 3840 | 2025-08-18T19:14:03.737Z | [ host-package] Compiling rtoolbox v0.0.2 |
| 3841 | 2025-08-18T19:14:04.253Z | [ host-package] Compiling subprocess v0.2.9 |
| 3842 | 2025-08-18T19:14:05.743Z | [ host-package] Compiling assert_matches v1.5.0 |
| 3843 | 2025-08-18T19:14:06.273Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3844 | 2025-08-18T19:14:08.893Z | [ host-package] Compiling rpassword v7.4.0 |
| 3845 | 2025-08-18T19:14:09.530Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3846 | 2025-08-18T19:14:13.828Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3847 | 2025-08-18T19:14:17.101Z | [ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3848 | 2025-08-18T19:14:22.631Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3849 | 2025-08-18T19:14:29.355Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3850 | 2025-08-18T19:14:49.777Z | [ host-package] Compiling tui-tree-widget v0.23.1 |
| 3851 | 2025-08-18T19:14:50.299Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3852 | 2025-08-18T19:14:52.254Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3853 | 2025-08-18T19:14:52.661Z | [ host-package] Compiling uzers v0.12.1 |
| 3854 | 2025-08-18T19:14:55.841Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3855 | 2025-08-18T19:14:56.929Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3856 | 2025-08-18T19:14:57.852Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3857 | 2025-08-18T19:15:16.777Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3858 | 2025-08-18T19:15:25.954Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3859 | 2025-08-18T19:15:29.845Z | [ host-package] Compiling support-bundle-viewer v0.1.2 |
| 3860 | 2025-08-18T19:15:30.615Z | [ host-package] Compiling multimap v0.10.1 |
| 3861 | 2025-08-18T19:17:43.431Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3862 | 2025-08-18T19:26:18.724Z | [ host-package] Finished `release` profile [optimized] target(s) in 23m 33s |
| 3863 | 2025-08-18T19:27:15.747Z | Aug 18 19:27:15.595 INFO [host-package] process exited with exit status: 0 (1471.414057903s) |
| 3864 | 2025-08-18T19:27:15.747Z | Aug 18 19:27:15.595 INFO [host-stamp] running task |
| 3865 | 2025-08-18T19:27:15.752Z | Aug 18 19:27:15.595 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
| 3866 | 2025-08-18T19:27:15.752Z | Aug 18 19:27:15.596 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 16.0.0-0.ci+git33b001744b0 |
| 3867 | 2025-08-18T19:27:15.752Z | Aug 18 19:27:15.596 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 16.0.0-0.ci+git33b001744b0 |
| 3868 | 2025-08-18T19:27:15.753Z | Aug 18 19:27:15.596 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 16.0.0-0.ci+git33b001744b0 |
| 3869 | 2025-08-18T19:27:15.753Z | Aug 18 19:27:15.596 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 16.0.0-0.ci+git33b001744b0 |
| 3870 | 2025-08-18T19:27:15.753Z | Aug 18 19:27:15.597 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 16.0.0-0.ci+git33b001744b0 |
| 3871 | 2025-08-18T19:27:15.753Z | Aug 18 19:27:15.597 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 16.0.0-0.ci+git33b001744b0 |
| 3872 | 2025-08-18T19:27:15.753Z | Aug 18 19:27:15.599 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 16.0.0-0.ci+git33b001744b0 |
| 3873 | 2025-08-18T19:27:15.753Z | Aug 18 19:27:15.599 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 16.0.0-0.ci+git33b001744b0 |
| 3874 | 2025-08-18T19:27:15.759Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3875 | 2025-08-18T19:27:15.759Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3876 | 2025-08-18T19:27:15.759Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3877 | 2025-08-18T19:27:15.759Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3878 | 2025-08-18T19:27:15.759Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3879 | 2025-08-18T19:27:15.759Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3880 | 2025-08-18T19:27:15.759Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
| 3881 | 2025-08-18T19:27:15.765Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3882 | 2025-08-18T19:27:15.765Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
| 3883 | 2025-08-18T19:27:15.769Z | Aug 18 19:27:15.620 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (23.232332ms) |
| 3884 | 2025-08-18T19:27:15.769Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3885 | 2025-08-18T19:27:15.769Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
| 3886 | 2025-08-18T19:27:15.773Z | Aug 18 19:27:15.628 INFO [stamp-overlay] process exited with exit status: 0 (30.786137ms) |
| 3887 | 2025-08-18T19:27:15.777Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
| 3888 | 2025-08-18T19:27:15.781Z | Aug 18 19:27:15.633 INFO [stamp-oxlog] process exited with exit status: 0 (36.078923ms) |
| 3889 | 2025-08-18T19:27:15.864Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
| 3890 | 2025-08-18T19:27:15.868Z | Aug 18 19:27:15.723 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (125.984844ms) |
| 3891 | 2025-08-18T19:27:16.092Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
| 3892 | 2025-08-18T19:27:16.097Z | Aug 18 19:27:15.949 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (353.277566ms) |
| 3893 | 2025-08-18T19:27:16.241Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
| 3894 | 2025-08-18T19:27:16.245Z | Aug 18 19:27:16.100 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (503.702698ms) |
| 3895 | 2025-08-18T19:27:17.025Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
| 3896 | 2025-08-18T19:27:17.029Z | Aug 18 19:27:16.885 INFO [stamp-propolis-server] process exited with exit status: 0 (1.287513736s) |
| 3897 | 2025-08-18T19:27:17.182Z | [recovery-package] Compiling newtype-uuid v1.2.4 |
| 3898 | 2025-08-18T19:27:17.718Z | [recovery-package] Compiling daft v0.1.4 |
| 3899 | 2025-08-18T19:27:18.102Z | [recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3900 | 2025-08-18T19:27:18.467Z | [recovery-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 3901 | 2025-08-18T19:27:18.468Z | [recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3902 | 2025-08-18T19:27:18.473Z | [recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3903 | 2025-08-18T19:27:18.522Z | [recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3904 | 2025-08-18T19:27:19.141Z | [recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3905 | 2025-08-18T19:27:23.782Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
| 3906 | 2025-08-18T19:27:23.787Z | Aug 18 19:27:23.650 INFO [stamp-switch-asic] process exited with exit status: 0 (8.05443323s) |
| 3907 | 2025-08-18T19:27:23.787Z | Aug 18 19:27:23.650 INFO [host-stamp] task succeeded (8.055499001s) |
| 3908 | 2025-08-18T19:27:23.787Z | Aug 18 19:27:23.650 INFO [host-proto] running task |
| 3909 | 2025-08-18T19:27:24.331Z | Aug 18 19:27:24.196 INFO [host-proto] task succeeded (545.408451ms) |
| 3910 | 2025-08-18T19:27:24.331Z | Aug 18 19:27:24.196 INFO [host-profile] running task |
| 3911 | 2025-08-18T19:27:24.334Z | Aug 18 19:27:24.196 INFO [host-profile] task succeeded (358.237µs) |
| 3912 | 2025-08-18T19:27:24.334Z | Aug 18 19:27:24.196 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.37.402' -P /tmp/.tmpgW5B7U/proto/host/root -N 'ci 33b0017/${os_short_commit} 2025-08-18 19:00' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
| 3913 | 2025-08-18T19:27:24.338Z | [ host-image] Aug 18 19:27:24.203 INFO Checking files for board 'cosmo' |
| 3914 | 2025-08-18T19:27:24.338Z | [ host-image] Aug 18 19:27:24.204 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5" |
| 3915 | 2025-08-18T19:27:24.338Z | [ host-image] Aug 18 19:27:24.204 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.5.toml" |
| 3916 | 2025-08-18T19:27:24.338Z | [ host-image] Aug 18 19:27:24.204 INFO Checking files for board 'gimlet' |
| 3917 | 2025-08-18T19:27:24.338Z | [ host-image] Aug 18 19:27:24.204 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 3918 | 2025-08-18T19:27:24.338Z | [ host-image] Aug 18 19:27:24.204 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml" |
| 3919 | 2025-08-18T19:27:24.350Z | [ host-image] Aug 18 19:27:24.215 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpgW5B7U/proto/host/root" |
| 3920 | 2025-08-18T19:27:24.350Z | [ host-image] Aug 18 19:27:24.215 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ } |
| 3921 | 2025-08-18T19:27:24.354Z | [ host-image] Aug 18 19:27:24.215 INFO image builder template: ramdisk-01-os... |
| 3922 | 2025-08-18T19:27:24.354Z | [ host-image] Aug 18 19:27:24.215 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/.tmpgW5B7U/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.37.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
| 3923 | 2025-08-18T19:27:24.369Z | [ host-image] Aug 18 19:27:24.234 INFO O| Aug 18 19:27:24.234 INFO CREATE DATASET: rpool/images/build/host/output |
| 3924 | 2025-08-18T19:27:24.899Z | [ host-image] Aug 18 19:27:24.754 INFO O| Aug 18 19:27:24.754 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3925 | 2025-08-18T19:27:24.907Z | [ host-image] Aug 18 19:27:24.757 INFO O| Aug 18 19:27:24.757 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3926 | 2025-08-18T19:27:25.148Z | [ host-image] Aug 18 19:27:25.013 INFO O| Aug 18 19:27:25.012 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled |
| 3927 | 2025-08-18T19:27:25.217Z | [ host-image] Aug 18 19:27:25.078 INFO O| Aug 18 19:27:25.078 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3928 | 2025-08-18T19:27:25.217Z | [ host-image] Aug 18 19:27:25.078 INFO O| Aug 18 19:27:25.078 INFO work dataset: rpool/images/build/host/work/sled/ramdisk |
| 3929 | 2025-08-18T19:27:25.228Z | [ host-image] Aug 18 19:27:25.078 INFO O| Aug 18 19:27:25.078 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk |
| 3930 | 2025-08-18T19:27:25.228Z | [ host-image] Aug 18 19:27:25.079 INFO O| Aug 18 19:27:25.078 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk |
| 3931 | 2025-08-18T19:27:25.229Z | [ host-image] Aug 18 19:27:25.085 INFO O| Aug 18 19:27:25.085 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk |
| 3932 | 2025-08-18T19:27:25.506Z | [ host-image] Aug 18 19:27:25.372 INFO O| Aug 18 19:27:25.372 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3933 | 2025-08-18T19:27:25.540Z | [ host-image] Aug 18 19:27:25.380 INFO O| Aug 18 19:27:25.380 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"] |
| 3934 | 2025-08-18T19:27:25.870Z | [ host-image] Aug 18 19:27:25.737 INFO O| Aug 18 19:27:25.737 INFO O| Caching catalogs ... Done |
| 3935 | 2025-08-18T19:27:25.959Z | [ host-image] Aug 18 19:27:25.819 INFO O| Aug 18 19:27:25.819 INFO STEP 0 (pkg_image_create) COMPLETE |
| 3936 | 2025-08-18T19:27:25.962Z | [ host-image] Aug 18 19:27:25.819 INFO O| Aug 18 19:27:25.819 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3937 | 2025-08-18T19:27:25.972Z | [ host-image] Aug 18 19:27:25.828 INFO O| Aug 18 19:27:25.828 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"] |
| 3938 | 2025-08-18T19:27:26.295Z | [ host-image] Aug 18 19:27:26.163 INFO O| Aug 18 19:27:26.163 INFO STEP 1 (pkg_set_publisher) COMPLETE |
| 3939 | 2025-08-18T19:27:26.295Z | [ host-image] Aug 18 19:27:26.163 INFO O| Aug 18 19:27:26.163 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3940 | 2025-08-18T19:27:26.301Z | [ host-image] Aug 18 19:27:26.163 INFO O| Aug 18 19:27:26.163 INFO skip step because feature "publisher_1_name" is not enabled |
| 3941 | 2025-08-18T19:27:26.301Z | [ host-image] Aug 18 19:27:26.163 INFO O| Aug 18 19:27:26.163 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3942 | 2025-08-18T19:27:26.301Z | [ host-image] Aug 18 19:27:26.163 INFO O| Aug 18 19:27:26.163 INFO skip step because feature "publisher_2_name" is not enabled |
| 3943 | 2025-08-18T19:27:26.301Z | [ host-image] Aug 18 19:27:26.163 INFO O| Aug 18 19:27:26.163 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3944 | 2025-08-18T19:27:26.301Z | [ host-image] Aug 18 19:27:26.163 INFO O| Aug 18 19:27:26.163 INFO skip step because feature "publisher_3_name" is not enabled |
| 3945 | 2025-08-18T19:27:26.301Z | [ host-image] Aug 18 19:27:26.163 INFO O| Aug 18 19:27:26.163 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3946 | 2025-08-18T19:27:26.639Z | [ host-image] Aug 18 19:27:26.500 INFO O| Aug 18 19:27:26.500 INFO variant opensolaris.zone is already global |
| 3947 | 2025-08-18T19:27:26.639Z | [ host-image] Aug 18 19:27:26.500 INFO O| Aug 18 19:27:26.500 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 3948 | 2025-08-18T19:27:26.647Z | [ host-image] Aug 18 19:27:26.500 INFO O| Aug 18 19:27:26.500 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3949 | 2025-08-18T19:27:26.970Z | [ host-image] Aug 18 19:27:26.836 INFO O| Aug 18 19:27:26.836 INFO variant opensolaris.imagetype is full; changing to partial |
| 3950 | 2025-08-18T19:27:26.970Z | [ host-image] Aug 18 19:27:26.836 INFO O| Aug 18 19:27:26.836 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 3951 | 2025-08-18T19:27:28.451Z | [recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3952 | 2025-08-18T19:27:28.451Z | [recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3953 | 2025-08-18T19:27:28.461Z | [recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3954 | 2025-08-18T19:27:33.913Z | [recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3955 | 2025-08-18T19:27:33.951Z | [recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3956 | 2025-08-18T19:27:35.034Z | [recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3957 | 2025-08-18T19:27:35.888Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3958 | 2025-08-18T19:27:36.407Z | [recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3959 | 2025-08-18T19:27:37.591Z | [recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3960 | 2025-08-18T19:27:41.206Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3961 | 2025-08-18T19:27:54.034Z | [ host-image] Aug 18 19:27:53.936 INFO O| Aug 18 19:27:53.936 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 3962 | 2025-08-18T19:28:04.506Z | [ host-image] Aug 18 19:28:04.422 INFO O| Aug 18 19:28:04.422 INFO O| Startup: Caching catalogs ... Done |
| 3963 | 2025-08-18T19:28:04.559Z | [recovery-package] Finished `release` profile [optimized] target(s) in 48.57s |
| 3964 | 2025-08-18T19:28:04.583Z | [ host-image] Aug 18 19:28:04.500 INFO O| Aug 18 19:28:04.500 INFO O| Planning: Planning completed in 0.00 seconds |
| 3965 | 2025-08-18T19:28:04.587Z | [ host-image] Aug 18 19:28:04.500 INFO O| Aug 18 19:28:04.500 INFO O| Planning: Consolidating action changes ... Done |
| 3966 | 2025-08-18T19:28:04.587Z | [ host-image] Aug 18 19:28:04.501 INFO O| Aug 18 19:28:04.501 INFO O| Planning: Evaluating mediators ... Done |
| 3967 | 2025-08-18T19:28:04.587Z | [ host-image] Aug 18 19:28:04.501 INFO O| Aug 18 19:28:04.501 INFO O| Planning: Planning completed in 0.00 seconds |
| 3968 | 2025-08-18T19:28:04.587Z | [ host-image] Aug 18 19:28:04.501 INFO O| Aug 18 19:28:04.501 INFO O| Variants/Facets to change: 1 |
| 3969 | 2025-08-18T19:28:04.598Z | [ host-image] Aug 18 19:28:04.516 INFO O| Aug 18 19:28:04.516 INFO O| Done |
| 3970 | 2025-08-18T19:28:04.599Z | [ host-image] Aug 18 19:28:04.516 INFO O| Aug 18 19:28:04.516 INFO O| Done |
| 3971 | 2025-08-18T19:28:05.967Z | [ host-image] Aug 18 19:28:05.883 INFO O| Aug 18 19:28:05.883 INFO O| Done |
| 3972 | 2025-08-18T19:28:06.063Z | [ host-image] Aug 18 19:28:05.980 INFO O| Aug 18 19:28:05.980 INFO O| Done |
| 3973 | 2025-08-18T19:28:06.069Z | [ host-image] Aug 18 19:28:05.981 INFO O| Aug 18 19:28:05.981 INFO O| Done |
| 3974 | 2025-08-18T19:28:06.069Z | [ host-image] Aug 18 19:28:05.981 INFO O| Aug 18 19:28:05.981 INFO O| Done |
| 3975 | 2025-08-18T19:28:06.069Z | [ host-image] Aug 18 19:28:05.983 INFO O| Aug 18 19:28:05.983 INFO O| Done |
| 3976 | 2025-08-18T19:28:06.608Z | Aug 18 19:28:06.527 INFO [recovery-package] process exited with exit status: 0 (50.932351978s) |
| 3977 | 2025-08-18T19:28:06.608Z | Aug 18 19:28:06.528 INFO [recovery-stamp] running task |
| 3978 | 2025-08-18T19:28:06.614Z | Aug 18 19:28:06.528 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
| 3979 | 2025-08-18T19:28:06.614Z | Aug 18 19:28:06.528 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 16.0.0-0.ci+git33b001744b0 |
| 3980 | 2025-08-18T19:28:06.614Z | Aug 18 19:28:06.529 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 16.0.0-0.ci+git33b001744b0 |
| 3981 | 2025-08-18T19:28:06.620Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
| 3982 | 2025-08-18T19:28:06.624Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
| 3983 | 2025-08-18T19:28:06.702Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
| 3984 | 2025-08-18T19:28:06.763Z | Aug 18 19:28:06.627 INFO [stamp-installinator] process exited with exit status: 0 (98.57358ms) |
| 3985 | 2025-08-18T19:28:06.769Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
| 3986 | 2025-08-18T19:28:06.773Z | Aug 18 19:28:06.692 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (163.26937ms) |
| 3987 | 2025-08-18T19:28:06.773Z | Aug 18 19:28:06.692 INFO [recovery-stamp] task succeeded (164.378818ms) |
| 3988 | 2025-08-18T19:28:06.773Z | Aug 18 19:28:06.692 INFO [recovery-proto] running task |
| 3989 | 2025-08-18T19:28:06.773Z | Aug 18 19:28:06.692 INFO [tuf-stamp] running task |
| 3990 | 2025-08-18T19:28:06.773Z | Aug 18 19:28:06.692 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 16.0.0-0.ci+git33b001744b0 |
| 3991 | 2025-08-18T19:28:06.777Z | Aug 18 19:28:06.693 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 16.0.0-0.ci+git33b001744b0 |
| 3992 | 2025-08-18T19:28:06.777Z | Aug 18 19:28:06.693 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 16.0.0-0.ci+git33b001744b0 |
| 3993 | 2025-08-18T19:28:06.777Z | Aug 18 19:28:06.693 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 16.0.0-0.ci+git33b001744b0 |
| 3994 | 2025-08-18T19:28:06.777Z | Aug 18 19:28:06.694 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 16.0.0-0.ci+git33b001744b0 |
| 3995 | 2025-08-18T19:28:06.781Z | Aug 18 19:28:06.699 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 16.0.0-0.ci+git33b001744b0 |
| 3996 | 2025-08-18T19:28:06.781Z | Aug 18 19:28:06.699 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 16.0.0-0.ci+git33b001744b0 |
| 3997 | 2025-08-18T19:28:06.781Z | Aug 18 19:28:06.699 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 16.0.0-0.ci+git33b001744b0 |
| 3998 | 2025-08-18T19:28:06.789Z | Aug 18 19:28:06.707 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 16.0.0-0.ci+git33b001744b0 |
| 3999 | 2025-08-18T19:28:06.789Z | Aug 18 19:28:06.707 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 16.0.0-0.ci+git33b001744b0 |
| 4000 | 2025-08-18T19:28:06.789Z | Aug 18 19:28:06.707 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 16.0.0-0.ci+git33b001744b0 |
| 4001 | 2025-08-18T19:28:06.789Z | Aug 18 19:28:06.707 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 16.0.0-0.ci+git33b001744b0 |
| 4002 | 2025-08-18T19:28:06.792Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4003 | 2025-08-18T19:28:06.792Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4004 | 2025-08-18T19:28:06.793Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4005 | 2025-08-18T19:28:06.796Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4006 | 2025-08-18T19:28:06.796Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4007 | 2025-08-18T19:28:06.796Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4008 | 2025-08-18T19:28:06.796Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4009 | 2025-08-18T19:28:06.796Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4010 | 2025-08-18T19:28:06.800Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4011 | 2025-08-18T19:28:06.807Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4012 | 2025-08-18T19:28:06.807Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4013 | 2025-08-18T19:28:06.814Z | [stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4014 | 2025-08-18T19:28:06.917Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
| 4015 | 2025-08-18T19:28:06.950Z | Aug 18 19:28:06.870 INFO [stamp-probe] process exited with exit status: 0 (173.917141ms) |
| 4016 | 2025-08-18T19:28:06.992Z | Aug 18 19:28:06.912 INFO [recovery-proto] task succeeded (220.349934ms) |
| 4017 | 2025-08-18T19:28:06.996Z | Aug 18 19:28:06.912 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.37.402' -P /tmp/.tmpgW5B7U/proto/recovery/root -N 'recovery 33b0017/${os_short_commit} 2025-08-18 19:00' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
| 4018 | 2025-08-18T19:28:07.028Z | [ recovery-image] Aug 18 19:28:06.947 INFO Checking files for board 'gimlet' |
| 4019 | 2025-08-18T19:28:07.028Z | [ recovery-image] Aug 18 19:28:06.948 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 4020 | 2025-08-18T19:28:07.028Z | [ recovery-image] Aug 18 19:28:06.948 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml" |
| 4021 | 2025-08-18T19:28:07.028Z | [ recovery-image] Aug 18 19:28:06.948 INFO Checking files for board 'cosmo' |
| 4022 | 2025-08-18T19:28:07.033Z | [ recovery-image] Aug 18 19:28:06.948 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5" |
| 4023 | 2025-08-18T19:28:07.033Z | [ recovery-image] Aug 18 19:28:06.948 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.5.toml" |
| 4024 | 2025-08-18T19:28:07.052Z | [ recovery-image] Aug 18 19:28:06.964 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpgW5B7U/proto/recovery/root" |
| 4025 | 2025-08-18T19:28:07.053Z | [ recovery-image] Aug 18 19:28:06.964 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ } |
| 4026 | 2025-08-18T19:28:07.057Z | [ recovery-image] Aug 18 19:28:06.964 INFO image builder template: ramdisk-01-os... |
| 4027 | 2025-08-18T19:28:07.057Z | [ recovery-image] Aug 18 19:28:06.964 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/.tmpgW5B7U/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.37.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
| 4028 | 2025-08-18T19:28:07.069Z | [ recovery-image] Aug 18 19:28:06.989 INFO O| Aug 18 19:28:06.989 INFO CREATE DATASET: rpool/images/build/recovery/output |
| 4029 | 2025-08-18T19:28:07.446Z | [ recovery-image] Aug 18 19:28:07.366 INFO O| Aug 18 19:28:07.366 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4030 | 2025-08-18T19:28:07.451Z | [ recovery-image] Aug 18 19:28:07.372 INFO O| Aug 18 19:28:07.372 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4031 | 2025-08-18T19:28:07.754Z | [ host-image] Aug 18 19:28:07.675 INFO O| Aug 18 19:28:07.675 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 4032 | 2025-08-18T19:28:07.754Z | [ host-image] Aug 18 19:28:07.675 INFO O| Aug 18 19:28:07.675 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4033 | 2025-08-18T19:28:07.754Z | [ host-image] Aug 18 19:28:07.675 INFO O| Aug 18 19:28:07.675 INFO skip step because feature "debug_variant" is not enabled |
| 4034 | 2025-08-18T19:28:07.758Z | [ host-image] Aug 18 19:28:07.675 INFO O| Aug 18 19:28:07.675 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4035 | 2025-08-18T19:28:07.977Z | [ recovery-image] Aug 18 19:28:07.898 INFO O| Aug 18 19:28:07.898 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled |
| 4036 | 2025-08-18T19:28:08.095Z | [ recovery-image] Aug 18 19:28:08.017 INFO O| Aug 18 19:28:08.017 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4037 | 2025-08-18T19:28:08.095Z | [ recovery-image] Aug 18 19:28:08.017 INFO O| Aug 18 19:28:08.017 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4038 | 2025-08-18T19:28:08.099Z | [ recovery-image] Aug 18 19:28:08.017 INFO O| Aug 18 19:28:08.017 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4039 | 2025-08-18T19:28:08.099Z | [ recovery-image] Aug 18 19:28:08.017 INFO O| Aug 18 19:28:08.017 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4040 | 2025-08-18T19:28:08.105Z | [ recovery-image] Aug 18 19:28:08.027 INFO O| Aug 18 19:28:08.027 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4041 | 2025-08-18T19:28:08.138Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
| 4042 | 2025-08-18T19:28:08.176Z | Aug 18 19:28:08.097 INFO [stamp-ntp] process exited with exit status: 0 (1.403373811s) |
| 4043 | 2025-08-18T19:28:08.395Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s |
| 4044 | 2025-08-18T19:28:08.428Z | [ recovery-image] Aug 18 19:28:08.350 INFO O| Aug 18 19:28:08.350 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4045 | 2025-08-18T19:28:08.441Z | [ recovery-image] Aug 18 19:28:08.364 INFO O| Aug 18 19:28:08.364 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"] |
| 4046 | 2025-08-18T19:28:08.496Z | [ host-image] Aug 18 19:28:08.418 INFO O| Aug 18 19:28:08.418 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"] |
| 4047 | 2025-08-18T19:28:08.534Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
| 4048 | 2025-08-18T19:28:08.587Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
| 4049 | 2025-08-18T19:28:08.640Z | Aug 18 19:28:08.561 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.85463709s) |
| 4050 | 2025-08-18T19:28:08.902Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
| 4051 | 2025-08-18T19:28:08.941Z | Aug 18 19:28:08.864 INFO [stamp-internal-dns] process exited with exit status: 0 (2.17102886s) |
| 4052 | 2025-08-18T19:28:08.971Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
| 4053 | 2025-08-18T19:28:08.999Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
| 4054 | 2025-08-18T19:28:09.005Z | Aug 18 19:28:08.928 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.233814228s) |
| 4055 | 2025-08-18T19:28:09.005Z | Aug 18 19:28:08.928 INFO [stamp-external-dns] process exited with exit status: 0 (2.221343997s) |
| 4056 | 2025-08-18T19:28:09.154Z | [ recovery-image] Aug 18 19:28:09.077 INFO O| Aug 18 19:28:09.077 INFO O| Caching catalogs ... Done |
| 4057 | 2025-08-18T19:28:09.311Z | [ recovery-image] Aug 18 19:28:09.234 INFO O| Aug 18 19:28:09.234 INFO STEP 0 (pkg_image_create) COMPLETE |
| 4058 | 2025-08-18T19:28:09.311Z | [ recovery-image] Aug 18 19:28:09.234 INFO O| Aug 18 19:28:09.234 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4059 | 2025-08-18T19:28:09.334Z | [ recovery-image] Aug 18 19:28:09.247 INFO O| Aug 18 19:28:09.247 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"] |
| 4060 | 2025-08-18T19:28:09.344Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
| 4061 | 2025-08-18T19:28:09.350Z | Aug 18 19:28:09.274 INFO [stamp-oximeter] process exited with exit status: 0 (2.580077502s) |
| 4062 | 2025-08-18T19:28:09.899Z | [ recovery-image] Aug 18 19:28:09.823 INFO O| Aug 18 19:28:09.823 INFO STEP 1 (pkg_set_publisher) COMPLETE |
| 4063 | 2025-08-18T19:28:09.900Z | [ recovery-image] Aug 18 19:28:09.823 INFO O| Aug 18 19:28:09.823 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4064 | 2025-08-18T19:28:09.904Z | [ recovery-image] Aug 18 19:28:09.823 INFO O| Aug 18 19:28:09.823 INFO skip step because feature "publisher_1_name" is not enabled |
| 4065 | 2025-08-18T19:28:09.904Z | [ recovery-image] Aug 18 19:28:09.823 INFO O| Aug 18 19:28:09.823 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4066 | 2025-08-18T19:28:09.904Z | [ recovery-image] Aug 18 19:28:09.823 INFO O| Aug 18 19:28:09.823 INFO skip step because feature "publisher_2_name" is not enabled |
| 4067 | 2025-08-18T19:28:09.904Z | [ recovery-image] Aug 18 19:28:09.823 INFO O| Aug 18 19:28:09.823 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4068 | 2025-08-18T19:28:09.904Z | [ recovery-image] Aug 18 19:28:09.823 INFO O| Aug 18 19:28:09.823 INFO skip step because feature "publisher_3_name" is not enabled |
| 4069 | 2025-08-18T19:28:09.904Z | [ recovery-image] Aug 18 19:28:09.824 INFO O| Aug 18 19:28:09.823 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4070 | 2025-08-18T19:28:10.521Z | [ recovery-image] Aug 18 19:28:10.445 INFO O| Aug 18 19:28:10.445 INFO variant opensolaris.zone is already global |
| 4071 | 2025-08-18T19:28:10.521Z | [ recovery-image] Aug 18 19:28:10.446 INFO O| Aug 18 19:28:10.445 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 4072 | 2025-08-18T19:28:10.525Z | [ recovery-image] Aug 18 19:28:10.446 INFO O| Aug 18 19:28:10.445 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4073 | 2025-08-18T19:28:11.154Z | [ recovery-image] Aug 18 19:28:11.079 INFO O| Aug 18 19:28:11.079 INFO variant opensolaris.imagetype is full; changing to partial |
| 4074 | 2025-08-18T19:28:11.154Z | [ recovery-image] Aug 18 19:28:11.079 INFO O| Aug 18 19:28:11.079 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 4075 | 2025-08-18T19:28:11.631Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
| 4076 | 2025-08-18T19:28:11.635Z | Aug 18 19:28:11.562 INFO [stamp-nexus] process exited with exit status: 0 (4.861762868s) |
| 4077 | 2025-08-18T19:28:12.625Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
| 4078 | 2025-08-18T19:28:12.630Z | Aug 18 19:28:12.558 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.864458329s) |
| 4079 | 2025-08-18T19:28:15.473Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
| 4080 | 2025-08-18T19:28:15.477Z | Aug 18 19:28:15.409 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (8.716470729s) |
| 4081 | 2025-08-18T19:28:15.537Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4082 | 2025-08-18T19:28:15.729Z | [verify-libraries] Compiling home v0.5.9 |
| 4083 | 2025-08-18T19:28:15.753Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
| 4084 | 2025-08-18T19:28:15.780Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 4085 | 2025-08-18T19:28:15.780Z | [verify-libraries] Compiling sqlparser_derive v0.2.2 |
| 4086 | 2025-08-18T19:28:15.783Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
| 4087 | 2025-08-18T19:28:16.077Z | [verify-libraries] Compiling nix v0.28.0 |
| 4088 | 2025-08-18T19:28:16.080Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4089 | 2025-08-18T19:28:16.084Z | [verify-libraries] Compiling polyval v0.6.2 |
| 4090 | 2025-08-18T19:28:16.087Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4091 | 2025-08-18T19:28:16.119Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
| 4092 | 2025-08-18T19:28:16.124Z | Aug 18 19:28:16.056 INFO [stamp-clickhouse] process exited with exit status: 0 (9.356748157s) |
| 4093 | 2025-08-18T19:28:16.475Z | [stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz |
| 4094 | 2025-08-18T19:28:16.480Z | Aug 18 19:28:16.413 INFO [stamp-clickhouse_server] process exited with exit status: 0 (9.711148057s) |
| 4095 | 2025-08-18T19:28:16.484Z | Aug 18 19:28:16.413 INFO [tuf-stamp] task succeeded (9.721384583s) |
| 4096 | 2025-08-18T19:28:16.529Z | [verify-libraries] Compiling sqlformat v0.3.5 |
| 4097 | 2025-08-18T19:28:17.054Z | [verify-libraries] Compiling sqlparser v0.45.0 |
| 4098 | 2025-08-18T19:28:17.111Z | [verify-libraries] Compiling ghash v0.5.1 |
| 4099 | 2025-08-18T19:28:17.140Z | [verify-libraries] Compiling ctr v0.9.2 |
| 4100 | 2025-08-18T19:28:17.227Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
| 4101 | 2025-08-18T19:28:17.422Z | [verify-libraries] Compiling blowfish v0.9.1 |
| 4102 | 2025-08-18T19:28:17.640Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
| 4103 | 2025-08-18T19:28:18.138Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
| 4104 | 2025-08-18T19:28:19.268Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
| 4105 | 2025-08-18T19:28:19.962Z | [verify-libraries] Compiling password-hash v0.4.2 |
| 4106 | 2025-08-18T19:28:22.315Z | [verify-libraries] Compiling rustyline v14.0.0 |
| 4107 | 2025-08-18T19:28:22.537Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
| 4108 | 2025-08-18T19:28:23.231Z | [verify-libraries] Compiling ssh-key v0.6.6 |
| 4109 | 2025-08-18T19:28:23.751Z | [verify-libraries] Compiling p521 v0.13.3 |
| 4110 | 2025-08-18T19:28:25.937Z | [verify-libraries] Compiling p256 v0.13.2 |
| 4111 | 2025-08-18T19:28:27.210Z | [verify-libraries] Compiling petname v2.0.2 |
| 4112 | 2025-08-18T19:28:28.396Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
| 4113 | 2025-08-18T19:28:28.717Z | [verify-libraries] Compiling md5 v0.7.0 |
| 4114 | 2025-08-18T19:28:29.426Z | [verify-libraries] Compiling russh-keys v0.45.0 |
| 4115 | 2025-08-18T19:28:29.494Z | [verify-libraries] Compiling num-bigint v0.4.6 |
| 4116 | 2025-08-18T19:28:36.653Z | [verify-libraries] Compiling des v0.8.1 |
| 4117 | 2025-08-18T19:28:37.224Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4118 | 2025-08-18T19:28:38.437Z | [verify-libraries] Compiling hex-literal v0.4.1 |
| 4119 | 2025-08-18T19:28:38.857Z | [verify-libraries] Compiling russh v0.45.0 |
| 4120 | 2025-08-18T19:28:39.723Z | [verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4121 | 2025-08-18T19:28:44.065Z | [ host-image] Aug 18 19:28:44.032 INFO O| Aug 18 19:28:44.032 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4122 | 2025-08-18T19:28:46.246Z | [ recovery-image] Aug 18 19:28:46.216 INFO O| Aug 18 19:28:46.215 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4123 | 2025-08-18T19:28:49.832Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4124 | 2025-08-18T19:28:50.819Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4125 | 2025-08-18T19:28:54.141Z | [verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4126 | 2025-08-18T19:28:54.724Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4127 | 2025-08-18T19:29:00.480Z | [ host-image] Aug 18 19:29:00.469 INFO O| Aug 18 19:29:00.469 INFO O| Startup: Caching catalogs ... Done |
| 4128 | 2025-08-18T19:29:00.624Z | [ host-image] Aug 18 19:29:00.613 INFO O| Aug 18 19:29:00.613 INFO O| Planning: Planning completed in 0.00 seconds |
| 4129 | 2025-08-18T19:29:00.628Z | [ host-image] Aug 18 19:29:00.614 INFO O| Aug 18 19:29:00.614 INFO O| Planning: Consolidating action changes ... Done |
| 4130 | 2025-08-18T19:29:00.628Z | [ host-image] Aug 18 19:29:00.614 INFO O| Aug 18 19:29:00.614 INFO O| Planning: Evaluating mediators ... Done |
| 4131 | 2025-08-18T19:29:00.628Z | [ host-image] Aug 18 19:29:00.615 INFO O| Aug 18 19:29:00.614 INFO O| Planning: Planning completed in 0.00 seconds |
| 4132 | 2025-08-18T19:29:00.628Z | [ host-image] Aug 18 19:29:00.615 INFO O| Aug 18 19:29:00.615 INFO O| Variants/Facets to change: 1 |
| 4133 | 2025-08-18T19:29:00.691Z | [ host-image] Aug 18 19:29:00.680 INFO O| Aug 18 19:29:00.680 INFO O| Done |
| 4134 | 2025-08-18T19:29:00.691Z | [ host-image] Aug 18 19:29:00.680 INFO O| Aug 18 19:29:00.680 INFO O| Done |
| 4135 | 2025-08-18T19:29:03.052Z | [ host-image] Aug 18 19:29:03.045 INFO O| Aug 18 19:29:03.044 INFO O| Done |
| 4136 | 2025-08-18T19:29:03.189Z | [ recovery-image] Aug 18 19:29:03.182 INFO O| Aug 18 19:29:03.182 INFO O| Startup: Caching catalogs ... Done |
| 4137 | 2025-08-18T19:29:03.242Z | [ host-image] Aug 18 19:29:03.234 INFO O| Aug 18 19:29:03.234 INFO O| Done |
| 4138 | 2025-08-18T19:29:03.245Z | [ host-image] Aug 18 19:29:03.235 INFO O| Aug 18 19:29:03.235 INFO O| Done |
| 4139 | 2025-08-18T19:29:03.246Z | [ host-image] Aug 18 19:29:03.236 INFO O| Aug 18 19:29:03.236 INFO O| Done |
| 4140 | 2025-08-18T19:29:03.246Z | [ host-image] Aug 18 19:29:03.238 INFO O| Aug 18 19:29:03.238 INFO O| Done |
| 4141 | 2025-08-18T19:29:03.294Z | [ recovery-image] Aug 18 19:29:03.287 INFO O| Aug 18 19:29:03.287 INFO O| Planning: Planning completed in 0.00 seconds |
| 4142 | 2025-08-18T19:29:03.298Z | [ recovery-image] Aug 18 19:29:03.287 INFO O| Aug 18 19:29:03.287 INFO O| Planning: Consolidating action changes ... Done |
| 4143 | 2025-08-18T19:29:03.298Z | [ recovery-image] Aug 18 19:29:03.288 INFO O| Aug 18 19:29:03.288 INFO O| Planning: Evaluating mediators ... Done |
| 4144 | 2025-08-18T19:29:03.298Z | [ recovery-image] Aug 18 19:29:03.288 INFO O| Aug 18 19:29:03.288 INFO O| Planning: Planning completed in 0.00 seconds |
| 4145 | 2025-08-18T19:29:03.298Z | [ recovery-image] Aug 18 19:29:03.288 INFO O| Aug 18 19:29:03.288 INFO O| Variants/Facets to change: 1 |
| 4146 | 2025-08-18T19:29:03.361Z | [ recovery-image] Aug 18 19:29:03.354 INFO O| Aug 18 19:29:03.354 INFO O| Done |
| 4147 | 2025-08-18T19:29:03.361Z | [ recovery-image] Aug 18 19:29:03.354 INFO O| Aug 18 19:29:03.354 INFO O| Done |
| 4148 | 2025-08-18T19:29:05.126Z | [ host-image] Aug 18 19:29:05.121 INFO O| Aug 18 19:29:05.121 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 4149 | 2025-08-18T19:29:05.126Z | [ host-image] Aug 18 19:29:05.121 INFO O| Aug 18 19:29:05.121 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4150 | 2025-08-18T19:29:05.130Z | [ host-image] Aug 18 19:29:05.121 INFO O| Aug 18 19:29:05.121 INFO skip step because feature "recovery" is not enabled |
| 4151 | 2025-08-18T19:29:05.130Z | [ host-image] Aug 18 19:29:05.121 INFO O| Aug 18 19:29:05.121 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4152 | 2025-08-18T19:29:05.130Z | [ host-image] Aug 18 19:29:05.121 INFO O| Aug 18 19:29:05.121 INFO skip step because feature "recovery" is not enabled |
| 4153 | 2025-08-18T19:29:05.130Z | [ host-image] Aug 18 19:29:05.121 INFO O| Aug 18 19:29:05.121 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4154 | 2025-08-18T19:29:05.144Z | [ host-image] Aug 18 19:29:05.139 INFO O| Aug 18 19:29:05.138 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@16.0.0.0"] |
| 4155 | 2025-08-18T19:29:05.652Z | [ recovery-image] Aug 18 19:29:05.648 INFO O| Aug 18 19:29:05.648 INFO O| Done |
| 4156 | 2025-08-18T19:29:05.767Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4157 | 2025-08-18T19:29:05.819Z | [ recovery-image] Aug 18 19:29:05.815 INFO O| Aug 18 19:29:05.815 INFO O| Done |
| 4158 | 2025-08-18T19:29:05.823Z | [ recovery-image] Aug 18 19:29:05.817 INFO O| Aug 18 19:29:05.817 INFO O| Done |
| 4159 | 2025-08-18T19:29:05.823Z | [ recovery-image] Aug 18 19:29:05.817 INFO O| Aug 18 19:29:05.817 INFO O| Done |
| 4160 | 2025-08-18T19:29:05.826Z | [ recovery-image] Aug 18 19:29:05.819 INFO O| Aug 18 19:29:05.819 INFO O| Done |
| 4161 | 2025-08-18T19:29:06.275Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4162 | 2025-08-18T19:29:06.428Z | [verify-libraries] Compiling sync-ptr v0.1.4 |
| 4163 | 2025-08-18T19:29:06.850Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
| 4164 | 2025-08-18T19:29:07.018Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4165 | 2025-08-18T19:29:07.209Z | [verify-libraries] Compiling omicron-zone-package v0.12.2 |
| 4166 | 2025-08-18T19:29:07.549Z | [ recovery-image] Aug 18 19:29:07.547 INFO O| Aug 18 19:29:07.547 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 4167 | 2025-08-18T19:29:07.550Z | [ recovery-image] Aug 18 19:29:07.547 INFO O| Aug 18 19:29:07.547 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4168 | 2025-08-18T19:29:07.553Z | [ recovery-image] Aug 18 19:29:07.547 INFO O| Aug 18 19:29:07.547 INFO skip step because feature "debug_variant" is not enabled |
| 4169 | 2025-08-18T19:29:07.553Z | [ recovery-image] Aug 18 19:29:07.547 INFO O| Aug 18 19:29:07.547 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4170 | 2025-08-18T19:29:08.178Z | [ recovery-image] Aug 18 19:29:08.177 INFO O| Aug 18 19:29:08.177 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"] |
| 4171 | 2025-08-18T19:29:28.463Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4172 | 2025-08-18T19:29:31.457Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4173 | 2025-08-18T19:29:35.586Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4174 | 2025-08-18T19:29:41.891Z | [verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4175 | 2025-08-18T19:29:43.159Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4176 | 2025-08-18T19:29:50.159Z | [ host-image] Aug 18 19:29:50.211 INFO O| Aug 18 19:29:50.211 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4177 | 2025-08-18T19:29:51.626Z | [verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4178 | 2025-08-18T19:29:53.337Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4179 | 2025-08-18T19:29:53.654Z | [ recovery-image] Aug 18 19:29:53.711 INFO O| Aug 18 19:29:53.710 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4180 | 2025-08-18T19:29:54.830Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4181 | 2025-08-18T19:29:55.183Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 4182 | 2025-08-18T19:30:07.025Z | [ host-image] Aug 18 19:30:07.099 INFO O| Aug 18 19:30:07.099 INFO O| Startup: Caching catalogs ... Done |
| 4183 | 2025-08-18T19:30:10.724Z | [ recovery-image] Aug 18 19:30:10.803 INFO O| Aug 18 19:30:10.803 INFO O| Startup: Caching catalogs ... Done |
| 4184 | 2025-08-18T19:30:10.851Z | [ recovery-image] Aug 18 19:30:10.930 INFO O| Aug 18 19:30:10.930 INFO O| Planning: Planning completed in 0.00 seconds |
| 4185 | 2025-08-18T19:30:10.855Z | [ recovery-image] Aug 18 19:30:10.931 INFO O| Aug 18 19:30:10.931 INFO O| Planning: Consolidating action changes ... Done |
| 4186 | 2025-08-18T19:30:10.855Z | [ recovery-image] Aug 18 19:30:10.931 INFO O| Aug 18 19:30:10.931 INFO O| Planning: Evaluating mediators ... Done |
| 4187 | 2025-08-18T19:30:10.855Z | [ recovery-image] Aug 18 19:30:10.931 INFO O| Aug 18 19:30:10.931 INFO O| Planning: Planning completed in 0.00 seconds |
| 4188 | 2025-08-18T19:30:10.855Z | [ recovery-image] Aug 18 19:30:10.932 INFO O| Aug 18 19:30:10.932 INFO O| Variants/Facets to change: 1 |
| 4189 | 2025-08-18T19:30:10.916Z | [ recovery-image] Aug 18 19:30:10.995 INFO O| Aug 18 19:30:10.995 INFO O| Done |
| 4190 | 2025-08-18T19:30:10.920Z | [ recovery-image] Aug 18 19:30:10.995 INFO O| Aug 18 19:30:10.995 INFO O| Done |
| 4191 | 2025-08-18T19:30:13.265Z | [ recovery-image] Aug 18 19:30:13.347 INFO O| Aug 18 19:30:13.347 INFO O| Done |
| 4192 | 2025-08-18T19:30:13.448Z | [ recovery-image] Aug 18 19:30:13.526 INFO O| Aug 18 19:30:13.526 INFO O| Done |
| 4193 | 2025-08-18T19:30:13.451Z | [ recovery-image] Aug 18 19:30:13.527 INFO O| Aug 18 19:30:13.527 INFO O| Done |
| 4194 | 2025-08-18T19:30:13.451Z | [ recovery-image] Aug 18 19:30:13.527 INFO O| Aug 18 19:30:13.527 INFO O| Done |
| 4195 | 2025-08-18T19:30:13.456Z | [ recovery-image] Aug 18 19:30:13.538 INFO O| Aug 18 19:30:13.538 INFO O| Done |
| 4196 | 2025-08-18T19:30:15.347Z | [ recovery-image] Aug 18 19:30:15.431 INFO O| Aug 18 19:30:15.431 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 4197 | 2025-08-18T19:30:15.347Z | [ recovery-image] Aug 18 19:30:15.431 INFO O| Aug 18 19:30:15.431 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4198 | 2025-08-18T19:30:16.091Z | [ recovery-image] Aug 18 19:30:16.176 INFO O| Aug 18 19:30:16.176 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"] |
| 4199 | 2025-08-18T19:30:38.047Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4200 | 2025-08-18T19:30:41.312Z | [verify-libraries] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#570f7cbd) |
| 4201 | 2025-08-18T19:30:43.452Z | [verify-libraries] Compiling heck v0.4.1 |
| 4202 | 2025-08-18T19:30:44.935Z | [verify-libraries] Compiling diff v0.1.13 |
| 4203 | 2025-08-18T19:30:45.095Z | [verify-libraries] Compiling yansi v1.0.1 |
| 4204 | 2025-08-18T19:30:46.295Z | [verify-libraries] Compiling pretty_assertions v1.4.1 |
| 4205 | 2025-08-18T19:30:46.377Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 4206 | 2025-08-18T19:30:49.648Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4207 | 2025-08-18T19:30:55.017Z | [verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4208 | 2025-08-18T19:30:55.192Z | [ recovery-image] Aug 18 19:30:55.328 INFO O| Aug 18 19:30:55.328 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4209 | 2025-08-18T19:31:07.267Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4210 | 2025-08-18T19:31:07.979Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4211 | 2025-08-18T19:31:08.713Z | [verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4212 | 2025-08-18T19:31:09.310Z | [verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4213 | 2025-08-18T19:31:09.959Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4214 | 2025-08-18T19:31:10.491Z | [verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4215 | 2025-08-18T19:31:11.022Z | [verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4216 | 2025-08-18T19:31:11.479Z | [ recovery-image] Aug 18 19:31:11.636 INFO O| Aug 18 19:31:11.636 INFO O| Startup: Caching catalogs ... Done |
| 4217 | 2025-08-18T19:31:11.604Z | [ recovery-image] Aug 18 19:31:11.760 INFO O| Aug 18 19:31:11.760 INFO O| Planning: Planning completed in 0.00 seconds |
| 4218 | 2025-08-18T19:31:11.607Z | [ recovery-image] Aug 18 19:31:11.761 INFO O| Aug 18 19:31:11.761 INFO O| Planning: Consolidating action changes ... Done |
| 4219 | 2025-08-18T19:31:11.607Z | [ recovery-image] Aug 18 19:31:11.761 INFO O| Aug 18 19:31:11.761 INFO O| Planning: Evaluating mediators ... Done |
| 4220 | 2025-08-18T19:31:11.607Z | [ recovery-image] Aug 18 19:31:11.762 INFO O| Aug 18 19:31:11.762 INFO O| Planning: Planning completed in 0.00 seconds |
| 4221 | 2025-08-18T19:31:11.612Z | [ recovery-image] Aug 18 19:31:11.769 INFO O| Aug 18 19:31:11.769 INFO O| Variants/Facets to change: 1 |
| 4222 | 2025-08-18T19:31:11.678Z | [ recovery-image] Aug 18 19:31:11.835 INFO O| Aug 18 19:31:11.834 INFO O| Done |
| 4223 | 2025-08-18T19:31:11.678Z | [ recovery-image] Aug 18 19:31:11.835 INFO O| Aug 18 19:31:11.835 INFO O| Done |
| 4224 | 2025-08-18T19:31:13.951Z | [ recovery-image] Aug 18 19:31:14.110 INFO O| Aug 18 19:31:14.110 INFO O| Done |
| 4225 | 2025-08-18T19:31:14.119Z | [ recovery-image] Aug 18 19:31:14.279 INFO O| Aug 18 19:31:14.278 INFO O| Done |
| 4226 | 2025-08-18T19:31:14.122Z | [ recovery-image] Aug 18 19:31:14.279 INFO O| Aug 18 19:31:14.279 INFO O| Done |
| 4227 | 2025-08-18T19:31:14.122Z | [ recovery-image] Aug 18 19:31:14.279 INFO O| Aug 18 19:31:14.279 INFO O| Done |
| 4228 | 2025-08-18T19:31:14.122Z | [ recovery-image] Aug 18 19:31:14.281 INFO O| Aug 18 19:31:14.281 INFO O| Done |
| 4229 | 2025-08-18T19:31:15.828Z | [ recovery-image] Aug 18 19:31:15.990 INFO O| Aug 18 19:31:15.990 INFO STEP 9 (pkg_change_facet) COMPLETE |
| 4230 | 2025-08-18T19:31:15.829Z | [ recovery-image] Aug 18 19:31:15.990 INFO O| Aug 18 19:31:15.990 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4231 | 2025-08-18T19:31:16.592Z | [ recovery-image] Aug 18 19:31:16.755 INFO O| Aug 18 19:31:16.755 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"] |
| 4232 | 2025-08-18T19:31:43.602Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 4233 | 2025-08-18T19:31:57.144Z | [ recovery-image] Aug 18 19:31:57.359 INFO O| Aug 18 19:31:57.359 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4234 | 2025-08-18T19:32:00.308Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4235 | 2025-08-18T19:32:14.389Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4236 | 2025-08-18T19:32:14.644Z | [ recovery-image] Aug 18 19:32:14.882 INFO O| Aug 18 19:32:14.881 INFO O| Startup: Caching catalogs ... Done |
| 4237 | 2025-08-18T19:32:14.768Z | [ recovery-image] Aug 18 19:32:15.006 INFO O| Aug 18 19:32:15.006 INFO O| Planning: Planning completed in 0.00 seconds |
| 4238 | 2025-08-18T19:32:14.772Z | [ recovery-image] Aug 18 19:32:15.007 INFO O| Aug 18 19:32:15.007 INFO O| Planning: Consolidating action changes ... Done |
| 4239 | 2025-08-18T19:32:14.772Z | [ recovery-image] Aug 18 19:32:15.007 INFO O| Aug 18 19:32:15.007 INFO O| Planning: Evaluating mediators ... Done |
| 4240 | 2025-08-18T19:32:14.772Z | [ recovery-image] Aug 18 19:32:15.008 INFO O| Aug 18 19:32:15.008 INFO O| Planning: Planning completed in 0.00 seconds |
| 4241 | 2025-08-18T19:32:14.772Z | [ recovery-image] Aug 18 19:32:15.008 INFO O| Aug 18 19:32:15.008 INFO O| Variants/Facets to change: 1 |
| 4242 | 2025-08-18T19:32:14.841Z | [ recovery-image] Aug 18 19:32:15.079 INFO O| Aug 18 19:32:15.079 INFO O| Done |
| 4243 | 2025-08-18T19:32:14.841Z | [ recovery-image] Aug 18 19:32:15.079 INFO O| Aug 18 19:32:15.079 INFO O| Done |
| 4244 | 2025-08-18T19:32:17.112Z | [ recovery-image] Aug 18 19:32:17.352 INFO O| Aug 18 19:32:17.352 INFO O| Done |
| 4245 | 2025-08-18T19:32:17.442Z | [ recovery-image] Aug 18 19:32:17.683 INFO O| Aug 18 19:32:17.683 INFO O| Done |
| 4246 | 2025-08-18T19:32:17.446Z | [ recovery-image] Aug 18 19:32:17.684 INFO O| Aug 18 19:32:17.684 INFO O| Done |
| 4247 | 2025-08-18T19:32:17.446Z | [ recovery-image] Aug 18 19:32:17.684 INFO O| Aug 18 19:32:17.684 INFO O| Done |
| 4248 | 2025-08-18T19:32:17.446Z | [ recovery-image] Aug 18 19:32:17.686 INFO O| Aug 18 19:32:17.686 INFO O| Done |
| 4249 | 2025-08-18T19:32:19.377Z | [ recovery-image] Aug 18 19:32:19.620 INFO O| Aug 18 19:32:19.620 INFO STEP 10 (pkg_change_facet) COMPLETE |
| 4250 | 2025-08-18T19:32:19.377Z | [ recovery-image] Aug 18 19:32:19.620 INFO O| Aug 18 19:32:19.620 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4251 | 2025-08-18T19:32:19.393Z | [ recovery-image] Aug 18 19:32:19.636 INFO O| Aug 18 19:32:19.636 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@16.0.0.0"] |
| 4252 | 2025-08-18T19:32:19.538Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4253 | 2025-08-18T19:32:27.448Z | [verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4254 | 2025-08-18T19:32:31.829Z | [ host-image] Aug 18 19:32:32.088 INFO O| Aug 18 19:32:32.088 INFO O| Planning: Solver setup ... Done |
| 4255 | 2025-08-18T19:32:32.480Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4256 | 2025-08-18T19:32:34.079Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4257 | 2025-08-18T19:32:39.748Z | [verify-libraries] Compiling termios v0.3.3 |
| 4258 | 2025-08-18T19:32:40.251Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4259 | 2025-08-18T19:32:43.100Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4260 | 2025-08-18T19:33:05.519Z | [ recovery-image] Aug 18 19:33:03.833 INFO O| Aug 18 19:33:03.832 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4261 | 2025-08-18T19:33:23.783Z | [ recovery-image] Aug 18 19:33:22.109 INFO O| Aug 18 19:33:22.109 INFO O| Startup: Caching catalogs ... Done |
| 4262 | 2025-08-18T19:33:27.875Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4263 | 2025-08-18T19:33:42.216Z | [verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4264 | 2025-08-18T19:36:02.286Z | [ recovery-image] Aug 18 19:36:00.815 INFO O| Aug 18 19:36:00.814 INFO O| Planning: Solver setup ... Done |
| 4265 | 2025-08-18T19:36:57.058Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4266 | 2025-08-18T19:36:57.158Z | [verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4267 | 2025-08-18T19:37:01.016Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4268 | 2025-08-18T19:37:36.156Z | [ host-image] Aug 18 19:37:34.805 INFO O| Aug 18 19:37:34.805 INFO O| Planning: Running solver ... Done |
| 4269 | 2025-08-18T19:37:37.769Z | [ host-image] Aug 18 19:37:36.420 INFO O| Aug 18 19:37:36.419 INFO O| Planning: Finding local manifests ... Done |
| 4270 | 2025-08-18T19:37:37.885Z | [ host-image] Aug 18 19:37:36.536 INFO O| Aug 18 19:37:36.536 INFO O| Planning: Fetching manifests: 0/126 0% complete |
| 4271 | 2025-08-18T19:37:42.888Z | [ host-image] Aug 18 19:37:41.545 INFO O| Aug 18 19:37:41.545 INFO O| Planning: Fetching manifests: 56/126 44% complete |
| 4272 | 2025-08-18T19:37:45.331Z | [ host-image] Aug 18 19:37:43.991 INFO O| Aug 18 19:37:43.991 INFO O| Planning: Fetching manifests: 126/126 100% complete |
| 4273 | 2025-08-18T19:37:46.589Z | [ host-image] Aug 18 19:37:45.251 INFO O| Aug 18 19:37:45.251 INFO O| Planning: Package planning ... Done |
| 4274 | 2025-08-18T19:37:48.267Z | [ host-image] Aug 18 19:37:46.927 INFO O| Aug 18 19:37:46.927 INFO O| Planning: Merging actions ... Done |
| 4275 | 2025-08-18T19:37:48.657Z | [ host-image] Aug 18 19:37:47.322 INFO O| Aug 18 19:37:47.322 INFO O| Planning: Checking for conflicting actions ... Done |
| 4276 | 2025-08-18T19:37:48.983Z | [ host-image] Aug 18 19:37:47.648 INFO O| Aug 18 19:37:47.648 INFO O| Planning: Consolidating action changes ... Done |
| 4277 | 2025-08-18T19:37:49.452Z | [verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4278 | 2025-08-18T19:37:49.560Z | [ host-image] Aug 18 19:37:48.226 INFO O| Aug 18 19:37:48.226 INFO O| Planning: Evaluating mediators ... Done |
| 4279 | 2025-08-18T19:37:56.029Z | [ host-image] Aug 18 19:37:54.701 INFO O| Aug 18 19:37:54.701 INFO O| Planning: Planning completed in 467.46 seconds |
| 4280 | 2025-08-18T19:37:56.033Z | [ host-image] Aug 18 19:37:54.707 INFO O| Aug 18 19:37:54.707 INFO O| Packages to install: 126 |
| 4281 | 2025-08-18T19:37:56.034Z | [ host-image] Aug 18 19:37:54.707 INFO O| Aug 18 19:37:54.707 INFO O| Mediators to change: 5 |
| 4282 | 2025-08-18T19:37:56.034Z | [ host-image] Aug 18 19:37:54.707 INFO O| Aug 18 19:37:54.707 INFO O| Services to change: 6 |
| 4283 | 2025-08-18T19:37:56.187Z | [ host-image] Aug 18 19:37:54.861 INFO O| Aug 18 19:37:54.861 INFO O| Download: 0/22885 items 0.0/207.3MB 0% complete |
| 4284 | 2025-08-18T19:37:57.828Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 4285 | 2025-08-18T19:38:01.253Z | [ host-image] Aug 18 19:37:59.934 INFO O| Aug 18 19:37:59.934 INFO O| Download: 1298/22885 items 7.8/207.3MB 3% complete (1.6M/s) |
| 4286 | 2025-08-18T19:38:03.847Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4287 | 2025-08-18T19:38:06.271Z | [ host-image] Aug 18 19:38:04.948 INFO O| Aug 18 19:38:04.948 INFO O| Download: 1663/22885 items 10.9/207.3MB 5% complete (1.2M/s) |
| 4288 | 2025-08-18T19:38:09.260Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 4289 | 2025-08-18T19:38:12.021Z | [ host-image] Aug 18 19:38:10.716 INFO O| Aug 18 19:38:10.715 INFO O| Download: 1807/22885 items 16.9/207.3MB 8% complete (880k/s) |
| 4290 | 2025-08-18T19:38:17.753Z | [ host-image] Aug 18 19:38:16.455 INFO O| Aug 18 19:38:16.455 INFO O| Download: 2151/22885 items 23.9/207.3MB 11% complete (1.4M/s) |
| 4291 | 2025-08-18T19:38:22.851Z | [ host-image] Aug 18 19:38:21.560 INFO O| Aug 18 19:38:21.560 INFO O| Download: 2463/22885 items 28.3/207.3MB 13% complete (1.1M/s) |
| 4292 | 2025-08-18T19:38:27.845Z | [ host-image] Aug 18 19:38:26.560 INFO O| Aug 18 19:38:26.560 INFO O| Download: 3519/22885 items 35.8/207.3MB 17% complete (1.2M/s) |
| 4293 | 2025-08-18T19:38:33.405Z | [ host-image] Aug 18 19:38:32.127 INFO O| Aug 18 19:38:32.127 INFO O| Download: 4588/22885 items 42.2/207.3MB 20% complete (1.5M/s) |
| 4294 | 2025-08-18T19:38:38.403Z | [ host-image] Aug 18 19:38:37.132 INFO O| Aug 18 19:38:37.132 INFO O| Download: 4802/22885 items 45.1/207.3MB 21% complete (963k/s) |
| 4295 | 2025-08-18T19:38:43.406Z | [ host-image] Aug 18 19:38:42.141 INFO O| Aug 18 19:38:42.141 INFO O| Download: 5994/22885 items 46.7/207.3MB 22% complete (454k/s) |
| 4296 | 2025-08-18T19:38:49.197Z | [ host-image] Aug 18 19:38:47.939 INFO O| Aug 18 19:38:47.939 INFO O| Download: 7052/22885 items 50.4/207.3MB 24% complete (525k/s) |
| 4297 | 2025-08-18T19:38:54.202Z | [ host-image] Aug 18 19:38:52.952 INFO O| Aug 18 19:38:52.951 INFO O| Download: 7964/22885 items 59.6/207.3MB 28% complete (1.3M/s) |
| 4298 | 2025-08-18T19:38:59.374Z | [ host-image] Aug 18 19:38:58.129 INFO O| Aug 18 19:38:58.129 INFO O| Download: 8310/22885 items 63.5/207.3MB 30% complete (1.2M/s) |
| 4299 | 2025-08-18T19:39:04.369Z | [ host-image] Aug 18 19:39:03.131 INFO O| Aug 18 19:39:03.131 INFO O| Download: 9021/22885 items 75.3/207.3MB 36% complete (1.5M/s) |
| 4300 | 2025-08-18T19:39:09.363Z | [ host-image] Aug 18 19:39:08.131 INFO O| Aug 18 19:39:08.131 INFO O| Download: 9865/22885 items 86.9/207.3MB 41% complete (2.4M/s) |
| 4301 | 2025-08-18T19:39:14.559Z | [ host-image] Aug 18 19:39:13.334 INFO O| Aug 18 19:39:13.334 INFO O| Download: 10919/22885 items 93.3/207.3MB 45% complete (1.9M/s) |
| 4302 | 2025-08-18T19:39:19.959Z | [ host-image] Aug 18 19:39:18.741 INFO O| Aug 18 19:39:18.741 INFO O| Download: 11280/22885 items 97.3/207.3MB 46% complete (1.1M/s) |
| 4303 | 2025-08-18T19:39:24.954Z | [ host-image] Aug 18 19:39:23.741 INFO O| Aug 18 19:39:23.741 INFO O| Download: 12059/22885 items 101.5/207.3MB 48% complete (904k/s) |
| 4304 | 2025-08-18T19:39:30.878Z | [ host-image] Aug 18 19:39:29.674 INFO O| Aug 18 19:39:29.674 INFO O| Download: 12278/22885 items 112.1/207.3MB 54% complete (1.5M/s) |
| 4305 | 2025-08-18T19:39:35.900Z | [ host-image] Aug 18 19:39:34.701 INFO O| Aug 18 19:39:34.701 INFO O| Download: 13390/22885 items 113.3/207.3MB 54% complete (1.0M/s) |
| 4306 | 2025-08-18T19:39:40.912Z | [ host-image] Aug 18 19:39:39.720 INFO O| Aug 18 19:39:39.720 INFO O| Download: 14246/22885 items 114.0/207.3MB 54% complete (183k/s) |
| 4307 | 2025-08-18T19:39:46.314Z | [ host-image] Aug 18 19:39:45.128 INFO O| Aug 18 19:39:45.128 INFO O| Download: 14524/22885 items 115.6/207.3MB 55% complete (211k/s) |
| 4308 | 2025-08-18T19:39:51.308Z | [ host-image] Aug 18 19:39:50.129 INFO O| Aug 18 19:39:50.129 INFO O| Download: 15221/22885 items 121.5/207.3MB 58% complete (758k/s) |
| 4309 | 2025-08-18T19:39:56.633Z | [ host-image] Aug 18 19:39:55.462 INFO O| Aug 18 19:39:55.461 INFO O| Download: 15831/22885 items 129.6/207.3MB 62% complete (1.5M/s) |
| 4310 | 2025-08-18T19:40:01.630Z | [ host-image] Aug 18 19:40:00.465 INFO O| Aug 18 19:40:00.465 INFO O| Download: 16737/22885 items 144.2/207.3MB 69% complete (2.2M/s) |
| 4311 | 2025-08-18T19:40:06.634Z | [ host-image] Aug 18 19:40:05.476 INFO O| Aug 18 19:40:05.475 INFO O| Download: 17858/22885 items 153.8/207.3MB 74% complete (2.4M/s) |
| 4312 | 2025-08-18T19:40:11.828Z | [ host-image] Aug 18 19:40:10.676 INFO O| Aug 18 19:40:10.676 INFO O| Download: 18414/22885 items 167.2/207.3MB 80% complete (2.3M/s) |
| 4313 | 2025-08-18T19:40:19.610Z | [ host-image] Aug 18 19:40:17.054 INFO O| Aug 18 19:40:17.054 INFO O| Download: 19062/22885 items 169.5/207.3MB 81% complete (1.9M/s) |
| 4314 | 2025-08-18T19:40:23.702Z | [ host-image] Aug 18 19:40:22.566 INFO O| Aug 18 19:40:22.566 INFO O| Download: 20089/22885 items 174.2/207.3MB 84% complete (680k/s) |
| 4315 | 2025-08-18T19:40:28.696Z | [ host-image] Aug 18 19:40:27.566 INFO O| Aug 18 19:40:27.566 INFO O| Download: 20717/22885 items 176.3/207.3MB 85% complete (715k/s) |
| 4316 | 2025-08-18T19:40:33.767Z | [ host-image] Aug 18 19:40:32.643 INFO O| Aug 18 19:40:32.643 INFO O| Download: 21004/22885 items 182.4/207.3MB 87% complete (853k/s) |
| 4317 | 2025-08-18T19:40:36.389Z | [ recovery-image] Aug 18 19:40:35.269 INFO O| Aug 18 19:40:35.268 INFO O| Planning: Running solver ... Done |
| 4318 | 2025-08-18T19:40:37.732Z | [ recovery-image] Aug 18 19:40:36.614 INFO O| Aug 18 19:40:36.614 INFO O| Planning: Finding local manifests ... Done |
| 4319 | 2025-08-18T19:40:37.888Z | [ recovery-image] Aug 18 19:40:36.770 INFO O| Aug 18 19:40:36.770 INFO O| Planning: Fetching manifests: 0/126 0% complete |
| 4320 | 2025-08-18T19:40:38.782Z | [ host-image] Aug 18 19:40:37.665 INFO O| Aug 18 19:40:37.665 INFO O| Download: 21349/22885 items 183.9/207.3MB 88% complete (770k/s) |
| 4321 | 2025-08-18T19:40:42.990Z | [ recovery-image] Aug 18 19:40:41.878 INFO O| Aug 18 19:40:41.878 INFO O| Planning: Fetching manifests: 62/126 49% complete |
| 4322 | 2025-08-18T19:40:43.785Z | [ host-image] Aug 18 19:40:42.674 INFO O| Aug 18 19:40:42.674 INFO O| Download: 22000/22885 items 200.1/207.3MB 96% complete (1.7M/s) |
| 4323 | 2025-08-18T19:40:48.003Z | [ recovery-image] Aug 18 19:40:46.898 INFO O| Aug 18 19:40:46.898 INFO O| Planning: Fetching manifests: 125/126 99% complete |
| 4324 | 2025-08-18T19:40:48.009Z | [ recovery-image] Aug 18 19:40:46.904 INFO O| Aug 18 19:40:46.904 INFO O| Planning: Fetching manifests: 126/126 100% complete |
| 4325 | 2025-08-18T19:40:49.028Z | [ recovery-image] Aug 18 19:40:47.924 INFO O| Aug 18 19:40:47.924 INFO O| Planning: Package planning ... Done |
| 4326 | 2025-08-18T19:40:49.532Z | [ host-image] Aug 18 19:40:48.429 INFO O| Aug 18 19:40:48.429 INFO O| Download: 22127/22885 items 201.2/207.3MB 97% complete (1.7M/s) |
| 4327 | 2025-08-18T19:40:49.658Z | [ recovery-image] Aug 18 19:40:48.555 INFO O| Aug 18 19:40:48.555 INFO O| Planning: Merging actions ... Done |
| 4328 | 2025-08-18T19:40:49.822Z | [ recovery-image] Aug 18 19:40:48.719 INFO O| Aug 18 19:40:48.719 INFO O| Planning: Checking for conflicting actions ... Done |
| 4329 | 2025-08-18T19:40:49.954Z | [ recovery-image] Aug 18 19:40:48.851 INFO O| Aug 18 19:40:48.850 INFO O| Planning: Consolidating action changes ... Done |
| 4330 | 2025-08-18T19:40:50.314Z | [ recovery-image] Aug 18 19:40:49.211 INFO O| Aug 18 19:40:49.211 INFO O| Planning: Evaluating mediators ... Done |
| 4331 | 2025-08-18T19:40:54.841Z | [ host-image] Aug 18 19:40:53.744 INFO O| Aug 18 19:40:53.744 INFO O| Download: 22876/22885 items 207.3/207.3MB 99% complete (746k/s) |
| 4332 | 2025-08-18T19:40:55.266Z | [ host-image] Aug 18 19:40:54.169 INFO O| Aug 18 19:40:54.169 INFO O| Download: Completed 207.33 MB in 179.31 seconds (1.1M/s) |
| 4333 | 2025-08-18T19:40:56.845Z | [ recovery-image] Aug 18 19:40:55.751 INFO O| Aug 18 19:40:55.751 INFO O| Planning: Planning completed in 453.50 seconds |
| 4334 | 2025-08-18T19:40:56.849Z | [ recovery-image] Aug 18 19:40:55.755 INFO O| Aug 18 19:40:55.755 INFO O| Packages to install: 126 |
| 4335 | 2025-08-18T19:40:56.849Z | [ recovery-image] Aug 18 19:40:55.755 INFO O| Aug 18 19:40:55.755 INFO O| Mediators to change: 5 |
| 4336 | 2025-08-18T19:40:56.853Z | [ recovery-image] Aug 18 19:40:55.756 INFO O| Aug 18 19:40:55.755 INFO O| Services to change: 5 |
| 4337 | 2025-08-18T19:40:56.977Z | [ recovery-image] Aug 18 19:40:55.883 INFO O| Aug 18 19:40:55.883 INFO O| Download: 0/15944 items 0.0/184.0MB 0% complete |
| 4338 | 2025-08-18T19:40:57.083Z | [ host-image] Aug 18 19:40:55.989 INFO O| Aug 18 19:40:55.989 INFO O| Actions: 1/50799 actions (Installing new actions) |
| 4339 | 2025-08-18T19:41:02.029Z | [ recovery-image] Aug 18 19:41:00.942 INFO O| Aug 18 19:41:00.942 INFO O| Download: 1000/15944 items 7.9/184.0MB 4% complete (1.7M/s) |
| 4340 | 2025-08-18T19:41:02.076Z | [ host-image] Aug 18 19:41:00.989 INFO O| Aug 18 19:41:00.989 INFO O| Actions: 10510/50799 actions (Installing new actions) |
| 4341 | 2025-08-18T19:41:07.075Z | [ host-image] Aug 18 19:41:05.994 INFO O| Aug 18 19:41:05.994 INFO O| Actions: 17393/50799 actions (Installing new actions) |
| 4342 | 2025-08-18T19:41:07.212Z | [ recovery-image] Aug 18 19:41:06.131 INFO O| Aug 18 19:41:06.131 INFO O| Download: 1110/15944 items 9.6/184.0MB 5% complete (1.1M/s) |
| 4343 | 2025-08-18T19:41:12.069Z | [ host-image] Aug 18 19:41:10.994 INFO O| Aug 18 19:41:10.994 INFO O| Actions: 26377/50799 actions (Installing new actions) |
| 4344 | 2025-08-18T19:41:13.705Z | [ recovery-image] Aug 18 19:41:12.633 INFO O| Aug 18 19:41:12.633 INFO O| Download: 1320/15944 items 20.3/184.0MB 11% complete (1.4M/s) |
| 4345 | 2025-08-18T19:41:16.540Z | [ host-image] Aug 18 19:41:15.471 INFO O| Aug 18 19:41:15.471 INFO O| Actions: Completed 50799 actions in 19.48 seconds. |
| 4346 | 2025-08-18T19:41:17.921Z | [ host-image] Aug 18 19:41:16.853 INFO O| Aug 18 19:41:16.853 INFO O| Done |
| 4347 | 2025-08-18T19:41:17.925Z | [ host-image] Aug 18 19:41:16.853 INFO O| Aug 18 19:41:16.853 INFO O| Done |
| 4348 | 2025-08-18T19:41:20.450Z | [ host-image] Aug 18 19:41:19.387 INFO O| Aug 18 19:41:19.386 INFO O| Done |
| 4349 | 2025-08-18T19:41:22.855Z | [ recovery-image] Aug 18 19:41:21.794 INFO O| Aug 18 19:41:21.794 INFO O| Download: 1509/15944 items 21.9/184.0MB 11% complete (1.3M/s) |
| 4350 | 2025-08-18T19:41:22.996Z | [ host-image] Aug 18 19:41:21.935 INFO O| Aug 18 19:41:21.935 INFO O| Done |
| 4351 | 2025-08-18T19:41:23.064Z | [ host-image] Aug 18 19:41:22.004 INFO O| Aug 18 19:41:22.004 INFO O| Done |
| 4352 | 2025-08-18T19:41:27.848Z | [ recovery-image] Aug 18 19:41:26.794 INFO O| Aug 18 19:41:26.794 INFO O| Download: 1613/15944 items 25.1/184.0MB 13% complete (311k/s) |
| 4353 | 2025-08-18T19:41:30.670Z | [ host-image] Aug 18 19:41:29.618 INFO O| Aug 18 19:41:29.618 INFO O| Done |
| 4354 | 2025-08-18T19:41:31.709Z | [ host-image] Aug 18 19:41:30.659 INFO O| Aug 18 19:41:30.659 INFO O| Done |
| 4355 | 2025-08-18T19:41:32.845Z | [ recovery-image] Aug 18 19:41:31.796 INFO O| Aug 18 19:41:31.796 INFO O| Download: 2035/15944 items 31.1/184.0MB 16% complete (931k/s) |
| 4356 | 2025-08-18T19:41:35.310Z | [ host-image] Aug 18 19:41:34.265 INFO O| Aug 18 19:41:34.265 INFO STEP 11 (pkg_install) COMPLETE |
| 4357 | 2025-08-18T19:41:35.310Z | [ host-image] Aug 18 19:41:34.265 INFO O| Aug 18 19:41:34.265 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4358 | 2025-08-18T19:41:35.341Z | [ host-image] Aug 18 19:41:34.295 INFO O| Aug 18 19:41:34.295 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"] |
| 4359 | 2025-08-18T19:41:37.852Z | [ recovery-image] Aug 18 19:41:36.809 INFO O| Aug 18 19:41:36.809 INFO O| Download: 2894/15944 items 36.9/184.0MB 20% complete (1.2M/s) |
| 4360 | 2025-08-18T19:41:43.242Z | [ recovery-image] Aug 18 19:41:42.208 INFO O| Aug 18 19:41:42.208 INFO O| Download: 3669/15944 items 39.3/184.0MB 21% complete (926k/s) |
| 4361 | 2025-08-18T19:41:49.171Z | [ recovery-image] Aug 18 19:41:48.144 INFO O| Aug 18 19:41:48.144 INFO O| Download: 3756/15944 items 40.4/184.0MB 21% complete (333k/s) |
| 4362 | 2025-08-18T19:41:54.170Z | [ recovery-image] Aug 18 19:41:53.149 INFO O| Aug 18 19:41:53.149 INFO O| Download: 4255/15944 items 43.0/184.0MB 23% complete (486k/s) |
| 4363 | 2025-08-18T19:41:59.871Z | [ recovery-image] Aug 18 19:41:58.857 INFO O| Aug 18 19:41:58.857 INFO O| Download: 4857/15944 items 43.3/184.0MB 23% complete (348k/s) |
| 4364 | 2025-08-18T19:42:05.179Z | [ recovery-image] Aug 18 19:42:04.171 INFO O| Aug 18 19:42:04.171 INFO O| Download: 5735/15944 items 44.8/184.0MB 24% complete (146k/s) |
| 4365 | 2025-08-18T19:42:10.175Z | [ recovery-image] Aug 18 19:42:09.175 INFO O| Aug 18 19:42:09.175 INFO O| Download: 5828/15944 items 47.4/184.0MB 25% complete (385k/s) |
| 4366 | 2025-08-18T19:42:16.304Z | [ recovery-image] Aug 18 19:42:15.183 INFO O| Aug 18 19:42:15.182 INFO O| Download: 6176/15944 items 56.8/184.0MB 30% complete (1.1M/s) |
| 4367 | 2025-08-18T19:42:16.318Z | [ host-image] Aug 18 19:42:15.254 INFO O| Aug 18 19:42:15.254 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4368 | 2025-08-18T19:42:21.171Z | [ recovery-image] Aug 18 19:42:20.184 INFO O| Aug 18 19:42:20.183 INFO O| Download: 6616/15944 items 67.4/184.0MB 36% complete (1.4M/s) |
| 4369 | 2025-08-18T19:42:26.164Z | [ recovery-image] Aug 18 19:42:25.185 INFO O| Aug 18 19:42:25.185 INFO O| Download: 7535/15944 items 76.9/184.0MB 41% complete (2.0M/s) |
| 4370 | 2025-08-18T19:42:31.337Z | [ recovery-image] Aug 18 19:42:30.364 INFO O| Aug 18 19:42:30.364 INFO O| Download: 7937/15944 items 79.0/184.0MB 42% complete (1.2M/s) |
| 4371 | 2025-08-18T19:42:32.214Z | [ host-image] Aug 18 19:42:31.242 INFO O| Aug 18 19:42:31.242 INFO O| Startup: Caching catalogs ... Done |
| 4372 | 2025-08-18T19:42:36.350Z | [ recovery-image] Aug 18 19:42:35.379 INFO O| Aug 18 19:42:35.378 INFO O| Download: 8477/15944 items 83.1/184.0MB 45% complete (635k/s) |
| 4373 | 2025-08-18T19:42:41.682Z | [ host-image] Aug 18 19:42:40.722 INFO O| Aug 18 19:42:40.722 INFO O| Planning: Solver setup ... Done |
| 4374 | 2025-08-18T19:42:41.696Z | [ host-image] Aug 18 19:42:40.736 INFO O| Aug 18 19:42:40.736 INFO O| Planning: Running solver ... Done |
| 4375 | 2025-08-18T19:42:41.744Z | [ recovery-image] Aug 18 19:42:40.777 INFO O| Aug 18 19:42:40.777 INFO O| Download: 8748/15944 items 85.3/184.0MB 46% complete (629k/s) |
| 4376 | 2025-08-18T19:42:41.940Z | [ host-image] Aug 18 19:42:40.939 INFO O| Aug 18 19:42:40.939 INFO O| Planning: Finding local manifests ... Done |
| 4377 | 2025-08-18T19:42:41.985Z | [ host-image] Aug 18 19:42:41.008 INFO O| Aug 18 19:42:41.008 INFO O| Planning: Fetching manifests: 0/5 0% complete |
| 4378 | 2025-08-18T19:42:42.138Z | [ host-image] Aug 18 19:42:41.179 INFO O| Aug 18 19:42:41.179 INFO O| Planning: Fetching manifests: 5/5 100% complete |
| 4379 | 2025-08-18T19:42:42.179Z | [ host-image] Aug 18 19:42:41.220 INFO O| Aug 18 19:42:41.220 INFO O| Planning: Package planning ... Done |
| 4380 | 2025-08-18T19:42:42.201Z | [ host-image] Aug 18 19:42:41.241 INFO O| Aug 18 19:42:41.241 INFO O| Planning: Merging actions ... Done |
| 4381 | 2025-08-18T19:42:42.345Z | [ host-image] Aug 18 19:42:41.386 INFO O| Aug 18 19:42:41.386 INFO O| Planning: Checking for conflicting actions ... Done |
| 4382 | 2025-08-18T19:42:42.353Z | [ host-image] Aug 18 19:42:41.388 INFO O| Aug 18 19:42:41.388 INFO O| Planning: Consolidating action changes ... Done |
| 4383 | 2025-08-18T19:42:42.738Z | [ host-image] Aug 18 19:42:41.780 INFO O| Aug 18 19:42:41.779 INFO O| Planning: Evaluating mediators ... Done |
| 4384 | 2025-08-18T19:42:42.744Z | [ host-image] Aug 18 19:42:41.782 INFO O| Aug 18 19:42:41.782 INFO O| Planning: Planning completed in 10.43 seconds |
| 4385 | 2025-08-18T19:42:42.745Z | [ host-image] Aug 18 19:42:41.782 INFO O| Aug 18 19:42:41.782 INFO O| Packages to install: 5 |
| 4386 | 2025-08-18T19:42:42.745Z | [ host-image] Aug 18 19:42:41.782 INFO O| Aug 18 19:42:41.782 INFO O| Services to change: 2 |
| 4387 | 2025-08-18T19:42:42.768Z | [ host-image] Aug 18 19:42:41.809 INFO O| Aug 18 19:42:41.809 INFO O| Download: 0/121 items 0.0/1.5MB 0% complete |
| 4388 | 2025-08-18T19:42:46.735Z | [ recovery-image] Aug 18 19:42:45.782 INFO O| Aug 18 19:42:45.781 INFO O| Download: 9010/15944 items 96.0/184.0MB 52% complete (1.3M/s) |
| 4389 | 2025-08-18T19:42:47.380Z | [ host-image] Aug 18 19:42:46.426 INFO O| Aug 18 19:42:46.426 INFO O| Download: Completed 1.48 MB in 4.62 seconds (327k/s) |
| 4390 | 2025-08-18T19:42:47.436Z | [ host-image] Aug 18 19:42:46.477 INFO O| Aug 18 19:42:46.477 INFO O| Actions: 1/313 actions (Installing new actions) |
| 4391 | 2025-08-18T19:42:47.651Z | [ host-image] Aug 18 19:42:46.699 INFO O| Aug 18 19:42:46.699 INFO O| Actions: Completed 313 actions in 0.22 seconds. |
| 4392 | 2025-08-18T19:42:48.365Z | [ host-image] Aug 18 19:42:47.352 INFO O| Aug 18 19:42:47.352 INFO O| Done |
| 4393 | 2025-08-18T19:42:48.365Z | [ host-image] Aug 18 19:42:47.352 INFO O| Aug 18 19:42:47.352 INFO O| Done |
| 4394 | 2025-08-18T19:42:50.824Z | [ host-image] Aug 18 19:42:49.848 INFO O| Aug 18 19:42:49.848 INFO O| Done |
| 4395 | 2025-08-18T19:42:52.523Z | [ recovery-image] Aug 18 19:42:51.566 INFO O| Aug 18 19:42:51.565 INFO O| Download: 10035/15944 items 96.5/184.0MB 52% complete (1.2M/s) |
| 4396 | 2025-08-18T19:42:53.447Z | [ host-image] Aug 18 19:42:52.501 INFO O| Aug 18 19:42:52.500 INFO O| Done |
| 4397 | 2025-08-18T19:42:53.475Z | [ host-image] Aug 18 19:42:52.531 INFO O| Aug 18 19:42:52.531 INFO O| Done |
| 4398 | 2025-08-18T19:42:53.476Z | [ host-image] Aug 18 19:42:52.531 INFO O| Aug 18 19:42:52.531 INFO O| Done |
| 4399 | 2025-08-18T19:42:53.498Z | [ host-image] Aug 18 19:42:52.553 INFO O| Aug 18 19:42:52.553 INFO O| Done |
| 4400 | 2025-08-18T19:42:54.678Z | [ host-image] Aug 18 19:42:53.734 INFO O| Aug 18 19:42:53.734 INFO STEP 12 (pkg_install) COMPLETE |
| 4401 | 2025-08-18T19:42:54.678Z | [ host-image] Aug 18 19:42:53.735 INFO O| Aug 18 19:42:53.734 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4402 | 2025-08-18T19:42:54.687Z | [ host-image] Aug 18 19:42:53.744 INFO O| Aug 18 19:42:53.744 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
| 4403 | 2025-08-18T19:43:00.605Z | [ recovery-image] Aug 18 19:42:56.606 INFO O| Aug 18 19:42:56.605 INFO O| Download: 10973/15944 items 97.2/184.0MB 52% complete (112k/s) |
| 4404 | 2025-08-18T19:43:03.520Z | [ recovery-image] Aug 18 19:43:02.588 INFO O| Aug 18 19:43:02.588 INFO O| Download: 11148/15944 items 102.9/184.0MB 55% complete (537k/s) |
| 4405 | 2025-08-18T19:43:09.395Z | [ recovery-image] Aug 18 19:43:08.470 INFO O| Aug 18 19:43:08.470 INFO O| Download: 11575/15944 items 114.6/184.0MB 62% complete (2.0M/s) |
| 4406 | 2025-08-18T19:43:15.404Z | [ recovery-image] Aug 18 19:43:14.474 INFO O| Aug 18 19:43:14.474 INFO O| Download: 12050/15944 items 142.3/184.0MB 77% complete (3.9M/s) |
| 4407 | 2025-08-18T19:43:20.391Z | [ recovery-image] Aug 18 19:43:19.480 INFO O| Aug 18 19:43:19.480 INFO O| Download: 13398/15944 items 148.9/184.0MB 80% complete (2.3M/s) |
| 4408 | 2025-08-18T19:43:25.397Z | [ recovery-image] Aug 18 19:43:24.493 INFO O| Aug 18 19:43:24.493 INFO O| Download: 14471/15944 items 153.5/184.0MB 83% complete (1.1M/s) |
| 4409 | 2025-08-18T19:43:27.075Z | [ host-image] Aug 18 19:43:26.173 INFO O| Aug 18 19:43:26.173 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4410 | 2025-08-18T19:43:30.815Z | [ recovery-image] Aug 18 19:43:29.918 INFO O| Aug 18 19:43:29.918 INFO O| Download: 14812/15944 items 158.8/184.0MB 86% complete (987k/s) |
| 4411 | 2025-08-18T19:43:35.808Z | [ recovery-image] Aug 18 19:43:34.918 INFO O| Aug 18 19:43:34.918 INFO O| Download: 15339/15944 items 164.8/184.0MB 89% complete (1.1M/s) |
| 4412 | 2025-08-18T19:43:41.593Z | [ recovery-image] Aug 18 19:43:40.709 INFO O| Aug 18 19:43:40.709 INFO O| Download: 15656/15944 items 178.0/184.0MB 96% complete (2.1M/s) |
| 4413 | 2025-08-18T19:43:42.072Z | [ host-image] Aug 18 19:43:41.190 INFO O| Aug 18 19:43:41.190 INFO O| Startup: Caching catalogs ... Done |
| 4414 | 2025-08-18T19:43:46.604Z | [ recovery-image] Aug 18 19:43:45.727 INFO O| Aug 18 19:43:45.727 INFO O| Download: 15935/15944 items 183.6/184.0MB 99% complete (1.9M/s) |
| 4415 | 2025-08-18T19:43:47.649Z | [ recovery-image] Aug 18 19:43:46.774 INFO O| Aug 18 19:43:46.774 INFO O| Download: Completed 183.98 MB in 170.89 seconds (1.1M/s) |
| 4416 | 2025-08-18T19:43:48.703Z | [ recovery-image] Aug 18 19:43:47.829 INFO O| Aug 18 19:43:47.829 INFO O| Actions: 1/26303 actions (Installing new actions) |
| 4417 | 2025-08-18T19:43:50.083Z | [ host-image] Aug 18 19:43:49.211 INFO O| Aug 18 19:43:49.210 INFO O| Planning: Solver setup ... Done |
| 4418 | 2025-08-18T19:43:50.097Z | [ host-image] Aug 18 19:43:49.225 INFO O| Aug 18 19:43:49.224 INFO O| Planning: Running solver ... Done |
| 4419 | 2025-08-18T19:43:50.286Z | [ host-image] Aug 18 19:43:49.414 INFO O| Aug 18 19:43:49.414 INFO O| Planning: Finding local manifests ... Done |
| 4420 | 2025-08-18T19:43:50.393Z | [ host-image] Aug 18 19:43:49.521 INFO O| Aug 18 19:43:49.521 INFO O| Planning: Fetching manifests: 0/6 0% complete |
| 4421 | 2025-08-18T19:43:50.727Z | [ host-image] Aug 18 19:43:49.855 INFO O| Aug 18 19:43:49.855 INFO O| Planning: Fetching manifests: 6/6 100% complete |
| 4422 | 2025-08-18T19:43:50.782Z | [ host-image] Aug 18 19:43:49.911 INFO O| Aug 18 19:43:49.911 INFO O| Planning: Package planning ... Done |
| 4423 | 2025-08-18T19:43:50.815Z | [ host-image] Aug 18 19:43:49.944 INFO O| Aug 18 19:43:49.944 INFO O| Planning: Merging actions ... Done |
| 4424 | 2025-08-18T19:43:50.938Z | [ host-image] Aug 18 19:43:50.067 INFO O| Aug 18 19:43:50.067 INFO O| Planning: Checking for conflicting actions ... Done |
| 4425 | 2025-08-18T19:43:50.944Z | [ host-image] Aug 18 19:43:50.073 INFO O| Aug 18 19:43:50.073 INFO O| Planning: Consolidating action changes ... Done |
| 4426 | 2025-08-18T19:43:51.411Z | [ host-image] Aug 18 19:43:50.540 INFO O| Aug 18 19:43:50.540 INFO O| Planning: Evaluating mediators ... Done |
| 4427 | 2025-08-18T19:43:51.417Z | [ host-image] Aug 18 19:43:50.546 INFO O| Aug 18 19:43:50.546 INFO O| Planning: Planning completed in 9.24 seconds |
| 4428 | 2025-08-18T19:43:51.420Z | [ host-image] Aug 18 19:43:50.547 INFO O| Aug 18 19:43:50.547 INFO O| Packages to install: 6 |
| 4429 | 2025-08-18T19:43:51.420Z | [ host-image] Aug 18 19:43:50.547 INFO O| Aug 18 19:43:50.547 INFO O| Mediators to change: 1 |
| 4430 | 2025-08-18T19:43:51.420Z | [ host-image] Aug 18 19:43:50.547 INFO O| Aug 18 19:43:50.547 INFO O| Services to change: 1 |
| 4431 | 2025-08-18T19:43:51.472Z | [ host-image] Aug 18 19:43:50.601 INFO O| Aug 18 19:43:50.601 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete |
| 4432 | 2025-08-18T19:43:53.697Z | [ recovery-image] Aug 18 19:43:52.830 INFO O| Aug 18 19:43:52.830 INFO O| Actions: 10375/26303 actions (Installing new actions) |
| 4433 | 2025-08-18T19:43:57.456Z | [ host-image] Aug 18 19:43:56.593 INFO O| Aug 18 19:43:56.593 INFO O| Download: 247/1140 items 1.6/7.7MB 20% complete (309k/s) |
| 4434 | 2025-08-18T19:43:58.691Z | [ recovery-image] Aug 18 19:43:57.830 INFO O| Aug 18 19:43:57.830 INFO O| Actions: 17044/26303 actions (Installing new actions) |
| 4435 | 2025-08-18T19:44:01.685Z | [ host-image] Aug 18 19:44:00.828 INFO O| Aug 18 19:44:00.828 INFO O| Download: Completed 7.71 MB in 10.23 seconds (772k/s) |
| 4436 | 2025-08-18T19:44:01.989Z | [ host-image] Aug 18 19:44:01.132 INFO O| Aug 18 19:44:01.132 INFO O| Actions: 1/1361 actions (Installing new actions) |
| 4437 | 2025-08-18T19:44:02.908Z | [ host-image] Aug 18 19:44:02.029 INFO O| Aug 18 19:44:02.029 INFO O| Actions: Completed 1361 actions in 0.90 seconds. |
| 4438 | 2025-08-18T19:44:03.570Z | [ recovery-image] Aug 18 19:44:02.711 INFO O| Aug 18 19:44:02.711 INFO O| Actions: Completed 26303 actions in 14.88 seconds. |
| 4439 | 2025-08-18T19:44:03.619Z | [ host-image] Aug 18 19:44:02.763 INFO O| Aug 18 19:44:02.763 INFO O| Done |
| 4440 | 2025-08-18T19:44:03.619Z | [ host-image] Aug 18 19:44:02.763 INFO O| Aug 18 19:44:02.763 INFO O| Done |
| 4441 | 2025-08-18T19:44:04.268Z | [ recovery-image] Aug 18 19:44:03.413 INFO O| Aug 18 19:44:03.413 INFO O| Done |
| 4442 | 2025-08-18T19:44:04.272Z | [ recovery-image] Aug 18 19:44:03.413 INFO O| Aug 18 19:44:03.413 INFO O| Done |
| 4443 | 2025-08-18T19:44:05.955Z | [ host-image] Aug 18 19:44:05.102 INFO O| Aug 18 19:44:05.102 INFO O| Done |
| 4444 | 2025-08-18T19:44:07.050Z | [ recovery-image] Aug 18 19:44:06.188 INFO O| Aug 18 19:44:06.188 INFO O| Done |
| 4445 | 2025-08-18T19:44:09.225Z | [ recovery-image] Aug 18 19:44:08.370 INFO O| Aug 18 19:44:08.370 INFO O| Done |
| 4446 | 2025-08-18T19:44:09.272Z | [ recovery-image] Aug 18 19:44:08.415 INFO O| Aug 18 19:44:08.415 INFO O| Done |
| 4447 | 2025-08-18T19:44:09.505Z | [ host-image] Aug 18 19:44:08.651 INFO O| Aug 18 19:44:08.651 INFO O| Done |
| 4448 | 2025-08-18T19:44:09.556Z | [ host-image] Aug 18 19:44:08.707 INFO O| Aug 18 19:44:08.707 INFO O| Done |
| 4449 | 2025-08-18T19:44:09.564Z | [ host-image] Aug 18 19:44:08.707 INFO O| Aug 18 19:44:08.707 INFO O| Done |
| 4450 | 2025-08-18T19:44:09.667Z | [ host-image] Aug 18 19:44:08.803 INFO O| Aug 18 19:44:08.802 INFO O| Done |
| 4451 | 2025-08-18T19:44:11.451Z | [ host-image] Aug 18 19:44:10.607 INFO O| Aug 18 19:44:10.607 INFO STEP 13 (pkg_install) COMPLETE |
| 4452 | 2025-08-18T19:44:11.451Z | [ host-image] Aug 18 19:44:10.607 INFO O| Aug 18 19:44:10.607 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4453 | 2025-08-18T19:44:11.467Z | [ host-image] Aug 18 19:44:10.623 INFO O| Aug 18 19:44:10.623 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.37.402"] |
| 4454 | 2025-08-18T19:44:13.803Z | [ recovery-image] Aug 18 19:44:12.959 INFO O| Aug 18 19:44:12.959 INFO O| Done |
| 4455 | 2025-08-18T19:44:14.356Z | [ recovery-image] Aug 18 19:44:13.514 INFO O| Aug 18 19:44:13.514 INFO O| Done |
| 4456 | 2025-08-18T19:44:16.782Z | [ recovery-image] Aug 18 19:44:15.943 INFO O| Aug 18 19:44:15.943 INFO STEP 11 (pkg_install) COMPLETE |
| 4457 | 2025-08-18T19:44:16.782Z | [ recovery-image] Aug 18 19:44:15.943 INFO O| Aug 18 19:44:15.943 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4458 | 2025-08-18T19:44:16.799Z | [ recovery-image] Aug 18 19:44:15.943 INFO O| Aug 18 19:44:15.943 INFO skip step because feature "recovery" is enabled |
| 4459 | 2025-08-18T19:44:16.799Z | [ recovery-image] Aug 18 19:44:15.943 INFO O| Aug 18 19:44:15.943 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4460 | 2025-08-18T19:44:16.799Z | [ recovery-image] Aug 18 19:44:15.943 INFO O| Aug 18 19:44:15.943 INFO skip step because feature "omicron1" is not enabled |
| 4461 | 2025-08-18T19:44:16.799Z | [ recovery-image] Aug 18 19:44:15.943 INFO O| Aug 18 19:44:15.943 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4462 | 2025-08-18T19:44:16.805Z | [ recovery-image] Aug 18 19:44:15.955 INFO O| Aug 18 19:44:15.955 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.37.402"] |
| 4463 | 2025-08-18T19:44:50.736Z | [ host-image] Aug 18 19:44:49.942 INFO O| Aug 18 19:44:49.942 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4464 | 2025-08-18T19:44:57.443Z | [ recovery-image] Aug 18 19:44:56.655 INFO O| Aug 18 19:44:56.655 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4465 | 2025-08-18T19:45:07.225Z | [ host-image] Aug 18 19:45:06.452 INFO O| Aug 18 19:45:06.451 INFO O| Startup: Caching catalogs ... Done |
| 4466 | 2025-08-18T19:45:14.260Z | [ recovery-image] Aug 18 19:45:13.495 INFO O| Aug 18 19:45:13.495 INFO O| Startup: Caching catalogs ... Done |
| 4467 | 2025-08-18T19:45:15.894Z | [ host-image] Aug 18 19:45:15.132 INFO O| Aug 18 19:45:15.132 INFO O| Planning: Solver setup ... Done |
| 4468 | 2025-08-18T19:45:15.907Z | [ host-image] Aug 18 19:45:15.145 INFO O| Aug 18 19:45:15.145 INFO O| Planning: Running solver ... Done |
| 4469 | 2025-08-18T19:45:16.072Z | [ host-image] Aug 18 19:45:15.310 INFO O| Aug 18 19:45:15.310 INFO O| Planning: Finding local manifests ... Done |
| 4470 | 2025-08-18T19:45:16.142Z | [ host-image] Aug 18 19:45:15.380 INFO O| Aug 18 19:45:15.380 INFO O| Planning: Fetching manifests: 0/1 0% complete |
| 4471 | 2025-08-18T19:45:16.167Z | [ host-image] Aug 18 19:45:15.405 INFO O| Aug 18 19:45:15.405 INFO O| Planning: Fetching manifests: 1/1 100% complete |
| 4472 | 2025-08-18T19:45:16.196Z | [ host-image] Aug 18 19:45:15.434 INFO O| Aug 18 19:45:15.434 INFO O| Planning: Package planning ... Done |
| 4473 | 2025-08-18T19:45:16.199Z | [ host-image] Aug 18 19:45:15.435 INFO O| Aug 18 19:45:15.435 INFO O| Planning: Merging actions ... Done |
| 4474 | 2025-08-18T19:45:16.326Z | [ host-image] Aug 18 19:45:15.564 INFO O| Aug 18 19:45:15.564 INFO O| Planning: Checking for conflicting actions ... Done |
| 4475 | 2025-08-18T19:45:16.329Z | [ host-image] Aug 18 19:45:15.565 INFO O| Aug 18 19:45:15.565 INFO O| Planning: Consolidating action changes ... Done |
| 4476 | 2025-08-18T19:45:16.780Z | [ host-image] Aug 18 19:45:16.019 INFO O| Aug 18 19:45:16.019 INFO O| Planning: Evaluating mediators ... Done |
| 4477 | 2025-08-18T19:45:16.783Z | [ host-image] Aug 18 19:45:16.020 INFO O| Aug 18 19:45:16.020 INFO O| Planning: Planning completed in 9.39 seconds |
| 4478 | 2025-08-18T19:45:16.783Z | [ host-image] Aug 18 19:45:16.020 INFO O| Aug 18 19:45:16.020 INFO O| Packages to install: 1 |
| 4479 | 2025-08-18T19:45:16.811Z | [ host-image] Aug 18 19:45:16.051 INFO O| Aug 18 19:45:16.050 INFO O| Download: 0/4 items 0.0/10.1MB 0% complete |
| 4480 | 2025-08-18T19:45:17.022Z | [ host-image] Aug 18 19:45:16.261 INFO O| Aug 18 19:45:16.261 INFO O| Download: Completed 10.09 MB in 0.21 seconds (47.9M/s) |
| 4481 | 2025-08-18T19:45:17.099Z | [ host-image] Aug 18 19:45:16.338 INFO O| Aug 18 19:45:16.338 INFO O| Actions: 1/22 actions (Installing new actions) |
| 4482 | 2025-08-18T19:45:17.575Z | [ host-image] Aug 18 19:45:16.815 INFO O| Aug 18 19:45:16.815 INFO O| Actions: Completed 22 actions in 0.48 seconds. |
| 4483 | 2025-08-18T19:45:18.252Z | [ host-image] Aug 18 19:45:17.493 INFO O| Aug 18 19:45:17.493 INFO O| Done |
| 4484 | 2025-08-18T19:45:18.252Z | [ host-image] Aug 18 19:45:17.493 INFO O| Aug 18 19:45:17.493 INFO O| Done |
| 4485 | 2025-08-18T19:45:20.527Z | [ host-image] Aug 18 19:45:19.771 INFO O| Aug 18 19:45:19.771 INFO O| Done |
| 4486 | 2025-08-18T19:45:23.035Z | [ recovery-image] Aug 18 19:45:22.281 INFO O| Aug 18 19:45:22.281 INFO O| Planning: Solver setup ... Done |
| 4487 | 2025-08-18T19:45:23.046Z | [ recovery-image] Aug 18 19:45:22.293 INFO O| Aug 18 19:45:22.293 INFO O| Planning: Running solver ... Done |
| 4488 | 2025-08-18T19:45:23.235Z | [ recovery-image] Aug 18 19:45:22.482 INFO O| Aug 18 19:45:22.482 INFO O| Planning: Finding local manifests ... Done |
| 4489 | 2025-08-18T19:45:23.304Z | [ recovery-image] Aug 18 19:45:22.551 INFO O| Aug 18 19:45:22.551 INFO O| Planning: Fetching manifests: 0/1 0% complete |
| 4490 | 2025-08-18T19:45:23.327Z | [ recovery-image] Aug 18 19:45:22.575 INFO O| Aug 18 19:45:22.575 INFO O| Planning: Fetching manifests: 1/1 100% complete |
| 4491 | 2025-08-18T19:45:23.356Z | [ recovery-image] Aug 18 19:45:22.604 INFO O| Aug 18 19:45:22.604 INFO O| Planning: Package planning ... Done |
| 4492 | 2025-08-18T19:45:23.359Z | [ recovery-image] Aug 18 19:45:22.604 INFO O| Aug 18 19:45:22.604 INFO O| Planning: Merging actions ... Done |
| 4493 | 2025-08-18T19:45:23.427Z | [ recovery-image] Aug 18 19:45:22.675 INFO O| Aug 18 19:45:22.675 INFO O| Planning: Checking for conflicting actions ... Done |
| 4494 | 2025-08-18T19:45:23.431Z | [ recovery-image] Aug 18 19:45:22.676 INFO O| Aug 18 19:45:22.676 INFO O| Planning: Consolidating action changes ... Done |
| 4495 | 2025-08-18T19:45:23.749Z | [ recovery-image] Aug 18 19:45:22.996 INFO O| Aug 18 19:45:22.996 INFO O| Planning: Evaluating mediators ... Done |
| 4496 | 2025-08-18T19:45:23.756Z | [ recovery-image] Aug 18 19:45:22.997 INFO O| Aug 18 19:45:22.997 INFO O| Planning: Planning completed in 9.38 seconds |
| 4497 | 2025-08-18T19:45:23.756Z | [ recovery-image] Aug 18 19:45:22.998 INFO O| Aug 18 19:45:22.998 INFO O| Packages to install: 1 |
| 4498 | 2025-08-18T19:45:23.781Z | [ recovery-image] Aug 18 19:45:23.028 INFO O| Aug 18 19:45:23.028 INFO O| Download: 0/4 items 0.0/10.1MB 0% complete |
| 4499 | 2025-08-18T19:45:23.836Z | [ host-image] Aug 18 19:45:23.084 INFO O| Aug 18 19:45:23.084 INFO O| Done |
| 4500 | 2025-08-18T19:45:23.937Z | [ host-image] Aug 18 19:45:23.185 INFO O| Aug 18 19:45:23.185 INFO O| Done |
| 4501 | 2025-08-18T19:45:23.940Z | [ host-image] Aug 18 19:45:23.185 INFO O| Aug 18 19:45:23.185 INFO O| Done |
| 4502 | 2025-08-18T19:45:23.992Z | [ host-image] Aug 18 19:45:23.240 INFO O| Aug 18 19:45:23.240 INFO O| Done |
| 4503 | 2025-08-18T19:45:24.025Z | [ recovery-image] Aug 18 19:45:23.273 INFO O| Aug 18 19:45:23.273 INFO O| Download: Completed 10.09 MB in 0.24 seconds (41.3M/s) |
| 4504 | 2025-08-18T19:45:24.117Z | [ recovery-image] Aug 18 19:45:23.365 INFO O| Aug 18 19:45:23.365 INFO O| Actions: 1/22 actions (Installing new actions) |
| 4505 | 2025-08-18T19:45:24.488Z | [ recovery-image] Aug 18 19:45:23.737 INFO O| Aug 18 19:45:23.737 INFO O| Actions: Completed 22 actions in 0.37 seconds. |
| 4506 | 2025-08-18T19:45:25.104Z | [ recovery-image] Aug 18 19:45:24.344 INFO O| Aug 18 19:45:24.344 INFO O| Done |
| 4507 | 2025-08-18T19:45:25.105Z | [ recovery-image] Aug 18 19:45:24.344 INFO O| Aug 18 19:45:24.344 INFO O| Done |
| 4508 | 2025-08-18T19:45:25.717Z | [ host-image] Aug 18 19:45:24.967 INFO O| Aug 18 19:45:24.967 INFO STEP 14 (pkg_install) COMPLETE |
| 4509 | 2025-08-18T19:45:25.717Z | [ host-image] Aug 18 19:45:24.967 INFO O| Aug 18 19:45:24.967 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4510 | 2025-08-18T19:45:25.717Z | [ host-image] Aug 18 19:45:24.967 INFO O| Aug 18 19:45:24.967 INFO skip step because feature "mfg" is not enabled |
| 4511 | 2025-08-18T19:45:25.720Z | [ host-image] Aug 18 19:45:24.967 INFO O| Aug 18 19:45:24.967 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4512 | 2025-08-18T19:45:25.720Z | [ host-image] Aug 18 19:45:24.967 INFO O| Aug 18 19:45:24.967 INFO skip step because feature "compliance" is not enabled |
| 4513 | 2025-08-18T19:45:25.720Z | [ host-image] Aug 18 19:45:24.967 INFO O| Aug 18 19:45:24.967 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4514 | 2025-08-18T19:45:25.720Z | [ host-image] Aug 18 19:45:24.967 INFO O| Aug 18 19:45:24.967 INFO skip step because feature "stress" is not enabled |
| 4515 | 2025-08-18T19:45:25.720Z | [ host-image] Aug 18 19:45:24.967 INFO O| Aug 18 19:45:24.967 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4516 | 2025-08-18T19:45:25.721Z | [ host-image] Aug 18 19:45:24.967 INFO O| Aug 18 19:45:24.967 INFO skip step because feature "compliance" is not enabled |
| 4517 | 2025-08-18T19:45:25.721Z | [ host-image] Aug 18 19:45:24.967 INFO O| Aug 18 19:45:24.967 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4518 | 2025-08-18T19:45:25.721Z | [ host-image] Aug 18 19:45:24.967 INFO O| Aug 18 19:45:24.967 INFO skip step because feature "nfs" is not enabled |
| 4519 | 2025-08-18T19:45:25.721Z | [ host-image] Aug 18 19:45:24.967 INFO O| Aug 18 19:45:24.967 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os |
| 4520 | 2025-08-18T19:45:25.721Z | [ host-image] Aug 18 19:45:24.968 INFO O| Aug 18 19:45:24.968 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os |
| 4521 | 2025-08-18T19:45:25.904Z | [ host-image] Aug 18 19:45:25.154 INFO O| Aug 18 19:45:25.154 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 4522 | 2025-08-18T19:45:26.044Z | [ host-image] Aug 18 19:45:25.294 INFO O| Aug 18 19:45:25.294 INFO completed processing sled/ramdisk-01-os |
| 4523 | 2025-08-18T19:45:26.047Z | [ host-image] Aug 18 19:45:25.297 INFO omicron1 baseline generation... |
| 4524 | 2025-08-18T19:45:26.047Z | [ host-image] Aug 18 19:45:25.297 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
| 4525 | 2025-08-18T19:45:26.923Z | [ host-image] Aug 18 19:45:26.175 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23508:20250812T203704Z |
| 4526 | 2025-08-18T19:45:27.162Z | [ recovery-image] Aug 18 19:45:26.414 INFO O| Aug 18 19:45:26.414 INFO O| Done |
| 4527 | 2025-08-18T19:45:29.758Z | [ recovery-image] Aug 18 19:45:29.014 INFO O| Aug 18 19:45:29.014 INFO O| Done |
| 4528 | 2025-08-18T19:45:29.786Z | [ recovery-image] Aug 18 19:45:29.041 INFO O| Aug 18 19:45:29.041 INFO O| Done |
| 4529 | 2025-08-18T19:45:29.786Z | [ recovery-image] Aug 18 19:45:29.041 INFO O| Aug 18 19:45:29.041 INFO O| Done |
| 4530 | 2025-08-18T19:45:29.812Z | [ recovery-image] Aug 18 19:45:29.067 INFO O| Aug 18 19:45:29.067 INFO O| Done |
| 4531 | 2025-08-18T19:45:31.719Z | [ recovery-image] Aug 18 19:45:30.977 INFO O| Aug 18 19:45:30.977 INFO STEP 14 (pkg_install) COMPLETE |
| 4532 | 2025-08-18T19:45:31.719Z | [ recovery-image] Aug 18 19:45:30.977 INFO O| Aug 18 19:45:30.977 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4533 | 2025-08-18T19:45:31.722Z | [ recovery-image] Aug 18 19:45:30.977 INFO O| Aug 18 19:45:30.977 INFO skip step because feature "mfg" is not enabled |
| 4534 | 2025-08-18T19:45:31.722Z | [ recovery-image] Aug 18 19:45:30.977 INFO O| Aug 18 19:45:30.977 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4535 | 2025-08-18T19:45:31.722Z | [ recovery-image] Aug 18 19:45:30.977 INFO O| Aug 18 19:45:30.977 INFO skip step because feature "compliance" is not enabled |
| 4536 | 2025-08-18T19:45:31.722Z | [ recovery-image] Aug 18 19:45:30.977 INFO O| Aug 18 19:45:30.977 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4537 | 2025-08-18T19:45:31.722Z | [ recovery-image] Aug 18 19:45:30.977 INFO O| Aug 18 19:45:30.977 INFO skip step because feature "stress" is not enabled |
| 4538 | 2025-08-18T19:45:31.722Z | [ recovery-image] Aug 18 19:45:30.977 INFO O| Aug 18 19:45:30.977 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4539 | 2025-08-18T19:45:31.722Z | [ recovery-image] Aug 18 19:45:30.977 INFO O| Aug 18 19:45:30.977 INFO skip step because feature "compliance" is not enabled |
| 4540 | 2025-08-18T19:45:31.722Z | [ recovery-image] Aug 18 19:45:30.977 INFO O| Aug 18 19:45:30.977 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4541 | 2025-08-18T19:45:31.722Z | [ recovery-image] Aug 18 19:45:30.977 INFO O| Aug 18 19:45:30.977 INFO skip step because feature "nfs" is not enabled |
| 4542 | 2025-08-18T19:45:31.722Z | [ recovery-image] Aug 18 19:45:30.977 INFO O| Aug 18 19:45:30.977 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os |
| 4543 | 2025-08-18T19:45:31.722Z | [ recovery-image] Aug 18 19:45:30.977 INFO O| Aug 18 19:45:30.977 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os |
| 4544 | 2025-08-18T19:45:31.775Z | [ recovery-image] Aug 18 19:45:31.033 INFO O| Aug 18 19:45:31.033 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4545 | 2025-08-18T19:45:31.891Z | [ recovery-image] Aug 18 19:45:31.149 INFO O| Aug 18 19:45:31.149 INFO completed processing sled/ramdisk-01-os |
| 4546 | 2025-08-18T19:45:31.894Z | [ recovery-image] Aug 18 19:45:31.151 INFO image builder template: ramdisk-02-trim... |
| 4547 | 2025-08-18T19:45:31.894Z | [ recovery-image] Aug 18 19:45:31.151 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/.tmpgW5B7U/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.37.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-02-trim"], pwd: None |
| 4548 | 2025-08-18T19:45:31.930Z | [ recovery-image] Aug 18 19:45:31.188 INFO O| Aug 18 19:45:31.188 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4549 | 2025-08-18T19:45:31.937Z | [ recovery-image] Aug 18 19:45:31.194 INFO O| Aug 18 19:45:31.194 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4550 | 2025-08-18T19:45:32.029Z | [ recovery-image] Aug 18 19:45:31.288 INFO O| Aug 18 19:45:31.287 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled |
| 4551 | 2025-08-18T19:45:32.123Z | [ recovery-image] Aug 18 19:45:31.382 INFO O| Aug 18 19:45:31.382 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4552 | 2025-08-18T19:45:32.124Z | [ recovery-image] Aug 18 19:45:31.382 INFO O| Aug 18 19:45:31.382 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4553 | 2025-08-18T19:45:32.130Z | [ recovery-image] Aug 18 19:45:31.389 INFO O| Aug 18 19:45:31.389 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4554 | 2025-08-18T19:45:32.136Z | [ recovery-image] Aug 18 19:45:31.395 INFO O| Aug 18 19:45:31.394 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os |
| 4555 | 2025-08-18T19:45:32.142Z | [ recovery-image] Aug 18 19:45:31.401 INFO O| Aug 18 19:45:31.401 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os |
| 4556 | 2025-08-18T19:45:32.578Z | [ recovery-image] Aug 18 19:45:31.837 INFO O| Aug 18 19:45:31.837 INFO rolled back to input snapshot; work may begin |
| 4557 | 2025-08-18T19:45:32.583Z | [ recovery-image] Aug 18 19:45:31.838 INFO O| Aug 18 19:45:31.837 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4558 | 2025-08-18T19:45:32.587Z | [ recovery-image] Aug 18 19:45:31.844 INFO O| Aug 18 19:45:31.844 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4559 | 2025-08-18T19:45:32.599Z | [ recovery-image] Aug 18 19:45:31.859 INFO O| Aug 18 19:45:31.859 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg" |
| 4560 | 2025-08-18T19:45:32.698Z | [ recovery-image] Aug 18 19:45:31.957 INFO O| Aug 18 19:45:31.957 INFO STEP 0 (remove_files) COMPLETE |
| 4561 | 2025-08-18T19:45:32.701Z | [ recovery-image] Aug 18 19:45:31.957 INFO O| Aug 18 19:45:31.957 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4562 | 2025-08-18T19:45:32.727Z | [ recovery-image] Aug 18 19:45:31.986 INFO O| Aug 18 19:45:31.986 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4" |
| 4563 | 2025-08-18T19:45:32.730Z | [ recovery-image] Aug 18 19:45:31.989 INFO O| Aug 18 19:45:31.989 INFO STEP 1 (remove_files) COMPLETE |
| 4564 | 2025-08-18T19:45:32.730Z | [ recovery-image] Aug 18 19:45:31.989 INFO O| Aug 18 19:45:31.989 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4565 | 2025-08-18T19:45:32.744Z | [ recovery-image] Aug 18 19:45:32.003 INFO O| Aug 18 19:45:32.003 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include" |
| 4566 | 2025-08-18T19:45:32.800Z | [ recovery-image] Aug 18 19:45:32.060 INFO O| Aug 18 19:45:32.060 INFO STEP 2 (remove_files) COMPLETE |
| 4567 | 2025-08-18T19:45:32.803Z | [ recovery-image] Aug 18 19:45:32.060 INFO O| Aug 18 19:45:32.060 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4568 | 2025-08-18T19:45:32.816Z | [ recovery-image] Aug 18 19:45:32.075 INFO O| Aug 18 19:45:32.075 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo" |
| 4569 | 2025-08-18T19:45:32.819Z | [ recovery-image] Aug 18 19:45:32.079 INFO O| Aug 18 19:45:32.079 INFO STEP 3 (remove_files) COMPLETE |
| 4570 | 2025-08-18T19:45:32.819Z | [ recovery-image] Aug 18 19:45:32.079 INFO O| Aug 18 19:45:32.079 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4571 | 2025-08-18T19:45:32.834Z | [ recovery-image] Aug 18 19:45:32.093 INFO O| Aug 18 19:45:32.093 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help" |
| 4572 | 2025-08-18T19:45:32.840Z | [ recovery-image] Aug 18 19:45:32.099 INFO O| Aug 18 19:45:32.099 INFO STEP 4 (remove_files) COMPLETE |
| 4573 | 2025-08-18T19:45:32.840Z | [ recovery-image] Aug 18 19:45:32.099 INFO O| Aug 18 19:45:32.099 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4574 | 2025-08-18T19:45:32.854Z | [ recovery-image] Aug 18 19:45:32.114 INFO O| Aug 18 19:45:32.114 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc" |
| 4575 | 2025-08-18T19:45:32.857Z | [ recovery-image] Aug 18 19:45:32.114 INFO O| Aug 18 19:45:32.114 INFO STEP 5 (remove_files) COMPLETE |
| 4576 | 2025-08-18T19:45:32.857Z | [ recovery-image] Aug 18 19:45:32.114 INFO O| Aug 18 19:45:32.114 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4577 | 2025-08-18T19:45:32.868Z | [ recovery-image] Aug 18 19:45:32.128 INFO O| Aug 18 19:45:32.128 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion" |
| 4578 | 2025-08-18T19:45:32.890Z | [ recovery-image] Aug 18 19:45:32.149 INFO O| Aug 18 19:45:32.149 INFO STEP 6 (remove_files) COMPLETE |
| 4579 | 2025-08-18T19:45:32.890Z | [ recovery-image] Aug 18 19:45:32.149 INFO O| Aug 18 19:45:32.149 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4580 | 2025-08-18T19:45:32.890Z | [ recovery-image] Aug 18 19:45:32.149 INFO O| Aug 18 19:45:32.149 INFO skip step because feature "recovery" is enabled |
| 4581 | 2025-08-18T19:45:32.893Z | [ recovery-image] Aug 18 19:45:32.149 INFO O| Aug 18 19:45:32.149 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4582 | 2025-08-18T19:45:32.893Z | [ recovery-image] Aug 18 19:45:32.149 INFO O| Aug 18 19:45:32.149 INFO skip step because feature "recovery" is enabled |
| 4583 | 2025-08-18T19:45:32.893Z | [ recovery-image] Aug 18 19:45:32.149 INFO O| Aug 18 19:45:32.149 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4584 | 2025-08-18T19:45:32.893Z | [ recovery-image] Aug 18 19:45:32.149 INFO O| Aug 18 19:45:32.149 INFO skip step because feature "recovery" is enabled |
| 4585 | 2025-08-18T19:45:32.893Z | [ recovery-image] Aug 18 19:45:32.149 INFO O| Aug 18 19:45:32.149 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4586 | 2025-08-18T19:45:32.904Z | [ recovery-image] Aug 18 19:45:32.164 INFO O| Aug 18 19:45:32.164 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp" |
| 4587 | 2025-08-18T19:45:32.910Z | [ recovery-image] Aug 18 19:45:32.170 INFO O| Aug 18 19:45:32.170 INFO STEP 10 (remove_files) COMPLETE |
| 4588 | 2025-08-18T19:45:32.913Z | [ recovery-image] Aug 18 19:45:32.170 INFO O| Aug 18 19:45:32.170 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4589 | 2025-08-18T19:45:32.924Z | [ recovery-image] Aug 18 19:45:32.184 INFO O| Aug 18 19:45:32.183 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386" |
| 4590 | 2025-08-18T19:45:32.927Z | [ recovery-image] Aug 18 19:45:32.185 INFO O| Aug 18 19:45:32.185 INFO STEP 11 (remove_files) COMPLETE |
| 4591 | 2025-08-18T19:45:32.927Z | [ recovery-image] Aug 18 19:45:32.185 INFO O| Aug 18 19:45:32.185 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4592 | 2025-08-18T19:45:32.938Z | [ recovery-image] Aug 18 19:45:32.197 INFO O| Aug 18 19:45:32.197 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv" |
| 4593 | 2025-08-18T19:45:32.941Z | [ recovery-image] Aug 18 19:45:32.199 INFO O| Aug 18 19:45:32.199 INFO STEP 12 (remove_files) COMPLETE |
| 4594 | 2025-08-18T19:45:32.941Z | [ recovery-image] Aug 18 19:45:32.199 INFO O| Aug 18 19:45:32.199 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4595 | 2025-08-18T19:45:32.962Z | [ recovery-image] Aug 18 19:45:32.222 INFO O| Aug 18 19:45:32.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
| 4596 | 2025-08-18T19:45:33.194Z | [ recovery-image] Aug 18 19:45:32.454 INFO O| Aug 18 19:45:32.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a" |
| 4597 | 2025-08-18T19:45:33.197Z | [ recovery-image] Aug 18 19:45:32.455 INFO O| Aug 18 19:45:32.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a" |
| 4598 | 2025-08-18T19:45:33.225Z | [ recovery-image] Aug 18 19:45:32.485 INFO O| Aug 18 19:45:32.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a" |
| 4599 | 2025-08-18T19:45:33.241Z | [ recovery-image] Aug 18 19:45:32.501 INFO O| Aug 18 19:45:32.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a" |
| 4600 | 2025-08-18T19:45:33.313Z | [ recovery-image] Aug 18 19:45:32.573 INFO O| Aug 18 19:45:32.573 INFO STEP 13 (remove_files) COMPLETE |
| 4601 | 2025-08-18T19:45:33.313Z | [ recovery-image] Aug 18 19:45:32.573 INFO O| Aug 18 19:45:32.573 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4602 | 2025-08-18T19:45:33.347Z | [ recovery-image] Aug 18 19:45:32.607 INFO O| Aug 18 19:45:32.607 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot" |
| 4603 | 2025-08-18T19:45:33.350Z | [ recovery-image] Aug 18 19:45:32.609 INFO O| Aug 18 19:45:32.609 INFO STEP 14 (remove_files) COMPLETE |
| 4604 | 2025-08-18T19:45:33.350Z | [ recovery-image] Aug 18 19:45:32.609 INFO O| Aug 18 19:45:32.609 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4605 | 2025-08-18T19:45:33.365Z | [ recovery-image] Aug 18 19:45:32.625 INFO O| Aug 18 19:45:32.625 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc" |
| 4606 | 2025-08-18T19:45:33.377Z | [ recovery-image] Aug 18 19:45:32.637 INFO O| Aug 18 19:45:32.637 INFO STEP 15 (remove_files) COMPLETE |
| 4607 | 2025-08-18T19:45:33.381Z | [ recovery-image] Aug 18 19:45:32.637 INFO O| Aug 18 19:45:32.637 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4608 | 2025-08-18T19:45:33.393Z | [ recovery-image] Aug 18 19:45:32.652 INFO O| Aug 18 19:45:32.652 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv" |
| 4609 | 2025-08-18T19:45:33.396Z | [ recovery-image] Aug 18 19:45:32.652 INFO O| Aug 18 19:45:32.652 INFO STEP 16 (remove_files) COMPLETE |
| 4610 | 2025-08-18T19:45:33.396Z | [ recovery-image] Aug 18 19:45:32.652 INFO O| Aug 18 19:45:32.652 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4611 | 2025-08-18T19:45:33.411Z | [ recovery-image] Aug 18 19:45:32.671 INFO O| Aug 18 19:45:32.671 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc" |
| 4612 | 2025-08-18T19:45:33.414Z | [ recovery-image] Aug 18 19:45:32.674 INFO O| Aug 18 19:45:32.674 INFO STEP 17 (remove_files) COMPLETE |
| 4613 | 2025-08-18T19:45:33.414Z | [ recovery-image] Aug 18 19:45:32.674 INFO O| Aug 18 19:45:32.674 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4614 | 2025-08-18T19:45:33.427Z | [ recovery-image] Aug 18 19:45:32.687 INFO O| Aug 18 19:45:32.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica" |
| 4615 | 2025-08-18T19:45:33.430Z | [ recovery-image] Aug 18 19:45:32.688 INFO O| Aug 18 19:45:32.687 INFO STEP 18 (remove_files) COMPLETE |
| 4616 | 2025-08-18T19:45:33.431Z | [ recovery-image] Aug 18 19:45:32.688 INFO O| Aug 18 19:45:32.688 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4617 | 2025-08-18T19:45:33.441Z | [ recovery-image] Aug 18 19:45:32.701 INFO O| Aug 18 19:45:32.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem" |
| 4618 | 2025-08-18T19:45:33.444Z | [ recovery-image] Aug 18 19:45:32.701 INFO O| Aug 18 19:45:32.701 INFO STEP 19 (remove_files) COMPLETE |
| 4619 | 2025-08-18T19:45:33.444Z | [ recovery-image] Aug 18 19:45:32.701 INFO O| Aug 18 19:45:32.701 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4620 | 2025-08-18T19:45:33.454Z | [ recovery-image] Aug 18 19:45:32.714 INFO O| Aug 18 19:45:32.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans" |
| 4621 | 2025-08-18T19:45:33.457Z | [ recovery-image] Aug 18 19:45:32.715 INFO O| Aug 18 19:45:32.715 INFO STEP 20 (remove_files) COMPLETE |
| 4622 | 2025-08-18T19:45:33.457Z | [ recovery-image] Aug 18 19:45:32.715 INFO O| Aug 18 19:45:32.715 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4623 | 2025-08-18T19:45:33.467Z | [ recovery-image] Aug 18 19:45:32.727 INFO O| Aug 18 19:45:32.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc" |
| 4624 | 2025-08-18T19:45:33.470Z | [ recovery-image] Aug 18 19:45:32.728 INFO O| Aug 18 19:45:32.728 INFO STEP 21 (remove_files) COMPLETE |
| 4625 | 2025-08-18T19:45:33.470Z | [ recovery-image] Aug 18 19:45:32.728 INFO O| Aug 18 19:45:32.728 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4626 | 2025-08-18T19:45:33.479Z | [ recovery-image] Aug 18 19:45:32.740 INFO O| Aug 18 19:45:32.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv" |
| 4627 | 2025-08-18T19:45:33.482Z | [ recovery-image] Aug 18 19:45:32.740 INFO O| Aug 18 19:45:32.740 INFO STEP 22 (remove_files) COMPLETE |
| 4628 | 2025-08-18T19:45:33.482Z | [ recovery-image] Aug 18 19:45:32.740 INFO O| Aug 18 19:45:32.740 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4629 | 2025-08-18T19:45:33.492Z | [ recovery-image] Aug 18 19:45:32.752 INFO O| Aug 18 19:45:32.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd" |
| 4630 | 2025-08-18T19:45:33.495Z | [ recovery-image] Aug 18 19:45:32.752 INFO O| Aug 18 19:45:32.752 INFO STEP 23 (remove_files) COMPLETE |
| 4631 | 2025-08-18T19:45:33.495Z | [ recovery-image] Aug 18 19:45:32.752 INFO O| Aug 18 19:45:32.752 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4632 | 2025-08-18T19:45:33.505Z | [ recovery-image] Aug 18 19:45:32.765 INFO O| Aug 18 19:45:32.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon" |
| 4633 | 2025-08-18T19:45:33.505Z | [ recovery-image] Aug 18 19:45:32.766 INFO O| Aug 18 19:45:32.766 INFO STEP 24 (remove_files) COMPLETE |
| 4634 | 2025-08-18T19:45:33.509Z | [ recovery-image] Aug 18 19:45:32.766 INFO O| Aug 18 19:45:32.766 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4635 | 2025-08-18T19:45:33.517Z | [ recovery-image] Aug 18 19:45:32.778 INFO O| Aug 18 19:45:32.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power" |
| 4636 | 2025-08-18T19:45:33.521Z | [ recovery-image] Aug 18 19:45:32.778 INFO O| Aug 18 19:45:32.778 INFO STEP 25 (remove_files) COMPLETE |
| 4637 | 2025-08-18T19:45:33.521Z | [ recovery-image] Aug 18 19:45:32.778 INFO O| Aug 18 19:45:32.778 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4638 | 2025-08-18T19:45:33.530Z | [ recovery-image] Aug 18 19:45:32.791 INFO O| Aug 18 19:45:32.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio" |
| 4639 | 2025-08-18T19:45:33.533Z | [ recovery-image] Aug 18 19:45:32.791 INFO O| Aug 18 19:45:32.791 INFO STEP 26 (remove_files) COMPLETE |
| 4640 | 2025-08-18T19:45:33.533Z | [ recovery-image] Aug 18 19:45:32.791 INFO O| Aug 18 19:45:32.791 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4641 | 2025-08-18T19:45:33.544Z | [ recovery-image] Aug 18 19:45:32.805 INFO O| Aug 18 19:45:32.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575" |
| 4642 | 2025-08-18T19:45:33.547Z | [ recovery-image] Aug 18 19:45:32.805 INFO O| Aug 18 19:45:32.805 INFO STEP 27 (remove_files) COMPLETE |
| 4643 | 2025-08-18T19:45:33.547Z | [ recovery-image] Aug 18 19:45:32.805 INFO O| Aug 18 19:45:32.805 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4644 | 2025-08-18T19:45:33.557Z | [ recovery-image] Aug 18 19:45:32.817 INFO O| Aug 18 19:45:32.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens" |
| 4645 | 2025-08-18T19:45:33.560Z | [ recovery-image] Aug 18 19:45:32.818 INFO O| Aug 18 19:45:32.818 INFO STEP 28 (remove_files) COMPLETE |
| 4646 | 2025-08-18T19:45:33.560Z | [ recovery-image] Aug 18 19:45:32.818 INFO O| Aug 18 19:45:32.818 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4647 | 2025-08-18T19:45:33.570Z | [ recovery-image] Aug 18 19:45:32.830 INFO O| Aug 18 19:45:32.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci" |
| 4648 | 2025-08-18T19:45:33.573Z | [ recovery-image] Aug 18 19:45:32.831 INFO O| Aug 18 19:45:32.831 INFO STEP 29 (remove_files) COMPLETE |
| 4649 | 2025-08-18T19:45:33.573Z | [ recovery-image] Aug 18 19:45:32.831 INFO O| Aug 18 19:45:32.831 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4650 | 2025-08-18T19:45:33.582Z | [ recovery-image] Aug 18 19:45:32.843 INFO O| Aug 18 19:45:32.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots" |
| 4651 | 2025-08-18T19:45:33.587Z | [ recovery-image] Aug 18 19:45:32.843 INFO O| Aug 18 19:45:32.843 INFO STEP 30 (remove_files) COMPLETE |
| 4652 | 2025-08-18T19:45:33.587Z | [ recovery-image] Aug 18 19:45:32.843 INFO O| Aug 18 19:45:32.843 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4653 | 2025-08-18T19:45:33.597Z | [ recovery-image] Aug 18 19:45:32.857 INFO O| Aug 18 19:45:32.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci" |
| 4654 | 2025-08-18T19:45:33.600Z | [ recovery-image] Aug 18 19:45:32.857 INFO O| Aug 18 19:45:32.857 INFO STEP 31 (remove_files) COMPLETE |
| 4655 | 2025-08-18T19:45:33.600Z | [ recovery-image] Aug 18 19:45:32.857 INFO O| Aug 18 19:45:32.857 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4656 | 2025-08-18T19:45:33.610Z | [ recovery-image] Aug 18 19:45:32.871 INFO O| Aug 18 19:45:32.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid" |
| 4657 | 2025-08-18T19:45:33.613Z | [ recovery-image] Aug 18 19:45:32.871 INFO O| Aug 18 19:45:32.871 INFO STEP 32 (remove_files) COMPLETE |
| 4658 | 2025-08-18T19:45:33.613Z | [ recovery-image] Aug 18 19:45:32.871 INFO O| Aug 18 19:45:32.871 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4659 | 2025-08-18T19:45:33.623Z | [ recovery-image] Aug 18 19:45:32.884 INFO O| Aug 18 19:45:32.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd" |
| 4660 | 2025-08-18T19:45:33.627Z | [ recovery-image] Aug 18 19:45:32.884 INFO O| Aug 18 19:45:32.884 INFO STEP 33 (remove_files) COMPLETE |
| 4661 | 2025-08-18T19:45:33.627Z | [ recovery-image] Aug 18 19:45:32.884 INFO O| Aug 18 19:45:32.884 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4662 | 2025-08-18T19:45:33.636Z | [ recovery-image] Aug 18 19:45:32.897 INFO O| Aug 18 19:45:32.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci" |
| 4663 | 2025-08-18T19:45:33.639Z | [ recovery-image] Aug 18 19:45:32.897 INFO O| Aug 18 19:45:32.897 INFO STEP 34 (remove_files) COMPLETE |
| 4664 | 2025-08-18T19:45:33.639Z | [ recovery-image] Aug 18 19:45:32.897 INFO O| Aug 18 19:45:32.897 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4665 | 2025-08-18T19:45:33.650Z | [ recovery-image] Aug 18 19:45:32.911 INFO O| Aug 18 19:45:32.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb" |
| 4666 | 2025-08-18T19:45:33.653Z | [ recovery-image] Aug 18 19:45:32.911 INFO O| Aug 18 19:45:32.911 INFO STEP 35 (remove_files) COMPLETE |
| 4667 | 2025-08-18T19:45:33.653Z | [ recovery-image] Aug 18 19:45:32.911 INFO O| Aug 18 19:45:32.911 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4668 | 2025-08-18T19:45:33.663Z | [ recovery-image] Aug 18 19:45:32.924 INFO O| Aug 18 19:45:32.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci" |
| 4669 | 2025-08-18T19:45:33.666Z | [ recovery-image] Aug 18 19:45:32.924 INFO O| Aug 18 19:45:32.924 INFO STEP 36 (remove_files) COMPLETE |
| 4670 | 2025-08-18T19:45:33.666Z | [ recovery-image] Aug 18 19:45:32.924 INFO O| Aug 18 19:45:32.924 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4671 | 2025-08-18T19:45:33.677Z | [ recovery-image] Aug 18 19:45:32.937 INFO O| Aug 18 19:45:32.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac" |
| 4672 | 2025-08-18T19:45:33.680Z | [ recovery-image] Aug 18 19:45:32.937 INFO O| Aug 18 19:45:32.937 INFO STEP 37 (remove_files) COMPLETE |
| 4673 | 2025-08-18T19:45:33.680Z | [ recovery-image] Aug 18 19:45:32.938 INFO O| Aug 18 19:45:32.937 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4674 | 2025-08-18T19:45:33.690Z | [ recovery-image] Aug 18 19:45:32.950 INFO O| Aug 18 19:45:32.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as" |
| 4675 | 2025-08-18T19:45:33.690Z | [ recovery-image] Aug 18 19:45:32.951 INFO O| Aug 18 19:45:32.950 INFO STEP 38 (remove_files) COMPLETE |
| 4676 | 2025-08-18T19:45:33.693Z | [ recovery-image] Aug 18 19:45:32.951 INFO O| Aug 18 19:45:32.951 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4677 | 2025-08-18T19:45:33.703Z | [ recovery-image] Aug 18 19:45:32.963 INFO O| Aug 18 19:45:32.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia" |
| 4678 | 2025-08-18T19:45:33.706Z | [ recovery-image] Aug 18 19:45:32.963 INFO O| Aug 18 19:45:32.963 INFO STEP 39 (remove_files) COMPLETE |
| 4679 | 2025-08-18T19:45:33.706Z | [ recovery-image] Aug 18 19:45:32.964 INFO O| Aug 18 19:45:32.964 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4680 | 2025-08-18T19:45:33.716Z | [ recovery-image] Aug 18 19:45:32.976 INFO O| Aug 18 19:45:32.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid" |
| 4681 | 2025-08-18T19:45:33.719Z | [ recovery-image] Aug 18 19:45:32.977 INFO O| Aug 18 19:45:32.977 INFO STEP 40 (remove_files) COMPLETE |
| 4682 | 2025-08-18T19:45:33.719Z | [ recovery-image] Aug 18 19:45:32.977 INFO O| Aug 18 19:45:32.977 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4683 | 2025-08-18T19:45:33.730Z | [ recovery-image] Aug 18 19:45:32.990 INFO O| Aug 18 19:45:32.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn" |
| 4684 | 2025-08-18T19:45:33.733Z | [ recovery-image] Aug 18 19:45:32.990 INFO O| Aug 18 19:45:32.990 INFO STEP 41 (remove_files) COMPLETE |
| 4685 | 2025-08-18T19:45:33.733Z | [ recovery-image] Aug 18 19:45:32.990 INFO O| Aug 18 19:45:32.990 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4686 | 2025-08-18T19:45:33.743Z | [ recovery-image] Aug 18 19:45:33.004 INFO O| Aug 18 19:45:33.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci" |
| 4687 | 2025-08-18T19:45:33.746Z | [ recovery-image] Aug 18 19:45:33.004 INFO O| Aug 18 19:45:33.004 INFO STEP 42 (remove_files) COMPLETE |
| 4688 | 2025-08-18T19:45:33.746Z | [ recovery-image] Aug 18 19:45:33.004 INFO O| Aug 18 19:45:33.004 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4689 | 2025-08-18T19:45:33.757Z | [ recovery-image] Aug 18 19:45:33.018 INFO O| Aug 18 19:45:33.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm" |
| 4690 | 2025-08-18T19:45:33.761Z | [ recovery-image] Aug 18 19:45:33.018 INFO O| Aug 18 19:45:33.018 INFO STEP 43 (remove_files) COMPLETE |
| 4691 | 2025-08-18T19:45:33.761Z | [ recovery-image] Aug 18 19:45:33.018 INFO O| Aug 18 19:45:33.018 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4692 | 2025-08-18T19:45:33.770Z | [ recovery-image] Aug 18 19:45:33.031 INFO O| Aug 18 19:45:33.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000" |
| 4693 | 2025-08-18T19:45:33.774Z | [ recovery-image] Aug 18 19:45:33.031 INFO O| Aug 18 19:45:33.031 INFO STEP 44 (remove_files) COMPLETE |
| 4694 | 2025-08-18T19:45:33.774Z | [ recovery-image] Aug 18 19:45:33.031 INFO O| Aug 18 19:45:33.031 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4695 | 2025-08-18T19:45:33.783Z | [ recovery-image] Aug 18 19:45:33.044 INFO O| Aug 18 19:45:33.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd" |
| 4696 | 2025-08-18T19:45:33.786Z | [ recovery-image] Aug 18 19:45:33.044 INFO O| Aug 18 19:45:33.044 INFO STEP 45 (remove_files) COMPLETE |
| 4697 | 2025-08-18T19:45:33.786Z | [ recovery-image] Aug 18 19:45:33.044 INFO O| Aug 18 19:45:33.044 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4698 | 2025-08-18T19:45:33.826Z | [ recovery-image] Aug 18 19:45:33.057 INFO O| Aug 18 19:45:33.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba" |
| 4699 | 2025-08-18T19:45:33.826Z | [ recovery-image] Aug 18 19:45:33.057 INFO O| Aug 18 19:45:33.057 INFO STEP 46 (remove_files) COMPLETE |
| 4700 | 2025-08-18T19:45:33.826Z | [ recovery-image] Aug 18 19:45:33.057 INFO O| Aug 18 19:45:33.057 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4701 | 2025-08-18T19:45:33.826Z | [ recovery-image] Aug 18 19:45:33.070 INFO O| Aug 18 19:45:33.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex" |
| 4702 | 2025-08-18T19:45:33.826Z | [ recovery-image] Aug 18 19:45:33.070 INFO O| Aug 18 19:45:33.070 INFO STEP 47 (remove_files) COMPLETE |
| 4703 | 2025-08-18T19:45:33.826Z | [ recovery-image] Aug 18 19:45:33.070 INFO O| Aug 18 19:45:33.070 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4704 | 2025-08-18T19:45:33.826Z | [ recovery-image] Aug 18 19:45:33.083 INFO O| Aug 18 19:45:33.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf" |
| 4705 | 2025-08-18T19:45:33.826Z | [ recovery-image] Aug 18 19:45:33.083 INFO O| Aug 18 19:45:33.083 INFO STEP 48 (remove_files) COMPLETE |
| 4706 | 2025-08-18T19:45:33.826Z | [ recovery-image] Aug 18 19:45:33.083 INFO O| Aug 18 19:45:33.083 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4707 | 2025-08-18T19:45:33.836Z | [ recovery-image] Aug 18 19:45:33.097 INFO O| Aug 18 19:45:33.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt" |
| 4708 | 2025-08-18T19:45:33.840Z | [ recovery-image] Aug 18 19:45:33.097 INFO O| Aug 18 19:45:33.097 INFO STEP 49 (remove_files) COMPLETE |
| 4709 | 2025-08-18T19:45:33.840Z | [ recovery-image] Aug 18 19:45:33.097 INFO O| Aug 18 19:45:33.097 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4710 | 2025-08-18T19:45:33.850Z | [ recovery-image] Aug 18 19:45:33.111 INFO O| Aug 18 19:45:33.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf" |
| 4711 | 2025-08-18T19:45:33.853Z | [ recovery-image] Aug 18 19:45:33.111 INFO O| Aug 18 19:45:33.111 INFO STEP 50 (remove_files) COMPLETE |
| 4712 | 2025-08-18T19:45:33.853Z | [ recovery-image] Aug 18 19:45:33.111 INFO O| Aug 18 19:45:33.111 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4713 | 2025-08-18T19:45:33.863Z | [ recovery-image] Aug 18 19:45:33.124 INFO O| Aug 18 19:45:33.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
| 4714 | 2025-08-18T19:45:33.863Z | [ recovery-image] Aug 18 19:45:33.124 INFO O| Aug 18 19:45:33.124 INFO STEP 51 (remove_files) COMPLETE |
| 4715 | 2025-08-18T19:45:33.866Z | [ recovery-image] Aug 18 19:45:33.124 INFO O| Aug 18 19:45:33.124 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4716 | 2025-08-18T19:45:33.888Z | [ recovery-image] Aug 18 19:45:33.148 INFO O| Aug 18 19:45:33.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
| 4717 | 2025-08-18T19:45:33.888Z | [ recovery-image] Aug 18 19:45:33.149 INFO O| Aug 18 19:45:33.149 INFO STEP 52 (remove_files) COMPLETE |
| 4718 | 2025-08-18T19:45:33.891Z | [ recovery-image] Aug 18 19:45:33.149 INFO O| Aug 18 19:45:33.149 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4719 | 2025-08-18T19:45:33.901Z | [ recovery-image] Aug 18 19:45:33.161 INFO O| Aug 18 19:45:33.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm" |
| 4720 | 2025-08-18T19:45:33.901Z | [ recovery-image] Aug 18 19:45:33.162 INFO O| Aug 18 19:45:33.162 INFO STEP 53 (remove_files) COMPLETE |
| 4721 | 2025-08-18T19:45:33.904Z | [ recovery-image] Aug 18 19:45:33.162 INFO O| Aug 18 19:45:33.162 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4722 | 2025-08-18T19:45:33.916Z | [ recovery-image] Aug 18 19:45:33.177 INFO O| Aug 18 19:45:33.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm" |
| 4723 | 2025-08-18T19:45:33.916Z | [ recovery-image] Aug 18 19:45:33.177 INFO O| Aug 18 19:45:33.177 INFO STEP 54 (remove_files) COMPLETE |
| 4724 | 2025-08-18T19:45:33.916Z | [ recovery-image] Aug 18 19:45:33.177 INFO O| Aug 18 19:45:33.177 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4725 | 2025-08-18T19:45:33.931Z | [ recovery-image] Aug 18 19:45:33.192 INFO O| Aug 18 19:45:33.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm" |
| 4726 | 2025-08-18T19:45:33.931Z | [ recovery-image] Aug 18 19:45:33.192 INFO O| Aug 18 19:45:33.192 INFO STEP 55 (remove_files) COMPLETE |
| 4727 | 2025-08-18T19:45:33.934Z | [ recovery-image] Aug 18 19:45:33.192 INFO O| Aug 18 19:45:33.192 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4728 | 2025-08-18T19:45:33.945Z | [ recovery-image] Aug 18 19:45:33.206 INFO O| Aug 18 19:45:33.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm" |
| 4729 | 2025-08-18T19:45:33.945Z | [ recovery-image] Aug 18 19:45:33.206 INFO O| Aug 18 19:45:33.206 INFO STEP 56 (remove_files) COMPLETE |
| 4730 | 2025-08-18T19:45:33.948Z | [ recovery-image] Aug 18 19:45:33.206 INFO O| Aug 18 19:45:33.206 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4731 | 2025-08-18T19:45:33.958Z | [ recovery-image] Aug 18 19:45:33.219 INFO O| Aug 18 19:45:33.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar" |
| 4732 | 2025-08-18T19:45:33.958Z | [ recovery-image] Aug 18 19:45:33.219 INFO O| Aug 18 19:45:33.219 INFO STEP 57 (remove_files) COMPLETE |
| 4733 | 2025-08-18T19:45:33.961Z | [ recovery-image] Aug 18 19:45:33.219 INFO O| Aug 18 19:45:33.219 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4734 | 2025-08-18T19:45:33.983Z | [ recovery-image] Aug 18 19:45:33.233 INFO O| Aug 18 19:45:33.233 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
| 4735 | 2025-08-18T19:45:33.983Z | [ recovery-image] Aug 18 19:45:33.233 INFO O| Aug 18 19:45:33.233 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ... |
| 4736 | 2025-08-18T19:45:33.986Z | [ recovery-image] Aug 18 19:45:33.233 INFO O| Aug 18 19:45:33.233 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 4737 | 2025-08-18T19:45:33.986Z | [ recovery-image] Aug 18 19:45:33.233 INFO O| Aug 18 19:45:33.233 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 4738 | 2025-08-18T19:45:33.986Z | [ recovery-image] Aug 18 19:45:33.234 INFO O| Aug 18 19:45:33.233 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 4739 | 2025-08-18T19:45:33.987Z | [ recovery-image] Aug 18 19:45:33.234 INFO O| Aug 18 19:45:33.234 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 4740 | 2025-08-18T19:45:33.987Z | [ recovery-image] Aug 18 19:45:33.234 INFO O| Aug 18 19:45:33.234 INFO ok! |
| 4741 | 2025-08-18T19:45:33.987Z | [ recovery-image] Aug 18 19:45:33.234 INFO O| Aug 18 19:45:33.234 INFO STEP 58 (ensure_file) COMPLETE |
| 4742 | 2025-08-18T19:45:33.987Z | [ recovery-image] Aug 18 19:45:33.234 INFO O| Aug 18 19:45:33.234 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4743 | 2025-08-18T19:45:33.987Z | [ recovery-image] Aug 18 19:45:33.245 INFO O| Aug 18 19:45:33.245 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
| 4744 | 2025-08-18T19:45:33.987Z | [ recovery-image] Aug 18 19:45:33.245 INFO O| Aug 18 19:45:33.245 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ... |
| 4745 | 2025-08-18T19:45:33.987Z | [ recovery-image] Aug 18 19:45:33.246 INFO O| Aug 18 19:45:33.246 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 4746 | 2025-08-18T19:45:33.987Z | [ recovery-image] Aug 18 19:45:33.246 INFO O| Aug 18 19:45:33.246 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 4747 | 2025-08-18T19:45:33.987Z | [ recovery-image] Aug 18 19:45:33.246 INFO O| Aug 18 19:45:33.246 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 4748 | 2025-08-18T19:45:33.987Z | [ recovery-image] Aug 18 19:45:33.246 INFO O| Aug 18 19:45:33.246 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 4749 | 2025-08-18T19:45:33.987Z | [ recovery-image] Aug 18 19:45:33.246 INFO O| Aug 18 19:45:33.246 INFO ok! |
| 4750 | 2025-08-18T19:45:33.987Z | [ recovery-image] Aug 18 19:45:33.246 INFO O| Aug 18 19:45:33.246 INFO STEP 59 (ensure_file) COMPLETE |
| 4751 | 2025-08-18T19:45:33.987Z | [ recovery-image] Aug 18 19:45:33.246 INFO O| Aug 18 19:45:33.246 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4752 | 2025-08-18T19:45:33.996Z | [ recovery-image] Aug 18 19:45:33.257 INFO O| Aug 18 19:45:33.257 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist |
| 4753 | 2025-08-18T19:45:33.996Z | [ recovery-image] Aug 18 19:45:33.257 INFO O| Aug 18 19:45:33.257 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ... |
| 4754 | 2025-08-18T19:45:34.001Z | [ recovery-image] Aug 18 19:45:33.257 INFO O| Aug 18 19:45:33.257 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile |
| 4755 | 2025-08-18T19:45:34.001Z | [ recovery-image] Aug 18 19:45:33.257 INFO O| Aug 18 19:45:33.257 INFO ok! |
| 4756 | 2025-08-18T19:45:34.001Z | [ recovery-image] Aug 18 19:45:33.257 INFO O| Aug 18 19:45:33.257 INFO STEP 60 (ensure_file) COMPLETE |
| 4757 | 2025-08-18T19:45:34.001Z | [ recovery-image] Aug 18 19:45:33.257 INFO O| Aug 18 19:45:33.257 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4758 | 2025-08-18T19:45:34.009Z | [ recovery-image] Aug 18 19:45:33.269 INFO O| Aug 18 19:45:33.269 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
| 4759 | 2025-08-18T19:45:34.009Z | [ recovery-image] Aug 18 19:45:33.269 INFO O| Aug 18 19:45:33.269 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ... |
| 4760 | 2025-08-18T19:45:34.013Z | [ recovery-image] Aug 18 19:45:33.269 INFO O| Aug 18 19:45:33.269 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc |
| 4761 | 2025-08-18T19:45:34.013Z | [ recovery-image] Aug 18 19:45:33.269 INFO O| Aug 18 19:45:33.269 INFO ok! |
| 4762 | 2025-08-18T19:45:34.013Z | [ recovery-image] Aug 18 19:45:33.269 INFO O| Aug 18 19:45:33.269 INFO STEP 61 (ensure_file) COMPLETE |
| 4763 | 2025-08-18T19:45:34.013Z | [ recovery-image] Aug 18 19:45:33.269 INFO O| Aug 18 19:45:33.269 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4764 | 2025-08-18T19:45:34.020Z | [ recovery-image] Aug 18 19:45:33.281 INFO O| Aug 18 19:45:33.281 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking |
| 4765 | 2025-08-18T19:45:34.021Z | [ recovery-image] Aug 18 19:45:33.281 INFO O| Aug 18 19:45:33.281 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ... |
| 4766 | 2025-08-18T19:45:34.021Z | [ recovery-image] Aug 18 19:45:33.281 INFO O| Aug 18 19:45:33.281 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd |
| 4767 | 2025-08-18T19:45:34.024Z | [ recovery-image] Aug 18 19:45:33.281 INFO O| Aug 18 19:45:33.281 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd |
| 4768 | 2025-08-18T19:45:34.024Z | [ recovery-image] Aug 18 19:45:33.281 INFO O| Aug 18 19:45:33.281 INFO ok! |
| 4769 | 2025-08-18T19:45:34.024Z | [ recovery-image] Aug 18 19:45:33.281 INFO O| Aug 18 19:45:33.281 INFO STEP 62 (ensure_file) COMPLETE |
| 4770 | 2025-08-18T19:45:34.024Z | [ recovery-image] Aug 18 19:45:33.281 INFO O| Aug 18 19:45:33.281 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4771 | 2025-08-18T19:45:34.033Z | [ recovery-image] Aug 18 19:45:33.294 INFO O| Aug 18 19:45:33.294 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist |
| 4772 | 2025-08-18T19:45:34.033Z | [ recovery-image] Aug 18 19:45:33.294 INFO O| Aug 18 19:45:33.294 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ... |
| 4773 | 2025-08-18T19:45:34.037Z | [ recovery-image] Aug 18 19:45:33.294 INFO O| Aug 18 19:45:33.294 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 4774 | 2025-08-18T19:45:34.037Z | [ recovery-image] Aug 18 19:45:33.295 INFO O| Aug 18 19:45:33.294 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 4775 | 2025-08-18T19:45:34.037Z | [ recovery-image] Aug 18 19:45:33.295 INFO O| Aug 18 19:45:33.295 INFO ok! |
| 4776 | 2025-08-18T19:45:34.037Z | [ recovery-image] Aug 18 19:45:33.295 INFO O| Aug 18 19:45:33.295 INFO STEP 63 (ensure_file) COMPLETE |
| 4777 | 2025-08-18T19:45:34.037Z | [ recovery-image] Aug 18 19:45:33.295 INFO O| Aug 18 19:45:33.295 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4778 | 2025-08-18T19:45:34.045Z | [ recovery-image] Aug 18 19:45:33.306 INFO O| Aug 18 19:45:33.306 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist |
| 4779 | 2025-08-18T19:45:34.045Z | [ recovery-image] Aug 18 19:45:33.306 INFO O| Aug 18 19:45:33.306 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ... |
| 4780 | 2025-08-18T19:45:34.048Z | [ recovery-image] Aug 18 19:45:33.306 INFO O| Aug 18 19:45:33.306 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly |
| 4781 | 2025-08-18T19:45:34.048Z | [ recovery-image] Aug 18 19:45:33.306 INFO O| Aug 18 19:45:33.306 INFO ok! |
| 4782 | 2025-08-18T19:45:34.049Z | [ recovery-image] Aug 18 19:45:33.306 INFO O| Aug 18 19:45:33.306 INFO STEP 64 (assemble_files) COMPLETE |
| 4783 | 2025-08-18T19:45:34.049Z | [ recovery-image] Aug 18 19:45:33.307 INFO O| Aug 18 19:45:33.306 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4784 | 2025-08-18T19:45:34.058Z | [ recovery-image] Aug 18 19:45:33.319 INFO O| Aug 18 19:45:33.319 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist |
| 4785 | 2025-08-18T19:45:34.061Z | [ recovery-image] Aug 18 19:45:33.319 INFO O| Aug 18 19:45:33.319 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ... |
| 4786 | 2025-08-18T19:45:34.061Z | [ recovery-image] Aug 18 19:45:33.319 INFO O| Aug 18 19:45:33.319 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf |
| 4787 | 2025-08-18T19:45:34.061Z | [ recovery-image] Aug 18 19:45:33.319 INFO O| Aug 18 19:45:33.319 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf |
| 4788 | 2025-08-18T19:45:34.061Z | [ recovery-image] Aug 18 19:45:33.319 INFO O| Aug 18 19:45:33.319 INFO ok! |
| 4789 | 2025-08-18T19:45:34.061Z | [ recovery-image] Aug 18 19:45:33.319 INFO O| Aug 18 19:45:33.319 INFO STEP 65 (ensure_file) COMPLETE |
| 4790 | 2025-08-18T19:45:34.061Z | [ recovery-image] Aug 18 19:45:33.319 INFO O| Aug 18 19:45:33.319 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4791 | 2025-08-18T19:45:34.061Z | [ recovery-image] Aug 18 19:45:33.319 INFO O| Aug 18 19:45:33.319 INFO skip step because feature "omicron1" is not enabled |
| 4792 | 2025-08-18T19:45:34.061Z | [ recovery-image] Aug 18 19:45:33.319 INFO O| Aug 18 19:45:33.319 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4793 | 2025-08-18T19:45:34.061Z | [ recovery-image] Aug 18 19:45:33.319 INFO O| Aug 18 19:45:33.319 INFO skip step because feature "omicron1" is not enabled |
| 4794 | 2025-08-18T19:45:34.061Z | [ recovery-image] Aug 18 19:45:33.319 INFO O| Aug 18 19:45:33.319 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4795 | 2025-08-18T19:45:34.061Z | [ recovery-image] Aug 18 19:45:33.319 INFO O| Aug 18 19:45:33.319 INFO skip step because feature "omicron1" is not enabled |
| 4796 | 2025-08-18T19:45:34.061Z | [ recovery-image] Aug 18 19:45:33.319 INFO O| Aug 18 19:45:33.319 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4797 | 2025-08-18T19:45:34.077Z | [ recovery-image] Aug 18 19:45:33.338 INFO O| Aug 18 19:45:33.338 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal |
| 4798 | 2025-08-18T19:45:34.077Z | [ recovery-image] Aug 18 19:45:33.338 INFO O| Aug 18 19:45:33.338 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."] |
| 4799 | 2025-08-18T19:45:36.909Z | [ recovery-image] Aug 18 19:45:36.174 INFO O| Aug 18 19:45:36.173 INFO STEP 69 (pack_tar) COMPLETE |
| 4800 | 2025-08-18T19:45:36.909Z | [ recovery-image] Aug 18 19:45:36.174 INFO O| Aug 18 19:45:36.174 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4801 | 2025-08-18T19:45:36.912Z | [ recovery-image] Aug 18 19:45:36.174 INFO O| Aug 18 19:45:36.174 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4802 | 2025-08-18T19:45:37.429Z | [ recovery-image] Aug 18 19:45:36.694 INFO O| Aug 18 19:45:36.694 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4803 | 2025-08-18T19:45:37.547Z | [ recovery-image] Aug 18 19:45:36.812 INFO O| Aug 18 19:45:36.812 INFO completed processing sled/ramdisk-02-trim |
| 4804 | 2025-08-18T19:45:37.550Z | [ recovery-image] Aug 18 19:45:36.814 INFO image builder template: ramdisk-03-recovery-trim... |
| 4805 | 2025-08-18T19:45:37.550Z | [ recovery-image] Aug 18 19:45:36.814 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/.tmpgW5B7U/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.37.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None |
| 4806 | 2025-08-18T19:45:37.748Z | [ recovery-image] Aug 18 19:45:37.014 INFO O| Aug 18 19:45:37.013 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 4807 | 2025-08-18T19:45:37.753Z | [ recovery-image] Aug 18 19:45:37.019 INFO O| Aug 18 19:45:37.018 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 4808 | 2025-08-18T19:45:37.889Z | [ recovery-image] Aug 18 19:45:37.155 INFO O| Aug 18 19:45:37.155 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled |
| 4809 | 2025-08-18T19:45:37.955Z | [ recovery-image] Aug 18 19:45:37.221 INFO O| Aug 18 19:45:37.220 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 4810 | 2025-08-18T19:45:37.955Z | [ recovery-image] Aug 18 19:45:37.221 INFO O| Aug 18 19:45:37.221 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4811 | 2025-08-18T19:45:37.966Z | [ recovery-image] Aug 18 19:45:37.232 INFO O| Aug 18 19:45:37.232 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 4812 | 2025-08-18T19:45:37.972Z | [ recovery-image] Aug 18 19:45:37.238 INFO O| Aug 18 19:45:37.238 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4813 | 2025-08-18T19:45:37.979Z | [ recovery-image] Aug 18 19:45:37.245 INFO O| Aug 18 19:45:37.245 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4814 | 2025-08-18T19:45:38.434Z | [ recovery-image] Aug 18 19:45:37.701 INFO O| Aug 18 19:45:37.701 INFO rolled back to input snapshot; work may begin |
| 4815 | 2025-08-18T19:45:38.434Z | [ recovery-image] Aug 18 19:45:37.701 INFO O| Aug 18 19:45:37.701 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4816 | 2025-08-18T19:45:38.441Z | [ recovery-image] Aug 18 19:45:37.708 INFO O| Aug 18 19:45:37.708 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4817 | 2025-08-18T19:45:38.454Z | [ recovery-image] Aug 18 19:45:37.721 INFO O| Aug 18 19:45:37.721 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7" |
| 4818 | 2025-08-18T19:45:38.463Z | [ recovery-image] Aug 18 19:45:37.730 INFO O| Aug 18 19:45:37.730 INFO STEP 0 (remove_files) COMPLETE |
| 4819 | 2025-08-18T19:45:38.463Z | [ recovery-image] Aug 18 19:45:37.730 INFO O| Aug 18 19:45:37.730 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4820 | 2025-08-18T19:45:38.478Z | [ recovery-image] Aug 18 19:45:37.744 INFO O| Aug 18 19:45:37.744 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share" |
| 4821 | 2025-08-18T19:45:38.569Z | [ recovery-image] Aug 18 19:45:37.836 INFO O| Aug 18 19:45:37.835 INFO STEP 1 (remove_files) COMPLETE |
| 4822 | 2025-08-18T19:45:38.569Z | [ recovery-image] Aug 18 19:45:37.836 INFO O| Aug 18 19:45:37.835 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4823 | 2025-08-18T19:45:38.597Z | [ recovery-image] Aug 18 19:45:37.864 INFO O| Aug 18 19:45:37.864 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns" |
| 4824 | 2025-08-18T19:45:38.688Z | [ recovery-image] Aug 18 19:45:37.955 INFO O| Aug 18 19:45:37.955 INFO STEP 2 (remove_files) COMPLETE |
| 4825 | 2025-08-18T19:45:38.688Z | [ recovery-image] Aug 18 19:45:37.955 INFO O| Aug 18 19:45:37.955 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4826 | 2025-08-18T19:45:38.728Z | [ recovery-image] Aug 18 19:45:37.995 INFO O| Aug 18 19:45:37.995 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv" |
| 4827 | 2025-08-18T19:45:38.913Z | [ recovery-image] Aug 18 19:45:38.180 INFO O| Aug 18 19:45:38.180 INFO STEP 3 (remove_files) COMPLETE |
| 4828 | 2025-08-18T19:45:38.913Z | [ recovery-image] Aug 18 19:45:38.180 INFO O| Aug 18 19:45:38.180 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4829 | 2025-08-18T19:45:38.927Z | [ recovery-image] Aug 18 19:45:38.195 INFO O| Aug 18 19:45:38.194 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale" |
| 4830 | 2025-08-18T19:45:38.954Z | [ recovery-image] Aug 18 19:45:38.221 INFO O| Aug 18 19:45:38.221 INFO STEP 4 (remove_files) COMPLETE |
| 4831 | 2025-08-18T19:45:38.954Z | [ recovery-image] Aug 18 19:45:38.221 INFO O| Aug 18 19:45:38.221 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4832 | 2025-08-18T19:45:38.968Z | [ recovery-image] Aug 18 19:45:38.235 INFO O| Aug 18 19:45:38.235 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps" |
| 4833 | 2025-08-18T19:45:38.971Z | [ recovery-image] Aug 18 19:45:38.238 INFO O| Aug 18 19:45:38.238 INFO STEP 5 (remove_files) COMPLETE |
| 4834 | 2025-08-18T19:45:38.971Z | [ recovery-image] Aug 18 19:45:38.238 INFO O| Aug 18 19:45:38.238 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4835 | 2025-08-18T19:45:38.984Z | [ recovery-image] Aug 18 19:45:38.251 INFO O| Aug 18 19:45:38.251 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig" |
| 4836 | 2025-08-18T19:45:38.987Z | [ recovery-image] Aug 18 19:45:38.254 INFO O| Aug 18 19:45:38.254 INFO STEP 6 (remove_files) COMPLETE |
| 4837 | 2025-08-18T19:45:38.987Z | [ recovery-image] Aug 18 19:45:38.254 INFO O| Aug 18 19:45:38.254 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4838 | 2025-08-18T19:45:39.000Z | [ recovery-image] Aug 18 19:45:38.267 INFO O| Aug 18 19:45:38.267 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi" |
| 4839 | 2025-08-18T19:45:39.003Z | [ recovery-image] Aug 18 19:45:38.270 INFO O| Aug 18 19:45:38.270 INFO STEP 7 (remove_files) COMPLETE |
| 4840 | 2025-08-18T19:45:39.003Z | [ recovery-image] Aug 18 19:45:38.270 INFO O| Aug 18 19:45:38.270 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4841 | 2025-08-18T19:45:39.016Z | [ recovery-image] Aug 18 19:45:38.283 INFO O| Aug 18 19:45:38.283 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs" |
| 4842 | 2025-08-18T19:45:39.019Z | [ recovery-image] Aug 18 19:45:38.284 INFO O| Aug 18 19:45:38.284 INFO STEP 8 (remove_files) COMPLETE |
| 4843 | 2025-08-18T19:45:39.019Z | [ recovery-image] Aug 18 19:45:38.284 INFO O| Aug 18 19:45:38.284 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4844 | 2025-08-18T19:45:39.030Z | [ recovery-image] Aug 18 19:45:38.297 INFO O| Aug 18 19:45:38.297 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv" |
| 4845 | 2025-08-18T19:45:39.033Z | [ recovery-image] Aug 18 19:45:38.299 INFO O| Aug 18 19:45:38.299 INFO STEP 9 (remove_files) COMPLETE |
| 4846 | 2025-08-18T19:45:39.033Z | [ recovery-image] Aug 18 19:45:38.300 INFO O| Aug 18 19:45:38.299 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4847 | 2025-08-18T19:45:39.046Z | [ recovery-image] Aug 18 19:45:38.313 INFO O| Aug 18 19:45:38.313 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5" |
| 4848 | 2025-08-18T19:45:39.645Z | [ recovery-image] Aug 18 19:45:38.913 INFO O| Aug 18 19:45:38.913 INFO STEP 10 (remove_files) COMPLETE |
| 4849 | 2025-08-18T19:45:39.645Z | [ recovery-image] Aug 18 19:45:38.913 INFO O| Aug 18 19:45:38.913 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4850 | 2025-08-18T19:45:39.659Z | [ recovery-image] Aug 18 19:45:38.928 INFO O| Aug 18 19:45:38.928 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash" |
| 4851 | 2025-08-18T19:45:39.685Z | [ recovery-image] Aug 18 19:45:38.953 INFO O| Aug 18 19:45:38.952 INFO STEP 11 (remove_files) COMPLETE |
| 4852 | 2025-08-18T19:45:39.685Z | [ recovery-image] Aug 18 19:45:38.953 INFO O| Aug 18 19:45:38.953 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4853 | 2025-08-18T19:45:39.717Z | [ recovery-image] Aug 18 19:45:38.986 INFO O| Aug 18 19:45:38.985 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve" |
| 4854 | 2025-08-18T19:45:39.759Z | [ recovery-image] Aug 18 19:45:39.028 INFO O| Aug 18 19:45:39.028 INFO STEP 12 (remove_files) COMPLETE |
| 4855 | 2025-08-18T19:45:39.759Z | [ recovery-image] Aug 18 19:45:39.028 INFO O| Aug 18 19:45:39.028 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4856 | 2025-08-18T19:45:39.774Z | [ recovery-image] Aug 18 19:45:39.043 INFO O| Aug 18 19:45:39.043 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs" |
| 4857 | 2025-08-18T19:45:39.778Z | [ recovery-image] Aug 18 19:45:39.043 INFO O| Aug 18 19:45:39.043 INFO STEP 13 (remove_files) COMPLETE |
| 4858 | 2025-08-18T19:45:39.778Z | [ recovery-image] Aug 18 19:45:39.043 INFO O| Aug 18 19:45:39.043 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4859 | 2025-08-18T19:45:39.789Z | [ recovery-image] Aug 18 19:45:39.057 INFO O| Aug 18 19:45:39.057 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons" |
| 4860 | 2025-08-18T19:45:39.792Z | [ recovery-image] Aug 18 19:45:39.058 INFO O| Aug 18 19:45:39.058 INFO STEP 14 (remove_files) COMPLETE |
| 4861 | 2025-08-18T19:45:39.792Z | [ recovery-image] Aug 18 19:45:39.058 INFO O| Aug 18 19:45:39.058 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4862 | 2025-08-18T19:45:39.802Z | [ recovery-image] Aug 18 19:45:39.071 INFO O| Aug 18 19:45:39.071 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale" |
| 4863 | 2025-08-18T19:45:39.873Z | [ recovery-image] Aug 18 19:45:39.142 INFO O| Aug 18 19:45:39.142 INFO STEP 15 (remove_files) COMPLETE |
| 4864 | 2025-08-18T19:45:39.873Z | [ recovery-image] Aug 18 19:45:39.142 INFO O| Aug 18 19:45:39.142 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4865 | 2025-08-18T19:45:39.893Z | [ recovery-image] Aug 18 19:45:39.161 INFO O| Aug 18 19:45:39.161 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src" |
| 4866 | 2025-08-18T19:45:39.896Z | [ recovery-image] Aug 18 19:45:39.162 INFO O| Aug 18 19:45:39.162 INFO STEP 16 (remove_files) COMPLETE |
| 4867 | 2025-08-18T19:45:39.896Z | [ recovery-image] Aug 18 19:45:39.162 INFO O| Aug 18 19:45:39.162 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4868 | 2025-08-18T19:45:39.906Z | [ recovery-image] Aug 18 19:45:39.174 INFO O| Aug 18 19:45:39.174 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo" |
| 4869 | 2025-08-18T19:45:39.906Z | [ recovery-image] Aug 18 19:45:39.174 INFO O| Aug 18 19:45:39.174 INFO STEP 17 (remove_files) COMPLETE |
| 4870 | 2025-08-18T19:45:39.906Z | [ recovery-image] Aug 18 19:45:39.175 INFO O| Aug 18 19:45:39.174 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4871 | 2025-08-18T19:45:39.919Z | [ recovery-image] Aug 18 19:45:39.188 INFO O| Aug 18 19:45:39.187 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim" |
| 4872 | 2025-08-18T19:45:40.123Z | [ recovery-image] Aug 18 19:45:39.392 INFO O| Aug 18 19:45:39.391 INFO STEP 18 (remove_files) COMPLETE |
| 4873 | 2025-08-18T19:45:40.123Z | [ recovery-image] Aug 18 19:45:39.392 INFO O| Aug 18 19:45:39.392 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4874 | 2025-08-18T19:45:40.154Z | [ recovery-image] Aug 18 19:45:39.423 INFO O| Aug 18 19:45:39.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml" |
| 4875 | 2025-08-18T19:45:40.178Z | [ recovery-image] Aug 18 19:45:39.447 INFO O| Aug 18 19:45:39.447 INFO STEP 19 (remove_files) COMPLETE |
| 4876 | 2025-08-18T19:45:40.178Z | [ recovery-image] Aug 18 19:45:39.447 INFO O| Aug 18 19:45:39.447 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4877 | 2025-08-18T19:45:40.205Z | [ recovery-image] Aug 18 19:45:39.474 INFO O| Aug 18 19:45:39.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml" |
| 4878 | 2025-08-18T19:45:40.228Z | [ recovery-image] Aug 18 19:45:39.497 INFO O| Aug 18 19:45:39.497 INFO STEP 20 (remove_files) COMPLETE |
| 4879 | 2025-08-18T19:45:40.228Z | [ recovery-image] Aug 18 19:45:39.497 INFO O| Aug 18 19:45:39.497 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4880 | 2025-08-18T19:45:40.260Z | [ recovery-image] Aug 18 19:45:39.528 INFO O| Aug 18 19:45:39.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb" |
| 4881 | 2025-08-18T19:45:40.263Z | [ recovery-image] Aug 18 19:45:39.529 INFO O| Aug 18 19:45:39.529 INFO STEP 21 (remove_files) COMPLETE |
| 4882 | 2025-08-18T19:45:40.263Z | [ recovery-image] Aug 18 19:45:39.529 INFO O| Aug 18 19:45:39.529 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4883 | 2025-08-18T19:45:40.272Z | [ recovery-image] Aug 18 19:45:39.541 INFO O| Aug 18 19:45:39.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec" |
| 4884 | 2025-08-18T19:45:40.297Z | [ recovery-image] Aug 18 19:45:39.566 INFO O| Aug 18 19:45:39.566 INFO STEP 22 (remove_files) COMPLETE |
| 4885 | 2025-08-18T19:45:40.297Z | [ recovery-image] Aug 18 19:45:39.566 INFO O| Aug 18 19:45:39.566 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4886 | 2025-08-18T19:45:40.323Z | [ recovery-image] Aug 18 19:45:39.593 INFO O| Aug 18 19:45:39.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap" |
| 4887 | 2025-08-18T19:45:40.344Z | [ recovery-image] Aug 18 19:45:39.613 INFO O| Aug 18 19:45:39.613 INFO STEP 23 (remove_files) COMPLETE |
| 4888 | 2025-08-18T19:45:40.344Z | [ recovery-image] Aug 18 19:45:39.613 INFO O| Aug 18 19:45:39.613 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4889 | 2025-08-18T19:45:40.393Z | [ recovery-image] Aug 18 19:45:39.662 INFO O| Aug 18 19:45:39.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias" |
| 4890 | 2025-08-18T19:45:40.418Z | [ recovery-image] Aug 18 19:45:39.687 INFO O| Aug 18 19:45:39.687 INFO STEP 24 (remove_files) COMPLETE |
| 4891 | 2025-08-18T19:45:40.418Z | [ recovery-image] Aug 18 19:45:39.687 INFO O| Aug 18 19:45:39.687 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4892 | 2025-08-18T19:45:40.445Z | [ recovery-image] Aug 18 19:45:39.714 INFO O| Aug 18 19:45:39.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb" |
| 4893 | 2025-08-18T19:45:40.449Z | [ recovery-image] Aug 18 19:45:39.714 INFO O| Aug 18 19:45:39.714 INFO STEP 25 (remove_files) COMPLETE |
| 4894 | 2025-08-18T19:45:40.449Z | [ recovery-image] Aug 18 19:45:39.714 INFO O| Aug 18 19:45:39.714 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4895 | 2025-08-18T19:45:40.476Z | [ recovery-image] Aug 18 19:45:39.745 INFO O| Aug 18 19:45:39.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt" |
| 4896 | 2025-08-18T19:45:40.479Z | [ recovery-image] Aug 18 19:45:39.746 INFO O| Aug 18 19:45:39.746 INFO STEP 26 (remove_files) COMPLETE |
| 4897 | 2025-08-18T19:45:40.479Z | [ recovery-image] Aug 18 19:45:39.746 INFO O| Aug 18 19:45:39.746 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4898 | 2025-08-18T19:45:40.488Z | [ recovery-image] Aug 18 19:45:39.757 INFO O| Aug 18 19:45:39.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack" |
| 4899 | 2025-08-18T19:45:40.513Z | [ recovery-image] Aug 18 19:45:39.782 INFO O| Aug 18 19:45:39.782 INFO STEP 27 (remove_files) COMPLETE |
| 4900 | 2025-08-18T19:45:40.516Z | [ recovery-image] Aug 18 19:45:39.782 INFO O| Aug 18 19:45:39.782 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4901 | 2025-08-18T19:45:40.525Z | [ recovery-image] Aug 18 19:45:39.795 INFO O| Aug 18 19:45:39.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle" |
| 4902 | 2025-08-18T19:45:40.526Z | [ recovery-image] Aug 18 19:45:39.795 INFO O| Aug 18 19:45:39.795 INFO STEP 28 (remove_files) COMPLETE |
| 4903 | 2025-08-18T19:45:40.526Z | [ recovery-image] Aug 18 19:45:39.795 INFO O| Aug 18 19:45:39.795 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4904 | 2025-08-18T19:45:40.537Z | [ recovery-image] Aug 18 19:45:39.807 INFO O| Aug 18 19:45:39.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl" |
| 4905 | 2025-08-18T19:45:40.541Z | [ recovery-image] Aug 18 19:45:39.807 INFO O| Aug 18 19:45:39.807 INFO STEP 29 (remove_files) COMPLETE |
| 4906 | 2025-08-18T19:45:40.541Z | [ recovery-image] Aug 18 19:45:39.807 INFO O| Aug 18 19:45:39.807 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4907 | 2025-08-18T19:45:40.549Z | [ recovery-image] Aug 18 19:45:39.819 INFO O| Aug 18 19:45:39.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config" |
| 4908 | 2025-08-18T19:45:40.552Z | [ recovery-image] Aug 18 19:45:39.819 INFO O| Aug 18 19:45:39.819 INFO STEP 30 (remove_files) COMPLETE |
| 4909 | 2025-08-18T19:45:40.553Z | [ recovery-image] Aug 18 19:45:39.819 INFO O| Aug 18 19:45:39.819 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4910 | 2025-08-18T19:45:40.560Z | [ recovery-image] Aug 18 19:45:39.830 INFO O| Aug 18 19:45:39.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt" |
| 4911 | 2025-08-18T19:45:40.583Z | [ recovery-image] Aug 18 19:45:39.853 INFO O| Aug 18 19:45:39.853 INFO STEP 31 (remove_files) COMPLETE |
| 4912 | 2025-08-18T19:45:40.583Z | [ recovery-image] Aug 18 19:45:39.853 INFO O| Aug 18 19:45:39.853 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4913 | 2025-08-18T19:45:40.635Z | [ recovery-image] Aug 18 19:45:39.904 INFO O| Aug 18 19:45:39.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest" |
| 4914 | 2025-08-18T19:45:40.638Z | [ recovery-image] Aug 18 19:45:39.904 INFO O| Aug 18 19:45:39.904 INFO STEP 32 (remove_files) COMPLETE |
| 4915 | 2025-08-18T19:45:40.638Z | [ recovery-image] Aug 18 19:45:39.904 INFO O| Aug 18 19:45:39.904 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4916 | 2025-08-18T19:45:40.646Z | [ recovery-image] Aug 18 19:45:39.915 INFO O| Aug 18 19:45:39.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap" |
| 4917 | 2025-08-18T19:45:40.662Z | [ recovery-image] Aug 18 19:45:39.932 INFO O| Aug 18 19:45:39.932 INFO STEP 33 (remove_files) COMPLETE |
| 4918 | 2025-08-18T19:45:40.662Z | [ recovery-image] Aug 18 19:45:39.932 INFO O| Aug 18 19:45:39.932 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4919 | 2025-08-18T19:45:40.719Z | [ recovery-image] Aug 18 19:45:39.989 INFO O| Aug 18 19:45:39.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt" |
| 4920 | 2025-08-18T19:45:40.719Z | [ recovery-image] Aug 18 19:45:39.989 INFO O| Aug 18 19:45:39.989 INFO STEP 34 (remove_files) COMPLETE |
| 4921 | 2025-08-18T19:45:40.723Z | [ recovery-image] Aug 18 19:45:39.989 INFO O| Aug 18 19:45:39.989 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4922 | 2025-08-18T19:45:40.731Z | [ recovery-image] Aug 18 19:45:40.001 INFO O| Aug 18 19:45:40.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear" |
| 4923 | 2025-08-18T19:45:40.752Z | [ recovery-image] Aug 18 19:45:40.022 INFO O| Aug 18 19:45:40.022 INFO STEP 35 (remove_files) COMPLETE |
| 4924 | 2025-08-18T19:45:40.752Z | [ recovery-image] Aug 18 19:45:40.022 INFO O| Aug 18 19:45:40.022 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4925 | 2025-08-18T19:45:40.766Z | [ recovery-image] Aug 18 19:45:40.036 INFO O| Aug 18 19:45:40.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp" |
| 4926 | 2025-08-18T19:45:40.766Z | [ recovery-image] Aug 18 19:45:40.036 INFO O| Aug 18 19:45:40.036 INFO STEP 36 (remove_files) COMPLETE |
| 4927 | 2025-08-18T19:45:40.770Z | [ recovery-image] Aug 18 19:45:40.036 INFO O| Aug 18 19:45:40.036 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4928 | 2025-08-18T19:45:40.778Z | [ recovery-image] Aug 18 19:45:40.048 INFO O| Aug 18 19:45:40.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs" |
| 4929 | 2025-08-18T19:45:40.778Z | [ recovery-image] Aug 18 19:45:40.048 INFO O| Aug 18 19:45:40.048 INFO STEP 37 (remove_files) COMPLETE |
| 4930 | 2025-08-18T19:45:40.782Z | [ recovery-image] Aug 18 19:45:40.048 INFO O| Aug 18 19:45:40.048 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4931 | 2025-08-18T19:45:40.790Z | [ recovery-image] Aug 18 19:45:40.060 INFO O| Aug 18 19:45:40.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic" |
| 4932 | 2025-08-18T19:45:40.790Z | [ recovery-image] Aug 18 19:45:40.060 INFO O| Aug 18 19:45:40.060 INFO STEP 38 (remove_files) COMPLETE |
| 4933 | 2025-08-18T19:45:40.794Z | [ recovery-image] Aug 18 19:45:40.060 INFO O| Aug 18 19:45:40.060 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4934 | 2025-08-18T19:45:40.802Z | [ recovery-image] Aug 18 19:45:40.072 INFO O| Aug 18 19:45:40.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe" |
| 4935 | 2025-08-18T19:45:40.802Z | [ recovery-image] Aug 18 19:45:40.072 INFO O| Aug 18 19:45:40.072 INFO STEP 39 (remove_files) COMPLETE |
| 4936 | 2025-08-18T19:45:40.805Z | [ recovery-image] Aug 18 19:45:40.072 INFO O| Aug 18 19:45:40.072 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4937 | 2025-08-18T19:45:40.814Z | [ recovery-image] Aug 18 19:45:40.084 INFO O| Aug 18 19:45:40.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput" |
| 4938 | 2025-08-18T19:45:40.838Z | [ recovery-image] Aug 18 19:45:40.108 INFO O| Aug 18 19:45:40.108 INFO STEP 40 (remove_files) COMPLETE |
| 4939 | 2025-08-18T19:45:40.838Z | [ recovery-image] Aug 18 19:45:40.108 INFO O| Aug 18 19:45:40.108 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4940 | 2025-08-18T19:45:40.852Z | [ recovery-image] Aug 18 19:45:40.122 INFO O| Aug 18 19:45:40.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset" |
| 4941 | 2025-08-18T19:45:40.852Z | [ recovery-image] Aug 18 19:45:40.122 INFO O| Aug 18 19:45:40.122 INFO STEP 41 (remove_files) COMPLETE |
| 4942 | 2025-08-18T19:45:40.852Z | [ recovery-image] Aug 18 19:45:40.122 INFO O| Aug 18 19:45:40.122 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4943 | 2025-08-18T19:45:40.876Z | [ recovery-image] Aug 18 19:45:40.146 INFO O| Aug 18 19:45:40.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn" |
| 4944 | 2025-08-18T19:45:40.876Z | [ recovery-image] Aug 18 19:45:40.146 INFO O| Aug 18 19:45:40.146 INFO STEP 42 (remove_files) COMPLETE |
| 4945 | 2025-08-18T19:45:40.881Z | [ recovery-image] Aug 18 19:45:40.146 INFO O| Aug 18 19:45:40.146 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4946 | 2025-08-18T19:45:40.890Z | [ recovery-image] Aug 18 19:45:40.160 INFO O| Aug 18 19:45:40.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93" |
| 4947 | 2025-08-18T19:45:40.893Z | [ recovery-image] Aug 18 19:45:40.161 INFO O| Aug 18 19:45:40.161 INFO STEP 43 (remove_files) COMPLETE |
| 4948 | 2025-08-18T19:45:40.893Z | [ recovery-image] Aug 18 19:45:40.161 INFO O| Aug 18 19:45:40.161 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4949 | 2025-08-18T19:45:40.904Z | [ recovery-image] Aug 18 19:45:40.174 INFO O| Aug 18 19:45:40.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls" |
| 4950 | 2025-08-18T19:45:40.904Z | [ recovery-image] Aug 18 19:45:40.174 INFO O| Aug 18 19:45:40.174 INFO STEP 44 (remove_files) COMPLETE |
| 4951 | 2025-08-18T19:45:40.907Z | [ recovery-image] Aug 18 19:45:40.174 INFO O| Aug 18 19:45:40.174 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4952 | 2025-08-18T19:45:40.918Z | [ recovery-image] Aug 18 19:45:40.188 INFO O| Aug 18 19:45:40.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac" |
| 4953 | 2025-08-18T19:45:40.921Z | [ recovery-image] Aug 18 19:45:40.188 INFO O| Aug 18 19:45:40.188 INFO STEP 45 (remove_files) COMPLETE |
| 4954 | 2025-08-18T19:45:40.921Z | [ recovery-image] Aug 18 19:45:40.188 INFO O| Aug 18 19:45:40.188 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4955 | 2025-08-18T19:45:40.934Z | [ recovery-image] Aug 18 19:45:40.203 INFO O| Aug 18 19:45:40.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe" |
| 4956 | 2025-08-18T19:45:40.934Z | [ recovery-image] Aug 18 19:45:40.204 INFO O| Aug 18 19:45:40.203 INFO STEP 46 (remove_files) COMPLETE |
| 4957 | 2025-08-18T19:45:40.934Z | [ recovery-image] Aug 18 19:45:40.204 INFO O| Aug 18 19:45:40.204 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4958 | 2025-08-18T19:45:40.948Z | [ recovery-image] Aug 18 19:45:40.218 INFO O| Aug 18 19:45:40.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config" |
| 4959 | 2025-08-18T19:45:40.948Z | [ recovery-image] Aug 18 19:45:40.218 INFO O| Aug 18 19:45:40.218 INFO STEP 47 (remove_files) COMPLETE |
| 4960 | 2025-08-18T19:45:40.951Z | [ recovery-image] Aug 18 19:45:40.218 INFO O| Aug 18 19:45:40.218 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4961 | 2025-08-18T19:45:40.961Z | [ recovery-image] Aug 18 19:45:40.231 INFO O| Aug 18 19:45:40.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask" |
| 4962 | 2025-08-18T19:45:40.964Z | [ recovery-image] Aug 18 19:45:40.231 INFO O| Aug 18 19:45:40.231 INFO STEP 48 (remove_files) COMPLETE |
| 4963 | 2025-08-18T19:45:40.965Z | [ recovery-image] Aug 18 19:45:40.231 INFO O| Aug 18 19:45:40.231 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4964 | 2025-08-18T19:45:40.974Z | [ recovery-image] Aug 18 19:45:40.244 INFO O| Aug 18 19:45:40.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup" |
| 4965 | 2025-08-18T19:45:40.974Z | [ recovery-image] Aug 18 19:45:40.244 INFO O| Aug 18 19:45:40.244 INFO STEP 49 (remove_files) COMPLETE |
| 4966 | 2025-08-18T19:45:40.977Z | [ recovery-image] Aug 18 19:45:40.244 INFO O| Aug 18 19:45:40.244 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4967 | 2025-08-18T19:45:40.987Z | [ recovery-image] Aug 18 19:45:40.257 INFO O| Aug 18 19:45:40.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs" |
| 4968 | 2025-08-18T19:45:40.990Z | [ recovery-image] Aug 18 19:45:40.258 INFO O| Aug 18 19:45:40.257 INFO STEP 50 (remove_files) COMPLETE |
| 4969 | 2025-08-18T19:45:40.990Z | [ recovery-image] Aug 18 19:45:40.258 INFO O| Aug 18 19:45:40.258 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4970 | 2025-08-18T19:45:41.001Z | [ recovery-image] Aug 18 19:45:40.270 INFO O| Aug 18 19:45:40.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv" |
| 4971 | 2025-08-18T19:45:41.001Z | [ recovery-image] Aug 18 19:45:40.271 INFO O| Aug 18 19:45:40.271 INFO STEP 51 (remove_files) COMPLETE |
| 4972 | 2025-08-18T19:45:41.032Z | [ recovery-image] Aug 18 19:45:40.271 INFO O| Aug 18 19:45:40.271 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4973 | 2025-08-18T19:45:41.032Z | [ recovery-image] Aug 18 19:45:40.283 INFO O| Aug 18 19:45:40.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config" |
| 4974 | 2025-08-18T19:45:41.032Z | [ recovery-image] Aug 18 19:45:40.283 INFO O| Aug 18 19:45:40.283 INFO STEP 52 (remove_files) COMPLETE |
| 4975 | 2025-08-18T19:45:41.032Z | [ recovery-image] Aug 18 19:45:40.283 INFO O| Aug 18 19:45:40.283 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4976 | 2025-08-18T19:45:41.033Z | [ recovery-image] Aug 18 19:45:40.296 INFO O| Aug 18 19:45:40.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config" |
| 4977 | 2025-08-18T19:45:41.033Z | [ recovery-image] Aug 18 19:45:40.297 INFO O| Aug 18 19:45:40.297 INFO STEP 53 (remove_files) COMPLETE |
| 4978 | 2025-08-18T19:45:41.033Z | [ recovery-image] Aug 18 19:45:40.297 INFO O| Aug 18 19:45:40.297 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4979 | 2025-08-18T19:45:41.041Z | [ recovery-image] Aug 18 19:45:40.311 INFO O| Aug 18 19:45:40.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config" |
| 4980 | 2025-08-18T19:45:41.041Z | [ recovery-image] Aug 18 19:45:40.311 INFO O| Aug 18 19:45:40.311 INFO STEP 54 (remove_files) COMPLETE |
| 4981 | 2025-08-18T19:45:41.044Z | [ recovery-image] Aug 18 19:45:40.311 INFO O| Aug 18 19:45:40.311 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4982 | 2025-08-18T19:45:41.055Z | [ recovery-image] Aug 18 19:45:40.325 INFO O| Aug 18 19:45:40.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep" |
| 4983 | 2025-08-18T19:45:41.055Z | [ recovery-image] Aug 18 19:45:40.325 INFO O| Aug 18 19:45:40.325 INFO STEP 55 (remove_files) COMPLETE |
| 4984 | 2025-08-18T19:45:41.058Z | [ recovery-image] Aug 18 19:45:40.325 INFO O| Aug 18 19:45:40.325 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4985 | 2025-08-18T19:45:41.068Z | [ recovery-image] Aug 18 19:45:40.338 INFO O| Aug 18 19:45:40.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test" |
| 4986 | 2025-08-18T19:45:41.068Z | [ recovery-image] Aug 18 19:45:40.338 INFO O| Aug 18 19:45:40.338 INFO STEP 56 (remove_files) COMPLETE |
| 4987 | 2025-08-18T19:45:41.068Z | [ recovery-image] Aug 18 19:45:40.338 INFO O| Aug 18 19:45:40.338 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4988 | 2025-08-18T19:45:41.082Z | [ recovery-image] Aug 18 19:45:40.352 INFO O| Aug 18 19:45:40.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred" |
| 4989 | 2025-08-18T19:45:41.082Z | [ recovery-image] Aug 18 19:45:40.352 INFO O| Aug 18 19:45:40.352 INFO STEP 57 (remove_files) COMPLETE |
| 4990 | 2025-08-18T19:45:41.086Z | [ recovery-image] Aug 18 19:45:40.352 INFO O| Aug 18 19:45:40.352 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4991 | 2025-08-18T19:45:41.095Z | [ recovery-image] Aug 18 19:45:40.365 INFO O| Aug 18 19:45:40.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep" |
| 4992 | 2025-08-18T19:45:41.098Z | [ recovery-image] Aug 18 19:45:40.365 INFO O| Aug 18 19:45:40.365 INFO STEP 58 (remove_files) COMPLETE |
| 4993 | 2025-08-18T19:45:41.098Z | [ recovery-image] Aug 18 19:45:40.365 INFO O| Aug 18 19:45:40.365 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4994 | 2025-08-18T19:45:41.108Z | [ recovery-image] Aug 18 19:45:40.379 INFO O| Aug 18 19:45:40.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest" |
| 4995 | 2025-08-18T19:45:41.108Z | [ recovery-image] Aug 18 19:45:40.379 INFO O| Aug 18 19:45:40.379 INFO STEP 59 (remove_files) COMPLETE |
| 4996 | 2025-08-18T19:45:41.108Z | [ recovery-image] Aug 18 19:45:40.379 INFO O| Aug 18 19:45:40.379 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4997 | 2025-08-18T19:45:41.123Z | [ recovery-image] Aug 18 19:45:40.392 INFO O| Aug 18 19:45:40.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv" |
| 4998 | 2025-08-18T19:45:41.123Z | [ recovery-image] Aug 18 19:45:40.392 INFO O| Aug 18 19:45:40.392 INFO STEP 60 (remove_files) COMPLETE |
| 4999 | 2025-08-18T19:45:41.123Z | [ recovery-image] Aug 18 19:45:40.392 INFO O| Aug 18 19:45:40.392 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5000 | 2025-08-18T19:45:41.135Z | [ recovery-image] Aug 18 19:45:40.406 INFO O| Aug 18 19:45:40.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles" |
| 5001 | 2025-08-18T19:45:41.135Z | [ recovery-image] Aug 18 19:45:40.406 INFO O| Aug 18 19:45:40.406 INFO STEP 61 (remove_files) COMPLETE |
| 5002 | 2025-08-18T19:45:41.139Z | [ recovery-image] Aug 18 19:45:40.406 INFO O| Aug 18 19:45:40.406 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5003 | 2025-08-18T19:45:41.150Z | [ recovery-image] Aug 18 19:45:40.420 INFO O| Aug 18 19:45:40.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags" |
| 5004 | 2025-08-18T19:45:41.150Z | [ recovery-image] Aug 18 19:45:40.420 INFO O| Aug 18 19:45:40.420 INFO STEP 62 (remove_files) COMPLETE |
| 5005 | 2025-08-18T19:45:41.154Z | [ recovery-image] Aug 18 19:45:40.420 INFO O| Aug 18 19:45:40.420 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5006 | 2025-08-18T19:45:41.166Z | [ recovery-image] Aug 18 19:45:40.436 INFO O| Aug 18 19:45:40.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd" |
| 5007 | 2025-08-18T19:45:41.166Z | [ recovery-image] Aug 18 19:45:40.436 INFO O| Aug 18 19:45:40.436 INFO STEP 63 (remove_files) COMPLETE |
| 5008 | 2025-08-18T19:45:41.169Z | [ recovery-image] Aug 18 19:45:40.436 INFO O| Aug 18 19:45:40.436 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5009 | 2025-08-18T19:45:41.181Z | [ recovery-image] Aug 18 19:45:40.452 INFO O| Aug 18 19:45:40.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp" |
| 5010 | 2025-08-18T19:45:41.181Z | [ recovery-image] Aug 18 19:45:40.452 INFO O| Aug 18 19:45:40.452 INFO STEP 64 (remove_files) COMPLETE |
| 5011 | 2025-08-18T19:45:41.185Z | [ recovery-image] Aug 18 19:45:40.452 INFO O| Aug 18 19:45:40.452 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5012 | 2025-08-18T19:45:41.197Z | [ recovery-image] Aug 18 19:45:40.468 INFO O| Aug 18 19:45:40.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit" |
| 5013 | 2025-08-18T19:45:41.197Z | [ recovery-image] Aug 18 19:45:40.468 INFO O| Aug 18 19:45:40.468 INFO STEP 65 (remove_files) COMPLETE |
| 5014 | 2025-08-18T19:45:41.201Z | [ recovery-image] Aug 18 19:45:40.468 INFO O| Aug 18 19:45:40.468 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5015 | 2025-08-18T19:45:41.214Z | [ recovery-image] Aug 18 19:45:40.485 INFO O| Aug 18 19:45:40.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise" |
| 5016 | 2025-08-18T19:45:41.214Z | [ recovery-image] Aug 18 19:45:40.485 INFO O| Aug 18 19:45:40.485 INFO STEP 66 (remove_files) COMPLETE |
| 5017 | 2025-08-18T19:45:41.218Z | [ recovery-image] Aug 18 19:45:40.485 INFO O| Aug 18 19:45:40.485 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5018 | 2025-08-18T19:45:41.229Z | [ recovery-image] Aug 18 19:45:40.499 INFO O| Aug 18 19:45:40.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap" |
| 5019 | 2025-08-18T19:45:41.229Z | [ recovery-image] Aug 18 19:45:40.499 INFO O| Aug 18 19:45:40.499 INFO STEP 67 (remove_files) COMPLETE |
| 5020 | 2025-08-18T19:45:41.234Z | [ recovery-image] Aug 18 19:45:40.499 INFO O| Aug 18 19:45:40.499 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5021 | 2025-08-18T19:45:41.242Z | [ recovery-image] Aug 18 19:45:40.513 INFO O| Aug 18 19:45:40.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz" |
| 5022 | 2025-08-18T19:45:41.243Z | [ recovery-image] Aug 18 19:45:40.513 INFO O| Aug 18 19:45:40.513 INFO STEP 68 (remove_files) COMPLETE |
| 5023 | 2025-08-18T19:45:41.246Z | [ recovery-image] Aug 18 19:45:40.513 INFO O| Aug 18 19:45:40.513 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5024 | 2025-08-18T19:45:41.255Z | [ recovery-image] Aug 18 19:45:40.525 INFO O| Aug 18 19:45:40.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv" |
| 5025 | 2025-08-18T19:45:41.255Z | [ recovery-image] Aug 18 19:45:40.525 INFO O| Aug 18 19:45:40.525 INFO STEP 69 (remove_files) COMPLETE |
| 5026 | 2025-08-18T19:45:41.258Z | [ recovery-image] Aug 18 19:45:40.525 INFO O| Aug 18 19:45:40.525 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5027 | 2025-08-18T19:45:41.268Z | [ recovery-image] Aug 18 19:45:40.538 INFO O| Aug 18 19:45:40.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl" |
| 5028 | 2025-08-18T19:45:41.268Z | [ recovery-image] Aug 18 19:45:40.538 INFO O| Aug 18 19:45:40.538 INFO STEP 70 (remove_files) COMPLETE |
| 5029 | 2025-08-18T19:45:41.271Z | [ recovery-image] Aug 18 19:45:40.538 INFO O| Aug 18 19:45:40.538 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5030 | 2025-08-18T19:45:41.281Z | [ recovery-image] Aug 18 19:45:40.551 INFO O| Aug 18 19:45:40.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap" |
| 5031 | 2025-08-18T19:45:41.281Z | [ recovery-image] Aug 18 19:45:40.552 INFO O| Aug 18 19:45:40.552 INFO STEP 71 (remove_files) COMPLETE |
| 5032 | 2025-08-18T19:45:41.284Z | [ recovery-image] Aug 18 19:45:40.552 INFO O| Aug 18 19:45:40.552 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5033 | 2025-08-18T19:45:41.294Z | [ recovery-image] Aug 18 19:45:40.564 INFO O| Aug 18 19:45:40.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat" |
| 5034 | 2025-08-18T19:45:41.294Z | [ recovery-image] Aug 18 19:45:40.564 INFO O| Aug 18 19:45:40.564 INFO STEP 72 (remove_files) COMPLETE |
| 5035 | 2025-08-18T19:45:41.297Z | [ recovery-image] Aug 18 19:45:40.564 INFO O| Aug 18 19:45:40.564 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5036 | 2025-08-18T19:45:41.307Z | [ recovery-image] Aug 18 19:45:40.578 INFO O| Aug 18 19:45:40.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun" |
| 5037 | 2025-08-18T19:45:41.307Z | [ recovery-image] Aug 18 19:45:40.578 INFO O| Aug 18 19:45:40.578 INFO STEP 73 (remove_files) COMPLETE |
| 5038 | 2025-08-18T19:45:41.307Z | [ recovery-image] Aug 18 19:45:40.578 INFO O| Aug 18 19:45:40.578 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5039 | 2025-08-18T19:45:41.321Z | [ recovery-image] Aug 18 19:45:40.591 INFO O| Aug 18 19:45:40.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags" |
| 5040 | 2025-08-18T19:45:41.321Z | [ recovery-image] Aug 18 19:45:40.591 INFO O| Aug 18 19:45:40.591 INFO STEP 74 (remove_files) COMPLETE |
| 5041 | 2025-08-18T19:45:41.321Z | [ recovery-image] Aug 18 19:45:40.591 INFO O| Aug 18 19:45:40.591 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5042 | 2025-08-18T19:45:41.334Z | [ recovery-image] Aug 18 19:45:40.605 INFO O| Aug 18 19:45:40.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig" |
| 5043 | 2025-08-18T19:45:41.335Z | [ recovery-image] Aug 18 19:45:40.605 INFO O| Aug 18 19:45:40.605 INFO STEP 75 (remove_files) COMPLETE |
| 5044 | 2025-08-18T19:45:41.335Z | [ recovery-image] Aug 18 19:45:40.605 INFO O| Aug 18 19:45:40.605 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5045 | 2025-08-18T19:45:41.348Z | [ recovery-image] Aug 18 19:45:40.618 INFO O| Aug 18 19:45:40.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack" |
| 5046 | 2025-08-18T19:45:41.348Z | [ recovery-image] Aug 18 19:45:40.618 INFO O| Aug 18 19:45:40.618 INFO STEP 76 (remove_files) COMPLETE |
| 5047 | 2025-08-18T19:45:41.348Z | [ recovery-image] Aug 18 19:45:40.618 INFO O| Aug 18 19:45:40.618 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5048 | 2025-08-18T19:45:41.361Z | [ recovery-image] Aug 18 19:45:40.632 INFO O| Aug 18 19:45:40.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop" |
| 5049 | 2025-08-18T19:45:41.361Z | [ recovery-image] Aug 18 19:45:40.632 INFO O| Aug 18 19:45:40.632 INFO STEP 77 (remove_files) COMPLETE |
| 5050 | 2025-08-18T19:45:41.364Z | [ recovery-image] Aug 18 19:45:40.632 INFO O| Aug 18 19:45:40.632 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5051 | 2025-08-18T19:45:41.374Z | [ recovery-image] Aug 18 19:45:40.645 INFO O| Aug 18 19:45:40.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime" |
| 5052 | 2025-08-18T19:45:41.374Z | [ recovery-image] Aug 18 19:45:40.645 INFO O| Aug 18 19:45:40.645 INFO STEP 78 (remove_files) COMPLETE |
| 5053 | 2025-08-18T19:45:41.378Z | [ recovery-image] Aug 18 19:45:40.645 INFO O| Aug 18 19:45:40.645 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5054 | 2025-08-18T19:45:41.387Z | [ recovery-image] Aug 18 19:45:40.658 INFO O| Aug 18 19:45:40.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree" |
| 5055 | 2025-08-18T19:45:41.387Z | [ recovery-image] Aug 18 19:45:40.658 INFO O| Aug 18 19:45:40.658 INFO STEP 79 (remove_files) COMPLETE |
| 5056 | 2025-08-18T19:45:41.390Z | [ recovery-image] Aug 18 19:45:40.658 INFO O| Aug 18 19:45:40.658 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5057 | 2025-08-18T19:45:41.400Z | [ recovery-image] Aug 18 19:45:40.670 INFO O| Aug 18 19:45:40.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait" |
| 5058 | 2025-08-18T19:45:41.400Z | [ recovery-image] Aug 18 19:45:40.671 INFO O| Aug 18 19:45:40.670 INFO STEP 80 (remove_files) COMPLETE |
| 5059 | 2025-08-18T19:45:41.403Z | [ recovery-image] Aug 18 19:45:40.671 INFO O| Aug 18 19:45:40.671 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5060 | 2025-08-18T19:45:41.413Z | [ recovery-image] Aug 18 19:45:40.683 INFO O| Aug 18 19:45:40.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx" |
| 5061 | 2025-08-18T19:45:41.413Z | [ recovery-image] Aug 18 19:45:40.683 INFO O| Aug 18 19:45:40.683 INFO STEP 81 (remove_files) COMPLETE |
| 5062 | 2025-08-18T19:45:41.413Z | [ recovery-image] Aug 18 19:45:40.683 INFO O| Aug 18 19:45:40.683 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5063 | 2025-08-18T19:45:41.425Z | [ recovery-image] Aug 18 19:45:40.696 INFO O| Aug 18 19:45:40.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh" |
| 5064 | 2025-08-18T19:45:41.425Z | [ recovery-image] Aug 18 19:45:40.696 INFO O| Aug 18 19:45:40.696 INFO STEP 82 (remove_files) COMPLETE |
| 5065 | 2025-08-18T19:45:41.425Z | [ recovery-image] Aug 18 19:45:40.696 INFO O| Aug 18 19:45:40.696 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5066 | 2025-08-18T19:45:41.437Z | [ recovery-image] Aug 18 19:45:40.708 INFO O| Aug 18 19:45:40.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93" |
| 5067 | 2025-08-18T19:45:41.437Z | [ recovery-image] Aug 18 19:45:40.708 INFO O| Aug 18 19:45:40.708 INFO STEP 83 (remove_files) COMPLETE |
| 5068 | 2025-08-18T19:45:41.441Z | [ recovery-image] Aug 18 19:45:40.708 INFO O| Aug 18 19:45:40.708 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5069 | 2025-08-18T19:45:41.449Z | [ recovery-image] Aug 18 19:45:40.720 INFO O| Aug 18 19:45:40.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3" |
| 5070 | 2025-08-18T19:45:41.449Z | [ recovery-image] Aug 18 19:45:40.720 INFO O| Aug 18 19:45:40.720 INFO STEP 84 (remove_files) COMPLETE |
| 5071 | 2025-08-18T19:45:41.449Z | [ recovery-image] Aug 18 19:45:40.720 INFO O| Aug 18 19:45:40.720 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5072 | 2025-08-18T19:45:41.462Z | [ recovery-image] Aug 18 19:45:40.732 INFO O| Aug 18 19:45:40.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings" |
| 5073 | 2025-08-18T19:45:41.462Z | [ recovery-image] Aug 18 19:45:40.733 INFO O| Aug 18 19:45:40.733 INFO STEP 85 (remove_files) COMPLETE |
| 5074 | 2025-08-18T19:45:41.465Z | [ recovery-image] Aug 18 19:45:40.733 INFO O| Aug 18 19:45:40.733 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5075 | 2025-08-18T19:45:41.475Z | [ recovery-image] Aug 18 19:45:40.745 INFO O| Aug 18 19:45:40.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config" |
| 5076 | 2025-08-18T19:45:41.475Z | [ recovery-image] Aug 18 19:45:40.745 INFO O| Aug 18 19:45:40.745 INFO STEP 86 (remove_files) COMPLETE |
| 5077 | 2025-08-18T19:45:41.480Z | [ recovery-image] Aug 18 19:45:40.745 INFO O| Aug 18 19:45:40.745 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5078 | 2025-08-18T19:45:41.487Z | [ recovery-image] Aug 18 19:45:40.758 INFO O| Aug 18 19:45:40.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog" |
| 5079 | 2025-08-18T19:45:41.490Z | [ recovery-image] Aug 18 19:45:40.759 INFO O| Aug 18 19:45:40.759 INFO STEP 87 (remove_files) COMPLETE |
| 5080 | 2025-08-18T19:45:41.490Z | [ recovery-image] Aug 18 19:45:40.759 INFO O| Aug 18 19:45:40.759 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5081 | 2025-08-18T19:45:41.501Z | [ recovery-image] Aug 18 19:45:40.771 INFO O| Aug 18 19:45:40.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint" |
| 5082 | 2025-08-18T19:45:41.501Z | [ recovery-image] Aug 18 19:45:40.771 INFO O| Aug 18 19:45:40.771 INFO STEP 88 (remove_files) COMPLETE |
| 5083 | 2025-08-18T19:45:41.504Z | [ recovery-image] Aug 18 19:45:40.771 INFO O| Aug 18 19:45:40.771 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5084 | 2025-08-18T19:45:41.516Z | [ recovery-image] Aug 18 19:45:40.786 INFO O| Aug 18 19:45:40.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt" |
| 5085 | 2025-08-18T19:45:41.516Z | [ recovery-image] Aug 18 19:45:40.786 INFO O| Aug 18 19:45:40.786 INFO STEP 89 (remove_files) COMPLETE |
| 5086 | 2025-08-18T19:45:41.516Z | [ recovery-image] Aug 18 19:45:40.786 INFO O| Aug 18 19:45:40.786 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5087 | 2025-08-18T19:45:41.528Z | [ recovery-image] Aug 18 19:45:40.799 INFO O| Aug 18 19:45:40.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch" |
| 5088 | 2025-08-18T19:45:41.528Z | [ recovery-image] Aug 18 19:45:40.799 INFO O| Aug 18 19:45:40.799 INFO STEP 90 (remove_files) COMPLETE |
| 5089 | 2025-08-18T19:45:41.528Z | [ recovery-image] Aug 18 19:45:40.799 INFO O| Aug 18 19:45:40.799 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5090 | 2025-08-18T19:45:41.542Z | [ recovery-image] Aug 18 19:45:40.813 INFO O| Aug 18 19:45:40.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa" |
| 5091 | 2025-08-18T19:45:41.545Z | [ recovery-image] Aug 18 19:45:40.814 INFO O| Aug 18 19:45:40.814 INFO STEP 91 (remove_files) COMPLETE |
| 5092 | 2025-08-18T19:45:41.545Z | [ recovery-image] Aug 18 19:45:40.814 INFO O| Aug 18 19:45:40.814 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5093 | 2025-08-18T19:45:41.558Z | [ recovery-image] Aug 18 19:45:40.828 INFO O| Aug 18 19:45:40.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at" |
| 5094 | 2025-08-18T19:45:41.558Z | [ recovery-image] Aug 18 19:45:40.828 INFO O| Aug 18 19:45:40.828 INFO STEP 92 (remove_files) COMPLETE |
| 5095 | 2025-08-18T19:45:41.561Z | [ recovery-image] Aug 18 19:45:40.828 INFO O| Aug 18 19:45:40.828 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5096 | 2025-08-18T19:45:41.573Z | [ recovery-image] Aug 18 19:45:40.844 INFO O| Aug 18 19:45:40.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq" |
| 5097 | 2025-08-18T19:45:41.573Z | [ recovery-image] Aug 18 19:45:40.844 INFO O| Aug 18 19:45:40.844 INFO STEP 93 (remove_files) COMPLETE |
| 5098 | 2025-08-18T19:45:41.576Z | [ recovery-image] Aug 18 19:45:40.844 INFO O| Aug 18 19:45:40.844 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5099 | 2025-08-18T19:45:41.588Z | [ recovery-image] Aug 18 19:45:40.859 INFO O| Aug 18 19:45:40.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm" |
| 5100 | 2025-08-18T19:45:41.588Z | [ recovery-image] Aug 18 19:45:40.859 INFO O| Aug 18 19:45:40.859 INFO STEP 94 (remove_files) COMPLETE |
| 5101 | 2025-08-18T19:45:41.588Z | [ recovery-image] Aug 18 19:45:40.859 INFO O| Aug 18 19:45:40.859 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5102 | 2025-08-18T19:45:41.601Z | [ recovery-image] Aug 18 19:45:40.872 INFO O| Aug 18 19:45:40.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths" |
| 5103 | 2025-08-18T19:45:41.601Z | [ recovery-image] Aug 18 19:45:40.872 INFO O| Aug 18 19:45:40.872 INFO STEP 95 (remove_files) COMPLETE |
| 5104 | 2025-08-18T19:45:41.605Z | [ recovery-image] Aug 18 19:45:40.872 INFO O| Aug 18 19:45:40.872 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5105 | 2025-08-18T19:45:41.615Z | [ recovery-image] Aug 18 19:45:40.886 INFO O| Aug 18 19:45:40.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner" |
| 5106 | 2025-08-18T19:45:41.615Z | [ recovery-image] Aug 18 19:45:40.886 INFO O| Aug 18 19:45:40.886 INFO STEP 96 (remove_files) COMPLETE |
| 5107 | 2025-08-18T19:45:41.620Z | [ recovery-image] Aug 18 19:45:40.886 INFO O| Aug 18 19:45:40.886 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5108 | 2025-08-18T19:45:41.629Z | [ recovery-image] Aug 18 19:45:40.899 INFO O| Aug 18 19:45:40.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug" |
| 5109 | 2025-08-18T19:45:41.633Z | [ recovery-image] Aug 18 19:45:40.900 INFO O| Aug 18 19:45:40.900 INFO STEP 97 (remove_files) COMPLETE |
| 5110 | 2025-08-18T19:45:41.633Z | [ recovery-image] Aug 18 19:45:40.900 INFO O| Aug 18 19:45:40.900 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5111 | 2025-08-18T19:45:41.643Z | [ recovery-image] Aug 18 19:45:40.914 INFO O| Aug 18 19:45:40.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch" |
| 5112 | 2025-08-18T19:45:41.643Z | [ recovery-image] Aug 18 19:45:40.914 INFO O| Aug 18 19:45:40.914 INFO STEP 98 (remove_files) COMPLETE |
| 5113 | 2025-08-18T19:45:41.646Z | [ recovery-image] Aug 18 19:45:40.914 INFO O| Aug 18 19:45:40.914 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5114 | 2025-08-18T19:45:41.656Z | [ recovery-image] Aug 18 19:45:40.927 INFO O| Aug 18 19:45:40.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc" |
| 5115 | 2025-08-18T19:45:41.656Z | [ recovery-image] Aug 18 19:45:40.927 INFO O| Aug 18 19:45:40.927 INFO STEP 99 (remove_files) COMPLETE |
| 5116 | 2025-08-18T19:45:41.659Z | [ recovery-image] Aug 18 19:45:40.927 INFO O| Aug 18 19:45:40.927 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5117 | 2025-08-18T19:45:41.669Z | [ recovery-image] Aug 18 19:45:40.940 INFO O| Aug 18 19:45:40.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff" |
| 5118 | 2025-08-18T19:45:41.669Z | [ recovery-image] Aug 18 19:45:40.940 INFO O| Aug 18 19:45:40.940 INFO STEP 100 (remove_files) COMPLETE |
| 5119 | 2025-08-18T19:45:41.669Z | [ recovery-image] Aug 18 19:45:40.940 INFO O| Aug 18 19:45:40.940 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5120 | 2025-08-18T19:45:41.681Z | [ recovery-image] Aug 18 19:45:40.952 INFO O| Aug 18 19:45:40.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg" |
| 5121 | 2025-08-18T19:45:41.682Z | [ recovery-image] Aug 18 19:45:40.952 INFO O| Aug 18 19:45:40.952 INFO STEP 101 (remove_files) COMPLETE |
| 5122 | 2025-08-18T19:45:41.682Z | [ recovery-image] Aug 18 19:45:40.952 INFO O| Aug 18 19:45:40.952 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5123 | 2025-08-18T19:45:41.694Z | [ recovery-image] Aug 18 19:45:40.965 INFO O| Aug 18 19:45:40.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli" |
| 5124 | 2025-08-18T19:45:41.694Z | [ recovery-image] Aug 18 19:45:40.965 INFO O| Aug 18 19:45:40.965 INFO STEP 102 (remove_files) COMPLETE |
| 5125 | 2025-08-18T19:45:41.697Z | [ recovery-image] Aug 18 19:45:40.965 INFO O| Aug 18 19:45:40.965 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5126 | 2025-08-18T19:45:41.707Z | [ recovery-image] Aug 18 19:45:40.978 INFO O| Aug 18 19:45:40.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2" |
| 5127 | 2025-08-18T19:45:41.707Z | [ recovery-image] Aug 18 19:45:40.978 INFO O| Aug 18 19:45:40.978 INFO STEP 103 (remove_files) COMPLETE |
| 5128 | 2025-08-18T19:45:41.710Z | [ recovery-image] Aug 18 19:45:40.978 INFO O| Aug 18 19:45:40.978 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5129 | 2025-08-18T19:45:41.719Z | [ recovery-image] Aug 18 19:45:40.990 INFO O| Aug 18 19:45:40.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat" |
| 5130 | 2025-08-18T19:45:41.719Z | [ recovery-image] Aug 18 19:45:40.990 INFO O| Aug 18 19:45:40.990 INFO STEP 104 (remove_files) COMPLETE |
| 5131 | 2025-08-18T19:45:41.719Z | [ recovery-image] Aug 18 19:45:40.990 INFO O| Aug 18 19:45:40.990 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5132 | 2025-08-18T19:45:41.732Z | [ recovery-image] Aug 18 19:45:41.003 INFO O| Aug 18 19:45:41.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat" |
| 5133 | 2025-08-18T19:45:41.732Z | [ recovery-image] Aug 18 19:45:41.003 INFO O| Aug 18 19:45:41.003 INFO STEP 105 (remove_files) COMPLETE |
| 5134 | 2025-08-18T19:45:41.735Z | [ recovery-image] Aug 18 19:45:41.003 INFO O| Aug 18 19:45:41.003 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5135 | 2025-08-18T19:45:41.745Z | [ recovery-image] Aug 18 19:45:41.016 INFO O| Aug 18 19:45:41.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff" |
| 5136 | 2025-08-18T19:45:41.745Z | [ recovery-image] Aug 18 19:45:41.016 INFO O| Aug 18 19:45:41.016 INFO STEP 106 (remove_files) COMPLETE |
| 5137 | 2025-08-18T19:45:41.745Z | [ recovery-image] Aug 18 19:45:41.016 INFO O| Aug 18 19:45:41.016 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5138 | 2025-08-18T19:45:41.759Z | [ recovery-image] Aug 18 19:45:41.030 INFO O| Aug 18 19:45:41.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep" |
| 5139 | 2025-08-18T19:45:41.759Z | [ recovery-image] Aug 18 19:45:41.030 INFO O| Aug 18 19:45:41.030 INFO STEP 107 (remove_files) COMPLETE |
| 5140 | 2025-08-18T19:45:41.759Z | [ recovery-image] Aug 18 19:45:41.030 INFO O| Aug 18 19:45:41.030 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5141 | 2025-08-18T19:45:41.774Z | [ recovery-image] Aug 18 19:45:41.045 INFO O| Aug 18 19:45:41.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2" |
| 5142 | 2025-08-18T19:45:41.774Z | [ recovery-image] Aug 18 19:45:41.045 INFO O| Aug 18 19:45:41.045 INFO STEP 108 (remove_files) COMPLETE |
| 5143 | 2025-08-18T19:45:41.777Z | [ recovery-image] Aug 18 19:45:41.045 INFO O| Aug 18 19:45:41.045 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5144 | 2025-08-18T19:45:41.788Z | [ recovery-image] Aug 18 19:45:41.059 INFO O| Aug 18 19:45:41.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover" |
| 5145 | 2025-08-18T19:45:41.788Z | [ recovery-image] Aug 18 19:45:41.059 INFO O| Aug 18 19:45:41.059 INFO STEP 109 (remove_files) COMPLETE |
| 5146 | 2025-08-18T19:45:41.791Z | [ recovery-image] Aug 18 19:45:41.059 INFO O| Aug 18 19:45:41.059 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5147 | 2025-08-18T19:45:41.802Z | [ recovery-image] Aug 18 19:45:41.073 INFO O| Aug 18 19:45:41.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore" |
| 5148 | 2025-08-18T19:45:41.802Z | [ recovery-image] Aug 18 19:45:41.073 INFO O| Aug 18 19:45:41.073 INFO STEP 110 (remove_files) COMPLETE |
| 5149 | 2025-08-18T19:45:41.805Z | [ recovery-image] Aug 18 19:45:41.073 INFO O| Aug 18 19:45:41.073 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5150 | 2025-08-18T19:45:41.815Z | [ recovery-image] Aug 18 19:45:41.086 INFO O| Aug 18 19:45:41.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal" |
| 5151 | 2025-08-18T19:45:41.815Z | [ recovery-image] Aug 18 19:45:41.086 INFO O| Aug 18 19:45:41.086 INFO STEP 111 (remove_files) COMPLETE |
| 5152 | 2025-08-18T19:45:41.815Z | [ recovery-image] Aug 18 19:45:41.086 INFO O| Aug 18 19:45:41.086 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5153 | 2025-08-18T19:45:41.828Z | [ recovery-image] Aug 18 19:45:41.099 INFO O| Aug 18 19:45:41.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo" |
| 5154 | 2025-08-18T19:45:41.828Z | [ recovery-image] Aug 18 19:45:41.099 INFO O| Aug 18 19:45:41.099 INFO STEP 112 (remove_files) COMPLETE |
| 5155 | 2025-08-18T19:45:41.831Z | [ recovery-image] Aug 18 19:45:41.099 INFO O| Aug 18 19:45:41.099 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5156 | 2025-08-18T19:45:41.840Z | [ recovery-image] Aug 18 19:45:41.111 INFO O| Aug 18 19:45:41.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd" |
| 5157 | 2025-08-18T19:45:41.840Z | [ recovery-image] Aug 18 19:45:41.111 INFO O| Aug 18 19:45:41.111 INFO STEP 113 (remove_files) COMPLETE |
| 5158 | 2025-08-18T19:45:41.840Z | [ recovery-image] Aug 18 19:45:41.111 INFO O| Aug 18 19:45:41.111 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5159 | 2025-08-18T19:45:41.854Z | [ recovery-image] Aug 18 19:45:41.125 INFO O| Aug 18 19:45:41.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil" |
| 5160 | 2025-08-18T19:45:41.854Z | [ recovery-image] Aug 18 19:45:41.125 INFO O| Aug 18 19:45:41.125 INFO STEP 114 (remove_files) COMPLETE |
| 5161 | 2025-08-18T19:45:41.854Z | [ recovery-image] Aug 18 19:45:41.125 INFO O| Aug 18 19:45:41.125 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5162 | 2025-08-18T19:45:41.867Z | [ recovery-image] Aug 18 19:45:41.138 INFO O| Aug 18 19:45:41.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth" |
| 5163 | 2025-08-18T19:45:41.867Z | [ recovery-image] Aug 18 19:45:41.138 INFO O| Aug 18 19:45:41.138 INFO STEP 115 (remove_files) COMPLETE |
| 5164 | 2025-08-18T19:45:41.867Z | [ recovery-image] Aug 18 19:45:41.138 INFO O| Aug 18 19:45:41.138 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5165 | 2025-08-18T19:45:41.880Z | [ recovery-image] Aug 18 19:45:41.152 INFO O| Aug 18 19:45:41.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp" |
| 5166 | 2025-08-18T19:45:41.880Z | [ recovery-image] Aug 18 19:45:41.152 INFO O| Aug 18 19:45:41.152 INFO STEP 116 (remove_files) COMPLETE |
| 5167 | 2025-08-18T19:45:41.880Z | [ recovery-image] Aug 18 19:45:41.152 INFO O| Aug 18 19:45:41.152 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5168 | 2025-08-18T19:45:41.893Z | [ recovery-image] Aug 18 19:45:41.165 INFO O| Aug 18 19:45:41.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc" |
| 5169 | 2025-08-18T19:45:41.893Z | [ recovery-image] Aug 18 19:45:41.165 INFO O| Aug 18 19:45:41.165 INFO STEP 117 (remove_files) COMPLETE |
| 5170 | 2025-08-18T19:45:41.897Z | [ recovery-image] Aug 18 19:45:41.165 INFO O| Aug 18 19:45:41.165 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5171 | 2025-08-18T19:45:41.906Z | [ recovery-image] Aug 18 19:45:41.177 INFO O| Aug 18 19:45:41.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate" |
| 5172 | 2025-08-18T19:45:41.906Z | [ recovery-image] Aug 18 19:45:41.177 INFO O| Aug 18 19:45:41.177 INFO STEP 118 (remove_files) COMPLETE |
| 5173 | 2025-08-18T19:45:41.906Z | [ recovery-image] Aug 18 19:45:41.177 INFO O| Aug 18 19:45:41.177 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5174 | 2025-08-18T19:45:41.919Z | [ recovery-image] Aug 18 19:45:41.190 INFO O| Aug 18 19:45:41.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid" |
| 5175 | 2025-08-18T19:45:41.919Z | [ recovery-image] Aug 18 19:45:41.190 INFO O| Aug 18 19:45:41.190 INFO STEP 119 (remove_files) COMPLETE |
| 5176 | 2025-08-18T19:45:41.919Z | [ recovery-image] Aug 18 19:45:41.190 INFO O| Aug 18 19:45:41.190 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5177 | 2025-08-18T19:45:41.931Z | [ recovery-image] Aug 18 19:45:41.202 INFO O| Aug 18 19:45:41.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint" |
| 5178 | 2025-08-18T19:45:41.931Z | [ recovery-image] Aug 18 19:45:41.202 INFO O| Aug 18 19:45:41.202 INFO STEP 120 (remove_files) COMPLETE |
| 5179 | 2025-08-18T19:45:41.934Z | [ recovery-image] Aug 18 19:45:41.202 INFO O| Aug 18 19:45:41.202 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5180 | 2025-08-18T19:45:41.944Z | [ recovery-image] Aug 18 19:45:41.215 INFO O| Aug 18 19:45:41.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem" |
| 5181 | 2025-08-18T19:45:41.944Z | [ recovery-image] Aug 18 19:45:41.215 INFO O| Aug 18 19:45:41.215 INFO STEP 121 (remove_files) COMPLETE |
| 5182 | 2025-08-18T19:45:41.947Z | [ recovery-image] Aug 18 19:45:41.215 INFO O| Aug 18 19:45:41.215 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5183 | 2025-08-18T19:45:41.956Z | [ recovery-image] Aug 18 19:45:41.227 INFO O| Aug 18 19:45:41.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd" |
| 5184 | 2025-08-18T19:45:41.956Z | [ recovery-image] Aug 18 19:45:41.228 INFO O| Aug 18 19:45:41.228 INFO STEP 122 (remove_files) COMPLETE |
| 5185 | 2025-08-18T19:45:41.957Z | [ recovery-image] Aug 18 19:45:41.228 INFO O| Aug 18 19:45:41.228 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5186 | 2025-08-18T19:45:41.970Z | [ recovery-image] Aug 18 19:45:41.242 INFO O| Aug 18 19:45:41.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath" |
| 5187 | 2025-08-18T19:45:41.970Z | [ recovery-image] Aug 18 19:45:41.242 INFO O| Aug 18 19:45:41.242 INFO STEP 123 (remove_files) COMPLETE |
| 5188 | 2025-08-18T19:45:41.971Z | [ recovery-image] Aug 18 19:45:41.242 INFO O| Aug 18 19:45:41.242 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5189 | 2025-08-18T19:45:41.983Z | [ recovery-image] Aug 18 19:45:41.254 INFO O| Aug 18 19:45:41.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange" |
| 5190 | 2025-08-18T19:45:41.983Z | [ recovery-image] Aug 18 19:45:41.254 INFO O| Aug 18 19:45:41.254 INFO STEP 124 (remove_files) COMPLETE |
| 5191 | 2025-08-18T19:45:41.986Z | [ recovery-image] Aug 18 19:45:41.254 INFO O| Aug 18 19:45:41.254 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5192 | 2025-08-18T19:45:41.995Z | [ recovery-image] Aug 18 19:45:41.266 INFO O| Aug 18 19:45:41.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr" |
| 5193 | 2025-08-18T19:45:41.995Z | [ recovery-image] Aug 18 19:45:41.266 INFO O| Aug 18 19:45:41.266 INFO STEP 125 (remove_files) COMPLETE |
| 5194 | 2025-08-18T19:45:41.999Z | [ recovery-image] Aug 18 19:45:41.266 INFO O| Aug 18 19:45:41.266 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5195 | 2025-08-18T19:45:42.008Z | [ recovery-image] Aug 18 19:45:41.279 INFO O| Aug 18 19:45:41.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum" |
| 5196 | 2025-08-18T19:45:42.008Z | [ recovery-image] Aug 18 19:45:41.279 INFO O| Aug 18 19:45:41.279 INFO STEP 126 (remove_files) COMPLETE |
| 5197 | 2025-08-18T19:45:42.011Z | [ recovery-image] Aug 18 19:45:41.279 INFO O| Aug 18 19:45:41.279 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5198 | 2025-08-18T19:45:42.020Z | [ recovery-image] Aug 18 19:45:41.291 INFO O| Aug 18 19:45:41.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime" |
| 5199 | 2025-08-18T19:45:42.020Z | [ recovery-image] Aug 18 19:45:41.291 INFO O| Aug 18 19:45:41.291 INFO STEP 127 (remove_files) COMPLETE |
| 5200 | 2025-08-18T19:45:42.020Z | [ recovery-image] Aug 18 19:45:41.291 INFO O| Aug 18 19:45:41.291 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5201 | 2025-08-18T19:45:42.032Z | [ recovery-image] Aug 18 19:45:41.303 INFO O| Aug 18 19:45:41.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid" |
| 5202 | 2025-08-18T19:45:42.035Z | [ recovery-image] Aug 18 19:45:41.304 INFO O| Aug 18 19:45:41.304 INFO STEP 128 (remove_files) COMPLETE |
| 5203 | 2025-08-18T19:45:42.035Z | [ recovery-image] Aug 18 19:45:41.304 INFO O| Aug 18 19:45:41.304 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5204 | 2025-08-18T19:45:42.045Z | [ recovery-image] Aug 18 19:45:41.316 INFO O| Aug 18 19:45:41.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn" |
| 5205 | 2025-08-18T19:45:42.045Z | [ recovery-image] Aug 18 19:45:41.316 INFO O| Aug 18 19:45:41.316 INFO STEP 129 (remove_files) COMPLETE |
| 5206 | 2025-08-18T19:45:42.048Z | [ recovery-image] Aug 18 19:45:41.316 INFO O| Aug 18 19:45:41.316 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5207 | 2025-08-18T19:45:42.057Z | [ recovery-image] Aug 18 19:45:41.329 INFO O| Aug 18 19:45:41.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear" |
| 5208 | 2025-08-18T19:45:42.057Z | [ recovery-image] Aug 18 19:45:41.329 INFO O| Aug 18 19:45:41.329 INFO STEP 130 (remove_files) COMPLETE |
| 5209 | 2025-08-18T19:45:42.061Z | [ recovery-image] Aug 18 19:45:41.329 INFO O| Aug 18 19:45:41.329 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5210 | 2025-08-18T19:45:42.069Z | [ recovery-image] Aug 18 19:45:41.341 INFO O| Aug 18 19:45:41.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp" |
| 5211 | 2025-08-18T19:45:42.069Z | [ recovery-image] Aug 18 19:45:41.341 INFO O| Aug 18 19:45:41.341 INFO STEP 131 (remove_files) COMPLETE |
| 5212 | 2025-08-18T19:45:42.073Z | [ recovery-image] Aug 18 19:45:41.341 INFO O| Aug 18 19:45:41.341 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5213 | 2025-08-18T19:45:42.082Z | [ recovery-image] Aug 18 19:45:41.353 INFO O| Aug 18 19:45:41.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col" |
| 5214 | 2025-08-18T19:45:42.082Z | [ recovery-image] Aug 18 19:45:41.353 INFO O| Aug 18 19:45:41.353 INFO STEP 132 (remove_files) COMPLETE |
| 5215 | 2025-08-18T19:45:42.085Z | [ recovery-image] Aug 18 19:45:41.353 INFO O| Aug 18 19:45:41.353 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5216 | 2025-08-18T19:45:42.094Z | [ recovery-image] Aug 18 19:45:41.365 INFO O| Aug 18 19:45:41.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm" |
| 5217 | 2025-08-18T19:45:42.094Z | [ recovery-image] Aug 18 19:45:41.365 INFO O| Aug 18 19:45:41.365 INFO STEP 133 (remove_files) COMPLETE |
| 5218 | 2025-08-18T19:45:42.094Z | [ recovery-image] Aug 18 19:45:41.365 INFO O| Aug 18 19:45:41.365 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5219 | 2025-08-18T19:45:42.106Z | [ recovery-image] Aug 18 19:45:41.377 INFO O| Aug 18 19:45:41.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command" |
| 5220 | 2025-08-18T19:45:42.106Z | [ recovery-image] Aug 18 19:45:41.378 INFO O| Aug 18 19:45:41.378 INFO STEP 134 (remove_files) COMPLETE |
| 5221 | 2025-08-18T19:45:42.110Z | [ recovery-image] Aug 18 19:45:41.378 INFO O| Aug 18 19:45:41.378 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5222 | 2025-08-18T19:45:42.118Z | [ recovery-image] Aug 18 19:45:41.390 INFO O| Aug 18 19:45:41.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress" |
| 5223 | 2025-08-18T19:45:42.118Z | [ recovery-image] Aug 18 19:45:41.390 INFO O| Aug 18 19:45:41.390 INFO STEP 135 (remove_files) COMPLETE |
| 5224 | 2025-08-18T19:45:42.121Z | [ recovery-image] Aug 18 19:45:41.390 INFO O| Aug 18 19:45:41.390 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5225 | 2025-08-18T19:45:42.130Z | [ recovery-image] Aug 18 19:45:41.402 INFO O| Aug 18 19:45:41.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat" |
| 5226 | 2025-08-18T19:45:42.130Z | [ recovery-image] Aug 18 19:45:41.402 INFO O| Aug 18 19:45:41.402 INFO STEP 136 (remove_files) COMPLETE |
| 5227 | 2025-08-18T19:45:42.133Z | [ recovery-image] Aug 18 19:45:41.402 INFO O| Aug 18 19:45:41.402 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5228 | 2025-08-18T19:45:42.143Z | [ recovery-image] Aug 18 19:45:41.415 INFO O| Aug 18 19:45:41.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio" |
| 5229 | 2025-08-18T19:45:42.143Z | [ recovery-image] Aug 18 19:45:41.415 INFO O| Aug 18 19:45:41.415 INFO STEP 137 (remove_files) COMPLETE |
| 5230 | 2025-08-18T19:45:42.143Z | [ recovery-image] Aug 18 19:45:41.415 INFO O| Aug 18 19:45:41.415 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5231 | 2025-08-18T19:45:42.156Z | [ recovery-image] Aug 18 19:45:41.427 INFO O| Aug 18 19:45:41.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack" |
| 5232 | 2025-08-18T19:45:42.156Z | [ recovery-image] Aug 18 19:45:41.428 INFO O| Aug 18 19:45:41.428 INFO STEP 138 (remove_files) COMPLETE |
| 5233 | 2025-08-18T19:45:42.156Z | [ recovery-image] Aug 18 19:45:41.428 INFO O| Aug 18 19:45:41.428 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5234 | 2025-08-18T19:45:42.168Z | [ recovery-image] Aug 18 19:45:41.440 INFO O| Aug 18 19:45:41.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle" |
| 5235 | 2025-08-18T19:45:42.169Z | [ recovery-image] Aug 18 19:45:41.440 INFO O| Aug 18 19:45:41.440 INFO STEP 139 (remove_files) COMPLETE |
| 5236 | 2025-08-18T19:45:42.172Z | [ recovery-image] Aug 18 19:45:41.440 INFO O| Aug 18 19:45:41.440 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5237 | 2025-08-18T19:45:42.180Z | [ recovery-image] Aug 18 19:45:41.452 INFO O| Aug 18 19:45:41.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab" |
| 5238 | 2025-08-18T19:45:42.180Z | [ recovery-image] Aug 18 19:45:41.452 INFO O| Aug 18 19:45:41.452 INFO STEP 140 (remove_files) COMPLETE |
| 5239 | 2025-08-18T19:45:42.180Z | [ recovery-image] Aug 18 19:45:41.452 INFO O| Aug 18 19:45:41.452 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5240 | 2025-08-18T19:45:42.193Z | [ recovery-image] Aug 18 19:45:41.464 INFO O| Aug 18 19:45:41.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt" |
| 5241 | 2025-08-18T19:45:42.193Z | [ recovery-image] Aug 18 19:45:41.464 INFO O| Aug 18 19:45:41.464 INFO STEP 141 (remove_files) COMPLETE |
| 5242 | 2025-08-18T19:45:42.193Z | [ recovery-image] Aug 18 19:45:41.464 INFO O| Aug 18 19:45:41.464 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5243 | 2025-08-18T19:45:42.205Z | [ recovery-image] Aug 18 19:45:41.476 INFO O| Aug 18 19:45:41.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh" |
| 5244 | 2025-08-18T19:45:42.205Z | [ recovery-image] Aug 18 19:45:41.476 INFO O| Aug 18 19:45:41.476 INFO STEP 142 (remove_files) COMPLETE |
| 5245 | 2025-08-18T19:45:42.205Z | [ recovery-image] Aug 18 19:45:41.476 INFO O| Aug 18 19:45:41.476 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5246 | 2025-08-18T19:45:42.219Z | [ recovery-image] Aug 18 19:45:41.489 INFO O| Aug 18 19:45:41.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit" |
| 5247 | 2025-08-18T19:45:42.219Z | [ recovery-image] Aug 18 19:45:41.490 INFO O| Aug 18 19:45:41.490 INFO STEP 143 (remove_files) COMPLETE |
| 5248 | 2025-08-18T19:45:42.219Z | [ recovery-image] Aug 18 19:45:41.490 INFO O| Aug 18 19:45:41.490 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5249 | 2025-08-18T19:45:42.231Z | [ recovery-image] Aug 18 19:45:41.503 INFO O| Aug 18 19:45:41.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl" |
| 5250 | 2025-08-18T19:45:42.232Z | [ recovery-image] Aug 18 19:45:41.503 INFO O| Aug 18 19:45:41.503 INFO STEP 144 (remove_files) COMPLETE |
| 5251 | 2025-08-18T19:45:42.232Z | [ recovery-image] Aug 18 19:45:41.503 INFO O| Aug 18 19:45:41.503 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5252 | 2025-08-18T19:45:42.245Z | [ recovery-image] Aug 18 19:45:41.516 INFO O| Aug 18 19:45:41.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config" |
| 5253 | 2025-08-18T19:45:42.245Z | [ recovery-image] Aug 18 19:45:41.517 INFO O| Aug 18 19:45:41.517 INFO STEP 145 (remove_files) COMPLETE |
| 5254 | 2025-08-18T19:45:42.245Z | [ recovery-image] Aug 18 19:45:41.517 INFO O| Aug 18 19:45:41.517 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5255 | 2025-08-18T19:45:42.258Z | [ recovery-image] Aug 18 19:45:41.530 INFO O| Aug 18 19:45:41.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc" |
| 5256 | 2025-08-18T19:45:42.259Z | [ recovery-image] Aug 18 19:45:41.530 INFO O| Aug 18 19:45:41.530 INFO STEP 146 (remove_files) COMPLETE |
| 5257 | 2025-08-18T19:45:42.262Z | [ recovery-image] Aug 18 19:45:41.530 INFO O| Aug 18 19:45:41.530 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5258 | 2025-08-18T19:45:42.271Z | [ recovery-image] Aug 18 19:45:41.542 INFO O| Aug 18 19:45:41.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt" |
| 5259 | 2025-08-18T19:45:42.271Z | [ recovery-image] Aug 18 19:45:41.542 INFO O| Aug 18 19:45:41.542 INFO STEP 147 (remove_files) COMPLETE |
| 5260 | 2025-08-18T19:45:42.274Z | [ recovery-image] Aug 18 19:45:41.542 INFO O| Aug 18 19:45:41.542 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5261 | 2025-08-18T19:45:42.283Z | [ recovery-image] Aug 18 19:45:41.554 INFO O| Aug 18 19:45:41.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr" |
| 5262 | 2025-08-18T19:45:42.283Z | [ recovery-image] Aug 18 19:45:41.554 INFO O| Aug 18 19:45:41.554 INFO STEP 148 (remove_files) COMPLETE |
| 5263 | 2025-08-18T19:45:42.286Z | [ recovery-image] Aug 18 19:45:41.554 INFO O| Aug 18 19:45:41.554 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5264 | 2025-08-18T19:45:42.295Z | [ recovery-image] Aug 18 19:45:41.567 INFO O| Aug 18 19:45:41.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree" |
| 5265 | 2025-08-18T19:45:42.295Z | [ recovery-image] Aug 18 19:45:41.567 INFO O| Aug 18 19:45:41.567 INFO STEP 149 (remove_files) COMPLETE |
| 5266 | 2025-08-18T19:45:42.299Z | [ recovery-image] Aug 18 19:45:41.567 INFO O| Aug 18 19:45:41.567 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5267 | 2025-08-18T19:45:42.307Z | [ recovery-image] Aug 18 19:45:41.578 INFO O| Aug 18 19:45:41.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv" |
| 5268 | 2025-08-18T19:45:42.307Z | [ recovery-image] Aug 18 19:45:41.579 INFO O| Aug 18 19:45:41.579 INFO STEP 150 (remove_files) COMPLETE |
| 5269 | 2025-08-18T19:45:42.310Z | [ recovery-image] Aug 18 19:45:41.579 INFO O| Aug 18 19:45:41.579 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5270 | 2025-08-18T19:45:42.318Z | [ recovery-image] Aug 18 19:45:41.590 INFO O| Aug 18 19:45:41.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3" |
| 5271 | 2025-08-18T19:45:42.318Z | [ recovery-image] Aug 18 19:45:41.590 INFO O| Aug 18 19:45:41.590 INFO STEP 151 (remove_files) COMPLETE |
| 5272 | 2025-08-18T19:45:42.318Z | [ recovery-image] Aug 18 19:45:41.590 INFO O| Aug 18 19:45:41.590 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5273 | 2025-08-18T19:45:42.329Z | [ recovery-image] Aug 18 19:45:41.601 INFO O| Aug 18 19:45:41.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest" |
| 5274 | 2025-08-18T19:45:42.329Z | [ recovery-image] Aug 18 19:45:41.601 INFO O| Aug 18 19:45:41.601 INFO STEP 152 (remove_files) COMPLETE |
| 5275 | 2025-08-18T19:45:42.329Z | [ recovery-image] Aug 18 19:45:41.601 INFO O| Aug 18 19:45:41.601 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5276 | 2025-08-18T19:45:42.340Z | [ recovery-image] Aug 18 19:45:41.612 INFO O| Aug 18 19:45:41.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp" |
| 5277 | 2025-08-18T19:45:42.340Z | [ recovery-image] Aug 18 19:45:41.612 INFO O| Aug 18 19:45:41.612 INFO STEP 153 (remove_files) COMPLETE |
| 5278 | 2025-08-18T19:45:42.344Z | [ recovery-image] Aug 18 19:45:41.612 INFO O| Aug 18 19:45:41.612 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5279 | 2025-08-18T19:45:42.352Z | [ recovery-image] Aug 18 19:45:41.624 INFO O| Aug 18 19:45:41.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname" |
| 5280 | 2025-08-18T19:45:42.352Z | [ recovery-image] Aug 18 19:45:41.624 INFO O| Aug 18 19:45:41.624 INFO STEP 154 (remove_files) COMPLETE |
| 5281 | 2025-08-18T19:45:42.355Z | [ recovery-image] Aug 18 19:45:41.624 INFO O| Aug 18 19:45:41.624 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5282 | 2025-08-18T19:45:42.364Z | [ recovery-image] Aug 18 19:45:41.636 INFO O| Aug 18 19:45:41.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan" |
| 5283 | 2025-08-18T19:45:42.364Z | [ recovery-image] Aug 18 19:45:41.636 INFO O| Aug 18 19:45:41.636 INFO STEP 155 (remove_files) COMPLETE |
| 5284 | 2025-08-18T19:45:42.364Z | [ recovery-image] Aug 18 19:45:41.636 INFO O| Aug 18 19:45:41.636 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5285 | 2025-08-18T19:45:42.378Z | [ recovery-image] Aug 18 19:45:41.649 INFO O| Aug 18 19:45:41.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid" |
| 5286 | 2025-08-18T19:45:42.378Z | [ recovery-image] Aug 18 19:45:41.649 INFO O| Aug 18 19:45:41.649 INFO STEP 156 (remove_files) COMPLETE |
| 5287 | 2025-08-18T19:45:42.378Z | [ recovery-image] Aug 18 19:45:41.650 INFO O| Aug 18 19:45:41.649 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5288 | 2025-08-18T19:45:42.392Z | [ recovery-image] Aug 18 19:45:41.664 INFO O| Aug 18 19:45:41.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid" |
| 5289 | 2025-08-18T19:45:42.392Z | [ recovery-image] Aug 18 19:45:41.664 INFO O| Aug 18 19:45:41.664 INFO STEP 157 (remove_files) COMPLETE |
| 5290 | 2025-08-18T19:45:42.395Z | [ recovery-image] Aug 18 19:45:41.664 INFO O| Aug 18 19:45:41.664 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5291 | 2025-08-18T19:45:42.406Z | [ recovery-image] Aug 18 19:45:41.678 INFO O| Aug 18 19:45:41.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix" |
| 5292 | 2025-08-18T19:45:42.406Z | [ recovery-image] Aug 18 19:45:41.678 INFO O| Aug 18 19:45:41.678 INFO STEP 158 (remove_files) COMPLETE |
| 5293 | 2025-08-18T19:45:42.406Z | [ recovery-image] Aug 18 19:45:41.678 INFO O| Aug 18 19:45:41.678 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5294 | 2025-08-18T19:45:42.420Z | [ recovery-image] Aug 18 19:45:41.692 INFO O| Aug 18 19:45:41.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du" |
| 5295 | 2025-08-18T19:45:42.420Z | [ recovery-image] Aug 18 19:45:41.692 INFO O| Aug 18 19:45:41.692 INFO STEP 159 (remove_files) COMPLETE |
| 5296 | 2025-08-18T19:45:42.420Z | [ recovery-image] Aug 18 19:45:41.692 INFO O| Aug 18 19:45:41.692 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5297 | 2025-08-18T19:45:42.436Z | [ recovery-image] Aug 18 19:45:41.706 INFO O| Aug 18 19:45:41.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs" |
| 5298 | 2025-08-18T19:45:42.437Z | [ recovery-image] Aug 18 19:45:41.706 INFO O| Aug 18 19:45:41.706 INFO STEP 160 (remove_files) COMPLETE |
| 5299 | 2025-08-18T19:45:42.440Z | [ recovery-image] Aug 18 19:45:41.706 INFO O| Aug 18 19:45:41.706 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5300 | 2025-08-18T19:45:42.448Z | [ recovery-image] Aug 18 19:45:41.720 INFO O| Aug 18 19:45:41.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys" |
| 5301 | 2025-08-18T19:45:42.448Z | [ recovery-image] Aug 18 19:45:41.720 INFO O| Aug 18 19:45:41.720 INFO STEP 161 (remove_files) COMPLETE |
| 5302 | 2025-08-18T19:45:42.451Z | [ recovery-image] Aug 18 19:45:41.720 INFO O| Aug 18 19:45:41.720 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5303 | 2025-08-18T19:45:42.460Z | [ recovery-image] Aug 18 19:45:41.732 INFO O| Aug 18 19:45:41.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit" |
| 5304 | 2025-08-18T19:45:42.463Z | [ recovery-image] Aug 18 19:45:41.733 INFO O| Aug 18 19:45:41.733 INFO STEP 162 (remove_files) COMPLETE |
| 5305 | 2025-08-18T19:45:42.463Z | [ recovery-image] Aug 18 19:45:41.733 INFO O| Aug 18 19:45:41.733 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5306 | 2025-08-18T19:45:42.474Z | [ recovery-image] Aug 18 19:45:41.746 INFO O| Aug 18 19:45:41.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject" |
| 5307 | 2025-08-18T19:45:42.474Z | [ recovery-image] Aug 18 19:45:41.746 INFO O| Aug 18 19:45:41.746 INFO STEP 163 (remove_files) COMPLETE |
| 5308 | 2025-08-18T19:45:42.474Z | [ recovery-image] Aug 18 19:45:41.746 INFO O| Aug 18 19:45:41.746 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5309 | 2025-08-18T19:45:42.487Z | [ recovery-image] Aug 18 19:45:41.759 INFO O| Aug 18 19:45:41.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign" |
| 5310 | 2025-08-18T19:45:42.487Z | [ recovery-image] Aug 18 19:45:41.759 INFO O| Aug 18 19:45:41.759 INFO STEP 164 (remove_files) COMPLETE |
| 5311 | 2025-08-18T19:45:42.491Z | [ recovery-image] Aug 18 19:45:41.759 INFO O| Aug 18 19:45:41.759 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5312 | 2025-08-18T19:45:42.500Z | [ recovery-image] Aug 18 19:45:41.771 INFO O| Aug 18 19:45:41.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap" |
| 5313 | 2025-08-18T19:45:42.500Z | [ recovery-image] Aug 18 19:45:41.772 INFO O| Aug 18 19:45:41.772 INFO STEP 165 (remove_files) COMPLETE |
| 5314 | 2025-08-18T19:45:42.500Z | [ recovery-image] Aug 18 19:45:41.772 INFO O| Aug 18 19:45:41.772 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5315 | 2025-08-18T19:45:42.513Z | [ recovery-image] Aug 18 19:45:41.785 INFO O| Aug 18 19:45:41.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange" |
| 5316 | 2025-08-18T19:45:42.514Z | [ recovery-image] Aug 18 19:45:41.785 INFO O| Aug 18 19:45:41.785 INFO STEP 166 (remove_files) COMPLETE |
| 5317 | 2025-08-18T19:45:42.514Z | [ recovery-image] Aug 18 19:45:41.785 INFO O| Aug 18 19:45:41.785 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5318 | 2025-08-18T19:45:42.529Z | [ recovery-image] Aug 18 19:45:41.799 INFO O| Aug 18 19:45:41.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt" |
| 5319 | 2025-08-18T19:45:42.529Z | [ recovery-image] Aug 18 19:45:41.799 INFO O| Aug 18 19:45:41.799 INFO STEP 167 (remove_files) COMPLETE |
| 5320 | 2025-08-18T19:45:42.529Z | [ recovery-image] Aug 18 19:45:41.799 INFO O| Aug 18 19:45:41.799 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5321 | 2025-08-18T19:45:42.540Z | [ recovery-image] Aug 18 19:45:41.812 INFO O| Aug 18 19:45:41.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance" |
| 5322 | 2025-08-18T19:45:42.540Z | [ recovery-image] Aug 18 19:45:41.812 INFO O| Aug 18 19:45:41.812 INFO STEP 168 (remove_files) COMPLETE |
| 5323 | 2025-08-18T19:45:42.543Z | [ recovery-image] Aug 18 19:45:41.812 INFO O| Aug 18 19:45:41.812 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5324 | 2025-08-18T19:45:42.553Z | [ recovery-image] Aug 18 19:45:41.825 INFO O| Aug 18 19:45:41.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env" |
| 5325 | 2025-08-18T19:45:42.553Z | [ recovery-image] Aug 18 19:45:41.825 INFO O| Aug 18 19:45:41.825 INFO STEP 169 (remove_files) COMPLETE |
| 5326 | 2025-08-18T19:45:42.553Z | [ recovery-image] Aug 18 19:45:41.825 INFO O| Aug 18 19:45:41.825 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5327 | 2025-08-18T19:45:42.567Z | [ recovery-image] Aug 18 19:45:41.839 INFO O| Aug 18 19:45:41.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump" |
| 5328 | 2025-08-18T19:45:42.567Z | [ recovery-image] Aug 18 19:45:41.839 INFO O| Aug 18 19:45:41.839 INFO STEP 170 (remove_files) COMPLETE |
| 5329 | 2025-08-18T19:45:42.567Z | [ recovery-image] Aug 18 19:45:41.839 INFO O| Aug 18 19:45:41.839 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5330 | 2025-08-18T19:45:42.580Z | [ recovery-image] Aug 18 19:45:41.852 INFO O| Aug 18 19:45:41.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand" |
| 5331 | 2025-08-18T19:45:42.580Z | [ recovery-image] Aug 18 19:45:41.852 INFO O| Aug 18 19:45:41.852 INFO STEP 171 (remove_files) COMPLETE |
| 5332 | 2025-08-18T19:45:42.580Z | [ recovery-image] Aug 18 19:45:41.852 INFO O| Aug 18 19:45:41.852 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5333 | 2025-08-18T19:45:42.593Z | [ recovery-image] Aug 18 19:45:41.865 INFO O| Aug 18 19:45:41.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr" |
| 5334 | 2025-08-18T19:45:42.593Z | [ recovery-image] Aug 18 19:45:41.865 INFO O| Aug 18 19:45:41.865 INFO STEP 172 (remove_files) COMPLETE |
| 5335 | 2025-08-18T19:45:42.593Z | [ recovery-image] Aug 18 19:45:41.865 INFO O| Aug 18 19:45:41.865 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5336 | 2025-08-18T19:45:42.605Z | [ recovery-image] Aug 18 19:45:41.877 INFO O| Aug 18 19:45:41.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor" |
| 5337 | 2025-08-18T19:45:42.605Z | [ recovery-image] Aug 18 19:45:41.877 INFO O| Aug 18 19:45:41.877 INFO STEP 173 (remove_files) COMPLETE |
| 5338 | 2025-08-18T19:45:42.605Z | [ recovery-image] Aug 18 19:45:41.877 INFO O| Aug 18 19:45:41.877 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5339 | 2025-08-18T19:45:42.617Z | [ recovery-image] Aug 18 19:45:41.889 INFO O| Aug 18 19:45:41.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false" |
| 5340 | 2025-08-18T19:45:42.620Z | [ recovery-image] Aug 18 19:45:41.890 INFO O| Aug 18 19:45:41.890 INFO STEP 174 (remove_files) COMPLETE |
| 5341 | 2025-08-18T19:45:42.620Z | [ recovery-image] Aug 18 19:45:41.890 INFO O| Aug 18 19:45:41.890 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5342 | 2025-08-18T19:45:42.631Z | [ recovery-image] Aug 18 19:45:41.903 INFO O| Aug 18 19:45:41.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc" |
| 5343 | 2025-08-18T19:45:42.631Z | [ recovery-image] Aug 18 19:45:41.903 INFO O| Aug 18 19:45:41.903 INFO STEP 175 (remove_files) COMPLETE |
| 5344 | 2025-08-18T19:45:42.634Z | [ recovery-image] Aug 18 19:45:41.903 INFO O| Aug 18 19:45:41.903 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5345 | 2025-08-18T19:45:42.643Z | [ recovery-image] Aug 18 19:45:41.916 INFO O| Aug 18 19:45:41.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach" |
| 5346 | 2025-08-18T19:45:42.644Z | [ recovery-image] Aug 18 19:45:41.916 INFO O| Aug 18 19:45:41.916 INFO STEP 176 (remove_files) COMPLETE |
| 5347 | 2025-08-18T19:45:42.647Z | [ recovery-image] Aug 18 19:45:41.916 INFO O| Aug 18 19:45:41.916 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5348 | 2025-08-18T19:45:42.657Z | [ recovery-image] Aug 18 19:45:41.929 INFO O| Aug 18 19:45:41.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat" |
| 5349 | 2025-08-18T19:45:42.657Z | [ recovery-image] Aug 18 19:45:41.929 INFO O| Aug 18 19:45:41.929 INFO STEP 177 (remove_files) COMPLETE |
| 5350 | 2025-08-18T19:45:42.660Z | [ recovery-image] Aug 18 19:45:41.929 INFO O| Aug 18 19:45:41.929 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5351 | 2025-08-18T19:45:42.669Z | [ recovery-image] Aug 18 19:45:41.941 INFO O| Aug 18 19:45:41.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg" |
| 5352 | 2025-08-18T19:45:42.669Z | [ recovery-image] Aug 18 19:45:41.941 INFO O| Aug 18 19:45:41.941 INFO STEP 178 (remove_files) COMPLETE |
| 5353 | 2025-08-18T19:45:42.672Z | [ recovery-image] Aug 18 19:45:41.941 INFO O| Aug 18 19:45:41.941 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5354 | 2025-08-18T19:45:42.682Z | [ recovery-image] Aug 18 19:45:41.954 INFO O| Aug 18 19:45:41.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep" |
| 5355 | 2025-08-18T19:45:42.682Z | [ recovery-image] Aug 18 19:45:41.955 INFO O| Aug 18 19:45:41.955 INFO STEP 179 (remove_files) COMPLETE |
| 5356 | 2025-08-18T19:45:42.686Z | [ recovery-image] Aug 18 19:45:41.955 INFO O| Aug 18 19:45:41.955 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5357 | 2025-08-18T19:45:42.698Z | [ recovery-image] Aug 18 19:45:41.968 INFO O| Aug 18 19:45:41.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file" |
| 5358 | 2025-08-18T19:45:42.701Z | [ recovery-image] Aug 18 19:45:41.968 INFO O| Aug 18 19:45:41.968 INFO STEP 180 (remove_files) COMPLETE |
| 5359 | 2025-08-18T19:45:42.701Z | [ recovery-image] Aug 18 19:45:41.968 INFO O| Aug 18 19:45:41.968 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5360 | 2025-08-18T19:45:42.709Z | [ recovery-image] Aug 18 19:45:41.981 INFO O| Aug 18 19:45:41.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc" |
| 5361 | 2025-08-18T19:45:42.712Z | [ recovery-image] Aug 18 19:45:41.981 INFO O| Aug 18 19:45:41.981 INFO STEP 181 (remove_files) COMPLETE |
| 5362 | 2025-08-18T19:45:42.712Z | [ recovery-image] Aug 18 19:45:41.981 INFO O| Aug 18 19:45:41.981 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5363 | 2025-08-18T19:45:42.723Z | [ recovery-image] Aug 18 19:45:41.995 INFO O| Aug 18 19:45:41.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt" |
| 5364 | 2025-08-18T19:45:42.723Z | [ recovery-image] Aug 18 19:45:41.995 INFO O| Aug 18 19:45:41.995 INFO STEP 182 (remove_files) COMPLETE |
| 5365 | 2025-08-18T19:45:42.726Z | [ recovery-image] Aug 18 19:45:41.995 INFO O| Aug 18 19:45:41.995 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5366 | 2025-08-18T19:45:42.735Z | [ recovery-image] Aug 18 19:45:42.008 INFO O| Aug 18 19:45:42.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg" |
| 5367 | 2025-08-18T19:45:42.736Z | [ recovery-image] Aug 18 19:45:42.008 INFO O| Aug 18 19:45:42.008 INFO STEP 183 (remove_files) COMPLETE |
| 5368 | 2025-08-18T19:45:42.739Z | [ recovery-image] Aug 18 19:45:42.008 INFO O| Aug 18 19:45:42.008 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5369 | 2025-08-18T19:45:42.748Z | [ recovery-image] Aug 18 19:45:42.020 INFO O| Aug 18 19:45:42.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold" |
| 5370 | 2025-08-18T19:45:42.751Z | [ recovery-image] Aug 18 19:45:42.020 INFO O| Aug 18 19:45:42.020 INFO STEP 184 (remove_files) COMPLETE |
| 5371 | 2025-08-18T19:45:42.751Z | [ recovery-image] Aug 18 19:45:42.020 INFO O| Aug 18 19:45:42.020 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5372 | 2025-08-18T19:45:42.760Z | [ recovery-image] Aug 18 19:45:42.033 INFO O| Aug 18 19:45:42.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat" |
| 5373 | 2025-08-18T19:45:42.760Z | [ recovery-image] Aug 18 19:45:42.033 INFO O| Aug 18 19:45:42.033 INFO STEP 185 (remove_files) COMPLETE |
| 5374 | 2025-08-18T19:45:42.764Z | [ recovery-image] Aug 18 19:45:42.033 INFO O| Aug 18 19:45:42.033 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5375 | 2025-08-18T19:45:42.774Z | [ recovery-image] Aug 18 19:45:42.046 INFO O| Aug 18 19:45:42.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear" |
| 5376 | 2025-08-18T19:45:42.774Z | [ recovery-image] Aug 18 19:45:42.046 INFO O| Aug 18 19:45:42.046 INFO STEP 186 (remove_files) COMPLETE |
| 5377 | 2025-08-18T19:45:42.777Z | [ recovery-image] Aug 18 19:45:42.046 INFO O| Aug 18 19:45:42.046 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5378 | 2025-08-18T19:45:42.784Z | [ recovery-image] Aug 18 19:45:42.056 INFO O| Aug 18 19:45:42.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl" |
| 5379 | 2025-08-18T19:45:42.787Z | [ recovery-image] Aug 18 19:45:42.056 INFO O| Aug 18 19:45:42.056 INFO STEP 187 (remove_files) COMPLETE |
| 5380 | 2025-08-18T19:45:42.787Z | [ recovery-image] Aug 18 19:45:42.056 INFO O| Aug 18 19:45:42.056 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5381 | 2025-08-18T19:45:42.796Z | [ recovery-image] Aug 18 19:45:42.069 INFO O| Aug 18 19:45:42.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf" |
| 5382 | 2025-08-18T19:45:42.800Z | [ recovery-image] Aug 18 19:45:42.069 INFO O| Aug 18 19:45:42.069 INFO STEP 188 (remove_files) COMPLETE |
| 5383 | 2025-08-18T19:45:42.801Z | [ recovery-image] Aug 18 19:45:42.069 INFO O| Aug 18 19:45:42.069 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5384 | 2025-08-18T19:45:42.806Z | [ recovery-image] Aug 18 19:45:42.079 INFO O| Aug 18 19:45:42.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev" |
| 5385 | 2025-08-18T19:45:42.806Z | [ recovery-image] Aug 18 19:45:42.079 INFO O| Aug 18 19:45:42.079 INFO STEP 189 (remove_files) COMPLETE |
| 5386 | 2025-08-18T19:45:42.809Z | [ recovery-image] Aug 18 19:45:42.079 INFO O| Aug 18 19:45:42.079 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5387 | 2025-08-18T19:45:42.818Z | [ recovery-image] Aug 18 19:45:42.091 INFO O| Aug 18 19:45:42.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp" |
| 5388 | 2025-08-18T19:45:42.818Z | [ recovery-image] Aug 18 19:45:42.091 INFO O| Aug 18 19:45:42.091 INFO STEP 190 (remove_files) COMPLETE |
| 5389 | 2025-08-18T19:45:42.822Z | [ recovery-image] Aug 18 19:45:42.091 INFO O| Aug 18 19:45:42.091 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5390 | 2025-08-18T19:45:42.832Z | [ recovery-image] Aug 18 19:45:42.104 INFO O| Aug 18 19:45:42.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent" |
| 5391 | 2025-08-18T19:45:42.835Z | [ recovery-image] Aug 18 19:45:42.105 INFO O| Aug 18 19:45:42.104 INFO STEP 191 (remove_files) COMPLETE |
| 5392 | 2025-08-18T19:45:42.835Z | [ recovery-image] Aug 18 19:45:42.105 INFO O| Aug 18 19:45:42.104 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5393 | 2025-08-18T19:45:42.845Z | [ recovery-image] Aug 18 19:45:42.118 INFO O| Aug 18 19:45:42.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl" |
| 5394 | 2025-08-18T19:45:42.845Z | [ recovery-image] Aug 18 19:45:42.118 INFO O| Aug 18 19:45:42.118 INFO STEP 192 (remove_files) COMPLETE |
| 5395 | 2025-08-18T19:45:42.850Z | [ recovery-image] Aug 18 19:45:42.118 INFO O| Aug 18 19:45:42.118 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5396 | 2025-08-18T19:45:42.858Z | [ recovery-image] Aug 18 19:45:42.131 INFO O| Aug 18 19:45:42.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt" |
| 5397 | 2025-08-18T19:45:42.858Z | [ recovery-image] Aug 18 19:45:42.131 INFO O| Aug 18 19:45:42.131 INFO STEP 193 (remove_files) COMPLETE |
| 5398 | 2025-08-18T19:45:42.861Z | [ recovery-image] Aug 18 19:45:42.131 INFO O| Aug 18 19:45:42.131 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5399 | 2025-08-18T19:45:42.871Z | [ recovery-image] Aug 18 19:45:42.144 INFO O| Aug 18 19:45:42.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts" |
| 5400 | 2025-08-18T19:45:42.874Z | [ recovery-image] Aug 18 19:45:42.144 INFO O| Aug 18 19:45:42.144 INFO STEP 194 (remove_files) COMPLETE |
| 5401 | 2025-08-18T19:45:42.874Z | [ recovery-image] Aug 18 19:45:42.144 INFO O| Aug 18 19:45:42.144 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5402 | 2025-08-18T19:45:42.883Z | [ recovery-image] Aug 18 19:45:42.155 INFO O| Aug 18 19:45:42.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext" |
| 5403 | 2025-08-18T19:45:42.886Z | [ recovery-image] Aug 18 19:45:42.155 INFO O| Aug 18 19:45:42.155 INFO STEP 195 (remove_files) COMPLETE |
| 5404 | 2025-08-18T19:45:42.886Z | [ recovery-image] Aug 18 19:45:42.155 INFO O| Aug 18 19:45:42.155 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5405 | 2025-08-18T19:45:42.892Z | [ recovery-image] Aug 18 19:45:42.165 INFO O| Aug 18 19:45:42.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol" |
| 5406 | 2025-08-18T19:45:42.892Z | [ recovery-image] Aug 18 19:45:42.165 INFO O| Aug 18 19:45:42.165 INFO STEP 196 (remove_files) COMPLETE |
| 5407 | 2025-08-18T19:45:42.895Z | [ recovery-image] Aug 18 19:45:42.165 INFO O| Aug 18 19:45:42.165 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5408 | 2025-08-18T19:45:42.903Z | [ recovery-image] Aug 18 19:45:42.176 INFO O| Aug 18 19:45:42.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp" |
| 5409 | 2025-08-18T19:45:42.906Z | [ recovery-image] Aug 18 19:45:42.176 INFO O| Aug 18 19:45:42.176 INFO STEP 197 (remove_files) COMPLETE |
| 5410 | 2025-08-18T19:45:42.907Z | [ recovery-image] Aug 18 19:45:42.176 INFO O| Aug 18 19:45:42.176 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5411 | 2025-08-18T19:45:42.913Z | [ recovery-image] Aug 18 19:45:42.185 INFO O| Aug 18 19:45:42.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups" |
| 5412 | 2025-08-18T19:45:42.913Z | [ recovery-image] Aug 18 19:45:42.186 INFO O| Aug 18 19:45:42.186 INFO STEP 198 (remove_files) COMPLETE |
| 5413 | 2025-08-18T19:45:42.916Z | [ recovery-image] Aug 18 19:45:42.186 INFO O| Aug 18 19:45:42.186 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5414 | 2025-08-18T19:45:42.925Z | [ recovery-image] Aug 18 19:45:42.198 INFO O| Aug 18 19:45:42.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs" |
| 5415 | 2025-08-18T19:45:42.929Z | [ recovery-image] Aug 18 19:45:42.198 INFO O| Aug 18 19:45:42.198 INFO STEP 199 (remove_files) COMPLETE |
| 5416 | 2025-08-18T19:45:42.930Z | [ recovery-image] Aug 18 19:45:42.198 INFO O| Aug 18 19:45:42.198 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5417 | 2025-08-18T19:45:42.937Z | [ recovery-image] Aug 18 19:45:42.210 INFO O| Aug 18 19:45:42.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic" |
| 5418 | 2025-08-18T19:45:42.937Z | [ recovery-image] Aug 18 19:45:42.210 INFO O| Aug 18 19:45:42.210 INFO STEP 200 (remove_files) COMPLETE |
| 5419 | 2025-08-18T19:45:42.942Z | [ recovery-image] Aug 18 19:45:42.210 INFO O| Aug 18 19:45:42.210 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5420 | 2025-08-18T19:45:42.949Z | [ recovery-image] Aug 18 19:45:42.222 INFO O| Aug 18 19:45:42.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe" |
| 5421 | 2025-08-18T19:45:42.952Z | [ recovery-image] Aug 18 19:45:42.222 INFO O| Aug 18 19:45:42.222 INFO STEP 201 (remove_files) COMPLETE |
| 5422 | 2025-08-18T19:45:42.952Z | [ recovery-image] Aug 18 19:45:42.222 INFO O| Aug 18 19:45:42.222 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5423 | 2025-08-18T19:45:42.963Z | [ recovery-image] Aug 18 19:45:42.236 INFO O| Aug 18 19:45:42.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput" |
| 5424 | 2025-08-18T19:45:42.963Z | [ recovery-image] Aug 18 19:45:42.236 INFO O| Aug 18 19:45:42.236 INFO STEP 202 (remove_files) COMPLETE |
| 5425 | 2025-08-18T19:45:42.966Z | [ recovery-image] Aug 18 19:45:42.236 INFO O| Aug 18 19:45:42.236 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5426 | 2025-08-18T19:45:42.978Z | [ recovery-image] Aug 18 19:45:42.251 INFO O| Aug 18 19:45:42.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset" |
| 5427 | 2025-08-18T19:45:42.981Z | [ recovery-image] Aug 18 19:45:42.251 INFO O| Aug 18 19:45:42.251 INFO STEP 203 (remove_files) COMPLETE |
| 5428 | 2025-08-18T19:45:42.981Z | [ recovery-image] Aug 18 19:45:42.251 INFO O| Aug 18 19:45:42.251 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5429 | 2025-08-18T19:45:42.993Z | [ recovery-image] Aug 18 19:45:42.266 INFO O| Aug 18 19:45:42.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip" |
| 5430 | 2025-08-18T19:45:42.993Z | [ recovery-image] Aug 18 19:45:42.266 INFO O| Aug 18 19:45:42.266 INFO STEP 204 (remove_files) COMPLETE |
| 5431 | 2025-08-18T19:45:42.997Z | [ recovery-image] Aug 18 19:45:42.266 INFO O| Aug 18 19:45:42.266 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5432 | 2025-08-18T19:45:43.007Z | [ recovery-image] Aug 18 19:45:42.279 INFO O| Aug 18 19:45:42.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat" |
| 5433 | 2025-08-18T19:45:43.007Z | [ recovery-image] Aug 18 19:45:42.279 INFO O| Aug 18 19:45:42.279 INFO STEP 205 (remove_files) COMPLETE |
| 5434 | 2025-08-18T19:45:43.010Z | [ recovery-image] Aug 18 19:45:42.279 INFO O| Aug 18 19:45:42.279 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5435 | 2025-08-18T19:45:43.019Z | [ recovery-image] Aug 18 19:45:42.292 INFO O| Aug 18 19:45:42.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp" |
| 5436 | 2025-08-18T19:45:43.019Z | [ recovery-image] Aug 18 19:45:42.292 INFO O| Aug 18 19:45:42.292 INFO STEP 206 (remove_files) COMPLETE |
| 5437 | 2025-08-18T19:45:43.022Z | [ recovery-image] Aug 18 19:45:42.292 INFO O| Aug 18 19:45:42.292 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5438 | 2025-08-18T19:45:43.033Z | [ recovery-image] Aug 18 19:45:42.305 INFO O| Aug 18 19:45:42.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff" |
| 5439 | 2025-08-18T19:45:43.033Z | [ recovery-image] Aug 18 19:45:42.305 INFO O| Aug 18 19:45:42.305 INFO STEP 207 (remove_files) COMPLETE |
| 5440 | 2025-08-18T19:45:43.064Z | [ recovery-image] Aug 18 19:45:42.305 INFO O| Aug 18 19:45:42.305 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5441 | 2025-08-18T19:45:43.068Z | [ recovery-image] Aug 18 19:45:42.317 INFO O| Aug 18 19:45:42.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep" |
| 5442 | 2025-08-18T19:45:43.068Z | [ recovery-image] Aug 18 19:45:42.317 INFO O| Aug 18 19:45:42.317 INFO STEP 208 (remove_files) COMPLETE |
| 5443 | 2025-08-18T19:45:43.068Z | [ recovery-image] Aug 18 19:45:42.317 INFO O| Aug 18 19:45:42.317 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5444 | 2025-08-18T19:45:43.068Z | [ recovery-image] Aug 18 19:45:42.330 INFO O| Aug 18 19:45:42.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe" |
| 5445 | 2025-08-18T19:45:43.069Z | [ recovery-image] Aug 18 19:45:42.330 INFO O| Aug 18 19:45:42.330 INFO STEP 209 (remove_files) COMPLETE |
| 5446 | 2025-08-18T19:45:43.069Z | [ recovery-image] Aug 18 19:45:42.330 INFO O| Aug 18 19:45:42.330 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5447 | 2025-08-18T19:45:43.072Z | [ recovery-image] Aug 18 19:45:42.342 INFO O| Aug 18 19:45:42.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep" |
| 5448 | 2025-08-18T19:45:43.072Z | [ recovery-image] Aug 18 19:45:42.342 INFO O| Aug 18 19:45:42.342 INFO STEP 210 (remove_files) COMPLETE |
| 5449 | 2025-08-18T19:45:43.072Z | [ recovery-image] Aug 18 19:45:42.342 INFO O| Aug 18 19:45:42.342 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5450 | 2025-08-18T19:45:43.081Z | [ recovery-image] Aug 18 19:45:42.354 INFO O| Aug 18 19:45:42.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce" |
| 5451 | 2025-08-18T19:45:43.081Z | [ recovery-image] Aug 18 19:45:42.354 INFO O| Aug 18 19:45:42.354 INFO STEP 211 (remove_files) COMPLETE |
| 5452 | 2025-08-18T19:45:43.081Z | [ recovery-image] Aug 18 19:45:42.354 INFO O| Aug 18 19:45:42.354 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5453 | 2025-08-18T19:45:43.093Z | [ recovery-image] Aug 18 19:45:42.366 INFO O| Aug 18 19:45:42.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep" |
| 5454 | 2025-08-18T19:45:43.093Z | [ recovery-image] Aug 18 19:45:42.366 INFO O| Aug 18 19:45:42.366 INFO STEP 212 (remove_files) COMPLETE |
| 5455 | 2025-08-18T19:45:43.097Z | [ recovery-image] Aug 18 19:45:42.366 INFO O| Aug 18 19:45:42.366 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5456 | 2025-08-18T19:45:43.106Z | [ recovery-image] Aug 18 19:45:42.379 INFO O| Aug 18 19:45:42.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip" |
| 5457 | 2025-08-18T19:45:43.110Z | [ recovery-image] Aug 18 19:45:42.379 INFO O| Aug 18 19:45:42.379 INFO STEP 213 (remove_files) COMPLETE |
| 5458 | 2025-08-18T19:45:43.110Z | [ recovery-image] Aug 18 19:45:42.379 INFO O| Aug 18 19:45:42.379 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5459 | 2025-08-18T19:45:43.119Z | [ recovery-image] Aug 18 19:45:42.392 INFO O| Aug 18 19:45:42.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless" |
| 5460 | 2025-08-18T19:45:43.119Z | [ recovery-image] Aug 18 19:45:42.392 INFO O| Aug 18 19:45:42.392 INFO STEP 214 (remove_files) COMPLETE |
| 5461 | 2025-08-18T19:45:43.119Z | [ recovery-image] Aug 18 19:45:42.392 INFO O| Aug 18 19:45:42.392 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5462 | 2025-08-18T19:45:43.132Z | [ recovery-image] Aug 18 19:45:42.405 INFO O| Aug 18 19:45:42.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore" |
| 5463 | 2025-08-18T19:45:43.132Z | [ recovery-image] Aug 18 19:45:42.405 INFO O| Aug 18 19:45:42.405 INFO STEP 215 (remove_files) COMPLETE |
| 5464 | 2025-08-18T19:45:43.135Z | [ recovery-image] Aug 18 19:45:42.405 INFO O| Aug 18 19:45:42.405 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5465 | 2025-08-18T19:45:43.142Z | [ recovery-image] Aug 18 19:45:42.414 INFO O| Aug 18 19:45:42.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew" |
| 5466 | 2025-08-18T19:45:43.142Z | [ recovery-image] Aug 18 19:45:42.415 INFO O| Aug 18 19:45:42.415 INFO STEP 216 (remove_files) COMPLETE |
| 5467 | 2025-08-18T19:45:43.145Z | [ recovery-image] Aug 18 19:45:42.415 INFO O| Aug 18 19:45:42.415 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5468 | 2025-08-18T19:45:43.152Z | [ recovery-image] Aug 18 19:45:42.425 INFO O| Aug 18 19:45:42.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash" |
| 5469 | 2025-08-18T19:45:43.152Z | [ recovery-image] Aug 18 19:45:42.425 INFO O| Aug 18 19:45:42.425 INFO STEP 217 (remove_files) COMPLETE |
| 5470 | 2025-08-18T19:45:43.155Z | [ recovery-image] Aug 18 19:45:42.425 INFO O| Aug 18 19:45:42.425 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5471 | 2025-08-18T19:45:43.164Z | [ recovery-image] Aug 18 19:45:42.437 INFO O| Aug 18 19:45:42.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid" |
| 5472 | 2025-08-18T19:45:43.164Z | [ recovery-image] Aug 18 19:45:42.437 INFO O| Aug 18 19:45:42.437 INFO STEP 218 (remove_files) COMPLETE |
| 5473 | 2025-08-18T19:45:43.168Z | [ recovery-image] Aug 18 19:45:42.437 INFO O| Aug 18 19:45:42.437 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5474 | 2025-08-18T19:45:43.177Z | [ recovery-image] Aug 18 19:45:42.450 INFO O| Aug 18 19:45:42.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname" |
| 5475 | 2025-08-18T19:45:43.180Z | [ recovery-image] Aug 18 19:45:42.450 INFO O| Aug 18 19:45:42.450 INFO STEP 219 (remove_files) COMPLETE |
| 5476 | 2025-08-18T19:45:43.180Z | [ recovery-image] Aug 18 19:45:42.450 INFO O| Aug 18 19:45:42.450 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5477 | 2025-08-18T19:45:43.190Z | [ recovery-image] Aug 18 19:45:42.463 INFO O| Aug 18 19:45:42.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb" |
| 5478 | 2025-08-18T19:45:43.193Z | [ recovery-image] Aug 18 19:45:42.463 INFO O| Aug 18 19:45:42.463 INFO STEP 220 (remove_files) COMPLETE |
| 5479 | 2025-08-18T19:45:43.193Z | [ recovery-image] Aug 18 19:45:42.463 INFO O| Aug 18 19:45:42.463 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5480 | 2025-08-18T19:45:43.203Z | [ recovery-image] Aug 18 19:45:42.476 INFO O| Aug 18 19:45:42.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt" |
| 5481 | 2025-08-18T19:45:43.203Z | [ recovery-image] Aug 18 19:45:42.476 INFO O| Aug 18 19:45:42.476 INFO STEP 221 (remove_files) COMPLETE |
| 5482 | 2025-08-18T19:45:43.206Z | [ recovery-image] Aug 18 19:45:42.476 INFO O| Aug 18 19:45:42.476 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5483 | 2025-08-18T19:45:43.215Z | [ recovery-image] Aug 18 19:45:42.488 INFO O| Aug 18 19:45:42.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh" |
| 5484 | 2025-08-18T19:45:43.215Z | [ recovery-image] Aug 18 19:45:42.489 INFO O| Aug 18 19:45:42.489 INFO STEP 222 (remove_files) COMPLETE |
| 5485 | 2025-08-18T19:45:43.219Z | [ recovery-image] Aug 18 19:45:42.489 INFO O| Aug 18 19:45:42.489 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5486 | 2025-08-18T19:45:43.229Z | [ recovery-image] Aug 18 19:45:42.502 INFO O| Aug 18 19:45:42.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb" |
| 5487 | 2025-08-18T19:45:43.229Z | [ recovery-image] Aug 18 19:45:42.502 INFO O| Aug 18 19:45:42.502 INFO STEP 223 (remove_files) COMPLETE |
| 5488 | 2025-08-18T19:45:43.232Z | [ recovery-image] Aug 18 19:45:42.502 INFO O| Aug 18 19:45:42.502 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5489 | 2025-08-18T19:45:43.245Z | [ recovery-image] Aug 18 19:45:42.518 INFO O| Aug 18 19:45:42.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh" |
| 5490 | 2025-08-18T19:45:43.249Z | [ recovery-image] Aug 18 19:45:42.519 INFO O| Aug 18 19:45:42.518 INFO STEP 224 (remove_files) COMPLETE |
| 5491 | 2025-08-18T19:45:43.249Z | [ recovery-image] Aug 18 19:45:42.519 INFO O| Aug 18 19:45:42.518 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5492 | 2025-08-18T19:45:43.259Z | [ recovery-image] Aug 18 19:45:42.531 INFO O| Aug 18 19:45:42.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93" |
| 5493 | 2025-08-18T19:45:43.262Z | [ recovery-image] Aug 18 19:45:42.532 INFO O| Aug 18 19:45:42.532 INFO STEP 225 (remove_files) COMPLETE |
| 5494 | 2025-08-18T19:45:43.262Z | [ recovery-image] Aug 18 19:45:42.532 INFO O| Aug 18 19:45:42.532 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5495 | 2025-08-18T19:45:43.271Z | [ recovery-image] Aug 18 19:45:42.544 INFO O| Aug 18 19:45:42.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv" |
| 5496 | 2025-08-18T19:45:43.271Z | [ recovery-image] Aug 18 19:45:42.544 INFO O| Aug 18 19:45:42.544 INFO STEP 226 (remove_files) COMPLETE |
| 5497 | 2025-08-18T19:45:43.271Z | [ recovery-image] Aug 18 19:45:42.544 INFO O| Aug 18 19:45:42.544 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5498 | 2025-08-18T19:45:43.284Z | [ recovery-image] Aug 18 19:45:42.557 INFO O| Aug 18 19:45:42.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id" |
| 5499 | 2025-08-18T19:45:43.287Z | [ recovery-image] Aug 18 19:45:42.557 INFO O| Aug 18 19:45:42.557 INFO STEP 227 (remove_files) COMPLETE |
| 5500 | 2025-08-18T19:45:43.287Z | [ recovery-image] Aug 18 19:45:42.557 INFO O| Aug 18 19:45:42.557 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5501 | 2025-08-18T19:45:43.297Z | [ recovery-image] Aug 18 19:45:42.570 INFO O| Aug 18 19:45:42.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn" |
| 5502 | 2025-08-18T19:45:43.300Z | [ recovery-image] Aug 18 19:45:42.570 INFO O| Aug 18 19:45:42.570 INFO STEP 228 (remove_files) COMPLETE |
| 5503 | 2025-08-18T19:45:43.300Z | [ recovery-image] Aug 18 19:45:42.570 INFO O| Aug 18 19:45:42.570 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5504 | 2025-08-18T19:45:43.307Z | [ recovery-image] Aug 18 19:45:42.580 INFO O| Aug 18 19:45:42.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp" |
| 5505 | 2025-08-18T19:45:43.307Z | [ recovery-image] Aug 18 19:45:42.580 INFO O| Aug 18 19:45:42.580 INFO STEP 229 (remove_files) COMPLETE |
| 5506 | 2025-08-18T19:45:43.307Z | [ recovery-image] Aug 18 19:45:42.580 INFO O| Aug 18 19:45:42.580 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5507 | 2025-08-18T19:45:43.321Z | [ recovery-image] Aug 18 19:45:42.594 INFO O| Aug 18 19:45:42.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat" |
| 5508 | 2025-08-18T19:45:43.321Z | [ recovery-image] Aug 18 19:45:42.594 INFO O| Aug 18 19:45:42.594 INFO STEP 230 (remove_files) COMPLETE |
| 5509 | 2025-08-18T19:45:43.325Z | [ recovery-image] Aug 18 19:45:42.594 INFO O| Aug 18 19:45:42.594 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5510 | 2025-08-18T19:45:43.332Z | [ recovery-image] Aug 18 19:45:42.605 INFO O| Aug 18 19:45:42.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl" |
| 5511 | 2025-08-18T19:45:43.332Z | [ recovery-image] Aug 18 19:45:42.605 INFO O| Aug 18 19:45:42.605 INFO STEP 231 (remove_files) COMPLETE |
| 5512 | 2025-08-18T19:45:43.332Z | [ recovery-image] Aug 18 19:45:42.605 INFO O| Aug 18 19:45:42.605 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5513 | 2025-08-18T19:45:43.345Z | [ recovery-image] Aug 18 19:45:42.618 INFO O| Aug 18 19:45:42.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo" |
| 5514 | 2025-08-18T19:45:43.345Z | [ recovery-image] Aug 18 19:45:42.618 INFO O| Aug 18 19:45:42.618 INFO STEP 232 (remove_files) COMPLETE |
| 5515 | 2025-08-18T19:45:43.345Z | [ recovery-image] Aug 18 19:45:42.618 INFO O| Aug 18 19:45:42.618 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5516 | 2025-08-18T19:45:43.357Z | [ recovery-image] Aug 18 19:45:42.630 INFO O| Aug 18 19:45:42.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist" |
| 5517 | 2025-08-18T19:45:43.357Z | [ recovery-image] Aug 18 19:45:42.630 INFO O| Aug 18 19:45:42.630 INFO STEP 233 (remove_files) COMPLETE |
| 5518 | 2025-08-18T19:45:43.361Z | [ recovery-image] Aug 18 19:45:42.630 INFO O| Aug 18 19:45:42.630 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5519 | 2025-08-18T19:45:43.369Z | [ recovery-image] Aug 18 19:45:42.642 INFO O| Aug 18 19:45:42.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs" |
| 5520 | 2025-08-18T19:45:43.372Z | [ recovery-image] Aug 18 19:45:42.642 INFO O| Aug 18 19:45:42.642 INFO STEP 234 (remove_files) COMPLETE |
| 5521 | 2025-08-18T19:45:43.372Z | [ recovery-image] Aug 18 19:45:42.643 INFO O| Aug 18 19:45:42.642 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5522 | 2025-08-18T19:45:43.383Z | [ recovery-image] Aug 18 19:45:42.656 INFO O| Aug 18 19:45:42.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join" |
| 5523 | 2025-08-18T19:45:43.383Z | [ recovery-image] Aug 18 19:45:42.656 INFO O| Aug 18 19:45:42.656 INFO STEP 235 (remove_files) COMPLETE |
| 5524 | 2025-08-18T19:45:43.387Z | [ recovery-image] Aug 18 19:45:42.656 INFO O| Aug 18 19:45:42.656 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5525 | 2025-08-18T19:45:43.395Z | [ recovery-image] Aug 18 19:45:42.668 INFO O| Aug 18 19:45:42.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd" |
| 5526 | 2025-08-18T19:45:43.395Z | [ recovery-image] Aug 18 19:45:42.668 INFO O| Aug 18 19:45:42.668 INFO STEP 236 (remove_files) COMPLETE |
| 5527 | 2025-08-18T19:45:43.398Z | [ recovery-image] Aug 18 19:45:42.668 INFO O| Aug 18 19:45:42.668 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5528 | 2025-08-18T19:45:43.408Z | [ recovery-image] Aug 18 19:45:42.681 INFO O| Aug 18 19:45:42.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy" |
| 5529 | 2025-08-18T19:45:43.408Z | [ recovery-image] Aug 18 19:45:42.681 INFO O| Aug 18 19:45:42.681 INFO STEP 237 (remove_files) COMPLETE |
| 5530 | 2025-08-18T19:45:43.408Z | [ recovery-image] Aug 18 19:45:42.681 INFO O| Aug 18 19:45:42.681 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5531 | 2025-08-18T19:45:43.421Z | [ recovery-image] Aug 18 19:45:42.693 INFO O| Aug 18 19:45:42.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin" |
| 5532 | 2025-08-18T19:45:43.421Z | [ recovery-image] Aug 18 19:45:42.693 INFO O| Aug 18 19:45:42.693 INFO STEP 238 (remove_files) COMPLETE |
| 5533 | 2025-08-18T19:45:43.426Z | [ recovery-image] Aug 18 19:45:42.693 INFO O| Aug 18 19:45:42.693 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5534 | 2025-08-18T19:45:43.433Z | [ recovery-image] Aug 18 19:45:42.706 INFO O| Aug 18 19:45:42.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout" |
| 5535 | 2025-08-18T19:45:43.433Z | [ recovery-image] Aug 18 19:45:42.706 INFO O| Aug 18 19:45:42.706 INFO STEP 239 (remove_files) COMPLETE |
| 5536 | 2025-08-18T19:45:43.438Z | [ recovery-image] Aug 18 19:45:42.706 INFO O| Aug 18 19:45:42.706 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5537 | 2025-08-18T19:45:43.445Z | [ recovery-image] Aug 18 19:45:42.718 INFO O| Aug 18 19:45:42.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill" |
| 5538 | 2025-08-18T19:45:43.448Z | [ recovery-image] Aug 18 19:45:42.718 INFO O| Aug 18 19:45:42.718 INFO STEP 240 (remove_files) COMPLETE |
| 5539 | 2025-08-18T19:45:43.448Z | [ recovery-image] Aug 18 19:45:42.718 INFO O| Aug 18 19:45:42.718 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5540 | 2025-08-18T19:45:43.458Z | [ recovery-image] Aug 18 19:45:42.731 INFO O| Aug 18 19:45:42.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit" |
| 5541 | 2025-08-18T19:45:43.458Z | [ recovery-image] Aug 18 19:45:42.731 INFO O| Aug 18 19:45:42.731 INFO STEP 241 (remove_files) COMPLETE |
| 5542 | 2025-08-18T19:45:43.458Z | [ recovery-image] Aug 18 19:45:42.731 INFO O| Aug 18 19:45:42.731 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5543 | 2025-08-18T19:45:43.467Z | [ recovery-image] Aug 18 19:45:42.740 INFO O| Aug 18 19:45:42.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist" |
| 5544 | 2025-08-18T19:45:43.467Z | [ recovery-image] Aug 18 19:45:42.740 INFO O| Aug 18 19:45:42.740 INFO STEP 242 (remove_files) COMPLETE |
| 5545 | 2025-08-18T19:45:43.467Z | [ recovery-image] Aug 18 19:45:42.740 INFO O| Aug 18 19:45:42.740 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5546 | 2025-08-18T19:45:43.479Z | [ recovery-image] Aug 18 19:45:42.752 INFO O| Aug 18 19:45:42.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg" |
| 5547 | 2025-08-18T19:45:43.479Z | [ recovery-image] Aug 18 19:45:42.752 INFO O| Aug 18 19:45:42.752 INFO STEP 243 (remove_files) COMPLETE |
| 5548 | 2025-08-18T19:45:43.479Z | [ recovery-image] Aug 18 19:45:42.752 INFO O| Aug 18 19:45:42.752 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5549 | 2025-08-18T19:45:43.491Z | [ recovery-image] Aug 18 19:45:42.764 INFO O| Aug 18 19:45:42.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd" |
| 5550 | 2025-08-18T19:45:43.491Z | [ recovery-image] Aug 18 19:45:42.764 INFO O| Aug 18 19:45:42.764 INFO STEP 244 (remove_files) COMPLETE |
| 5551 | 2025-08-18T19:45:43.493Z | [ recovery-image] Aug 18 19:45:42.764 INFO O| Aug 18 19:45:42.764 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5552 | 2025-08-18T19:45:43.504Z | [ recovery-image] Aug 18 19:45:42.778 INFO O| Aug 18 19:45:42.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config" |
| 5553 | 2025-08-18T19:45:43.505Z | [ recovery-image] Aug 18 19:45:42.778 INFO O| Aug 18 19:45:42.778 INFO STEP 245 (remove_files) COMPLETE |
| 5554 | 2025-08-18T19:45:43.508Z | [ recovery-image] Aug 18 19:45:42.778 INFO O| Aug 18 19:45:42.778 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5555 | 2025-08-18T19:45:43.516Z | [ recovery-image] Aug 18 19:45:42.790 INFO O| Aug 18 19:45:42.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93" |
| 5556 | 2025-08-18T19:45:43.517Z | [ recovery-image] Aug 18 19:45:42.790 INFO O| Aug 18 19:45:42.790 INFO STEP 246 (remove_files) COMPLETE |
| 5557 | 2025-08-18T19:45:43.517Z | [ recovery-image] Aug 18 19:45:42.790 INFO O| Aug 18 19:45:42.790 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5558 | 2025-08-18T19:45:43.530Z | [ recovery-image] Aug 18 19:45:42.803 INFO O| Aug 18 19:45:42.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil" |
| 5559 | 2025-08-18T19:45:43.530Z | [ recovery-image] Aug 18 19:45:42.803 INFO O| Aug 18 19:45:42.803 INFO STEP 247 (remove_files) COMPLETE |
| 5560 | 2025-08-18T19:45:43.530Z | [ recovery-image] Aug 18 19:45:42.803 INFO O| Aug 18 19:45:42.803 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5561 | 2025-08-18T19:45:43.543Z | [ recovery-image] Aug 18 19:45:42.817 INFO O| Aug 18 19:45:42.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat" |
| 5562 | 2025-08-18T19:45:43.546Z | [ recovery-image] Aug 18 19:45:42.817 INFO O| Aug 18 19:45:42.817 INFO STEP 248 (remove_files) COMPLETE |
| 5563 | 2025-08-18T19:45:43.546Z | [ recovery-image] Aug 18 19:45:42.817 INFO O| Aug 18 19:45:42.817 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5564 | 2025-08-18T19:45:43.555Z | [ recovery-image] Aug 18 19:45:42.828 INFO O| Aug 18 19:45:42.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last" |
| 5565 | 2025-08-18T19:45:43.559Z | [ recovery-image] Aug 18 19:45:42.828 INFO O| Aug 18 19:45:42.828 INFO STEP 249 (remove_files) COMPLETE |
| 5566 | 2025-08-18T19:45:43.559Z | [ recovery-image] Aug 18 19:45:42.828 INFO O| Aug 18 19:45:42.828 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5567 | 2025-08-18T19:45:43.566Z | [ recovery-image] Aug 18 19:45:42.840 INFO O| Aug 18 19:45:42.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm" |
| 5568 | 2025-08-18T19:45:43.570Z | [ recovery-image] Aug 18 19:45:42.840 INFO O| Aug 18 19:45:42.840 INFO STEP 250 (remove_files) COMPLETE |
| 5569 | 2025-08-18T19:45:43.571Z | [ recovery-image] Aug 18 19:45:42.840 INFO O| Aug 18 19:45:42.840 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5570 | 2025-08-18T19:45:43.578Z | [ recovery-image] Aug 18 19:45:42.851 INFO O| Aug 18 19:45:42.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld" |
| 5571 | 2025-08-18T19:45:43.578Z | [ recovery-image] Aug 18 19:45:42.851 INFO O| Aug 18 19:45:42.851 INFO STEP 251 (remove_files) COMPLETE |
| 5572 | 2025-08-18T19:45:43.578Z | [ recovery-image] Aug 18 19:45:42.851 INFO O| Aug 18 19:45:42.851 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5573 | 2025-08-18T19:45:43.591Z | [ recovery-image] Aug 18 19:45:42.864 INFO O| Aug 18 19:45:42.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd" |
| 5574 | 2025-08-18T19:45:43.591Z | [ recovery-image] Aug 18 19:45:42.864 INFO O| Aug 18 19:45:42.864 INFO STEP 252 (remove_files) COMPLETE |
| 5575 | 2025-08-18T19:45:43.591Z | [ recovery-image] Aug 18 19:45:42.864 INFO O| Aug 18 19:45:42.864 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5576 | 2025-08-18T19:45:43.603Z | [ recovery-image] Aug 18 19:45:42.876 INFO O| Aug 18 19:45:42.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less" |
| 5577 | 2025-08-18T19:45:43.603Z | [ recovery-image] Aug 18 19:45:42.876 INFO O| Aug 18 19:45:42.876 INFO STEP 253 (remove_files) COMPLETE |
| 5578 | 2025-08-18T19:45:43.606Z | [ recovery-image] Aug 18 19:45:42.876 INFO O| Aug 18 19:45:42.876 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5579 | 2025-08-18T19:45:43.614Z | [ recovery-image] Aug 18 19:45:42.888 INFO O| Aug 18 19:45:42.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho" |
| 5580 | 2025-08-18T19:45:43.615Z | [ recovery-image] Aug 18 19:45:42.888 INFO O| Aug 18 19:45:42.888 INFO STEP 254 (remove_files) COMPLETE |
| 5581 | 2025-08-18T19:45:43.615Z | [ recovery-image] Aug 18 19:45:42.888 INFO O| Aug 18 19:45:42.888 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5582 | 2025-08-18T19:45:43.627Z | [ recovery-image] Aug 18 19:45:42.900 INFO O| Aug 18 19:45:42.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey" |
| 5583 | 2025-08-18T19:45:43.627Z | [ recovery-image] Aug 18 19:45:42.900 INFO O| Aug 18 19:45:42.900 INFO STEP 255 (remove_files) COMPLETE |
| 5584 | 2025-08-18T19:45:43.627Z | [ recovery-image] Aug 18 19:45:42.900 INFO O| Aug 18 19:45:42.900 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5585 | 2025-08-18T19:45:43.638Z | [ recovery-image] Aug 18 19:45:42.911 INFO O| Aug 18 19:45:42.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo" |
| 5586 | 2025-08-18T19:45:43.638Z | [ recovery-image] Aug 18 19:45:42.912 INFO O| Aug 18 19:45:42.912 INFO STEP 256 (remove_files) COMPLETE |
| 5587 | 2025-08-18T19:45:43.638Z | [ recovery-image] Aug 18 19:45:42.912 INFO O| Aug 18 19:45:42.912 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5588 | 2025-08-18T19:45:43.651Z | [ recovery-image] Aug 18 19:45:42.924 INFO O| Aug 18 19:45:42.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line" |
| 5589 | 2025-08-18T19:45:43.651Z | [ recovery-image] Aug 18 19:45:42.924 INFO O| Aug 18 19:45:42.924 INFO STEP 257 (remove_files) COMPLETE |
| 5590 | 2025-08-18T19:45:43.651Z | [ recovery-image] Aug 18 19:45:42.924 INFO O| Aug 18 19:45:42.924 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5591 | 2025-08-18T19:45:43.664Z | [ recovery-image] Aug 18 19:45:42.937 INFO O| Aug 18 19:45:42.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp" |
| 5592 | 2025-08-18T19:45:43.667Z | [ recovery-image] Aug 18 19:45:42.938 INFO O| Aug 18 19:45:42.938 INFO STEP 258 (remove_files) COMPLETE |
| 5593 | 2025-08-18T19:45:43.667Z | [ recovery-image] Aug 18 19:45:42.938 INFO O| Aug 18 19:45:42.938 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5594 | 2025-08-18T19:45:43.674Z | [ recovery-image] Aug 18 19:45:42.947 INFO O| Aug 18 19:45:42.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers" |
| 5595 | 2025-08-18T19:45:43.674Z | [ recovery-image] Aug 18 19:45:42.947 INFO O| Aug 18 19:45:42.947 INFO STEP 259 (remove_files) COMPLETE |
| 5596 | 2025-08-18T19:45:43.678Z | [ recovery-image] Aug 18 19:45:42.947 INFO O| Aug 18 19:45:42.947 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5597 | 2025-08-18T19:45:43.686Z | [ recovery-image] Aug 18 19:45:42.959 INFO O| Aug 18 19:45:42.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys" |
| 5598 | 2025-08-18T19:45:43.686Z | [ recovery-image] Aug 18 19:45:42.959 INFO O| Aug 18 19:45:42.959 INFO STEP 260 (remove_files) COMPLETE |
| 5599 | 2025-08-18T19:45:43.689Z | [ recovery-image] Aug 18 19:45:42.959 INFO O| Aug 18 19:45:42.959 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5600 | 2025-08-18T19:45:43.699Z | [ recovery-image] Aug 18 19:45:42.973 INFO O| Aug 18 19:45:42.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger" |
| 5601 | 2025-08-18T19:45:43.699Z | [ recovery-image] Aug 18 19:45:42.973 INFO O| Aug 18 19:45:42.973 INFO STEP 261 (remove_files) COMPLETE |
| 5602 | 2025-08-18T19:45:43.702Z | [ recovery-image] Aug 18 19:45:42.973 INFO O| Aug 18 19:45:42.973 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5603 | 2025-08-18T19:45:43.712Z | [ recovery-image] Aug 18 19:45:42.985 INFO O| Aug 18 19:45:42.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins" |
| 5604 | 2025-08-18T19:45:43.712Z | [ recovery-image] Aug 18 19:45:42.985 INFO O| Aug 18 19:45:42.985 INFO STEP 262 (remove_files) COMPLETE |
| 5605 | 2025-08-18T19:45:43.715Z | [ recovery-image] Aug 18 19:45:42.985 INFO O| Aug 18 19:45:42.985 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5606 | 2025-08-18T19:45:43.725Z | [ recovery-image] Aug 18 19:45:42.999 INFO O| Aug 18 19:45:42.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname" |
| 5607 | 2025-08-18T19:45:43.725Z | [ recovery-image] Aug 18 19:45:42.999 INFO O| Aug 18 19:45:42.999 INFO STEP 263 (remove_files) COMPLETE |
| 5608 | 2025-08-18T19:45:43.725Z | [ recovery-image] Aug 18 19:45:42.999 INFO O| Aug 18 19:45:42.999 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5609 | 2025-08-18T19:45:43.736Z | [ recovery-image] Aug 18 19:45:43.010 INFO O| Aug 18 19:45:43.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look" |
| 5610 | 2025-08-18T19:45:43.736Z | [ recovery-image] Aug 18 19:45:43.010 INFO O| Aug 18 19:45:43.010 INFO STEP 264 (remove_files) COMPLETE |
| 5611 | 2025-08-18T19:45:43.739Z | [ recovery-image] Aug 18 19:45:43.010 INFO O| Aug 18 19:45:43.010 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5612 | 2025-08-18T19:45:43.749Z | [ recovery-image] Aug 18 19:45:43.022 INFO O| Aug 18 19:45:43.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker" |
| 5613 | 2025-08-18T19:45:43.749Z | [ recovery-image] Aug 18 19:45:43.022 INFO O| Aug 18 19:45:43.022 INFO STEP 265 (remove_files) COMPLETE |
| 5614 | 2025-08-18T19:45:43.749Z | [ recovery-image] Aug 18 19:45:43.022 INFO O| Aug 18 19:45:43.022 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5615 | 2025-08-18T19:45:43.762Z | [ recovery-image] Aug 18 19:45:43.035 INFO O| Aug 18 19:45:43.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4" |
| 5616 | 2025-08-18T19:45:43.762Z | [ recovery-image] Aug 18 19:45:43.036 INFO O| Aug 18 19:45:43.035 INFO STEP 266 (remove_files) COMPLETE |
| 5617 | 2025-08-18T19:45:43.765Z | [ recovery-image] Aug 18 19:45:43.036 INFO O| Aug 18 19:45:43.035 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5618 | 2025-08-18T19:45:43.774Z | [ recovery-image] Aug 18 19:45:43.047 INFO O| Aug 18 19:45:43.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec" |
| 5619 | 2025-08-18T19:45:43.774Z | [ recovery-image] Aug 18 19:45:43.047 INFO O| Aug 18 19:45:43.047 INFO STEP 267 (remove_files) COMPLETE |
| 5620 | 2025-08-18T19:45:43.774Z | [ recovery-image] Aug 18 19:45:43.047 INFO O| Aug 18 19:45:43.047 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5621 | 2025-08-18T19:45:43.787Z | [ recovery-image] Aug 18 19:45:43.060 INFO O| Aug 18 19:45:43.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo" |
| 5622 | 2025-08-18T19:45:43.787Z | [ recovery-image] Aug 18 19:45:43.060 INFO O| Aug 18 19:45:43.060 INFO STEP 268 (remove_files) COMPLETE |
| 5623 | 2025-08-18T19:45:43.787Z | [ recovery-image] Aug 18 19:45:43.060 INFO O| Aug 18 19:45:43.060 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5624 | 2025-08-18T19:45:43.799Z | [ recovery-image] Aug 18 19:45:43.072 INFO O| Aug 18 19:45:43.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac" |
| 5625 | 2025-08-18T19:45:43.799Z | [ recovery-image] Aug 18 19:45:43.072 INFO O| Aug 18 19:45:43.072 INFO STEP 269 (remove_files) COMPLETE |
| 5626 | 2025-08-18T19:45:43.802Z | [ recovery-image] Aug 18 19:45:43.072 INFO O| Aug 18 19:45:43.072 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5627 | 2025-08-18T19:45:43.811Z | [ recovery-image] Aug 18 19:45:43.085 INFO O| Aug 18 19:45:43.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach" |
| 5628 | 2025-08-18T19:45:43.814Z | [ recovery-image] Aug 18 19:45:43.085 INFO O| Aug 18 19:45:43.085 INFO STEP 270 (remove_files) COMPLETE |
| 5629 | 2025-08-18T19:45:43.814Z | [ recovery-image] Aug 18 19:45:43.085 INFO O| Aug 18 19:45:43.085 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5630 | 2025-08-18T19:45:43.825Z | [ recovery-image] Aug 18 19:45:43.098 INFO O| Aug 18 19:45:43.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx" |
| 5631 | 2025-08-18T19:45:43.825Z | [ recovery-image] Aug 18 19:45:43.099 INFO O| Aug 18 19:45:43.099 INFO STEP 271 (remove_files) COMPLETE |
| 5632 | 2025-08-18T19:45:43.828Z | [ recovery-image] Aug 18 19:45:43.099 INFO O| Aug 18 19:45:43.099 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5633 | 2025-08-18T19:45:43.836Z | [ recovery-image] Aug 18 19:45:43.110 INFO O| Aug 18 19:45:43.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev" |
| 5634 | 2025-08-18T19:45:43.836Z | [ recovery-image] Aug 18 19:45:43.110 INFO O| Aug 18 19:45:43.110 INFO STEP 272 (remove_files) COMPLETE |
| 5635 | 2025-08-18T19:45:43.839Z | [ recovery-image] Aug 18 19:45:43.110 INFO O| Aug 18 19:45:43.110 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5636 | 2025-08-18T19:45:43.849Z | [ recovery-image] Aug 18 19:45:43.123 INFO O| Aug 18 19:45:43.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg" |
| 5637 | 2025-08-18T19:45:43.850Z | [ recovery-image] Aug 18 19:45:43.123 INFO O| Aug 18 19:45:43.123 INFO STEP 273 (remove_files) COMPLETE |
| 5638 | 2025-08-18T19:45:43.850Z | [ recovery-image] Aug 18 19:45:43.123 INFO O| Aug 18 19:45:43.123 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5639 | 2025-08-18T19:45:43.863Z | [ recovery-image] Aug 18 19:45:43.136 INFO O| Aug 18 19:45:43.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c" |
| 5640 | 2025-08-18T19:45:43.863Z | [ recovery-image] Aug 18 19:45:43.137 INFO O| Aug 18 19:45:43.136 INFO STEP 274 (remove_files) COMPLETE |
| 5641 | 2025-08-18T19:45:43.866Z | [ recovery-image] Aug 18 19:45:43.137 INFO O| Aug 18 19:45:43.137 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5642 | 2025-08-18T19:45:43.876Z | [ recovery-image] Aug 18 19:45:43.150 INFO O| Aug 18 19:45:43.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update" |
| 5643 | 2025-08-18T19:45:43.876Z | [ recovery-image] Aug 18 19:45:43.150 INFO O| Aug 18 19:45:43.150 INFO STEP 275 (remove_files) COMPLETE |
| 5644 | 2025-08-18T19:45:43.879Z | [ recovery-image] Aug 18 19:45:43.150 INFO O| Aug 18 19:45:43.150 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5645 | 2025-08-18T19:45:43.886Z | [ recovery-image] Aug 18 19:45:43.160 INFO O| Aug 18 19:45:43.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo" |
| 5646 | 2025-08-18T19:45:43.887Z | [ recovery-image] Aug 18 19:45:43.160 INFO O| Aug 18 19:45:43.160 INFO STEP 276 (remove_files) COMPLETE |
| 5647 | 2025-08-18T19:45:43.890Z | [ recovery-image] Aug 18 19:45:43.161 INFO O| Aug 18 19:45:43.160 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5648 | 2025-08-18T19:45:43.896Z | [ recovery-image] Aug 18 19:45:43.170 INFO O| Aug 18 19:45:43.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict" |
| 5649 | 2025-08-18T19:45:43.899Z | [ recovery-image] Aug 18 19:45:43.170 INFO O| Aug 18 19:45:43.170 INFO STEP 277 (remove_files) COMPLETE |
| 5650 | 2025-08-18T19:45:43.899Z | [ recovery-image] Aug 18 19:45:43.170 INFO O| Aug 18 19:45:43.170 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5651 | 2025-08-18T19:45:43.909Z | [ recovery-image] Aug 18 19:45:43.182 INFO O| Aug 18 19:45:43.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe" |
| 5652 | 2025-08-18T19:45:43.909Z | [ recovery-image] Aug 18 19:45:43.183 INFO O| Aug 18 19:45:43.182 INFO STEP 278 (remove_files) COMPLETE |
| 5653 | 2025-08-18T19:45:43.909Z | [ recovery-image] Aug 18 19:45:43.183 INFO O| Aug 18 19:45:43.183 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5654 | 2025-08-18T19:45:43.922Z | [ recovery-image] Aug 18 19:45:43.195 INFO O| Aug 18 19:45:43.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat" |
| 5655 | 2025-08-18T19:45:43.922Z | [ recovery-image] Aug 18 19:45:43.196 INFO O| Aug 18 19:45:43.196 INFO STEP 279 (remove_files) COMPLETE |
| 5656 | 2025-08-18T19:45:43.922Z | [ recovery-image] Aug 18 19:45:43.196 INFO O| Aug 18 19:45:43.196 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5657 | 2025-08-18T19:45:43.932Z | [ recovery-image] Aug 18 19:45:43.206 INFO O| Aug 18 19:45:43.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt" |
| 5658 | 2025-08-18T19:45:43.932Z | [ recovery-image] Aug 18 19:45:43.206 INFO O| Aug 18 19:45:43.206 INFO STEP 280 (remove_files) COMPLETE |
| 5659 | 2025-08-18T19:45:43.932Z | [ recovery-image] Aug 18 19:45:43.206 INFO O| Aug 18 19:45:43.206 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5660 | 2025-08-18T19:45:43.945Z | [ recovery-image] Aug 18 19:45:43.218 INFO O| Aug 18 19:45:43.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config" |
| 5661 | 2025-08-18T19:45:43.946Z | [ recovery-image] Aug 18 19:45:43.218 INFO O| Aug 18 19:45:43.218 INFO STEP 281 (remove_files) COMPLETE |
| 5662 | 2025-08-18T19:45:43.949Z | [ recovery-image] Aug 18 19:45:43.219 INFO O| Aug 18 19:45:43.218 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5663 | 2025-08-18T19:45:43.957Z | [ recovery-image] Aug 18 19:45:43.231 INFO O| Aug 18 19:45:43.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert" |
| 5664 | 2025-08-18T19:45:43.957Z | [ recovery-image] Aug 18 19:45:43.231 INFO O| Aug 18 19:45:43.231 INFO STEP 282 (remove_files) COMPLETE |
| 5665 | 2025-08-18T19:45:43.957Z | [ recovery-image] Aug 18 19:45:43.231 INFO O| Aug 18 19:45:43.231 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5666 | 2025-08-18T19:45:43.969Z | [ recovery-image] Aug 18 19:45:43.243 INFO O| Aug 18 19:45:43.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config" |
| 5667 | 2025-08-18T19:45:43.969Z | [ recovery-image] Aug 18 19:45:43.243 INFO O| Aug 18 19:45:43.243 INFO STEP 283 (remove_files) COMPLETE |
| 5668 | 2025-08-18T19:45:43.972Z | [ recovery-image] Aug 18 19:45:43.243 INFO O| Aug 18 19:45:43.243 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5669 | 2025-08-18T19:45:43.979Z | [ recovery-image] Aug 18 19:45:43.253 INFO O| Aug 18 19:45:43.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user" |
| 5670 | 2025-08-18T19:45:43.982Z | [ recovery-image] Aug 18 19:45:43.253 INFO O| Aug 18 19:45:43.253 INFO STEP 284 (remove_files) COMPLETE |
| 5671 | 2025-08-18T19:45:43.982Z | [ recovery-image] Aug 18 19:45:43.254 INFO O| Aug 18 19:45:43.253 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5672 | 2025-08-18T19:45:43.991Z | [ recovery-image] Aug 18 19:45:43.265 INFO O| Aug 18 19:45:43.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform" |
| 5673 | 2025-08-18T19:45:43.991Z | [ recovery-image] Aug 18 19:45:43.265 INFO O| Aug 18 19:45:43.265 INFO STEP 285 (remove_files) COMPLETE |
| 5674 | 2025-08-18T19:45:43.994Z | [ recovery-image] Aug 18 19:45:43.265 INFO O| Aug 18 19:45:43.265 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5675 | 2025-08-18T19:45:44.002Z | [ recovery-image] Aug 18 19:45:43.276 INFO O| Aug 18 19:45:43.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp" |
| 5676 | 2025-08-18T19:45:44.002Z | [ recovery-image] Aug 18 19:45:43.276 INFO O| Aug 18 19:45:43.276 INFO STEP 286 (remove_files) COMPLETE |
| 5677 | 2025-08-18T19:45:44.006Z | [ recovery-image] Aug 18 19:45:43.276 INFO O| Aug 18 19:45:43.276 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5678 | 2025-08-18T19:45:44.012Z | [ recovery-image] Aug 18 19:45:43.286 INFO O| Aug 18 19:45:43.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news" |
| 5679 | 2025-08-18T19:45:44.012Z | [ recovery-image] Aug 18 19:45:43.286 INFO O| Aug 18 19:45:43.286 INFO STEP 287 (remove_files) COMPLETE |
| 5680 | 2025-08-18T19:45:44.012Z | [ recovery-image] Aug 18 19:45:43.286 INFO O| Aug 18 19:45:43.286 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5681 | 2025-08-18T19:45:44.026Z | [ recovery-image] Aug 18 19:45:43.300 INFO O| Aug 18 19:45:43.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask" |
| 5682 | 2025-08-18T19:45:44.026Z | [ recovery-image] Aug 18 19:45:43.300 INFO O| Aug 18 19:45:43.300 INFO STEP 288 (remove_files) COMPLETE |
| 5683 | 2025-08-18T19:45:44.029Z | [ recovery-image] Aug 18 19:45:43.300 INFO O| Aug 18 19:45:43.300 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5684 | 2025-08-18T19:45:44.038Z | [ recovery-image] Aug 18 19:45:43.312 INFO O| Aug 18 19:45:43.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice" |
| 5685 | 2025-08-18T19:45:44.042Z | [ recovery-image] Aug 18 19:45:43.313 INFO O| Aug 18 19:45:43.313 INFO STEP 289 (remove_files) COMPLETE |
| 5686 | 2025-08-18T19:45:44.042Z | [ recovery-image] Aug 18 19:45:43.313 INFO O| Aug 18 19:45:43.313 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5687 | 2025-08-18T19:45:44.050Z | [ recovery-image] Aug 18 19:45:43.324 INFO O| Aug 18 19:45:43.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl" |
| 5688 | 2025-08-18T19:45:44.050Z | [ recovery-image] Aug 18 19:45:43.324 INFO O| Aug 18 19:45:43.324 INFO STEP 290 (remove_files) COMPLETE |
| 5689 | 2025-08-18T19:45:44.050Z | [ recovery-image] Aug 18 19:45:43.324 INFO O| Aug 18 19:45:43.324 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5690 | 2025-08-18T19:45:44.063Z | [ recovery-image] Aug 18 19:45:43.337 INFO O| Aug 18 19:45:43.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk" |
| 5691 | 2025-08-18T19:45:44.063Z | [ recovery-image] Aug 18 19:45:43.337 INFO O| Aug 18 19:45:43.337 INFO STEP 291 (remove_files) COMPLETE |
| 5692 | 2025-08-18T19:45:44.066Z | [ recovery-image] Aug 18 19:45:43.337 INFO O| Aug 18 19:45:43.337 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5693 | 2025-08-18T19:45:44.074Z | [ recovery-image] Aug 18 19:45:43.348 INFO O| Aug 18 19:45:43.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od" |
| 5694 | 2025-08-18T19:45:44.074Z | [ recovery-image] Aug 18 19:45:43.348 INFO O| Aug 18 19:45:43.348 INFO STEP 292 (remove_files) COMPLETE |
| 5695 | 2025-08-18T19:45:44.074Z | [ recovery-image] Aug 18 19:45:43.348 INFO O| Aug 18 19:45:43.348 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5696 | 2025-08-18T19:45:44.086Z | [ recovery-image] Aug 18 19:45:43.360 INFO O| Aug 18 19:45:43.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa" |
| 5697 | 2025-08-18T19:45:44.086Z | [ recovery-image] Aug 18 19:45:43.360 INFO O| Aug 18 19:45:43.360 INFO STEP 293 (remove_files) COMPLETE |
| 5698 | 2025-08-18T19:45:44.089Z | [ recovery-image] Aug 18 19:45:43.360 INFO O| Aug 18 19:45:43.360 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5699 | 2025-08-18T19:45:44.098Z | [ recovery-image] Aug 18 19:45:43.371 INFO O| Aug 18 19:45:43.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack" |
| 5700 | 2025-08-18T19:45:44.101Z | [ recovery-image] Aug 18 19:45:43.371 INFO O| Aug 18 19:45:43.371 INFO STEP 294 (remove_files) COMPLETE |
| 5701 | 2025-08-18T19:45:44.101Z | [ recovery-image] Aug 18 19:45:43.371 INFO O| Aug 18 19:45:43.371 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5702 | 2025-08-18T19:45:44.109Z | [ recovery-image] Aug 18 19:45:43.384 INFO O| Aug 18 19:45:43.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page" |
| 5703 | 2025-08-18T19:45:44.110Z | [ recovery-image] Aug 18 19:45:43.384 INFO O| Aug 18 19:45:43.384 INFO STEP 295 (remove_files) COMPLETE |
| 5704 | 2025-08-18T19:45:44.113Z | [ recovery-image] Aug 18 19:45:43.384 INFO O| Aug 18 19:45:43.384 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5705 | 2025-08-18T19:45:44.119Z | [ recovery-image] Aug 18 19:45:43.393 INFO O| Aug 18 19:45:43.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize" |
| 5706 | 2025-08-18T19:45:44.122Z | [ recovery-image] Aug 18 19:45:43.394 INFO O| Aug 18 19:45:43.394 INFO STEP 296 (remove_files) COMPLETE |
| 5707 | 2025-08-18T19:45:44.122Z | [ recovery-image] Aug 18 19:45:43.394 INFO O| Aug 18 19:45:43.394 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5708 | 2025-08-18T19:45:44.132Z | [ recovery-image] Aug 18 19:45:43.406 INFO O| Aug 18 19:45:43.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd" |
| 5709 | 2025-08-18T19:45:44.132Z | [ recovery-image] Aug 18 19:45:43.406 INFO O| Aug 18 19:45:43.406 INFO STEP 297 (remove_files) COMPLETE |
| 5710 | 2025-08-18T19:45:44.135Z | [ recovery-image] Aug 18 19:45:43.406 INFO O| Aug 18 19:45:43.406 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5711 | 2025-08-18T19:45:44.146Z | [ recovery-image] Aug 18 19:45:43.420 INFO O| Aug 18 19:45:43.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste" |
| 5712 | 2025-08-18T19:45:44.146Z | [ recovery-image] Aug 18 19:45:43.420 INFO O| Aug 18 19:45:43.420 INFO STEP 298 (remove_files) COMPLETE |
| 5713 | 2025-08-18T19:45:44.149Z | [ recovery-image] Aug 18 19:45:43.420 INFO O| Aug 18 19:45:43.420 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5714 | 2025-08-18T19:45:44.159Z | [ recovery-image] Aug 18 19:45:43.433 INFO O| Aug 18 19:45:43.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk" |
| 5715 | 2025-08-18T19:45:44.162Z | [ recovery-image] Aug 18 19:45:43.433 INFO O| Aug 18 19:45:43.433 INFO STEP 299 (remove_files) COMPLETE |
| 5716 | 2025-08-18T19:45:44.162Z | [ recovery-image] Aug 18 19:45:43.433 INFO O| Aug 18 19:45:43.433 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5717 | 2025-08-18T19:45:44.171Z | [ recovery-image] Aug 18 19:45:43.446 INFO O| Aug 18 19:45:43.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax" |
| 5718 | 2025-08-18T19:45:44.171Z | [ recovery-image] Aug 18 19:45:43.446 INFO O| Aug 18 19:45:43.446 INFO STEP 300 (remove_files) COMPLETE |
| 5719 | 2025-08-18T19:45:44.175Z | [ recovery-image] Aug 18 19:45:43.446 INFO O| Aug 18 19:45:43.446 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5720 | 2025-08-18T19:45:44.184Z | [ recovery-image] Aug 18 19:45:43.458 INFO O| Aug 18 19:45:43.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config" |
| 5721 | 2025-08-18T19:45:44.184Z | [ recovery-image] Aug 18 19:45:43.458 INFO O| Aug 18 19:45:43.458 INFO STEP 301 (remove_files) COMPLETE |
| 5722 | 2025-08-18T19:45:44.187Z | [ recovery-image] Aug 18 19:45:43.458 INFO O| Aug 18 19:45:43.458 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5723 | 2025-08-18T19:45:44.194Z | [ recovery-image] Aug 18 19:45:43.468 INFO O| Aug 18 19:45:43.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config" |
| 5724 | 2025-08-18T19:45:44.194Z | [ recovery-image] Aug 18 19:45:43.469 INFO O| Aug 18 19:45:43.469 INFO STEP 302 (remove_files) COMPLETE |
| 5725 | 2025-08-18T19:45:44.197Z | [ recovery-image] Aug 18 19:45:43.469 INFO O| Aug 18 19:45:43.469 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5726 | 2025-08-18T19:45:44.206Z | [ recovery-image] Aug 18 19:45:43.480 INFO O| Aug 18 19:45:43.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config" |
| 5727 | 2025-08-18T19:45:44.210Z | [ recovery-image] Aug 18 19:45:43.481 INFO O| Aug 18 19:45:43.481 INFO STEP 303 (remove_files) COMPLETE |
| 5728 | 2025-08-18T19:45:44.210Z | [ recovery-image] Aug 18 19:45:43.481 INFO O| Aug 18 19:45:43.481 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5729 | 2025-08-18T19:45:44.220Z | [ recovery-image] Aug 18 19:45:43.494 INFO O| Aug 18 19:45:43.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep" |
| 5730 | 2025-08-18T19:45:44.224Z | [ recovery-image] Aug 18 19:45:43.494 INFO O| Aug 18 19:45:43.494 INFO STEP 304 (remove_files) COMPLETE |
| 5731 | 2025-08-18T19:45:44.224Z | [ recovery-image] Aug 18 19:45:43.494 INFO O| Aug 18 19:45:43.494 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5732 | 2025-08-18T19:45:44.234Z | [ recovery-image] Aug 18 19:45:43.508 INFO O| Aug 18 19:45:43.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test" |
| 5733 | 2025-08-18T19:45:44.237Z | [ recovery-image] Aug 18 19:45:43.508 INFO O| Aug 18 19:45:43.508 INFO STEP 305 (remove_files) COMPLETE |
| 5734 | 2025-08-18T19:45:44.237Z | [ recovery-image] Aug 18 19:45:43.508 INFO O| Aug 18 19:45:43.508 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5735 | 2025-08-18T19:45:44.246Z | [ recovery-image] Aug 18 19:45:43.520 INFO O| Aug 18 19:45:43.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep" |
| 5736 | 2025-08-18T19:45:44.246Z | [ recovery-image] Aug 18 19:45:43.520 INFO O| Aug 18 19:45:43.520 INFO STEP 306 (remove_files) COMPLETE |
| 5737 | 2025-08-18T19:45:44.249Z | [ recovery-image] Aug 18 19:45:43.520 INFO O| Aug 18 19:45:43.520 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5738 | 2025-08-18T19:45:44.259Z | [ recovery-image] Aug 18 19:45:43.533 INFO O| Aug 18 19:45:43.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest" |
| 5739 | 2025-08-18T19:45:44.259Z | [ recovery-image] Aug 18 19:45:43.534 INFO O| Aug 18 19:45:43.534 INFO STEP 307 (remove_files) COMPLETE |
| 5740 | 2025-08-18T19:45:44.263Z | [ recovery-image] Aug 18 19:45:43.534 INFO O| Aug 18 19:45:43.534 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5741 | 2025-08-18T19:45:44.272Z | [ recovery-image] Aug 18 19:45:43.546 INFO O| Aug 18 19:45:43.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash" |
| 5742 | 2025-08-18T19:45:44.276Z | [ recovery-image] Aug 18 19:45:43.547 INFO O| Aug 18 19:45:43.547 INFO STEP 308 (remove_files) COMPLETE |
| 5743 | 2025-08-18T19:45:44.276Z | [ recovery-image] Aug 18 19:45:43.547 INFO O| Aug 18 19:45:43.547 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5744 | 2025-08-18T19:45:44.284Z | [ recovery-image] Aug 18 19:45:43.558 INFO O| Aug 18 19:45:43.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh" |
| 5745 | 2025-08-18T19:45:44.291Z | [ recovery-image] Aug 18 19:45:43.558 INFO O| Aug 18 19:45:43.558 INFO STEP 309 (remove_files) COMPLETE |
| 5746 | 2025-08-18T19:45:44.291Z | [ recovery-image] Aug 18 19:45:43.558 INFO O| Aug 18 19:45:43.558 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5747 | 2025-08-18T19:45:44.297Z | [ recovery-image] Aug 18 19:45:43.571 INFO O| Aug 18 19:45:43.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh" |
| 5748 | 2025-08-18T19:45:44.297Z | [ recovery-image] Aug 18 19:45:43.571 INFO O| Aug 18 19:45:43.571 INFO STEP 310 (remove_files) COMPLETE |
| 5749 | 2025-08-18T19:45:44.302Z | [ recovery-image] Aug 18 19:45:43.572 INFO O| Aug 18 19:45:43.571 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5750 | 2025-08-18T19:45:44.310Z | [ recovery-image] Aug 18 19:45:43.584 INFO O| Aug 18 19:45:43.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93" |
| 5751 | 2025-08-18T19:45:44.310Z | [ recovery-image] Aug 18 19:45:43.584 INFO O| Aug 18 19:45:43.584 INFO STEP 311 (remove_files) COMPLETE |
| 5752 | 2025-08-18T19:45:44.315Z | [ recovery-image] Aug 18 19:45:43.584 INFO O| Aug 18 19:45:43.584 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5753 | 2025-08-18T19:45:44.323Z | [ recovery-image] Aug 18 19:45:43.596 INFO O| Aug 18 19:45:43.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh" |
| 5754 | 2025-08-18T19:45:44.323Z | [ recovery-image] Aug 18 19:45:43.597 INFO O| Aug 18 19:45:43.597 INFO STEP 312 (remove_files) COMPLETE |
| 5755 | 2025-08-18T19:45:44.327Z | [ recovery-image] Aug 18 19:45:43.597 INFO O| Aug 18 19:45:43.597 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5756 | 2025-08-18T19:45:44.335Z | [ recovery-image] Aug 18 19:45:43.610 INFO O| Aug 18 19:45:43.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93" |
| 5757 | 2025-08-18T19:45:44.335Z | [ recovery-image] Aug 18 19:45:43.610 INFO O| Aug 18 19:45:43.610 INFO STEP 313 (remove_files) COMPLETE |
| 5758 | 2025-08-18T19:45:44.344Z | [ recovery-image] Aug 18 19:45:43.610 INFO O| Aug 18 19:45:43.610 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5759 | 2025-08-18T19:45:44.349Z | [ recovery-image] Aug 18 19:45:43.623 INFO O| Aug 18 19:45:43.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh" |
| 5760 | 2025-08-18T19:45:44.352Z | [ recovery-image] Aug 18 19:45:43.623 INFO O| Aug 18 19:45:43.623 INFO STEP 314 (remove_files) COMPLETE |
| 5761 | 2025-08-18T19:45:44.352Z | [ recovery-image] Aug 18 19:45:43.623 INFO O| Aug 18 19:45:43.623 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5762 | 2025-08-18T19:45:44.361Z | [ recovery-image] Aug 18 19:45:43.636 INFO O| Aug 18 19:45:43.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh" |
| 5763 | 2025-08-18T19:45:44.361Z | [ recovery-image] Aug 18 19:45:43.636 INFO O| Aug 18 19:45:43.636 INFO STEP 315 (remove_files) COMPLETE |
| 5764 | 2025-08-18T19:45:44.365Z | [ recovery-image] Aug 18 19:45:43.636 INFO O| Aug 18 19:45:43.636 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5765 | 2025-08-18T19:45:44.375Z | [ recovery-image] Aug 18 19:45:43.649 INFO O| Aug 18 19:45:43.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh" |
| 5766 | 2025-08-18T19:45:44.375Z | [ recovery-image] Aug 18 19:45:43.649 INFO O| Aug 18 19:45:43.649 INFO STEP 316 (remove_files) COMPLETE |
| 5767 | 2025-08-18T19:45:44.378Z | [ recovery-image] Aug 18 19:45:43.649 INFO O| Aug 18 19:45:43.649 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5768 | 2025-08-18T19:45:44.388Z | [ recovery-image] Aug 18 19:45:43.662 INFO O| Aug 18 19:45:43.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg" |
| 5769 | 2025-08-18T19:45:44.391Z | [ recovery-image] Aug 18 19:45:43.662 INFO O| Aug 18 19:45:43.662 INFO STEP 317 (remove_files) COMPLETE |
| 5770 | 2025-08-18T19:45:44.392Z | [ recovery-image] Aug 18 19:45:43.663 INFO O| Aug 18 19:45:43.662 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5771 | 2025-08-18T19:45:44.400Z | [ recovery-image] Aug 18 19:45:43.675 INFO O| Aug 18 19:45:43.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo" |
| 5772 | 2025-08-18T19:45:44.400Z | [ recovery-image] Aug 18 19:45:43.675 INFO O| Aug 18 19:45:43.675 INFO STEP 318 (remove_files) COMPLETE |
| 5773 | 2025-08-18T19:45:44.403Z | [ recovery-image] Aug 18 19:45:43.675 INFO O| Aug 18 19:45:43.675 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5774 | 2025-08-18T19:45:44.413Z | [ recovery-image] Aug 18 19:45:43.688 INFO O| Aug 18 19:45:43.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat" |
| 5775 | 2025-08-18T19:45:44.416Z | [ recovery-image] Aug 18 19:45:43.688 INFO O| Aug 18 19:45:43.688 INFO STEP 319 (remove_files) COMPLETE |
| 5776 | 2025-08-18T19:45:44.417Z | [ recovery-image] Aug 18 19:45:43.688 INFO O| Aug 18 19:45:43.688 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5777 | 2025-08-18T19:45:44.426Z | [ recovery-image] Aug 18 19:45:43.701 INFO O| Aug 18 19:45:43.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm" |
| 5778 | 2025-08-18T19:45:44.426Z | [ recovery-image] Aug 18 19:45:43.701 INFO O| Aug 18 19:45:43.701 INFO STEP 320 (remove_files) COMPLETE |
| 5779 | 2025-08-18T19:45:44.430Z | [ recovery-image] Aug 18 19:45:43.701 INFO O| Aug 18 19:45:43.701 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5780 | 2025-08-18T19:45:44.440Z | [ recovery-image] Aug 18 19:45:43.714 INFO O| Aug 18 19:45:43.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond" |
| 5781 | 2025-08-18T19:45:44.440Z | [ recovery-image] Aug 18 19:45:43.714 INFO O| Aug 18 19:45:43.714 INFO STEP 321 (remove_files) COMPLETE |
| 5782 | 2025-08-18T19:45:44.443Z | [ recovery-image] Aug 18 19:45:43.714 INFO O| Aug 18 19:45:43.714 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5783 | 2025-08-18T19:45:44.454Z | [ recovery-image] Aug 18 19:45:43.728 INFO O| Aug 18 19:45:43.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo" |
| 5784 | 2025-08-18T19:45:44.458Z | [ recovery-image] Aug 18 19:45:43.728 INFO O| Aug 18 19:45:43.728 INFO STEP 322 (remove_files) COMPLETE |
| 5785 | 2025-08-18T19:45:44.458Z | [ recovery-image] Aug 18 19:45:43.728 INFO O| Aug 18 19:45:43.728 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5786 | 2025-08-18T19:45:44.466Z | [ recovery-image] Aug 18 19:45:43.741 INFO O| Aug 18 19:45:43.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk" |
| 5787 | 2025-08-18T19:45:44.466Z | [ recovery-image] Aug 18 19:45:43.741 INFO O| Aug 18 19:45:43.741 INFO STEP 323 (remove_files) COMPLETE |
| 5788 | 2025-08-18T19:45:44.466Z | [ recovery-image] Aug 18 19:45:43.741 INFO O| Aug 18 19:45:43.741 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5789 | 2025-08-18T19:45:44.480Z | [ recovery-image] Aug 18 19:45:43.754 INFO O| Aug 18 19:45:43.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam" |
| 5790 | 2025-08-18T19:45:44.480Z | [ recovery-image] Aug 18 19:45:43.754 INFO O| Aug 18 19:45:43.754 INFO STEP 324 (remove_files) COMPLETE |
| 5791 | 2025-08-18T19:45:44.483Z | [ recovery-image] Aug 18 19:45:43.754 INFO O| Aug 18 19:45:43.754 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5792 | 2025-08-18T19:45:44.491Z | [ recovery-image] Aug 18 19:45:43.766 INFO O| Aug 18 19:45:43.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto" |
| 5793 | 2025-08-18T19:45:44.491Z | [ recovery-image] Aug 18 19:45:43.766 INFO O| Aug 18 19:45:43.766 INFO STEP 325 (remove_files) COMPLETE |
| 5794 | 2025-08-18T19:45:44.494Z | [ recovery-image] Aug 18 19:45:43.766 INFO O| Aug 18 19:45:43.766 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5795 | 2025-08-18T19:45:44.503Z | [ recovery-image] Aug 18 19:45:43.778 INFO O| Aug 18 19:45:43.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans" |
| 5796 | 2025-08-18T19:45:44.504Z | [ recovery-image] Aug 18 19:45:43.778 INFO O| Aug 18 19:45:43.778 INFO STEP 326 (remove_files) COMPLETE |
| 5797 | 2025-08-18T19:45:44.507Z | [ recovery-image] Aug 18 19:45:43.778 INFO O| Aug 18 19:45:43.778 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5798 | 2025-08-18T19:45:44.517Z | [ recovery-image] Aug 18 19:45:43.792 INFO O| Aug 18 19:45:43.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool" |
| 5799 | 2025-08-18T19:45:44.517Z | [ recovery-image] Aug 18 19:45:43.792 INFO O| Aug 18 19:45:43.792 INFO STEP 327 (remove_files) COMPLETE |
| 5800 | 2025-08-18T19:45:44.521Z | [ recovery-image] Aug 18 19:45:43.792 INFO O| Aug 18 19:45:43.792 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5801 | 2025-08-18T19:45:44.526Z | [ recovery-image] Aug 18 19:45:43.801 INFO O| Aug 18 19:45:43.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp" |
| 5802 | 2025-08-18T19:45:44.526Z | [ recovery-image] Aug 18 19:45:43.801 INFO O| Aug 18 19:45:43.801 INFO STEP 328 (remove_files) COMPLETE |
| 5803 | 2025-08-18T19:45:44.530Z | [ recovery-image] Aug 18 19:45:43.801 INFO O| Aug 18 19:45:43.801 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5804 | 2025-08-18T19:45:44.540Z | [ recovery-image] Aug 18 19:45:43.815 INFO O| Aug 18 19:45:43.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise" |
| 5805 | 2025-08-18T19:45:44.541Z | [ recovery-image] Aug 18 19:45:43.815 INFO O| Aug 18 19:45:43.815 INFO STEP 329 (remove_files) COMPLETE |
| 5806 | 2025-08-18T19:45:44.544Z | [ recovery-image] Aug 18 19:45:43.815 INFO O| Aug 18 19:45:43.815 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5807 | 2025-08-18T19:45:44.555Z | [ recovery-image] Aug 18 19:45:43.830 INFO O| Aug 18 19:45:43.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat" |
| 5808 | 2025-08-18T19:45:44.559Z | [ recovery-image] Aug 18 19:45:43.830 INFO O| Aug 18 19:45:43.830 INFO STEP 330 (remove_files) COMPLETE |
| 5809 | 2025-08-18T19:45:44.559Z | [ recovery-image] Aug 18 19:45:43.830 INFO O| Aug 18 19:45:43.830 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5810 | 2025-08-18T19:45:44.569Z | [ recovery-image] Aug 18 19:45:43.844 INFO O| Aug 18 19:45:43.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz" |
| 5811 | 2025-08-18T19:45:44.573Z | [ recovery-image] Aug 18 19:45:43.844 INFO O| Aug 18 19:45:43.844 INFO STEP 331 (remove_files) COMPLETE |
| 5812 | 2025-08-18T19:45:44.573Z | [ recovery-image] Aug 18 19:45:43.844 INFO O| Aug 18 19:45:43.844 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5813 | 2025-08-18T19:45:44.584Z | [ recovery-image] Aug 18 19:45:43.858 INFO O| Aug 18 19:45:43.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr" |
| 5814 | 2025-08-18T19:45:44.584Z | [ recovery-image] Aug 18 19:45:43.858 INFO O| Aug 18 19:45:43.858 INFO STEP 332 (remove_files) COMPLETE |
| 5815 | 2025-08-18T19:45:44.587Z | [ recovery-image] Aug 18 19:45:43.858 INFO O| Aug 18 19:45:43.858 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5816 | 2025-08-18T19:45:44.597Z | [ recovery-image] Aug 18 19:45:43.872 INFO O| Aug 18 19:45:43.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print" |
| 5817 | 2025-08-18T19:45:44.597Z | [ recovery-image] Aug 18 19:45:43.872 INFO O| Aug 18 19:45:43.872 INFO STEP 333 (remove_files) COMPLETE |
| 5818 | 2025-08-18T19:45:44.601Z | [ recovery-image] Aug 18 19:45:43.872 INFO O| Aug 18 19:45:43.872 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5819 | 2025-08-18T19:45:44.610Z | [ recovery-image] Aug 18 19:45:43.885 INFO O| Aug 18 19:45:43.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf" |
| 5820 | 2025-08-18T19:45:44.613Z | [ recovery-image] Aug 18 19:45:43.885 INFO O| Aug 18 19:45:43.885 INFO STEP 334 (remove_files) COMPLETE |
| 5821 | 2025-08-18T19:45:44.614Z | [ recovery-image] Aug 18 19:45:43.885 INFO O| Aug 18 19:45:43.885 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5822 | 2025-08-18T19:45:44.623Z | [ recovery-image] Aug 18 19:45:43.898 INFO O| Aug 18 19:45:43.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl" |
| 5823 | 2025-08-18T19:45:44.626Z | [ recovery-image] Aug 18 19:45:43.898 INFO O| Aug 18 19:45:43.898 INFO STEP 335 (remove_files) COMPLETE |
| 5824 | 2025-08-18T19:45:44.627Z | [ recovery-image] Aug 18 19:45:43.898 INFO O| Aug 18 19:45:43.898 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5825 | 2025-08-18T19:45:44.638Z | [ recovery-image] Aug 18 19:45:43.911 INFO O| Aug 18 19:45:43.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles" |
| 5826 | 2025-08-18T19:45:44.641Z | [ recovery-image] Aug 18 19:45:43.911 INFO O| Aug 18 19:45:43.911 INFO STEP 336 (remove_files) COMPLETE |
| 5827 | 2025-08-18T19:45:44.641Z | [ recovery-image] Aug 18 19:45:43.911 INFO O| Aug 18 19:45:43.911 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5828 | 2025-08-18T19:45:44.649Z | [ recovery-image] Aug 18 19:45:43.924 INFO O| Aug 18 19:45:43.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects" |
| 5829 | 2025-08-18T19:45:44.652Z | [ recovery-image] Aug 18 19:45:43.924 INFO O| Aug 18 19:45:43.924 INFO STEP 337 (remove_files) COMPLETE |
| 5830 | 2025-08-18T19:45:44.652Z | [ recovery-image] Aug 18 19:45:43.924 INFO O| Aug 18 19:45:43.924 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5831 | 2025-08-18T19:45:44.661Z | [ recovery-image] Aug 18 19:45:43.936 INFO O| Aug 18 19:45:43.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags" |
| 5832 | 2025-08-18T19:45:44.662Z | [ recovery-image] Aug 18 19:45:43.936 INFO O| Aug 18 19:45:43.936 INFO STEP 338 (remove_files) COMPLETE |
| 5833 | 2025-08-18T19:45:44.665Z | [ recovery-image] Aug 18 19:45:43.936 INFO O| Aug 18 19:45:43.936 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5834 | 2025-08-18T19:45:44.674Z | [ recovery-image] Aug 18 19:45:43.949 INFO O| Aug 18 19:45:43.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev" |
| 5835 | 2025-08-18T19:45:44.674Z | [ recovery-image] Aug 18 19:45:43.949 INFO O| Aug 18 19:45:43.949 INFO STEP 339 (remove_files) COMPLETE |
| 5836 | 2025-08-18T19:45:44.678Z | [ recovery-image] Aug 18 19:45:43.949 INFO O| Aug 18 19:45:43.949 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5837 | 2025-08-18T19:45:44.686Z | [ recovery-image] Aug 18 19:45:43.961 INFO O| Aug 18 19:45:43.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp" |
| 5838 | 2025-08-18T19:45:44.689Z | [ recovery-image] Aug 18 19:45:43.961 INFO O| Aug 18 19:45:43.961 INFO STEP 340 (remove_files) COMPLETE |
| 5839 | 2025-08-18T19:45:44.689Z | [ recovery-image] Aug 18 19:45:43.961 INFO O| Aug 18 19:45:43.961 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5840 | 2025-08-18T19:45:44.699Z | [ recovery-image] Aug 18 19:45:43.974 INFO O| Aug 18 19:45:43.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs" |
| 5841 | 2025-08-18T19:45:44.700Z | [ recovery-image] Aug 18 19:45:43.974 INFO O| Aug 18 19:45:43.974 INFO STEP 341 (remove_files) COMPLETE |
| 5842 | 2025-08-18T19:45:44.703Z | [ recovery-image] Aug 18 19:45:43.974 INFO O| Aug 18 19:45:43.974 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5843 | 2025-08-18T19:45:44.712Z | [ recovery-image] Aug 18 19:45:43.986 INFO O| Aug 18 19:45:43.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait" |
| 5844 | 2025-08-18T19:45:44.712Z | [ recovery-image] Aug 18 19:45:43.986 INFO O| Aug 18 19:45:43.986 INFO STEP 342 (remove_files) COMPLETE |
| 5845 | 2025-08-18T19:45:44.716Z | [ recovery-image] Aug 18 19:45:43.986 INFO O| Aug 18 19:45:43.986 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5846 | 2025-08-18T19:45:44.724Z | [ recovery-image] Aug 18 19:45:43.999 INFO O| Aug 18 19:45:43.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd" |
| 5847 | 2025-08-18T19:45:44.724Z | [ recovery-image] Aug 18 19:45:43.999 INFO O| Aug 18 19:45:43.999 INFO STEP 343 (remove_files) COMPLETE |
| 5848 | 2025-08-18T19:45:44.724Z | [ recovery-image] Aug 18 19:45:43.999 INFO O| Aug 18 19:45:43.999 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5849 | 2025-08-18T19:45:44.737Z | [ recovery-image] Aug 18 19:45:44.012 INFO O| Aug 18 19:45:44.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read" |
| 5850 | 2025-08-18T19:45:44.740Z | [ recovery-image] Aug 18 19:45:44.012 INFO O| Aug 18 19:45:44.012 INFO STEP 344 (remove_files) COMPLETE |
| 5851 | 2025-08-18T19:45:44.740Z | [ recovery-image] Aug 18 19:45:44.012 INFO O| Aug 18 19:45:44.012 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5852 | 2025-08-18T19:45:44.748Z | [ recovery-image] Aug 18 19:45:44.022 INFO O| Aug 18 19:45:44.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red" |
| 5853 | 2025-08-18T19:45:44.751Z | [ recovery-image] Aug 18 19:45:44.023 INFO O| Aug 18 19:45:44.023 INFO STEP 345 (remove_files) COMPLETE |
| 5854 | 2025-08-18T19:45:44.751Z | [ recovery-image] Aug 18 19:45:44.023 INFO O| Aug 18 19:45:44.023 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5855 | 2025-08-18T19:45:44.760Z | [ recovery-image] Aug 18 19:45:44.035 INFO O| Aug 18 19:45:44.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp" |
| 5856 | 2025-08-18T19:45:44.760Z | [ recovery-image] Aug 18 19:45:44.035 INFO O| Aug 18 19:45:44.035 INFO STEP 346 (remove_files) COMPLETE |
| 5857 | 2025-08-18T19:45:44.763Z | [ recovery-image] Aug 18 19:45:44.035 INFO O| Aug 18 19:45:44.035 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5858 | 2025-08-18T19:45:44.772Z | [ recovery-image] Aug 18 19:45:44.047 INFO O| Aug 18 19:45:44.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice" |
| 5859 | 2025-08-18T19:45:44.772Z | [ recovery-image] Aug 18 19:45:44.047 INFO O| Aug 18 19:45:44.047 INFO STEP 347 (remove_files) COMPLETE |
| 5860 | 2025-08-18T19:45:44.776Z | [ recovery-image] Aug 18 19:45:44.047 INFO O| Aug 18 19:45:44.047 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5861 | 2025-08-18T19:45:44.788Z | [ recovery-image] Aug 18 19:45:44.060 INFO O| Aug 18 19:45:44.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize" |
| 5862 | 2025-08-18T19:45:44.791Z | [ recovery-image] Aug 18 19:45:44.061 INFO O| Aug 18 19:45:44.061 INFO STEP 348 (remove_files) COMPLETE |
| 5863 | 2025-08-18T19:45:44.791Z | [ recovery-image] Aug 18 19:45:44.061 INFO O| Aug 18 19:45:44.061 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5864 | 2025-08-18T19:45:44.797Z | [ recovery-image] Aug 18 19:45:44.073 INFO O| Aug 18 19:45:44.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev" |
| 5865 | 2025-08-18T19:45:44.801Z | [ recovery-image] Aug 18 19:45:44.073 INFO O| Aug 18 19:45:44.073 INFO STEP 349 (remove_files) COMPLETE |
| 5866 | 2025-08-18T19:45:44.801Z | [ recovery-image] Aug 18 19:45:44.073 INFO O| Aug 18 19:45:44.073 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5867 | 2025-08-18T19:45:44.811Z | [ recovery-image] Aug 18 19:45:44.086 INFO O| Aug 18 19:45:44.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh" |
| 5868 | 2025-08-18T19:45:44.814Z | [ recovery-image] Aug 18 19:45:44.086 INFO O| Aug 18 19:45:44.086 INFO STEP 350 (remove_files) COMPLETE |
| 5869 | 2025-08-18T19:45:44.814Z | [ recovery-image] Aug 18 19:45:44.086 INFO O| Aug 18 19:45:44.086 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5870 | 2025-08-18T19:45:44.824Z | [ recovery-image] Aug 18 19:45:44.099 INFO O| Aug 18 19:45:44.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93" |
| 5871 | 2025-08-18T19:45:44.828Z | [ recovery-image] Aug 18 19:45:44.099 INFO O| Aug 18 19:45:44.099 INFO STEP 351 (remove_files) COMPLETE |
| 5872 | 2025-08-18T19:45:44.828Z | [ recovery-image] Aug 18 19:45:44.099 INFO O| Aug 18 19:45:44.099 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5873 | 2025-08-18T19:45:44.837Z | [ recovery-image] Aug 18 19:45:44.112 INFO O| Aug 18 19:45:44.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles" |
| 5874 | 2025-08-18T19:45:44.837Z | [ recovery-image] Aug 18 19:45:44.112 INFO O| Aug 18 19:45:44.112 INFO STEP 352 (remove_files) COMPLETE |
| 5875 | 2025-08-18T19:45:44.840Z | [ recovery-image] Aug 18 19:45:44.112 INFO O| Aug 18 19:45:44.112 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5876 | 2025-08-18T19:45:44.849Z | [ recovery-image] Aug 18 19:45:44.124 INFO O| Aug 18 19:45:44.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo" |
| 5877 | 2025-08-18T19:45:44.849Z | [ recovery-image] Aug 18 19:45:44.124 INFO O| Aug 18 19:45:44.124 INFO STEP 353 (remove_files) COMPLETE |
| 5878 | 2025-08-18T19:45:44.852Z | [ recovery-image] Aug 18 19:45:44.124 INFO O| Aug 18 19:45:44.124 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5879 | 2025-08-18T19:45:44.858Z | [ recovery-image] Aug 18 19:45:44.133 INFO O| Aug 18 19:45:44.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync" |
| 5880 | 2025-08-18T19:45:44.862Z | [ recovery-image] Aug 18 19:45:44.133 INFO O| Aug 18 19:45:44.133 INFO STEP 354 (remove_files) COMPLETE |
| 5881 | 2025-08-18T19:45:44.862Z | [ recovery-image] Aug 18 19:45:44.133 INFO O| Aug 18 19:45:44.133 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5882 | 2025-08-18T19:45:44.894Z | [ recovery-image] Aug 18 19:45:44.147 INFO O| Aug 18 19:45:44.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl" |
| 5883 | 2025-08-18T19:45:44.894Z | [ recovery-image] Aug 18 19:45:44.147 INFO O| Aug 18 19:45:44.147 INFO STEP 355 (remove_files) COMPLETE |
| 5884 | 2025-08-18T19:45:44.894Z | [ recovery-image] Aug 18 19:45:44.147 INFO O| Aug 18 19:45:44.147 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5885 | 2025-08-18T19:45:44.899Z | [ recovery-image] Aug 18 19:45:44.159 INFO O| Aug 18 19:45:44.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat" |
| 5886 | 2025-08-18T19:45:44.899Z | [ recovery-image] Aug 18 19:45:44.159 INFO O| Aug 18 19:45:44.159 INFO STEP 356 (remove_files) COMPLETE |
| 5887 | 2025-08-18T19:45:44.899Z | [ recovery-image] Aug 18 19:45:44.159 INFO O| Aug 18 19:45:44.159 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5888 | 2025-08-18T19:45:44.899Z | [ recovery-image] Aug 18 19:45:44.167 INFO O| Aug 18 19:45:44.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp" |
| 5889 | 2025-08-18T19:45:44.899Z | [ recovery-image] Aug 18 19:45:44.168 INFO O| Aug 18 19:45:44.168 INFO STEP 357 (remove_files) COMPLETE |
| 5890 | 2025-08-18T19:45:44.899Z | [ recovery-image] Aug 18 19:45:44.168 INFO O| Aug 18 19:45:44.168 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5891 | 2025-08-18T19:45:44.903Z | [ recovery-image] Aug 18 19:45:44.178 INFO O| Aug 18 19:45:44.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script" |
| 5892 | 2025-08-18T19:45:44.903Z | [ recovery-image] Aug 18 19:45:44.178 INFO O| Aug 18 19:45:44.178 INFO STEP 358 (remove_files) COMPLETE |
| 5893 | 2025-08-18T19:45:44.903Z | [ recovery-image] Aug 18 19:45:44.178 INFO O| Aug 18 19:45:44.178 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5894 | 2025-08-18T19:45:44.916Z | [ recovery-image] Aug 18 19:45:44.191 INFO O| Aug 18 19:45:44.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff" |
| 5895 | 2025-08-18T19:45:44.916Z | [ recovery-image] Aug 18 19:45:44.191 INFO O| Aug 18 19:45:44.191 INFO STEP 359 (remove_files) COMPLETE |
| 5896 | 2025-08-18T19:45:44.919Z | [ recovery-image] Aug 18 19:45:44.191 INFO O| Aug 18 19:45:44.191 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5897 | 2025-08-18T19:45:44.926Z | [ recovery-image] Aug 18 19:45:44.201 INFO O| Aug 18 19:45:44.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp" |
| 5898 | 2025-08-18T19:45:44.926Z | [ recovery-image] Aug 18 19:45:44.201 INFO O| Aug 18 19:45:44.201 INFO STEP 360 (remove_files) COMPLETE |
| 5899 | 2025-08-18T19:45:44.926Z | [ recovery-image] Aug 18 19:45:44.201 INFO O| Aug 18 19:45:44.201 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5900 | 2025-08-18T19:45:44.939Z | [ recovery-image] Aug 18 19:45:44.213 INFO O| Aug 18 19:45:44.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp" |
| 5901 | 2025-08-18T19:45:44.939Z | [ recovery-image] Aug 18 19:45:44.213 INFO O| Aug 18 19:45:44.213 INFO STEP 361 (remove_files) COMPLETE |
| 5902 | 2025-08-18T19:45:44.942Z | [ recovery-image] Aug 18 19:45:44.213 INFO O| Aug 18 19:45:44.213 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5903 | 2025-08-18T19:45:44.946Z | [ recovery-image] Aug 18 19:45:44.222 INFO O| Aug 18 19:45:44.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp" |
| 5904 | 2025-08-18T19:45:44.946Z | [ recovery-image] Aug 18 19:45:44.222 INFO O| Aug 18 19:45:44.222 INFO STEP 362 (remove_files) COMPLETE |
| 5905 | 2025-08-18T19:45:44.949Z | [ recovery-image] Aug 18 19:45:44.222 INFO O| Aug 18 19:45:44.222 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5906 | 2025-08-18T19:45:44.959Z | [ recovery-image] Aug 18 19:45:44.235 INFO O| Aug 18 19:45:44.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil" |
| 5907 | 2025-08-18T19:45:44.960Z | [ recovery-image] Aug 18 19:45:44.235 INFO O| Aug 18 19:45:44.235 INFO STEP 363 (remove_files) COMPLETE |
| 5908 | 2025-08-18T19:45:44.964Z | [ recovery-image] Aug 18 19:45:44.235 INFO O| Aug 18 19:45:44.235 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5909 | 2025-08-18T19:45:44.968Z | [ recovery-image] Aug 18 19:45:44.243 INFO O| Aug 18 19:45:44.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib" |
| 5910 | 2025-08-18T19:45:44.968Z | [ recovery-image] Aug 18 19:45:44.243 INFO O| Aug 18 19:45:44.243 INFO STEP 364 (remove_files) COMPLETE |
| 5911 | 2025-08-18T19:45:44.972Z | [ recovery-image] Aug 18 19:45:44.243 INFO O| Aug 18 19:45:44.243 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5912 | 2025-08-18T19:45:44.981Z | [ recovery-image] Aug 18 19:45:44.256 INFO O| Aug 18 19:45:44.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget" |
| 5913 | 2025-08-18T19:45:44.981Z | [ recovery-image] Aug 18 19:45:44.256 INFO O| Aug 18 19:45:44.256 INFO STEP 365 (remove_files) COMPLETE |
| 5914 | 2025-08-18T19:45:44.981Z | [ recovery-image] Aug 18 19:45:44.256 INFO O| Aug 18 19:45:44.256 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5915 | 2025-08-18T19:45:44.994Z | [ recovery-image] Aug 18 19:45:44.269 INFO O| Aug 18 19:45:44.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk" |
| 5916 | 2025-08-18T19:45:44.994Z | [ recovery-image] Aug 18 19:45:44.269 INFO O| Aug 18 19:45:44.269 INFO STEP 366 (remove_files) COMPLETE |
| 5917 | 2025-08-18T19:45:44.994Z | [ recovery-image] Aug 18 19:45:44.269 INFO O| Aug 18 19:45:44.269 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5918 | 2025-08-18T19:45:45.005Z | [ recovery-image] Aug 18 19:45:44.280 INFO O| Aug 18 19:45:44.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck" |
| 5919 | 2025-08-18T19:45:45.010Z | [ recovery-image] Aug 18 19:45:44.281 INFO O| Aug 18 19:45:44.281 INFO STEP 367 (remove_files) COMPLETE |
| 5920 | 2025-08-18T19:45:45.010Z | [ recovery-image] Aug 18 19:45:44.281 INFO O| Aug 18 19:45:44.281 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5921 | 2025-08-18T19:45:45.019Z | [ recovery-image] Aug 18 19:45:44.294 INFO O| Aug 18 19:45:44.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf" |
| 5922 | 2025-08-18T19:45:45.022Z | [ recovery-image] Aug 18 19:45:44.294 INFO O| Aug 18 19:45:44.294 INFO STEP 368 (remove_files) COMPLETE |
| 5923 | 2025-08-18T19:45:45.022Z | [ recovery-image] Aug 18 19:45:44.294 INFO O| Aug 18 19:45:44.294 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5924 | 2025-08-18T19:45:45.031Z | [ recovery-image] Aug 18 19:45:44.306 INFO O| Aug 18 19:45:44.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta" |
| 5925 | 2025-08-18T19:45:45.031Z | [ recovery-image] Aug 18 19:45:44.307 INFO O| Aug 18 19:45:44.306 INFO STEP 369 (remove_files) COMPLETE |
| 5926 | 2025-08-18T19:45:45.031Z | [ recovery-image] Aug 18 19:45:44.307 INFO O| Aug 18 19:45:44.306 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5927 | 2025-08-18T19:45:45.041Z | [ recovery-image] Aug 18 19:45:44.316 INFO O| Aug 18 19:45:44.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf" |
| 5928 | 2025-08-18T19:45:45.044Z | [ recovery-image] Aug 18 19:45:44.316 INFO O| Aug 18 19:45:44.316 INFO STEP 370 (remove_files) COMPLETE |
| 5929 | 2025-08-18T19:45:45.044Z | [ recovery-image] Aug 18 19:45:44.316 INFO O| Aug 18 19:45:44.316 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5930 | 2025-08-18T19:45:45.050Z | [ recovery-image] Aug 18 19:45:44.325 INFO O| Aug 18 19:45:44.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget" |
| 5931 | 2025-08-18T19:45:45.050Z | [ recovery-image] Aug 18 19:45:44.325 INFO O| Aug 18 19:45:44.325 INFO STEP 371 (remove_files) COMPLETE |
| 5932 | 2025-08-18T19:45:45.053Z | [ recovery-image] Aug 18 19:45:44.325 INFO O| Aug 18 19:45:44.325 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5933 | 2025-08-18T19:45:45.061Z | [ recovery-image] Aug 18 19:45:44.336 INFO O| Aug 18 19:45:44.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext" |
| 5934 | 2025-08-18T19:45:45.064Z | [ recovery-image] Aug 18 19:45:44.336 INFO O| Aug 18 19:45:44.336 INFO STEP 372 (remove_files) COMPLETE |
| 5935 | 2025-08-18T19:45:45.064Z | [ recovery-image] Aug 18 19:45:44.336 INFO O| Aug 18 19:45:44.336 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5936 | 2025-08-18T19:45:45.075Z | [ recovery-image] Aug 18 19:45:44.350 INFO O| Aug 18 19:45:44.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat" |
| 5937 | 2025-08-18T19:45:45.075Z | [ recovery-image] Aug 18 19:45:44.350 INFO O| Aug 18 19:45:44.350 INFO STEP 373 (remove_files) COMPLETE |
| 5938 | 2025-08-18T19:45:45.075Z | [ recovery-image] Aug 18 19:45:44.350 INFO O| Aug 18 19:45:44.350 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5939 | 2025-08-18T19:45:45.088Z | [ recovery-image] Aug 18 19:45:44.363 INFO O| Aug 18 19:45:44.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap" |
| 5940 | 2025-08-18T19:45:45.088Z | [ recovery-image] Aug 18 19:45:44.363 INFO O| Aug 18 19:45:44.363 INFO STEP 374 (remove_files) COMPLETE |
| 5941 | 2025-08-18T19:45:45.088Z | [ recovery-image] Aug 18 19:45:44.363 INFO O| Aug 18 19:45:44.363 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5942 | 2025-08-18T19:45:45.101Z | [ recovery-image] Aug 18 19:45:44.377 INFO O| Aug 18 19:45:44.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping" |
| 5943 | 2025-08-18T19:45:45.104Z | [ recovery-image] Aug 18 19:45:44.377 INFO O| Aug 18 19:45:44.377 INFO STEP 375 (remove_files) COMPLETE |
| 5944 | 2025-08-18T19:45:45.105Z | [ recovery-image] Aug 18 19:45:44.377 INFO O| Aug 18 19:45:44.377 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5945 | 2025-08-18T19:45:45.114Z | [ recovery-image] Aug 18 19:45:44.389 INFO O| Aug 18 19:45:44.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps" |
| 5946 | 2025-08-18T19:45:45.114Z | [ recovery-image] Aug 18 19:45:44.389 INFO O| Aug 18 19:45:44.389 INFO STEP 376 (remove_files) COMPLETE |
| 5947 | 2025-08-18T19:45:45.114Z | [ recovery-image] Aug 18 19:45:44.389 INFO O| Aug 18 19:45:44.389 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5948 | 2025-08-18T19:45:45.127Z | [ recovery-image] Aug 18 19:45:44.402 INFO O| Aug 18 19:45:44.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset" |
| 5949 | 2025-08-18T19:45:45.127Z | [ recovery-image] Aug 18 19:45:44.402 INFO O| Aug 18 19:45:44.402 INFO STEP 377 (remove_files) COMPLETE |
| 5950 | 2025-08-18T19:45:45.130Z | [ recovery-image] Aug 18 19:45:44.402 INFO O| Aug 18 19:45:44.402 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5951 | 2025-08-18T19:45:45.138Z | [ recovery-image] Aug 18 19:45:44.413 INFO O| Aug 18 19:45:44.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus" |
| 5952 | 2025-08-18T19:45:45.138Z | [ recovery-image] Aug 18 19:45:44.413 INFO O| Aug 18 19:45:44.413 INFO STEP 378 (remove_files) COMPLETE |
| 5953 | 2025-08-18T19:45:45.141Z | [ recovery-image] Aug 18 19:45:44.413 INFO O| Aug 18 19:45:44.413 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5954 | 2025-08-18T19:45:45.150Z | [ recovery-image] Aug 18 19:45:44.426 INFO O| Aug 18 19:45:44.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable" |
| 5955 | 2025-08-18T19:45:45.151Z | [ recovery-image] Aug 18 19:45:44.426 INFO O| Aug 18 19:45:44.426 INFO STEP 379 (remove_files) COMPLETE |
| 5956 | 2025-08-18T19:45:45.154Z | [ recovery-image] Aug 18 19:45:44.426 INFO O| Aug 18 19:45:44.426 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5957 | 2025-08-18T19:45:45.159Z | [ recovery-image] Aug 18 19:45:44.435 INFO O| Aug 18 19:45:44.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest" |
| 5958 | 2025-08-18T19:45:45.159Z | [ recovery-image] Aug 18 19:45:44.435 INFO O| Aug 18 19:45:44.435 INFO STEP 380 (remove_files) COMPLETE |
| 5959 | 2025-08-18T19:45:45.162Z | [ recovery-image] Aug 18 19:45:44.435 INFO O| Aug 18 19:45:44.435 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5960 | 2025-08-18T19:45:45.171Z | [ recovery-image] Aug 18 19:45:44.447 INFO O| Aug 18 19:45:44.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate" |
| 5961 | 2025-08-18T19:45:45.175Z | [ recovery-image] Aug 18 19:45:44.447 INFO O| Aug 18 19:45:44.447 INFO STEP 381 (remove_files) COMPLETE |
| 5962 | 2025-08-18T19:45:45.175Z | [ recovery-image] Aug 18 19:45:44.447 INFO O| Aug 18 19:45:44.447 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5963 | 2025-08-18T19:45:45.183Z | [ recovery-image] Aug 18 19:45:44.459 INFO O| Aug 18 19:45:44.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap" |
| 5964 | 2025-08-18T19:45:45.183Z | [ recovery-image] Aug 18 19:45:44.459 INFO O| Aug 18 19:45:44.459 INFO STEP 382 (remove_files) COMPLETE |
| 5965 | 2025-08-18T19:45:45.184Z | [ recovery-image] Aug 18 19:45:44.459 INFO O| Aug 18 19:45:44.459 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5966 | 2025-08-18T19:45:45.196Z | [ recovery-image] Aug 18 19:45:44.472 INFO O| Aug 18 19:45:44.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm" |
| 5967 | 2025-08-18T19:45:45.196Z | [ recovery-image] Aug 18 19:45:44.472 INFO O| Aug 18 19:45:44.472 INFO STEP 383 (remove_files) COMPLETE |
| 5968 | 2025-08-18T19:45:45.199Z | [ recovery-image] Aug 18 19:45:44.472 INFO O| Aug 18 19:45:44.472 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5969 | 2025-08-18T19:45:45.206Z | [ recovery-image] Aug 18 19:45:44.482 INFO O| Aug 18 19:45:44.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm" |
| 5970 | 2025-08-18T19:45:45.206Z | [ recovery-image] Aug 18 19:45:44.482 INFO O| Aug 18 19:45:44.482 INFO STEP 384 (remove_files) COMPLETE |
| 5971 | 2025-08-18T19:45:45.206Z | [ recovery-image] Aug 18 19:45:44.482 INFO O| Aug 18 19:45:44.482 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5972 | 2025-08-18T19:45:45.218Z | [ recovery-image] Aug 18 19:45:44.494 INFO O| Aug 18 19:45:44.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk" |
| 5973 | 2025-08-18T19:45:45.222Z | [ recovery-image] Aug 18 19:45:44.494 INFO O| Aug 18 19:45:44.494 INFO STEP 385 (remove_files) COMPLETE |
| 5974 | 2025-08-18T19:45:45.222Z | [ recovery-image] Aug 18 19:45:44.494 INFO O| Aug 18 19:45:44.494 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5975 | 2025-08-18T19:45:45.231Z | [ recovery-image] Aug 18 19:45:44.507 INFO O| Aug 18 19:45:44.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss" |
| 5976 | 2025-08-18T19:45:45.231Z | [ recovery-image] Aug 18 19:45:44.507 INFO O| Aug 18 19:45:44.507 INFO STEP 386 (remove_files) COMPLETE |
| 5977 | 2025-08-18T19:45:45.231Z | [ recovery-image] Aug 18 19:45:44.507 INFO O| Aug 18 19:45:44.507 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5978 | 2025-08-18T19:45:45.245Z | [ recovery-image] Aug 18 19:45:44.520 INFO O| Aug 18 19:45:44.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell" |
| 5979 | 2025-08-18T19:45:45.248Z | [ recovery-image] Aug 18 19:45:44.520 INFO O| Aug 18 19:45:44.520 INFO STEP 387 (remove_files) COMPLETE |
| 5980 | 2025-08-18T19:45:45.248Z | [ recovery-image] Aug 18 19:45:44.520 INFO O| Aug 18 19:45:44.520 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5981 | 2025-08-18T19:45:45.257Z | [ recovery-image] Aug 18 19:45:44.533 INFO O| Aug 18 19:45:44.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split" |
| 5982 | 2025-08-18T19:45:45.257Z | [ recovery-image] Aug 18 19:45:44.533 INFO O| Aug 18 19:45:44.533 INFO STEP 388 (remove_files) COMPLETE |
| 5983 | 2025-08-18T19:45:45.257Z | [ recovery-image] Aug 18 19:45:44.533 INFO O| Aug 18 19:45:44.533 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5984 | 2025-08-18T19:45:45.270Z | [ recovery-image] Aug 18 19:45:44.545 INFO O| Aug 18 19:45:44.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3" |
| 5985 | 2025-08-18T19:45:45.270Z | [ recovery-image] Aug 18 19:45:44.546 INFO O| Aug 18 19:45:44.546 INFO STEP 389 (remove_files) COMPLETE |
| 5986 | 2025-08-18T19:45:45.270Z | [ recovery-image] Aug 18 19:45:44.546 INFO O| Aug 18 19:45:44.546 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5987 | 2025-08-18T19:45:45.282Z | [ recovery-image] Aug 18 19:45:44.557 INFO O| Aug 18 19:45:44.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh" |
| 5988 | 2025-08-18T19:45:45.285Z | [ recovery-image] Aug 18 19:45:44.557 INFO O| Aug 18 19:45:44.557 INFO STEP 390 (remove_files) COMPLETE |
| 5989 | 2025-08-18T19:45:45.285Z | [ recovery-image] Aug 18 19:45:44.557 INFO O| Aug 18 19:45:44.557 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5990 | 2025-08-18T19:45:45.296Z | [ recovery-image] Aug 18 19:45:44.571 INFO O| Aug 18 19:45:44.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add" |
| 5991 | 2025-08-18T19:45:45.299Z | [ recovery-image] Aug 18 19:45:44.571 INFO O| Aug 18 19:45:44.571 INFO STEP 391 (remove_files) COMPLETE |
| 5992 | 2025-08-18T19:45:45.299Z | [ recovery-image] Aug 18 19:45:44.571 INFO O| Aug 18 19:45:44.571 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5993 | 2025-08-18T19:45:45.308Z | [ recovery-image] Aug 18 19:45:44.584 INFO O| Aug 18 19:45:44.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent" |
| 5994 | 2025-08-18T19:45:45.312Z | [ recovery-image] Aug 18 19:45:44.584 INFO O| Aug 18 19:45:44.584 INFO STEP 392 (remove_files) COMPLETE |
| 5995 | 2025-08-18T19:45:45.312Z | [ recovery-image] Aug 18 19:45:44.584 INFO O| Aug 18 19:45:44.584 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5996 | 2025-08-18T19:45:45.320Z | [ recovery-image] Aug 18 19:45:44.596 INFO O| Aug 18 19:45:44.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id" |
| 5997 | 2025-08-18T19:45:45.320Z | [ recovery-image] Aug 18 19:45:44.596 INFO O| Aug 18 19:45:44.596 INFO STEP 393 (remove_files) COMPLETE |
| 5998 | 2025-08-18T19:45:45.325Z | [ recovery-image] Aug 18 19:45:44.596 INFO O| Aug 18 19:45:44.596 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5999 | 2025-08-18T19:45:45.332Z | [ recovery-image] Aug 18 19:45:44.608 INFO O| Aug 18 19:45:44.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan" |
| 6000 | 2025-08-18T19:45:45.336Z | [ recovery-image] Aug 18 19:45:44.608 INFO O| Aug 18 19:45:44.608 INFO STEP 394 (remove_files) COMPLETE |
| 6001 | 2025-08-18T19:45:45.336Z | [ recovery-image] Aug 18 19:45:44.608 INFO O| Aug 18 19:45:44.608 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6002 | 2025-08-18T19:45:45.345Z | [ recovery-image] Aug 18 19:45:44.621 INFO O| Aug 18 19:45:44.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings" |
| 6003 | 2025-08-18T19:45:45.345Z | [ recovery-image] Aug 18 19:45:44.621 INFO O| Aug 18 19:45:44.621 INFO STEP 395 (remove_files) COMPLETE |
| 6004 | 2025-08-18T19:45:45.349Z | [ recovery-image] Aug 18 19:45:44.621 INFO O| Aug 18 19:45:44.621 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6005 | 2025-08-18T19:45:45.358Z | [ recovery-image] Aug 18 19:45:44.633 INFO O| Aug 18 19:45:44.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum" |
| 6006 | 2025-08-18T19:45:45.358Z | [ recovery-image] Aug 18 19:45:44.633 INFO O| Aug 18 19:45:44.633 INFO STEP 396 (remove_files) COMPLETE |
| 6007 | 2025-08-18T19:45:45.362Z | [ recovery-image] Aug 18 19:45:44.633 INFO O| Aug 18 19:45:44.633 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6008 | 2025-08-18T19:45:45.369Z | [ recovery-image] Aug 18 19:45:44.645 INFO O| Aug 18 19:45:44.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs" |
| 6009 | 2025-08-18T19:45:45.373Z | [ recovery-image] Aug 18 19:45:44.645 INFO O| Aug 18 19:45:44.645 INFO STEP 397 (remove_files) COMPLETE |
| 6010 | 2025-08-18T19:45:45.373Z | [ recovery-image] Aug 18 19:45:44.645 INFO O| Aug 18 19:45:44.645 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6011 | 2025-08-18T19:45:45.382Z | [ recovery-image] Aug 18 19:45:44.658 INFO O| Aug 18 19:45:44.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy" |
| 6012 | 2025-08-18T19:45:45.386Z | [ recovery-image] Aug 18 19:45:44.658 INFO O| Aug 18 19:45:44.658 INFO STEP 398 (remove_files) COMPLETE |
| 6013 | 2025-08-18T19:45:45.386Z | [ recovery-image] Aug 18 19:45:44.658 INFO O| Aug 18 19:45:44.658 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6014 | 2025-08-18T19:45:45.395Z | [ recovery-image] Aug 18 19:45:44.671 INFO O| Aug 18 19:45:44.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test" |
| 6015 | 2025-08-18T19:45:45.395Z | [ recovery-image] Aug 18 19:45:44.671 INFO O| Aug 18 19:45:44.671 INFO STEP 399 (remove_files) COMPLETE |
| 6016 | 2025-08-18T19:45:45.395Z | [ recovery-image] Aug 18 19:45:44.671 INFO O| Aug 18 19:45:44.671 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6017 | 2025-08-18T19:45:45.407Z | [ recovery-image] Aug 18 19:45:44.683 INFO O| Aug 18 19:45:44.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic" |
| 6018 | 2025-08-18T19:45:45.407Z | [ recovery-image] Aug 18 19:45:44.683 INFO O| Aug 18 19:45:44.683 INFO STEP 400 (remove_files) COMPLETE |
| 6019 | 2025-08-18T19:45:45.411Z | [ recovery-image] Aug 18 19:45:44.683 INFO O| Aug 18 19:45:44.683 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6020 | 2025-08-18T19:45:45.421Z | [ recovery-image] Aug 18 19:45:44.697 INFO O| Aug 18 19:45:44.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time" |
| 6021 | 2025-08-18T19:45:45.421Z | [ recovery-image] Aug 18 19:45:44.697 INFO O| Aug 18 19:45:44.697 INFO STEP 401 (remove_files) COMPLETE |
| 6022 | 2025-08-18T19:45:45.425Z | [ recovery-image] Aug 18 19:45:44.697 INFO O| Aug 18 19:45:44.697 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6023 | 2025-08-18T19:45:45.434Z | [ recovery-image] Aug 18 19:45:44.710 INFO O| Aug 18 19:45:44.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip" |
| 6024 | 2025-08-18T19:45:45.434Z | [ recovery-image] Aug 18 19:45:44.710 INFO O| Aug 18 19:45:44.710 INFO STEP 402 (remove_files) COMPLETE |
| 6025 | 2025-08-18T19:45:45.439Z | [ recovery-image] Aug 18 19:45:44.710 INFO O| Aug 18 19:45:44.710 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6026 | 2025-08-18T19:45:45.447Z | [ recovery-image] Aug 18 19:45:44.722 INFO O| Aug 18 19:45:44.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib" |
| 6027 | 2025-08-18T19:45:45.447Z | [ recovery-image] Aug 18 19:45:44.723 INFO O| Aug 18 19:45:44.723 INFO STEP 403 (remove_files) COMPLETE |
| 6028 | 2025-08-18T19:45:45.450Z | [ recovery-image] Aug 18 19:45:44.723 INFO O| Aug 18 19:45:44.723 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6029 | 2025-08-18T19:45:45.458Z | [ recovery-image] Aug 18 19:45:44.734 INFO O| Aug 18 19:45:44.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm" |
| 6030 | 2025-08-18T19:45:45.461Z | [ recovery-image] Aug 18 19:45:44.734 INFO O| Aug 18 19:45:44.734 INFO STEP 404 (remove_files) COMPLETE |
| 6031 | 2025-08-18T19:45:45.461Z | [ recovery-image] Aug 18 19:45:44.734 INFO O| Aug 18 19:45:44.734 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6032 | 2025-08-18T19:45:45.473Z | [ recovery-image] Aug 18 19:45:44.748 INFO O| Aug 18 19:45:44.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail" |
| 6033 | 2025-08-18T19:45:45.476Z | [ recovery-image] Aug 18 19:45:44.749 INFO O| Aug 18 19:45:44.749 INFO STEP 405 (remove_files) COMPLETE |
| 6034 | 2025-08-18T19:45:45.476Z | [ recovery-image] Aug 18 19:45:44.749 INFO O| Aug 18 19:45:44.749 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6035 | 2025-08-18T19:45:45.486Z | [ recovery-image] Aug 18 19:45:44.761 INFO O| Aug 18 19:45:44.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true" |
| 6036 | 2025-08-18T19:45:45.486Z | [ recovery-image] Aug 18 19:45:44.762 INFO O| Aug 18 19:45:44.762 INFO STEP 406 (remove_files) COMPLETE |
| 6037 | 2025-08-18T19:45:45.486Z | [ recovery-image] Aug 18 19:45:44.762 INFO O| Aug 18 19:45:44.762 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6038 | 2025-08-18T19:45:45.499Z | [ recovery-image] Aug 18 19:45:44.775 INFO O| Aug 18 19:45:44.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty" |
| 6039 | 2025-08-18T19:45:45.500Z | [ recovery-image] Aug 18 19:45:44.775 INFO O| Aug 18 19:45:44.775 INFO STEP 407 (remove_files) COMPLETE |
| 6040 | 2025-08-18T19:45:45.500Z | [ recovery-image] Aug 18 19:45:44.775 INFO O| Aug 18 19:45:44.775 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6041 | 2025-08-18T19:45:45.513Z | [ recovery-image] Aug 18 19:45:44.789 INFO O| Aug 18 19:45:44.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type" |
| 6042 | 2025-08-18T19:45:45.513Z | [ recovery-image] Aug 18 19:45:44.789 INFO O| Aug 18 19:45:44.789 INFO STEP 408 (remove_files) COMPLETE |
| 6043 | 2025-08-18T19:45:45.513Z | [ recovery-image] Aug 18 19:45:44.789 INFO O| Aug 18 19:45:44.789 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6044 | 2025-08-18T19:45:45.525Z | [ recovery-image] Aug 18 19:45:44.801 INFO O| Aug 18 19:45:44.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect" |
| 6045 | 2025-08-18T19:45:45.525Z | [ recovery-image] Aug 18 19:45:44.801 INFO O| Aug 18 19:45:44.801 INFO STEP 409 (remove_files) COMPLETE |
| 6046 | 2025-08-18T19:45:45.525Z | [ recovery-image] Aug 18 19:45:44.801 INFO O| Aug 18 19:45:44.801 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6047 | 2025-08-18T19:45:45.538Z | [ recovery-image] Aug 18 19:45:44.813 INFO O| Aug 18 19:45:44.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit" |
| 6048 | 2025-08-18T19:45:45.538Z | [ recovery-image] Aug 18 19:45:44.814 INFO O| Aug 18 19:45:44.813 INFO STEP 410 (remove_files) COMPLETE |
| 6049 | 2025-08-18T19:45:45.541Z | [ recovery-image] Aug 18 19:45:44.814 INFO O| Aug 18 19:45:44.814 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6050 | 2025-08-18T19:45:45.551Z | [ recovery-image] Aug 18 19:45:44.827 INFO O| Aug 18 19:45:44.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask" |
| 6051 | 2025-08-18T19:45:45.554Z | [ recovery-image] Aug 18 19:45:44.827 INFO O| Aug 18 19:45:44.827 INFO STEP 411 (remove_files) COMPLETE |
| 6052 | 2025-08-18T19:45:45.554Z | [ recovery-image] Aug 18 19:45:44.827 INFO O| Aug 18 19:45:44.827 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6053 | 2025-08-18T19:45:45.565Z | [ recovery-image] Aug 18 19:45:44.840 INFO O| Aug 18 19:45:44.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias" |
| 6054 | 2025-08-18T19:45:45.568Z | [ recovery-image] Aug 18 19:45:44.840 INFO O| Aug 18 19:45:44.840 INFO STEP 412 (remove_files) COMPLETE |
| 6055 | 2025-08-18T19:45:45.568Z | [ recovery-image] Aug 18 19:45:44.840 INFO O| Aug 18 19:45:44.840 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6056 | 2025-08-18T19:45:45.576Z | [ recovery-image] Aug 18 19:45:44.852 INFO O| Aug 18 19:45:44.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress" |
| 6057 | 2025-08-18T19:45:45.576Z | [ recovery-image] Aug 18 19:45:44.852 INFO O| Aug 18 19:45:44.852 INFO STEP 413 (remove_files) COMPLETE |
| 6058 | 2025-08-18T19:45:45.579Z | [ recovery-image] Aug 18 19:45:44.852 INFO O| Aug 18 19:45:44.852 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6059 | 2025-08-18T19:45:45.585Z | [ recovery-image] Aug 18 19:45:44.861 INFO O| Aug 18 19:45:44.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand" |
| 6060 | 2025-08-18T19:45:45.585Z | [ recovery-image] Aug 18 19:45:44.861 INFO O| Aug 18 19:45:44.861 INFO STEP 414 (remove_files) COMPLETE |
| 6061 | 2025-08-18T19:45:45.589Z | [ recovery-image] Aug 18 19:45:44.861 INFO O| Aug 18 19:45:44.861 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6062 | 2025-08-18T19:45:45.598Z | [ recovery-image] Aug 18 19:45:44.874 INFO O| Aug 18 19:45:44.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq" |
| 6063 | 2025-08-18T19:45:45.598Z | [ recovery-image] Aug 18 19:45:44.874 INFO O| Aug 18 19:45:44.874 INFO STEP 415 (remove_files) COMPLETE |
| 6064 | 2025-08-18T19:45:45.598Z | [ recovery-image] Aug 18 19:45:44.874 INFO O| Aug 18 19:45:44.874 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6065 | 2025-08-18T19:45:45.610Z | [ recovery-image] Aug 18 19:45:44.886 INFO O| Aug 18 19:45:44.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units" |
| 6066 | 2025-08-18T19:45:45.610Z | [ recovery-image] Aug 18 19:45:44.886 INFO O| Aug 18 19:45:44.886 INFO STEP 416 (remove_files) COMPLETE |
| 6067 | 2025-08-18T19:45:45.610Z | [ recovery-image] Aug 18 19:45:44.886 INFO O| Aug 18 19:45:44.886 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6068 | 2025-08-18T19:45:45.623Z | [ recovery-image] Aug 18 19:45:44.899 INFO O| Aug 18 19:45:44.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos" |
| 6069 | 2025-08-18T19:45:45.623Z | [ recovery-image] Aug 18 19:45:44.899 INFO O| Aug 18 19:45:44.899 INFO STEP 417 (remove_files) COMPLETE |
| 6070 | 2025-08-18T19:45:45.623Z | [ recovery-image] Aug 18 19:45:44.899 INFO O| Aug 18 19:45:44.899 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6071 | 2025-08-18T19:45:45.635Z | [ recovery-image] Aug 18 19:45:44.911 INFO O| Aug 18 19:45:44.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack" |
| 6072 | 2025-08-18T19:45:45.635Z | [ recovery-image] Aug 18 19:45:44.911 INFO O| Aug 18 19:45:44.911 INFO STEP 418 (remove_files) COMPLETE |
| 6073 | 2025-08-18T19:45:45.635Z | [ recovery-image] Aug 18 19:45:44.911 INFO O| Aug 18 19:45:44.911 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6074 | 2025-08-18T19:45:45.649Z | [ recovery-image] Aug 18 19:45:44.925 INFO O| Aug 18 19:45:44.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr" |
| 6075 | 2025-08-18T19:45:45.652Z | [ recovery-image] Aug 18 19:45:44.925 INFO O| Aug 18 19:45:44.925 INFO STEP 419 (remove_files) COMPLETE |
| 6076 | 2025-08-18T19:45:45.652Z | [ recovery-image] Aug 18 19:45:44.925 INFO O| Aug 18 19:45:44.925 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6077 | 2025-08-18T19:45:45.662Z | [ recovery-image] Aug 18 19:45:44.938 INFO O| Aug 18 19:45:44.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode" |
| 6078 | 2025-08-18T19:45:45.662Z | [ recovery-image] Aug 18 19:45:44.938 INFO O| Aug 18 19:45:44.938 INFO STEP 420 (remove_files) COMPLETE |
| 6079 | 2025-08-18T19:45:45.665Z | [ recovery-image] Aug 18 19:45:44.938 INFO O| Aug 18 19:45:44.938 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6080 | 2025-08-18T19:45:45.675Z | [ recovery-image] Aug 18 19:45:44.951 INFO O| Aug 18 19:45:44.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode" |
| 6081 | 2025-08-18T19:45:45.675Z | [ recovery-image] Aug 18 19:45:44.951 INFO O| Aug 18 19:45:44.951 INFO STEP 421 (remove_files) COMPLETE |
| 6082 | 2025-08-18T19:45:45.678Z | [ recovery-image] Aug 18 19:45:44.951 INFO O| Aug 18 19:45:44.951 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6083 | 2025-08-18T19:45:45.683Z | [ recovery-image] Aug 18 19:45:44.960 INFO O| Aug 18 19:45:44.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen" |
| 6084 | 2025-08-18T19:45:45.687Z | [ recovery-image] Aug 18 19:45:44.960 INFO O| Aug 18 19:45:44.960 INFO STEP 422 (remove_files) COMPLETE |
| 6085 | 2025-08-18T19:45:45.687Z | [ recovery-image] Aug 18 19:45:44.960 INFO O| Aug 18 19:45:44.960 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6086 | 2025-08-18T19:45:45.695Z | [ recovery-image] Aug 18 19:45:44.972 INFO O| Aug 18 19:45:44.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit" |
| 6087 | 2025-08-18T19:45:45.698Z | [ recovery-image] Aug 18 19:45:44.972 INFO O| Aug 18 19:45:44.972 INFO STEP 423 (remove_files) COMPLETE |
| 6088 | 2025-08-18T19:45:45.699Z | [ recovery-image] Aug 18 19:45:44.972 INFO O| Aug 18 19:45:44.972 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6089 | 2025-08-18T19:45:45.708Z | [ recovery-image] Aug 18 19:45:44.984 INFO O| Aug 18 19:45:44.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim" |
| 6090 | 2025-08-18T19:45:45.708Z | [ recovery-image] Aug 18 19:45:44.984 INFO O| Aug 18 19:45:44.984 INFO STEP 424 (remove_files) COMPLETE |
| 6091 | 2025-08-18T19:45:45.711Z | [ recovery-image] Aug 18 19:45:44.984 INFO O| Aug 18 19:45:44.984 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6092 | 2025-08-18T19:45:45.721Z | [ recovery-image] Aug 18 19:45:44.997 INFO O| Aug 18 19:45:44.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor" |
| 6093 | 2025-08-18T19:45:45.724Z | [ recovery-image] Aug 18 19:45:44.997 INFO O| Aug 18 19:45:44.997 INFO STEP 425 (remove_files) COMPLETE |
| 6094 | 2025-08-18T19:45:45.724Z | [ recovery-image] Aug 18 19:45:44.997 INFO O| Aug 18 19:45:44.997 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6095 | 2025-08-18T19:45:45.735Z | [ recovery-image] Aug 18 19:45:45.011 INFO O| Aug 18 19:45:45.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat" |
| 6096 | 2025-08-18T19:45:45.735Z | [ recovery-image] Aug 18 19:45:45.011 INFO O| Aug 18 19:45:45.011 INFO STEP 426 (remove_files) COMPLETE |
| 6097 | 2025-08-18T19:45:45.735Z | [ recovery-image] Aug 18 19:45:45.011 INFO O| Aug 18 19:45:45.011 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6098 | 2025-08-18T19:45:45.750Z | [ recovery-image] Aug 18 19:45:45.026 INFO O| Aug 18 19:45:45.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt" |
| 6099 | 2025-08-18T19:45:45.750Z | [ recovery-image] Aug 18 19:45:45.026 INFO O| Aug 18 19:45:45.026 INFO STEP 427 (remove_files) COMPLETE |
| 6100 | 2025-08-18T19:45:45.753Z | [ recovery-image] Aug 18 19:45:45.026 INFO O| Aug 18 19:45:45.026 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6101 | 2025-08-18T19:45:45.762Z | [ recovery-image] Aug 18 19:45:45.038 INFO O| Aug 18 19:45:45.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w" |
| 6102 | 2025-08-18T19:45:45.762Z | [ recovery-image] Aug 18 19:45:45.038 INFO O| Aug 18 19:45:45.038 INFO STEP 428 (remove_files) COMPLETE |
| 6103 | 2025-08-18T19:45:45.765Z | [ recovery-image] Aug 18 19:45:45.038 INFO O| Aug 18 19:45:45.038 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6104 | 2025-08-18T19:45:45.775Z | [ recovery-image] Aug 18 19:45:45.051 INFO O| Aug 18 19:45:45.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait" |
| 6105 | 2025-08-18T19:45:45.778Z | [ recovery-image] Aug 18 19:45:45.051 INFO O| Aug 18 19:45:45.051 INFO STEP 429 (remove_files) COMPLETE |
| 6106 | 2025-08-18T19:45:45.778Z | [ recovery-image] Aug 18 19:45:45.051 INFO O| Aug 18 19:45:45.051 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6107 | 2025-08-18T19:45:45.788Z | [ recovery-image] Aug 18 19:45:45.064 INFO O| Aug 18 19:45:45.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch" |
| 6108 | 2025-08-18T19:45:45.791Z | [ recovery-image] Aug 18 19:45:45.064 INFO O| Aug 18 19:45:45.064 INFO STEP 430 (remove_files) COMPLETE |
| 6109 | 2025-08-18T19:45:45.791Z | [ recovery-image] Aug 18 19:45:45.064 INFO O| Aug 18 19:45:45.064 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6110 | 2025-08-18T19:45:45.801Z | [ recovery-image] Aug 18 19:45:45.077 INFO O| Aug 18 19:45:45.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc" |
| 6111 | 2025-08-18T19:45:45.801Z | [ recovery-image] Aug 18 19:45:45.077 INFO O| Aug 18 19:45:45.077 INFO STEP 431 (remove_files) COMPLETE |
| 6112 | 2025-08-18T19:45:45.801Z | [ recovery-image] Aug 18 19:45:45.077 INFO O| Aug 18 19:45:45.077 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6113 | 2025-08-18T19:45:45.814Z | [ recovery-image] Aug 18 19:45:45.090 INFO O| Aug 18 19:45:45.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which" |
| 6114 | 2025-08-18T19:45:45.818Z | [ recovery-image] Aug 18 19:45:45.090 INFO O| Aug 18 19:45:45.090 INFO STEP 432 (remove_files) COMPLETE |
| 6115 | 2025-08-18T19:45:45.818Z | [ recovery-image] Aug 18 19:45:45.090 INFO O| Aug 18 19:45:45.090 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6116 | 2025-08-18T19:45:45.827Z | [ recovery-image] Aug 18 19:45:45.103 INFO O| Aug 18 19:45:45.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls" |
| 6117 | 2025-08-18T19:45:45.827Z | [ recovery-image] Aug 18 19:45:45.103 INFO O| Aug 18 19:45:45.103 INFO STEP 433 (remove_files) COMPLETE |
| 6118 | 2025-08-18T19:45:45.830Z | [ recovery-image] Aug 18 19:45:45.103 INFO O| Aug 18 19:45:45.103 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6119 | 2025-08-18T19:45:45.840Z | [ recovery-image] Aug 18 19:45:45.116 INFO O| Aug 18 19:45:45.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct" |
| 6120 | 2025-08-18T19:45:45.840Z | [ recovery-image] Aug 18 19:45:45.117 INFO O| Aug 18 19:45:45.117 INFO STEP 434 (remove_files) COMPLETE |
| 6121 | 2025-08-18T19:45:45.844Z | [ recovery-image] Aug 18 19:45:45.117 INFO O| Aug 18 19:45:45.117 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6122 | 2025-08-18T19:45:45.853Z | [ recovery-image] Aug 18 19:45:45.129 INFO O| Aug 18 19:45:45.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write" |
| 6123 | 2025-08-18T19:45:45.853Z | [ recovery-image] Aug 18 19:45:45.129 INFO O| Aug 18 19:45:45.129 INFO STEP 435 (remove_files) COMPLETE |
| 6124 | 2025-08-18T19:45:45.853Z | [ recovery-image] Aug 18 19:45:45.129 INFO O| Aug 18 19:45:45.129 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6125 | 2025-08-18T19:45:45.866Z | [ recovery-image] Aug 18 19:45:45.142 INFO O| Aug 18 19:45:45.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs" |
| 6126 | 2025-08-18T19:45:45.866Z | [ recovery-image] Aug 18 19:45:45.142 INFO O| Aug 18 19:45:45.142 INFO STEP 436 (remove_files) COMPLETE |
| 6127 | 2025-08-18T19:45:45.866Z | [ recovery-image] Aug 18 19:45:45.142 INFO O| Aug 18 19:45:45.142 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6128 | 2025-08-18T19:45:45.880Z | [ recovery-image] Aug 18 19:45:45.155 INFO O| Aug 18 19:45:45.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config" |
| 6129 | 2025-08-18T19:45:45.880Z | [ recovery-image] Aug 18 19:45:45.155 INFO O| Aug 18 19:45:45.155 INFO STEP 437 (remove_files) COMPLETE |
| 6130 | 2025-08-18T19:45:45.884Z | [ recovery-image] Aug 18 19:45:45.155 INFO O| Aug 18 19:45:45.155 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6131 | 2025-08-18T19:45:45.891Z | [ recovery-image] Aug 18 19:45:45.167 INFO O| Aug 18 19:45:45.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog" |
| 6132 | 2025-08-18T19:45:45.891Z | [ recovery-image] Aug 18 19:45:45.167 INFO O| Aug 18 19:45:45.167 INFO STEP 438 (remove_files) COMPLETE |
| 6133 | 2025-08-18T19:45:45.894Z | [ recovery-image] Aug 18 19:45:45.167 INFO O| Aug 18 19:45:45.167 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6134 | 2025-08-18T19:45:45.903Z | [ recovery-image] Aug 18 19:45:45.179 INFO O| Aug 18 19:45:45.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint" |
| 6135 | 2025-08-18T19:45:45.903Z | [ recovery-image] Aug 18 19:45:45.179 INFO O| Aug 18 19:45:45.179 INFO STEP 439 (remove_files) COMPLETE |
| 6136 | 2025-08-18T19:45:45.906Z | [ recovery-image] Aug 18 19:45:45.179 INFO O| Aug 18 19:45:45.179 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6137 | 2025-08-18T19:45:45.916Z | [ recovery-image] Aug 18 19:45:45.193 INFO O| Aug 18 19:45:45.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf" |
| 6138 | 2025-08-18T19:45:45.919Z | [ recovery-image] Aug 18 19:45:45.194 INFO O| Aug 18 19:45:45.194 INFO STEP 440 (remove_files) COMPLETE |
| 6139 | 2025-08-18T19:45:45.919Z | [ recovery-image] Aug 18 19:45:45.194 INFO O| Aug 18 19:45:45.194 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6140 | 2025-08-18T19:45:45.929Z | [ recovery-image] Aug 18 19:45:45.206 INFO O| Aug 18 19:45:45.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr" |
| 6141 | 2025-08-18T19:45:45.929Z | [ recovery-image] Aug 18 19:45:45.206 INFO O| Aug 18 19:45:45.206 INFO STEP 441 (remove_files) COMPLETE |
| 6142 | 2025-08-18T19:45:45.929Z | [ recovery-image] Aug 18 19:45:45.206 INFO O| Aug 18 19:45:45.206 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6143 | 2025-08-18T19:45:45.942Z | [ recovery-image] Aug 18 19:45:45.218 INFO O| Aug 18 19:45:45.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd" |
| 6144 | 2025-08-18T19:45:45.945Z | [ recovery-image] Aug 18 19:45:45.219 INFO O| Aug 18 19:45:45.219 INFO STEP 442 (remove_files) COMPLETE |
| 6145 | 2025-08-18T19:45:45.945Z | [ recovery-image] Aug 18 19:45:45.219 INFO O| Aug 18 19:45:45.219 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6146 | 2025-08-18T19:45:45.955Z | [ recovery-image] Aug 18 19:45:45.232 INFO O| Aug 18 19:45:45.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz" |
| 6147 | 2025-08-18T19:45:45.955Z | [ recovery-image] Aug 18 19:45:45.232 INFO O| Aug 18 19:45:45.232 INFO STEP 443 (remove_files) COMPLETE |
| 6148 | 2025-08-18T19:45:45.958Z | [ recovery-image] Aug 18 19:45:45.232 INFO O| Aug 18 19:45:45.232 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6149 | 2025-08-18T19:45:45.967Z | [ recovery-image] Aug 18 19:45:45.244 INFO O| Aug 18 19:45:45.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec" |
| 6150 | 2025-08-18T19:45:45.968Z | [ recovery-image] Aug 18 19:45:45.244 INFO O| Aug 18 19:45:45.244 INFO STEP 444 (remove_files) COMPLETE |
| 6151 | 2025-08-18T19:45:45.971Z | [ recovery-image] Aug 18 19:45:45.244 INFO O| Aug 18 19:45:45.244 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6152 | 2025-08-18T19:45:45.980Z | [ recovery-image] Aug 18 19:45:45.257 INFO O| Aug 18 19:45:45.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff" |
| 6153 | 2025-08-18T19:45:45.980Z | [ recovery-image] Aug 18 19:45:45.257 INFO O| Aug 18 19:45:45.257 INFO STEP 445 (remove_files) COMPLETE |
| 6154 | 2025-08-18T19:45:45.980Z | [ recovery-image] Aug 18 19:45:45.257 INFO O| Aug 18 19:45:45.257 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6155 | 2025-08-18T19:45:45.993Z | [ recovery-image] Aug 18 19:45:45.269 INFO O| Aug 18 19:45:45.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep" |
| 6156 | 2025-08-18T19:45:45.993Z | [ recovery-image] Aug 18 19:45:45.269 INFO O| Aug 18 19:45:45.269 INFO STEP 446 (remove_files) COMPLETE |
| 6157 | 2025-08-18T19:45:45.996Z | [ recovery-image] Aug 18 19:45:45.269 INFO O| Aug 18 19:45:45.269 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6158 | 2025-08-18T19:45:46.005Z | [ recovery-image] Aug 18 19:45:45.281 INFO O| Aug 18 19:45:45.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless" |
| 6159 | 2025-08-18T19:45:46.005Z | [ recovery-image] Aug 18 19:45:45.281 INFO O| Aug 18 19:45:45.281 INFO STEP 447 (remove_files) COMPLETE |
| 6160 | 2025-08-18T19:45:46.008Z | [ recovery-image] Aug 18 19:45:45.281 INFO O| Aug 18 19:45:45.281 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6161 | 2025-08-18T19:45:46.018Z | [ recovery-image] Aug 18 19:45:45.294 INFO O| Aug 18 19:45:45.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore" |
| 6162 | 2025-08-18T19:45:46.018Z | [ recovery-image] Aug 18 19:45:45.294 INFO O| Aug 18 19:45:45.294 INFO STEP 448 (remove_files) COMPLETE |
| 6163 | 2025-08-18T19:45:46.021Z | [ recovery-image] Aug 18 19:45:45.294 INFO O| Aug 18 19:45:45.294 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6164 | 2025-08-18T19:45:46.032Z | [ recovery-image] Aug 18 19:45:45.308 INFO O| Aug 18 19:45:45.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes" |
| 6165 | 2025-08-18T19:45:46.032Z | [ recovery-image] Aug 18 19:45:45.308 INFO O| Aug 18 19:45:45.308 INFO STEP 449 (remove_files) COMPLETE |
| 6166 | 2025-08-18T19:45:46.035Z | [ recovery-image] Aug 18 19:45:45.308 INFO O| Aug 18 19:45:45.308 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6167 | 2025-08-18T19:45:46.045Z | [ recovery-image] Aug 18 19:45:45.321 INFO O| Aug 18 19:45:45.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat" |
| 6168 | 2025-08-18T19:45:46.045Z | [ recovery-image] Aug 18 19:45:45.322 INFO O| Aug 18 19:45:45.322 INFO STEP 450 (remove_files) COMPLETE |
| 6169 | 2025-08-18T19:45:46.048Z | [ recovery-image] Aug 18 19:45:45.322 INFO O| Aug 18 19:45:45.322 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6170 | 2025-08-18T19:45:46.055Z | [ recovery-image] Aug 18 19:45:45.332 INFO O| Aug 18 19:45:45.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat" |
| 6171 | 2025-08-18T19:45:46.055Z | [ recovery-image] Aug 18 19:45:45.332 INFO O| Aug 18 19:45:45.332 INFO STEP 451 (remove_files) COMPLETE |
| 6172 | 2025-08-18T19:45:46.059Z | [ recovery-image] Aug 18 19:45:45.332 INFO O| Aug 18 19:45:45.332 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6173 | 2025-08-18T19:45:46.068Z | [ recovery-image] Aug 18 19:45:45.344 INFO O| Aug 18 19:45:45.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd" |
| 6174 | 2025-08-18T19:45:46.068Z | [ recovery-image] Aug 18 19:45:45.344 INFO O| Aug 18 19:45:45.344 INFO STEP 452 (remove_files) COMPLETE |
| 6175 | 2025-08-18T19:45:46.071Z | [ recovery-image] Aug 18 19:45:45.344 INFO O| Aug 18 19:45:45.344 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6176 | 2025-08-18T19:45:46.080Z | [ recovery-image] Aug 18 19:45:45.356 INFO O| Aug 18 19:45:45.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep" |
| 6177 | 2025-08-18T19:45:46.080Z | [ recovery-image] Aug 18 19:45:45.356 INFO O| Aug 18 19:45:45.356 INFO STEP 453 (remove_files) COMPLETE |
| 6178 | 2025-08-18T19:45:46.080Z | [ recovery-image] Aug 18 19:45:45.356 INFO O| Aug 18 19:45:45.356 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6179 | 2025-08-18T19:45:46.092Z | [ recovery-image] Aug 18 19:45:45.369 INFO O| Aug 18 19:45:45.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless" |
| 6180 | 2025-08-18T19:45:46.095Z | [ recovery-image] Aug 18 19:45:45.369 INFO O| Aug 18 19:45:45.369 INFO STEP 454 (remove_files) COMPLETE |
| 6181 | 2025-08-18T19:45:46.096Z | [ recovery-image] Aug 18 19:45:45.369 INFO O| Aug 18 19:45:45.369 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6182 | 2025-08-18T19:45:46.106Z | [ recovery-image] Aug 18 19:45:45.381 INFO O| Aug 18 19:45:45.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
| 6183 | 2025-08-18T19:45:46.109Z | [ recovery-image] Aug 18 19:45:45.381 INFO O| Aug 18 19:45:45.381 INFO STEP 455 (remove_files) COMPLETE |
| 6184 | 2025-08-18T19:45:46.109Z | [ recovery-image] Aug 18 19:45:45.381 INFO O| Aug 18 19:45:45.381 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6185 | 2025-08-18T19:45:46.117Z | [ recovery-image] Aug 18 19:45:45.394 INFO O| Aug 18 19:45:45.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
| 6186 | 2025-08-18T19:45:46.117Z | [ recovery-image] Aug 18 19:45:45.394 INFO O| Aug 18 19:45:45.394 INFO STEP 456 (remove_files) COMPLETE |
| 6187 | 2025-08-18T19:45:46.120Z | [ recovery-image] Aug 18 19:45:45.394 INFO O| Aug 18 19:45:45.394 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6188 | 2025-08-18T19:45:46.129Z | [ recovery-image] Aug 18 19:45:45.405 INFO O| Aug 18 19:45:45.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
| 6189 | 2025-08-18T19:45:46.129Z | [ recovery-image] Aug 18 19:45:45.405 INFO O| Aug 18 19:45:45.405 INFO STEP 457 (remove_files) COMPLETE |
| 6190 | 2025-08-18T19:45:46.129Z | [ recovery-image] Aug 18 19:45:45.405 INFO O| Aug 18 19:45:45.405 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6191 | 2025-08-18T19:45:46.142Z | [ recovery-image] Aug 18 19:45:45.419 INFO O| Aug 18 19:45:45.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
| 6192 | 2025-08-18T19:45:46.146Z | [ recovery-image] Aug 18 19:45:45.419 INFO O| Aug 18 19:45:45.419 INFO STEP 458 (remove_files) COMPLETE |
| 6193 | 2025-08-18T19:45:46.146Z | [ recovery-image] Aug 18 19:45:45.419 INFO O| Aug 18 19:45:45.419 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6194 | 2025-08-18T19:45:46.157Z | [ recovery-image] Aug 18 19:45:45.433 INFO O| Aug 18 19:45:45.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
| 6195 | 2025-08-18T19:45:46.157Z | [ recovery-image] Aug 18 19:45:45.433 INFO O| Aug 18 19:45:45.433 INFO STEP 459 (remove_files) COMPLETE |
| 6196 | 2025-08-18T19:45:46.161Z | [ recovery-image] Aug 18 19:45:45.433 INFO O| Aug 18 19:45:45.433 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6197 | 2025-08-18T19:45:46.170Z | [ recovery-image] Aug 18 19:45:45.446 INFO O| Aug 18 19:45:45.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
| 6198 | 2025-08-18T19:45:46.173Z | [ recovery-image] Aug 18 19:45:45.446 INFO O| Aug 18 19:45:45.446 INFO STEP 460 (remove_files) COMPLETE |
| 6199 | 2025-08-18T19:45:46.173Z | [ recovery-image] Aug 18 19:45:45.446 INFO O| Aug 18 19:45:45.446 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6200 | 2025-08-18T19:45:46.183Z | [ recovery-image] Aug 18 19:45:45.459 INFO O| Aug 18 19:45:45.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
| 6201 | 2025-08-18T19:45:46.183Z | [ recovery-image] Aug 18 19:45:45.459 INFO O| Aug 18 19:45:45.459 INFO STEP 461 (remove_files) COMPLETE |
| 6202 | 2025-08-18T19:45:46.186Z | [ recovery-image] Aug 18 19:45:45.459 INFO O| Aug 18 19:45:45.459 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6203 | 2025-08-18T19:45:46.196Z | [ recovery-image] Aug 18 19:45:45.473 INFO O| Aug 18 19:45:45.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
| 6204 | 2025-08-18T19:45:46.200Z | [ recovery-image] Aug 18 19:45:45.473 INFO O| Aug 18 19:45:45.473 INFO STEP 462 (remove_files) COMPLETE |
| 6205 | 2025-08-18T19:45:46.200Z | [ recovery-image] Aug 18 19:45:45.473 INFO O| Aug 18 19:45:45.473 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6206 | 2025-08-18T19:45:46.206Z | [ recovery-image] Aug 18 19:45:45.483 INFO O| Aug 18 19:45:45.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
| 6207 | 2025-08-18T19:45:46.206Z | [ recovery-image] Aug 18 19:45:45.483 INFO O| Aug 18 19:45:45.483 INFO STEP 463 (remove_files) COMPLETE |
| 6208 | 2025-08-18T19:45:46.210Z | [ recovery-image] Aug 18 19:45:45.483 INFO O| Aug 18 19:45:45.483 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6209 | 2025-08-18T19:45:46.219Z | [ recovery-image] Aug 18 19:45:45.496 INFO O| Aug 18 19:45:45.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
| 6210 | 2025-08-18T19:45:46.219Z | [ recovery-image] Aug 18 19:45:45.496 INFO O| Aug 18 19:45:45.496 INFO STEP 464 (remove_files) COMPLETE |
| 6211 | 2025-08-18T19:45:46.222Z | [ recovery-image] Aug 18 19:45:45.496 INFO O| Aug 18 19:45:45.496 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6212 | 2025-08-18T19:45:46.231Z | [ recovery-image] Aug 18 19:45:45.508 INFO O| Aug 18 19:45:45.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
| 6213 | 2025-08-18T19:45:46.235Z | [ recovery-image] Aug 18 19:45:45.508 INFO O| Aug 18 19:45:45.508 INFO STEP 465 (remove_files) COMPLETE |
| 6214 | 2025-08-18T19:45:46.235Z | [ recovery-image] Aug 18 19:45:45.508 INFO O| Aug 18 19:45:45.508 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6215 | 2025-08-18T19:45:46.244Z | [ recovery-image] Aug 18 19:45:45.521 INFO O| Aug 18 19:45:45.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
| 6216 | 2025-08-18T19:45:46.247Z | [ recovery-image] Aug 18 19:45:45.521 INFO O| Aug 18 19:45:45.521 INFO STEP 466 (remove_files) COMPLETE |
| 6217 | 2025-08-18T19:45:46.247Z | [ recovery-image] Aug 18 19:45:45.521 INFO O| Aug 18 19:45:45.521 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6218 | 2025-08-18T19:45:46.256Z | [ recovery-image] Aug 18 19:45:45.533 INFO O| Aug 18 19:45:45.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9" |
| 6219 | 2025-08-18T19:45:46.259Z | [ recovery-image] Aug 18 19:45:45.533 INFO O| Aug 18 19:45:45.533 INFO STEP 467 (remove_files) COMPLETE |
| 6220 | 2025-08-18T19:45:46.261Z | [ recovery-image] Aug 18 19:45:45.533 INFO O| Aug 18 19:45:45.533 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6221 | 2025-08-18T19:45:46.268Z | [ recovery-image] Aug 18 19:45:45.545 INFO O| Aug 18 19:45:45.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
| 6222 | 2025-08-18T19:45:46.268Z | [ recovery-image] Aug 18 19:45:45.545 INFO O| Aug 18 19:45:45.545 INFO STEP 468 (remove_files) COMPLETE |
| 6223 | 2025-08-18T19:45:46.271Z | [ recovery-image] Aug 18 19:45:45.545 INFO O| Aug 18 19:45:45.545 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6224 | 2025-08-18T19:45:46.282Z | [ recovery-image] Aug 18 19:45:45.559 INFO O| Aug 18 19:45:45.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
| 6225 | 2025-08-18T19:45:46.285Z | [ recovery-image] Aug 18 19:45:45.559 INFO O| Aug 18 19:45:45.559 INFO STEP 469 (remove_files) COMPLETE |
| 6226 | 2025-08-18T19:45:46.285Z | [ recovery-image] Aug 18 19:45:45.559 INFO O| Aug 18 19:45:45.559 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6227 | 2025-08-18T19:45:46.295Z | [ recovery-image] Aug 18 19:45:45.572 INFO O| Aug 18 19:45:45.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags" |
| 6228 | 2025-08-18T19:45:46.298Z | [ recovery-image] Aug 18 19:45:45.573 INFO O| Aug 18 19:45:45.573 INFO STEP 470 (remove_files) COMPLETE |
| 6229 | 2025-08-18T19:45:46.298Z | [ recovery-image] Aug 18 19:45:45.573 INFO O| Aug 18 19:45:45.573 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6230 | 2025-08-18T19:45:46.309Z | [ recovery-image] Aug 18 19:45:45.586 INFO O| Aug 18 19:45:45.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit" |
| 6231 | 2025-08-18T19:45:46.309Z | [ recovery-image] Aug 18 19:45:45.586 INFO O| Aug 18 19:45:45.586 INFO STEP 471 (remove_files) COMPLETE |
| 6232 | 2025-08-18T19:45:46.312Z | [ recovery-image] Aug 18 19:45:45.586 INFO O| Aug 18 19:45:45.586 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6233 | 2025-08-18T19:45:46.321Z | [ recovery-image] Aug 18 19:45:45.598 INFO O| Aug 18 19:45:45.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex" |
| 6234 | 2025-08-18T19:45:46.321Z | [ recovery-image] Aug 18 19:45:45.598 INFO O| Aug 18 19:45:45.598 INFO STEP 472 (remove_files) COMPLETE |
| 6235 | 2025-08-18T19:45:46.321Z | [ recovery-image] Aug 18 19:45:45.598 INFO O| Aug 18 19:45:45.598 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6236 | 2025-08-18T19:45:46.333Z | [ recovery-image] Aug 18 19:45:45.610 INFO O| Aug 18 19:45:45.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh" |
| 6237 | 2025-08-18T19:45:46.333Z | [ recovery-image] Aug 18 19:45:45.610 INFO O| Aug 18 19:45:45.610 INFO STEP 473 (remove_files) COMPLETE |
| 6238 | 2025-08-18T19:45:46.333Z | [ recovery-image] Aug 18 19:45:45.610 INFO O| Aug 18 19:45:45.610 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6239 | 2025-08-18T19:45:46.346Z | [ recovery-image] Aug 18 19:45:45.623 INFO O| Aug 18 19:45:45.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh" |
| 6240 | 2025-08-18T19:45:46.346Z | [ recovery-image] Aug 18 19:45:45.623 INFO O| Aug 18 19:45:45.623 INFO STEP 474 (remove_files) COMPLETE |
| 6241 | 2025-08-18T19:45:46.349Z | [ recovery-image] Aug 18 19:45:45.623 INFO O| Aug 18 19:45:45.623 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6242 | 2025-08-18T19:45:46.359Z | [ recovery-image] Aug 18 19:45:45.636 INFO O| Aug 18 19:45:45.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit" |
| 6243 | 2025-08-18T19:45:46.362Z | [ recovery-image] Aug 18 19:45:45.636 INFO O| Aug 18 19:45:45.636 INFO STEP 475 (remove_files) COMPLETE |
| 6244 | 2025-08-18T19:45:46.362Z | [ recovery-image] Aug 18 19:45:45.636 INFO O| Aug 18 19:45:45.636 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6245 | 2025-08-18T19:45:46.372Z | [ recovery-image] Aug 18 19:45:45.649 INFO O| Aug 18 19:45:45.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi" |
| 6246 | 2025-08-18T19:45:46.375Z | [ recovery-image] Aug 18 19:45:45.649 INFO O| Aug 18 19:45:45.649 INFO STEP 476 (remove_files) COMPLETE |
| 6247 | 2025-08-18T19:45:46.375Z | [ recovery-image] Aug 18 19:45:45.649 INFO O| Aug 18 19:45:45.649 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6248 | 2025-08-18T19:45:46.384Z | [ recovery-image] Aug 18 19:45:45.661 INFO O| Aug 18 19:45:45.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view" |
| 6249 | 2025-08-18T19:45:46.384Z | [ recovery-image] Aug 18 19:45:45.661 INFO O| Aug 18 19:45:45.661 INFO STEP 477 (remove_files) COMPLETE |
| 6250 | 2025-08-18T19:45:46.387Z | [ recovery-image] Aug 18 19:45:45.661 INFO O| Aug 18 19:45:45.661 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6251 | 2025-08-18T19:45:46.397Z | [ recovery-image] Aug 18 19:45:45.674 INFO O| Aug 18 19:45:45.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux" |
| 6252 | 2025-08-18T19:45:46.400Z | [ recovery-image] Aug 18 19:45:45.674 INFO O| Aug 18 19:45:45.674 INFO STEP 478 (remove_files) COMPLETE |
| 6253 | 2025-08-18T19:45:46.400Z | [ recovery-image] Aug 18 19:45:45.674 INFO O| Aug 18 19:45:45.674 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6254 | 2025-08-18T19:45:46.409Z | [ recovery-image] Aug 18 19:45:45.686 INFO O| Aug 18 19:45:45.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool" |
| 6255 | 2025-08-18T19:45:46.409Z | [ recovery-image] Aug 18 19:45:45.687 INFO O| Aug 18 19:45:45.686 INFO STEP 479 (remove_files) COMPLETE |
| 6256 | 2025-08-18T19:45:46.413Z | [ recovery-image] Aug 18 19:45:45.687 INFO O| Aug 18 19:45:45.687 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6257 | 2025-08-18T19:45:46.422Z | [ recovery-image] Aug 18 19:45:45.699 INFO O| Aug 18 19:45:45.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt" |
| 6258 | 2025-08-18T19:45:46.426Z | [ recovery-image] Aug 18 19:45:45.699 INFO O| Aug 18 19:45:45.699 INFO STEP 480 (remove_files) COMPLETE |
| 6259 | 2025-08-18T19:45:46.426Z | [ recovery-image] Aug 18 19:45:45.700 INFO O| Aug 18 19:45:45.699 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6260 | 2025-08-18T19:45:46.434Z | [ recovery-image] Aug 18 19:45:45.711 INFO O| Aug 18 19:45:45.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm" |
| 6261 | 2025-08-18T19:45:46.434Z | [ recovery-image] Aug 18 19:45:45.711 INFO O| Aug 18 19:45:45.711 INFO STEP 481 (remove_files) COMPLETE |
| 6262 | 2025-08-18T19:45:46.438Z | [ recovery-image] Aug 18 19:45:45.711 INFO O| Aug 18 19:45:45.711 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6263 | 2025-08-18T19:45:46.447Z | [ recovery-image] Aug 18 19:45:45.724 INFO O| Aug 18 19:45:45.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts" |
| 6264 | 2025-08-18T19:45:46.450Z | [ recovery-image] Aug 18 19:45:45.724 INFO O| Aug 18 19:45:45.724 INFO STEP 482 (remove_files) COMPLETE |
| 6265 | 2025-08-18T19:45:46.450Z | [ recovery-image] Aug 18 19:45:45.724 INFO O| Aug 18 19:45:45.724 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6266 | 2025-08-18T19:45:46.456Z | [ recovery-image] Aug 18 19:45:45.734 INFO O| Aug 18 19:45:45.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm" |
| 6267 | 2025-08-18T19:45:46.459Z | [ recovery-image] Aug 18 19:45:45.734 INFO O| Aug 18 19:45:45.734 INFO STEP 483 (remove_files) COMPLETE |
| 6268 | 2025-08-18T19:45:46.459Z | [ recovery-image] Aug 18 19:45:45.734 INFO O| Aug 18 19:45:45.734 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6269 | 2025-08-18T19:45:46.466Z | [ recovery-image] Aug 18 19:45:45.743 INFO O| Aug 18 19:45:45.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons" |
| 6270 | 2025-08-18T19:45:46.469Z | [ recovery-image] Aug 18 19:45:45.743 INFO O| Aug 18 19:45:45.743 INFO STEP 484 (remove_files) COMPLETE |
| 6271 | 2025-08-18T19:45:46.469Z | [ recovery-image] Aug 18 19:45:45.743 INFO O| Aug 18 19:45:45.743 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6272 | 2025-08-18T19:45:46.480Z | [ recovery-image] Aug 18 19:45:45.756 INFO O| Aug 18 19:45:45.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf" |
| 6273 | 2025-08-18T19:45:46.480Z | [ recovery-image] Aug 18 19:45:45.756 INFO O| Aug 18 19:45:45.756 INFO STEP 485 (remove_files) COMPLETE |
| 6274 | 2025-08-18T19:45:46.483Z | [ recovery-image] Aug 18 19:45:45.756 INFO O| Aug 18 19:45:45.756 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6275 | 2025-08-18T19:45:46.491Z | [ recovery-image] Aug 18 19:45:45.768 INFO O| Aug 18 19:45:45.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf" |
| 6276 | 2025-08-18T19:45:46.491Z | [ recovery-image] Aug 18 19:45:45.769 INFO O| Aug 18 19:45:45.769 INFO STEP 486 (remove_files) COMPLETE |
| 6277 | 2025-08-18T19:45:46.492Z | [ recovery-image] Aug 18 19:45:45.769 INFO O| Aug 18 19:45:45.769 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6278 | 2025-08-18T19:45:46.505Z | [ recovery-image] Aug 18 19:45:45.782 INFO O| Aug 18 19:45:45.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf" |
| 6279 | 2025-08-18T19:45:46.505Z | [ recovery-image] Aug 18 19:45:45.782 INFO O| Aug 18 19:45:45.782 INFO STEP 487 (remove_files) COMPLETE |
| 6280 | 2025-08-18T19:45:46.508Z | [ recovery-image] Aug 18 19:45:45.782 INFO O| Aug 18 19:45:45.782 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6281 | 2025-08-18T19:45:46.517Z | [ recovery-image] Aug 18 19:45:45.794 INFO O| Aug 18 19:45:45.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf" |
| 6282 | 2025-08-18T19:45:46.520Z | [ recovery-image] Aug 18 19:45:45.794 INFO O| Aug 18 19:45:45.794 INFO STEP 488 (remove_files) COMPLETE |
| 6283 | 2025-08-18T19:45:46.520Z | [ recovery-image] Aug 18 19:45:45.794 INFO O| Aug 18 19:45:45.794 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6284 | 2025-08-18T19:45:46.529Z | [ recovery-image] Aug 18 19:45:45.806 INFO O| Aug 18 19:45:45.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf" |
| 6285 | 2025-08-18T19:45:46.532Z | [ recovery-image] Aug 18 19:45:45.806 INFO O| Aug 18 19:45:45.806 INFO STEP 489 (remove_files) COMPLETE |
| 6286 | 2025-08-18T19:45:46.532Z | [ recovery-image] Aug 18 19:45:45.806 INFO O| Aug 18 19:45:45.806 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6287 | 2025-08-18T19:45:46.541Z | [ recovery-image] Aug 18 19:45:45.818 INFO O| Aug 18 19:45:45.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf" |
| 6288 | 2025-08-18T19:45:46.541Z | [ recovery-image] Aug 18 19:45:45.819 INFO O| Aug 18 19:45:45.819 INFO STEP 490 (remove_files) COMPLETE |
| 6289 | 2025-08-18T19:45:46.541Z | [ recovery-image] Aug 18 19:45:45.819 INFO O| Aug 18 19:45:45.819 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6290 | 2025-08-18T19:45:46.552Z | [ recovery-image] Aug 18 19:45:45.829 INFO O| Aug 18 19:45:45.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf" |
| 6291 | 2025-08-18T19:45:46.552Z | [ recovery-image] Aug 18 19:45:45.829 INFO O| Aug 18 19:45:45.829 INFO STEP 491 (remove_files) COMPLETE |
| 6292 | 2025-08-18T19:45:46.555Z | [ recovery-image] Aug 18 19:45:45.829 INFO O| Aug 18 19:45:45.829 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6293 | 2025-08-18T19:45:46.565Z | [ recovery-image] Aug 18 19:45:45.842 INFO O| Aug 18 19:45:45.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf" |
| 6294 | 2025-08-18T19:45:46.565Z | [ recovery-image] Aug 18 19:45:45.842 INFO O| Aug 18 19:45:45.842 INFO STEP 492 (remove_files) COMPLETE |
| 6295 | 2025-08-18T19:45:46.568Z | [ recovery-image] Aug 18 19:45:45.842 INFO O| Aug 18 19:45:45.842 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6296 | 2025-08-18T19:45:46.577Z | [ recovery-image] Aug 18 19:45:45.854 INFO O| Aug 18 19:45:45.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec" |
| 6297 | 2025-08-18T19:45:46.580Z | [ recovery-image] Aug 18 19:45:45.854 INFO O| Aug 18 19:45:45.854 INFO STEP 493 (remove_files) COMPLETE |
| 6298 | 2025-08-18T19:45:46.580Z | [ recovery-image] Aug 18 19:45:45.854 INFO O| Aug 18 19:45:45.854 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6299 | 2025-08-18T19:45:46.585Z | [ recovery-image] Aug 18 19:45:45.863 INFO O| Aug 18 19:45:45.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec" |
| 6300 | 2025-08-18T19:45:46.588Z | [ recovery-image] Aug 18 19:45:45.863 INFO O| Aug 18 19:45:45.863 INFO STEP 494 (remove_files) COMPLETE |
| 6301 | 2025-08-18T19:45:46.588Z | [ recovery-image] Aug 18 19:45:45.863 INFO O| Aug 18 19:45:45.863 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6302 | 2025-08-18T19:45:46.598Z | [ recovery-image] Aug 18 19:45:45.875 INFO O| Aug 18 19:45:45.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs" |
| 6303 | 2025-08-18T19:45:46.598Z | [ recovery-image] Aug 18 19:45:45.876 INFO O| Aug 18 19:45:45.876 INFO STEP 495 (remove_files) COMPLETE |
| 6304 | 2025-08-18T19:45:46.602Z | [ recovery-image] Aug 18 19:45:45.876 INFO O| Aug 18 19:45:45.876 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6305 | 2025-08-18T19:45:46.612Z | [ recovery-image] Aug 18 19:45:45.889 INFO O| Aug 18 19:45:45.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs" |
| 6306 | 2025-08-18T19:45:46.612Z | [ recovery-image] Aug 18 19:45:45.889 INFO O| Aug 18 19:45:45.889 INFO STEP 496 (remove_files) COMPLETE |
| 6307 | 2025-08-18T19:45:46.615Z | [ recovery-image] Aug 18 19:45:45.889 INFO O| Aug 18 19:45:45.889 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6308 | 2025-08-18T19:45:46.622Z | [ recovery-image] Aug 18 19:45:45.899 INFO O| Aug 18 19:45:45.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
| 6309 | 2025-08-18T19:45:46.625Z | [ recovery-image] Aug 18 19:45:45.899 INFO O| Aug 18 19:45:45.899 INFO STEP 497 (remove_files) COMPLETE |
| 6310 | 2025-08-18T19:45:46.625Z | [ recovery-image] Aug 18 19:45:45.899 INFO O| Aug 18 19:45:45.899 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6311 | 2025-08-18T19:45:46.634Z | [ recovery-image] Aug 18 19:45:45.911 INFO O| Aug 18 19:45:45.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
| 6312 | 2025-08-18T19:45:46.637Z | [ recovery-image] Aug 18 19:45:45.912 INFO O| Aug 18 19:45:45.911 INFO STEP 498 (remove_files) COMPLETE |
| 6313 | 2025-08-18T19:45:46.637Z | [ recovery-image] Aug 18 19:45:45.912 INFO O| Aug 18 19:45:45.911 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6314 | 2025-08-18T19:45:46.645Z | [ recovery-image] Aug 18 19:45:45.921 INFO O| Aug 18 19:45:45.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
| 6315 | 2025-08-18T19:45:46.649Z | [ recovery-image] Aug 18 19:45:45.921 INFO O| Aug 18 19:45:45.921 INFO STEP 499 (remove_files) COMPLETE |
| 6316 | 2025-08-18T19:45:46.649Z | [ recovery-image] Aug 18 19:45:45.921 INFO O| Aug 18 19:45:45.921 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6317 | 2025-08-18T19:45:46.654Z | [ recovery-image] Aug 18 19:45:45.931 INFO O| Aug 18 19:45:45.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
| 6318 | 2025-08-18T19:45:46.654Z | [ recovery-image] Aug 18 19:45:45.931 INFO O| Aug 18 19:45:45.931 INFO STEP 500 (remove_files) COMPLETE |
| 6319 | 2025-08-18T19:45:46.654Z | [ recovery-image] Aug 18 19:45:45.931 INFO O| Aug 18 19:45:45.931 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6320 | 2025-08-18T19:45:46.667Z | [ recovery-image] Aug 18 19:45:45.944 INFO O| Aug 18 19:45:45.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
| 6321 | 2025-08-18T19:45:46.667Z | [ recovery-image] Aug 18 19:45:45.944 INFO O| Aug 18 19:45:45.944 INFO STEP 501 (remove_files) COMPLETE |
| 6322 | 2025-08-18T19:45:46.697Z | [ recovery-image] Aug 18 19:45:45.944 INFO O| Aug 18 19:45:45.944 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6323 | 2025-08-18T19:45:46.697Z | [ recovery-image] Aug 18 19:45:45.959 INFO O| Aug 18 19:45:45.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
| 6324 | 2025-08-18T19:45:46.700Z | [ recovery-image] Aug 18 19:45:45.959 INFO O| Aug 18 19:45:45.959 INFO STEP 502 (remove_files) COMPLETE |
| 6325 | 2025-08-18T19:45:46.700Z | [ recovery-image] Aug 18 19:45:45.959 INFO O| Aug 18 19:45:45.959 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6326 | 2025-08-18T19:45:46.700Z | [ recovery-image] Aug 18 19:45:45.973 INFO O| Aug 18 19:45:45.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA" |
| 6327 | 2025-08-18T19:45:46.704Z | [ recovery-image] Aug 18 19:45:45.974 INFO O| Aug 18 19:45:45.974 INFO STEP 503 (remove_files) COMPLETE |
| 6328 | 2025-08-18T19:45:46.704Z | [ recovery-image] Aug 18 19:45:45.974 INFO O| Aug 18 19:45:45.974 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6329 | 2025-08-18T19:45:46.710Z | [ recovery-image] Aug 18 19:45:45.987 INFO O| Aug 18 19:45:45.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT" |
| 6330 | 2025-08-18T19:45:46.710Z | [ recovery-image] Aug 18 19:45:45.987 INFO O| Aug 18 19:45:45.987 INFO STEP 504 (remove_files) COMPLETE |
| 6331 | 2025-08-18T19:45:46.716Z | [ recovery-image] Aug 18 19:45:45.987 INFO O| Aug 18 19:45:45.987 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6332 | 2025-08-18T19:45:46.727Z | [ recovery-image] Aug 18 19:45:46.001 INFO O| Aug 18 19:45:46.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
| 6333 | 2025-08-18T19:45:46.727Z | [ recovery-image] Aug 18 19:45:46.001 INFO O| Aug 18 19:45:46.001 INFO STEP 505 (remove_files) COMPLETE |
| 6334 | 2025-08-18T19:45:46.727Z | [ recovery-image] Aug 18 19:45:46.001 INFO O| Aug 18 19:45:46.001 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6335 | 2025-08-18T19:45:46.739Z | [ recovery-image] Aug 18 19:45:46.016 INFO O| Aug 18 19:45:46.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
| 6336 | 2025-08-18T19:45:46.739Z | [ recovery-image] Aug 18 19:45:46.017 INFO O| Aug 18 19:45:46.017 INFO STEP 506 (remove_files) COMPLETE |
| 6337 | 2025-08-18T19:45:46.739Z | [ recovery-image] Aug 18 19:45:46.017 INFO O| Aug 18 19:45:46.017 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6338 | 2025-08-18T19:45:46.752Z | [ recovery-image] Aug 18 19:45:46.029 INFO O| Aug 18 19:45:46.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod" |
| 6339 | 2025-08-18T19:45:46.752Z | [ recovery-image] Aug 18 19:45:46.029 INFO O| Aug 18 19:45:46.029 INFO STEP 507 (remove_files) COMPLETE |
| 6340 | 2025-08-18T19:45:46.755Z | [ recovery-image] Aug 18 19:45:46.029 INFO O| Aug 18 19:45:46.029 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6341 | 2025-08-18T19:45:46.764Z | [ recovery-image] Aug 18 19:45:46.041 INFO O| Aug 18 19:45:46.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod" |
| 6342 | 2025-08-18T19:45:46.764Z | [ recovery-image] Aug 18 19:45:46.042 INFO O| Aug 18 19:45:46.042 INFO STEP 508 (remove_files) COMPLETE |
| 6343 | 2025-08-18T19:45:46.764Z | [ recovery-image] Aug 18 19:45:46.042 INFO O| Aug 18 19:45:46.042 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6344 | 2025-08-18T19:45:46.781Z | [ recovery-image] Aug 18 19:45:46.056 INFO O| Aug 18 19:45:46.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl" |
| 6345 | 2025-08-18T19:45:46.781Z | [ recovery-image] Aug 18 19:45:46.056 INFO O| Aug 18 19:45:46.056 INFO STEP 509 (remove_files) COMPLETE |
| 6346 | 2025-08-18T19:45:46.781Z | [ recovery-image] Aug 18 19:45:46.056 INFO O| Aug 18 19:45:46.056 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6347 | 2025-08-18T19:45:46.792Z | [ recovery-image] Aug 18 19:45:46.069 INFO O| Aug 18 19:45:46.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys" |
| 6348 | 2025-08-18T19:45:46.792Z | [ recovery-image] Aug 18 19:45:46.069 INFO O| Aug 18 19:45:46.069 INFO STEP 510 (remove_files) COMPLETE |
| 6349 | 2025-08-18T19:45:46.792Z | [ recovery-image] Aug 18 19:45:46.069 INFO O| Aug 18 19:45:46.069 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6350 | 2025-08-18T19:45:46.807Z | [ recovery-image] Aug 18 19:45:46.084 INFO O| Aug 18 19:45:46.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct" |
| 6351 | 2025-08-18T19:45:46.807Z | [ recovery-image] Aug 18 19:45:46.084 INFO O| Aug 18 19:45:46.084 INFO STEP 511 (remove_files) COMPLETE |
| 6352 | 2025-08-18T19:45:46.810Z | [ recovery-image] Aug 18 19:45:46.084 INFO O| Aug 18 19:45:46.084 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6353 | 2025-08-18T19:45:46.821Z | [ recovery-image] Aug 18 19:45:46.098 INFO O| Aug 18 19:45:46.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README" |
| 6354 | 2025-08-18T19:45:46.821Z | [ recovery-image] Aug 18 19:45:46.098 INFO O| Aug 18 19:45:46.098 INFO STEP 512 (remove_files) COMPLETE |
| 6355 | 2025-08-18T19:45:46.824Z | [ recovery-image] Aug 18 19:45:46.098 INFO O| Aug 18 19:45:46.098 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6356 | 2025-08-18T19:45:46.835Z | [ recovery-image] Aug 18 19:45:46.112 INFO O| Aug 18 19:45:46.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map" |
| 6357 | 2025-08-18T19:45:46.838Z | [ recovery-image] Aug 18 19:45:46.112 INFO O| Aug 18 19:45:46.112 INFO STEP 513 (remove_files) COMPLETE |
| 6358 | 2025-08-18T19:45:46.838Z | [ recovery-image] Aug 18 19:45:46.112 INFO O| Aug 18 19:45:46.112 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6359 | 2025-08-18T19:45:46.847Z | [ recovery-image] Aug 18 19:45:46.125 INFO O| Aug 18 19:45:46.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace" |
| 6360 | 2025-08-18T19:45:46.847Z | [ recovery-image] Aug 18 19:45:46.125 INFO O| Aug 18 19:45:46.125 INFO STEP 514 (remove_files) COMPLETE |
| 6361 | 2025-08-18T19:45:46.851Z | [ recovery-image] Aug 18 19:45:46.125 INFO O| Aug 18 19:45:46.125 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6362 | 2025-08-18T19:45:46.860Z | [ recovery-image] Aug 18 19:45:46.138 INFO O| Aug 18 19:45:46.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen" |
| 6363 | 2025-08-18T19:45:46.860Z | [ recovery-image] Aug 18 19:45:46.138 INFO O| Aug 18 19:45:46.138 INFO STEP 515 (remove_files) COMPLETE |
| 6364 | 2025-08-18T19:45:46.860Z | [ recovery-image] Aug 18 19:45:46.138 INFO O| Aug 18 19:45:46.138 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6365 | 2025-08-18T19:45:46.873Z | [ recovery-image] Aug 18 19:45:46.150 INFO O| Aug 18 19:45:46.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1" |
| 6366 | 2025-08-18T19:45:46.873Z | [ recovery-image] Aug 18 19:45:46.151 INFO O| Aug 18 19:45:46.150 INFO STEP 516 (remove_files) COMPLETE |
| 6367 | 2025-08-18T19:45:46.876Z | [ recovery-image] Aug 18 19:45:46.151 INFO O| Aug 18 19:45:46.150 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6368 | 2025-08-18T19:45:46.885Z | [ recovery-image] Aug 18 19:45:46.163 INFO O| Aug 18 19:45:46.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3" |
| 6369 | 2025-08-18T19:45:46.885Z | [ recovery-image] Aug 18 19:45:46.163 INFO O| Aug 18 19:45:46.163 INFO STEP 517 (remove_files) COMPLETE |
| 6370 | 2025-08-18T19:45:46.889Z | [ recovery-image] Aug 18 19:45:46.163 INFO O| Aug 18 19:45:46.163 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6371 | 2025-08-18T19:45:46.897Z | [ recovery-image] Aug 18 19:45:46.175 INFO O| Aug 18 19:45:46.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4" |
| 6372 | 2025-08-18T19:45:46.897Z | [ recovery-image] Aug 18 19:45:46.175 INFO O| Aug 18 19:45:46.175 INFO STEP 518 (remove_files) COMPLETE |
| 6373 | 2025-08-18T19:45:46.898Z | [ recovery-image] Aug 18 19:45:46.175 INFO O| Aug 18 19:45:46.175 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6374 | 2025-08-18T19:45:46.910Z | [ recovery-image] Aug 18 19:45:46.188 INFO O| Aug 18 19:45:46.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o" |
| 6375 | 2025-08-18T19:45:46.910Z | [ recovery-image] Aug 18 19:45:46.188 INFO O| Aug 18 19:45:46.188 INFO STEP 519 (remove_files) COMPLETE |
| 6376 | 2025-08-18T19:45:46.913Z | [ recovery-image] Aug 18 19:45:46.188 INFO O| Aug 18 19:45:46.188 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6377 | 2025-08-18T19:45:46.922Z | [ recovery-image] Aug 18 19:45:46.200 INFO O| Aug 18 19:45:46.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o" |
| 6378 | 2025-08-18T19:45:46.923Z | [ recovery-image] Aug 18 19:45:46.200 INFO O| Aug 18 19:45:46.200 INFO STEP 520 (remove_files) COMPLETE |
| 6379 | 2025-08-18T19:45:46.925Z | [ recovery-image] Aug 18 19:45:46.200 INFO O| Aug 18 19:45:46.200 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6380 | 2025-08-18T19:45:46.934Z | [ recovery-image] Aug 18 19:45:46.211 INFO O| Aug 18 19:45:46.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1" |
| 6381 | 2025-08-18T19:45:46.937Z | [ recovery-image] Aug 18 19:45:46.212 INFO O| Aug 18 19:45:46.212 INFO STEP 521 (remove_files) COMPLETE |
| 6382 | 2025-08-18T19:45:46.937Z | [ recovery-image] Aug 18 19:45:46.212 INFO O| Aug 18 19:45:46.212 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6383 | 2025-08-18T19:45:46.945Z | [ recovery-image] Aug 18 19:45:46.223 INFO O| Aug 18 19:45:46.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
| 6384 | 2025-08-18T19:45:46.948Z | [ recovery-image] Aug 18 19:45:46.223 INFO O| Aug 18 19:45:46.223 INFO STEP 522 (remove_files) COMPLETE |
| 6385 | 2025-08-18T19:45:46.948Z | [ recovery-image] Aug 18 19:45:46.223 INFO O| Aug 18 19:45:46.223 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6386 | 2025-08-18T19:45:46.959Z | [ recovery-image] Aug 18 19:45:46.237 INFO O| Aug 18 19:45:46.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept" |
| 6387 | 2025-08-18T19:45:46.962Z | [ recovery-image] Aug 18 19:45:46.238 INFO O| Aug 18 19:45:46.238 INFO STEP 523 (remove_files) COMPLETE |
| 6388 | 2025-08-18T19:45:46.962Z | [ recovery-image] Aug 18 19:45:46.238 INFO O| Aug 18 19:45:46.238 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6389 | 2025-08-18T19:45:46.973Z | [ recovery-image] Aug 18 19:45:46.251 INFO O| Aug 18 19:45:46.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename" |
| 6390 | 2025-08-18T19:45:46.976Z | [ recovery-image] Aug 18 19:45:46.251 INFO O| Aug 18 19:45:46.251 INFO STEP 524 (remove_files) COMPLETE |
| 6391 | 2025-08-18T19:45:46.976Z | [ recovery-image] Aug 18 19:45:46.251 INFO O| Aug 18 19:45:46.251 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6392 | 2025-08-18T19:45:46.987Z | [ recovery-image] Aug 18 19:45:46.265 INFO O| Aug 18 19:45:46.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv" |
| 6393 | 2025-08-18T19:45:46.987Z | [ recovery-image] Aug 18 19:45:46.265 INFO O| Aug 18 19:45:46.265 INFO STEP 525 (remove_files) COMPLETE |
| 6394 | 2025-08-18T19:45:46.990Z | [ recovery-image] Aug 18 19:45:46.265 INFO O| Aug 18 19:45:46.265 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6395 | 2025-08-18T19:45:46.999Z | [ recovery-image] Aug 18 19:45:46.276 INFO O| Aug 18 19:45:46.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut" |
| 6396 | 2025-08-18T19:45:46.999Z | [ recovery-image] Aug 18 19:45:46.277 INFO O| Aug 18 19:45:46.277 INFO STEP 526 (remove_files) COMPLETE |
| 6397 | 2025-08-18T19:45:47.003Z | [ recovery-image] Aug 18 19:45:46.277 INFO O| Aug 18 19:45:46.277 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6398 | 2025-08-18T19:45:47.012Z | [ recovery-image] Aug 18 19:45:46.289 INFO O| Aug 18 19:45:46.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname" |
| 6399 | 2025-08-18T19:45:47.012Z | [ recovery-image] Aug 18 19:45:46.289 INFO O| Aug 18 19:45:46.289 INFO STEP 527 (remove_files) COMPLETE |
| 6400 | 2025-08-18T19:45:47.015Z | [ recovery-image] Aug 18 19:45:46.289 INFO O| Aug 18 19:45:46.289 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6401 | 2025-08-18T19:45:47.024Z | [ recovery-image] Aug 18 19:45:46.302 INFO O| Aug 18 19:45:46.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags" |
| 6402 | 2025-08-18T19:45:47.027Z | [ recovery-image] Aug 18 19:45:46.302 INFO O| Aug 18 19:45:46.302 INFO STEP 528 (remove_files) COMPLETE |
| 6403 | 2025-08-18T19:45:47.027Z | [ recovery-image] Aug 18 19:45:46.302 INFO O| Aug 18 19:45:46.302 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6404 | 2025-08-18T19:45:47.037Z | [ recovery-image] Aug 18 19:45:46.315 INFO O| Aug 18 19:45:46.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo" |
| 6405 | 2025-08-18T19:45:47.040Z | [ recovery-image] Aug 18 19:45:46.315 INFO O| Aug 18 19:45:46.315 INFO STEP 529 (remove_files) COMPLETE |
| 6406 | 2025-08-18T19:45:47.040Z | [ recovery-image] Aug 18 19:45:46.315 INFO O| Aug 18 19:45:46.315 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6407 | 2025-08-18T19:45:47.050Z | [ recovery-image] Aug 18 19:45:46.328 INFO O| Aug 18 19:45:46.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head" |
| 6408 | 2025-08-18T19:45:47.053Z | [ recovery-image] Aug 18 19:45:46.328 INFO O| Aug 18 19:45:46.328 INFO STEP 530 (remove_files) COMPLETE |
| 6409 | 2025-08-18T19:45:47.053Z | [ recovery-image] Aug 18 19:45:46.328 INFO O| Aug 18 19:45:46.328 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6410 | 2025-08-18T19:45:47.062Z | [ recovery-image] Aug 18 19:45:46.340 INFO O| Aug 18 19:45:46.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id" |
| 6411 | 2025-08-18T19:45:47.065Z | [ recovery-image] Aug 18 19:45:46.340 INFO O| Aug 18 19:45:46.340 INFO STEP 531 (remove_files) COMPLETE |
| 6412 | 2025-08-18T19:45:47.066Z | [ recovery-image] Aug 18 19:45:46.340 INFO O| Aug 18 19:45:46.340 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6413 | 2025-08-18T19:45:47.075Z | [ recovery-image] Aug 18 19:45:46.353 INFO O| Aug 18 19:45:46.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln" |
| 6414 | 2025-08-18T19:45:47.078Z | [ recovery-image] Aug 18 19:45:46.353 INFO O| Aug 18 19:45:46.353 INFO STEP 532 (remove_files) COMPLETE |
| 6415 | 2025-08-18T19:45:47.078Z | [ recovery-image] Aug 18 19:45:46.353 INFO O| Aug 18 19:45:46.353 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6416 | 2025-08-18T19:45:47.088Z | [ recovery-image] Aug 18 19:45:46.366 INFO O| Aug 18 19:45:46.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h" |
| 6417 | 2025-08-18T19:45:47.091Z | [ recovery-image] Aug 18 19:45:46.366 INFO O| Aug 18 19:45:46.366 INFO STEP 533 (remove_files) COMPLETE |
| 6418 | 2025-08-18T19:45:47.091Z | [ recovery-image] Aug 18 19:45:46.366 INFO O| Aug 18 19:45:46.366 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6419 | 2025-08-18T19:45:47.100Z | [ recovery-image] Aug 18 19:45:46.377 INFO O| Aug 18 19:45:46.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname" |
| 6420 | 2025-08-18T19:45:47.100Z | [ recovery-image] Aug 18 19:45:46.378 INFO O| Aug 18 19:45:46.378 INFO STEP 534 (remove_files) COMPLETE |
| 6421 | 2025-08-18T19:45:47.103Z | [ recovery-image] Aug 18 19:45:46.378 INFO O| Aug 18 19:45:46.378 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6422 | 2025-08-18T19:45:47.113Z | [ recovery-image] Aug 18 19:45:46.389 INFO O| Aug 18 19:45:46.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir" |
| 6423 | 2025-08-18T19:45:47.113Z | [ recovery-image] Aug 18 19:45:46.389 INFO O| Aug 18 19:45:46.389 INFO STEP 535 (remove_files) COMPLETE |
| 6424 | 2025-08-18T19:45:47.116Z | [ recovery-image] Aug 18 19:45:46.389 INFO O| Aug 18 19:45:46.389 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6425 | 2025-08-18T19:45:47.124Z | [ recovery-image] Aug 18 19:45:46.402 INFO O| Aug 18 19:45:46.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo" |
| 6426 | 2025-08-18T19:45:47.128Z | [ recovery-image] Aug 18 19:45:46.402 INFO O| Aug 18 19:45:46.402 INFO STEP 536 (remove_files) COMPLETE |
| 6427 | 2025-08-18T19:45:47.128Z | [ recovery-image] Aug 18 19:45:46.403 INFO O| Aug 18 19:45:46.402 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6428 | 2025-08-18T19:45:47.136Z | [ recovery-image] Aug 18 19:45:46.414 INFO O| Aug 18 19:45:46.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp" |
| 6429 | 2025-08-18T19:45:47.139Z | [ recovery-image] Aug 18 19:45:46.414 INFO O| Aug 18 19:45:46.414 INFO STEP 537 (remove_files) COMPLETE |
| 6430 | 2025-08-18T19:45:47.139Z | [ recovery-image] Aug 18 19:45:46.414 INFO O| Aug 18 19:45:46.414 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6431 | 2025-08-18T19:45:47.146Z | [ recovery-image] Aug 18 19:45:46.424 INFO O| Aug 18 19:45:46.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid" |
| 6432 | 2025-08-18T19:45:47.146Z | [ recovery-image] Aug 18 19:45:46.424 INFO O| Aug 18 19:45:46.424 INFO STEP 538 (remove_files) COMPLETE |
| 6433 | 2025-08-18T19:45:47.149Z | [ recovery-image] Aug 18 19:45:46.424 INFO O| Aug 18 19:45:46.424 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6434 | 2025-08-18T19:45:47.159Z | [ recovery-image] Aug 18 19:45:46.437 INFO O| Aug 18 19:45:46.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk" |
| 6435 | 2025-08-18T19:45:47.159Z | [ recovery-image] Aug 18 19:45:46.437 INFO O| Aug 18 19:45:46.437 INFO STEP 539 (remove_files) COMPLETE |
| 6436 | 2025-08-18T19:45:47.162Z | [ recovery-image] Aug 18 19:45:46.437 INFO O| Aug 18 19:45:46.437 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6437 | 2025-08-18T19:45:47.173Z | [ recovery-image] Aug 18 19:45:46.451 INFO O| Aug 18 19:45:46.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print" |
| 6438 | 2025-08-18T19:45:47.173Z | [ recovery-image] Aug 18 19:45:46.451 INFO O| Aug 18 19:45:46.451 INFO STEP 540 (remove_files) COMPLETE |
| 6439 | 2025-08-18T19:45:47.176Z | [ recovery-image] Aug 18 19:45:46.451 INFO O| Aug 18 19:45:46.451 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6440 | 2025-08-18T19:45:47.186Z | [ recovery-image] Aug 18 19:45:46.464 INFO O| Aug 18 19:45:46.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv" |
| 6441 | 2025-08-18T19:45:47.189Z | [ recovery-image] Aug 18 19:45:46.464 INFO O| Aug 18 19:45:46.464 INFO STEP 541 (remove_files) COMPLETE |
| 6442 | 2025-08-18T19:45:47.189Z | [ recovery-image] Aug 18 19:45:46.464 INFO O| Aug 18 19:45:46.464 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6443 | 2025-08-18T19:45:47.201Z | [ recovery-image] Aug 18 19:45:46.479 INFO O| Aug 18 19:45:46.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push" |
| 6444 | 2025-08-18T19:45:47.204Z | [ recovery-image] Aug 18 19:45:46.480 INFO O| Aug 18 19:45:46.479 INFO STEP 542 (remove_files) COMPLETE |
| 6445 | 2025-08-18T19:45:47.204Z | [ recovery-image] Aug 18 19:45:46.480 INFO O| Aug 18 19:45:46.479 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6446 | 2025-08-18T19:45:47.216Z | [ recovery-image] Aug 18 19:45:46.493 INFO O| Aug 18 19:45:46.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath" |
| 6447 | 2025-08-18T19:45:47.216Z | [ recovery-image] Aug 18 19:45:46.493 INFO O| Aug 18 19:45:46.493 INFO STEP 543 (remove_files) COMPLETE |
| 6448 | 2025-08-18T19:45:47.216Z | [ recovery-image] Aug 18 19:45:46.494 INFO O| Aug 18 19:45:46.493 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6449 | 2025-08-18T19:45:47.226Z | [ recovery-image] Aug 18 19:45:46.504 INFO O| Aug 18 19:45:46.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm" |
| 6450 | 2025-08-18T19:45:47.227Z | [ recovery-image] Aug 18 19:45:46.504 INFO O| Aug 18 19:45:46.504 INFO STEP 544 (remove_files) COMPLETE |
| 6451 | 2025-08-18T19:45:47.227Z | [ recovery-image] Aug 18 19:45:46.505 INFO O| Aug 18 19:45:46.504 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6452 | 2025-08-18T19:45:47.237Z | [ recovery-image] Aug 18 19:45:46.515 INFO O| Aug 18 19:45:46.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir" |
| 6453 | 2025-08-18T19:45:47.240Z | [ recovery-image] Aug 18 19:45:46.516 INFO O| Aug 18 19:45:46.516 INFO STEP 545 (remove_files) COMPLETE |
| 6454 | 2025-08-18T19:45:47.241Z | [ recovery-image] Aug 18 19:45:46.516 INFO O| Aug 18 19:45:46.516 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6455 | 2025-08-18T19:45:47.251Z | [ recovery-image] Aug 18 19:45:46.526 INFO O| Aug 18 19:45:46.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq" |
| 6456 | 2025-08-18T19:45:47.251Z | [ recovery-image] Aug 18 19:45:46.526 INFO O| Aug 18 19:45:46.526 INFO STEP 546 (remove_files) COMPLETE |
| 6457 | 2025-08-18T19:45:47.251Z | [ recovery-image] Aug 18 19:45:46.526 INFO O| Aug 18 19:45:46.526 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6458 | 2025-08-18T19:45:47.260Z | [ recovery-image] Aug 18 19:45:46.538 INFO O| Aug 18 19:45:46.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid" |
| 6459 | 2025-08-18T19:45:47.260Z | [ recovery-image] Aug 18 19:45:46.538 INFO O| Aug 18 19:45:46.538 INFO STEP 547 (remove_files) COMPLETE |
| 6460 | 2025-08-18T19:45:47.267Z | [ recovery-image] Aug 18 19:45:46.538 INFO O| Aug 18 19:45:46.538 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6461 | 2025-08-18T19:45:47.282Z | [ recovery-image] Aug 18 19:45:46.550 INFO O| Aug 18 19:45:46.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep" |
| 6462 | 2025-08-18T19:45:47.282Z | [ recovery-image] Aug 18 19:45:46.551 INFO O| Aug 18 19:45:46.550 INFO STEP 548 (remove_files) COMPLETE |
| 6463 | 2025-08-18T19:45:47.282Z | [ recovery-image] Aug 18 19:45:46.551 INFO O| Aug 18 19:45:46.550 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6464 | 2025-08-18T19:45:47.286Z | [ recovery-image] Aug 18 19:45:46.564 INFO O| Aug 18 19:45:46.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime" |
| 6465 | 2025-08-18T19:45:47.288Z | [ recovery-image] Aug 18 19:45:46.564 INFO O| Aug 18 19:45:46.564 INFO STEP 549 (remove_files) COMPLETE |
| 6466 | 2025-08-18T19:45:47.288Z | [ recovery-image] Aug 18 19:45:46.564 INFO O| Aug 18 19:45:46.564 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6467 | 2025-08-18T19:45:47.299Z | [ recovery-image] Aug 18 19:45:46.577 INFO O| Aug 18 19:45:46.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync" |
| 6468 | 2025-08-18T19:45:47.301Z | [ recovery-image] Aug 18 19:45:46.577 INFO O| Aug 18 19:45:46.577 INFO STEP 550 (remove_files) COMPLETE |
| 6469 | 2025-08-18T19:45:47.302Z | [ recovery-image] Aug 18 19:45:46.577 INFO O| Aug 18 19:45:46.577 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6470 | 2025-08-18T19:45:47.312Z | [ recovery-image] Aug 18 19:45:46.590 INFO O| Aug 18 19:45:46.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee" |
| 6471 | 2025-08-18T19:45:47.312Z | [ recovery-image] Aug 18 19:45:46.590 INFO O| Aug 18 19:45:46.590 INFO STEP 551 (remove_files) COMPLETE |
| 6472 | 2025-08-18T19:45:47.315Z | [ recovery-image] Aug 18 19:45:46.590 INFO O| Aug 18 19:45:46.590 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6473 | 2025-08-18T19:45:47.325Z | [ recovery-image] Aug 18 19:45:46.603 INFO O| Aug 18 19:45:46.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse" |
| 6474 | 2025-08-18T19:45:47.328Z | [ recovery-image] Aug 18 19:45:46.603 INFO O| Aug 18 19:45:46.603 INFO STEP 552 (remove_files) COMPLETE |
| 6475 | 2025-08-18T19:45:47.328Z | [ recovery-image] Aug 18 19:45:46.603 INFO O| Aug 18 19:45:46.603 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6476 | 2025-08-18T19:45:47.338Z | [ recovery-image] Aug 18 19:45:46.616 INFO O| Aug 18 19:45:46.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty" |
| 6477 | 2025-08-18T19:45:47.341Z | [ recovery-image] Aug 18 19:45:46.616 INFO O| Aug 18 19:45:46.616 INFO STEP 553 (remove_files) COMPLETE |
| 6478 | 2025-08-18T19:45:47.341Z | [ recovery-image] Aug 18 19:45:46.616 INFO O| Aug 18 19:45:46.616 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6479 | 2025-08-18T19:45:47.351Z | [ recovery-image] Aug 18 19:45:46.628 INFO O| Aug 18 19:45:46.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname" |
| 6480 | 2025-08-18T19:45:47.351Z | [ recovery-image] Aug 18 19:45:46.629 INFO O| Aug 18 19:45:46.629 INFO STEP 554 (remove_files) COMPLETE |
| 6481 | 2025-08-18T19:45:47.351Z | [ recovery-image] Aug 18 19:45:46.629 INFO O| Aug 18 19:45:46.629 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6482 | 2025-08-18T19:45:47.364Z | [ recovery-image] Aug 18 19:45:46.641 INFO O| Aug 18 19:45:46.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink" |
| 6483 | 2025-08-18T19:45:47.364Z | [ recovery-image] Aug 18 19:45:46.641 INFO O| Aug 18 19:45:46.641 INFO STEP 555 (remove_files) COMPLETE |
| 6484 | 2025-08-18T19:45:47.364Z | [ recovery-image] Aug 18 19:45:46.641 INFO O| Aug 18 19:45:46.641 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6485 | 2025-08-18T19:45:47.375Z | [ recovery-image] Aug 18 19:45:46.653 INFO O| Aug 18 19:45:46.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami" |
| 6486 | 2025-08-18T19:45:47.375Z | [ recovery-image] Aug 18 19:45:46.653 INFO O| Aug 18 19:45:46.653 INFO STEP 556 (remove_files) COMPLETE |
| 6487 | 2025-08-18T19:45:47.375Z | [ recovery-image] Aug 18 19:45:46.653 INFO O| Aug 18 19:45:46.653 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6488 | 2025-08-18T19:45:47.386Z | [ recovery-image] Aug 18 19:45:46.665 INFO O| Aug 18 19:45:46.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
| 6489 | 2025-08-18T19:45:47.390Z | [ recovery-image] Aug 18 19:45:46.665 INFO O| Aug 18 19:45:46.665 INFO STEP 557 (remove_files) COMPLETE |
| 6490 | 2025-08-18T19:45:47.390Z | [ recovery-image] Aug 18 19:45:46.665 INFO O| Aug 18 19:45:46.665 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6491 | 2025-08-18T19:45:47.399Z | [ recovery-image] Aug 18 19:45:46.677 INFO O| Aug 18 19:45:46.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
| 6492 | 2025-08-18T19:45:47.402Z | [ recovery-image] Aug 18 19:45:46.678 INFO O| Aug 18 19:45:46.678 INFO STEP 558 (remove_files) COMPLETE |
| 6493 | 2025-08-18T19:45:47.402Z | [ recovery-image] Aug 18 19:45:46.678 INFO O| Aug 18 19:45:46.678 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6494 | 2025-08-18T19:45:47.412Z | [ recovery-image] Aug 18 19:45:46.690 INFO O| Aug 18 19:45:46.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1" |
| 6495 | 2025-08-18T19:45:47.415Z | [ recovery-image] Aug 18 19:45:46.690 INFO O| Aug 18 19:45:46.690 INFO STEP 559 (remove_files) COMPLETE |
| 6496 | 2025-08-18T19:45:47.415Z | [ recovery-image] Aug 18 19:45:46.690 INFO O| Aug 18 19:45:46.690 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6497 | 2025-08-18T19:45:47.425Z | [ recovery-image] Aug 18 19:45:46.703 INFO O| Aug 18 19:45:46.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
| 6498 | 2025-08-18T19:45:47.425Z | [ recovery-image] Aug 18 19:45:46.703 INFO O| Aug 18 19:45:46.703 INFO STEP 560 (remove_files) COMPLETE |
| 6499 | 2025-08-18T19:45:47.427Z | [ recovery-image] Aug 18 19:45:46.703 INFO O| Aug 18 19:45:46.703 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6500 | 2025-08-18T19:45:47.436Z | [ recovery-image] Aug 18 19:45:46.715 INFO O| Aug 18 19:45:46.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
| 6501 | 2025-08-18T19:45:47.440Z | [ recovery-image] Aug 18 19:45:46.715 INFO O| Aug 18 19:45:46.715 INFO STEP 561 (remove_files) COMPLETE |
| 6502 | 2025-08-18T19:45:47.440Z | [ recovery-image] Aug 18 19:45:46.715 INFO O| Aug 18 19:45:46.715 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6503 | 2025-08-18T19:45:47.449Z | [ recovery-image] Aug 18 19:45:46.728 INFO O| Aug 18 19:45:46.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
| 6504 | 2025-08-18T19:45:47.449Z | [ recovery-image] Aug 18 19:45:46.728 INFO O| Aug 18 19:45:46.728 INFO STEP 562 (remove_files) COMPLETE |
| 6505 | 2025-08-18T19:45:47.449Z | [ recovery-image] Aug 18 19:45:46.728 INFO O| Aug 18 19:45:46.728 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6506 | 2025-08-18T19:45:47.458Z | [ recovery-image] Aug 18 19:45:46.737 INFO O| Aug 18 19:45:46.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
| 6507 | 2025-08-18T19:45:47.458Z | [ recovery-image] Aug 18 19:45:46.737 INFO O| Aug 18 19:45:46.737 INFO STEP 563 (remove_files) COMPLETE |
| 6508 | 2025-08-18T19:45:47.458Z | [ recovery-image] Aug 18 19:45:46.737 INFO O| Aug 18 19:45:46.737 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6509 | 2025-08-18T19:45:47.469Z | [ recovery-image] Aug 18 19:45:46.747 INFO O| Aug 18 19:45:46.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub" |
| 6510 | 2025-08-18T19:45:47.472Z | [ recovery-image] Aug 18 19:45:46.747 INFO O| Aug 18 19:45:46.747 INFO STEP 564 (remove_files) COMPLETE |
| 6511 | 2025-08-18T19:45:47.472Z | [ recovery-image] Aug 18 19:45:46.747 INFO O| Aug 18 19:45:46.747 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6512 | 2025-08-18T19:45:47.481Z | [ recovery-image] Aug 18 19:45:46.759 INFO O| Aug 18 19:45:46.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1" |
| 6513 | 2025-08-18T19:45:47.484Z | [ recovery-image] Aug 18 19:45:46.759 INFO O| Aug 18 19:45:46.759 INFO STEP 565 (remove_files) COMPLETE |
| 6514 | 2025-08-18T19:45:47.484Z | [ recovery-image] Aug 18 19:45:46.759 INFO O| Aug 18 19:45:46.759 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6515 | 2025-08-18T19:45:47.489Z | [ recovery-image] Aug 18 19:45:46.768 INFO O| Aug 18 19:45:46.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1" |
| 6516 | 2025-08-18T19:45:47.493Z | [ recovery-image] Aug 18 19:45:46.768 INFO O| Aug 18 19:45:46.768 INFO STEP 566 (remove_files) COMPLETE |
| 6517 | 2025-08-18T19:45:47.493Z | [ recovery-image] Aug 18 19:45:46.768 INFO O| Aug 18 19:45:46.768 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6518 | 2025-08-18T19:45:47.500Z | [ recovery-image] Aug 18 19:45:46.778 INFO O| Aug 18 19:45:46.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1" |
| 6519 | 2025-08-18T19:45:47.500Z | [ recovery-image] Aug 18 19:45:46.778 INFO O| Aug 18 19:45:46.778 INFO STEP 567 (remove_files) COMPLETE |
| 6520 | 2025-08-18T19:45:47.503Z | [ recovery-image] Aug 18 19:45:46.778 INFO O| Aug 18 19:45:46.778 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6521 | 2025-08-18T19:45:47.512Z | [ recovery-image] Aug 18 19:45:46.791 INFO O| Aug 18 19:45:46.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1" |
| 6522 | 2025-08-18T19:45:47.512Z | [ recovery-image] Aug 18 19:45:46.791 INFO O| Aug 18 19:45:46.791 INFO STEP 568 (remove_files) COMPLETE |
| 6523 | 2025-08-18T19:45:47.516Z | [ recovery-image] Aug 18 19:45:46.791 INFO O| Aug 18 19:45:46.791 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6524 | 2025-08-18T19:45:47.525Z | [ recovery-image] Aug 18 19:45:46.803 INFO O| Aug 18 19:45:46.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1" |
| 6525 | 2025-08-18T19:45:47.525Z | [ recovery-image] Aug 18 19:45:46.803 INFO O| Aug 18 19:45:46.803 INFO STEP 569 (remove_files) COMPLETE |
| 6526 | 2025-08-18T19:45:47.525Z | [ recovery-image] Aug 18 19:45:46.803 INFO O| Aug 18 19:45:46.803 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6527 | 2025-08-18T19:45:47.536Z | [ recovery-image] Aug 18 19:45:46.814 INFO O| Aug 18 19:45:46.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
| 6528 | 2025-08-18T19:45:47.539Z | [ recovery-image] Aug 18 19:45:46.815 INFO O| Aug 18 19:45:46.815 INFO STEP 570 (remove_files) COMPLETE |
| 6529 | 2025-08-18T19:45:47.539Z | [ recovery-image] Aug 18 19:45:46.815 INFO O| Aug 18 19:45:46.815 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6530 | 2025-08-18T19:45:47.549Z | [ recovery-image] Aug 18 19:45:46.827 INFO O| Aug 18 19:45:46.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
| 6531 | 2025-08-18T19:45:47.549Z | [ recovery-image] Aug 18 19:45:46.827 INFO O| Aug 18 19:45:46.827 INFO STEP 571 (remove_files) COMPLETE |
| 6532 | 2025-08-18T19:45:47.553Z | [ recovery-image] Aug 18 19:45:46.827 INFO O| Aug 18 19:45:46.827 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6533 | 2025-08-18T19:45:47.558Z | [ recovery-image] Aug 18 19:45:46.836 INFO O| Aug 18 19:45:46.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
| 6534 | 2025-08-18T19:45:47.561Z | [ recovery-image] Aug 18 19:45:46.836 INFO O| Aug 18 19:45:46.836 INFO STEP 572 (remove_files) COMPLETE |
| 6535 | 2025-08-18T19:45:47.561Z | [ recovery-image] Aug 18 19:45:46.836 INFO O| Aug 18 19:45:46.836 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6536 | 2025-08-18T19:45:47.573Z | [ recovery-image] Aug 18 19:45:46.851 INFO O| Aug 18 19:45:46.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
| 6537 | 2025-08-18T19:45:47.573Z | [ recovery-image] Aug 18 19:45:46.851 INFO O| Aug 18 19:45:46.851 INFO STEP 573 (remove_files) COMPLETE |
| 6538 | 2025-08-18T19:45:47.576Z | [ recovery-image] Aug 18 19:45:46.851 INFO O| Aug 18 19:45:46.851 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6539 | 2025-08-18T19:45:47.586Z | [ recovery-image] Aug 18 19:45:46.864 INFO O| Aug 18 19:45:46.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
| 6540 | 2025-08-18T19:45:47.589Z | [ recovery-image] Aug 18 19:45:46.864 INFO O| Aug 18 19:45:46.864 INFO STEP 574 (remove_files) COMPLETE |
| 6541 | 2025-08-18T19:45:47.589Z | [ recovery-image] Aug 18 19:45:46.864 INFO O| Aug 18 19:45:46.864 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6542 | 2025-08-18T19:45:47.597Z | [ recovery-image] Aug 18 19:45:46.876 INFO O| Aug 18 19:45:46.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1" |
| 6543 | 2025-08-18T19:45:47.598Z | [ recovery-image] Aug 18 19:45:46.876 INFO O| Aug 18 19:45:46.876 INFO STEP 575 (remove_files) COMPLETE |
| 6544 | 2025-08-18T19:45:47.598Z | [ recovery-image] Aug 18 19:45:46.876 INFO O| Aug 18 19:45:46.876 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6545 | 2025-08-18T19:45:47.610Z | [ recovery-image] Aug 18 19:45:46.888 INFO O| Aug 18 19:45:46.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1" |
| 6546 | 2025-08-18T19:45:47.610Z | [ recovery-image] Aug 18 19:45:46.889 INFO O| Aug 18 19:45:46.888 INFO STEP 576 (remove_files) COMPLETE |
| 6547 | 2025-08-18T19:45:47.613Z | [ recovery-image] Aug 18 19:45:46.889 INFO O| Aug 18 19:45:46.888 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6548 | 2025-08-18T19:45:47.623Z | [ recovery-image] Aug 18 19:45:46.901 INFO O| Aug 18 19:45:46.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1" |
| 6549 | 2025-08-18T19:45:47.623Z | [ recovery-image] Aug 18 19:45:46.901 INFO O| Aug 18 19:45:46.901 INFO STEP 577 (remove_files) COMPLETE |
| 6550 | 2025-08-18T19:45:47.626Z | [ recovery-image] Aug 18 19:45:46.901 INFO O| Aug 18 19:45:46.901 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6551 | 2025-08-18T19:45:47.635Z | [ recovery-image] Aug 18 19:45:46.913 INFO O| Aug 18 19:45:46.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1" |
| 6552 | 2025-08-18T19:45:47.635Z | [ recovery-image] Aug 18 19:45:46.913 INFO O| Aug 18 19:45:46.913 INFO STEP 578 (remove_files) COMPLETE |
| 6553 | 2025-08-18T19:45:47.635Z | [ recovery-image] Aug 18 19:45:46.913 INFO O| Aug 18 19:45:46.913 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6554 | 2025-08-18T19:45:47.649Z | [ recovery-image] Aug 18 19:45:46.927 INFO O| Aug 18 19:45:46.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
| 6555 | 2025-08-18T19:45:47.653Z | [ recovery-image] Aug 18 19:45:46.927 INFO O| Aug 18 19:45:46.927 INFO STEP 579 (remove_files) COMPLETE |
| 6556 | 2025-08-18T19:45:47.653Z | [ recovery-image] Aug 18 19:45:46.927 INFO O| Aug 18 19:45:46.927 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6557 | 2025-08-18T19:45:47.659Z | [ recovery-image] Aug 18 19:45:46.938 INFO O| Aug 18 19:45:46.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
| 6558 | 2025-08-18T19:45:47.663Z | [ recovery-image] Aug 18 19:45:46.938 INFO O| Aug 18 19:45:46.938 INFO STEP 580 (remove_files) COMPLETE |
| 6559 | 2025-08-18T19:45:47.664Z | [ recovery-image] Aug 18 19:45:46.938 INFO O| Aug 18 19:45:46.938 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6560 | 2025-08-18T19:45:47.674Z | [ recovery-image] Aug 18 19:45:46.953 INFO O| Aug 18 19:45:46.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1" |
| 6561 | 2025-08-18T19:45:47.674Z | [ recovery-image] Aug 18 19:45:46.953 INFO O| Aug 18 19:45:46.953 INFO STEP 581 (remove_files) COMPLETE |
| 6562 | 2025-08-18T19:45:47.677Z | [ recovery-image] Aug 18 19:45:46.953 INFO O| Aug 18 19:45:46.953 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6563 | 2025-08-18T19:45:47.687Z | [ recovery-image] Aug 18 19:45:46.965 INFO O| Aug 18 19:45:46.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
| 6564 | 2025-08-18T19:45:47.690Z | [ recovery-image] Aug 18 19:45:46.966 INFO O| Aug 18 19:45:46.966 INFO STEP 582 (remove_files) COMPLETE |
| 6565 | 2025-08-18T19:45:47.690Z | [ recovery-image] Aug 18 19:45:46.966 INFO O| Aug 18 19:45:46.966 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6566 | 2025-08-18T19:45:47.701Z | [ recovery-image] Aug 18 19:45:46.979 INFO O| Aug 18 19:45:46.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1" |
| 6567 | 2025-08-18T19:45:47.701Z | [ recovery-image] Aug 18 19:45:46.979 INFO O| Aug 18 19:45:46.979 INFO STEP 583 (remove_files) COMPLETE |
| 6568 | 2025-08-18T19:45:47.704Z | [ recovery-image] Aug 18 19:45:46.979 INFO O| Aug 18 19:45:46.979 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6569 | 2025-08-18T19:45:47.716Z | [ recovery-image] Aug 18 19:45:46.995 INFO O| Aug 18 19:45:46.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1" |
| 6570 | 2025-08-18T19:45:47.716Z | [ recovery-image] Aug 18 19:45:46.995 INFO O| Aug 18 19:45:46.995 INFO STEP 584 (remove_files) COMPLETE |
| 6571 | 2025-08-18T19:45:47.720Z | [ recovery-image] Aug 18 19:45:46.995 INFO O| Aug 18 19:45:46.995 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6572 | 2025-08-18T19:45:47.729Z | [ recovery-image] Aug 18 19:45:47.008 INFO O| Aug 18 19:45:47.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1" |
| 6573 | 2025-08-18T19:45:47.729Z | [ recovery-image] Aug 18 19:45:47.008 INFO O| Aug 18 19:45:47.008 INFO STEP 585 (remove_files) COMPLETE |
| 6574 | 2025-08-18T19:45:47.732Z | [ recovery-image] Aug 18 19:45:47.008 INFO O| Aug 18 19:45:47.008 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6575 | 2025-08-18T19:45:47.743Z | [ recovery-image] Aug 18 19:45:47.022 INFO O| Aug 18 19:45:47.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1" |
| 6576 | 2025-08-18T19:45:47.746Z | [ recovery-image] Aug 18 19:45:47.022 INFO O| Aug 18 19:45:47.022 INFO STEP 586 (remove_files) COMPLETE |
| 6577 | 2025-08-18T19:45:47.746Z | [ recovery-image] Aug 18 19:45:47.022 INFO O| Aug 18 19:45:47.022 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6578 | 2025-08-18T19:45:47.754Z | [ recovery-image] Aug 18 19:45:47.033 INFO O| Aug 18 19:45:47.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1" |
| 6579 | 2025-08-18T19:45:47.754Z | [ recovery-image] Aug 18 19:45:47.033 INFO O| Aug 18 19:45:47.033 INFO STEP 587 (remove_files) COMPLETE |
| 6580 | 2025-08-18T19:45:47.761Z | [ recovery-image] Aug 18 19:45:47.033 INFO O| Aug 18 19:45:47.033 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6581 | 2025-08-18T19:45:47.764Z | [ recovery-image] Aug 18 19:45:47.042 INFO O| Aug 18 19:45:47.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1" |
| 6582 | 2025-08-18T19:45:47.764Z | [ recovery-image] Aug 18 19:45:47.042 INFO O| Aug 18 19:45:47.042 INFO STEP 588 (remove_files) COMPLETE |
| 6583 | 2025-08-18T19:45:47.764Z | [ recovery-image] Aug 18 19:45:47.042 INFO O| Aug 18 19:45:47.042 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6584 | 2025-08-18T19:45:47.774Z | [ recovery-image] Aug 18 19:45:47.052 INFO O| Aug 18 19:45:47.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1" |
| 6585 | 2025-08-18T19:45:47.777Z | [ recovery-image] Aug 18 19:45:47.052 INFO O| Aug 18 19:45:47.052 INFO STEP 589 (remove_files) COMPLETE |
| 6586 | 2025-08-18T19:45:47.777Z | [ recovery-image] Aug 18 19:45:47.053 INFO O| Aug 18 19:45:47.052 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6587 | 2025-08-18T19:45:47.786Z | [ recovery-image] Aug 18 19:45:47.064 INFO O| Aug 18 19:45:47.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
| 6588 | 2025-08-18T19:45:47.786Z | [ recovery-image] Aug 18 19:45:47.064 INFO O| Aug 18 19:45:47.064 INFO STEP 590 (remove_files) COMPLETE |
| 6589 | 2025-08-18T19:45:47.789Z | [ recovery-image] Aug 18 19:45:47.065 INFO O| Aug 18 19:45:47.064 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6590 | 2025-08-18T19:45:47.797Z | [ recovery-image] Aug 18 19:45:47.076 INFO O| Aug 18 19:45:47.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1" |
| 6591 | 2025-08-18T19:45:47.800Z | [ recovery-image] Aug 18 19:45:47.076 INFO O| Aug 18 19:45:47.076 INFO STEP 591 (remove_files) COMPLETE |
| 6592 | 2025-08-18T19:45:47.800Z | [ recovery-image] Aug 18 19:45:47.076 INFO O| Aug 18 19:45:47.076 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6593 | 2025-08-18T19:45:47.810Z | [ recovery-image] Aug 18 19:45:47.089 INFO O| Aug 18 19:45:47.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1" |
| 6594 | 2025-08-18T19:45:47.810Z | [ recovery-image] Aug 18 19:45:47.089 INFO O| Aug 18 19:45:47.089 INFO STEP 592 (remove_files) COMPLETE |
| 6595 | 2025-08-18T19:45:47.813Z | [ recovery-image] Aug 18 19:45:47.089 INFO O| Aug 18 19:45:47.089 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6596 | 2025-08-18T19:45:47.819Z | [ recovery-image] Aug 18 19:45:47.098 INFO O| Aug 18 19:45:47.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5" |
| 6597 | 2025-08-18T19:45:47.823Z | [ recovery-image] Aug 18 19:45:47.098 INFO O| Aug 18 19:45:47.098 INFO STEP 593 (remove_files) COMPLETE |
| 6598 | 2025-08-18T19:45:47.823Z | [ recovery-image] Aug 18 19:45:47.098 INFO O| Aug 18 19:45:47.098 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6599 | 2025-08-18T19:45:47.831Z | [ recovery-image] Aug 18 19:45:47.110 INFO O| Aug 18 19:45:47.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1" |
| 6600 | 2025-08-18T19:45:47.835Z | [ recovery-image] Aug 18 19:45:47.110 INFO O| Aug 18 19:45:47.110 INFO STEP 594 (remove_files) COMPLETE |
| 6601 | 2025-08-18T19:45:47.835Z | [ recovery-image] Aug 18 19:45:47.110 INFO O| Aug 18 19:45:47.110 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6602 | 2025-08-18T19:45:47.844Z | [ recovery-image] Aug 18 19:45:47.123 INFO O| Aug 18 19:45:47.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1" |
| 6603 | 2025-08-18T19:45:47.847Z | [ recovery-image] Aug 18 19:45:47.123 INFO O| Aug 18 19:45:47.123 INFO STEP 595 (remove_files) COMPLETE |
| 6604 | 2025-08-18T19:45:47.847Z | [ recovery-image] Aug 18 19:45:47.123 INFO O| Aug 18 19:45:47.123 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6605 | 2025-08-18T19:45:47.857Z | [ recovery-image] Aug 18 19:45:47.135 INFO O| Aug 18 19:45:47.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1" |
| 6606 | 2025-08-18T19:45:47.857Z | [ recovery-image] Aug 18 19:45:47.135 INFO O| Aug 18 19:45:47.135 INFO STEP 596 (remove_files) COMPLETE |
| 6607 | 2025-08-18T19:45:47.861Z | [ recovery-image] Aug 18 19:45:47.135 INFO O| Aug 18 19:45:47.135 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6608 | 2025-08-18T19:45:47.872Z | [ recovery-image] Aug 18 19:45:47.149 INFO O| Aug 18 19:45:47.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1" |
| 6609 | 2025-08-18T19:45:47.879Z | [ recovery-image] Aug 18 19:45:47.149 INFO O| Aug 18 19:45:47.149 INFO STEP 597 (remove_files) COMPLETE |
| 6610 | 2025-08-18T19:45:47.879Z | [ recovery-image] Aug 18 19:45:47.149 INFO O| Aug 18 19:45:47.149 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6611 | 2025-08-18T19:45:47.883Z | [ recovery-image] Aug 18 19:45:47.162 INFO O| Aug 18 19:45:47.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1" |
| 6612 | 2025-08-18T19:45:47.886Z | [ recovery-image] Aug 18 19:45:47.162 INFO O| Aug 18 19:45:47.162 INFO STEP 598 (remove_files) COMPLETE |
| 6613 | 2025-08-18T19:45:47.886Z | [ recovery-image] Aug 18 19:45:47.162 INFO O| Aug 18 19:45:47.162 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6614 | 2025-08-18T19:45:47.895Z | [ recovery-image] Aug 18 19:45:47.173 INFO O| Aug 18 19:45:47.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
| 6615 | 2025-08-18T19:45:47.898Z | [ recovery-image] Aug 18 19:45:47.174 INFO O| Aug 18 19:45:47.174 INFO STEP 599 (remove_files) COMPLETE |
| 6616 | 2025-08-18T19:45:47.898Z | [ recovery-image] Aug 18 19:45:47.174 INFO O| Aug 18 19:45:47.174 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6617 | 2025-08-18T19:45:47.907Z | [ recovery-image] Aug 18 19:45:47.185 INFO O| Aug 18 19:45:47.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1" |
| 6618 | 2025-08-18T19:45:47.907Z | [ recovery-image] Aug 18 19:45:47.186 INFO O| Aug 18 19:45:47.185 INFO STEP 600 (remove_files) COMPLETE |
| 6619 | 2025-08-18T19:45:47.911Z | [ recovery-image] Aug 18 19:45:47.186 INFO O| Aug 18 19:45:47.186 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6620 | 2025-08-18T19:45:47.921Z | [ recovery-image] Aug 18 19:45:47.199 INFO O| Aug 18 19:45:47.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
| 6621 | 2025-08-18T19:45:47.921Z | [ recovery-image] Aug 18 19:45:47.199 INFO O| Aug 18 19:45:47.199 INFO STEP 601 (remove_files) COMPLETE |
| 6622 | 2025-08-18T19:45:47.921Z | [ recovery-image] Aug 18 19:45:47.199 INFO O| Aug 18 19:45:47.199 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6623 | 2025-08-18T19:45:47.934Z | [ recovery-image] Aug 18 19:45:47.211 INFO O| Aug 18 19:45:47.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
| 6624 | 2025-08-18T19:45:47.934Z | [ recovery-image] Aug 18 19:45:47.211 INFO O| Aug 18 19:45:47.211 INFO STEP 602 (remove_files) COMPLETE |
| 6625 | 2025-08-18T19:45:47.938Z | [ recovery-image] Aug 18 19:45:47.211 INFO O| Aug 18 19:45:47.211 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6626 | 2025-08-18T19:45:47.946Z | [ recovery-image] Aug 18 19:45:47.224 INFO O| Aug 18 19:45:47.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1" |
| 6627 | 2025-08-18T19:45:47.947Z | [ recovery-image] Aug 18 19:45:47.224 INFO O| Aug 18 19:45:47.224 INFO STEP 603 (remove_files) COMPLETE |
| 6628 | 2025-08-18T19:45:47.951Z | [ recovery-image] Aug 18 19:45:47.224 INFO O| Aug 18 19:45:47.224 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6629 | 2025-08-18T19:45:47.959Z | [ recovery-image] Aug 18 19:45:47.238 INFO O| Aug 18 19:45:47.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1" |
| 6630 | 2025-08-18T19:45:47.959Z | [ recovery-image] Aug 18 19:45:47.238 INFO O| Aug 18 19:45:47.238 INFO STEP 604 (remove_files) COMPLETE |
| 6631 | 2025-08-18T19:45:47.962Z | [ recovery-image] Aug 18 19:45:47.238 INFO O| Aug 18 19:45:47.238 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6632 | 2025-08-18T19:45:47.972Z | [ recovery-image] Aug 18 19:45:47.251 INFO O| Aug 18 19:45:47.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
| 6633 | 2025-08-18T19:45:47.976Z | [ recovery-image] Aug 18 19:45:47.252 INFO O| Aug 18 19:45:47.251 INFO STEP 605 (remove_files) COMPLETE |
| 6634 | 2025-08-18T19:45:47.976Z | [ recovery-image] Aug 18 19:45:47.252 INFO O| Aug 18 19:45:47.251 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6635 | 2025-08-18T19:45:47.985Z | [ recovery-image] Aug 18 19:45:47.264 INFO O| Aug 18 19:45:47.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
| 6636 | 2025-08-18T19:45:47.985Z | [ recovery-image] Aug 18 19:45:47.264 INFO O| Aug 18 19:45:47.264 INFO STEP 606 (remove_files) COMPLETE |
| 6637 | 2025-08-18T19:45:47.989Z | [ recovery-image] Aug 18 19:45:47.264 INFO O| Aug 18 19:45:47.264 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6638 | 2025-08-18T19:45:47.999Z | [ recovery-image] Aug 18 19:45:47.278 INFO O| Aug 18 19:45:47.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1" |
| 6639 | 2025-08-18T19:45:48.000Z | [ recovery-image] Aug 18 19:45:47.279 INFO O| Aug 18 19:45:47.279 INFO STEP 607 (remove_files) COMPLETE |
| 6640 | 2025-08-18T19:45:48.003Z | [ recovery-image] Aug 18 19:45:47.279 INFO O| Aug 18 19:45:47.279 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6641 | 2025-08-18T19:45:48.013Z | [ recovery-image] Aug 18 19:45:47.292 INFO O| Aug 18 19:45:47.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1" |
| 6642 | 2025-08-18T19:45:48.013Z | [ recovery-image] Aug 18 19:45:47.292 INFO O| Aug 18 19:45:47.292 INFO STEP 608 (remove_files) COMPLETE |
| 6643 | 2025-08-18T19:45:48.016Z | [ recovery-image] Aug 18 19:45:47.292 INFO O| Aug 18 19:45:47.292 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6644 | 2025-08-18T19:45:48.025Z | [ recovery-image] Aug 18 19:45:47.304 INFO O| Aug 18 19:45:47.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1" |
| 6645 | 2025-08-18T19:45:48.028Z | [ recovery-image] Aug 18 19:45:47.305 INFO O| Aug 18 19:45:47.305 INFO STEP 609 (remove_files) COMPLETE |
| 6646 | 2025-08-18T19:45:48.028Z | [ recovery-image] Aug 18 19:45:47.305 INFO O| Aug 18 19:45:47.305 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6647 | 2025-08-18T19:45:48.038Z | [ recovery-image] Aug 18 19:45:47.317 INFO O| Aug 18 19:45:47.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
| 6648 | 2025-08-18T19:45:48.041Z | [ recovery-image] Aug 18 19:45:47.318 INFO O| Aug 18 19:45:47.318 INFO STEP 610 (remove_files) COMPLETE |
| 6649 | 2025-08-18T19:45:48.041Z | [ recovery-image] Aug 18 19:45:47.318 INFO O| Aug 18 19:45:47.318 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6650 | 2025-08-18T19:45:48.052Z | [ recovery-image] Aug 18 19:45:47.331 INFO O| Aug 18 19:45:47.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1" |
| 6651 | 2025-08-18T19:45:48.055Z | [ recovery-image] Aug 18 19:45:47.331 INFO O| Aug 18 19:45:47.331 INFO STEP 611 (remove_files) COMPLETE |
| 6652 | 2025-08-18T19:45:48.055Z | [ recovery-image] Aug 18 19:45:47.331 INFO O| Aug 18 19:45:47.331 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6653 | 2025-08-18T19:45:48.064Z | [ recovery-image] Aug 18 19:45:47.344 INFO O| Aug 18 19:45:47.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1" |
| 6654 | 2025-08-18T19:45:48.065Z | [ recovery-image] Aug 18 19:45:47.344 INFO O| Aug 18 19:45:47.344 INFO STEP 612 (remove_files) COMPLETE |
| 6655 | 2025-08-18T19:45:48.068Z | [ recovery-image] Aug 18 19:45:47.344 INFO O| Aug 18 19:45:47.344 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6656 | 2025-08-18T19:45:48.078Z | [ recovery-image] Aug 18 19:45:47.357 INFO O| Aug 18 19:45:47.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1" |
| 6657 | 2025-08-18T19:45:48.081Z | [ recovery-image] Aug 18 19:45:47.357 INFO O| Aug 18 19:45:47.357 INFO STEP 613 (remove_files) COMPLETE |
| 6658 | 2025-08-18T19:45:48.081Z | [ recovery-image] Aug 18 19:45:47.357 INFO O| Aug 18 19:45:47.357 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6659 | 2025-08-18T19:45:48.090Z | [ recovery-image] Aug 18 19:45:47.369 INFO O| Aug 18 19:45:47.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1" |
| 6660 | 2025-08-18T19:45:48.090Z | [ recovery-image] Aug 18 19:45:47.369 INFO O| Aug 18 19:45:47.369 INFO STEP 614 (remove_files) COMPLETE |
| 6661 | 2025-08-18T19:45:48.093Z | [ recovery-image] Aug 18 19:45:47.369 INFO O| Aug 18 19:45:47.369 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6662 | 2025-08-18T19:45:48.103Z | [ recovery-image] Aug 18 19:45:47.382 INFO O| Aug 18 19:45:47.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1" |
| 6663 | 2025-08-18T19:45:48.104Z | [ recovery-image] Aug 18 19:45:47.382 INFO O| Aug 18 19:45:47.382 INFO STEP 615 (remove_files) COMPLETE |
| 6664 | 2025-08-18T19:45:48.111Z | [ recovery-image] Aug 18 19:45:47.382 INFO O| Aug 18 19:45:47.382 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6665 | 2025-08-18T19:45:48.115Z | [ recovery-image] Aug 18 19:45:47.394 INFO O| Aug 18 19:45:47.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1" |
| 6666 | 2025-08-18T19:45:48.118Z | [ recovery-image] Aug 18 19:45:47.394 INFO O| Aug 18 19:45:47.394 INFO STEP 616 (remove_files) COMPLETE |
| 6667 | 2025-08-18T19:45:48.118Z | [ recovery-image] Aug 18 19:45:47.394 INFO O| Aug 18 19:45:47.394 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6668 | 2025-08-18T19:45:48.128Z | [ recovery-image] Aug 18 19:45:47.407 INFO O| Aug 18 19:45:47.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1" |
| 6669 | 2025-08-18T19:45:48.131Z | [ recovery-image] Aug 18 19:45:47.407 INFO O| Aug 18 19:45:47.407 INFO STEP 617 (remove_files) COMPLETE |
| 6670 | 2025-08-18T19:45:48.131Z | [ recovery-image] Aug 18 19:45:47.407 INFO O| Aug 18 19:45:47.407 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6671 | 2025-08-18T19:45:48.139Z | [ recovery-image] Aug 18 19:45:47.418 INFO O| Aug 18 19:45:47.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1" |
| 6672 | 2025-08-18T19:45:48.143Z | [ recovery-image] Aug 18 19:45:47.418 INFO O| Aug 18 19:45:47.418 INFO STEP 618 (remove_files) COMPLETE |
| 6673 | 2025-08-18T19:45:48.143Z | [ recovery-image] Aug 18 19:45:47.418 INFO O| Aug 18 19:45:47.418 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6674 | 2025-08-18T19:45:48.151Z | [ recovery-image] Aug 18 19:45:47.430 INFO O| Aug 18 19:45:47.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
| 6675 | 2025-08-18T19:45:48.156Z | [ recovery-image] Aug 18 19:45:47.431 INFO O| Aug 18 19:45:47.430 INFO STEP 619 (remove_files) COMPLETE |
| 6676 | 2025-08-18T19:45:48.156Z | [ recovery-image] Aug 18 19:45:47.431 INFO O| Aug 18 19:45:47.430 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6677 | 2025-08-18T19:45:48.164Z | [ recovery-image] Aug 18 19:45:47.443 INFO O| Aug 18 19:45:47.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
| 6678 | 2025-08-18T19:45:48.164Z | [ recovery-image] Aug 18 19:45:47.443 INFO O| Aug 18 19:45:47.443 INFO STEP 620 (remove_files) COMPLETE |
| 6679 | 2025-08-18T19:45:48.164Z | [ recovery-image] Aug 18 19:45:47.443 INFO O| Aug 18 19:45:47.443 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6680 | 2025-08-18T19:45:48.172Z | [ recovery-image] Aug 18 19:45:47.451 INFO O| Aug 18 19:45:47.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
| 6681 | 2025-08-18T19:45:48.175Z | [ recovery-image] Aug 18 19:45:47.451 INFO O| Aug 18 19:45:47.451 INFO STEP 621 (remove_files) COMPLETE |
| 6682 | 2025-08-18T19:45:48.175Z | [ recovery-image] Aug 18 19:45:47.452 INFO O| Aug 18 19:45:47.451 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6683 | 2025-08-18T19:45:48.183Z | [ recovery-image] Aug 18 19:45:47.462 INFO O| Aug 18 19:45:47.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1" |
| 6684 | 2025-08-18T19:45:48.183Z | [ recovery-image] Aug 18 19:45:47.462 INFO O| Aug 18 19:45:47.462 INFO STEP 622 (remove_files) COMPLETE |
| 6685 | 2025-08-18T19:45:48.186Z | [ recovery-image] Aug 18 19:45:47.462 INFO O| Aug 18 19:45:47.462 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6686 | 2025-08-18T19:45:48.195Z | [ recovery-image] Aug 18 19:45:47.475 INFO O| Aug 18 19:45:47.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1" |
| 6687 | 2025-08-18T19:45:48.195Z | [ recovery-image] Aug 18 19:45:47.475 INFO O| Aug 18 19:45:47.475 INFO STEP 623 (remove_files) COMPLETE |
| 6688 | 2025-08-18T19:45:48.198Z | [ recovery-image] Aug 18 19:45:47.475 INFO O| Aug 18 19:45:47.475 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6689 | 2025-08-18T19:45:48.208Z | [ recovery-image] Aug 18 19:45:47.487 INFO O| Aug 18 19:45:47.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
| 6690 | 2025-08-18T19:45:48.208Z | [ recovery-image] Aug 18 19:45:47.487 INFO O| Aug 18 19:45:47.487 INFO STEP 624 (remove_files) COMPLETE |
| 6691 | 2025-08-18T19:45:48.211Z | [ recovery-image] Aug 18 19:45:47.487 INFO O| Aug 18 19:45:47.487 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6692 | 2025-08-18T19:45:48.221Z | [ recovery-image] Aug 18 19:45:47.501 INFO O| Aug 18 19:45:47.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
| 6693 | 2025-08-18T19:45:48.225Z | [ recovery-image] Aug 18 19:45:47.501 INFO O| Aug 18 19:45:47.501 INFO STEP 625 (remove_files) COMPLETE |
| 6694 | 2025-08-18T19:45:48.225Z | [ recovery-image] Aug 18 19:45:47.501 INFO O| Aug 18 19:45:47.501 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6695 | 2025-08-18T19:45:48.237Z | [ recovery-image] Aug 18 19:45:47.515 INFO O| Aug 18 19:45:47.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1" |
| 6696 | 2025-08-18T19:45:48.245Z | [ recovery-image] Aug 18 19:45:47.515 INFO O| Aug 18 19:45:47.515 INFO STEP 626 (remove_files) COMPLETE |
| 6697 | 2025-08-18T19:45:48.246Z | [ recovery-image] Aug 18 19:45:47.515 INFO O| Aug 18 19:45:47.515 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6698 | 2025-08-18T19:45:48.254Z | [ recovery-image] Aug 18 19:45:47.529 INFO O| Aug 18 19:45:47.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
| 6699 | 2025-08-18T19:45:48.255Z | [ recovery-image] Aug 18 19:45:47.529 INFO O| Aug 18 19:45:47.529 INFO STEP 627 (remove_files) COMPLETE |
| 6700 | 2025-08-18T19:45:48.269Z | [ recovery-image] Aug 18 19:45:47.529 INFO O| Aug 18 19:45:47.529 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6701 | 2025-08-18T19:45:48.281Z | [ recovery-image] Aug 18 19:45:47.542 INFO O| Aug 18 19:45:47.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
| 6702 | 2025-08-18T19:45:48.281Z | [ recovery-image] Aug 18 19:45:47.542 INFO O| Aug 18 19:45:47.542 INFO STEP 628 (remove_files) COMPLETE |
| 6703 | 2025-08-18T19:45:48.281Z | [ recovery-image] Aug 18 19:45:47.543 INFO O| Aug 18 19:45:47.542 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6704 | 2025-08-18T19:45:48.309Z | [ recovery-image] Aug 18 19:45:47.556 INFO O| Aug 18 19:45:47.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
| 6705 | 2025-08-18T19:45:48.309Z | [ recovery-image] Aug 18 19:45:47.556 INFO O| Aug 18 19:45:47.556 INFO STEP 629 (remove_files) COMPLETE |
| 6706 | 2025-08-18T19:45:48.309Z | [ recovery-image] Aug 18 19:45:47.556 INFO O| Aug 18 19:45:47.556 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6707 | 2025-08-18T19:45:48.309Z | [ recovery-image] Aug 18 19:45:47.568 INFO O| Aug 18 19:45:47.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
| 6708 | 2025-08-18T19:45:48.309Z | [ recovery-image] Aug 18 19:45:47.568 INFO O| Aug 18 19:45:47.568 INFO STEP 630 (remove_files) COMPLETE |
| 6709 | 2025-08-18T19:45:48.309Z | [ recovery-image] Aug 18 19:45:47.568 INFO O| Aug 18 19:45:47.568 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6710 | 2025-08-18T19:45:48.332Z | [ recovery-image] Aug 18 19:45:47.581 INFO O| Aug 18 19:45:47.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1" |
| 6711 | 2025-08-18T19:45:48.332Z | [ recovery-image] Aug 18 19:45:47.581 INFO O| Aug 18 19:45:47.581 INFO STEP 631 (remove_files) COMPLETE |
| 6712 | 2025-08-18T19:45:48.332Z | [ recovery-image] Aug 18 19:45:47.581 INFO O| Aug 18 19:45:47.581 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6713 | 2025-08-18T19:45:48.332Z | [ recovery-image] Aug 18 19:45:47.592 INFO O| Aug 18 19:45:47.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1" |
| 6714 | 2025-08-18T19:45:48.332Z | [ recovery-image] Aug 18 19:45:47.592 INFO O| Aug 18 19:45:47.592 INFO STEP 632 (remove_files) COMPLETE |
| 6715 | 2025-08-18T19:45:48.332Z | [ recovery-image] Aug 18 19:45:47.592 INFO O| Aug 18 19:45:47.592 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6716 | 2025-08-18T19:45:48.346Z | [ recovery-image] Aug 18 19:45:47.604 INFO O| Aug 18 19:45:47.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1" |
| 6717 | 2025-08-18T19:45:48.346Z | [ recovery-image] Aug 18 19:45:47.604 INFO O| Aug 18 19:45:47.604 INFO STEP 633 (remove_files) COMPLETE |
| 6718 | 2025-08-18T19:45:48.346Z | [ recovery-image] Aug 18 19:45:47.605 INFO O| Aug 18 19:45:47.604 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6719 | 2025-08-18T19:45:48.346Z | [ recovery-image] Aug 18 19:45:47.617 INFO O| Aug 18 19:45:47.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1" |
| 6720 | 2025-08-18T19:45:48.346Z | [ recovery-image] Aug 18 19:45:47.617 INFO O| Aug 18 19:45:47.617 INFO STEP 634 (remove_files) COMPLETE |
| 6721 | 2025-08-18T19:45:48.346Z | [ recovery-image] Aug 18 19:45:47.618 INFO O| Aug 18 19:45:47.617 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6722 | 2025-08-18T19:45:48.356Z | [ recovery-image] Aug 18 19:45:47.630 INFO O| Aug 18 19:45:47.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1" |
| 6723 | 2025-08-18T19:45:48.356Z | [ recovery-image] Aug 18 19:45:47.630 INFO O| Aug 18 19:45:47.630 INFO STEP 635 (remove_files) COMPLETE |
| 6724 | 2025-08-18T19:45:48.356Z | [ recovery-image] Aug 18 19:45:47.631 INFO O| Aug 18 19:45:47.630 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6725 | 2025-08-18T19:45:48.370Z | [ recovery-image] Aug 18 19:45:47.643 INFO O| Aug 18 19:45:47.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
| 6726 | 2025-08-18T19:45:48.371Z | [ recovery-image] Aug 18 19:45:47.643 INFO O| Aug 18 19:45:47.643 INFO STEP 636 (remove_files) COMPLETE |
| 6727 | 2025-08-18T19:45:48.393Z | [ recovery-image] Aug 18 19:45:47.643 INFO O| Aug 18 19:45:47.643 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6728 | 2025-08-18T19:45:48.393Z | [ recovery-image] Aug 18 19:45:47.655 INFO O| Aug 18 19:45:47.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1" |
| 6729 | 2025-08-18T19:45:48.393Z | [ recovery-image] Aug 18 19:45:47.655 INFO O| Aug 18 19:45:47.655 INFO STEP 637 (remove_files) COMPLETE |
| 6730 | 2025-08-18T19:45:48.393Z | [ recovery-image] Aug 18 19:45:47.655 INFO O| Aug 18 19:45:47.655 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6731 | 2025-08-18T19:45:48.416Z | [ recovery-image] Aug 18 19:45:47.668 INFO O| Aug 18 19:45:47.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
| 6732 | 2025-08-18T19:45:48.416Z | [ recovery-image] Aug 18 19:45:47.668 INFO O| Aug 18 19:45:47.668 INFO STEP 638 (remove_files) COMPLETE |
| 6733 | 2025-08-18T19:45:48.416Z | [ recovery-image] Aug 18 19:45:47.668 INFO O| Aug 18 19:45:47.668 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6734 | 2025-08-18T19:45:48.417Z | [ recovery-image] Aug 18 19:45:47.681 INFO O| Aug 18 19:45:47.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
| 6735 | 2025-08-18T19:45:48.417Z | [ recovery-image] Aug 18 19:45:47.681 INFO O| Aug 18 19:45:47.681 INFO STEP 639 (remove_files) COMPLETE |
| 6736 | 2025-08-18T19:45:48.417Z | [ recovery-image] Aug 18 19:45:47.681 INFO O| Aug 18 19:45:47.681 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6737 | 2025-08-18T19:45:48.471Z | [ recovery-image] Aug 18 19:45:47.694 INFO O| Aug 18 19:45:47.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
| 6738 | 2025-08-18T19:45:48.471Z | [ recovery-image] Aug 18 19:45:47.694 INFO O| Aug 18 19:45:47.694 INFO STEP 640 (remove_files) COMPLETE |
| 6739 | 2025-08-18T19:45:48.471Z | [ recovery-image] Aug 18 19:45:47.694 INFO O| Aug 18 19:45:47.694 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6740 | 2025-08-18T19:45:48.474Z | [ recovery-image] Aug 18 19:45:47.705 INFO O| Aug 18 19:45:47.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
| 6741 | 2025-08-18T19:45:48.474Z | [ recovery-image] Aug 18 19:45:47.705 INFO O| Aug 18 19:45:47.705 INFO STEP 641 (remove_files) COMPLETE |
| 6742 | 2025-08-18T19:45:48.474Z | [ recovery-image] Aug 18 19:45:47.705 INFO O| Aug 18 19:45:47.705 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6743 | 2025-08-18T19:45:48.474Z | [ recovery-image] Aug 18 19:45:47.717 INFO O| Aug 18 19:45:47.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
| 6744 | 2025-08-18T19:45:48.474Z | [ recovery-image] Aug 18 19:45:47.717 INFO O| Aug 18 19:45:47.717 INFO STEP 642 (remove_files) COMPLETE |
| 6745 | 2025-08-18T19:45:48.474Z | [ recovery-image] Aug 18 19:45:47.717 INFO O| Aug 18 19:45:47.717 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6746 | 2025-08-18T19:45:48.474Z | [ recovery-image] Aug 18 19:45:47.730 INFO O| Aug 18 19:45:47.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
| 6747 | 2025-08-18T19:45:48.474Z | [ recovery-image] Aug 18 19:45:47.730 INFO O| Aug 18 19:45:47.730 INFO STEP 643 (remove_files) COMPLETE |
| 6748 | 2025-08-18T19:45:48.474Z | [ recovery-image] Aug 18 19:45:47.731 INFO O| Aug 18 19:45:47.730 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6749 | 2025-08-18T19:45:48.507Z | [ recovery-image] Aug 18 19:45:47.743 INFO O| Aug 18 19:45:47.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
| 6750 | 2025-08-18T19:45:48.507Z | [ recovery-image] Aug 18 19:45:47.743 INFO O| Aug 18 19:45:47.743 INFO STEP 644 (remove_files) COMPLETE |
| 6751 | 2025-08-18T19:45:48.507Z | [ recovery-image] Aug 18 19:45:47.743 INFO O| Aug 18 19:45:47.743 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6752 | 2025-08-18T19:45:48.507Z | [ recovery-image] Aug 18 19:45:47.752 INFO O| Aug 18 19:45:47.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
| 6753 | 2025-08-18T19:45:48.507Z | [ recovery-image] Aug 18 19:45:47.752 INFO O| Aug 18 19:45:47.752 INFO STEP 645 (remove_files) COMPLETE |
| 6754 | 2025-08-18T19:45:48.507Z | [ recovery-image] Aug 18 19:45:47.752 INFO O| Aug 18 19:45:47.752 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6755 | 2025-08-18T19:45:48.507Z | [ recovery-image] Aug 18 19:45:47.764 INFO O| Aug 18 19:45:47.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
| 6756 | 2025-08-18T19:45:48.507Z | [ recovery-image] Aug 18 19:45:47.764 INFO O| Aug 18 19:45:47.764 INFO STEP 646 (remove_files) COMPLETE |
| 6757 | 2025-08-18T19:45:48.507Z | [ recovery-image] Aug 18 19:45:47.764 INFO O| Aug 18 19:45:47.764 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6758 | 2025-08-18T19:45:48.560Z | [ recovery-image] Aug 18 19:45:47.772 INFO O| Aug 18 19:45:47.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
| 6759 | 2025-08-18T19:45:48.560Z | [ recovery-image] Aug 18 19:45:47.772 INFO O| Aug 18 19:45:47.772 INFO STEP 647 (remove_files) COMPLETE |
| 6760 | 2025-08-18T19:45:48.560Z | [ recovery-image] Aug 18 19:45:47.772 INFO O| Aug 18 19:45:47.772 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6761 | 2025-08-18T19:45:48.560Z | [ recovery-image] Aug 18 19:45:47.781 INFO O| Aug 18 19:45:47.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
| 6762 | 2025-08-18T19:45:48.561Z | [ recovery-image] Aug 18 19:45:47.781 INFO O| Aug 18 19:45:47.781 INFO STEP 648 (remove_files) COMPLETE |
| 6763 | 2025-08-18T19:45:48.561Z | [ recovery-image] Aug 18 19:45:47.781 INFO O| Aug 18 19:45:47.781 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6764 | 2025-08-18T19:45:48.561Z | [ recovery-image] Aug 18 19:45:47.793 INFO O| Aug 18 19:45:47.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
| 6765 | 2025-08-18T19:45:48.561Z | [ recovery-image] Aug 18 19:45:47.793 INFO O| Aug 18 19:45:47.793 INFO STEP 649 (remove_files) COMPLETE |
| 6766 | 2025-08-18T19:45:48.562Z | [ recovery-image] Aug 18 19:45:47.793 INFO O| Aug 18 19:45:47.793 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6767 | 2025-08-18T19:45:48.562Z | [ recovery-image] Aug 18 19:45:47.801 INFO O| Aug 18 19:45:47.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
| 6768 | 2025-08-18T19:45:48.562Z | [ recovery-image] Aug 18 19:45:47.801 INFO O| Aug 18 19:45:47.801 INFO STEP 650 (remove_files) COMPLETE |
| 6769 | 2025-08-18T19:45:48.562Z | [ recovery-image] Aug 18 19:45:47.801 INFO O| Aug 18 19:45:47.801 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6770 | 2025-08-18T19:45:48.576Z | [ recovery-image] Aug 18 19:45:47.813 INFO O| Aug 18 19:45:47.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
| 6771 | 2025-08-18T19:45:48.577Z | [ recovery-image] Aug 18 19:45:47.813 INFO O| Aug 18 19:45:47.813 INFO STEP 651 (remove_files) COMPLETE |
| 6772 | 2025-08-18T19:45:48.577Z | [ recovery-image] Aug 18 19:45:47.813 INFO O| Aug 18 19:45:47.813 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6773 | 2025-08-18T19:45:48.577Z | [ recovery-image] Aug 18 19:45:47.825 INFO O| Aug 18 19:45:47.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
| 6774 | 2025-08-18T19:45:48.577Z | [ recovery-image] Aug 18 19:45:47.826 INFO O| Aug 18 19:45:47.826 INFO STEP 652 (remove_files) COMPLETE |
| 6775 | 2025-08-18T19:45:48.577Z | [ recovery-image] Aug 18 19:45:47.826 INFO O| Aug 18 19:45:47.826 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6776 | 2025-08-18T19:45:48.577Z | [ recovery-image] Aug 18 19:45:47.838 INFO O| Aug 18 19:45:47.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
| 6777 | 2025-08-18T19:45:48.577Z | [ recovery-image] Aug 18 19:45:47.838 INFO O| Aug 18 19:45:47.838 INFO STEP 653 (remove_files) COMPLETE |
| 6778 | 2025-08-18T19:45:48.577Z | [ recovery-image] Aug 18 19:45:47.838 INFO O| Aug 18 19:45:47.838 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6779 | 2025-08-18T19:45:48.577Z | [ recovery-image] Aug 18 19:45:47.851 INFO O| Aug 18 19:45:47.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
| 6780 | 2025-08-18T19:45:48.577Z | [ recovery-image] Aug 18 19:45:47.851 INFO O| Aug 18 19:45:47.851 INFO STEP 654 (remove_files) COMPLETE |
| 6781 | 2025-08-18T19:45:48.578Z | [ recovery-image] Aug 18 19:45:47.851 INFO O| Aug 18 19:45:47.851 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6782 | 2025-08-18T19:45:48.589Z | [ recovery-image] Aug 18 19:45:47.863 INFO O| Aug 18 19:45:47.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
| 6783 | 2025-08-18T19:45:48.589Z | [ recovery-image] Aug 18 19:45:47.863 INFO O| Aug 18 19:45:47.863 INFO STEP 655 (remove_files) COMPLETE |
| 6784 | 2025-08-18T19:45:48.595Z | [ recovery-image] Aug 18 19:45:47.863 INFO O| Aug 18 19:45:47.863 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6785 | 2025-08-18T19:45:48.602Z | [ recovery-image] Aug 18 19:45:47.875 INFO O| Aug 18 19:45:47.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
| 6786 | 2025-08-18T19:45:48.603Z | [ recovery-image] Aug 18 19:45:47.875 INFO O| Aug 18 19:45:47.875 INFO STEP 656 (remove_files) COMPLETE |
| 6787 | 2025-08-18T19:45:48.603Z | [ recovery-image] Aug 18 19:45:47.875 INFO O| Aug 18 19:45:47.875 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6788 | 2025-08-18T19:45:48.614Z | [ recovery-image] Aug 18 19:45:47.886 INFO O| Aug 18 19:45:47.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
| 6789 | 2025-08-18T19:45:48.615Z | [ recovery-image] Aug 18 19:45:47.887 INFO O| Aug 18 19:45:47.887 INFO STEP 657 (remove_files) COMPLETE |
| 6790 | 2025-08-18T19:45:48.615Z | [ recovery-image] Aug 18 19:45:47.887 INFO O| Aug 18 19:45:47.887 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6791 | 2025-08-18T19:45:48.624Z | [ recovery-image] Aug 18 19:45:47.898 INFO O| Aug 18 19:45:47.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
| 6792 | 2025-08-18T19:45:48.624Z | [ recovery-image] Aug 18 19:45:47.898 INFO O| Aug 18 19:45:47.898 INFO STEP 658 (remove_files) COMPLETE |
| 6793 | 2025-08-18T19:45:48.624Z | [ recovery-image] Aug 18 19:45:47.898 INFO O| Aug 18 19:45:47.898 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6794 | 2025-08-18T19:45:48.634Z | [ recovery-image] Aug 18 19:45:47.911 INFO O| Aug 18 19:45:47.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
| 6795 | 2025-08-18T19:45:48.641Z | [ recovery-image] Aug 18 19:45:47.911 INFO O| Aug 18 19:45:47.911 INFO STEP 659 (remove_files) COMPLETE |
| 6796 | 2025-08-18T19:45:48.642Z | [ recovery-image] Aug 18 19:45:47.911 INFO O| Aug 18 19:45:47.911 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6797 | 2025-08-18T19:45:48.646Z | [ recovery-image] Aug 18 19:45:47.924 INFO O| Aug 18 19:45:47.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
| 6798 | 2025-08-18T19:45:48.646Z | [ recovery-image] Aug 18 19:45:47.924 INFO O| Aug 18 19:45:47.924 INFO STEP 660 (remove_files) COMPLETE |
| 6799 | 2025-08-18T19:45:48.647Z | [ recovery-image] Aug 18 19:45:47.924 INFO O| Aug 18 19:45:47.924 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6800 | 2025-08-18T19:45:48.660Z | [ recovery-image] Aug 18 19:45:47.937 INFO O| Aug 18 19:45:47.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
| 6801 | 2025-08-18T19:45:48.665Z | [ recovery-image] Aug 18 19:45:47.937 INFO O| Aug 18 19:45:47.937 INFO STEP 661 (remove_files) COMPLETE |
| 6802 | 2025-08-18T19:45:48.665Z | [ recovery-image] Aug 18 19:45:47.937 INFO O| Aug 18 19:45:47.937 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6803 | 2025-08-18T19:45:48.675Z | [ recovery-image] Aug 18 19:45:47.945 INFO O| Aug 18 19:45:47.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
| 6804 | 2025-08-18T19:45:48.675Z | [ recovery-image] Aug 18 19:45:47.946 INFO O| Aug 18 19:45:47.946 INFO STEP 662 (remove_files) COMPLETE |
| 6805 | 2025-08-18T19:45:48.675Z | [ recovery-image] Aug 18 19:45:47.946 INFO O| Aug 18 19:45:47.946 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6806 | 2025-08-18T19:45:48.681Z | [ recovery-image] Aug 18 19:45:47.959 INFO O| Aug 18 19:45:47.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
| 6807 | 2025-08-18T19:45:48.685Z | [ recovery-image] Aug 18 19:45:47.959 INFO O| Aug 18 19:45:47.959 INFO STEP 663 (remove_files) COMPLETE |
| 6808 | 2025-08-18T19:45:48.685Z | [ recovery-image] Aug 18 19:45:47.959 INFO O| Aug 18 19:45:47.959 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6809 | 2025-08-18T19:45:48.693Z | [ recovery-image] Aug 18 19:45:47.972 INFO O| Aug 18 19:45:47.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
| 6810 | 2025-08-18T19:45:48.693Z | [ recovery-image] Aug 18 19:45:47.972 INFO O| Aug 18 19:45:47.972 INFO STEP 664 (remove_files) COMPLETE |
| 6811 | 2025-08-18T19:45:48.701Z | [ recovery-image] Aug 18 19:45:47.972 INFO O| Aug 18 19:45:47.972 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6812 | 2025-08-18T19:45:48.705Z | [ recovery-image] Aug 18 19:45:47.984 INFO O| Aug 18 19:45:47.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
| 6813 | 2025-08-18T19:45:48.705Z | [ recovery-image] Aug 18 19:45:47.984 INFO O| Aug 18 19:45:47.984 INFO STEP 665 (remove_files) COMPLETE |
| 6814 | 2025-08-18T19:45:48.706Z | [ recovery-image] Aug 18 19:45:47.984 INFO O| Aug 18 19:45:47.984 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6815 | 2025-08-18T19:45:48.720Z | [ recovery-image] Aug 18 19:45:47.997 INFO O| Aug 18 19:45:47.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
| 6816 | 2025-08-18T19:45:48.725Z | [ recovery-image] Aug 18 19:45:47.998 INFO O| Aug 18 19:45:47.997 INFO STEP 666 (remove_files) COMPLETE |
| 6817 | 2025-08-18T19:45:48.725Z | [ recovery-image] Aug 18 19:45:47.998 INFO O| Aug 18 19:45:47.997 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6818 | 2025-08-18T19:45:48.733Z | [ recovery-image] Aug 18 19:45:48.012 INFO O| Aug 18 19:45:48.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
| 6819 | 2025-08-18T19:45:48.733Z | [ recovery-image] Aug 18 19:45:48.012 INFO O| Aug 18 19:45:48.012 INFO STEP 667 (remove_files) COMPLETE |
| 6820 | 2025-08-18T19:45:48.740Z | [ recovery-image] Aug 18 19:45:48.012 INFO O| Aug 18 19:45:48.012 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6821 | 2025-08-18T19:45:48.747Z | [ recovery-image] Aug 18 19:45:48.021 INFO O| Aug 18 19:45:48.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2" |
| 6822 | 2025-08-18T19:45:48.747Z | [ recovery-image] Aug 18 19:45:48.022 INFO O| Aug 18 19:45:48.021 INFO STEP 668 (remove_files) COMPLETE |
| 6823 | 2025-08-18T19:45:48.747Z | [ recovery-image] Aug 18 19:45:48.022 INFO O| Aug 18 19:45:48.022 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6824 | 2025-08-18T19:45:48.805Z | [ recovery-image] Aug 18 19:45:48.034 INFO O| Aug 18 19:45:48.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
| 6825 | 2025-08-18T19:45:48.805Z | [ recovery-image] Aug 18 19:45:48.034 INFO O| Aug 18 19:45:48.034 INFO STEP 669 (remove_files) COMPLETE |
| 6826 | 2025-08-18T19:45:48.805Z | [ recovery-image] Aug 18 19:45:48.034 INFO O| Aug 18 19:45:48.034 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6827 | 2025-08-18T19:45:48.805Z | [ recovery-image] Aug 18 19:45:48.046 INFO O| Aug 18 19:45:48.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr" |
| 6828 | 2025-08-18T19:45:48.805Z | [ recovery-image] Aug 18 19:45:48.046 INFO O| Aug 18 19:45:48.046 INFO STEP 670 (remove_files) COMPLETE |
| 6829 | 2025-08-18T19:45:48.805Z | [ recovery-image] Aug 18 19:45:48.046 INFO O| Aug 18 19:45:48.046 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6830 | 2025-08-18T19:45:48.805Z | [ recovery-image] Aug 18 19:45:48.059 INFO O| Aug 18 19:45:48.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh" |
| 6831 | 2025-08-18T19:45:48.805Z | [ recovery-image] Aug 18 19:45:48.059 INFO O| Aug 18 19:45:48.059 INFO STEP 671 (remove_files) COMPLETE |
| 6832 | 2025-08-18T19:45:48.805Z | [ recovery-image] Aug 18 19:45:48.059 INFO O| Aug 18 19:45:48.059 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6833 | 2025-08-18T19:45:48.806Z | [ recovery-image] Aug 18 19:45:48.068 INFO O| Aug 18 19:45:48.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query" |
| 6834 | 2025-08-18T19:45:48.806Z | [ recovery-image] Aug 18 19:45:48.068 INFO O| Aug 18 19:45:48.068 INFO STEP 672 (remove_files) COMPLETE |
| 6835 | 2025-08-18T19:45:48.806Z | [ recovery-image] Aug 18 19:45:48.068 INFO O| Aug 18 19:45:48.068 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6836 | 2025-08-18T19:45:48.806Z | [ recovery-image] Aug 18 19:45:48.078 INFO O| Aug 18 19:45:48.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
| 6837 | 2025-08-18T19:45:48.806Z | [ recovery-image] Aug 18 19:45:48.078 INFO O| Aug 18 19:45:48.078 INFO STEP 673 (remove_files) COMPLETE |
| 6838 | 2025-08-18T19:45:48.806Z | [ recovery-image] Aug 18 19:45:48.078 INFO O| Aug 18 19:45:48.078 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6839 | 2025-08-18T19:45:48.821Z | [ recovery-image] Aug 18 19:45:48.091 INFO O| Aug 18 19:45:48.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
| 6840 | 2025-08-18T19:45:48.821Z | [ recovery-image] Aug 18 19:45:48.091 INFO O| Aug 18 19:45:48.091 INFO STEP 674 (remove_files) COMPLETE |
| 6841 | 2025-08-18T19:45:48.821Z | [ recovery-image] Aug 18 19:45:48.091 INFO O| Aug 18 19:45:48.091 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6842 | 2025-08-18T19:45:48.827Z | [ recovery-image] Aug 18 19:45:48.105 INFO O| Aug 18 19:45:48.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
| 6843 | 2025-08-18T19:45:48.827Z | [ recovery-image] Aug 18 19:45:48.105 INFO O| Aug 18 19:45:48.105 INFO STEP 675 (remove_files) COMPLETE |
| 6844 | 2025-08-18T19:45:48.827Z | [ recovery-image] Aug 18 19:45:48.105 INFO O| Aug 18 19:45:48.105 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6845 | 2025-08-18T19:45:48.843Z | [ recovery-image] Aug 18 19:45:48.120 INFO O| Aug 18 19:45:48.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
| 6846 | 2025-08-18T19:45:48.851Z | [ recovery-image] Aug 18 19:45:48.121 INFO O| Aug 18 19:45:48.121 INFO STEP 676 (remove_files) COMPLETE |
| 6847 | 2025-08-18T19:45:48.851Z | [ recovery-image] Aug 18 19:45:48.121 INFO O| Aug 18 19:45:48.121 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6848 | 2025-08-18T19:45:48.857Z | [ recovery-image] Aug 18 19:45:48.134 INFO O| Aug 18 19:45:48.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
| 6849 | 2025-08-18T19:45:48.858Z | [ recovery-image] Aug 18 19:45:48.134 INFO O| Aug 18 19:45:48.134 INFO STEP 677 (remove_files) COMPLETE |
| 6850 | 2025-08-18T19:45:48.858Z | [ recovery-image] Aug 18 19:45:48.134 INFO O| Aug 18 19:45:48.134 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6851 | 2025-08-18T19:45:48.868Z | [ recovery-image] Aug 18 19:45:48.146 INFO O| Aug 18 19:45:48.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
| 6852 | 2025-08-18T19:45:48.868Z | [ recovery-image] Aug 18 19:45:48.146 INFO O| Aug 18 19:45:48.146 INFO STEP 678 (remove_files) COMPLETE |
| 6853 | 2025-08-18T19:45:48.876Z | [ recovery-image] Aug 18 19:45:48.146 INFO O| Aug 18 19:45:48.146 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6854 | 2025-08-18T19:45:48.883Z | [ recovery-image] Aug 18 19:45:48.159 INFO O| Aug 18 19:45:48.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1" |
| 6855 | 2025-08-18T19:45:48.883Z | [ recovery-image] Aug 18 19:45:48.159 INFO O| Aug 18 19:45:48.159 INFO STEP 679 (remove_files) COMPLETE |
| 6856 | 2025-08-18T19:45:48.883Z | [ recovery-image] Aug 18 19:45:48.159 INFO O| Aug 18 19:45:48.159 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6857 | 2025-08-18T19:45:48.893Z | [ recovery-image] Aug 18 19:45:48.172 INFO O| Aug 18 19:45:48.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1" |
| 6858 | 2025-08-18T19:45:48.902Z | [ recovery-image] Aug 18 19:45:48.173 INFO O| Aug 18 19:45:48.173 INFO STEP 680 (remove_files) COMPLETE |
| 6859 | 2025-08-18T19:45:48.902Z | [ recovery-image] Aug 18 19:45:48.173 INFO O| Aug 18 19:45:48.173 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6860 | 2025-08-18T19:45:48.908Z | [ recovery-image] Aug 18 19:45:48.186 INFO O| Aug 18 19:45:48.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1" |
| 6861 | 2025-08-18T19:45:48.908Z | [ recovery-image] Aug 18 19:45:48.186 INFO O| Aug 18 19:45:48.186 INFO STEP 681 (remove_files) COMPLETE |
| 6862 | 2025-08-18T19:45:48.908Z | [ recovery-image] Aug 18 19:45:48.186 INFO O| Aug 18 19:45:48.186 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6863 | 2025-08-18T19:45:48.922Z | [ recovery-image] Aug 18 19:45:48.199 INFO O| Aug 18 19:45:48.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1" |
| 6864 | 2025-08-18T19:45:48.922Z | [ recovery-image] Aug 18 19:45:48.199 INFO O| Aug 18 19:45:48.199 INFO STEP 682 (remove_files) COMPLETE |
| 6865 | 2025-08-18T19:45:48.928Z | [ recovery-image] Aug 18 19:45:48.199 INFO O| Aug 18 19:45:48.199 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6866 | 2025-08-18T19:45:48.934Z | [ recovery-image] Aug 18 19:45:48.212 INFO O| Aug 18 19:45:48.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1" |
| 6867 | 2025-08-18T19:45:48.934Z | [ recovery-image] Aug 18 19:45:48.212 INFO O| Aug 18 19:45:48.212 INFO STEP 683 (remove_files) COMPLETE |
| 6868 | 2025-08-18T19:45:48.934Z | [ recovery-image] Aug 18 19:45:48.212 INFO O| Aug 18 19:45:48.212 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6869 | 2025-08-18T19:45:48.944Z | [ recovery-image] Aug 18 19:45:48.224 INFO O| Aug 18 19:45:48.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1" |
| 6870 | 2025-08-18T19:45:48.951Z | [ recovery-image] Aug 18 19:45:48.224 INFO O| Aug 18 19:45:48.224 INFO STEP 684 (remove_files) COMPLETE |
| 6871 | 2025-08-18T19:45:48.952Z | [ recovery-image] Aug 18 19:45:48.224 INFO O| Aug 18 19:45:48.224 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6872 | 2025-08-18T19:45:48.958Z | [ recovery-image] Aug 18 19:45:48.237 INFO O| Aug 18 19:45:48.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin" |
| 6873 | 2025-08-18T19:45:48.963Z | [ recovery-image] Aug 18 19:45:48.237 INFO O| Aug 18 19:45:48.237 INFO STEP 685 (remove_files) COMPLETE |
| 6874 | 2025-08-18T19:45:48.963Z | [ recovery-image] Aug 18 19:45:48.237 INFO O| Aug 18 19:45:48.237 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6875 | 2025-08-18T19:45:48.975Z | [ recovery-image] Aug 18 19:45:48.250 INFO O| Aug 18 19:45:48.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl" |
| 6876 | 2025-08-18T19:45:48.975Z | [ recovery-image] Aug 18 19:45:48.250 INFO O| Aug 18 19:45:48.250 INFO STEP 686 (remove_files) COMPLETE |
| 6877 | 2025-08-18T19:45:48.980Z | [ recovery-image] Aug 18 19:45:48.250 INFO O| Aug 18 19:45:48.250 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6878 | 2025-08-18T19:45:48.985Z | [ recovery-image] Aug 18 19:45:48.263 INFO O| Aug 18 19:45:48.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin" |
| 6879 | 2025-08-18T19:45:48.986Z | [ recovery-image] Aug 18 19:45:48.263 INFO O| Aug 18 19:45:48.263 INFO STEP 687 (remove_files) COMPLETE |
| 6880 | 2025-08-18T19:45:48.986Z | [ recovery-image] Aug 18 19:45:48.263 INFO O| Aug 18 19:45:48.263 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6881 | 2025-08-18T19:45:48.994Z | [ recovery-image] Aug 18 19:45:48.272 INFO O| Aug 18 19:45:48.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl" |
| 6882 | 2025-08-18T19:45:48.994Z | [ recovery-image] Aug 18 19:45:48.272 INFO O| Aug 18 19:45:48.272 INFO STEP 688 (remove_files) COMPLETE |
| 6883 | 2025-08-18T19:45:49.003Z | [ recovery-image] Aug 18 19:45:48.272 INFO O| Aug 18 19:45:48.272 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6884 | 2025-08-18T19:45:49.010Z | [ recovery-image] Aug 18 19:45:48.284 INFO O| Aug 18 19:45:48.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin" |
| 6885 | 2025-08-18T19:45:49.010Z | [ recovery-image] Aug 18 19:45:48.284 INFO O| Aug 18 19:45:48.284 INFO STEP 689 (remove_files) COMPLETE |
| 6886 | 2025-08-18T19:45:49.010Z | [ recovery-image] Aug 18 19:45:48.284 INFO O| Aug 18 19:45:48.284 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6887 | 2025-08-18T19:45:49.023Z | [ recovery-image] Aug 18 19:45:48.293 INFO O| Aug 18 19:45:48.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl" |
| 6888 | 2025-08-18T19:45:49.023Z | [ recovery-image] Aug 18 19:45:48.293 INFO O| Aug 18 19:45:48.293 INFO STEP 690 (remove_files) COMPLETE |
| 6889 | 2025-08-18T19:45:49.023Z | [ recovery-image] Aug 18 19:45:48.293 INFO O| Aug 18 19:45:48.293 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6890 | 2025-08-18T19:45:49.031Z | [ recovery-image] Aug 18 19:45:48.305 INFO O| Aug 18 19:45:48.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
| 6891 | 2025-08-18T19:45:49.031Z | [ recovery-image] Aug 18 19:45:48.305 INFO O| Aug 18 19:45:48.305 INFO STEP 691 (remove_files) COMPLETE |
| 6892 | 2025-08-18T19:45:49.031Z | [ recovery-image] Aug 18 19:45:48.305 INFO O| Aug 18 19:45:48.305 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6893 | 2025-08-18T19:45:49.040Z | [ recovery-image] Aug 18 19:45:48.318 INFO O| Aug 18 19:45:48.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
| 6894 | 2025-08-18T19:45:49.040Z | [ recovery-image] Aug 18 19:45:48.318 INFO O| Aug 18 19:45:48.318 INFO STEP 692 (remove_files) COMPLETE |
| 6895 | 2025-08-18T19:45:49.045Z | [ recovery-image] Aug 18 19:45:48.318 INFO O| Aug 18 19:45:48.318 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6896 | 2025-08-18T19:45:49.053Z | [ recovery-image] Aug 18 19:45:48.331 INFO O| Aug 18 19:45:48.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin" |
| 6897 | 2025-08-18T19:45:49.053Z | [ recovery-image] Aug 18 19:45:48.331 INFO O| Aug 18 19:45:48.331 INFO STEP 693 (remove_files) COMPLETE |
| 6898 | 2025-08-18T19:45:49.053Z | [ recovery-image] Aug 18 19:45:48.331 INFO O| Aug 18 19:45:48.331 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6899 | 2025-08-18T19:45:49.070Z | [ recovery-image] Aug 18 19:45:48.344 INFO O| Aug 18 19:45:48.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl" |
| 6900 | 2025-08-18T19:45:49.078Z | [ recovery-image] Aug 18 19:45:48.344 INFO O| Aug 18 19:45:48.344 INFO STEP 694 (remove_files) COMPLETE |
| 6901 | 2025-08-18T19:45:49.078Z | [ recovery-image] Aug 18 19:45:48.344 INFO O| Aug 18 19:45:48.344 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6902 | 2025-08-18T19:45:49.085Z | [ recovery-image] Aug 18 19:45:48.356 INFO O| Aug 18 19:45:48.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
| 6903 | 2025-08-18T19:45:49.085Z | [ recovery-image] Aug 18 19:45:48.356 INFO O| Aug 18 19:45:48.356 INFO STEP 695 (remove_files) COMPLETE |
| 6904 | 2025-08-18T19:45:49.085Z | [ recovery-image] Aug 18 19:45:48.356 INFO O| Aug 18 19:45:48.356 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6905 | 2025-08-18T19:45:49.096Z | [ recovery-image] Aug 18 19:45:48.369 INFO O| Aug 18 19:45:48.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
| 6906 | 2025-08-18T19:45:49.096Z | [ recovery-image] Aug 18 19:45:48.369 INFO O| Aug 18 19:45:48.369 INFO STEP 696 (remove_files) COMPLETE |
| 6907 | 2025-08-18T19:45:49.096Z | [ recovery-image] Aug 18 19:45:48.369 INFO O| Aug 18 19:45:48.369 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6908 | 2025-08-18T19:45:49.118Z | [ recovery-image] Aug 18 19:45:48.382 INFO O| Aug 18 19:45:48.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled" |
| 6909 | 2025-08-18T19:45:49.126Z | [ recovery-image] Aug 18 19:45:48.383 INFO O| Aug 18 19:45:48.383 INFO STEP 697 (remove_files) COMPLETE |
| 6910 | 2025-08-18T19:45:49.126Z | [ recovery-image] Aug 18 19:45:48.383 INFO O| Aug 18 19:45:48.383 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6911 | 2025-08-18T19:45:49.127Z | [ recovery-image] Aug 18 19:45:48.396 INFO O| Aug 18 19:45:48.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv" |
| 6912 | 2025-08-18T19:45:49.127Z | [ recovery-image] Aug 18 19:45:48.396 INFO O| Aug 18 19:45:48.396 INFO STEP 698 (remove_files) COMPLETE |
| 6913 | 2025-08-18T19:45:49.127Z | [ recovery-image] Aug 18 19:45:48.396 INFO O| Aug 18 19:45:48.396 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6914 | 2025-08-18T19:45:49.134Z | [ recovery-image] Aug 18 19:45:48.405 INFO O| Aug 18 19:45:48.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend" |
| 6915 | 2025-08-18T19:45:49.134Z | [ recovery-image] Aug 18 19:45:48.405 INFO O| Aug 18 19:45:48.405 INFO STEP 699 (remove_files) COMPLETE |
| 6916 | 2025-08-18T19:45:49.134Z | [ recovery-image] Aug 18 19:45:48.405 INFO O| Aug 18 19:45:48.405 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6917 | 2025-08-18T19:45:49.149Z | [ recovery-image] Aug 18 19:45:48.414 INFO O| Aug 18 19:45:48.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo" |
| 6918 | 2025-08-18T19:45:49.149Z | [ recovery-image] Aug 18 19:45:48.415 INFO O| Aug 18 19:45:48.414 INFO STEP 700 (remove_files) COMPLETE |
| 6919 | 2025-08-18T19:45:49.149Z | [ recovery-image] Aug 18 19:45:48.415 INFO O| Aug 18 19:45:48.414 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6920 | 2025-08-18T19:45:49.156Z | [ recovery-image] Aug 18 19:45:48.426 INFO O| Aug 18 19:45:48.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o" |
| 6921 | 2025-08-18T19:45:49.156Z | [ recovery-image] Aug 18 19:45:48.426 INFO O| Aug 18 19:45:48.426 INFO STEP 701 (remove_files) COMPLETE |
| 6922 | 2025-08-18T19:45:49.156Z | [ recovery-image] Aug 18 19:45:48.427 INFO O| Aug 18 19:45:48.426 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6923 | 2025-08-18T19:45:49.161Z | [ recovery-image] Aug 18 19:45:48.439 INFO O| Aug 18 19:45:48.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
| 6924 | 2025-08-18T19:45:49.162Z | [ recovery-image] Aug 18 19:45:48.439 INFO O| Aug 18 19:45:48.439 INFO STEP 702 (remove_files) COMPLETE |
| 6925 | 2025-08-18T19:45:49.162Z | [ recovery-image] Aug 18 19:45:48.439 INFO O| Aug 18 19:45:48.439 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6926 | 2025-08-18T19:45:49.174Z | [ recovery-image] Aug 18 19:45:48.451 INFO O| Aug 18 19:45:48.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d" |
| 6927 | 2025-08-18T19:45:49.174Z | [ recovery-image] Aug 18 19:45:48.451 INFO O| Aug 18 19:45:48.451 INFO STEP 703 (remove_files) COMPLETE |
| 6928 | 2025-08-18T19:45:49.181Z | [ recovery-image] Aug 18 19:45:48.451 INFO O| Aug 18 19:45:48.451 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6929 | 2025-08-18T19:45:49.187Z | [ recovery-image] Aug 18 19:45:48.462 INFO O| Aug 18 19:45:48.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o" |
| 6930 | 2025-08-18T19:45:49.187Z | [ recovery-image] Aug 18 19:45:48.463 INFO O| Aug 18 19:45:48.463 INFO STEP 704 (remove_files) COMPLETE |
| 6931 | 2025-08-18T19:45:49.187Z | [ recovery-image] Aug 18 19:45:48.463 INFO O| Aug 18 19:45:48.463 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6932 | 2025-08-18T19:45:49.195Z | [ recovery-image] Aug 18 19:45:48.475 INFO O| Aug 18 19:45:48.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
| 6933 | 2025-08-18T19:45:49.195Z | [ recovery-image] Aug 18 19:45:48.475 INFO O| Aug 18 19:45:48.475 INFO STEP 705 (remove_files) COMPLETE |
| 6934 | 2025-08-18T19:45:49.201Z | [ recovery-image] Aug 18 19:45:48.475 INFO O| Aug 18 19:45:48.475 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6935 | 2025-08-18T19:45:49.206Z | [ recovery-image] Aug 18 19:45:48.485 INFO O| Aug 18 19:45:48.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
| 6936 | 2025-08-18T19:45:49.212Z | [ recovery-image] Aug 18 19:45:48.486 INFO O| Aug 18 19:45:48.486 INFO STEP 706 (remove_files) COMPLETE |
| 6937 | 2025-08-18T19:45:49.212Z | [ recovery-image] Aug 18 19:45:48.486 INFO O| Aug 18 19:45:48.486 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6938 | 2025-08-18T19:45:49.218Z | [ recovery-image] Aug 18 19:45:48.498 INFO O| Aug 18 19:45:48.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
| 6939 | 2025-08-18T19:45:49.218Z | [ recovery-image] Aug 18 19:45:48.498 INFO O| Aug 18 19:45:48.498 INFO STEP 707 (remove_files) COMPLETE |
| 6940 | 2025-08-18T19:45:49.218Z | [ recovery-image] Aug 18 19:45:48.498 INFO O| Aug 18 19:45:48.498 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6941 | 2025-08-18T19:45:49.232Z | [ recovery-image] Aug 18 19:45:48.511 INFO O| Aug 18 19:45:48.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
| 6942 | 2025-08-18T19:45:49.232Z | [ recovery-image] Aug 18 19:45:48.511 INFO O| Aug 18 19:45:48.511 INFO STEP 708 (remove_files) COMPLETE |
| 6943 | 2025-08-18T19:45:49.237Z | [ recovery-image] Aug 18 19:45:48.511 INFO O| Aug 18 19:45:48.511 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6944 | 2025-08-18T19:45:49.242Z | [ recovery-image] Aug 18 19:45:48.520 INFO O| Aug 18 19:45:48.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
| 6945 | 2025-08-18T19:45:49.242Z | [ recovery-image] Aug 18 19:45:48.520 INFO O| Aug 18 19:45:48.520 INFO STEP 709 (remove_files) COMPLETE |
| 6946 | 2025-08-18T19:45:49.242Z | [ recovery-image] Aug 18 19:45:48.520 INFO O| Aug 18 19:45:48.520 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6947 | 2025-08-18T19:45:49.257Z | [ recovery-image] Aug 18 19:45:48.532 INFO O| Aug 18 19:45:48.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
| 6948 | 2025-08-18T19:45:49.258Z | [ recovery-image] Aug 18 19:45:48.532 INFO O| Aug 18 19:45:48.532 INFO STEP 710 (remove_files) COMPLETE |
| 6949 | 2025-08-18T19:45:49.258Z | [ recovery-image] Aug 18 19:45:48.532 INFO O| Aug 18 19:45:48.532 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6950 | 2025-08-18T19:45:49.271Z | [ recovery-image] Aug 18 19:45:48.543 INFO O| Aug 18 19:45:48.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
| 6951 | 2025-08-18T19:45:49.271Z | [ recovery-image] Aug 18 19:45:48.543 INFO O| Aug 18 19:45:48.543 INFO STEP 711 (remove_files) COMPLETE |
| 6952 | 2025-08-18T19:45:49.271Z | [ recovery-image] Aug 18 19:45:48.543 INFO O| Aug 18 19:45:48.543 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6953 | 2025-08-18T19:45:49.278Z | [ recovery-image] Aug 18 19:45:48.551 INFO O| Aug 18 19:45:48.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
| 6954 | 2025-08-18T19:45:49.278Z | [ recovery-image] Aug 18 19:45:48.551 INFO O| Aug 18 19:45:48.551 INFO STEP 712 (remove_files) COMPLETE |
| 6955 | 2025-08-18T19:45:49.278Z | [ recovery-image] Aug 18 19:45:48.551 INFO O| Aug 18 19:45:48.551 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6956 | 2025-08-18T19:45:49.288Z | [ recovery-image] Aug 18 19:45:48.563 INFO O| Aug 18 19:45:48.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
| 6957 | 2025-08-18T19:45:49.288Z | [ recovery-image] Aug 18 19:45:48.563 INFO O| Aug 18 19:45:48.563 INFO STEP 713 (remove_files) COMPLETE |
| 6958 | 2025-08-18T19:45:49.288Z | [ recovery-image] Aug 18 19:45:48.563 INFO O| Aug 18 19:45:48.563 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6959 | 2025-08-18T19:45:49.295Z | [ recovery-image] Aug 18 19:45:48.572 INFO O| Aug 18 19:45:48.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
| 6960 | 2025-08-18T19:45:49.296Z | [ recovery-image] Aug 18 19:45:48.572 INFO O| Aug 18 19:45:48.572 INFO STEP 714 (remove_files) COMPLETE |
| 6961 | 2025-08-18T19:45:49.296Z | [ recovery-image] Aug 18 19:45:48.572 INFO O| Aug 18 19:45:48.572 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6962 | 2025-08-18T19:45:49.309Z | [ recovery-image] Aug 18 19:45:48.584 INFO O| Aug 18 19:45:48.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict" |
| 6963 | 2025-08-18T19:45:49.309Z | [ recovery-image] Aug 18 19:45:48.584 INFO O| Aug 18 19:45:48.584 INFO STEP 715 (remove_files) COMPLETE |
| 6964 | 2025-08-18T19:45:49.316Z | [ recovery-image] Aug 18 19:45:48.584 INFO O| Aug 18 19:45:48.584 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6965 | 2025-08-18T19:45:49.316Z | [ recovery-image] Aug 18 19:45:48.595 INFO O| Aug 18 19:45:48.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
| 6966 | 2025-08-18T19:45:49.316Z | [ recovery-image] Aug 18 19:45:48.596 INFO O| Aug 18 19:45:48.596 INFO STEP 716 (remove_files) COMPLETE |
| 6967 | 2025-08-18T19:45:49.316Z | [ recovery-image] Aug 18 19:45:48.596 INFO O| Aug 18 19:45:48.596 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6968 | 2025-08-18T19:45:49.337Z | [ recovery-image] Aug 18 19:45:48.609 INFO O| Aug 18 19:45:48.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict" |
| 6969 | 2025-08-18T19:45:49.337Z | [ recovery-image] Aug 18 19:45:48.609 INFO O| Aug 18 19:45:48.609 INFO STEP 717 (remove_files) COMPLETE |
| 6970 | 2025-08-18T19:45:49.344Z | [ recovery-image] Aug 18 19:45:48.609 INFO O| Aug 18 19:45:48.609 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6971 | 2025-08-18T19:45:49.344Z | [ recovery-image] Aug 18 19:45:48.618 INFO O| Aug 18 19:45:48.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict" |
| 6972 | 2025-08-18T19:45:49.344Z | [ recovery-image] Aug 18 19:45:48.618 INFO O| Aug 18 19:45:48.618 INFO STEP 718 (remove_files) COMPLETE |
| 6973 | 2025-08-18T19:45:49.345Z | [ recovery-image] Aug 18 19:45:48.618 INFO O| Aug 18 19:45:48.618 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6974 | 2025-08-18T19:45:49.353Z | [ recovery-image] Aug 18 19:45:48.630 INFO O| Aug 18 19:45:48.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject" |
| 6975 | 2025-08-18T19:45:49.353Z | [ recovery-image] Aug 18 19:45:48.631 INFO O| Aug 18 19:45:48.631 INFO STEP 719 (remove_files) COMPLETE |
| 6976 | 2025-08-18T19:45:49.353Z | [ recovery-image] Aug 18 19:45:48.631 INFO O| Aug 18 19:45:48.631 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6977 | 2025-08-18T19:45:49.365Z | [ recovery-image] Aug 18 19:45:48.645 INFO O| Aug 18 19:45:48.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim" |
| 6978 | 2025-08-18T19:45:49.365Z | [ recovery-image] Aug 18 19:45:48.645 INFO O| Aug 18 19:45:48.645 INFO STEP 720 (remove_files) COMPLETE |
| 6979 | 2025-08-18T19:45:49.365Z | [ recovery-image] Aug 18 19:45:48.645 INFO O| Aug 18 19:45:48.645 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6980 | 2025-08-18T19:45:49.383Z | [ recovery-image] Aug 18 19:45:48.660 INFO O| Aug 18 19:45:48.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo" |
| 6981 | 2025-08-18T19:45:49.383Z | [ recovery-image] Aug 18 19:45:48.660 INFO O| Aug 18 19:45:48.660 INFO STEP 721 (remove_files) COMPLETE |
| 6982 | 2025-08-18T19:45:49.383Z | [ recovery-image] Aug 18 19:45:48.660 INFO O| Aug 18 19:45:48.660 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6983 | 2025-08-18T19:45:49.401Z | [ recovery-image] Aug 18 19:45:48.672 INFO O| Aug 18 19:45:48.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo" |
| 6984 | 2025-08-18T19:45:49.401Z | [ recovery-image] Aug 18 19:45:48.672 INFO O| Aug 18 19:45:48.672 INFO STEP 722 (remove_files) COMPLETE |
| 6985 | 2025-08-18T19:45:49.409Z | [ recovery-image] Aug 18 19:45:48.672 INFO O| Aug 18 19:45:48.672 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6986 | 2025-08-18T19:45:49.410Z | [ recovery-image] Aug 18 19:45:48.685 INFO O| Aug 18 19:45:48.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode" |
| 6987 | 2025-08-18T19:45:49.410Z | [ recovery-image] Aug 18 19:45:48.685 INFO O| Aug 18 19:45:48.685 INFO STEP 723 (remove_files) COMPLETE |
| 6988 | 2025-08-18T19:45:49.410Z | [ recovery-image] Aug 18 19:45:48.685 INFO O| Aug 18 19:45:48.685 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6989 | 2025-08-18T19:45:49.453Z | [ recovery-image] Aug 18 19:45:48.698 INFO O| Aug 18 19:45:48.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
| 6990 | 2025-08-18T19:45:49.458Z | [ recovery-image] Aug 18 19:45:48.698 INFO O| Aug 18 19:45:48.698 INFO STEP 724 (remove_files) COMPLETE |
| 6991 | 2025-08-18T19:45:49.458Z | [ recovery-image] Aug 18 19:45:48.698 INFO O| Aug 18 19:45:48.698 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6992 | 2025-08-18T19:45:49.458Z | [ recovery-image] Aug 18 19:45:48.710 INFO O| Aug 18 19:45:48.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
| 6993 | 2025-08-18T19:45:49.458Z | [ recovery-image] Aug 18 19:45:48.711 INFO O| Aug 18 19:45:48.710 INFO STEP 725 (remove_files) COMPLETE |
| 6994 | 2025-08-18T19:45:49.458Z | [ recovery-image] Aug 18 19:45:48.711 INFO O| Aug 18 19:45:48.710 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6995 | 2025-08-18T19:45:49.458Z | [ recovery-image] Aug 18 19:45:48.722 INFO O| Aug 18 19:45:48.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
| 6996 | 2025-08-18T19:45:49.458Z | [ recovery-image] Aug 18 19:45:48.722 INFO O| Aug 18 19:45:48.722 INFO STEP 726 (remove_files) COMPLETE |
| 6997 | 2025-08-18T19:45:49.458Z | [ recovery-image] Aug 18 19:45:48.722 INFO O| Aug 18 19:45:48.722 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6998 | 2025-08-18T19:45:49.458Z | [ recovery-image] Aug 18 19:45:48.730 INFO O| Aug 18 19:45:48.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
| 6999 | 2025-08-18T19:45:49.458Z | [ recovery-image] Aug 18 19:45:48.731 INFO O| Aug 18 19:45:48.730 INFO STEP 727 (remove_files) COMPLETE |
| 7000 | 2025-08-18T19:45:49.459Z | [ recovery-image] Aug 18 19:45:48.731 INFO O| Aug 18 19:45:48.731 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7001 | 2025-08-18T19:45:49.465Z | [ recovery-image] Aug 18 19:45:48.742 INFO O| Aug 18 19:45:48.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
| 7002 | 2025-08-18T19:45:49.465Z | [ recovery-image] Aug 18 19:45:48.742 INFO O| Aug 18 19:45:48.742 INFO STEP 728 (remove_files) COMPLETE |
| 7003 | 2025-08-18T19:45:49.465Z | [ recovery-image] Aug 18 19:45:48.742 INFO O| Aug 18 19:45:48.742 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7004 | 2025-08-18T19:45:49.474Z | [ recovery-image] Aug 18 19:45:48.753 INFO O| Aug 18 19:45:48.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
| 7005 | 2025-08-18T19:45:49.474Z | [ recovery-image] Aug 18 19:45:48.753 INFO O| Aug 18 19:45:48.753 INFO STEP 729 (remove_files) COMPLETE |
| 7006 | 2025-08-18T19:45:49.479Z | [ recovery-image] Aug 18 19:45:48.753 INFO O| Aug 18 19:45:48.753 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7007 | 2025-08-18T19:45:49.485Z | [ recovery-image] Aug 18 19:45:48.766 INFO O| Aug 18 19:45:48.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
| 7008 | 2025-08-18T19:45:49.485Z | [ recovery-image] Aug 18 19:45:48.766 INFO O| Aug 18 19:45:48.766 INFO STEP 730 (remove_files) COMPLETE |
| 7009 | 2025-08-18T19:45:49.488Z | [ recovery-image] Aug 18 19:45:48.766 INFO O| Aug 18 19:45:48.766 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7010 | 2025-08-18T19:45:49.498Z | [ recovery-image] Aug 18 19:45:48.779 INFO O| Aug 18 19:45:48.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
| 7011 | 2025-08-18T19:45:49.499Z | [ recovery-image] Aug 18 19:45:48.779 INFO O| Aug 18 19:45:48.779 INFO STEP 731 (remove_files) COMPLETE |
| 7012 | 2025-08-18T19:45:49.504Z | [ recovery-image] Aug 18 19:45:48.779 INFO O| Aug 18 19:45:48.779 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7013 | 2025-08-18T19:45:49.513Z | [ recovery-image] Aug 18 19:45:48.794 INFO O| Aug 18 19:45:48.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
| 7014 | 2025-08-18T19:45:49.516Z | [ recovery-image] Aug 18 19:45:48.794 INFO O| Aug 18 19:45:48.794 INFO STEP 732 (remove_files) COMPLETE |
| 7015 | 2025-08-18T19:45:49.516Z | [ recovery-image] Aug 18 19:45:48.794 INFO O| Aug 18 19:45:48.794 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7016 | 2025-08-18T19:45:49.529Z | [ recovery-image] Aug 18 19:45:48.806 INFO O| Aug 18 19:45:48.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
| 7017 | 2025-08-18T19:45:49.529Z | [ recovery-image] Aug 18 19:45:48.807 INFO O| Aug 18 19:45:48.806 INFO STEP 733 (remove_files) COMPLETE |
| 7018 | 2025-08-18T19:45:49.533Z | [ recovery-image] Aug 18 19:45:48.807 INFO O| Aug 18 19:45:48.807 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7019 | 2025-08-18T19:45:49.536Z | [ recovery-image] Aug 18 19:45:48.816 INFO O| Aug 18 19:45:48.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
| 7020 | 2025-08-18T19:45:49.536Z | [ recovery-image] Aug 18 19:45:48.816 INFO O| Aug 18 19:45:48.816 INFO STEP 734 (remove_files) COMPLETE |
| 7021 | 2025-08-18T19:45:49.536Z | [ recovery-image] Aug 18 19:45:48.816 INFO O| Aug 18 19:45:48.816 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7022 | 2025-08-18T19:45:49.554Z | [ recovery-image] Aug 18 19:45:48.828 INFO O| Aug 18 19:45:48.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
| 7023 | 2025-08-18T19:45:49.554Z | [ recovery-image] Aug 18 19:45:48.828 INFO O| Aug 18 19:45:48.828 INFO STEP 735 (remove_files) COMPLETE |
| 7024 | 2025-08-18T19:45:49.561Z | [ recovery-image] Aug 18 19:45:48.828 INFO O| Aug 18 19:45:48.828 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7025 | 2025-08-18T19:45:49.570Z | [ recovery-image] Aug 18 19:45:48.839 INFO O| Aug 18 19:45:48.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
| 7026 | 2025-08-18T19:45:49.570Z | [ recovery-image] Aug 18 19:45:48.839 INFO O| Aug 18 19:45:48.839 INFO STEP 736 (remove_files) COMPLETE |
| 7027 | 2025-08-18T19:45:49.570Z | [ recovery-image] Aug 18 19:45:48.839 INFO O| Aug 18 19:45:48.839 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7028 | 2025-08-18T19:45:49.574Z | [ recovery-image] Aug 18 19:45:48.852 INFO O| Aug 18 19:45:48.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
| 7029 | 2025-08-18T19:45:49.575Z | [ recovery-image] Aug 18 19:45:48.852 INFO O| Aug 18 19:45:48.852 INFO STEP 737 (remove_files) COMPLETE |
| 7030 | 2025-08-18T19:45:49.575Z | [ recovery-image] Aug 18 19:45:48.852 INFO O| Aug 18 19:45:48.852 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7031 | 2025-08-18T19:45:49.583Z | [ recovery-image] Aug 18 19:45:48.864 INFO O| Aug 18 19:45:48.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
| 7032 | 2025-08-18T19:45:49.583Z | [ recovery-image] Aug 18 19:45:48.864 INFO O| Aug 18 19:45:48.864 INFO STEP 738 (remove_files) COMPLETE |
| 7033 | 2025-08-18T19:45:49.586Z | [ recovery-image] Aug 18 19:45:48.864 INFO O| Aug 18 19:45:48.864 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7034 | 2025-08-18T19:45:49.593Z | [ recovery-image] Aug 18 19:45:48.874 INFO O| Aug 18 19:45:48.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
| 7035 | 2025-08-18T19:45:49.594Z | [ recovery-image] Aug 18 19:45:48.874 INFO O| Aug 18 19:45:48.874 INFO STEP 739 (remove_files) COMPLETE |
| 7036 | 2025-08-18T19:45:49.605Z | [ recovery-image] Aug 18 19:45:48.874 INFO O| Aug 18 19:45:48.874 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7037 | 2025-08-18T19:45:49.613Z | [ recovery-image] Aug 18 19:45:48.883 INFO O| Aug 18 19:45:48.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
| 7038 | 2025-08-18T19:45:49.614Z | [ recovery-image] Aug 18 19:45:48.883 INFO O| Aug 18 19:45:48.883 INFO STEP 740 (remove_files) COMPLETE |
| 7039 | 2025-08-18T19:45:49.617Z | [ recovery-image] Aug 18 19:45:48.883 INFO O| Aug 18 19:45:48.883 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7040 | 2025-08-18T19:45:49.627Z | [ recovery-image] Aug 18 19:45:48.896 INFO O| Aug 18 19:45:48.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
| 7041 | 2025-08-18T19:45:49.628Z | [ recovery-image] Aug 18 19:45:48.896 INFO O| Aug 18 19:45:48.896 INFO STEP 741 (remove_files) COMPLETE |
| 7042 | 2025-08-18T19:45:49.628Z | [ recovery-image] Aug 18 19:45:48.896 INFO O| Aug 18 19:45:48.896 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7043 | 2025-08-18T19:45:49.635Z | [ recovery-image] Aug 18 19:45:48.909 INFO O| Aug 18 19:45:48.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
| 7044 | 2025-08-18T19:45:49.635Z | [ recovery-image] Aug 18 19:45:48.909 INFO O| Aug 18 19:45:48.909 INFO STEP 742 (remove_files) COMPLETE |
| 7045 | 2025-08-18T19:45:49.635Z | [ recovery-image] Aug 18 19:45:48.909 INFO O| Aug 18 19:45:48.909 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7046 | 2025-08-18T19:45:49.644Z | [ recovery-image] Aug 18 19:45:48.921 INFO O| Aug 18 19:45:48.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
| 7047 | 2025-08-18T19:45:49.644Z | [ recovery-image] Aug 18 19:45:48.921 INFO O| Aug 18 19:45:48.921 INFO STEP 743 (remove_files) COMPLETE |
| 7048 | 2025-08-18T19:45:49.644Z | [ recovery-image] Aug 18 19:45:48.921 INFO O| Aug 18 19:45:48.921 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7049 | 2025-08-18T19:45:49.654Z | [ recovery-image] Aug 18 19:45:48.934 INFO O| Aug 18 19:45:48.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
| 7050 | 2025-08-18T19:45:49.655Z | [ recovery-image] Aug 18 19:45:48.935 INFO O| Aug 18 19:45:48.934 INFO STEP 744 (remove_files) COMPLETE |
| 7051 | 2025-08-18T19:45:49.667Z | [ recovery-image] Aug 18 19:45:48.935 INFO O| Aug 18 19:45:48.934 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7052 | 2025-08-18T19:45:49.679Z | [ recovery-image] Aug 18 19:45:48.947 INFO O| Aug 18 19:45:48.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
| 7053 | 2025-08-18T19:45:49.679Z | [ recovery-image] Aug 18 19:45:48.948 INFO O| Aug 18 19:45:48.948 INFO STEP 745 (remove_files) COMPLETE |
| 7054 | 2025-08-18T19:45:49.679Z | [ recovery-image] Aug 18 19:45:48.948 INFO O| Aug 18 19:45:48.948 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7055 | 2025-08-18T19:45:49.685Z | [ recovery-image] Aug 18 19:45:48.960 INFO O| Aug 18 19:45:48.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
| 7056 | 2025-08-18T19:45:49.685Z | [ recovery-image] Aug 18 19:45:48.961 INFO O| Aug 18 19:45:48.960 INFO STEP 746 (remove_files) COMPLETE |
| 7057 | 2025-08-18T19:45:49.685Z | [ recovery-image] Aug 18 19:45:48.961 INFO O| Aug 18 19:45:48.960 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7058 | 2025-08-18T19:45:49.694Z | [ recovery-image] Aug 18 19:45:48.973 INFO O| Aug 18 19:45:48.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1" |
| 7059 | 2025-08-18T19:45:49.694Z | [ recovery-image] Aug 18 19:45:48.973 INFO O| Aug 18 19:45:48.973 INFO STEP 747 (remove_files) COMPLETE |
| 7060 | 2025-08-18T19:45:49.694Z | [ recovery-image] Aug 18 19:45:48.973 INFO O| Aug 18 19:45:48.973 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7061 | 2025-08-18T19:45:49.707Z | [ recovery-image] Aug 18 19:45:48.985 INFO O| Aug 18 19:45:48.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
| 7062 | 2025-08-18T19:45:49.707Z | [ recovery-image] Aug 18 19:45:48.986 INFO O| Aug 18 19:45:48.986 INFO STEP 748 (remove_files) COMPLETE |
| 7063 | 2025-08-18T19:45:49.712Z | [ recovery-image] Aug 18 19:45:48.986 INFO O| Aug 18 19:45:48.986 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7064 | 2025-08-18T19:45:49.720Z | [ recovery-image] Aug 18 19:45:48.998 INFO O| Aug 18 19:45:48.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1" |
| 7065 | 2025-08-18T19:45:49.720Z | [ recovery-image] Aug 18 19:45:48.998 INFO O| Aug 18 19:45:48.998 INFO STEP 749 (remove_files) COMPLETE |
| 7066 | 2025-08-18T19:45:49.742Z | [ recovery-image] Aug 18 19:45:48.998 INFO O| Aug 18 19:45:48.998 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7067 | 2025-08-18T19:45:49.773Z | [ recovery-image] Aug 18 19:45:49.012 INFO O| Aug 18 19:45:49.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1" |
| 7068 | 2025-08-18T19:45:49.774Z | [ recovery-image] Aug 18 19:45:49.012 INFO O| Aug 18 19:45:49.012 INFO STEP 750 (remove_files) COMPLETE |
| 7069 | 2025-08-18T19:45:49.776Z | [ recovery-image] Aug 18 19:45:49.012 INFO O| Aug 18 19:45:49.012 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7070 | 2025-08-18T19:45:49.776Z | [ recovery-image] Aug 18 19:45:49.025 INFO O| Aug 18 19:45:49.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
| 7071 | 2025-08-18T19:45:49.776Z | [ recovery-image] Aug 18 19:45:49.025 INFO O| Aug 18 19:45:49.025 INFO STEP 751 (remove_files) COMPLETE |
| 7072 | 2025-08-18T19:45:49.776Z | [ recovery-image] Aug 18 19:45:49.025 INFO O| Aug 18 19:45:49.025 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7073 | 2025-08-18T19:45:49.776Z | [ recovery-image] Aug 18 19:45:49.038 INFO O| Aug 18 19:45:49.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
| 7074 | 2025-08-18T19:45:49.776Z | [ recovery-image] Aug 18 19:45:49.038 INFO O| Aug 18 19:45:49.038 INFO STEP 752 (remove_files) COMPLETE |
| 7075 | 2025-08-18T19:45:49.776Z | [ recovery-image] Aug 18 19:45:49.039 INFO O| Aug 18 19:45:49.038 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7076 | 2025-08-18T19:45:49.791Z | [ recovery-image] Aug 18 19:45:49.051 INFO O| Aug 18 19:45:49.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
| 7077 | 2025-08-18T19:45:49.791Z | [ recovery-image] Aug 18 19:45:49.051 INFO O| Aug 18 19:45:49.051 INFO STEP 753 (remove_files) COMPLETE |
| 7078 | 2025-08-18T19:45:49.791Z | [ recovery-image] Aug 18 19:45:49.052 INFO O| Aug 18 19:45:49.051 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7079 | 2025-08-18T19:45:49.791Z | [ recovery-image] Aug 18 19:45:49.065 INFO O| Aug 18 19:45:49.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
| 7080 | 2025-08-18T19:45:49.791Z | [ recovery-image] Aug 18 19:45:49.065 INFO O| Aug 18 19:45:49.065 INFO STEP 754 (remove_files) COMPLETE |
| 7081 | 2025-08-18T19:45:49.792Z | [ recovery-image] Aug 18 19:45:49.065 INFO O| Aug 18 19:45:49.065 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7082 | 2025-08-18T19:45:49.804Z | [ recovery-image] Aug 18 19:45:49.077 INFO O| Aug 18 19:45:49.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
| 7083 | 2025-08-18T19:45:49.804Z | [ recovery-image] Aug 18 19:45:49.077 INFO O| Aug 18 19:45:49.077 INFO STEP 755 (remove_files) COMPLETE |
| 7084 | 2025-08-18T19:45:49.804Z | [ recovery-image] Aug 18 19:45:49.077 INFO O| Aug 18 19:45:49.077 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7085 | 2025-08-18T19:45:49.813Z | [ recovery-image] Aug 18 19:45:49.090 INFO O| Aug 18 19:45:49.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
| 7086 | 2025-08-18T19:45:49.813Z | [ recovery-image] Aug 18 19:45:49.090 INFO O| Aug 18 19:45:49.090 INFO STEP 756 (remove_files) COMPLETE |
| 7087 | 2025-08-18T19:45:49.813Z | [ recovery-image] Aug 18 19:45:49.090 INFO O| Aug 18 19:45:49.090 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7088 | 2025-08-18T19:45:49.828Z | [ recovery-image] Aug 18 19:45:49.102 INFO O| Aug 18 19:45:49.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
| 7089 | 2025-08-18T19:45:49.829Z | [ recovery-image] Aug 18 19:45:49.102 INFO O| Aug 18 19:45:49.102 INFO STEP 757 (remove_files) COMPLETE |
| 7090 | 2025-08-18T19:45:49.830Z | [ recovery-image] Aug 18 19:45:49.103 INFO O| Aug 18 19:45:49.102 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7091 | 2025-08-18T19:45:49.854Z | [ recovery-image] Aug 18 19:45:49.115 INFO O| Aug 18 19:45:49.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
| 7092 | 2025-08-18T19:45:49.855Z | [ recovery-image] Aug 18 19:45:49.116 INFO O| Aug 18 19:45:49.116 INFO STEP 758 (remove_files) COMPLETE |
| 7093 | 2025-08-18T19:45:49.855Z | [ recovery-image] Aug 18 19:45:49.116 INFO O| Aug 18 19:45:49.116 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7094 | 2025-08-18T19:45:49.871Z | [ recovery-image] Aug 18 19:45:49.126 INFO O| Aug 18 19:45:49.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
| 7095 | 2025-08-18T19:45:49.872Z | [ recovery-image] Aug 18 19:45:49.126 INFO O| Aug 18 19:45:49.126 INFO STEP 759 (remove_files) COMPLETE |
| 7096 | 2025-08-18T19:45:49.872Z | [ recovery-image] Aug 18 19:45:49.126 INFO O| Aug 18 19:45:49.126 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7097 | 2025-08-18T19:45:49.873Z | [ recovery-image] Aug 18 19:45:49.139 INFO O| Aug 18 19:45:49.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
| 7098 | 2025-08-18T19:45:49.873Z | [ recovery-image] Aug 18 19:45:49.139 INFO O| Aug 18 19:45:49.139 INFO STEP 760 (remove_files) COMPLETE |
| 7099 | 2025-08-18T19:45:49.873Z | [ recovery-image] Aug 18 19:45:49.139 INFO O| Aug 18 19:45:49.139 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7100 | 2025-08-18T19:45:49.885Z | [ recovery-image] Aug 18 19:45:49.152 INFO O| Aug 18 19:45:49.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
| 7101 | 2025-08-18T19:45:49.885Z | [ recovery-image] Aug 18 19:45:49.152 INFO O| Aug 18 19:45:49.152 INFO STEP 761 (remove_files) COMPLETE |
| 7102 | 2025-08-18T19:45:49.885Z | [ recovery-image] Aug 18 19:45:49.152 INFO O| Aug 18 19:45:49.152 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7103 | 2025-08-18T19:45:49.898Z | [ recovery-image] Aug 18 19:45:49.164 INFO O| Aug 18 19:45:49.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount" |
| 7104 | 2025-08-18T19:45:49.898Z | [ recovery-image] Aug 18 19:45:49.165 INFO O| Aug 18 19:45:49.165 INFO STEP 762 (remove_files) COMPLETE |
| 7105 | 2025-08-18T19:45:49.898Z | [ recovery-image] Aug 18 19:45:49.165 INFO O| Aug 18 19:45:49.165 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7106 | 2025-08-18T19:45:49.906Z | [ recovery-image] Aug 18 19:45:49.179 INFO O| Aug 18 19:45:49.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp" |
| 7107 | 2025-08-18T19:45:49.906Z | [ recovery-image] Aug 18 19:45:49.179 INFO O| Aug 18 19:45:49.179 INFO STEP 763 (remove_files) COMPLETE |
| 7108 | 2025-08-18T19:45:49.906Z | [ recovery-image] Aug 18 19:45:49.179 INFO O| Aug 18 19:45:49.179 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7109 | 2025-08-18T19:45:49.920Z | [ recovery-image] Aug 18 19:45:49.191 INFO O| Aug 18 19:45:49.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
| 7110 | 2025-08-18T19:45:49.921Z | [ recovery-image] Aug 18 19:45:49.191 INFO O| Aug 18 19:45:49.191 INFO STEP 764 (remove_files) COMPLETE |
| 7111 | 2025-08-18T19:45:49.921Z | [ recovery-image] Aug 18 19:45:49.191 INFO O| Aug 18 19:45:49.191 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7112 | 2025-08-18T19:45:49.933Z | [ recovery-image] Aug 18 19:45:49.205 INFO O| Aug 18 19:45:49.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit" |
| 7113 | 2025-08-18T19:45:49.933Z | [ recovery-image] Aug 18 19:45:49.205 INFO O| Aug 18 19:45:49.205 INFO STEP 765 (remove_files) COMPLETE |
| 7114 | 2025-08-18T19:45:49.933Z | [ recovery-image] Aug 18 19:45:49.205 INFO O| Aug 18 19:45:49.205 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7115 | 2025-08-18T19:45:49.943Z | [ recovery-image] Aug 18 19:45:49.214 INFO O| Aug 18 19:45:49.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount" |
| 7116 | 2025-08-18T19:45:49.943Z | [ recovery-image] Aug 18 19:45:49.214 INFO O| Aug 18 19:45:49.214 INFO STEP 766 (remove_files) COMPLETE |
| 7117 | 2025-08-18T19:45:49.943Z | [ recovery-image] Aug 18 19:45:49.215 INFO O| Aug 18 19:45:49.214 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7118 | 2025-08-18T19:45:49.954Z | [ recovery-image] Aug 18 19:45:49.227 INFO O| Aug 18 19:45:49.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount" |
| 7119 | 2025-08-18T19:45:49.954Z | [ recovery-image] Aug 18 19:45:49.228 INFO O| Aug 18 19:45:49.227 INFO STEP 767 (remove_files) COMPLETE |
| 7120 | 2025-08-18T19:45:49.954Z | [ recovery-image] Aug 18 19:45:49.228 INFO O| Aug 18 19:45:49.227 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7121 | 2025-08-18T19:45:49.963Z | [ recovery-image] Aug 18 19:45:49.238 INFO O| Aug 18 19:45:49.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck" |
| 7122 | 2025-08-18T19:45:49.963Z | [ recovery-image] Aug 18 19:45:49.238 INFO O| Aug 18 19:45:49.238 INFO STEP 768 (remove_files) COMPLETE |
| 7123 | 2025-08-18T19:45:49.964Z | [ recovery-image] Aug 18 19:45:49.238 INFO O| Aug 18 19:45:49.238 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7124 | 2025-08-18T19:45:49.975Z | [ recovery-image] Aug 18 19:45:49.250 INFO O| Aug 18 19:45:49.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp" |
| 7125 | 2025-08-18T19:45:49.975Z | [ recovery-image] Aug 18 19:45:49.250 INFO O| Aug 18 19:45:49.250 INFO STEP 769 (remove_files) COMPLETE |
| 7126 | 2025-08-18T19:45:49.975Z | [ recovery-image] Aug 18 19:45:49.250 INFO O| Aug 18 19:45:49.250 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7127 | 2025-08-18T19:45:49.987Z | [ recovery-image] Aug 18 19:45:49.263 INFO O| Aug 18 19:45:49.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
| 7128 | 2025-08-18T19:45:49.987Z | [ recovery-image] Aug 18 19:45:49.263 INFO O| Aug 18 19:45:49.263 INFO STEP 770 (remove_files) COMPLETE |
| 7129 | 2025-08-18T19:45:49.987Z | [ recovery-image] Aug 18 19:45:49.263 INFO O| Aug 18 19:45:49.263 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7130 | 2025-08-18T19:45:49.999Z | [ recovery-image] Aug 18 19:45:49.274 INFO O| Aug 18 19:45:49.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs" |
| 7131 | 2025-08-18T19:45:49.999Z | [ recovery-image] Aug 18 19:45:49.274 INFO O| Aug 18 19:45:49.274 INFO STEP 771 (remove_files) COMPLETE |
| 7132 | 2025-08-18T19:45:50.026Z | [ recovery-image] Aug 18 19:45:49.274 INFO O| Aug 18 19:45:49.274 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7133 | 2025-08-18T19:45:50.026Z | [ recovery-image] Aug 18 19:45:49.287 INFO O| Aug 18 19:45:49.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount" |
| 7134 | 2025-08-18T19:45:50.026Z | [ recovery-image] Aug 18 19:45:49.287 INFO O| Aug 18 19:45:49.287 INFO STEP 772 (remove_files) COMPLETE |
| 7135 | 2025-08-18T19:45:50.026Z | [ recovery-image] Aug 18 19:45:49.287 INFO O| Aug 18 19:45:49.287 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7136 | 2025-08-18T19:45:50.040Z | [ recovery-image] Aug 18 19:45:49.296 INFO O| Aug 18 19:45:49.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount" |
| 7137 | 2025-08-18T19:45:50.043Z | [ recovery-image] Aug 18 19:45:49.296 INFO O| Aug 18 19:45:49.296 INFO STEP 773 (remove_files) COMPLETE |
| 7138 | 2025-08-18T19:45:50.044Z | [ recovery-image] Aug 18 19:45:49.296 INFO O| Aug 18 19:45:49.296 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7139 | 2025-08-18T19:45:50.044Z | [ recovery-image] Aug 18 19:45:49.304 INFO O| Aug 18 19:45:49.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
| 7140 | 2025-08-18T19:45:50.044Z | [ recovery-image] Aug 18 19:45:49.304 INFO O| Aug 18 19:45:49.304 INFO STEP 774 (remove_files) COMPLETE |
| 7141 | 2025-08-18T19:45:50.044Z | [ recovery-image] Aug 18 19:45:49.304 INFO O| Aug 18 19:45:49.304 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7142 | 2025-08-18T19:45:50.056Z | [ recovery-image] Aug 18 19:45:49.316 INFO O| Aug 18 19:45:49.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
| 7143 | 2025-08-18T19:45:50.057Z | [ recovery-image] Aug 18 19:45:49.316 INFO O| Aug 18 19:45:49.316 INFO STEP 775 (remove_files) COMPLETE |
| 7144 | 2025-08-18T19:45:50.057Z | [ recovery-image] Aug 18 19:45:49.316 INFO O| Aug 18 19:45:49.316 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7145 | 2025-08-18T19:45:50.058Z | [ recovery-image] Aug 18 19:45:49.328 INFO O| Aug 18 19:45:49.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
| 7146 | 2025-08-18T19:45:50.058Z | [ recovery-image] Aug 18 19:45:49.329 INFO O| Aug 18 19:45:49.329 INFO STEP 776 (remove_files) COMPLETE |
| 7147 | 2025-08-18T19:45:50.058Z | [ recovery-image] Aug 18 19:45:49.329 INFO O| Aug 18 19:45:49.329 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7148 | 2025-08-18T19:45:50.072Z | [ recovery-image] Aug 18 19:45:49.342 INFO O| Aug 18 19:45:49.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares" |
| 7149 | 2025-08-18T19:45:50.072Z | [ recovery-image] Aug 18 19:45:49.342 INFO O| Aug 18 19:45:49.342 INFO STEP 777 (remove_files) COMPLETE |
| 7150 | 2025-08-18T19:45:50.072Z | [ recovery-image] Aug 18 19:45:49.342 INFO O| Aug 18 19:45:49.342 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7151 | 2025-08-18T19:45:50.084Z | [ recovery-image] Aug 18 19:45:49.354 INFO O| Aug 18 19:45:49.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
| 7152 | 2025-08-18T19:45:50.085Z | [ recovery-image] Aug 18 19:45:49.354 INFO O| Aug 18 19:45:49.354 INFO STEP 778 (remove_files) COMPLETE |
| 7153 | 2025-08-18T19:45:50.085Z | [ recovery-image] Aug 18 19:45:49.354 INFO O| Aug 18 19:45:49.354 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7154 | 2025-08-18T19:45:50.097Z | [ recovery-image] Aug 18 19:45:49.367 INFO O| Aug 18 19:45:49.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount" |
| 7155 | 2025-08-18T19:45:50.098Z | [ recovery-image] Aug 18 19:45:49.367 INFO O| Aug 18 19:45:49.367 INFO STEP 779 (remove_files) COMPLETE |
| 7156 | 2025-08-18T19:45:50.099Z | [ recovery-image] Aug 18 19:45:49.367 INFO O| Aug 18 19:45:49.367 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7157 | 2025-08-18T19:45:50.117Z | [ recovery-image] Aug 18 19:45:49.380 INFO O| Aug 18 19:45:49.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share" |
| 7158 | 2025-08-18T19:45:50.117Z | [ recovery-image] Aug 18 19:45:49.380 INFO O| Aug 18 19:45:49.380 INFO STEP 780 (remove_files) COMPLETE |
| 7159 | 2025-08-18T19:45:50.118Z | [ recovery-image] Aug 18 19:45:49.380 INFO O| Aug 18 19:45:49.380 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7160 | 2025-08-18T19:45:50.127Z | [ recovery-image] Aug 18 19:45:49.392 INFO O| Aug 18 19:45:49.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount" |
| 7161 | 2025-08-18T19:45:50.127Z | [ recovery-image] Aug 18 19:45:49.393 INFO O| Aug 18 19:45:49.393 INFO STEP 781 (remove_files) COMPLETE |
| 7162 | 2025-08-18T19:45:50.127Z | [ recovery-image] Aug 18 19:45:49.393 INFO O| Aug 18 19:45:49.393 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7163 | 2025-08-18T19:45:50.127Z | [ recovery-image] Aug 18 19:45:49.405 INFO O| Aug 18 19:45:49.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare" |
| 7164 | 2025-08-18T19:45:50.127Z | [ recovery-image] Aug 18 19:45:49.405 INFO O| Aug 18 19:45:49.405 INFO STEP 782 (remove_files) COMPLETE |
| 7165 | 2025-08-18T19:45:50.136Z | [ recovery-image] Aug 18 19:45:49.405 INFO O| Aug 18 19:45:49.405 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7166 | 2025-08-18T19:45:50.150Z | [ recovery-image] Aug 18 19:45:49.417 INFO O| Aug 18 19:45:49.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri" |
| 7167 | 2025-08-18T19:45:50.151Z | [ recovery-image] Aug 18 19:45:49.417 INFO O| Aug 18 19:45:49.417 INFO STEP 783 (remove_files) COMPLETE |
| 7168 | 2025-08-18T19:45:50.151Z | [ recovery-image] Aug 18 19:45:49.417 INFO O| Aug 18 19:45:49.417 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7169 | 2025-08-18T19:45:50.156Z | [ recovery-image] Aug 18 19:45:49.429 INFO O| Aug 18 19:45:49.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy" |
| 7170 | 2025-08-18T19:45:50.156Z | [ recovery-image] Aug 18 19:45:49.429 INFO O| Aug 18 19:45:49.429 INFO STEP 784 (remove_files) COMPLETE |
| 7171 | 2025-08-18T19:45:50.156Z | [ recovery-image] Aug 18 19:45:49.429 INFO O| Aug 18 19:45:49.429 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7172 | 2025-08-18T19:45:50.161Z | [ recovery-image] Aug 18 19:45:49.442 INFO O| Aug 18 19:45:49.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df" |
| 7173 | 2025-08-18T19:45:50.161Z | [ recovery-image] Aug 18 19:45:49.442 INFO O| Aug 18 19:45:49.442 INFO STEP 785 (remove_files) COMPLETE |
| 7174 | 2025-08-18T19:45:50.165Z | [ recovery-image] Aug 18 19:45:49.442 INFO O| Aug 18 19:45:49.442 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7175 | 2025-08-18T19:45:50.176Z | [ recovery-image] Aug 18 19:45:49.454 INFO O| Aug 18 19:45:49.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota" |
| 7176 | 2025-08-18T19:45:50.181Z | [ recovery-image] Aug 18 19:45:49.454 INFO O| Aug 18 19:45:49.454 INFO STEP 786 (remove_files) COMPLETE |
| 7177 | 2025-08-18T19:45:50.181Z | [ recovery-image] Aug 18 19:45:49.454 INFO O| Aug 18 19:45:49.454 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7178 | 2025-08-18T19:45:50.185Z | [ recovery-image] Aug 18 19:45:49.463 INFO O| Aug 18 19:45:49.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff" |
| 7179 | 2025-08-18T19:45:50.185Z | [ recovery-image] Aug 18 19:45:49.463 INFO O| Aug 18 19:45:49.463 INFO STEP 787 (remove_files) COMPLETE |
| 7180 | 2025-08-18T19:45:50.185Z | [ recovery-image] Aug 18 19:45:49.463 INFO O| Aug 18 19:45:49.463 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7181 | 2025-08-18T19:45:50.193Z | [ recovery-image] Aug 18 19:45:49.472 INFO O| Aug 18 19:45:49.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck" |
| 7182 | 2025-08-18T19:45:50.202Z | [ recovery-image] Aug 18 19:45:49.472 INFO O| Aug 18 19:45:49.472 INFO STEP 788 (remove_files) COMPLETE |
| 7183 | 2025-08-18T19:45:50.202Z | [ recovery-image] Aug 18 19:45:49.472 INFO O| Aug 18 19:45:49.472 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7184 | 2025-08-18T19:45:50.208Z | [ recovery-image] Aug 18 19:45:49.483 INFO O| Aug 18 19:45:49.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall" |
| 7185 | 2025-08-18T19:45:50.208Z | [ recovery-image] Aug 18 19:45:49.483 INFO O| Aug 18 19:45:49.483 INFO STEP 789 (remove_files) COMPLETE |
| 7186 | 2025-08-18T19:45:50.208Z | [ recovery-image] Aug 18 19:45:49.484 INFO O| Aug 18 19:45:49.483 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7187 | 2025-08-18T19:45:50.215Z | [ recovery-image] Aug 18 19:45:49.496 INFO O| Aug 18 19:45:49.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb" |
| 7188 | 2025-08-18T19:45:50.215Z | [ recovery-image] Aug 18 19:45:49.496 INFO O| Aug 18 19:45:49.496 INFO STEP 790 (remove_files) COMPLETE |
| 7189 | 2025-08-18T19:45:50.223Z | [ recovery-image] Aug 18 19:45:49.496 INFO O| Aug 18 19:45:49.496 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7190 | 2025-08-18T19:45:50.228Z | [ recovery-image] Aug 18 19:45:49.506 INFO O| Aug 18 19:45:49.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand" |
| 7191 | 2025-08-18T19:45:50.228Z | [ recovery-image] Aug 18 19:45:49.506 INFO O| Aug 18 19:45:49.506 INFO STEP 791 (remove_files) COMPLETE |
| 7192 | 2025-08-18T19:45:50.228Z | [ recovery-image] Aug 18 19:45:49.506 INFO O| Aug 18 19:45:49.506 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7193 | 2025-08-18T19:45:50.239Z | [ recovery-image] Aug 18 19:45:49.519 INFO O| Aug 18 19:45:49.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap" |
| 7194 | 2025-08-18T19:45:50.248Z | [ recovery-image] Aug 18 19:45:49.519 INFO O| Aug 18 19:45:49.519 INFO STEP 792 (remove_files) COMPLETE |
| 7195 | 2025-08-18T19:45:50.248Z | [ recovery-image] Aug 18 19:45:49.519 INFO O| Aug 18 19:45:49.519 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7196 | 2025-08-18T19:45:50.256Z | [ recovery-image] Aug 18 19:45:49.530 INFO O| Aug 18 19:45:49.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp" |
| 7197 | 2025-08-18T19:45:50.256Z | [ recovery-image] Aug 18 19:45:49.531 INFO O| Aug 18 19:45:49.531 INFO STEP 793 (remove_files) COMPLETE |
| 7198 | 2025-08-18T19:45:50.256Z | [ recovery-image] Aug 18 19:45:49.531 INFO O| Aug 18 19:45:49.531 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7199 | 2025-08-18T19:45:50.264Z | [ recovery-image] Aug 18 19:45:49.541 INFO O| Aug 18 19:45:49.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
| 7200 | 2025-08-18T19:45:50.264Z | [ recovery-image] Aug 18 19:45:49.542 INFO O| Aug 18 19:45:49.542 INFO STEP 794 (remove_files) COMPLETE |
| 7201 | 2025-08-18T19:45:50.264Z | [ recovery-image] Aug 18 19:45:49.542 INFO O| Aug 18 19:45:49.542 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7202 | 2025-08-18T19:45:50.275Z | [ recovery-image] Aug 18 19:45:49.554 INFO O| Aug 18 19:45:49.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit" |
| 7203 | 2025-08-18T19:45:50.283Z | [ recovery-image] Aug 18 19:45:49.554 INFO O| Aug 18 19:45:49.554 INFO STEP 795 (remove_files) COMPLETE |
| 7204 | 2025-08-18T19:45:50.283Z | [ recovery-image] Aug 18 19:45:49.554 INFO O| Aug 18 19:45:49.554 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7205 | 2025-08-18T19:45:50.289Z | [ recovery-image] Aug 18 19:45:49.566 INFO O| Aug 18 19:45:49.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs" |
| 7206 | 2025-08-18T19:45:50.289Z | [ recovery-image] Aug 18 19:45:49.566 INFO O| Aug 18 19:45:49.566 INFO STEP 796 (remove_files) COMPLETE |
| 7207 | 2025-08-18T19:45:50.289Z | [ recovery-image] Aug 18 19:45:49.566 INFO O| Aug 18 19:45:49.566 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7208 | 2025-08-18T19:45:50.299Z | [ recovery-image] Aug 18 19:45:49.579 INFO O| Aug 18 19:45:49.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs" |
| 7209 | 2025-08-18T19:45:50.299Z | [ recovery-image] Aug 18 19:45:49.579 INFO O| Aug 18 19:45:49.579 INFO STEP 797 (remove_files) COMPLETE |
| 7210 | 2025-08-18T19:45:50.299Z | [ recovery-image] Aug 18 19:45:49.579 INFO O| Aug 18 19:45:49.579 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7211 | 2025-08-18T19:45:50.310Z | [ recovery-image] Aug 18 19:45:49.591 INFO O| Aug 18 19:45:49.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck" |
| 7212 | 2025-08-18T19:45:50.310Z | [ recovery-image] Aug 18 19:45:49.591 INFO O| Aug 18 19:45:49.591 INFO STEP 798 (remove_files) COMPLETE |
| 7213 | 2025-08-18T19:45:50.310Z | [ recovery-image] Aug 18 19:45:49.591 INFO O| Aug 18 19:45:49.591 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7214 | 2025-08-18T19:45:50.327Z | [ recovery-image] Aug 18 19:45:49.604 INFO O| Aug 18 19:45:49.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs" |
| 7215 | 2025-08-18T19:45:50.334Z | [ recovery-image] Aug 18 19:45:49.604 INFO O| Aug 18 19:45:49.604 INFO STEP 799 (remove_files) COMPLETE |
| 7216 | 2025-08-18T19:45:50.334Z | [ recovery-image] Aug 18 19:45:49.604 INFO O| Aug 18 19:45:49.604 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7217 | 2025-08-18T19:45:50.340Z | [ recovery-image] Aug 18 19:45:49.617 INFO O| Aug 18 19:45:49.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot" |
| 7218 | 2025-08-18T19:45:50.340Z | [ recovery-image] Aug 18 19:45:49.617 INFO O| Aug 18 19:45:49.617 INFO STEP 800 (remove_files) COMPLETE |
| 7219 | 2025-08-18T19:45:50.340Z | [ recovery-image] Aug 18 19:45:49.617 INFO O| Aug 18 19:45:49.617 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7220 | 2025-08-18T19:45:50.352Z | [ recovery-image] Aug 18 19:45:49.629 INFO O| Aug 18 19:45:49.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck" |
| 7221 | 2025-08-18T19:45:50.352Z | [ recovery-image] Aug 18 19:45:49.629 INFO O| Aug 18 19:45:49.629 INFO STEP 801 (remove_files) COMPLETE |
| 7222 | 2025-08-18T19:45:50.352Z | [ recovery-image] Aug 18 19:45:49.630 INFO O| Aug 18 19:45:49.629 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7223 | 2025-08-18T19:45:50.363Z | [ recovery-image] Aug 18 19:45:49.642 INFO O| Aug 18 19:45:49.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff" |
| 7224 | 2025-08-18T19:45:50.363Z | [ recovery-image] Aug 18 19:45:49.642 INFO O| Aug 18 19:45:49.642 INFO STEP 802 (remove_files) COMPLETE |
| 7225 | 2025-08-18T19:45:50.363Z | [ recovery-image] Aug 18 19:45:49.642 INFO O| Aug 18 19:45:49.642 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7226 | 2025-08-18T19:45:50.374Z | [ recovery-image] Aug 18 19:45:49.654 INFO O| Aug 18 19:45:49.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon" |
| 7227 | 2025-08-18T19:45:50.381Z | [ recovery-image] Aug 18 19:45:49.655 INFO O| Aug 18 19:45:49.655 INFO STEP 803 (remove_files) COMPLETE |
| 7228 | 2025-08-18T19:45:50.381Z | [ recovery-image] Aug 18 19:45:49.655 INFO O| Aug 18 19:45:49.655 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7229 | 2025-08-18T19:45:50.388Z | [ recovery-image] Aug 18 19:45:49.667 INFO O| Aug 18 19:45:49.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota" |
| 7230 | 2025-08-18T19:45:50.388Z | [ recovery-image] Aug 18 19:45:49.667 INFO O| Aug 18 19:45:49.667 INFO STEP 804 (remove_files) COMPLETE |
| 7231 | 2025-08-18T19:45:50.388Z | [ recovery-image] Aug 18 19:45:49.667 INFO O| Aug 18 19:45:49.667 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7232 | 2025-08-18T19:45:50.400Z | [ recovery-image] Aug 18 19:45:49.680 INFO O| Aug 18 19:45:49.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs" |
| 7233 | 2025-08-18T19:45:50.400Z | [ recovery-image] Aug 18 19:45:49.680 INFO O| Aug 18 19:45:49.680 INFO STEP 805 (remove_files) COMPLETE |
| 7234 | 2025-08-18T19:45:50.401Z | [ recovery-image] Aug 18 19:45:49.680 INFO O| Aug 18 19:45:49.680 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7235 | 2025-08-18T19:45:50.416Z | [ recovery-image] Aug 18 19:45:49.692 INFO O| Aug 18 19:45:49.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump" |
| 7236 | 2025-08-18T19:45:50.416Z | [ recovery-image] Aug 18 19:45:49.692 INFO O| Aug 18 19:45:49.692 INFO STEP 806 (remove_files) COMPLETE |
| 7237 | 2025-08-18T19:45:50.416Z | [ recovery-image] Aug 18 19:45:49.692 INFO O| Aug 18 19:45:49.692 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7238 | 2025-08-18T19:45:50.430Z | [ recovery-image] Aug 18 19:45:49.704 INFO O| Aug 18 19:45:49.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore" |
| 7239 | 2025-08-18T19:45:50.430Z | [ recovery-image] Aug 18 19:45:49.704 INFO O| Aug 18 19:45:49.704 INFO STEP 807 (remove_files) COMPLETE |
| 7240 | 2025-08-18T19:45:50.430Z | [ recovery-image] Aug 18 19:45:49.704 INFO O| Aug 18 19:45:49.704 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7241 | 2025-08-18T19:45:50.445Z | [ recovery-image] Aug 18 19:45:49.716 INFO O| Aug 18 19:45:49.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy" |
| 7242 | 2025-08-18T19:45:50.445Z | [ recovery-image] Aug 18 19:45:49.716 INFO O| Aug 18 19:45:49.716 INFO STEP 808 (remove_files) COMPLETE |
| 7243 | 2025-08-18T19:45:50.445Z | [ recovery-image] Aug 18 19:45:49.716 INFO O| Aug 18 19:45:49.716 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7244 | 2025-08-18T19:45:50.455Z | [ recovery-image] Aug 18 19:45:49.729 INFO O| Aug 18 19:45:49.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1" |
| 7245 | 2025-08-18T19:45:50.455Z | [ recovery-image] Aug 18 19:45:49.729 INFO O| Aug 18 19:45:49.729 INFO STEP 809 (remove_files) COMPLETE |
| 7246 | 2025-08-18T19:45:50.455Z | [ recovery-image] Aug 18 19:45:49.729 INFO O| Aug 18 19:45:49.729 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7247 | 2025-08-18T19:45:50.460Z | [ recovery-image] Aug 18 19:45:49.740 INFO O| Aug 18 19:45:49.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1" |
| 7248 | 2025-08-18T19:45:50.461Z | [ recovery-image] Aug 18 19:45:49.741 INFO O| Aug 18 19:45:49.741 INFO STEP 810 (remove_files) COMPLETE |
| 7249 | 2025-08-18T19:45:50.461Z | [ recovery-image] Aug 18 19:45:49.741 INFO O| Aug 18 19:45:49.741 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7250 | 2025-08-18T19:45:50.474Z | [ recovery-image] Aug 18 19:45:49.752 INFO O| Aug 18 19:45:49.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean" |
| 7251 | 2025-08-18T19:45:50.474Z | [ recovery-image] Aug 18 19:45:49.753 INFO O| Aug 18 19:45:49.753 INFO STEP 811 (remove_files) COMPLETE |
| 7252 | 2025-08-18T19:45:50.474Z | [ recovery-image] Aug 18 19:45:49.753 INFO O| Aug 18 19:45:49.753 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7253 | 2025-08-18T19:45:50.488Z | [ recovery-image] Aug 18 19:45:49.765 INFO O| Aug 18 19:45:49.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd" |
| 7254 | 2025-08-18T19:45:50.488Z | [ recovery-image] Aug 18 19:45:49.765 INFO O| Aug 18 19:45:49.765 INFO STEP 812 (remove_files) COMPLETE |
| 7255 | 2025-08-18T19:45:50.498Z | [ recovery-image] Aug 18 19:45:49.766 INFO O| Aug 18 19:45:49.765 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7256 | 2025-08-18T19:45:50.508Z | [ recovery-image] Aug 18 19:45:49.778 INFO O| Aug 18 19:45:49.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1" |
| 7257 | 2025-08-18T19:45:50.508Z | [ recovery-image] Aug 18 19:45:49.779 INFO O| Aug 18 19:45:49.779 INFO STEP 813 (remove_files) COMPLETE |
| 7258 | 2025-08-18T19:45:50.508Z | [ recovery-image] Aug 18 19:45:49.779 INFO O| Aug 18 19:45:49.779 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7259 | 2025-08-18T19:45:50.516Z | [ recovery-image] Aug 18 19:45:49.792 INFO O| Aug 18 19:45:49.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1" |
| 7260 | 2025-08-18T19:45:50.517Z | [ recovery-image] Aug 18 19:45:49.792 INFO O| Aug 18 19:45:49.792 INFO STEP 814 (remove_files) COMPLETE |
| 7261 | 2025-08-18T19:45:50.517Z | [ recovery-image] Aug 18 19:45:49.792 INFO O| Aug 18 19:45:49.792 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7262 | 2025-08-18T19:45:50.538Z | [ recovery-image] Aug 18 19:45:49.804 INFO O| Aug 18 19:45:49.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1" |
| 7263 | 2025-08-18T19:45:50.538Z | [ recovery-image] Aug 18 19:45:49.804 INFO O| Aug 18 19:45:49.804 INFO STEP 815 (remove_files) COMPLETE |
| 7264 | 2025-08-18T19:45:50.538Z | [ recovery-image] Aug 18 19:45:49.805 INFO O| Aug 18 19:45:49.804 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7265 | 2025-08-18T19:45:50.549Z | [ recovery-image] Aug 18 19:45:49.818 INFO O| Aug 18 19:45:49.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked" |
| 7266 | 2025-08-18T19:45:50.549Z | [ recovery-image] Aug 18 19:45:49.818 INFO O| Aug 18 19:45:49.818 INFO STEP 816 (remove_files) COMPLETE |
| 7267 | 2025-08-18T19:45:50.549Z | [ recovery-image] Aug 18 19:45:49.818 INFO O| Aug 18 19:45:49.818 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7268 | 2025-08-18T19:45:50.557Z | [ recovery-image] Aug 18 19:45:49.831 INFO O| Aug 18 19:45:49.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb" |
| 7269 | 2025-08-18T19:45:50.557Z | [ recovery-image] Aug 18 19:45:49.831 INFO O| Aug 18 19:45:49.831 INFO STEP 817 (remove_files) COMPLETE |
| 7270 | 2025-08-18T19:45:50.557Z | [ recovery-image] Aug 18 19:45:49.831 INFO O| Aug 18 19:45:49.831 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7271 | 2025-08-18T19:45:50.563Z | [ recovery-image] Aug 18 19:45:49.843 INFO O| Aug 18 19:45:49.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal" |
| 7272 | 2025-08-18T19:45:50.564Z | [ recovery-image] Aug 18 19:45:49.844 INFO O| Aug 18 19:45:49.844 INFO STEP 818 (remove_files) COMPLETE |
| 7273 | 2025-08-18T19:45:50.569Z | [ recovery-image] Aug 18 19:45:49.844 INFO O| Aug 18 19:45:49.844 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7274 | 2025-08-18T19:45:50.576Z | [ recovery-image] Aug 18 19:45:49.853 INFO O| Aug 18 19:45:49.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb" |
| 7275 | 2025-08-18T19:45:50.576Z | [ recovery-image] Aug 18 19:45:49.853 INFO O| Aug 18 19:45:49.853 INFO STEP 819 (remove_files) COMPLETE |
| 7276 | 2025-08-18T19:45:50.576Z | [ recovery-image] Aug 18 19:45:49.853 INFO O| Aug 18 19:45:49.853 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7277 | 2025-08-18T19:45:50.584Z | [ recovery-image] Aug 18 19:45:49.865 INFO O| Aug 18 19:45:49.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked" |
| 7278 | 2025-08-18T19:45:50.584Z | [ recovery-image] Aug 18 19:45:49.865 INFO O| Aug 18 19:45:49.865 INFO STEP 820 (remove_files) COMPLETE |
| 7279 | 2025-08-18T19:45:50.590Z | [ recovery-image] Aug 18 19:45:49.865 INFO O| Aug 18 19:45:49.865 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7280 | 2025-08-18T19:45:50.599Z | [ recovery-image] Aug 18 19:45:49.877 INFO O| Aug 18 19:45:49.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd" |
| 7281 | 2025-08-18T19:45:50.604Z | [ recovery-image] Aug 18 19:45:49.877 INFO O| Aug 18 19:45:49.877 INFO STEP 821 (remove_files) COMPLETE |
| 7282 | 2025-08-18T19:45:50.604Z | [ recovery-image] Aug 18 19:45:49.877 INFO O| Aug 18 19:45:49.877 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7283 | 2025-08-18T19:45:50.611Z | [ recovery-image] Aug 18 19:45:49.885 INFO O| Aug 18 19:45:49.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd" |
| 7284 | 2025-08-18T19:45:50.611Z | [ recovery-image] Aug 18 19:45:49.886 INFO O| Aug 18 19:45:49.886 INFO STEP 822 (remove_files) COMPLETE |
| 7285 | 2025-08-18T19:45:50.611Z | [ recovery-image] Aug 18 19:45:49.886 INFO O| Aug 18 19:45:49.886 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7286 | 2025-08-18T19:45:50.619Z | [ recovery-image] Aug 18 19:45:49.897 INFO O| Aug 18 19:45:49.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
| 7287 | 2025-08-18T19:45:50.619Z | [ recovery-image] Aug 18 19:45:49.897 INFO O| Aug 18 19:45:49.897 INFO STEP 823 (remove_files) COMPLETE |
| 7288 | 2025-08-18T19:45:50.619Z | [ recovery-image] Aug 18 19:45:49.897 INFO O| Aug 18 19:45:49.897 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7289 | 2025-08-18T19:45:50.629Z | [ recovery-image] Aug 18 19:45:49.910 INFO O| Aug 18 19:45:49.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd" |
| 7290 | 2025-08-18T19:45:50.635Z | [ recovery-image] Aug 18 19:45:49.910 INFO O| Aug 18 19:45:49.910 INFO STEP 824 (remove_files) COMPLETE |
| 7291 | 2025-08-18T19:45:50.635Z | [ recovery-image] Aug 18 19:45:49.910 INFO O| Aug 18 19:45:49.910 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7292 | 2025-08-18T19:45:50.642Z | [ recovery-image] Aug 18 19:45:49.919 INFO O| Aug 18 19:45:49.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
| 7293 | 2025-08-18T19:45:50.642Z | [ recovery-image] Aug 18 19:45:49.919 INFO O| Aug 18 19:45:49.919 INFO STEP 825 (remove_files) COMPLETE |
| 7294 | 2025-08-18T19:45:50.642Z | [ recovery-image] Aug 18 19:45:49.919 INFO O| Aug 18 19:45:49.919 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7295 | 2025-08-18T19:45:50.651Z | [ recovery-image] Aug 18 19:45:49.931 INFO O| Aug 18 19:45:49.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1" |
| 7296 | 2025-08-18T19:45:50.651Z | [ recovery-image] Aug 18 19:45:49.931 INFO O| Aug 18 19:45:49.931 INFO STEP 826 (remove_files) COMPLETE |
| 7297 | 2025-08-18T19:45:50.651Z | [ recovery-image] Aug 18 19:45:49.931 INFO O| Aug 18 19:45:49.931 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7298 | 2025-08-18T19:45:50.666Z | [ recovery-image] Aug 18 19:45:49.943 INFO O| Aug 18 19:45:49.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
| 7299 | 2025-08-18T19:45:50.684Z | [ recovery-image] Aug 18 19:45:49.943 INFO O| Aug 18 19:45:49.943 INFO STEP 827 (remove_files) COMPLETE |
| 7300 | 2025-08-18T19:45:50.684Z | [ recovery-image] Aug 18 19:45:49.943 INFO O| Aug 18 19:45:49.943 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7301 | 2025-08-18T19:45:50.691Z | [ recovery-image] Aug 18 19:45:49.955 INFO O| Aug 18 19:45:49.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G" |
| 7302 | 2025-08-18T19:45:50.691Z | [ recovery-image] Aug 18 19:45:49.955 INFO O| Aug 18 19:45:49.955 INFO STEP 828 (remove_files) COMPLETE |
| 7303 | 2025-08-18T19:45:50.691Z | [ recovery-image] Aug 18 19:45:49.955 INFO O| Aug 18 19:45:49.955 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7304 | 2025-08-18T19:45:50.692Z | [ recovery-image] Aug 18 19:45:49.964 INFO O| Aug 18 19:45:49.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G" |
| 7305 | 2025-08-18T19:45:50.692Z | [ recovery-image] Aug 18 19:45:49.964 INFO O| Aug 18 19:45:49.964 INFO STEP 829 (remove_files) COMPLETE |
| 7306 | 2025-08-18T19:45:50.692Z | [ recovery-image] Aug 18 19:45:49.964 INFO O| Aug 18 19:45:49.964 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7307 | 2025-08-18T19:45:50.696Z | [ recovery-image] Aug 18 19:45:49.976 INFO O| Aug 18 19:45:49.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign" |
| 7308 | 2025-08-18T19:45:50.697Z | [ recovery-image] Aug 18 19:45:49.977 INFO O| Aug 18 19:45:49.976 INFO STEP 830 (remove_files) COMPLETE |
| 7309 | 2025-08-18T19:45:50.697Z | [ recovery-image] Aug 18 19:45:49.977 INFO O| Aug 18 19:45:49.977 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7310 | 2025-08-18T19:45:50.716Z | [ recovery-image] Aug 18 19:45:49.989 INFO O| Aug 18 19:45:49.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default" |
| 7311 | 2025-08-18T19:45:50.716Z | [ recovery-image] Aug 18 19:45:49.989 INFO O| Aug 18 19:45:49.989 INFO STEP 831 (remove_files) COMPLETE |
| 7312 | 2025-08-18T19:45:50.716Z | [ recovery-image] Aug 18 19:45:49.989 INFO O| Aug 18 19:45:49.989 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7313 | 2025-08-18T19:45:50.722Z | [ recovery-image] Aug 18 19:45:50.002 INFO O| Aug 18 19:45:50.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata" |
| 7314 | 2025-08-18T19:45:50.722Z | [ recovery-image] Aug 18 19:45:50.002 INFO O| Aug 18 19:45:50.002 INFO STEP 832 (remove_files) COMPLETE |
| 7315 | 2025-08-18T19:45:50.723Z | [ recovery-image] Aug 18 19:45:50.002 INFO O| Aug 18 19:45:50.002 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7316 | 2025-08-18T19:45:50.733Z | [ recovery-image] Aug 18 19:45:50.016 INFO O| Aug 18 19:45:50.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter" |
| 7317 | 2025-08-18T19:45:50.733Z | [ recovery-image] Aug 18 19:45:50.016 INFO O| Aug 18 19:45:50.016 INFO STEP 833 (remove_files) COMPLETE |
| 7318 | 2025-08-18T19:45:50.738Z | [ recovery-image] Aug 18 19:45:50.016 INFO O| Aug 18 19:45:50.016 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7319 | 2025-08-18T19:45:50.746Z | [ recovery-image] Aug 18 19:45:50.027 INFO O| Aug 18 19:45:50.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss" |
| 7320 | 2025-08-18T19:45:50.751Z | [ recovery-image] Aug 18 19:45:50.027 INFO O| Aug 18 19:45:50.027 INFO STEP 834 (remove_files) COMPLETE |
| 7321 | 2025-08-18T19:45:50.751Z | [ recovery-image] Aug 18 19:45:50.028 INFO O| Aug 18 19:45:50.027 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7322 | 2025-08-18T19:45:50.757Z | [ recovery-image] Aug 18 19:45:50.039 INFO O| Aug 18 19:45:50.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata" |
| 7323 | 2025-08-18T19:45:50.762Z | [ recovery-image] Aug 18 19:45:50.040 INFO O| Aug 18 19:45:50.040 INFO STEP 835 (remove_files) COMPLETE |
| 7324 | 2025-08-18T19:45:50.762Z | [ recovery-image] Aug 18 19:45:50.040 INFO O| Aug 18 19:45:50.040 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7325 | 2025-08-18T19:45:50.770Z | [ recovery-image] Aug 18 19:45:50.048 INFO O| Aug 18 19:45:50.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk" |
| 7326 | 2025-08-18T19:45:50.770Z | [ recovery-image] Aug 18 19:45:50.048 INFO O| Aug 18 19:45:50.048 INFO STEP 836 (remove_files) COMPLETE |
| 7327 | 2025-08-18T19:45:50.770Z | [ recovery-image] Aug 18 19:45:50.048 INFO O| Aug 18 19:45:50.048 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7328 | 2025-08-18T19:45:50.778Z | [ recovery-image] Aug 18 19:45:50.061 INFO O| Aug 18 19:45:50.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign" |
| 7329 | 2025-08-18T19:45:50.796Z | [ recovery-image] Aug 18 19:45:50.061 INFO O| Aug 18 19:45:50.061 INFO STEP 837 (remove_files) COMPLETE |
| 7330 | 2025-08-18T19:45:50.796Z | [ recovery-image] Aug 18 19:45:50.061 INFO O| Aug 18 19:45:50.061 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7331 | 2025-08-18T19:45:50.796Z | [ recovery-image] Aug 18 19:45:50.074 INFO O| Aug 18 19:45:50.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
| 7332 | 2025-08-18T19:45:50.796Z | [ recovery-image] Aug 18 19:45:50.074 INFO O| Aug 18 19:45:50.074 INFO STEP 838 (remove_files) COMPLETE |
| 7333 | 2025-08-18T19:45:50.796Z | [ recovery-image] Aug 18 19:45:50.074 INFO O| Aug 18 19:45:50.074 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7334 | 2025-08-18T19:45:50.805Z | [ recovery-image] Aug 18 19:45:50.087 INFO O| Aug 18 19:45:50.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
| 7335 | 2025-08-18T19:45:50.805Z | [ recovery-image] Aug 18 19:45:50.087 INFO O| Aug 18 19:45:50.087 INFO STEP 839 (remove_files) COMPLETE |
| 7336 | 2025-08-18T19:45:50.808Z | [ recovery-image] Aug 18 19:45:50.087 INFO O| Aug 18 19:45:50.087 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7337 | 2025-08-18T19:45:50.817Z | [ recovery-image] Aug 18 19:45:50.100 INFO O| Aug 18 19:45:50.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
| 7338 | 2025-08-18T19:45:50.817Z | [ recovery-image] Aug 18 19:45:50.100 INFO O| Aug 18 19:45:50.100 INFO STEP 840 (remove_files) COMPLETE |
| 7339 | 2025-08-18T19:45:50.817Z | [ recovery-image] Aug 18 19:45:50.100 INFO O| Aug 18 19:45:50.100 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7340 | 2025-08-18T19:45:50.830Z | [ recovery-image] Aug 18 19:45:50.113 INFO O| Aug 18 19:45:50.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
| 7341 | 2025-08-18T19:45:50.830Z | [ recovery-image] Aug 18 19:45:50.113 INFO O| Aug 18 19:45:50.113 INFO STEP 841 (remove_files) COMPLETE |
| 7342 | 2025-08-18T19:45:50.830Z | [ recovery-image] Aug 18 19:45:50.113 INFO O| Aug 18 19:45:50.113 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7343 | 2025-08-18T19:45:50.843Z | [ recovery-image] Aug 18 19:45:50.125 INFO O| Aug 18 19:45:50.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
| 7344 | 2025-08-18T19:45:50.843Z | [ recovery-image] Aug 18 19:45:50.126 INFO O| Aug 18 19:45:50.126 INFO STEP 842 (remove_files) COMPLETE |
| 7345 | 2025-08-18T19:45:50.846Z | [ recovery-image] Aug 18 19:45:50.126 INFO O| Aug 18 19:45:50.126 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7346 | 2025-08-18T19:45:50.855Z | [ recovery-image] Aug 18 19:45:50.137 INFO O| Aug 18 19:45:50.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1" |
| 7347 | 2025-08-18T19:45:50.855Z | [ recovery-image] Aug 18 19:45:50.138 INFO O| Aug 18 19:45:50.138 INFO STEP 843 (remove_files) COMPLETE |
| 7348 | 2025-08-18T19:45:50.858Z | [ recovery-image] Aug 18 19:45:50.138 INFO O| Aug 18 19:45:50.138 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7349 | 2025-08-18T19:45:50.867Z | [ recovery-image] Aug 18 19:45:50.150 INFO O| Aug 18 19:45:50.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1" |
| 7350 | 2025-08-18T19:45:50.867Z | [ recovery-image] Aug 18 19:45:50.150 INFO O| Aug 18 19:45:50.150 INFO STEP 844 (remove_files) COMPLETE |
| 7351 | 2025-08-18T19:45:50.871Z | [ recovery-image] Aug 18 19:45:50.150 INFO O| Aug 18 19:45:50.150 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7352 | 2025-08-18T19:45:50.879Z | [ recovery-image] Aug 18 19:45:50.162 INFO O| Aug 18 19:45:50.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1" |
| 7353 | 2025-08-18T19:45:50.883Z | [ recovery-image] Aug 18 19:45:50.162 INFO O| Aug 18 19:45:50.162 INFO STEP 845 (remove_files) COMPLETE |
| 7354 | 2025-08-18T19:45:50.883Z | [ recovery-image] Aug 18 19:45:50.162 INFO O| Aug 18 19:45:50.162 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7355 | 2025-08-18T19:45:50.893Z | [ recovery-image] Aug 18 19:45:50.176 INFO O| Aug 18 19:45:50.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb" |
| 7356 | 2025-08-18T19:45:50.893Z | [ recovery-image] Aug 18 19:45:50.176 INFO O| Aug 18 19:45:50.176 INFO STEP 846 (remove_files) COMPLETE |
| 7357 | 2025-08-18T19:45:50.896Z | [ recovery-image] Aug 18 19:45:50.176 INFO O| Aug 18 19:45:50.176 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7358 | 2025-08-18T19:45:50.905Z | [ recovery-image] Aug 18 19:45:50.188 INFO O| Aug 18 19:45:50.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so" |
| 7359 | 2025-08-18T19:45:50.909Z | [ recovery-image] Aug 18 19:45:50.188 INFO O| Aug 18 19:45:50.188 INFO STEP 847 (remove_files) COMPLETE |
| 7360 | 2025-08-18T19:45:50.909Z | [ recovery-image] Aug 18 19:45:50.188 INFO O| Aug 18 19:45:50.188 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7361 | 2025-08-18T19:45:50.919Z | [ recovery-image] Aug 18 19:45:50.201 INFO O| Aug 18 19:45:50.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb" |
| 7362 | 2025-08-18T19:45:50.919Z | [ recovery-image] Aug 18 19:45:50.201 INFO O| Aug 18 19:45:50.201 INFO STEP 848 (remove_files) COMPLETE |
| 7363 | 2025-08-18T19:45:50.922Z | [ recovery-image] Aug 18 19:45:50.201 INFO O| Aug 18 19:45:50.201 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7364 | 2025-08-18T19:45:50.931Z | [ recovery-image] Aug 18 19:45:50.213 INFO O| Aug 18 19:45:50.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
| 7365 | 2025-08-18T19:45:50.933Z | [ recovery-image] Aug 18 19:45:50.213 INFO O| Aug 18 19:45:50.213 INFO STEP 849 (remove_files) COMPLETE |
| 7366 | 2025-08-18T19:45:50.933Z | [ recovery-image] Aug 18 19:45:50.213 INFO O| Aug 18 19:45:50.213 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7367 | 2025-08-18T19:45:50.941Z | [ recovery-image] Aug 18 19:45:50.223 INFO O| Aug 18 19:45:50.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1" |
| 7368 | 2025-08-18T19:45:50.941Z | [ recovery-image] Aug 18 19:45:50.223 INFO O| Aug 18 19:45:50.223 INFO STEP 850 (remove_files) COMPLETE |
| 7369 | 2025-08-18T19:45:50.944Z | [ recovery-image] Aug 18 19:45:50.223 INFO O| Aug 18 19:45:50.223 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7370 | 2025-08-18T19:45:50.949Z | [ recovery-image] Aug 18 19:45:50.232 INFO O| Aug 18 19:45:50.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
| 7371 | 2025-08-18T19:45:50.953Z | [ recovery-image] Aug 18 19:45:50.232 INFO O| Aug 18 19:45:50.232 INFO STEP 851 (remove_files) COMPLETE |
| 7372 | 2025-08-18T19:45:50.953Z | [ recovery-image] Aug 18 19:45:50.232 INFO O| Aug 18 19:45:50.232 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7373 | 2025-08-18T19:45:50.958Z | [ recovery-image] Aug 18 19:45:50.241 INFO O| Aug 18 19:45:50.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed" |
| 7374 | 2025-08-18T19:45:50.961Z | [ recovery-image] Aug 18 19:45:50.242 INFO O| Aug 18 19:45:50.242 INFO STEP 852 (remove_files) COMPLETE |
| 7375 | 2025-08-18T19:45:50.961Z | [ recovery-image] Aug 18 19:45:50.242 INFO O| Aug 18 19:45:50.242 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7376 | 2025-08-18T19:45:50.968Z | [ recovery-image] Aug 18 19:45:50.251 INFO O| Aug 18 19:45:50.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen" |
| 7377 | 2025-08-18T19:45:50.968Z | [ recovery-image] Aug 18 19:45:50.251 INFO O| Aug 18 19:45:50.251 INFO STEP 853 (remove_files) COMPLETE |
| 7378 | 2025-08-18T19:45:50.971Z | [ recovery-image] Aug 18 19:45:50.251 INFO O| Aug 18 19:45:50.251 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7379 | 2025-08-18T19:45:50.981Z | [ recovery-image] Aug 18 19:45:50.264 INFO O| Aug 18 19:45:50.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server" |
| 7380 | 2025-08-18T19:45:50.985Z | [ recovery-image] Aug 18 19:45:50.264 INFO O| Aug 18 19:45:50.264 INFO STEP 854 (remove_files) COMPLETE |
| 7381 | 2025-08-18T19:45:50.985Z | [ recovery-image] Aug 18 19:45:50.264 INFO O| Aug 18 19:45:50.264 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7382 | 2025-08-18T19:45:50.994Z | [ recovery-image] Aug 18 19:45:50.276 INFO O| Aug 18 19:45:50.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
| 7383 | 2025-08-18T19:45:50.997Z | [ recovery-image] Aug 18 19:45:50.276 INFO O| Aug 18 19:45:50.276 INFO STEP 855 (remove_files) COMPLETE |
| 7384 | 2025-08-18T19:45:50.997Z | [ recovery-image] Aug 18 19:45:50.276 INFO O| Aug 18 19:45:50.276 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7385 | 2025-08-18T19:45:51.003Z | [ recovery-image] Aug 18 19:45:50.285 INFO O| Aug 18 19:45:50.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
| 7386 | 2025-08-18T19:45:51.006Z | [ recovery-image] Aug 18 19:45:50.285 INFO O| Aug 18 19:45:50.285 INFO STEP 856 (remove_files) COMPLETE |
| 7387 | 2025-08-18T19:45:51.006Z | [ recovery-image] Aug 18 19:45:50.285 INFO O| Aug 18 19:45:50.285 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7388 | 2025-08-18T19:45:51.011Z | [ recovery-image] Aug 18 19:45:50.294 INFO O| Aug 18 19:45:50.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
| 7389 | 2025-08-18T19:45:51.011Z | [ recovery-image] Aug 18 19:45:50.294 INFO O| Aug 18 19:45:50.294 INFO STEP 857 (remove_files) COMPLETE |
| 7390 | 2025-08-18T19:45:51.015Z | [ recovery-image] Aug 18 19:45:50.294 INFO O| Aug 18 19:45:50.294 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7391 | 2025-08-18T19:45:51.021Z | [ recovery-image] Aug 18 19:45:50.304 INFO O| Aug 18 19:45:50.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1" |
| 7392 | 2025-08-18T19:45:51.056Z | [ recovery-image] Aug 18 19:45:50.304 INFO O| Aug 18 19:45:50.304 INFO STEP 858 (remove_files) COMPLETE |
| 7393 | 2025-08-18T19:45:51.057Z | [ recovery-image] Aug 18 19:45:50.304 INFO O| Aug 18 19:45:50.304 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7394 | 2025-08-18T19:45:51.063Z | [ recovery-image] Aug 18 19:45:50.317 INFO O| Aug 18 19:45:50.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
| 7395 | 2025-08-18T19:45:51.063Z | [ recovery-image] Aug 18 19:45:50.317 INFO O| Aug 18 19:45:50.317 INFO STEP 859 (remove_files) COMPLETE |
| 7396 | 2025-08-18T19:45:51.063Z | [ recovery-image] Aug 18 19:45:50.317 INFO O| Aug 18 19:45:50.317 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7397 | 2025-08-18T19:45:51.063Z | [ recovery-image] Aug 18 19:45:50.327 INFO O| Aug 18 19:45:50.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1" |
| 7398 | 2025-08-18T19:45:51.063Z | [ recovery-image] Aug 18 19:45:50.327 INFO O| Aug 18 19:45:50.327 INFO STEP 860 (remove_files) COMPLETE |
| 7399 | 2025-08-18T19:45:51.063Z | [ recovery-image] Aug 18 19:45:50.327 INFO O| Aug 18 19:45:50.327 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7400 | 2025-08-18T19:45:51.063Z | [ recovery-image] Aug 18 19:45:50.338 INFO O| Aug 18 19:45:50.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1" |
| 7401 | 2025-08-18T19:45:51.064Z | [ recovery-image] Aug 18 19:45:50.338 INFO O| Aug 18 19:45:50.338 INFO STEP 861 (remove_files) COMPLETE |
| 7402 | 2025-08-18T19:45:51.064Z | [ recovery-image] Aug 18 19:45:50.338 INFO O| Aug 18 19:45:50.338 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7403 | 2025-08-18T19:45:51.069Z | [ recovery-image] Aug 18 19:45:50.352 INFO O| Aug 18 19:45:50.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1" |
| 7404 | 2025-08-18T19:45:51.074Z | [ recovery-image] Aug 18 19:45:50.353 INFO O| Aug 18 19:45:50.352 INFO STEP 862 (remove_files) COMPLETE |
| 7405 | 2025-08-18T19:45:51.074Z | [ recovery-image] Aug 18 19:45:50.353 INFO O| Aug 18 19:45:50.352 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7406 | 2025-08-18T19:45:51.083Z | [ recovery-image] Aug 18 19:45:50.365 INFO O| Aug 18 19:45:50.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1" |
| 7407 | 2025-08-18T19:45:51.086Z | [ recovery-image] Aug 18 19:45:50.365 INFO O| Aug 18 19:45:50.365 INFO STEP 863 (remove_files) COMPLETE |
| 7408 | 2025-08-18T19:45:51.086Z | [ recovery-image] Aug 18 19:45:50.365 INFO O| Aug 18 19:45:50.365 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7409 | 2025-08-18T19:45:51.091Z | [ recovery-image] Aug 18 19:45:50.374 INFO O| Aug 18 19:45:50.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1" |
| 7410 | 2025-08-18T19:45:51.091Z | [ recovery-image] Aug 18 19:45:50.374 INFO O| Aug 18 19:45:50.374 INFO STEP 864 (remove_files) COMPLETE |
| 7411 | 2025-08-18T19:45:51.095Z | [ recovery-image] Aug 18 19:45:50.374 INFO O| Aug 18 19:45:50.374 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7412 | 2025-08-18T19:45:51.101Z | [ recovery-image] Aug 18 19:45:50.384 INFO O| Aug 18 19:45:50.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
| 7413 | 2025-08-18T19:45:51.106Z | [ recovery-image] Aug 18 19:45:50.384 INFO O| Aug 18 19:45:50.384 INFO STEP 865 (remove_files) COMPLETE |
| 7414 | 2025-08-18T19:45:51.106Z | [ recovery-image] Aug 18 19:45:50.384 INFO O| Aug 18 19:45:50.384 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7415 | 2025-08-18T19:45:51.119Z | [ recovery-image] Aug 18 19:45:50.396 INFO O| Aug 18 19:45:50.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
| 7416 | 2025-08-18T19:45:51.119Z | [ recovery-image] Aug 18 19:45:50.396 INFO O| Aug 18 19:45:50.396 INFO STEP 866 (remove_files) COMPLETE |
| 7417 | 2025-08-18T19:45:51.124Z | [ recovery-image] Aug 18 19:45:50.396 INFO O| Aug 18 19:45:50.396 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7418 | 2025-08-18T19:45:51.127Z | [ recovery-image] Aug 18 19:45:50.407 INFO O| Aug 18 19:45:50.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
| 7419 | 2025-08-18T19:45:51.127Z | [ recovery-image] Aug 18 19:45:50.407 INFO O| Aug 18 19:45:50.407 INFO STEP 867 (remove_files) COMPLETE |
| 7420 | 2025-08-18T19:45:51.127Z | [ recovery-image] Aug 18 19:45:50.407 INFO O| Aug 18 19:45:50.407 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7421 | 2025-08-18T19:45:51.137Z | [ recovery-image] Aug 18 19:45:50.420 INFO O| Aug 18 19:45:50.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
| 7422 | 2025-08-18T19:45:51.140Z | [ recovery-image] Aug 18 19:45:50.420 INFO O| Aug 18 19:45:50.420 INFO STEP 868 (remove_files) COMPLETE |
| 7423 | 2025-08-18T19:45:51.140Z | [ recovery-image] Aug 18 19:45:50.420 INFO O| Aug 18 19:45:50.420 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7424 | 2025-08-18T19:45:51.152Z | [ recovery-image] Aug 18 19:45:50.433 INFO O| Aug 18 19:45:50.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
| 7425 | 2025-08-18T19:45:51.152Z | [ recovery-image] Aug 18 19:45:50.433 INFO O| Aug 18 19:45:50.433 INFO STEP 869 (remove_files) COMPLETE |
| 7426 | 2025-08-18T19:45:51.155Z | [ recovery-image] Aug 18 19:45:50.433 INFO O| Aug 18 19:45:50.433 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7427 | 2025-08-18T19:45:51.161Z | [ recovery-image] Aug 18 19:45:50.444 INFO O| Aug 18 19:45:50.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
| 7428 | 2025-08-18T19:45:51.162Z | [ recovery-image] Aug 18 19:45:50.444 INFO O| Aug 18 19:45:50.444 INFO STEP 870 (remove_files) COMPLETE |
| 7429 | 2025-08-18T19:45:51.165Z | [ recovery-image] Aug 18 19:45:50.444 INFO O| Aug 18 19:45:50.444 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7430 | 2025-08-18T19:45:51.174Z | [ recovery-image] Aug 18 19:45:50.457 INFO O| Aug 18 19:45:50.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
| 7431 | 2025-08-18T19:45:51.177Z | [ recovery-image] Aug 18 19:45:50.457 INFO O| Aug 18 19:45:50.457 INFO STEP 871 (remove_files) COMPLETE |
| 7432 | 2025-08-18T19:45:51.177Z | [ recovery-image] Aug 18 19:45:50.458 INFO O| Aug 18 19:45:50.457 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7433 | 2025-08-18T19:45:51.184Z | [ recovery-image] Aug 18 19:45:50.468 INFO O| Aug 18 19:45:50.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
| 7434 | 2025-08-18T19:45:51.187Z | [ recovery-image] Aug 18 19:45:50.468 INFO O| Aug 18 19:45:50.468 INFO STEP 872 (remove_files) COMPLETE |
| 7435 | 2025-08-18T19:45:51.188Z | [ recovery-image] Aug 18 19:45:50.468 INFO O| Aug 18 19:45:50.468 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7436 | 2025-08-18T19:45:51.195Z | [ recovery-image] Aug 18 19:45:50.478 INFO O| Aug 18 19:45:50.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
| 7437 | 2025-08-18T19:45:51.198Z | [ recovery-image] Aug 18 19:45:50.479 INFO O| Aug 18 19:45:50.478 INFO STEP 873 (remove_files) COMPLETE |
| 7438 | 2025-08-18T19:45:51.198Z | [ recovery-image] Aug 18 19:45:50.479 INFO O| Aug 18 19:45:50.479 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7439 | 2025-08-18T19:45:51.205Z | [ recovery-image] Aug 18 19:45:50.488 INFO O| Aug 18 19:45:50.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
| 7440 | 2025-08-18T19:45:51.205Z | [ recovery-image] Aug 18 19:45:50.488 INFO O| Aug 18 19:45:50.488 INFO STEP 874 (remove_files) COMPLETE |
| 7441 | 2025-08-18T19:45:51.205Z | [ recovery-image] Aug 18 19:45:50.488 INFO O| Aug 18 19:45:50.488 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7442 | 2025-08-18T19:45:51.219Z | [ recovery-image] Aug 18 19:45:50.501 INFO O| Aug 18 19:45:50.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
| 7443 | 2025-08-18T19:45:51.219Z | [ recovery-image] Aug 18 19:45:50.501 INFO O| Aug 18 19:45:50.501 INFO STEP 875 (remove_files) COMPLETE |
| 7444 | 2025-08-18T19:45:51.219Z | [ recovery-image] Aug 18 19:45:50.501 INFO O| Aug 18 19:45:50.501 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7445 | 2025-08-18T19:45:51.228Z | [ recovery-image] Aug 18 19:45:50.511 INFO O| Aug 18 19:45:50.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
| 7446 | 2025-08-18T19:45:51.231Z | [ recovery-image] Aug 18 19:45:50.511 INFO O| Aug 18 19:45:50.511 INFO STEP 876 (remove_files) COMPLETE |
| 7447 | 2025-08-18T19:45:51.231Z | [ recovery-image] Aug 18 19:45:50.511 INFO O| Aug 18 19:45:50.511 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7448 | 2025-08-18T19:45:51.238Z | [ recovery-image] Aug 18 19:45:50.522 INFO O| Aug 18 19:45:50.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
| 7449 | 2025-08-18T19:45:51.238Z | [ recovery-image] Aug 18 19:45:50.522 INFO O| Aug 18 19:45:50.522 INFO STEP 877 (remove_files) COMPLETE |
| 7450 | 2025-08-18T19:45:51.241Z | [ recovery-image] Aug 18 19:45:50.522 INFO O| Aug 18 19:45:50.522 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7451 | 2025-08-18T19:45:51.250Z | [ recovery-image] Aug 18 19:45:50.533 INFO O| Aug 18 19:45:50.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
| 7452 | 2025-08-18T19:45:51.250Z | [ recovery-image] Aug 18 19:45:50.533 INFO O| Aug 18 19:45:50.533 INFO STEP 878 (remove_files) COMPLETE |
| 7453 | 2025-08-18T19:45:51.253Z | [ recovery-image] Aug 18 19:45:50.533 INFO O| Aug 18 19:45:50.533 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7454 | 2025-08-18T19:45:51.259Z | [ recovery-image] Aug 18 19:45:50.542 INFO O| Aug 18 19:45:50.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
| 7455 | 2025-08-18T19:45:51.259Z | [ recovery-image] Aug 18 19:45:50.542 INFO O| Aug 18 19:45:50.542 INFO STEP 879 (remove_files) COMPLETE |
| 7456 | 2025-08-18T19:45:51.262Z | [ recovery-image] Aug 18 19:45:50.542 INFO O| Aug 18 19:45:50.542 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7457 | 2025-08-18T19:45:51.271Z | [ recovery-image] Aug 18 19:45:50.555 INFO O| Aug 18 19:45:50.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
| 7458 | 2025-08-18T19:45:51.271Z | [ recovery-image] Aug 18 19:45:50.555 INFO O| Aug 18 19:45:50.555 INFO STEP 880 (remove_files) COMPLETE |
| 7459 | 2025-08-18T19:45:51.271Z | [ recovery-image] Aug 18 19:45:50.555 INFO O| Aug 18 19:45:50.555 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7460 | 2025-08-18T19:45:51.283Z | [ recovery-image] Aug 18 19:45:50.566 INFO O| Aug 18 19:45:50.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
| 7461 | 2025-08-18T19:45:51.283Z | [ recovery-image] Aug 18 19:45:50.567 INFO O| Aug 18 19:45:50.566 INFO STEP 881 (remove_files) COMPLETE |
| 7462 | 2025-08-18T19:45:51.286Z | [ recovery-image] Aug 18 19:45:50.567 INFO O| Aug 18 19:45:50.567 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7463 | 2025-08-18T19:45:51.296Z | [ recovery-image] Aug 18 19:45:50.579 INFO O| Aug 18 19:45:50.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
| 7464 | 2025-08-18T19:45:51.296Z | [ recovery-image] Aug 18 19:45:50.579 INFO O| Aug 18 19:45:50.579 INFO STEP 882 (remove_files) COMPLETE |
| 7465 | 2025-08-18T19:45:51.299Z | [ recovery-image] Aug 18 19:45:50.580 INFO O| Aug 18 19:45:50.579 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7466 | 2025-08-18T19:45:51.308Z | [ recovery-image] Aug 18 19:45:50.591 INFO O| Aug 18 19:45:50.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
| 7467 | 2025-08-18T19:45:51.308Z | [ recovery-image] Aug 18 19:45:50.591 INFO O| Aug 18 19:45:50.591 INFO STEP 883 (remove_files) COMPLETE |
| 7468 | 2025-08-18T19:45:51.311Z | [ recovery-image] Aug 18 19:45:50.591 INFO O| Aug 18 19:45:50.591 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7469 | 2025-08-18T19:45:51.320Z | [ recovery-image] Aug 18 19:45:50.603 INFO O| Aug 18 19:45:50.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
| 7470 | 2025-08-18T19:45:51.323Z | [ recovery-image] Aug 18 19:45:50.603 INFO O| Aug 18 19:45:50.603 INFO STEP 884 (remove_files) COMPLETE |
| 7471 | 2025-08-18T19:45:51.323Z | [ recovery-image] Aug 18 19:45:50.603 INFO O| Aug 18 19:45:50.603 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7472 | 2025-08-18T19:45:51.332Z | [ recovery-image] Aug 18 19:45:50.615 INFO O| Aug 18 19:45:50.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
| 7473 | 2025-08-18T19:45:51.332Z | [ recovery-image] Aug 18 19:45:50.615 INFO O| Aug 18 19:45:50.615 INFO STEP 885 (remove_files) COMPLETE |
| 7474 | 2025-08-18T19:45:51.332Z | [ recovery-image] Aug 18 19:45:50.615 INFO O| Aug 18 19:45:50.615 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7475 | 2025-08-18T19:45:51.345Z | [ recovery-image] Aug 18 19:45:50.628 INFO O| Aug 18 19:45:50.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
| 7476 | 2025-08-18T19:45:51.345Z | [ recovery-image] Aug 18 19:45:50.628 INFO O| Aug 18 19:45:50.628 INFO STEP 886 (remove_files) COMPLETE |
| 7477 | 2025-08-18T19:45:51.345Z | [ recovery-image] Aug 18 19:45:50.628 INFO O| Aug 18 19:45:50.628 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7478 | 2025-08-18T19:45:51.358Z | [ recovery-image] Aug 18 19:45:50.641 INFO O| Aug 18 19:45:50.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
| 7479 | 2025-08-18T19:45:51.358Z | [ recovery-image] Aug 18 19:45:50.641 INFO O| Aug 18 19:45:50.641 INFO STEP 887 (remove_files) COMPLETE |
| 7480 | 2025-08-18T19:45:51.358Z | [ recovery-image] Aug 18 19:45:50.641 INFO O| Aug 18 19:45:50.641 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7481 | 2025-08-18T19:45:51.371Z | [ recovery-image] Aug 18 19:45:50.654 INFO O| Aug 18 19:45:50.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
| 7482 | 2025-08-18T19:45:51.371Z | [ recovery-image] Aug 18 19:45:50.654 INFO O| Aug 18 19:45:50.654 INFO STEP 888 (remove_files) COMPLETE |
| 7483 | 2025-08-18T19:45:51.371Z | [ recovery-image] Aug 18 19:45:50.654 INFO O| Aug 18 19:45:50.654 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7484 | 2025-08-18T19:45:51.384Z | [ recovery-image] Aug 18 19:45:50.668 INFO O| Aug 18 19:45:50.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
| 7485 | 2025-08-18T19:45:51.387Z | [ recovery-image] Aug 18 19:45:50.668 INFO O| Aug 18 19:45:50.668 INFO STEP 889 (remove_files) COMPLETE |
| 7486 | 2025-08-18T19:45:51.387Z | [ recovery-image] Aug 18 19:45:50.668 INFO O| Aug 18 19:45:50.668 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7487 | 2025-08-18T19:45:51.398Z | [ recovery-image] Aug 18 19:45:50.681 INFO O| Aug 18 19:45:50.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
| 7488 | 2025-08-18T19:45:51.401Z | [ recovery-image] Aug 18 19:45:50.681 INFO O| Aug 18 19:45:50.681 INFO STEP 890 (remove_files) COMPLETE |
| 7489 | 2025-08-18T19:45:51.401Z | [ recovery-image] Aug 18 19:45:50.681 INFO O| Aug 18 19:45:50.681 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7490 | 2025-08-18T19:45:51.411Z | [ recovery-image] Aug 18 19:45:50.695 INFO O| Aug 18 19:45:50.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
| 7491 | 2025-08-18T19:45:51.411Z | [ recovery-image] Aug 18 19:45:50.695 INFO O| Aug 18 19:45:50.695 INFO STEP 891 (remove_files) COMPLETE |
| 7492 | 2025-08-18T19:45:51.415Z | [ recovery-image] Aug 18 19:45:50.695 INFO O| Aug 18 19:45:50.695 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7493 | 2025-08-18T19:45:51.423Z | [ recovery-image] Aug 18 19:45:50.707 INFO O| Aug 18 19:45:50.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
| 7494 | 2025-08-18T19:45:51.423Z | [ recovery-image] Aug 18 19:45:50.707 INFO O| Aug 18 19:45:50.707 INFO STEP 892 (remove_files) COMPLETE |
| 7495 | 2025-08-18T19:45:51.426Z | [ recovery-image] Aug 18 19:45:50.707 INFO O| Aug 18 19:45:50.707 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7496 | 2025-08-18T19:45:51.434Z | [ recovery-image] Aug 18 19:45:50.718 INFO O| Aug 18 19:45:50.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
| 7497 | 2025-08-18T19:45:51.437Z | [ recovery-image] Aug 18 19:45:50.718 INFO O| Aug 18 19:45:50.718 INFO STEP 893 (remove_files) COMPLETE |
| 7498 | 2025-08-18T19:45:51.437Z | [ recovery-image] Aug 18 19:45:50.718 INFO O| Aug 18 19:45:50.718 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7499 | 2025-08-18T19:45:51.447Z | [ recovery-image] Aug 18 19:45:50.731 INFO O| Aug 18 19:45:50.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
| 7500 | 2025-08-18T19:45:51.450Z | [ recovery-image] Aug 18 19:45:50.731 INFO O| Aug 18 19:45:50.731 INFO STEP 894 (remove_files) COMPLETE |
| 7501 | 2025-08-18T19:45:51.450Z | [ recovery-image] Aug 18 19:45:50.731 INFO O| Aug 18 19:45:50.731 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7502 | 2025-08-18T19:45:51.459Z | [ recovery-image] Aug 18 19:45:50.743 INFO O| Aug 18 19:45:50.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
| 7503 | 2025-08-18T19:45:51.459Z | [ recovery-image] Aug 18 19:45:50.743 INFO O| Aug 18 19:45:50.743 INFO STEP 895 (remove_files) COMPLETE |
| 7504 | 2025-08-18T19:45:51.463Z | [ recovery-image] Aug 18 19:45:50.743 INFO O| Aug 18 19:45:50.743 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7505 | 2025-08-18T19:45:51.474Z | [ recovery-image] Aug 18 19:45:50.757 INFO O| Aug 18 19:45:50.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1" |
| 7506 | 2025-08-18T19:45:51.474Z | [ recovery-image] Aug 18 19:45:50.757 INFO O| Aug 18 19:45:50.757 INFO STEP 896 (remove_files) COMPLETE |
| 7507 | 2025-08-18T19:45:51.474Z | [ recovery-image] Aug 18 19:45:50.757 INFO O| Aug 18 19:45:50.757 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7508 | 2025-08-18T19:45:51.487Z | [ recovery-image] Aug 18 19:45:50.771 INFO O| Aug 18 19:45:50.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1" |
| 7509 | 2025-08-18T19:45:51.487Z | [ recovery-image] Aug 18 19:45:50.771 INFO O| Aug 18 19:45:50.771 INFO STEP 897 (remove_files) COMPLETE |
| 7510 | 2025-08-18T19:45:51.491Z | [ recovery-image] Aug 18 19:45:50.771 INFO O| Aug 18 19:45:50.771 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7511 | 2025-08-18T19:45:51.500Z | [ recovery-image] Aug 18 19:45:50.783 INFO O| Aug 18 19:45:50.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1" |
| 7512 | 2025-08-18T19:45:51.500Z | [ recovery-image] Aug 18 19:45:50.783 INFO O| Aug 18 19:45:50.783 INFO STEP 898 (remove_files) COMPLETE |
| 7513 | 2025-08-18T19:45:51.503Z | [ recovery-image] Aug 18 19:45:50.784 INFO O| Aug 18 19:45:50.783 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7514 | 2025-08-18T19:45:51.514Z | [ recovery-image] Aug 18 19:45:50.797 INFO O| Aug 18 19:45:50.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
| 7515 | 2025-08-18T19:45:51.514Z | [ recovery-image] Aug 18 19:45:50.797 INFO O| Aug 18 19:45:50.797 INFO STEP 899 (remove_files) COMPLETE |
| 7516 | 2025-08-18T19:45:51.517Z | [ recovery-image] Aug 18 19:45:50.797 INFO O| Aug 18 19:45:50.797 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7517 | 2025-08-18T19:45:51.523Z | [ recovery-image] Aug 18 19:45:50.807 INFO O| Aug 18 19:45:50.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
| 7518 | 2025-08-18T19:45:51.527Z | [ recovery-image] Aug 18 19:45:50.808 INFO O| Aug 18 19:45:50.808 INFO STEP 900 (remove_files) COMPLETE |
| 7519 | 2025-08-18T19:45:51.527Z | [ recovery-image] Aug 18 19:45:50.808 INFO O| Aug 18 19:45:50.808 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7520 | 2025-08-18T19:45:51.534Z | [ recovery-image] Aug 18 19:45:50.818 INFO O| Aug 18 19:45:50.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1" |
| 7521 | 2025-08-18T19:45:51.538Z | [ recovery-image] Aug 18 19:45:50.818 INFO O| Aug 18 19:45:50.818 INFO STEP 901 (remove_files) COMPLETE |
| 7522 | 2025-08-18T19:45:51.538Z | [ recovery-image] Aug 18 19:45:50.818 INFO O| Aug 18 19:45:50.818 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7523 | 2025-08-18T19:45:51.546Z | [ recovery-image] Aug 18 19:45:50.829 INFO O| Aug 18 19:45:50.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1" |
| 7524 | 2025-08-18T19:45:51.546Z | [ recovery-image] Aug 18 19:45:50.830 INFO O| Aug 18 19:45:50.830 INFO STEP 902 (remove_files) COMPLETE |
| 7525 | 2025-08-18T19:45:51.549Z | [ recovery-image] Aug 18 19:45:50.830 INFO O| Aug 18 19:45:50.830 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7526 | 2025-08-18T19:45:51.559Z | [ recovery-image] Aug 18 19:45:50.843 INFO O| Aug 18 19:45:50.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
| 7527 | 2025-08-18T19:45:51.559Z | [ recovery-image] Aug 18 19:45:50.843 INFO O| Aug 18 19:45:50.843 INFO STEP 903 (remove_files) COMPLETE |
| 7528 | 2025-08-18T19:45:51.563Z | [ recovery-image] Aug 18 19:45:50.843 INFO O| Aug 18 19:45:50.843 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7529 | 2025-08-18T19:45:51.571Z | [ recovery-image] Aug 18 19:45:50.854 INFO O| Aug 18 19:45:50.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1" |
| 7530 | 2025-08-18T19:45:51.572Z | [ recovery-image] Aug 18 19:45:50.855 INFO O| Aug 18 19:45:50.854 INFO STEP 904 (remove_files) COMPLETE |
| 7531 | 2025-08-18T19:45:51.575Z | [ recovery-image] Aug 18 19:45:50.855 INFO O| Aug 18 19:45:50.855 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7532 | 2025-08-18T19:45:51.583Z | [ recovery-image] Aug 18 19:45:50.867 INFO O| Aug 18 19:45:50.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
| 7533 | 2025-08-18T19:45:51.587Z | [ recovery-image] Aug 18 19:45:50.867 INFO O| Aug 18 19:45:50.867 INFO STEP 905 (remove_files) COMPLETE |
| 7534 | 2025-08-18T19:45:51.587Z | [ recovery-image] Aug 18 19:45:50.867 INFO O| Aug 18 19:45:50.867 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7535 | 2025-08-18T19:45:51.596Z | [ recovery-image] Aug 18 19:45:50.879 INFO O| Aug 18 19:45:50.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
| 7536 | 2025-08-18T19:45:51.596Z | [ recovery-image] Aug 18 19:45:50.879 INFO O| Aug 18 19:45:50.879 INFO STEP 906 (remove_files) COMPLETE |
| 7537 | 2025-08-18T19:45:51.596Z | [ recovery-image] Aug 18 19:45:50.879 INFO O| Aug 18 19:45:50.879 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7538 | 2025-08-18T19:45:51.608Z | [ recovery-image] Aug 18 19:45:50.892 INFO O| Aug 18 19:45:50.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1" |
| 7539 | 2025-08-18T19:45:51.612Z | [ recovery-image] Aug 18 19:45:50.892 INFO O| Aug 18 19:45:50.892 INFO STEP 907 (remove_files) COMPLETE |
| 7540 | 2025-08-18T19:45:51.612Z | [ recovery-image] Aug 18 19:45:50.892 INFO O| Aug 18 19:45:50.892 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7541 | 2025-08-18T19:45:51.622Z | [ recovery-image] Aug 18 19:45:50.905 INFO O| Aug 18 19:45:50.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1" |
| 7542 | 2025-08-18T19:45:51.625Z | [ recovery-image] Aug 18 19:45:50.905 INFO O| Aug 18 19:45:50.905 INFO STEP 908 (remove_files) COMPLETE |
| 7543 | 2025-08-18T19:45:51.625Z | [ recovery-image] Aug 18 19:45:50.905 INFO O| Aug 18 19:45:50.905 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7544 | 2025-08-18T19:45:51.634Z | [ recovery-image] Aug 18 19:45:50.918 INFO O| Aug 18 19:45:50.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
| 7545 | 2025-08-18T19:45:51.634Z | [ recovery-image] Aug 18 19:45:50.918 INFO O| Aug 18 19:45:50.918 INFO STEP 909 (remove_files) COMPLETE |
| 7546 | 2025-08-18T19:45:51.637Z | [ recovery-image] Aug 18 19:45:50.918 INFO O| Aug 18 19:45:50.918 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7547 | 2025-08-18T19:45:51.645Z | [ recovery-image] Aug 18 19:45:50.929 INFO O| Aug 18 19:45:50.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1" |
| 7548 | 2025-08-18T19:45:51.648Z | [ recovery-image] Aug 18 19:45:50.929 INFO O| Aug 18 19:45:50.929 INFO STEP 910 (remove_files) COMPLETE |
| 7549 | 2025-08-18T19:45:51.648Z | [ recovery-image] Aug 18 19:45:50.929 INFO O| Aug 18 19:45:50.929 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7550 | 2025-08-18T19:45:51.656Z | [ recovery-image] Aug 18 19:45:50.940 INFO O| Aug 18 19:45:50.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1" |
| 7551 | 2025-08-18T19:45:51.656Z | [ recovery-image] Aug 18 19:45:50.940 INFO O| Aug 18 19:45:50.940 INFO STEP 911 (remove_files) COMPLETE |
| 7552 | 2025-08-18T19:45:51.656Z | [ recovery-image] Aug 18 19:45:50.940 INFO O| Aug 18 19:45:50.940 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7553 | 2025-08-18T19:45:51.669Z | [ recovery-image] Aug 18 19:45:50.953 INFO O| Aug 18 19:45:50.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
| 7554 | 2025-08-18T19:45:51.669Z | [ recovery-image] Aug 18 19:45:50.953 INFO O| Aug 18 19:45:50.953 INFO STEP 912 (remove_files) COMPLETE |
| 7555 | 2025-08-18T19:45:51.672Z | [ recovery-image] Aug 18 19:45:50.953 INFO O| Aug 18 19:45:50.953 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7556 | 2025-08-18T19:45:51.681Z | [ recovery-image] Aug 18 19:45:50.965 INFO O| Aug 18 19:45:50.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
| 7557 | 2025-08-18T19:45:51.681Z | [ recovery-image] Aug 18 19:45:50.965 INFO O| Aug 18 19:45:50.965 INFO STEP 913 (remove_files) COMPLETE |
| 7558 | 2025-08-18T19:45:51.687Z | [ recovery-image] Aug 18 19:45:50.965 INFO O| Aug 18 19:45:50.965 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7559 | 2025-08-18T19:45:51.693Z | [ recovery-image] Aug 18 19:45:50.977 INFO O| Aug 18 19:45:50.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1" |
| 7560 | 2025-08-18T19:45:51.696Z | [ recovery-image] Aug 18 19:45:50.977 INFO O| Aug 18 19:45:50.977 INFO STEP 914 (remove_files) COMPLETE |
| 7561 | 2025-08-18T19:45:51.696Z | [ recovery-image] Aug 18 19:45:50.977 INFO O| Aug 18 19:45:50.977 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7562 | 2025-08-18T19:45:51.706Z | [ recovery-image] Aug 18 19:45:50.990 INFO O| Aug 18 19:45:50.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
| 7563 | 2025-08-18T19:45:51.709Z | [ recovery-image] Aug 18 19:45:50.990 INFO O| Aug 18 19:45:50.990 INFO STEP 915 (remove_files) COMPLETE |
| 7564 | 2025-08-18T19:45:51.709Z | [ recovery-image] Aug 18 19:45:50.990 INFO O| Aug 18 19:45:50.990 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7565 | 2025-08-18T19:45:51.719Z | [ recovery-image] Aug 18 19:45:51.003 INFO O| Aug 18 19:45:51.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
| 7566 | 2025-08-18T19:45:51.719Z | [ recovery-image] Aug 18 19:45:51.003 INFO O| Aug 18 19:45:51.003 INFO STEP 916 (remove_files) COMPLETE |
| 7567 | 2025-08-18T19:45:51.719Z | [ recovery-image] Aug 18 19:45:51.003 INFO O| Aug 18 19:45:51.003 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7568 | 2025-08-18T19:45:51.732Z | [ recovery-image] Aug 18 19:45:51.016 INFO O| Aug 18 19:45:51.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1" |
| 7569 | 2025-08-18T19:45:51.735Z | [ recovery-image] Aug 18 19:45:51.016 INFO O| Aug 18 19:45:51.016 INFO STEP 917 (remove_files) COMPLETE |
| 7570 | 2025-08-18T19:45:51.735Z | [ recovery-image] Aug 18 19:45:51.016 INFO O| Aug 18 19:45:51.016 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7571 | 2025-08-18T19:45:51.745Z | [ recovery-image] Aug 18 19:45:51.029 INFO O| Aug 18 19:45:51.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
| 7572 | 2025-08-18T19:45:51.745Z | [ recovery-image] Aug 18 19:45:51.029 INFO O| Aug 18 19:45:51.029 INFO STEP 918 (remove_files) COMPLETE |
| 7573 | 2025-08-18T19:45:51.748Z | [ recovery-image] Aug 18 19:45:51.029 INFO O| Aug 18 19:45:51.029 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7574 | 2025-08-18T19:45:51.757Z | [ recovery-image] Aug 18 19:45:51.041 INFO O| Aug 18 19:45:51.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
| 7575 | 2025-08-18T19:45:51.760Z | [ recovery-image] Aug 18 19:45:51.041 INFO O| Aug 18 19:45:51.041 INFO STEP 919 (remove_files) COMPLETE |
| 7576 | 2025-08-18T19:45:51.760Z | [ recovery-image] Aug 18 19:45:51.041 INFO O| Aug 18 19:45:51.041 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7577 | 2025-08-18T19:45:51.768Z | [ recovery-image] Aug 18 19:45:51.052 INFO O| Aug 18 19:45:51.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
| 7578 | 2025-08-18T19:45:51.771Z | [ recovery-image] Aug 18 19:45:51.052 INFO O| Aug 18 19:45:51.052 INFO STEP 920 (remove_files) COMPLETE |
| 7579 | 2025-08-18T19:45:51.771Z | [ recovery-image] Aug 18 19:45:51.052 INFO O| Aug 18 19:45:51.052 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7580 | 2025-08-18T19:45:51.779Z | [ recovery-image] Aug 18 19:45:51.063 INFO O| Aug 18 19:45:51.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
| 7581 | 2025-08-18T19:45:51.782Z | [ recovery-image] Aug 18 19:45:51.063 INFO O| Aug 18 19:45:51.063 INFO STEP 921 (remove_files) COMPLETE |
| 7582 | 2025-08-18T19:45:51.782Z | [ recovery-image] Aug 18 19:45:51.063 INFO O| Aug 18 19:45:51.063 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7583 | 2025-08-18T19:45:51.790Z | [ recovery-image] Aug 18 19:45:51.074 INFO O| Aug 18 19:45:51.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress" |
| 7584 | 2025-08-18T19:45:51.793Z | [ recovery-image] Aug 18 19:45:51.074 INFO O| Aug 18 19:45:51.074 INFO STEP 922 (remove_files) COMPLETE |
| 7585 | 2025-08-18T19:45:51.793Z | [ recovery-image] Aug 18 19:45:51.074 INFO O| Aug 18 19:45:51.074 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7586 | 2025-08-18T19:45:51.803Z | [ recovery-image] Aug 18 19:45:51.087 INFO O| Aug 18 19:45:51.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck" |
| 7587 | 2025-08-18T19:45:51.807Z | [ recovery-image] Aug 18 19:45:51.088 INFO O| Aug 18 19:45:51.087 INFO STEP 923 (remove_files) COMPLETE |
| 7588 | 2025-08-18T19:45:51.807Z | [ recovery-image] Aug 18 19:45:51.088 INFO O| Aug 18 19:45:51.088 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7589 | 2025-08-18T19:45:51.816Z | [ recovery-image] Aug 18 19:45:51.100 INFO O| Aug 18 19:45:51.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake" |
| 7590 | 2025-08-18T19:45:51.816Z | [ recovery-image] Aug 18 19:45:51.100 INFO O| Aug 18 19:45:51.100 INFO STEP 924 (remove_files) COMPLETE |
| 7591 | 2025-08-18T19:45:51.819Z | [ recovery-image] Aug 18 19:45:51.100 INFO O| Aug 18 19:45:51.100 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7592 | 2025-08-18T19:45:51.828Z | [ recovery-image] Aug 18 19:45:51.112 INFO O| Aug 18 19:45:51.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista" |
| 7593 | 2025-08-18T19:45:51.828Z | [ recovery-image] Aug 18 19:45:51.112 INFO O| Aug 18 19:45:51.112 INFO STEP 925 (remove_files) COMPLETE |
| 7594 | 2025-08-18T19:45:51.831Z | [ recovery-image] Aug 18 19:45:51.112 INFO O| Aug 18 19:45:51.112 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7595 | 2025-08-18T19:45:51.838Z | [ recovery-image] Aug 18 19:45:51.122 INFO O| Aug 18 19:45:51.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb" |
| 7596 | 2025-08-18T19:45:51.838Z | [ recovery-image] Aug 18 19:45:51.123 INFO O| Aug 18 19:45:51.123 INFO STEP 926 (remove_files) COMPLETE |
| 7597 | 2025-08-18T19:45:51.842Z | [ recovery-image] Aug 18 19:45:51.123 INFO O| Aug 18 19:45:51.123 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7598 | 2025-08-18T19:45:51.850Z | [ recovery-image] Aug 18 19:45:51.134 INFO O| Aug 18 19:45:51.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop" |
| 7599 | 2025-08-18T19:45:51.850Z | [ recovery-image] Aug 18 19:45:51.135 INFO O| Aug 18 19:45:51.135 INFO STEP 927 (remove_files) COMPLETE |
| 7600 | 2025-08-18T19:45:51.850Z | [ recovery-image] Aug 18 19:45:51.135 INFO O| Aug 18 19:45:51.135 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7601 | 2025-08-18T19:45:51.862Z | [ recovery-image] Aug 18 19:45:51.146 INFO O| Aug 18 19:45:51.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin" |
| 7602 | 2025-08-18T19:45:51.865Z | [ recovery-image] Aug 18 19:45:51.146 INFO O| Aug 18 19:45:51.146 INFO STEP 928 (remove_files) COMPLETE |
| 7603 | 2025-08-18T19:45:51.865Z | [ recovery-image] Aug 18 19:45:51.146 INFO O| Aug 18 19:45:51.146 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7604 | 2025-08-18T19:45:51.874Z | [ recovery-image] Aug 18 19:45:51.158 INFO O| Aug 18 19:45:51.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog" |
| 7605 | 2025-08-18T19:45:51.877Z | [ recovery-image] Aug 18 19:45:51.159 INFO O| Aug 18 19:45:51.158 INFO STEP 929 (remove_files) COMPLETE |
| 7606 | 2025-08-18T19:45:51.877Z | [ recovery-image] Aug 18 19:45:51.159 INFO O| Aug 18 19:45:51.158 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7607 | 2025-08-18T19:45:51.887Z | [ recovery-image] Aug 18 19:45:51.171 INFO O| Aug 18 19:45:51.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd" |
| 7608 | 2025-08-18T19:45:51.890Z | [ recovery-image] Aug 18 19:45:51.172 INFO O| Aug 18 19:45:51.172 INFO STEP 930 (remove_files) COMPLETE |
| 7609 | 2025-08-18T19:45:51.890Z | [ recovery-image] Aug 18 19:45:51.172 INFO O| Aug 18 19:45:51.172 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7610 | 2025-08-18T19:45:51.898Z | [ recovery-image] Aug 18 19:45:51.182 INFO O| Aug 18 19:45:51.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
| 7611 | 2025-08-18T19:45:51.901Z | [ recovery-image] Aug 18 19:45:51.182 INFO O| Aug 18 19:45:51.182 INFO STEP 931 (remove_files) COMPLETE |
| 7612 | 2025-08-18T19:45:51.901Z | [ recovery-image] Aug 18 19:45:51.182 INFO O| Aug 18 19:45:51.182 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7613 | 2025-08-18T19:45:51.910Z | [ recovery-image] Aug 18 19:45:51.194 INFO O| Aug 18 19:45:51.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
| 7614 | 2025-08-18T19:45:51.910Z | [ recovery-image] Aug 18 19:45:51.194 INFO O| Aug 18 19:45:51.194 INFO STEP 932 (remove_files) COMPLETE |
| 7615 | 2025-08-18T19:45:51.913Z | [ recovery-image] Aug 18 19:45:51.194 INFO O| Aug 18 19:45:51.194 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7616 | 2025-08-18T19:45:51.922Z | [ recovery-image] Aug 18 19:45:51.207 INFO O| Aug 18 19:45:51.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
| 7617 | 2025-08-18T19:45:51.922Z | [ recovery-image] Aug 18 19:45:51.207 INFO O| Aug 18 19:45:51.207 INFO STEP 933 (remove_files) COMPLETE |
| 7618 | 2025-08-18T19:45:51.923Z | [ recovery-image] Aug 18 19:45:51.207 INFO O| Aug 18 19:45:51.207 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7619 | 2025-08-18T19:45:51.935Z | [ recovery-image] Aug 18 19:45:51.219 INFO O| Aug 18 19:45:51.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
| 7620 | 2025-08-18T19:45:51.935Z | [ recovery-image] Aug 18 19:45:51.219 INFO O| Aug 18 19:45:51.219 INFO STEP 934 (remove_files) COMPLETE |
| 7621 | 2025-08-18T19:45:51.937Z | [ recovery-image] Aug 18 19:45:51.219 INFO O| Aug 18 19:45:51.219 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7622 | 2025-08-18T19:45:51.947Z | [ recovery-image] Aug 18 19:45:51.231 INFO O| Aug 18 19:45:51.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd" |
| 7623 | 2025-08-18T19:45:51.947Z | [ recovery-image] Aug 18 19:45:51.231 INFO O| Aug 18 19:45:51.231 INFO STEP 935 (remove_files) COMPLETE |
| 7624 | 2025-08-18T19:45:51.950Z | [ recovery-image] Aug 18 19:45:51.231 INFO O| Aug 18 19:45:51.231 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7625 | 2025-08-18T19:45:51.959Z | [ recovery-image] Aug 18 19:45:51.243 INFO O| Aug 18 19:45:51.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc" |
| 7626 | 2025-08-18T19:45:51.959Z | [ recovery-image] Aug 18 19:45:51.243 INFO O| Aug 18 19:45:51.243 INFO STEP 936 (remove_files) COMPLETE |
| 7627 | 2025-08-18T19:45:51.962Z | [ recovery-image] Aug 18 19:45:51.243 INFO O| Aug 18 19:45:51.243 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7628 | 2025-08-18T19:45:51.970Z | [ recovery-image] Aug 18 19:45:51.254 INFO O| Aug 18 19:45:51.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs" |
| 7629 | 2025-08-18T19:45:51.973Z | [ recovery-image] Aug 18 19:45:51.254 INFO O| Aug 18 19:45:51.254 INFO STEP 937 (remove_files) COMPLETE |
| 7630 | 2025-08-18T19:45:51.973Z | [ recovery-image] Aug 18 19:45:51.254 INFO O| Aug 18 19:45:51.254 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7631 | 2025-08-18T19:45:51.983Z | [ recovery-image] Aug 18 19:45:51.267 INFO O| Aug 18 19:45:51.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd" |
| 7632 | 2025-08-18T19:45:51.983Z | [ recovery-image] Aug 18 19:45:51.268 INFO O| Aug 18 19:45:51.268 INFO STEP 938 (remove_files) COMPLETE |
| 7633 | 2025-08-18T19:45:51.986Z | [ recovery-image] Aug 18 19:45:51.268 INFO O| Aug 18 19:45:51.268 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7634 | 2025-08-18T19:45:51.995Z | [ recovery-image] Aug 18 19:45:51.280 INFO O| Aug 18 19:45:51.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server" |
| 7635 | 2025-08-18T19:45:51.998Z | [ recovery-image] Aug 18 19:45:51.280 INFO O| Aug 18 19:45:51.280 INFO STEP 939 (remove_files) COMPLETE |
| 7636 | 2025-08-18T19:45:51.998Z | [ recovery-image] Aug 18 19:45:51.280 INFO O| Aug 18 19:45:51.280 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7637 | 2025-08-18T19:45:52.008Z | [ recovery-image] Aug 18 19:45:51.292 INFO O| Aug 18 19:45:51.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign" |
| 7638 | 2025-08-18T19:45:52.011Z | [ recovery-image] Aug 18 19:45:51.292 INFO O| Aug 18 19:45:51.292 INFO STEP 940 (remove_files) COMPLETE |
| 7639 | 2025-08-18T19:45:52.012Z | [ recovery-image] Aug 18 19:45:51.292 INFO O| Aug 18 19:45:51.292 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7640 | 2025-08-18T19:45:52.016Z | [ recovery-image] Aug 18 19:45:51.300 INFO O| Aug 18 19:45:51.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
| 7641 | 2025-08-18T19:45:52.019Z | [ recovery-image] Aug 18 19:45:51.301 INFO O| Aug 18 19:45:51.301 INFO STEP 941 (remove_files) COMPLETE |
| 7642 | 2025-08-18T19:45:52.019Z | [ recovery-image] Aug 18 19:45:51.301 INFO O| Aug 18 19:45:51.301 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7643 | 2025-08-18T19:45:52.028Z | [ recovery-image] Aug 18 19:45:51.313 INFO O| Aug 18 19:45:51.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
| 7644 | 2025-08-18T19:45:52.031Z | [ recovery-image] Aug 18 19:45:51.313 INFO O| Aug 18 19:45:51.313 INFO STEP 942 (remove_files) COMPLETE |
| 7645 | 2025-08-18T19:45:52.031Z | [ recovery-image] Aug 18 19:45:51.313 INFO O| Aug 18 19:45:51.313 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7646 | 2025-08-18T19:45:52.040Z | [ recovery-image] Aug 18 19:45:51.324 INFO O| Aug 18 19:45:51.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid" |
| 7647 | 2025-08-18T19:45:52.043Z | [ recovery-image] Aug 18 19:45:51.325 INFO O| Aug 18 19:45:51.325 INFO STEP 943 (remove_files) COMPLETE |
| 7648 | 2025-08-18T19:45:52.043Z | [ recovery-image] Aug 18 19:45:51.325 INFO O| Aug 18 19:45:51.325 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7649 | 2025-08-18T19:45:52.053Z | [ recovery-image] Aug 18 19:45:51.337 INFO O| Aug 18 19:45:51.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid" |
| 7650 | 2025-08-18T19:45:52.053Z | [ recovery-image] Aug 18 19:45:51.338 INFO O| Aug 18 19:45:51.338 INFO STEP 944 (remove_files) COMPLETE |
| 7651 | 2025-08-18T19:45:52.053Z | [ recovery-image] Aug 18 19:45:51.338 INFO O| Aug 18 19:45:51.338 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7652 | 2025-08-18T19:45:52.065Z | [ recovery-image] Aug 18 19:45:51.349 INFO O| Aug 18 19:45:51.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange" |
| 7653 | 2025-08-18T19:45:52.065Z | [ recovery-image] Aug 18 19:45:51.349 INFO O| Aug 18 19:45:51.349 INFO STEP 945 (remove_files) COMPLETE |
| 7654 | 2025-08-18T19:45:52.068Z | [ recovery-image] Aug 18 19:45:51.349 INFO O| Aug 18 19:45:51.349 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7655 | 2025-08-18T19:45:52.076Z | [ recovery-image] Aug 18 19:45:51.360 INFO O| Aug 18 19:45:51.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate" |
| 7656 | 2025-08-18T19:45:52.076Z | [ recovery-image] Aug 18 19:45:51.360 INFO O| Aug 18 19:45:51.360 INFO STEP 946 (remove_files) COMPLETE |
| 7657 | 2025-08-18T19:45:52.076Z | [ recovery-image] Aug 18 19:45:51.360 INFO O| Aug 18 19:45:51.360 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7658 | 2025-08-18T19:45:52.088Z | [ recovery-image] Aug 18 19:45:51.372 INFO O| Aug 18 19:45:51.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid" |
| 7659 | 2025-08-18T19:45:52.088Z | [ recovery-image] Aug 18 19:45:51.372 INFO O| Aug 18 19:45:51.372 INFO STEP 947 (remove_files) COMPLETE |
| 7660 | 2025-08-18T19:45:52.091Z | [ recovery-image] Aug 18 19:45:51.372 INFO O| Aug 18 19:45:51.372 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7661 | 2025-08-18T19:45:52.100Z | [ recovery-image] Aug 18 19:45:51.385 INFO O| Aug 18 19:45:51.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint" |
| 7662 | 2025-08-18T19:45:52.100Z | [ recovery-image] Aug 18 19:45:51.385 INFO O| Aug 18 19:45:51.385 INFO STEP 948 (remove_files) COMPLETE |
| 7663 | 2025-08-18T19:45:52.103Z | [ recovery-image] Aug 18 19:45:51.385 INFO O| Aug 18 19:45:51.385 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7664 | 2025-08-18T19:45:52.114Z | [ recovery-image] Aug 18 19:45:51.398 INFO O| Aug 18 19:45:51.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem" |
| 7665 | 2025-08-18T19:45:52.114Z | [ recovery-image] Aug 18 19:45:51.398 INFO O| Aug 18 19:45:51.398 INFO STEP 949 (remove_files) COMPLETE |
| 7666 | 2025-08-18T19:45:52.117Z | [ recovery-image] Aug 18 19:45:51.398 INFO O| Aug 18 19:45:51.398 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7667 | 2025-08-18T19:45:52.127Z | [ recovery-image] Aug 18 19:45:51.411 INFO O| Aug 18 19:45:51.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath" |
| 7668 | 2025-08-18T19:45:52.130Z | [ recovery-image] Aug 18 19:45:51.411 INFO O| Aug 18 19:45:51.411 INFO STEP 950 (remove_files) COMPLETE |
| 7669 | 2025-08-18T19:45:52.130Z | [ recovery-image] Aug 18 19:45:51.411 INFO O| Aug 18 19:45:51.411 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7670 | 2025-08-18T19:45:52.137Z | [ recovery-image] Aug 18 19:45:51.422 INFO O| Aug 18 19:45:51.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr" |
| 7671 | 2025-08-18T19:45:52.140Z | [ recovery-image] Aug 18 19:45:51.422 INFO O| Aug 18 19:45:51.422 INFO STEP 951 (remove_files) COMPLETE |
| 7672 | 2025-08-18T19:45:52.140Z | [ recovery-image] Aug 18 19:45:51.422 INFO O| Aug 18 19:45:51.422 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7673 | 2025-08-18T19:45:52.148Z | [ recovery-image] Aug 18 19:45:51.432 INFO O| Aug 18 19:45:51.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime" |
| 7674 | 2025-08-18T19:45:52.148Z | [ recovery-image] Aug 18 19:45:51.432 INFO O| Aug 18 19:45:51.432 INFO STEP 952 (remove_files) COMPLETE |
| 7675 | 2025-08-18T19:45:52.148Z | [ recovery-image] Aug 18 19:45:51.432 INFO O| Aug 18 19:45:51.432 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7676 | 2025-08-18T19:45:52.159Z | [ recovery-image] Aug 18 19:45:51.444 INFO O| Aug 18 19:45:51.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid" |
| 7677 | 2025-08-18T19:45:52.160Z | [ recovery-image] Aug 18 19:45:51.444 INFO O| Aug 18 19:45:51.444 INFO STEP 953 (remove_files) COMPLETE |
| 7678 | 2025-08-18T19:45:52.163Z | [ recovery-image] Aug 18 19:45:51.444 INFO O| Aug 18 19:45:51.444 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7679 | 2025-08-18T19:45:52.172Z | [ recovery-image] Aug 18 19:45:51.456 INFO O| Aug 18 19:45:51.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn" |
| 7680 | 2025-08-18T19:45:52.172Z | [ recovery-image] Aug 18 19:45:51.457 INFO O| Aug 18 19:45:51.457 INFO STEP 954 (remove_files) COMPLETE |
| 7681 | 2025-08-18T19:45:52.172Z | [ recovery-image] Aug 18 19:45:51.457 INFO O| Aug 18 19:45:51.457 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7682 | 2025-08-18T19:45:52.184Z | [ recovery-image] Aug 18 19:45:51.468 INFO O| Aug 18 19:45:51.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate" |
| 7683 | 2025-08-18T19:45:52.184Z | [ recovery-image] Aug 18 19:45:51.469 INFO O| Aug 18 19:45:51.469 INFO STEP 955 (remove_files) COMPLETE |
| 7684 | 2025-08-18T19:45:52.184Z | [ recovery-image] Aug 18 19:45:51.469 INFO O| Aug 18 19:45:51.469 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7685 | 2025-08-18T19:45:52.194Z | [ recovery-image] Aug 18 19:45:51.479 INFO O| Aug 18 19:45:51.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid" |
| 7686 | 2025-08-18T19:45:52.194Z | [ recovery-image] Aug 18 19:45:51.479 INFO O| Aug 18 19:45:51.479 INFO STEP 956 (remove_files) COMPLETE |
| 7687 | 2025-08-18T19:45:52.194Z | [ recovery-image] Aug 18 19:45:51.479 INFO O| Aug 18 19:45:51.479 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7688 | 2025-08-18T19:45:52.203Z | [ recovery-image] Aug 18 19:45:51.487 INFO O| Aug 18 19:45:51.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint" |
| 7689 | 2025-08-18T19:45:52.206Z | [ recovery-image] Aug 18 19:45:51.487 INFO O| Aug 18 19:45:51.487 INFO STEP 957 (remove_files) COMPLETE |
| 7690 | 2025-08-18T19:45:52.206Z | [ recovery-image] Aug 18 19:45:51.487 INFO O| Aug 18 19:45:51.487 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7691 | 2025-08-18T19:45:52.215Z | [ recovery-image] Aug 18 19:45:51.499 INFO O| Aug 18 19:45:51.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem" |
| 7692 | 2025-08-18T19:45:52.215Z | [ recovery-image] Aug 18 19:45:51.499 INFO O| Aug 18 19:45:51.499 INFO STEP 958 (remove_files) COMPLETE |
| 7693 | 2025-08-18T19:45:52.215Z | [ recovery-image] Aug 18 19:45:51.499 INFO O| Aug 18 19:45:51.499 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7694 | 2025-08-18T19:45:52.227Z | [ recovery-image] Aug 18 19:45:51.511 INFO O| Aug 18 19:45:51.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath" |
| 7695 | 2025-08-18T19:45:52.230Z | [ recovery-image] Aug 18 19:45:51.511 INFO O| Aug 18 19:45:51.511 INFO STEP 959 (remove_files) COMPLETE |
| 7696 | 2025-08-18T19:45:52.231Z | [ recovery-image] Aug 18 19:45:51.511 INFO O| Aug 18 19:45:51.511 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7697 | 2025-08-18T19:45:52.237Z | [ recovery-image] Aug 18 19:45:51.521 INFO O| Aug 18 19:45:51.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange" |
| 7698 | 2025-08-18T19:45:52.243Z | [ recovery-image] Aug 18 19:45:51.522 INFO O| Aug 18 19:45:51.522 INFO STEP 960 (remove_files) COMPLETE |
| 7699 | 2025-08-18T19:45:52.243Z | [ recovery-image] Aug 18 19:45:51.522 INFO O| Aug 18 19:45:51.522 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7700 | 2025-08-18T19:45:52.249Z | [ recovery-image] Aug 18 19:45:51.534 INFO O| Aug 18 19:45:51.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr" |
| 7701 | 2025-08-18T19:45:52.249Z | [ recovery-image] Aug 18 19:45:51.534 INFO O| Aug 18 19:45:51.534 INFO STEP 961 (remove_files) COMPLETE |
| 7702 | 2025-08-18T19:45:52.258Z | [ recovery-image] Aug 18 19:45:51.534 INFO O| Aug 18 19:45:51.534 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7703 | 2025-08-18T19:45:52.265Z | [ recovery-image] Aug 18 19:45:51.544 INFO O| Aug 18 19:45:51.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime" |
| 7704 | 2025-08-18T19:45:52.265Z | [ recovery-image] Aug 18 19:45:51.544 INFO O| Aug 18 19:45:51.544 INFO STEP 962 (remove_files) COMPLETE |
| 7705 | 2025-08-18T19:45:52.265Z | [ recovery-image] Aug 18 19:45:51.544 INFO O| Aug 18 19:45:51.544 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7706 | 2025-08-18T19:45:52.271Z | [ recovery-image] Aug 18 19:45:51.556 INFO O| Aug 18 19:45:51.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid" |
| 7707 | 2025-08-18T19:45:52.274Z | [ recovery-image] Aug 18 19:45:51.556 INFO O| Aug 18 19:45:51.556 INFO STEP 963 (remove_files) COMPLETE |
| 7708 | 2025-08-18T19:45:52.274Z | [ recovery-image] Aug 18 19:45:51.556 INFO O| Aug 18 19:45:51.556 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7709 | 2025-08-18T19:45:52.283Z | [ recovery-image] Aug 18 19:45:51.568 INFO O| Aug 18 19:45:51.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn" |
| 7710 | 2025-08-18T19:45:52.283Z | [ recovery-image] Aug 18 19:45:51.568 INFO O| Aug 18 19:45:51.568 INFO STEP 964 (remove_files) COMPLETE |
| 7711 | 2025-08-18T19:45:52.286Z | [ recovery-image] Aug 18 19:45:51.568 INFO O| Aug 18 19:45:51.568 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7712 | 2025-08-18T19:45:52.295Z | [ recovery-image] Aug 18 19:45:51.579 INFO O| Aug 18 19:45:51.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext" |
| 7713 | 2025-08-18T19:45:52.295Z | [ recovery-image] Aug 18 19:45:51.579 INFO O| Aug 18 19:45:51.579 INFO STEP 965 (remove_files) COMPLETE |
| 7714 | 2025-08-18T19:45:52.298Z | [ recovery-image] Aug 18 19:45:51.579 INFO O| Aug 18 19:45:51.579 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7715 | 2025-08-18T19:45:52.307Z | [ recovery-image] Aug 18 19:45:51.591 INFO O| Aug 18 19:45:51.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate" |
| 7716 | 2025-08-18T19:45:52.307Z | [ recovery-image] Aug 18 19:45:51.591 INFO O| Aug 18 19:45:51.591 INFO STEP 966 (remove_files) COMPLETE |
| 7717 | 2025-08-18T19:45:52.310Z | [ recovery-image] Aug 18 19:45:51.591 INFO O| Aug 18 19:45:51.591 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7718 | 2025-08-18T19:45:52.318Z | [ recovery-image] Aug 18 19:45:51.603 INFO O| Aug 18 19:45:51.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid" |
| 7719 | 2025-08-18T19:45:52.318Z | [ recovery-image] Aug 18 19:45:51.603 INFO O| Aug 18 19:45:51.603 INFO STEP 967 (remove_files) COMPLETE |
| 7720 | 2025-08-18T19:45:52.322Z | [ recovery-image] Aug 18 19:45:51.603 INFO O| Aug 18 19:45:51.603 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7721 | 2025-08-18T19:45:52.331Z | [ recovery-image] Aug 18 19:45:51.615 INFO O| Aug 18 19:45:51.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint" |
| 7722 | 2025-08-18T19:45:52.331Z | [ recovery-image] Aug 18 19:45:51.615 INFO O| Aug 18 19:45:51.615 INFO STEP 968 (remove_files) COMPLETE |
| 7723 | 2025-08-18T19:45:52.334Z | [ recovery-image] Aug 18 19:45:51.615 INFO O| Aug 18 19:45:51.615 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7724 | 2025-08-18T19:45:52.343Z | [ recovery-image] Aug 18 19:45:51.627 INFO O| Aug 18 19:45:51.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath" |
| 7725 | 2025-08-18T19:45:52.343Z | [ recovery-image] Aug 18 19:45:51.628 INFO O| Aug 18 19:45:51.628 INFO STEP 969 (remove_files) COMPLETE |
| 7726 | 2025-08-18T19:45:52.346Z | [ recovery-image] Aug 18 19:45:51.628 INFO O| Aug 18 19:45:51.628 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7727 | 2025-08-18T19:45:52.354Z | [ recovery-image] Aug 18 19:45:51.639 INFO O| Aug 18 19:45:51.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange" |
| 7728 | 2025-08-18T19:45:52.354Z | [ recovery-image] Aug 18 19:45:51.639 INFO O| Aug 18 19:45:51.639 INFO STEP 970 (remove_files) COMPLETE |
| 7729 | 2025-08-18T19:45:52.357Z | [ recovery-image] Aug 18 19:45:51.639 INFO O| Aug 18 19:45:51.639 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7730 | 2025-08-18T19:45:52.366Z | [ recovery-image] Aug 18 19:45:51.650 INFO O| Aug 18 19:45:51.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr" |
| 7731 | 2025-08-18T19:45:52.369Z | [ recovery-image] Aug 18 19:45:51.650 INFO O| Aug 18 19:45:51.650 INFO STEP 971 (remove_files) COMPLETE |
| 7732 | 2025-08-18T19:45:52.369Z | [ recovery-image] Aug 18 19:45:51.651 INFO O| Aug 18 19:45:51.650 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7733 | 2025-08-18T19:45:52.378Z | [ recovery-image] Aug 18 19:45:51.663 INFO O| Aug 18 19:45:51.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime" |
| 7734 | 2025-08-18T19:45:52.378Z | [ recovery-image] Aug 18 19:45:51.663 INFO O| Aug 18 19:45:51.663 INFO STEP 972 (remove_files) COMPLETE |
| 7735 | 2025-08-18T19:45:52.381Z | [ recovery-image] Aug 18 19:45:51.663 INFO O| Aug 18 19:45:51.663 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7736 | 2025-08-18T19:45:52.388Z | [ recovery-image] Aug 18 19:45:51.673 INFO O| Aug 18 19:45:51.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid" |
| 7737 | 2025-08-18T19:45:52.388Z | [ recovery-image] Aug 18 19:45:51.673 INFO O| Aug 18 19:45:51.673 INFO STEP 973 (remove_files) COMPLETE |
| 7738 | 2025-08-18T19:45:52.391Z | [ recovery-image] Aug 18 19:45:51.673 INFO O| Aug 18 19:45:51.673 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7739 | 2025-08-18T19:45:52.400Z | [ recovery-image] Aug 18 19:45:51.685 INFO O| Aug 18 19:45:51.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn" |
| 7740 | 2025-08-18T19:45:52.403Z | [ recovery-image] Aug 18 19:45:51.685 INFO O| Aug 18 19:45:51.685 INFO STEP 974 (remove_files) COMPLETE |
| 7741 | 2025-08-18T19:45:52.403Z | [ recovery-image] Aug 18 19:45:51.685 INFO O| Aug 18 19:45:51.685 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7742 | 2025-08-18T19:45:52.410Z | [ recovery-image] Aug 18 19:45:51.695 INFO O| Aug 18 19:45:51.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall" |
| 7743 | 2025-08-18T19:45:52.413Z | [ recovery-image] Aug 18 19:45:51.695 INFO O| Aug 18 19:45:51.695 INFO STEP 975 (remove_files) COMPLETE |
| 7744 | 2025-08-18T19:45:52.413Z | [ recovery-image] Aug 18 19:45:51.695 INFO O| Aug 18 19:45:51.695 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7745 | 2025-08-18T19:45:52.422Z | [ recovery-image] Aug 18 19:45:51.707 INFO O| Aug 18 19:45:51.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname" |
| 7746 | 2025-08-18T19:45:52.422Z | [ recovery-image] Aug 18 19:45:51.707 INFO O| Aug 18 19:45:51.707 INFO STEP 976 (remove_files) COMPLETE |
| 7747 | 2025-08-18T19:45:52.422Z | [ recovery-image] Aug 18 19:45:51.707 INFO O| Aug 18 19:45:51.707 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7748 | 2025-08-18T19:45:52.434Z | [ recovery-image] Aug 18 19:45:51.718 INFO O| Aug 18 19:45:51.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove" |
| 7749 | 2025-08-18T19:45:52.434Z | [ recovery-image] Aug 18 19:45:51.719 INFO O| Aug 18 19:45:51.719 INFO STEP 977 (remove_files) COMPLETE |
| 7750 | 2025-08-18T19:45:52.437Z | [ recovery-image] Aug 18 19:45:51.719 INFO O| Aug 18 19:45:51.719 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7751 | 2025-08-18T19:45:52.444Z | [ recovery-image] Aug 18 19:45:51.729 INFO O| Aug 18 19:45:51.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv" |
| 7752 | 2025-08-18T19:45:52.444Z | [ recovery-image] Aug 18 19:45:51.729 INFO O| Aug 18 19:45:51.729 INFO STEP 978 (remove_files) COMPLETE |
| 7753 | 2025-08-18T19:45:52.447Z | [ recovery-image] Aug 18 19:45:51.729 INFO O| Aug 18 19:45:51.729 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7754 | 2025-08-18T19:45:52.453Z | [ recovery-image] Aug 18 19:45:51.738 INFO O| Aug 18 19:45:51.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db" |
| 7755 | 2025-08-18T19:45:52.455Z | [ recovery-image] Aug 18 19:45:51.738 INFO O| Aug 18 19:45:51.738 INFO STEP 979 (remove_files) COMPLETE |
| 7756 | 2025-08-18T19:45:52.455Z | [ recovery-image] Aug 18 19:45:51.738 INFO O| Aug 18 19:45:51.738 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7757 | 2025-08-18T19:45:52.465Z | [ recovery-image] Aug 18 19:45:51.750 INFO O| Aug 18 19:45:51.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve" |
| 7758 | 2025-08-18T19:45:52.468Z | [ recovery-image] Aug 18 19:45:51.750 INFO O| Aug 18 19:45:51.750 INFO STEP 980 (remove_files) COMPLETE |
| 7759 | 2025-08-18T19:45:52.468Z | [ recovery-image] Aug 18 19:45:51.750 INFO O| Aug 18 19:45:51.750 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7760 | 2025-08-18T19:45:52.477Z | [ recovery-image] Aug 18 19:45:51.761 INFO O| Aug 18 19:45:51.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates" |
| 7761 | 2025-08-18T19:45:52.480Z | [ recovery-image] Aug 18 19:45:51.762 INFO O| Aug 18 19:45:51.762 INFO STEP 981 (remove_files) COMPLETE |
| 7762 | 2025-08-18T19:45:52.480Z | [ recovery-image] Aug 18 19:45:51.762 INFO O| Aug 18 19:45:51.762 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7763 | 2025-08-18T19:45:52.489Z | [ recovery-image] Aug 18 19:45:51.774 INFO O| Aug 18 19:45:51.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay" |
| 7764 | 2025-08-18T19:45:52.492Z | [ recovery-image] Aug 18 19:45:51.774 INFO O| Aug 18 19:45:51.774 INFO STEP 982 (remove_files) COMPLETE |
| 7765 | 2025-08-18T19:45:52.492Z | [ recovery-image] Aug 18 19:45:51.774 INFO O| Aug 18 19:45:51.774 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7766 | 2025-08-18T19:45:52.501Z | [ recovery-image] Aug 18 19:45:51.786 INFO O| Aug 18 19:45:51.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm" |
| 7767 | 2025-08-18T19:45:52.501Z | [ recovery-image] Aug 18 19:45:51.786 INFO O| Aug 18 19:45:51.786 INFO STEP 983 (remove_files) COMPLETE |
| 7768 | 2025-08-18T19:45:52.504Z | [ recovery-image] Aug 18 19:45:51.786 INFO O| Aug 18 19:45:51.786 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7769 | 2025-08-18T19:45:52.513Z | [ recovery-image] Aug 18 19:45:51.798 INFO O| Aug 18 19:45:51.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump" |
| 7770 | 2025-08-18T19:45:52.513Z | [ recovery-image] Aug 18 19:45:51.798 INFO O| Aug 18 19:45:51.798 INFO STEP 984 (remove_files) COMPLETE |
| 7771 | 2025-08-18T19:45:52.516Z | [ recovery-image] Aug 18 19:45:51.798 INFO O| Aug 18 19:45:51.798 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7772 | 2025-08-18T19:45:52.525Z | [ recovery-image] Aug 18 19:45:51.810 INFO O| Aug 18 19:45:51.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract" |
| 7773 | 2025-08-18T19:45:52.525Z | [ recovery-image] Aug 18 19:45:51.810 INFO O| Aug 18 19:45:51.810 INFO STEP 985 (remove_files) COMPLETE |
| 7774 | 2025-08-18T19:45:52.528Z | [ recovery-image] Aug 18 19:45:51.810 INFO O| Aug 18 19:45:51.810 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7775 | 2025-08-18T19:45:52.536Z | [ recovery-image] Aug 18 19:45:51.820 INFO O| Aug 18 19:45:51.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv" |
| 7776 | 2025-08-18T19:45:52.536Z | [ recovery-image] Aug 18 19:45:51.820 INFO O| Aug 18 19:45:51.820 INFO STEP 986 (remove_files) COMPLETE |
| 7777 | 2025-08-18T19:45:52.539Z | [ recovery-image] Aug 18 19:45:51.820 INFO O| Aug 18 19:45:51.820 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7778 | 2025-08-18T19:45:52.548Z | [ recovery-image] Aug 18 19:45:51.833 INFO O| Aug 18 19:45:51.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate" |
| 7779 | 2025-08-18T19:45:52.548Z | [ recovery-image] Aug 18 19:45:51.833 INFO O| Aug 18 19:45:51.833 INFO STEP 987 (remove_files) COMPLETE |
| 7780 | 2025-08-18T19:45:52.552Z | [ recovery-image] Aug 18 19:45:51.833 INFO O| Aug 18 19:45:51.833 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7781 | 2025-08-18T19:45:52.561Z | [ recovery-image] Aug 18 19:45:51.845 INFO O| Aug 18 19:45:51.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat" |
| 7782 | 2025-08-18T19:45:52.564Z | [ recovery-image] Aug 18 19:45:51.846 INFO O| Aug 18 19:45:51.845 INFO STEP 988 (remove_files) COMPLETE |
| 7783 | 2025-08-18T19:45:52.564Z | [ recovery-image] Aug 18 19:45:51.846 INFO O| Aug 18 19:45:51.846 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7784 | 2025-08-18T19:45:52.574Z | [ recovery-image] Aug 18 19:45:51.859 INFO O| Aug 18 19:45:51.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat" |
| 7785 | 2025-08-18T19:45:52.574Z | [ recovery-image] Aug 18 19:45:51.859 INFO O| Aug 18 19:45:51.859 INFO STEP 989 (remove_files) COMPLETE |
| 7786 | 2025-08-18T19:45:52.577Z | [ recovery-image] Aug 18 19:45:51.859 INFO O| Aug 18 19:45:51.859 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7787 | 2025-08-18T19:45:52.587Z | [ recovery-image] Aug 18 19:45:51.871 INFO O| Aug 18 19:45:51.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat" |
| 7788 | 2025-08-18T19:45:52.587Z | [ recovery-image] Aug 18 19:45:51.872 INFO O| Aug 18 19:45:51.871 INFO STEP 990 (remove_files) COMPLETE |
| 7789 | 2025-08-18T19:45:52.590Z | [ recovery-image] Aug 18 19:45:51.872 INFO O| Aug 18 19:45:51.872 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7790 | 2025-08-18T19:45:52.597Z | [ recovery-image] Aug 18 19:45:51.882 INFO O| Aug 18 19:45:51.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp" |
| 7791 | 2025-08-18T19:45:52.597Z | [ recovery-image] Aug 18 19:45:51.882 INFO O| Aug 18 19:45:51.882 INFO STEP 991 (remove_files) COMPLETE |
| 7792 | 2025-08-18T19:45:52.600Z | [ recovery-image] Aug 18 19:45:51.882 INFO O| Aug 18 19:45:51.882 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7793 | 2025-08-18T19:45:52.610Z | [ recovery-image] Aug 18 19:45:51.895 INFO O| Aug 18 19:45:51.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit" |
| 7794 | 2025-08-18T19:45:52.610Z | [ recovery-image] Aug 18 19:45:51.895 INFO O| Aug 18 19:45:51.895 INFO STEP 992 (remove_files) COMPLETE |
| 7795 | 2025-08-18T19:45:52.613Z | [ recovery-image] Aug 18 19:45:51.895 INFO O| Aug 18 19:45:51.895 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7796 | 2025-08-18T19:45:52.622Z | [ recovery-image] Aug 18 19:45:51.906 INFO O| Aug 18 19:45:51.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig" |
| 7797 | 2025-08-18T19:45:52.622Z | [ recovery-image] Aug 18 19:45:51.907 INFO O| Aug 18 19:45:51.907 INFO STEP 993 (remove_files) COMPLETE |
| 7798 | 2025-08-18T19:45:52.624Z | [ recovery-image] Aug 18 19:45:51.907 INFO O| Aug 18 19:45:51.907 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7799 | 2025-08-18T19:45:52.633Z | [ recovery-image] Aug 18 19:45:51.918 INFO O| Aug 18 19:45:51.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd" |
| 7800 | 2025-08-18T19:45:52.633Z | [ recovery-image] Aug 18 19:45:51.919 INFO O| Aug 18 19:45:51.918 INFO STEP 994 (remove_files) COMPLETE |
| 7801 | 2025-08-18T19:45:52.636Z | [ recovery-image] Aug 18 19:45:51.919 INFO O| Aug 18 19:45:51.918 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7802 | 2025-08-18T19:45:52.645Z | [ recovery-image] Aug 18 19:45:51.931 INFO O| Aug 18 19:45:51.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord" |
| 7803 | 2025-08-18T19:45:52.648Z | [ recovery-image] Aug 18 19:45:51.931 INFO O| Aug 18 19:45:51.931 INFO STEP 995 (remove_files) COMPLETE |
| 7804 | 2025-08-18T19:45:52.649Z | [ recovery-image] Aug 18 19:45:51.931 INFO O| Aug 18 19:45:51.931 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7805 | 2025-08-18T19:45:52.657Z | [ recovery-image] Aug 18 19:45:51.942 INFO O| Aug 18 19:45:51.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce" |
| 7806 | 2025-08-18T19:45:52.660Z | [ recovery-image] Aug 18 19:45:51.943 INFO O| Aug 18 19:45:51.943 INFO STEP 996 (remove_files) COMPLETE |
| 7807 | 2025-08-18T19:45:52.660Z | [ recovery-image] Aug 18 19:45:51.943 INFO O| Aug 18 19:45:51.943 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7808 | 2025-08-18T19:45:52.669Z | [ recovery-image] Aug 18 19:45:51.954 INFO O| Aug 18 19:45:51.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat" |
| 7809 | 2025-08-18T19:45:52.669Z | [ recovery-image] Aug 18 19:45:51.954 INFO O| Aug 18 19:45:51.954 INFO STEP 997 (remove_files) COMPLETE |
| 7810 | 2025-08-18T19:45:52.672Z | [ recovery-image] Aug 18 19:45:51.954 INFO O| Aug 18 19:45:51.954 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7811 | 2025-08-18T19:45:52.678Z | [ recovery-image] Aug 18 19:45:51.963 INFO O| Aug 18 19:45:51.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks" |
| 7812 | 2025-08-18T19:45:52.681Z | [ recovery-image] Aug 18 19:45:51.963 INFO O| Aug 18 19:45:51.963 INFO STEP 998 (remove_files) COMPLETE |
| 7813 | 2025-08-18T19:45:52.681Z | [ recovery-image] Aug 18 19:45:51.963 INFO O| Aug 18 19:45:51.963 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7814 | 2025-08-18T19:45:52.691Z | [ recovery-image] Aug 18 19:45:51.976 INFO O| Aug 18 19:45:51.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve" |
| 7815 | 2025-08-18T19:45:52.694Z | [ recovery-image] Aug 18 19:45:51.976 INFO O| Aug 18 19:45:51.976 INFO STEP 999 (remove_files) COMPLETE |
| 7816 | 2025-08-18T19:45:52.694Z | [ recovery-image] Aug 18 19:45:51.976 INFO O| Aug 18 19:45:51.976 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7817 | 2025-08-18T19:45:52.701Z | [ recovery-image] Aug 18 19:45:51.986 INFO O| Aug 18 19:45:51.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl" |
| 7818 | 2025-08-18T19:45:52.701Z | [ recovery-image] Aug 18 19:45:51.987 INFO O| Aug 18 19:45:51.987 INFO STEP 1000 (remove_files) COMPLETE |
| 7819 | 2025-08-18T19:45:52.705Z | [ recovery-image] Aug 18 19:45:51.987 INFO O| Aug 18 19:45:51.987 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7820 | 2025-08-18T19:45:52.712Z | [ recovery-image] Aug 18 19:45:51.998 INFO O| Aug 18 19:45:51.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm" |
| 7821 | 2025-08-18T19:45:52.712Z | [ recovery-image] Aug 18 19:45:51.998 INFO O| Aug 18 19:45:51.998 INFO STEP 1001 (remove_files) COMPLETE |
| 7822 | 2025-08-18T19:45:52.716Z | [ recovery-image] Aug 18 19:45:51.998 INFO O| Aug 18 19:45:51.998 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7823 | 2025-08-18T19:45:52.725Z | [ recovery-image] Aug 18 19:45:52.010 INFO O| Aug 18 19:45:52.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd" |
| 7824 | 2025-08-18T19:45:52.728Z | [ recovery-image] Aug 18 19:45:52.010 INFO O| Aug 18 19:45:52.010 INFO STEP 1002 (remove_files) COMPLETE |
| 7825 | 2025-08-18T19:45:52.728Z | [ recovery-image] Aug 18 19:45:52.010 INFO O| Aug 18 19:45:52.010 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7826 | 2025-08-18T19:45:52.735Z | [ recovery-image] Aug 18 19:45:52.020 INFO O| Aug 18 19:45:52.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot" |
| 7827 | 2025-08-18T19:45:52.735Z | [ recovery-image] Aug 18 19:45:52.021 INFO O| Aug 18 19:45:52.021 INFO STEP 1003 (remove_files) COMPLETE |
| 7828 | 2025-08-18T19:45:52.738Z | [ recovery-image] Aug 18 19:45:52.021 INFO O| Aug 18 19:45:52.021 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7829 | 2025-08-18T19:45:52.748Z | [ recovery-image] Aug 18 19:45:52.033 INFO O| Aug 18 19:45:52.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks" |
| 7830 | 2025-08-18T19:45:52.748Z | [ recovery-image] Aug 18 19:45:52.033 INFO O| Aug 18 19:45:52.033 INFO STEP 1004 (remove_files) COMPLETE |
| 7831 | 2025-08-18T19:45:52.751Z | [ recovery-image] Aug 18 19:45:52.033 INFO O| Aug 18 19:45:52.033 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7832 | 2025-08-18T19:45:52.759Z | [ recovery-image] Aug 18 19:45:52.045 INFO O| Aug 18 19:45:52.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo" |
| 7833 | 2025-08-18T19:45:52.759Z | [ recovery-image] Aug 18 19:45:52.045 INFO O| Aug 18 19:45:52.045 INFO STEP 1005 (remove_files) COMPLETE |
| 7834 | 2025-08-18T19:45:52.760Z | [ recovery-image] Aug 18 19:45:52.045 INFO O| Aug 18 19:45:52.045 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7835 | 2025-08-18T19:45:52.772Z | [ recovery-image] Aug 18 19:45:52.057 INFO O| Aug 18 19:45:52.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri" |
| 7836 | 2025-08-18T19:45:52.772Z | [ recovery-image] Aug 18 19:45:52.057 INFO O| Aug 18 19:45:52.057 INFO STEP 1006 (remove_files) COMPLETE |
| 7837 | 2025-08-18T19:45:52.775Z | [ recovery-image] Aug 18 19:45:52.057 INFO O| Aug 18 19:45:52.057 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7838 | 2025-08-18T19:45:52.784Z | [ recovery-image] Aug 18 19:45:52.069 INFO O| Aug 18 19:45:52.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm" |
| 7839 | 2025-08-18T19:45:52.784Z | [ recovery-image] Aug 18 19:45:52.069 INFO O| Aug 18 19:45:52.069 INFO STEP 1007 (remove_files) COMPLETE |
| 7840 | 2025-08-18T19:45:52.784Z | [ recovery-image] Aug 18 19:45:52.069 INFO O| Aug 18 19:45:52.069 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7841 | 2025-08-18T19:45:52.796Z | [ recovery-image] Aug 18 19:45:52.081 INFO O| Aug 18 19:45:52.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd" |
| 7842 | 2025-08-18T19:45:52.796Z | [ recovery-image] Aug 18 19:45:52.081 INFO O| Aug 18 19:45:52.081 INFO STEP 1008 (remove_files) COMPLETE |
| 7843 | 2025-08-18T19:45:52.796Z | [ recovery-image] Aug 18 19:45:52.081 INFO O| Aug 18 19:45:52.081 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7844 | 2025-08-18T19:45:52.808Z | [ recovery-image] Aug 18 19:45:52.093 INFO O| Aug 18 19:45:52.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat" |
| 7845 | 2025-08-18T19:45:52.811Z | [ recovery-image] Aug 18 19:45:52.093 INFO O| Aug 18 19:45:52.093 INFO STEP 1009 (remove_files) COMPLETE |
| 7846 | 2025-08-18T19:45:52.811Z | [ recovery-image] Aug 18 19:45:52.093 INFO O| Aug 18 19:45:52.093 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7847 | 2025-08-18T19:45:52.820Z | [ recovery-image] Aug 18 19:45:52.105 INFO O| Aug 18 19:45:52.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate" |
| 7848 | 2025-08-18T19:45:52.820Z | [ recovery-image] Aug 18 19:45:52.105 INFO O| Aug 18 19:45:52.105 INFO STEP 1010 (remove_files) COMPLETE |
| 7849 | 2025-08-18T19:45:52.820Z | [ recovery-image] Aug 18 19:45:52.105 INFO O| Aug 18 19:45:52.105 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7850 | 2025-08-18T19:45:52.831Z | [ recovery-image] Aug 18 19:45:52.117 INFO O| Aug 18 19:45:52.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo" |
| 7851 | 2025-08-18T19:45:52.831Z | [ recovery-image] Aug 18 19:45:52.117 INFO O| Aug 18 19:45:52.117 INFO STEP 1011 (remove_files) COMPLETE |
| 7852 | 2025-08-18T19:45:52.834Z | [ recovery-image] Aug 18 19:45:52.117 INFO O| Aug 18 19:45:52.117 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7853 | 2025-08-18T19:45:52.843Z | [ recovery-image] Aug 18 19:45:52.129 INFO O| Aug 18 19:45:52.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks" |
| 7854 | 2025-08-18T19:45:52.846Z | [ recovery-image] Aug 18 19:45:52.129 INFO O| Aug 18 19:45:52.129 INFO STEP 1012 (remove_files) COMPLETE |
| 7855 | 2025-08-18T19:45:52.846Z | [ recovery-image] Aug 18 19:45:52.129 INFO O| Aug 18 19:45:52.129 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7856 | 2025-08-18T19:45:52.853Z | [ recovery-image] Aug 18 19:45:52.139 INFO O| Aug 18 19:45:52.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df" |
| 7857 | 2025-08-18T19:45:52.856Z | [ recovery-image] Aug 18 19:45:52.139 INFO O| Aug 18 19:45:52.139 INFO STEP 1013 (remove_files) COMPLETE |
| 7858 | 2025-08-18T19:45:52.856Z | [ recovery-image] Aug 18 19:45:52.139 INFO O| Aug 18 19:45:52.139 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7859 | 2025-08-18T19:45:52.862Z | [ recovery-image] Aug 18 19:45:52.147 INFO O| Aug 18 19:45:52.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts" |
| 7860 | 2025-08-18T19:45:52.862Z | [ recovery-image] Aug 18 19:45:52.148 INFO O| Aug 18 19:45:52.148 INFO STEP 1014 (remove_files) COMPLETE |
| 7861 | 2025-08-18T19:45:52.862Z | [ recovery-image] Aug 18 19:45:52.148 INFO O| Aug 18 19:45:52.148 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7862 | 2025-08-18T19:45:52.870Z | [ recovery-image] Aug 18 19:45:52.156 INFO O| Aug 18 19:45:52.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares" |
| 7863 | 2025-08-18T19:45:52.873Z | [ recovery-image] Aug 18 19:45:52.156 INFO O| Aug 18 19:45:52.156 INFO STEP 1015 (remove_files) COMPLETE |
| 7864 | 2025-08-18T19:45:52.873Z | [ recovery-image] Aug 18 19:45:52.156 INFO O| Aug 18 19:45:52.156 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7865 | 2025-08-18T19:45:52.882Z | [ recovery-image] Aug 18 19:45:52.168 INFO O| Aug 18 19:45:52.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks" |
| 7866 | 2025-08-18T19:45:52.883Z | [ recovery-image] Aug 18 19:45:52.168 INFO O| Aug 18 19:45:52.168 INFO STEP 1016 (remove_files) COMPLETE |
| 7867 | 2025-08-18T19:45:52.885Z | [ recovery-image] Aug 18 19:45:52.168 INFO O| Aug 18 19:45:52.168 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7868 | 2025-08-18T19:45:52.895Z | [ recovery-image] Aug 18 19:45:52.180 INFO O| Aug 18 19:45:52.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin" |
| 7869 | 2025-08-18T19:45:52.895Z | [ recovery-image] Aug 18 19:45:52.180 INFO O| Aug 18 19:45:52.180 INFO STEP 1017 (remove_files) COMPLETE |
| 7870 | 2025-08-18T19:45:52.895Z | [ recovery-image] Aug 18 19:45:52.180 INFO O| Aug 18 19:45:52.180 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7871 | 2025-08-18T19:45:52.907Z | [ recovery-image] Aug 18 19:45:52.192 INFO O| Aug 18 19:45:52.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo" |
| 7872 | 2025-08-18T19:45:52.907Z | [ recovery-image] Aug 18 19:45:52.192 INFO O| Aug 18 19:45:52.192 INFO STEP 1018 (remove_files) COMPLETE |
| 7873 | 2025-08-18T19:45:52.907Z | [ recovery-image] Aug 18 19:45:52.192 INFO O| Aug 18 19:45:52.192 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7874 | 2025-08-18T19:45:52.919Z | [ recovery-image] Aug 18 19:45:52.204 INFO O| Aug 18 19:45:52.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig" |
| 7875 | 2025-08-18T19:45:52.920Z | [ recovery-image] Aug 18 19:45:52.204 INFO O| Aug 18 19:45:52.204 INFO STEP 1019 (remove_files) COMPLETE |
| 7876 | 2025-08-18T19:45:52.923Z | [ recovery-image] Aug 18 19:45:52.204 INFO O| Aug 18 19:45:52.204 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7877 | 2025-08-18T19:45:52.931Z | [ recovery-image] Aug 18 19:45:52.217 INFO O| Aug 18 19:45:52.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom" |
| 7878 | 2025-08-18T19:45:52.934Z | [ recovery-image] Aug 18 19:45:52.217 INFO O| Aug 18 19:45:52.217 INFO STEP 1020 (remove_files) COMPLETE |
| 7879 | 2025-08-18T19:45:52.934Z | [ recovery-image] Aug 18 19:45:52.217 INFO O| Aug 18 19:45:52.217 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7880 | 2025-08-18T19:45:52.965Z | [ recovery-image] Aug 18 19:45:52.229 INFO O| Aug 18 19:45:52.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff" |
| 7881 | 2025-08-18T19:45:52.965Z | [ recovery-image] Aug 18 19:45:52.229 INFO O| Aug 18 19:45:52.229 INFO STEP 1021 (remove_files) COMPLETE |
| 7882 | 2025-08-18T19:45:52.965Z | [ recovery-image] Aug 18 19:45:52.229 INFO O| Aug 18 19:45:52.229 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7883 | 2025-08-18T19:45:52.970Z | [ recovery-image] Aug 18 19:45:52.242 INFO O| Aug 18 19:45:52.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm" |
| 7884 | 2025-08-18T19:45:52.971Z | [ recovery-image] Aug 18 19:45:52.242 INFO O| Aug 18 19:45:52.242 INFO STEP 1022 (remove_files) COMPLETE |
| 7885 | 2025-08-18T19:45:52.971Z | [ recovery-image] Aug 18 19:45:52.242 INFO O| Aug 18 19:45:52.242 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7886 | 2025-08-18T19:45:52.971Z | [ recovery-image] Aug 18 19:45:52.251 INFO O| Aug 18 19:45:52.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump" |
| 7887 | 2025-08-18T19:45:52.971Z | [ recovery-image] Aug 18 19:45:52.251 INFO O| Aug 18 19:45:52.251 INFO STEP 1023 (remove_files) COMPLETE |
| 7888 | 2025-08-18T19:45:52.971Z | [ recovery-image] Aug 18 19:45:52.251 INFO O| Aug 18 19:45:52.251 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7889 | 2025-08-18T19:45:52.977Z | [ recovery-image] Aug 18 19:45:52.263 INFO O| Aug 18 19:45:52.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat" |
| 7890 | 2025-08-18T19:45:52.980Z | [ recovery-image] Aug 18 19:45:52.263 INFO O| Aug 18 19:45:52.263 INFO STEP 1024 (remove_files) COMPLETE |
| 7891 | 2025-08-18T19:45:52.980Z | [ recovery-image] Aug 18 19:45:52.263 INFO O| Aug 18 19:45:52.263 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7892 | 2025-08-18T19:45:52.990Z | [ recovery-image] Aug 18 19:45:52.275 INFO O| Aug 18 19:45:52.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard" |
| 7893 | 2025-08-18T19:45:52.990Z | [ recovery-image] Aug 18 19:45:52.275 INFO O| Aug 18 19:45:52.275 INFO STEP 1025 (remove_files) COMPLETE |
| 7894 | 2025-08-18T19:45:52.993Z | [ recovery-image] Aug 18 19:45:52.275 INFO O| Aug 18 19:45:52.275 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7895 | 2025-08-18T19:45:53.002Z | [ recovery-image] Aug 18 19:45:52.288 INFO O| Aug 18 19:45:52.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format" |
| 7896 | 2025-08-18T19:45:53.005Z | [ recovery-image] Aug 18 19:45:52.288 INFO O| Aug 18 19:45:52.288 INFO STEP 1026 (remove_files) COMPLETE |
| 7897 | 2025-08-18T19:45:53.005Z | [ recovery-image] Aug 18 19:45:52.288 INFO O| Aug 18 19:45:52.288 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7898 | 2025-08-18T19:45:53.015Z | [ recovery-image] Aug 18 19:45:52.301 INFO O| Aug 18 19:45:52.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck" |
| 7899 | 2025-08-18T19:45:53.015Z | [ recovery-image] Aug 18 19:45:52.301 INFO O| Aug 18 19:45:52.301 INFO STEP 1027 (remove_files) COMPLETE |
| 7900 | 2025-08-18T19:45:53.018Z | [ recovery-image] Aug 18 19:45:52.301 INFO O| Aug 18 19:45:52.301 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7901 | 2025-08-18T19:45:53.027Z | [ recovery-image] Aug 18 19:45:52.313 INFO O| Aug 18 19:45:52.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser" |
| 7902 | 2025-08-18T19:45:53.030Z | [ recovery-image] Aug 18 19:45:52.313 INFO O| Aug 18 19:45:52.313 INFO STEP 1028 (remove_files) COMPLETE |
| 7903 | 2025-08-18T19:45:53.030Z | [ recovery-image] Aug 18 19:45:52.313 INFO O| Aug 18 19:45:52.313 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7904 | 2025-08-18T19:45:53.040Z | [ recovery-image] Aug 18 19:45:52.325 INFO O| Aug 18 19:45:52.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy" |
| 7905 | 2025-08-18T19:45:53.040Z | [ recovery-image] Aug 18 19:45:52.325 INFO O| Aug 18 19:45:52.325 INFO STEP 1029 (remove_files) COMPLETE |
| 7906 | 2025-08-18T19:45:53.043Z | [ recovery-image] Aug 18 19:45:52.326 INFO O| Aug 18 19:45:52.325 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7907 | 2025-08-18T19:45:53.051Z | [ recovery-image] Aug 18 19:45:52.336 INFO O| Aug 18 19:45:52.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor" |
| 7908 | 2025-08-18T19:45:53.051Z | [ recovery-image] Aug 18 19:45:52.336 INFO O| Aug 18 19:45:52.336 INFO STEP 1030 (remove_files) COMPLETE |
| 7909 | 2025-08-18T19:45:53.054Z | [ recovery-image] Aug 18 19:45:52.336 INFO O| Aug 18 19:45:52.336 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7910 | 2025-08-18T19:45:53.064Z | [ recovery-image] Aug 18 19:45:52.350 INFO O| Aug 18 19:45:52.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd" |
| 7911 | 2025-08-18T19:45:53.064Z | [ recovery-image] Aug 18 19:45:52.350 INFO O| Aug 18 19:45:52.350 INFO STEP 1031 (remove_files) COMPLETE |
| 7912 | 2025-08-18T19:45:53.064Z | [ recovery-image] Aug 18 19:45:52.350 INFO O| Aug 18 19:45:52.350 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7913 | 2025-08-18T19:45:53.073Z | [ recovery-image] Aug 18 19:45:52.359 INFO O| Aug 18 19:45:52.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel" |
| 7914 | 2025-08-18T19:45:53.073Z | [ recovery-image] Aug 18 19:45:52.359 INFO O| Aug 18 19:45:52.359 INFO STEP 1032 (remove_files) COMPLETE |
| 7915 | 2025-08-18T19:45:53.076Z | [ recovery-image] Aug 18 19:45:52.359 INFO O| Aug 18 19:45:52.359 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7916 | 2025-08-18T19:45:53.082Z | [ recovery-image] Aug 18 19:45:52.368 INFO O| Aug 18 19:45:52.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod" |
| 7917 | 2025-08-18T19:45:53.085Z | [ recovery-image] Aug 18 19:45:52.368 INFO O| Aug 18 19:45:52.368 INFO STEP 1033 (remove_files) COMPLETE |
| 7918 | 2025-08-18T19:45:53.085Z | [ recovery-image] Aug 18 19:45:52.368 INFO O| Aug 18 19:45:52.368 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7919 | 2025-08-18T19:45:53.093Z | [ recovery-image] Aug 18 19:45:52.378 INFO O| Aug 18 19:45:52.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs" |
| 7920 | 2025-08-18T19:45:53.093Z | [ recovery-image] Aug 18 19:45:52.378 INFO O| Aug 18 19:45:52.378 INFO STEP 1034 (remove_files) COMPLETE |
| 7921 | 2025-08-18T19:45:53.093Z | [ recovery-image] Aug 18 19:45:52.378 INFO O| Aug 18 19:45:52.378 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7922 | 2025-08-18T19:45:53.101Z | [ recovery-image] Aug 18 19:45:52.387 INFO O| Aug 18 19:45:52.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck" |
| 7923 | 2025-08-18T19:45:53.101Z | [ recovery-image] Aug 18 19:45:52.387 INFO O| Aug 18 19:45:52.387 INFO STEP 1035 (remove_files) COMPLETE |
| 7924 | 2025-08-18T19:45:53.104Z | [ recovery-image] Aug 18 19:45:52.387 INFO O| Aug 18 19:45:52.387 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7925 | 2025-08-18T19:45:53.114Z | [ recovery-image] Aug 18 19:45:52.400 INFO O| Aug 18 19:45:52.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred" |
| 7926 | 2025-08-18T19:45:53.117Z | [ recovery-image] Aug 18 19:45:52.400 INFO O| Aug 18 19:45:52.400 INFO STEP 1036 (remove_files) COMPLETE |
| 7927 | 2025-08-18T19:45:53.117Z | [ recovery-image] Aug 18 19:45:52.400 INFO O| Aug 18 19:45:52.400 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7928 | 2025-08-18T19:45:53.124Z | [ recovery-image] Aug 18 19:45:52.410 INFO O| Aug 18 19:45:52.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt" |
| 7929 | 2025-08-18T19:45:53.124Z | [ recovery-image] Aug 18 19:45:52.410 INFO O| Aug 18 19:45:52.410 INFO STEP 1037 (remove_files) COMPLETE |
| 7930 | 2025-08-18T19:45:53.128Z | [ recovery-image] Aug 18 19:45:52.410 INFO O| Aug 18 19:45:52.410 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7931 | 2025-08-18T19:45:53.134Z | [ recovery-image] Aug 18 19:45:52.420 INFO O| Aug 18 19:45:52.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug" |
| 7932 | 2025-08-18T19:45:53.134Z | [ recovery-image] Aug 18 19:45:52.420 INFO O| Aug 18 19:45:52.420 INFO STEP 1038 (remove_files) COMPLETE |
| 7933 | 2025-08-18T19:45:53.134Z | [ recovery-image] Aug 18 19:45:52.420 INFO O| Aug 18 19:45:52.420 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7934 | 2025-08-18T19:45:53.143Z | [ recovery-image] Aug 18 19:45:52.428 INFO O| Aug 18 19:45:52.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl" |
| 7935 | 2025-08-18T19:45:53.146Z | [ recovery-image] Aug 18 19:45:52.429 INFO O| Aug 18 19:45:52.429 INFO STEP 1039 (remove_files) COMPLETE |
| 7936 | 2025-08-18T19:45:53.146Z | [ recovery-image] Aug 18 19:45:52.429 INFO O| Aug 18 19:45:52.429 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7937 | 2025-08-18T19:45:53.155Z | [ recovery-image] Aug 18 19:45:52.441 INFO O| Aug 18 19:45:52.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap" |
| 7938 | 2025-08-18T19:45:53.155Z | [ recovery-image] Aug 18 19:45:52.441 INFO O| Aug 18 19:45:52.441 INFO STEP 1040 (remove_files) COMPLETE |
| 7939 | 2025-08-18T19:45:53.158Z | [ recovery-image] Aug 18 19:45:52.441 INFO O| Aug 18 19:45:52.441 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7940 | 2025-08-18T19:45:53.166Z | [ recovery-image] Aug 18 19:45:52.452 INFO O| Aug 18 19:45:52.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm" |
| 7941 | 2025-08-18T19:45:53.166Z | [ recovery-image] Aug 18 19:45:52.452 INFO O| Aug 18 19:45:52.452 INFO STEP 1041 (remove_files) COMPLETE |
| 7942 | 2025-08-18T19:45:53.169Z | [ recovery-image] Aug 18 19:45:52.452 INFO O| Aug 18 19:45:52.452 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7943 | 2025-08-18T19:45:53.178Z | [ recovery-image] Aug 18 19:45:52.464 INFO O| Aug 18 19:45:52.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm" |
| 7944 | 2025-08-18T19:45:53.181Z | [ recovery-image] Aug 18 19:45:52.464 INFO O| Aug 18 19:45:52.464 INFO STEP 1042 (remove_files) COMPLETE |
| 7945 | 2025-08-18T19:45:53.181Z | [ recovery-image] Aug 18 19:45:52.464 INFO O| Aug 18 19:45:52.464 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7946 | 2025-08-18T19:45:53.189Z | [ recovery-image] Aug 18 19:45:52.474 INFO O| Aug 18 19:45:52.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert" |
| 7947 | 2025-08-18T19:45:53.192Z | [ recovery-image] Aug 18 19:45:52.474 INFO O| Aug 18 19:45:52.474 INFO STEP 1043 (remove_files) COMPLETE |
| 7948 | 2025-08-18T19:45:53.192Z | [ recovery-image] Aug 18 19:45:52.474 INFO O| Aug 18 19:45:52.474 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7949 | 2025-08-18T19:45:53.201Z | [ recovery-image] Aug 18 19:45:52.487 INFO O| Aug 18 19:45:52.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc" |
| 7950 | 2025-08-18T19:45:53.201Z | [ recovery-image] Aug 18 19:45:52.487 INFO O| Aug 18 19:45:52.487 INFO STEP 1044 (remove_files) COMPLETE |
| 7951 | 2025-08-18T19:45:53.201Z | [ recovery-image] Aug 18 19:45:52.487 INFO O| Aug 18 19:45:52.487 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7952 | 2025-08-18T19:45:53.213Z | [ recovery-image] Aug 18 19:45:52.499 INFO O| Aug 18 19:45:52.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed" |
| 7953 | 2025-08-18T19:45:53.217Z | [ recovery-image] Aug 18 19:45:52.499 INFO O| Aug 18 19:45:52.499 INFO STEP 1045 (remove_files) COMPLETE |
| 7954 | 2025-08-18T19:45:53.217Z | [ recovery-image] Aug 18 19:45:52.499 INFO O| Aug 18 19:45:52.499 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7955 | 2025-08-18T19:45:53.223Z | [ recovery-image] Aug 18 19:45:52.509 INFO O| Aug 18 19:45:52.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm" |
| 7956 | 2025-08-18T19:45:53.226Z | [ recovery-image] Aug 18 19:45:52.509 INFO O| Aug 18 19:45:52.509 INFO STEP 1046 (remove_files) COMPLETE |
| 7957 | 2025-08-18T19:45:53.226Z | [ recovery-image] Aug 18 19:45:52.509 INFO O| Aug 18 19:45:52.509 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7958 | 2025-08-18T19:45:53.234Z | [ recovery-image] Aug 18 19:45:52.520 INFO O| Aug 18 19:45:52.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv" |
| 7959 | 2025-08-18T19:45:53.237Z | [ recovery-image] Aug 18 19:45:52.520 INFO O| Aug 18 19:45:52.520 INFO STEP 1047 (remove_files) COMPLETE |
| 7960 | 2025-08-18T19:45:53.237Z | [ recovery-image] Aug 18 19:45:52.520 INFO O| Aug 18 19:45:52.520 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7961 | 2025-08-18T19:45:53.245Z | [ recovery-image] Aug 18 19:45:52.530 INFO O| Aug 18 19:45:52.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install" |
| 7962 | 2025-08-18T19:45:53.245Z | [ recovery-image] Aug 18 19:45:52.531 INFO O| Aug 18 19:45:52.531 INFO STEP 1048 (remove_files) COMPLETE |
| 7963 | 2025-08-18T19:45:53.248Z | [ recovery-image] Aug 18 19:45:52.531 INFO O| Aug 18 19:45:52.531 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7964 | 2025-08-18T19:45:53.253Z | [ recovery-image] Aug 18 19:45:52.539 INFO O| Aug 18 19:45:52.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot" |
| 7965 | 2025-08-18T19:45:53.253Z | [ recovery-image] Aug 18 19:45:52.539 INFO O| Aug 18 19:45:52.539 INFO STEP 1049 (remove_files) COMPLETE |
| 7966 | 2025-08-18T19:45:53.256Z | [ recovery-image] Aug 18 19:45:52.539 INFO O| Aug 18 19:45:52.539 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7967 | 2025-08-18T19:45:53.263Z | [ recovery-image] Aug 18 19:45:52.549 INFO O| Aug 18 19:45:52.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf" |
| 7968 | 2025-08-18T19:45:53.266Z | [ recovery-image] Aug 18 19:45:52.549 INFO O| Aug 18 19:45:52.549 INFO STEP 1050 (remove_files) COMPLETE |
| 7969 | 2025-08-18T19:45:53.266Z | [ recovery-image] Aug 18 19:45:52.549 INFO O| Aug 18 19:45:52.549 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7970 | 2025-08-18T19:45:53.275Z | [ recovery-image] Aug 18 19:45:52.561 INFO O| Aug 18 19:45:52.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat" |
| 7971 | 2025-08-18T19:45:53.278Z | [ recovery-image] Aug 18 19:45:52.561 INFO O| Aug 18 19:45:52.561 INFO STEP 1051 (remove_files) COMPLETE |
| 7972 | 2025-08-18T19:45:53.278Z | [ recovery-image] Aug 18 19:45:52.561 INFO O| Aug 18 19:45:52.561 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7973 | 2025-08-18T19:45:53.287Z | [ recovery-image] Aug 18 19:45:52.573 INFO O| Aug 18 19:45:52.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs" |
| 7974 | 2025-08-18T19:45:53.287Z | [ recovery-image] Aug 18 19:45:52.573 INFO O| Aug 18 19:45:52.573 INFO STEP 1052 (remove_files) COMPLETE |
| 7975 | 2025-08-18T19:45:53.287Z | [ recovery-image] Aug 18 19:45:52.573 INFO O| Aug 18 19:45:52.573 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7976 | 2025-08-18T19:45:53.299Z | [ recovery-image] Aug 18 19:45:52.585 INFO O| Aug 18 19:45:52.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf" |
| 7977 | 2025-08-18T19:45:53.299Z | [ recovery-image] Aug 18 19:45:52.585 INFO O| Aug 18 19:45:52.585 INFO STEP 1053 (remove_files) COMPLETE |
| 7978 | 2025-08-18T19:45:53.299Z | [ recovery-image] Aug 18 19:45:52.585 INFO O| Aug 18 19:45:52.585 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7979 | 2025-08-18T19:45:53.309Z | [ recovery-image] Aug 18 19:45:52.594 INFO O| Aug 18 19:45:52.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey" |
| 7980 | 2025-08-18T19:45:53.311Z | [ recovery-image] Aug 18 19:45:52.595 INFO O| Aug 18 19:45:52.594 INFO STEP 1054 (remove_files) COMPLETE |
| 7981 | 2025-08-18T19:45:53.311Z | [ recovery-image] Aug 18 19:45:52.595 INFO O| Aug 18 19:45:52.595 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7982 | 2025-08-18T19:45:53.320Z | [ recovery-image] Aug 18 19:45:52.606 INFO O| Aug 18 19:45:52.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv" |
| 7983 | 2025-08-18T19:45:53.320Z | [ recovery-image] Aug 18 19:45:52.606 INFO O| Aug 18 19:45:52.606 INFO STEP 1055 (remove_files) COMPLETE |
| 7984 | 2025-08-18T19:45:53.323Z | [ recovery-image] Aug 18 19:45:52.606 INFO O| Aug 18 19:45:52.606 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7985 | 2025-08-18T19:45:53.331Z | [ recovery-image] Aug 18 19:45:52.617 INFO O| Aug 18 19:45:52.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall" |
| 7986 | 2025-08-18T19:45:53.334Z | [ recovery-image] Aug 18 19:45:52.617 INFO O| Aug 18 19:45:52.617 INFO STEP 1056 (remove_files) COMPLETE |
| 7987 | 2025-08-18T19:45:53.334Z | [ recovery-image] Aug 18 19:45:52.617 INFO O| Aug 18 19:45:52.617 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7988 | 2025-08-18T19:45:53.340Z | [ recovery-image] Aug 18 19:45:52.626 INFO O| Aug 18 19:45:52.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link" |
| 7989 | 2025-08-18T19:45:53.340Z | [ recovery-image] Aug 18 19:45:52.626 INFO O| Aug 18 19:45:52.626 INFO STEP 1057 (remove_files) COMPLETE |
| 7990 | 2025-08-18T19:45:53.343Z | [ recovery-image] Aug 18 19:45:52.626 INFO O| Aug 18 19:45:52.626 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7991 | 2025-08-18T19:45:53.352Z | [ recovery-image] Aug 18 19:45:52.638 INFO O| Aug 18 19:45:52.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices" |
| 7992 | 2025-08-18T19:45:53.355Z | [ recovery-image] Aug 18 19:45:52.638 INFO O| Aug 18 19:45:52.638 INFO STEP 1058 (remove_files) COMPLETE |
| 7993 | 2025-08-18T19:45:53.355Z | [ recovery-image] Aug 18 19:45:52.638 INFO O| Aug 18 19:45:52.638 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7994 | 2025-08-18T19:45:53.364Z | [ recovery-image] Aug 18 19:45:52.650 INFO O| Aug 18 19:45:52.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator" |
| 7995 | 2025-08-18T19:45:53.367Z | [ recovery-image] Aug 18 19:45:52.650 INFO O| Aug 18 19:45:52.650 INFO STEP 1059 (remove_files) COMPLETE |
| 7996 | 2025-08-18T19:45:53.367Z | [ recovery-image] Aug 18 19:45:52.650 INFO O| Aug 18 19:45:52.650 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7997 | 2025-08-18T19:45:53.373Z | [ recovery-image] Aug 18 19:45:52.659 INFO O| Aug 18 19:45:52.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat" |
| 7998 | 2025-08-18T19:45:53.373Z | [ recovery-image] Aug 18 19:45:52.659 INFO O| Aug 18 19:45:52.659 INFO STEP 1060 (remove_files) COMPLETE |
| 7999 | 2025-08-18T19:45:53.376Z | [ recovery-image] Aug 18 19:45:52.659 INFO O| Aug 18 19:45:52.659 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8000 | 2025-08-18T19:45:53.383Z | [ recovery-image] Aug 18 19:45:52.670 INFO O| Aug 18 19:45:52.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm" |
| 8001 | 2025-08-18T19:45:53.384Z | [ recovery-image] Aug 18 19:45:52.670 INFO O| Aug 18 19:45:52.670 INFO STEP 1061 (remove_files) COMPLETE |
| 8002 | 2025-08-18T19:45:53.387Z | [ recovery-image] Aug 18 19:45:52.670 INFO O| Aug 18 19:45:52.670 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8003 | 2025-08-18T19:45:53.395Z | [ recovery-image] Aug 18 19:45:52.681 INFO O| Aug 18 19:45:52.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm" |
| 8004 | 2025-08-18T19:45:53.395Z | [ recovery-image] Aug 18 19:45:52.681 INFO O| Aug 18 19:45:52.681 INFO STEP 1062 (remove_files) COMPLETE |
| 8005 | 2025-08-18T19:45:53.398Z | [ recovery-image] Aug 18 19:45:52.681 INFO O| Aug 18 19:45:52.681 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8006 | 2025-08-18T19:45:53.411Z | [ recovery-image] Aug 18 19:45:52.693 INFO O| Aug 18 19:45:52.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm" |
| 8007 | 2025-08-18T19:45:53.411Z | [ recovery-image] Aug 18 19:45:52.693 INFO O| Aug 18 19:45:52.693 INFO STEP 1063 (remove_files) COMPLETE |
| 8008 | 2025-08-18T19:45:53.411Z | [ recovery-image] Aug 18 19:45:52.694 INFO O| Aug 18 19:45:52.693 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8009 | 2025-08-18T19:45:53.418Z | [ recovery-image] Aug 18 19:45:52.704 INFO O| Aug 18 19:45:52.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc" |
| 8010 | 2025-08-18T19:45:53.418Z | [ recovery-image] Aug 18 19:45:52.704 INFO O| Aug 18 19:45:52.704 INFO STEP 1064 (remove_files) COMPLETE |
| 8011 | 2025-08-18T19:45:53.418Z | [ recovery-image] Aug 18 19:45:52.704 INFO O| Aug 18 19:45:52.704 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8012 | 2025-08-18T19:45:53.430Z | [ recovery-image] Aug 18 19:45:52.716 INFO O| Aug 18 19:45:52.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps" |
| 8013 | 2025-08-18T19:45:53.430Z | [ recovery-image] Aug 18 19:45:52.716 INFO O| Aug 18 19:45:52.716 INFO STEP 1065 (remove_files) COMPLETE |
| 8014 | 2025-08-18T19:45:53.433Z | [ recovery-image] Aug 18 19:45:52.716 INFO O| Aug 18 19:45:52.716 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8015 | 2025-08-18T19:45:53.442Z | [ recovery-image] Aug 18 19:45:52.728 INFO O| Aug 18 19:45:52.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile" |
| 8016 | 2025-08-18T19:45:53.445Z | [ recovery-image] Aug 18 19:45:52.728 INFO O| Aug 18 19:45:52.728 INFO STEP 1066 (remove_files) COMPLETE |
| 8017 | 2025-08-18T19:45:53.445Z | [ recovery-image] Aug 18 19:45:52.728 INFO O| Aug 18 19:45:52.728 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8018 | 2025-08-18T19:45:53.450Z | [ recovery-image] Aug 18 19:45:52.737 INFO O| Aug 18 19:45:52.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod" |
| 8019 | 2025-08-18T19:45:53.454Z | [ recovery-image] Aug 18 19:45:52.737 INFO O| Aug 18 19:45:52.737 INFO STEP 1067 (remove_files) COMPLETE |
| 8020 | 2025-08-18T19:45:53.454Z | [ recovery-image] Aug 18 19:45:52.737 INFO O| Aug 18 19:45:52.737 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8021 | 2025-08-18T19:45:53.462Z | [ recovery-image] Aug 18 19:45:52.748 INFO O| Aug 18 19:45:52.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo" |
| 8022 | 2025-08-18T19:45:53.462Z | [ recovery-image] Aug 18 19:45:52.748 INFO O| Aug 18 19:45:52.748 INFO STEP 1068 (remove_files) COMPLETE |
| 8023 | 2025-08-18T19:45:53.462Z | [ recovery-image] Aug 18 19:45:52.748 INFO O| Aug 18 19:45:52.748 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8024 | 2025-08-18T19:45:53.471Z | [ recovery-image] Aug 18 19:45:52.757 INFO O| Aug 18 19:45:52.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload" |
| 8025 | 2025-08-18T19:45:53.474Z | [ recovery-image] Aug 18 19:45:52.757 INFO O| Aug 18 19:45:52.757 INFO STEP 1069 (remove_files) COMPLETE |
| 8026 | 2025-08-18T19:45:53.474Z | [ recovery-image] Aug 18 19:45:52.757 INFO O| Aug 18 19:45:52.757 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8027 | 2025-08-18T19:45:53.483Z | [ recovery-image] Aug 18 19:45:52.769 INFO O| Aug 18 19:45:52.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall" |
| 8028 | 2025-08-18T19:45:53.483Z | [ recovery-image] Aug 18 19:45:52.769 INFO O| Aug 18 19:45:52.769 INFO STEP 1070 (remove_files) COMPLETE |
| 8029 | 2025-08-18T19:45:53.486Z | [ recovery-image] Aug 18 19:45:52.769 INFO O| Aug 18 19:45:52.769 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8030 | 2025-08-18T19:45:53.495Z | [ recovery-image] Aug 18 19:45:52.781 INFO O| Aug 18 19:45:52.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid" |
| 8031 | 2025-08-18T19:45:53.495Z | [ recovery-image] Aug 18 19:45:52.781 INFO O| Aug 18 19:45:52.781 INFO STEP 1071 (remove_files) COMPLETE |
| 8032 | 2025-08-18T19:45:53.495Z | [ recovery-image] Aug 18 19:45:52.781 INFO O| Aug 18 19:45:52.781 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8033 | 2025-08-18T19:45:53.508Z | [ recovery-image] Aug 18 19:45:52.794 INFO O| Aug 18 19:45:52.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir" |
| 8034 | 2025-08-18T19:45:53.509Z | [ recovery-image] Aug 18 19:45:52.794 INFO O| Aug 18 19:45:52.794 INFO STEP 1072 (remove_files) COMPLETE |
| 8035 | 2025-08-18T19:45:53.512Z | [ recovery-image] Aug 18 19:45:52.794 INFO O| Aug 18 19:45:52.794 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8036 | 2025-08-18T19:45:53.517Z | [ recovery-image] Aug 18 19:45:52.803 INFO O| Aug 18 19:45:52.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp" |
| 8037 | 2025-08-18T19:45:53.517Z | [ recovery-image] Aug 18 19:45:52.803 INFO O| Aug 18 19:45:52.803 INFO STEP 1073 (remove_files) COMPLETE |
| 8038 | 2025-08-18T19:45:53.517Z | [ recovery-image] Aug 18 19:45:52.803 INFO O| Aug 18 19:45:52.803 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8039 | 2025-08-18T19:45:53.528Z | [ recovery-image] Aug 18 19:45:52.813 INFO O| Aug 18 19:45:52.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin" |
| 8040 | 2025-08-18T19:45:53.532Z | [ recovery-image] Aug 18 19:45:52.813 INFO O| Aug 18 19:45:52.813 INFO STEP 1074 (remove_files) COMPLETE |
| 8041 | 2025-08-18T19:45:53.532Z | [ recovery-image] Aug 18 19:45:52.813 INFO O| Aug 18 19:45:52.813 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8042 | 2025-08-18T19:45:53.539Z | [ recovery-image] Aug 18 19:45:52.825 INFO O| Aug 18 19:45:52.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest" |
| 8043 | 2025-08-18T19:45:53.542Z | [ recovery-image] Aug 18 19:45:52.826 INFO O| Aug 18 19:45:52.826 INFO STEP 1075 (remove_files) COMPLETE |
| 8044 | 2025-08-18T19:45:53.542Z | [ recovery-image] Aug 18 19:45:52.826 INFO O| Aug 18 19:45:52.826 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8045 | 2025-08-18T19:45:53.553Z | [ recovery-image] Aug 18 19:45:52.839 INFO O| Aug 18 19:45:52.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm" |
| 8046 | 2025-08-18T19:45:53.553Z | [ recovery-image] Aug 18 19:45:52.839 INFO O| Aug 18 19:45:52.839 INFO STEP 1076 (remove_files) COMPLETE |
| 8047 | 2025-08-18T19:45:53.553Z | [ recovery-image] Aug 18 19:45:52.839 INFO O| Aug 18 19:45:52.839 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8048 | 2025-08-18T19:45:53.565Z | [ recovery-image] Aug 18 19:45:52.851 INFO O| Aug 18 19:45:52.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg" |
| 8049 | 2025-08-18T19:45:53.569Z | [ recovery-image] Aug 18 19:45:52.851 INFO O| Aug 18 19:45:52.851 INFO STEP 1077 (remove_files) COMPLETE |
| 8050 | 2025-08-18T19:45:53.569Z | [ recovery-image] Aug 18 19:45:52.852 INFO O| Aug 18 19:45:52.851 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8051 | 2025-08-18T19:45:53.578Z | [ recovery-image] Aug 18 19:45:52.865 INFO O| Aug 18 19:45:52.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind" |
| 8052 | 2025-08-18T19:45:53.579Z | [ recovery-image] Aug 18 19:45:52.865 INFO O| Aug 18 19:45:52.865 INFO STEP 1078 (remove_files) COMPLETE |
| 8053 | 2025-08-18T19:45:53.579Z | [ recovery-image] Aug 18 19:45:52.865 INFO O| Aug 18 19:45:52.865 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8054 | 2025-08-18T19:45:53.588Z | [ recovery-image] Aug 18 19:45:52.874 INFO O| Aug 18 19:45:52.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping" |
| 8055 | 2025-08-18T19:45:53.588Z | [ recovery-image] Aug 18 19:45:52.875 INFO O| Aug 18 19:45:52.875 INFO STEP 1079 (remove_files) COMPLETE |
| 8056 | 2025-08-18T19:45:53.588Z | [ recovery-image] Aug 18 19:45:52.875 INFO O| Aug 18 19:45:52.875 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8057 | 2025-08-18T19:45:53.601Z | [ recovery-image] Aug 18 19:45:52.888 INFO O| Aug 18 19:45:52.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd" |
| 8058 | 2025-08-18T19:45:53.605Z | [ recovery-image] Aug 18 19:45:52.888 INFO O| Aug 18 19:45:52.888 INFO STEP 1080 (remove_files) COMPLETE |
| 8059 | 2025-08-18T19:45:53.605Z | [ recovery-image] Aug 18 19:45:52.888 INFO O| Aug 18 19:45:52.888 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8060 | 2025-08-18T19:45:53.613Z | [ recovery-image] Aug 18 19:45:52.900 INFO O| Aug 18 19:45:52.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask" |
| 8061 | 2025-08-18T19:45:53.614Z | [ recovery-image] Aug 18 19:45:52.900 INFO O| Aug 18 19:45:52.900 INFO STEP 1081 (remove_files) COMPLETE |
| 8062 | 2025-08-18T19:45:53.616Z | [ recovery-image] Aug 18 19:45:52.900 INFO O| Aug 18 19:45:52.900 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8063 | 2025-08-18T19:45:53.622Z | [ recovery-image] Aug 18 19:45:52.909 INFO O| Aug 18 19:45:52.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk" |
| 8064 | 2025-08-18T19:45:53.625Z | [ recovery-image] Aug 18 19:45:52.909 INFO O| Aug 18 19:45:52.909 INFO STEP 1082 (remove_files) COMPLETE |
| 8065 | 2025-08-18T19:45:53.625Z | [ recovery-image] Aug 18 19:45:52.909 INFO O| Aug 18 19:45:52.909 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8066 | 2025-08-18T19:45:53.631Z | [ recovery-image] Aug 18 19:45:52.917 INFO O| Aug 18 19:45:52.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm" |
| 8067 | 2025-08-18T19:45:53.631Z | [ recovery-image] Aug 18 19:45:52.917 INFO O| Aug 18 19:45:52.917 INFO STEP 1083 (remove_files) COMPLETE |
| 8068 | 2025-08-18T19:45:53.635Z | [ recovery-image] Aug 18 19:45:52.917 INFO O| Aug 18 19:45:52.917 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8069 | 2025-08-18T19:45:53.643Z | [ recovery-image] Aug 18 19:45:52.929 INFO O| Aug 18 19:45:52.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat" |
| 8070 | 2025-08-18T19:45:53.646Z | [ recovery-image] Aug 18 19:45:52.929 INFO O| Aug 18 19:45:52.929 INFO STEP 1084 (remove_files) COMPLETE |
| 8071 | 2025-08-18T19:45:53.646Z | [ recovery-image] Aug 18 19:45:52.929 INFO O| Aug 18 19:45:52.929 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8072 | 2025-08-18T19:45:53.653Z | [ recovery-image] Aug 18 19:45:52.940 INFO O| Aug 18 19:45:52.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm" |
| 8073 | 2025-08-18T19:45:53.656Z | [ recovery-image] Aug 18 19:45:52.940 INFO O| Aug 18 19:45:52.940 INFO STEP 1085 (remove_files) COMPLETE |
| 8074 | 2025-08-18T19:45:53.656Z | [ recovery-image] Aug 18 19:45:52.940 INFO O| Aug 18 19:45:52.940 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8075 | 2025-08-18T19:45:53.665Z | [ recovery-image] Aug 18 19:45:52.952 INFO O| Aug 18 19:45:52.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind" |
| 8076 | 2025-08-18T19:45:53.665Z | [ recovery-image] Aug 18 19:45:52.952 INFO O| Aug 18 19:45:52.952 INFO STEP 1086 (remove_files) COMPLETE |
| 8077 | 2025-08-18T19:45:53.665Z | [ recovery-image] Aug 18 19:45:52.952 INFO O| Aug 18 19:45:52.952 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8078 | 2025-08-18T19:45:53.677Z | [ recovery-image] Aug 18 19:45:52.964 INFO O| Aug 18 19:45:52.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg" |
| 8079 | 2025-08-18T19:45:53.677Z | [ recovery-image] Aug 18 19:45:52.964 INFO O| Aug 18 19:45:52.964 INFO STEP 1087 (remove_files) COMPLETE |
| 8080 | 2025-08-18T19:45:53.680Z | [ recovery-image] Aug 18 19:45:52.964 INFO O| Aug 18 19:45:52.964 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8081 | 2025-08-18T19:45:53.688Z | [ recovery-image] Aug 18 19:45:52.975 INFO O| Aug 18 19:45:52.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports" |
| 8082 | 2025-08-18T19:45:53.688Z | [ recovery-image] Aug 18 19:45:52.975 INFO O| Aug 18 19:45:52.975 INFO STEP 1088 (remove_files) COMPLETE |
| 8083 | 2025-08-18T19:45:53.694Z | [ recovery-image] Aug 18 19:45:52.975 INFO O| Aug 18 19:45:52.975 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8084 | 2025-08-18T19:45:53.700Z | [ recovery-image] Aug 18 19:45:52.986 INFO O| Aug 18 19:45:52.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff" |
| 8085 | 2025-08-18T19:45:53.700Z | [ recovery-image] Aug 18 19:45:52.987 INFO O| Aug 18 19:45:52.986 INFO STEP 1089 (remove_files) COMPLETE |
| 8086 | 2025-08-18T19:45:53.703Z | [ recovery-image] Aug 18 19:45:52.987 INFO O| Aug 18 19:45:52.987 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8087 | 2025-08-18T19:45:53.712Z | [ recovery-image] Aug 18 19:45:52.999 INFO O| Aug 18 19:45:52.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm" |
| 8088 | 2025-08-18T19:45:53.712Z | [ recovery-image] Aug 18 19:45:52.999 INFO O| Aug 18 19:45:52.999 INFO STEP 1090 (remove_files) COMPLETE |
| 8089 | 2025-08-18T19:45:53.712Z | [ recovery-image] Aug 18 19:45:52.999 INFO O| Aug 18 19:45:52.999 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8090 | 2025-08-18T19:45:53.724Z | [ recovery-image] Aug 18 19:45:53.010 INFO O| Aug 18 19:45:53.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit" |
| 8091 | 2025-08-18T19:45:53.724Z | [ recovery-image] Aug 18 19:45:53.010 INFO O| Aug 18 19:45:53.010 INFO STEP 1091 (remove_files) COMPLETE |
| 8092 | 2025-08-18T19:45:53.724Z | [ recovery-image] Aug 18 19:45:53.010 INFO O| Aug 18 19:45:53.010 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8093 | 2025-08-18T19:45:53.736Z | [ recovery-image] Aug 18 19:45:53.023 INFO O| Aug 18 19:45:53.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd" |
| 8094 | 2025-08-18T19:45:53.739Z | [ recovery-image] Aug 18 19:45:53.023 INFO O| Aug 18 19:45:53.023 INFO STEP 1092 (remove_files) COMPLETE |
| 8095 | 2025-08-18T19:45:53.739Z | [ recovery-image] Aug 18 19:45:53.023 INFO O| Aug 18 19:45:53.023 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8096 | 2025-08-18T19:45:53.749Z | [ recovery-image] Aug 18 19:45:53.035 INFO O| Aug 18 19:45:53.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel" |
| 8097 | 2025-08-18T19:45:53.749Z | [ recovery-image] Aug 18 19:45:53.035 INFO O| Aug 18 19:45:53.035 INFO STEP 1093 (remove_files) COMPLETE |
| 8098 | 2025-08-18T19:45:53.749Z | [ recovery-image] Aug 18 19:45:53.035 INFO O| Aug 18 19:45:53.035 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8099 | 2025-08-18T19:45:53.760Z | [ recovery-image] Aug 18 19:45:53.046 INFO O| Aug 18 19:45:53.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod" |
| 8100 | 2025-08-18T19:45:53.760Z | [ recovery-image] Aug 18 19:45:53.046 INFO O| Aug 18 19:45:53.046 INFO STEP 1094 (remove_files) COMPLETE |
| 8101 | 2025-08-18T19:45:53.763Z | [ recovery-image] Aug 18 19:45:53.046 INFO O| Aug 18 19:45:53.046 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8102 | 2025-08-18T19:45:53.768Z | [ recovery-image] Aug 18 19:45:53.054 INFO O| Aug 18 19:45:53.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag" |
| 8103 | 2025-08-18T19:45:53.771Z | [ recovery-image] Aug 18 19:45:53.054 INFO O| Aug 18 19:45:53.054 INFO STEP 1095 (remove_files) COMPLETE |
| 8104 | 2025-08-18T19:45:53.771Z | [ recovery-image] Aug 18 19:45:53.054 INFO O| Aug 18 19:45:53.054 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8105 | 2025-08-18T19:45:53.775Z | [ recovery-image] Aug 18 19:45:53.062 INFO O| Aug 18 19:45:53.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl" |
| 8106 | 2025-08-18T19:45:53.775Z | [ recovery-image] Aug 18 19:45:53.062 INFO O| Aug 18 19:45:53.062 INFO STEP 1096 (remove_files) COMPLETE |
| 8107 | 2025-08-18T19:45:53.779Z | [ recovery-image] Aug 18 19:45:53.062 INFO O| Aug 18 19:45:53.062 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8108 | 2025-08-18T19:45:53.784Z | [ recovery-image] Aug 18 19:45:53.070 INFO O| Aug 18 19:45:53.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc" |
| 8109 | 2025-08-18T19:45:53.784Z | [ recovery-image] Aug 18 19:45:53.070 INFO O| Aug 18 19:45:53.070 INFO STEP 1097 (remove_files) COMPLETE |
| 8110 | 2025-08-18T19:45:53.787Z | [ recovery-image] Aug 18 19:45:53.070 INFO O| Aug 18 19:45:53.070 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8111 | 2025-08-18T19:45:53.795Z | [ recovery-image] Aug 18 19:45:53.082 INFO O| Aug 18 19:45:53.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm" |
| 8112 | 2025-08-18T19:45:53.795Z | [ recovery-image] Aug 18 19:45:53.082 INFO O| Aug 18 19:45:53.082 INFO STEP 1098 (remove_files) COMPLETE |
| 8113 | 2025-08-18T19:45:53.798Z | [ recovery-image] Aug 18 19:45:53.082 INFO O| Aug 18 19:45:53.082 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8114 | 2025-08-18T19:45:53.807Z | [ recovery-image] Aug 18 19:45:53.093 INFO O| Aug 18 19:45:53.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo" |
| 8115 | 2025-08-18T19:45:53.807Z | [ recovery-image] Aug 18 19:45:53.093 INFO O| Aug 18 19:45:53.093 INFO STEP 1099 (remove_files) COMPLETE |
| 8116 | 2025-08-18T19:45:53.810Z | [ recovery-image] Aug 18 19:45:53.094 INFO O| Aug 18 19:45:53.093 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8117 | 2025-08-18T19:45:53.818Z | [ recovery-image] Aug 18 19:45:53.105 INFO O| Aug 18 19:45:53.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset" |
| 8118 | 2025-08-18T19:45:53.818Z | [ recovery-image] Aug 18 19:45:53.105 INFO O| Aug 18 19:45:53.105 INFO STEP 1100 (remove_files) COMPLETE |
| 8119 | 2025-08-18T19:45:53.821Z | [ recovery-image] Aug 18 19:45:53.105 INFO O| Aug 18 19:45:53.105 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8120 | 2025-08-18T19:45:53.830Z | [ recovery-image] Aug 18 19:45:53.116 INFO O| Aug 18 19:45:53.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck" |
| 8121 | 2025-08-18T19:45:53.830Z | [ recovery-image] Aug 18 19:45:53.116 INFO O| Aug 18 19:45:53.116 INFO STEP 1101 (remove_files) COMPLETE |
| 8122 | 2025-08-18T19:45:53.833Z | [ recovery-image] Aug 18 19:45:53.116 INFO O| Aug 18 19:45:53.116 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8123 | 2025-08-18T19:45:53.842Z | [ recovery-image] Aug 18 19:45:53.129 INFO O| Aug 18 19:45:53.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv" |
| 8124 | 2025-08-18T19:45:53.843Z | [ recovery-image] Aug 18 19:45:53.129 INFO O| Aug 18 19:45:53.129 INFO STEP 1102 (remove_files) COMPLETE |
| 8125 | 2025-08-18T19:45:53.846Z | [ recovery-image] Aug 18 19:45:53.129 INFO O| Aug 18 19:45:53.129 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8126 | 2025-08-18T19:45:53.854Z | [ recovery-image] Aug 18 19:45:53.141 INFO O| Aug 18 19:45:53.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl" |
| 8127 | 2025-08-18T19:45:53.854Z | [ recovery-image] Aug 18 19:45:53.141 INFO O| Aug 18 19:45:53.141 INFO STEP 1103 (remove_files) COMPLETE |
| 8128 | 2025-08-18T19:45:53.857Z | [ recovery-image] Aug 18 19:45:53.141 INFO O| Aug 18 19:45:53.141 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8129 | 2025-08-18T19:45:53.866Z | [ recovery-image] Aug 18 19:45:53.153 INFO O| Aug 18 19:45:53.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm" |
| 8130 | 2025-08-18T19:45:53.866Z | [ recovery-image] Aug 18 19:45:53.153 INFO O| Aug 18 19:45:53.153 INFO STEP 1104 (remove_files) COMPLETE |
| 8131 | 2025-08-18T19:45:53.869Z | [ recovery-image] Aug 18 19:45:53.153 INFO O| Aug 18 19:45:53.153 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8132 | 2025-08-18T19:45:53.878Z | [ recovery-image] Aug 18 19:45:53.165 INFO O| Aug 18 19:45:53.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm" |
| 8133 | 2025-08-18T19:45:53.878Z | [ recovery-image] Aug 18 19:45:53.165 INFO O| Aug 18 19:45:53.165 INFO STEP 1105 (remove_files) COMPLETE |
| 8134 | 2025-08-18T19:45:53.878Z | [ recovery-image] Aug 18 19:45:53.165 INFO O| Aug 18 19:45:53.165 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8135 | 2025-08-18T19:45:53.891Z | [ recovery-image] Aug 18 19:45:53.177 INFO O| Aug 18 19:45:53.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr" |
| 8136 | 2025-08-18T19:45:53.891Z | [ recovery-image] Aug 18 19:45:53.177 INFO O| Aug 18 19:45:53.177 INFO STEP 1106 (remove_files) COMPLETE |
| 8137 | 2025-08-18T19:45:53.894Z | [ recovery-image] Aug 18 19:45:53.177 INFO O| Aug 18 19:45:53.177 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8138 | 2025-08-18T19:45:53.902Z | [ recovery-image] Aug 18 19:45:53.189 INFO O| Aug 18 19:45:53.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot" |
| 8139 | 2025-08-18T19:45:53.903Z | [ recovery-image] Aug 18 19:45:53.189 INFO O| Aug 18 19:45:53.189 INFO STEP 1107 (remove_files) COMPLETE |
| 8140 | 2025-08-18T19:45:53.906Z | [ recovery-image] Aug 18 19:45:53.189 INFO O| Aug 18 19:45:53.189 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8141 | 2025-08-18T19:45:53.915Z | [ recovery-image] Aug 18 19:45:53.202 INFO O| Aug 18 19:45:53.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv" |
| 8142 | 2025-08-18T19:45:53.915Z | [ recovery-image] Aug 18 19:45:53.202 INFO O| Aug 18 19:45:53.202 INFO STEP 1108 (remove_files) COMPLETE |
| 8143 | 2025-08-18T19:45:53.918Z | [ recovery-image] Aug 18 19:45:53.202 INFO O| Aug 18 19:45:53.202 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8144 | 2025-08-18T19:45:53.927Z | [ recovery-image] Aug 18 19:45:53.213 INFO O| Aug 18 19:45:53.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef" |
| 8145 | 2025-08-18T19:45:53.927Z | [ recovery-image] Aug 18 19:45:53.214 INFO O| Aug 18 19:45:53.214 INFO STEP 1109 (remove_files) COMPLETE |
| 8146 | 2025-08-18T19:45:53.927Z | [ recovery-image] Aug 18 19:45:53.214 INFO O| Aug 18 19:45:53.214 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8147 | 2025-08-18T19:45:53.939Z | [ recovery-image] Aug 18 19:45:53.225 INFO O| Aug 18 19:45:53.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd" |
| 8148 | 2025-08-18T19:45:53.939Z | [ recovery-image] Aug 18 19:45:53.225 INFO O| Aug 18 19:45:53.225 INFO STEP 1110 (remove_files) COMPLETE |
| 8149 | 2025-08-18T19:45:53.941Z | [ recovery-image] Aug 18 19:45:53.225 INFO O| Aug 18 19:45:53.225 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8150 | 2025-08-18T19:45:53.947Z | [ recovery-image] Aug 18 19:45:53.234 INFO O| Aug 18 19:45:53.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel" |
| 8151 | 2025-08-18T19:45:53.950Z | [ recovery-image] Aug 18 19:45:53.234 INFO O| Aug 18 19:45:53.234 INFO STEP 1111 (remove_files) COMPLETE |
| 8152 | 2025-08-18T19:45:53.950Z | [ recovery-image] Aug 18 19:45:53.234 INFO O| Aug 18 19:45:53.234 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8153 | 2025-08-18T19:45:53.959Z | [ recovery-image] Aug 18 19:45:53.246 INFO O| Aug 18 19:45:53.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod" |
| 8154 | 2025-08-18T19:45:53.959Z | [ recovery-image] Aug 18 19:45:53.246 INFO O| Aug 18 19:45:53.246 INFO STEP 1112 (remove_files) COMPLETE |
| 8155 | 2025-08-18T19:45:53.962Z | [ recovery-image] Aug 18 19:45:53.246 INFO O| Aug 18 19:45:53.246 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8156 | 2025-08-18T19:45:53.971Z | [ recovery-image] Aug 18 19:45:53.258 INFO O| Aug 18 19:45:53.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive" |
| 8157 | 2025-08-18T19:45:53.971Z | [ recovery-image] Aug 18 19:45:53.258 INFO O| Aug 18 19:45:53.258 INFO STEP 1113 (remove_files) COMPLETE |
| 8158 | 2025-08-18T19:45:53.974Z | [ recovery-image] Aug 18 19:45:53.258 INFO O| Aug 18 19:45:53.258 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8159 | 2025-08-18T19:45:53.983Z | [ recovery-image] Aug 18 19:45:53.270 INFO O| Aug 18 19:45:53.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind" |
| 8160 | 2025-08-18T19:45:53.983Z | [ recovery-image] Aug 18 19:45:53.270 INFO O| Aug 18 19:45:53.270 INFO STEP 1114 (remove_files) COMPLETE |
| 8161 | 2025-08-18T19:45:53.983Z | [ recovery-image] Aug 18 19:45:53.270 INFO O| Aug 18 19:45:53.270 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8162 | 2025-08-18T19:45:53.995Z | [ recovery-image] Aug 18 19:45:53.282 INFO O| Aug 18 19:45:53.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc" |
| 8163 | 2025-08-18T19:45:53.995Z | [ recovery-image] Aug 18 19:45:53.282 INFO O| Aug 18 19:45:53.282 INFO STEP 1115 (remove_files) COMPLETE |
| 8164 | 2025-08-18T19:45:53.998Z | [ recovery-image] Aug 18 19:45:53.282 INFO O| Aug 18 19:45:53.282 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8165 | 2025-08-18T19:45:54.007Z | [ recovery-image] Aug 18 19:45:53.294 INFO O| Aug 18 19:45:53.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery" |
| 8166 | 2025-08-18T19:45:54.007Z | [ recovery-image] Aug 18 19:45:53.294 INFO O| Aug 18 19:45:53.294 INFO STEP 1116 (remove_files) COMPLETE |
| 8167 | 2025-08-18T19:45:54.011Z | [ recovery-image] Aug 18 19:45:53.294 INFO O| Aug 18 19:45:53.294 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8168 | 2025-08-18T19:45:54.018Z | [ recovery-image] Aug 18 19:45:53.304 INFO O| Aug 18 19:45:53.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt" |
| 8169 | 2025-08-18T19:45:54.018Z | [ recovery-image] Aug 18 19:45:53.304 INFO O| Aug 18 19:45:53.304 INFO STEP 1117 (remove_files) COMPLETE |
| 8170 | 2025-08-18T19:45:54.018Z | [ recovery-image] Aug 18 19:45:53.304 INFO O| Aug 18 19:45:53.304 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8171 | 2025-08-18T19:45:54.027Z | [ recovery-image] Aug 18 19:45:53.314 INFO O| Aug 18 19:45:53.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share" |
| 8172 | 2025-08-18T19:45:54.027Z | [ recovery-image] Aug 18 19:45:53.314 INFO O| Aug 18 19:45:53.314 INFO STEP 1118 (remove_files) COMPLETE |
| 8173 | 2025-08-18T19:45:54.030Z | [ recovery-image] Aug 18 19:45:53.314 INFO O| Aug 18 19:45:53.314 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8174 | 2025-08-18T19:45:54.038Z | [ recovery-image] Aug 18 19:45:53.325 INFO O| Aug 18 19:45:53.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall" |
| 8175 | 2025-08-18T19:45:54.038Z | [ recovery-image] Aug 18 19:45:53.325 INFO O| Aug 18 19:45:53.325 INFO STEP 1119 (remove_files) COMPLETE |
| 8176 | 2025-08-18T19:45:54.041Z | [ recovery-image] Aug 18 19:45:53.325 INFO O| Aug 18 19:45:53.325 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8177 | 2025-08-18T19:45:54.050Z | [ recovery-image] Aug 18 19:45:53.337 INFO O| Aug 18 19:45:53.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl" |
| 8178 | 2025-08-18T19:45:54.050Z | [ recovery-image] Aug 18 19:45:53.337 INFO O| Aug 18 19:45:53.337 INFO STEP 1120 (remove_files) COMPLETE |
| 8179 | 2025-08-18T19:45:54.053Z | [ recovery-image] Aug 18 19:45:53.337 INFO O| Aug 18 19:45:53.337 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8180 | 2025-08-18T19:45:54.063Z | [ recovery-image] Aug 18 19:45:53.350 INFO O| Aug 18 19:45:53.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr" |
| 8181 | 2025-08-18T19:45:54.064Z | [ recovery-image] Aug 18 19:45:53.350 INFO O| Aug 18 19:45:53.350 INFO STEP 1121 (remove_files) COMPLETE |
| 8182 | 2025-08-18T19:45:54.067Z | [ recovery-image] Aug 18 19:45:53.350 INFO O| Aug 18 19:45:53.350 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8183 | 2025-08-18T19:45:54.075Z | [ recovery-image] Aug 18 19:45:53.362 INFO O| Aug 18 19:45:53.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown" |
| 8184 | 2025-08-18T19:45:54.078Z | [ recovery-image] Aug 18 19:45:53.362 INFO O| Aug 18 19:45:53.362 INFO STEP 1122 (remove_files) COMPLETE |
| 8185 | 2025-08-18T19:45:54.079Z | [ recovery-image] Aug 18 19:45:53.363 INFO O| Aug 18 19:45:53.362 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8186 | 2025-08-18T19:45:54.087Z | [ recovery-image] Aug 18 19:45:53.374 INFO O| Aug 18 19:45:53.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm" |
| 8187 | 2025-08-18T19:45:54.091Z | [ recovery-image] Aug 18 19:45:53.375 INFO O| Aug 18 19:45:53.375 INFO STEP 1123 (remove_files) COMPLETE |
| 8188 | 2025-08-18T19:45:54.091Z | [ recovery-image] Aug 18 19:45:53.375 INFO O| Aug 18 19:45:53.375 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8189 | 2025-08-18T19:45:54.099Z | [ recovery-image] Aug 18 19:45:53.386 INFO O| Aug 18 19:45:53.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios" |
| 8190 | 2025-08-18T19:45:54.102Z | [ recovery-image] Aug 18 19:45:53.387 INFO O| Aug 18 19:45:53.387 INFO STEP 1124 (remove_files) COMPLETE |
| 8191 | 2025-08-18T19:45:54.102Z | [ recovery-image] Aug 18 19:45:53.387 INFO O| Aug 18 19:45:53.387 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8192 | 2025-08-18T19:45:54.112Z | [ recovery-image] Aug 18 19:45:53.399 INFO O| Aug 18 19:45:53.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat" |
| 8193 | 2025-08-18T19:45:54.112Z | [ recovery-image] Aug 18 19:45:53.399 INFO O| Aug 18 19:45:53.399 INFO STEP 1125 (remove_files) COMPLETE |
| 8194 | 2025-08-18T19:45:54.115Z | [ recovery-image] Aug 18 19:45:53.399 INFO O| Aug 18 19:45:53.399 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8195 | 2025-08-18T19:45:54.124Z | [ recovery-image] Aug 18 19:45:53.411 INFO O| Aug 18 19:45:53.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd" |
| 8196 | 2025-08-18T19:45:54.124Z | [ recovery-image] Aug 18 19:45:53.411 INFO O| Aug 18 19:45:53.411 INFO STEP 1126 (remove_files) COMPLETE |
| 8197 | 2025-08-18T19:45:54.124Z | [ recovery-image] Aug 18 19:45:53.411 INFO O| Aug 18 19:45:53.411 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8198 | 2025-08-18T19:45:54.137Z | [ recovery-image] Aug 18 19:45:53.424 INFO O| Aug 18 19:45:53.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd" |
| 8199 | 2025-08-18T19:45:54.137Z | [ recovery-image] Aug 18 19:45:53.424 INFO O| Aug 18 19:45:53.424 INFO STEP 1127 (remove_files) COMPLETE |
| 8200 | 2025-08-18T19:45:54.137Z | [ recovery-image] Aug 18 19:45:53.424 INFO O| Aug 18 19:45:53.424 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8201 | 2025-08-18T19:45:54.147Z | [ recovery-image] Aug 18 19:45:53.434 INFO O| Aug 18 19:45:53.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop" |
| 8202 | 2025-08-18T19:45:54.150Z | [ recovery-image] Aug 18 19:45:53.434 INFO O| Aug 18 19:45:53.434 INFO STEP 1128 (remove_files) COMPLETE |
| 8203 | 2025-08-18T19:45:54.150Z | [ recovery-image] Aug 18 19:45:53.434 INFO O| Aug 18 19:45:53.434 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8204 | 2025-08-18T19:45:54.159Z | [ recovery-image] Aug 18 19:45:53.446 INFO O| Aug 18 19:45:53.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd" |
| 8205 | 2025-08-18T19:45:54.162Z | [ recovery-image] Aug 18 19:45:53.446 INFO O| Aug 18 19:45:53.446 INFO STEP 1129 (remove_files) COMPLETE |
| 8206 | 2025-08-18T19:45:54.162Z | [ recovery-image] Aug 18 19:45:53.447 INFO O| Aug 18 19:45:53.446 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8207 | 2025-08-18T19:45:54.172Z | [ recovery-image] Aug 18 19:45:53.459 INFO O| Aug 18 19:45:53.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot" |
| 8208 | 2025-08-18T19:45:54.172Z | [ recovery-image] Aug 18 19:45:53.459 INFO O| Aug 18 19:45:53.459 INFO STEP 1130 (remove_files) COMPLETE |
| 8209 | 2025-08-18T19:45:54.175Z | [ recovery-image] Aug 18 19:45:53.459 INFO O| Aug 18 19:45:53.459 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8210 | 2025-08-18T19:45:54.185Z | [ recovery-image] Aug 18 19:45:53.472 INFO O| Aug 18 19:45:53.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace" |
| 8211 | 2025-08-18T19:45:54.185Z | [ recovery-image] Aug 18 19:45:53.472 INFO O| Aug 18 19:45:53.472 INFO STEP 1131 (remove_files) COMPLETE |
| 8212 | 2025-08-18T19:45:54.188Z | [ recovery-image] Aug 18 19:45:53.472 INFO O| Aug 18 19:45:53.472 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8213 | 2025-08-18T19:45:54.198Z | [ recovery-image] Aug 18 19:45:53.485 INFO O| Aug 18 19:45:53.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean" |
| 8214 | 2025-08-18T19:45:54.198Z | [ recovery-image] Aug 18 19:45:53.485 INFO O| Aug 18 19:45:53.485 INFO STEP 1132 (remove_files) COMPLETE |
| 8215 | 2025-08-18T19:45:54.198Z | [ recovery-image] Aug 18 19:45:53.485 INFO O| Aug 18 19:45:53.485 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8216 | 2025-08-18T19:45:54.208Z | [ recovery-image] Aug 18 19:45:53.495 INFO O| Aug 18 19:45:53.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr" |
| 8217 | 2025-08-18T19:45:54.208Z | [ recovery-image] Aug 18 19:45:53.495 INFO O| Aug 18 19:45:53.495 INFO STEP 1133 (remove_files) COMPLETE |
| 8218 | 2025-08-18T19:45:54.212Z | [ recovery-image] Aug 18 19:45:53.495 INFO O| Aug 18 19:45:53.495 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8219 | 2025-08-18T19:45:54.218Z | [ recovery-image] Aug 18 19:45:53.506 INFO O| Aug 18 19:45:53.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs" |
| 8220 | 2025-08-18T19:45:54.218Z | [ recovery-image] Aug 18 19:45:53.506 INFO O| Aug 18 19:45:53.506 INFO STEP 1134 (remove_files) COMPLETE |
| 8221 | 2025-08-18T19:45:54.223Z | [ recovery-image] Aug 18 19:45:53.506 INFO O| Aug 18 19:45:53.506 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8222 | 2025-08-18T19:45:54.231Z | [ recovery-image] Aug 18 19:45:53.518 INFO O| Aug 18 19:45:53.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit" |
| 8223 | 2025-08-18T19:45:54.231Z | [ recovery-image] Aug 18 19:45:53.518 INFO O| Aug 18 19:45:53.518 INFO STEP 1135 (remove_files) COMPLETE |
| 8224 | 2025-08-18T19:45:54.231Z | [ recovery-image] Aug 18 19:45:53.518 INFO O| Aug 18 19:45:53.518 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8225 | 2025-08-18T19:45:54.242Z | [ recovery-image] Aug 18 19:45:53.529 INFO O| Aug 18 19:45:53.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop" |
| 8226 | 2025-08-18T19:45:54.245Z | [ recovery-image] Aug 18 19:45:53.529 INFO O| Aug 18 19:45:53.529 INFO STEP 1136 (remove_files) COMPLETE |
| 8227 | 2025-08-18T19:45:54.245Z | [ recovery-image] Aug 18 19:45:53.530 INFO O| Aug 18 19:45:53.529 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8228 | 2025-08-18T19:45:54.254Z | [ recovery-image] Aug 18 19:45:53.541 INFO O| Aug 18 19:45:53.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat" |
| 8229 | 2025-08-18T19:45:54.254Z | [ recovery-image] Aug 18 19:45:53.541 INFO O| Aug 18 19:45:53.541 INFO STEP 1137 (remove_files) COMPLETE |
| 8230 | 2025-08-18T19:45:54.257Z | [ recovery-image] Aug 18 19:45:53.541 INFO O| Aug 18 19:45:53.541 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8231 | 2025-08-18T19:45:54.266Z | [ recovery-image] Aug 18 19:45:53.553 INFO O| Aug 18 19:45:53.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef" |
| 8232 | 2025-08-18T19:45:54.266Z | [ recovery-image] Aug 18 19:45:53.553 INFO O| Aug 18 19:45:53.553 INFO STEP 1138 (remove_files) COMPLETE |
| 8233 | 2025-08-18T19:45:54.269Z | [ recovery-image] Aug 18 19:45:53.553 INFO O| Aug 18 19:45:53.553 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8234 | 2025-08-18T19:45:54.279Z | [ recovery-image] Aug 18 19:45:53.566 INFO O| Aug 18 19:45:53.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm" |
| 8235 | 2025-08-18T19:45:54.279Z | [ recovery-image] Aug 18 19:45:53.566 INFO O| Aug 18 19:45:53.566 INFO STEP 1139 (remove_files) COMPLETE |
| 8236 | 2025-08-18T19:45:54.282Z | [ recovery-image] Aug 18 19:45:53.566 INFO O| Aug 18 19:45:53.566 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8237 | 2025-08-18T19:45:54.290Z | [ recovery-image] Aug 18 19:45:53.577 INFO O| Aug 18 19:45:53.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm" |
| 8238 | 2025-08-18T19:45:54.294Z | [ recovery-image] Aug 18 19:45:53.578 INFO O| Aug 18 19:45:53.578 INFO STEP 1140 (remove_files) COMPLETE |
| 8239 | 2025-08-18T19:45:54.295Z | [ recovery-image] Aug 18 19:45:53.578 INFO O| Aug 18 19:45:53.578 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8240 | 2025-08-18T19:45:54.302Z | [ recovery-image] Aug 18 19:45:53.590 INFO O| Aug 18 19:45:53.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes" |
| 8241 | 2025-08-18T19:45:54.302Z | [ recovery-image] Aug 18 19:45:53.590 INFO O| Aug 18 19:45:53.590 INFO STEP 1141 (remove_files) COMPLETE |
| 8242 | 2025-08-18T19:45:54.303Z | [ recovery-image] Aug 18 19:45:53.590 INFO O| Aug 18 19:45:53.590 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8243 | 2025-08-18T19:45:54.315Z | [ recovery-image] Aug 18 19:45:53.602 INFO O| Aug 18 19:45:53.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar" |
| 8244 | 2025-08-18T19:45:54.315Z | [ recovery-image] Aug 18 19:45:53.602 INFO O| Aug 18 19:45:53.602 INFO STEP 1142 (remove_files) COMPLETE |
| 8245 | 2025-08-18T19:45:54.318Z | [ recovery-image] Aug 18 19:45:53.602 INFO O| Aug 18 19:45:53.602 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8246 | 2025-08-18T19:45:54.328Z | [ recovery-image] Aug 18 19:45:53.615 INFO O| Aug 18 19:45:53.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd" |
| 8247 | 2025-08-18T19:45:54.328Z | [ recovery-image] Aug 18 19:45:53.615 INFO O| Aug 18 19:45:53.615 INFO STEP 1143 (remove_files) COMPLETE |
| 8248 | 2025-08-18T19:45:54.328Z | [ recovery-image] Aug 18 19:45:53.615 INFO O| Aug 18 19:45:53.615 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8249 | 2025-08-18T19:45:54.339Z | [ recovery-image] Aug 18 19:45:53.626 INFO O| Aug 18 19:45:53.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute" |
| 8250 | 2025-08-18T19:45:54.339Z | [ recovery-image] Aug 18 19:45:53.626 INFO O| Aug 18 19:45:53.626 INFO STEP 1144 (remove_files) COMPLETE |
| 8251 | 2025-08-18T19:45:54.339Z | [ recovery-image] Aug 18 19:45:53.626 INFO O| Aug 18 19:45:53.626 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8252 | 2025-08-18T19:45:54.351Z | [ recovery-image] Aug 18 19:45:53.638 INFO O| Aug 18 19:45:53.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat" |
| 8253 | 2025-08-18T19:45:54.351Z | [ recovery-image] Aug 18 19:45:53.638 INFO O| Aug 18 19:45:53.638 INFO STEP 1145 (remove_files) COMPLETE |
| 8254 | 2025-08-18T19:45:54.354Z | [ recovery-image] Aug 18 19:45:53.638 INFO O| Aug 18 19:45:53.638 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8255 | 2025-08-18T19:45:54.359Z | [ recovery-image] Aug 18 19:45:53.647 INFO O| Aug 18 19:45:53.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm" |
| 8256 | 2025-08-18T19:45:54.362Z | [ recovery-image] Aug 18 19:45:53.647 INFO O| Aug 18 19:45:53.647 INFO STEP 1146 (remove_files) COMPLETE |
| 8257 | 2025-08-18T19:45:54.362Z | [ recovery-image] Aug 18 19:45:53.647 INFO O| Aug 18 19:45:53.647 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8258 | 2025-08-18T19:45:54.369Z | [ recovery-image] Aug 18 19:45:53.657 INFO O| Aug 18 19:45:53.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm" |
| 8259 | 2025-08-18T19:45:54.374Z | [ recovery-image] Aug 18 19:45:53.657 INFO O| Aug 18 19:45:53.657 INFO STEP 1147 (remove_files) COMPLETE |
| 8260 | 2025-08-18T19:45:54.374Z | [ recovery-image] Aug 18 19:45:53.657 INFO O| Aug 18 19:45:53.657 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8261 | 2025-08-18T19:45:54.383Z | [ recovery-image] Aug 18 19:45:53.671 INFO O| Aug 18 19:45:53.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall" |
| 8262 | 2025-08-18T19:45:54.384Z | [ recovery-image] Aug 18 19:45:53.671 INFO O| Aug 18 19:45:53.671 INFO STEP 1148 (remove_files) COMPLETE |
| 8263 | 2025-08-18T19:45:54.387Z | [ recovery-image] Aug 18 19:45:53.671 INFO O| Aug 18 19:45:53.671 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8264 | 2025-08-18T19:45:54.394Z | [ recovery-image] Aug 18 19:45:53.681 INFO O| Aug 18 19:45:53.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink" |
| 8265 | 2025-08-18T19:45:54.397Z | [ recovery-image] Aug 18 19:45:53.681 INFO O| Aug 18 19:45:53.681 INFO STEP 1149 (remove_files) COMPLETE |
| 8266 | 2025-08-18T19:45:54.397Z | [ recovery-image] Aug 18 19:45:53.681 INFO O| Aug 18 19:45:53.681 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8267 | 2025-08-18T19:45:54.405Z | [ recovery-image] Aug 18 19:45:53.692 INFO O| Aug 18 19:45:53.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare" |
| 8268 | 2025-08-18T19:45:54.408Z | [ recovery-image] Aug 18 19:45:53.692 INFO O| Aug 18 19:45:53.692 INFO STEP 1150 (remove_files) COMPLETE |
| 8269 | 2025-08-18T19:45:54.408Z | [ recovery-image] Aug 18 19:45:53.692 INFO O| Aug 18 19:45:53.692 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8270 | 2025-08-18T19:45:54.416Z | [ recovery-image] Aug 18 19:45:53.702 INFO O| Aug 18 19:45:53.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall" |
| 8271 | 2025-08-18T19:45:54.416Z | [ recovery-image] Aug 18 19:45:53.702 INFO O| Aug 18 19:45:53.702 INFO STEP 1151 (remove_files) COMPLETE |
| 8272 | 2025-08-18T19:45:54.419Z | [ recovery-image] Aug 18 19:45:53.702 INFO O| Aug 18 19:45:53.702 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8273 | 2025-08-18T19:45:54.427Z | [ recovery-image] Aug 18 19:45:53.714 INFO O| Aug 18 19:45:53.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv" |
| 8274 | 2025-08-18T19:45:54.427Z | [ recovery-image] Aug 18 19:45:53.714 INFO O| Aug 18 19:45:53.714 INFO STEP 1152 (remove_files) COMPLETE |
| 8275 | 2025-08-18T19:45:54.430Z | [ recovery-image] Aug 18 19:45:53.714 INFO O| Aug 18 19:45:53.714 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8276 | 2025-08-18T19:45:54.439Z | [ recovery-image] Aug 18 19:45:53.727 INFO O| Aug 18 19:45:53.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd" |
| 8277 | 2025-08-18T19:45:54.439Z | [ recovery-image] Aug 18 19:45:53.727 INFO O| Aug 18 19:45:53.727 INFO STEP 1153 (remove_files) COMPLETE |
| 8278 | 2025-08-18T19:45:54.443Z | [ recovery-image] Aug 18 19:45:53.727 INFO O| Aug 18 19:45:53.727 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8279 | 2025-08-18T19:45:54.452Z | [ recovery-image] Aug 18 19:45:53.740 INFO O| Aug 18 19:45:53.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel" |
| 8280 | 2025-08-18T19:45:54.453Z | [ recovery-image] Aug 18 19:45:53.740 INFO O| Aug 18 19:45:53.740 INFO STEP 1154 (remove_files) COMPLETE |
| 8281 | 2025-08-18T19:45:54.456Z | [ recovery-image] Aug 18 19:45:53.740 INFO O| Aug 18 19:45:53.740 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8282 | 2025-08-18T19:45:54.466Z | [ recovery-image] Aug 18 19:45:53.753 INFO O| Aug 18 19:45:53.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod" |
| 8283 | 2025-08-18T19:45:54.466Z | [ recovery-image] Aug 18 19:45:53.753 INFO O| Aug 18 19:45:53.753 INFO STEP 1155 (remove_files) COMPLETE |
| 8284 | 2025-08-18T19:45:54.466Z | [ recovery-image] Aug 18 19:45:53.753 INFO O| Aug 18 19:45:53.753 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8285 | 2025-08-18T19:45:54.479Z | [ recovery-image] Aug 18 19:45:53.766 INFO O| Aug 18 19:45:53.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy" |
| 8286 | 2025-08-18T19:45:54.479Z | [ recovery-image] Aug 18 19:45:53.766 INFO O| Aug 18 19:45:53.766 INFO STEP 1156 (remove_files) COMPLETE |
| 8287 | 2025-08-18T19:45:54.482Z | [ recovery-image] Aug 18 19:45:53.766 INFO O| Aug 18 19:45:53.766 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8288 | 2025-08-18T19:45:54.492Z | [ recovery-image] Aug 18 19:45:53.780 INFO O| Aug 18 19:45:53.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall" |
| 8289 | 2025-08-18T19:45:54.492Z | [ recovery-image] Aug 18 19:45:53.780 INFO O| Aug 18 19:45:53.780 INFO STEP 1157 (remove_files) COMPLETE |
| 8290 | 2025-08-18T19:45:54.492Z | [ recovery-image] Aug 18 19:45:53.780 INFO O| Aug 18 19:45:53.780 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8291 | 2025-08-18T19:45:54.504Z | [ recovery-image] Aug 18 19:45:53.791 INFO O| Aug 18 19:45:53.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo" |
| 8292 | 2025-08-18T19:45:54.504Z | [ recovery-image] Aug 18 19:45:53.791 INFO O| Aug 18 19:45:53.791 INFO STEP 1158 (remove_files) COMPLETE |
| 8293 | 2025-08-18T19:45:54.507Z | [ recovery-image] Aug 18 19:45:53.791 INFO O| Aug 18 19:45:53.791 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8294 | 2025-08-18T19:45:54.517Z | [ recovery-image] Aug 18 19:45:53.804 INFO O| Aug 18 19:45:53.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb" |
| 8295 | 2025-08-18T19:45:54.517Z | [ recovery-image] Aug 18 19:45:53.804 INFO O| Aug 18 19:45:53.804 INFO STEP 1159 (remove_files) COMPLETE |
| 8296 | 2025-08-18T19:45:54.517Z | [ recovery-image] Aug 18 19:45:53.804 INFO O| Aug 18 19:45:53.804 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8297 | 2025-08-18T19:45:54.529Z | [ recovery-image] Aug 18 19:45:53.816 INFO O| Aug 18 19:45:53.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump" |
| 8298 | 2025-08-18T19:45:54.529Z | [ recovery-image] Aug 18 19:45:53.817 INFO O| Aug 18 19:45:53.817 INFO STEP 1160 (remove_files) COMPLETE |
| 8299 | 2025-08-18T19:45:54.533Z | [ recovery-image] Aug 18 19:45:53.817 INFO O| Aug 18 19:45:53.817 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8300 | 2025-08-18T19:45:54.542Z | [ recovery-image] Aug 18 19:45:53.829 INFO O| Aug 18 19:45:53.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic" |
| 8301 | 2025-08-18T19:45:54.542Z | [ recovery-image] Aug 18 19:45:53.830 INFO O| Aug 18 19:45:53.829 INFO STEP 1161 (remove_files) COMPLETE |
| 8302 | 2025-08-18T19:45:54.542Z | [ recovery-image] Aug 18 19:45:53.830 INFO O| Aug 18 19:45:53.830 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8303 | 2025-08-18T19:45:54.551Z | [ recovery-image] Aug 18 19:45:53.839 INFO O| Aug 18 19:45:53.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin" |
| 8304 | 2025-08-18T19:45:54.552Z | [ recovery-image] Aug 18 19:45:53.839 INFO O| Aug 18 19:45:53.839 INFO STEP 1162 (remove_files) COMPLETE |
| 8305 | 2025-08-18T19:45:54.554Z | [ recovery-image] Aug 18 19:45:53.839 INFO O| Aug 18 19:45:53.839 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8306 | 2025-08-18T19:45:54.563Z | [ recovery-image] Aug 18 19:45:53.851 INFO O| Aug 18 19:45:53.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm" |
| 8307 | 2025-08-18T19:45:54.566Z | [ recovery-image] Aug 18 19:45:53.851 INFO O| Aug 18 19:45:53.851 INFO STEP 1163 (remove_files) COMPLETE |
| 8308 | 2025-08-18T19:45:54.566Z | [ recovery-image] Aug 18 19:45:53.851 INFO O| Aug 18 19:45:53.851 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8309 | 2025-08-18T19:45:54.576Z | [ recovery-image] Aug 18 19:45:53.864 INFO O| Aug 18 19:45:53.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg" |
| 8310 | 2025-08-18T19:45:54.579Z | [ recovery-image] Aug 18 19:45:53.865 INFO O| Aug 18 19:45:53.865 INFO STEP 1164 (remove_files) COMPLETE |
| 8311 | 2025-08-18T19:45:54.579Z | [ recovery-image] Aug 18 19:45:53.865 INFO O| Aug 18 19:45:53.865 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8312 | 2025-08-18T19:45:54.590Z | [ recovery-image] Aug 18 19:45:53.877 INFO O| Aug 18 19:45:53.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump" |
| 8313 | 2025-08-18T19:45:54.590Z | [ recovery-image] Aug 18 19:45:53.877 INFO O| Aug 18 19:45:53.877 INFO STEP 1165 (remove_files) COMPLETE |
| 8314 | 2025-08-18T19:45:54.590Z | [ recovery-image] Aug 18 19:45:53.877 INFO O| Aug 18 19:45:53.877 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json |
| 8315 | 2025-08-18T19:45:54.608Z | [ recovery-image] Aug 18 19:45:53.895 INFO O| Aug 18 19:45:53.895 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal |
| 8316 | 2025-08-18T19:45:54.608Z | [ recovery-image] Aug 18 19:45:53.895 INFO O| Aug 18 19:45:53.895 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."] |
| 8317 | 2025-08-18T19:45:55.516Z | [ recovery-image] Aug 18 19:45:54.805 INFO O| Aug 18 19:45:54.805 INFO STEP 1166 (pack_tar) COMPLETE |
| 8318 | 2025-08-18T19:45:55.516Z | [ recovery-image] Aug 18 19:45:54.805 INFO O| Aug 18 19:45:54.805 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 8319 | 2025-08-18T19:45:55.519Z | [ recovery-image] Aug 18 19:45:54.805 INFO O| Aug 18 19:45:54.805 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 8320 | 2025-08-18T19:45:55.862Z | [ recovery-image] Aug 18 19:45:55.151 INFO O| Aug 18 19:45:55.150 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 8321 | 2025-08-18T19:45:55.967Z | [ recovery-image] Aug 18 19:45:55.256 INFO O| Aug 18 19:45:55.256 INFO completed processing sled/ramdisk-03-recovery-trim |
| 8322 | 2025-08-18T19:45:55.972Z | [ recovery-image] Aug 18 19:45:55.261 INFO image builder template: zfs-recovery... |
| 8323 | 2025-08-18T19:45:55.972Z | [ recovery-image] Aug 18 19:45:55.261 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/.tmpgW5B7U/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.37.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "zfs-recovery"], pwd: None |
| 8324 | 2025-08-18T19:45:56.019Z | [ recovery-image] Aug 18 19:45:55.308 INFO O| Aug 18 19:45:55.308 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8325 | 2025-08-18T19:45:56.024Z | [ recovery-image] Aug 18 19:45:55.313 INFO O| Aug 18 19:45:55.313 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8326 | 2025-08-18T19:45:56.104Z | [ recovery-image] Aug 18 19:45:55.393 INFO O| Aug 18 19:45:55.393 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled |
| 8327 | 2025-08-18T19:45:56.176Z | [ recovery-image] Aug 18 19:45:55.465 INFO O| Aug 18 19:45:55.465 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8328 | 2025-08-18T19:45:56.176Z | [ recovery-image] Aug 18 19:45:55.465 INFO O| Aug 18 19:45:55.465 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery |
| 8329 | 2025-08-18T19:45:56.180Z | [ recovery-image] Aug 18 19:45:55.470 INFO O| Aug 18 19:45:55.469 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery |
| 8330 | 2025-08-18T19:45:56.329Z | [ recovery-image] Aug 18 19:45:55.618 INFO O| Aug 18 19:45:55.618 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled |
| 8331 | 2025-08-18T19:45:56.454Z | [ recovery-image] Aug 18 19:45:55.744 INFO O| Aug 18 19:45:55.744 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery |
| 8332 | 2025-08-18T19:45:56.468Z | [ recovery-image] Aug 18 19:45:55.758 INFO O| Aug 18 19:45:55.758 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw |
| 8333 | 2025-08-18T19:45:56.473Z | [ recovery-image] Aug 18 19:45:55.764 INFO O| Aug 18 19:45:55.763 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot |
| 8334 | 2025-08-18T19:45:56.487Z | [ recovery-image] Aug 18 19:45:55.777 INFO O| Aug 18 19:45:55.777 INFO no lofi found |
| 8335 | 2025-08-18T19:45:56.487Z | [ recovery-image] Aug 18 19:45:55.777 INFO O| Aug 18 19:45:55.777 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal |
| 8336 | 2025-08-18T19:45:56.490Z | [ recovery-image] Aug 18 19:45:55.777 INFO O| Aug 18 19:45:55.777 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw |
| 8337 | 2025-08-18T19:45:58.714Z | [ recovery-image] Aug 18 19:45:58.004 INFO O| Aug 18 19:45:58.004 INFO lofi device = /dev/dsk/c2t1d0p0 |
| 8338 | 2025-08-18T19:45:58.714Z | [ recovery-image] Aug 18 19:45:58.004 INFO O| Aug 18 19:45:58.004 INFO pool device = /dev/dsk/c2t1d0p0 |
| 8339 | 2025-08-18T19:45:58.714Z | [ recovery-image] Aug 18 19:45:58.004 INFO O| Aug 18 19:45:58.004 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"] |
| 8340 | 2025-08-18T19:45:58.844Z | [ recovery-image] Aug 18 19:45:58.137 INFO O| Aug 18 19:45:58.137 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8341 | 2025-08-18T19:45:58.844Z | [ recovery-image] Aug 18 19:45:58.137 INFO O| Aug 18 19:45:58.137 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT |
| 8342 | 2025-08-18T19:45:58.867Z | [ recovery-image] Aug 18 19:45:58.160 INFO O| Aug 18 19:45:58.159 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off |
| 8343 | 2025-08-18T19:45:58.954Z | [ recovery-image] Aug 18 19:45:58.247 INFO O| Aug 18 19:45:58.247 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy |
| 8344 | 2025-08-18T19:45:58.991Z | [ recovery-image] Aug 18 19:45:58.284 INFO O| Aug 18 19:45:58.284 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk |
| 8345 | 2025-08-18T19:45:59.008Z | [ recovery-image] Aug 18 19:45:58.301 INFO O| Aug 18 19:45:58.301 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto |
| 8346 | 2025-08-18T19:45:59.021Z | [ recovery-image] Aug 18 19:45:58.314 INFO O| Aug 18 19:45:58.314 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
| 8347 | 2025-08-18T19:45:59.068Z | [ recovery-image] Aug 18 19:45:58.361 INFO O| Aug 18 19:45:58.361 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a |
| 8348 | 2025-08-18T19:45:59.071Z | [ recovery-image] Aug 18 19:45:58.361 INFO O| Aug 18 19:45:58.361 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a |
| 8349 | 2025-08-18T19:45:59.071Z | [ recovery-image] Aug 18 19:45:58.361 INFO O| Aug 18 19:45:58.361 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"] |
| 8350 | 2025-08-18T19:45:59.082Z | [ recovery-image] Aug 18 19:45:58.375 INFO O| Aug 18 19:45:58.375 INFO boot environment UUID: 77664668-7627-4af2-828e-019681ae4eed |
| 8351 | 2025-08-18T19:45:59.082Z | [ recovery-image] Aug 18 19:45:58.375 INFO O| Aug 18 19:45:58.375 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 77664668-7627-4af2-828e-019681ae4eed |
| 8352 | 2025-08-18T19:45:59.095Z | [ recovery-image] Aug 18 19:45:58.388 INFO O| Aug 18 19:45:58.388 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
| 8353 | 2025-08-18T19:45:59.106Z | [ recovery-image] Aug 18 19:45:58.399 INFO O| Aug 18 19:45:58.399 INFO STEP 0 (create_be) COMPLETE |
| 8354 | 2025-08-18T19:45:59.106Z | [ recovery-image] Aug 18 19:45:58.399 INFO O| Aug 18 19:45:58.399 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8355 | 2025-08-18T19:45:59.118Z | [ recovery-image] Aug 18 19:45:58.411 INFO O| Aug 18 19:45:58.411 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"] |
| 8356 | 2025-08-18T19:46:02.466Z | [ recovery-image] Aug 18 19:46:01.764 INFO O| Aug 18 19:46:01.764 INFO STEP 1 (unpack_tar) COMPLETE |
| 8357 | 2025-08-18T19:46:02.466Z | [ recovery-image] Aug 18 19:46:01.764 INFO O| Aug 18 19:46:01.764 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8358 | 2025-08-18T19:46:02.476Z | [ recovery-image] Aug 18 19:46:01.773 INFO O| Aug 18 19:46:01.773 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"] |
| 8359 | 2025-08-18T19:46:02.926Z | [ recovery-image] Aug 18 19:46:02.224 INFO O| Aug 18 19:46:02.224 INFO STEP 2 (devfsadm) COMPLETE |
| 8360 | 2025-08-18T19:46:02.926Z | [ recovery-image] Aug 18 19:46:02.224 INFO O| Aug 18 19:46:02.224 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8361 | 2025-08-18T19:46:02.936Z | [ recovery-image] Aug 18 19:46:02.234 INFO O| Aug 18 19:46:02.234 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8362 | 2025-08-18T19:46:02.936Z | [ recovery-image] Aug 18 19:46:02.234 INFO O| Aug 18 19:46:02.234 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8363 | 2025-08-18T19:46:02.936Z | [ recovery-image] Aug 18 19:46:02.234 INFO O| Aug 18 19:46:02.234 INFO STEP 3 (ensure_dir) COMPLETE |
| 8364 | 2025-08-18T19:46:02.939Z | [ recovery-image] Aug 18 19:46:02.234 INFO O| Aug 18 19:46:02.234 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8365 | 2025-08-18T19:46:02.944Z | [ recovery-image] Aug 18 19:46:02.243 INFO O| Aug 18 19:46:02.242 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8366 | 2025-08-18T19:46:02.944Z | [ recovery-image] Aug 18 19:46:02.243 INFO O| Aug 18 19:46:02.243 INFO STEP 4 (ensure_dir) COMPLETE |
| 8367 | 2025-08-18T19:46:02.947Z | [ recovery-image] Aug 18 19:46:02.243 INFO O| Aug 18 19:46:02.243 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8368 | 2025-08-18T19:46:02.954Z | [ recovery-image] Aug 18 19:46:02.252 INFO O| Aug 18 19:46:02.252 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8369 | 2025-08-18T19:46:02.954Z | [ recovery-image] Aug 18 19:46:02.252 INFO O| Aug 18 19:46:02.252 INFO STEP 5 (ensure_dir) COMPLETE |
| 8370 | 2025-08-18T19:46:02.957Z | [ recovery-image] Aug 18 19:46:02.252 INFO O| Aug 18 19:46:02.252 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8371 | 2025-08-18T19:46:02.965Z | [ recovery-image] Aug 18 19:46:02.263 INFO O| Aug 18 19:46:02.263 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8372 | 2025-08-18T19:46:02.965Z | [ recovery-image] Aug 18 19:46:02.263 INFO O| Aug 18 19:46:02.263 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8373 | 2025-08-18T19:46:02.965Z | [ recovery-image] Aug 18 19:46:02.263 INFO O| Aug 18 19:46:02.263 INFO STEP 6 (ensure_dir) COMPLETE |
| 8374 | 2025-08-18T19:46:02.968Z | [ recovery-image] Aug 18 19:46:02.263 INFO O| Aug 18 19:46:02.263 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8375 | 2025-08-18T19:46:02.974Z | [ recovery-image] Aug 18 19:46:02.272 INFO O| Aug 18 19:46:02.272 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8376 | 2025-08-18T19:46:02.974Z | [ recovery-image] Aug 18 19:46:02.272 INFO O| Aug 18 19:46:02.272 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8377 | 2025-08-18T19:46:02.974Z | [ recovery-image] Aug 18 19:46:02.272 INFO O| Aug 18 19:46:02.272 INFO STEP 7 (ensure_dir) COMPLETE |
| 8378 | 2025-08-18T19:46:02.977Z | [ recovery-image] Aug 18 19:46:02.272 INFO O| Aug 18 19:46:02.272 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8379 | 2025-08-18T19:46:02.982Z | [ recovery-image] Aug 18 19:46:02.280 INFO O| Aug 18 19:46:02.280 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg" |
| 8380 | 2025-08-18T19:46:02.985Z | [ recovery-image] Aug 18 19:46:02.281 INFO O| Aug 18 19:46:02.280 INFO STEP 8 (remove_files) COMPLETE |
| 8381 | 2025-08-18T19:46:02.985Z | [ recovery-image] Aug 18 19:46:02.281 INFO O| Aug 18 19:46:02.281 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8382 | 2025-08-18T19:46:02.990Z | [ recovery-image] Aug 18 19:46:02.289 INFO O| Aug 18 19:46:02.289 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk" |
| 8383 | 2025-08-18T19:46:02.993Z | [ recovery-image] Aug 18 19:46:02.290 INFO O| Aug 18 19:46:02.290 INFO STEP 9 (remove_files) COMPLETE |
| 8384 | 2025-08-18T19:46:02.993Z | [ recovery-image] Aug 18 19:46:02.290 INFO O| Aug 18 19:46:02.290 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8385 | 2025-08-18T19:46:03.002Z | [ recovery-image] Aug 18 19:46:02.300 INFO O| Aug 18 19:46:02.299 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk" |
| 8386 | 2025-08-18T19:46:03.005Z | [ recovery-image] Aug 18 19:46:02.301 INFO O| Aug 18 19:46:02.301 INFO STEP 10 (remove_files) COMPLETE |
| 8387 | 2025-08-18T19:46:03.005Z | [ recovery-image] Aug 18 19:46:02.301 INFO O| Aug 18 19:46:02.301 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8388 | 2025-08-18T19:46:03.013Z | [ recovery-image] Aug 18 19:46:02.311 INFO O| Aug 18 19:46:02.311 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors" |
| 8389 | 2025-08-18T19:46:03.016Z | [ recovery-image] Aug 18 19:46:02.312 INFO O| Aug 18 19:46:02.312 INFO STEP 11 (remove_files) COMPLETE |
| 8390 | 2025-08-18T19:46:03.016Z | [ recovery-image] Aug 18 19:46:02.312 INFO O| Aug 18 19:46:02.312 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8391 | 2025-08-18T19:46:03.022Z | [ recovery-image] Aug 18 19:46:02.320 INFO O| Aug 18 19:46:02.320 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb" |
| 8392 | 2025-08-18T19:46:03.022Z | [ recovery-image] Aug 18 19:46:02.320 INFO O| Aug 18 19:46:02.320 INFO STEP 12 (remove_files) COMPLETE |
| 8393 | 2025-08-18T19:46:03.024Z | [ recovery-image] Aug 18 19:46:02.320 INFO O| Aug 18 19:46:02.320 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8394 | 2025-08-18T19:46:03.030Z | [ recovery-image] Aug 18 19:46:02.329 INFO O| Aug 18 19:46:02.329 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8395 | 2025-08-18T19:46:03.033Z | [ recovery-image] Aug 18 19:46:02.329 INFO O| Aug 18 19:46:02.329 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8396 | 2025-08-18T19:46:03.033Z | [ recovery-image] Aug 18 19:46:02.329 INFO O| Aug 18 19:46:02.329 INFO STEP 13 (ensure_dir) COMPLETE |
| 8397 | 2025-08-18T19:46:03.033Z | [ recovery-image] Aug 18 19:46:02.329 INFO O| Aug 18 19:46:02.329 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8398 | 2025-08-18T19:46:03.042Z | [ recovery-image] Aug 18 19:46:02.341 INFO O| Aug 18 19:46:02.340 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8399 | 2025-08-18T19:46:03.045Z | [ recovery-image] Aug 18 19:46:02.341 INFO O| Aug 18 19:46:02.341 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8400 | 2025-08-18T19:46:03.045Z | [ recovery-image] Aug 18 19:46:02.341 INFO O| Aug 18 19:46:02.341 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8401 | 2025-08-18T19:46:03.045Z | [ recovery-image] Aug 18 19:46:02.341 INFO O| Aug 18 19:46:02.341 INFO STEP 14 (ensure_dir) COMPLETE |
| 8402 | 2025-08-18T19:46:03.045Z | [ recovery-image] Aug 18 19:46:02.341 INFO O| Aug 18 19:46:02.341 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8403 | 2025-08-18T19:46:03.054Z | [ recovery-image] Aug 18 19:46:02.352 INFO O| Aug 18 19:46:02.352 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8404 | 2025-08-18T19:46:03.058Z | [ recovery-image] Aug 18 19:46:02.353 INFO O| Aug 18 19:46:02.352 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8405 | 2025-08-18T19:46:03.058Z | [ recovery-image] Aug 18 19:46:02.353 INFO O| Aug 18 19:46:02.353 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8406 | 2025-08-18T19:46:03.058Z | [ recovery-image] Aug 18 19:46:02.353 INFO O| Aug 18 19:46:02.353 INFO STEP 15 (ensure_dir) COMPLETE |
| 8407 | 2025-08-18T19:46:03.058Z | [ recovery-image] Aug 18 19:46:02.353 INFO O| Aug 18 19:46:02.353 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8408 | 2025-08-18T19:46:03.062Z | [ recovery-image] Aug 18 19:46:02.361 INFO O| Aug 18 19:46:02.361 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8409 | 2025-08-18T19:46:03.062Z | [ recovery-image] Aug 18 19:46:02.361 INFO O| Aug 18 19:46:02.361 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8410 | 2025-08-18T19:46:03.065Z | [ recovery-image] Aug 18 19:46:02.361 INFO O| Aug 18 19:46:02.361 INFO STEP 16 (ensure_dir) COMPLETE |
| 8411 | 2025-08-18T19:46:03.065Z | [ recovery-image] Aug 18 19:46:02.361 INFO O| Aug 18 19:46:02.361 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8412 | 2025-08-18T19:46:03.073Z | [ recovery-image] Aug 18 19:46:02.372 INFO O| Aug 18 19:46:02.372 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8413 | 2025-08-18T19:46:03.073Z | [ recovery-image] Aug 18 19:46:02.372 INFO O| Aug 18 19:46:02.372 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8414 | 2025-08-18T19:46:03.073Z | [ recovery-image] Aug 18 19:46:02.372 INFO O| Aug 18 19:46:02.372 INFO STEP 17 (ensure_dir) COMPLETE |
| 8415 | 2025-08-18T19:46:03.076Z | [ recovery-image] Aug 18 19:46:02.372 INFO O| Aug 18 19:46:02.372 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8416 | 2025-08-18T19:46:03.082Z | [ recovery-image] Aug 18 19:46:02.380 INFO O| Aug 18 19:46:02.380 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
| 8417 | 2025-08-18T19:46:03.082Z | [ recovery-image] Aug 18 19:46:02.380 INFO O| Aug 18 19:46:02.380 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog |
| 8418 | 2025-08-18T19:46:03.082Z | [ recovery-image] Aug 18 19:46:02.380 INFO O| Aug 18 19:46:02.380 INFO ok! |
| 8419 | 2025-08-18T19:46:03.085Z | [ recovery-image] Aug 18 19:46:02.380 INFO O| Aug 18 19:46:02.380 INFO STEP 18 (ensure_symlink) COMPLETE |
| 8420 | 2025-08-18T19:46:03.085Z | [ recovery-image] Aug 18 19:46:02.380 INFO O| Aug 18 19:46:02.380 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8421 | 2025-08-18T19:46:03.094Z | [ recovery-image] Aug 18 19:46:02.392 INFO O| Aug 18 19:46:02.392 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents |
| 8422 | 2025-08-18T19:46:03.094Z | [ recovery-image] Aug 18 19:46:02.392 INFO O| Aug 18 19:46:02.392 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure |
| 8423 | 2025-08-18T19:46:03.097Z | [ recovery-image] Aug 18 19:46:02.392 INFO O| Aug 18 19:46:02.392 INFO ok! |
| 8424 | 2025-08-18T19:46:03.097Z | [ recovery-image] Aug 18 19:46:02.392 INFO O| Aug 18 19:46:02.392 INFO STEP 19 (ensure_file) COMPLETE |
| 8425 | 2025-08-18T19:46:03.097Z | [ recovery-image] Aug 18 19:46:02.392 INFO O| Aug 18 19:46:02.392 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8426 | 2025-08-18T19:46:03.104Z | [ recovery-image] Aug 18 19:46:02.402 INFO O| Aug 18 19:46:02.402 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
| 8427 | 2025-08-18T19:46:03.104Z | [ recovery-image] Aug 18 19:46:02.402 INFO O| Aug 18 19:46:02.402 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
| 8428 | 2025-08-18T19:46:03.107Z | [ recovery-image] Aug 18 19:46:02.403 INFO O| Aug 18 19:46:02.402 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml |
| 8429 | 2025-08-18T19:46:03.107Z | [ recovery-image] Aug 18 19:46:02.403 INFO O| Aug 18 19:46:02.403 INFO ok! |
| 8430 | 2025-08-18T19:46:03.107Z | [ recovery-image] Aug 18 19:46:02.403 INFO O| Aug 18 19:46:02.403 INFO STEP 20 (ensure_symlink) COMPLETE |
| 8431 | 2025-08-18T19:46:03.107Z | [ recovery-image] Aug 18 19:46:02.403 INFO O| Aug 18 19:46:02.403 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8432 | 2025-08-18T19:46:03.113Z | [ recovery-image] Aug 18 19:46:02.411 INFO O| Aug 18 19:46:02.411 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
| 8433 | 2025-08-18T19:46:03.113Z | [ recovery-image] Aug 18 19:46:02.411 INFO O| Aug 18 19:46:02.411 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
| 8434 | 2025-08-18T19:46:03.116Z | [ recovery-image] Aug 18 19:46:02.411 INFO O| Aug 18 19:46:02.411 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
| 8435 | 2025-08-18T19:46:03.116Z | [ recovery-image] Aug 18 19:46:02.412 INFO O| Aug 18 19:46:02.411 INFO ok! |
| 8436 | 2025-08-18T19:46:03.116Z | [ recovery-image] Aug 18 19:46:02.412 INFO O| Aug 18 19:46:02.411 INFO STEP 21 (ensure_symlink) COMPLETE |
| 8437 | 2025-08-18T19:46:03.116Z | [ recovery-image] Aug 18 19:46:02.412 INFO O| Aug 18 19:46:02.411 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8438 | 2025-08-18T19:46:03.123Z | [ recovery-image] Aug 18 19:46:02.422 INFO O| Aug 18 19:46:02.422 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
| 8439 | 2025-08-18T19:46:03.123Z | [ recovery-image] Aug 18 19:46:02.422 INFO O| Aug 18 19:46:02.422 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
| 8440 | 2025-08-18T19:46:03.123Z | [ recovery-image] Aug 18 19:46:02.422 INFO O| Aug 18 19:46:02.422 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml |
| 8441 | 2025-08-18T19:46:03.126Z | [ recovery-image] Aug 18 19:46:02.422 INFO O| Aug 18 19:46:02.422 INFO ok! |
| 8442 | 2025-08-18T19:46:03.126Z | [ recovery-image] Aug 18 19:46:02.422 INFO O| Aug 18 19:46:02.422 INFO STEP 22 (ensure_symlink) COMPLETE |
| 8443 | 2025-08-18T19:46:03.126Z | [ recovery-image] Aug 18 19:46:02.422 INFO O| Aug 18 19:46:02.422 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8444 | 2025-08-18T19:46:03.135Z | [ recovery-image] Aug 18 19:46:02.434 INFO O| Aug 18 19:46:02.434 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
| 8445 | 2025-08-18T19:46:03.138Z | [ recovery-image] Aug 18 19:46:02.434 INFO O| Aug 18 19:46:02.434 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
| 8446 | 2025-08-18T19:46:03.138Z | [ recovery-image] Aug 18 19:46:02.434 INFO O| Aug 18 19:46:02.434 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml |
| 8447 | 2025-08-18T19:46:03.138Z | [ recovery-image] Aug 18 19:46:02.434 INFO O| Aug 18 19:46:02.434 INFO ok! |
| 8448 | 2025-08-18T19:46:03.138Z | [ recovery-image] Aug 18 19:46:02.434 INFO O| Aug 18 19:46:02.434 INFO STEP 23 (ensure_symlink) COMPLETE |
| 8449 | 2025-08-18T19:46:03.138Z | [ recovery-image] Aug 18 19:46:02.434 INFO O| Aug 18 19:46:02.434 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8450 | 2025-08-18T19:46:03.147Z | [ recovery-image] Aug 18 19:46:02.446 INFO O| Aug 18 19:46:02.446 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
| 8451 | 2025-08-18T19:46:03.147Z | [ recovery-image] Aug 18 19:46:02.446 INFO O| Aug 18 19:46:02.446 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 ... |
| 8452 | 2025-08-18T19:46:03.150Z | [ recovery-image] Aug 18 19:46:02.446 INFO O| Aug 18 19:46:02.446 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf |
| 8453 | 2025-08-18T19:46:03.150Z | [ recovery-image] Aug 18 19:46:02.446 INFO O| Aug 18 19:46:02.446 INFO ok! |
| 8454 | 2025-08-18T19:46:03.150Z | [ recovery-image] Aug 18 19:46:02.446 INFO O| Aug 18 19:46:02.446 INFO STEP 24 (ensure_file) COMPLETE |
| 8455 | 2025-08-18T19:46:03.150Z | [ recovery-image] Aug 18 19:46:02.446 INFO O| Aug 18 19:46:02.446 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8456 | 2025-08-18T19:46:03.158Z | [ recovery-image] Aug 18 19:46:02.457 INFO O| Aug 18 19:46:02.457 INFO updating shadow file |
| 8457 | 2025-08-18T19:46:03.161Z | [ recovery-image] Aug 18 19:46:02.457 INFO O| Aug 18 19:46:02.457 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 8458 | 2025-08-18T19:46:03.161Z | [ recovery-image] Aug 18 19:46:02.457 INFO O| Aug 18 19:46:02.457 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 8459 | 2025-08-18T19:46:03.161Z | [ recovery-image] Aug 18 19:46:02.457 INFO O| Aug 18 19:46:02.457 INFO STEP 25 (shadow) COMPLETE |
| 8460 | 2025-08-18T19:46:03.162Z | [ recovery-image] Aug 18 19:46:02.457 INFO O| Aug 18 19:46:02.457 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8461 | 2025-08-18T19:46:03.168Z | [ recovery-image] Aug 18 19:46:02.467 INFO O| Aug 18 19:46:02.467 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
| 8462 | 2025-08-18T19:46:03.168Z | [ recovery-image] Aug 18 19:46:02.467 INFO O| Aug 18 19:46:02.467 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ... |
| 8463 | 2025-08-18T19:46:03.173Z | [ recovery-image] Aug 18 19:46:02.467 INFO O| Aug 18 19:46:02.467 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts |
| 8464 | 2025-08-18T19:46:03.173Z | [ recovery-image] Aug 18 19:46:02.467 INFO O| Aug 18 19:46:02.467 INFO ok! |
| 8465 | 2025-08-18T19:46:03.173Z | [ recovery-image] Aug 18 19:46:02.467 INFO O| Aug 18 19:46:02.467 INFO STEP 26 (ensure_file) COMPLETE |
| 8466 | 2025-08-18T19:46:03.173Z | [ recovery-image] Aug 18 19:46:02.467 INFO O| Aug 18 19:46:02.467 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8467 | 2025-08-18T19:46:03.179Z | [ recovery-image] Aug 18 19:46:02.478 INFO O| Aug 18 19:46:02.478 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist |
| 8468 | 2025-08-18T19:46:03.182Z | [ recovery-image] Aug 18 19:46:02.478 INFO O| Aug 18 19:46:02.478 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ... |
| 8469 | 2025-08-18T19:46:03.182Z | [ recovery-image] Aug 18 19:46:02.478 INFO O| Aug 18 19:46:02.478 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename |
| 8470 | 2025-08-18T19:46:03.182Z | [ recovery-image] Aug 18 19:46:02.478 INFO O| Aug 18 19:46:02.478 INFO ok! |
| 8471 | 2025-08-18T19:46:03.182Z | [ recovery-image] Aug 18 19:46:02.478 INFO O| Aug 18 19:46:02.478 INFO STEP 27 (ensure_file) COMPLETE |
| 8472 | 2025-08-18T19:46:03.182Z | [ recovery-image] Aug 18 19:46:02.478 INFO O| Aug 18 19:46:02.478 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8473 | 2025-08-18T19:46:03.192Z | [ recovery-image] Aug 18 19:46:02.491 INFO O| Aug 18 19:46:02.490 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
| 8474 | 2025-08-18T19:46:03.192Z | [ recovery-image] Aug 18 19:46:02.491 INFO O| Aug 18 19:46:02.491 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ... |
| 8475 | 2025-08-18T19:46:03.195Z | [ recovery-image] Aug 18 19:46:02.491 INFO O| Aug 18 19:46:02.491 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent |
| 8476 | 2025-08-18T19:46:03.195Z | [ recovery-image] Aug 18 19:46:02.491 INFO O| Aug 18 19:46:02.491 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent |
| 8477 | 2025-08-18T19:46:03.195Z | [ recovery-image] Aug 18 19:46:02.491 INFO O| Aug 18 19:46:02.491 INFO ok! |
| 8478 | 2025-08-18T19:46:03.195Z | [ recovery-image] Aug 18 19:46:02.491 INFO O| Aug 18 19:46:02.491 INFO STEP 28 (ensure_file) COMPLETE |
| 8479 | 2025-08-18T19:46:03.195Z | [ recovery-image] Aug 18 19:46:02.491 INFO O| Aug 18 19:46:02.491 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8480 | 2025-08-18T19:46:03.202Z | [ recovery-image] Aug 18 19:46:02.501 INFO O| Aug 18 19:46:02.501 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist |
| 8481 | 2025-08-18T19:46:03.202Z | [ recovery-image] Aug 18 19:46:02.501 INFO O| Aug 18 19:46:02.501 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ... |
| 8482 | 2025-08-18T19:46:03.205Z | [ recovery-image] Aug 18 19:46:02.501 INFO O| Aug 18 19:46:02.501 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf |
| 8483 | 2025-08-18T19:46:03.205Z | [ recovery-image] Aug 18 19:46:02.501 INFO O| Aug 18 19:46:02.501 INFO ok! |
| 8484 | 2025-08-18T19:46:03.205Z | [ recovery-image] Aug 18 19:46:02.501 INFO O| Aug 18 19:46:02.501 INFO STEP 29 (ensure_file) COMPLETE |
| 8485 | 2025-08-18T19:46:03.205Z | [ recovery-image] Aug 18 19:46:02.501 INFO O| Aug 18 19:46:02.501 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8486 | 2025-08-18T19:46:03.211Z | [ recovery-image] Aug 18 19:46:02.509 INFO O| Aug 18 19:46:02.509 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8487 | 2025-08-18T19:46:03.214Z | [ recovery-image] Aug 18 19:46:02.509 INFO O| Aug 18 19:46:02.509 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8488 | 2025-08-18T19:46:03.214Z | [ recovery-image] Aug 18 19:46:02.509 INFO O| Aug 18 19:46:02.509 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8489 | 2025-08-18T19:46:03.214Z | [ recovery-image] Aug 18 19:46:02.509 INFO O| Aug 18 19:46:02.509 INFO STEP 30 (ensure_dir) COMPLETE |
| 8490 | 2025-08-18T19:46:03.214Z | [ recovery-image] Aug 18 19:46:02.510 INFO O| Aug 18 19:46:02.509 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8491 | 2025-08-18T19:46:03.222Z | [ recovery-image] Aug 18 19:46:02.521 INFO O| Aug 18 19:46:02.520 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist |
| 8492 | 2025-08-18T19:46:03.222Z | [ recovery-image] Aug 18 19:46:02.521 INFO O| Aug 18 19:46:02.521 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 ... |
| 8493 | 2025-08-18T19:46:03.225Z | [ recovery-image] Aug 18 19:46:02.521 INFO O| Aug 18 19:46:02.521 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 |
| 8494 | 2025-08-18T19:46:03.225Z | [ recovery-image] Aug 18 19:46:02.521 INFO O| Aug 18 19:46:02.521 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup |
| 8495 | 2025-08-18T19:46:03.225Z | [ recovery-image] Aug 18 19:46:02.521 INFO O| Aug 18 19:46:02.521 INFO ok! |
| 8496 | 2025-08-18T19:46:03.225Z | [ recovery-image] Aug 18 19:46:02.521 INFO O| Aug 18 19:46:02.521 INFO STEP 31 (ensure_file) COMPLETE |
| 8497 | 2025-08-18T19:46:03.225Z | [ recovery-image] Aug 18 19:46:02.521 INFO O| Aug 18 19:46:02.521 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8498 | 2025-08-18T19:46:03.232Z | [ recovery-image] Aug 18 19:46:02.531 INFO O| Aug 18 19:46:02.531 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8499 | 2025-08-18T19:46:03.232Z | [ recovery-image] Aug 18 19:46:02.531 INFO O| Aug 18 19:46:02.531 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8500 | 2025-08-18T19:46:03.236Z | [ recovery-image] Aug 18 19:46:02.531 INFO O| Aug 18 19:46:02.531 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8501 | 2025-08-18T19:46:03.237Z | [ recovery-image] Aug 18 19:46:02.531 INFO O| Aug 18 19:46:02.531 INFO STEP 32 (ensure_dir) COMPLETE |
| 8502 | 2025-08-18T19:46:03.237Z | [ recovery-image] Aug 18 19:46:02.531 INFO O| Aug 18 19:46:02.531 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8503 | 2025-08-18T19:46:03.242Z | [ recovery-image] Aug 18 19:46:02.541 INFO O| Aug 18 19:46:02.541 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist |
| 8504 | 2025-08-18T19:46:03.242Z | [ recovery-image] Aug 18 19:46:02.541 INFO O| Aug 18 19:46:02.541 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 ... |
| 8505 | 2025-08-18T19:46:03.245Z | [ recovery-image] Aug 18 19:46:02.541 INFO O| Aug 18 19:46:02.541 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 |
| 8506 | 2025-08-18T19:46:03.245Z | [ recovery-image] Aug 18 19:46:02.541 INFO O| Aug 18 19:46:02.541 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml |
| 8507 | 2025-08-18T19:46:03.245Z | [ recovery-image] Aug 18 19:46:02.541 INFO O| Aug 18 19:46:02.541 INFO ok! |
| 8508 | 2025-08-18T19:46:03.246Z | [ recovery-image] Aug 18 19:46:02.541 INFO O| Aug 18 19:46:02.541 INFO STEP 33 (ensure_file) COMPLETE |
| 8509 | 2025-08-18T19:46:03.246Z | [ recovery-image] Aug 18 19:46:02.541 INFO O| Aug 18 19:46:02.541 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8510 | 2025-08-18T19:46:03.250Z | [ recovery-image] Aug 18 19:46:02.549 INFO O| Aug 18 19:46:02.549 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist |
| 8511 | 2025-08-18T19:46:03.254Z | [ recovery-image] Aug 18 19:46:02.549 INFO O| Aug 18 19:46:02.549 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ... |
| 8512 | 2025-08-18T19:46:03.254Z | [ recovery-image] Aug 18 19:46:02.549 INFO O| Aug 18 19:46:02.549 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master |
| 8513 | 2025-08-18T19:46:03.254Z | [ recovery-image] Aug 18 19:46:02.549 INFO O| Aug 18 19:46:02.549 INFO ok! |
| 8514 | 2025-08-18T19:46:03.254Z | [ recovery-image] Aug 18 19:46:02.549 INFO O| Aug 18 19:46:02.549 INFO STEP 34 (ensure_file) COMPLETE |
| 8515 | 2025-08-18T19:46:03.254Z | [ recovery-image] Aug 18 19:46:02.549 INFO O| Aug 18 19:46:02.549 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8516 | 2025-08-18T19:46:03.263Z | [ recovery-image] Aug 18 19:46:02.562 INFO O| Aug 18 19:46:02.562 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
| 8517 | 2025-08-18T19:46:03.263Z | [ recovery-image] Aug 18 19:46:02.562 INFO O| Aug 18 19:46:02.562 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ... |
| 8518 | 2025-08-18T19:46:03.266Z | [ recovery-image] Aug 18 19:46:02.562 INFO O| Aug 18 19:46:02.562 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs |
| 8519 | 2025-08-18T19:46:03.266Z | [ recovery-image] Aug 18 19:46:02.562 INFO O| Aug 18 19:46:02.562 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs |
| 8520 | 2025-08-18T19:46:03.266Z | [ recovery-image] Aug 18 19:46:02.562 INFO O| Aug 18 19:46:02.562 INFO ok! |
| 8521 | 2025-08-18T19:46:03.266Z | [ recovery-image] Aug 18 19:46:02.562 INFO O| Aug 18 19:46:02.562 INFO STEP 35 (ensure_file) COMPLETE |
| 8522 | 2025-08-18T19:46:03.266Z | [ recovery-image] Aug 18 19:46:02.562 INFO O| Aug 18 19:46:02.562 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8523 | 2025-08-18T19:46:03.273Z | [ recovery-image] Aug 18 19:46:02.572 INFO O| Aug 18 19:46:02.572 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
| 8524 | 2025-08-18T19:46:03.276Z | [ recovery-image] Aug 18 19:46:02.572 INFO O| Aug 18 19:46:02.572 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ... |
| 8525 | 2025-08-18T19:46:03.276Z | [ recovery-image] Aug 18 19:46:02.572 INFO O| Aug 18 19:46:02.572 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init |
| 8526 | 2025-08-18T19:46:03.277Z | [ recovery-image] Aug 18 19:46:02.572 INFO O| Aug 18 19:46:02.572 INFO ok! |
| 8527 | 2025-08-18T19:46:03.277Z | [ recovery-image] Aug 18 19:46:02.572 INFO O| Aug 18 19:46:02.572 INFO STEP 36 (ensure_file) COMPLETE |
| 8528 | 2025-08-18T19:46:03.277Z | [ recovery-image] Aug 18 19:46:02.572 INFO O| Aug 18 19:46:02.572 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8529 | 2025-08-18T19:46:03.281Z | [ recovery-image] Aug 18 19:46:02.580 INFO O| Aug 18 19:46:02.580 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
| 8530 | 2025-08-18T19:46:03.284Z | [ recovery-image] Aug 18 19:46:02.580 INFO O| Aug 18 19:46:02.580 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ... |
| 8531 | 2025-08-18T19:46:03.284Z | [ recovery-image] Aug 18 19:46:02.580 INFO O| Aug 18 19:46:02.580 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config |
| 8532 | 2025-08-18T19:46:03.284Z | [ recovery-image] Aug 18 19:46:02.580 INFO O| Aug 18 19:46:02.580 INFO ok! |
| 8533 | 2025-08-18T19:46:03.284Z | [ recovery-image] Aug 18 19:46:02.580 INFO O| Aug 18 19:46:02.580 INFO STEP 37 (ensure_file) COMPLETE |
| 8534 | 2025-08-18T19:46:03.284Z | [ recovery-image] Aug 18 19:46:02.580 INFO O| Aug 18 19:46:02.580 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8535 | 2025-08-18T19:46:03.290Z | [ recovery-image] Aug 18 19:46:02.589 INFO O| Aug 18 19:46:02.588 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist |
| 8536 | 2025-08-18T19:46:03.290Z | [ recovery-image] Aug 18 19:46:02.589 INFO O| Aug 18 19:46:02.589 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ... |
| 8537 | 2025-08-18T19:46:03.293Z | [ recovery-image] Aug 18 19:46:02.589 INFO O| Aug 18 19:46:02.589 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8538 | 2025-08-18T19:46:03.293Z | [ recovery-image] Aug 18 19:46:02.589 INFO O| Aug 18 19:46:02.589 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8539 | 2025-08-18T19:46:03.293Z | [ recovery-image] Aug 18 19:46:02.589 INFO O| Aug 18 19:46:02.589 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8540 | 2025-08-18T19:46:03.293Z | [ recovery-image] Aug 18 19:46:02.589 INFO O| Aug 18 19:46:02.589 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8541 | 2025-08-18T19:46:03.293Z | [ recovery-image] Aug 18 19:46:02.589 INFO O| Aug 18 19:46:02.589 INFO ok! |
| 8542 | 2025-08-18T19:46:03.293Z | [ recovery-image] Aug 18 19:46:02.589 INFO O| Aug 18 19:46:02.589 INFO STEP 38 (ensure_file) COMPLETE |
| 8543 | 2025-08-18T19:46:03.293Z | [ recovery-image] Aug 18 19:46:02.589 INFO O| Aug 18 19:46:02.589 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8544 | 2025-08-18T19:46:03.298Z | [ recovery-image] Aug 18 19:46:02.597 INFO O| Aug 18 19:46:02.597 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 8545 | 2025-08-18T19:46:03.300Z | [ recovery-image] Aug 18 19:46:02.597 INFO O| Aug 18 19:46:02.597 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 8546 | 2025-08-18T19:46:03.301Z | [ recovery-image] Aug 18 19:46:02.597 INFO O| Aug 18 19:46:02.597 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 8547 | 2025-08-18T19:46:03.301Z | [ recovery-image] Aug 18 19:46:02.597 INFO O| Aug 18 19:46:02.597 INFO STEP 39 (ensure_dir) COMPLETE |
| 8548 | 2025-08-18T19:46:03.301Z | [ recovery-image] Aug 18 19:46:02.597 INFO O| Aug 18 19:46:02.597 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8549 | 2025-08-18T19:46:03.313Z | [ recovery-image] Aug 18 19:46:02.612 INFO O| Aug 18 19:46:02.612 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 |
| 8550 | 2025-08-18T19:46:03.313Z | [ recovery-image] Aug 18 19:46:02.612 INFO O| Aug 18 19:46:02.612 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 ... |
| 8551 | 2025-08-18T19:46:03.313Z | [ recovery-image] Aug 18 19:46:02.612 INFO O| Aug 18 19:46:02.612 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 |
| 8552 | 2025-08-18T19:46:03.319Z | [ recovery-image] Aug 18 19:46:02.612 INFO O| Aug 18 19:46:02.612 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 |
| 8553 | 2025-08-18T19:46:03.319Z | [ recovery-image] Aug 18 19:46:02.612 INFO O| Aug 18 19:46:02.612 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 |
| 8554 | 2025-08-18T19:46:03.319Z | [ recovery-image] Aug 18 19:46:02.612 INFO O| Aug 18 19:46:02.612 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 |
| 8555 | 2025-08-18T19:46:03.319Z | [ recovery-image] Aug 18 19:46:02.612 INFO O| Aug 18 19:46:02.612 INFO ok! |
| 8556 | 2025-08-18T19:46:03.319Z | [ recovery-image] Aug 18 19:46:02.612 INFO O| Aug 18 19:46:02.612 INFO STEP 40 (ensure_file) COMPLETE |
| 8557 | 2025-08-18T19:46:03.319Z | [ recovery-image] Aug 18 19:46:02.612 INFO O| Aug 18 19:46:02.612 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8558 | 2025-08-18T19:46:03.323Z | [ recovery-image] Aug 18 19:46:02.622 INFO O| Aug 18 19:46:02.621 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
| 8559 | 2025-08-18T19:46:03.323Z | [ recovery-image] Aug 18 19:46:02.622 INFO O| Aug 18 19:46:02.622 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 ... |
| 8560 | 2025-08-18T19:46:03.325Z | [ recovery-image] Aug 18 19:46:02.622 INFO O| Aug 18 19:46:02.622 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
| 8561 | 2025-08-18T19:46:03.326Z | [ recovery-image] Aug 18 19:46:02.622 INFO O| Aug 18 19:46:02.622 INFO ok! |
| 8562 | 2025-08-18T19:46:03.326Z | [ recovery-image] Aug 18 19:46:02.622 INFO O| Aug 18 19:46:02.622 INFO STEP 41 (ensure_symlink) COMPLETE |
| 8563 | 2025-08-18T19:46:03.326Z | [ recovery-image] Aug 18 19:46:02.622 INFO O| Aug 18 19:46:02.622 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8564 | 2025-08-18T19:46:03.335Z | [ recovery-image] Aug 18 19:46:02.634 INFO O| Aug 18 19:46:02.633 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist |
| 8565 | 2025-08-18T19:46:03.335Z | [ recovery-image] Aug 18 19:46:02.634 INFO O| Aug 18 19:46:02.633 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ... |
| 8566 | 2025-08-18T19:46:03.338Z | [ recovery-image] Aug 18 19:46:02.634 INFO O| Aug 18 19:46:02.634 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo |
| 8567 | 2025-08-18T19:46:03.338Z | [ recovery-image] Aug 18 19:46:02.634 INFO O| Aug 18 19:46:02.634 INFO ok! |
| 8568 | 2025-08-18T19:46:03.338Z | [ recovery-image] Aug 18 19:46:02.634 INFO O| Aug 18 19:46:02.634 INFO STEP 42 (ensure_symlink) COMPLETE |
| 8569 | 2025-08-18T19:46:03.338Z | [ recovery-image] Aug 18 19:46:02.634 INFO O| Aug 18 19:46:02.634 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8570 | 2025-08-18T19:46:03.345Z | [ recovery-image] Aug 18 19:46:02.644 INFO O| Aug 18 19:46:02.644 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
| 8571 | 2025-08-18T19:46:03.345Z | [ recovery-image] Aug 18 19:46:02.644 INFO O| Aug 18 19:46:02.644 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ... |
| 8572 | 2025-08-18T19:46:03.348Z | [ recovery-image] Aug 18 19:46:02.644 INFO O| Aug 18 19:46:02.644 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8573 | 2025-08-18T19:46:03.348Z | [ recovery-image] Aug 18 19:46:02.644 INFO O| Aug 18 19:46:02.644 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8574 | 2025-08-18T19:46:03.348Z | [ recovery-image] Aug 18 19:46:02.644 INFO O| Aug 18 19:46:02.644 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8575 | 2025-08-18T19:46:03.348Z | [ recovery-image] Aug 18 19:46:02.645 INFO O| Aug 18 19:46:02.644 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8576 | 2025-08-18T19:46:03.348Z | [ recovery-image] Aug 18 19:46:02.645 INFO O| Aug 18 19:46:02.645 INFO ok! |
| 8577 | 2025-08-18T19:46:03.348Z | [ recovery-image] Aug 18 19:46:02.645 INFO O| Aug 18 19:46:02.645 INFO STEP 43 (ensure_file) COMPLETE |
| 8578 | 2025-08-18T19:46:03.349Z | [ recovery-image] Aug 18 19:46:02.645 INFO O| Aug 18 19:46:02.645 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8579 | 2025-08-18T19:46:03.354Z | [ recovery-image] Aug 18 19:46:02.653 INFO O| Aug 18 19:46:02.653 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
| 8580 | 2025-08-18T19:46:03.354Z | [ recovery-image] Aug 18 19:46:02.653 INFO O| Aug 18 19:46:02.653 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 ... |
| 8581 | 2025-08-18T19:46:03.357Z | [ recovery-image] Aug 18 19:46:02.653 INFO O| Aug 18 19:46:02.653 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 |
| 8582 | 2025-08-18T19:46:03.357Z | [ recovery-image] Aug 18 19:46:02.653 INFO O| Aug 18 19:46:02.653 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
| 8583 | 2025-08-18T19:46:03.357Z | [ recovery-image] Aug 18 19:46:02.653 INFO O| Aug 18 19:46:02.653 INFO ok! |
| 8584 | 2025-08-18T19:46:03.357Z | [ recovery-image] Aug 18 19:46:02.653 INFO O| Aug 18 19:46:02.653 INFO STEP 44 (ensure_file) COMPLETE |
| 8585 | 2025-08-18T19:46:03.357Z | [ recovery-image] Aug 18 19:46:02.653 INFO O| Aug 18 19:46:02.653 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8586 | 2025-08-18T19:46:03.363Z | [ recovery-image] Aug 18 19:46:02.662 INFO O| Aug 18 19:46:02.662 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist |
| 8587 | 2025-08-18T19:46:03.363Z | [ recovery-image] Aug 18 19:46:02.662 INFO O| Aug 18 19:46:02.662 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ... |
| 8588 | 2025-08-18T19:46:03.363Z | [ recovery-image] Aug 18 19:46:02.662 INFO O| Aug 18 19:46:02.662 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml |
| 8589 | 2025-08-18T19:46:03.366Z | [ recovery-image] Aug 18 19:46:02.662 INFO O| Aug 18 19:46:02.662 INFO ok! |
| 8590 | 2025-08-18T19:46:03.366Z | [ recovery-image] Aug 18 19:46:02.662 INFO O| Aug 18 19:46:02.662 INFO STEP 45 (ensure_file) COMPLETE |
| 8591 | 2025-08-18T19:46:03.366Z | [ recovery-image] Aug 18 19:46:02.662 INFO O| Aug 18 19:46:02.662 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 8592 | 2025-08-18T19:46:03.372Z | [ recovery-image] Aug 18 19:46:02.671 INFO O| Aug 18 19:46:02.671 INFO updating shadow file |
| 8593 | 2025-08-18T19:46:03.375Z | [ recovery-image] Aug 18 19:46:02.671 INFO O| Aug 18 19:46:02.671 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 8594 | 2025-08-18T19:46:03.375Z | [ recovery-image] Aug 18 19:46:02.671 INFO O| Aug 18 19:46:02.671 INFO STEP 46 (shadow) COMPLETE |
| 8595 | 2025-08-18T19:46:03.375Z | [ recovery-image] Aug 18 19:46:02.671 INFO O| Aug 18 19:46:02.671 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 8596 | 2025-08-18T19:46:03.383Z | [ recovery-image] Aug 18 19:46:02.682 INFO O| Aug 18 19:46:02.682 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
| 8597 | 2025-08-18T19:46:03.383Z | [ recovery-image] Aug 18 19:46:02.682 INFO O| Aug 18 19:46:02.682 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ... |
| 8598 | 2025-08-18T19:46:03.387Z | [ recovery-image] Aug 18 19:46:02.682 INFO O| Aug 18 19:46:02.682 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login |
| 8599 | 2025-08-18T19:46:03.387Z | [ recovery-image] Aug 18 19:46:02.682 INFO O| Aug 18 19:46:02.682 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login |
| 8600 | 2025-08-18T19:46:03.387Z | [ recovery-image] Aug 18 19:46:02.682 INFO O| Aug 18 19:46:02.682 INFO ok! |
| 8601 | 2025-08-18T19:46:03.387Z | [ recovery-image] Aug 18 19:46:02.682 INFO O| Aug 18 19:46:02.682 INFO STEP 47 (ensure_file) COMPLETE |
| 8602 | 2025-08-18T19:46:03.387Z | [ recovery-image] Aug 18 19:46:02.682 INFO O| Aug 18 19:46:02.682 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8603 | 2025-08-18T19:46:03.392Z | [ recovery-image] Aug 18 19:46:02.690 INFO O| Aug 18 19:46:02.690 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt |
| 8604 | 2025-08-18T19:46:03.392Z | [ recovery-image] Aug 18 19:46:02.690 INFO O| Aug 18 19:46:02.690 INFO STEP 48 (ensure_dir) COMPLETE |
| 8605 | 2025-08-18T19:46:03.392Z | [ recovery-image] Aug 18 19:46:02.690 INFO O| Aug 18 19:46:02.690 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8606 | 2025-08-18T19:46:03.399Z | [ recovery-image] Aug 18 19:46:02.698 INFO O| Aug 18 19:46:02.698 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide |
| 8607 | 2025-08-18T19:46:03.403Z | [ recovery-image] Aug 18 19:46:02.698 INFO O| Aug 18 19:46:02.698 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide |
| 8608 | 2025-08-18T19:46:03.403Z | [ recovery-image] Aug 18 19:46:02.699 INFO O| Aug 18 19:46:02.698 INFO STEP 49 (ensure_dir) COMPLETE |
| 8609 | 2025-08-18T19:46:03.403Z | [ recovery-image] Aug 18 19:46:02.699 INFO O| Aug 18 19:46:02.698 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8610 | 2025-08-18T19:46:03.408Z | [ recovery-image] Aug 18 19:46:02.707 INFO O| Aug 18 19:46:02.707 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator |
| 8611 | 2025-08-18T19:46:03.408Z | [ recovery-image] Aug 18 19:46:02.707 INFO O| Aug 18 19:46:02.707 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator |
| 8612 | 2025-08-18T19:46:03.412Z | [ recovery-image] Aug 18 19:46:02.707 INFO O| Aug 18 19:46:02.707 INFO STEP 50 (ensure_dir) COMPLETE |
| 8613 | 2025-08-18T19:46:03.412Z | [ recovery-image] Aug 18 19:46:02.707 INFO O| Aug 18 19:46:02.707 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8614 | 2025-08-18T19:46:03.420Z | [ recovery-image] Aug 18 19:46:02.719 INFO O| Aug 18 19:46:02.719 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
| 8615 | 2025-08-18T19:46:03.420Z | [ recovery-image] Aug 18 19:46:02.719 INFO O| Aug 18 19:46:02.719 INFO copying /tmp/.tmpgW5B7U/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ... |
| 8616 | 2025-08-18T19:46:03.468Z | [ recovery-image] Aug 18 19:46:02.766 INFO O| Aug 18 19:46:02.766 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator |
| 8617 | 2025-08-18T19:46:03.468Z | [ recovery-image] Aug 18 19:46:02.766 INFO O| Aug 18 19:46:02.766 INFO ok! |
| 8618 | 2025-08-18T19:46:03.471Z | [ recovery-image] Aug 18 19:46:02.766 INFO O| Aug 18 19:46:02.766 INFO STEP 51 (ensure_file) COMPLETE |
| 8619 | 2025-08-18T19:46:03.471Z | [ recovery-image] Aug 18 19:46:02.766 INFO O| Aug 18 19:46:02.766 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8620 | 2025-08-18T19:46:03.481Z | [ recovery-image] Aug 18 19:46:02.780 INFO O| Aug 18 19:46:02.780 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg |
| 8621 | 2025-08-18T19:46:03.481Z | [ recovery-image] Aug 18 19:46:02.780 INFO O| Aug 18 19:46:02.780 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg |
| 8622 | 2025-08-18T19:46:03.484Z | [ recovery-image] Aug 18 19:46:02.780 INFO O| Aug 18 19:46:02.780 INFO STEP 52 (ensure_dir) COMPLETE |
| 8623 | 2025-08-18T19:46:03.484Z | [ recovery-image] Aug 18 19:46:02.780 INFO O| Aug 18 19:46:02.780 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8624 | 2025-08-18T19:46:03.493Z | [ recovery-image] Aug 18 19:46:02.792 INFO O| Aug 18 19:46:02.792 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
| 8625 | 2025-08-18T19:46:03.493Z | [ recovery-image] Aug 18 19:46:02.792 INFO O| Aug 18 19:46:02.792 INFO copying /tmp/.tmpgW5B7U/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
| 8626 | 2025-08-18T19:46:03.496Z | [ recovery-image] Aug 18 19:46:02.792 INFO O| Aug 18 19:46:02.792 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION |
| 8627 | 2025-08-18T19:46:03.496Z | [ recovery-image] Aug 18 19:46:02.792 INFO O| Aug 18 19:46:02.792 INFO ok! |
| 8628 | 2025-08-18T19:46:03.496Z | [ recovery-image] Aug 18 19:46:02.792 INFO O| Aug 18 19:46:02.792 INFO STEP 53 (ensure_file) COMPLETE |
| 8629 | 2025-08-18T19:46:03.496Z | [ recovery-image] Aug 18 19:46:02.792 INFO O| Aug 18 19:46:02.792 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8630 | 2025-08-18T19:46:03.504Z | [ recovery-image] Aug 18 19:46:02.803 INFO O| Aug 18 19:46:02.803 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm |
| 8631 | 2025-08-18T19:46:03.504Z | [ recovery-image] Aug 18 19:46:02.803 INFO O| Aug 18 19:46:02.803 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm |
| 8632 | 2025-08-18T19:46:03.504Z | [ recovery-image] Aug 18 19:46:02.803 INFO O| Aug 18 19:46:02.803 INFO STEP 54 (ensure_dir) COMPLETE |
| 8633 | 2025-08-18T19:46:03.507Z | [ recovery-image] Aug 18 19:46:02.803 INFO O| Aug 18 19:46:02.803 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8634 | 2025-08-18T19:46:03.516Z | [ recovery-image] Aug 18 19:46:02.815 INFO O| Aug 18 19:46:02.815 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
| 8635 | 2025-08-18T19:46:03.516Z | [ recovery-image] Aug 18 19:46:02.815 INFO O| Aug 18 19:46:02.815 INFO copying /tmp/.tmpgW5B7U/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
| 8636 | 2025-08-18T19:46:04.407Z | [ recovery-image] Aug 18 19:46:03.704 INFO O| Aug 18 19:46:03.704 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
| 8637 | 2025-08-18T19:46:04.407Z | [ recovery-image] Aug 18 19:46:03.704 INFO O| Aug 18 19:46:03.704 INFO ok! |
| 8638 | 2025-08-18T19:46:04.407Z | [ recovery-image] Aug 18 19:46:03.704 INFO O| Aug 18 19:46:03.704 INFO STEP 55 (ensure_file) COMPLETE |
| 8639 | 2025-08-18T19:46:04.410Z | [ recovery-image] Aug 18 19:46:03.704 INFO O| Aug 18 19:46:03.704 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8640 | 2025-08-18T19:46:04.414Z | [ recovery-image] Aug 18 19:46:03.714 INFO O| Aug 18 19:46:03.714 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
| 8641 | 2025-08-18T19:46:04.414Z | [ recovery-image] Aug 18 19:46:03.714 INFO O| Aug 18 19:46:03.714 INFO copying /tmp/.tmpgW5B7U/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
| 8642 | 2025-08-18T19:46:05.303Z | [ recovery-image] Aug 18 19:46:04.604 INFO O| Aug 18 19:46:04.604 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
| 8643 | 2025-08-18T19:46:05.303Z | [ recovery-image] Aug 18 19:46:04.604 INFO O| Aug 18 19:46:04.604 INFO ok! |
| 8644 | 2025-08-18T19:46:05.303Z | [ recovery-image] Aug 18 19:46:04.604 INFO O| Aug 18 19:46:04.604 INFO STEP 56 (ensure_file) COMPLETE |
| 8645 | 2025-08-18T19:46:05.306Z | [ recovery-image] Aug 18 19:46:04.604 INFO O| Aug 18 19:46:04.604 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8646 | 2025-08-18T19:46:05.315Z | [ recovery-image] Aug 18 19:46:04.616 INFO O| Aug 18 19:46:04.616 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
| 8647 | 2025-08-18T19:46:05.315Z | [ recovery-image] Aug 18 19:46:04.616 INFO O| Aug 18 19:46:04.616 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
| 8648 | 2025-08-18T19:46:05.318Z | [ recovery-image] Aug 18 19:46:04.616 INFO O| Aug 18 19:46:04.616 INFO STEP 57 (ensure_dir) COMPLETE |
| 8649 | 2025-08-18T19:46:05.318Z | [ recovery-image] Aug 18 19:46:04.616 INFO O| Aug 18 19:46:04.616 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8650 | 2025-08-18T19:46:05.324Z | [ recovery-image] Aug 18 19:46:04.625 INFO O| Aug 18 19:46:04.625 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
| 8651 | 2025-08-18T19:46:05.324Z | [ recovery-image] Aug 18 19:46:04.626 INFO O| Aug 18 19:46:04.625 INFO copying /tmp/.tmpgW5B7U/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 ... |
| 8652 | 2025-08-18T19:46:05.327Z | [ recovery-image] Aug 18 19:46:04.626 INFO O| Aug 18 19:46:04.626 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 |
| 8653 | 2025-08-18T19:46:05.327Z | [ recovery-image] Aug 18 19:46:04.626 INFO O| Aug 18 19:46:04.626 INFO ok! |
| 8654 | 2025-08-18T19:46:05.327Z | [ recovery-image] Aug 18 19:46:04.626 INFO O| Aug 18 19:46:04.626 INFO STEP 58 (ensure_file) COMPLETE |
| 8655 | 2025-08-18T19:46:05.327Z | [ recovery-image] Aug 18 19:46:04.626 INFO O| Aug 18 19:46:04.626 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8656 | 2025-08-18T19:46:05.333Z | [ recovery-image] Aug 18 19:46:04.634 INFO O| Aug 18 19:46:04.634 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
| 8657 | 2025-08-18T19:46:05.333Z | [ recovery-image] Aug 18 19:46:04.634 INFO O| Aug 18 19:46:04.634 INFO copying /tmp/.tmpgW5B7U/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 ... |
| 8658 | 2025-08-18T19:46:05.336Z | [ recovery-image] Aug 18 19:46:04.634 INFO O| Aug 18 19:46:04.634 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 |
| 8659 | 2025-08-18T19:46:05.336Z | [ recovery-image] Aug 18 19:46:04.634 INFO O| Aug 18 19:46:04.634 INFO ok! |
| 8660 | 2025-08-18T19:46:05.336Z | [ recovery-image] Aug 18 19:46:04.634 INFO O| Aug 18 19:46:04.634 INFO STEP 59 (ensure_file) COMPLETE |
| 8661 | 2025-08-18T19:46:05.336Z | [ recovery-image] Aug 18 19:46:04.634 INFO O| Aug 18 19:46:04.634 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8662 | 2025-08-18T19:46:05.344Z | [ recovery-image] Aug 18 19:46:04.646 INFO O| Aug 18 19:46:04.646 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
| 8663 | 2025-08-18T19:46:05.344Z | [ recovery-image] Aug 18 19:46:04.646 INFO O| Aug 18 19:46:04.646 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
| 8664 | 2025-08-18T19:46:05.344Z | [ recovery-image] Aug 18 19:46:04.646 INFO O| Aug 18 19:46:04.646 INFO STEP 60 (ensure_dir) COMPLETE |
| 8665 | 2025-08-18T19:46:05.348Z | [ recovery-image] Aug 18 19:46:04.646 INFO O| Aug 18 19:46:04.646 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8666 | 2025-08-18T19:46:05.354Z | [ recovery-image] Aug 18 19:46:04.655 INFO O| Aug 18 19:46:04.655 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
| 8667 | 2025-08-18T19:46:05.354Z | [ recovery-image] Aug 18 19:46:04.655 INFO O| Aug 18 19:46:04.655 INFO copying /tmp/.tmpgW5B7U/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 ... |
| 8668 | 2025-08-18T19:46:05.357Z | [ recovery-image] Aug 18 19:46:04.656 INFO O| Aug 18 19:46:04.656 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
| 8669 | 2025-08-18T19:46:05.357Z | [ recovery-image] Aug 18 19:46:04.656 INFO O| Aug 18 19:46:04.656 INFO ok! |
| 8670 | 2025-08-18T19:46:05.357Z | [ recovery-image] Aug 18 19:46:04.656 INFO O| Aug 18 19:46:04.656 INFO STEP 61 (ensure_file) COMPLETE |
| 8671 | 2025-08-18T19:46:05.358Z | [ recovery-image] Aug 18 19:46:04.656 INFO O| Aug 18 19:46:04.656 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8672 | 2025-08-18T19:46:05.363Z | [ recovery-image] Aug 18 19:46:04.664 INFO O| Aug 18 19:46:04.664 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
| 8673 | 2025-08-18T19:46:05.363Z | [ recovery-image] Aug 18 19:46:04.664 INFO O| Aug 18 19:46:04.664 INFO copying /tmp/.tmpgW5B7U/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 ... |
| 8674 | 2025-08-18T19:46:05.366Z | [ recovery-image] Aug 18 19:46:04.664 INFO O| Aug 18 19:46:04.664 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 |
| 8675 | 2025-08-18T19:46:05.366Z | [ recovery-image] Aug 18 19:46:04.664 INFO O| Aug 18 19:46:04.664 INFO ok! |
| 8676 | 2025-08-18T19:46:05.366Z | [ recovery-image] Aug 18 19:46:04.664 INFO O| Aug 18 19:46:04.664 INFO STEP 62 (ensure_file) COMPLETE |
| 8677 | 2025-08-18T19:46:05.366Z | [ recovery-image] Aug 18 19:46:04.664 INFO O| Aug 18 19:46:04.664 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8678 | 2025-08-18T19:46:05.371Z | [ recovery-image] Aug 18 19:46:04.673 INFO O| Aug 18 19:46:04.673 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
| 8679 | 2025-08-18T19:46:05.371Z | [ recovery-image] Aug 18 19:46:04.673 INFO O| Aug 18 19:46:04.673 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
| 8680 | 2025-08-18T19:46:05.372Z | [ recovery-image] Aug 18 19:46:04.673 INFO O| Aug 18 19:46:04.673 INFO STEP 63 (ensure_dir) COMPLETE |
| 8681 | 2025-08-18T19:46:05.375Z | [ recovery-image] Aug 18 19:46:04.673 INFO O| Aug 18 19:46:04.673 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8682 | 2025-08-18T19:46:05.382Z | [ recovery-image] Aug 18 19:46:04.684 INFO O| Aug 18 19:46:04.684 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
| 8683 | 2025-08-18T19:46:05.382Z | [ recovery-image] Aug 18 19:46:04.684 INFO O| Aug 18 19:46:04.684 INFO copying /tmp/.tmpgW5B7U/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 ... |
| 8684 | 2025-08-18T19:46:05.386Z | [ recovery-image] Aug 18 19:46:04.684 INFO O| Aug 18 19:46:04.684 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
| 8685 | 2025-08-18T19:46:05.386Z | [ recovery-image] Aug 18 19:46:04.684 INFO O| Aug 18 19:46:04.684 INFO ok! |
| 8686 | 2025-08-18T19:46:05.386Z | [ recovery-image] Aug 18 19:46:04.684 INFO O| Aug 18 19:46:04.684 INFO STEP 64 (ensure_file) COMPLETE |
| 8687 | 2025-08-18T19:46:05.386Z | [ recovery-image] Aug 18 19:46:04.684 INFO O| Aug 18 19:46:04.684 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8688 | 2025-08-18T19:46:05.390Z | [ recovery-image] Aug 18 19:46:04.692 INFO O| Aug 18 19:46:04.692 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
| 8689 | 2025-08-18T19:46:05.394Z | [ recovery-image] Aug 18 19:46:04.692 INFO O| Aug 18 19:46:04.692 INFO copying /tmp/.tmpgW5B7U/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
| 8690 | 2025-08-18T19:46:05.394Z | [ recovery-image] Aug 18 19:46:04.692 INFO O| Aug 18 19:46:04.692 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
| 8691 | 2025-08-18T19:46:05.395Z | [ recovery-image] Aug 18 19:46:04.692 INFO O| Aug 18 19:46:04.692 INFO ok! |
| 8692 | 2025-08-18T19:46:05.395Z | [ recovery-image] Aug 18 19:46:04.692 INFO O| Aug 18 19:46:04.692 INFO STEP 65 (ensure_file) COMPLETE |
| 8693 | 2025-08-18T19:46:05.395Z | [ recovery-image] Aug 18 19:46:04.692 INFO O| Aug 18 19:46:04.692 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8694 | 2025-08-18T19:46:05.401Z | [ recovery-image] Aug 18 19:46:04.702 INFO O| Aug 18 19:46:04.702 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib |
| 8695 | 2025-08-18T19:46:05.401Z | [ recovery-image] Aug 18 19:46:04.702 INFO O| Aug 18 19:46:04.702 INFO STEP 66 (ensure_dir) COMPLETE |
| 8696 | 2025-08-18T19:46:05.404Z | [ recovery-image] Aug 18 19:46:04.702 INFO O| Aug 18 19:46:04.702 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8697 | 2025-08-18T19:46:05.410Z | [ recovery-image] Aug 18 19:46:04.711 INFO O| Aug 18 19:46:04.710 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc |
| 8698 | 2025-08-18T19:46:05.410Z | [ recovery-image] Aug 18 19:46:04.711 INFO O| Aug 18 19:46:04.710 INFO STEP 67 (ensure_dir) COMPLETE |
| 8699 | 2025-08-18T19:46:05.413Z | [ recovery-image] Aug 18 19:46:04.711 INFO O| Aug 18 19:46:04.710 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8700 | 2025-08-18T19:46:05.421Z | [ recovery-image] Aug 18 19:46:04.723 INFO O| Aug 18 19:46:04.723 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest |
| 8701 | 2025-08-18T19:46:05.424Z | [ recovery-image] Aug 18 19:46:04.723 INFO O| Aug 18 19:46:04.723 INFO STEP 68 (ensure_dir) COMPLETE |
| 8702 | 2025-08-18T19:46:05.424Z | [ recovery-image] Aug 18 19:46:04.723 INFO O| Aug 18 19:46:04.723 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8703 | 2025-08-18T19:46:05.429Z | [ recovery-image] Aug 18 19:46:04.731 INFO O| Aug 18 19:46:04.730 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site |
| 8704 | 2025-08-18T19:46:05.429Z | [ recovery-image] Aug 18 19:46:04.731 INFO O| Aug 18 19:46:04.731 INFO STEP 69 (ensure_dir) COMPLETE |
| 8705 | 2025-08-18T19:46:05.432Z | [ recovery-image] Aug 18 19:46:04.731 INFO O| Aug 18 19:46:04.731 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8706 | 2025-08-18T19:46:05.439Z | [ recovery-image] Aug 18 19:46:04.741 INFO O| Aug 18 19:46:04.741 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
| 8707 | 2025-08-18T19:46:05.439Z | [ recovery-image] Aug 18 19:46:04.741 INFO O| Aug 18 19:46:04.741 INFO copying /tmp/.tmpgW5B7U/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
| 8708 | 2025-08-18T19:46:05.443Z | [ recovery-image] Aug 18 19:46:04.741 INFO O| Aug 18 19:46:04.741 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
| 8709 | 2025-08-18T19:46:05.443Z | [ recovery-image] Aug 18 19:46:04.741 INFO O| Aug 18 19:46:04.741 INFO ok! |
| 8710 | 2025-08-18T19:46:05.443Z | [ recovery-image] Aug 18 19:46:04.741 INFO O| Aug 18 19:46:04.741 INFO STEP 70 (ensure_file) COMPLETE |
| 8711 | 2025-08-18T19:46:05.443Z | [ recovery-image] Aug 18 19:46:04.741 INFO O| Aug 18 19:46:04.741 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8712 | 2025-08-18T19:46:05.450Z | [ recovery-image] Aug 18 19:46:04.752 INFO O| Aug 18 19:46:04.752 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
| 8713 | 2025-08-18T19:46:05.453Z | [ recovery-image] Aug 18 19:46:04.752 INFO O| Aug 18 19:46:04.752 INFO STEP 71 (remove_files) COMPLETE |
| 8714 | 2025-08-18T19:46:05.453Z | [ recovery-image] Aug 18 19:46:04.752 INFO O| Aug 18 19:46:04.752 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8715 | 2025-08-18T19:46:05.461Z | [ recovery-image] Aug 18 19:46:04.762 INFO O| Aug 18 19:46:04.762 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap" |
| 8716 | 2025-08-18T19:46:05.464Z | [ recovery-image] Aug 18 19:46:04.763 INFO O| Aug 18 19:46:04.763 INFO STEP 72 (remove_files) COMPLETE |
| 8717 | 2025-08-18T19:46:05.464Z | [ recovery-image] Aug 18 19:46:04.763 INFO O| Aug 18 19:46:04.763 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8718 | 2025-08-18T19:46:05.472Z | [ recovery-image] Aug 18 19:46:04.774 INFO O| Aug 18 19:46:04.774 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc" |
| 8719 | 2025-08-18T19:46:05.475Z | [ recovery-image] Aug 18 19:46:04.774 INFO O| Aug 18 19:46:04.774 INFO STEP 73 (remove_files) COMPLETE |
| 8720 | 2025-08-18T19:46:05.475Z | [ recovery-image] Aug 18 19:46:04.774 INFO O| Aug 18 19:46:04.774 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8721 | 2025-08-18T19:46:05.485Z | [ recovery-image] Aug 18 19:46:04.787 INFO O| Aug 18 19:46:04.787 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security" |
| 8722 | 2025-08-18T19:46:05.488Z | [ recovery-image] Aug 18 19:46:04.787 INFO O| Aug 18 19:46:04.787 INFO STEP 74 (remove_files) COMPLETE |
| 8723 | 2025-08-18T19:46:05.488Z | [ recovery-image] Aug 18 19:46:04.787 INFO O| Aug 18 19:46:04.787 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8724 | 2025-08-18T19:46:05.495Z | [ recovery-image] Aug 18 19:46:04.796 INFO O| Aug 18 19:46:04.796 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares" |
| 8725 | 2025-08-18T19:46:05.499Z | [ recovery-image] Aug 18 19:46:04.796 INFO O| Aug 18 19:46:04.796 INFO STEP 75 (remove_files) COMPLETE |
| 8726 | 2025-08-18T19:46:05.499Z | [ recovery-image] Aug 18 19:46:04.797 INFO O| Aug 18 19:46:04.796 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8727 | 2025-08-18T19:46:05.505Z | [ recovery-image] Aug 18 19:46:04.807 INFO O| Aug 18 19:46:04.807 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb" |
| 8728 | 2025-08-18T19:46:05.508Z | [ recovery-image] Aug 18 19:46:04.807 INFO O| Aug 18 19:46:04.807 INFO STEP 76 (remove_files) COMPLETE |
| 8729 | 2025-08-18T19:46:05.508Z | [ recovery-image] Aug 18 19:46:04.807 INFO O| Aug 18 19:46:04.807 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8730 | 2025-08-18T19:46:05.519Z | [ recovery-image] Aug 18 19:46:04.820 INFO O| Aug 18 19:46:04.819 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
| 8731 | 2025-08-18T19:46:05.519Z | [ recovery-image] Aug 18 19:46:04.820 INFO O| Aug 18 19:46:04.820 INFO STEP 77 (remove_files) COMPLETE |
| 8732 | 2025-08-18T19:46:05.522Z | [ recovery-image] Aug 18 19:46:04.820 INFO O| Aug 18 19:46:04.820 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8733 | 2025-08-18T19:46:05.530Z | [ recovery-image] Aug 18 19:46:04.831 INFO O| Aug 18 19:46:04.831 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
| 8734 | 2025-08-18T19:46:05.530Z | [ recovery-image] Aug 18 19:46:04.831 INFO O| Aug 18 19:46:04.831 INFO STEP 78 (remove_files) COMPLETE |
| 8735 | 2025-08-18T19:46:05.530Z | [ recovery-image] Aug 18 19:46:04.831 INFO O| Aug 18 19:46:04.831 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8736 | 2025-08-18T19:46:05.538Z | [ recovery-image] Aug 18 19:46:04.840 INFO O| Aug 18 19:46:04.840 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
| 8737 | 2025-08-18T19:46:05.538Z | [ recovery-image] Aug 18 19:46:04.840 INFO O| Aug 18 19:46:04.840 INFO STEP 79 (remove_files) COMPLETE |
| 8738 | 2025-08-18T19:46:05.542Z | [ recovery-image] Aug 18 19:46:04.840 INFO O| Aug 18 19:46:04.840 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8739 | 2025-08-18T19:46:05.548Z | [ recovery-image] Aug 18 19:46:04.849 INFO O| Aug 18 19:46:04.849 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
| 8740 | 2025-08-18T19:46:05.548Z | [ recovery-image] Aug 18 19:46:04.850 INFO O| Aug 18 19:46:04.849 INFO STEP 80 (remove_files) COMPLETE |
| 8741 | 2025-08-18T19:46:05.551Z | [ recovery-image] Aug 18 19:46:04.850 INFO O| Aug 18 19:46:04.850 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8742 | 2025-08-18T19:46:05.556Z | [ recovery-image] Aug 18 19:46:04.858 INFO O| Aug 18 19:46:04.858 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
| 8743 | 2025-08-18T19:46:05.559Z | [ recovery-image] Aug 18 19:46:04.858 INFO O| Aug 18 19:46:04.858 INFO STEP 81 (remove_files) COMPLETE |
| 8744 | 2025-08-18T19:46:05.559Z | [ recovery-image] Aug 18 19:46:04.858 INFO O| Aug 18 19:46:04.858 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8745 | 2025-08-18T19:46:05.569Z | [ recovery-image] Aug 18 19:46:04.869 INFO O| Aug 18 19:46:04.869 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
| 8746 | 2025-08-18T19:46:05.569Z | [ recovery-image] Aug 18 19:46:04.869 INFO O| Aug 18 19:46:04.869 INFO STEP 82 (remove_files) COMPLETE |
| 8747 | 2025-08-18T19:46:05.573Z | [ recovery-image] Aug 18 19:46:04.869 INFO O| Aug 18 19:46:04.869 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8748 | 2025-08-18T19:46:05.579Z | [ recovery-image] Aug 18 19:46:04.881 INFO O| Aug 18 19:46:04.881 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
| 8749 | 2025-08-18T19:46:05.579Z | [ recovery-image] Aug 18 19:46:04.881 INFO O| Aug 18 19:46:04.881 INFO STEP 83 (remove_files) COMPLETE |
| 8750 | 2025-08-18T19:46:05.584Z | [ recovery-image] Aug 18 19:46:04.881 INFO O| Aug 18 19:46:04.881 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8751 | 2025-08-18T19:46:05.588Z | [ recovery-image] Aug 18 19:46:04.890 INFO O| Aug 18 19:46:04.890 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
| 8752 | 2025-08-18T19:46:05.596Z | [ recovery-image] Aug 18 19:46:04.890 INFO O| Aug 18 19:46:04.890 INFO STEP 84 (remove_files) COMPLETE |
| 8753 | 2025-08-18T19:46:05.596Z | [ recovery-image] Aug 18 19:46:04.890 INFO O| Aug 18 19:46:04.890 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8754 | 2025-08-18T19:46:05.600Z | [ recovery-image] Aug 18 19:46:04.901 INFO O| Aug 18 19:46:04.901 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
| 8755 | 2025-08-18T19:46:05.600Z | [ recovery-image] Aug 18 19:46:04.901 INFO O| Aug 18 19:46:04.901 INFO STEP 85 (remove_files) COMPLETE |
| 8756 | 2025-08-18T19:46:05.600Z | [ recovery-image] Aug 18 19:46:04.901 INFO O| Aug 18 19:46:04.901 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8757 | 2025-08-18T19:46:05.612Z | [ recovery-image] Aug 18 19:46:04.913 INFO O| Aug 18 19:46:04.913 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
| 8758 | 2025-08-18T19:46:05.612Z | [ recovery-image] Aug 18 19:46:04.913 INFO O| Aug 18 19:46:04.913 INFO STEP 86 (remove_files) COMPLETE |
| 8759 | 2025-08-18T19:46:05.615Z | [ recovery-image] Aug 18 19:46:04.913 INFO O| Aug 18 19:46:04.913 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8760 | 2025-08-18T19:46:05.625Z | [ recovery-image] Aug 18 19:46:04.926 INFO O| Aug 18 19:46:04.926 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
| 8761 | 2025-08-18T19:46:05.626Z | [ recovery-image] Aug 18 19:46:04.926 INFO O| Aug 18 19:46:04.926 INFO STEP 87 (remove_files) COMPLETE |
| 8762 | 2025-08-18T19:46:05.629Z | [ recovery-image] Aug 18 19:46:04.926 INFO O| Aug 18 19:46:04.926 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8763 | 2025-08-18T19:46:05.636Z | [ recovery-image] Aug 18 19:46:04.938 INFO O| Aug 18 19:46:04.938 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
| 8764 | 2025-08-18T19:46:05.643Z | [ recovery-image] Aug 18 19:46:04.938 INFO O| Aug 18 19:46:04.938 INFO STEP 88 (remove_files) COMPLETE |
| 8765 | 2025-08-18T19:46:05.643Z | [ recovery-image] Aug 18 19:46:04.938 INFO O| Aug 18 19:46:04.938 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8766 | 2025-08-18T19:46:05.647Z | [ recovery-image] Aug 18 19:46:04.947 INFO O| Aug 18 19:46:04.947 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
| 8767 | 2025-08-18T19:46:05.647Z | [ recovery-image] Aug 18 19:46:04.947 INFO O| Aug 18 19:46:04.947 INFO STEP 89 (remove_files) COMPLETE |
| 8768 | 2025-08-18T19:46:05.647Z | [ recovery-image] Aug 18 19:46:04.947 INFO O| Aug 18 19:46:04.947 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8769 | 2025-08-18T19:46:05.655Z | [ recovery-image] Aug 18 19:46:04.957 INFO O| Aug 18 19:46:04.957 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
| 8770 | 2025-08-18T19:46:05.659Z | [ recovery-image] Aug 18 19:46:04.957 INFO O| Aug 18 19:46:04.957 INFO STEP 90 (remove_files) COMPLETE |
| 8771 | 2025-08-18T19:46:05.659Z | [ recovery-image] Aug 18 19:46:04.957 INFO O| Aug 18 19:46:04.957 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8772 | 2025-08-18T19:46:05.666Z | [ recovery-image] Aug 18 19:46:04.966 INFO O| Aug 18 19:46:04.966 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
| 8773 | 2025-08-18T19:46:05.666Z | [ recovery-image] Aug 18 19:46:04.966 INFO O| Aug 18 19:46:04.966 INFO STEP 91 (remove_files) COMPLETE |
| 8774 | 2025-08-18T19:46:05.669Z | [ recovery-image] Aug 18 19:46:04.966 INFO O| Aug 18 19:46:04.966 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8775 | 2025-08-18T19:46:05.673Z | [ recovery-image] Aug 18 19:46:04.974 INFO O| Aug 18 19:46:04.974 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat" |
| 8776 | 2025-08-18T19:46:05.673Z | [ recovery-image] Aug 18 19:46:04.975 INFO O| Aug 18 19:46:04.974 INFO STEP 92 (remove_files) COMPLETE |
| 8777 | 2025-08-18T19:46:05.673Z | [ recovery-image] Aug 18 19:46:04.975 INFO O| Aug 18 19:46:04.975 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8778 | 2025-08-18T19:46:05.681Z | [ recovery-image] Aug 18 19:46:04.983 INFO O| Aug 18 19:46:04.983 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
| 8779 | 2025-08-18T19:46:05.684Z | [ recovery-image] Aug 18 19:46:04.983 INFO O| Aug 18 19:46:04.983 INFO STEP 93 (remove_files) COMPLETE |
| 8780 | 2025-08-18T19:46:05.684Z | [ recovery-image] Aug 18 19:46:04.983 INFO O| Aug 18 19:46:04.983 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8781 | 2025-08-18T19:46:05.691Z | [ recovery-image] Aug 18 19:46:04.993 INFO O| Aug 18 19:46:04.993 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
| 8782 | 2025-08-18T19:46:05.691Z | [ recovery-image] Aug 18 19:46:04.993 INFO O| Aug 18 19:46:04.993 INFO STEP 94 (remove_files) COMPLETE |
| 8783 | 2025-08-18T19:46:05.691Z | [ recovery-image] Aug 18 19:46:04.993 INFO O| Aug 18 19:46:04.993 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8784 | 2025-08-18T19:46:05.702Z | [ recovery-image] Aug 18 19:46:05.004 INFO O| Aug 18 19:46:05.004 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
| 8785 | 2025-08-18T19:46:05.702Z | [ recovery-image] Aug 18 19:46:05.004 INFO O| Aug 18 19:46:05.004 INFO STEP 95 (remove_files) COMPLETE |
| 8786 | 2025-08-18T19:46:05.706Z | [ recovery-image] Aug 18 19:46:05.004 INFO O| Aug 18 19:46:05.004 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8787 | 2025-08-18T19:46:05.713Z | [ recovery-image] Aug 18 19:46:05.015 INFO O| Aug 18 19:46:05.015 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
| 8788 | 2025-08-18T19:46:05.713Z | [ recovery-image] Aug 18 19:46:05.015 INFO O| Aug 18 19:46:05.015 INFO STEP 96 (remove_files) COMPLETE |
| 8789 | 2025-08-18T19:46:05.717Z | [ recovery-image] Aug 18 19:46:05.015 INFO O| Aug 18 19:46:05.015 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8790 | 2025-08-18T19:46:05.723Z | [ recovery-image] Aug 18 19:46:05.025 INFO O| Aug 18 19:46:05.025 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
| 8791 | 2025-08-18T19:46:05.723Z | [ recovery-image] Aug 18 19:46:05.025 INFO O| Aug 18 19:46:05.025 INFO STEP 97 (remove_files) COMPLETE |
| 8792 | 2025-08-18T19:46:05.727Z | [ recovery-image] Aug 18 19:46:05.025 INFO O| Aug 18 19:46:05.025 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8793 | 2025-08-18T19:46:05.733Z | [ recovery-image] Aug 18 19:46:05.035 INFO O| Aug 18 19:46:05.035 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
| 8794 | 2025-08-18T19:46:05.733Z | [ recovery-image] Aug 18 19:46:05.035 INFO O| Aug 18 19:46:05.035 INFO STEP 98 (remove_files) COMPLETE |
| 8795 | 2025-08-18T19:46:05.733Z | [ recovery-image] Aug 18 19:46:05.035 INFO O| Aug 18 19:46:05.035 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8796 | 2025-08-18T19:46:05.745Z | [ recovery-image] Aug 18 19:46:05.045 INFO O| Aug 18 19:46:05.045 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
| 8797 | 2025-08-18T19:46:05.748Z | [ recovery-image] Aug 18 19:46:05.045 INFO O| Aug 18 19:46:05.045 INFO STEP 99 (remove_files) COMPLETE |
| 8798 | 2025-08-18T19:46:05.748Z | [ recovery-image] Aug 18 19:46:05.045 INFO O| Aug 18 19:46:05.045 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8799 | 2025-08-18T19:46:05.756Z | [ recovery-image] Aug 18 19:46:05.058 INFO O| Aug 18 19:46:05.058 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal |
| 8800 | 2025-08-18T19:46:05.762Z | [ recovery-image] Aug 18 19:46:05.059 INFO O| Aug 18 19:46:05.059 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"} |
| 8801 | 2025-08-18T19:46:13.986Z | [ recovery-image] Aug 18 19:46:13.298 INFO O| Aug 18 19:46:13.298 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 |
| 8802 | 2025-08-18T19:46:13.986Z | [ recovery-image] Aug 18 19:46:13.298 INFO O| Aug 18 19:46:13.298 INFO E| svccfg: Loaded 68 smf(7) service descriptions |
| 8803 | 2025-08-18T19:46:14.000Z | [ recovery-image] Aug 18 19:46:13.312 INFO O| Aug 18 19:46:13.312 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"} |
| 8804 | 2025-08-18T19:46:14.140Z | [ recovery-image] Aug 18 19:46:13.452 INFO O| Aug 18 19:46:13.452 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"} |
| 8805 | 2025-08-18T19:46:14.219Z | [ recovery-image] Aug 18 19:46:13.531 INFO O| Aug 18 19:46:13.531 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"} |
| 8806 | 2025-08-18T19:46:14.301Z | [ recovery-image] Aug 18 19:46:13.614 INFO O| Aug 18 19:46:13.614 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist |
| 8807 | 2025-08-18T19:46:14.301Z | [ recovery-image] Aug 18 19:46:13.614 INFO O| Aug 18 19:46:13.614 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 ... |
| 8808 | 2025-08-18T19:46:14.304Z | [ recovery-image] Aug 18 19:46:13.617 INFO O| Aug 18 19:46:13.617 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db |
| 8809 | 2025-08-18T19:46:14.304Z | [ recovery-image] Aug 18 19:46:13.617 INFO O| Aug 18 19:46:13.617 INFO ok! |
| 8810 | 2025-08-18T19:46:14.304Z | [ recovery-image] Aug 18 19:46:13.617 INFO O| Aug 18 19:46:13.617 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing |
| 8811 | 2025-08-18T19:46:14.304Z | [ recovery-image] Aug 18 19:46:13.617 INFO O| Aug 18 19:46:13.617 INFO STEP 100 (seed_smf) COMPLETE |
| 8812 | 2025-08-18T19:46:14.304Z | [ recovery-image] Aug 18 19:46:13.617 INFO O| Aug 18 19:46:13.617 INFO steps complete; finalising image! |
| 8813 | 2025-08-18T19:46:14.305Z | [ recovery-image] Aug 18 19:46:13.617 INFO O| Aug 18 19:46:13.617 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery |
| 8814 | 2025-08-18T19:46:14.340Z | [ recovery-image] Aug 18 19:46:13.653 INFO O| Aug 18 19:46:13.653 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Mon Aug 18 19:46:13 2025) |
| 8815 | 2025-08-18T19:46:14.545Z | [ recovery-image] Aug 18 19:46:13.858 INFO O| Aug 18 19:46:13.858 INFO trim TEMPORARY-sled-zfs-recovery: (69% trimmed, started at Mon Aug 18 19:46:13 2025) |
| 8816 | 2025-08-18T19:46:14.765Z | [ recovery-image] Aug 18 19:46:14.079 INFO O| Aug 18 19:46:14.078 INFO temporary pool has 415M used, 1.34G avail, 1.00x compressratio |
| 8817 | 2025-08-18T19:46:14.765Z | [ recovery-image] Aug 18 19:46:14.079 INFO O| Aug 18 19:46:14.079 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery |
| 8818 | 2025-08-18T19:46:15.004Z | [ recovery-image] Aug 18 19:46:14.315 INFO O| Aug 18 19:46:14.315 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 |
| 8819 | 2025-08-18T19:46:15.004Z | [ recovery-image] Aug 18 19:46:14.315 INFO O| Aug 18 19:46:14.315 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal |
| 8820 | 2025-08-18T19:46:18.151Z | [ recovery-image] Aug 18 19:46:17.469 INFO O| Aug 18 19:46:17.469 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 8821 | 2025-08-18T19:46:18.151Z | [ recovery-image] Aug 18 19:46:17.469 INFO O| Aug 18 19:46:17.469 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 8822 | 2025-08-18T19:46:18.154Z | [ recovery-image] Aug 18 19:46:17.469 INFO O| Aug 18 19:46:17.469 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 8823 | 2025-08-18T19:46:18.154Z | [ recovery-image] Aug 18 19:46:17.469 INFO O| Aug 18 19:46:17.469 INFO completed processing sled/zfs-recovery |
| 8824 | 2025-08-18T19:46:18.154Z | [ recovery-image] Aug 18 19:46:17.469 INFO O| Aug 18 19:46:17.469 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery |
| 8825 | 2025-08-18T19:46:18.808Z | [ recovery-image] Aug 18 19:46:18.127 INFO O| Aug 18 19:46:18.127 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8826 | 2025-08-18T19:46:18.916Z | [ recovery-image] Aug 18 19:46:18.234 INFO BUILD STRING "heads/stlouis-0-g040d844ba4\n" |
| 8827 | 2025-08-18T19:46:18.919Z | [ recovery-image] Aug 18 19:46:18.235 INFO expanded image name: "recovery 33b0017/${os_short_commit} 2025-08-18 19:00" -> "recovery 33b0017/040d844 2025-08-18 19:00" |
| 8828 | 2025-08-18T19:46:18.919Z | [ recovery-image] Aug 18 19:46:18.235 INFO output artefacts stored in: "/work/os-recovery" |
| 8829 | 2025-08-18T19:46:18.919Z | [ recovery-image] Aug 18 19:46:18.236 INFO collecting git info from project "pinprick"... |
| 8830 | 2025-08-18T19:46:18.971Z | [ recovery-image] Aug 18 19:46:18.289 INFO collecting git info from project "phbl"... |
| 8831 | 2025-08-18T19:46:18.986Z | [ recovery-image] Aug 18 19:46:18.305 INFO collecting git info from project "amd-firmware"... |
| 8832 | 2025-08-18T19:46:19.136Z | [ recovery-image] Aug 18 19:46:18.455 INFO collecting git info from project "image-builder"... |
| 8833 | 2025-08-18T19:46:19.159Z | [ recovery-image] Aug 18 19:46:18.478 INFO collecting git info from project "chelsio-t6-roms"... |
| 8834 | 2025-08-18T19:46:19.204Z | [ recovery-image] Aug 18 19:46:18.523 INFO collecting git info from project "pilot"... |
| 8835 | 2025-08-18T19:46:19.268Z | [ recovery-image] Aug 18 19:46:18.588 INFO collecting git info from project "amd-host-image-builder"... |
| 8836 | 2025-08-18T19:46:19.345Z | [ recovery-image] Aug 18 19:46:18.664 INFO collecting git info from project "bootserver"... |
| 8837 | 2025-08-18T19:46:19.362Z | [ recovery-image] Aug 18 19:46:18.682 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
| 8838 | 2025-08-18T19:46:19.807Z | [ recovery-image] Aug 18 19:46:19.127 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
| 8839 | 2025-08-18T19:46:20.335Z | [ recovery-image] Aug 18 19:46:19.655 INFO creating Oxide boot image... |
| 8840 | 2025-08-18T19:46:20.338Z | [ recovery-image] Aug 18 19:46:19.656 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 33b0017/040d844 2025-08-18 19:00", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
| 8841 | 2025-08-18T19:46:42.132Z | [ host-image] Aug 18 19:46:41.480 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23508:20250812T203737Z |
| 8842 | 2025-08-18T19:46:42.132Z | [ host-image] Aug 18 19:46:41.480 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23508:20250812T203737Z |
| 8843 | 2025-08-18T19:46:42.135Z | [ host-image] Aug 18 19:46:41.480 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
| 8844 | 2025-08-18T19:46:42.135Z | [ host-image] Aug 18 19:46:41.480 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
| 8845 | 2025-08-18T19:46:42.135Z | [ host-image] Aug 18 19:46:41.480 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
| 8846 | 2025-08-18T19:46:42.135Z | [ host-image] Aug 18 19:46:41.480 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
| 8847 | 2025-08-18T19:46:42.135Z | [ host-image] Aug 18 19:46:41.481 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
| 8848 | 2025-08-18T19:46:42.135Z | [ host-image] Aug 18 19:46:41.481 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
| 8849 | 2025-08-18T19:46:42.135Z | [ host-image] Aug 18 19:46:41.482 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@16.0.0.0:20250818T190144Z |
| 8850 | 2025-08-18T19:46:42.135Z | [ host-image] Aug 18 19:46:41.482 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z |
| 8851 | 2025-08-18T19:46:42.135Z | [ host-image] Aug 18 19:46:41.482 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
| 8852 | 2025-08-18T19:46:42.135Z | [ host-image] Aug 18 19:46:41.482 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23508:20250812T203738Z |
| 8853 | 2025-08-18T19:46:42.139Z | [ host-image] Aug 18 19:46:41.484 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23508:20250812T203738Z |
| 8854 | 2025-08-18T19:46:42.139Z | [ host-image] Aug 18 19:46:41.484 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23508:20250812T203739Z |
| 8855 | 2025-08-18T19:46:42.139Z | [ host-image] Aug 18 19:46:41.484 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23508:20250812T203739Z |
| 8856 | 2025-08-18T19:46:42.139Z | [ host-image] Aug 18 19:46:41.484 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
| 8857 | 2025-08-18T19:46:42.139Z | [ host-image] Aug 18 19:46:41.485 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23508:20250812T203739Z |
| 8858 | 2025-08-18T19:46:42.139Z | [ host-image] Aug 18 19:46:41.485 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23508:20250812T203739Z |
| 8859 | 2025-08-18T19:46:42.139Z | [ host-image] Aug 18 19:46:41.486 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23508:20250812T203739Z |
| 8860 | 2025-08-18T19:46:42.139Z | [ host-image] Aug 18 19:46:41.486 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23508:20250812T203739Z |
| 8861 | 2025-08-18T19:46:42.139Z | [ host-image] Aug 18 19:46:41.486 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23508:20250812T203740Z |
| 8862 | 2025-08-18T19:46:42.139Z | [ host-image] Aug 18 19:46:41.486 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23508:20250812T203740Z |
| 8863 | 2025-08-18T19:46:42.139Z | [ host-image] Aug 18 19:46:41.486 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23508:20250812T203740Z |
| 8864 | 2025-08-18T19:46:42.139Z | [ host-image] Aug 18 19:46:41.486 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23508:20250812T203741Z |
| 8865 | 2025-08-18T19:46:42.140Z | [ host-image] Aug 18 19:46:41.486 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23508:20250812T203741Z |
| 8866 | 2025-08-18T19:46:42.140Z | [ host-image] Aug 18 19:46:41.486 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23508:20250812T203742Z |
| 8867 | 2025-08-18T19:46:42.140Z | [ host-image] Aug 18 19:46:41.487 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23508:20250812T203743Z |
| 8868 | 2025-08-18T19:46:42.140Z | [ host-image] Aug 18 19:46:41.487 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23508:20250812T203743Z |
| 8869 | 2025-08-18T19:46:42.140Z | [ host-image] Aug 18 19:46:41.487 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23508:20250812T203744Z |
| 8870 | 2025-08-18T19:46:42.140Z | [ host-image] Aug 18 19:46:41.487 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23508:20250812T203745Z |
| 8871 | 2025-08-18T19:46:42.140Z | [ host-image] Aug 18 19:46:41.487 INFO O| install = pkg://helios-dev/driver/network/opte@0.37.402:20250804T171548Z |
| 8872 | 2025-08-18T19:46:42.140Z | [ host-image] Aug 18 19:46:41.487 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23508:20250812T203746Z |
| 8873 | 2025-08-18T19:46:42.140Z | [ host-image] Aug 18 19:46:41.487 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23508:20250812T203748Z |
| 8874 | 2025-08-18T19:46:42.140Z | [ host-image] Aug 18 19:46:41.487 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23508:20250812T203749Z |
| 8875 | 2025-08-18T19:46:42.140Z | [ host-image] Aug 18 19:46:41.487 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23508:20250812T203750Z |
| 8876 | 2025-08-18T19:46:42.144Z | [ host-image] Aug 18 19:46:41.488 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23508:20250812T203751Z |
| 8877 | 2025-08-18T19:46:42.144Z | [ host-image] Aug 18 19:46:41.488 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23508:20250812T203751Z |
| 8878 | 2025-08-18T19:46:42.147Z | [ host-image] Aug 18 19:46:41.494 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z |
| 8879 | 2025-08-18T19:46:42.147Z | [ host-image] Aug 18 19:46:41.494 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23508:20250812T203751Z |
| 8880 | 2025-08-18T19:46:42.147Z | [ host-image] Aug 18 19:46:41.494 INFO O| install = pkg://helios-dev/library/expat@2.7.1-2.0:20250329T143900Z |
| 8881 | 2025-08-18T19:46:42.147Z | [ host-image] Aug 18 19:46:41.495 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
| 8882 | 2025-08-18T19:46:42.147Z | [ host-image] Aug 18 19:46:41.495 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
| 8883 | 2025-08-18T19:46:42.150Z | [ host-image] Aug 18 19:46:41.495 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23508:20250812T203751Z |
| 8884 | 2025-08-18T19:46:42.150Z | [ host-image] Aug 18 19:46:41.495 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
| 8885 | 2025-08-18T19:46:42.150Z | [ host-image] Aug 18 19:46:41.496 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
| 8886 | 2025-08-18T19:46:42.150Z | [ host-image] Aug 18 19:46:41.496 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
| 8887 | 2025-08-18T19:46:42.150Z | [ host-image] Aug 18 19:46:41.496 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
| 8888 | 2025-08-18T19:46:42.156Z | [ host-image] Aug 18 19:46:41.505 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
| 8889 | 2025-08-18T19:46:42.156Z | [ host-image] Aug 18 19:46:41.505 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
| 8890 | 2025-08-18T19:46:42.156Z | [ host-image] Aug 18 19:46:41.505 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
| 8891 | 2025-08-18T19:46:42.159Z | [ host-image] Aug 18 19:46:41.505 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
| 8892 | 2025-08-18T19:46:42.159Z | [ host-image] Aug 18 19:46:41.506 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
| 8893 | 2025-08-18T19:46:42.159Z | [ host-image] Aug 18 19:46:41.506 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
| 8894 | 2025-08-18T19:46:42.179Z | [ host-image] Aug 18 19:46:41.528 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.17-2.0:20250701T143425Z |
| 8895 | 2025-08-18T19:46:42.183Z | [ host-image] Aug 18 19:46:41.528 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
| 8896 | 2025-08-18T19:46:42.183Z | [ host-image] Aug 18 19:46:41.528 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
| 8897 | 2025-08-18T19:46:42.183Z | [ host-image] Aug 18 19:46:41.529 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23508:20250812T203753Z |
| 8898 | 2025-08-18T19:46:42.183Z | [ host-image] Aug 18 19:46:41.529 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23508:20250812T203759Z |
| 8899 | 2025-08-18T19:46:42.183Z | [ host-image] Aug 18 19:46:41.529 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
| 8900 | 2025-08-18T19:46:42.183Z | [ host-image] Aug 18 19:46:41.529 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23508:20250812T203759Z |
| 8901 | 2025-08-18T19:46:42.183Z | [ host-image] Aug 18 19:46:41.529 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z |
| 8902 | 2025-08-18T19:46:42.183Z | [ host-image] Aug 18 19:46:41.529 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z |
| 8903 | 2025-08-18T19:46:42.183Z | [ host-image] Aug 18 19:46:41.529 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.40:20250409T152351Z |
| 8904 | 2025-08-18T19:46:42.183Z | [ host-image] Aug 18 19:46:41.529 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z |
| 8905 | 2025-08-18T19:46:42.183Z | [ host-image] Aug 18 19:46:41.529 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23508:20250812T203800Z |
| 8906 | 2025-08-18T19:46:42.183Z | [ host-image] Aug 18 19:46:41.529 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
| 8907 | 2025-08-18T19:46:42.187Z | [ host-image] Aug 18 19:46:41.532 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
| 8908 | 2025-08-18T19:46:42.187Z | [ host-image] Aug 18 19:46:41.532 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
| 8909 | 2025-08-18T19:46:42.187Z | [ host-image] Aug 18 19:46:41.532 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
| 8910 | 2025-08-18T19:46:42.187Z | [ host-image] Aug 18 19:46:41.532 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23508:20250812T203800Z |
| 8911 | 2025-08-18T19:46:42.187Z | [ host-image] Aug 18 19:46:41.532 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
| 8912 | 2025-08-18T19:46:42.191Z | [ host-image] Aug 18 19:46:41.540 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
| 8913 | 2025-08-18T19:46:42.191Z | [ host-image] Aug 18 19:46:41.540 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23508:20250812T203800Z |
| 8914 | 2025-08-18T19:46:42.207Z | [ host-image] Aug 18 19:46:41.555 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23508:20250812T203801Z |
| 8915 | 2025-08-18T19:46:42.211Z | [ host-image] Aug 18 19:46:41.556 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23508:20250812T203801Z |
| 8916 | 2025-08-18T19:46:42.211Z | [ host-image] Aug 18 19:46:41.556 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z |
| 8917 | 2025-08-18T19:46:42.211Z | [ host-image] Aug 18 19:46:41.556 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23508:20250812T203802Z |
| 8918 | 2025-08-18T19:46:42.211Z | [ host-image] Aug 18 19:46:41.556 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23508:20250812T203802Z |
| 8919 | 2025-08-18T19:46:42.211Z | [ host-image] Aug 18 19:46:41.557 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23508:20250812T203802Z |
| 8920 | 2025-08-18T19:46:42.211Z | [ host-image] Aug 18 19:46:41.557 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23508:20250812T203802Z |
| 8921 | 2025-08-18T19:46:42.211Z | [ host-image] Aug 18 19:46:41.559 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
| 8922 | 2025-08-18T19:46:42.211Z | [ host-image] Aug 18 19:46:41.559 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23508:20250812T203803Z |
| 8923 | 2025-08-18T19:46:42.214Z | [ host-image] Aug 18 19:46:41.560 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23508:20250812T203804Z |
| 8924 | 2025-08-18T19:46:42.214Z | [ host-image] Aug 18 19:46:41.560 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
| 8925 | 2025-08-18T19:46:42.215Z | [ host-image] Aug 18 19:46:41.560 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23508:20250812T203804Z |
| 8926 | 2025-08-18T19:46:42.215Z | [ host-image] Aug 18 19:46:41.560 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23508:20250812T203805Z |
| 8927 | 2025-08-18T19:46:42.215Z | [ host-image] Aug 18 19:46:41.560 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23508:20250812T203805Z |
| 8928 | 2025-08-18T19:46:42.215Z | [ host-image] Aug 18 19:46:41.561 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23508:20250812T203805Z |
| 8929 | 2025-08-18T19:46:42.218Z | [ host-image] Aug 18 19:46:41.566 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23508:20250812T203805Z |
| 8930 | 2025-08-18T19:46:42.218Z | [ host-image] Aug 18 19:46:41.566 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
| 8931 | 2025-08-18T19:46:42.222Z | [ host-image] Aug 18 19:46:41.567 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23508:20250812T203805Z |
| 8932 | 2025-08-18T19:46:42.222Z | [ host-image] Aug 18 19:46:41.568 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23508:20250812T203805Z |
| 8933 | 2025-08-18T19:46:42.222Z | [ host-image] Aug 18 19:46:41.568 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23508:20250812T203805Z |
| 8934 | 2025-08-18T19:46:42.222Z | [ host-image] Aug 18 19:46:41.569 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23508:20250812T203805Z |
| 8935 | 2025-08-18T19:46:42.222Z | [ host-image] Aug 18 19:46:41.569 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23508:20250812T203806Z |
| 8936 | 2025-08-18T19:46:42.222Z | [ host-image] Aug 18 19:46:41.569 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23508:20250812T203806Z |
| 8937 | 2025-08-18T19:46:42.227Z | [ host-image] Aug 18 19:46:41.576 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23508:20250812T203807Z |
| 8938 | 2025-08-18T19:46:42.228Z | [ host-image] Aug 18 19:46:41.576 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23508:20250812T203807Z |
| 8939 | 2025-08-18T19:46:42.231Z | [ host-image] Aug 18 19:46:41.576 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23508:20250812T203807Z |
| 8940 | 2025-08-18T19:46:42.232Z | [ host-image] Aug 18 19:46:41.577 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23508:20250812T203807Z |
| 8941 | 2025-08-18T19:46:42.232Z | [ host-image] Aug 18 19:46:41.578 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23508:20250812T203807Z |
| 8942 | 2025-08-18T19:46:42.251Z | [ host-image] Aug 18 19:46:41.599 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23508:20250812T203810Z |
| 8943 | 2025-08-18T19:46:42.251Z | [ host-image] Aug 18 19:46:41.599 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23508:20250812T203807Z |
| 8944 | 2025-08-18T19:46:42.254Z | [ host-image] Aug 18 19:46:41.600 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23508:20250812T203808Z |
| 8945 | 2025-08-18T19:46:42.254Z | [ host-image] Aug 18 19:46:41.600 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
| 8946 | 2025-08-18T19:46:42.254Z | [ host-image] Aug 18 19:46:41.600 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
| 8947 | 2025-08-18T19:46:42.273Z | [ host-image] Aug 18 19:46:41.621 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23508:20250812T203808Z |
| 8948 | 2025-08-18T19:46:42.273Z | [ host-image] Aug 18 19:46:41.621 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
| 8949 | 2025-08-18T19:46:42.276Z | [ host-image] Aug 18 19:46:41.622 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23508:20250812T203808Z |
| 8950 | 2025-08-18T19:46:42.276Z | [ host-image] Aug 18 19:46:41.622 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23508:20250812T203808Z |
| 8951 | 2025-08-18T19:46:42.276Z | [ host-image] Aug 18 19:46:41.623 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23508:20250812T203808Z |
| 8952 | 2025-08-18T19:46:42.276Z | [ host-image] Aug 18 19:46:41.623 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
| 8953 | 2025-08-18T19:46:42.276Z | [ host-image] Aug 18 19:46:41.623 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
| 8954 | 2025-08-18T19:46:42.276Z | [ host-image] Aug 18 19:46:41.624 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23508:20250812T203809Z |
| 8955 | 2025-08-18T19:46:42.276Z | [ host-image] Aug 18 19:46:41.624 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23508:20250812T203809Z |
| 8956 | 2025-08-18T19:46:42.276Z | [ host-image] Aug 18 19:46:41.624 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23508:20250812T203809Z |
| 8957 | 2025-08-18T19:46:42.276Z | [ host-image] Aug 18 19:46:41.624 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23508:20250812T203809Z |
| 8958 | 2025-08-18T19:46:42.276Z | [ host-image] Aug 18 19:46:41.625 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23508:20250812T203810Z |
| 8959 | 2025-08-18T19:46:42.277Z | [ host-image] Aug 18 19:46:41.625 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23508:20250812T203810Z |
| 8960 | 2025-08-18T19:46:42.280Z | [ host-image] Aug 18 19:46:41.627 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
| 8961 | 2025-08-18T19:46:42.280Z | [ host-image] Aug 18 19:46:41.627 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23508:20250812T203811Z |
| 8962 | 2025-08-18T19:46:42.280Z | [ host-image] Aug 18 19:46:41.628 INFO O| install = pkg://helios-dev/system/microcode/intel@20250512-2.0.23508:20250812T203811Z |
| 8963 | 2025-08-18T19:46:42.283Z | [ host-image] Aug 18 19:46:41.629 INFO O| install = pkg://helios-dev/system/microcode/oxide@20250515-2.0.23508:20250812T203811Z |
| 8964 | 2025-08-18T19:46:42.284Z | [ host-image] Aug 18 19:46:41.629 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23508:20250812T203812Z |
| 8965 | 2025-08-18T19:46:42.284Z | [ host-image] Aug 18 19:46:41.629 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23508:20250812T203811Z |
| 8966 | 2025-08-18T19:46:42.284Z | [ host-image] Aug 18 19:46:41.629 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23508:20250812T203812Z |
| 8967 | 2025-08-18T19:46:42.284Z | [ host-image] Aug 18 19:46:41.630 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
| 8968 | 2025-08-18T19:46:42.284Z | [ host-image] Aug 18 19:46:41.630 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
| 8969 | 2025-08-18T19:46:42.284Z | [ host-image] Aug 18 19:46:41.630 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23508:20250812T203814Z |
| 8970 | 2025-08-18T19:46:42.284Z | [ host-image] Aug 18 19:46:41.630 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23508:20250812T203814Z |
| 8971 | 2025-08-18T19:46:42.284Z | [ host-image] Aug 18 19:46:41.631 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z |
| 8972 | 2025-08-18T19:46:42.284Z | [ host-image] Aug 18 19:46:41.631 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
| 8973 | 2025-08-18T19:46:42.284Z | [ host-image] Aug 18 19:46:41.631 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
| 8974 | 2025-08-18T19:46:42.284Z | [ host-image] Aug 18 19:46:41.631 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
| 8975 | 2025-08-18T19:46:42.284Z | [ host-image] Aug 18 19:46:41.631 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z |
| 8976 | 2025-08-18T19:46:42.284Z | [ host-image] Aug 18 19:46:41.632 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
| 8977 | 2025-08-18T19:46:42.287Z | [ host-image] Aug 18 19:46:41.634 INFO O| install = pkg://helios-dev/web/curl@8.14.0-2.0:20250603T111413Z |
| 8978 | 2025-08-18T19:46:42.287Z | [ host-image] Aug 18 19:46:41.634 INFO O| tempdir @ "/tmp/.tmpSIKwmM/tmp" |
| 8979 | 2025-08-18T19:46:42.288Z | [ host-image] Aug 18 19:46:41.634 INFO O| image root @ "/tmp/.tmpSIKwmM/tmp/root" |
| 8980 | 2025-08-18T19:46:42.288Z | [ host-image] Aug 18 19:46:41.634 INFO O| creating image... |
| 8981 | 2025-08-18T19:46:43.303Z | [ host-image] Aug 18 19:46:42.653 INFO O| copying publishers... |
| 8982 | 2025-08-18T19:47:25.724Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 19m 14s |
| 8983 | 2025-08-18T19:47:26.195Z | Aug 18 19:47:25.600 INFO [verify-libraries] process exited with exit status: 0 (1161.072574125s) |
| 8984 | 2025-08-18T19:47:27.861Z | [ host-image] Aug 18 19:47:27.268 INFO O| adding properties... |
| 8985 | 2025-08-18T19:47:29.067Z | [ host-image] Aug 18 19:47:28.476 INFO O| installing packages... |
| 8986 | 2025-08-18T19:47:32.595Z | [ recovery-image] Aug 18 19:47:32.008 INFO O| ok, image written! |
| 8987 | 2025-08-18T19:47:32.595Z | [ recovery-image] Aug 18 19:47:32.008 INFO O| ok, boot_image_csum file written! |
| 8988 | 2025-08-18T19:47:32.600Z | [ recovery-image] Aug 18 19:47:32.013 INFO creating boot archive (CPIO)... |
| 8989 | 2025-08-18T19:47:32.600Z | [ recovery-image] Aug 18 19:47:32.013 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 |
| 8990 | 2025-08-18T19:47:32.609Z | [ recovery-image] Aug 18 19:47:32.023 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk |
| 8991 | 2025-08-18T19:47:32.610Z | [ recovery-image] Aug 18 19:47:32.023 INFO E| + outfile=/work/os-recovery/cpio |
| 8992 | 2025-08-18T19:47:32.614Z | [ recovery-image] Aug 18 19:47:32.023 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
| 8993 | 2025-08-18T19:47:32.614Z | [ recovery-image] Aug 18 19:47:32.026 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk |
| 8994 | 2025-08-18T19:47:32.614Z | [ recovery-image] Aug 18 19:47:32.026 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
| 8995 | 2025-08-18T19:47:32.652Z | [ recovery-image] Aug 18 19:47:32.065 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
| 8996 | 2025-08-18T19:47:32.652Z | [ recovery-image] Aug 18 19:47:32.065 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
| 8997 | 2025-08-18T19:47:32.659Z | [ recovery-image] Aug 18 19:47:32.072 INFO creating compressed cpio/unix for dev loaders... |
| 8998 | 2025-08-18T19:47:32.659Z | [ recovery-image] Aug 18 19:47:32.072 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 |
| 8999 | 2025-08-18T19:47:32.957Z | [ recovery-image] Aug 18 19:47:32.370 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
| 9000 | 2025-08-18T19:47:37.352Z | [ recovery-image] Aug 18 19:47:36.771 INFO creating reset image... |
| 9001 | 2025-08-18T19:47:37.352Z | [ recovery-image] Aug 18 19:47:36.771 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl" |
| 9002 | 2025-08-18T19:47:50.440Z | [ host-image] Aug 18 19:47:49.876 INFO O| seeding SMF database... |
| 9003 | 2025-08-18T19:47:57.655Z | [ host-image] Aug 18 19:47:57.100 INFO O| configuring SMF profile... |
| 9004 | 2025-08-18T19:47:57.658Z | [ host-image] Aug 18 19:47:57.100 INFO O| modifying shadow(5)... |
| 9005 | 2025-08-18T19:47:57.658Z | [ host-image] Aug 18 19:47:57.100 INFO O| loading user and group database... |
| 9006 | 2025-08-18T19:47:57.658Z | [ host-image] Aug 18 19:47:57.100 INFO O| loading facet selections... |
| 9007 | 2025-08-18T19:47:58.028Z | [ host-image] Aug 18 19:47:57.473 INFO O| devel -> true |
| 9008 | 2025-08-18T19:47:58.028Z | [ host-image] Aug 18 19:47:57.473 INFO O| doc.man -> true |
| 9009 | 2025-08-18T19:47:58.028Z | [ host-image] Aug 18 19:47:57.473 INFO O| version-lock.shell/ksh93 -> true |
| 9010 | 2025-08-18T19:47:58.028Z | [ host-image] Aug 18 19:47:57.473 INFO O| version-lock.system/data/hardware-registry -> true |
| 9011 | 2025-08-18T19:47:58.033Z | [ host-image] Aug 18 19:47:57.473 INFO O| version-lock.system/data/zoneinfo -> true |
| 9012 | 2025-08-18T19:47:58.033Z | [ host-image] Aug 18 19:47:57.473 INFO O| version-lock.system/microcode/amd -> true |
| 9013 | 2025-08-18T19:47:58.033Z | [ host-image] Aug 18 19:47:57.473 INFO O| version-lock.system/microcode/intel -> true |
| 9014 | 2025-08-18T19:47:58.033Z | [ host-image] Aug 18 19:47:57.473 INFO O| version-lock.system/microcode/oxide -> true |
| 9015 | 2025-08-18T19:47:58.033Z | [ host-image] Aug 18 19:47:57.473 INFO O| assessing packaged files... |
| 9016 | 2025-08-18T19:48:00.290Z | [ host-image] Aug 18 19:47:59.738 INFO O| creating archive... |
| 9017 | 2025-08-18T19:48:00.318Z | [ host-image] Aug 18 19:47:59.767 INFO O| missing from packaging: |
| 9018 | 2025-08-18T19:48:00.319Z | [ host-image] Aug 18 19:47:59.767 INFO O| "etc/.pwd.lock" |
| 9019 | 2025-08-18T19:48:00.323Z | [ host-image] Aug 18 19:47:59.767 INFO O| "etc/bash" |
| 9020 | 2025-08-18T19:48:00.326Z | [ host-image] Aug 18 19:47:59.772 INFO O| "etc/svc/profile/generic.xml" |
| 9021 | 2025-08-18T19:48:00.326Z | [ host-image] Aug 18 19:47:59.772 INFO O| "etc/svc/profile/inetd_services.xml" |
| 9022 | 2025-08-18T19:48:00.326Z | [ host-image] Aug 18 19:47:59.772 INFO O| "etc/svc/profile/name_service.xml" |
| 9023 | 2025-08-18T19:48:00.326Z | [ host-image] Aug 18 19:47:59.772 INFO O| "etc/svc/profile/platform.xml" |
| 9024 | 2025-08-18T19:48:00.326Z | [ host-image] Aug 18 19:47:59.772 INFO O| "etc/svc/profile/platform_omicron1.xml" |
| 9025 | 2025-08-18T19:48:00.326Z | [ host-image] Aug 18 19:47:59.772 INFO O| "etc/svc/repository.db" |
| 9026 | 2025-08-18T19:48:00.337Z | [ host-image] Aug 18 19:47:59.785 INFO O| "opt/ooce/share" |
| 9027 | 2025-08-18T19:48:00.340Z | [ host-image] Aug 18 19:47:59.785 INFO O| "opt/ooce/share/man" |
| 9028 | 2025-08-18T19:48:00.340Z | [ host-image] Aug 18 19:47:59.785 INFO O| "opt/ooce/share/man/man1" |
| 9029 | 2025-08-18T19:48:00.347Z | [ host-image] Aug 18 19:47:59.795 INFO O| finishing archive... |
| 9030 | 2025-08-18T19:48:03.579Z | [ host-image] Aug 18 19:48:03.031 INFO O| creating gzonly manifest... |
| 9031 | 2025-08-18T19:48:03.588Z | [ host-image] Aug 18 19:48:03.041 INFO O| ok |
| 9032 | 2025-08-18T19:48:03.727Z | [ host-image] Aug 18 19:48:03.180 INFO image builder template: ramdisk-02-trim... |
| 9033 | 2025-08-18T19:48:03.728Z | [ host-image] Aug 18 19:48:03.180 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/.tmpgW5B7U/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.37.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-02-trim"], pwd: None |
| 9034 | 2025-08-18T19:48:03.749Z | [ host-image] Aug 18 19:48:03.202 INFO O| Aug 18 19:48:03.201 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9035 | 2025-08-18T19:48:03.752Z | [ host-image] Aug 18 19:48:03.205 INFO O| Aug 18 19:48:03.205 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9036 | 2025-08-18T19:48:04.643Z | [ host-image] Aug 18 19:48:04.097 INFO O| Aug 18 19:48:04.097 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled |
| 9037 | 2025-08-18T19:48:04.722Z | [ host-image] Aug 18 19:48:04.176 INFO O| Aug 18 19:48:04.176 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9038 | 2025-08-18T19:48:04.725Z | [ host-image] Aug 18 19:48:04.176 INFO O| Aug 18 19:48:04.176 INFO work dataset: rpool/images/build/host/work/sled/ramdisk |
| 9039 | 2025-08-18T19:48:04.728Z | [ host-image] Aug 18 19:48:04.181 INFO O| Aug 18 19:48:04.181 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim |
| 9040 | 2025-08-18T19:48:04.732Z | [ host-image] Aug 18 19:48:04.184 INFO O| Aug 18 19:48:04.184 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os |
| 9041 | 2025-08-18T19:48:04.735Z | [ host-image] Aug 18 19:48:04.188 INFO O| Aug 18 19:48:04.188 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os |
| 9042 | 2025-08-18T19:48:05.143Z | [ host-image] Aug 18 19:48:04.597 INFO O| Aug 18 19:48:04.597 INFO rolled back to input snapshot; work may begin |
| 9043 | 2025-08-18T19:48:05.143Z | [ host-image] Aug 18 19:48:04.597 INFO O| Aug 18 19:48:04.597 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk |
| 9044 | 2025-08-18T19:48:05.151Z | [ host-image] Aug 18 19:48:04.602 INFO O| Aug 18 19:48:04.602 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9045 | 2025-08-18T19:48:05.192Z | [ host-image] Aug 18 19:48:04.611 INFO O| Aug 18 19:48:04.611 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg" |
| 9046 | 2025-08-18T19:48:05.526Z | [ host-image] Aug 18 19:48:04.660 INFO O| Aug 18 19:48:04.660 INFO STEP 0 (remove_files) COMPLETE |
| 9047 | 2025-08-18T19:48:05.526Z | [ host-image] Aug 18 19:48:04.661 INFO O| Aug 18 19:48:04.660 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9048 | 2025-08-18T19:48:05.531Z | [ host-image] Aug 18 19:48:04.670 INFO O| Aug 18 19:48:04.670 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4" |
| 9049 | 2025-08-18T19:48:05.531Z | [ host-image] Aug 18 19:48:04.672 INFO O| Aug 18 19:48:04.672 INFO STEP 1 (remove_files) COMPLETE |
| 9050 | 2025-08-18T19:48:05.531Z | [ host-image] Aug 18 19:48:04.672 INFO O| Aug 18 19:48:04.672 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9051 | 2025-08-18T19:48:05.531Z | [ host-image] Aug 18 19:48:04.680 INFO O| Aug 18 19:48:04.680 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include" |
| 9052 | 2025-08-18T19:48:05.531Z | [ host-image] Aug 18 19:48:04.695 INFO O| Aug 18 19:48:04.695 INFO STEP 2 (remove_files) COMPLETE |
| 9053 | 2025-08-18T19:48:05.531Z | [ host-image] Aug 18 19:48:04.695 INFO O| Aug 18 19:48:04.695 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9054 | 2025-08-18T19:48:05.531Z | [ host-image] Aug 18 19:48:04.703 INFO O| Aug 18 19:48:04.702 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo" |
| 9055 | 2025-08-18T19:48:05.531Z | [ host-image] Aug 18 19:48:04.704 INFO O| Aug 18 19:48:04.704 INFO STEP 3 (remove_files) COMPLETE |
| 9056 | 2025-08-18T19:48:05.531Z | [ host-image] Aug 18 19:48:04.704 INFO O| Aug 18 19:48:04.704 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9057 | 2025-08-18T19:48:05.531Z | [ host-image] Aug 18 19:48:04.711 INFO O| Aug 18 19:48:04.711 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help" |
| 9058 | 2025-08-18T19:48:05.531Z | [ host-image] Aug 18 19:48:04.715 INFO O| Aug 18 19:48:04.715 INFO STEP 4 (remove_files) COMPLETE |
| 9059 | 2025-08-18T19:48:05.531Z | [ host-image] Aug 18 19:48:04.715 INFO O| Aug 18 19:48:04.715 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9060 | 2025-08-18T19:48:05.531Z | [ host-image] Aug 18 19:48:04.722 INFO O| Aug 18 19:48:04.722 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc" |
| 9061 | 2025-08-18T19:48:05.531Z | [ host-image] Aug 18 19:48:04.724 INFO O| Aug 18 19:48:04.724 INFO STEP 5 (remove_files) COMPLETE |
| 9062 | 2025-08-18T19:48:05.531Z | [ host-image] Aug 18 19:48:04.724 INFO O| Aug 18 19:48:04.724 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9063 | 2025-08-18T19:48:05.531Z | [ host-image] Aug 18 19:48:04.733 INFO O| Aug 18 19:48:04.733 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion" |
| 9064 | 2025-08-18T19:48:05.531Z | [ host-image] Aug 18 19:48:04.743 INFO O| Aug 18 19:48:04.743 INFO STEP 6 (remove_files) COMPLETE |
| 9065 | 2025-08-18T19:48:05.531Z | [ host-image] Aug 18 19:48:04.743 INFO O| Aug 18 19:48:04.743 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9066 | 2025-08-18T19:48:05.531Z | [ host-image] Aug 18 19:48:04.752 INFO O| Aug 18 19:48:04.752 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man" |
| 9067 | 2025-08-18T19:48:05.531Z | [ host-image] Aug 18 19:48:04.764 INFO O| Aug 18 19:48:04.764 INFO STEP 7 (remove_files) COMPLETE |
| 9068 | 2025-08-18T19:48:05.531Z | [ host-image] Aug 18 19:48:04.764 INFO O| Aug 18 19:48:04.764 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9069 | 2025-08-18T19:48:05.531Z | [ host-image] Aug 18 19:48:04.773 INFO O| Aug 18 19:48:04.773 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl" |
| 9070 | 2025-08-18T19:48:05.531Z | [ host-image] Aug 18 19:48:04.841 INFO O| Aug 18 19:48:04.841 INFO STEP 8 (remove_files) COMPLETE |
| 9071 | 2025-08-18T19:48:05.531Z | [ host-image] Aug 18 19:48:04.841 INFO O| Aug 18 19:48:04.841 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9072 | 2025-08-18T19:48:05.531Z | [ host-image] Aug 18 19:48:04.850 INFO O| Aug 18 19:48:04.850 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man" |
| 9073 | 2025-08-18T19:48:05.532Z | [ host-image] Aug 18 19:48:04.939 INFO O| Aug 18 19:48:04.939 INFO STEP 9 (remove_files) COMPLETE |
| 9074 | 2025-08-18T19:48:05.532Z | [ host-image] Aug 18 19:48:04.939 INFO O| Aug 18 19:48:04.939 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9075 | 2025-08-18T19:48:05.532Z | [ host-image] Aug 18 19:48:04.950 INFO O| Aug 18 19:48:04.950 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp" |
| 9076 | 2025-08-18T19:48:05.532Z | [ host-image] Aug 18 19:48:04.954 INFO O| Aug 18 19:48:04.954 INFO STEP 10 (remove_files) COMPLETE |
| 9077 | 2025-08-18T19:48:05.532Z | [ host-image] Aug 18 19:48:04.954 INFO O| Aug 18 19:48:04.954 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9078 | 2025-08-18T19:48:05.532Z | [ host-image] Aug 18 19:48:04.963 INFO O| Aug 18 19:48:04.963 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386" |
| 9079 | 2025-08-18T19:48:05.532Z | [ host-image] Aug 18 19:48:04.964 INFO O| Aug 18 19:48:04.964 INFO STEP 11 (remove_files) COMPLETE |
| 9080 | 2025-08-18T19:48:05.532Z | [ host-image] Aug 18 19:48:04.964 INFO O| Aug 18 19:48:04.964 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9081 | 2025-08-18T19:48:05.532Z | [ host-image] Aug 18 19:48:04.972 INFO O| Aug 18 19:48:04.972 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv" |
| 9082 | 2025-08-18T19:48:05.532Z | [ host-image] Aug 18 19:48:04.973 INFO O| Aug 18 19:48:04.973 INFO STEP 12 (remove_files) COMPLETE |
| 9083 | 2025-08-18T19:48:05.532Z | [ host-image] Aug 18 19:48:04.973 INFO O| Aug 18 19:48:04.973 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9084 | 2025-08-18T19:48:05.532Z | [ host-image] Aug 18 19:48:04.983 INFO O| Aug 18 19:48:04.983 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
| 9085 | 2025-08-18T19:48:05.532Z | [ host-image] Aug 18 19:48:04.983 INFO O| Aug 18 19:48:04.983 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
| 9086 | 2025-08-18T19:48:05.532Z | [ host-image] Aug 18 19:48:04.983 INFO O| Aug 18 19:48:04.983 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
| 9087 | 2025-08-18T19:48:05.532Z | [ host-image] Aug 18 19:48:04.983 INFO O| Aug 18 19:48:04.983 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
| 9088 | 2025-08-18T19:48:05.533Z | [ host-image] Aug 18 19:48:04.983 INFO O| Aug 18 19:48:04.983 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
| 9089 | 2025-08-18T19:48:05.533Z | [ host-image] Aug 18 19:48:04.983 INFO O| Aug 18 19:48:04.983 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
| 9090 | 2025-08-18T19:48:05.533Z | [ host-image] Aug 18 19:48:04.983 INFO O| Aug 18 19:48:04.983 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
| 9091 | 2025-08-18T19:48:05.533Z | [ host-image] Aug 18 19:48:04.984 INFO O| Aug 18 19:48:04.983 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
| 9092 | 2025-08-18T19:48:05.533Z | [ host-image] Aug 18 19:48:04.984 INFO O| Aug 18 19:48:04.984 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
| 9093 | 2025-08-18T19:48:05.533Z | [ host-image] Aug 18 19:48:04.984 INFO O| Aug 18 19:48:04.984 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
| 9094 | 2025-08-18T19:48:05.533Z | [ host-image] Aug 18 19:48:04.984 INFO O| Aug 18 19:48:04.984 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
| 9095 | 2025-08-18T19:48:05.533Z | [ host-image] Aug 18 19:48:04.984 INFO O| Aug 18 19:48:04.984 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
| 9096 | 2025-08-18T19:48:05.533Z | [ host-image] Aug 18 19:48:04.984 INFO O| Aug 18 19:48:04.984 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
| 9097 | 2025-08-18T19:48:05.537Z | [ host-image] Aug 18 19:48:04.985 INFO O| Aug 18 19:48:04.985 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
| 9098 | 2025-08-18T19:48:05.537Z | [ host-image] Aug 18 19:48:04.985 INFO O| Aug 18 19:48:04.985 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
| 9099 | 2025-08-18T19:48:05.537Z | [ host-image] Aug 18 19:48:04.985 INFO O| Aug 18 19:48:04.985 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
| 9100 | 2025-08-18T19:48:05.540Z | [ host-image] Aug 18 19:48:04.995 INFO O| Aug 18 19:48:04.995 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
| 9101 | 2025-08-18T19:48:05.613Z | [ host-image] Aug 18 19:48:05.069 INFO O| Aug 18 19:48:05.069 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a" |
| 9102 | 2025-08-18T19:48:05.638Z | [ host-image] Aug 18 19:48:05.093 INFO O| Aug 18 19:48:05.093 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a" |
| 9103 | 2025-08-18T19:48:05.651Z | [ host-image] Aug 18 19:48:05.106 INFO O| Aug 18 19:48:05.106 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a" |
| 9104 | 2025-08-18T19:48:05.654Z | [ host-image] Aug 18 19:48:05.108 INFO O| Aug 18 19:48:05.108 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a" |
| 9105 | 2025-08-18T19:48:05.822Z | [ host-image] Aug 18 19:48:05.277 INFO O| Aug 18 19:48:05.277 INFO STEP 13 (remove_files) COMPLETE |
| 9106 | 2025-08-18T19:48:05.822Z | [ host-image] Aug 18 19:48:05.277 INFO O| Aug 18 19:48:05.277 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9107 | 2025-08-18T19:48:05.830Z | [ host-image] Aug 18 19:48:05.285 INFO O| Aug 18 19:48:05.285 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot" |
| 9108 | 2025-08-18T19:48:05.832Z | [ host-image] Aug 18 19:48:05.287 INFO O| Aug 18 19:48:05.287 INFO STEP 14 (remove_files) COMPLETE |
| 9109 | 2025-08-18T19:48:05.833Z | [ host-image] Aug 18 19:48:05.287 INFO O| Aug 18 19:48:05.287 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9110 | 2025-08-18T19:48:05.838Z | [ host-image] Aug 18 19:48:05.294 INFO O| Aug 18 19:48:05.294 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc" |
| 9111 | 2025-08-18T19:48:05.845Z | [ host-image] Aug 18 19:48:05.300 INFO O| Aug 18 19:48:05.300 INFO STEP 15 (remove_files) COMPLETE |
| 9112 | 2025-08-18T19:48:05.848Z | [ host-image] Aug 18 19:48:05.300 INFO O| Aug 18 19:48:05.300 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9113 | 2025-08-18T19:48:05.852Z | [ host-image] Aug 18 19:48:05.308 INFO O| Aug 18 19:48:05.308 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv" |
| 9114 | 2025-08-18T19:48:05.855Z | [ host-image] Aug 18 19:48:05.308 INFO O| Aug 18 19:48:05.308 INFO STEP 16 (remove_files) COMPLETE |
| 9115 | 2025-08-18T19:48:05.855Z | [ host-image] Aug 18 19:48:05.308 INFO O| Aug 18 19:48:05.308 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9116 | 2025-08-18T19:48:05.862Z | [ host-image] Aug 18 19:48:05.316 INFO O| Aug 18 19:48:05.316 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc" |
| 9117 | 2025-08-18T19:48:05.865Z | [ host-image] Aug 18 19:48:05.317 INFO O| Aug 18 19:48:05.317 INFO STEP 17 (remove_files) COMPLETE |
| 9118 | 2025-08-18T19:48:05.865Z | [ host-image] Aug 18 19:48:05.317 INFO O| Aug 18 19:48:05.317 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9119 | 2025-08-18T19:48:05.869Z | [ host-image] Aug 18 19:48:05.324 INFO O| Aug 18 19:48:05.324 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica" |
| 9120 | 2025-08-18T19:48:05.869Z | [ host-image] Aug 18 19:48:05.325 INFO O| Aug 18 19:48:05.325 INFO STEP 18 (remove_files) COMPLETE |
| 9121 | 2025-08-18T19:48:05.871Z | [ host-image] Aug 18 19:48:05.325 INFO O| Aug 18 19:48:05.325 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9122 | 2025-08-18T19:48:05.876Z | [ host-image] Aug 18 19:48:05.332 INFO O| Aug 18 19:48:05.332 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem" |
| 9123 | 2025-08-18T19:48:05.879Z | [ host-image] Aug 18 19:48:05.332 INFO O| Aug 18 19:48:05.332 INFO STEP 19 (remove_files) COMPLETE |
| 9124 | 2025-08-18T19:48:05.879Z | [ host-image] Aug 18 19:48:05.332 INFO O| Aug 18 19:48:05.332 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9125 | 2025-08-18T19:48:05.883Z | [ host-image] Aug 18 19:48:05.339 INFO O| Aug 18 19:48:05.339 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans" |
| 9126 | 2025-08-18T19:48:05.883Z | [ host-image] Aug 18 19:48:05.339 INFO O| Aug 18 19:48:05.339 INFO STEP 20 (remove_files) COMPLETE |
| 9127 | 2025-08-18T19:48:05.883Z | [ host-image] Aug 18 19:48:05.339 INFO O| Aug 18 19:48:05.339 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9128 | 2025-08-18T19:48:05.890Z | [ host-image] Aug 18 19:48:05.346 INFO O| Aug 18 19:48:05.346 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc" |
| 9129 | 2025-08-18T19:48:05.890Z | [ host-image] Aug 18 19:48:05.346 INFO O| Aug 18 19:48:05.346 INFO STEP 21 (remove_files) COMPLETE |
| 9130 | 2025-08-18T19:48:05.893Z | [ host-image] Aug 18 19:48:05.346 INFO O| Aug 18 19:48:05.346 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9131 | 2025-08-18T19:48:05.897Z | [ host-image] Aug 18 19:48:05.353 INFO O| Aug 18 19:48:05.353 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv" |
| 9132 | 2025-08-18T19:48:05.901Z | [ host-image] Aug 18 19:48:05.353 INFO O| Aug 18 19:48:05.353 INFO STEP 22 (remove_files) COMPLETE |
| 9133 | 2025-08-18T19:48:05.901Z | [ host-image] Aug 18 19:48:05.353 INFO O| Aug 18 19:48:05.353 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9134 | 2025-08-18T19:48:05.905Z | [ host-image] Aug 18 19:48:05.360 INFO O| Aug 18 19:48:05.360 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd" |
| 9135 | 2025-08-18T19:48:05.905Z | [ host-image] Aug 18 19:48:05.361 INFO O| Aug 18 19:48:05.360 INFO STEP 23 (remove_files) COMPLETE |
| 9136 | 2025-08-18T19:48:05.907Z | [ host-image] Aug 18 19:48:05.361 INFO O| Aug 18 19:48:05.360 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9137 | 2025-08-18T19:48:05.912Z | [ host-image] Aug 18 19:48:05.368 INFO O| Aug 18 19:48:05.368 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon" |
| 9138 | 2025-08-18T19:48:05.912Z | [ host-image] Aug 18 19:48:05.368 INFO O| Aug 18 19:48:05.368 INFO STEP 24 (remove_files) COMPLETE |
| 9139 | 2025-08-18T19:48:05.914Z | [ host-image] Aug 18 19:48:05.368 INFO O| Aug 18 19:48:05.368 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9140 | 2025-08-18T19:48:05.919Z | [ host-image] Aug 18 19:48:05.375 INFO O| Aug 18 19:48:05.375 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power" |
| 9141 | 2025-08-18T19:48:05.919Z | [ host-image] Aug 18 19:48:05.375 INFO O| Aug 18 19:48:05.375 INFO STEP 25 (remove_files) COMPLETE |
| 9142 | 2025-08-18T19:48:05.922Z | [ host-image] Aug 18 19:48:05.375 INFO O| Aug 18 19:48:05.375 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9143 | 2025-08-18T19:48:05.926Z | [ host-image] Aug 18 19:48:05.382 INFO O| Aug 18 19:48:05.382 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio" |
| 9144 | 2025-08-18T19:48:05.929Z | [ host-image] Aug 18 19:48:05.382 INFO O| Aug 18 19:48:05.382 INFO STEP 26 (remove_files) COMPLETE |
| 9145 | 2025-08-18T19:48:05.929Z | [ host-image] Aug 18 19:48:05.382 INFO O| Aug 18 19:48:05.382 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9146 | 2025-08-18T19:48:05.934Z | [ host-image] Aug 18 19:48:05.390 INFO O| Aug 18 19:48:05.389 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575" |
| 9147 | 2025-08-18T19:48:05.936Z | [ host-image] Aug 18 19:48:05.390 INFO O| Aug 18 19:48:05.390 INFO STEP 27 (remove_files) COMPLETE |
| 9148 | 2025-08-18T19:48:05.936Z | [ host-image] Aug 18 19:48:05.390 INFO O| Aug 18 19:48:05.390 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9149 | 2025-08-18T19:48:05.941Z | [ host-image] Aug 18 19:48:05.397 INFO O| Aug 18 19:48:05.397 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens" |
| 9150 | 2025-08-18T19:48:05.941Z | [ host-image] Aug 18 19:48:05.397 INFO O| Aug 18 19:48:05.397 INFO STEP 28 (remove_files) COMPLETE |
| 9151 | 2025-08-18T19:48:05.941Z | [ host-image] Aug 18 19:48:05.397 INFO O| Aug 18 19:48:05.397 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9152 | 2025-08-18T19:48:05.948Z | [ host-image] Aug 18 19:48:05.404 INFO O| Aug 18 19:48:05.404 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci" |
| 9153 | 2025-08-18T19:48:05.948Z | [ host-image] Aug 18 19:48:05.404 INFO O| Aug 18 19:48:05.404 INFO STEP 29 (remove_files) COMPLETE |
| 9154 | 2025-08-18T19:48:05.951Z | [ host-image] Aug 18 19:48:05.404 INFO O| Aug 18 19:48:05.404 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9155 | 2025-08-18T19:48:05.956Z | [ host-image] Aug 18 19:48:05.412 INFO O| Aug 18 19:48:05.412 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots" |
| 9156 | 2025-08-18T19:48:05.956Z | [ host-image] Aug 18 19:48:05.412 INFO O| Aug 18 19:48:05.412 INFO STEP 30 (remove_files) COMPLETE |
| 9157 | 2025-08-18T19:48:05.959Z | [ host-image] Aug 18 19:48:05.412 INFO O| Aug 18 19:48:05.412 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9158 | 2025-08-18T19:48:05.963Z | [ host-image] Aug 18 19:48:05.419 INFO O| Aug 18 19:48:05.419 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci" |
| 9159 | 2025-08-18T19:48:05.966Z | [ host-image] Aug 18 19:48:05.420 INFO O| Aug 18 19:48:05.420 INFO STEP 31 (remove_files) COMPLETE |
| 9160 | 2025-08-18T19:48:05.967Z | [ host-image] Aug 18 19:48:05.420 INFO O| Aug 18 19:48:05.420 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9161 | 2025-08-18T19:48:05.971Z | [ host-image] Aug 18 19:48:05.427 INFO O| Aug 18 19:48:05.427 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid" |
| 9162 | 2025-08-18T19:48:05.971Z | [ host-image] Aug 18 19:48:05.427 INFO O| Aug 18 19:48:05.427 INFO STEP 32 (remove_files) COMPLETE |
| 9163 | 2025-08-18T19:48:05.974Z | [ host-image] Aug 18 19:48:05.427 INFO O| Aug 18 19:48:05.427 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9164 | 2025-08-18T19:48:05.979Z | [ host-image] Aug 18 19:48:05.434 INFO O| Aug 18 19:48:05.434 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd" |
| 9165 | 2025-08-18T19:48:05.979Z | [ host-image] Aug 18 19:48:05.435 INFO O| Aug 18 19:48:05.435 INFO STEP 33 (remove_files) COMPLETE |
| 9166 | 2025-08-18T19:48:05.981Z | [ host-image] Aug 18 19:48:05.435 INFO O| Aug 18 19:48:05.435 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9167 | 2025-08-18T19:48:05.986Z | [ host-image] Aug 18 19:48:05.442 INFO O| Aug 18 19:48:05.442 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci" |
| 9168 | 2025-08-18T19:48:05.988Z | [ host-image] Aug 18 19:48:05.442 INFO O| Aug 18 19:48:05.442 INFO STEP 34 (remove_files) COMPLETE |
| 9169 | 2025-08-18T19:48:05.988Z | [ host-image] Aug 18 19:48:05.442 INFO O| Aug 18 19:48:05.442 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9170 | 2025-08-18T19:48:05.993Z | [ host-image] Aug 18 19:48:05.449 INFO O| Aug 18 19:48:05.449 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb" |
| 9171 | 2025-08-18T19:48:05.996Z | [ host-image] Aug 18 19:48:05.449 INFO O| Aug 18 19:48:05.449 INFO STEP 35 (remove_files) COMPLETE |
| 9172 | 2025-08-18T19:48:05.996Z | [ host-image] Aug 18 19:48:05.449 INFO O| Aug 18 19:48:05.449 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9173 | 2025-08-18T19:48:06.003Z | [ host-image] Aug 18 19:48:05.457 INFO O| Aug 18 19:48:05.457 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci" |
| 9174 | 2025-08-18T19:48:06.003Z | [ host-image] Aug 18 19:48:05.457 INFO O| Aug 18 19:48:05.457 INFO STEP 36 (remove_files) COMPLETE |
| 9175 | 2025-08-18T19:48:06.006Z | [ host-image] Aug 18 19:48:05.457 INFO O| Aug 18 19:48:05.457 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9176 | 2025-08-18T19:48:06.009Z | [ host-image] Aug 18 19:48:05.465 INFO O| Aug 18 19:48:05.465 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac" |
| 9177 | 2025-08-18T19:48:06.009Z | [ host-image] Aug 18 19:48:05.465 INFO O| Aug 18 19:48:05.465 INFO STEP 37 (remove_files) COMPLETE |
| 9178 | 2025-08-18T19:48:06.011Z | [ host-image] Aug 18 19:48:05.465 INFO O| Aug 18 19:48:05.465 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9179 | 2025-08-18T19:48:06.016Z | [ host-image] Aug 18 19:48:05.473 INFO O| Aug 18 19:48:05.472 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as" |
| 9180 | 2025-08-18T19:48:06.019Z | [ host-image] Aug 18 19:48:05.473 INFO O| Aug 18 19:48:05.473 INFO STEP 38 (remove_files) COMPLETE |
| 9181 | 2025-08-18T19:48:06.019Z | [ host-image] Aug 18 19:48:05.473 INFO O| Aug 18 19:48:05.473 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9182 | 2025-08-18T19:48:06.024Z | [ host-image] Aug 18 19:48:05.480 INFO O| Aug 18 19:48:05.480 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia" |
| 9183 | 2025-08-18T19:48:06.024Z | [ host-image] Aug 18 19:48:05.480 INFO O| Aug 18 19:48:05.480 INFO STEP 39 (remove_files) COMPLETE |
| 9184 | 2025-08-18T19:48:06.030Z | [ host-image] Aug 18 19:48:05.480 INFO O| Aug 18 19:48:05.480 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9185 | 2025-08-18T19:48:06.034Z | [ host-image] Aug 18 19:48:05.488 INFO O| Aug 18 19:48:05.488 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid" |
| 9186 | 2025-08-18T19:48:06.034Z | [ host-image] Aug 18 19:48:05.488 INFO O| Aug 18 19:48:05.488 INFO STEP 40 (remove_files) COMPLETE |
| 9187 | 2025-08-18T19:48:06.034Z | [ host-image] Aug 18 19:48:05.488 INFO O| Aug 18 19:48:05.488 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9188 | 2025-08-18T19:48:06.040Z | [ host-image] Aug 18 19:48:05.496 INFO O| Aug 18 19:48:05.496 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn" |
| 9189 | 2025-08-18T19:48:06.043Z | [ host-image] Aug 18 19:48:05.496 INFO O| Aug 18 19:48:05.496 INFO STEP 41 (remove_files) COMPLETE |
| 9190 | 2025-08-18T19:48:06.043Z | [ host-image] Aug 18 19:48:05.496 INFO O| Aug 18 19:48:05.496 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9191 | 2025-08-18T19:48:06.047Z | [ host-image] Aug 18 19:48:05.503 INFO O| Aug 18 19:48:05.503 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci" |
| 9192 | 2025-08-18T19:48:06.047Z | [ host-image] Aug 18 19:48:05.503 INFO O| Aug 18 19:48:05.503 INFO STEP 42 (remove_files) COMPLETE |
| 9193 | 2025-08-18T19:48:06.050Z | [ host-image] Aug 18 19:48:05.503 INFO O| Aug 18 19:48:05.503 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9194 | 2025-08-18T19:48:06.056Z | [ host-image] Aug 18 19:48:05.510 INFO O| Aug 18 19:48:05.510 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm" |
| 9195 | 2025-08-18T19:48:06.056Z | [ host-image] Aug 18 19:48:05.511 INFO O| Aug 18 19:48:05.510 INFO STEP 43 (remove_files) COMPLETE |
| 9196 | 2025-08-18T19:48:06.056Z | [ host-image] Aug 18 19:48:05.511 INFO O| Aug 18 19:48:05.511 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9197 | 2025-08-18T19:48:06.062Z | [ host-image] Aug 18 19:48:05.518 INFO O| Aug 18 19:48:05.518 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000" |
| 9198 | 2025-08-18T19:48:06.062Z | [ host-image] Aug 18 19:48:05.518 INFO O| Aug 18 19:48:05.518 INFO STEP 44 (remove_files) COMPLETE |
| 9199 | 2025-08-18T19:48:06.066Z | [ host-image] Aug 18 19:48:05.518 INFO O| Aug 18 19:48:05.518 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9200 | 2025-08-18T19:48:06.069Z | [ host-image] Aug 18 19:48:05.525 INFO O| Aug 18 19:48:05.525 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd" |
| 9201 | 2025-08-18T19:48:06.069Z | [ host-image] Aug 18 19:48:05.525 INFO O| Aug 18 19:48:05.525 INFO STEP 45 (remove_files) COMPLETE |
| 9202 | 2025-08-18T19:48:06.069Z | [ host-image] Aug 18 19:48:05.525 INFO O| Aug 18 19:48:05.525 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9203 | 2025-08-18T19:48:06.077Z | [ host-image] Aug 18 19:48:05.533 INFO O| Aug 18 19:48:05.533 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba" |
| 9204 | 2025-08-18T19:48:06.080Z | [ host-image] Aug 18 19:48:05.533 INFO O| Aug 18 19:48:05.533 INFO STEP 46 (remove_files) COMPLETE |
| 9205 | 2025-08-18T19:48:06.080Z | [ host-image] Aug 18 19:48:05.533 INFO O| Aug 18 19:48:05.533 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9206 | 2025-08-18T19:48:06.084Z | [ host-image] Aug 18 19:48:05.540 INFO O| Aug 18 19:48:05.540 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex" |
| 9207 | 2025-08-18T19:48:06.087Z | [ host-image] Aug 18 19:48:05.540 INFO O| Aug 18 19:48:05.540 INFO STEP 47 (remove_files) COMPLETE |
| 9208 | 2025-08-18T19:48:06.087Z | [ host-image] Aug 18 19:48:05.540 INFO O| Aug 18 19:48:05.540 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9209 | 2025-08-18T19:48:06.092Z | [ host-image] Aug 18 19:48:05.548 INFO O| Aug 18 19:48:05.548 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf" |
| 9210 | 2025-08-18T19:48:06.092Z | [ host-image] Aug 18 19:48:05.548 INFO O| Aug 18 19:48:05.548 INFO STEP 48 (remove_files) COMPLETE |
| 9211 | 2025-08-18T19:48:06.092Z | [ host-image] Aug 18 19:48:05.548 INFO O| Aug 18 19:48:05.548 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9212 | 2025-08-18T19:48:06.099Z | [ host-image] Aug 18 19:48:05.555 INFO O| Aug 18 19:48:05.555 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt" |
| 9213 | 2025-08-18T19:48:06.099Z | [ host-image] Aug 18 19:48:05.555 INFO O| Aug 18 19:48:05.555 INFO STEP 49 (remove_files) COMPLETE |
| 9214 | 2025-08-18T19:48:06.102Z | [ host-image] Aug 18 19:48:05.555 INFO O| Aug 18 19:48:05.555 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9215 | 2025-08-18T19:48:06.106Z | [ host-image] Aug 18 19:48:05.563 INFO O| Aug 18 19:48:05.562 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf" |
| 9216 | 2025-08-18T19:48:06.106Z | [ host-image] Aug 18 19:48:05.563 INFO O| Aug 18 19:48:05.563 INFO STEP 50 (remove_files) COMPLETE |
| 9217 | 2025-08-18T19:48:06.109Z | [ host-image] Aug 18 19:48:05.563 INFO O| Aug 18 19:48:05.563 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9218 | 2025-08-18T19:48:06.113Z | [ host-image] Aug 18 19:48:05.570 INFO O| Aug 18 19:48:05.569 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
| 9219 | 2025-08-18T19:48:06.116Z | [ host-image] Aug 18 19:48:05.570 INFO O| Aug 18 19:48:05.570 INFO STEP 51 (remove_files) COMPLETE |
| 9220 | 2025-08-18T19:48:06.116Z | [ host-image] Aug 18 19:48:05.570 INFO O| Aug 18 19:48:05.570 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9221 | 2025-08-18T19:48:06.121Z | [ host-image] Aug 18 19:48:05.577 INFO O| Aug 18 19:48:05.577 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
| 9222 | 2025-08-18T19:48:06.124Z | [ host-image] Aug 18 19:48:05.577 INFO O| Aug 18 19:48:05.577 INFO STEP 52 (remove_files) COMPLETE |
| 9223 | 2025-08-18T19:48:06.124Z | [ host-image] Aug 18 19:48:05.577 INFO O| Aug 18 19:48:05.577 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9224 | 2025-08-18T19:48:06.128Z | [ host-image] Aug 18 19:48:05.584 INFO O| Aug 18 19:48:05.584 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm" |
| 9225 | 2025-08-18T19:48:06.131Z | [ host-image] Aug 18 19:48:05.584 INFO O| Aug 18 19:48:05.584 INFO STEP 53 (remove_files) COMPLETE |
| 9226 | 2025-08-18T19:48:06.131Z | [ host-image] Aug 18 19:48:05.584 INFO O| Aug 18 19:48:05.584 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9227 | 2025-08-18T19:48:06.138Z | [ host-image] Aug 18 19:48:05.594 INFO O| Aug 18 19:48:05.594 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm" |
| 9228 | 2025-08-18T19:48:06.138Z | [ host-image] Aug 18 19:48:05.594 INFO O| Aug 18 19:48:05.594 INFO STEP 54 (remove_files) COMPLETE |
| 9229 | 2025-08-18T19:48:06.138Z | [ host-image] Aug 18 19:48:05.594 INFO O| Aug 18 19:48:05.594 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9230 | 2025-08-18T19:48:06.147Z | [ host-image] Aug 18 19:48:05.601 INFO O| Aug 18 19:48:05.601 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm" |
| 9231 | 2025-08-18T19:48:06.150Z | [ host-image] Aug 18 19:48:05.601 INFO O| Aug 18 19:48:05.601 INFO STEP 55 (remove_files) COMPLETE |
| 9232 | 2025-08-18T19:48:06.150Z | [ host-image] Aug 18 19:48:05.601 INFO O| Aug 18 19:48:05.601 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9233 | 2025-08-18T19:48:06.153Z | [ host-image] Aug 18 19:48:05.609 INFO O| Aug 18 19:48:05.609 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm" |
| 9234 | 2025-08-18T19:48:06.153Z | [ host-image] Aug 18 19:48:05.609 INFO O| Aug 18 19:48:05.609 INFO STEP 56 (remove_files) COMPLETE |
| 9235 | 2025-08-18T19:48:06.156Z | [ host-image] Aug 18 19:48:05.609 INFO O| Aug 18 19:48:05.609 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9236 | 2025-08-18T19:48:06.160Z | [ host-image] Aug 18 19:48:05.616 INFO O| Aug 18 19:48:05.616 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar" |
| 9237 | 2025-08-18T19:48:06.163Z | [ host-image] Aug 18 19:48:05.616 INFO O| Aug 18 19:48:05.616 INFO STEP 57 (remove_files) COMPLETE |
| 9238 | 2025-08-18T19:48:06.163Z | [ host-image] Aug 18 19:48:05.616 INFO O| Aug 18 19:48:05.616 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9239 | 2025-08-18T19:48:06.168Z | [ host-image] Aug 18 19:48:05.624 INFO O| Aug 18 19:48:05.624 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
| 9240 | 2025-08-18T19:48:06.168Z | [ host-image] Aug 18 19:48:05.624 INFO O| Aug 18 19:48:05.624 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ... |
| 9241 | 2025-08-18T19:48:06.171Z | [ host-image] Aug 18 19:48:05.624 INFO O| Aug 18 19:48:05.624 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9242 | 2025-08-18T19:48:06.171Z | [ host-image] Aug 18 19:48:05.624 INFO O| Aug 18 19:48:05.624 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9243 | 2025-08-18T19:48:06.171Z | [ host-image] Aug 18 19:48:05.624 INFO O| Aug 18 19:48:05.624 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9244 | 2025-08-18T19:48:06.171Z | [ host-image] Aug 18 19:48:05.624 INFO O| Aug 18 19:48:05.624 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9245 | 2025-08-18T19:48:06.171Z | [ host-image] Aug 18 19:48:05.624 INFO O| Aug 18 19:48:05.624 INFO ok! |
| 9246 | 2025-08-18T19:48:06.171Z | [ host-image] Aug 18 19:48:05.624 INFO O| Aug 18 19:48:05.624 INFO STEP 58 (ensure_file) COMPLETE |
| 9247 | 2025-08-18T19:48:06.171Z | [ host-image] Aug 18 19:48:05.624 INFO O| Aug 18 19:48:05.624 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9248 | 2025-08-18T19:48:06.175Z | [ host-image] Aug 18 19:48:05.631 INFO O| Aug 18 19:48:05.631 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
| 9249 | 2025-08-18T19:48:06.175Z | [ host-image] Aug 18 19:48:05.632 INFO O| Aug 18 19:48:05.631 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ... |
| 9250 | 2025-08-18T19:48:06.178Z | [ host-image] Aug 18 19:48:05.632 INFO O| Aug 18 19:48:05.632 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9251 | 2025-08-18T19:48:06.178Z | [ host-image] Aug 18 19:48:05.632 INFO O| Aug 18 19:48:05.632 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9252 | 2025-08-18T19:48:06.178Z | [ host-image] Aug 18 19:48:05.632 INFO O| Aug 18 19:48:05.632 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9253 | 2025-08-18T19:48:06.178Z | [ host-image] Aug 18 19:48:05.632 INFO O| Aug 18 19:48:05.632 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9254 | 2025-08-18T19:48:06.178Z | [ host-image] Aug 18 19:48:05.632 INFO O| Aug 18 19:48:05.632 INFO ok! |
| 9255 | 2025-08-18T19:48:06.178Z | [ host-image] Aug 18 19:48:05.632 INFO O| Aug 18 19:48:05.632 INFO STEP 59 (ensure_file) COMPLETE |
| 9256 | 2025-08-18T19:48:06.178Z | [ host-image] Aug 18 19:48:05.632 INFO O| Aug 18 19:48:05.632 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9257 | 2025-08-18T19:48:06.183Z | [ host-image] Aug 18 19:48:05.639 INFO O| Aug 18 19:48:05.639 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist |
| 9258 | 2025-08-18T19:48:06.185Z | [ host-image] Aug 18 19:48:05.639 INFO O| Aug 18 19:48:05.639 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ... |
| 9259 | 2025-08-18T19:48:06.185Z | [ host-image] Aug 18 19:48:05.639 INFO O| Aug 18 19:48:05.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile |
| 9260 | 2025-08-18T19:48:06.185Z | [ host-image] Aug 18 19:48:05.639 INFO O| Aug 18 19:48:05.639 INFO ok! |
| 9261 | 2025-08-18T19:48:06.185Z | [ host-image] Aug 18 19:48:05.639 INFO O| Aug 18 19:48:05.639 INFO STEP 60 (ensure_file) COMPLETE |
| 9262 | 2025-08-18T19:48:06.185Z | [ host-image] Aug 18 19:48:05.639 INFO O| Aug 18 19:48:05.639 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9263 | 2025-08-18T19:48:06.190Z | [ host-image] Aug 18 19:48:05.646 INFO O| Aug 18 19:48:05.646 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
| 9264 | 2025-08-18T19:48:06.193Z | [ host-image] Aug 18 19:48:05.646 INFO O| Aug 18 19:48:05.646 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ... |
| 9265 | 2025-08-18T19:48:06.193Z | [ host-image] Aug 18 19:48:05.647 INFO O| Aug 18 19:48:05.647 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc |
| 9266 | 2025-08-18T19:48:06.193Z | [ host-image] Aug 18 19:48:05.647 INFO O| Aug 18 19:48:05.647 INFO ok! |
| 9267 | 2025-08-18T19:48:06.193Z | [ host-image] Aug 18 19:48:05.647 INFO O| Aug 18 19:48:05.647 INFO STEP 61 (ensure_file) COMPLETE |
| 9268 | 2025-08-18T19:48:06.193Z | [ host-image] Aug 18 19:48:05.647 INFO O| Aug 18 19:48:05.647 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9269 | 2025-08-18T19:48:06.198Z | [ host-image] Aug 18 19:48:05.654 INFO O| Aug 18 19:48:05.654 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking |
| 9270 | 2025-08-18T19:48:06.198Z | [ host-image] Aug 18 19:48:05.654 INFO O| Aug 18 19:48:05.654 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ... |
| 9271 | 2025-08-18T19:48:06.201Z | [ host-image] Aug 18 19:48:05.654 INFO O| Aug 18 19:48:05.654 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd |
| 9272 | 2025-08-18T19:48:06.201Z | [ host-image] Aug 18 19:48:05.654 INFO O| Aug 18 19:48:05.654 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd |
| 9273 | 2025-08-18T19:48:06.201Z | [ host-image] Aug 18 19:48:05.654 INFO O| Aug 18 19:48:05.654 INFO ok! |
| 9274 | 2025-08-18T19:48:06.201Z | [ host-image] Aug 18 19:48:05.654 INFO O| Aug 18 19:48:05.654 INFO STEP 62 (ensure_file) COMPLETE |
| 9275 | 2025-08-18T19:48:06.201Z | [ host-image] Aug 18 19:48:05.654 INFO O| Aug 18 19:48:05.654 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9276 | 2025-08-18T19:48:06.206Z | [ host-image] Aug 18 19:48:05.662 INFO O| Aug 18 19:48:05.662 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist |
| 9277 | 2025-08-18T19:48:06.206Z | [ host-image] Aug 18 19:48:05.662 INFO O| Aug 18 19:48:05.662 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ... |
| 9278 | 2025-08-18T19:48:06.209Z | [ host-image] Aug 18 19:48:05.662 INFO O| Aug 18 19:48:05.662 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 9279 | 2025-08-18T19:48:06.209Z | [ host-image] Aug 18 19:48:05.662 INFO O| Aug 18 19:48:05.662 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 9280 | 2025-08-18T19:48:06.209Z | [ host-image] Aug 18 19:48:05.662 INFO O| Aug 18 19:48:05.662 INFO ok! |
| 9281 | 2025-08-18T19:48:06.209Z | [ host-image] Aug 18 19:48:05.662 INFO O| Aug 18 19:48:05.662 INFO STEP 63 (ensure_file) COMPLETE |
| 9282 | 2025-08-18T19:48:06.209Z | [ host-image] Aug 18 19:48:05.662 INFO O| Aug 18 19:48:05.662 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9283 | 2025-08-18T19:48:06.214Z | [ host-image] Aug 18 19:48:05.670 INFO O| Aug 18 19:48:05.670 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist |
| 9284 | 2025-08-18T19:48:06.218Z | [ host-image] Aug 18 19:48:05.670 INFO O| Aug 18 19:48:05.670 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ... |
| 9285 | 2025-08-18T19:48:06.218Z | [ host-image] Aug 18 19:48:05.670 INFO O| Aug 18 19:48:05.670 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly |
| 9286 | 2025-08-18T19:48:06.218Z | [ host-image] Aug 18 19:48:05.670 INFO O| Aug 18 19:48:05.670 INFO ok! |
| 9287 | 2025-08-18T19:48:06.218Z | [ host-image] Aug 18 19:48:05.670 INFO O| Aug 18 19:48:05.670 INFO STEP 64 (assemble_files) COMPLETE |
| 9288 | 2025-08-18T19:48:06.218Z | [ host-image] Aug 18 19:48:05.671 INFO O| Aug 18 19:48:05.670 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9289 | 2025-08-18T19:48:06.222Z | [ host-image] Aug 18 19:48:05.678 INFO O| Aug 18 19:48:05.678 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist |
| 9290 | 2025-08-18T19:48:06.222Z | [ host-image] Aug 18 19:48:05.678 INFO O| Aug 18 19:48:05.678 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ... |
| 9291 | 2025-08-18T19:48:06.225Z | [ host-image] Aug 18 19:48:05.678 INFO O| Aug 18 19:48:05.678 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf |
| 9292 | 2025-08-18T19:48:06.225Z | [ host-image] Aug 18 19:48:05.678 INFO O| Aug 18 19:48:05.678 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf |
| 9293 | 2025-08-18T19:48:06.225Z | [ host-image] Aug 18 19:48:05.678 INFO O| Aug 18 19:48:05.678 INFO ok! |
| 9294 | 2025-08-18T19:48:06.225Z | [ host-image] Aug 18 19:48:05.678 INFO O| Aug 18 19:48:05.678 INFO STEP 65 (ensure_file) COMPLETE |
| 9295 | 2025-08-18T19:48:06.225Z | [ host-image] Aug 18 19:48:05.678 INFO O| Aug 18 19:48:05.678 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9296 | 2025-08-18T19:48:06.229Z | [ host-image] Aug 18 19:48:05.685 INFO O| Aug 18 19:48:05.685 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9297 | 2025-08-18T19:48:06.232Z | [ host-image] Aug 18 19:48:05.686 INFO O| Aug 18 19:48:05.685 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9298 | 2025-08-18T19:48:06.232Z | [ host-image] Aug 18 19:48:05.686 INFO O| Aug 18 19:48:05.686 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9299 | 2025-08-18T19:48:06.232Z | [ host-image] Aug 18 19:48:05.686 INFO O| Aug 18 19:48:05.686 INFO STEP 66 (ensure_dir) COMPLETE |
| 9300 | 2025-08-18T19:48:06.232Z | [ host-image] Aug 18 19:48:05.686 INFO O| Aug 18 19:48:05.686 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9301 | 2025-08-18T19:48:06.237Z | [ host-image] Aug 18 19:48:05.693 INFO O| Aug 18 19:48:05.693 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
| 9302 | 2025-08-18T19:48:06.237Z | [ host-image] Aug 18 19:48:05.693 INFO O| Aug 18 19:48:05.693 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 ... |
| 9303 | 2025-08-18T19:48:06.244Z | [ host-image] Aug 18 19:48:05.700 INFO O| Aug 18 19:48:05.700 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 |
| 9304 | 2025-08-18T19:48:06.246Z | [ host-image] Aug 18 19:48:05.700 INFO O| Aug 18 19:48:05.700 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
| 9305 | 2025-08-18T19:48:06.247Z | [ host-image] Aug 18 19:48:05.700 INFO O| Aug 18 19:48:05.700 INFO ok! |
| 9306 | 2025-08-18T19:48:06.247Z | [ host-image] Aug 18 19:48:05.700 INFO O| Aug 18 19:48:05.700 INFO STEP 67 (ensure_file) COMPLETE |
| 9307 | 2025-08-18T19:48:06.247Z | [ host-image] Aug 18 19:48:05.700 INFO O| Aug 18 19:48:05.700 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9308 | 2025-08-18T19:48:06.251Z | [ host-image] Aug 18 19:48:05.707 INFO O| Aug 18 19:48:05.707 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
| 9309 | 2025-08-18T19:48:06.251Z | [ host-image] Aug 18 19:48:05.707 INFO O| Aug 18 19:48:05.707 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 ... |
| 9310 | 2025-08-18T19:48:06.254Z | [ host-image] Aug 18 19:48:05.708 INFO O| Aug 18 19:48:05.708 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 |
| 9311 | 2025-08-18T19:48:06.254Z | [ host-image] Aug 18 19:48:05.708 INFO O| Aug 18 19:48:05.708 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
| 9312 | 2025-08-18T19:48:06.254Z | [ host-image] Aug 18 19:48:05.708 INFO O| Aug 18 19:48:05.708 INFO ok! |
| 9313 | 2025-08-18T19:48:06.254Z | [ host-image] Aug 18 19:48:05.708 INFO O| Aug 18 19:48:05.708 INFO STEP 68 (ensure_file) COMPLETE |
| 9314 | 2025-08-18T19:48:06.254Z | [ host-image] Aug 18 19:48:05.708 INFO O| Aug 18 19:48:05.708 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9315 | 2025-08-18T19:48:06.262Z | [ host-image] Aug 18 19:48:05.718 INFO O| Aug 18 19:48:05.718 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal |
| 9316 | 2025-08-18T19:48:06.262Z | [ host-image] Aug 18 19:48:05.718 INFO O| Aug 18 19:48:05.718 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."] |
| 9317 | 2025-08-18T19:48:08.347Z | [ host-image] Aug 18 19:48:07.806 INFO O| Aug 18 19:48:07.806 INFO STEP 69 (pack_tar) COMPLETE |
| 9318 | 2025-08-18T19:48:08.348Z | [ host-image] Aug 18 19:48:07.806 INFO O| Aug 18 19:48:07.806 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim |
| 9319 | 2025-08-18T19:48:08.351Z | [ host-image] Aug 18 19:48:07.806 INFO O| Aug 18 19:48:07.806 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim |
| 9320 | 2025-08-18T19:48:08.661Z | [ host-image] Aug 18 19:48:08.120 INFO O| Aug 18 19:48:08.120 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9321 | 2025-08-18T19:48:08.789Z | [ host-image] Aug 18 19:48:08.248 INFO O| Aug 18 19:48:08.248 INFO completed processing sled/ramdisk-02-trim |
| 9322 | 2025-08-18T19:48:08.792Z | [ host-image] Aug 18 19:48:08.250 INFO image builder template: zfs... |
| 9323 | 2025-08-18T19:48:08.793Z | [ host-image] Aug 18 19:48:08.250 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/.tmpgW5B7U/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.37.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "zfs"], pwd: None |
| 9324 | 2025-08-18T19:48:08.803Z | [ host-image] Aug 18 19:48:08.263 INFO O| Aug 18 19:48:08.263 INFO skip include "stress" because feature "stress" is not enabled |
| 9325 | 2025-08-18T19:48:08.803Z | [ host-image] Aug 18 19:48:08.263 INFO O| Aug 18 19:48:08.263 INFO skip include "stress" because feature "compliance" is not enabled |
| 9326 | 2025-08-18T19:48:08.835Z | [ host-image] Aug 18 19:48:08.294 INFO O| Aug 18 19:48:08.294 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs |
| 9327 | 2025-08-18T19:48:08.926Z | [ host-image] Aug 18 19:48:08.297 INFO O| Aug 18 19:48:08.297 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs |
| 9328 | 2025-08-18T19:48:09.005Z | [ host-image] Aug 18 19:48:08.464 INFO O| Aug 18 19:48:08.464 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled |
| 9329 | 2025-08-18T19:48:09.161Z | [ host-image] Aug 18 19:48:08.621 INFO O| Aug 18 19:48:08.621 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs |
| 9330 | 2025-08-18T19:48:09.161Z | [ host-image] Aug 18 19:48:08.621 INFO O| Aug 18 19:48:08.621 INFO work dataset: rpool/images/build/host/work/sled/zfs |
| 9331 | 2025-08-18T19:48:09.164Z | [ host-image] Aug 18 19:48:08.624 INFO O| Aug 18 19:48:08.624 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs |
| 9332 | 2025-08-18T19:48:09.287Z | [ host-image] Aug 18 19:48:08.747 INFO O| Aug 18 19:48:08.747 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled |
| 9333 | 2025-08-18T19:48:09.359Z | [ host-image] Aug 18 19:48:08.819 INFO O| Aug 18 19:48:08.819 INFO DESTROY POOL: TEMPORARY-sled-zfs |
| 9334 | 2025-08-18T19:48:09.366Z | [ host-image] Aug 18 19:48:08.827 INFO O| Aug 18 19:48:08.827 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw |
| 9335 | 2025-08-18T19:48:09.371Z | [ host-image] Aug 18 19:48:08.831 INFO O| Aug 18 19:48:08.831 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot |
| 9336 | 2025-08-18T19:48:09.371Z | [ host-image] Aug 18 19:48:08.831 INFO O| Aug 18 19:48:08.831 INFO no lofi found |
| 9337 | 2025-08-18T19:48:09.374Z | [ host-image] Aug 18 19:48:08.831 INFO O| Aug 18 19:48:08.831 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal |
| 9338 | 2025-08-18T19:48:09.374Z | [ host-image] Aug 18 19:48:08.832 INFO O| Aug 18 19:48:08.831 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/sled/zfs/lofi.raw |
| 9339 | 2025-08-18T19:48:11.540Z | [ host-image] Aug 18 19:48:11.002 INFO O| Aug 18 19:48:11.002 INFO lofi device = /dev/dsk/c2t1d0p0 |
| 9340 | 2025-08-18T19:48:11.540Z | [ host-image] Aug 18 19:48:11.002 INFO O| Aug 18 19:48:11.002 INFO pool device = /dev/dsk/c2t1d0p0 |
| 9341 | 2025-08-18T19:48:11.544Z | [ host-image] Aug 18 19:48:11.003 INFO O| Aug 18 19:48:11.002 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"] |
| 9342 | 2025-08-18T19:48:11.649Z | [ host-image] Aug 18 19:48:11.112 INFO O| Aug 18 19:48:11.112 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9343 | 2025-08-18T19:48:11.649Z | [ host-image] Aug 18 19:48:11.112 INFO O| Aug 18 19:48:11.112 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT |
| 9344 | 2025-08-18T19:48:11.666Z | [ host-image] Aug 18 19:48:11.129 INFO O| Aug 18 19:48:11.129 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off |
| 9345 | 2025-08-18T19:48:11.721Z | [ host-image] Aug 18 19:48:11.185 INFO O| Aug 18 19:48:11.184 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy |
| 9346 | 2025-08-18T19:48:11.756Z | [ host-image] Aug 18 19:48:11.219 INFO O| Aug 18 19:48:11.219 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk |
| 9347 | 2025-08-18T19:48:11.768Z | [ host-image] Aug 18 19:48:11.231 INFO O| Aug 18 19:48:11.231 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto |
| 9348 | 2025-08-18T19:48:11.778Z | [ host-image] Aug 18 19:48:11.240 INFO O| Aug 18 19:48:11.240 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy |
| 9349 | 2025-08-18T19:48:11.816Z | [ host-image] Aug 18 19:48:11.279 INFO O| Aug 18 19:48:11.279 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a |
| 9350 | 2025-08-18T19:48:11.817Z | [ host-image] Aug 18 19:48:11.279 INFO O| Aug 18 19:48:11.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a |
| 9351 | 2025-08-18T19:48:11.820Z | [ host-image] Aug 18 19:48:11.279 INFO O| Aug 18 19:48:11.279 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9352 | 2025-08-18T19:48:11.829Z | [ host-image] Aug 18 19:48:11.292 INFO O| Aug 18 19:48:11.292 INFO boot environment UUID: 06496578-dacd-4dcf-b346-2434a9808a4d |
| 9353 | 2025-08-18T19:48:11.829Z | [ host-image] Aug 18 19:48:11.292 INFO O| Aug 18 19:48:11.292 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 06496578-dacd-4dcf-b346-2434a9808a4d |
| 9354 | 2025-08-18T19:48:11.838Z | [ host-image] Aug 18 19:48:11.301 INFO O| Aug 18 19:48:11.301 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
| 9355 | 2025-08-18T19:48:11.860Z | [ host-image] Aug 18 19:48:11.323 INFO O| Aug 18 19:48:11.323 INFO STEP 0 (create_be) COMPLETE |
| 9356 | 2025-08-18T19:48:11.860Z | [ host-image] Aug 18 19:48:11.323 INFO O| Aug 18 19:48:11.323 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9357 | 2025-08-18T19:48:11.873Z | [ host-image] Aug 18 19:48:11.335 INFO O| Aug 18 19:48:11.335 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9358 | 2025-08-18T19:48:13.534Z | [ recovery-image] Aug 18 19:48:12.997 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2025-07-22-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')" |
| 9359 | 2025-08-18T19:48:13.534Z | [ recovery-image] Aug 18 19:48:12.998 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") |
| 9360 | 2025-08-18T19:48:13.835Z | [ recovery-image] Aug 18 19:48:13.300 INFO E| Updating crates.io index |
| 9361 | 2025-08-18T19:48:14.033Z | [ recovery-image] Aug 18 19:48:13.499 INFO E| Downloading crates ... |
| 9362 | 2025-08-18T19:48:14.103Z | [ recovery-image] Aug 18 19:48:13.569 INFO E| Downloaded shared_child v1.1.1 |
| 9363 | 2025-08-18T19:48:14.107Z | [ recovery-image] Aug 18 19:48:13.572 INFO E| Downloaded anstyle-query v1.1.3 |
| 9364 | 2025-08-18T19:48:14.112Z | [ recovery-image] Aug 18 19:48:13.573 INFO E| Downloaded os_pipe v1.2.2 |
| 9365 | 2025-08-18T19:48:14.112Z | [ recovery-image] Aug 18 19:48:13.575 INFO E| Downloaded anstyle-parse v0.2.7 |
| 9366 | 2025-08-18T19:48:14.116Z | [ recovery-image] Aug 18 19:48:13.578 INFO E| Downloaded signal-hook-registry v1.4.5 |
| 9367 | 2025-08-18T19:48:14.116Z | [ recovery-image] Aug 18 19:48:13.582 INFO E| Downloaded shared_thread v0.1.0 |
| 9368 | 2025-08-18T19:48:14.120Z | [ recovery-image] Aug 18 19:48:13.583 INFO E| Downloaded sigchld v0.2.4 |
| 9369 | 2025-08-18T19:48:14.120Z | [ recovery-image] Aug 18 19:48:13.584 INFO E| Downloaded colorchoice v1.0.4 |
| 9370 | 2025-08-18T19:48:14.120Z | [ recovery-image] Aug 18 19:48:13.586 INFO E| Downloaded duct v1.0.0 |
| 9371 | 2025-08-18T19:48:14.124Z | [ recovery-image] Aug 18 19:48:13.588 INFO E| Downloaded clap_lex v0.7.5 |
| 9372 | 2025-08-18T19:48:14.126Z | [ recovery-image] Aug 18 19:48:13.591 INFO E| Downloaded anstream v0.6.19 |
| 9373 | 2025-08-18T19:48:14.178Z | [ recovery-image] Aug 18 19:48:13.643 INFO E| Compiling libc v0.2.174 |
| 9374 | 2025-08-18T19:48:14.178Z | [ recovery-image] Aug 18 19:48:13.643 INFO E| Compiling proc-macro2 v1.0.95 |
| 9375 | 2025-08-18T19:48:14.178Z | [ recovery-image] Aug 18 19:48:13.643 INFO E| Compiling signal-hook v0.3.18 |
| 9376 | 2025-08-18T19:48:14.178Z | [ recovery-image] Aug 18 19:48:13.643 INFO E| Compiling unicode-ident v1.0.18 |
| 9377 | 2025-08-18T19:48:14.179Z | [ recovery-image] Aug 18 19:48:13.644 INFO E| Compiling utf8parse v0.2.2 |
| 9378 | 2025-08-18T19:48:14.179Z | [ recovery-image] Aug 18 19:48:13.644 INFO E| Compiling colorchoice v1.0.4 |
| 9379 | 2025-08-18T19:48:14.179Z | [ recovery-image] Aug 18 19:48:13.644 INFO E| Compiling anstyle-query v1.1.3 |
| 9380 | 2025-08-18T19:48:14.179Z | [ recovery-image] Aug 18 19:48:13.644 INFO E| Compiling is_terminal_polyfill v1.70.1 |
| 9381 | 2025-08-18T19:48:14.684Z | [ recovery-image] Aug 18 19:48:14.151 INFO E| Compiling anstyle-parse v0.2.7 |
| 9382 | 2025-08-18T19:48:14.689Z | [ recovery-image] Aug 18 19:48:14.151 INFO E| Compiling anstyle v1.0.11 |
| 9383 | 2025-08-18T19:48:14.727Z | [ recovery-image] Aug 18 19:48:14.193 INFO E| Compiling clap_lex v0.7.5 |
| 9384 | 2025-08-18T19:48:14.856Z | [ recovery-image] Aug 18 19:48:14.323 INFO E| Compiling heck v0.5.0 |
| 9385 | 2025-08-18T19:48:14.882Z | [ recovery-image] Aug 18 19:48:14.349 INFO E| Compiling strsim v0.11.1 |
| 9386 | 2025-08-18T19:48:14.932Z | [ recovery-image] Aug 18 19:48:14.400 INFO E| Compiling shared_thread v0.1.0 |
| 9387 | 2025-08-18T19:48:15.244Z | [ recovery-image] Aug 18 19:48:14.711 INFO E| Compiling anstream v0.6.19 |
| 9388 | 2025-08-18T19:48:15.888Z | [ recovery-image] Aug 18 19:48:15.357 INFO E| Compiling clap_builder v4.5.41 |
| 9389 | 2025-08-18T19:48:16.223Z | [ recovery-image] Aug 18 19:48:15.691 INFO E| Compiling signal-hook-registry v1.4.5 |
| 9390 | 2025-08-18T19:48:16.226Z | [ recovery-image] Aug 18 19:48:15.691 INFO E| Compiling os_pipe v1.2.2 |
| 9391 | 2025-08-18T19:48:16.794Z | [ recovery-image] Aug 18 19:48:16.263 INFO E| Compiling sigchld v0.2.4 |
| 9392 | 2025-08-18T19:48:16.879Z | [ recovery-image] Aug 18 19:48:16.348 INFO E| Compiling quote v1.0.40 |
| 9393 | 2025-08-18T19:48:17.092Z | [ recovery-image] Aug 18 19:48:16.560 INFO E| Compiling shared_child v1.1.1 |
| 9394 | 2025-08-18T19:48:17.347Z | [ recovery-image] Aug 18 19:48:16.815 INFO E| Compiling duct v1.0.0 |
| 9395 | 2025-08-18T19:48:17.478Z | [ recovery-image] Aug 18 19:48:16.949 INFO E| Compiling syn v2.0.104 |
| 9396 | 2025-08-18T19:48:23.928Z | [ recovery-image] Aug 18 19:48:23.407 INFO E| Compiling clap_derive v4.5.41 |
| 9397 | 2025-08-18T19:48:26.283Z | [ recovery-image] Aug 18 19:48:25.765 INFO E| Compiling clap v4.5.41 |
| 9398 | 2025-08-18T19:48:26.378Z | [ recovery-image] Aug 18 19:48:25.855 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
| 9399 | 2025-08-18T19:48:27.817Z | [ recovery-image] Aug 18 19:48:27.301 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.19s |
| 9400 | 2025-08-18T19:48:27.832Z | [ recovery-image] Aug 18 19:48:27.316 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl` |
| 9401 | 2025-08-18T19:48:28.188Z | [ recovery-image] Aug 18 19:48:27.672 INFO E| Downloading crates ... |
| 9402 | 2025-08-18T19:48:28.250Z | [ recovery-image] Aug 18 19:48:27.734 INFO E| Downloaded adler2 v2.0.1 |
| 9403 | 2025-08-18T19:48:28.253Z | [ recovery-image] Aug 18 19:48:27.736 INFO E| Downloaded bit_field v0.10.2 |
| 9404 | 2025-08-18T19:48:28.256Z | [ recovery-image] Aug 18 19:48:27.739 INFO E| Downloaded seq-macro v0.3.6 |
| 9405 | 2025-08-18T19:48:28.259Z | [ recovery-image] Aug 18 19:48:27.742 INFO E| Downloaded bitstruct_derive v0.1.0 |
| 9406 | 2025-08-18T19:48:28.263Z | [ recovery-image] Aug 18 19:48:27.746 INFO E| Downloaded bitstruct v0.1.1 |
| 9407 | 2025-08-18T19:48:28.265Z | [ recovery-image] Aug 18 19:48:27.749 INFO E| Downloaded scroll_derive v0.13.0 |
| 9408 | 2025-08-18T19:48:28.268Z | [ recovery-image] Aug 18 19:48:27.753 INFO E| Downloaded scroll v0.13.0 |
| 9409 | 2025-08-18T19:48:28.271Z | [ recovery-image] Aug 18 19:48:27.755 INFO E| Downloaded cpio_reader v0.1.2 |
| 9410 | 2025-08-18T19:48:28.277Z | [ recovery-image] Aug 18 19:48:27.760 INFO E| Downloaded miniz_oxide v0.8.9 |
| 9411 | 2025-08-18T19:48:28.282Z | [ recovery-image] Aug 18 19:48:27.766 INFO E| Downloaded raw-cpuid v10.7.0 |
| 9412 | 2025-08-18T19:48:28.294Z | [ recovery-image] Aug 18 19:48:27.778 INFO E| Downloaded goblin v0.10.0 |
| 9413 | 2025-08-18T19:48:28.392Z | [ recovery-image] Aug 18 19:48:27.876 INFO E| Downloaded x86 v0.52.0 |
| 9414 | 2025-08-18T19:48:28.456Z | [ recovery-image] Aug 18 19:48:27.940 INFO E| Updating crates.io index |
| 9415 | 2025-08-18T19:48:28.543Z | [ recovery-image] Aug 18 19:48:28.028 INFO E| Downloading crates ... |
| 9416 | 2025-08-18T19:48:28.592Z | [ recovery-image] Aug 18 19:48:28.077 INFO E| Downloaded getopts v0.2.23 |
| 9417 | 2025-08-18T19:48:28.600Z | [ recovery-image] Aug 18 19:48:28.085 INFO E| Downloaded rustc-demangle v0.1.25 |
| 9418 | 2025-08-18T19:48:28.605Z | [ recovery-image] Aug 18 19:48:28.090 INFO E| Downloaded rustc-literal-escaper v0.0.5 |
| 9419 | 2025-08-18T19:48:28.619Z | [ recovery-image] Aug 18 19:48:28.104 INFO E| Downloaded unicode-width v0.2.1 |
| 9420 | 2025-08-18T19:48:28.693Z | [ recovery-image] Aug 18 19:48:28.177 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-07-22-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 9421 | 2025-08-18T19:48:28.696Z | [ recovery-image] Aug 18 19:48:28.178 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-07-22-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 9422 | 2025-08-18T19:48:28.696Z | [ recovery-image] Aug 18 19:48:28.178 INFO E| Compiling proc-macro2 v1.0.95 |
| 9423 | 2025-08-18T19:48:28.696Z | [ recovery-image] Aug 18 19:48:28.178 INFO E| Compiling unicode-ident v1.0.18 |
| 9424 | 2025-08-18T19:48:28.696Z | [ recovery-image] Aug 18 19:48:28.178 INFO E| Compiling syn v1.0.109 |
| 9425 | 2025-08-18T19:48:28.696Z | [ recovery-image] Aug 18 19:48:28.178 INFO E| Compiling x86 v0.52.0 |
| 9426 | 2025-08-18T19:48:28.696Z | [ recovery-image] Aug 18 19:48:28.178 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
| 9427 | 2025-08-18T19:48:28.696Z | [ recovery-image] Aug 18 19:48:28.178 INFO E| Compiling seq-macro v0.3.6 |
| 9428 | 2025-08-18T19:48:30.710Z | [ recovery-image] Aug 18 19:48:30.197 INFO E| Compiling quote v1.0.40 |
| 9429 | 2025-08-18T19:48:31.200Z | [ recovery-image] Aug 18 19:48:30.688 INFO E| Compiling syn v2.0.104 |
| 9430 | 2025-08-18T19:48:31.502Z | [ host-image] Aug 18 19:48:30.990 INFO O| Aug 18 19:48:30.990 INFO STEP 1 (unpack_tar) COMPLETE |
| 9431 | 2025-08-18T19:48:31.502Z | [ host-image] Aug 18 19:48:30.990 INFO O| Aug 18 19:48:30.990 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9432 | 2025-08-18T19:48:31.515Z | [ host-image] Aug 18 19:48:31.003 INFO O| Aug 18 19:48:31.003 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9433 | 2025-08-18T19:48:32.274Z | [ host-image] Aug 18 19:48:31.763 INFO O| Aug 18 19:48:31.763 INFO STEP 2 (devfsadm) COMPLETE |
| 9434 | 2025-08-18T19:48:32.274Z | [ host-image] Aug 18 19:48:31.763 INFO O| Aug 18 19:48:31.763 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9435 | 2025-08-18T19:48:32.285Z | [ host-image] Aug 18 19:48:31.774 INFO O| Aug 18 19:48:31.774 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9436 | 2025-08-18T19:48:32.285Z | [ host-image] Aug 18 19:48:31.774 INFO O| Aug 18 19:48:31.774 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9437 | 2025-08-18T19:48:32.288Z | [ host-image] Aug 18 19:48:31.774 INFO O| Aug 18 19:48:31.774 INFO STEP 3 (ensure_dir) COMPLETE |
| 9438 | 2025-08-18T19:48:32.288Z | [ host-image] Aug 18 19:48:31.774 INFO O| Aug 18 19:48:31.774 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9439 | 2025-08-18T19:48:32.293Z | [ host-image] Aug 18 19:48:31.783 INFO O| Aug 18 19:48:31.783 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9440 | 2025-08-18T19:48:32.293Z | [ host-image] Aug 18 19:48:31.783 INFO O| Aug 18 19:48:31.783 INFO STEP 4 (ensure_dir) COMPLETE |
| 9441 | 2025-08-18T19:48:32.293Z | [ host-image] Aug 18 19:48:31.783 INFO O| Aug 18 19:48:31.783 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9442 | 2025-08-18T19:48:32.304Z | [ host-image] Aug 18 19:48:31.794 INFO O| Aug 18 19:48:31.794 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9443 | 2025-08-18T19:48:32.305Z | [ host-image] Aug 18 19:48:31.794 INFO O| Aug 18 19:48:31.794 INFO STEP 5 (ensure_dir) COMPLETE |
| 9444 | 2025-08-18T19:48:32.308Z | [ host-image] Aug 18 19:48:31.794 INFO O| Aug 18 19:48:31.794 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9445 | 2025-08-18T19:48:32.313Z | [ host-image] Aug 18 19:48:31.803 INFO O| Aug 18 19:48:31.802 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9446 | 2025-08-18T19:48:32.316Z | [ host-image] Aug 18 19:48:31.803 INFO O| Aug 18 19:48:31.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9447 | 2025-08-18T19:48:32.316Z | [ host-image] Aug 18 19:48:31.803 INFO O| Aug 18 19:48:31.803 INFO STEP 6 (ensure_dir) COMPLETE |
| 9448 | 2025-08-18T19:48:32.316Z | [ host-image] Aug 18 19:48:31.803 INFO O| Aug 18 19:48:31.803 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9449 | 2025-08-18T19:48:32.324Z | [ host-image] Aug 18 19:48:31.814 INFO O| Aug 18 19:48:31.813 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9450 | 2025-08-18T19:48:32.327Z | [ host-image] Aug 18 19:48:31.814 INFO O| Aug 18 19:48:31.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9451 | 2025-08-18T19:48:32.327Z | [ host-image] Aug 18 19:48:31.814 INFO O| Aug 18 19:48:31.814 INFO STEP 7 (ensure_dir) COMPLETE |
| 9452 | 2025-08-18T19:48:32.327Z | [ host-image] Aug 18 19:48:31.814 INFO O| Aug 18 19:48:31.814 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9453 | 2025-08-18T19:48:32.332Z | [ host-image] Aug 18 19:48:31.822 INFO O| Aug 18 19:48:31.821 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg" |
| 9454 | 2025-08-18T19:48:32.335Z | [ host-image] Aug 18 19:48:31.822 INFO O| Aug 18 19:48:31.822 INFO STEP 8 (remove_files) COMPLETE |
| 9455 | 2025-08-18T19:48:32.335Z | [ host-image] Aug 18 19:48:31.822 INFO O| Aug 18 19:48:31.822 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9456 | 2025-08-18T19:48:32.340Z | [ host-image] Aug 18 19:48:31.830 INFO O| Aug 18 19:48:31.830 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk" |
| 9457 | 2025-08-18T19:48:32.343Z | [ host-image] Aug 18 19:48:31.831 INFO O| Aug 18 19:48:31.831 INFO STEP 9 (remove_files) COMPLETE |
| 9458 | 2025-08-18T19:48:32.343Z | [ host-image] Aug 18 19:48:31.831 INFO O| Aug 18 19:48:31.831 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9459 | 2025-08-18T19:48:32.349Z | [ host-image] Aug 18 19:48:31.838 INFO O| Aug 18 19:48:31.838 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk" |
| 9460 | 2025-08-18T19:48:32.354Z | [ host-image] Aug 18 19:48:31.839 INFO O| Aug 18 19:48:31.839 INFO STEP 10 (remove_files) COMPLETE |
| 9461 | 2025-08-18T19:48:32.354Z | [ host-image] Aug 18 19:48:31.839 INFO O| Aug 18 19:48:31.839 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9462 | 2025-08-18T19:48:32.358Z | [ host-image] Aug 18 19:48:31.847 INFO O| Aug 18 19:48:31.847 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors" |
| 9463 | 2025-08-18T19:48:32.362Z | [ host-image] Aug 18 19:48:31.847 INFO O| Aug 18 19:48:31.847 INFO STEP 11 (remove_files) COMPLETE |
| 9464 | 2025-08-18T19:48:32.362Z | [ host-image] Aug 18 19:48:31.847 INFO O| Aug 18 19:48:31.847 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9465 | 2025-08-18T19:48:32.365Z | [ host-image] Aug 18 19:48:31.855 INFO O| Aug 18 19:48:31.855 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb" |
| 9466 | 2025-08-18T19:48:32.369Z | [ host-image] Aug 18 19:48:31.855 INFO O| Aug 18 19:48:31.855 INFO STEP 12 (remove_files) COMPLETE |
| 9467 | 2025-08-18T19:48:32.369Z | [ host-image] Aug 18 19:48:31.855 INFO O| Aug 18 19:48:31.855 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9468 | 2025-08-18T19:48:32.378Z | [ host-image] Aug 18 19:48:31.867 INFO O| Aug 18 19:48:31.867 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9469 | 2025-08-18T19:48:32.378Z | [ host-image] Aug 18 19:48:31.867 INFO O| Aug 18 19:48:31.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9470 | 2025-08-18T19:48:32.381Z | [ host-image] Aug 18 19:48:31.867 INFO O| Aug 18 19:48:31.867 INFO STEP 13 (ensure_dir) COMPLETE |
| 9471 | 2025-08-18T19:48:32.381Z | [ host-image] Aug 18 19:48:31.867 INFO O| Aug 18 19:48:31.867 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9472 | 2025-08-18T19:48:32.388Z | [ host-image] Aug 18 19:48:31.877 INFO O| Aug 18 19:48:31.877 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9473 | 2025-08-18T19:48:32.388Z | [ host-image] Aug 18 19:48:31.877 INFO O| Aug 18 19:48:31.877 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9474 | 2025-08-18T19:48:32.391Z | [ host-image] Aug 18 19:48:31.877 INFO O| Aug 18 19:48:31.877 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9475 | 2025-08-18T19:48:32.391Z | [ host-image] Aug 18 19:48:31.878 INFO O| Aug 18 19:48:31.877 INFO STEP 14 (ensure_dir) COMPLETE |
| 9476 | 2025-08-18T19:48:32.391Z | [ host-image] Aug 18 19:48:31.878 INFO O| Aug 18 19:48:31.877 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9477 | 2025-08-18T19:48:32.398Z | [ host-image] Aug 18 19:48:31.888 INFO O| Aug 18 19:48:31.888 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9478 | 2025-08-18T19:48:32.398Z | [ host-image] Aug 18 19:48:31.888 INFO O| Aug 18 19:48:31.888 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9479 | 2025-08-18T19:48:32.401Z | [ host-image] Aug 18 19:48:31.888 INFO O| Aug 18 19:48:31.888 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9480 | 2025-08-18T19:48:32.401Z | [ host-image] Aug 18 19:48:31.888 INFO O| Aug 18 19:48:31.888 INFO STEP 15 (ensure_dir) COMPLETE |
| 9481 | 2025-08-18T19:48:32.401Z | [ host-image] Aug 18 19:48:31.888 INFO O| Aug 18 19:48:31.888 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9482 | 2025-08-18T19:48:32.408Z | [ host-image] Aug 18 19:48:31.897 INFO O| Aug 18 19:48:31.897 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9483 | 2025-08-18T19:48:32.411Z | [ host-image] Aug 18 19:48:31.898 INFO O| Aug 18 19:48:31.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9484 | 2025-08-18T19:48:32.411Z | [ host-image] Aug 18 19:48:31.898 INFO O| Aug 18 19:48:31.898 INFO STEP 16 (ensure_dir) COMPLETE |
| 9485 | 2025-08-18T19:48:32.411Z | [ host-image] Aug 18 19:48:31.898 INFO O| Aug 18 19:48:31.898 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9486 | 2025-08-18T19:48:32.418Z | [ host-image] Aug 18 19:48:31.908 INFO O| Aug 18 19:48:31.907 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9487 | 2025-08-18T19:48:32.418Z | [ host-image] Aug 18 19:48:31.908 INFO O| Aug 18 19:48:31.908 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9488 | 2025-08-18T19:48:32.421Z | [ host-image] Aug 18 19:48:31.908 INFO O| Aug 18 19:48:31.908 INFO STEP 17 (ensure_dir) COMPLETE |
| 9489 | 2025-08-18T19:48:32.421Z | [ host-image] Aug 18 19:48:31.908 INFO O| Aug 18 19:48:31.908 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9490 | 2025-08-18T19:48:32.426Z | [ host-image] Aug 18 19:48:31.916 INFO O| Aug 18 19:48:31.916 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
| 9491 | 2025-08-18T19:48:32.426Z | [ host-image] Aug 18 19:48:31.916 INFO O| Aug 18 19:48:31.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog |
| 9492 | 2025-08-18T19:48:32.429Z | [ host-image] Aug 18 19:48:31.916 INFO O| Aug 18 19:48:31.916 INFO ok! |
| 9493 | 2025-08-18T19:48:32.429Z | [ host-image] Aug 18 19:48:31.916 INFO O| Aug 18 19:48:31.916 INFO STEP 18 (ensure_symlink) COMPLETE |
| 9494 | 2025-08-18T19:48:32.429Z | [ host-image] Aug 18 19:48:31.916 INFO O| Aug 18 19:48:31.916 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9495 | 2025-08-18T19:48:32.435Z | [ host-image] Aug 18 19:48:31.924 INFO O| Aug 18 19:48:31.924 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents |
| 9496 | 2025-08-18T19:48:32.438Z | [ host-image] Aug 18 19:48:31.925 INFO O| Aug 18 19:48:31.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure |
| 9497 | 2025-08-18T19:48:32.438Z | [ host-image] Aug 18 19:48:31.925 INFO O| Aug 18 19:48:31.924 INFO ok! |
| 9498 | 2025-08-18T19:48:32.438Z | [ host-image] Aug 18 19:48:31.925 INFO O| Aug 18 19:48:31.924 INFO STEP 19 (ensure_file) COMPLETE |
| 9499 | 2025-08-18T19:48:32.438Z | [ host-image] Aug 18 19:48:31.925 INFO O| Aug 18 19:48:31.924 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9500 | 2025-08-18T19:48:32.443Z | [ host-image] Aug 18 19:48:31.932 INFO O| Aug 18 19:48:31.932 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist |
| 9501 | 2025-08-18T19:48:32.443Z | [ host-image] Aug 18 19:48:31.933 INFO O| Aug 18 19:48:31.932 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
| 9502 | 2025-08-18T19:48:32.446Z | [ host-image] Aug 18 19:48:31.933 INFO O| Aug 18 19:48:31.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml |
| 9503 | 2025-08-18T19:48:32.446Z | [ host-image] Aug 18 19:48:31.933 INFO O| Aug 18 19:48:31.933 INFO ok! |
| 9504 | 2025-08-18T19:48:32.446Z | [ host-image] Aug 18 19:48:31.933 INFO O| Aug 18 19:48:31.933 INFO STEP 20 (ensure_symlink) COMPLETE |
| 9505 | 2025-08-18T19:48:32.446Z | [ host-image] Aug 18 19:48:31.933 INFO O| Aug 18 19:48:31.933 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9506 | 2025-08-18T19:48:32.452Z | [ host-image] Aug 18 19:48:31.942 INFO O| Aug 18 19:48:31.942 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
| 9507 | 2025-08-18T19:48:32.455Z | [ host-image] Aug 18 19:48:31.942 INFO O| Aug 18 19:48:31.942 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
| 9508 | 2025-08-18T19:48:32.455Z | [ host-image] Aug 18 19:48:31.942 INFO O| Aug 18 19:48:31.942 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml |
| 9509 | 2025-08-18T19:48:32.455Z | [ host-image] Aug 18 19:48:31.942 INFO O| Aug 18 19:48:31.942 INFO ok! |
| 9510 | 2025-08-18T19:48:32.455Z | [ host-image] Aug 18 19:48:31.942 INFO O| Aug 18 19:48:31.942 INFO STEP 21 (ensure_symlink) COMPLETE |
| 9511 | 2025-08-18T19:48:32.455Z | [ host-image] Aug 18 19:48:31.942 INFO O| Aug 18 19:48:31.942 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9512 | 2025-08-18T19:48:32.462Z | [ host-image] Aug 18 19:48:31.952 INFO O| Aug 18 19:48:31.952 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist |
| 9513 | 2025-08-18T19:48:32.462Z | [ host-image] Aug 18 19:48:31.952 INFO O| Aug 18 19:48:31.952 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
| 9514 | 2025-08-18T19:48:32.465Z | [ host-image] Aug 18 19:48:31.952 INFO O| Aug 18 19:48:31.952 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml |
| 9515 | 2025-08-18T19:48:32.465Z | [ host-image] Aug 18 19:48:31.952 INFO O| Aug 18 19:48:31.952 INFO ok! |
| 9516 | 2025-08-18T19:48:32.465Z | [ host-image] Aug 18 19:48:31.952 INFO O| Aug 18 19:48:31.952 INFO STEP 22 (ensure_symlink) COMPLETE |
| 9517 | 2025-08-18T19:48:32.465Z | [ host-image] Aug 18 19:48:31.952 INFO O| Aug 18 19:48:31.952 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9518 | 2025-08-18T19:48:32.470Z | [ host-image] Aug 18 19:48:31.960 INFO O| Aug 18 19:48:31.960 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist |
| 9519 | 2025-08-18T19:48:32.470Z | [ host-image] Aug 18 19:48:31.960 INFO O| Aug 18 19:48:31.960 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
| 9520 | 2025-08-18T19:48:32.473Z | [ host-image] Aug 18 19:48:31.960 INFO O| Aug 18 19:48:31.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml |
| 9521 | 2025-08-18T19:48:32.473Z | [ host-image] Aug 18 19:48:31.960 INFO O| Aug 18 19:48:31.960 INFO ok! |
| 9522 | 2025-08-18T19:48:32.473Z | [ host-image] Aug 18 19:48:31.960 INFO O| Aug 18 19:48:31.960 INFO STEP 23 (ensure_symlink) COMPLETE |
| 9523 | 2025-08-18T19:48:32.473Z | [ host-image] Aug 18 19:48:31.960 INFO O| Aug 18 19:48:31.960 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9524 | 2025-08-18T19:48:32.482Z | [ host-image] Aug 18 19:48:31.972 INFO O| Aug 18 19:48:31.972 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
| 9525 | 2025-08-18T19:48:32.482Z | [ host-image] Aug 18 19:48:31.972 INFO O| Aug 18 19:48:31.972 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ... |
| 9526 | 2025-08-18T19:48:32.485Z | [ host-image] Aug 18 19:48:31.972 INFO O| Aug 18 19:48:31.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf |
| 9527 | 2025-08-18T19:48:32.485Z | [ host-image] Aug 18 19:48:31.972 INFO O| Aug 18 19:48:31.972 INFO ok! |
| 9528 | 2025-08-18T19:48:32.485Z | [ host-image] Aug 18 19:48:31.972 INFO O| Aug 18 19:48:31.972 INFO STEP 24 (ensure_file) COMPLETE |
| 9529 | 2025-08-18T19:48:32.485Z | [ host-image] Aug 18 19:48:31.972 INFO O| Aug 18 19:48:31.972 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9530 | 2025-08-18T19:48:32.491Z | [ host-image] Aug 18 19:48:31.981 INFO O| Aug 18 19:48:31.980 INFO updating shadow file |
| 9531 | 2025-08-18T19:48:32.494Z | [ host-image] Aug 18 19:48:31.981 INFO O| Aug 18 19:48:31.981 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 9532 | 2025-08-18T19:48:32.494Z | [ host-image] Aug 18 19:48:31.981 INFO O| Aug 18 19:48:31.981 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 9533 | 2025-08-18T19:48:32.494Z | [ host-image] Aug 18 19:48:31.981 INFO O| Aug 18 19:48:31.981 INFO STEP 25 (shadow) COMPLETE |
| 9534 | 2025-08-18T19:48:32.494Z | [ host-image] Aug 18 19:48:31.981 INFO O| Aug 18 19:48:31.981 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9535 | 2025-08-18T19:48:32.523Z | [ host-image] Aug 18 19:48:32.013 INFO O| Aug 18 19:48:32.013 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
| 9536 | 2025-08-18T19:48:32.523Z | [ host-image] Aug 18 19:48:32.013 INFO O| Aug 18 19:48:32.013 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ... |
| 9537 | 2025-08-18T19:48:32.527Z | [ host-image] Aug 18 19:48:32.013 INFO O| Aug 18 19:48:32.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts |
| 9538 | 2025-08-18T19:48:32.527Z | [ host-image] Aug 18 19:48:32.013 INFO O| Aug 18 19:48:32.013 INFO ok! |
| 9539 | 2025-08-18T19:48:32.527Z | [ host-image] Aug 18 19:48:32.013 INFO O| Aug 18 19:48:32.013 INFO STEP 26 (ensure_file) COMPLETE |
| 9540 | 2025-08-18T19:48:32.527Z | [ host-image] Aug 18 19:48:32.013 INFO O| Aug 18 19:48:32.013 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9541 | 2025-08-18T19:48:32.533Z | [ host-image] Aug 18 19:48:32.023 INFO O| Aug 18 19:48:32.023 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist |
| 9542 | 2025-08-18T19:48:32.533Z | [ host-image] Aug 18 19:48:32.023 INFO O| Aug 18 19:48:32.023 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ... |
| 9543 | 2025-08-18T19:48:32.536Z | [ host-image] Aug 18 19:48:32.023 INFO O| Aug 18 19:48:32.023 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename |
| 9544 | 2025-08-18T19:48:32.536Z | [ host-image] Aug 18 19:48:32.023 INFO O| Aug 18 19:48:32.023 INFO ok! |
| 9545 | 2025-08-18T19:48:32.536Z | [ host-image] Aug 18 19:48:32.023 INFO O| Aug 18 19:48:32.023 INFO STEP 27 (ensure_file) COMPLETE |
| 9546 | 2025-08-18T19:48:32.536Z | [ host-image] Aug 18 19:48:32.023 INFO O| Aug 18 19:48:32.023 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9547 | 2025-08-18T19:48:32.543Z | [ host-image] Aug 18 19:48:32.033 INFO O| Aug 18 19:48:32.033 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
| 9548 | 2025-08-18T19:48:32.543Z | [ host-image] Aug 18 19:48:32.033 INFO O| Aug 18 19:48:32.033 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ... |
| 9549 | 2025-08-18T19:48:32.547Z | [ host-image] Aug 18 19:48:32.033 INFO O| Aug 18 19:48:32.033 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent |
| 9550 | 2025-08-18T19:48:32.547Z | [ host-image] Aug 18 19:48:32.033 INFO O| Aug 18 19:48:32.033 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent |
| 9551 | 2025-08-18T19:48:32.547Z | [ host-image] Aug 18 19:48:32.033 INFO O| Aug 18 19:48:32.033 INFO ok! |
| 9552 | 2025-08-18T19:48:32.547Z | [ host-image] Aug 18 19:48:32.033 INFO O| Aug 18 19:48:32.033 INFO STEP 28 (ensure_file) COMPLETE |
| 9553 | 2025-08-18T19:48:32.547Z | [ host-image] Aug 18 19:48:32.033 INFO O| Aug 18 19:48:32.033 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9554 | 2025-08-18T19:48:32.552Z | [ host-image] Aug 18 19:48:32.042 INFO O| Aug 18 19:48:32.042 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist |
| 9555 | 2025-08-18T19:48:32.552Z | [ host-image] Aug 18 19:48:32.042 INFO O| Aug 18 19:48:32.042 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ... |
| 9556 | 2025-08-18T19:48:32.556Z | [ host-image] Aug 18 19:48:32.042 INFO O| Aug 18 19:48:32.042 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf |
| 9557 | 2025-08-18T19:48:32.556Z | [ host-image] Aug 18 19:48:32.042 INFO O| Aug 18 19:48:32.042 INFO ok! |
| 9558 | 2025-08-18T19:48:32.556Z | [ host-image] Aug 18 19:48:32.042 INFO O| Aug 18 19:48:32.042 INFO STEP 29 (ensure_file) COMPLETE |
| 9559 | 2025-08-18T19:48:32.556Z | [ host-image] Aug 18 19:48:32.042 INFO O| Aug 18 19:48:32.042 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9560 | 2025-08-18T19:48:32.561Z | [ host-image] Aug 18 19:48:32.051 INFO O| Aug 18 19:48:32.051 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9561 | 2025-08-18T19:48:32.564Z | [ host-image] Aug 18 19:48:32.051 INFO O| Aug 18 19:48:32.051 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9562 | 2025-08-18T19:48:32.564Z | [ host-image] Aug 18 19:48:32.051 INFO O| Aug 18 19:48:32.051 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9563 | 2025-08-18T19:48:32.564Z | [ host-image] Aug 18 19:48:32.051 INFO O| Aug 18 19:48:32.051 INFO STEP 30 (ensure_dir) COMPLETE |
| 9564 | 2025-08-18T19:48:32.564Z | [ host-image] Aug 18 19:48:32.051 INFO O| Aug 18 19:48:32.051 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9565 | 2025-08-18T19:48:32.571Z | [ host-image] Aug 18 19:48:32.061 INFO O| Aug 18 19:48:32.061 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist |
| 9566 | 2025-08-18T19:48:32.574Z | [ host-image] Aug 18 19:48:32.061 INFO O| Aug 18 19:48:32.061 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ... |
| 9567 | 2025-08-18T19:48:32.574Z | [ host-image] Aug 18 19:48:32.061 INFO O| Aug 18 19:48:32.061 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup |
| 9568 | 2025-08-18T19:48:32.574Z | [ host-image] Aug 18 19:48:32.061 INFO O| Aug 18 19:48:32.061 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup |
| 9569 | 2025-08-18T19:48:32.574Z | [ host-image] Aug 18 19:48:32.061 INFO O| Aug 18 19:48:32.061 INFO ok! |
| 9570 | 2025-08-18T19:48:32.574Z | [ host-image] Aug 18 19:48:32.061 INFO O| Aug 18 19:48:32.061 INFO STEP 31 (ensure_file) COMPLETE |
| 9571 | 2025-08-18T19:48:32.574Z | [ host-image] Aug 18 19:48:32.061 INFO O| Aug 18 19:48:32.061 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9572 | 2025-08-18T19:48:32.579Z | [ host-image] Aug 18 19:48:32.069 INFO O| Aug 18 19:48:32.069 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 9573 | 2025-08-18T19:48:32.579Z | [ host-image] Aug 18 19:48:32.069 INFO O| Aug 18 19:48:32.069 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 9574 | 2025-08-18T19:48:32.583Z | [ host-image] Aug 18 19:48:32.069 INFO O| Aug 18 19:48:32.069 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 9575 | 2025-08-18T19:48:32.583Z | [ host-image] Aug 18 19:48:32.069 INFO O| Aug 18 19:48:32.069 INFO STEP 32 (ensure_dir) COMPLETE |
| 9576 | 2025-08-18T19:48:32.583Z | [ host-image] Aug 18 19:48:32.069 INFO O| Aug 18 19:48:32.069 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9577 | 2025-08-18T19:48:32.591Z | [ host-image] Aug 18 19:48:32.081 INFO O| Aug 18 19:48:32.081 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist |
| 9578 | 2025-08-18T19:48:32.591Z | [ host-image] Aug 18 19:48:32.081 INFO O| Aug 18 19:48:32.081 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 ... |
| 9579 | 2025-08-18T19:48:32.594Z | [ host-image] Aug 18 19:48:32.081 INFO O| Aug 18 19:48:32.081 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 |
| 9580 | 2025-08-18T19:48:32.594Z | [ host-image] Aug 18 19:48:32.081 INFO O| Aug 18 19:48:32.081 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml |
| 9581 | 2025-08-18T19:48:32.594Z | [ host-image] Aug 18 19:48:32.081 INFO O| Aug 18 19:48:32.081 INFO ok! |
| 9582 | 2025-08-18T19:48:32.594Z | [ host-image] Aug 18 19:48:32.081 INFO O| Aug 18 19:48:32.081 INFO STEP 33 (ensure_file) COMPLETE |
| 9583 | 2025-08-18T19:48:32.594Z | [ host-image] Aug 18 19:48:32.081 INFO O| Aug 18 19:48:32.081 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9584 | 2025-08-18T19:48:32.601Z | [ host-image] Aug 18 19:48:32.091 INFO O| Aug 18 19:48:32.091 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist |
| 9585 | 2025-08-18T19:48:32.601Z | [ host-image] Aug 18 19:48:32.091 INFO O| Aug 18 19:48:32.091 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ... |
| 9586 | 2025-08-18T19:48:32.604Z | [ host-image] Aug 18 19:48:32.091 INFO O| Aug 18 19:48:32.091 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master |
| 9587 | 2025-08-18T19:48:32.604Z | [ host-image] Aug 18 19:48:32.091 INFO O| Aug 18 19:48:32.091 INFO ok! |
| 9588 | 2025-08-18T19:48:32.604Z | [ host-image] Aug 18 19:48:32.091 INFO O| Aug 18 19:48:32.091 INFO STEP 34 (ensure_file) COMPLETE |
| 9589 | 2025-08-18T19:48:32.604Z | [ host-image] Aug 18 19:48:32.091 INFO O| Aug 18 19:48:32.091 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9590 | 2025-08-18T19:48:32.609Z | [ host-image] Aug 18 19:48:32.099 INFO O| Aug 18 19:48:32.099 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
| 9591 | 2025-08-18T19:48:32.612Z | [ host-image] Aug 18 19:48:32.099 INFO O| Aug 18 19:48:32.099 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ... |
| 9592 | 2025-08-18T19:48:32.612Z | [ host-image] Aug 18 19:48:32.100 INFO O| Aug 18 19:48:32.100 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs |
| 9593 | 2025-08-18T19:48:32.612Z | [ host-image] Aug 18 19:48:32.100 INFO O| Aug 18 19:48:32.100 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs |
| 9594 | 2025-08-18T19:48:32.612Z | [ host-image] Aug 18 19:48:32.100 INFO O| Aug 18 19:48:32.100 INFO ok! |
| 9595 | 2025-08-18T19:48:32.612Z | [ host-image] Aug 18 19:48:32.100 INFO O| Aug 18 19:48:32.100 INFO STEP 35 (ensure_file) COMPLETE |
| 9596 | 2025-08-18T19:48:32.612Z | [ host-image] Aug 18 19:48:32.100 INFO O| Aug 18 19:48:32.100 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9597 | 2025-08-18T19:48:32.641Z | [ host-image] Aug 18 19:48:32.108 INFO O| Aug 18 19:48:32.108 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking |
| 9598 | 2025-08-18T19:48:32.641Z | [ host-image] Aug 18 19:48:32.108 INFO O| Aug 18 19:48:32.108 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ... |
| 9599 | 2025-08-18T19:48:32.645Z | [ host-image] Aug 18 19:48:32.109 INFO O| Aug 18 19:48:32.109 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init |
| 9600 | 2025-08-18T19:48:32.645Z | [ host-image] Aug 18 19:48:32.109 INFO O| Aug 18 19:48:32.109 INFO ok! |
| 9601 | 2025-08-18T19:48:32.645Z | [ host-image] Aug 18 19:48:32.109 INFO O| Aug 18 19:48:32.109 INFO STEP 36 (ensure_file) COMPLETE |
| 9602 | 2025-08-18T19:48:32.645Z | [ host-image] Aug 18 19:48:32.109 INFO O| Aug 18 19:48:32.109 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9603 | 2025-08-18T19:48:32.645Z | [ host-image] Aug 18 19:48:32.118 INFO O| Aug 18 19:48:32.118 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
| 9604 | 2025-08-18T19:48:32.645Z | [ host-image] Aug 18 19:48:32.118 INFO O| Aug 18 19:48:32.118 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ... |
| 9605 | 2025-08-18T19:48:32.645Z | [ host-image] Aug 18 19:48:32.118 INFO O| Aug 18 19:48:32.118 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config |
| 9606 | 2025-08-18T19:48:32.645Z | [ host-image] Aug 18 19:48:32.118 INFO O| Aug 18 19:48:32.118 INFO ok! |
| 9607 | 2025-08-18T19:48:32.645Z | [ host-image] Aug 18 19:48:32.118 INFO O| Aug 18 19:48:32.118 INFO STEP 37 (ensure_file) COMPLETE |
| 9608 | 2025-08-18T19:48:32.645Z | [ host-image] Aug 18 19:48:32.118 INFO O| Aug 18 19:48:32.118 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9609 | 2025-08-18T19:48:32.645Z | [ host-image] Aug 18 19:48:32.127 INFO O| Aug 18 19:48:32.127 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist |
| 9610 | 2025-08-18T19:48:32.645Z | [ host-image] Aug 18 19:48:32.127 INFO O| Aug 18 19:48:32.127 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ... |
| 9611 | 2025-08-18T19:48:32.645Z | [ host-image] Aug 18 19:48:32.127 INFO O| Aug 18 19:48:32.127 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9612 | 2025-08-18T19:48:32.645Z | [ host-image] Aug 18 19:48:32.127 INFO O| Aug 18 19:48:32.127 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9613 | 2025-08-18T19:48:32.646Z | [ host-image] Aug 18 19:48:32.127 INFO O| Aug 18 19:48:32.127 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9614 | 2025-08-18T19:48:32.646Z | [ host-image] Aug 18 19:48:32.127 INFO O| Aug 18 19:48:32.127 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9615 | 2025-08-18T19:48:32.646Z | [ host-image] Aug 18 19:48:32.127 INFO O| Aug 18 19:48:32.127 INFO ok! |
| 9616 | 2025-08-18T19:48:32.646Z | [ host-image] Aug 18 19:48:32.127 INFO O| Aug 18 19:48:32.127 INFO STEP 38 (ensure_file) COMPLETE |
| 9617 | 2025-08-18T19:48:32.646Z | [ host-image] Aug 18 19:48:32.127 INFO O| Aug 18 19:48:32.127 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9618 | 2025-08-18T19:48:32.651Z | [ host-image] Aug 18 19:48:32.137 INFO O| Aug 18 19:48:32.137 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 9619 | 2025-08-18T19:48:32.651Z | [ host-image] Aug 18 19:48:32.137 INFO O| Aug 18 19:48:32.137 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 9620 | 2025-08-18T19:48:32.651Z | [ host-image] Aug 18 19:48:32.137 INFO O| Aug 18 19:48:32.137 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 9621 | 2025-08-18T19:48:32.651Z | [ host-image] Aug 18 19:48:32.137 INFO O| Aug 18 19:48:32.137 INFO STEP 39 (ensure_dir) COMPLETE |
| 9622 | 2025-08-18T19:48:32.651Z | [ host-image] Aug 18 19:48:32.137 INFO O| Aug 18 19:48:32.137 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9623 | 2025-08-18T19:48:32.658Z | [ host-image] Aug 18 19:48:32.148 INFO O| Aug 18 19:48:32.148 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 |
| 9624 | 2025-08-18T19:48:32.658Z | [ host-image] Aug 18 19:48:32.148 INFO O| Aug 18 19:48:32.148 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 ... |
| 9625 | 2025-08-18T19:48:32.662Z | [ host-image] Aug 18 19:48:32.149 INFO O| Aug 18 19:48:32.149 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 |
| 9626 | 2025-08-18T19:48:32.662Z | [ host-image] Aug 18 19:48:32.149 INFO O| Aug 18 19:48:32.149 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 |
| 9627 | 2025-08-18T19:48:32.662Z | [ host-image] Aug 18 19:48:32.149 INFO O| Aug 18 19:48:32.149 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 |
| 9628 | 2025-08-18T19:48:32.662Z | [ host-image] Aug 18 19:48:32.149 INFO O| Aug 18 19:48:32.149 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 |
| 9629 | 2025-08-18T19:48:32.662Z | [ host-image] Aug 18 19:48:32.149 INFO O| Aug 18 19:48:32.149 INFO ok! |
| 9630 | 2025-08-18T19:48:32.662Z | [ host-image] Aug 18 19:48:32.149 INFO O| Aug 18 19:48:32.149 INFO STEP 40 (ensure_file) COMPLETE |
| 9631 | 2025-08-18T19:48:32.662Z | [ host-image] Aug 18 19:48:32.149 INFO O| Aug 18 19:48:32.149 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9632 | 2025-08-18T19:48:32.667Z | [ host-image] Aug 18 19:48:32.157 INFO O| Aug 18 19:48:32.157 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
| 9633 | 2025-08-18T19:48:32.667Z | [ host-image] Aug 18 19:48:32.157 INFO O| Aug 18 19:48:32.157 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 ... |
| 9634 | 2025-08-18T19:48:32.670Z | [ host-image] Aug 18 19:48:32.157 INFO O| Aug 18 19:48:32.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
| 9635 | 2025-08-18T19:48:32.670Z | [ host-image] Aug 18 19:48:32.157 INFO O| Aug 18 19:48:32.157 INFO ok! |
| 9636 | 2025-08-18T19:48:32.670Z | [ host-image] Aug 18 19:48:32.157 INFO O| Aug 18 19:48:32.157 INFO STEP 41 (ensure_symlink) COMPLETE |
| 9637 | 2025-08-18T19:48:32.670Z | [ host-image] Aug 18 19:48:32.157 INFO O| Aug 18 19:48:32.157 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9638 | 2025-08-18T19:48:32.677Z | [ host-image] Aug 18 19:48:32.167 INFO O| Aug 18 19:48:32.167 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist |
| 9639 | 2025-08-18T19:48:32.677Z | [ host-image] Aug 18 19:48:32.167 INFO O| Aug 18 19:48:32.167 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ... |
| 9640 | 2025-08-18T19:48:32.678Z | [ host-image] Aug 18 19:48:32.167 INFO O| Aug 18 19:48:32.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo |
| 9641 | 2025-08-18T19:48:32.681Z | [ host-image] Aug 18 19:48:32.167 INFO O| Aug 18 19:48:32.167 INFO ok! |
| 9642 | 2025-08-18T19:48:32.681Z | [ host-image] Aug 18 19:48:32.167 INFO O| Aug 18 19:48:32.167 INFO STEP 42 (ensure_symlink) COMPLETE |
| 9643 | 2025-08-18T19:48:32.681Z | [ host-image] Aug 18 19:48:32.167 INFO O| Aug 18 19:48:32.167 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9644 | 2025-08-18T19:48:32.686Z | [ host-image] Aug 18 19:48:32.177 INFO O| Aug 18 19:48:32.177 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist |
| 9645 | 2025-08-18T19:48:32.689Z | [ host-image] Aug 18 19:48:32.177 INFO O| Aug 18 19:48:32.177 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ... |
| 9646 | 2025-08-18T19:48:32.689Z | [ host-image] Aug 18 19:48:32.177 INFO O| Aug 18 19:48:32.177 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9647 | 2025-08-18T19:48:32.689Z | [ host-image] Aug 18 19:48:32.177 INFO O| Aug 18 19:48:32.177 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9648 | 2025-08-18T19:48:32.689Z | [ host-image] Aug 18 19:48:32.177 INFO O| Aug 18 19:48:32.177 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9649 | 2025-08-18T19:48:32.689Z | [ host-image] Aug 18 19:48:32.177 INFO O| Aug 18 19:48:32.177 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9650 | 2025-08-18T19:48:32.689Z | [ host-image] Aug 18 19:48:32.177 INFO O| Aug 18 19:48:32.177 INFO ok! |
| 9651 | 2025-08-18T19:48:32.690Z | [ host-image] Aug 18 19:48:32.177 INFO O| Aug 18 19:48:32.177 INFO STEP 43 (ensure_file) COMPLETE |
| 9652 | 2025-08-18T19:48:32.690Z | [ host-image] Aug 18 19:48:32.177 INFO O| Aug 18 19:48:32.177 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9653 | 2025-08-18T19:48:32.698Z | [ host-image] Aug 18 19:48:32.189 INFO O| Aug 18 19:48:32.188 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
| 9654 | 2025-08-18T19:48:32.698Z | [ host-image] Aug 18 19:48:32.189 INFO O| Aug 18 19:48:32.188 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 ... |
| 9655 | 2025-08-18T19:48:32.702Z | [ host-image] Aug 18 19:48:32.189 INFO O| Aug 18 19:48:32.189 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 |
| 9656 | 2025-08-18T19:48:32.702Z | [ host-image] Aug 18 19:48:32.189 INFO O| Aug 18 19:48:32.189 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml |
| 9657 | 2025-08-18T19:48:32.702Z | [ host-image] Aug 18 19:48:32.189 INFO O| Aug 18 19:48:32.189 INFO ok! |
| 9658 | 2025-08-18T19:48:32.702Z | [ host-image] Aug 18 19:48:32.189 INFO O| Aug 18 19:48:32.189 INFO STEP 44 (ensure_file) COMPLETE |
| 9659 | 2025-08-18T19:48:32.702Z | [ host-image] Aug 18 19:48:32.189 INFO O| Aug 18 19:48:32.189 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9660 | 2025-08-18T19:48:32.707Z | [ host-image] Aug 18 19:48:32.197 INFO O| Aug 18 19:48:32.197 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist |
| 9661 | 2025-08-18T19:48:32.707Z | [ host-image] Aug 18 19:48:32.197 INFO O| Aug 18 19:48:32.197 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ... |
| 9662 | 2025-08-18T19:48:32.710Z | [ host-image] Aug 18 19:48:32.197 INFO O| Aug 18 19:48:32.197 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml |
| 9663 | 2025-08-18T19:48:32.710Z | [ host-image] Aug 18 19:48:32.197 INFO O| Aug 18 19:48:32.197 INFO ok! |
| 9664 | 2025-08-18T19:48:32.710Z | [ host-image] Aug 18 19:48:32.197 INFO O| Aug 18 19:48:32.197 INFO STEP 45 (ensure_file) COMPLETE |
| 9665 | 2025-08-18T19:48:32.710Z | [ host-image] Aug 18 19:48:32.197 INFO O| Aug 18 19:48:32.197 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 9666 | 2025-08-18T19:48:32.717Z | [ host-image] Aug 18 19:48:32.207 INFO O| Aug 18 19:48:32.207 INFO updating shadow file |
| 9667 | 2025-08-18T19:48:32.721Z | [ host-image] Aug 18 19:48:32.208 INFO O| Aug 18 19:48:32.208 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 9668 | 2025-08-18T19:48:32.721Z | [ host-image] Aug 18 19:48:32.208 INFO O| Aug 18 19:48:32.208 INFO STEP 46 (shadow) COMPLETE |
| 9669 | 2025-08-18T19:48:32.721Z | [ host-image] Aug 18 19:48:32.208 INFO O| Aug 18 19:48:32.208 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 9670 | 2025-08-18T19:48:32.726Z | [ host-image] Aug 18 19:48:32.216 INFO O| Aug 18 19:48:32.216 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking |
| 9671 | 2025-08-18T19:48:32.729Z | [ host-image] Aug 18 19:48:32.216 INFO O| Aug 18 19:48:32.216 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ... |
| 9672 | 2025-08-18T19:48:32.729Z | [ host-image] Aug 18 19:48:32.217 INFO O| Aug 18 19:48:32.217 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login |
| 9673 | 2025-08-18T19:48:32.729Z | [ host-image] Aug 18 19:48:32.217 INFO O| Aug 18 19:48:32.217 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login |
| 9674 | 2025-08-18T19:48:32.729Z | [ host-image] Aug 18 19:48:32.217 INFO O| Aug 18 19:48:32.217 INFO ok! |
| 9675 | 2025-08-18T19:48:32.729Z | [ host-image] Aug 18 19:48:32.217 INFO O| Aug 18 19:48:32.217 INFO STEP 47 (ensure_file) COMPLETE |
| 9676 | 2025-08-18T19:48:32.729Z | [ host-image] Aug 18 19:48:32.217 INFO O| Aug 18 19:48:32.217 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9677 | 2025-08-18T19:48:32.729Z | [ host-image] Aug 18 19:48:32.217 INFO O| Aug 18 19:48:32.217 INFO skip step because feature "mfg" is not enabled |
| 9678 | 2025-08-18T19:48:32.729Z | [ host-image] Aug 18 19:48:32.217 INFO O| Aug 18 19:48:32.217 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9679 | 2025-08-18T19:48:32.729Z | [ host-image] Aug 18 19:48:32.217 INFO O| Aug 18 19:48:32.217 INFO skip step because feature "mfg" is not enabled |
| 9680 | 2025-08-18T19:48:32.729Z | [ host-image] Aug 18 19:48:32.217 INFO O| Aug 18 19:48:32.217 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9681 | 2025-08-18T19:48:32.739Z | [ host-image] Aug 18 19:48:32.228 INFO O| Aug 18 19:48:32.228 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist |
| 9682 | 2025-08-18T19:48:32.739Z | [ host-image] Aug 18 19:48:32.228 INFO O| Aug 18 19:48:32.228 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ... |
| 9683 | 2025-08-18T19:48:33.464Z | [ host-image] Aug 18 19:48:32.955 INFO O| Aug 18 19:48:32.955 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot |
| 9684 | 2025-08-18T19:48:33.464Z | [ host-image] Aug 18 19:48:32.955 INFO O| Aug 18 19:48:32.955 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot |
| 9685 | 2025-08-18T19:48:33.468Z | [ host-image] Aug 18 19:48:32.955 INFO O| Aug 18 19:48:32.955 INFO ok! |
| 9686 | 2025-08-18T19:48:33.468Z | [ host-image] Aug 18 19:48:32.955 INFO O| Aug 18 19:48:32.955 INFO STEP 50 (ensure_file) COMPLETE |
| 9687 | 2025-08-18T19:48:33.468Z | [ host-image] Aug 18 19:48:32.955 INFO O| Aug 18 19:48:32.955 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9688 | 2025-08-18T19:48:33.468Z | [ host-image] Aug 18 19:48:32.955 INFO O| Aug 18 19:48:32.955 INFO skip step because feature "compliance" is not enabled |
| 9689 | 2025-08-18T19:48:33.468Z | [ host-image] Aug 18 19:48:32.955 INFO O| Aug 18 19:48:32.955 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9690 | 2025-08-18T19:48:33.474Z | [ host-image] Aug 18 19:48:32.965 INFO O| Aug 18 19:48:32.965 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist |
| 9691 | 2025-08-18T19:48:33.478Z | [ host-image] Aug 18 19:48:32.965 INFO O| Aug 18 19:48:32.965 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ... |
| 9692 | 2025-08-18T19:48:33.478Z | [ host-image] Aug 18 19:48:32.965 INFO O| Aug 18 19:48:32.965 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9693 | 2025-08-18T19:48:33.478Z | [ host-image] Aug 18 19:48:32.965 INFO O| Aug 18 19:48:32.965 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9694 | 2025-08-18T19:48:33.478Z | [ host-image] Aug 18 19:48:32.966 INFO O| Aug 18 19:48:32.965 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9695 | 2025-08-18T19:48:33.478Z | [ host-image] Aug 18 19:48:32.966 INFO O| Aug 18 19:48:32.966 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9696 | 2025-08-18T19:48:33.478Z | [ host-image] Aug 18 19:48:32.966 INFO O| Aug 18 19:48:32.966 INFO ok! |
| 9697 | 2025-08-18T19:48:33.478Z | [ host-image] Aug 18 19:48:32.966 INFO O| Aug 18 19:48:32.966 INFO STEP 52 (ensure_file) COMPLETE |
| 9698 | 2025-08-18T19:48:33.478Z | [ host-image] Aug 18 19:48:32.966 INFO O| Aug 18 19:48:32.966 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9699 | 2025-08-18T19:48:33.483Z | [ host-image] Aug 18 19:48:32.974 INFO O| Aug 18 19:48:32.974 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
| 9700 | 2025-08-18T19:48:33.483Z | [ host-image] Aug 18 19:48:32.974 INFO O| Aug 18 19:48:32.974 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 ... |
| 9701 | 2025-08-18T19:48:33.486Z | [ host-image] Aug 18 19:48:32.974 INFO O| Aug 18 19:48:32.974 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 |
| 9702 | 2025-08-18T19:48:33.487Z | [ host-image] Aug 18 19:48:32.974 INFO O| Aug 18 19:48:32.974 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
| 9703 | 2025-08-18T19:48:33.487Z | [ host-image] Aug 18 19:48:32.974 INFO O| Aug 18 19:48:32.974 INFO ok! |
| 9704 | 2025-08-18T19:48:33.487Z | [ host-image] Aug 18 19:48:32.974 INFO O| Aug 18 19:48:32.974 INFO STEP 53 (ensure_file) COMPLETE |
| 9705 | 2025-08-18T19:48:33.487Z | [ host-image] Aug 18 19:48:32.975 INFO O| Aug 18 19:48:32.974 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9706 | 2025-08-18T19:48:33.491Z | [ host-image] Aug 18 19:48:32.983 INFO O| Aug 18 19:48:32.982 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist |
| 9707 | 2025-08-18T19:48:33.492Z | [ host-image] Aug 18 19:48:32.983 INFO O| Aug 18 19:48:32.983 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 ... |
| 9708 | 2025-08-18T19:48:33.495Z | [ host-image] Aug 18 19:48:32.983 INFO O| Aug 18 19:48:32.983 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen |
| 9709 | 2025-08-18T19:48:33.495Z | [ host-image] Aug 18 19:48:32.983 INFO O| Aug 18 19:48:32.983 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen |
| 9710 | 2025-08-18T19:48:33.495Z | [ host-image] Aug 18 19:48:32.983 INFO O| Aug 18 19:48:32.983 INFO ok! |
| 9711 | 2025-08-18T19:48:33.495Z | [ host-image] Aug 18 19:48:32.983 INFO O| Aug 18 19:48:32.983 INFO STEP 54 (ensure_file) COMPLETE |
| 9712 | 2025-08-18T19:48:33.495Z | [ host-image] Aug 18 19:48:32.983 INFO O| Aug 18 19:48:32.983 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9713 | 2025-08-18T19:48:33.503Z | [ host-image] Aug 18 19:48:32.994 INFO O| Aug 18 19:48:32.994 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist |
| 9714 | 2025-08-18T19:48:33.503Z | [ host-image] Aug 18 19:48:32.994 INFO O| Aug 18 19:48:32.994 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 ... |
| 9715 | 2025-08-18T19:48:33.506Z | [ host-image] Aug 18 19:48:32.994 INFO O| Aug 18 19:48:32.994 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml |
| 9716 | 2025-08-18T19:48:33.506Z | [ host-image] Aug 18 19:48:32.994 INFO O| Aug 18 19:48:32.994 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml |
| 9717 | 2025-08-18T19:48:33.506Z | [ host-image] Aug 18 19:48:32.994 INFO O| Aug 18 19:48:32.994 INFO ok! |
| 9718 | 2025-08-18T19:48:33.506Z | [ host-image] Aug 18 19:48:32.994 INFO O| Aug 18 19:48:32.994 INFO STEP 55 (ensure_file) COMPLETE |
| 9719 | 2025-08-18T19:48:33.506Z | [ host-image] Aug 18 19:48:32.994 INFO O| Aug 18 19:48:32.994 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9720 | 2025-08-18T19:48:33.516Z | [ host-image] Aug 18 19:48:33.006 INFO O| Aug 18 19:48:33.006 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist |
| 9721 | 2025-08-18T19:48:33.516Z | [ host-image] Aug 18 19:48:33.007 INFO O| Aug 18 19:48:33.006 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 ... |
| 9722 | 2025-08-18T19:48:33.516Z | [ host-image] Aug 18 19:48:33.007 INFO O| Aug 18 19:48:33.007 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen |
| 9723 | 2025-08-18T19:48:33.516Z | [ host-image] Aug 18 19:48:33.007 INFO O| Aug 18 19:48:33.007 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen |
| 9724 | 2025-08-18T19:48:33.553Z | [ host-image] Aug 18 19:48:33.007 INFO O| Aug 18 19:48:33.007 INFO ok! |
| 9725 | 2025-08-18T19:48:33.553Z | [ host-image] Aug 18 19:48:33.007 INFO O| Aug 18 19:48:33.007 INFO STEP 56 (ensure_file) COMPLETE |
| 9726 | 2025-08-18T19:48:33.553Z | [ host-image] Aug 18 19:48:33.007 INFO O| Aug 18 19:48:33.007 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9727 | 2025-08-18T19:48:33.553Z | [ host-image] Aug 18 19:48:33.015 INFO O| Aug 18 19:48:33.015 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist |
| 9728 | 2025-08-18T19:48:33.553Z | [ host-image] Aug 18 19:48:33.015 INFO O| Aug 18 19:48:33.015 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 ... |
| 9729 | 2025-08-18T19:48:33.553Z | [ host-image] Aug 18 19:48:33.015 INFO O| Aug 18 19:48:33.015 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 |
| 9730 | 2025-08-18T19:48:33.553Z | [ host-image] Aug 18 19:48:33.015 INFO O| Aug 18 19:48:33.015 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml |
| 9731 | 2025-08-18T19:48:33.553Z | [ host-image] Aug 18 19:48:33.015 INFO O| Aug 18 19:48:33.015 INFO ok! |
| 9732 | 2025-08-18T19:48:33.553Z | [ host-image] Aug 18 19:48:33.015 INFO O| Aug 18 19:48:33.015 INFO STEP 57 (ensure_file) COMPLETE |
| 9733 | 2025-08-18T19:48:33.553Z | [ host-image] Aug 18 19:48:33.015 INFO O| Aug 18 19:48:33.015 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9734 | 2025-08-18T19:48:33.553Z | [ host-image] Aug 18 19:48:33.024 INFO O| Aug 18 19:48:33.024 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist |
| 9735 | 2025-08-18T19:48:33.554Z | [ host-image] Aug 18 19:48:33.024 INFO O| Aug 18 19:48:33.024 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 ... |
| 9736 | 2025-08-18T19:48:33.554Z | [ host-image] Aug 18 19:48:33.024 INFO O| Aug 18 19:48:33.024 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 9737 | 2025-08-18T19:48:33.554Z | [ host-image] Aug 18 19:48:33.024 INFO O| Aug 18 19:48:33.024 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 9738 | 2025-08-18T19:48:33.554Z | [ host-image] Aug 18 19:48:33.024 INFO O| Aug 18 19:48:33.024 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 9739 | 2025-08-18T19:48:33.554Z | [ host-image] Aug 18 19:48:33.024 INFO O| Aug 18 19:48:33.024 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 9740 | 2025-08-18T19:48:33.554Z | [ host-image] Aug 18 19:48:33.025 INFO O| Aug 18 19:48:33.024 INFO ok! |
| 9741 | 2025-08-18T19:48:33.554Z | [ host-image] Aug 18 19:48:33.025 INFO O| Aug 18 19:48:33.025 INFO STEP 58 (ensure_file) COMPLETE |
| 9742 | 2025-08-18T19:48:33.554Z | [ host-image] Aug 18 19:48:33.025 INFO O| Aug 18 19:48:33.025 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9743 | 2025-08-18T19:48:33.554Z | [ host-image] Aug 18 19:48:33.035 INFO O| Aug 18 19:48:33.035 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist |
| 9744 | 2025-08-18T19:48:33.554Z | [ host-image] Aug 18 19:48:33.035 INFO O| Aug 18 19:48:33.035 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 ... |
| 9745 | 2025-08-18T19:48:33.554Z | [ host-image] Aug 18 19:48:33.035 INFO O| Aug 18 19:48:33.035 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 |
| 9746 | 2025-08-18T19:48:33.554Z | [ host-image] Aug 18 19:48:33.035 INFO O| Aug 18 19:48:33.035 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml |
| 9747 | 2025-08-18T19:48:33.554Z | [ host-image] Aug 18 19:48:33.035 INFO O| Aug 18 19:48:33.035 INFO ok! |
| 9748 | 2025-08-18T19:48:33.554Z | [ host-image] Aug 18 19:48:33.035 INFO O| Aug 18 19:48:33.035 INFO STEP 59 (ensure_file) COMPLETE |
| 9749 | 2025-08-18T19:48:33.555Z | [ host-image] Aug 18 19:48:33.035 INFO O| Aug 18 19:48:33.035 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9750 | 2025-08-18T19:48:33.558Z | [ host-image] Aug 18 19:48:33.045 INFO O| Aug 18 19:48:33.045 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist |
| 9751 | 2025-08-18T19:48:33.558Z | [ host-image] Aug 18 19:48:33.045 INFO O| Aug 18 19:48:33.045 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ... |
| 9752 | 2025-08-18T19:48:33.558Z | [ host-image] Aug 18 19:48:33.045 INFO O| Aug 18 19:48:33.045 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger |
| 9753 | 2025-08-18T19:48:33.558Z | [ host-image] Aug 18 19:48:33.045 INFO O| Aug 18 19:48:33.045 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger |
| 9754 | 2025-08-18T19:48:33.558Z | [ host-image] Aug 18 19:48:33.045 INFO O| Aug 18 19:48:33.045 INFO ok! |
| 9755 | 2025-08-18T19:48:33.558Z | [ host-image] Aug 18 19:48:33.045 INFO O| Aug 18 19:48:33.045 INFO STEP 60 (ensure_file) COMPLETE |
| 9756 | 2025-08-18T19:48:33.558Z | [ host-image] Aug 18 19:48:33.045 INFO O| Aug 18 19:48:33.045 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9757 | 2025-08-18T19:48:33.567Z | [ host-image] Aug 18 19:48:33.058 INFO O| Aug 18 19:48:33.057 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist |
| 9758 | 2025-08-18T19:48:33.567Z | [ host-image] Aug 18 19:48:33.058 INFO O| Aug 18 19:48:33.058 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 ... |
| 9759 | 2025-08-18T19:48:33.570Z | [ host-image] Aug 18 19:48:33.058 INFO O| Aug 18 19:48:33.058 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 |
| 9760 | 2025-08-18T19:48:33.570Z | [ host-image] Aug 18 19:48:33.058 INFO O| Aug 18 19:48:33.058 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml |
| 9761 | 2025-08-18T19:48:33.570Z | [ host-image] Aug 18 19:48:33.058 INFO O| Aug 18 19:48:33.058 INFO ok! |
| 9762 | 2025-08-18T19:48:33.570Z | [ host-image] Aug 18 19:48:33.058 INFO O| Aug 18 19:48:33.058 INFO STEP 61 (ensure_file) COMPLETE |
| 9763 | 2025-08-18T19:48:33.570Z | [ host-image] Aug 18 19:48:33.058 INFO O| Aug 18 19:48:33.058 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9764 | 2025-08-18T19:48:33.576Z | [ host-image] Aug 18 19:48:33.067 INFO O| Aug 18 19:48:33.067 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist |
| 9765 | 2025-08-18T19:48:33.576Z | [ host-image] Aug 18 19:48:33.067 INFO O| Aug 18 19:48:33.067 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ... |
| 9766 | 2025-08-18T19:48:33.579Z | [ host-image] Aug 18 19:48:33.067 INFO O| Aug 18 19:48:33.067 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 9767 | 2025-08-18T19:48:33.579Z | [ host-image] Aug 18 19:48:33.067 INFO O| Aug 18 19:48:33.067 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 9768 | 2025-08-18T19:48:33.579Z | [ host-image] Aug 18 19:48:33.067 INFO O| Aug 18 19:48:33.067 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 9769 | 2025-08-18T19:48:33.579Z | [ host-image] Aug 18 19:48:33.067 INFO O| Aug 18 19:48:33.067 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 9770 | 2025-08-18T19:48:33.579Z | [ host-image] Aug 18 19:48:33.067 INFO O| Aug 18 19:48:33.067 INFO ok! |
| 9771 | 2025-08-18T19:48:33.579Z | [ host-image] Aug 18 19:48:33.067 INFO O| Aug 18 19:48:33.067 INFO STEP 62 (ensure_file) COMPLETE |
| 9772 | 2025-08-18T19:48:33.579Z | [ host-image] Aug 18 19:48:33.067 INFO O| Aug 18 19:48:33.067 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9773 | 2025-08-18T19:48:33.586Z | [ host-image] Aug 18 19:48:33.077 INFO O| Aug 18 19:48:33.077 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
| 9774 | 2025-08-18T19:48:33.586Z | [ host-image] Aug 18 19:48:33.077 INFO O| Aug 18 19:48:33.077 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 ... |
| 9775 | 2025-08-18T19:48:33.589Z | [ host-image] Aug 18 19:48:33.077 INFO O| Aug 18 19:48:33.077 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 |
| 9776 | 2025-08-18T19:48:33.589Z | [ host-image] Aug 18 19:48:33.077 INFO O| Aug 18 19:48:33.077 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
| 9777 | 2025-08-18T19:48:33.589Z | [ host-image] Aug 18 19:48:33.077 INFO O| Aug 18 19:48:33.077 INFO ok! |
| 9778 | 2025-08-18T19:48:33.590Z | [ host-image] Aug 18 19:48:33.077 INFO O| Aug 18 19:48:33.077 INFO STEP 63 (ensure_file) COMPLETE |
| 9779 | 2025-08-18T19:48:33.590Z | [ host-image] Aug 18 19:48:33.077 INFO O| Aug 18 19:48:33.077 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9780 | 2025-08-18T19:48:33.596Z | [ host-image] Aug 18 19:48:33.087 INFO O| Aug 18 19:48:33.087 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
| 9781 | 2025-08-18T19:48:33.599Z | [ host-image] Aug 18 19:48:33.087 INFO O| Aug 18 19:48:33.087 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 ... |
| 9782 | 2025-08-18T19:48:33.599Z | [ host-image] Aug 18 19:48:33.087 INFO O| Aug 18 19:48:33.087 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 |
| 9783 | 2025-08-18T19:48:33.599Z | [ host-image] Aug 18 19:48:33.087 INFO O| Aug 18 19:48:33.087 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml |
| 9784 | 2025-08-18T19:48:33.599Z | [ host-image] Aug 18 19:48:33.087 INFO O| Aug 18 19:48:33.087 INFO ok! |
| 9785 | 2025-08-18T19:48:33.599Z | [ host-image] Aug 18 19:48:33.087 INFO O| Aug 18 19:48:33.087 INFO STEP 64 (ensure_file) COMPLETE |
| 9786 | 2025-08-18T19:48:33.599Z | [ host-image] Aug 18 19:48:33.087 INFO O| Aug 18 19:48:33.087 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9787 | 2025-08-18T19:48:33.605Z | [ host-image] Aug 18 19:48:33.097 INFO O| Aug 18 19:48:33.097 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
| 9788 | 2025-08-18T19:48:33.605Z | [ host-image] Aug 18 19:48:33.097 INFO O| Aug 18 19:48:33.097 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 ... |
| 9789 | 2025-08-18T19:48:33.609Z | [ host-image] Aug 18 19:48:33.097 INFO O| Aug 18 19:48:33.097 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 |
| 9790 | 2025-08-18T19:48:33.609Z | [ host-image] Aug 18 19:48:33.097 INFO O| Aug 18 19:48:33.097 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
| 9791 | 2025-08-18T19:48:33.609Z | [ host-image] Aug 18 19:48:33.097 INFO O| Aug 18 19:48:33.097 INFO ok! |
| 9792 | 2025-08-18T19:48:33.609Z | [ host-image] Aug 18 19:48:33.097 INFO O| Aug 18 19:48:33.097 INFO STEP 65 (ensure_file) COMPLETE |
| 9793 | 2025-08-18T19:48:33.609Z | [ host-image] Aug 18 19:48:33.097 INFO O| Aug 18 19:48:33.097 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9794 | 2025-08-18T19:48:33.616Z | [ host-image] Aug 18 19:48:33.108 INFO O| Aug 18 19:48:33.108 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt |
| 9795 | 2025-08-18T19:48:33.617Z | [ host-image] Aug 18 19:48:33.108 INFO O| Aug 18 19:48:33.108 INFO STEP 66 (ensure_dir) COMPLETE |
| 9796 | 2025-08-18T19:48:33.617Z | [ host-image] Aug 18 19:48:33.108 INFO O| Aug 18 19:48:33.108 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9797 | 2025-08-18T19:48:33.628Z | [ host-image] Aug 18 19:48:33.119 INFO O| Aug 18 19:48:33.119 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide |
| 9798 | 2025-08-18T19:48:33.628Z | [ host-image] Aug 18 19:48:33.119 INFO O| Aug 18 19:48:33.119 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide |
| 9799 | 2025-08-18T19:48:33.631Z | [ host-image] Aug 18 19:48:33.119 INFO O| Aug 18 19:48:33.119 INFO STEP 67 (ensure_dir) COMPLETE |
| 9800 | 2025-08-18T19:48:33.631Z | [ host-image] Aug 18 19:48:33.119 INFO O| Aug 18 19:48:33.119 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9801 | 2025-08-18T19:48:33.637Z | [ host-image] Aug 18 19:48:33.129 INFO O| Aug 18 19:48:33.128 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm |
| 9802 | 2025-08-18T19:48:33.637Z | [ host-image] Aug 18 19:48:33.129 INFO O| Aug 18 19:48:33.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm |
| 9803 | 2025-08-18T19:48:33.637Z | [ host-image] Aug 18 19:48:33.129 INFO O| Aug 18 19:48:33.129 INFO STEP 68 (ensure_dir) COMPLETE |
| 9804 | 2025-08-18T19:48:33.640Z | [ host-image] Aug 18 19:48:33.129 INFO O| Aug 18 19:48:33.129 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9805 | 2025-08-18T19:48:33.648Z | [ host-image] Aug 18 19:48:33.139 INFO O| Aug 18 19:48:33.139 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
| 9806 | 2025-08-18T19:48:33.648Z | [ host-image] Aug 18 19:48:33.139 INFO O| Aug 18 19:48:33.139 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
| 9807 | 2025-08-18T19:48:35.002Z | [ host-image] Aug 18 19:48:34.494 INFO O| Aug 18 19:48:34.494 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm |
| 9808 | 2025-08-18T19:48:35.002Z | [ host-image] Aug 18 19:48:34.494 INFO O| Aug 18 19:48:34.494 INFO ok! |
| 9809 | 2025-08-18T19:48:35.002Z | [ host-image] Aug 18 19:48:34.494 INFO O| Aug 18 19:48:34.494 INFO STEP 69 (ensure_file) COMPLETE |
| 9810 | 2025-08-18T19:48:35.002Z | [ host-image] Aug 18 19:48:34.494 INFO O| Aug 18 19:48:34.494 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9811 | 2025-08-18T19:48:35.016Z | [ host-image] Aug 18 19:48:34.509 INFO O| Aug 18 19:48:34.509 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
| 9812 | 2025-08-18T19:48:35.016Z | [ host-image] Aug 18 19:48:34.509 INFO O| Aug 18 19:48:34.509 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ... |
| 9813 | 2025-08-18T19:48:35.580Z | [ recovery-image] Aug 18 19:48:35.073 INFO E| Compiling scroll_derive v0.13.0 |
| 9814 | 2025-08-18T19:48:36.201Z | [ host-image] Aug 18 19:48:35.695 INFO O| Aug 18 19:48:35.695 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd |
| 9815 | 2025-08-18T19:48:36.201Z | [ host-image] Aug 18 19:48:35.695 INFO O| Aug 18 19:48:35.695 INFO ok! |
| 9816 | 2025-08-18T19:48:36.201Z | [ host-image] Aug 18 19:48:35.695 INFO O| Aug 18 19:48:35.695 INFO STEP 70 (ensure_file) COMPLETE |
| 9817 | 2025-08-18T19:48:36.204Z | [ host-image] Aug 18 19:48:35.695 INFO O| Aug 18 19:48:35.695 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9818 | 2025-08-18T19:48:36.216Z | [ host-image] Aug 18 19:48:35.710 INFO O| Aug 18 19:48:35.710 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg |
| 9819 | 2025-08-18T19:48:36.216Z | [ host-image] Aug 18 19:48:35.710 INFO O| Aug 18 19:48:35.710 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg |
| 9820 | 2025-08-18T19:48:36.216Z | [ host-image] Aug 18 19:48:35.710 INFO O| Aug 18 19:48:35.710 INFO STEP 71 (ensure_dir) COMPLETE |
| 9821 | 2025-08-18T19:48:36.219Z | [ host-image] Aug 18 19:48:35.710 INFO O| Aug 18 19:48:35.710 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9822 | 2025-08-18T19:48:36.228Z | [ host-image] Aug 18 19:48:35.723 INFO O| Aug 18 19:48:35.723 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
| 9823 | 2025-08-18T19:48:36.228Z | [ host-image] Aug 18 19:48:35.723 INFO O| Aug 18 19:48:35.723 INFO copying /tmp/.tmpgW5B7U/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 ... |
| 9824 | 2025-08-18T19:48:36.228Z | [ host-image] Aug 18 19:48:35.723 INFO O| Aug 18 19:48:35.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
| 9825 | 2025-08-18T19:48:36.231Z | [ host-image] Aug 18 19:48:35.723 INFO O| Aug 18 19:48:35.723 INFO ok! |
| 9826 | 2025-08-18T19:48:36.231Z | [ host-image] Aug 18 19:48:35.723 INFO O| Aug 18 19:48:35.723 INFO STEP 72 (ensure_file) COMPLETE |
| 9827 | 2025-08-18T19:48:36.231Z | [ host-image] Aug 18 19:48:35.723 INFO O| Aug 18 19:48:35.723 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9828 | 2025-08-18T19:48:36.239Z | [ host-image] Aug 18 19:48:35.733 INFO O| Aug 18 19:48:35.733 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
| 9829 | 2025-08-18T19:48:36.239Z | [ host-image] Aug 18 19:48:35.733 INFO O| Aug 18 19:48:35.733 INFO copying /tmp/.tmpgW5B7U/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 ... |
| 9830 | 2025-08-18T19:48:36.242Z | [ host-image] Aug 18 19:48:35.733 INFO O| Aug 18 19:48:35.733 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
| 9831 | 2025-08-18T19:48:36.242Z | [ host-image] Aug 18 19:48:35.733 INFO O| Aug 18 19:48:35.733 INFO ok! |
| 9832 | 2025-08-18T19:48:36.242Z | [ host-image] Aug 18 19:48:35.733 INFO O| Aug 18 19:48:35.733 INFO STEP 73 (ensure_file) COMPLETE |
| 9833 | 2025-08-18T19:48:36.242Z | [ host-image] Aug 18 19:48:35.733 INFO O| Aug 18 19:48:35.733 INFO STEP 74: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9834 | 2025-08-18T19:48:36.251Z | [ host-image] Aug 18 19:48:35.746 INFO O| Aug 18 19:48:35.746 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
| 9835 | 2025-08-18T19:48:36.252Z | [ host-image] Aug 18 19:48:35.746 INFO O| Aug 18 19:48:35.746 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
| 9836 | 2025-08-18T19:48:36.255Z | [ host-image] Aug 18 19:48:35.746 INFO O| Aug 18 19:48:35.746 INFO STEP 74 (ensure_dir) COMPLETE |
| 9837 | 2025-08-18T19:48:36.255Z | [ host-image] Aug 18 19:48:35.746 INFO O| Aug 18 19:48:35.746 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9838 | 2025-08-18T19:48:36.261Z | [ host-image] Aug 18 19:48:35.756 INFO O| Aug 18 19:48:35.756 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
| 9839 | 2025-08-18T19:48:36.261Z | [ host-image] Aug 18 19:48:35.756 INFO O| Aug 18 19:48:35.756 INFO copying /tmp/.tmpgW5B7U/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 ... |
| 9840 | 2025-08-18T19:48:36.264Z | [ host-image] Aug 18 19:48:35.756 INFO O| Aug 18 19:48:35.756 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
| 9841 | 2025-08-18T19:48:36.264Z | [ host-image] Aug 18 19:48:35.756 INFO O| Aug 18 19:48:35.756 INFO ok! |
| 9842 | 2025-08-18T19:48:36.264Z | [ host-image] Aug 18 19:48:35.756 INFO O| Aug 18 19:48:35.756 INFO STEP 75 (ensure_file) COMPLETE |
| 9843 | 2025-08-18T19:48:36.264Z | [ host-image] Aug 18 19:48:35.756 INFO O| Aug 18 19:48:35.756 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9844 | 2025-08-18T19:48:36.271Z | [ host-image] Aug 18 19:48:35.766 INFO O| Aug 18 19:48:35.766 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
| 9845 | 2025-08-18T19:48:36.271Z | [ host-image] Aug 18 19:48:35.766 INFO O| Aug 18 19:48:35.766 INFO copying /tmp/.tmpgW5B7U/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 ... |
| 9846 | 2025-08-18T19:48:36.274Z | [ host-image] Aug 18 19:48:35.766 INFO O| Aug 18 19:48:35.766 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
| 9847 | 2025-08-18T19:48:36.274Z | [ host-image] Aug 18 19:48:35.766 INFO O| Aug 18 19:48:35.766 INFO ok! |
| 9848 | 2025-08-18T19:48:36.274Z | [ host-image] Aug 18 19:48:35.766 INFO O| Aug 18 19:48:35.766 INFO STEP 76 (ensure_file) COMPLETE |
| 9849 | 2025-08-18T19:48:36.274Z | [ host-image] Aug 18 19:48:35.766 INFO O| Aug 18 19:48:35.766 INFO STEP 77: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9850 | 2025-08-18T19:48:36.282Z | [ host-image] Aug 18 19:48:35.777 INFO O| Aug 18 19:48:35.777 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
| 9851 | 2025-08-18T19:48:36.282Z | [ host-image] Aug 18 19:48:35.777 INFO O| Aug 18 19:48:35.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
| 9852 | 2025-08-18T19:48:36.285Z | [ host-image] Aug 18 19:48:35.777 INFO O| Aug 18 19:48:35.777 INFO STEP 77 (ensure_dir) COMPLETE |
| 9853 | 2025-08-18T19:48:36.285Z | [ host-image] Aug 18 19:48:35.777 INFO O| Aug 18 19:48:35.777 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9854 | 2025-08-18T19:48:36.290Z | [ host-image] Aug 18 19:48:35.785 INFO O| Aug 18 19:48:35.785 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
| 9855 | 2025-08-18T19:48:36.290Z | [ host-image] Aug 18 19:48:35.785 INFO O| Aug 18 19:48:35.785 INFO copying /tmp/.tmpgW5B7U/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 ... |
| 9856 | 2025-08-18T19:48:36.293Z | [ host-image] Aug 18 19:48:35.785 INFO O| Aug 18 19:48:35.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
| 9857 | 2025-08-18T19:48:36.293Z | [ host-image] Aug 18 19:48:35.785 INFO O| Aug 18 19:48:35.785 INFO ok! |
| 9858 | 2025-08-18T19:48:36.293Z | [ host-image] Aug 18 19:48:35.785 INFO O| Aug 18 19:48:35.785 INFO STEP 78 (ensure_file) COMPLETE |
| 9859 | 2025-08-18T19:48:36.293Z | [ host-image] Aug 18 19:48:35.785 INFO O| Aug 18 19:48:35.785 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9860 | 2025-08-18T19:48:36.303Z | [ host-image] Aug 18 19:48:35.798 INFO O| Aug 18 19:48:35.797 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
| 9861 | 2025-08-18T19:48:36.306Z | [ host-image] Aug 18 19:48:35.798 INFO O| Aug 18 19:48:35.798 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ... |
| 9862 | 2025-08-18T19:48:36.306Z | [ host-image] Aug 18 19:48:35.798 INFO O| Aug 18 19:48:35.798 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION |
| 9863 | 2025-08-18T19:48:36.306Z | [ host-image] Aug 18 19:48:35.798 INFO O| Aug 18 19:48:35.798 INFO ok! |
| 9864 | 2025-08-18T19:48:36.306Z | [ host-image] Aug 18 19:48:35.798 INFO O| Aug 18 19:48:35.798 INFO STEP 79 (ensure_file) COMPLETE |
| 9865 | 2025-08-18T19:48:36.307Z | [ host-image] Aug 18 19:48:35.798 INFO O| Aug 18 19:48:35.798 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9866 | 2025-08-18T19:48:36.315Z | [ host-image] Aug 18 19:48:35.810 INFO O| Aug 18 19:48:35.810 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent |
| 9867 | 2025-08-18T19:48:36.315Z | [ host-image] Aug 18 19:48:35.810 INFO O| Aug 18 19:48:35.810 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent |
| 9868 | 2025-08-18T19:48:36.318Z | [ host-image] Aug 18 19:48:35.810 INFO O| Aug 18 19:48:35.810 INFO STEP 80 (ensure_dir) COMPLETE |
| 9869 | 2025-08-18T19:48:36.318Z | [ host-image] Aug 18 19:48:35.810 INFO O| Aug 18 19:48:35.810 INFO STEP 81: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9870 | 2025-08-18T19:48:36.324Z | [ host-image] Aug 18 19:48:35.819 INFO O| Aug 18 19:48:35.819 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
| 9871 | 2025-08-18T19:48:36.324Z | [ host-image] Aug 18 19:48:35.819 INFO O| Aug 18 19:48:35.819 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
| 9872 | 2025-08-18T19:48:36.928Z | [ host-image] Aug 18 19:48:36.423 INFO O| Aug 18 19:48:36.423 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle |
| 9873 | 2025-08-18T19:48:36.928Z | [ host-image] Aug 18 19:48:36.423 INFO O| Aug 18 19:48:36.423 INFO ok! |
| 9874 | 2025-08-18T19:48:36.931Z | [ host-image] Aug 18 19:48:36.423 INFO O| Aug 18 19:48:36.423 INFO STEP 81 (ensure_file) COMPLETE |
| 9875 | 2025-08-18T19:48:36.931Z | [ host-image] Aug 18 19:48:36.423 INFO O| Aug 18 19:48:36.423 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9876 | 2025-08-18T19:48:36.942Z | [ host-image] Aug 18 19:48:36.438 INFO O| Aug 18 19:48:36.438 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
| 9877 | 2025-08-18T19:48:36.942Z | [ host-image] Aug 18 19:48:36.438 INFO O| Aug 18 19:48:36.438 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ... |
| 9878 | 2025-08-18T19:48:39.020Z | [ recovery-image] Aug 18 19:48:38.517 INFO E| Compiling bitstruct_derive v0.1.0 |
| 9879 | 2025-08-18T19:48:39.744Z | [ host-image] Aug 18 19:48:39.242 INFO O| Aug 18 19:48:39.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent |
| 9880 | 2025-08-18T19:48:39.744Z | [ host-image] Aug 18 19:48:39.243 INFO O| Aug 18 19:48:39.242 INFO ok! |
| 9881 | 2025-08-18T19:48:39.748Z | [ host-image] Aug 18 19:48:39.243 INFO O| Aug 18 19:48:39.242 INFO STEP 82 (ensure_file) COMPLETE |
| 9882 | 2025-08-18T19:48:39.748Z | [ host-image] Aug 18 19:48:39.243 INFO O| Aug 18 19:48:39.242 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9883 | 2025-08-18T19:48:39.753Z | [ host-image] Aug 18 19:48:39.252 INFO O| Aug 18 19:48:39.252 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg |
| 9884 | 2025-08-18T19:48:39.753Z | [ host-image] Aug 18 19:48:39.253 INFO O| Aug 18 19:48:39.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg |
| 9885 | 2025-08-18T19:48:39.756Z | [ host-image] Aug 18 19:48:39.253 INFO O| Aug 18 19:48:39.253 INFO STEP 83 (ensure_dir) COMPLETE |
| 9886 | 2025-08-18T19:48:39.756Z | [ host-image] Aug 18 19:48:39.253 INFO O| Aug 18 19:48:39.253 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9887 | 2025-08-18T19:48:39.763Z | [ host-image] Aug 18 19:48:39.262 INFO O| Aug 18 19:48:39.262 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
| 9888 | 2025-08-18T19:48:39.763Z | [ host-image] Aug 18 19:48:39.262 INFO O| Aug 18 19:48:39.262 INFO copying /tmp/.tmpgW5B7U/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 ... |
| 9889 | 2025-08-18T19:48:39.766Z | [ host-image] Aug 18 19:48:39.262 INFO O| Aug 18 19:48:39.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
| 9890 | 2025-08-18T19:48:39.766Z | [ host-image] Aug 18 19:48:39.262 INFO O| Aug 18 19:48:39.262 INFO ok! |
| 9891 | 2025-08-18T19:48:39.766Z | [ host-image] Aug 18 19:48:39.262 INFO O| Aug 18 19:48:39.262 INFO STEP 84 (ensure_file) COMPLETE |
| 9892 | 2025-08-18T19:48:39.766Z | [ host-image] Aug 18 19:48:39.262 INFO O| Aug 18 19:48:39.262 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9893 | 2025-08-18T19:48:39.772Z | [ host-image] Aug 18 19:48:39.271 INFO O| Aug 18 19:48:39.271 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
| 9894 | 2025-08-18T19:48:39.772Z | [ host-image] Aug 18 19:48:39.271 INFO O| Aug 18 19:48:39.271 INFO copying /tmp/.tmpgW5B7U/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 ... |
| 9895 | 2025-08-18T19:48:39.775Z | [ host-image] Aug 18 19:48:39.271 INFO O| Aug 18 19:48:39.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md |
| 9896 | 2025-08-18T19:48:39.775Z | [ host-image] Aug 18 19:48:39.271 INFO O| Aug 18 19:48:39.271 INFO ok! |
| 9897 | 2025-08-18T19:48:39.775Z | [ host-image] Aug 18 19:48:39.271 INFO O| Aug 18 19:48:39.271 INFO STEP 85 (ensure_file) COMPLETE |
| 9898 | 2025-08-18T19:48:39.775Z | [ host-image] Aug 18 19:48:39.271 INFO O| Aug 18 19:48:39.271 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9899 | 2025-08-18T19:48:39.780Z | [ host-image] Aug 18 19:48:39.279 INFO O| Aug 18 19:48:39.279 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
| 9900 | 2025-08-18T19:48:39.780Z | [ host-image] Aug 18 19:48:39.279 INFO O| Aug 18 19:48:39.279 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ... |
| 9901 | 2025-08-18T19:48:39.783Z | [ host-image] Aug 18 19:48:39.279 INFO O| Aug 18 19:48:39.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION |
| 9902 | 2025-08-18T19:48:39.783Z | [ host-image] Aug 18 19:48:39.279 INFO O| Aug 18 19:48:39.279 INFO ok! |
| 9903 | 2025-08-18T19:48:39.783Z | [ host-image] Aug 18 19:48:39.279 INFO O| Aug 18 19:48:39.279 INFO STEP 86 (ensure_file) COMPLETE |
| 9904 | 2025-08-18T19:48:39.783Z | [ host-image] Aug 18 19:48:39.279 INFO O| Aug 18 19:48:39.279 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9905 | 2025-08-18T19:48:39.788Z | [ host-image] Aug 18 19:48:39.287 INFO O| Aug 18 19:48:39.287 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist |
| 9906 | 2025-08-18T19:48:39.788Z | [ host-image] Aug 18 19:48:39.287 INFO O| Aug 18 19:48:39.287 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ... |
| 9907 | 2025-08-18T19:48:39.791Z | [ host-image] Aug 18 19:48:39.287 INFO O| Aug 18 19:48:39.287 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz |
| 9908 | 2025-08-18T19:48:39.791Z | [ host-image] Aug 18 19:48:39.287 INFO O| Aug 18 19:48:39.287 INFO ok! |
| 9909 | 2025-08-18T19:48:39.791Z | [ host-image] Aug 18 19:48:39.287 INFO O| Aug 18 19:48:39.287 INFO STEP 87 (ensure_file) COMPLETE |
| 9910 | 2025-08-18T19:48:39.791Z | [ host-image] Aug 18 19:48:39.287 INFO O| Aug 18 19:48:39.287 INFO STEP 88: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9911 | 2025-08-18T19:48:39.799Z | [ host-image] Aug 18 19:48:39.298 INFO O| Aug 18 19:48:39.298 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog |
| 9912 | 2025-08-18T19:48:39.799Z | [ host-image] Aug 18 19:48:39.298 INFO O| Aug 18 19:48:39.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog |
| 9913 | 2025-08-18T19:48:39.802Z | [ host-image] Aug 18 19:48:39.298 INFO O| Aug 18 19:48:39.298 INFO STEP 88 (ensure_dir) COMPLETE |
| 9914 | 2025-08-18T19:48:39.802Z | [ host-image] Aug 18 19:48:39.298 INFO O| Aug 18 19:48:39.298 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9915 | 2025-08-18T19:48:39.808Z | [ host-image] Aug 18 19:48:39.306 INFO O| Aug 18 19:48:39.306 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist |
| 9916 | 2025-08-18T19:48:39.808Z | [ host-image] Aug 18 19:48:39.306 INFO O| Aug 18 19:48:39.306 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ... |
| 9917 | 2025-08-18T19:48:39.811Z | [ host-image] Aug 18 19:48:39.310 INFO O| Aug 18 19:48:39.310 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog |
| 9918 | 2025-08-18T19:48:39.811Z | [ host-image] Aug 18 19:48:39.310 INFO O| Aug 18 19:48:39.310 INFO ok! |
| 9919 | 2025-08-18T19:48:39.811Z | [ host-image] Aug 18 19:48:39.310 INFO O| Aug 18 19:48:39.310 INFO STEP 89 (ensure_file) COMPLETE |
| 9920 | 2025-08-18T19:48:39.811Z | [ host-image] Aug 18 19:48:39.310 INFO O| Aug 18 19:48:39.310 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9921 | 2025-08-18T19:48:39.818Z | [ host-image] Aug 18 19:48:39.318 INFO O| Aug 18 19:48:39.318 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist |
| 9922 | 2025-08-18T19:48:39.818Z | [ host-image] Aug 18 19:48:39.318 INFO O| Aug 18 19:48:39.318 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ... |
| 9923 | 2025-08-18T19:48:39.821Z | [ host-image] Aug 18 19:48:39.318 INFO O| Aug 18 19:48:39.318 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION |
| 9924 | 2025-08-18T19:48:39.821Z | [ host-image] Aug 18 19:48:39.318 INFO O| Aug 18 19:48:39.318 INFO ok! |
| 9925 | 2025-08-18T19:48:39.822Z | [ host-image] Aug 18 19:48:39.318 INFO O| Aug 18 19:48:39.318 INFO STEP 90 (ensure_file) COMPLETE |
| 9926 | 2025-08-18T19:48:39.822Z | [ host-image] Aug 18 19:48:39.318 INFO O| Aug 18 19:48:39.318 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9927 | 2025-08-18T19:48:39.829Z | [ host-image] Aug 18 19:48:39.328 INFO O| Aug 18 19:48:39.328 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
| 9928 | 2025-08-18T19:48:39.829Z | [ host-image] Aug 18 19:48:39.328 INFO O| Aug 18 19:48:39.328 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ... |
| 9929 | 2025-08-18T19:48:41.014Z | [ host-image] Aug 18 19:48:40.514 INFO O| Aug 18 19:48:40.514 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz |
| 9930 | 2025-08-18T19:48:41.014Z | [ host-image] Aug 18 19:48:40.514 INFO O| Aug 18 19:48:40.514 INFO ok! |
| 9931 | 2025-08-18T19:48:41.014Z | [ host-image] Aug 18 19:48:40.514 INFO O| Aug 18 19:48:40.514 INFO STEP 91 (ensure_file) COMPLETE |
| 9932 | 2025-08-18T19:48:41.014Z | [ host-image] Aug 18 19:48:40.514 INFO O| Aug 18 19:48:40.514 INFO STEP 92: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9933 | 2025-08-18T19:48:41.024Z | [ host-image] Aug 18 19:48:40.524 INFO O| Aug 18 19:48:40.524 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind |
| 9934 | 2025-08-18T19:48:41.024Z | [ host-image] Aug 18 19:48:40.524 INFO O| Aug 18 19:48:40.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind |
| 9935 | 2025-08-18T19:48:41.027Z | [ host-image] Aug 18 19:48:40.524 INFO O| Aug 18 19:48:40.524 INFO STEP 92 (ensure_dir) COMPLETE |
| 9936 | 2025-08-18T19:48:41.027Z | [ host-image] Aug 18 19:48:40.524 INFO O| Aug 18 19:48:40.524 INFO STEP 93: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9937 | 2025-08-18T19:48:41.032Z | [ host-image] Aug 18 19:48:40.532 INFO O| Aug 18 19:48:40.532 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib |
| 9938 | 2025-08-18T19:48:41.032Z | [ host-image] Aug 18 19:48:40.532 INFO O| Aug 18 19:48:40.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib |
| 9939 | 2025-08-18T19:48:41.035Z | [ host-image] Aug 18 19:48:40.532 INFO O| Aug 18 19:48:40.532 INFO STEP 93 (ensure_dir) COMPLETE |
| 9940 | 2025-08-18T19:48:41.035Z | [ host-image] Aug 18 19:48:40.532 INFO O| Aug 18 19:48:40.532 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9941 | 2025-08-18T19:48:41.040Z | [ host-image] Aug 18 19:48:40.541 INFO O| Aug 18 19:48:40.540 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc |
| 9942 | 2025-08-18T19:48:41.043Z | [ host-image] Aug 18 19:48:40.541 INFO O| Aug 18 19:48:40.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc |
| 9943 | 2025-08-18T19:48:41.043Z | [ host-image] Aug 18 19:48:40.541 INFO O| Aug 18 19:48:40.541 INFO STEP 94 (ensure_dir) COMPLETE |
| 9944 | 2025-08-18T19:48:41.043Z | [ host-image] Aug 18 19:48:40.541 INFO O| Aug 18 19:48:40.541 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9945 | 2025-08-18T19:48:41.047Z | [ host-image] Aug 18 19:48:40.548 INFO O| Aug 18 19:48:40.548 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
| 9946 | 2025-08-18T19:48:41.047Z | [ host-image] Aug 18 19:48:40.548 INFO O| Aug 18 19:48:40.548 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
| 9947 | 2025-08-18T19:48:41.051Z | [ host-image] Aug 18 19:48:40.548 INFO O| Aug 18 19:48:40.548 INFO STEP 95 (ensure_dir) COMPLETE |
| 9948 | 2025-08-18T19:48:41.051Z | [ host-image] Aug 18 19:48:40.548 INFO O| Aug 18 19:48:40.548 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9949 | 2025-08-18T19:48:41.057Z | [ host-image] Aug 18 19:48:40.557 INFO O| Aug 18 19:48:40.557 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
| 9950 | 2025-08-18T19:48:41.057Z | [ host-image] Aug 18 19:48:40.557 INFO O| Aug 18 19:48:40.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
| 9951 | 2025-08-18T19:48:41.057Z | [ host-image] Aug 18 19:48:40.557 INFO O| Aug 18 19:48:40.557 INFO STEP 96 (ensure_dir) COMPLETE |
| 9952 | 2025-08-18T19:48:41.061Z | [ host-image] Aug 18 19:48:40.557 INFO O| Aug 18 19:48:40.557 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9953 | 2025-08-18T19:48:41.064Z | [ host-image] Aug 18 19:48:40.565 INFO O| Aug 18 19:48:40.565 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
| 9954 | 2025-08-18T19:48:41.064Z | [ host-image] Aug 18 19:48:40.565 INFO O| Aug 18 19:48:40.565 INFO copying /tmp/.tmpgW5B7U/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 ... |
| 9955 | 2025-08-18T19:48:41.067Z | [ host-image] Aug 18 19:48:40.565 INFO O| Aug 18 19:48:40.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
| 9956 | 2025-08-18T19:48:41.068Z | [ host-image] Aug 18 19:48:40.565 INFO O| Aug 18 19:48:40.565 INFO ok! |
| 9957 | 2025-08-18T19:48:41.068Z | [ host-image] Aug 18 19:48:40.565 INFO O| Aug 18 19:48:40.565 INFO STEP 97 (ensure_file) COMPLETE |
| 9958 | 2025-08-18T19:48:41.068Z | [ host-image] Aug 18 19:48:40.565 INFO O| Aug 18 19:48:40.565 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9959 | 2025-08-18T19:48:41.072Z | [ host-image] Aug 18 19:48:40.573 INFO O| Aug 18 19:48:40.573 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin |
| 9960 | 2025-08-18T19:48:41.075Z | [ host-image] Aug 18 19:48:40.573 INFO O| Aug 18 19:48:40.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin |
| 9961 | 2025-08-18T19:48:41.075Z | [ host-image] Aug 18 19:48:40.573 INFO O| Aug 18 19:48:40.573 INFO STEP 98 (ensure_dir) COMPLETE |
| 9962 | 2025-08-18T19:48:41.075Z | [ host-image] Aug 18 19:48:40.573 INFO O| Aug 18 19:48:40.573 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9963 | 2025-08-18T19:48:41.080Z | [ host-image] Aug 18 19:48:40.581 INFO O| Aug 18 19:48:40.580 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
| 9964 | 2025-08-18T19:48:41.081Z | [ host-image] Aug 18 19:48:40.581 INFO O| Aug 18 19:48:40.581 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
| 9965 | 2025-08-18T19:48:41.084Z | [ host-image] Aug 18 19:48:40.581 INFO O| Aug 18 19:48:40.581 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
| 9966 | 2025-08-18T19:48:41.084Z | [ host-image] Aug 18 19:48:40.581 INFO O| Aug 18 19:48:40.581 INFO ok! |
| 9967 | 2025-08-18T19:48:41.084Z | [ host-image] Aug 18 19:48:40.581 INFO O| Aug 18 19:48:40.581 INFO STEP 99 (ensure_file) COMPLETE |
| 9968 | 2025-08-18T19:48:41.084Z | [ host-image] Aug 18 19:48:40.581 INFO O| Aug 18 19:48:40.581 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9969 | 2025-08-18T19:48:41.089Z | [ host-image] Aug 18 19:48:40.590 INFO O| Aug 18 19:48:40.590 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
| 9970 | 2025-08-18T19:48:41.089Z | [ host-image] Aug 18 19:48:40.590 INFO O| Aug 18 19:48:40.590 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
| 9971 | 2025-08-18T19:48:41.102Z | [ host-image] Aug 18 19:48:40.602 INFO O| Aug 18 19:48:40.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
| 9972 | 2025-08-18T19:48:41.102Z | [ host-image] Aug 18 19:48:40.602 INFO O| Aug 18 19:48:40.602 INFO ok! |
| 9973 | 2025-08-18T19:48:41.105Z | [ host-image] Aug 18 19:48:40.602 INFO O| Aug 18 19:48:40.602 INFO STEP 100 (ensure_file) COMPLETE |
| 9974 | 2025-08-18T19:48:41.105Z | [ host-image] Aug 18 19:48:40.602 INFO O| Aug 18 19:48:40.602 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9975 | 2025-08-18T19:48:41.109Z | [ host-image] Aug 18 19:48:40.610 INFO O| Aug 18 19:48:40.610 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
| 9976 | 2025-08-18T19:48:41.112Z | [ host-image] Aug 18 19:48:40.610 INFO O| Aug 18 19:48:40.610 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
| 9977 | 2025-08-18T19:48:41.587Z | [ host-image] Aug 18 19:48:41.089 INFO O| Aug 18 19:48:41.088 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
| 9978 | 2025-08-18T19:48:41.587Z | [ host-image] Aug 18 19:48:41.089 INFO O| Aug 18 19:48:41.089 INFO ok! |
| 9979 | 2025-08-18T19:48:41.587Z | [ host-image] Aug 18 19:48:41.089 INFO O| Aug 18 19:48:41.089 INFO STEP 101 (ensure_file) COMPLETE |
| 9980 | 2025-08-18T19:48:41.588Z | [ host-image] Aug 18 19:48:41.089 INFO O| Aug 18 19:48:41.089 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9981 | 2025-08-18T19:48:41.596Z | [ host-image] Aug 18 19:48:41.097 INFO O| Aug 18 19:48:41.097 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
| 9982 | 2025-08-18T19:48:41.596Z | [ host-image] Aug 18 19:48:41.097 INFO O| Aug 18 19:48:41.097 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ... |
| 9983 | 2025-08-18T19:48:41.599Z | [ host-image] Aug 18 19:48:41.097 INFO O| Aug 18 19:48:41.097 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION |
| 9984 | 2025-08-18T19:48:41.600Z | [ host-image] Aug 18 19:48:41.097 INFO O| Aug 18 19:48:41.097 INFO ok! |
| 9985 | 2025-08-18T19:48:41.600Z | [ host-image] Aug 18 19:48:41.097 INFO O| Aug 18 19:48:41.097 INFO STEP 102 (ensure_file) COMPLETE |
| 9986 | 2025-08-18T19:48:41.600Z | [ host-image] Aug 18 19:48:41.097 INFO O| Aug 18 19:48:41.097 INFO STEP 103: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9987 | 2025-08-18T19:48:41.604Z | [ host-image] Aug 18 19:48:41.105 INFO O| Aug 18 19:48:41.105 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace |
| 9988 | 2025-08-18T19:48:41.607Z | [ host-image] Aug 18 19:48:41.106 INFO O| Aug 18 19:48:41.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace |
| 9989 | 2025-08-18T19:48:41.607Z | [ host-image] Aug 18 19:48:41.106 INFO O| Aug 18 19:48:41.106 INFO STEP 103 (ensure_dir) COMPLETE |
| 9990 | 2025-08-18T19:48:41.607Z | [ host-image] Aug 18 19:48:41.106 INFO O| Aug 18 19:48:41.106 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9991 | 2025-08-18T19:48:41.614Z | [ host-image] Aug 18 19:48:41.115 INFO O| Aug 18 19:48:41.115 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
| 9992 | 2025-08-18T19:48:41.617Z | [ host-image] Aug 18 19:48:41.115 INFO O| Aug 18 19:48:41.115 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/upstairs_repair.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d ... |
| 9993 | 2025-08-18T19:48:41.617Z | [ host-image] Aug 18 19:48:41.115 INFO O| Aug 18 19:48:41.115 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
| 9994 | 2025-08-18T19:48:41.617Z | [ host-image] Aug 18 19:48:41.115 INFO O| Aug 18 19:48:41.115 INFO ok! |
| 9995 | 2025-08-18T19:48:41.617Z | [ host-image] Aug 18 19:48:41.115 INFO O| Aug 18 19:48:41.115 INFO STEP 104 (ensure_file) COMPLETE |
| 9996 | 2025-08-18T19:48:41.617Z | [ host-image] Aug 18 19:48:41.115 INFO O| Aug 18 19:48:41.115 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9997 | 2025-08-18T19:48:41.622Z | [ host-image] Aug 18 19:48:41.123 INFO O| Aug 18 19:48:41.123 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
| 9998 | 2025-08-18T19:48:41.624Z | [ host-image] Aug 18 19:48:41.123 INFO O| Aug 18 19:48:41.123 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/upstairs_raw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d ... |
| 9999 | 2025-08-18T19:48:41.625Z | [ host-image] Aug 18 19:48:41.123 INFO O| Aug 18 19:48:41.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
| 10000 | 2025-08-18T19:48:41.625Z | [ host-image] Aug 18 19:48:41.123 INFO O| Aug 18 19:48:41.123 INFO ok! |
| 10001 | 2025-08-18T19:48:41.625Z | [ host-image] Aug 18 19:48:41.123 INFO O| Aug 18 19:48:41.123 INFO STEP 105 (ensure_file) COMPLETE |
| 10002 | 2025-08-18T19:48:41.625Z | [ host-image] Aug 18 19:48:41.123 INFO O| Aug 18 19:48:41.123 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10003 | 2025-08-18T19:48:41.631Z | [ host-image] Aug 18 19:48:41.131 INFO O| Aug 18 19:48:41.131 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
| 10004 | 2025-08-18T19:48:41.631Z | [ host-image] Aug 18 19:48:41.131 INFO O| Aug 18 19:48:41.131 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/upstairs_info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d ... |
| 10005 | 2025-08-18T19:48:41.634Z | [ host-image] Aug 18 19:48:41.131 INFO O| Aug 18 19:48:41.131 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
| 10006 | 2025-08-18T19:48:41.634Z | [ host-image] Aug 18 19:48:41.131 INFO O| Aug 18 19:48:41.131 INFO ok! |
| 10007 | 2025-08-18T19:48:41.634Z | [ host-image] Aug 18 19:48:41.131 INFO O| Aug 18 19:48:41.131 INFO STEP 106 (ensure_file) COMPLETE |
| 10008 | 2025-08-18T19:48:41.634Z | [ host-image] Aug 18 19:48:41.131 INFO O| Aug 18 19:48:41.131 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10009 | 2025-08-18T19:48:41.637Z | [ host-image] Aug 18 19:48:41.139 INFO O| Aug 18 19:48:41.139 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
| 10010 | 2025-08-18T19:48:41.637Z | [ host-image] Aug 18 19:48:41.139 INFO O| Aug 18 19:48:41.139 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/upstairs_count.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d ... |
| 10011 | 2025-08-18T19:48:41.641Z | [ host-image] Aug 18 19:48:41.139 INFO O| Aug 18 19:48:41.139 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
| 10012 | 2025-08-18T19:48:41.641Z | [ host-image] Aug 18 19:48:41.139 INFO O| Aug 18 19:48:41.139 INFO ok! |
| 10013 | 2025-08-18T19:48:41.641Z | [ host-image] Aug 18 19:48:41.139 INFO O| Aug 18 19:48:41.139 INFO STEP 107 (ensure_file) COMPLETE |
| 10014 | 2025-08-18T19:48:41.641Z | [ host-image] Aug 18 19:48:41.139 INFO O| Aug 18 19:48:41.139 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10015 | 2025-08-18T19:48:41.645Z | [ host-image] Aug 18 19:48:41.146 INFO O| Aug 18 19:48:41.146 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
| 10016 | 2025-08-18T19:48:41.645Z | [ host-image] Aug 18 19:48:41.146 INFO O| Aug 18 19:48:41.146 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/upstairs_action.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d ... |
| 10017 | 2025-08-18T19:48:41.645Z | [ host-image] Aug 18 19:48:41.146 INFO O| Aug 18 19:48:41.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
| 10018 | 2025-08-18T19:48:41.648Z | [ host-image] Aug 18 19:48:41.146 INFO O| Aug 18 19:48:41.146 INFO ok! |
| 10019 | 2025-08-18T19:48:41.648Z | [ host-image] Aug 18 19:48:41.146 INFO O| Aug 18 19:48:41.146 INFO STEP 108 (ensure_file) COMPLETE |
| 10020 | 2025-08-18T19:48:41.648Z | [ host-image] Aug 18 19:48:41.146 INFO O| Aug 18 19:48:41.146 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10021 | 2025-08-18T19:48:41.652Z | [ host-image] Aug 18 19:48:41.154 INFO O| Aug 18 19:48:41.154 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist |
| 10022 | 2025-08-18T19:48:41.652Z | [ host-image] Aug 18 19:48:41.154 INFO O| Aug 18 19:48:41.154 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/up-info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/up-info.d ... |
| 10023 | 2025-08-18T19:48:41.655Z | [ host-image] Aug 18 19:48:41.154 INFO O| Aug 18 19:48:41.154 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/up-info.d |
| 10024 | 2025-08-18T19:48:41.655Z | [ host-image] Aug 18 19:48:41.154 INFO O| Aug 18 19:48:41.154 INFO ok! |
| 10025 | 2025-08-18T19:48:41.655Z | [ host-image] Aug 18 19:48:41.154 INFO O| Aug 18 19:48:41.154 INFO STEP 109 (ensure_file) COMPLETE |
| 10026 | 2025-08-18T19:48:41.655Z | [ host-image] Aug 18 19:48:41.154 INFO O| Aug 18 19:48:41.154 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10027 | 2025-08-18T19:48:41.661Z | [ host-image] Aug 18 19:48:41.162 INFO O| Aug 18 19:48:41.162 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
| 10028 | 2025-08-18T19:48:41.661Z | [ host-image] Aug 18 19:48:41.162 INFO O| Aug 18 19:48:41.162 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
| 10029 | 2025-08-18T19:48:41.661Z | [ host-image] Aug 18 19:48:41.162 INFO O| Aug 18 19:48:41.162 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
| 10030 | 2025-08-18T19:48:41.664Z | [ host-image] Aug 18 19:48:41.162 INFO O| Aug 18 19:48:41.162 INFO ok! |
| 10031 | 2025-08-18T19:48:41.664Z | [ host-image] Aug 18 19:48:41.162 INFO O| Aug 18 19:48:41.162 INFO STEP 110 (ensure_file) COMPLETE |
| 10032 | 2025-08-18T19:48:41.664Z | [ host-image] Aug 18 19:48:41.162 INFO O| Aug 18 19:48:41.162 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10033 | 2025-08-18T19:48:41.667Z | [ host-image] Aug 18 19:48:41.169 INFO O| Aug 18 19:48:41.169 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
| 10034 | 2025-08-18T19:48:41.667Z | [ host-image] Aug 18 19:48:41.169 INFO O| Aug 18 19:48:41.169 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/trace-vol.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d ... |
| 10035 | 2025-08-18T19:48:41.670Z | [ host-image] Aug 18 19:48:41.169 INFO O| Aug 18 19:48:41.169 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
| 10036 | 2025-08-18T19:48:41.670Z | [ host-image] Aug 18 19:48:41.169 INFO O| Aug 18 19:48:41.169 INFO ok! |
| 10037 | 2025-08-18T19:48:41.670Z | [ host-image] Aug 18 19:48:41.169 INFO O| Aug 18 19:48:41.169 INFO STEP 111 (ensure_file) COMPLETE |
| 10038 | 2025-08-18T19:48:41.671Z | [ host-image] Aug 18 19:48:41.169 INFO O| Aug 18 19:48:41.169 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10039 | 2025-08-18T19:48:41.675Z | [ host-image] Aug 18 19:48:41.177 INFO O| Aug 18 19:48:41.177 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
| 10040 | 2025-08-18T19:48:41.679Z | [ host-image] Aug 18 19:48:41.177 INFO O| Aug 18 19:48:41.177 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/sled_upstairs_info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d ... |
| 10041 | 2025-08-18T19:48:41.679Z | [ host-image] Aug 18 19:48:41.177 INFO O| Aug 18 19:48:41.177 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
| 10042 | 2025-08-18T19:48:41.679Z | [ host-image] Aug 18 19:48:41.177 INFO O| Aug 18 19:48:41.177 INFO ok! |
| 10043 | 2025-08-18T19:48:41.679Z | [ host-image] Aug 18 19:48:41.177 INFO O| Aug 18 19:48:41.177 INFO STEP 112 (ensure_file) COMPLETE |
| 10044 | 2025-08-18T19:48:41.679Z | [ host-image] Aug 18 19:48:41.177 INFO O| Aug 18 19:48:41.177 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10045 | 2025-08-18T19:48:41.682Z | [ host-image] Aug 18 19:48:41.184 INFO O| Aug 18 19:48:41.184 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
| 10046 | 2025-08-18T19:48:41.683Z | [ host-image] Aug 18 19:48:41.184 INFO O| Aug 18 19:48:41.184 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/single_up_info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d ... |
| 10047 | 2025-08-18T19:48:41.687Z | [ host-image] Aug 18 19:48:41.184 INFO O| Aug 18 19:48:41.184 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
| 10048 | 2025-08-18T19:48:41.687Z | [ host-image] Aug 18 19:48:41.184 INFO O| Aug 18 19:48:41.184 INFO ok! |
| 10049 | 2025-08-18T19:48:41.687Z | [ host-image] Aug 18 19:48:41.184 INFO O| Aug 18 19:48:41.184 INFO STEP 113 (ensure_file) COMPLETE |
| 10050 | 2025-08-18T19:48:41.687Z | [ host-image] Aug 18 19:48:41.184 INFO O| Aug 18 19:48:41.184 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10051 | 2025-08-18T19:48:41.692Z | [ host-image] Aug 18 19:48:41.194 INFO O| Aug 18 19:48:41.194 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
| 10052 | 2025-08-18T19:48:41.692Z | [ host-image] Aug 18 19:48:41.194 INFO O| Aug 18 19:48:41.194 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
| 10053 | 2025-08-18T19:48:41.695Z | [ host-image] Aug 18 19:48:41.194 INFO O| Aug 18 19:48:41.194 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
| 10054 | 2025-08-18T19:48:41.696Z | [ host-image] Aug 18 19:48:41.194 INFO O| Aug 18 19:48:41.194 INFO ok! |
| 10055 | 2025-08-18T19:48:41.696Z | [ host-image] Aug 18 19:48:41.194 INFO O| Aug 18 19:48:41.194 INFO STEP 114 (ensure_file) COMPLETE |
| 10056 | 2025-08-18T19:48:41.696Z | [ host-image] Aug 18 19:48:41.194 INFO O| Aug 18 19:48:41.194 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10057 | 2025-08-18T19:48:41.700Z | [ host-image] Aug 18 19:48:41.202 INFO O| Aug 18 19:48:41.202 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
| 10058 | 2025-08-18T19:48:41.700Z | [ host-image] Aug 18 19:48:41.202 INFO O| Aug 18 19:48:41.202 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/perf-vol.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d ... |
| 10059 | 2025-08-18T19:48:41.703Z | [ host-image] Aug 18 19:48:41.202 INFO O| Aug 18 19:48:41.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
| 10060 | 2025-08-18T19:48:41.703Z | [ host-image] Aug 18 19:48:41.202 INFO O| Aug 18 19:48:41.202 INFO ok! |
| 10061 | 2025-08-18T19:48:41.703Z | [ host-image] Aug 18 19:48:41.202 INFO O| Aug 18 19:48:41.202 INFO STEP 115 (ensure_file) COMPLETE |
| 10062 | 2025-08-18T19:48:41.703Z | [ host-image] Aug 18 19:48:41.202 INFO O| Aug 18 19:48:41.202 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10063 | 2025-08-18T19:48:41.707Z | [ host-image] Aug 18 19:48:41.209 INFO O| Aug 18 19:48:41.209 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
| 10064 | 2025-08-18T19:48:41.710Z | [ host-image] Aug 18 19:48:41.209 INFO O| Aug 18 19:48:41.209 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/perf-upstairs-wf.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d ... |
| 10065 | 2025-08-18T19:48:41.710Z | [ host-image] Aug 18 19:48:41.209 INFO O| Aug 18 19:48:41.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
| 10066 | 2025-08-18T19:48:41.710Z | [ host-image] Aug 18 19:48:41.209 INFO O| Aug 18 19:48:41.209 INFO ok! |
| 10067 | 2025-08-18T19:48:41.710Z | [ host-image] Aug 18 19:48:41.209 INFO O| Aug 18 19:48:41.209 INFO STEP 116 (ensure_file) COMPLETE |
| 10068 | 2025-08-18T19:48:41.710Z | [ host-image] Aug 18 19:48:41.209 INFO O| Aug 18 19:48:41.209 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10069 | 2025-08-18T19:48:41.716Z | [ host-image] Aug 18 19:48:41.217 INFO O| Aug 18 19:48:41.217 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
| 10070 | 2025-08-18T19:48:41.716Z | [ host-image] Aug 18 19:48:41.217 INFO O| Aug 18 19:48:41.217 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/perf-reqwest.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d ... |
| 10071 | 2025-08-18T19:48:41.718Z | [ host-image] Aug 18 19:48:41.217 INFO O| Aug 18 19:48:41.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
| 10072 | 2025-08-18T19:48:41.718Z | [ host-image] Aug 18 19:48:41.217 INFO O| Aug 18 19:48:41.217 INFO ok! |
| 10073 | 2025-08-18T19:48:41.719Z | [ host-image] Aug 18 19:48:41.217 INFO O| Aug 18 19:48:41.217 INFO STEP 117 (ensure_file) COMPLETE |
| 10074 | 2025-08-18T19:48:41.719Z | [ host-image] Aug 18 19:48:41.217 INFO O| Aug 18 19:48:41.217 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10075 | 2025-08-18T19:48:41.723Z | [ host-image] Aug 18 19:48:41.224 INFO O| Aug 18 19:48:41.224 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
| 10076 | 2025-08-18T19:48:41.723Z | [ host-image] Aug 18 19:48:41.224 INFO O| Aug 18 19:48:41.224 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/perf-online-repair.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d ... |
| 10077 | 2025-08-18T19:48:41.726Z | [ host-image] Aug 18 19:48:41.224 INFO O| Aug 18 19:48:41.224 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
| 10078 | 2025-08-18T19:48:41.726Z | [ host-image] Aug 18 19:48:41.224 INFO O| Aug 18 19:48:41.224 INFO ok! |
| 10079 | 2025-08-18T19:48:41.726Z | [ host-image] Aug 18 19:48:41.225 INFO O| Aug 18 19:48:41.224 INFO STEP 118 (ensure_file) COMPLETE |
| 10080 | 2025-08-18T19:48:41.726Z | [ host-image] Aug 18 19:48:41.225 INFO O| Aug 18 19:48:41.224 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10081 | 2025-08-18T19:48:41.730Z | [ host-image] Aug 18 19:48:41.232 INFO O| Aug 18 19:48:41.232 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
| 10082 | 2025-08-18T19:48:41.731Z | [ host-image] Aug 18 19:48:41.232 INFO O| Aug 18 19:48:41.232 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-net.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d ... |
| 10083 | 2025-08-18T19:48:41.735Z | [ host-image] Aug 18 19:48:41.232 INFO O| Aug 18 19:48:41.232 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
| 10084 | 2025-08-18T19:48:41.735Z | [ host-image] Aug 18 19:48:41.232 INFO O| Aug 18 19:48:41.232 INFO ok! |
| 10085 | 2025-08-18T19:48:41.735Z | [ host-image] Aug 18 19:48:41.232 INFO O| Aug 18 19:48:41.232 INFO STEP 119 (ensure_file) COMPLETE |
| 10086 | 2025-08-18T19:48:41.735Z | [ host-image] Aug 18 19:48:41.232 INFO O| Aug 18 19:48:41.232 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10087 | 2025-08-18T19:48:41.738Z | [ host-image] Aug 18 19:48:41.240 INFO O| Aug 18 19:48:41.240 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
| 10088 | 2025-08-18T19:48:41.738Z | [ host-image] Aug 18 19:48:41.240 INFO O| Aug 18 19:48:41.240 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-client.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d ... |
| 10089 | 2025-08-18T19:48:41.741Z | [ host-image] Aug 18 19:48:41.240 INFO O| Aug 18 19:48:41.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
| 10090 | 2025-08-18T19:48:41.741Z | [ host-image] Aug 18 19:48:41.240 INFO O| Aug 18 19:48:41.240 INFO ok! |
| 10091 | 2025-08-18T19:48:41.741Z | [ host-image] Aug 18 19:48:41.240 INFO O| Aug 18 19:48:41.240 INFO STEP 120 (ensure_file) COMPLETE |
| 10092 | 2025-08-18T19:48:41.741Z | [ host-image] Aug 18 19:48:41.240 INFO O| Aug 18 19:48:41.240 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10093 | 2025-08-18T19:48:41.745Z | [ host-image] Aug 18 19:48:41.247 INFO O| Aug 18 19:48:41.247 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
| 10094 | 2025-08-18T19:48:41.746Z | [ host-image] Aug 18 19:48:41.247 INFO O| Aug 18 19:48:41.247 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d ... |
| 10095 | 2025-08-18T19:48:41.749Z | [ host-image] Aug 18 19:48:41.247 INFO O| Aug 18 19:48:41.247 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
| 10096 | 2025-08-18T19:48:41.749Z | [ host-image] Aug 18 19:48:41.247 INFO O| Aug 18 19:48:41.247 INFO ok! |
| 10097 | 2025-08-18T19:48:41.749Z | [ host-image] Aug 18 19:48:41.247 INFO O| Aug 18 19:48:41.247 INFO STEP 121 (ensure_file) COMPLETE |
| 10098 | 2025-08-18T19:48:41.749Z | [ host-image] Aug 18 19:48:41.247 INFO O| Aug 18 19:48:41.247 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10099 | 2025-08-18T19:48:41.753Z | [ host-image] Aug 18 19:48:41.255 INFO O| Aug 18 19:48:41.254 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
| 10100 | 2025-08-18T19:48:41.756Z | [ host-image] Aug 18 19:48:41.255 INFO O| Aug 18 19:48:41.255 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-tick.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d ... |
| 10101 | 2025-08-18T19:48:41.756Z | [ host-image] Aug 18 19:48:41.255 INFO O| Aug 18 19:48:41.255 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
| 10102 | 2025-08-18T19:48:41.756Z | [ host-image] Aug 18 19:48:41.255 INFO O| Aug 18 19:48:41.255 INFO ok! |
| 10103 | 2025-08-18T19:48:41.756Z | [ host-image] Aug 18 19:48:41.255 INFO O| Aug 18 19:48:41.255 INFO STEP 122 (ensure_file) COMPLETE |
| 10104 | 2025-08-18T19:48:41.756Z | [ host-image] Aug 18 19:48:41.255 INFO O| Aug 18 19:48:41.255 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10105 | 2025-08-18T19:48:41.762Z | [ host-image] Aug 18 19:48:41.264 INFO O| Aug 18 19:48:41.264 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
| 10106 | 2025-08-18T19:48:41.762Z | [ host-image] Aug 18 19:48:41.264 INFO O| Aug 18 19:48:41.264 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-three.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d ... |
| 10107 | 2025-08-18T19:48:41.765Z | [ host-image] Aug 18 19:48:41.264 INFO O| Aug 18 19:48:41.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
| 10108 | 2025-08-18T19:48:41.765Z | [ host-image] Aug 18 19:48:41.264 INFO O| Aug 18 19:48:41.264 INFO ok! |
| 10109 | 2025-08-18T19:48:41.766Z | [ host-image] Aug 18 19:48:41.264 INFO O| Aug 18 19:48:41.264 INFO STEP 123 (ensure_file) COMPLETE |
| 10110 | 2025-08-18T19:48:41.766Z | [ host-image] Aug 18 19:48:41.264 INFO O| Aug 18 19:48:41.264 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10111 | 2025-08-18T19:48:41.770Z | [ host-image] Aug 18 19:48:41.272 INFO O| Aug 18 19:48:41.272 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
| 10112 | 2025-08-18T19:48:41.773Z | [ host-image] Aug 18 19:48:41.272 INFO O| Aug 18 19:48:41.272 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-os.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d ... |
| 10113 | 2025-08-18T19:48:41.773Z | [ host-image] Aug 18 19:48:41.272 INFO O| Aug 18 19:48:41.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
| 10114 | 2025-08-18T19:48:41.773Z | [ host-image] Aug 18 19:48:41.272 INFO O| Aug 18 19:48:41.272 INFO ok! |
| 10115 | 2025-08-18T19:48:41.773Z | [ host-image] Aug 18 19:48:41.272 INFO O| Aug 18 19:48:41.272 INFO STEP 124 (ensure_file) COMPLETE |
| 10116 | 2025-08-18T19:48:41.773Z | [ host-image] Aug 18 19:48:41.272 INFO O| Aug 18 19:48:41.272 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10117 | 2025-08-18T19:48:41.777Z | [ host-image] Aug 18 19:48:41.279 INFO O| Aug 18 19:48:41.279 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist |
| 10118 | 2025-08-18T19:48:41.777Z | [ host-image] Aug 18 19:48:41.279 INFO O| Aug 18 19:48:41.279 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/get-up-state.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh ... |
| 10119 | 2025-08-18T19:48:41.780Z | [ host-image] Aug 18 19:48:41.279 INFO O| Aug 18 19:48:41.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh |
| 10120 | 2025-08-18T19:48:41.780Z | [ host-image] Aug 18 19:48:41.279 INFO O| Aug 18 19:48:41.279 INFO ok! |
| 10121 | 2025-08-18T19:48:41.780Z | [ host-image] Aug 18 19:48:41.279 INFO O| Aug 18 19:48:41.279 INFO STEP 125 (ensure_file) COMPLETE |
| 10122 | 2025-08-18T19:48:41.780Z | [ host-image] Aug 18 19:48:41.279 INFO O| Aug 18 19:48:41.279 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10123 | 2025-08-18T19:48:41.787Z | [ host-image] Aug 18 19:48:41.289 INFO O| Aug 18 19:48:41.289 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist |
| 10124 | 2025-08-18T19:48:41.790Z | [ host-image] Aug 18 19:48:41.289 INFO O| Aug 18 19:48:41.289 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/get-up-state.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d ... |
| 10125 | 2025-08-18T19:48:41.790Z | [ host-image] Aug 18 19:48:41.289 INFO O| Aug 18 19:48:41.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d |
| 10126 | 2025-08-18T19:48:41.790Z | [ host-image] Aug 18 19:48:41.289 INFO O| Aug 18 19:48:41.289 INFO ok! |
| 10127 | 2025-08-18T19:48:41.790Z | [ host-image] Aug 18 19:48:41.289 INFO O| Aug 18 19:48:41.289 INFO STEP 126 (ensure_file) COMPLETE |
| 10128 | 2025-08-18T19:48:41.790Z | [ host-image] Aug 18 19:48:41.289 INFO O| Aug 18 19:48:41.289 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10129 | 2025-08-18T19:48:41.795Z | [ host-image] Aug 18 19:48:41.297 INFO O| Aug 18 19:48:41.296 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
| 10130 | 2025-08-18T19:48:41.795Z | [ host-image] Aug 18 19:48:41.297 INFO O| Aug 18 19:48:41.297 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh ... |
| 10131 | 2025-08-18T19:48:41.798Z | [ host-image] Aug 18 19:48:41.297 INFO O| Aug 18 19:48:41.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
| 10132 | 2025-08-18T19:48:41.798Z | [ host-image] Aug 18 19:48:41.297 INFO O| Aug 18 19:48:41.297 INFO ok! |
| 10133 | 2025-08-18T19:48:41.798Z | [ host-image] Aug 18 19:48:41.297 INFO O| Aug 18 19:48:41.297 INFO STEP 127 (ensure_file) COMPLETE |
| 10134 | 2025-08-18T19:48:41.798Z | [ host-image] Aug 18 19:48:41.297 INFO O| Aug 18 19:48:41.297 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10135 | 2025-08-18T19:48:41.802Z | [ host-image] Aug 18 19:48:41.304 INFO O| Aug 18 19:48:41.304 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist |
| 10136 | 2025-08-18T19:48:41.802Z | [ host-image] Aug 18 19:48:41.304 INFO O| Aug 18 19:48:41.304 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d ... |
| 10137 | 2025-08-18T19:48:41.806Z | [ host-image] Aug 18 19:48:41.304 INFO O| Aug 18 19:48:41.304 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d |
| 10138 | 2025-08-18T19:48:41.806Z | [ host-image] Aug 18 19:48:41.304 INFO O| Aug 18 19:48:41.304 INFO ok! |
| 10139 | 2025-08-18T19:48:41.806Z | [ host-image] Aug 18 19:48:41.304 INFO O| Aug 18 19:48:41.304 INFO STEP 128 (ensure_file) COMPLETE |
| 10140 | 2025-08-18T19:48:41.806Z | [ host-image] Aug 18 19:48:41.304 INFO O| Aug 18 19:48:41.304 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10141 | 2025-08-18T19:48:41.812Z | [ host-image] Aug 18 19:48:41.314 INFO O| Aug 18 19:48:41.314 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
| 10142 | 2025-08-18T19:48:41.815Z | [ host-image] Aug 18 19:48:41.314 INFO O| Aug 18 19:48:41.314 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh ... |
| 10143 | 2025-08-18T19:48:41.815Z | [ host-image] Aug 18 19:48:41.314 INFO O| Aug 18 19:48:41.314 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
| 10144 | 2025-08-18T19:48:41.815Z | [ host-image] Aug 18 19:48:41.314 INFO O| Aug 18 19:48:41.314 INFO ok! |
| 10145 | 2025-08-18T19:48:41.815Z | [ host-image] Aug 18 19:48:41.314 INFO O| Aug 18 19:48:41.314 INFO STEP 129 (ensure_file) COMPLETE |
| 10146 | 2025-08-18T19:48:41.815Z | [ host-image] Aug 18 19:48:41.314 INFO O| Aug 18 19:48:41.314 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10147 | 2025-08-18T19:48:41.820Z | [ host-image] Aug 18 19:48:41.322 INFO O| Aug 18 19:48:41.322 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist |
| 10148 | 2025-08-18T19:48:41.823Z | [ host-image] Aug 18 19:48:41.322 INFO O| Aug 18 19:48:41.322 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d ... |
| 10149 | 2025-08-18T19:48:41.823Z | [ host-image] Aug 18 19:48:41.322 INFO O| Aug 18 19:48:41.322 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d |
| 10150 | 2025-08-18T19:48:41.823Z | [ host-image] Aug 18 19:48:41.322 INFO O| Aug 18 19:48:41.322 INFO ok! |
| 10151 | 2025-08-18T19:48:41.823Z | [ host-image] Aug 18 19:48:41.322 INFO O| Aug 18 19:48:41.322 INFO STEP 130 (ensure_file) COMPLETE |
| 10152 | 2025-08-18T19:48:41.823Z | [ host-image] Aug 18 19:48:41.322 INFO O| Aug 18 19:48:41.322 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10153 | 2025-08-18T19:48:41.827Z | [ host-image] Aug 18 19:48:41.329 INFO O| Aug 18 19:48:41.329 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
| 10154 | 2025-08-18T19:48:41.830Z | [ host-image] Aug 18 19:48:41.329 INFO O| Aug 18 19:48:41.329 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/downstairs_count.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d ... |
| 10155 | 2025-08-18T19:48:41.830Z | [ host-image] Aug 18 19:48:41.329 INFO O| Aug 18 19:48:41.329 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
| 10156 | 2025-08-18T19:48:41.830Z | [ host-image] Aug 18 19:48:41.329 INFO O| Aug 18 19:48:41.329 INFO ok! |
| 10157 | 2025-08-18T19:48:41.830Z | [ host-image] Aug 18 19:48:41.329 INFO O| Aug 18 19:48:41.329 INFO STEP 131 (ensure_file) COMPLETE |
| 10158 | 2025-08-18T19:48:41.830Z | [ host-image] Aug 18 19:48:41.329 INFO O| Aug 18 19:48:41.329 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10159 | 2025-08-18T19:48:41.837Z | [ host-image] Aug 18 19:48:41.339 INFO O| Aug 18 19:48:41.339 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
| 10160 | 2025-08-18T19:48:41.837Z | [ host-image] Aug 18 19:48:41.339 INFO O| Aug 18 19:48:41.339 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/all_downstairs.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d ... |
| 10161 | 2025-08-18T19:48:41.840Z | [ host-image] Aug 18 19:48:41.339 INFO O| Aug 18 19:48:41.339 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
| 10162 | 2025-08-18T19:48:41.840Z | [ host-image] Aug 18 19:48:41.339 INFO O| Aug 18 19:48:41.339 INFO ok! |
| 10163 | 2025-08-18T19:48:41.840Z | [ host-image] Aug 18 19:48:41.339 INFO O| Aug 18 19:48:41.339 INFO STEP 132 (ensure_file) COMPLETE |
| 10164 | 2025-08-18T19:48:41.840Z | [ host-image] Aug 18 19:48:41.339 INFO O| Aug 18 19:48:41.339 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10165 | 2025-08-18T19:48:41.845Z | [ host-image] Aug 18 19:48:41.346 INFO O| Aug 18 19:48:41.346 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
| 10166 | 2025-08-18T19:48:41.845Z | [ host-image] Aug 18 19:48:41.346 INFO O| Aug 18 19:48:41.346 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
| 10167 | 2025-08-18T19:48:41.848Z | [ host-image] Aug 18 19:48:41.347 INFO O| Aug 18 19:48:41.347 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md |
| 10168 | 2025-08-18T19:48:41.848Z | [ host-image] Aug 18 19:48:41.347 INFO O| Aug 18 19:48:41.347 INFO ok! |
| 10169 | 2025-08-18T19:48:41.848Z | [ host-image] Aug 18 19:48:41.347 INFO O| Aug 18 19:48:41.347 INFO STEP 133 (ensure_file) COMPLETE |
| 10170 | 2025-08-18T19:48:41.848Z | [ host-image] Aug 18 19:48:41.347 INFO O| Aug 18 19:48:41.347 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10171 | 2025-08-18T19:48:41.853Z | [ host-image] Aug 18 19:48:41.354 INFO O| Aug 18 19:48:41.354 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
| 10172 | 2025-08-18T19:48:41.856Z | [ host-image] Aug 18 19:48:41.354 INFO O| Aug 18 19:48:41.354 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/dtrace-info.txt -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt ... |
| 10173 | 2025-08-18T19:48:41.857Z | [ host-image] Aug 18 19:48:41.355 INFO O| Aug 18 19:48:41.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
| 10174 | 2025-08-18T19:48:41.857Z | [ host-image] Aug 18 19:48:41.355 INFO O| Aug 18 19:48:41.355 INFO ok! |
| 10175 | 2025-08-18T19:48:41.857Z | [ host-image] Aug 18 19:48:41.355 INFO O| Aug 18 19:48:41.355 INFO STEP 134 (ensure_file) COMPLETE |
| 10176 | 2025-08-18T19:48:41.857Z | [ host-image] Aug 18 19:48:41.355 INFO O| Aug 18 19:48:41.355 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10177 | 2025-08-18T19:48:41.860Z | [ host-image] Aug 18 19:48:41.362 INFO O| Aug 18 19:48:41.362 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
| 10178 | 2025-08-18T19:48:41.860Z | [ host-image] Aug 18 19:48:41.362 INFO O| Aug 18 19:48:41.362 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
| 10179 | 2025-08-18T19:48:41.863Z | [ host-image] Aug 18 19:48:41.362 INFO O| Aug 18 19:48:41.362 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION |
| 10180 | 2025-08-18T19:48:41.863Z | [ host-image] Aug 18 19:48:41.362 INFO O| Aug 18 19:48:41.362 INFO ok! |
| 10181 | 2025-08-18T19:48:41.863Z | [ host-image] Aug 18 19:48:41.362 INFO O| Aug 18 19:48:41.362 INFO STEP 135 (ensure_file) COMPLETE |
| 10182 | 2025-08-18T19:48:41.863Z | [ host-image] Aug 18 19:48:41.362 INFO O| Aug 18 19:48:41.362 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10183 | 2025-08-18T19:48:41.868Z | [ host-image] Aug 18 19:48:41.370 INFO O| Aug 18 19:48:41.370 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist |
| 10184 | 2025-08-18T19:48:41.868Z | [ host-image] Aug 18 19:48:41.370 INFO O| Aug 18 19:48:41.370 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ... |
| 10185 | 2025-08-18T19:48:47.888Z | [ host-image] Aug 18 19:48:47.398 INFO O| Aug 18 19:48:47.398 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz |
| 10186 | 2025-08-18T19:48:47.888Z | [ host-image] Aug 18 19:48:47.398 INFO O| Aug 18 19:48:47.398 INFO ok! |
| 10187 | 2025-08-18T19:48:47.892Z | [ host-image] Aug 18 19:48:47.398 INFO O| Aug 18 19:48:47.398 INFO STEP 136 (ensure_file) COMPLETE |
| 10188 | 2025-08-18T19:48:47.892Z | [ host-image] Aug 18 19:48:47.398 INFO O| Aug 18 19:48:47.398 INFO STEP 137: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10189 | 2025-08-18T19:48:47.897Z | [ host-image] Aug 18 19:48:47.407 INFO O| Aug 18 19:48:47.407 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib |
| 10190 | 2025-08-18T19:48:47.901Z | [ host-image] Aug 18 19:48:47.407 INFO O| Aug 18 19:48:47.407 INFO STEP 137 (ensure_dir) COMPLETE |
| 10191 | 2025-08-18T19:48:47.901Z | [ host-image] Aug 18 19:48:47.407 INFO O| Aug 18 19:48:47.407 INFO STEP 138: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10192 | 2025-08-18T19:48:47.907Z | [ host-image] Aug 18 19:48:47.417 INFO O| Aug 18 19:48:47.417 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc |
| 10193 | 2025-08-18T19:48:47.910Z | [ host-image] Aug 18 19:48:47.417 INFO O| Aug 18 19:48:47.417 INFO STEP 138 (ensure_dir) COMPLETE |
| 10194 | 2025-08-18T19:48:47.910Z | [ host-image] Aug 18 19:48:47.417 INFO O| Aug 18 19:48:47.417 INFO STEP 139: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10195 | 2025-08-18T19:48:47.915Z | [ host-image] Aug 18 19:48:47.425 INFO O| Aug 18 19:48:47.425 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest |
| 10196 | 2025-08-18T19:48:47.918Z | [ host-image] Aug 18 19:48:47.425 INFO O| Aug 18 19:48:47.425 INFO STEP 139 (ensure_dir) COMPLETE |
| 10197 | 2025-08-18T19:48:47.918Z | [ host-image] Aug 18 19:48:47.425 INFO O| Aug 18 19:48:47.425 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10198 | 2025-08-18T19:48:47.923Z | [ host-image] Aug 18 19:48:47.433 INFO O| Aug 18 19:48:47.433 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site |
| 10199 | 2025-08-18T19:48:47.923Z | [ host-image] Aug 18 19:48:47.433 INFO O| Aug 18 19:48:47.433 INFO STEP 140 (ensure_dir) COMPLETE |
| 10200 | 2025-08-18T19:48:47.926Z | [ host-image] Aug 18 19:48:47.433 INFO O| Aug 18 19:48:47.433 INFO STEP 141: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10201 | 2025-08-18T19:48:47.932Z | [ host-image] Aug 18 19:48:47.442 INFO O| Aug 18 19:48:47.442 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
| 10202 | 2025-08-18T19:48:47.932Z | [ host-image] Aug 18 19:48:47.442 INFO O| Aug 18 19:48:47.442 INFO copying /tmp/.tmpgW5B7U/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 ... |
| 10203 | 2025-08-18T19:48:47.932Z | [ host-image] Aug 18 19:48:47.442 INFO O| Aug 18 19:48:47.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml |
| 10204 | 2025-08-18T19:48:47.932Z | [ host-image] Aug 18 19:48:47.442 INFO O| Aug 18 19:48:47.442 INFO ok! |
| 10205 | 2025-08-18T19:48:47.935Z | [ host-image] Aug 18 19:48:47.442 INFO O| Aug 18 19:48:47.442 INFO STEP 141 (ensure_file) COMPLETE |
| 10206 | 2025-08-18T19:48:47.935Z | [ host-image] Aug 18 19:48:47.442 INFO O| Aug 18 19:48:47.442 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10207 | 2025-08-18T19:48:47.940Z | [ host-image] Aug 18 19:48:47.450 INFO O| Aug 18 19:48:47.450 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10208 | 2025-08-18T19:48:47.940Z | [ host-image] Aug 18 19:48:47.450 INFO O| Aug 18 19:48:47.450 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10209 | 2025-08-18T19:48:47.944Z | [ host-image] Aug 18 19:48:47.450 INFO O| Aug 18 19:48:47.450 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10210 | 2025-08-18T19:48:47.944Z | [ host-image] Aug 18 19:48:47.450 INFO O| Aug 18 19:48:47.450 INFO STEP 142 (ensure_dir) COMPLETE |
| 10211 | 2025-08-18T19:48:47.944Z | [ host-image] Aug 18 19:48:47.450 INFO O| Aug 18 19:48:47.450 INFO STEP 143: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10212 | 2025-08-18T19:48:47.948Z | [ host-image] Aug 18 19:48:47.458 INFO O| Aug 18 19:48:47.458 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking |
| 10213 | 2025-08-18T19:48:47.948Z | [ host-image] Aug 18 19:48:47.458 INFO O| Aug 18 19:48:47.458 INFO copying /tmp/.tmpgW5B7U/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ... |
| 10214 | 2025-08-18T19:48:47.951Z | [ host-image] Aug 18 19:48:47.458 INFO O| Aug 18 19:48:47.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile |
| 10215 | 2025-08-18T19:48:47.951Z | [ host-image] Aug 18 19:48:47.458 INFO O| Aug 18 19:48:47.458 INFO ok! |
| 10216 | 2025-08-18T19:48:47.951Z | [ host-image] Aug 18 19:48:47.458 INFO O| Aug 18 19:48:47.458 INFO STEP 143 (ensure_file) COMPLETE |
| 10217 | 2025-08-18T19:48:47.951Z | [ host-image] Aug 18 19:48:47.458 INFO O| Aug 18 19:48:47.458 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10218 | 2025-08-18T19:48:47.956Z | [ host-image] Aug 18 19:48:47.465 INFO O| Aug 18 19:48:47.465 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec" |
| 10219 | 2025-08-18T19:48:47.958Z | [ host-image] Aug 18 19:48:47.466 INFO O| Aug 18 19:48:47.466 INFO STEP 144 (remove_files) COMPLETE |
| 10220 | 2025-08-18T19:48:47.958Z | [ host-image] Aug 18 19:48:47.466 INFO O| Aug 18 19:48:47.466 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10221 | 2025-08-18T19:48:47.965Z | [ host-image] Aug 18 19:48:47.474 INFO O| Aug 18 19:48:47.474 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap" |
| 10222 | 2025-08-18T19:48:47.968Z | [ host-image] Aug 18 19:48:47.475 INFO O| Aug 18 19:48:47.475 INFO STEP 145 (remove_files) COMPLETE |
| 10223 | 2025-08-18T19:48:47.968Z | [ host-image] Aug 18 19:48:47.475 INFO O| Aug 18 19:48:47.475 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10224 | 2025-08-18T19:48:47.973Z | [ host-image] Aug 18 19:48:47.483 INFO O| Aug 18 19:48:47.483 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc" |
| 10225 | 2025-08-18T19:48:47.976Z | [ host-image] Aug 18 19:48:47.483 INFO O| Aug 18 19:48:47.483 INFO STEP 146 (remove_files) COMPLETE |
| 10226 | 2025-08-18T19:48:47.976Z | [ host-image] Aug 18 19:48:47.483 INFO O| Aug 18 19:48:47.483 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10227 | 2025-08-18T19:48:47.980Z | [ host-image] Aug 18 19:48:47.490 INFO O| Aug 18 19:48:47.490 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security" |
| 10228 | 2025-08-18T19:48:47.983Z | [ host-image] Aug 18 19:48:47.490 INFO O| Aug 18 19:48:47.490 INFO STEP 147 (remove_files) COMPLETE |
| 10229 | 2025-08-18T19:48:47.983Z | [ host-image] Aug 18 19:48:47.490 INFO O| Aug 18 19:48:47.490 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10230 | 2025-08-18T19:48:47.988Z | [ host-image] Aug 18 19:48:47.498 INFO O| Aug 18 19:48:47.498 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares" |
| 10231 | 2025-08-18T19:48:47.991Z | [ host-image] Aug 18 19:48:47.498 INFO O| Aug 18 19:48:47.498 INFO STEP 148 (remove_files) COMPLETE |
| 10232 | 2025-08-18T19:48:47.991Z | [ host-image] Aug 18 19:48:47.498 INFO O| Aug 18 19:48:47.498 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10233 | 2025-08-18T19:48:47.996Z | [ host-image] Aug 18 19:48:47.506 INFO O| Aug 18 19:48:47.506 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb" |
| 10234 | 2025-08-18T19:48:47.999Z | [ host-image] Aug 18 19:48:47.506 INFO O| Aug 18 19:48:47.506 INFO STEP 149 (remove_files) COMPLETE |
| 10235 | 2025-08-18T19:48:47.999Z | [ host-image] Aug 18 19:48:47.506 INFO O| Aug 18 19:48:47.506 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10236 | 2025-08-18T19:48:48.004Z | [ host-image] Aug 18 19:48:47.514 INFO O| Aug 18 19:48:47.514 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
| 10237 | 2025-08-18T19:48:48.009Z | [ host-image] Aug 18 19:48:47.514 INFO O| Aug 18 19:48:47.514 INFO STEP 150 (remove_files) COMPLETE |
| 10238 | 2025-08-18T19:48:48.009Z | [ host-image] Aug 18 19:48:47.514 INFO O| Aug 18 19:48:47.514 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10239 | 2025-08-18T19:48:48.041Z | [ host-image] Aug 18 19:48:47.522 INFO O| Aug 18 19:48:47.522 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
| 10240 | 2025-08-18T19:48:48.041Z | [ host-image] Aug 18 19:48:47.522 INFO O| Aug 18 19:48:47.522 INFO STEP 151 (remove_files) COMPLETE |
| 10241 | 2025-08-18T19:48:48.041Z | [ host-image] Aug 18 19:48:47.522 INFO O| Aug 18 19:48:47.522 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10242 | 2025-08-18T19:48:48.041Z | [ host-image] Aug 18 19:48:47.530 INFO O| Aug 18 19:48:47.530 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml" |
| 10243 | 2025-08-18T19:48:48.041Z | [ host-image] Aug 18 19:48:47.530 INFO O| Aug 18 19:48:47.530 INFO STEP 152 (remove_files) COMPLETE |
| 10244 | 2025-08-18T19:48:48.041Z | [ host-image] Aug 18 19:48:47.530 INFO O| Aug 18 19:48:47.530 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10245 | 2025-08-18T19:48:48.041Z | [ host-image] Aug 18 19:48:47.538 INFO O| Aug 18 19:48:47.538 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
| 10246 | 2025-08-18T19:48:48.041Z | [ host-image] Aug 18 19:48:47.538 INFO O| Aug 18 19:48:47.538 INFO STEP 153 (remove_files) COMPLETE |
| 10247 | 2025-08-18T19:48:48.041Z | [ host-image] Aug 18 19:48:47.538 INFO O| Aug 18 19:48:47.538 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10248 | 2025-08-18T19:48:48.044Z | [ host-image] Aug 18 19:48:47.547 INFO O| Aug 18 19:48:47.547 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml" |
| 10249 | 2025-08-18T19:48:48.044Z | [ host-image] Aug 18 19:48:47.547 INFO O| Aug 18 19:48:47.547 INFO STEP 154 (remove_files) COMPLETE |
| 10250 | 2025-08-18T19:48:48.044Z | [ host-image] Aug 18 19:48:47.547 INFO O| Aug 18 19:48:47.547 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10251 | 2025-08-18T19:48:48.047Z | [ host-image] Aug 18 19:48:47.555 INFO O| Aug 18 19:48:47.555 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml" |
| 10252 | 2025-08-18T19:48:48.047Z | [ host-image] Aug 18 19:48:47.555 INFO O| Aug 18 19:48:47.555 INFO STEP 155 (remove_files) COMPLETE |
| 10253 | 2025-08-18T19:48:48.047Z | [ host-image] Aug 18 19:48:47.555 INFO O| Aug 18 19:48:47.555 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10254 | 2025-08-18T19:48:48.053Z | [ host-image] Aug 18 19:48:47.563 INFO O| Aug 18 19:48:47.563 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
| 10255 | 2025-08-18T19:48:48.056Z | [ host-image] Aug 18 19:48:47.563 INFO O| Aug 18 19:48:47.563 INFO STEP 156 (remove_files) COMPLETE |
| 10256 | 2025-08-18T19:48:48.056Z | [ host-image] Aug 18 19:48:47.563 INFO O| Aug 18 19:48:47.563 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10257 | 2025-08-18T19:48:48.061Z | [ host-image] Aug 18 19:48:47.571 INFO O| Aug 18 19:48:47.571 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
| 10258 | 2025-08-18T19:48:48.061Z | [ host-image] Aug 18 19:48:47.571 INFO O| Aug 18 19:48:47.571 INFO STEP 157 (remove_files) COMPLETE |
| 10259 | 2025-08-18T19:48:48.064Z | [ host-image] Aug 18 19:48:47.571 INFO O| Aug 18 19:48:47.571 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10260 | 2025-08-18T19:48:48.069Z | [ host-image] Aug 18 19:48:47.579 INFO O| Aug 18 19:48:47.579 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml" |
| 10261 | 2025-08-18T19:48:48.069Z | [ host-image] Aug 18 19:48:47.579 INFO O| Aug 18 19:48:47.579 INFO STEP 158 (remove_files) COMPLETE |
| 10262 | 2025-08-18T19:48:48.069Z | [ host-image] Aug 18 19:48:47.579 INFO O| Aug 18 19:48:47.579 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10263 | 2025-08-18T19:48:48.077Z | [ host-image] Aug 18 19:48:47.587 INFO O| Aug 18 19:48:47.587 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
| 10264 | 2025-08-18T19:48:48.077Z | [ host-image] Aug 18 19:48:47.587 INFO O| Aug 18 19:48:47.587 INFO STEP 159 (remove_files) COMPLETE |
| 10265 | 2025-08-18T19:48:48.080Z | [ host-image] Aug 18 19:48:47.587 INFO O| Aug 18 19:48:47.587 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10266 | 2025-08-18T19:48:48.085Z | [ host-image] Aug 18 19:48:47.595 INFO O| Aug 18 19:48:47.595 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
| 10267 | 2025-08-18T19:48:48.085Z | [ host-image] Aug 18 19:48:47.595 INFO O| Aug 18 19:48:47.595 INFO STEP 160 (remove_files) COMPLETE |
| 10268 | 2025-08-18T19:48:48.085Z | [ host-image] Aug 18 19:48:47.595 INFO O| Aug 18 19:48:47.595 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10269 | 2025-08-18T19:48:48.096Z | [ host-image] Aug 18 19:48:47.602 INFO O| Aug 18 19:48:47.602 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml" |
| 10270 | 2025-08-18T19:48:48.105Z | [ host-image] Aug 18 19:48:47.602 INFO O| Aug 18 19:48:47.602 INFO STEP 161 (remove_files) COMPLETE |
| 10271 | 2025-08-18T19:48:48.105Z | [ host-image] Aug 18 19:48:47.602 INFO O| Aug 18 19:48:47.602 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10272 | 2025-08-18T19:48:48.112Z | [ host-image] Aug 18 19:48:47.610 INFO O| Aug 18 19:48:47.610 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
| 10273 | 2025-08-18T19:48:48.112Z | [ host-image] Aug 18 19:48:47.610 INFO O| Aug 18 19:48:47.610 INFO STEP 162 (remove_files) COMPLETE |
| 10274 | 2025-08-18T19:48:48.112Z | [ host-image] Aug 18 19:48:47.610 INFO O| Aug 18 19:48:47.610 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10275 | 2025-08-18T19:48:48.112Z | [ host-image] Aug 18 19:48:47.618 INFO O| Aug 18 19:48:47.617 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
| 10276 | 2025-08-18T19:48:48.112Z | [ host-image] Aug 18 19:48:47.618 INFO O| Aug 18 19:48:47.618 INFO STEP 163 (remove_files) COMPLETE |
| 10277 | 2025-08-18T19:48:48.112Z | [ host-image] Aug 18 19:48:47.618 INFO O| Aug 18 19:48:47.618 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10278 | 2025-08-18T19:48:48.117Z | [ host-image] Aug 18 19:48:47.627 INFO O| Aug 18 19:48:47.627 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
| 10279 | 2025-08-18T19:48:48.117Z | [ host-image] Aug 18 19:48:47.627 INFO O| Aug 18 19:48:47.627 INFO STEP 164 (remove_files) COMPLETE |
| 10280 | 2025-08-18T19:48:48.120Z | [ host-image] Aug 18 19:48:47.627 INFO O| Aug 18 19:48:47.627 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10281 | 2025-08-18T19:48:48.126Z | [ host-image] Aug 18 19:48:47.636 INFO O| Aug 18 19:48:47.636 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat" |
| 10282 | 2025-08-18T19:48:48.126Z | [ host-image] Aug 18 19:48:47.636 INFO O| Aug 18 19:48:47.636 INFO STEP 165 (remove_files) COMPLETE |
| 10283 | 2025-08-18T19:48:48.128Z | [ host-image] Aug 18 19:48:47.636 INFO O| Aug 18 19:48:47.636 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10284 | 2025-08-18T19:48:48.134Z | [ host-image] Aug 18 19:48:47.644 INFO O| Aug 18 19:48:47.644 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
| 10285 | 2025-08-18T19:48:48.134Z | [ host-image] Aug 18 19:48:47.644 INFO O| Aug 18 19:48:47.644 INFO STEP 166 (remove_files) COMPLETE |
| 10286 | 2025-08-18T19:48:48.137Z | [ host-image] Aug 18 19:48:47.644 INFO O| Aug 18 19:48:47.644 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10287 | 2025-08-18T19:48:48.142Z | [ host-image] Aug 18 19:48:47.651 INFO O| Aug 18 19:48:47.651 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml" |
| 10288 | 2025-08-18T19:48:48.142Z | [ host-image] Aug 18 19:48:47.652 INFO O| Aug 18 19:48:47.652 INFO STEP 167 (remove_files) COMPLETE |
| 10289 | 2025-08-18T19:48:48.142Z | [ host-image] Aug 18 19:48:47.652 INFO O| Aug 18 19:48:47.652 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10290 | 2025-08-18T19:48:48.151Z | [ host-image] Aug 18 19:48:47.661 INFO O| Aug 18 19:48:47.661 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml" |
| 10291 | 2025-08-18T19:48:48.151Z | [ host-image] Aug 18 19:48:47.661 INFO O| Aug 18 19:48:47.661 INFO STEP 168 (remove_files) COMPLETE |
| 10292 | 2025-08-18T19:48:48.154Z | [ host-image] Aug 18 19:48:47.661 INFO O| Aug 18 19:48:47.661 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10293 | 2025-08-18T19:48:48.159Z | [ host-image] Aug 18 19:48:47.669 INFO O| Aug 18 19:48:47.669 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
| 10294 | 2025-08-18T19:48:48.162Z | [ host-image] Aug 18 19:48:47.669 INFO O| Aug 18 19:48:47.669 INFO STEP 169 (remove_files) COMPLETE |
| 10295 | 2025-08-18T19:48:48.162Z | [ host-image] Aug 18 19:48:47.669 INFO O| Aug 18 19:48:47.669 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10296 | 2025-08-18T19:48:48.167Z | [ host-image] Aug 18 19:48:47.677 INFO O| Aug 18 19:48:47.677 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml" |
| 10297 | 2025-08-18T19:48:48.169Z | [ host-image] Aug 18 19:48:47.677 INFO O| Aug 18 19:48:47.677 INFO STEP 170 (remove_files) COMPLETE |
| 10298 | 2025-08-18T19:48:48.169Z | [ host-image] Aug 18 19:48:47.677 INFO O| Aug 18 19:48:47.677 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10299 | 2025-08-18T19:48:48.176Z | [ host-image] Aug 18 19:48:47.686 INFO O| Aug 18 19:48:47.686 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml" |
| 10300 | 2025-08-18T19:48:48.176Z | [ host-image] Aug 18 19:48:47.686 INFO O| Aug 18 19:48:47.686 INFO STEP 171 (remove_files) COMPLETE |
| 10301 | 2025-08-18T19:48:48.179Z | [ host-image] Aug 18 19:48:47.686 INFO O| Aug 18 19:48:47.686 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10302 | 2025-08-18T19:48:48.187Z | [ host-image] Aug 18 19:48:47.696 INFO O| Aug 18 19:48:47.696 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml" |
| 10303 | 2025-08-18T19:48:48.187Z | [ host-image] Aug 18 19:48:47.696 INFO O| Aug 18 19:48:47.696 INFO STEP 172 (remove_files) COMPLETE |
| 10304 | 2025-08-18T19:48:48.187Z | [ host-image] Aug 18 19:48:47.696 INFO O| Aug 18 19:48:47.696 INFO STEP 173: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10305 | 2025-08-18T19:48:48.198Z | [ host-image] Aug 18 19:48:47.708 INFO O| Aug 18 19:48:47.708 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal |
| 10306 | 2025-08-18T19:48:48.198Z | [ host-image] Aug 18 19:48:47.708 INFO O| Aug 18 19:48:47.708 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_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"} |
| 10307 | 2025-08-18T19:48:58.453Z | [ host-image] Aug 18 19:48:57.976 INFO O| Aug 18 19:48:57.976 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 |
| 10308 | 2025-08-18T19:48:58.457Z | [ host-image] Aug 18 19:48:57.976 INFO O| Aug 18 19:48:57.976 INFO E| svccfg: Loaded 79 smf(7) service descriptions |
| 10309 | 2025-08-18T19:48:58.468Z | [ host-image] Aug 18 19:48:57.991 INFO O| Aug 18 19:48:57.991 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "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"} |
| 10310 | 2025-08-18T19:48:58.473Z | [ recovery-image] Aug 18 19:48:57.996 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-07-22-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 10311 | 2025-08-18T19:48:58.686Z | [ host-image] Aug 18 19:48:58.209 INFO O| Aug 18 19:48:58.208 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"} |
| 10312 | 2025-08-18T19:48:58.803Z | [ host-image] Aug 18 19:48:58.326 INFO O| Aug 18 19:48:58.326 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_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"} |
| 10313 | 2025-08-18T19:48:58.947Z | [ host-image] Aug 18 19:48:58.471 INFO O| Aug 18 19:48:58.471 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist |
| 10314 | 2025-08-18T19:48:58.947Z | [ host-image] Aug 18 19:48:58.471 INFO O| Aug 18 19:48:58.471 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ... |
| 10315 | 2025-08-18T19:48:58.951Z | [ host-image] Aug 18 19:48:58.474 INFO O| Aug 18 19:48:58.474 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db |
| 10316 | 2025-08-18T19:48:58.951Z | [ host-image] Aug 18 19:48:58.475 INFO O| Aug 18 19:48:58.474 INFO ok! |
| 10317 | 2025-08-18T19:48:58.954Z | [ host-image] Aug 18 19:48:58.475 INFO O| Aug 18 19:48:58.474 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing |
| 10318 | 2025-08-18T19:48:58.954Z | [ host-image] Aug 18 19:48:58.475 INFO O| Aug 18 19:48:58.475 INFO STEP 173 (seed_smf) COMPLETE |
| 10319 | 2025-08-18T19:48:58.954Z | [ host-image] Aug 18 19:48:58.475 INFO O| Aug 18 19:48:58.475 INFO steps complete; finalising image! |
| 10320 | 2025-08-18T19:48:58.954Z | [ host-image] Aug 18 19:48:58.475 INFO O| Aug 18 19:48:58.475 INFO TRIM POOL: TEMPORARY-sled-zfs |
| 10321 | 2025-08-18T19:48:59.170Z | [ host-image] Aug 18 19:48:58.694 INFO O| Aug 18 19:48:58.694 INFO trim TEMPORARY-sled-zfs: (0% trimmed, started at Mon Aug 18 19:48:58 2025) |
| 10322 | 2025-08-18T19:48:59.380Z | [ host-image] Aug 18 19:48:58.902 INFO O| Aug 18 19:48:58.902 INFO trim TEMPORARY-sled-zfs: (96% trimmed, started at Mon Aug 18 19:48:58 2025) |
| 10323 | 2025-08-18T19:48:59.594Z | [ host-image] Aug 18 19:48:59.118 INFO O| Aug 18 19:48:59.118 INFO temporary pool has 757M used, 74.9M avail, 1.80x compressratio |
| 10324 | 2025-08-18T19:48:59.594Z | [ host-image] Aug 18 19:48:59.118 INFO O| Aug 18 19:48:59.118 INFO EXPORT POOL: TEMPORARY-sled-zfs |
| 10325 | 2025-08-18T19:48:59.886Z | [ host-image] Aug 18 19:48:59.411 INFO O| Aug 18 19:48:59.411 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw |
| 10326 | 2025-08-18T19:48:59.886Z | [ host-image] Aug 18 19:48:59.411 INFO O| Aug 18 19:48:59.411 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal |
| 10327 | 2025-08-18T19:49:00.835Z | [ host-image] Aug 18 19:49:00.361 INFO O| Aug 18 19:49:00.361 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw |
| 10328 | 2025-08-18T19:49:00.835Z | [ host-image] Aug 18 19:49:00.361 INFO O| Aug 18 19:49:00.361 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw |
| 10329 | 2025-08-18T19:49:00.838Z | [ host-image] Aug 18 19:49:00.361 INFO O| Aug 18 19:49:00.361 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw |
| 10330 | 2025-08-18T19:49:00.838Z | [ host-image] Aug 18 19:49:00.361 INFO O| Aug 18 19:49:00.361 INFO completed processing sled/zfs |
| 10331 | 2025-08-18T19:49:00.838Z | [ host-image] Aug 18 19:49:00.361 INFO O| Aug 18 19:49:00.361 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs |
| 10332 | 2025-08-18T19:49:02.191Z | [ recovery-image] Aug 18 19:49:01.718 INFO E| Compiling bitflags v1.3.2 |
| 10333 | 2025-08-18T19:49:02.191Z | [ recovery-image] Aug 18 19:49:01.718 INFO E| Compiling plain v0.2.3 |
| 10334 | 2025-08-18T19:49:02.194Z | [ recovery-image] Aug 18 19:49:01.718 INFO E| Compiling log v0.4.27 |
| 10335 | 2025-08-18T19:49:02.194Z | [ recovery-image] Aug 18 19:49:01.718 INFO E| Compiling scroll v0.13.0 |
| 10336 | 2025-08-18T19:49:02.194Z | [ recovery-image] Aug 18 19:49:01.718 INFO E| Compiling adler2 v2.0.1 |
| 10337 | 2025-08-18T19:49:02.194Z | [ recovery-image] Aug 18 19:49:01.718 INFO E| Compiling bit_field v0.10.2 |
| 10338 | 2025-08-18T19:49:02.194Z | [ recovery-image] Aug 18 19:49:01.719 INFO E| Compiling bitflags v2.9.1 |
| 10339 | 2025-08-18T19:49:02.291Z | [ recovery-image] Aug 18 19:49:01.819 INFO E| Compiling raw-cpuid v10.7.0 |
| 10340 | 2025-08-18T19:49:02.388Z | [ recovery-image] Aug 18 19:49:01.916 INFO E| Compiling miniz_oxide v0.8.9 |
| 10341 | 2025-08-18T19:49:02.450Z | [ recovery-image] Aug 18 19:49:01.978 INFO E| Compiling bitstruct v0.1.1 |
| 10342 | 2025-08-18T19:49:02.456Z | [ recovery-image] Aug 18 19:49:01.984 INFO E| Compiling static_assertions v1.1.0 |
| 10343 | 2025-08-18T19:49:02.562Z | [ recovery-image] Aug 18 19:49:02.090 INFO E| Compiling cpio_reader v0.1.2 |
| 10344 | 2025-08-18T19:49:02.668Z | [ recovery-image] Aug 18 19:49:02.196 INFO E| Compiling goblin v0.10.0 |
| 10345 | 2025-08-18T19:49:08.184Z | [ recovery-image] Aug 18 19:49:07.720 INFO E| Finished `release` profile [optimized] target(s) in 40.38s |
| 10346 | 2025-08-18T19:49:08.202Z | [ recovery-image] Aug 18 19:49:07.737 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
| 10347 | 2025-08-18T19:49:08.262Z | [ recovery-image] Aug 18 19:49:07.797 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.89.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')" |
| 10348 | 2025-08-18T19:49:08.262Z | [ recovery-image] Aug 18 19:49:07.797 INFO building ROM for gimlet |
| 10349 | 2025-08-18T19:49:08.262Z | [ recovery-image] Aug 18 19:49:07.798 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", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--app", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml", "--image", "/work/os-recovery/gimlet.rom"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 10350 | 2025-08-18T19:49:08.440Z | [ recovery-image] Aug 18 19:49:07.975 INFO E| Downloading crates ... |
| 10351 | 2025-08-18T19:49:08.556Z | [ recovery-image] Aug 18 19:49:08.092 INFO E| Downloaded clap_derive v4.5.32 |
| 10352 | 2025-08-18T19:49:08.565Z | [ recovery-image] Aug 18 19:49:08.100 INFO E| Downloaded shared_child v1.0.1 |
| 10353 | 2025-08-18T19:49:08.567Z | [ recovery-image] Aug 18 19:49:08.102 INFO E| Downloaded anstyle v1.0.10 |
| 10354 | 2025-08-18T19:49:08.574Z | [ recovery-image] Aug 18 19:49:08.104 INFO E| Downloaded duct v0.13.7 |
| 10355 | 2025-08-18T19:49:08.574Z | [ recovery-image] Aug 18 19:49:08.105 INFO E| Downloaded colorchoice v1.0.3 |
| 10356 | 2025-08-18T19:49:08.574Z | [ recovery-image] Aug 18 19:49:08.107 INFO E| Downloaded anstyle-parse v0.2.6 |
| 10357 | 2025-08-18T19:49:08.574Z | [ recovery-image] Aug 18 19:49:08.108 INFO E| Downloaded serde_spanned v0.6.8 |
| 10358 | 2025-08-18T19:49:08.574Z | [ recovery-image] Aug 18 19:49:08.109 INFO E| Downloaded toml_write v0.1.1 |
| 10359 | 2025-08-18T19:49:08.578Z | [ recovery-image] Aug 18 19:49:08.111 INFO E| Downloaded toml_datetime v0.6.9 |
| 10360 | 2025-08-18T19:49:08.578Z | [ recovery-image] Aug 18 19:49:08.112 INFO E| Downloaded anstyle-query v1.1.2 |
| 10361 | 2025-08-18T19:49:08.578Z | [ recovery-image] Aug 18 19:49:08.114 INFO E| Downloaded os_pipe v1.2.1 |
| 10362 | 2025-08-18T19:49:08.601Z | [ recovery-image] Aug 18 19:49:08.136 INFO E| Downloaded clap v4.5.37 |
| 10363 | 2025-08-18T19:49:08.609Z | [ recovery-image] Aug 18 19:49:08.145 INFO E| Downloaded toml v0.8.22 |
| 10364 | 2025-08-18T19:49:08.638Z | [ recovery-image] Aug 18 19:49:08.174 INFO E| Downloaded cc v1.2.20 |
| 10365 | 2025-08-18T19:49:08.641Z | [ recovery-image] Aug 18 19:49:08.177 INFO E| Downloaded toml_edit v0.22.26 |
| 10366 | 2025-08-18T19:49:08.671Z | [ recovery-image] Aug 18 19:49:08.207 INFO E| Downloaded winnow v0.7.7 |
| 10367 | 2025-08-18T19:49:08.679Z | [ recovery-image] Aug 18 19:49:08.215 INFO E| Downloaded clap_builder v4.5.37 |
| 10368 | 2025-08-18T19:49:08.713Z | [ recovery-image] Aug 18 19:49:08.249 INFO E| Compiling libc v0.2.172 |
| 10369 | 2025-08-18T19:49:08.713Z | [ recovery-image] Aug 18 19:49:08.249 INFO E| Compiling utf8parse v0.2.2 |
| 10370 | 2025-08-18T19:49:08.716Z | [ recovery-image] Aug 18 19:49:08.249 INFO E| Compiling equivalent v1.0.2 |
| 10371 | 2025-08-18T19:49:08.716Z | [ recovery-image] Aug 18 19:49:08.249 INFO E| Compiling colorchoice v1.0.3 |
| 10372 | 2025-08-18T19:49:08.716Z | [ recovery-image] Aug 18 19:49:08.249 INFO E| Compiling shlex v1.3.0 |
| 10373 | 2025-08-18T19:49:08.716Z | [ recovery-image] Aug 18 19:49:08.250 INFO E| Compiling anstyle v1.0.10 |
| 10374 | 2025-08-18T19:49:08.716Z | [ recovery-image] Aug 18 19:49:08.250 INFO E| Compiling is_terminal_polyfill v1.70.1 |
| 10375 | 2025-08-18T19:49:08.733Z | [ recovery-image] Aug 18 19:49:08.269 INFO E| Compiling syn v2.0.101 |
| 10376 | 2025-08-18T19:49:09.050Z | [ recovery-image] Aug 18 19:49:08.586 INFO E| Compiling anstyle-parse v0.2.6 |
| 10377 | 2025-08-18T19:49:09.050Z | [ recovery-image] Aug 18 19:49:08.586 INFO E| Compiling anstyle-query v1.1.2 |
| 10378 | 2025-08-18T19:49:09.084Z | [ recovery-image] Aug 18 19:49:08.620 INFO E| Compiling once_cell v1.21.3 |
| 10379 | 2025-08-18T19:49:09.087Z | [ recovery-image] Aug 18 19:49:08.621 INFO E| Compiling hashbrown v0.15.2 |
| 10380 | 2025-08-18T19:49:09.216Z | [ recovery-image] Aug 18 19:49:08.752 INFO E| Compiling cc v1.2.20 |
| 10381 | 2025-08-18T19:49:09.239Z | [ recovery-image] Aug 18 19:49:08.776 INFO E| Compiling toml_write v0.1.1 |
| 10382 | 2025-08-18T19:49:09.314Z | [ recovery-image] Aug 18 19:49:08.850 INFO E| Compiling anstream v0.6.18 |
| 10383 | 2025-08-18T19:49:09.392Z | [ recovery-image] Aug 18 19:49:08.929 INFO E| Compiling winnow v0.7.7 |
| 10384 | 2025-08-18T19:49:09.494Z | [ recovery-image] Aug 18 19:49:09.031 INFO E| Compiling anyhow v1.0.98 |
| 10385 | 2025-08-18T19:49:09.606Z | [ recovery-image] Aug 18 19:49:09.143 INFO E| Compiling clap_lex v0.7.4 |
| 10386 | 2025-08-18T19:49:10.002Z | [ recovery-image] Aug 18 19:49:09.539 INFO E| Compiling strsim v0.11.1 |
| 10387 | 2025-08-18T19:49:10.128Z | [ recovery-image] Aug 18 19:49:09.666 INFO E| Compiling indexmap v2.9.0 |
| 10388 | 2025-08-18T19:49:10.322Z | [ recovery-image] Aug 18 19:49:09.860 INFO E| Compiling os_pipe v1.2.1 |
| 10389 | 2025-08-18T19:49:10.403Z | [ recovery-image] Aug 18 19:49:09.941 INFO E| Compiling shared_child v1.0.1 |
| 10390 | 2025-08-18T19:49:10.626Z | [ recovery-image] Aug 18 19:49:10.164 INFO E| Compiling duct v0.13.7 |
| 10391 | 2025-08-18T19:49:10.688Z | [ recovery-image] Aug 18 19:49:10.227 INFO E| Compiling clap_builder v4.5.37 |
| 10392 | 2025-08-18T19:49:11.496Z | [ host-image] Aug 18 19:49:11.036 INFO O| Aug 18 19:49:11.036 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs |
| 10393 | 2025-08-18T19:49:11.611Z | [ host-image] Aug 18 19:49:11.150 INFO BUILD STRING "heads/stlouis-0-g040d844ba4\n" |
| 10394 | 2025-08-18T19:49:11.611Z | [ host-image] Aug 18 19:49:11.150 INFO expanded image name: "ci 33b0017/${os_short_commit} 2025-08-18 19:00" -> "ci 33b0017/040d844 2025-08-18 19:00" |
| 10395 | 2025-08-18T19:49:11.615Z | [ host-image] Aug 18 19:49:11.151 INFO output artefacts stored in: "/work/os-host" |
| 10396 | 2025-08-18T19:49:11.615Z | [ host-image] Aug 18 19:49:11.151 INFO collecting git info from project "pinprick"... |
| 10397 | 2025-08-18T19:49:11.624Z | [ host-image] Aug 18 19:49:11.163 INFO collecting git info from project "phbl"... |
| 10398 | 2025-08-18T19:49:11.631Z | [ host-image] Aug 18 19:49:11.170 INFO collecting git info from project "amd-firmware"... |
| 10399 | 2025-08-18T19:49:11.648Z | [ host-image] Aug 18 19:49:11.187 INFO collecting git info from project "image-builder"... |
| 10400 | 2025-08-18T19:49:11.656Z | [ host-image] Aug 18 19:49:11.196 INFO collecting git info from project "chelsio-t6-roms"... |
| 10401 | 2025-08-18T19:49:11.664Z | [ host-image] Aug 18 19:49:11.204 INFO collecting git info from project "pilot"... |
| 10402 | 2025-08-18T19:49:11.674Z | [ host-image] Aug 18 19:49:11.214 INFO collecting git info from project "amd-host-image-builder"... |
| 10403 | 2025-08-18T19:49:11.683Z | [ host-image] Aug 18 19:49:11.223 INFO collecting git info from project "bootserver"... |
| 10404 | 2025-08-18T19:49:11.689Z | [ host-image] Aug 18 19:49:11.229 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
| 10405 | 2025-08-18T19:49:11.826Z | [ recovery-image] Aug 18 19:49:11.366 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask) |
| 10406 | 2025-08-18T19:49:12.164Z | [ host-image] Aug 18 19:49:11.705 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
| 10407 | 2025-08-18T19:49:12.681Z | [ host-image] Aug 18 19:49:12.222 INFO creating Oxide boot image... |
| 10408 | 2025-08-18T19:49:12.681Z | [ host-image] Aug 18 19:49:12.222 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 33b0017/040d844 2025-08-18 19:00", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
| 10409 | 2025-08-18T19:49:13.785Z | [ recovery-image] Aug 18 19:49:13.327 INFO E| Compiling serde_derive v1.0.219 |
| 10410 | 2025-08-18T19:49:13.785Z | [ recovery-image] Aug 18 19:49:13.327 INFO E| Compiling clap_derive v4.5.32 |
| 10411 | 2025-08-18T19:49:14.052Z | [ host-image] Aug 18 19:49:13.595 INFO O| ok, image written! |
| 10412 | 2025-08-18T19:49:14.052Z | [ host-image] Aug 18 19:49:13.595 INFO O| ok, boot_image_csum file written! |
| 10413 | 2025-08-18T19:49:14.056Z | [ host-image] Aug 18 19:49:13.599 INFO creating boot archive (CPIO)... |
| 10414 | 2025-08-18T19:49:14.056Z | [ host-image] Aug 18 19:49:13.599 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 |
| 10415 | 2025-08-18T19:49:14.061Z | [ host-image] Aug 18 19:49:13.604 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk |
| 10416 | 2025-08-18T19:49:14.061Z | [ host-image] Aug 18 19:49:13.604 INFO E| + outfile=/work/os-host/cpio |
| 10417 | 2025-08-18T19:49:14.064Z | [ host-image] Aug 18 19:49:13.604 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
| 10418 | 2025-08-18T19:49:14.064Z | [ host-image] Aug 18 19:49:13.607 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk |
| 10419 | 2025-08-18T19:49:14.064Z | [ host-image] Aug 18 19:49:13.607 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
| 10420 | 2025-08-18T19:49:14.114Z | [ host-image] Aug 18 19:49:13.657 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
| 10421 | 2025-08-18T19:49:14.118Z | [ host-image] Aug 18 19:49:13.657 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
| 10422 | 2025-08-18T19:49:14.124Z | [ host-image] Aug 18 19:49:13.667 INFO creating compressed cpio/unix for dev loaders... |
| 10423 | 2025-08-18T19:49:14.124Z | [ host-image] Aug 18 19:49:13.667 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 |
| 10424 | 2025-08-18T19:49:14.431Z | [ host-image] Aug 18 19:49:13.974 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
| 10425 | 2025-08-18T19:49:16.313Z | [ recovery-image] Aug 18 19:49:15.856 INFO E| Compiling clap v4.5.37 |
| 10426 | 2025-08-18T19:49:17.546Z | [ recovery-image] Aug 18 19:49:17.094 INFO E| Compiling serde v1.0.219 |
| 10427 | 2025-08-18T19:49:19.109Z | [ host-image] Aug 18 19:49:18.657 INFO creating reset image... |
| 10428 | 2025-08-18T19:49:19.109Z | [ host-image] Aug 18 19:49:18.657 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl" |
| 10429 | 2025-08-18T19:49:19.182Z | [ host-image] Aug 18 19:49:18.731 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2025-07-22-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')" |
| 10430 | 2025-08-18T19:49:19.182Z | [ host-image] Aug 18 19:49:18.731 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") |
| 10431 | 2025-08-18T19:49:19.298Z | [ host-image] Aug 18 19:49:18.847 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s |
| 10432 | 2025-08-18T19:49:19.303Z | [ host-image] Aug 18 19:49:18.849 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl` |
| 10433 | 2025-08-18T19:49:19.688Z | [ host-image] Aug 18 19:49:19.230 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-07-22-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 10434 | 2025-08-18T19:49:19.688Z | [ host-image] Aug 18 19:49:19.230 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-07-22-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 10435 | 2025-08-18T19:49:19.693Z | [ host-image] Aug 18 19:49:19.230 INFO E| Compiling proc-macro2 v1.0.95 |
| 10436 | 2025-08-18T19:49:19.693Z | [ host-image] Aug 18 19:49:19.230 INFO E| Compiling unicode-ident v1.0.18 |
| 10437 | 2025-08-18T19:49:19.727Z | [ host-image] Aug 18 19:49:19.230 INFO E| Compiling syn v1.0.109 |
| 10438 | 2025-08-18T19:49:19.728Z | [ host-image] Aug 18 19:49:19.230 INFO E| Compiling x86 v0.52.0 |
| 10439 | 2025-08-18T19:49:19.728Z | [ host-image] Aug 18 19:49:19.230 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
| 10440 | 2025-08-18T19:49:19.728Z | [ host-image] Aug 18 19:49:19.230 INFO E| Compiling seq-macro v0.3.6 |
| 10441 | 2025-08-18T19:49:21.059Z | [ host-image] Aug 18 19:49:20.586 INFO E| Compiling quote v1.0.40 |
| 10442 | 2025-08-18T19:49:21.266Z | [ recovery-image] Aug 18 19:49:20.799 INFO E| Compiling toml_datetime v0.6.9 |
| 10443 | 2025-08-18T19:49:21.266Z | [ recovery-image] Aug 18 19:49:20.799 INFO E| Compiling serde_spanned v0.6.8 |
| 10444 | 2025-08-18T19:49:21.380Z | [ host-image] Aug 18 19:49:20.923 INFO E| Compiling syn v2.0.104 |
| 10445 | 2025-08-18T19:49:21.521Z | [ recovery-image] Aug 18 19:49:21.072 INFO E| Compiling toml_edit v0.22.26 |
| 10446 | 2025-08-18T19:49:24.346Z | [ recovery-image] Aug 18 19:49:23.902 INFO E| Compiling toml v0.8.22 |
| 10447 | 2025-08-18T19:49:24.374Z | [ host-image] Aug 18 19:49:23.930 INFO E| Compiling scroll_derive v0.13.0 |
| 10448 | 2025-08-18T19:49:27.179Z | [ host-image] Aug 18 19:49:26.739 INFO E| Compiling bitstruct_derive v0.1.0 |
| 10449 | 2025-08-18T19:49:28.399Z | [ recovery-image] Aug 18 19:49:27.958 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.10s |
| 10450 | 2025-08-18T19:49:28.412Z | [ recovery-image] Aug 18 19:49:27.973 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 --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5 --app /work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml --image /work/os-recovery/gimlet.rom` |
| 10451 | 2025-08-18T19:49:28.425Z | [ recovery-image] Aug 18 19:49:27.987 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml" |
| 10452 | 2025-08-18T19:49:28.678Z | [ recovery-image] Aug 18 19:49:28.237 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.24s |
| 10453 | 2025-08-18T19:49:28.681Z | [ recovery-image] Aug 18 19:49:28.242 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.a -o /work/os-recovery/gimlet.rom` |
| 10454 | 2025-08-18T19:49:28.863Z | [ recovery-image] Aug 18 19:49:28.424 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AmdPubKey_gn.tkn" |
| 10455 | 2025-08-18T19:49:28.863Z | [ recovery-image] Aug 18 19:49:28.424 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspBootLoader_gn.sbin" |
| 10456 | 2025-08-18T19:49:28.863Z | [ recovery-image] Aug 18 19:49:28.424 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspRecoveryBootLoader_gn.sbin" |
| 10457 | 2025-08-18T19:49:28.869Z | [ recovery-image] Aug 18 19:49:28.424 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmwareGn.csbin" |
| 10458 | 2025-08-18T19:49:28.869Z | [ recovery-image] Aug 18 19:49:28.425 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugToken_gn.stkn" |
| 10459 | 2025-08-18T19:49:28.869Z | [ recovery-image] Aug 18 19:49:28.425 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspABLFw_gn.stkn" |
| 10460 | 2025-08-18T19:49:28.869Z | [ recovery-image] Aug 18 19:49:28.425 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmware2Gn.csbin" |
| 10461 | 2025-08-18T19:49:28.869Z | [ recovery-image] Aug 18 19:49:28.425 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugUnlock_gn.sbin" |
| 10462 | 2025-08-18T19:49:28.869Z | [ recovery-image] Aug 18 19:49:28.425 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspIkek_gn.bin" |
| 10463 | 2025-08-18T19:49:28.869Z | [ recovery-image] Aug 18 19:49:28.425 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureEmptyToken.bin" |
| 10464 | 2025-08-18T19:49:28.869Z | [ recovery-image] Aug 18 19:49:28.425 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/RsmuSecPolicy_gn.sbin" |
| 10465 | 2025-08-18T19:49:28.869Z | [ recovery-image] Aug 18 19:49:28.425 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Mp5Gn.csbin" |
| 10466 | 2025-08-18T19:49:28.870Z | [ recovery-image] Aug 18 19:49:28.425 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AgesaBootloader_U_prod_GN.csbin" |
| 10467 | 2025-08-18T19:49:28.870Z | [ recovery-image] Aug 18 19:49:28.426 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/GnPhyFw.sbin" |
| 10468 | 2025-08-18T19:49:28.870Z | [ recovery-image] Aug 18 19:49:28.426 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PSP-Key-DB_gn.sbin" |
| 10469 | 2025-08-18T19:49:28.871Z | [ recovery-image] Aug 18 19:49:28.426 INFO O| Info: ABL version: 0x100a5010 |
| 10470 | 2025-08-18T19:49:28.871Z | [ recovery-image] Aug 18 19:49:28.426 INFO O| Info: For sub_program 0: SMU firmware version: 45.93.0 |
| 10471 | 2025-08-18T19:49:28.871Z | [ recovery-image] Aug 18 19:49:28.426 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Imem.csbin" |
| 10472 | 2025-08-18T19:49:28.871Z | [ recovery-image] Aug 18 19:49:28.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin" |
| 10473 | 2025-08-18T19:49:28.871Z | [ recovery-image] Aug 18 19:49:28.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin" |
| 10474 | 2025-08-18T19:49:28.871Z | [ recovery-image] Aug 18 19:49:28.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin" |
| 10475 | 2025-08-18T19:49:28.871Z | [ recovery-image] Aug 18 19:49:28.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin" |
| 10476 | 2025-08-18T19:49:28.871Z | [ recovery-image] Aug 18 19:49:28.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin" |
| 10477 | 2025-08-18T19:49:28.871Z | [ recovery-image] Aug 18 19:49:28.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Imem.csbin" |
| 10478 | 2025-08-18T19:49:28.871Z | [ recovery-image] Aug 18 19:49:28.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin" |
| 10479 | 2025-08-18T19:49:28.871Z | [ recovery-image] Aug 18 19:49:28.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin" |
| 10480 | 2025-08-18T19:49:28.871Z | [ recovery-image] Aug 18 19:49:28.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin" |
| 10481 | 2025-08-18T19:49:28.871Z | [ recovery-image] Aug 18 19:49:28.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin" |
| 10482 | 2025-08-18T19:49:28.871Z | [ recovery-image] Aug 18 19:49:28.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin" |
| 10483 | 2025-08-18T19:49:28.871Z | [ recovery-image] Aug 18 19:49:28.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin" |
| 10484 | 2025-08-18T19:49:28.872Z | [ recovery-image] Aug 18 19:49:28.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin" |
| 10485 | 2025-08-18T19:49:28.872Z | [ recovery-image] Aug 18 19:49:28.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin" |
| 10486 | 2025-08-18T19:49:28.872Z | [ recovery-image] Aug 18 19:49:28.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin" |
| 10487 | 2025-08-18T19:49:28.872Z | [ recovery-image] Aug 18 19:49:28.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin" |
| 10488 | 2025-08-18T19:49:28.872Z | [ recovery-image] Aug 18 19:49:28.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin" |
| 10489 | 2025-08-18T19:49:28.903Z | [ recovery-image] Aug 18 19:49:28.465 INFO building ROM for cosmo |
| 10490 | 2025-08-18T19:49:28.903Z | [ recovery-image] Aug 18 19:49:28.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", "--config", "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5", "--app", "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.5.toml", "--image", "/work/os-recovery/cosmo.rom"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 10491 | 2025-08-18T19:49:29.048Z | [ recovery-image] Aug 18 19:49:28.610 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s |
| 10492 | 2025-08-18T19:49:29.052Z | [ recovery-image] Aug 18 19:49:28.613 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 --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5 --app /work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.5.toml --image /work/os-recovery/cosmo.rom` |
| 10493 | 2025-08-18T19:49:29.062Z | [ recovery-image] Aug 18 19:49:28.624 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.5.toml" |
| 10494 | 2025-08-18T19:49:29.158Z | [ recovery-image] Aug 18 19:49:28.718 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s |
| 10495 | 2025-08-18T19:49:29.163Z | [ recovery-image] Aug 18 19:49:28.722 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.5 -o /work/os-recovery/cosmo.rom` |
| 10496 | 2025-08-18T19:49:29.580Z | [ recovery-image] Aug 18 19:49:29.130 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x00_AmdPubKey_BRH.tkn" |
| 10497 | 2025-08-18T19:49:29.580Z | [ recovery-image] Aug 18 19:49:29.130 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x01_PspBl_BRH.esbin" |
| 10498 | 2025-08-18T19:49:29.585Z | [ recovery-image] Aug 18 19:49:29.130 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x02_PspOS_BRH.ecsbin" |
| 10499 | 2025-08-18T19:49:29.585Z | [ recovery-image] Aug 18 19:49:29.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x03_PspRecBl_BRH.esbin" |
| 10500 | 2025-08-18T19:49:29.585Z | [ recovery-image] Aug 18 19:49:29.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x08_SmuFirmware_breithorn.ecsbin" |
| 10501 | 2025-08-18T19:49:29.585Z | [ recovery-image] Aug 18 19:49:29.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x208_SmuFirmware_BRHDense.ecsbin" |
| 10502 | 2025-08-18T19:49:29.585Z | [ recovery-image] Aug 18 19:49:29.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x09_PspDebugUnlockToken_BRH.stkn" |
| 10503 | 2025-08-18T19:49:29.585Z | [ recovery-image] Aug 18 19:49:29.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x0A_PspAblPubKey_BRH.stkn" |
| 10504 | 2025-08-18T19:49:29.585Z | [ recovery-image] Aug 18 19:49:29.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x13_SduFw_BRH.ecsbin" |
| 10505 | 2025-08-18T19:49:29.585Z | [ recovery-image] Aug 18 19:49:29.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x21_PspAmdIkek_BRH.bin" |
| 10506 | 2025-08-18T19:49:29.585Z | [ recovery-image] Aug 18 19:49:29.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x22_SecureEmptyToken.bin" |
| 10507 | 2025-08-18T19:49:29.585Z | [ recovery-image] Aug 18 19:49:29.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x24_RegisterAccessPolicy_BRH.cesbin" |
| 10508 | 2025-08-18T19:49:29.585Z | [ recovery-image] Aug 18 19:49:29.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin" |
| 10509 | 2025-08-18T19:49:29.585Z | [ recovery-image] Aug 18 19:49:29.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x28_PspSystemDriver_BRH.ecsbin" |
| 10510 | 2025-08-18T19:49:29.585Z | [ recovery-image] Aug 18 19:49:29.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x2A_SmuFirmware_breithorn.ecsbin" |
| 10511 | 2025-08-18T19:49:29.585Z | [ recovery-image] Aug 18 19:49:29.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x22A_SmuFirmware_BRHDense.ecsbin" |
| 10512 | 2025-08-18T19:49:29.585Z | [ recovery-image] Aug 18 19:49:29.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x2D_AblRt.ecsbin" |
| 10513 | 2025-08-18T19:49:29.585Z | [ recovery-image] Aug 18 19:49:29.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin" |
| 10514 | 2025-08-18T19:49:29.585Z | [ recovery-image] Aug 18 19:49:29.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x42_PhyFw_BRH.ecsbin" |
| 10515 | 2025-08-18T19:49:29.585Z | [ recovery-image] Aug 18 19:49:29.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x44_USB_PHY_BRH.esbin" |
| 10516 | 2025-08-18T19:49:29.585Z | [ recovery-image] Aug 18 19:49:29.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x45_RegisterAccessPolicy_BRH.cesbin" |
| 10517 | 2025-08-18T19:49:29.585Z | [ recovery-image] Aug 18 19:49:29.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin" |
| 10518 | 2025-08-18T19:49:29.585Z | [ recovery-image] Aug 18 19:49:29.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x50_PspKeyDataBase_BRH.sbin" |
| 10519 | 2025-08-18T19:49:29.585Z | [ recovery-image] Aug 18 19:49:29.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin" |
| 10520 | 2025-08-18T19:49:29.585Z | [ recovery-image] Aug 18 19:49:29.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x55_SPLTable_BRH.sbin" |
| 10521 | 2025-08-18T19:49:29.585Z | [ recovery-image] Aug 18 19:49:29.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x5DMpioFw_BRH.cesbin" |
| 10522 | 2025-08-18T19:49:29.585Z | [ recovery-image] Aug 18 19:49:29.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x64_RasDriver_BRH.ecsbin" |
| 10523 | 2025-08-18T19:49:29.585Z | [ recovery-image] Aug 18 19:49:29.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x65_ta_ras_prod_amdTEE.ecsbin" |
| 10524 | 2025-08-18T19:49:29.585Z | [ recovery-image] Aug 18 19:49:29.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x73_PspBl_BRH.ecsbin" |
| 10525 | 2025-08-18T19:49:29.585Z | [ recovery-image] Aug 18 19:49:29.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x76_DfRib_BRH.csbin" |
| 10526 | 2025-08-18T19:49:29.585Z | [ recovery-image] Aug 18 19:49:29.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x8C_MPDMATF_BRH.sbin" |
| 10527 | 2025-08-18T19:49:29.585Z | [ recovery-image] Aug 18 19:49:29.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x91_GmiPhyFw_BRH.esbin" |
| 10528 | 2025-08-18T19:49:29.586Z | [ recovery-image] Aug 18 19:49:29.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x92_Page_BRH.sbin" |
| 10529 | 2025-08-18T19:49:29.586Z | [ recovery-image] Aug 18 19:49:29.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x9D_AspSramFwExt_BRH.sbin" |
| 10530 | 2025-08-18T19:49:29.586Z | [ recovery-image] Aug 18 19:49:29.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x9F_psp_tos_wl_bin_brh.sbin" |
| 10531 | 2025-08-18T19:49:29.586Z | [ recovery-image] Aug 18 19:49:29.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRH_A0.sbin" |
| 10532 | 2025-08-18T19:49:29.586Z | [ recovery-image] Aug 18 19:49:29.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRHD_A0.sbin" |
| 10533 | 2025-08-18T19:49:29.586Z | [ recovery-image] Aug 18 19:49:29.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRH_B0.sbin" |
| 10534 | 2025-08-18T19:49:29.586Z | [ recovery-image] Aug 18 19:49:29.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRH_C0.sbin" |
| 10535 | 2025-08-18T19:49:29.586Z | [ recovery-image] Aug 18 19:49:29.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRHD_B0.sbin" |
| 10536 | 2025-08-18T19:49:29.586Z | [ recovery-image] Aug 18 19:49:29.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRH_C1.sbin" |
| 10537 | 2025-08-18T19:49:29.586Z | [ recovery-image] Aug 18 19:49:29.134 INFO O| Info: ABL version: 0x1005f011 |
| 10538 | 2025-08-18T19:49:29.586Z | [ recovery-image] Aug 18 19:49:29.134 INFO O| Info: For sub_program 2: SMU firmware version: 99.122.0 |
| 10539 | 2025-08-18T19:49:29.586Z | [ recovery-image] Aug 18 19:49:29.134 INFO O| Info: For sub_program 0: SMU firmware version: 94.122.0 |
| 10540 | 2025-08-18T19:49:29.586Z | [ recovery-image] Aug 18 19:49:29.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin" |
| 10541 | 2025-08-18T19:49:29.586Z | [ recovery-image] Aug 18 19:49:29.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin" |
| 10542 | 2025-08-18T19:49:29.586Z | [ recovery-image] Aug 18 19:49:29.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin" |
| 10543 | 2025-08-18T19:49:29.586Z | [ recovery-image] Aug 18 19:49:29.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin" |
| 10544 | 2025-08-18T19:49:29.586Z | [ recovery-image] Aug 18 19:49:29.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin" |
| 10545 | 2025-08-18T19:49:29.586Z | [ recovery-image] Aug 18 19:49:29.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin" |
| 10546 | 2025-08-18T19:49:29.586Z | [ recovery-image] Aug 18 19:49:29.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin" |
| 10547 | 2025-08-18T19:49:29.586Z | [ recovery-image] Aug 18 19:49:29.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin" |
| 10548 | 2025-08-18T19:49:29.588Z | [ recovery-image] Aug 18 19:49:29.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin" |
| 10549 | 2025-08-18T19:49:29.588Z | [ recovery-image] Aug 18 19:49:29.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin" |
| 10550 | 2025-08-18T19:49:29.588Z | [ recovery-image] Aug 18 19:49:29.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin" |
| 10551 | 2025-08-18T19:49:29.588Z | [ recovery-image] Aug 18 19:49:29.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin" |
| 10552 | 2025-08-18T19:49:29.588Z | [ recovery-image] Aug 18 19:49:29.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin" |
| 10553 | 2025-08-18T19:49:29.588Z | [ recovery-image] Aug 18 19:49:29.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin" |
| 10554 | 2025-08-18T19:49:29.588Z | [ recovery-image] Aug 18 19:49:29.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin" |
| 10555 | 2025-08-18T19:49:29.588Z | [ recovery-image] Aug 18 19:49:29.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin" |
| 10556 | 2025-08-18T19:49:29.588Z | [ recovery-image] Aug 18 19:49:29.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin" |
| 10557 | 2025-08-18T19:49:29.588Z | [ recovery-image] Aug 18 19:49:29.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin" |
| 10558 | 2025-08-18T19:49:29.588Z | [ recovery-image] Aug 18 19:49:29.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin" |
| 10559 | 2025-08-18T19:49:29.612Z | [ recovery-image] Aug 18 19:49:29.173 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
| 10560 | 2025-08-18T19:49:32.722Z | [ recovery-image] Aug 18 19:49:32.288 INFO image complete! materials are in "/work/os-recovery" |
| 10561 | 2025-08-18T19:49:32.727Z | [ recovery-image] |
| 10562 | 2025-08-18T19:49:32.731Z | [ recovery-image] real 21:27.349657315 |
| 10563 | 2025-08-18T19:49:32.731Z | [ recovery-image] user 15:11.738730325 |
| 10564 | 2025-08-18T19:49:32.731Z | [ recovery-image] sys 1:26.864032231 |
| 10565 | 2025-08-18T19:49:32.731Z | [ recovery-image] trap 0.803991012 |
| 10566 | 2025-08-18T19:49:32.731Z | [ recovery-image] tflt 1.030447159 |
| 10567 | 2025-08-18T19:49:32.731Z | [ recovery-image] dflt 1.808842150 |
| 10568 | 2025-08-18T19:49:32.731Z | [ recovery-image] kflt 0.018219914 |
| 10569 | 2025-08-18T19:49:32.731Z | [ recovery-image] lock 20:18.274030398 |
| 10570 | 2025-08-18T19:49:32.731Z | [ recovery-image] slp 2:08:50.420410576 |
| 10571 | 2025-08-18T19:49:32.731Z | [ recovery-image] lat 4:50.148695422 |
| 10572 | 2025-08-18T19:49:32.731Z | [ recovery-image] stop 9.479785484 |
| 10573 | 2025-08-18T19:49:32.732Z | Aug 18 19:49:32.294 INFO [recovery-image] process exited with exit status: 0 (1287.381404176s) |
| 10574 | 2025-08-18T19:49:43.027Z | [ host-image] Aug 18 19:49:42.607 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-07-22-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 10575 | 2025-08-18T19:49:46.542Z | [ host-image] Aug 18 19:49:46.126 INFO E| Compiling bitflags v1.3.2 |
| 10576 | 2025-08-18T19:49:46.542Z | [ host-image] Aug 18 19:49:46.126 INFO E| Compiling adler2 v2.0.1 |
| 10577 | 2025-08-18T19:49:46.546Z | [ host-image] Aug 18 19:49:46.126 INFO E| Compiling bitflags v2.9.1 |
| 10578 | 2025-08-18T19:49:46.546Z | [ host-image] Aug 18 19:49:46.126 INFO E| Compiling plain v0.2.3 |
| 10579 | 2025-08-18T19:49:46.546Z | [ host-image] Aug 18 19:49:46.126 INFO E| Compiling log v0.4.27 |
| 10580 | 2025-08-18T19:49:46.546Z | [ host-image] Aug 18 19:49:46.127 INFO E| Compiling bit_field v0.10.2 |
| 10581 | 2025-08-18T19:49:46.546Z | [ host-image] Aug 18 19:49:46.127 INFO E| Compiling scroll v0.13.0 |
| 10582 | 2025-08-18T19:49:46.656Z | [ host-image] Aug 18 19:49:46.240 INFO E| Compiling raw-cpuid v10.7.0 |
| 10583 | 2025-08-18T19:49:46.719Z | [ host-image] Aug 18 19:49:46.304 INFO E| Compiling miniz_oxide v0.8.9 |
| 10584 | 2025-08-18T19:49:46.825Z | [ host-image] Aug 18 19:49:46.408 INFO E| Compiling cpio_reader v0.1.2 |
| 10585 | 2025-08-18T19:49:46.886Z | [ host-image] Aug 18 19:49:46.469 INFO E| Compiling static_assertions v1.1.0 |
| 10586 | 2025-08-18T19:49:46.998Z | [ host-image] Aug 18 19:49:46.580 INFO E| Compiling bitstruct v0.1.1 |
| 10587 | 2025-08-18T19:49:47.029Z | [ host-image] Aug 18 19:49:46.614 INFO E| Compiling goblin v0.10.0 |
| 10588 | 2025-08-18T19:49:52.697Z | [ host-image] Aug 18 19:49:52.289 INFO E| Finished `release` profile [optimized] target(s) in 33.42s |
| 10589 | 2025-08-18T19:49:52.709Z | [ host-image] Aug 18 19:49:52.301 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
| 10590 | 2025-08-18T19:49:52.773Z | [ host-image] Aug 18 19:49:52.357 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.89.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')" |
| 10591 | 2025-08-18T19:49:52.773Z | [ host-image] Aug 18 19:49:52.358 INFO building ROM for cosmo |
| 10592 | 2025-08-18T19:49:52.773Z | [ host-image] Aug 18 19:49:52.358 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", "--config", "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5", "--app", "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.5.toml", "--image", "/work/os-host/cosmo.rom"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 10593 | 2025-08-18T19:49:52.899Z | [ host-image] Aug 18 19:49:52.491 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s |
| 10594 | 2025-08-18T19:49:52.904Z | [ host-image] Aug 18 19:49:52.493 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 --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5 --app /work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.5.toml --image /work/os-host/cosmo.rom` |
| 10595 | 2025-08-18T19:49:52.912Z | [ host-image] Aug 18 19:49:52.503 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.5.toml" |
| 10596 | 2025-08-18T19:49:52.999Z | [ host-image] Aug 18 19:49:52.591 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s |
| 10597 | 2025-08-18T19:49:53.004Z | [ host-image] Aug 18 19:49:52.594 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.5 -o /work/os-host/cosmo.rom` |
| 10598 | 2025-08-18T19:49:53.320Z | [ host-image] Aug 18 19:49:52.913 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x00_AmdPubKey_BRH.tkn" |
| 10599 | 2025-08-18T19:49:53.320Z | [ host-image] Aug 18 19:49:52.913 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x01_PspBl_BRH.esbin" |
| 10600 | 2025-08-18T19:49:53.322Z | [ host-image] Aug 18 19:49:52.913 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x02_PspOS_BRH.ecsbin" |
| 10601 | 2025-08-18T19:49:53.326Z | [ host-image] Aug 18 19:49:52.913 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x03_PspRecBl_BRH.esbin" |
| 10602 | 2025-08-18T19:49:53.326Z | [ host-image] Aug 18 19:49:52.913 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x08_SmuFirmware_breithorn.ecsbin" |
| 10603 | 2025-08-18T19:49:53.326Z | [ host-image] Aug 18 19:49:52.913 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x208_SmuFirmware_BRHDense.ecsbin" |
| 10604 | 2025-08-18T19:49:53.326Z | [ host-image] Aug 18 19:49:52.913 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x09_PspDebugUnlockToken_BRH.stkn" |
| 10605 | 2025-08-18T19:49:53.326Z | [ host-image] Aug 18 19:49:52.913 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x0A_PspAblPubKey_BRH.stkn" |
| 10606 | 2025-08-18T19:49:53.326Z | [ host-image] Aug 18 19:49:52.913 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x13_SduFw_BRH.ecsbin" |
| 10607 | 2025-08-18T19:49:53.326Z | [ host-image] Aug 18 19:49:52.913 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x21_PspAmdIkek_BRH.bin" |
| 10608 | 2025-08-18T19:49:53.326Z | [ host-image] Aug 18 19:49:52.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x22_SecureEmptyToken.bin" |
| 10609 | 2025-08-18T19:49:53.326Z | [ host-image] Aug 18 19:49:52.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x24_RegisterAccessPolicy_BRH.cesbin" |
| 10610 | 2025-08-18T19:49:53.326Z | [ host-image] Aug 18 19:49:52.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin" |
| 10611 | 2025-08-18T19:49:53.326Z | [ host-image] Aug 18 19:49:52.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x28_PspSystemDriver_BRH.ecsbin" |
| 10612 | 2025-08-18T19:49:53.327Z | [ host-image] Aug 18 19:49:52.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x2A_SmuFirmware_breithorn.ecsbin" |
| 10613 | 2025-08-18T19:49:53.327Z | [ host-image] Aug 18 19:49:52.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x22A_SmuFirmware_BRHDense.ecsbin" |
| 10614 | 2025-08-18T19:49:53.327Z | [ host-image] Aug 18 19:49:52.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x2D_AblRt.ecsbin" |
| 10615 | 2025-08-18T19:49:53.327Z | [ host-image] Aug 18 19:49:52.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin" |
| 10616 | 2025-08-18T19:49:53.327Z | [ host-image] Aug 18 19:49:52.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x42_PhyFw_BRH.ecsbin" |
| 10617 | 2025-08-18T19:49:53.327Z | [ host-image] Aug 18 19:49:52.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x44_USB_PHY_BRH.esbin" |
| 10618 | 2025-08-18T19:49:53.327Z | [ host-image] Aug 18 19:49:52.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x45_RegisterAccessPolicy_BRH.cesbin" |
| 10619 | 2025-08-18T19:49:53.327Z | [ host-image] Aug 18 19:49:52.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin" |
| 10620 | 2025-08-18T19:49:53.327Z | [ host-image] Aug 18 19:49:52.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x50_PspKeyDataBase_BRH.sbin" |
| 10621 | 2025-08-18T19:49:53.327Z | [ host-image] Aug 18 19:49:52.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin" |
| 10622 | 2025-08-18T19:49:53.327Z | [ host-image] Aug 18 19:49:52.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x55_SPLTable_BRH.sbin" |
| 10623 | 2025-08-18T19:49:53.327Z | [ host-image] Aug 18 19:49:52.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x5DMpioFw_BRH.cesbin" |
| 10624 | 2025-08-18T19:49:53.327Z | [ host-image] Aug 18 19:49:52.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x64_RasDriver_BRH.ecsbin" |
| 10625 | 2025-08-18T19:49:53.327Z | [ host-image] Aug 18 19:49:52.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x65_ta_ras_prod_amdTEE.ecsbin" |
| 10626 | 2025-08-18T19:49:53.328Z | [ host-image] Aug 18 19:49:52.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x73_PspBl_BRH.ecsbin" |
| 10627 | 2025-08-18T19:49:53.328Z | [ host-image] Aug 18 19:49:52.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x76_DfRib_BRH.csbin" |
| 10628 | 2025-08-18T19:49:53.328Z | [ host-image] Aug 18 19:49:52.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x8C_MPDMATF_BRH.sbin" |
| 10629 | 2025-08-18T19:49:53.328Z | [ host-image] Aug 18 19:49:52.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x91_GmiPhyFw_BRH.esbin" |
| 10630 | 2025-08-18T19:49:53.328Z | [ host-image] Aug 18 19:49:52.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x92_Page_BRH.sbin" |
| 10631 | 2025-08-18T19:49:53.328Z | [ host-image] Aug 18 19:49:52.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x9D_AspSramFwExt_BRH.sbin" |
| 10632 | 2025-08-18T19:49:53.328Z | [ host-image] Aug 18 19:49:52.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x9F_psp_tos_wl_bin_brh.sbin" |
| 10633 | 2025-08-18T19:49:53.328Z | [ host-image] Aug 18 19:49:52.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRH_A0.sbin" |
| 10634 | 2025-08-18T19:49:53.328Z | [ host-image] Aug 18 19:49:52.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRHD_A0.sbin" |
| 10635 | 2025-08-18T19:49:53.328Z | [ host-image] Aug 18 19:49:52.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRH_B0.sbin" |
| 10636 | 2025-08-18T19:49:53.328Z | [ host-image] Aug 18 19:49:52.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRH_C0.sbin" |
| 10637 | 2025-08-18T19:49:53.328Z | [ host-image] Aug 18 19:49:52.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRHD_B0.sbin" |
| 10638 | 2025-08-18T19:49:53.328Z | [ host-image] Aug 18 19:49:52.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRH_C1.sbin" |
| 10639 | 2025-08-18T19:49:53.328Z | [ host-image] Aug 18 19:49:52.916 INFO O| Info: ABL version: 0x1005f011 |
| 10640 | 2025-08-18T19:49:53.328Z | [ host-image] Aug 18 19:49:52.916 INFO O| Info: For sub_program 2: SMU firmware version: 99.122.0 |
| 10641 | 2025-08-18T19:49:53.328Z | [ host-image] Aug 18 19:49:52.916 INFO O| Info: For sub_program 0: SMU firmware version: 94.122.0 |
| 10642 | 2025-08-18T19:49:53.328Z | [ host-image] Aug 18 19:49:52.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin" |
| 10643 | 2025-08-18T19:49:53.329Z | [ host-image] Aug 18 19:49:52.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin" |
| 10644 | 2025-08-18T19:49:53.329Z | [ host-image] Aug 18 19:49:52.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin" |
| 10645 | 2025-08-18T19:49:53.329Z | [ host-image] Aug 18 19:49:52.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin" |
| 10646 | 2025-08-18T19:49:53.329Z | [ host-image] Aug 18 19:49:52.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin" |
| 10647 | 2025-08-18T19:49:53.329Z | [ host-image] Aug 18 19:49:52.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin" |
| 10648 | 2025-08-18T19:49:53.329Z | [ host-image] Aug 18 19:49:52.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin" |
| 10649 | 2025-08-18T19:49:53.329Z | [ host-image] Aug 18 19:49:52.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin" |
| 10650 | 2025-08-18T19:49:53.329Z | [ host-image] Aug 18 19:49:52.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin" |
| 10651 | 2025-08-18T19:49:53.330Z | [ host-image] Aug 18 19:49:52.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin" |
| 10652 | 2025-08-18T19:49:53.330Z | [ host-image] Aug 18 19:49:52.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin" |
| 10653 | 2025-08-18T19:49:53.330Z | [ host-image] Aug 18 19:49:52.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin" |
| 10654 | 2025-08-18T19:49:53.330Z | [ host-image] Aug 18 19:49:52.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin" |
| 10655 | 2025-08-18T19:49:53.330Z | [ host-image] Aug 18 19:49:52.917 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin" |
| 10656 | 2025-08-18T19:49:53.330Z | [ host-image] Aug 18 19:49:52.917 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin" |
| 10657 | 2025-08-18T19:49:53.330Z | [ host-image] Aug 18 19:49:52.917 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin" |
| 10658 | 2025-08-18T19:49:53.331Z | [ host-image] Aug 18 19:49:52.917 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin" |
| 10659 | 2025-08-18T19:49:53.331Z | [ host-image] Aug 18 19:49:52.917 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin" |
| 10660 | 2025-08-18T19:49:53.331Z | [ host-image] Aug 18 19:49:52.917 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin" |
| 10661 | 2025-08-18T19:49:53.352Z | [ host-image] Aug 18 19:49:52.946 INFO building ROM for gimlet |
| 10662 | 2025-08-18T19:49:53.357Z | [ host-image] Aug 18 19:49:52.946 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", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--app", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml", "--image", "/work/os-host/gimlet.rom"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 10663 | 2025-08-18T19:49:53.488Z | [ host-image] Aug 18 19:49:53.079 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s |
| 10664 | 2025-08-18T19:49:53.491Z | [ host-image] Aug 18 19:49:53.082 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 --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5 --app /work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml --image /work/os-host/gimlet.rom` |
| 10665 | 2025-08-18T19:49:53.500Z | [ host-image] Aug 18 19:49:53.092 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml" |
| 10666 | 2025-08-18T19:49:53.585Z | [ host-image] Aug 18 19:49:53.178 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s |
| 10667 | 2025-08-18T19:49:53.589Z | [ host-image] Aug 18 19:49:53.181 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.a -o /work/os-host/gimlet.rom` |
| 10668 | 2025-08-18T19:49:53.750Z | [ host-image] Aug 18 19:49:53.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AmdPubKey_gn.tkn" |
| 10669 | 2025-08-18T19:49:53.751Z | [ host-image] Aug 18 19:49:53.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspBootLoader_gn.sbin" |
| 10670 | 2025-08-18T19:49:53.751Z | [ host-image] Aug 18 19:49:53.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspRecoveryBootLoader_gn.sbin" |
| 10671 | 2025-08-18T19:49:53.755Z | [ host-image] Aug 18 19:49:53.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmwareGn.csbin" |
| 10672 | 2025-08-18T19:49:53.755Z | [ host-image] Aug 18 19:49:53.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugToken_gn.stkn" |
| 10673 | 2025-08-18T19:49:53.756Z | [ host-image] Aug 18 19:49:53.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspABLFw_gn.stkn" |
| 10674 | 2025-08-18T19:49:53.756Z | [ host-image] Aug 18 19:49:53.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmware2Gn.csbin" |
| 10675 | 2025-08-18T19:49:53.756Z | [ host-image] Aug 18 19:49:53.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugUnlock_gn.sbin" |
| 10676 | 2025-08-18T19:49:53.756Z | [ host-image] Aug 18 19:49:53.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspIkek_gn.bin" |
| 10677 | 2025-08-18T19:49:53.757Z | [ host-image] Aug 18 19:49:53.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureEmptyToken.bin" |
| 10678 | 2025-08-18T19:49:53.757Z | [ host-image] Aug 18 19:49:53.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/RsmuSecPolicy_gn.sbin" |
| 10679 | 2025-08-18T19:49:53.757Z | [ host-image] Aug 18 19:49:53.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Mp5Gn.csbin" |
| 10680 | 2025-08-18T19:49:53.757Z | [ host-image] Aug 18 19:49:53.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AgesaBootloader_U_prod_GN.csbin" |
| 10681 | 2025-08-18T19:49:53.757Z | [ host-image] Aug 18 19:49:53.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/GnPhyFw.sbin" |
| 10682 | 2025-08-18T19:49:53.757Z | [ host-image] Aug 18 19:49:53.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PSP-Key-DB_gn.sbin" |
| 10683 | 2025-08-18T19:49:53.757Z | [ host-image] Aug 18 19:49:53.345 INFO O| Info: ABL version: 0x100a5010 |
| 10684 | 2025-08-18T19:49:53.757Z | [ host-image] Aug 18 19:49:53.345 INFO O| Info: For sub_program 0: SMU firmware version: 45.93.0 |
| 10685 | 2025-08-18T19:49:53.757Z | [ host-image] Aug 18 19:49:53.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Imem.csbin" |
| 10686 | 2025-08-18T19:49:53.757Z | [ host-image] Aug 18 19:49:53.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin" |
| 10687 | 2025-08-18T19:49:53.757Z | [ host-image] Aug 18 19:49:53.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin" |
| 10688 | 2025-08-18T19:49:53.757Z | [ host-image] Aug 18 19:49:53.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin" |
| 10689 | 2025-08-18T19:49:53.757Z | [ host-image] Aug 18 19:49:53.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin" |
| 10690 | 2025-08-18T19:49:53.758Z | [ host-image] Aug 18 19:49:53.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin" |
| 10691 | 2025-08-18T19:49:53.758Z | [ host-image] Aug 18 19:49:53.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Imem.csbin" |
| 10692 | 2025-08-18T19:49:53.758Z | [ host-image] Aug 18 19:49:53.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin" |
| 10693 | 2025-08-18T19:49:53.759Z | [ host-image] Aug 18 19:49:53.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin" |
| 10694 | 2025-08-18T19:49:53.759Z | [ host-image] Aug 18 19:49:53.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin" |
| 10695 | 2025-08-18T19:49:53.759Z | [ host-image] Aug 18 19:49:53.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin" |
| 10696 | 2025-08-18T19:49:53.759Z | [ host-image] Aug 18 19:49:53.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin" |
| 10697 | 2025-08-18T19:49:53.759Z | [ host-image] Aug 18 19:49:53.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin" |
| 10698 | 2025-08-18T19:49:53.759Z | [ host-image] Aug 18 19:49:53.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin" |
| 10699 | 2025-08-18T19:49:53.759Z | [ host-image] Aug 18 19:49:53.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin" |
| 10700 | 2025-08-18T19:49:53.759Z | [ host-image] Aug 18 19:49:53.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin" |
| 10701 | 2025-08-18T19:49:53.759Z | [ host-image] Aug 18 19:49:53.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin" |
| 10702 | 2025-08-18T19:49:53.759Z | [ host-image] Aug 18 19:49:53.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin" |
| 10703 | 2025-08-18T19:49:53.786Z | [ host-image] Aug 18 19:49:53.380 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
| 10704 | 2025-08-18T19:50:13.322Z | [ host-image] Aug 18 19:50:12.941 INFO image complete! materials are in "/work/os-host" |
| 10705 | 2025-08-18T19:50:13.326Z | [ host-image] |
| 10706 | 2025-08-18T19:50:13.326Z | [ host-image] real 22:50.743269714 |
| 10707 | 2025-08-18T19:50:13.326Z | [ host-image] user 15:28.737687160 |
| 10708 | 2025-08-18T19:50:13.326Z | [ host-image] sys 1:27.167986295 |
| 10709 | 2025-08-18T19:50:13.326Z | [ host-image] trap 0.669817962 |
| 10710 | 2025-08-18T19:50:13.326Z | [ host-image] tflt 0.175652407 |
| 10711 | 2025-08-18T19:50:13.326Z | [ host-image] dflt 0.465905878 |
| 10712 | 2025-08-18T19:50:13.326Z | [ host-image] kflt 0.137217424 |
| 10713 | 2025-08-18T19:50:13.326Z | [ host-image] lock 22:59.560451772 |
| 10714 | 2025-08-18T19:50:13.326Z | [ host-image] slp 2:14:27.064871855 |
| 10715 | 2025-08-18T19:50:13.326Z | [ host-image] lat 4:22.850580863 |
| 10716 | 2025-08-18T19:50:13.326Z | [ host-image] stop 2.555360272 |
| 10717 | 2025-08-18T19:50:13.329Z | Aug 18 19:50:12.945 INFO [host-image] process exited with exit status: 0 (1370.748682647s) |
| 10718 | 2025-08-18T19:50:13.329Z | Aug 18 19:50:12.945 INFO [tuf-repo] running task |
| 10719 | 2025-08-18T19:50:37.430Z | Aug 18 19:50:37.079 INFO assembling repository in `/tmp/tufaceouseP9ECD`, component: OmicronRepoAssembler |
| 10720 | 2025-08-18T19:50:44.162Z | Aug 18 19:50:43.820 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
| 10721 | 2025-08-18T19:50:44.468Z | Aug 18 19:50:44.127 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
| 10722 | 2025-08-18T19:51:02.533Z | Aug 18 19:51:02.215 INFO extracting uploaded archive to /tmp/.tmpS1EdCX |
| 10723 | 2025-08-18T19:51:05.441Z | Aug 18 19:51:05.127 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.wLNO5o |
| 10724 | 2025-08-18T19:51:05.444Z | Aug 18 19:51:05.128 INFO added artifact, length: 383, hash: b05fb8c03dba47b507282abfc3695e358034f034b69eaabcd31a76cedb44ae23, version: 16.0.0-0.ci+git33b001744b0, kind: installinator_document, name: installinator_document |
| 10725 | 2025-08-18T19:51:05.511Z | Aug 18 19:51:05.197 INFO added artifact, length: 6029979, hash: fcf1d07bc2fd6e40ea9fbac8a9d699984a3fd8f13c7c451013c2230adde3f563, version: 1.0.44, kind: gimlet_sp, name: cosmo-a |
| 10726 | 2025-08-18T19:51:05.635Z | Aug 18 19:51:05.321 INFO added artifact, length: 5171032, hash: 6595b1b828650e099301724bd8a9eee9342e282a49187cfb1ca2f3569fe3994d, version: 1.0.44, kind: gimlet_sp, name: gimlet-b |
| 10727 | 2025-08-18T19:51:05.753Z | Aug 18 19:51:05.439 INFO added artifact, length: 5170929, hash: d016f9e744b9815605b2fcc545e149b14b28eb0dcb2a60a4067a79c905ae47bd, version: 1.0.44, kind: gimlet_sp, name: gimlet-c |
| 10728 | 2025-08-18T19:51:05.875Z | Aug 18 19:51:05.561 INFO added artifact, length: 5177632, hash: c18af02d3c18c5e7d68ca332dedf2febd47f0c75abaeb791544c0f0b5de5d811, version: 1.0.44, kind: gimlet_sp, name: gimlet-d |
| 10729 | 2025-08-18T19:51:05.996Z | Aug 18 19:51:05.682 INFO added artifact, length: 5178161, hash: f72e0ab711c70fecf5cb6cf49c4c306d661fdb4d650df50719f0994ee867bb73, version: 1.0.44, kind: gimlet_sp, name: gimlet-e |
| 10730 | 2025-08-18T19:51:06.116Z | Aug 18 19:51:05.803 INFO added artifact, length: 5177724, hash: acb80f7c9e3f8406aa5a1da2299ae3c47684e132e32867215c2ad1e665fcf195, version: 1.0.44, kind: gimlet_sp, name: gimlet-f |
| 10731 | 2025-08-18T19:51:06.256Z | Aug 18 19:51:05.943 INFO added artifact, length: 1598190, hash: ae0581235f9b3b6bf0f5980455c24425ac4a5aeb8ff9eaca80c0e17f72b5e7bf, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel |
| 10732 | 2025-08-18T19:51:06.256Z | Aug 18 19:51:05.943 INFO added artifact, length: 1597980, hash: fcb5770aed74933236cdd8478d96055b93d31faa9c601834eca4b8162c5243bc, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel |
| 10733 | 2025-08-18T19:51:06.342Z | Aug 18 19:51:06.029 INFO added artifact, length: 1661760, hash: d2c1ea13b10bab4a8aeda937f7e4be9972284299d81a1feb8697c87f0d524035, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel |
| 10734 | 2025-08-18T19:51:06.342Z | Aug 18 19:51:06.029 INFO added artifact, length: 1661639, hash: 4953ef818ba59956b2f92d60e9843704b85249b24a09afcff028fa9d37a772e4, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel |
| 10735 | 2025-08-18T19:51:06.429Z | Aug 18 19:51:06.116 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 10736 | 2025-08-18T19:51:06.429Z | Aug 18 19:51:06.116 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 10737 | 2025-08-18T19:51:06.514Z | Aug 18 19:51:06.201 INFO added artifact, length: 1598023, hash: b98e6e28a26c13db80bddaaf4f7895d223c74e0b74eab6c2581bb1ed37db0103, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release |
| 10738 | 2025-08-18T19:51:06.514Z | Aug 18 19:51:06.201 INFO added artifact, length: 1597898, hash: 4d2a122ac664537097b100f51ae9acc7dfd10110f72090fb63986dd5a3543800, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release |
| 10739 | 2025-08-18T19:51:06.518Z | Aug 18 19:51:06.202 INFO added artifact, length: 46792, hash: 1c3b4f89b0681df78ec648d697f81e6e1fb0ed89c2ecae0fdb046130dc166070, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel |
| 10740 | 2025-08-18T19:51:06.518Z | Aug 18 19:51:06.203 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart |
| 10741 | 2025-08-18T19:51:06.518Z | Aug 18 19:51:06.204 INFO added artifact, length: 46990, hash: 7b07baa2d7a59825848c3ad28596c0fd9d78c47bafa7fe8c56a18dc2b1afd02a, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release |
| 10742 | 2025-08-18T19:51:14.911Z | Aug 18 19:51:14.608 INFO added artifact, length: 33554432, hash: 7b6fdd785ddeb474d5dad7bb65c3917269fcf69d5167155b85ba42aa23b3a2fe, version: 16.0.0-0.ci+git33b001744b0, kind: host_phase_1, name: host |
| 10743 | 2025-08-18T19:51:14.912Z | Aug 18 19:51:14.608 INFO added artifact, length: 1048580096, hash: 9e4e1ec556430a487afbd6c8d57482a24456295b64ce5071c9ac474a5e029f83, version: 16.0.0-0.ci+git33b001744b0, kind: host_phase_2, name: host |
| 10744 | 2025-08-18T19:51:16.325Z | Aug 18 19:51:16.025 INFO added artifact, length: 33554432, hash: eaef1fb3b355954362eb37a7bebd58d7503b084e4011fa250201daecdd7cbdd7, version: 16.0.0-0.ci+git33b001744b0, kind: trampoline_phase_1, name: trampoline |
| 10745 | 2025-08-18T19:51:16.325Z | Aug 18 19:51:16.025 INFO added artifact, length: 143034360, hash: 5e9b0d565f90273fe45f4eb0364d7bedc16ca5f6afe5f91773586d0243bff28e, version: 16.0.0-0.ci+git33b001744b0, kind: trampoline_phase_2, name: trampoline |
| 10746 | 2025-08-18T19:51:19.494Z | Aug 18 19:51:19.198 INFO added artifact, length: 309555301, hash: c62e0d5ef5aacad4540644ad0520af32909e113d46cf88cd4bee421c45fc1675, version: 16.0.0-0.ci+git33b001744b0, kind: zone, name: clickhouse_keeper |
| 10747 | 2025-08-18T19:51:22.848Z | Aug 18 19:51:22.555 INFO added artifact, length: 326266397, hash: 0aaf579747ff68e14523c430e460b64a95846ba817a136529ee2e5198b643ac5, version: 16.0.0-0.ci+git33b001744b0, kind: zone, name: clickhouse_server |
| 10748 | 2025-08-18T19:51:26.222Z | Aug 18 19:51:25.934 INFO added artifact, length: 326267816, hash: 03c460a80905aa03e26b9a95d1ca1920e40bdf039e1480098f73e43789bcb08f, version: 16.0.0-0.ci+git33b001744b0, kind: zone, name: clickhouse |
| 10749 | 2025-08-18T19:51:27.895Z | Aug 18 19:51:27.609 INFO added artifact, length: 166945837, hash: bb18e724df3f9a9552ccc3dfd6a06cce3ddf943ea68bf96592d3d058a9198457, version: 16.0.0-0.ci+git33b001744b0, kind: zone, name: cockroachdb |
| 10750 | 2025-08-18T19:51:28.298Z | Aug 18 19:51:28.013 INFO added artifact, length: 39274391, hash: ae3f6119c40e4ac665c43ebf01bbe0da819c22f32d88b2f54a7588882679878d, version: 16.0.0-0.ci+git33b001744b0, kind: zone, name: crucible-pantry-zone |
| 10751 | 2025-08-18T19:51:28.802Z | Aug 18 19:51:28.518 INFO added artifact, length: 49313103, hash: c276c8fcbb0cf2917b8a6631f43ad2c0007587d898609a52472c8a6df2e4f8aa, version: 16.0.0-0.ci+git33b001744b0, kind: zone, name: crucible-zone |
| 10752 | 2025-08-18T19:51:29.321Z | Aug 18 19:51:29.037 INFO added artifact, length: 52583659, hash: aa257aa1e26b0766bd817e5399ee0256be539cacdcbee9906a1123e2baba7ba9, version: 16.0.0-0.ci+git33b001744b0, kind: zone, name: external-dns |
| 10753 | 2025-08-18T19:51:29.861Z | Aug 18 19:51:29.578 INFO added artifact, length: 52583261, hash: dad7e3bc0979d72608bd339a6abc2bbb0f5664215600f961276b9c81be65f41b, version: 16.0.0-0.ci+git33b001744b0, kind: zone, name: internal-dns |
| 10754 | 2025-08-18T19:51:31.267Z | Aug 18 19:51:30.986 INFO added artifact, length: 137357095, hash: 7523444af8f5ed7d9d2fe165744f5d6db41e5580770bf562fad34883d01e258b, version: 16.0.0-0.ci+git33b001744b0, kind: zone, name: nexus |
| 10755 | 2025-08-18T19:51:31.629Z | Aug 18 19:51:31.348 INFO added artifact, length: 34181967, hash: 532cf76397330b981e3e98c05e7a05eb8c326f12b5f109ef2053d732000eb5bb, version: 16.0.0-0.ci+git33b001744b0, kind: zone, name: ntp |
| 10756 | 2025-08-18T19:51:32.313Z | Aug 18 19:51:32.033 INFO added artifact, length: 65281776, hash: 75921d64c3d0f6a3e22d85f406f4de4926e8241838f44df5b00adc4d64b19d55, version: 16.0.0-0.ci+git33b001744b0, kind: zone, name: oximeter |
| 10757 | 2025-08-18T19:51:32.345Z | Aug 18 19:51:32.065 INFO added artifact, length: 3109590, hash: ec3b77e04b351d4d26040d2c985bce6ed1fafcbd64c9aa34c603d1e564e76841, version: 16.0.0-0.ci+git33b001744b0, kind: zone, name: probe |
| 10758 | 2025-08-18T19:51:32.392Z | Aug 18 19:51:32.112 INFO added artifact, length: 3877261, hash: a414ef47f51744792387b0d1a0320304b7429cc5af2aa7e9e14643ad661f561d, version: 1.0.44, kind: psc_sp, name: psc-b |
| 10759 | 2025-08-18T19:51:32.438Z | Aug 18 19:51:32.158 INFO added artifact, length: 3881412, hash: 98dd76c53ffab43bce5cd85e35a597ef7c2c3fc98f8acbb13e33222be9f2e68f, version: 1.0.44, kind: psc_sp, name: psc-c |
| 10760 | 2025-08-18T19:51:32.522Z | Aug 18 19:51:32.243 INFO added artifact, length: 1598236, hash: d21ed8741159b27f30d2ce26703ce5dedbe767965333cea41540ee73872cf82c, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel |
| 10761 | 2025-08-18T19:51:32.522Z | Aug 18 19:51:32.243 INFO added artifact, length: 1598033, hash: c611abbf56ae4544b1620c7c0a981b1b5685bac6241de70307bcd1f838bcf404, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel |
| 10762 | 2025-08-18T19:51:32.611Z | Aug 18 19:51:32.332 INFO added artifact, length: 1661685, hash: d96c53558fd097fcc927502c3c44b9f8f55d8468d7db3d3d5f733fe8bdd8c2cf, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel |
| 10763 | 2025-08-18T19:51:32.611Z | Aug 18 19:51:32.332 INFO added artifact, length: 1661662, hash: cfad3ccee1ab13dea7f676ae880d2d84e39003f4da8b5475f8e28748fa4cba1c, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel |
| 10764 | 2025-08-18T19:51:32.699Z | Aug 18 19:51:32.419 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 10765 | 2025-08-18T19:51:32.699Z | Aug 18 19:51:32.419 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 10766 | 2025-08-18T19:51:32.784Z | Aug 18 19:51:32.503 INFO added artifact, length: 1598115, hash: 085fb6c070d5ae1549c9c8d97f591c6ccd727f2c5bcd7cb7fdb63145855fe0af, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-production-release |
| 10767 | 2025-08-18T19:51:32.784Z | Aug 18 19:51:32.503 INFO added artifact, length: 1597926, hash: ba77aa3b3aa06ec1c79dac477b8adf20c58e8366f947828be540259f5f913eaa, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-production-release |
| 10768 | 2025-08-18T19:51:32.787Z | Aug 18 19:51:32.504 INFO added artifact, length: 46732, hash: 63d4e0d7fbff4102a02bf87e9cd664a767ecfe659834f3f90b569857ed9f4008, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel |
| 10769 | 2025-08-18T19:51:32.787Z | Aug 18 19:51:32.505 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart |
| 10770 | 2025-08-18T19:51:32.787Z | Aug 18 19:51:32.506 INFO added artifact, length: 47010, hash: bfe5f6135db8044359e9ef9467dc66b903d54884339c5e041a1024c34de9f632, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release |
| 10771 | 2025-08-18T19:51:32.863Z | Aug 18 19:51:32.583 INFO added artifact, length: 6812483, hash: df4b92bd6eac2e411921bcbd4f0bd8c67b8f980b6f0ff28b729148c540cda36f, version: 1.0.44, kind: switch_sp, name: sidecar-b |
| 10772 | 2025-08-18T19:51:33.013Z | Aug 18 19:51:32.734 INFO added artifact, length: 6829134, hash: 0a3448b1fa7b25d1b3d93aeab7aea43d21a54b249777a311133f4ce23c0c6403, version: 1.0.44, kind: switch_sp, name: sidecar-c |
| 10773 | 2025-08-18T19:51:33.173Z | Aug 18 19:51:32.894 INFO added artifact, length: 6829252, hash: 70f1663ab3f7a47dfae7d9e31bf24433cf0d5a9d2fc94ce648bc2f1e79eb8022, version: 1.0.44, kind: switch_sp, name: sidecar-d |
| 10774 | 2025-08-18T19:51:33.394Z | Aug 18 19:51:33.116 INFO added artifact, length: 1598246, hash: ed0a49c26a0835892838e969690431c04efd017a20576ef524dd50e4b533dbb0, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel |
| 10775 | 2025-08-18T19:51:33.394Z | Aug 18 19:51:33.116 INFO added artifact, length: 1598102, hash: 83076b32fe50437e0e436bc529811e48e75d515725b3e210e85cc078363c0221, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel |
| 10776 | 2025-08-18T19:51:33.481Z | Aug 18 19:51:33.202 INFO added artifact, length: 1661625, hash: 0967279584f6f0b2bc5661fd90e23d0f4546e5e40de25ff4259bc2a0b2263378, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel |
| 10777 | 2025-08-18T19:51:33.481Z | Aug 18 19:51:33.202 INFO added artifact, length: 1661641, hash: a4e2e0184f9b2b789ca3fd8c2f24466ed79c1eb417ae6f65097b828e73fc6e09, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel |
| 10778 | 2025-08-18T19:51:33.593Z | Aug 18 19:51:33.314 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 10779 | 2025-08-18T19:51:33.593Z | Aug 18 19:51:33.314 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 10780 | 2025-08-18T19:51:33.697Z | Aug 18 19:51:33.418 INFO added artifact, length: 1598081, hash: 893dd0679fbc91d73a88991ee93678c70f115b305652ac2d068f3b6d6f0e0254, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-production-release |
| 10781 | 2025-08-18T19:51:33.697Z | Aug 18 19:51:33.418 INFO added artifact, length: 1597886, hash: 8909fddaa87e68e0e581c27bf9e938a6ceee1dd219b14f8eb0c6dbcf05f3b45d, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-production-release |
| 10782 | 2025-08-18T19:51:33.700Z | Aug 18 19:51:33.419 INFO added artifact, length: 46817, hash: f1b2a2ceec8089a3ae641845beb1a5bb1eca4fa2b750d5a7a5d45c69324cb684, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel |
| 10783 | 2025-08-18T19:51:33.700Z | Aug 18 19:51:33.420 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart |
| 10784 | 2025-08-18T19:51:33.700Z | Aug 18 19:51:33.421 INFO added artifact, length: 47055, hash: 4715233449305c86d4cb3e22b050afe657faf22bf20bc74cce9a3081254375b1, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release |
| 10785 | 2025-08-18T19:51:34.301Z | Aug 18 19:51:34.023 INFO extracting uploaded archive to /tmp/.tmpKMItUM |
| 10786 | 2025-08-18T19:51:37.211Z | Aug 18 19:51:36.937 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.0XWY4R |
| 10787 | 2025-08-18T19:51:37.214Z | Aug 18 19:51:36.937 INFO added artifact, length: 383, hash: b05fb8c03dba47b507282abfc3695e358034f034b69eaabcd31a76cedb44ae23, version: 16.0.0-0.ci+git33b001744b0, kind: installinator_document, name: installinator_document |
| 10788 | 2025-08-18T19:51:37.277Z | Aug 18 19:51:37.003 INFO added artifact, length: 6029979, hash: fcf1d07bc2fd6e40ea9fbac8a9d699984a3fd8f13c7c451013c2230adde3f563, version: 1.0.44, kind: gimlet_sp, name: cosmo-a |
| 10789 | 2025-08-18T19:51:37.403Z | Aug 18 19:51:37.129 INFO added artifact, length: 5171032, hash: 6595b1b828650e099301724bd8a9eee9342e282a49187cfb1ca2f3569fe3994d, version: 1.0.44, kind: gimlet_sp, name: gimlet-b |
| 10790 | 2025-08-18T19:51:37.521Z | Aug 18 19:51:37.248 INFO added artifact, length: 5170929, hash: d016f9e744b9815605b2fcc545e149b14b28eb0dcb2a60a4067a79c905ae47bd, version: 1.0.44, kind: gimlet_sp, name: gimlet-c |
| 10791 | 2025-08-18T19:51:37.643Z | Aug 18 19:51:37.370 INFO added artifact, length: 5177632, hash: c18af02d3c18c5e7d68ca332dedf2febd47f0c75abaeb791544c0f0b5de5d811, version: 1.0.44, kind: gimlet_sp, name: gimlet-d |
| 10792 | 2025-08-18T19:51:37.762Z | Aug 18 19:51:37.488 INFO added artifact, length: 5178161, hash: f72e0ab711c70fecf5cb6cf49c4c306d661fdb4d650df50719f0994ee867bb73, version: 1.0.44, kind: gimlet_sp, name: gimlet-e |
| 10793 | 2025-08-18T19:51:37.881Z | Aug 18 19:51:37.608 INFO added artifact, length: 5177724, hash: acb80f7c9e3f8406aa5a1da2299ae3c47684e132e32867215c2ad1e665fcf195, version: 1.0.44, kind: gimlet_sp, name: gimlet-f |
| 10794 | 2025-08-18T19:51:38.023Z | Aug 18 19:51:37.751 INFO added artifact, length: 1598190, hash: ae0581235f9b3b6bf0f5980455c24425ac4a5aeb8ff9eaca80c0e17f72b5e7bf, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel |
| 10795 | 2025-08-18T19:51:38.023Z | Aug 18 19:51:37.751 INFO added artifact, length: 1597980, hash: fcb5770aed74933236cdd8478d96055b93d31faa9c601834eca4b8162c5243bc, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel |
| 10796 | 2025-08-18T19:51:38.109Z | Aug 18 19:51:37.836 INFO added artifact, length: 1661760, hash: d2c1ea13b10bab4a8aeda937f7e4be9972284299d81a1feb8697c87f0d524035, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel |
| 10797 | 2025-08-18T19:51:38.109Z | Aug 18 19:51:37.836 INFO added artifact, length: 1661639, hash: 4953ef818ba59956b2f92d60e9843704b85249b24a09afcff028fa9d37a772e4, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel |
| 10798 | 2025-08-18T19:51:38.194Z | Aug 18 19:51:37.921 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 10799 | 2025-08-18T19:51:38.194Z | Aug 18 19:51:37.921 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 10800 | 2025-08-18T19:51:38.278Z | Aug 18 19:51:38.005 INFO added artifact, length: 1598023, hash: b98e6e28a26c13db80bddaaf4f7895d223c74e0b74eab6c2581bb1ed37db0103, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release |
| 10801 | 2025-08-18T19:51:38.278Z | Aug 18 19:51:38.005 INFO added artifact, length: 1597898, hash: 4d2a122ac664537097b100f51ae9acc7dfd10110f72090fb63986dd5a3543800, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release |
| 10802 | 2025-08-18T19:51:38.280Z | Aug 18 19:51:38.007 INFO added artifact, length: 46792, hash: 1c3b4f89b0681df78ec648d697f81e6e1fb0ed89c2ecae0fdb046130dc166070, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel |
| 10803 | 2025-08-18T19:51:38.280Z | Aug 18 19:51:38.007 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart |
| 10804 | 2025-08-18T19:51:38.283Z | Aug 18 19:51:38.008 INFO added artifact, length: 46990, hash: 7b07baa2d7a59825848c3ad28596c0fd9d78c47bafa7fe8c56a18dc2b1afd02a, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release |
| 10805 | 2025-08-18T19:51:46.382Z | Aug 18 19:51:46.120 INFO added artifact, length: 33554432, hash: 7b6fdd785ddeb474d5dad7bb65c3917269fcf69d5167155b85ba42aa23b3a2fe, version: 16.0.0-0.ci+git33b001744b0, kind: host_phase_1, name: host |
| 10806 | 2025-08-18T19:51:46.382Z | Aug 18 19:51:46.120 INFO added artifact, length: 1048580096, hash: 9e4e1ec556430a487afbd6c8d57482a24456295b64ce5071c9ac474a5e029f83, version: 16.0.0-0.ci+git33b001744b0, kind: host_phase_2, name: host |
| 10807 | 2025-08-18T19:51:47.817Z | Aug 18 19:51:47.556 INFO added artifact, length: 33554432, hash: eaef1fb3b355954362eb37a7bebd58d7503b084e4011fa250201daecdd7cbdd7, version: 16.0.0-0.ci+git33b001744b0, kind: trampoline_phase_1, name: trampoline |
| 10808 | 2025-08-18T19:51:47.817Z | Aug 18 19:51:47.556 INFO added artifact, length: 143034360, hash: 5e9b0d565f90273fe45f4eb0364d7bedc16ca5f6afe5f91773586d0243bff28e, version: 16.0.0-0.ci+git33b001744b0, kind: trampoline_phase_2, name: trampoline |
| 10809 | 2025-08-18T19:51:58.510Z | Aug 18 19:51:58.264 INFO added artifact, length: 1617202085, hash: 7b77cbb6f93fe313dbcc566094f18fdeaf6fa5b61ee01498db347f5809c9493f, version: 16.0.0-0.ci+git33b001744b0, kind: control_plane, name: control-plane |
| 10810 | 2025-08-18T19:51:58.584Z | Aug 18 19:51:58.337 INFO added artifact, length: 3877261, hash: a414ef47f51744792387b0d1a0320304b7429cc5af2aa7e9e14643ad661f561d, version: 1.0.44, kind: psc_sp, name: psc-b |
| 10811 | 2025-08-18T19:51:58.654Z | Aug 18 19:51:58.408 INFO added artifact, length: 3881412, hash: 98dd76c53ffab43bce5cd85e35a597ef7c2c3fc98f8acbb13e33222be9f2e68f, version: 1.0.44, kind: psc_sp, name: psc-c |
| 10812 | 2025-08-18T19:51:58.780Z | Aug 18 19:51:58.534 INFO added artifact, length: 1598236, hash: d21ed8741159b27f30d2ce26703ce5dedbe767965333cea41540ee73872cf82c, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel |
| 10813 | 2025-08-18T19:51:58.780Z | Aug 18 19:51:58.534 INFO added artifact, length: 1598033, hash: c611abbf56ae4544b1620c7c0a981b1b5685bac6241de70307bcd1f838bcf404, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel |
| 10814 | 2025-08-18T19:51:58.912Z | Aug 18 19:51:58.666 INFO added artifact, length: 1661685, hash: d96c53558fd097fcc927502c3c44b9f8f55d8468d7db3d3d5f733fe8bdd8c2cf, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel |
| 10815 | 2025-08-18T19:51:58.912Z | Aug 18 19:51:58.666 INFO added artifact, length: 1661662, hash: cfad3ccee1ab13dea7f676ae880d2d84e39003f4da8b5475f8e28748fa4cba1c, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel |
| 10816 | 2025-08-18T19:51:59.039Z | Aug 18 19:51:58.794 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 10817 | 2025-08-18T19:51:59.042Z | Aug 18 19:51:58.794 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 10818 | 2025-08-18T19:51:59.166Z | Aug 18 19:51:58.921 INFO added artifact, length: 1598115, hash: 085fb6c070d5ae1549c9c8d97f591c6ccd727f2c5bcd7cb7fdb63145855fe0af, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-production-release |
| 10819 | 2025-08-18T19:51:59.166Z | Aug 18 19:51:58.921 INFO added artifact, length: 1597926, hash: ba77aa3b3aa06ec1c79dac477b8adf20c58e8366f947828be540259f5f913eaa, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-production-release |
| 10820 | 2025-08-18T19:51:59.169Z | Aug 18 19:51:58.923 INFO added artifact, length: 46732, hash: 63d4e0d7fbff4102a02bf87e9cd664a767ecfe659834f3f90b569857ed9f4008, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel |
| 10821 | 2025-08-18T19:51:59.172Z | Aug 18 19:51:58.924 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart |
| 10822 | 2025-08-18T19:51:59.172Z | Aug 18 19:51:58.925 INFO added artifact, length: 47010, hash: bfe5f6135db8044359e9ef9467dc66b903d54884339c5e041a1024c34de9f632, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release |
| 10823 | 2025-08-18T19:51:59.291Z | Aug 18 19:51:59.045 INFO added artifact, length: 6812483, hash: df4b92bd6eac2e411921bcbd4f0bd8c67b8f980b6f0ff28b729148c540cda36f, version: 1.0.44, kind: switch_sp, name: sidecar-b |
| 10824 | 2025-08-18T19:51:59.520Z | Aug 18 19:51:59.275 INFO added artifact, length: 6829134, hash: 0a3448b1fa7b25d1b3d93aeab7aea43d21a54b249777a311133f4ce23c0c6403, version: 1.0.44, kind: switch_sp, name: sidecar-c |
| 10825 | 2025-08-18T19:51:59.753Z | Aug 18 19:51:59.508 INFO added artifact, length: 6829252, hash: 70f1663ab3f7a47dfae7d9e31bf24433cf0d5a9d2fc94ce648bc2f1e79eb8022, version: 1.0.44, kind: switch_sp, name: sidecar-d |
| 10826 | 2025-08-18T19:51:59.998Z | Aug 18 19:51:59.753 INFO added artifact, length: 1598246, hash: ed0a49c26a0835892838e969690431c04efd017a20576ef524dd50e4b533dbb0, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel |
| 10827 | 2025-08-18T19:51:59.998Z | Aug 18 19:51:59.753 INFO added artifact, length: 1598102, hash: 83076b32fe50437e0e436bc529811e48e75d515725b3e210e85cc078363c0221, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel |
| 10828 | 2025-08-18T19:52:00.092Z | Aug 18 19:51:59.847 INFO added artifact, length: 1661625, hash: 0967279584f6f0b2bc5661fd90e23d0f4546e5e40de25ff4259bc2a0b2263378, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel |
| 10829 | 2025-08-18T19:52:00.092Z | Aug 18 19:51:59.847 INFO added artifact, length: 1661641, hash: a4e2e0184f9b2b789ca3fd8c2f24466ed79c1eb417ae6f65097b828e73fc6e09, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel |
| 10830 | 2025-08-18T19:52:00.178Z | Aug 18 19:51:59.933 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 10831 | 2025-08-18T19:52:00.178Z | Aug 18 19:51:59.933 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 10832 | 2025-08-18T19:52:00.261Z | Aug 18 19:52:00.017 INFO added artifact, length: 1598081, hash: 893dd0679fbc91d73a88991ee93678c70f115b305652ac2d068f3b6d6f0e0254, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-production-release |
| 10833 | 2025-08-18T19:52:00.261Z | Aug 18 19:52:00.017 INFO added artifact, length: 1597886, hash: 8909fddaa87e68e0e581c27bf9e938a6ceee1dd219b14f8eb0c6dbcf05f3b45d, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-production-release |
| 10834 | 2025-08-18T19:52:00.266Z | Aug 18 19:52:00.018 INFO added artifact, length: 46817, hash: f1b2a2ceec8089a3ae641845beb1a5bb1eca4fa2b750d5a7a5d45c69324cb684, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel |
| 10835 | 2025-08-18T19:52:00.266Z | Aug 18 19:52:00.019 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart |
| 10836 | 2025-08-18T19:52:00.266Z | Aug 18 19:52:00.020 INFO added artifact, length: 47055, hash: 4715233449305c86d4cb3e22b050afe657faf22bf20bc74cce9a3081254375b1, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release |
| 10837 | 2025-08-18T19:52:00.770Z | Aug 18 19:52:00.526 INFO [tuf-repo] task succeeded (107.580977785s) |
| 10838 | 2025-08-18T19:52:00.770Z | Aug 18 19:52:00.526 INFO all jobs completed in 3075.520424267s |
| 10839 | 2025-08-18T19:52:01.892Z | process exited: duration 3756432 ms, exit code 0 |
| |
| 10840 | 2025-08-18T19:52:01.910Z | found 41 output files |
| 10841 | 2025-08-18T19:52:01.910Z | uploading: /work/manifest.toml (14007 bytes) |
| 10842 | 2025-08-18T19:52:02.926Z | uploaded: /work/manifest.toml |
| 10843 | 2025-08-18T19:52:02.926Z | uploading: /work/repo.zip (2767398710 bytes) |
| 10844 | 2025-08-18T19:52:47.946Z | uploaded: /work/repo.zip |
| 10845 | 2025-08-18T19:52:47.946Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
| 10846 | 2025-08-18T19:52:48.967Z | uploaded: /work/repo.zip.sha256.txt |
| 10847 | 2025-08-18T19:52:48.967Z | uploading: /work/helios.json (584 bytes) |
| 10848 | 2025-08-18T19:52:49.977Z | uploaded: /work/helios.json |
| 10849 | 2025-08-18T19:52:49.977Z | uploading: /work/incorporation.p5m (99188 bytes) |
| 10850 | 2025-08-18T19:52:50.995Z | uploaded: /work/incorporation.p5m |
| 10851 | 2025-08-18T19:52:50.996Z | uploading: /work/incorporation.p5p (112640 bytes) |
| 10852 | 2025-08-18T19:52:52.013Z | uploaded: /work/incorporation.p5p |
| 10853 | 2025-08-18T19:52:52.013Z | uploading: /work/helios-incorp.log (526 bytes) |
| 10854 | 2025-08-18T19:52:53.021Z | uploaded: /work/helios-incorp.log |
| 10855 | 2025-08-18T19:52:53.021Z | uploading: /work/helios-setup.log (71896 bytes) |
| 10856 | 2025-08-18T19:52:54.037Z | uploaded: /work/helios-setup.log |
| 10857 | 2025-08-18T19:52:54.040Z | uploading: /work/host-image.log (230586 bytes) |
| 10858 | 2025-08-18T19:52:55.063Z | uploaded: /work/host-image.log |
| 10859 | 2025-08-18T19:52:55.063Z | uploading: /work/host-package.log (30044 bytes) |
| 10860 | 2025-08-18T19:52:56.075Z | uploaded: /work/host-package.log |
| 10861 | 2025-08-18T19:52:56.075Z | uploading: /work/host-target.log (101 bytes) |
| 10862 | 2025-08-18T19:52:57.084Z | uploaded: /work/host-target.log |
| 10863 | 2025-08-18T19:52:57.084Z | uploading: /work/incorp-create.log (0 bytes) |
| 10864 | 2025-08-18T19:52:58.092Z | uploaded: /work/incorp-create.log |
| 10865 | 2025-08-18T19:52:58.092Z | uploading: /work/incorp-fmt.log (0 bytes) |
| 10866 | 2025-08-18T19:52:59.097Z | uploaded: /work/incorp-fmt.log |
| 10867 | 2025-08-18T19:52:59.100Z | uploading: /work/incorp-pkgsend.log (108 bytes) |
| 10868 | 2025-08-18T19:53:00.106Z | uploaded: /work/incorp-pkgsend.log |
| 10869 | 2025-08-18T19:53:00.106Z | uploading: /work/incorp-publisher.log (0 bytes) |
| 10870 | 2025-08-18T19:53:01.112Z | uploaded: /work/incorp-publisher.log |
| 10871 | 2025-08-18T19:53:01.115Z | uploading: /work/omicron-package.log (6872 bytes) |
| 10872 | 2025-08-18T19:53:02.121Z | uploaded: /work/omicron-package.log |
| 10873 | 2025-08-18T19:53:02.121Z | uploading: /work/recovery-image.log (602430 bytes) |
| 10874 | 2025-08-18T19:53:03.160Z | uploaded: /work/recovery-image.log |
| 10875 | 2025-08-18T19:53:03.160Z | uploading: /work/recovery-package.log (1685 bytes) |
| 10876 | 2025-08-18T19:53:04.167Z | uploaded: /work/recovery-package.log |
| 10877 | 2025-08-18T19:53:04.167Z | uploading: /work/recovery-target.log (98 bytes) |
| 10878 | 2025-08-18T19:53:05.176Z | uploaded: /work/recovery-target.log |
| 10879 | 2025-08-18T19:53:05.176Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
| 10880 | 2025-08-18T19:53:06.186Z | uploaded: /work/stamp-clickhouse.log |
| 10881 | 2025-08-18T19:53:06.190Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
| 10882 | 2025-08-18T19:53:07.195Z | uploaded: /work/stamp-clickhouse_keeper.log |
| 10883 | 2025-08-18T19:53:07.199Z | uploading: /work/stamp-clickhouse_server.log (124 bytes) |
| 10884 | 2025-08-18T19:53:08.204Z | uploaded: /work/stamp-clickhouse_server.log |
| 10885 | 2025-08-18T19:53:08.208Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
| 10886 | 2025-08-18T19:53:09.215Z | uploaded: /work/stamp-cockroachdb.log |
| 10887 | 2025-08-18T19:53:09.218Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
| 10888 | 2025-08-18T19:53:10.224Z | uploaded: /work/stamp-crucible-dtrace.log |
| 10889 | 2025-08-18T19:53:10.224Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
| 10890 | 2025-08-18T19:53:11.233Z | uploaded: /work/stamp-crucible-pantry-zone.log |
| 10891 | 2025-08-18T19:53:11.236Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
| 10892 | 2025-08-18T19:53:12.242Z | uploaded: /work/stamp-crucible-zone.log |
| 10893 | 2025-08-18T19:53:12.242Z | uploading: /work/stamp-external-dns.log (119 bytes) |
| 10894 | 2025-08-18T19:53:13.251Z | uploaded: /work/stamp-external-dns.log |
| 10895 | 2025-08-18T19:53:13.251Z | uploading: /work/stamp-installinator.log (103 bytes) |
| 10896 | 2025-08-18T19:53:14.258Z | uploaded: /work/stamp-installinator.log |
| 10897 | 2025-08-18T19:53:14.258Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
| 10898 | 2025-08-18T19:53:15.267Z | uploaded: /work/stamp-internal-dns.log |
| 10899 | 2025-08-18T19:53:15.267Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
| 10900 | 2025-08-18T19:53:16.278Z | uploaded: /work/stamp-mg-ddm-gz.log |
| 10901 | 2025-08-18T19:53:16.281Z | uploading: /work/stamp-nexus.log (112 bytes) |
| 10902 | 2025-08-18T19:53:17.287Z | uploaded: /work/stamp-nexus.log |
| 10903 | 2025-08-18T19:53:17.291Z | uploading: /work/stamp-ntp.log (110 bytes) |
| 10904 | 2025-08-18T19:53:18.296Z | uploaded: /work/stamp-ntp.log |
| 10905 | 2025-08-18T19:53:18.299Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
| 10906 | 2025-08-18T19:53:19.306Z | uploaded: /work/stamp-omicron-sled-agent.log |
| 10907 | 2025-08-18T19:53:19.306Z | uploading: /work/stamp-overlay.log (114 bytes) |
| 10908 | 2025-08-18T19:53:20.314Z | uploaded: /work/stamp-overlay.log |
| 10909 | 2025-08-18T19:53:20.314Z | uploading: /work/stamp-oximeter.log (115 bytes) |
| 10910 | 2025-08-18T19:53:21.323Z | uploaded: /work/stamp-oximeter.log |
| 10911 | 2025-08-18T19:53:21.323Z | uploading: /work/stamp-oxlog.log (109 bytes) |
| 10912 | 2025-08-18T19:53:22.331Z | uploaded: /work/stamp-oxlog.log |
| 10913 | 2025-08-18T19:53:22.331Z | uploading: /work/stamp-probe.log (112 bytes) |
| 10914 | 2025-08-18T19:53:23.340Z | uploaded: /work/stamp-probe.log |
| 10915 | 2025-08-18T19:53:23.340Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
| 10916 | 2025-08-18T19:53:24.351Z | uploaded: /work/stamp-propolis-server.log |
| 10917 | 2025-08-18T19:53:24.356Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
| 10918 | 2025-08-18T19:53:25.364Z | uploaded: /work/stamp-pumpkind-gz.log |
| 10919 | 2025-08-18T19:53:25.368Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
| 10920 | 2025-08-18T19:53:26.378Z | uploaded: /work/stamp-switch-asic.log |
| 10921 | 2025-08-18T19:53:26.381Z | uploading: /work/verify-libraries.log (7287 bytes) |
| 10922 | 2025-08-18T19:53:27.390Z | uploaded: /work/verify-libraries.log |