|
|
|
| 1 | 2026-05-27T02:06:10.139Z | job assigned to worker 01KSKJVZ5ZDDN80HV61AXDRS2X [factory aws, i-045b5cd48d2dc4354] (queued for 49 s) |
| |
| 2 | 2026-05-27T02:06:17.623Z | starting task 0: "setup" |
| 3 | 2026-05-27T02:06:17.627Z | ++ uname -s |
| 4 | 2026-05-27T02:06:17.632Z | + kern=SunOS |
| 5 | 2026-05-27T02:06:17.632Z | + build_user=build |
| 6 | 2026-05-27T02:06:17.632Z | + build_uid=12345 |
| 7 | 2026-05-27T02:06:17.632Z | + work_dir=/work |
| 8 | 2026-05-27T02:06:17.632Z | + input_dir=/input |
| 9 | 2026-05-27T02:06:17.632Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-27T02:06:17.632Z | + case "$kern" in |
| 11 | 2026-05-27T02:06:17.632Z | + groupadd -g 12345 build |
| 12 | 2026-05-27T02:06:17.638Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-27T02:06:19.645Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-27T02:06:19.722Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-27T02:06:19.725Z | + home_fs=zfs |
| 16 | 2026-05-27T02:06:19.725Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-27T02:06:19.725Z | + mkdir -p /home/build |
| 18 | 2026-05-27T02:06:19.728Z | + chown build:build /home/build /work |
| 19 | 2026-05-27T02:06:21.728Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-27T02:06:21.731Z | process exited: duration 4109 ms, exit code 0 |
| |
| 21 | 2026-05-27T02:06:21.738Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-27T02:06:21.743Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-27T02:06:21.743Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-27T02:06:21.743Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-27T02:06:21.743Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-27T02:06:21.743Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-05-27T02:06:21.743Z | * rust toolchain profile = "default" |
| 28 | 2026-05-27T02:06:21.746Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-27T02:06:21.746Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-27T02:06:21.856Z | info: downloading installer |
| 31 | 2026-05-27T02:06:23.471Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-27T02:06:23.471Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-27T02:06:23.471Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-27T02:06:23.471Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-27T02:06:23.484Z | info: profile set to default |
| 36 | 2026-05-27T02:06:23.484Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-27T02:06:23.487Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-27T02:06:23.621Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-27T02:06:23.624Z | info: downloading 6 components |
| 40 | 2026-05-27T02:06:38.082Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-27T02:06:38.082Z | |
| 42 | 2026-05-27T02:06:38.113Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-27T02:06:38.113Z | |
| 44 | 2026-05-27T02:06:38.113Z | |
| 45 | 2026-05-27T02:06:38.113Z | Rust is installed now. Great! |
| 46 | 2026-05-27T02:06:38.113Z | |
| 47 | 2026-05-27T02:06:38.113Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-27T02:06:38.113Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-27T02:06:38.114Z | |
| 50 | 2026-05-27T02:06:38.114Z | To configure your current shell, you need to source |
| 51 | 2026-05-27T02:06:38.114Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-27T02:06:38.114Z | |
| 53 | 2026-05-27T02:06:38.114Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-27T02:06:38.124Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-27T02:06:38.124Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-27T02:06:38.124Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-27T02:06:38.124Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-27T02:06:38.124Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-27T02:06:38.124Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-27T02:06:38.124Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-27T02:06:38.124Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-27T02:06:38.216Z | + rustup --version |
| 63 | 2026-05-27T02:06:38.222Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-27T02:06:38.225Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-27T02:06:38.245Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-27T02:06:38.248Z | + cargo --version |
| 67 | 2026-05-27T02:06:38.255Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-27T02:06:38.259Z | + rustc --version |
| 69 | 2026-05-27T02:06:38.280Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-27T02:06:38.284Z | process exited: duration 16545 ms, exit code 0 |
| |
| 71 | 2026-05-27T02:06:38.289Z | starting task 2: "authentication" |
| 72 | 2026-05-27T02:06:38.307Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-05-27T02:06:38.316Z | starting task 3: "clone repository" |
| 74 | 2026-05-27T02:06:38.319Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-27T02:06:38.322Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-27T02:06:38.362Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-27T02:06:48.407Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-27T02:06:48.407Z | + git fetch origin 61f3025dc1c6309f0a8fcb0fadd3a799c572a840 |
| 79 | 2026-05-27T02:06:48.679Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-27T02:06:48.680Z | * branch 61f3025dc1c6309f0a8fcb0fadd3a799c572a840 -> FETCH_HEAD |
| 81 | 2026-05-27T02:06:48.691Z | + [[ -n '' ]] |
| 82 | 2026-05-27T02:06:48.691Z | + git reset --hard 61f3025dc1c6309f0a8fcb0fadd3a799c572a840 |
| 83 | 2026-05-27T02:06:48.929Z | HEAD is now at 61f3025dc [spr] initial version |
| 84 | 2026-05-27T02:06:48.932Z | process exited: duration 10617 ms, exit code 0 |
| |
| 85 | 2026-05-27T02:06:48.938Z | starting task 4: "build" |
| 86 | 2026-05-27T02:06:48.943Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-05-27T02:06:48.943Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-05-27T02:06:48.943Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-05-27T02:06:48.943Z | + cargo --version |
| 90 | 2026-05-27T02:06:48.953Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 91 | 2026-05-27T02:06:48.956Z | + rustc --version |
| 92 | 2026-05-27T02:06:48.977Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 93 | 2026-05-27T02:06:48.980Z | + cargo tree --locked |
| 94 | 2026-05-27T02:06:49.148Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 95 | 2026-05-27T02:06:49.403Z | Updating crates.io index |
| 96 | 2026-05-27T02:06:49.406Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 97 | 2026-05-27T02:06:49.673Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 98 | 2026-05-27T02:06:50.563Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 99 | 2026-05-27T02:06:51.093Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 100 | 2026-05-27T02:06:52.061Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 101 | 2026-05-27T02:06:52.568Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 102 | 2026-05-27T02:06:54.053Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 103 | 2026-05-27T02:06:54.731Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 104 | 2026-05-27T02:06:55.025Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 105 | 2026-05-27T02:06:55.986Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 106 | 2026-05-27T02:06:56.402Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 107 | 2026-05-27T02:06:56.876Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 108 | 2026-05-27T02:06:57.129Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 109 | 2026-05-27T02:06:58.124Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 110 | 2026-05-27T02:06:58.599Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 111 | 2026-05-27T02:06:58.867Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 112 | 2026-05-27T02:06:59.185Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 113 | 2026-05-27T02:06:59.509Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 114 | 2026-05-27T02:06:59.815Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 115 | 2026-05-27T02:07:00.175Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 116 | 2026-05-27T02:07:00.405Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 117 | 2026-05-27T02:07:00.653Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 118 | 2026-05-27T02:07:01.022Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 119 | 2026-05-27T02:07:01.554Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 120 | 2026-05-27T02:07:01.970Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 121 | 2026-05-27T02:07:02.409Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 122 | 2026-05-27T02:07:02.625Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 123 | 2026-05-27T02:07:02.932Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 124 | 2026-05-27T02:07:03.922Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 125 | 2026-05-27T02:07:04.574Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 126 | 2026-05-27T02:07:05.022Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 127 | 2026-05-27T02:07:05.420Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 128 | 2026-05-27T02:07:05.759Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 129 | 2026-05-27T02:07:06.050Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 130 | 2026-05-27T02:07:06.352Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 131 | 2026-05-27T02:07:06.706Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 132 | 2026-05-27T02:07:07.204Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 133 | 2026-05-27T02:07:07.451Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 134 | 2026-05-27T02:07:07.693Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 135 | 2026-05-27T02:07:08.069Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 136 | 2026-05-27T02:07:20.049Z | Downloading crates ... |
| 137 | 2026-05-27T02:07:20.125Z | Downloaded adler2 v2.0.1 |
| 138 | 2026-05-27T02:07:20.129Z | Downloaded addr2line v0.25.1 |
| 139 | 2026-05-27T02:07:20.132Z | Downloaded async-trait v0.1.89 |
| 140 | 2026-05-27T02:07:20.138Z | Downloaded backoff v0.4.0 |
| 141 | 2026-05-27T02:07:20.141Z | Downloaded bitfield v0.19.4 |
| 142 | 2026-05-27T02:07:20.144Z | Downloaded anstyle-query v1.1.5 |
| 143 | 2026-05-27T02:07:20.144Z | Downloaded cbc v0.1.2 |
| 144 | 2026-05-27T02:07:20.146Z | Downloaded async-compression v0.4.41 |
| 145 | 2026-05-27T02:07:20.149Z | Downloaded base16ct v0.2.0 |
| 146 | 2026-05-27T02:07:20.149Z | Downloaded async-object-pool v0.2.0 |
| 147 | 2026-05-27T02:07:20.153Z | Downloaded backtrace-ext v0.2.1 |
| 148 | 2026-05-27T02:07:20.156Z | Downloaded atty v0.2.14 |
| 149 | 2026-05-27T02:07:20.156Z | Downloaded bit-vec v0.6.3 |
| 150 | 2026-05-27T02:07:20.159Z | Downloaded approx v0.5.1 |
| 151 | 2026-05-27T02:07:20.159Z | Downloaded anyhow v1.0.102 |
| 152 | 2026-05-27T02:07:20.166Z | Downloaded bit-set v0.5.3 |
| 153 | 2026-05-27T02:07:20.169Z | Downloaded cpufeatures v0.3.0 |
| 154 | 2026-05-27T02:07:20.172Z | Downloaded backon v1.6.0 |
| 155 | 2026-05-27T02:07:20.175Z | Downloaded async-recursion v1.1.1 |
| 156 | 2026-05-27T02:07:20.178Z | Downloaded bit-set v0.8.0 |
| 157 | 2026-05-27T02:07:20.179Z | Downloaded crc-catalog v2.4.0 |
| 158 | 2026-05-27T02:07:20.179Z | Downloaded crc8 v0.1.1 |
| 159 | 2026-05-27T02:07:20.179Z | Downloaded crc v3.4.0 |
| 160 | 2026-05-27T02:07:20.182Z | Downloaded atomicwrites v0.4.4 |
| 161 | 2026-05-27T02:07:20.182Z | Downloaded allocator-api2 v0.2.21 |
| 162 | 2026-05-27T02:07:20.182Z | Downloaded backtrace v0.3.76 |
| 163 | 2026-05-27T02:07:20.186Z | Downloaded aho-corasick v1.1.4 |
| 164 | 2026-05-27T02:07:20.189Z | Downloaded cpufeatures v0.2.17 |
| 165 | 2026-05-27T02:07:20.192Z | Downloaded compression-core v0.4.31 |
| 166 | 2026-05-27T02:07:20.192Z | Downloaded clap_lex v1.0.0 |
| 167 | 2026-05-27T02:07:20.196Z | Downloaded crypto-common v0.1.7 |
| 168 | 2026-05-27T02:07:20.199Z | Downloaded defmt v0.3.100 |
| 169 | 2026-05-27T02:07:20.201Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 170 | 2026-05-27T02:07:20.201Z | Downloaded bcs v0.1.6 |
| 171 | 2026-05-27T02:07:20.204Z | Downloaded darling_macro v0.23.0 |
| 172 | 2026-05-27T02:07:20.204Z | Downloaded arrayref v0.3.9 |
| 173 | 2026-05-27T02:07:20.204Z | Downloaded cmake v0.1.57 |
| 174 | 2026-05-27T02:07:20.207Z | Downloaded compression-codecs v0.4.37 |
| 175 | 2026-05-27T02:07:20.210Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 176 | 2026-05-27T02:07:20.210Z | Downloaded cassowary v0.3.0 |
| 177 | 2026-05-27T02:07:20.213Z | Downloaded constant_time_eq v0.3.1 |
| 178 | 2026-05-27T02:07:20.213Z | Downloaded derive_builder_macro v0.20.2 |
| 179 | 2026-05-27T02:07:20.213Z | Downloaded async-stream v0.3.6 |
| 180 | 2026-05-27T02:07:20.213Z | Downloaded concurrent-queue v2.5.0 |
| 181 | 2026-05-27T02:07:20.217Z | Downloaded darling_macro v0.20.11 |
| 182 | 2026-05-27T02:07:20.217Z | Downloaded dunce v1.0.5 |
| 183 | 2026-05-27T02:07:20.217Z | Downloaded aead v0.5.2 |
| 184 | 2026-05-27T02:07:20.220Z | Downloaded crunchy v0.2.4 |
| 185 | 2026-05-27T02:07:20.220Z | Downloaded cstr-argument v0.1.2 |
| 186 | 2026-05-27T02:07:20.220Z | Downloaded crucible-workspace-hack v0.1.0 |
| 187 | 2026-05-27T02:07:20.220Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 188 | 2026-05-27T02:07:20.220Z | Downloaded assert-json-diff v2.0.2 |
| 189 | 2026-05-27T02:07:20.223Z | Downloaded darling_macro v0.21.3 |
| 190 | 2026-05-27T02:07:20.223Z | Downloaded bb8 v0.8.6 |
| 191 | 2026-05-27T02:07:20.223Z | Downloaded cfg_aliases v0.2.1 |
| 192 | 2026-05-27T02:07:20.223Z | Downloaded block-buffer v0.10.4 |
| 193 | 2026-05-27T02:07:20.226Z | Downloaded cargo-platform v0.3.2 |
| 194 | 2026-05-27T02:07:20.226Z | Downloaded atomic-waker v1.1.2 |
| 195 | 2026-05-27T02:07:20.226Z | Downloaded array-init v0.0.4 |
| 196 | 2026-05-27T02:07:20.229Z | Downloaded async-stream-impl v0.3.6 |
| 197 | 2026-05-27T02:07:20.229Z | Downloaded cargo-platform v0.2.0 |
| 198 | 2026-05-27T02:07:20.232Z | Downloaded display-error-chain v0.2.2 |
| 199 | 2026-05-27T02:07:20.232Z | Downloaded cast v0.3.0 |
| 200 | 2026-05-27T02:07:20.232Z | Downloaded darling_macro v0.13.4 |
| 201 | 2026-05-27T02:07:20.232Z | Downloaded bitfield-struct v0.6.2 |
| 202 | 2026-05-27T02:07:20.235Z | Downloaded base64ct v1.8.3 |
| 203 | 2026-05-27T02:07:20.235Z | Downloaded anes v0.1.6 |
| 204 | 2026-05-27T02:07:20.238Z | Downloaded defmt-parser v1.0.0 |
| 205 | 2026-05-27T02:07:20.238Z | Downloaded ascii-canvas v3.0.0 |
| 206 | 2026-05-27T02:07:20.238Z | Downloaded criterion-plot v0.6.0 |
| 207 | 2026-05-27T02:07:20.241Z | Downloaded convert_case v0.10.0 |
| 208 | 2026-05-27T02:07:20.241Z | Downloaded constant_time_eq v0.4.2 |
| 209 | 2026-05-27T02:07:20.244Z | Downloaded crossbeam-deque v0.8.6 |
| 210 | 2026-05-27T02:07:20.247Z | Downloaded darling v0.13.4 |
| 211 | 2026-05-27T02:07:20.251Z | Downloaded corncobs v0.1.4 |
| 212 | 2026-05-27T02:07:20.251Z | Downloaded castaway v0.2.4 |
| 213 | 2026-05-27T02:07:20.254Z | Downloaded daft-derive v0.1.7 |
| 214 | 2026-05-27T02:07:20.254Z | Downloaded clang-sys v1.8.1 |
| 215 | 2026-05-27T02:07:20.257Z | Downloaded cfg_aliases v0.1.1 |
| 216 | 2026-05-27T02:07:20.257Z | Downloaded colorchoice v1.0.4 |
| 217 | 2026-05-27T02:07:20.257Z | Downloaded assert_matches v1.5.0 |
| 218 | 2026-05-27T02:07:20.257Z | Downloaded colored v3.1.1 |
| 219 | 2026-05-27T02:07:20.260Z | Downloaded block-padding v0.3.3 |
| 220 | 2026-05-27T02:07:20.260Z | Downloaded bitfield-macros v0.19.4 |
| 221 | 2026-05-27T02:07:20.263Z | Downloaded downcast-rs v2.0.2 |
| 222 | 2026-05-27T02:07:20.263Z | Downloaded dof v0.4.0 |
| 223 | 2026-05-27T02:07:20.266Z | Downloaded ciborium-ll v0.2.2 |
| 224 | 2026-05-27T02:07:20.266Z | Downloaded ciborium-io v0.2.2 |
| 225 | 2026-05-27T02:07:20.266Z | Downloaded dirs-sys-next v0.1.2 |
| 226 | 2026-05-27T02:07:20.269Z | Downloaded dirs-next v2.0.0 |
| 227 | 2026-05-27T02:07:20.272Z | Downloaded document-features v0.2.12 |
| 228 | 2026-05-27T02:07:20.272Z | Downloaded cfg-if v1.0.4 |
| 229 | 2026-05-27T02:07:20.272Z | Downloaded anstyle-parse v0.2.7 |
| 230 | 2026-05-27T02:07:20.275Z | Downloaded difflib v0.4.0 |
| 231 | 2026-05-27T02:07:20.275Z | Downloaded cobs v0.3.0 |
| 232 | 2026-05-27T02:07:20.275Z | Downloaded cargo_metadata v0.23.1 |
| 233 | 2026-05-27T02:07:20.277Z | Downloaded byteorder v1.5.0 |
| 234 | 2026-05-27T02:07:20.277Z | Downloaded chacha20 v0.9.1 |
| 235 | 2026-05-27T02:07:20.277Z | Downloaded deranged v0.5.8 |
| 236 | 2026-05-27T02:07:20.282Z | Downloaded defmt v1.0.1 |
| 237 | 2026-05-27T02:07:20.285Z | Downloaded base64 v0.22.1 |
| 238 | 2026-05-27T02:07:20.285Z | Downloaded embedded-io v0.4.0 |
| 239 | 2026-05-27T02:07:20.285Z | Downloaded dtrace-parser v0.3.0 |
| 240 | 2026-05-27T02:07:20.288Z | Downloaded dtrace-parser v0.2.0 |
| 241 | 2026-05-27T02:07:20.288Z | Downloaded der_derive v0.7.3 |
| 242 | 2026-05-27T02:07:20.288Z | Downloaded debug-ignore v1.0.5 |
| 243 | 2026-05-27T02:07:20.288Z | Downloaded defmt-macros v1.0.1 |
| 244 | 2026-05-27T02:07:20.291Z | Downloaded endian-type v0.1.2 |
| 245 | 2026-05-27T02:07:20.291Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 246 | 2026-05-27T02:07:20.291Z | Downloaded ctr v0.9.2 |
| 247 | 2026-05-27T02:07:20.294Z | Downloaded dyn-clone v1.0.20 |
| 248 | 2026-05-27T02:07:20.294Z | Downloaded async-lock v3.4.2 |
| 249 | 2026-05-27T02:07:20.299Z | Downloaded arrayvec v0.7.6 |
| 250 | 2026-05-27T02:07:20.299Z | Downloaded enum-as-inner v0.6.1 |
| 251 | 2026-05-27T02:07:20.302Z | Downloaded embedded-io v0.6.1 |
| 252 | 2026-05-27T02:07:20.302Z | Downloaded dsl_auto_type v0.2.0 |
| 253 | 2026-05-27T02:07:20.302Z | Downloaded displaydoc v0.2.5 |
| 254 | 2026-05-27T02:07:20.302Z | Downloaded cargo_metadata v0.21.0 |
| 255 | 2026-05-27T02:07:20.302Z | Downloaded bytecount v0.6.9 |
| 256 | 2026-05-27T02:07:20.305Z | Downloaded derive_builder_core v0.20.2 |
| 257 | 2026-05-27T02:07:20.305Z | Downloaded crc32fast v1.5.0 |
| 258 | 2026-05-27T02:07:20.308Z | Downloaded assert_cmd v2.1.2 |
| 259 | 2026-05-27T02:07:20.308Z | Downloaded const-oid v0.9.6 |
| 260 | 2026-05-27T02:07:20.311Z | Downloaded csv-core v0.1.13 |
| 261 | 2026-05-27T02:07:20.311Z | Downloaded cexpr v0.6.0 |
| 262 | 2026-05-27T02:07:20.311Z | Downloaded derive_builder v0.20.2 |
| 263 | 2026-05-27T02:07:20.314Z | Downloaded bitflags v1.3.2 |
| 264 | 2026-05-27T02:07:20.316Z | Downloaded anstyle v1.0.13 |
| 265 | 2026-05-27T02:07:20.316Z | Downloaded bit-vec v0.8.0 |
| 266 | 2026-05-27T02:07:20.319Z | Downloaded anstream v0.6.21 |
| 267 | 2026-05-27T02:07:20.319Z | Downloaded equivalent v1.0.2 |
| 268 | 2026-05-27T02:07:20.319Z | Downloaded byte-wrapper v0.1.0 |
| 269 | 2026-05-27T02:07:20.324Z | Downloaded autocfg v1.5.0 |
| 270 | 2026-05-27T02:07:20.324Z | Downloaded float-cmp v0.10.0 |
| 271 | 2026-05-27T02:07:20.326Z | Downloaded fastrand v2.3.0 |
| 272 | 2026-05-27T02:07:20.326Z | Downloaded fd-lock v4.0.4 |
| 273 | 2026-05-27T02:07:20.326Z | Downloaded event-listener-strategy v0.5.4 |
| 274 | 2026-05-27T02:07:20.326Z | Downloaded fixedbitset v0.4.2 |
| 275 | 2026-05-27T02:07:20.329Z | Downloaded escape8259 v0.5.3 |
| 276 | 2026-05-27T02:07:20.329Z | Downloaded ar_archive_writer v0.5.1 |
| 277 | 2026-05-27T02:07:20.332Z | Downloaded bitflags v2.11.0 |
| 278 | 2026-05-27T02:07:20.335Z | Downloaded daft v0.1.7 |
| 279 | 2026-05-27T02:07:20.335Z | Downloaded errno v0.3.14 |
| 280 | 2026-05-27T02:07:20.335Z | Downloaded blowfish v0.9.1 |
| 281 | 2026-05-27T02:07:20.338Z | Downloaded foreign-types-macros v0.2.3 |
| 282 | 2026-05-27T02:07:20.338Z | Downloaded foreign-types v0.3.2 |
| 283 | 2026-05-27T02:07:20.338Z | Downloaded float-ord v0.3.2 |
| 284 | 2026-05-27T02:07:20.338Z | Downloaded convert_case v0.4.0 |
| 285 | 2026-05-27T02:07:20.341Z | Downloaded digest v0.10.7 |
| 286 | 2026-05-27T02:07:20.341Z | Downloaded cipher v0.4.4 |
| 287 | 2026-05-27T02:07:20.341Z | Downloaded futures-core v0.3.32 |
| 288 | 2026-05-27T02:07:20.343Z | Downloaded foreign-types-shared v0.3.1 |
| 289 | 2026-05-27T02:07:20.344Z | Downloaded flagset v0.4.7 |
| 290 | 2026-05-27T02:07:20.344Z | Downloaded diesel-dtrace v0.5.0 |
| 291 | 2026-05-27T02:07:20.356Z | Downloaded futures-io v0.3.32 |
| 292 | 2026-05-27T02:07:20.356Z | Downloaded fnv v1.0.7 |
| 293 | 2026-05-27T02:07:20.356Z | Downloaded buf-list v1.1.2 |
| 294 | 2026-05-27T02:07:20.356Z | Downloaded futures-sink v0.3.32 |
| 295 | 2026-05-27T02:07:20.356Z | Downloaded futures-macro v0.3.32 |
| 296 | 2026-05-27T02:07:20.356Z | Downloaded funty v2.0.0 |
| 297 | 2026-05-27T02:07:20.356Z | Downloaded console v0.15.11 |
| 298 | 2026-05-27T02:07:20.356Z | Downloaded foreign-types-shared v0.1.1 |
| 299 | 2026-05-27T02:07:20.356Z | Downloaded critical-section v1.2.0 |
| 300 | 2026-05-27T02:07:20.359Z | Downloaded generic-array v0.14.7 |
| 301 | 2026-05-27T02:07:20.359Z | Downloaded fxhash v0.2.1 |
| 302 | 2026-05-27T02:07:20.359Z | Downloaded ed25519 v2.2.3 |
| 303 | 2026-05-27T02:07:20.359Z | Downloaded form_urlencoded v1.2.2 |
| 304 | 2026-05-27T02:07:20.359Z | Downloaded base64 v0.21.7 |
| 305 | 2026-05-27T02:07:20.364Z | Downloaded derive-ex v0.1.8 |
| 306 | 2026-05-27T02:07:20.364Z | Downloaded ecdsa v0.16.9 |
| 307 | 2026-05-27T02:07:20.367Z | Downloaded darling v0.20.11 |
| 308 | 2026-05-27T02:07:20.367Z | Downloaded env_filter v1.0.0 |
| 309 | 2026-05-27T02:07:20.367Z | Downloaded dof v0.3.0 |
| 310 | 2026-05-27T02:07:20.372Z | Downloaded futures-task v0.3.32 |
| 311 | 2026-05-27T02:07:20.372Z | Downloaded ahash v0.8.12 |
| 312 | 2026-05-27T02:07:20.375Z | Downloaded chacha20 v0.10.0 |
| 313 | 2026-05-27T02:07:20.375Z | Downloaded cfg-expr v0.20.6 |
| 314 | 2026-05-27T02:07:20.375Z | Downloaded git-stub v1.0.0 |
| 315 | 2026-05-27T02:07:20.375Z | Downloaded blake2b_simd v1.0.4 |
| 316 | 2026-05-27T02:07:20.378Z | Downloaded filetime v0.2.27 |
| 317 | 2026-05-27T02:07:20.378Z | Downloaded guppy-workspace-hack v0.1.0 |
| 318 | 2026-05-27T02:07:20.378Z | Downloaded crc-any v2.5.0 |
| 319 | 2026-05-27T02:07:20.381Z | Downloaded ghash v0.5.1 |
| 320 | 2026-05-27T02:07:20.381Z | Downloaded console v0.16.2 |
| 321 | 2026-05-27T02:07:20.381Z | Downloaded camino-tempfile-ext v0.3.3 |
| 322 | 2026-05-27T02:07:20.384Z | Downloaded gethostname v0.5.0 |
| 323 | 2026-05-27T02:07:20.384Z | Downloaded compact_str v0.8.1 |
| 324 | 2026-05-27T02:07:20.388Z | Downloaded find-msvc-tools v0.1.9 |
| 325 | 2026-05-27T02:07:20.388Z | Downloaded erased-serde v0.3.31 |
| 326 | 2026-05-27T02:07:20.391Z | Downloaded fallible-iterator v0.2.0 |
| 327 | 2026-05-27T02:07:20.391Z | Downloaded erased-serde v0.4.9 |
| 328 | 2026-05-27T02:07:20.391Z | Downloaded heck v0.4.1 |
| 329 | 2026-05-27T02:07:20.391Z | Downloaded hex-literal v0.4.1 |
| 330 | 2026-05-27T02:07:20.396Z | Downloaded headers-core v0.3.0 |
| 331 | 2026-05-27T02:07:20.396Z | Downloaded hash32 v0.2.1 |
| 332 | 2026-05-27T02:07:20.396Z | Downloaded ena v0.14.4 |
| 333 | 2026-05-27T02:07:20.396Z | Downloaded heck v0.5.0 |
| 334 | 2026-05-27T02:07:20.399Z | Downloaded fs-err v3.3.0 |
| 335 | 2026-05-27T02:07:20.399Z | Downloaded fs-err v2.11.0 |
| 336 | 2026-05-27T02:07:20.399Z | Downloaded hex v0.4.3 |
| 337 | 2026-05-27T02:07:20.399Z | Downloaded datatest-stable v0.3.3 |
| 338 | 2026-05-27T02:07:20.403Z | Downloaded crossbeam-utils v0.8.21 |
| 339 | 2026-05-27T02:07:20.405Z | Downloaded data-encoding v2.10.0 |
| 340 | 2026-05-27T02:07:20.405Z | Downloaded ciborium v0.2.2 |
| 341 | 2026-05-27T02:07:20.405Z | Downloaded fixedbitset v0.5.7 |
| 342 | 2026-05-27T02:07:20.409Z | Downloaded hash32 v0.3.1 |
| 343 | 2026-05-27T02:07:20.409Z | Downloaded either v1.15.0 |
| 344 | 2026-05-27T02:07:20.409Z | Downloaded crossbeam-epoch v0.9.18 |
| 345 | 2026-05-27T02:07:20.412Z | Downloaded futures-executor v0.3.32 |
| 346 | 2026-05-27T02:07:20.412Z | Downloaded hostname v0.3.1 |
| 347 | 2026-05-27T02:07:20.412Z | Downloaded home v0.5.12 |
| 348 | 2026-05-27T02:07:20.412Z | Downloaded hostname v0.4.2 |
| 349 | 2026-05-27T02:07:20.415Z | Downloaded cookie_store v0.22.1 |
| 350 | 2026-05-27T02:07:20.415Z | Downloaded fs_extra v1.3.0 |
| 351 | 2026-05-27T02:07:20.418Z | Downloaded hubpack_derive v0.1.1 |
| 352 | 2026-05-27T02:07:20.418Z | Downloaded futures-timer v3.0.3 |
| 353 | 2026-05-27T02:07:20.418Z | Downloaded derive_more v0.99.20 |
| 354 | 2026-05-27T02:07:20.421Z | Downloaded bzip2 v0.4.4 |
| 355 | 2026-05-27T02:07:20.424Z | Downloaded darling v0.21.3 |
| 356 | 2026-05-27T02:07:20.427Z | Downloaded cookie v0.18.1 |
| 357 | 2026-05-27T02:07:20.427Z | Downloaded des v0.8.1 |
| 358 | 2026-05-27T02:07:20.429Z | Downloaded git-stub-vcs v0.1.0 |
| 359 | 2026-05-27T02:07:20.429Z | Downloaded cancel-safe-futures v0.1.5 |
| 360 | 2026-05-27T02:07:20.432Z | Downloaded http-body v1.0.1 |
| 361 | 2026-05-27T02:07:20.432Z | Downloaded camino v1.2.2 |
| 362 | 2026-05-27T02:07:20.435Z | Downloaded foldhash v0.1.5 |
| 363 | 2026-05-27T02:07:20.435Z | Downloaded hyper-tls v0.6.0 |
| 364 | 2026-05-27T02:07:20.435Z | Downloaded http-range v0.1.5 |
| 365 | 2026-05-27T02:07:20.438Z | Downloaded httpdate v1.0.3 |
| 366 | 2026-05-27T02:07:20.438Z | Downloaded chumsky v0.9.3 |
| 367 | 2026-05-27T02:07:20.441Z | Downloaded group v0.13.0 |
| 368 | 2026-05-27T02:07:20.441Z | Downloaded darling v0.23.0 |
| 369 | 2026-05-27T02:07:20.445Z | Downloaded const_format v0.2.35 |
| 370 | 2026-05-27T02:07:20.447Z | Downloaded globwalk v0.9.1 |
| 371 | 2026-05-27T02:07:20.448Z | Downloaded ident_case v1.0.1 |
| 372 | 2026-05-27T02:07:20.448Z | Downloaded glob v0.3.3 |
| 373 | 2026-05-27T02:07:20.448Z | Downloaded globset v0.4.18 |
| 374 | 2026-05-27T02:07:20.451Z | Downloaded derive-where v1.6.0 |
| 375 | 2026-05-27T02:07:20.454Z | Downloaded ff v0.13.1 |
| 376 | 2026-05-27T02:07:20.454Z | Downloaded futures-channel v0.3.32 |
| 377 | 2026-05-27T02:07:20.454Z | Downloaded blake2 v0.10.6 |
| 378 | 2026-05-27T02:07:20.456Z | Downloaded camino-tempfile v1.4.1 |
| 379 | 2026-05-27T02:07:20.456Z | Downloaded indent_write v2.2.0 |
| 380 | 2026-05-27T02:07:20.459Z | Downloaded env_logger v0.11.9 |
| 381 | 2026-05-27T02:07:20.459Z | Downloaded highway v1.3.0 |
| 382 | 2026-05-27T02:07:20.462Z | Downloaded drift v0.2.0 |
| 383 | 2026-05-27T02:07:20.466Z | Downloaded elliptic-curve v0.13.8 |
| 384 | 2026-05-27T02:07:20.469Z | Downloaded foldhash v0.2.0 |
| 385 | 2026-05-27T02:07:20.469Z | Downloaded clap_derive v4.5.55 |
| 386 | 2026-05-27T02:07:20.472Z | Downloaded const_format_proc_macros v0.2.34 |
| 387 | 2026-05-27T02:07:20.475Z | Downloaded is_ci v1.2.0 |
| 388 | 2026-05-27T02:07:20.475Z | Downloaded arc-swap v1.8.2 |
| 389 | 2026-05-27T02:07:20.478Z | Downloaded internet-checksum v0.2.1 |
| 390 | 2026-05-27T02:07:20.478Z | Downloaded colored v2.2.0 |
| 391 | 2026-05-27T02:07:20.481Z | Downloaded darling_core v0.13.4 |
| 392 | 2026-05-27T02:07:20.485Z | Downloaded darling_core v0.23.0 |
| 393 | 2026-05-27T02:07:20.488Z | Downloaded darling_core v0.21.3 |
| 394 | 2026-05-27T02:07:20.491Z | Downloaded kstat-rs v0.2.4 |
| 395 | 2026-05-27T02:07:20.491Z | Downloaded inout v0.1.4 |
| 396 | 2026-05-27T02:07:20.494Z | Downloaded hyper-staticfile v0.10.1 |
| 397 | 2026-05-27T02:07:20.494Z | Downloaded foreign-types v0.5.0 |
| 398 | 2026-05-27T02:07:20.497Z | Downloaded humantime v2.3.0 |
| 399 | 2026-05-27T02:07:20.497Z | Downloaded http-body-util v0.1.3 |
| 400 | 2026-05-27T02:07:20.499Z | Downloaded linked-hash-map v0.5.6 |
| 401 | 2026-05-27T02:07:20.499Z | Downloaded half v1.8.3 |
| 402 | 2026-05-27T02:07:20.502Z | Downloaded darling_core v0.20.11 |
| 403 | 2026-05-27T02:07:20.505Z | Downloaded crossbeam-channel v0.5.15 |
| 404 | 2026-05-27T02:07:20.508Z | Downloaded event-listener v5.4.1 |
| 405 | 2026-05-27T02:07:20.511Z | Downloaded lzss v0.8.2 |
| 406 | 2026-05-27T02:07:20.511Z | Downloaded lru-slab v0.1.2 |
| 407 | 2026-05-27T02:07:20.511Z | Downloaded match_cfg v0.1.0 |
| 408 | 2026-05-27T02:07:20.514Z | Downloaded indoc v1.0.9 |
| 409 | 2026-05-27T02:07:20.514Z | Downloaded maplit v1.0.2 |
| 410 | 2026-05-27T02:07:20.514Z | Downloaded lru-cache v0.1.2 |
| 411 | 2026-05-27T02:07:20.517Z | Downloaded keccak v0.1.6 |
| 412 | 2026-05-27T02:07:20.517Z | Downloaded is-terminal v0.4.17 |
| 413 | 2026-05-27T02:07:20.517Z | Downloaded instability v0.3.11 |
| 414 | 2026-05-27T02:07:20.520Z | Downloaded bytes v1.11.1 |
| 415 | 2026-05-27T02:07:20.523Z | Downloaded linkme-impl v0.3.35 |
| 416 | 2026-05-27T02:07:20.523Z | Downloaded indoc v2.0.7 |
| 417 | 2026-05-27T02:07:20.527Z | Downloaded lru v0.12.5 |
| 418 | 2026-05-27T02:07:20.527Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 419 | 2026-05-27T02:07:20.530Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 420 | 2026-05-27T02:07:20.530Z | Downloaded futures v0.3.32 |
| 421 | 2026-05-27T02:07:20.533Z | Downloaded memoffset v0.9.1 |
| 422 | 2026-05-27T02:07:20.533Z | Downloaded cc v1.2.56 |
| 423 | 2026-05-27T02:07:20.535Z | Downloaded macaddr v1.0.1 |
| 424 | 2026-05-27T02:07:20.538Z | Downloaded ipnetwork v0.21.1 |
| 425 | 2026-05-27T02:07:20.538Z | Downloaded ipnet v2.11.0 |
| 426 | 2026-05-27T02:07:20.542Z | Downloaded managed v0.8.0 |
| 427 | 2026-05-27T02:07:20.542Z | Downloaded httparse v1.10.1 |
| 428 | 2026-05-27T02:07:20.546Z | Downloaded memmap v0.7.0 |
| 429 | 2026-05-27T02:07:20.546Z | Downloaded multimap v0.10.1 |
| 430 | 2026-05-27T02:07:20.546Z | Downloaded illumos-nvpair v0.3.0 |
| 431 | 2026-05-27T02:07:20.546Z | Downloaded getrandom v0.4.1 |
| 432 | 2026-05-27T02:07:20.551Z | Downloaded new_debug_unreachable v1.0.6 |
| 433 | 2026-05-27T02:07:20.551Z | Downloaded md5 v0.7.0 |
| 434 | 2026-05-27T02:07:20.551Z | Downloaded nodrop v0.1.14 |
| 435 | 2026-05-27T02:07:20.554Z | Downloaded knuffel-derive v3.2.0 |
| 436 | 2026-05-27T02:07:20.554Z | Downloaded fatfs v0.3.6 |
| 437 | 2026-05-27T02:07:20.554Z | Downloaded clap v4.5.60 |
| 438 | 2026-05-27T02:07:20.559Z | Downloaded crypto-bigint v0.5.5 |
| 439 | 2026-05-27T02:07:20.564Z | Downloaded linear-map v1.2.0 |
| 440 | 2026-05-27T02:07:20.566Z | Downloaded instant v0.1.13 |
| 441 | 2026-05-27T02:07:20.566Z | Downloaded newtype_derive v0.1.6 |
| 442 | 2026-05-27T02:07:20.569Z | Downloaded md-5 v0.10.6 |
| 443 | 2026-05-27T02:07:20.569Z | Downloaded miette-derive v5.10.0 |
| 444 | 2026-05-27T02:07:20.572Z | Downloaded libsw v3.5.0 |
| 445 | 2026-05-27T02:07:20.572Z | Downloaded der v0.7.10 |
| 446 | 2026-05-27T02:07:20.575Z | Downloaded libsw-core v0.3.2 |
| 447 | 2026-05-27T02:07:20.578Z | Downloaded ingot v0.1.1 |
| 448 | 2026-05-27T02:07:20.578Z | Downloaded linkme v0.3.35 |
| 449 | 2026-05-27T02:07:20.580Z | Downloaded hyper-rustls v0.27.7 |
| 450 | 2026-05-27T02:07:20.580Z | Downloaded num v0.4.3 |
| 451 | 2026-05-27T02:07:20.583Z | Downloaded libloading v0.8.9 |
| 452 | 2026-05-27T02:07:20.583Z | Downloaded num-derive v0.3.3 |
| 453 | 2026-05-27T02:07:20.586Z | Downloaded num-conv v0.2.0 |
| 454 | 2026-05-27T02:07:20.586Z | Downloaded normalize-line-endings v0.3.0 |
| 455 | 2026-05-27T02:07:20.586Z | Downloaded idna_adapter v1.2.1 |
| 456 | 2026-05-27T02:07:20.589Z | Downloaded newline-converter v0.3.0 |
| 457 | 2026-05-27T02:07:20.589Z | Downloaded libtest-mimic v0.8.1 |
| 458 | 2026-05-27T02:07:20.592Z | Downloaded libefi-sys v0.1.0 |
| 459 | 2026-05-27T02:07:20.592Z | Downloaded lazy_static v1.5.0 |
| 460 | 2026-05-27T02:07:20.592Z | Downloaded bumpalo v3.20.2 |
| 461 | 2026-05-27T02:07:20.595Z | Downloaded lock_api v0.4.14 |
| 462 | 2026-05-27T02:07:20.597Z | Downloaded lalrpop-util v0.19.12 |
| 463 | 2026-05-27T02:07:20.598Z | Downloaded hubpack v0.1.2 |
| 464 | 2026-05-27T02:07:20.598Z | Downloaded itoa v1.0.17 |
| 465 | 2026-05-27T02:07:20.600Z | Downloaded num-iter v0.1.45 |
| 466 | 2026-05-27T02:07:20.600Z | Downloaded iana-time-zone v0.1.65 |
| 467 | 2026-05-27T02:07:20.603Z | Downloaded getrandom v0.2.17 |
| 468 | 2026-05-27T02:07:20.606Z | Downloaded httptest v0.16.4 |
| 469 | 2026-05-27T02:07:20.606Z | Downloaded hmac v0.12.1 |
| 470 | 2026-05-27T02:07:20.608Z | Downloaded num_threads v0.1.7 |
| 471 | 2026-05-27T02:07:20.609Z | Downloaded num-derive v0.4.2 |
| 472 | 2026-05-27T02:07:20.609Z | Downloaded nanorand v0.7.0 |
| 473 | 2026-05-27T02:07:20.611Z | Downloaded openssl-probe v0.1.6 |
| 474 | 2026-05-27T02:07:20.611Z | Downloaded openssl-macros v0.1.1 |
| 475 | 2026-05-27T02:07:20.615Z | Downloaded maybe-uninit v2.0.0 |
| 476 | 2026-05-27T02:07:20.615Z | Downloaded num_enum_derive v0.5.11 |
| 477 | 2026-05-27T02:07:20.615Z | Downloaded fancy-regex v0.14.0 |
| 478 | 2026-05-27T02:07:20.618Z | Downloaded openssl-probe v0.2.1 |
| 479 | 2026-05-27T02:07:20.618Z | Downloaded half v2.7.1 |
| 480 | 2026-05-27T02:07:20.620Z | Downloaded native-tls v0.2.18 |
| 481 | 2026-05-27T02:07:20.623Z | Downloaded ingot-macros v0.1.1 |
| 482 | 2026-05-27T02:07:20.623Z | Downloaded icu_properties v2.1.2 |
| 483 | 2026-05-27T02:07:20.626Z | Downloaded headers v0.4.1 |
| 484 | 2026-05-27T02:07:20.629Z | Downloaded multer v3.1.0 |
| 485 | 2026-05-27T02:07:20.633Z | Downloaded nibble_vec v0.1.0 |
| 486 | 2026-05-27T02:07:20.633Z | Downloaded oso-derive v0.27.3 |
| 487 | 2026-05-27T02:07:20.633Z | Downloaded opaque-debug v0.3.1 |
| 488 | 2026-05-27T02:07:20.633Z | Downloaded newtype-uuid v1.3.2 |
| 489 | 2026-05-27T02:07:20.636Z | Downloaded mime v0.3.17 |
| 490 | 2026-05-27T02:07:20.636Z | Downloaded hickory-client v0.25.2 |
| 491 | 2026-05-27T02:07:20.636Z | Downloaded ordered-float v2.10.1 |
| 492 | 2026-05-27T02:07:20.639Z | Downloaded flume v0.11.1 |
| 493 | 2026-05-27T02:07:20.639Z | Downloaded newtype-uuid-macros v0.1.0 |
| 494 | 2026-05-27T02:07:20.642Z | Downloaded heapless v0.7.17 |
| 495 | 2026-05-27T02:07:20.645Z | Downloaded mime_guess v2.0.5 |
| 496 | 2026-05-27T02:07:20.645Z | Downloaded ignore v0.4.25 |
| 497 | 2026-05-27T02:07:20.648Z | Downloaded ed25519-dalek v2.2.0 |
| 498 | 2026-05-27T02:07:20.650Z | Downloaded parking v2.2.1 |
| 499 | 2026-05-27T02:07:20.650Z | Downloaded num-complex v0.4.6 |
| 500 | 2026-05-27T02:07:20.653Z | Downloaded packed_struct_codegen v0.10.1 |
| 501 | 2026-05-27T02:07:20.653Z | Downloaded diff v0.1.13 |
| 502 | 2026-05-27T02:07:20.657Z | Downloaded nested v0.1.1 |
| 503 | 2026-05-27T02:07:20.657Z | Downloaded getrandom v0.3.4 |
| 504 | 2026-05-27T02:07:20.660Z | Downloaded litemap v0.8.1 |
| 505 | 2026-05-27T02:07:20.660Z | Downloaded indexmap v1.9.3 |
| 506 | 2026-05-27T02:07:20.663Z | Downloaded parse-size v1.1.0 |
| 507 | 2026-05-27T02:07:20.663Z | Downloaded parse-display v0.10.0 |
| 508 | 2026-05-27T02:07:20.666Z | Downloaded pbkdf2 v0.12.2 |
| 509 | 2026-05-27T02:07:20.666Z | Downloaded heapless v0.8.0 |
| 510 | 2026-05-27T02:07:20.670Z | Downloaded derive_more-impl v2.1.1 |
| 511 | 2026-05-27T02:07:20.673Z | Downloaded num_enum v0.7.5 |
| 512 | 2026-05-27T02:07:20.676Z | Downloaded olpc-cjson v0.1.4 |
| 513 | 2026-05-27T02:07:20.676Z | Downloaded pin-utils v0.1.0 |
| 514 | 2026-05-27T02:07:20.680Z | Downloaded phf_shared v0.11.3 |
| 515 | 2026-05-27T02:07:20.680Z | Downloaded pbkdf2 v0.11.0 |
| 516 | 2026-05-27T02:07:20.685Z | Downloaded peg-runtime v0.8.5 |
| 517 | 2026-05-27T02:07:20.685Z | Downloaded phf_shared v0.13.1 |
| 518 | 2026-05-27T02:07:20.685Z | Downloaded percent-encoding v2.3.2 |
| 519 | 2026-05-27T02:07:20.685Z | Downloaded num-rational v0.4.2 |
| 520 | 2026-05-27T02:07:20.685Z | Downloaded nu-ansi-term v0.50.3 |
| 521 | 2026-05-27T02:07:20.688Z | Downloaded jobserver v0.1.34 |
| 522 | 2026-05-27T02:07:20.688Z | Downloaded libbz2-rs-sys v0.2.2 |
| 523 | 2026-05-27T02:07:20.688Z | Downloaded flate2 v1.1.9 |
| 524 | 2026-05-27T02:07:20.691Z | Downloaded icu_provider v2.1.1 |
| 525 | 2026-05-27T02:07:20.691Z | Downloaded derive_more v2.1.1 |
| 526 | 2026-05-27T02:07:20.697Z | Downloaded plotters-svg v0.3.7 |
| 527 | 2026-05-27T02:07:20.700Z | Downloaded num_enum_derive v0.7.5 |
| 528 | 2026-05-27T02:07:20.700Z | Downloaded nonempty v0.12.0 |
| 529 | 2026-05-27T02:07:20.700Z | Downloaded owo-colors v3.5.0 |
| 530 | 2026-05-27T02:07:20.703Z | Downloaded plain v0.2.3 |
| 531 | 2026-05-27T02:07:20.703Z | Downloaded icu_normalizer v2.1.1 |
| 532 | 2026-05-27T02:07:20.706Z | Downloaded oxnet v0.1.4 |
| 533 | 2026-05-27T02:07:20.708Z | Downloaded oxide-tokio-rt v0.1.4 |
| 534 | 2026-05-27T02:07:20.709Z | Downloaded num_enum v0.5.11 |
| 535 | 2026-05-27T02:07:20.711Z | Downloaded litrs v1.0.0 |
| 536 | 2026-05-27T02:07:20.714Z | Downloaded parking_lot_core v0.8.6 |
| 537 | 2026-05-27T02:07:20.714Z | Downloaded plotters-backend v0.3.7 |
| 538 | 2026-05-27T02:07:20.714Z | Downloaded criterion v0.7.0 |
| 539 | 2026-05-27T02:07:20.718Z | Downloaded pretty-hex v0.4.1 |
| 540 | 2026-05-27T02:07:20.721Z | Downloaded precomputed-hash v0.1.1 |
| 541 | 2026-05-27T02:07:20.721Z | Downloaded predicates-tree v1.0.13 |
| 542 | 2026-05-27T02:07:20.721Z | Downloaded path-tree v0.8.3 |
| 543 | 2026-05-27T02:07:20.723Z | Downloaded parse-display-derive v0.10.0 |
| 544 | 2026-05-27T02:07:20.723Z | Downloaded powerfmt v0.2.0 |
| 545 | 2026-05-27T02:07:20.723Z | Downloaded potential_utf v0.1.4 |
| 546 | 2026-05-27T02:07:20.726Z | Downloaded packed_struct v0.10.1 |
| 547 | 2026-05-27T02:07:20.726Z | Downloaded hickory-resolver v0.24.4 |
| 548 | 2026-05-27T02:07:20.729Z | Downloaded indicatif v0.18.4 |
| 549 | 2026-05-27T02:07:20.732Z | Downloaded phf v0.12.1 |
| 550 | 2026-05-27T02:07:20.732Z | Downloaded partial-io v0.5.4 |
| 551 | 2026-05-27T02:07:20.735Z | Downloaded pem v3.0.6 |
| 552 | 2026-05-27T02:07:20.735Z | Downloaded proc-macro-crate v3.4.0 |
| 553 | 2026-05-27T02:07:20.735Z | Downloaded proc-macro-crate v1.3.1 |
| 554 | 2026-05-27T02:07:20.737Z | Downloaded peg v0.8.5 |
| 555 | 2026-05-27T02:07:20.737Z | Downloaded progenitor-client v0.10.0 |
| 556 | 2026-05-27T02:07:20.742Z | Downloaded paste v1.0.15 |
| 557 | 2026-05-27T02:07:20.742Z | Downloaded password-hash v0.5.0 |
| 558 | 2026-05-27T02:07:20.742Z | Downloaded once_cell v1.21.3 |
| 559 | 2026-05-27T02:07:20.747Z | Downloaded num-integer v0.1.46 |
| 560 | 2026-05-27T02:07:20.747Z | Downloaded pin-project-lite v0.2.17 |
| 561 | 2026-05-27T02:07:20.751Z | Downloaded omicron-zone-package v0.12.2 |
| 562 | 2026-05-27T02:07:20.751Z | Downloaded peg-macros v0.8.5 |
| 563 | 2026-05-27T02:07:20.753Z | Downloaded phf v0.13.1 |
| 564 | 2026-05-27T02:07:20.754Z | Downloaded phf_shared v0.12.1 |
| 565 | 2026-05-27T02:07:20.754Z | Downloaded memmap2 v0.9.10 |
| 566 | 2026-05-27T02:07:20.754Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 567 | 2026-05-27T02:07:20.756Z | Downloaded proc-macro-error-attr v1.0.4 |
| 568 | 2026-05-27T02:07:20.756Z | Downloaded hickory-resolver v0.25.2 |
| 569 | 2026-05-27T02:07:20.759Z | Downloaded progenitor-client v0.14.0 |
| 570 | 2026-05-27T02:07:20.759Z | Downloaded icu_normalizer_data v2.1.1 |
| 571 | 2026-05-27T02:07:20.762Z | Downloaded pkcs8 v0.10.2 |
| 572 | 2026-05-27T02:07:20.764Z | Downloaded diesel_derives v2.3.7 |
| 573 | 2026-05-27T02:07:20.767Z | Downloaded icu_collections v2.1.1 |
| 574 | 2026-05-27T02:07:20.770Z | Downloaded predicates-core v1.0.10 |
| 575 | 2026-05-27T02:07:20.774Z | Downloaded path-slash v0.1.5 |
| 576 | 2026-05-27T02:07:20.774Z | Downloaded expectorate v1.2.0 |
| 577 | 2026-05-27T02:07:20.774Z | Downloaded progenitor-macro v0.13.0 |
| 578 | 2026-05-27T02:07:20.777Z | Downloaded log v0.4.29 |
| 579 | 2026-05-27T02:07:20.777Z | Downloaded progenitor-macro v0.11.2 |
| 580 | 2026-05-27T02:07:20.777Z | Downloaded owo-colors v4.3.0 |
| 581 | 2026-05-27T02:07:20.779Z | Downloaded aes-gcm v0.10.3 |
| 582 | 2026-05-27T02:07:20.779Z | Downloaded pkg-config v0.3.32 |
| 583 | 2026-05-27T02:07:20.782Z | Downloaded crossterm v0.29.0 |
| 584 | 2026-05-27T02:07:20.786Z | Downloaded parking_lot v0.11.2 |
| 585 | 2026-05-27T02:07:20.788Z | Downloaded polyval v0.6.2 |
| 586 | 2026-05-27T02:07:20.788Z | Downloaded psl-types v2.0.11 |
| 587 | 2026-05-27T02:07:20.788Z | Downloaded oorandom v11.1.5 |
| 588 | 2026-05-27T02:07:20.789Z | Downloaded progenitor-macro v0.14.0 |
| 589 | 2026-05-27T02:07:20.791Z | Downloaded num-traits v0.2.19 |
| 590 | 2026-05-27T02:07:20.791Z | Downloaded http v1.4.0 |
| 591 | 2026-05-27T02:07:20.794Z | Downloaded radium v0.7.0 |
| 592 | 2026-05-27T02:07:20.794Z | Downloaded pathdiff v0.2.3 |
| 593 | 2026-05-27T02:07:20.797Z | Downloaded ingot-types v0.1.2 |
| 594 | 2026-05-27T02:07:20.797Z | Downloaded primeorder v0.13.6 |
| 595 | 2026-05-27T02:07:20.797Z | Downloaded chacha20poly1305 v0.10.1 |
| 596 | 2026-05-27T02:07:20.800Z | Downloaded ppv-lite86 v0.2.21 |
| 597 | 2026-05-27T02:07:20.800Z | Downloaded aes v0.8.4 |
| 598 | 2026-05-27T02:07:20.803Z | Downloaded libscf-sys v1.1.0 |
| 599 | 2026-05-27T02:07:20.803Z | Downloaded is_terminal_polyfill v1.70.2 |
| 600 | 2026-05-27T02:07:20.803Z | Downloaded dropshot_endpoint v0.17.0 |
| 601 | 2026-05-27T02:07:20.806Z | Downloaded password-hash v0.4.2 |
| 602 | 2026-05-27T02:07:20.809Z | Downloaded progenitor-client v0.13.0 |
| 603 | 2026-05-27T02:07:20.809Z | Downloaded predicates v3.1.4 |
| 604 | 2026-05-27T02:07:20.812Z | Downloaded postgres-protocol v0.6.10 |
| 605 | 2026-05-27T02:07:20.812Z | Downloaded oso v0.27.3 |
| 606 | 2026-05-27T02:07:20.816Z | Downloaded parking_lot_core v0.9.12 |
| 607 | 2026-05-27T02:07:20.816Z | Downloaded async-bb8-diesel v0.2.1 |
| 608 | 2026-05-27T02:07:20.817Z | Downloaded proc-macro-error2 v2.0.1 |
| 609 | 2026-05-27T02:07:20.819Z | Downloaded progenitor v0.14.0 |
| 610 | 2026-05-27T02:07:20.819Z | Downloaded progenitor v0.11.2 |
| 611 | 2026-05-27T02:07:20.819Z | Downloaded miniz_oxide v0.8.9 |
| 612 | 2026-05-27T02:07:20.822Z | Downloaded rand_chacha v0.3.1 |
| 613 | 2026-05-27T02:07:20.822Z | Downloaded cargo-util-schemas v0.8.2 |
| 614 | 2026-05-27T02:07:20.825Z | Downloaded pest_generator v2.8.6 |
| 615 | 2026-05-27T02:07:20.825Z | Downloaded pest_derive v2.8.6 |
| 616 | 2026-05-27T02:07:20.828Z | Downloaded pem-rfc7468 v0.7.0 |
| 617 | 2026-05-27T02:07:20.828Z | Downloaded hickory-server v0.25.2 |
| 618 | 2026-05-27T02:07:20.830Z | Downloaded ref-cast v1.0.25 |
| 619 | 2026-05-27T02:07:20.833Z | Downloaded rand_xorshift v0.4.0 |
| 620 | 2026-05-27T02:07:20.833Z | Downloaded progenitor-client v0.11.2 |
| 621 | 2026-05-27T02:07:20.836Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 622 | 2026-05-27T02:07:20.836Z | Downloaded recursive v0.1.1 |
| 623 | 2026-05-27T02:07:20.836Z | Downloaded dropshot-api-manager v0.7.2 |
| 624 | 2026-05-27T02:07:20.839Z | Downloaded icu_locale_core v2.1.1 |
| 625 | 2026-05-27T02:07:20.841Z | Downloaded progenitor-extras v0.2.0 |
| 626 | 2026-05-27T02:07:20.844Z | Downloaded bzip2 v0.6.1 |
| 627 | 2026-05-27T02:07:20.844Z | Downloaded argon2 v0.5.3 |
| 628 | 2026-05-27T02:07:20.847Z | Downloaded postgres-types v0.2.12 |
| 629 | 2026-05-27T02:07:20.847Z | Downloaded quote v1.0.45 |
| 630 | 2026-05-27T02:07:20.851Z | Downloaded quick-error v1.2.3 |
| 631 | 2026-05-27T02:07:20.854Z | Downloaded ref-cast-impl v1.0.25 |
| 632 | 2026-05-27T02:07:20.854Z | Downloaded pkcs5 v0.7.1 |
| 633 | 2026-05-27T02:07:20.857Z | Downloaded papergrid v0.17.0 |
| 634 | 2026-05-27T02:07:20.859Z | Downloaded parking_lot v0.12.5 |
| 635 | 2026-05-27T02:07:20.862Z | Downloaded poly1305 v0.8.0 |
| 636 | 2026-05-27T02:07:20.862Z | Downloaded aws-lc-rs v1.16.3 |
| 637 | 2026-05-27T02:07:20.868Z | Downloaded rustc-hash v2.1.1 |
| 638 | 2026-05-27T02:07:20.873Z | Downloaded psm v0.1.30 |
| 639 | 2026-05-27T02:07:20.873Z | Downloaded rustc_version v0.1.7 |
| 640 | 2026-05-27T02:07:20.873Z | Downloaded russh-cryptovec v0.7.3 |
| 641 | 2026-05-27T02:07:20.873Z | Downloaded progenitor v0.13.0 |
| 642 | 2026-05-27T02:07:20.876Z | Downloaded rfc6979 v0.4.0 |
| 643 | 2026-05-27T02:07:20.876Z | Downloaded hashbrown v0.13.2 |
| 644 | 2026-05-27T02:07:20.876Z | Downloaded pin-project-internal v1.1.11 |
| 645 | 2026-05-27T02:07:20.879Z | Downloaded rtoolbox v0.0.3 |
| 646 | 2026-05-27T02:07:20.879Z | Downloaded knuffel v3.2.0 |
| 647 | 2026-05-27T02:07:20.882Z | Downloaded r2d2 v0.8.10 |
| 648 | 2026-05-27T02:07:20.882Z | Downloaded papergrid v0.11.0 |
| 649 | 2026-05-27T02:07:20.884Z | Downloaded minimal-lexical v0.2.1 |
| 650 | 2026-05-27T02:07:20.887Z | Downloaded openssl-sys v0.9.115 |
| 651 | 2026-05-27T02:07:20.890Z | Downloaded rand_core v0.9.5 |
| 652 | 2026-05-27T02:07:20.890Z | Downloaded memchr v2.8.0 |
| 653 | 2026-05-27T02:07:20.893Z | Downloaded p256 v0.13.2 |
| 654 | 2026-05-27T02:07:20.897Z | Downloaded rand_core v0.6.4 |
| 655 | 2026-05-27T02:07:20.900Z | Downloaded same-file v1.0.6 |
| 656 | 2026-05-27T02:07:20.903Z | Downloaded scheduled-thread-pool v0.2.7 |
| 657 | 2026-05-27T02:07:20.905Z | Downloaded crossterm v0.28.1 |
| 658 | 2026-05-27T02:07:20.908Z | Downloaded sapling-renderdag v0.1.0 |
| 659 | 2026-05-27T02:07:20.908Z | Downloaded itertools v0.10.5 |
| 660 | 2026-05-27T02:07:20.913Z | Downloaded salsa20 v0.10.2 |
| 661 | 2026-05-27T02:07:20.916Z | Downloaded rand_core v0.10.0 |
| 662 | 2026-05-27T02:07:20.918Z | Downloaded pin-project v1.1.11 |
| 663 | 2026-05-27T02:07:20.922Z | Downloaded resolv-conf v0.7.6 |
| 664 | 2026-05-27T02:07:20.927Z | Downloaded scroll_derive v0.12.1 |
| 665 | 2026-05-27T02:07:20.930Z | Downloaded pkcs1 v0.7.5 |
| 666 | 2026-05-27T02:07:20.934Z | Downloaded postcard v1.1.3 |
| 667 | 2026-05-27T02:07:20.937Z | Downloaded proc-macro2 v1.0.106 |
| 668 | 2026-05-27T02:07:20.940Z | Downloaded quinn-udp v0.5.14 |
| 669 | 2026-05-27T02:07:20.943Z | Downloaded prefix-trie v0.7.0 |
| 670 | 2026-05-27T02:07:20.945Z | Downloaded serde-big-array v0.5.1 |
| 671 | 2026-05-27T02:07:20.945Z | Downloaded rustc_version v0.4.1 |
| 672 | 2026-05-27T02:07:20.945Z | Downloaded relative-path v1.9.3 |
| 673 | 2026-05-27T02:07:20.948Z | Downloaded semver v0.1.20 |
| 674 | 2026-05-27T02:07:20.948Z | Downloaded serde_bytes v0.11.19 |
| 675 | 2026-05-27T02:07:20.951Z | Downloaded scroll_derive v0.13.1 |
| 676 | 2026-05-27T02:07:20.951Z | Downloaded seq-macro v0.3.6 |
| 677 | 2026-05-27T02:07:20.957Z | Downloaded scrypt v0.11.0 |
| 678 | 2026-05-27T02:07:20.959Z | Downloaded secrecy v0.10.3 |
| 679 | 2026-05-27T02:07:20.959Z | Downloaded guppy v0.17.25 |
| 680 | 2026-05-27T02:07:20.962Z | Downloaded indexmap v2.14.0 |
| 681 | 2026-05-27T02:07:20.965Z | Downloaded serde-value v0.7.0 |
| 682 | 2026-05-27T02:07:20.965Z | Downloaded rustls-pemfile v2.2.0 |
| 683 | 2026-05-27T02:07:20.965Z | Downloaded rand_chacha v0.9.0 |
| 684 | 2026-05-27T02:07:20.968Z | Downloaded proc-macro-error v1.0.4 |
| 685 | 2026-05-27T02:07:20.968Z | Downloaded rand_seeder v0.4.0 |
| 686 | 2026-05-27T02:07:20.970Z | Downloaded miette v5.10.0 |
| 687 | 2026-05-27T02:07:20.973Z | Downloaded rustls-native-certs v0.8.3 |
| 688 | 2026-05-27T02:07:20.973Z | Downloaded hashbrown v0.15.5 |
| 689 | 2026-05-27T02:07:20.976Z | Downloaded rusty-fork v0.3.1 |
| 690 | 2026-05-27T02:07:20.979Z | Downloaded hashbrown v0.12.3 |
| 691 | 2026-05-27T02:07:20.981Z | Downloaded rustls-pemfile v1.0.4 |
| 692 | 2026-05-27T02:07:20.981Z | Downloaded serde_spanned v0.6.9 |
| 693 | 2026-05-27T02:07:20.984Z | Downloaded serde_repr v0.1.20 |
| 694 | 2026-05-27T02:07:20.984Z | Downloaded serde_regex v1.1.0 |
| 695 | 2026-05-27T02:07:20.984Z | Downloaded jiff-static v0.2.21 |
| 696 | 2026-05-27T02:07:20.987Z | Downloaded hyper-util v0.1.20 |
| 697 | 2026-05-27T02:07:20.991Z | Downloaded progenitor-impl v0.14.0 |
| 698 | 2026-05-27T02:07:20.995Z | Downloaded progenitor-impl v0.13.0 |
| 699 | 2026-05-27T02:07:20.998Z | Downloaded serde_spanned v1.0.4 |
| 700 | 2026-05-27T02:07:20.998Z | Downloaded scopeguard v1.2.0 |
| 701 | 2026-05-27T02:07:21.002Z | Downloaded progenitor-impl v0.11.2 |
| 702 | 2026-05-27T02:07:21.002Z | Downloaded sha1 v0.10.6 |
| 703 | 2026-05-27T02:07:21.005Z | Downloaded serde_urlencoded v0.7.1 |
| 704 | 2026-05-27T02:07:21.005Z | Downloaded schemars_derive v0.8.22 |
| 705 | 2026-05-27T02:07:21.005Z | Downloaded signal-hook-mio v0.2.5 |
| 706 | 2026-05-27T02:07:21.009Z | Downloaded shell-words v1.1.1 |
| 707 | 2026-05-27T02:07:21.009Z | Downloaded signature v2.2.0 |
| 708 | 2026-05-27T02:07:21.013Z | Downloaded scroll v0.12.0 |
| 709 | 2026-05-27T02:07:21.013Z | Downloaded prettyplease v0.2.37 |
| 710 | 2026-05-27T02:07:21.016Z | Downloaded sec1 v0.7.3 |
| 711 | 2026-05-27T02:07:21.019Z | Downloaded secrecy v0.8.0 |
| 712 | 2026-05-27T02:07:21.019Z | Downloaded sct v0.7.1 |
| 713 | 2026-05-27T02:07:21.022Z | Downloaded sigpipe v0.1.3 |
| 714 | 2026-05-27T02:07:21.022Z | Downloaded rustc-demangle v0.1.27 |
| 715 | 2026-05-27T02:07:21.022Z | Downloaded russh-keys v0.45.0 |
| 716 | 2026-05-27T02:07:21.025Z | Downloaded similar-asserts v1.7.0 |
| 717 | 2026-05-27T02:07:21.028Z | Downloaded rustls-pki-types v1.14.0 |
| 718 | 2026-05-27T02:07:21.032Z | Downloaded serde-untagged v0.1.9 |
| 719 | 2026-05-27T02:07:21.032Z | Downloaded mio v1.2.0 |
| 720 | 2026-05-27T02:07:21.035Z | Downloaded pretty_assertions v1.4.1 |
| 721 | 2026-05-27T02:07:21.035Z | Downloaded serde_derive_internals v0.29.1 |
| 722 | 2026-05-27T02:07:21.038Z | Downloaded hashbrown v0.14.5 |
| 723 | 2026-05-27T02:07:21.041Z | Downloaded slog-bunyan v2.5.0 |
| 724 | 2026-05-27T02:07:21.041Z | Downloaded libxml v0.3.3 |
| 725 | 2026-05-27T02:07:21.043Z | Downloaded clap_builder v4.5.60 |
| 726 | 2026-05-27T02:07:21.048Z | Downloaded signal-hook-tokio v0.3.1 |
| 727 | 2026-05-27T02:07:21.052Z | Downloaded siphasher v1.0.2 |
| 728 | 2026-05-27T02:07:21.052Z | Downloaded serde_plain v1.0.2 |
| 729 | 2026-05-27T02:07:21.052Z | Downloaded serde_path_to_error v0.1.20 |
| 730 | 2026-05-27T02:07:21.055Z | Downloaded rustversion v1.0.22 |
| 731 | 2026-05-27T02:07:21.055Z | Downloaded pest_meta v2.8.6 |
| 732 | 2026-05-27T02:07:21.055Z | Downloaded slog-envlogger v2.2.0 |
| 733 | 2026-05-27T02:07:21.058Z | Downloaded rust-argon2 v2.1.0 |
| 734 | 2026-05-27T02:07:21.058Z | Downloaded smawk v0.3.2 |
| 735 | 2026-05-27T02:07:21.060Z | Downloaded serde_tokenstream v0.2.3 |
| 736 | 2026-05-27T02:07:21.060Z | Downloaded hashbrown v0.17.0 |
| 737 | 2026-05-27T02:07:21.063Z | Downloaded num-bigint v0.4.6 |
| 738 | 2026-05-27T02:07:21.066Z | Downloaded hashbrown v0.16.1 |
| 739 | 2026-05-27T02:07:21.074Z | Downloaded shlex v1.3.0 |
| 740 | 2026-05-27T02:07:21.078Z | Downloaded scroll v0.13.0 |
| 741 | 2026-05-27T02:07:21.078Z | Downloaded iri-string v0.7.10 |
| 742 | 2026-05-27T02:07:21.081Z | Downloaded h2 v0.4.13 |
| 743 | 2026-05-27T02:07:21.085Z | Downloaded ssh-encoding v0.2.0 |
| 744 | 2026-05-27T02:07:21.088Z | Downloaded ssh-cipher v0.2.0 |
| 745 | 2026-05-27T02:07:21.088Z | Downloaded sqlparser_derive v0.5.0 |
| 746 | 2026-05-27T02:07:21.088Z | Downloaded serde_cbor v0.11.2 |
| 747 | 2026-05-27T02:07:21.091Z | Downloaded nom v7.1.3 |
| 748 | 2026-05-27T02:07:21.094Z | Downloaded semver v1.0.28 |
| 749 | 2026-05-27T02:07:21.097Z | Downloaded rstest v0.25.0 |
| 750 | 2026-05-27T02:07:21.100Z | Downloaded serde_with_macros v1.5.2 |
| 751 | 2026-05-27T02:07:21.102Z | Downloaded strip-ansi-escapes v0.2.1 |
| 752 | 2026-05-27T02:07:21.102Z | Downloaded strum v0.27.2 |
| 753 | 2026-05-27T02:07:21.105Z | Downloaded simd-adler32 v0.3.8 |
| 754 | 2026-05-27T02:07:21.105Z | Downloaded rand_distr v0.5.1 |
| 755 | 2026-05-27T02:07:21.108Z | Downloaded itertools v0.13.0 |
| 756 | 2026-05-27T02:07:21.111Z | Downloaded slog-async v2.8.0 |
| 757 | 2026-05-27T02:07:21.114Z | Downloaded strsim v0.10.0 |
| 758 | 2026-05-27T02:07:21.114Z | Downloaded serde-hex v0.1.0 |
| 759 | 2026-05-27T02:07:21.117Z | Downloaded strum v0.26.3 |
| 760 | 2026-05-27T02:07:21.117Z | Downloaded structmeta v0.3.0 |
| 761 | 2026-05-27T02:07:21.117Z | Downloaded stable_deref_trait v1.2.1 |
| 762 | 2026-05-27T02:07:21.117Z | Downloaded strsim v0.11.1 |
| 763 | 2026-05-27T02:07:21.117Z | Downloaded slog-dtrace v0.3.0 |
| 764 | 2026-05-27T02:07:21.120Z | Downloaded signal-hook-registry v1.4.8 |
| 765 | 2026-05-27T02:07:21.120Z | Downloaded schemars v0.8.22 |
| 766 | 2026-05-27T02:07:21.135Z | Downloaded ryu v1.0.23 |
| 767 | 2026-05-27T02:07:21.138Z | Downloaded subtle v2.6.1 |
| 768 | 2026-05-27T02:07:21.138Z | Downloaded qorb v0.4.1 |
| 769 | 2026-05-27T02:07:21.138Z | Downloaded sync-ptr v0.1.4 |
| 770 | 2026-05-27T02:07:21.138Z | Downloaded smallvec v0.6.14 |
| 771 | 2026-05-27T02:07:21.138Z | Downloaded sync_wrapper v1.0.2 |
| 772 | 2026-05-27T02:07:21.138Z | Downloaded supports-color v3.0.2 |
| 773 | 2026-05-27T02:07:21.138Z | Downloaded rcgen v0.12.1 |
| 774 | 2026-05-27T02:07:21.138Z | Downloaded tabled_derive v0.11.0 |
| 775 | 2026-05-27T02:07:21.138Z | Downloaded smf v0.2.3 |
| 776 | 2026-05-27T02:07:21.138Z | Downloaded swrite v0.1.0 |
| 777 | 2026-05-27T02:07:21.142Z | Downloaded supports-unicode v2.1.0 |
| 778 | 2026-05-27T02:07:21.142Z | Downloaded itertools v0.12.1 |
| 779 | 2026-05-27T02:07:21.146Z | Downloaded rand v0.8.6 |
| 780 | 2026-05-27T02:07:21.148Z | Downloaded itertools v0.14.0 |
| 781 | 2026-05-27T02:07:21.152Z | Downloaded snafu-derive v0.8.9 |
| 782 | 2026-05-27T02:07:21.155Z | Downloaded tabled_derive v0.7.0 |
| 783 | 2026-05-27T02:07:21.155Z | Downloaded terminal_size v0.1.17 |
| 784 | 2026-05-27T02:07:21.155Z | Downloaded tabwriter v1.4.1 |
| 785 | 2026-05-27T02:07:21.155Z | Downloaded tap v1.0.1 |
| 786 | 2026-05-27T02:07:21.158Z | Downloaded tagptr v0.2.0 |
| 787 | 2026-05-27T02:07:21.158Z | Downloaded take_mut v0.2.2 |
| 788 | 2026-05-27T02:07:21.158Z | Downloaded sha2 v0.10.9 |
| 789 | 2026-05-27T02:07:21.161Z | Downloaded serde_with_macros v3.17.0 |
| 790 | 2026-05-27T02:07:21.161Z | Downloaded ron v0.8.1 |
| 791 | 2026-05-27T02:07:21.164Z | Downloaded terminal_size v0.4.3 |
| 792 | 2026-05-27T02:07:21.164Z | Downloaded sqlformat v0.3.5 |
| 793 | 2026-05-27T02:07:21.167Z | Downloaded spki v0.7.3 |
| 794 | 2026-05-27T02:07:21.167Z | Downloaded serde_derive v1.0.228 |
| 795 | 2026-05-27T02:07:21.169Z | Downloaded quinn v0.11.9 |
| 796 | 2026-05-27T02:07:21.172Z | Downloaded rustls-platform-verifier v0.6.2 |
| 797 | 2026-05-27T02:07:21.175Z | Downloaded termtree v0.5.1 |
| 798 | 2026-05-27T02:07:21.175Z | Downloaded target-triple v1.0.0 |
| 799 | 2026-05-27T02:07:21.175Z | Downloaded string_cache v0.8.9 |
| 800 | 2026-05-27T02:07:21.179Z | Downloaded static_assertions v1.1.0 |
| 801 | 2026-05-27T02:07:21.179Z | Downloaded stacker v0.1.23 |
| 802 | 2026-05-27T02:07:21.182Z | Downloaded stringprep v0.1.5 |
| 803 | 2026-05-27T02:07:21.182Z | Downloaded iddqd v0.4.1 |
| 804 | 2026-05-27T02:07:21.185Z | Downloaded num-bigint-dig v0.8.6 |
| 805 | 2026-05-27T02:07:21.187Z | Downloaded testing_table v0.3.0 |
| 806 | 2026-05-27T02:07:21.190Z | Downloaded stringmetrics v2.2.2 |
| 807 | 2026-05-27T02:07:21.190Z | Downloaded strum_macros v0.27.2 |
| 808 | 2026-05-27T02:07:21.193Z | Downloaded serde_core v1.0.228 |
| 809 | 2026-05-27T02:07:21.193Z | Downloaded hyper v1.8.1 |
| 810 | 2026-05-27T02:07:21.197Z | Downloaded support-bundle-viewer v0.1.2 |
| 811 | 2026-05-27T02:07:21.199Z | Downloaded strum_macros v0.26.4 |
| 812 | 2026-05-27T02:07:21.199Z | Downloaded slog-json v2.6.1 |
| 813 | 2026-05-27T02:07:21.202Z | Downloaded thread-id v5.1.0 |
| 814 | 2026-05-27T02:07:21.202Z | Downloaded thread-id v4.2.2 |
| 815 | 2026-05-27T02:07:21.205Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 816 | 2026-05-27T02:07:21.205Z | Downloaded hkdf v0.12.4 |
| 817 | 2026-05-27T02:07:21.205Z | Downloaded blake3 v1.8.3 |
| 818 | 2026-05-27T02:07:21.210Z | Downloaded rstest_macros v0.25.0 |
| 819 | 2026-05-27T02:07:21.213Z | Downloaded futures-util v0.3.32 |
| 820 | 2026-05-27T02:07:21.219Z | Downloaded time-core v0.1.8 |
| 821 | 2026-05-27T02:07:21.222Z | Downloaded target-lexicon v0.13.3 |
| 822 | 2026-05-27T02:07:21.222Z | Downloaded tokio-macros v2.7.0 |
| 823 | 2026-05-27T02:07:21.226Z | Downloaded spin v0.9.8 |
| 824 | 2026-05-27T02:07:21.226Z | Downloaded target-spec v3.5.7 |
| 825 | 2026-05-27T02:07:21.226Z | Downloaded synstructure v0.13.2 |
| 826 | 2026-05-27T02:07:21.229Z | Downloaded tinyvec_macros v0.1.1 |
| 827 | 2026-05-27T02:07:21.229Z | Downloaded signal-hook v0.3.18 |
| 828 | 2026-05-27T02:07:21.229Z | Downloaded schemars v0.9.0 |
| 829 | 2026-05-27T02:07:21.235Z | Downloaded termios v0.3.3 |
| 830 | 2026-05-27T02:07:21.238Z | Downloaded tokio-test v0.4.5 |
| 831 | 2026-05-27T02:07:21.238Z | Downloaded similar v2.7.0 |
| 832 | 2026-05-27T02:07:21.241Z | Downloaded icu_properties_data v2.1.2 |
| 833 | 2026-05-27T02:07:21.246Z | Downloaded structmeta-derive v0.3.0 |
| 834 | 2026-05-27T02:07:21.249Z | Downloaded rand v0.9.2 |
| 835 | 2026-05-27T02:07:21.253Z | Downloaded supports-color v2.1.0 |
| 836 | 2026-05-27T02:07:21.253Z | Downloaded termcolor v1.4.1 |
| 837 | 2026-05-27T02:07:21.253Z | Downloaded strum_macros v0.24.3 |
| 838 | 2026-05-27T02:07:21.256Z | Downloaded chrono v0.4.44 |
| 839 | 2026-05-27T02:07:21.258Z | Downloaded toml_datetime v0.6.11 |
| 840 | 2026-05-27T02:07:21.261Z | Downloaded rustls-webpki v0.103.9 |
| 841 | 2026-05-27T02:07:21.261Z | Downloaded tower-service v0.3.3 |
| 842 | 2026-05-27T02:07:21.264Z | Downloaded thiserror v1.0.69 |
| 843 | 2026-05-27T02:07:21.267Z | Downloaded thiserror-no-std v2.0.2 |
| 844 | 2026-05-27T02:07:21.267Z | Downloaded tower-layer v0.3.3 |
| 845 | 2026-05-27T02:07:21.269Z | Downloaded tinystr v0.8.2 |
| 846 | 2026-05-27T02:07:21.269Z | Downloaded thread_local v1.1.9 |
| 847 | 2026-05-27T02:07:21.272Z | Downloaded topological-sort v0.2.2 |
| 848 | 2026-05-27T02:07:21.272Z | Downloaded typeid v1.0.3 |
| 849 | 2026-05-27T02:07:21.272Z | Downloaded thiserror-impl v1.0.69 |
| 850 | 2026-05-27T02:07:21.272Z | Downloaded thiserror v2.0.18 |
| 851 | 2026-05-27T02:07:21.275Z | Downloaded unarray v0.1.4 |
| 852 | 2026-05-27T02:07:21.278Z | Downloaded smallvec v1.15.1 |
| 853 | 2026-05-27T02:07:21.281Z | Downloaded libm v0.2.16 |
| 854 | 2026-05-27T02:07:21.284Z | Downloaded thiserror-impl v2.0.18 |
| 855 | 2026-05-27T02:07:21.287Z | Downloaded rand v0.10.0 |
| 856 | 2026-05-27T02:07:21.290Z | Downloaded try-lock v0.2.5 |
| 857 | 2026-05-27T02:07:21.290Z | Downloaded serde_yaml v0.9.34+deprecated |
| 858 | 2026-05-27T02:07:21.293Z | Downloaded rsa v0.9.10 |
| 859 | 2026-05-27T02:07:21.296Z | Downloaded tls_codec v0.4.2 |
| 860 | 2026-05-27T02:07:21.296Z | Downloaded trait-variant v0.1.2 |
| 861 | 2026-05-27T02:07:21.296Z | Downloaded typify-macro v0.4.3 |
| 862 | 2026-05-27T02:07:21.299Z | Downloaded slog v2.8.2 |
| 863 | 2026-05-27T02:07:21.299Z | Downloaded typify-macro v0.6.2 |
| 864 | 2026-05-27T02:07:21.302Z | Downloaded unicode-truncate v1.1.0 |
| 865 | 2026-05-27T02:07:21.302Z | Downloaded unicode-linebreak v0.1.5 |
| 866 | 2026-05-27T02:07:21.302Z | Downloaded tinytemplate v1.2.1 |
| 867 | 2026-05-27T02:07:21.305Z | Downloaded tiny-keccak v2.0.2 |
| 868 | 2026-05-27T02:07:21.305Z | Downloaded unicode-xid v0.2.6 |
| 869 | 2026-05-27T02:07:21.307Z | Downloaded tempfile v3.25.0 |
| 870 | 2026-05-27T02:07:21.307Z | Downloaded universal-hash v0.5.1 |
| 871 | 2026-05-27T02:07:21.308Z | Downloaded tokio-tungstenite v0.21.0 |
| 872 | 2026-05-27T02:07:21.310Z | Downloaded serde v1.0.228 |
| 873 | 2026-05-27T02:07:21.313Z | Downloaded untrusted v0.9.0 |
| 874 | 2026-05-27T02:07:21.313Z | Downloaded untrusted v0.7.1 |
| 875 | 2026-05-27T02:07:21.317Z | Downloaded goblin v0.8.2 |
| 876 | 2026-05-27T02:07:21.320Z | Downloaded tokio-native-tls v0.3.1 |
| 877 | 2026-05-27T02:07:21.320Z | Downloaded tokio-dtrace v0.1.1 |
| 878 | 2026-05-27T02:07:21.320Z | Downloaded tokio-tungstenite v0.23.1 |
| 879 | 2026-05-27T02:07:21.323Z | Downloaded term v1.2.1 |
| 880 | 2026-05-27T02:07:21.323Z | Downloaded toml_write v0.1.2 |
| 881 | 2026-05-27T02:07:21.326Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 882 | 2026-05-27T02:07:21.326Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 883 | 2026-05-27T02:07:21.329Z | Downloaded usdt v0.5.0 |
| 884 | 2026-05-27T02:07:21.329Z | Downloaded usdt-attr-macro v0.6.0 |
| 885 | 2026-05-27T02:07:21.329Z | Downloaded usdt-attr-macro v0.5.0 |
| 886 | 2026-05-27T02:07:21.329Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 887 | 2026-05-27T02:07:21.333Z | Downloaded usdt-macro v0.5.0 |
| 888 | 2026-05-27T02:07:21.333Z | Downloaded tokio-rustls v0.25.0 |
| 889 | 2026-05-27T02:07:21.333Z | Downloaded plotters v0.3.7 |
| 890 | 2026-05-27T02:07:21.337Z | Downloaded subprocess v0.2.15 |
| 891 | 2026-05-27T02:07:21.339Z | Downloaded pest v2.8.6 |
| 892 | 2026-05-27T02:07:21.342Z | Downloaded usdt v0.6.0 |
| 893 | 2026-05-27T02:07:21.345Z | Downloaded tui-tree-widget v0.23.1 |
| 894 | 2026-05-27T02:07:21.345Z | Downloaded unit-prefix v0.5.2 |
| 895 | 2026-05-27T02:07:21.345Z | Downloaded socket2 v0.6.3 |
| 896 | 2026-05-27T02:07:21.348Z | Downloaded samael v0.0.19 |
| 897 | 2026-05-27T02:07:21.351Z | Downloaded utf8parse v0.2.2 |
| 898 | 2026-05-27T02:07:21.352Z | Downloaded utf8_iter v1.0.4 |
| 899 | 2026-05-27T02:07:21.352Z | Downloaded utf-8 v0.7.6 |
| 900 | 2026-05-27T02:07:21.355Z | Downloaded time-macros v0.2.27 |
| 901 | 2026-05-27T02:07:21.355Z | Downloaded usdt-macro v0.6.0 |
| 902 | 2026-05-27T02:07:21.355Z | Downloaded p521 v0.13.3 |
| 903 | 2026-05-27T02:07:21.358Z | Downloaded bitvec v1.0.1 |
| 904 | 2026-05-27T02:07:21.365Z | Downloaded unicase v2.9.0 |
| 905 | 2026-05-27T02:07:21.368Z | Downloaded bindgen v0.71.1 |
| 906 | 2026-05-27T02:07:21.371Z | Downloaded tls_codec_derive v0.4.2 |
| 907 | 2026-05-27T02:07:21.374Z | Downloaded version_check v0.9.5 |
| 908 | 2026-05-27T02:07:21.374Z | Downloaded void v1.0.2 |
| 909 | 2026-05-27T02:07:21.374Z | Downloaded tokio-stream v0.1.18 |
| 910 | 2026-05-27T02:07:21.377Z | Downloaded want v0.3.1 |
| 911 | 2026-05-27T02:07:21.377Z | Downloaded tokio-rustls v0.24.1 |
| 912 | 2026-05-27T02:07:21.380Z | Downloaded russh v0.45.0 |
| 913 | 2026-05-27T02:07:21.383Z | Downloaded waitgroup v0.1.2 |
| 914 | 2026-05-27T02:07:21.383Z | Downloaded test-strategy v0.4.5 |
| 915 | 2026-05-27T02:07:21.386Z | Downloaded socket2 v0.5.10 |
| 916 | 2026-05-27T02:07:21.386Z | Downloaded term v0.7.0 |
| 917 | 2026-05-27T02:07:21.389Z | Downloaded wait-timeout v0.2.1 |
| 918 | 2026-05-27T02:07:21.389Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 919 | 2026-05-27T02:07:21.392Z | Downloaded toml v0.8.23 |
| 920 | 2026-05-27T02:07:21.394Z | Downloaded tokio-rustls v0.26.4 |
| 921 | 2026-05-27T02:07:21.394Z | Downloaded snafu v0.8.9 |
| 922 | 2026-05-27T02:07:21.397Z | Downloaded xshell-macros v0.2.7 |
| 923 | 2026-05-27T02:07:21.398Z | Downloaded schemars v1.2.1 |
| 924 | 2026-05-27T02:07:21.405Z | Downloaded zerofrom v0.1.6 |
| 925 | 2026-05-27T02:07:21.408Z | Downloaded serde_with v1.14.0 |
| 926 | 2026-05-27T02:07:21.412Z | Downloaded yoke-derive v0.8.1 |
| 927 | 2026-05-27T02:07:21.412Z | Downloaded xattr v1.6.1 |
| 928 | 2026-05-27T02:07:21.412Z | Downloaded usdt-impl v0.6.0 |
| 929 | 2026-05-27T02:07:21.415Z | Downloaded rustyline v14.0.0 |
| 930 | 2026-05-27T02:07:21.415Z | Downloaded textwrap v0.15.2 |
| 931 | 2026-05-27T02:07:21.418Z | Downloaded usdt-impl v0.5.0 |
| 932 | 2026-05-27T02:07:21.418Z | Downloaded rayon-core v1.13.0 |
| 933 | 2026-05-27T02:07:21.421Z | Downloaded twox-hash v2.1.2 |
| 934 | 2026-05-27T02:07:21.424Z | Downloaded trybuild v1.0.116 |
| 935 | 2026-05-27T02:07:21.427Z | Downloaded slog-term v2.9.2 |
| 936 | 2026-05-27T02:07:21.427Z | Downloaded slog-stdlog v4.1.1 |
| 937 | 2026-05-27T02:07:21.430Z | Downloaded zeroize_derive v1.4.3 |
| 938 | 2026-05-27T02:07:21.430Z | Downloaded slog-scope v4.4.1 |
| 939 | 2026-05-27T02:07:21.430Z | Downloaded supports-hyperlinks v2.1.0 |
| 940 | 2026-05-27T02:07:21.430Z | Downloaded zerofrom-derive v0.1.6 |
| 941 | 2026-05-27T02:07:21.432Z | Downloaded zone_cfg_derive v0.3.1 |
| 942 | 2026-05-27T02:07:21.432Z | Downloaded publicsuffix v2.3.0 |
| 943 | 2026-05-27T02:07:21.432Z | Downloaded idna v1.1.0 |
| 944 | 2026-05-27T02:07:21.435Z | Downloaded uzers v0.12.2 |
| 945 | 2026-05-27T02:07:21.439Z | Downloaded slab v0.4.12 |
| 946 | 2026-05-27T02:07:21.439Z | Downloaded tar v0.4.45 |
| 947 | 2026-05-27T02:07:21.443Z | Downloaded tinyvec v1.10.0 |
| 948 | 2026-05-27T02:07:21.448Z | Downloaded unicode-properties v0.1.4 |
| 949 | 2026-05-27T02:07:21.454Z | Downloaded zone v0.3.1 |
| 950 | 2026-05-27T02:07:21.454Z | Downloaded vsss-rs v3.3.4 |
| 951 | 2026-05-27T02:07:21.454Z | Downloaded vergen-lib v0.1.6 |
| 952 | 2026-05-27T02:07:21.454Z | Downloaded vergen-lib v9.1.0 |
| 953 | 2026-05-27T02:07:21.457Z | Downloaded rpassword v7.4.0 |
| 954 | 2026-05-27T02:07:21.457Z | Downloaded vergen-gitcl v1.0.8 |
| 955 | 2026-05-27T02:07:21.461Z | Downloaded whoami v2.1.0 |
| 956 | 2026-05-27T02:07:21.464Z | Downloaded walkdir v2.5.0 |
| 957 | 2026-05-27T02:07:21.464Z | Downloaded toml v0.7.8 |
| 958 | 2026-05-27T02:07:21.467Z | Downloaded writeable v0.6.2 |
| 959 | 2026-05-27T02:07:21.467Z | Downloaded vergen-git2 v9.1.0 |
| 960 | 2026-05-27T02:07:21.470Z | Downloaded textwrap v0.16.2 |
| 961 | 2026-05-27T02:07:21.472Z | Downloaded tracing-attributes v0.1.31 |
| 962 | 2026-05-27T02:07:21.475Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 963 | 2026-05-27T02:07:21.478Z | Downloaded wyz v0.5.1 |
| 964 | 2026-05-27T02:07:21.478Z | Downloaded xshell v0.2.7 |
| 965 | 2026-05-27T02:07:21.481Z | Downloaded git2 v0.20.4 |
| 966 | 2026-05-27T02:07:21.489Z | Downloaded tungstenite v0.23.0 |
| 967 | 2026-05-27T02:07:21.492Z | Downloaded typify v0.6.2 |
| 968 | 2026-05-27T02:07:21.496Z | Downloaded typify v0.4.3 |
| 969 | 2026-05-27T02:07:21.499Z | Downloaded tungstenite v0.21.0 |
| 970 | 2026-05-27T02:07:21.499Z | Downloaded zmij v1.0.21 |
| 971 | 2026-05-27T02:07:21.500Z | Downloaded yoke v0.8.1 |
| 972 | 2026-05-27T02:07:21.507Z | Downloaded zerovec-derive v0.11.2 |
| 973 | 2026-05-27T02:07:21.513Z | Downloaded unsafe-libyaml v0.2.11 |
| 974 | 2026-05-27T02:07:21.513Z | Downloaded whoami v1.6.1 |
| 975 | 2026-05-27T02:07:21.513Z | Downloaded reedline v0.40.0 |
| 976 | 2026-05-27T02:07:21.516Z | Downloaded zstd-safe v7.2.4 |
| 977 | 2026-05-27T02:07:21.516Z | Downloaded ssh-key v0.6.7 |
| 978 | 2026-05-27T02:07:21.520Z | Downloaded unicode-ident v1.0.24 |
| 979 | 2026-05-27T02:07:21.523Z | Downloaded reqwest v0.12.28 |
| 980 | 2026-05-27T02:07:21.526Z | Downloaded zeroize v1.8.2 |
| 981 | 2026-05-27T02:07:21.528Z | Downloaded unicode-bidi v0.3.18 |
| 982 | 2026-05-27T02:07:21.528Z | Downloaded steno v0.4.1 |
| 983 | 2026-05-27T02:07:21.531Z | Downloaded yasna v0.5.2 |
| 984 | 2026-05-27T02:07:21.531Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 985 | 2026-05-27T02:07:21.536Z | Downloaded regex v1.12.3 |
| 986 | 2026-05-27T02:07:21.539Z | Downloaded toml_edit v0.22.27 |
| 987 | 2026-05-27T02:07:21.544Z | Downloaded lalrpop v0.19.12 |
| 988 | 2026-05-27T02:07:21.552Z | Downloaded zerocopy v0.6.6 |
| 989 | 2026-05-27T02:07:21.555Z | Downloaded tracing-core v0.1.36 |
| 990 | 2026-05-27T02:07:21.555Z | Downloaded ucd-trie v0.1.7 |
| 991 | 2026-05-27T02:07:21.558Z | Downloaded zstd v0.13.3 |
| 992 | 2026-05-27T02:07:21.558Z | Downloaded moka v0.12.13 |
| 993 | 2026-05-27T02:07:21.562Z | Downloaded vergen v9.1.0 |
| 994 | 2026-05-27T02:07:21.567Z | Downloaded uuid v1.23.0 |
| 995 | 2026-05-27T02:07:21.570Z | Downloaded vte v0.14.1 |
| 996 | 2026-05-27T02:07:21.573Z | Downloaded p384 v0.13.1 |
| 997 | 2026-05-27T02:07:21.577Z | Downloaded portable-atomic v1.13.1 |
| 998 | 2026-05-27T02:07:21.581Z | Downloaded toml_edit v0.19.15 |
| 999 | 2026-05-27T02:07:21.592Z | Downloaded zerocopy-derive v0.7.35 |
| 1000 | 2026-05-27T02:07:21.597Z | Downloaded reqwest v0.13.2 |
| 1001 | 2026-05-27T02:07:21.600Z | Downloaded typenum v1.19.0 |
| 1002 | 2026-05-27T02:07:21.602Z | Downloaded curve25519-dalek v4.1.3 |
| 1003 | 2026-05-27T02:07:21.618Z | Downloaded tokio-postgres v0.7.16 |
| 1004 | 2026-05-27T02:07:21.622Z | Downloaded quick-xml v0.37.5 |
| 1005 | 2026-05-27T02:07:21.625Z | Downloaded zopfli v0.8.3 |
| 1006 | 2026-05-27T02:07:21.628Z | Downloaded url v2.5.8 |
| 1007 | 2026-05-27T02:07:21.635Z | Downloaded unicode_categories v0.1.1 |
| 1008 | 2026-05-27T02:07:21.646Z | Downloaded rayon v1.11.0 |
| 1009 | 2026-05-27T02:07:21.659Z | Downloaded serde_json v1.0.149 |
| 1010 | 2026-05-27T02:07:21.664Z | Downloaded rustls-webpki v0.101.7 |
| 1011 | 2026-05-27T02:07:21.671Z | Downloaded yansi v1.0.1 |
| 1012 | 2026-05-27T02:07:21.674Z | Downloaded salty v0.3.0 |
| 1013 | 2026-05-27T02:07:21.677Z | Downloaded tower v0.5.3 |
| 1014 | 2026-05-27T02:07:21.683Z | Downloaded zerocopy-derive v0.8.40 |
| 1015 | 2026-05-27T02:07:21.689Z | Downloaded zerotrie v0.2.3 |
| 1016 | 2026-05-27T02:07:21.692Z | Downloaded petname v2.0.2 |
| 1017 | 2026-05-27T02:07:21.695Z | Downloaded gimli v0.32.3 |
| 1018 | 2026-05-27T02:07:21.699Z | Downloaded unicode-segmentation v1.12.0 |
| 1019 | 2026-05-27T02:07:21.701Z | Downloaded rustls-webpki v0.102.8 |
| 1020 | 2026-05-27T02:07:21.711Z | Downloaded zip v0.6.6 |
| 1021 | 2026-05-27T02:07:21.714Z | Downloaded x509-cert v0.2.5 |
| 1022 | 2026-05-27T02:07:21.717Z | Downloaded typed-path v0.9.3 |
| 1023 | 2026-05-27T02:07:21.720Z | Downloaded serde_with v3.17.0 |
| 1024 | 2026-05-27T02:07:21.727Z | Downloaded tokio-util v0.7.18 |
| 1025 | 2026-05-27T02:07:21.731Z | Downloaded unicode-normalization v0.1.25 |
| 1026 | 2026-05-27T02:07:21.734Z | Downloaded object v0.30.4 |
| 1027 | 2026-05-27T02:07:21.741Z | Downloaded bstr v1.12.1 |
| 1028 | 2026-05-27T02:07:21.745Z | Downloaded nix v0.27.1 |
| 1029 | 2026-05-27T02:07:21.751Z | Downloaded tower-http v0.6.8 |
| 1030 | 2026-05-27T02:07:21.756Z | Downloaded tough v0.22.0 |
| 1031 | 2026-05-27T02:07:21.761Z | Downloaded zip v4.6.1 |
| 1032 | 2026-05-27T02:07:21.765Z | Downloaded radix_trie v0.2.1 |
| 1033 | 2026-05-27T02:07:21.779Z | Downloaded proptest v1.10.0 |
| 1034 | 2026-05-27T02:07:21.783Z | Downloaded zerovec v0.11.5 |
| 1035 | 2026-05-27T02:07:21.783Z | Downloaded goblin v0.10.5 |
| 1036 | 2026-05-27T02:07:21.802Z | Downloaded nix v0.28.0 |
| 1037 | 2026-05-27T02:07:21.813Z | Downloaded polar-core v0.27.3 |
| 1038 | 2026-05-27T02:07:21.821Z | Downloaded tabled v0.15.0 |
| 1039 | 2026-05-27T02:07:21.832Z | Downloaded winnow v0.6.26 |
| 1040 | 2026-05-27T02:07:21.861Z | Downloaded dropshot v0.17.0 |
| 1041 | 2026-05-27T02:07:21.883Z | Downloaded winnow v0.5.40 |
| 1042 | 2026-05-27T02:07:21.883Z | Downloaded time v0.3.47 |
| 1043 | 2026-05-27T02:07:21.883Z | Downloaded quinn-proto v0.11.13 |
| 1044 | 2026-05-27T02:07:21.883Z | Downloaded hickory-proto v0.24.4 |
| 1045 | 2026-05-27T02:07:21.884Z | Downloaded object v0.37.3 |
| 1046 | 2026-05-27T02:07:21.884Z | Downloaded zerocopy v0.7.35 |
| 1047 | 2026-05-27T02:07:21.891Z | Downloaded diesel v2.3.7 |
| 1048 | 2026-05-27T02:07:21.901Z | Downloaded winnow v0.7.14 |
| 1049 | 2026-05-27T02:07:21.906Z | Downloaded syn v1.0.109 |
| 1050 | 2026-05-27T02:07:21.912Z | Downloaded regress v0.11.1 |
| 1051 | 2026-05-27T02:07:21.917Z | Downloaded regex-syntax v0.6.29 |
| 1052 | 2026-05-27T02:07:21.921Z | Downloaded unicode-width v0.2.0 |
| 1053 | 2026-05-27T02:07:21.924Z | Downloaded smoltcp v0.9.1 |
| 1054 | 2026-05-27T02:07:21.930Z | Downloaded unicode-width v0.1.14 |
| 1055 | 2026-05-27T02:07:21.933Z | Downloaded regex-syntax v0.8.10 |
| 1056 | 2026-05-27T02:07:21.938Z | Downloaded rustls v0.23.37 |
| 1057 | 2026-05-27T02:07:21.944Z | Downloaded syn v2.0.117 |
| 1058 | 2026-05-27T02:07:21.950Z | Downloaded zlib-rs v0.6.2 |
| 1059 | 2026-05-27T02:07:21.954Z | Downloaded rustix v1.1.3 |
| 1060 | 2026-05-27T02:07:21.968Z | Downloaded vcpkg v0.2.15 |
| 1061 | 2026-05-27T02:07:21.993Z | Downloaded hickory-proto v0.25.2 |
| 1062 | 2026-05-27T02:07:22.000Z | Downloaded nix v0.31.2 |
| 1063 | 2026-05-27T02:07:22.007Z | Downloaded webpki-roots v1.0.6 |
| 1064 | 2026-05-27T02:07:22.011Z | Downloaded smoltcp v0.11.0 |
| 1065 | 2026-05-27T02:07:22.017Z | Downloaded rustix v0.38.44 |
| 1066 | 2026-05-27T02:07:22.029Z | Downloaded zerocopy v0.8.40 |
| 1067 | 2026-05-27T02:07:22.036Z | Downloaded rustls v0.22.4 |
| 1068 | 2026-05-27T02:07:22.043Z | Downloaded regress v0.10.5 |
| 1069 | 2026-05-27T02:07:22.047Z | Downloaded typify-impl v0.6.2 |
| 1070 | 2026-05-27T02:07:22.054Z | Downloaded openapiv3 v2.2.0 |
| 1071 | 2026-05-27T02:07:22.062Z | Downloaded tabled v0.20.0 |
| 1072 | 2026-05-27T02:07:22.071Z | Downloaded rustls v0.21.12 |
| 1073 | 2026-05-27T02:07:22.080Z | Downloaded openssl v0.10.79 |
| 1074 | 2026-05-27T02:07:22.083Z | Downloaded zerocopy-derive v0.6.6 |
| 1075 | 2026-05-27T02:07:22.089Z | Downloaded chrono-tz v0.10.4 |
| 1076 | 2026-05-27T02:07:22.111Z | Downloaded petgraph v0.8.3 |
| 1077 | 2026-05-27T02:07:22.123Z | Downloaded csv v1.4.0 |
| 1078 | 2026-05-27T02:07:22.157Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1079 | 2026-05-27T02:07:22.164Z | Downloaded sqlparser v0.61.0 |
| 1080 | 2026-05-27T02:07:22.179Z | Downloaded encoding_rs v0.8.35 |
| 1081 | 2026-05-27T02:07:22.192Z | Downloaded sled v0.34.7 |
| 1082 | 2026-05-27T02:07:22.198Z | Downloaded ratatui v0.29.0 |
| 1083 | 2026-05-27T02:07:22.209Z | Downloaded typify-impl v0.4.3 |
| 1084 | 2026-05-27T02:07:22.218Z | Downloaded tracing v0.1.44 |
| 1085 | 2026-05-27T02:07:22.235Z | Downloaded regex-automata v0.4.14 |
| 1086 | 2026-05-27T02:07:22.244Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1087 | 2026-05-27T02:07:22.278Z | Downloaded petgraph v0.6.5 |
| 1088 | 2026-05-27T02:07:22.297Z | Downloaded jiff v0.2.21 |
| 1089 | 2026-05-27T02:07:22.322Z | Downloaded libc v0.2.185 |
| 1090 | 2026-05-27T02:07:22.369Z | Downloaded libz-sys v1.1.24 |
| 1091 | 2026-05-27T02:07:22.395Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1092 | 2026-05-27T02:07:22.406Z | Downloaded sha3 v0.10.8 |
| 1093 | 2026-05-27T02:07:22.421Z | Downloaded tokio v1.52.1 |
| 1094 | 2026-05-27T02:07:22.520Z | Downloaded ring v0.17.14 |
| 1095 | 2026-05-27T02:07:22.544Z | Downloaded httpmock v0.8.3 |
| 1096 | 2026-05-27T02:07:23.052Z | Downloaded aws-lc-sys v0.40.0 |
| 1097 | 2026-05-27T02:07:23.491Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 1098 | 2026-05-27T02:07:25.150Z | Startup: Refreshing catalog 'helios' ... Done |
| 1099 | 2026-05-27T02:07:25.218Z | Startup: Caching catalogs ... Done |
| 1100 | 2026-05-27T02:07:25.482Z | Planning: Solver setup ... Done (0.227s) |
| 1101 | 2026-05-27T02:07:25.501Z | Planning: Running solver ... Done (0.019s) |
| 1102 | 2026-05-27T02:07:25.507Z | Planning: Finding local manifests ... Done (0.003s) |
| 1103 | 2026-05-27T02:07:25.519Z | Planning: Fetching manifests: 0/2 0% complete |
| 1104 | 2026-05-27T02:07:25.536Z | Planning: Fetching manifests: 2/2 100% complete |
| 1105 | 2026-05-27T02:07:25.549Z | Planning: Package planning ... Done (0.013s) |
| 1106 | 2026-05-27T02:07:25.552Z | Planning: Merging actions ... Done (0.001s) |
| 1107 | 2026-05-27T02:07:25.740Z | Planning: Checking for conflicting actions ... Done (0.189s) |
| 1108 | 2026-05-27T02:07:25.744Z | Planning: Consolidating action changes ... Done (0.001s) |
| 1109 | 2026-05-27T02:07:26.585Z | Planning: Evaluating mediators ... Done (0.844s) |
| 1110 | 2026-05-27T02:07:26.588Z | Planning: Planning completed in 1.35 seconds |
| 1111 | 2026-05-27T02:07:26.595Z | Packages to install: 2 |
| 1112 | 2026-05-27T02:07:26.595Z | Estimated space available: 155.83 GB |
| 1113 | 2026-05-27T02:07:26.595Z | Estimated space to be consumed: 22.53 MB |
| 1114 | 2026-05-27T02:07:26.595Z | Create boot environment: No |
| 1115 | 2026-05-27T02:07:26.598Z | Create backup boot environment: No |
| 1116 | 2026-05-27T02:07:26.598Z | Rebuild boot archive: No |
| 1117 | 2026-05-27T02:07:26.598Z | |
| 1118 | 2026-05-27T02:07:26.598Z | Changed packages: |
| 1119 | 2026-05-27T02:07:26.598Z | helios |
| 1120 | 2026-05-27T02:07:26.598Z | developer/build-essential |
| 1121 | 2026-05-27T02:07:26.598Z | None -> 11-3.0 |
| 1122 | 2026-05-27T02:07:26.598Z | library/libxmlsec1 |
| 1123 | 2026-05-27T02:07:26.598Z | None -> 1.2.35-3.0 |
| 1124 | 2026-05-27T02:07:26.621Z | |
| 1125 | 2026-05-27T02:07:26.621Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 1126 | 2026-05-27T02:07:27.225Z | Download: Completed 1.28 MB in 0.60 seconds (2.1M/s) |
| 1127 | 2026-05-27T02:07:27.317Z | Actions: 1/268 actions (Installing new actions) |
| 1128 | 2026-05-27T02:07:27.357Z | Actions: Completed 268 actions in 0.04 seconds. |
| 1129 | 2026-05-27T02:07:27.391Z | Finalize: Updating package state database ... Done (0.033s) |
| 1130 | 2026-05-27T02:07:27.391Z | Finalize: Updating package cache ... Done (0.000s) |
| 1131 | 2026-05-27T02:07:27.410Z | Finalize: Updating image state ... Done (0.019s) |
| 1132 | 2026-05-27T02:07:29.941Z | Finalize: Creating fast lookup database ... Done (2.508s) |
| 1133 | 2026-05-27T02:07:30.010Z | Finalize: Reading search index ... Done (0.012s) |
| 1134 | 2026-05-27T02:07:30.013Z | Finalize: Updating search index ... Done (0.000s) |
| 1135 | 2026-05-27T02:07:30.104Z | Finalize: Updating package cache ... Done (0.000s) |
| 1136 | 2026-05-27T02:07:30.408Z | Planning: Evaluating mediator changes ... Done |
| 1137 | 2026-05-27T02:07:30.512Z | Planning: Checking for conflicting actions ... Done |
| 1138 | 2026-05-27T02:07:30.515Z | Planning: Consolidating action changes ... Done |
| 1139 | 2026-05-27T02:07:30.671Z | Planning: Evaluating mediators ... Done |
| 1140 | 2026-05-27T02:07:30.674Z | Planning: Planning completed in 0.26 seconds |
| 1141 | 2026-05-27T02:07:30.695Z | Mediators to change: 2 |
| 1142 | 2026-05-27T02:07:30.695Z | Create boot environment: No |
| 1143 | 2026-05-27T02:07:30.695Z | Create backup boot environment: No |
| 1144 | 2026-05-27T02:07:30.763Z | Finalize: Updating package state database ... Done |
| 1145 | 2026-05-27T02:07:30.763Z | Finalize: Updating package cache ... Done |
| 1146 | 2026-05-27T02:07:30.775Z | Finalize: Updating image state ... Done |
| 1147 | 2026-05-27T02:07:32.689Z | Finalize: Creating fast lookup database ... Done |
| 1148 | 2026-05-27T02:07:32.750Z | Finalize: Reading search index ... Done |
| 1149 | 2026-05-27T02:07:32.753Z | Finalize: Updating search index ... Done |
| 1150 | 2026-05-27T02:07:32.842Z | Finalize: Updating package cache ... Done |
| 1151 | 2026-05-27T02:07:33.124Z | Planning: Evaluating mediator changes ... Done |
| 1152 | 2026-05-27T02:07:33.227Z | Planning: Checking for conflicting actions ... Done |
| 1153 | 2026-05-27T02:07:33.230Z | Planning: Consolidating action changes ... Done |
| 1154 | 2026-05-27T02:07:33.384Z | Planning: Evaluating mediators ... Done |
| 1155 | 2026-05-27T02:07:33.387Z | Planning: Planning completed in 0.26 seconds |
| 1156 | 2026-05-27T02:07:33.408Z | Mediators to change: 1 |
| 1157 | 2026-05-27T02:07:33.408Z | Create boot environment: No |
| 1158 | 2026-05-27T02:07:33.408Z | Create backup boot environment: No |
| 1159 | 2026-05-27T02:07:33.462Z | Finalize: Updating package state database ... Done |
| 1160 | 2026-05-27T02:07:33.462Z | Finalize: Updating package cache ... Done |
| 1161 | 2026-05-27T02:07:33.476Z | Finalize: Updating image state ... Done |
| 1162 | 2026-05-27T02:07:35.401Z | Finalize: Creating fast lookup database ... Done |
| 1163 | 2026-05-27T02:07:35.462Z | Finalize: Reading search index ... Done |
| 1164 | 2026-05-27T02:07:35.465Z | Finalize: Updating search index ... Done |
| 1165 | 2026-05-27T02:07:35.545Z | Finalize: Updating package cache ... Done |
| 1166 | 2026-05-27T02:07:35.854Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 1167 | 2026-05-27T02:07:35.854Z | apache system 2.4 system |
| 1168 | 2026-05-27T02:07:35.854Z | clang system 15 system |
| 1169 | 2026-05-27T02:07:35.854Z | csh system system illumos |
| 1170 | 2026-05-27T02:07:35.854Z | ctags system system illumos |
| 1171 | 2026-05-27T02:07:35.854Z | file vendor vendor darwinsys |
| 1172 | 2026-05-27T02:07:35.854Z | file system system illumos |
| 1173 | 2026-05-27T02:07:35.854Z | gcc vendor 14 vendor |
| 1174 | 2026-05-27T02:07:35.854Z | gcc system 13 system |
| 1175 | 2026-05-27T02:07:35.854Z | gcc system 10 system |
| 1176 | 2026-05-27T02:07:35.854Z | go system 1.25 system |
| 1177 | 2026-05-27T02:07:35.854Z | llvm system 15 system |
| 1178 | 2026-05-27T02:07:35.854Z | mariadb system 11.4 system |
| 1179 | 2026-05-27T02:07:35.854Z | mta vendor vendor dma |
| 1180 | 2026-05-27T02:07:35.854Z | openjdk system 17 system |
| 1181 | 2026-05-27T02:07:35.854Z | openjdk system 11 system |
| 1182 | 2026-05-27T02:07:35.854Z | openssl vendor 3 vendor |
| 1183 | 2026-05-27T02:07:35.854Z | perl system 5.40 system |
| 1184 | 2026-05-27T02:07:35.854Z | postgresql system 18 system |
| 1185 | 2026-05-27T02:07:35.854Z | postgresql system 17 system |
| 1186 | 2026-05-27T02:07:35.854Z | python vendor 3 vendor |
| 1187 | 2026-05-27T02:07:35.854Z | python system 2 system |
| 1188 | 2026-05-27T02:07:35.854Z | python3 vendor 3.13 vendor |
| 1189 | 2026-05-27T02:07:35.854Z | ruby system 3.4 system |
| 1190 | 2026-05-27T02:07:35.855Z | ruby system 3.0 system |
| 1191 | 2026-05-27T02:07:35.855Z | words vendor vendor american-english |
| 1192 | 2026-05-27T02:07:35.855Z | words system system australian-english |
| 1193 | 2026-05-27T02:07:35.855Z | words system system british-english |
| 1194 | 2026-05-27T02:07:35.855Z | words system system canadian-english |
| 1195 | 2026-05-27T02:07:35.855Z | words system system french |
| 1196 | 2026-05-27T02:07:35.855Z | words system system italian |
| 1197 | 2026-05-27T02:07:35.855Z | words system system ngerman |
| 1198 | 2026-05-27T02:07:35.855Z | words system system ogerman |
| 1199 | 2026-05-27T02:07:35.855Z | words system system spanish |
| 1200 | 2026-05-27T02:07:36.102Z | PUBLISHER TYPE STATUS P LOCATION |
| 1201 | 2026-05-27T02:07:36.102Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 1202 | 2026-05-27T02:07:36.382Z | FMRI IFO |
| 1203 | 2026-05-27T02:07:36.382Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 1204 | 2026-05-27T02:07:36.382Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 1205 | 2026-05-27T02:07:36.382Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 1206 | 2026-05-27T02:07:36.382Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 1207 | 2026-05-27T02:07:36.382Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 1208 | 2026-05-27T02:07:36.382Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 1209 | 2026-05-27T02:07:36.382Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 1210 | 2026-05-27T02:07:36.382Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 1211 | 2026-05-27T02:07:36.382Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 1212 | 2026-05-27T02:07:36.955Z | Downloading crates ... |
| 1213 | 2026-05-27T02:07:37.018Z | Downloaded cargo_toml v0.21.0 |
| 1214 | 2026-05-27T02:07:37.065Z | Compiling proc-macro2 v1.0.106 |
| 1215 | 2026-05-27T02:07:37.065Z | Compiling unicode-ident v1.0.24 |
| 1216 | 2026-05-27T02:07:37.068Z | Compiling quote v1.0.45 |
| 1217 | 2026-05-27T02:07:37.068Z | Compiling serde_core v1.0.228 |
| 1218 | 2026-05-27T02:07:37.068Z | Compiling libc v0.2.185 |
| 1219 | 2026-05-27T02:07:37.068Z | Compiling version_check v0.9.5 |
| 1220 | 2026-05-27T02:07:37.068Z | Compiling serde v1.0.228 |
| 1221 | 2026-05-27T02:07:37.068Z | Compiling stable_deref_trait v1.2.1 |
| 1222 | 2026-05-27T02:07:37.068Z | Compiling memchr v2.8.0 |
| 1223 | 2026-05-27T02:07:37.068Z | Compiling zmij v1.0.21 |
| 1224 | 2026-05-27T02:07:37.151Z | Compiling itoa v1.0.17 |
| 1225 | 2026-05-27T02:07:37.155Z | Compiling autocfg v1.5.0 |
| 1226 | 2026-05-27T02:07:37.155Z | Compiling ucd-trie v0.1.7 |
| 1227 | 2026-05-27T02:07:37.155Z | Compiling thiserror v1.0.69 |
| 1228 | 2026-05-27T02:07:37.160Z | Compiling writeable v0.6.2 |
| 1229 | 2026-05-27T02:07:37.286Z | Compiling litemap v0.8.1 |
| 1230 | 2026-05-27T02:07:37.318Z | Compiling icu_properties_data v2.1.2 |
| 1231 | 2026-05-27T02:07:37.504Z | Compiling rustix v1.1.3 |
| 1232 | 2026-05-27T02:07:37.516Z | Compiling icu_normalizer_data v2.1.1 |
| 1233 | 2026-05-27T02:07:37.548Z | Compiling byteorder v1.5.0 |
| 1234 | 2026-05-27T02:07:37.669Z | Compiling pest v2.8.6 |
| 1235 | 2026-05-27T02:07:37.726Z | Compiling serde_json v1.0.149 |
| 1236 | 2026-05-27T02:07:37.729Z | Compiling bitflags v2.11.0 |
| 1237 | 2026-05-27T02:07:37.769Z | Compiling num-traits v0.2.19 |
| 1238 | 2026-05-27T02:07:37.919Z | Compiling hashbrown v0.17.0 |
| 1239 | 2026-05-27T02:07:37.977Z | Compiling equivalent v1.0.2 |
| 1240 | 2026-05-27T02:07:38.002Z | Compiling smallvec v1.15.1 |
| 1241 | 2026-05-27T02:07:38.045Z | Compiling typeid v1.0.3 |
| 1242 | 2026-05-27T02:07:38.067Z | Compiling usdt-impl v0.5.0 |
| 1243 | 2026-05-27T02:07:38.081Z | Compiling proc-macro-error-attr v1.0.4 |
| 1244 | 2026-05-27T02:07:38.094Z | Compiling winnow v0.7.14 |
| 1245 | 2026-05-27T02:07:38.143Z | Compiling erased-serde v0.4.9 |
| 1246 | 2026-05-27T02:07:38.157Z | Compiling syn v1.0.109 |
| 1247 | 2026-05-27T02:07:38.174Z | Compiling toml_write v0.1.2 |
| 1248 | 2026-05-27T02:07:38.228Z | Compiling proc-macro-error v1.0.4 |
| 1249 | 2026-05-27T02:07:38.240Z | Compiling errno v0.3.14 |
| 1250 | 2026-05-27T02:07:38.290Z | Compiling thread-id v4.2.2 |
| 1251 | 2026-05-27T02:07:38.385Z | Compiling thiserror v2.0.18 |
| 1252 | 2026-05-27T02:07:38.400Z | Compiling camino v1.2.2 |
| 1253 | 2026-05-27T02:07:38.422Z | Compiling utf8_iter v1.0.4 |
| 1254 | 2026-05-27T02:07:38.430Z | Compiling indexmap v2.14.0 |
| 1255 | 2026-05-27T02:07:38.450Z | Compiling percent-encoding v2.3.2 |
| 1256 | 2026-05-27T02:07:38.488Z | Compiling utf8parse v0.2.2 |
| 1257 | 2026-05-27T02:07:38.515Z | Compiling log v0.4.29 |
| 1258 | 2026-05-27T02:07:38.526Z | Compiling getrandom v0.4.1 |
| 1259 | 2026-05-27T02:07:38.550Z | Compiling plain v0.2.3 |
| 1260 | 2026-05-27T02:07:38.580Z | Compiling form_urlencoded v1.2.2 |
| 1261 | 2026-05-27T02:07:38.658Z | Compiling anstyle-parse v0.2.7 |
| 1262 | 2026-05-27T02:07:38.752Z | Compiling pest_meta v2.8.6 |
| 1263 | 2026-05-27T02:07:38.788Z | Compiling cfg-if v1.0.4 |
| 1264 | 2026-05-27T02:07:38.811Z | Compiling syn v2.0.117 |
| 1265 | 2026-05-27T02:07:38.897Z | Compiling ordered-float v2.10.1 |
| 1266 | 2026-05-27T02:07:38.935Z | Compiling is_terminal_polyfill v1.70.2 |
| 1267 | 2026-05-27T02:07:38.957Z | Compiling colorchoice v1.0.4 |
| 1268 | 2026-05-27T02:07:39.014Z | Compiling anstyle v1.0.13 |
| 1269 | 2026-05-27T02:07:39.025Z | Compiling anstyle-query v1.1.5 |
| 1270 | 2026-05-27T02:07:39.056Z | Compiling pretty-hex v0.4.1 |
| 1271 | 2026-05-27T02:07:39.120Z | Compiling fs-err v3.3.0 |
| 1272 | 2026-05-27T02:07:39.147Z | Compiling anyhow v1.0.102 |
| 1273 | 2026-05-27T02:07:39.186Z | Compiling once_cell v1.21.3 |
| 1274 | 2026-05-27T02:07:39.198Z | Compiling anstream v0.6.21 |
| 1275 | 2026-05-27T02:07:39.209Z | Compiling unicode-xid v0.2.6 |
| 1276 | 2026-05-27T02:07:39.257Z | Compiling unicode-width v0.1.14 |
| 1277 | 2026-05-27T02:07:39.269Z | Compiling bytecount v0.6.9 |
| 1278 | 2026-05-27T02:07:39.331Z | Compiling terminal_size v0.4.3 |
| 1279 | 2026-05-27T02:07:39.348Z | Compiling fnv v1.0.7 |
| 1280 | 2026-05-27T02:07:39.399Z | Compiling heck v0.4.1 |
| 1281 | 2026-05-27T02:07:39.413Z | Compiling fastrand v2.3.0 |
| 1282 | 2026-05-27T02:07:39.416Z | Compiling strsim v0.11.1 |
| 1283 | 2026-05-27T02:07:39.464Z | Compiling clap_lex v1.0.0 |
| 1284 | 2026-05-27T02:07:39.489Z | Compiling heck v0.5.0 |
| 1285 | 2026-05-27T02:07:39.517Z | Compiling papergrid v0.11.0 |
| 1286 | 2026-05-27T02:07:39.592Z | Compiling memmap v0.7.0 |
| 1287 | 2026-05-27T02:07:39.692Z | Compiling semver v1.0.28 |
| 1288 | 2026-05-27T02:07:39.741Z | Compiling clap_builder v4.5.60 |
| 1289 | 2026-05-27T02:07:39.752Z | Compiling tempfile v3.25.0 |
| 1290 | 2026-05-27T02:07:39.795Z | Compiling unicode-linebreak v0.1.5 |
| 1291 | 2026-05-27T02:07:39.809Z | Compiling unicode-width v0.2.0 |
| 1292 | 2026-05-27T02:07:39.822Z | Compiling smawk v0.3.2 |
| 1293 | 2026-05-27T02:07:40.034Z | Compiling textwrap v0.16.2 |
| 1294 | 2026-05-27T02:07:40.057Z | Compiling serde-untagged v0.1.9 |
| 1295 | 2026-05-27T02:07:40.121Z | Compiling camino-tempfile v1.4.1 |
| 1296 | 2026-05-27T02:07:40.148Z | Compiling swrite v0.1.0 |
| 1297 | 2026-05-27T02:07:40.164Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1298 | 2026-05-27T02:07:40.626Z | Compiling tabled_derive v0.7.0 |
| 1299 | 2026-05-27T02:07:41.251Z | Compiling tabled v0.15.0 |
| 1300 | 2026-05-27T02:07:41.428Z | Compiling synstructure v0.13.2 |
| 1301 | 2026-05-27T02:07:41.428Z | Compiling pest_generator v2.8.6 |
| 1302 | 2026-05-27T02:07:41.927Z | Compiling serde_derive v1.0.228 |
| 1303 | 2026-05-27T02:07:41.927Z | Compiling zerofrom-derive v0.1.6 |
| 1304 | 2026-05-27T02:07:41.937Z | Compiling yoke-derive v0.8.1 |
| 1305 | 2026-05-27T02:07:41.937Z | Compiling zerovec-derive v0.11.2 |
| 1306 | 2026-05-27T02:07:41.937Z | Compiling displaydoc v0.2.5 |
| 1307 | 2026-05-27T02:07:41.938Z | Compiling thiserror-impl v1.0.69 |
| 1308 | 2026-05-27T02:07:41.938Z | Compiling zerocopy-derive v0.7.35 |
| 1309 | 2026-05-27T02:07:41.938Z | Compiling scroll_derive v0.12.1 |
| 1310 | 2026-05-27T02:07:41.938Z | Compiling thiserror-impl v2.0.18 |
| 1311 | 2026-05-27T02:07:41.938Z | Compiling clap_derive v4.5.55 |
| 1312 | 2026-05-27T02:07:42.052Z | Compiling pest_derive v2.8.6 |
| 1313 | 2026-05-27T02:07:42.583Z | Compiling scroll v0.12.0 |
| 1314 | 2026-05-27T02:07:42.867Z | Compiling goblin v0.8.2 |
| 1315 | 2026-05-27T02:07:42.948Z | Compiling zerocopy v0.7.35 |
| 1316 | 2026-05-27T02:07:42.979Z | Compiling zerofrom v0.1.6 |
| 1317 | 2026-05-27T02:07:43.090Z | Compiling yoke v0.8.1 |
| 1318 | 2026-05-27T02:07:43.124Z | Compiling dtrace-parser v0.2.0 |
| 1319 | 2026-05-27T02:07:43.217Z | Compiling zerovec v0.11.5 |
| 1320 | 2026-05-27T02:07:43.218Z | Compiling zerotrie v0.2.3 |
| 1321 | 2026-05-27T02:07:43.264Z | Compiling clap v4.5.60 |
| 1322 | 2026-05-27T02:07:43.603Z | Compiling tinystr v0.8.2 |
| 1323 | 2026-05-27T02:07:43.603Z | Compiling potential_utf v0.1.4 |
| 1324 | 2026-05-27T02:07:43.709Z | Compiling icu_collections v2.1.1 |
| 1325 | 2026-05-27T02:07:43.740Z | Compiling icu_locale_core v2.1.1 |
| 1326 | 2026-05-27T02:07:44.290Z | Compiling icu_provider v2.1.1 |
| 1327 | 2026-05-27T02:07:44.381Z | Compiling dof v0.3.0 |
| 1328 | 2026-05-27T02:07:44.381Z | Compiling serde_tokenstream v0.2.3 |
| 1329 | 2026-05-27T02:07:44.391Z | Compiling serde_spanned v0.6.9 |
| 1330 | 2026-05-27T02:07:44.394Z | Compiling toml_datetime v0.6.11 |
| 1331 | 2026-05-27T02:07:44.394Z | Compiling serde-value v0.7.0 |
| 1332 | 2026-05-27T02:07:44.394Z | Compiling cargo-platform v0.2.0 |
| 1333 | 2026-05-27T02:07:44.394Z | Compiling macaddr v1.0.1 |
| 1334 | 2026-05-27T02:07:44.498Z | Compiling icu_normalizer v2.1.1 |
| 1335 | 2026-05-27T02:07:44.498Z | Compiling icu_properties v2.1.2 |
| 1336 | 2026-05-27T02:07:44.592Z | Compiling toml_edit v0.22.27 |
| 1337 | 2026-05-27T02:07:45.035Z | Compiling usdt-macro v0.5.0 |
| 1338 | 2026-05-27T02:07:45.035Z | Compiling usdt-attr-macro v0.5.0 |
| 1339 | 2026-05-27T02:07:45.317Z | Compiling idna_adapter v1.2.1 |
| 1340 | 2026-05-27T02:07:45.425Z | Compiling idna v1.1.0 |
| 1341 | 2026-05-27T02:07:45.620Z | Compiling usdt v0.5.0 |
| 1342 | 2026-05-27T02:07:45.649Z | Compiling url v2.5.8 |
| 1343 | 2026-05-27T02:07:45.850Z | Compiling toml v0.8.23 |
| 1344 | 2026-05-27T02:07:46.167Z | Compiling cargo-util-schemas v0.8.2 |
| 1345 | 2026-05-27T02:07:46.167Z | Compiling cargo_toml v0.21.0 |
| 1346 | 2026-05-27T02:07:46.945Z | Compiling cargo_metadata v0.21.0 |
| 1347 | 2026-05-27T02:07:47.846Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1348 | 2026-05-27T02:07:49.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.46s |
| 1349 | 2026-05-27T02:07:49.974Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1350 | 2026-05-27T02:07:50.740Z | Compiling libc v0.2.185 |
| 1351 | 2026-05-27T02:07:50.741Z | Compiling serde v1.0.228 |
| 1352 | 2026-05-27T02:07:50.745Z | Compiling log v0.4.29 |
| 1353 | 2026-05-27T02:07:50.745Z | Compiling shlex v1.3.0 |
| 1354 | 2026-05-27T02:07:50.745Z | Compiling find-msvc-tools v0.1.9 |
| 1355 | 2026-05-27T02:07:50.745Z | Compiling smallvec v1.15.1 |
| 1356 | 2026-05-27T02:07:50.745Z | Compiling typenum v1.19.0 |
| 1357 | 2026-05-27T02:07:50.745Z | Compiling subtle v2.6.1 |
| 1358 | 2026-05-27T02:07:50.886Z | Compiling generic-array v0.14.7 |
| 1359 | 2026-05-27T02:07:50.889Z | Compiling scopeguard v1.2.0 |
| 1360 | 2026-05-27T02:07:50.898Z | Compiling const-oid v0.9.6 |
| 1361 | 2026-05-27T02:07:50.974Z | Compiling serde_json v1.0.149 |
| 1362 | 2026-05-27T02:07:51.007Z | Compiling syn v2.0.117 |
| 1363 | 2026-05-27T02:07:51.017Z | Compiling zerocopy v0.8.40 |
| 1364 | 2026-05-27T02:07:51.017Z | Compiling pin-project-lite v0.2.17 |
| 1365 | 2026-05-27T02:07:51.035Z | Compiling parking_lot_core v0.9.12 |
| 1366 | 2026-05-27T02:07:51.073Z | Compiling lock_api v0.4.14 |
| 1367 | 2026-05-27T02:07:51.095Z | Compiling portable-atomic v1.13.1 |
| 1368 | 2026-05-27T02:07:51.112Z | Compiling pkg-config v0.3.32 |
| 1369 | 2026-05-27T02:07:51.130Z | Compiling bitflags v2.11.0 |
| 1370 | 2026-05-27T02:07:51.144Z | Compiling libm v0.2.16 |
| 1371 | 2026-05-27T02:07:51.177Z | Compiling futures-core v0.3.32 |
| 1372 | 2026-05-27T02:07:51.238Z | Compiling critical-section v1.2.0 |
| 1373 | 2026-05-27T02:07:51.276Z | Compiling num-traits v0.2.19 |
| 1374 | 2026-05-27T02:07:51.276Z | Compiling percent-encoding v2.3.2 |
| 1375 | 2026-05-27T02:07:51.348Z | Compiling futures-sink v0.3.32 |
| 1376 | 2026-05-27T02:07:51.352Z | Compiling getrandom v0.4.1 |
| 1377 | 2026-05-27T02:07:51.352Z | Compiling futures-task v0.3.32 |
| 1378 | 2026-05-27T02:07:51.352Z | Compiling slab v0.4.12 |
| 1379 | 2026-05-27T02:07:51.358Z | Compiling futures-io v0.3.32 |
| 1380 | 2026-05-27T02:07:51.512Z | Compiling futures-channel v0.3.32 |
| 1381 | 2026-05-27T02:07:51.528Z | Compiling cpufeatures v0.2.17 |
| 1382 | 2026-05-27T02:07:51.555Z | Compiling rand_core v0.10.0 |
| 1383 | 2026-05-27T02:07:51.593Z | Compiling indexmap v2.14.0 |
| 1384 | 2026-05-27T02:07:51.628Z | Compiling rustversion v1.0.22 |
| 1385 | 2026-05-27T02:07:51.650Z | Compiling getrandom v0.3.4 |
| 1386 | 2026-05-27T02:07:51.662Z | Compiling form_urlencoded v1.2.2 |
| 1387 | 2026-05-27T02:07:51.662Z | Compiling fs_extra v1.3.0 |
| 1388 | 2026-05-27T02:07:51.689Z | Compiling dunce v1.0.5 |
| 1389 | 2026-05-27T02:07:51.727Z | Compiling base64ct v1.8.3 |
| 1390 | 2026-05-27T02:07:51.744Z | Compiling ident_case v1.0.1 |
| 1391 | 2026-05-27T02:07:51.776Z | Compiling flagset v0.4.7 |
| 1392 | 2026-05-27T02:07:51.794Z | Compiling iana-time-zone v0.1.65 |
| 1393 | 2026-05-27T02:07:51.809Z | Compiling regex-syntax v0.8.10 |
| 1394 | 2026-05-27T02:07:51.878Z | Compiling getrandom v0.2.17 |
| 1395 | 2026-05-27T02:07:51.893Z | Compiling jobserver v0.1.34 |
| 1396 | 2026-05-27T02:07:51.911Z | Compiling errno v0.3.14 |
| 1397 | 2026-05-27T02:07:51.944Z | Compiling mio v1.2.0 |
| 1398 | 2026-05-27T02:07:51.962Z | Compiling socket2 v0.6.3 |
| 1399 | 2026-05-27T02:07:52.042Z | Compiling rand_core v0.6.4 |
| 1400 | 2026-05-27T02:07:52.072Z | Compiling signal-hook-registry v1.4.8 |
| 1401 | 2026-05-27T02:07:52.086Z | Compiling once_cell v1.21.3 |
| 1402 | 2026-05-27T02:07:52.121Z | Compiling cc v1.2.56 |
| 1403 | 2026-05-27T02:07:52.155Z | Compiling parking_lot v0.12.5 |
| 1404 | 2026-05-27T02:07:52.245Z | Compiling pem-rfc7468 v0.7.0 |
| 1405 | 2026-05-27T02:07:52.262Z | Compiling rustix v1.1.3 |
| 1406 | 2026-05-27T02:07:52.277Z | Compiling vcpkg v0.2.15 |
| 1407 | 2026-05-27T02:07:52.343Z | Compiling aws-lc-rs v1.16.3 |
| 1408 | 2026-05-27T02:07:52.369Z | Compiling tracing-core v0.1.36 |
| 1409 | 2026-05-27T02:07:52.384Z | Compiling uuid v1.23.0 |
| 1410 | 2026-05-27T02:07:52.419Z | Compiling rustc_version v0.4.1 |
| 1411 | 2026-05-27T02:07:52.433Z | Compiling base64 v0.22.1 |
| 1412 | 2026-05-27T02:07:52.546Z | Compiling untrusted v0.9.0 |
| 1413 | 2026-05-27T02:07:52.569Z | Compiling httparse v1.10.1 |
| 1414 | 2026-05-27T02:07:52.653Z | Compiling rand_core v0.9.5 |
| 1415 | 2026-05-27T02:07:52.676Z | Compiling openssl-probe v0.2.1 |
| 1416 | 2026-05-27T02:07:52.692Z | Compiling untrusted v0.7.1 |
| 1417 | 2026-05-27T02:07:52.697Z | Compiling tinyvec_macros v0.1.1 |
| 1418 | 2026-05-27T02:07:52.764Z | Compiling tinyvec v1.10.0 |
| 1419 | 2026-05-27T02:07:52.781Z | Compiling aho-corasick v1.1.4 |
| 1420 | 2026-05-27T02:07:52.795Z | Compiling atomic-waker v1.1.2 |
| 1421 | 2026-05-27T02:07:52.837Z | Compiling cmake v0.1.57 |
| 1422 | 2026-05-27T02:07:52.851Z | Compiling rustls v0.23.37 |
| 1423 | 2026-05-27T02:07:52.873Z | Compiling tower-layer v0.3.3 |
| 1424 | 2026-05-27T02:07:52.933Z | Compiling dyn-clone v1.0.20 |
| 1425 | 2026-05-27T02:07:52.947Z | Compiling schemars v0.8.22 |
| 1426 | 2026-05-27T02:07:52.950Z | Compiling tower-service v0.3.3 |
| 1427 | 2026-05-27T02:07:52.991Z | Compiling try-lock v0.2.5 |
| 1428 | 2026-05-27T02:07:53.031Z | Compiling foreign-types-shared v0.1.1 |
| 1429 | 2026-05-27T02:07:53.059Z | Compiling pin-utils v0.1.0 |
| 1430 | 2026-05-27T02:07:53.077Z | Compiling httpdate v1.0.3 |
| 1431 | 2026-05-27T02:07:53.080Z | Compiling openssl v0.10.79 |
| 1432 | 2026-05-27T02:07:53.107Z | Compiling want v0.3.1 |
| 1433 | 2026-05-27T02:07:53.122Z | Compiling foreign-types v0.3.2 |
| 1434 | 2026-05-27T02:07:53.122Z | Compiling unicode-normalization v0.1.25 |
| 1435 | 2026-05-27T02:07:53.152Z | Compiling spin v0.9.8 |
| 1436 | 2026-05-27T02:07:53.155Z | Compiling crc32fast v1.5.0 |
| 1437 | 2026-05-27T02:07:53.155Z | Compiling time-core v0.1.8 |
| 1438 | 2026-05-27T02:07:53.214Z | Compiling native-tls v0.2.18 |
| 1439 | 2026-05-27T02:07:53.234Z | Compiling num-conv v0.2.0 |
| 1440 | 2026-05-27T02:07:53.255Z | Compiling powerfmt v0.2.0 |
| 1441 | 2026-05-27T02:07:53.295Z | Compiling wait-timeout v0.2.1 |
| 1442 | 2026-05-27T02:07:53.323Z | Compiling sync_wrapper v1.0.2 |
| 1443 | 2026-05-27T02:07:53.345Z | Compiling syn v1.0.109 |
| 1444 | 2026-05-27T02:07:53.358Z | Compiling usdt-impl v0.6.0 |
| 1445 | 2026-05-27T02:07:53.375Z | Compiling bit-vec v0.8.0 |
| 1446 | 2026-05-27T02:07:53.389Z | Compiling time-macros v0.2.27 |
| 1447 | 2026-05-27T02:07:53.392Z | Compiling simd-adler32 v0.3.8 |
| 1448 | 2026-05-27T02:07:53.446Z | Compiling deranged v0.5.8 |
| 1449 | 2026-05-27T02:07:53.446Z | Compiling crossbeam-utils v0.8.21 |
| 1450 | 2026-05-27T02:07:53.477Z | Compiling siphasher v1.0.2 |
| 1451 | 2026-05-27T02:07:53.549Z | Compiling num_threads v0.1.7 |
| 1452 | 2026-05-27T02:07:53.584Z | Compiling quick-error v1.2.3 |
| 1453 | 2026-05-27T02:07:53.596Z | Compiling regex-automata v0.4.14 |
| 1454 | 2026-05-27T02:07:53.640Z | Compiling bit-set v0.8.0 |
| 1455 | 2026-05-27T02:07:53.680Z | Compiling aws-lc-sys v0.40.0 |
| 1456 | 2026-05-27T02:07:53.680Z | Compiling ring v0.17.14 |
| 1457 | 2026-05-27T02:07:53.683Z | Compiling openssl-sys v0.9.115 |
| 1458 | 2026-05-27T02:07:53.683Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1459 | 2026-05-27T02:07:53.746Z | Compiling synstructure v0.13.2 |
| 1460 | 2026-05-27T02:07:53.749Z | Compiling pest_generator v2.8.6 |
| 1461 | 2026-05-27T02:07:53.779Z | Compiling serde_derive_internals v0.29.1 |
| 1462 | 2026-05-27T02:07:53.818Z | Compiling darling_core v0.20.11 |
| 1463 | 2026-05-27T02:07:53.863Z | Compiling tempfile v3.25.0 |
| 1464 | 2026-05-27T02:07:54.102Z | Compiling rusty-fork v0.3.1 |
| 1465 | 2026-05-27T02:07:54.186Z | Compiling darling_core v0.21.3 |
| 1466 | 2026-05-27T02:07:54.282Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1467 | 2026-05-27T02:07:54.393Z | Compiling slog v2.8.2 |
| 1468 | 2026-05-27T02:07:54.440Z | Compiling rand_xorshift v0.4.0 |
| 1469 | 2026-05-27T02:07:54.465Z | Compiling heapless v0.7.17 |
| 1470 | 2026-05-27T02:07:54.507Z | Compiling thread-id v5.1.0 |
| 1471 | 2026-05-27T02:07:54.536Z | Compiling time v0.3.47 |
| 1472 | 2026-05-27T02:07:54.550Z | Compiling cookie v0.18.1 |
| 1473 | 2026-05-27T02:07:54.617Z | Compiling ryu v1.0.23 |
| 1474 | 2026-05-27T02:07:54.620Z | Compiling paste v1.0.15 |
| 1475 | 2026-05-27T02:07:54.647Z | Compiling adler2 v2.0.1 |
| 1476 | 2026-05-27T02:07:54.650Z | Compiling unicode-properties v0.1.4 |
| 1477 | 2026-05-27T02:07:54.737Z | Compiling unarray v0.1.4 |
| 1478 | 2026-05-27T02:07:54.743Z | Compiling allocator-api2 v0.2.21 |
| 1479 | 2026-05-27T02:07:54.767Z | Compiling zstd-safe v7.2.4 |
| 1480 | 2026-05-27T02:07:54.799Z | Compiling signal-hook v0.3.18 |
| 1481 | 2026-05-27T02:07:54.818Z | Compiling anyhow v1.0.102 |
| 1482 | 2026-05-27T02:07:54.865Z | Compiling iri-string v0.7.10 |
| 1483 | 2026-05-27T02:07:54.890Z | Compiling unicode-bidi v0.3.18 |
| 1484 | 2026-05-27T02:07:55.001Z | Compiling miniz_oxide v0.8.9 |
| 1485 | 2026-05-27T02:07:55.096Z | Compiling num-integer v0.1.46 |
| 1486 | 2026-05-27T02:07:55.374Z | Compiling stringprep v0.1.5 |
| 1487 | 2026-05-27T02:07:55.451Z | Compiling vergen-lib v9.1.0 |
| 1488 | 2026-05-27T02:07:55.466Z | Compiling curve25519-dalek v4.1.3 |
| 1489 | 2026-05-27T02:07:55.492Z | Compiling serde_derive v1.0.228 |
| 1490 | 2026-05-27T02:07:55.643Z | Compiling zeroize_derive v1.4.3 |
| 1491 | 2026-05-27T02:07:55.698Z | Compiling zerofrom-derive v0.1.6 |
| 1492 | 2026-05-27T02:07:55.712Z | Compiling yoke-derive v0.8.1 |
| 1493 | 2026-05-27T02:07:55.823Z | Compiling zerocopy-derive v0.8.40 |
| 1494 | 2026-05-27T02:07:55.837Z | Compiling zerovec-derive v0.11.2 |
| 1495 | 2026-05-27T02:07:55.866Z | Compiling displaydoc v0.2.5 |
| 1496 | 2026-05-27T02:07:56.142Z | Compiling tokio-macros v2.7.0 |
| 1497 | 2026-05-27T02:07:56.169Z | Compiling futures-macro v0.3.32 |
| 1498 | 2026-05-27T02:07:56.333Z | Compiling zeroize v1.8.2 |
| 1499 | 2026-05-27T02:07:56.457Z | Compiling der_derive v0.7.3 |
| 1500 | 2026-05-27T02:07:56.655Z | Compiling rustls-pki-types v1.14.0 |
| 1501 | 2026-05-27T02:07:56.730Z | Compiling tracing-attributes v0.1.31 |
| 1502 | 2026-05-27T02:07:56.909Z | Compiling thiserror-impl v2.0.18 |
| 1503 | 2026-05-27T02:07:56.923Z | Compiling pest_derive v2.8.6 |
| 1504 | 2026-05-27T02:07:57.001Z | Compiling schemars_derive v0.8.22 |
| 1505 | 2026-05-27T02:07:57.016Z | Compiling futures-util v0.3.32 |
| 1506 | 2026-05-27T02:07:57.117Z | Compiling crypto-common v0.1.7 |
| 1507 | 2026-05-27T02:07:57.132Z | Compiling block-buffer v0.10.4 |
| 1508 | 2026-05-27T02:07:57.159Z | Compiling zerofrom v0.1.6 |
| 1509 | 2026-05-27T02:07:57.288Z | Compiling yoke v0.8.1 |
| 1510 | 2026-05-27T02:07:57.305Z | Compiling digest v0.10.7 |
| 1511 | 2026-05-27T02:07:57.327Z | Compiling block-padding v0.3.3 |
| 1512 | 2026-05-27T02:07:57.396Z | Compiling scroll_derive v0.13.1 |
| 1513 | 2026-05-27T02:07:57.457Z | Compiling der v0.7.10 |
| 1514 | 2026-05-27T02:07:57.497Z | Compiling zerovec v0.11.5 |
| 1515 | 2026-05-27T02:07:57.512Z | Compiling zerotrie v0.2.3 |
| 1516 | 2026-05-27T02:07:57.576Z | Compiling hmac v0.12.1 |
| 1517 | 2026-05-27T02:07:57.748Z | Compiling inout v0.1.4 |
| 1518 | 2026-05-27T02:07:57.792Z | Compiling sha2 v0.10.9 |
| 1519 | 2026-05-27T02:07:57.823Z | Compiling pbkdf2 v0.12.2 |
| 1520 | 2026-05-27T02:07:57.931Z | Compiling cipher v0.4.4 |
| 1521 | 2026-05-27T02:07:57.958Z | Compiling tinystr v0.8.2 |
| 1522 | 2026-05-27T02:07:58.010Z | Compiling potential_utf v0.1.4 |
| 1523 | 2026-05-27T02:07:58.119Z | Compiling tracing v0.1.44 |
| 1524 | 2026-05-27T02:07:58.194Z | Compiling icu_locale_core v2.1.1 |
| 1525 | 2026-05-27T02:07:58.208Z | Compiling icu_collections v2.1.1 |
| 1526 | 2026-05-27T02:07:58.224Z | Compiling salsa20 v0.10.2 |
| 1527 | 2026-05-27T02:07:58.247Z | Compiling aes v0.8.4 |
| 1528 | 2026-05-27T02:07:58.335Z | Compiling spki v0.7.3 |
| 1529 | 2026-05-27T02:07:58.350Z | Compiling thiserror v2.0.18 |
| 1530 | 2026-05-27T02:07:58.379Z | Compiling scrypt v0.11.0 |
| 1531 | 2026-05-27T02:07:58.411Z | Compiling cbc v0.1.2 |
| 1532 | 2026-05-27T02:07:58.479Z | Compiling scroll v0.13.0 |
| 1533 | 2026-05-27T02:07:58.566Z | Compiling darling_macro v0.20.11 |
| 1534 | 2026-05-27T02:07:58.585Z | Compiling openssl-macros v0.1.1 |
| 1535 | 2026-05-27T02:07:58.650Z | Compiling rustls-native-certs v0.8.3 |
| 1536 | 2026-05-27T02:07:58.684Z | Compiling pkcs5 v0.7.1 |
| 1537 | 2026-05-27T02:07:58.712Z | Compiling goblin v0.10.5 |
| 1538 | 2026-05-27T02:07:58.762Z | Compiling dtrace-parser v0.3.0 |
| 1539 | 2026-05-27T02:07:58.956Z | Compiling icu_provider v2.1.1 |
| 1540 | 2026-05-27T02:07:59.015Z | Compiling bytes v1.11.1 |
| 1541 | 2026-05-27T02:07:59.049Z | Compiling chrono v0.4.44 |
| 1542 | 2026-05-27T02:07:59.073Z | Compiling pkcs8 v0.10.2 |
| 1543 | 2026-05-27T02:07:59.089Z | Compiling ipnet v2.11.0 |
| 1544 | 2026-05-27T02:07:59.104Z | Compiling darling v0.20.11 |
| 1545 | 2026-05-27T02:07:59.195Z | Compiling icu_properties v2.1.2 |
| 1546 | 2026-05-27T02:07:59.198Z | Compiling icu_normalizer v2.1.1 |
| 1547 | 2026-05-27T02:07:59.277Z | Compiling derive_builder_core v0.20.2 |
| 1548 | 2026-05-27T02:07:59.325Z | Compiling signature v2.2.0 |
| 1549 | 2026-05-27T02:07:59.339Z | Compiling webpki-roots v1.0.6 |
| 1550 | 2026-05-27T02:07:59.391Z | Compiling scroll_derive v0.12.1 |
| 1551 | 2026-05-27T02:07:59.475Z | Compiling thiserror-impl v1.0.69 |
| 1552 | 2026-05-27T02:07:59.520Z | Compiling tokio v1.52.1 |
| 1553 | 2026-05-27T02:07:59.550Z | Compiling http v1.4.0 |
| 1554 | 2026-05-27T02:07:59.606Z | Compiling erased-serde v0.3.31 |
| 1555 | 2026-05-27T02:07:59.655Z | Compiling toml_datetime v0.6.11 |
| 1556 | 2026-05-27T02:07:59.771Z | Compiling serde_tokenstream v0.2.3 |
| 1557 | 2026-05-27T02:07:59.928Z | Compiling serde_spanned v0.6.9 |
| 1558 | 2026-05-27T02:08:00.090Z | Compiling idna_adapter v1.2.1 |
| 1559 | 2026-05-27T02:08:00.104Z | Compiling serde_urlencoded v0.7.1 |
| 1560 | 2026-05-27T02:08:00.107Z | Compiling scroll v0.12.0 |
| 1561 | 2026-05-27T02:08:00.130Z | Compiling md-5 v0.10.6 |
| 1562 | 2026-05-27T02:08:00.172Z | Compiling ppv-lite86 v0.2.21 |
| 1563 | 2026-05-27T02:08:00.253Z | Compiling idna v1.1.0 |
| 1564 | 2026-05-27T02:08:00.275Z | Compiling http-body v1.0.1 |
| 1565 | 2026-05-27T02:08:00.317Z | Compiling derive_builder_macro v0.20.2 |
| 1566 | 2026-05-27T02:08:00.342Z | Compiling darling_macro v0.21.3 |
| 1567 | 2026-05-27T02:08:00.367Z | Compiling bstr v1.12.1 |
| 1568 | 2026-05-27T02:08:00.396Z | Compiling async-trait v0.1.89 |
| 1569 | 2026-05-27T02:08:00.411Z | Compiling zerocopy-derive v0.7.35 |
| 1570 | 2026-05-27T02:08:00.445Z | Compiling http-body-util v0.1.3 |
| 1571 | 2026-05-27T02:08:00.460Z | Compiling rand_chacha v0.9.0 |
| 1572 | 2026-05-27T02:08:00.474Z | Compiling rand_chacha v0.3.1 |
| 1573 | 2026-05-27T02:08:00.508Z | Compiling pin-project-internal v1.1.11 |
| 1574 | 2026-05-27T02:08:00.734Z | Compiling url v2.5.8 |
| 1575 | 2026-05-27T02:08:00.817Z | Compiling rand v0.9.2 |
| 1576 | 2026-05-27T02:08:00.882Z | Compiling thiserror v1.0.69 |
| 1577 | 2026-05-27T02:08:00.931Z | Compiling ff v0.13.1 |
| 1578 | 2026-05-27T02:08:00.994Z | Compiling hash32 v0.2.1 |
| 1579 | 2026-05-27T02:08:01.008Z | Compiling memoffset v0.9.1 |
| 1580 | 2026-05-27T02:08:01.085Z | Compiling encoding_rs v0.8.35 |
| 1581 | 2026-05-27T02:08:01.105Z | Compiling cfg_aliases v0.2.1 |
| 1582 | 2026-05-27T02:08:01.189Z | Compiling rustix v0.38.44 |
| 1583 | 2026-05-27T02:08:01.201Z | Compiling psl-types v2.0.11 |
| 1584 | 2026-05-27T02:08:01.217Z | Compiling ref-cast v1.0.25 |
| 1585 | 2026-05-27T02:08:01.231Z | Compiling num-bigint-dig v0.8.6 |
| 1586 | 2026-05-27T02:08:01.343Z | Compiling mime v0.3.17 |
| 1587 | 2026-05-27T02:08:01.366Z | Compiling zlib-rs v0.6.2 |
| 1588 | 2026-05-27T02:08:01.442Z | Compiling proptest v1.10.0 |
| 1589 | 2026-05-27T02:08:01.515Z | Compiling dof v0.4.0 |
| 1590 | 2026-05-27T02:08:01.572Z | Compiling fallible-iterator v0.2.0 |
| 1591 | 2026-05-27T02:08:01.588Z | Compiling smoltcp v0.9.1 |
| 1592 | 2026-05-27T02:08:01.627Z | Compiling litrs v1.0.0 |
| 1593 | 2026-05-27T02:08:01.652Z | Compiling base16ct v0.2.0 |
| 1594 | 2026-05-27T02:08:01.717Z | Compiling pin-project v1.1.11 |
| 1595 | 2026-05-27T02:08:01.849Z | Compiling sec1 v0.7.3 |
| 1596 | 2026-05-27T02:08:01.863Z | Compiling postgres-protocol v0.6.10 |
| 1597 | 2026-05-27T02:08:01.977Z | Compiling zerocopy v0.7.35 |
| 1598 | 2026-05-27T02:08:01.991Z | Compiling publicsuffix v2.3.0 |
| 1599 | 2026-05-27T02:08:02.123Z | Compiling ipnetwork v0.21.1 |
| 1600 | 2026-05-27T02:08:02.160Z | Compiling document-features v0.2.12 |
| 1601 | 2026-05-27T02:08:02.189Z | Compiling nix v0.31.2 |
| 1602 | 2026-05-27T02:08:02.402Z | Compiling oxnet v0.1.4 |
| 1603 | 2026-05-27T02:08:02.441Z | Compiling group v0.13.0 |
| 1604 | 2026-05-27T02:08:02.545Z | Compiling darling v0.21.3 |
| 1605 | 2026-05-27T02:08:02.559Z | Compiling derive_builder v0.20.2 |
| 1606 | 2026-05-27T02:08:02.586Z | Compiling rand v0.8.6 |
| 1607 | 2026-05-27T02:08:02.645Z | Compiling goblin v0.8.2 |
| 1608 | 2026-05-27T02:08:02.680Z | Compiling futures-executor v0.3.32 |
| 1609 | 2026-05-27T02:08:02.694Z | Compiling hubpack_derive v0.1.1 |
| 1610 | 2026-05-27T02:08:02.708Z | Compiling hex v0.4.3 |
| 1611 | 2026-05-27T02:08:02.721Z | Compiling hkdf v0.12.4 |
| 1612 | 2026-05-27T02:08:02.737Z | Compiling crypto-bigint v0.5.5 |
| 1613 | 2026-05-27T02:08:02.775Z | Compiling regex v1.12.3 |
| 1614 | 2026-05-27T02:08:02.964Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1615 | 2026-05-27T02:08:02.977Z | Compiling ref-cast-impl v1.0.25 |
| 1616 | 2026-05-27T02:08:03.000Z | Compiling daft-derive v0.1.7 |
| 1617 | 2026-05-27T02:08:03.021Z | Compiling snafu-derive v0.8.9 |
| 1618 | 2026-05-27T02:08:03.069Z | Compiling strum_macros v0.27.2 |
| 1619 | 2026-05-27T02:08:03.177Z | Compiling num-iter v0.1.45 |
| 1620 | 2026-05-27T02:08:03.448Z | Compiling tokio-util v0.7.18 |
| 1621 | 2026-05-27T02:08:03.464Z | Compiling tower v0.5.3 |
| 1622 | 2026-05-27T02:08:03.488Z | Compiling tokio-native-tls v0.3.1 |
| 1623 | 2026-05-27T02:08:03.543Z | Compiling terminal_size v0.4.3 |
| 1624 | 2026-05-27T02:08:03.558Z | Compiling phf_shared v0.13.1 |
| 1625 | 2026-05-27T02:08:03.655Z | Compiling lazy_static v1.5.0 |
| 1626 | 2026-05-27T02:08:03.679Z | Compiling vergen v9.1.0 |
| 1627 | 2026-05-27T02:08:03.702Z | Compiling cargo-platform v0.3.2 |
| 1628 | 2026-05-27T02:08:03.762Z | Compiling fs-err v3.3.0 |
| 1629 | 2026-05-27T02:08:03.776Z | Compiling newtype-uuid v1.3.2 |
| 1630 | 2026-05-27T02:08:03.811Z | Compiling ahash v0.8.12 |
| 1631 | 2026-05-27T02:08:03.849Z | Compiling foldhash v0.2.0 |
| 1632 | 2026-05-27T02:08:03.889Z | Compiling tower-http v0.6.8 |
| 1633 | 2026-05-27T02:08:03.951Z | Compiling same-file v1.0.6 |
| 1634 | 2026-05-27T02:08:03.977Z | Compiling foldhash v0.1.5 |
| 1635 | 2026-05-27T02:08:03.997Z | Compiling bumpalo v3.20.2 |
| 1636 | 2026-05-27T02:08:04.033Z | Compiling winnow v0.5.40 |
| 1637 | 2026-05-27T02:08:04.087Z | Compiling bitflags v1.3.2 |
| 1638 | 2026-05-27T02:08:04.133Z | Compiling h2 v0.4.13 |
| 1639 | 2026-05-27T02:08:04.149Z | Compiling libbz2-rs-sys v0.2.2 |
| 1640 | 2026-05-27T02:08:04.162Z | Compiling managed v0.8.0 |
| 1641 | 2026-05-27T02:08:04.175Z | Compiling object v0.37.3 |
| 1642 | 2026-05-27T02:08:04.333Z | Compiling flate2 v1.1.9 |
| 1643 | 2026-05-27T02:08:04.380Z | Compiling unicode-segmentation v1.12.0 |
| 1644 | 2026-05-27T02:08:04.564Z | Compiling zopfli v0.8.3 |
| 1645 | 2026-05-27T02:08:04.589Z | Compiling hashbrown v0.15.5 |
| 1646 | 2026-05-27T02:08:04.712Z | Compiling bzip2 v0.6.1 |
| 1647 | 2026-05-27T02:08:04.758Z | Compiling walkdir v2.5.0 |
| 1648 | 2026-05-27T02:08:04.845Z | Compiling hashbrown v0.16.1 |
| 1649 | 2026-05-27T02:08:04.926Z | Compiling dof v0.3.0 |
| 1650 | 2026-05-27T02:08:04.940Z | Compiling daft v0.1.7 |
| 1651 | 2026-05-27T02:08:04.955Z | Compiling clap_builder v4.5.60 |
| 1652 | 2026-05-27T02:08:05.047Z | Compiling snafu v0.8.9 |
| 1653 | 2026-05-27T02:08:05.146Z | Compiling strum v0.27.2 |
| 1654 | 2026-05-27T02:08:05.180Z | Compiling cargo_metadata v0.23.1 |
| 1655 | 2026-05-27T02:08:05.208Z | Compiling phf v0.13.1 |
| 1656 | 2026-05-27T02:08:05.262Z | Compiling elliptic-curve v0.13.8 |
| 1657 | 2026-05-27T02:08:05.388Z | Compiling toml_edit v0.19.15 |
| 1658 | 2026-05-27T02:08:05.418Z | Compiling signal-hook-mio v0.2.5 |
| 1659 | 2026-05-27T02:08:05.453Z | Compiling cookie_store v0.22.1 |
| 1660 | 2026-05-27T02:08:05.468Z | Compiling hubpack v0.1.2 |
| 1661 | 2026-05-27T02:08:05.544Z | Compiling usdt-macro v0.6.0 |
| 1662 | 2026-05-27T02:08:05.571Z | Compiling usdt-attr-macro v0.6.0 |
| 1663 | 2026-05-27T02:08:05.748Z | Compiling bzip2 v0.4.4 |
| 1664 | 2026-05-27T02:08:05.764Z | Compiling futures v0.3.32 |
| 1665 | 2026-05-27T02:08:05.766Z | Compiling serde_with_macros v3.17.0 |
| 1666 | 2026-05-27T02:08:05.882Z | Compiling zstd v0.13.3 |
| 1667 | 2026-05-27T02:08:05.896Z | Compiling postgres-types v0.2.12 |
| 1668 | 2026-05-27T02:08:06.155Z | Compiling dtrace-parser v0.2.0 |
| 1669 | 2026-05-27T02:08:06.171Z | Compiling globset v0.4.18 |
| 1670 | 2026-05-27T02:08:06.216Z | Compiling ed25519 v2.2.3 |
| 1671 | 2026-05-27T02:08:06.340Z | Compiling pkcs1 v0.7.5 |
| 1672 | 2026-05-27T02:08:06.417Z | Compiling serde-big-array v0.5.1 |
| 1673 | 2026-05-27T02:08:06.486Z | Compiling olpc-cjson v0.1.4 |
| 1674 | 2026-05-27T02:08:06.581Z | Compiling serde_plain v1.0.2 |
| 1675 | 2026-05-27T02:08:06.603Z | Compiling rfc6979 v0.4.0 |
| 1676 | 2026-05-27T02:08:06.670Z | Compiling async-recursion v1.1.1 |
| 1677 | 2026-05-27T02:08:06.747Z | Compiling enum-as-inner v0.6.1 |
| 1678 | 2026-05-27T02:08:06.766Z | Compiling serde_repr v0.1.20 |
| 1679 | 2026-05-27T02:08:06.797Z | Compiling clap_derive v4.5.55 |
| 1680 | 2026-05-27T02:08:06.890Z | Compiling strum_macros v0.26.4 |
| 1681 | 2026-05-27T02:08:06.949Z | Compiling phf_shared v0.11.3 |
| 1682 | 2026-05-27T02:08:06.984Z | Compiling float-cmp v0.10.0 |
| 1683 | 2026-05-27T02:08:07.154Z | Compiling pem v3.0.6 |
| 1684 | 2026-05-27T02:08:07.154Z | Compiling memmap2 v0.9.10 |
| 1685 | 2026-05-27T02:08:07.184Z | Compiling thread-id v4.2.2 |
| 1686 | 2026-05-27T02:08:07.203Z | Compiling hyper v1.8.1 |
| 1687 | 2026-05-27T02:08:07.283Z | Compiling env_filter v1.0.0 |
| 1688 | 2026-05-27T02:08:07.303Z | Compiling jiff v0.2.21 |
| 1689 | 2026-05-27T02:08:07.343Z | Compiling either v1.15.0 |
| 1690 | 2026-05-27T02:08:07.357Z | Compiling data-encoding v2.10.0 |
| 1691 | 2026-05-27T02:08:07.407Z | Compiling predicates-core v1.0.10 |
| 1692 | 2026-05-27T02:08:07.522Z | Compiling keccak v0.1.6 |
| 1693 | 2026-05-27T02:08:07.568Z | Compiling fixedbitset v0.4.2 |
| 1694 | 2026-05-27T02:08:07.601Z | Compiling difflib v0.4.0 |
| 1695 | 2026-05-27T02:08:07.615Z | Compiling typed-path v0.9.3 |
| 1696 | 2026-05-27T02:08:07.812Z | Compiling precomputed-hash v0.1.1 |
| 1697 | 2026-05-27T02:08:07.918Z | Compiling fixedbitset v0.5.7 |
| 1698 | 2026-05-27T02:08:08.060Z | Compiling whoami v2.1.0 |
| 1699 | 2026-05-27T02:08:08.080Z | Compiling normalize-line-endings v0.3.0 |
| 1700 | 2026-05-27T02:08:08.130Z | Compiling static_assertions v1.1.0 |
| 1701 | 2026-05-27T02:08:08.187Z | Compiling new_debug_unreachable v1.0.6 |
| 1702 | 2026-05-27T02:08:08.202Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1703 | 2026-05-27T02:08:08.223Z | Compiling predicates v3.1.4 |
| 1704 | 2026-05-27T02:08:08.254Z | Compiling string_cache v0.8.9 |
| 1705 | 2026-05-27T02:08:08.257Z | Compiling petgraph v0.8.3 |
| 1706 | 2026-05-27T02:08:08.286Z | Compiling tokio-postgres v0.7.16 |
| 1707 | 2026-05-27T02:08:08.360Z | Compiling hyper-util v0.1.20 |
| 1708 | 2026-05-27T02:08:08.399Z | Compiling petgraph v0.6.5 |
| 1709 | 2026-05-27T02:08:08.457Z | Compiling sha3 v0.10.8 |
| 1710 | 2026-05-27T02:08:08.503Z | Compiling hickory-proto v0.25.2 |
| 1711 | 2026-05-27T02:08:08.641Z | Compiling clap v4.5.60 |
| 1712 | 2026-05-27T02:08:08.694Z | Compiling strum v0.26.3 |
| 1713 | 2026-05-27T02:08:08.735Z | Compiling toml_edit v0.22.27 |
| 1714 | 2026-05-27T02:08:08.828Z | Compiling itertools v0.13.0 |
| 1715 | 2026-05-27T02:08:08.842Z | Compiling env_logger v0.11.9 |
| 1716 | 2026-05-27T02:08:08.886Z | Compiling usdt v0.6.0 |
| 1717 | 2026-05-27T02:08:08.901Z | Compiling usdt-impl v0.5.0 |
| 1718 | 2026-05-27T02:08:08.933Z | Compiling serde_with v3.17.0 |
| 1719 | 2026-05-27T02:08:09.174Z | Compiling crossterm v0.28.1 |
| 1720 | 2026-05-27T02:08:09.210Z | Compiling toml v0.7.8 |
| 1721 | 2026-05-27T02:08:09.507Z | Compiling ecdsa v0.16.9 |
| 1722 | 2026-05-27T02:08:09.820Z | Compiling hyper-tls v0.6.0 |
| 1723 | 2026-05-27T02:08:09.884Z | Compiling zip v4.6.1 |
| 1724 | 2026-05-27T02:08:09.907Z | Compiling rsa v0.9.10 |
| 1725 | 2026-05-27T02:08:10.066Z | Compiling ed25519-dalek v2.2.0 |
| 1726 | 2026-05-27T02:08:10.226Z | Compiling zip v0.6.6 |
| 1727 | 2026-05-27T02:08:10.469Z | Compiling iddqd v0.4.1 |
| 1728 | 2026-05-27T02:08:10.696Z | Compiling similar v2.7.0 |
| 1729 | 2026-05-27T02:08:10.780Z | Compiling heck v0.4.1 |
| 1730 | 2026-05-27T02:08:10.867Z | Compiling tokio-stream v0.1.18 |
| 1731 | 2026-05-27T02:08:10.890Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1732 | 2026-05-27T02:08:10.934Z | Compiling buf-list v1.1.2 |
| 1733 | 2026-05-27T02:08:10.959Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1734 | 2026-05-27T02:08:11.016Z | Compiling openapiv3 v2.2.0 |
| 1735 | 2026-05-27T02:08:11.030Z | Compiling x509-cert v0.2.5 |
| 1736 | 2026-05-27T02:08:11.250Z | Compiling sha1 v0.10.6 |
| 1737 | 2026-05-27T02:08:11.287Z | Compiling crossbeam-epoch v0.9.18 |
| 1738 | 2026-05-27T02:08:11.365Z | Compiling lalrpop-util v0.19.12 |
| 1739 | 2026-05-27T02:08:11.497Z | Compiling peg-runtime v0.8.5 |
| 1740 | 2026-05-27T02:08:11.515Z | Compiling thread_local v1.1.9 |
| 1741 | 2026-05-27T02:08:11.536Z | Compiling slog-async v2.8.0 |
| 1742 | 2026-05-27T02:08:11.551Z | Compiling crossbeam-channel v0.5.15 |
| 1743 | 2026-05-27T02:08:11.579Z | Compiling filetime v0.2.27 |
| 1744 | 2026-05-27T02:08:11.606Z | Compiling is-terminal v0.4.17 |
| 1745 | 2026-05-27T02:08:11.639Z | Compiling term v1.2.1 |
| 1746 | 2026-05-27T02:08:11.710Z | Compiling take_mut v0.2.2 |
| 1747 | 2026-05-27T02:08:11.725Z | Compiling xattr v1.6.1 |
| 1748 | 2026-05-27T02:08:11.882Z | Compiling tar v0.4.45 |
| 1749 | 2026-05-27T02:08:11.916Z | Compiling slog-term v2.9.2 |
| 1750 | 2026-05-27T02:08:29.498Z | Compiling rustls-webpki v0.103.9 |
| 1751 | 2026-05-27T02:08:32.270Z | Compiling tokio-rustls v0.26.4 |
| 1752 | 2026-05-27T02:08:32.270Z | Compiling rustls-platform-verifier v0.6.2 |
| 1753 | 2026-05-27T02:08:32.471Z | Compiling hyper-rustls v0.27.7 |
| 1754 | 2026-05-27T02:08:32.663Z | Compiling reqwest v0.12.28 |
| 1755 | 2026-05-27T02:08:32.663Z | Compiling reqwest v0.13.2 |
| 1756 | 2026-05-27T02:08:33.856Z | Compiling tough v0.22.0 |
| 1757 | 2026-05-27T02:08:36.343Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1758 | 2026-05-27T02:08:36.575Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1759 | 2026-05-27T02:08:39.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.36s |
| 1760 | 2026-05-27T02:08:39.519Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1761 | 2026-05-27T02:08:39.572Z | May 27 02:08:38.610 INFO Starting download, target: Clickhouse |
| 1762 | 2026-05-27T02:08:39.572Z | May 27 02:08:38.611 INFO Starting download, target: Cockroach |
| 1763 | 2026-05-27T02:08:39.572Z | May 27 02:08:38.611 INFO Starting download, target: DendriteStub |
| 1764 | 2026-05-27T02:08:39.572Z | May 27 02:08:38.611 INFO Starting download, target: Console |
| 1765 | 2026-05-27T02:08:39.576Z | May 27 02:08:38.611 INFO Starting download, target: MaghemiteMgd |
| 1766 | 2026-05-27T02:08:39.576Z | May 27 02:08:38.611 INFO Starting download, target: TransceiverControl |
| 1767 | 2026-05-27T02:08:39.576Z | May 27 02:08:38.611 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1768 | 2026-05-27T02:08:39.576Z | May 27 02:08:38.611 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1769 | 2026-05-27T02:08:39.576Z | May 27 02:08:38.611 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1770 | 2026-05-27T02:08:39.576Z | May 27 02:08:38.611 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1771 | 2026-05-27T02:08:39.576Z | May 27 02:08:38.611 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1772 | 2026-05-27T02:08:39.576Z | May 27 02:08:38.611 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1773 | 2026-05-27T02:08:39.903Z | May 27 02:08:38.935 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1774 | 2026-05-27T02:08:40.123Z | May 27 02:08:39.154 INFO Download complete, target: TransceiverControl |
| 1775 | 2026-05-27T02:08:40.617Z | May 27 02:08:39.650 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1776 | 2026-05-27T02:08:40.852Z | May 27 02:08:39.888 INFO Download complete, target: Console |
| 1777 | 2026-05-27T02:08:41.201Z | May 27 02:08:40.232 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1778 | 2026-05-27T02:08:41.463Z | May 27 02:08:40.501 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1779 | 2026-05-27T02:08:41.701Z | May 27 02:08:40.741 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1780 | 2026-05-27T02:08:41.777Z | May 27 02:08:40.817 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1781 | 2026-05-27T02:08:41.777Z | May 27 02:08:40.817 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1782 | 2026-05-27T02:08:43.678Z | May 27 02:08:42.677 INFO Download complete, target: DendriteStub |
| 1783 | 2026-05-27T02:08:43.925Z | May 27 02:08:42.959 INFO Download complete, target: MaghemiteMgd |
| 1784 | 2026-05-27T02:08:46.661Z | May 27 02:08:45.700 INFO Checking that binary works, target: Cockroach |
| 1785 | 2026-05-27T02:08:46.884Z | May 27 02:08:45.923 INFO Download complete, target: Cockroach |
| 1786 | 2026-05-27T02:08:48.680Z | May 27 02:08:47.718 INFO Checking that binary works, target: Clickhouse |
| 1787 | 2026-05-27T02:08:48.784Z | May 27 02:08:47.815 INFO Download complete, target: Clickhouse |
| 1788 | 2026-05-27T02:08:48.792Z | All prerequisites installed successfully |
| 1789 | 2026-05-27T02:08:48.792Z | |
| 1790 | 2026-05-27T02:08:48.792Z | real 1:25.286810102 |
| 1791 | 2026-05-27T02:08:48.792Z | user 6:42.703393541 |
| 1792 | 2026-05-27T02:08:48.792Z | sys 1:40.535083717 |
| 1793 | 2026-05-27T02:08:48.792Z | trap 0.230083881 |
| 1794 | 2026-05-27T02:08:48.792Z | tflt 1.574873251 |
| 1795 | 2026-05-27T02:08:48.792Z | dflt 2.333875769 |
| 1796 | 2026-05-27T02:08:48.792Z | kflt 0.036827433 |
| 1797 | 2026-05-27T02:08:48.792Z | lock 23:32.463640146 |
| 1798 | 2026-05-27T02:08:48.792Z | slp 18:17.856849281 |
| 1799 | 2026-05-27T02:08:48.792Z | lat 19.796907036 |
| 1800 | 2026-05-27T02:08:48.792Z | stop 2:33.613498090 |
| 1801 | 2026-05-27T02:08:48.792Z | + source ./tools/include/force-git-over-https.sh |
| 1802 | 2026-05-27T02:08:48.792Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
| 1803 | 2026-05-27T02:08:48.792Z | ++ (( i = 0 )) |
| 1804 | 2026-05-27T02:08:48.792Z | ++ (( i < 5 )) |
| 1805 | 2026-05-27T02:08:48.793Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
| 1806 | 2026-05-27T02:08:48.793Z | ++ (( i++ )) |
| 1807 | 2026-05-27T02:08:48.793Z | ++ (( i < 5 )) |
| 1808 | 2026-05-27T02:08:48.793Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
| 1809 | 2026-05-27T02:08:48.793Z | ++ (( i++ )) |
| 1810 | 2026-05-27T02:08:48.793Z | ++ (( i < 5 )) |
| 1811 | 2026-05-27T02:08:48.793Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
| 1812 | 2026-05-27T02:08:48.796Z | ++ (( i++ )) |
| 1813 | 2026-05-27T02:08:48.796Z | ++ (( i < 5 )) |
| 1814 | 2026-05-27T02:08:48.796Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
| 1815 | 2026-05-27T02:08:48.796Z | ++ (( i++ )) |
| 1816 | 2026-05-27T02:08:48.796Z | ++ (( i < 5 )) |
| 1817 | 2026-05-27T02:08:48.796Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
| 1818 | 2026-05-27T02:08:48.799Z | ++ (( i++ )) |
| 1819 | 2026-05-27T02:08:48.799Z | ++ (( i < 5 )) |
| 1820 | 2026-05-27T02:08:48.799Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1821 | 2026-05-27T02:08:48.799Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1822 | 2026-05-27T02:08:48.799Z | + rc=0 |
| 1823 | 2026-05-27T02:08:48.799Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
| 1824 | 2026-05-27T02:08:57.084Z | + case $rc in |
| 1825 | 2026-05-27T02:08:57.084Z | + pfexec zfs create -p rpool/images/build/host |
| 1826 | 2026-05-27T02:08:57.344Z | + pfexec zfs create -p rpool/images/build/recovery |
| 1827 | 2026-05-27T02:08:57.409Z | + cargo xtask releng --output-dir /work --mkincorp |
| 1828 | 2026-05-27T02:08:57.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1829 | 2026-05-27T02:08:57.979Z | Running `target/debug/xtask releng --output-dir /work --mkincorp` |
| 1830 | 2026-05-27T02:08:58.742Z | Compiling proc-macro2 v1.0.106 |
| 1831 | 2026-05-27T02:08:58.742Z | Compiling quote v1.0.45 |
| 1832 | 2026-05-27T02:08:58.742Z | Compiling unicode-ident v1.0.24 |
| 1833 | 2026-05-27T02:08:58.742Z | Compiling libc v0.2.185 |
| 1834 | 2026-05-27T02:08:58.778Z | Compiling serde_core v1.0.228 |
| 1835 | 2026-05-27T02:08:58.778Z | Compiling serde v1.0.228 |
| 1836 | 2026-05-27T02:08:58.778Z | Compiling cfg-if v1.0.4 |
| 1837 | 2026-05-27T02:08:58.778Z | Compiling version_check v0.9.5 |
| 1838 | 2026-05-27T02:08:58.778Z | Compiling shlex v1.3.0 |
| 1839 | 2026-05-27T02:08:58.778Z | Compiling find-msvc-tools v0.1.9 |
| 1840 | 2026-05-27T02:08:58.779Z | Compiling typenum v1.19.0 |
| 1841 | 2026-05-27T02:08:58.907Z | Compiling autocfg v1.5.0 |
| 1842 | 2026-05-27T02:08:58.920Z | Compiling zmij v1.0.21 |
| 1843 | 2026-05-27T02:08:58.920Z | Compiling memchr v2.8.0 |
| 1844 | 2026-05-27T02:08:58.920Z | Compiling zerocopy v0.8.40 |
| 1845 | 2026-05-27T02:08:59.076Z | Compiling serde_json v1.0.149 |
| 1846 | 2026-05-27T02:08:59.096Z | Compiling portable-atomic v1.13.1 |
| 1847 | 2026-05-27T02:08:59.296Z | Compiling generic-array v0.14.7 |
| 1848 | 2026-05-27T02:08:59.345Z | Compiling libm v0.2.16 |
| 1849 | 2026-05-27T02:08:59.345Z | Compiling parking_lot_core v0.9.12 |
| 1850 | 2026-05-27T02:08:59.379Z | Compiling smallvec v1.15.1 |
| 1851 | 2026-05-27T02:08:59.383Z | Compiling icu_normalizer_data v2.1.1 |
| 1852 | 2026-05-27T02:08:59.428Z | Compiling icu_properties_data v2.1.2 |
| 1853 | 2026-05-27T02:08:59.432Z | Compiling num-traits v0.2.19 |
| 1854 | 2026-05-27T02:08:59.449Z | Compiling pkg-config v0.3.32 |
| 1855 | 2026-05-27T02:08:59.476Z | Compiling log v0.4.29 |
| 1856 | 2026-05-27T02:08:59.547Z | Compiling itoa v1.0.17 |
| 1857 | 2026-05-27T02:08:59.637Z | Compiling getrandom v0.4.1 |
| 1858 | 2026-05-27T02:08:59.654Z | Compiling subtle v2.6.1 |
| 1859 | 2026-05-27T02:08:59.669Z | Compiling getrandom v0.3.4 |
| 1860 | 2026-05-27T02:08:59.683Z | Compiling scopeguard v1.2.0 |
| 1861 | 2026-05-27T02:08:59.743Z | Compiling stable_deref_trait v1.2.1 |
| 1862 | 2026-05-27T02:08:59.814Z | Compiling jobserver v0.1.34 |
| 1863 | 2026-05-27T02:08:59.831Z | Compiling getrandom v0.2.17 |
| 1864 | 2026-05-27T02:08:59.834Z | Compiling errno v0.3.14 |
| 1865 | 2026-05-27T02:08:59.863Z | Compiling lock_api v0.4.14 |
| 1866 | 2026-05-27T02:08:59.928Z | Compiling rustix v1.1.3 |
| 1867 | 2026-05-27T02:09:00.004Z | Compiling rand_core v0.6.4 |
| 1868 | 2026-05-27T02:09:00.021Z | Compiling cc v1.2.56 |
| 1869 | 2026-05-27T02:09:00.151Z | Compiling dunce v1.0.5 |
| 1870 | 2026-05-27T02:09:00.205Z | Compiling syn v2.0.117 |
| 1871 | 2026-05-27T02:09:00.208Z | Compiling fs_extra v1.3.0 |
| 1872 | 2026-05-27T02:09:00.290Z | Compiling critical-section v1.2.0 |
| 1873 | 2026-05-27T02:09:00.307Z | Compiling heck v0.5.0 |
| 1874 | 2026-05-27T02:09:00.342Z | Compiling pin-project-lite v0.2.17 |
| 1875 | 2026-05-27T02:09:00.510Z | Compiling writeable v0.6.2 |
| 1876 | 2026-05-27T02:09:00.550Z | Compiling percent-encoding v2.3.2 |
| 1877 | 2026-05-27T02:09:00.567Z | Compiling litemap v0.8.1 |
| 1878 | 2026-05-27T02:09:00.570Z | Compiling fnv v1.0.7 |
| 1879 | 2026-05-27T02:09:00.570Z | Compiling thiserror v2.0.18 |
| 1880 | 2026-05-27T02:09:00.647Z | Compiling const-oid v0.9.6 |
| 1881 | 2026-05-27T02:09:00.756Z | Compiling once_cell v1.21.3 |
| 1882 | 2026-05-27T02:09:00.776Z | Compiling rustversion v1.0.22 |
| 1883 | 2026-05-27T02:09:00.790Z | Compiling aws-lc-rs v1.16.3 |
| 1884 | 2026-05-27T02:09:00.808Z | Compiling cmake v0.1.57 |
| 1885 | 2026-05-27T02:09:00.853Z | Compiling signal-hook-registry v1.4.8 |
| 1886 | 2026-05-27T02:09:00.995Z | Compiling semver v1.0.28 |
| 1887 | 2026-05-27T02:09:01.058Z | Compiling bitflags v2.11.0 |
| 1888 | 2026-05-27T02:09:01.140Z | Compiling futures-core v0.3.32 |
| 1889 | 2026-05-27T02:09:01.148Z | Compiling equivalent v1.0.2 |
| 1890 | 2026-05-27T02:09:01.258Z | Compiling parking_lot v0.12.5 |
| 1891 | 2026-05-27T02:09:01.314Z | Compiling mio v1.2.0 |
| 1892 | 2026-05-27T02:09:01.331Z | Compiling httparse v1.10.1 |
| 1893 | 2026-05-27T02:09:01.362Z | Compiling vcpkg v0.2.15 |
| 1894 | 2026-05-27T02:09:01.400Z | Compiling ring v0.17.14 |
| 1895 | 2026-05-27T02:09:01.433Z | Compiling aws-lc-sys v0.40.0 |
| 1896 | 2026-05-27T02:09:01.495Z | Compiling socket2 v0.6.3 |
| 1897 | 2026-05-27T02:09:01.550Z | Compiling utf8_iter v1.0.4 |
| 1898 | 2026-05-27T02:09:01.567Z | Compiling schemars v0.8.22 |
| 1899 | 2026-05-27T02:09:01.748Z | Compiling form_urlencoded v1.2.2 |
| 1900 | 2026-05-27T02:09:01.954Z | Compiling openssl-sys v0.9.115 |
| 1901 | 2026-05-27T02:09:01.996Z | Compiling hashbrown v0.17.0 |
| 1902 | 2026-05-27T02:09:02.059Z | Compiling rustls v0.23.37 |
| 1903 | 2026-05-27T02:09:02.132Z | Compiling rand_core v0.10.0 |
| 1904 | 2026-05-27T02:09:02.143Z | Compiling futures-sink v0.3.32 |
| 1905 | 2026-05-27T02:09:02.175Z | Compiling crc32fast v1.5.0 |
| 1906 | 2026-05-27T02:09:02.277Z | Compiling futures-channel v0.3.32 |
| 1907 | 2026-05-27T02:09:02.392Z | Compiling slab v0.4.12 |
| 1908 | 2026-05-27T02:09:02.408Z | Compiling futures-io v0.3.32 |
| 1909 | 2026-05-27T02:09:02.446Z | Compiling cpufeatures v0.2.17 |
| 1910 | 2026-05-27T02:09:02.479Z | Compiling futures-task v0.3.32 |
| 1911 | 2026-05-27T02:09:02.533Z | Compiling rustc_version v0.4.1 |
| 1912 | 2026-05-27T02:09:02.593Z | Compiling byteorder v1.5.0 |
| 1913 | 2026-05-27T02:09:02.637Z | Compiling openssl v0.10.79 |
| 1914 | 2026-05-27T02:09:02.654Z | Compiling indexmap v2.14.0 |
| 1915 | 2026-05-27T02:09:02.738Z | Compiling strsim v0.11.1 |
| 1916 | 2026-05-27T02:09:02.743Z | Compiling ucd-trie v0.1.7 |
| 1917 | 2026-05-27T02:09:02.908Z | Compiling num-conv v0.2.0 |
| 1918 | 2026-05-27T02:09:02.943Z | Compiling pest v2.8.6 |
| 1919 | 2026-05-27T02:09:02.975Z | Compiling iana-time-zone v0.1.65 |
| 1920 | 2026-05-27T02:09:03.024Z | Compiling thiserror v1.0.69 |
| 1921 | 2026-05-27T02:09:03.047Z | Compiling synstructure v0.13.2 |
| 1922 | 2026-05-27T02:09:03.060Z | Compiling serde_derive_internals v0.29.1 |
| 1923 | 2026-05-27T02:09:03.089Z | Compiling time-core v0.1.8 |
| 1924 | 2026-05-27T02:09:03.167Z | Compiling ident_case v1.0.1 |
| 1925 | 2026-05-27T02:09:03.255Z | Compiling native-tls v0.2.18 |
| 1926 | 2026-05-27T02:09:03.309Z | Compiling time-macros v0.2.27 |
| 1927 | 2026-05-27T02:09:03.415Z | Compiling regex-syntax v0.8.10 |
| 1928 | 2026-05-27T02:09:03.458Z | Compiling syn v1.0.109 |
| 1929 | 2026-05-27T02:09:03.474Z | Compiling base64 v0.22.1 |
| 1930 | 2026-05-27T02:09:03.618Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1931 | 2026-05-27T02:09:03.621Z | Compiling untrusted v0.9.0 |
| 1932 | 2026-05-27T02:09:03.699Z | Compiling base64ct v1.8.3 |
| 1933 | 2026-05-27T02:09:03.748Z | Compiling crossbeam-utils v0.8.21 |
| 1934 | 2026-05-27T02:09:03.770Z | Compiling uuid v1.23.0 |
| 1935 | 2026-05-27T02:09:03.850Z | Compiling slog v2.8.2 |
| 1936 | 2026-05-27T02:09:04.002Z | Compiling pest_meta v2.8.6 |
| 1937 | 2026-05-27T02:09:04.018Z | Compiling pem-rfc7468 v0.7.0 |
| 1938 | 2026-05-27T02:09:04.100Z | Compiling flagset v0.4.7 |
| 1939 | 2026-05-27T02:09:04.198Z | Compiling rand_core v0.9.5 |
| 1940 | 2026-05-27T02:09:04.247Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1941 | 2026-05-27T02:09:04.297Z | Compiling tracing-core v0.1.36 |
| 1942 | 2026-05-27T02:09:04.315Z | Compiling serde_derive v1.0.228 |
| 1943 | 2026-05-27T02:09:04.330Z | Compiling zeroize_derive v1.4.3 |
| 1944 | 2026-05-27T02:09:04.410Z | Compiling zerofrom-derive v0.1.6 |
| 1945 | 2026-05-27T02:09:04.426Z | Compiling yoke-derive v0.8.1 |
| 1946 | 2026-05-27T02:09:04.478Z | Compiling zerocopy-derive v0.8.40 |
| 1947 | 2026-05-27T02:09:04.497Z | Compiling zerovec-derive v0.11.2 |
| 1948 | 2026-05-27T02:09:04.540Z | Compiling displaydoc v0.2.5 |
| 1949 | 2026-05-27T02:09:04.721Z | Compiling tokio-macros v2.7.0 |
| 1950 | 2026-05-27T02:09:04.759Z | Compiling futures-macro v0.3.32 |
| 1951 | 2026-05-27T02:09:04.934Z | Compiling zeroize v1.8.2 |
| 1952 | 2026-05-27T02:09:05.273Z | Compiling der_derive v0.7.3 |
| 1953 | 2026-05-27T02:09:05.350Z | Compiling thiserror-impl v2.0.18 |
| 1954 | 2026-05-27T02:09:05.423Z | Compiling tracing-attributes v0.1.31 |
| 1955 | 2026-05-27T02:09:05.426Z | Compiling schemars_derive v0.8.22 |
| 1956 | 2026-05-27T02:09:05.497Z | Compiling rustls-pki-types v1.14.0 |
| 1957 | 2026-05-27T02:09:05.557Z | Compiling zerofrom v0.1.6 |
| 1958 | 2026-05-27T02:09:05.589Z | Compiling futures-util v0.3.32 |
| 1959 | 2026-05-27T02:09:05.704Z | Compiling yoke v0.8.1 |
| 1960 | 2026-05-27T02:09:05.789Z | Compiling crypto-common v0.1.7 |
| 1961 | 2026-05-27T02:09:05.899Z | Compiling zerovec v0.11.5 |
| 1962 | 2026-05-27T02:09:05.915Z | Compiling zerotrie v0.2.3 |
| 1963 | 2026-05-27T02:09:06.071Z | Compiling block-buffer v0.10.4 |
| 1964 | 2026-05-27T02:09:06.263Z | Compiling digest v0.10.7 |
| 1965 | 2026-05-27T02:09:06.484Z | Compiling tinystr v0.8.2 |
| 1966 | 2026-05-27T02:09:06.513Z | Compiling potential_utf v0.1.4 |
| 1967 | 2026-05-27T02:09:06.530Z | Compiling hmac v0.12.1 |
| 1968 | 2026-05-27T02:09:06.598Z | Compiling block-padding v0.3.3 |
| 1969 | 2026-05-27T02:09:06.676Z | Compiling icu_locale_core v2.1.1 |
| 1970 | 2026-05-27T02:09:06.692Z | Compiling icu_collections v2.1.1 |
| 1971 | 2026-05-27T02:09:06.717Z | Compiling openssl-macros v0.1.1 |
| 1972 | 2026-05-27T02:09:06.717Z | Compiling inout v0.1.4 |
| 1973 | 2026-05-27T02:09:06.755Z | Compiling pest_generator v2.8.6 |
| 1974 | 2026-05-27T02:09:07.235Z | Compiling cipher v0.4.4 |
| 1975 | 2026-05-27T02:09:07.309Z | Compiling sha2 v0.10.9 |
| 1976 | 2026-05-27T02:09:07.434Z | Compiling bytes v1.11.1 |
| 1977 | 2026-05-27T02:09:07.475Z | Compiling icu_provider v2.1.1 |
| 1978 | 2026-05-27T02:09:07.542Z | Compiling chrono v0.4.44 |
| 1979 | 2026-05-27T02:09:07.558Z | Compiling pest_derive v2.8.6 |
| 1980 | 2026-05-27T02:09:07.697Z | Compiling thiserror-impl v1.0.69 |
| 1981 | 2026-05-27T02:09:07.961Z | Compiling icu_normalizer v2.1.1 |
| 1982 | 2026-05-27T02:09:07.978Z | Compiling icu_properties v2.1.2 |
| 1983 | 2026-05-27T02:09:08.036Z | Compiling tokio v1.52.1 |
| 1984 | 2026-05-27T02:09:08.396Z | Compiling http v1.4.0 |
| 1985 | 2026-05-27T02:09:08.875Z | Compiling idna_adapter v1.2.1 |
| 1986 | 2026-05-27T02:09:08.878Z | Compiling ppv-lite86 v0.2.21 |
| 1987 | 2026-05-27T02:09:09.009Z | Compiling idna v1.1.0 |
| 1988 | 2026-05-27T02:09:09.067Z | Compiling scroll_derive v0.13.1 |
| 1989 | 2026-05-27T02:09:09.238Z | Compiling der v0.7.10 |
| 1990 | 2026-05-27T02:09:09.346Z | Compiling url v2.5.8 |
| 1991 | 2026-05-27T02:09:09.653Z | Compiling paste v1.0.15 |
| 1992 | 2026-05-27T02:09:09.668Z | Compiling camino v1.2.2 |
| 1993 | 2026-05-27T02:09:09.883Z | Compiling plain v0.2.3 |
| 1994 | 2026-05-27T02:09:10.060Z | Compiling spki v0.7.3 |
| 1995 | 2026-05-27T02:09:10.210Z | Compiling http-body v1.0.1 |
| 1996 | 2026-05-27T02:09:10.355Z | Compiling salsa20 v0.10.2 |
| 1997 | 2026-05-27T02:09:10.392Z | Compiling pbkdf2 v0.12.2 |
| 1998 | 2026-05-27T02:09:10.510Z | Compiling tracing v0.1.44 |
| 1999 | 2026-05-27T02:09:11.059Z | Compiling aho-corasick v1.1.4 |
| 2000 | 2026-05-27T02:09:11.084Z | Compiling cookie v0.18.1 |
| 2001 | 2026-05-27T02:09:11.104Z | Compiling atomic-waker v1.1.2 |
| 2002 | 2026-05-27T02:09:11.128Z | Compiling fastrand v2.3.0 |
| 2003 | 2026-05-27T02:09:11.227Z | Compiling num-bigint-dig v0.8.6 |
| 2004 | 2026-05-27T02:09:11.294Z | Compiling dyn-clone v1.0.20 |
| 2005 | 2026-05-27T02:09:11.487Z | Compiling scrypt v0.11.0 |
| 2006 | 2026-05-27T02:09:11.710Z | Compiling rand_chacha v0.9.0 |
| 2007 | 2026-05-27T02:09:11.742Z | Compiling tokio-util v0.7.18 |
| 2008 | 2026-05-27T02:09:11.772Z | Compiling cbc v0.1.2 |
| 2009 | 2026-05-27T02:09:11.820Z | Compiling aes v0.8.4 |
| 2010 | 2026-05-27T02:09:11.918Z | Compiling regex-automata v0.4.14 |
| 2011 | 2026-05-27T02:09:11.950Z | Compiling async-trait v0.1.89 |
| 2012 | 2026-05-27T02:09:12.051Z | Compiling ahash v0.8.12 |
| 2013 | 2026-05-27T02:09:12.079Z | Compiling tower-layer v0.3.3 |
| 2014 | 2026-05-27T02:09:12.094Z | Compiling openssl-probe v0.2.1 |
| 2015 | 2026-05-27T02:09:12.296Z | Compiling untrusted v0.7.1 |
| 2016 | 2026-05-27T02:09:12.335Z | Compiling pretty-hex v0.4.1 |
| 2017 | 2026-05-27T02:09:12.477Z | Compiling anyhow v1.0.102 |
| 2018 | 2026-05-27T02:09:12.481Z | Compiling tower-service v0.3.3 |
| 2019 | 2026-05-27T02:09:12.511Z | Compiling zstd-safe v7.2.4 |
| 2020 | 2026-05-27T02:09:12.617Z | Compiling try-lock v0.2.5 |
| 2021 | 2026-05-27T02:09:12.765Z | Compiling usdt-impl v0.6.0 |
| 2022 | 2026-05-27T02:09:12.781Z | Compiling tinyvec_macros v0.1.1 |
| 2023 | 2026-05-27T02:09:12.800Z | Compiling want v0.3.1 |
| 2024 | 2026-05-27T02:09:12.819Z | Compiling pkcs5 v0.7.1 |
| 2025 | 2026-05-27T02:09:12.867Z | Compiling tinyvec v1.10.0 |
| 2026 | 2026-05-27T02:09:13.024Z | Compiling rand v0.9.2 |
| 2027 | 2026-05-27T02:09:13.055Z | Compiling scroll v0.13.0 |
| 2028 | 2026-05-27T02:09:13.169Z | Compiling h2 v0.4.13 |
| 2029 | 2026-05-27T02:09:13.344Z | Compiling ipnet v2.11.0 |
| 2030 | 2026-05-27T02:09:13.400Z | Compiling serde_tokenstream v0.2.3 |
| 2031 | 2026-05-27T02:09:13.501Z | Compiling clap_derive v4.5.55 |
| 2032 | 2026-05-27T02:09:13.612Z | Compiling scroll_derive v0.12.1 |
| 2033 | 2026-05-27T02:09:13.629Z | Compiling daft-derive v0.1.7 |
| 2034 | 2026-05-27T02:09:13.742Z | Compiling heapless v0.7.17 |
| 2035 | 2026-05-27T02:09:14.361Z | Compiling httpdate v1.0.3 |
| 2036 | 2026-05-27T02:09:14.375Z | Compiling pin-utils v0.1.0 |
| 2037 | 2026-05-27T02:09:14.441Z | Compiling signal-hook v0.3.18 |
| 2038 | 2026-05-27T02:09:14.657Z | Compiling goblin v0.10.5 |
| 2039 | 2026-05-27T02:09:14.808Z | Compiling pkcs8 v0.10.2 |
| 2040 | 2026-05-27T02:09:14.881Z | Compiling tempfile v3.25.0 |
| 2041 | 2026-05-27T02:09:15.121Z | Compiling pin-project-internal v1.1.11 |
| 2042 | 2026-05-27T02:09:15.143Z | Compiling darling_core v0.20.11 |
| 2043 | 2026-05-27T02:09:15.501Z | Compiling spin v0.9.8 |
| 2044 | 2026-05-27T02:09:15.504Z | Compiling foreign-types-shared v0.1.1 |
| 2045 | 2026-05-27T02:09:15.592Z | Compiling litrs v1.0.0 |
| 2046 | 2026-05-27T02:09:15.621Z | Compiling simd-adler32 v0.3.8 |
| 2047 | 2026-05-27T02:09:16.073Z | Compiling document-features v0.2.12 |
| 2048 | 2026-05-27T02:09:16.121Z | Compiling foreign-types v0.3.2 |
| 2049 | 2026-05-27T02:09:16.177Z | Compiling unicode-normalization v0.1.25 |
| 2050 | 2026-05-27T02:09:16.455Z | Compiling dtrace-parser v0.3.0 |
| 2051 | 2026-05-27T02:09:16.599Z | Compiling hex v0.4.3 |
| 2052 | 2026-05-27T02:09:16.640Z | Compiling hyper v1.8.1 |
| 2053 | 2026-05-27T02:09:16.687Z | Compiling strum_macros v0.26.4 |
| 2054 | 2026-05-27T02:09:16.704Z | Compiling zerocopy-derive v0.7.35 |
| 2055 | 2026-05-27T02:09:16.719Z | Compiling darling_core v0.21.3 |
| 2056 | 2026-05-27T02:09:16.919Z | Compiling curve25519-dalek v4.1.3 |
| 2057 | 2026-05-27T02:09:17.060Z | Compiling thread-id v5.1.0 |
| 2058 | 2026-05-27T02:09:17.146Z | Compiling darling_macro v0.20.11 |
| 2059 | 2026-05-27T02:09:17.190Z | Compiling memoffset v0.9.1 |
| 2060 | 2026-05-27T02:09:17.208Z | Compiling ref-cast v1.0.25 |
| 2061 | 2026-05-27T02:09:17.244Z | Compiling anstyle v1.0.13 |
| 2062 | 2026-05-27T02:09:17.284Z | Compiling adler2 v2.0.1 |
| 2063 | 2026-05-27T02:09:17.299Z | Compiling utf8parse v0.2.2 |
| 2064 | 2026-05-27T02:09:17.493Z | Compiling dof v0.4.0 |
| 2065 | 2026-05-27T02:09:17.514Z | Compiling powerfmt v0.2.0 |
| 2066 | 2026-05-27T02:09:17.549Z | Compiling rustix v0.38.44 |
| 2067 | 2026-05-27T02:09:17.568Z | Compiling smoltcp v0.9.1 |
| 2068 | 2026-05-27T02:09:17.585Z | Compiling miniz_oxide v0.8.9 |
| 2069 | 2026-05-27T02:09:17.662Z | Compiling darling v0.20.11 |
| 2070 | 2026-05-27T02:09:17.760Z | Compiling deranged v0.5.8 |
| 2071 | 2026-05-27T02:09:17.877Z | Compiling anstyle-parse v0.2.7 |
| 2072 | 2026-05-27T02:09:17.925Z | Compiling rustls-native-certs v0.8.3 |
| 2073 | 2026-05-27T02:09:18.129Z | Compiling hyper-util v0.1.20 |
| 2074 | 2026-05-27T02:09:18.526Z | Compiling http-body-util v0.1.3 |
| 2075 | 2026-05-27T02:09:18.582Z | Compiling toml_datetime v0.6.11 |
| 2076 | 2026-05-27T02:09:18.750Z | Compiling serde_spanned v0.6.9 |
| 2077 | 2026-05-27T02:09:18.836Z | Compiling snafu-derive v0.8.9 |
| 2078 | 2026-05-27T02:09:18.920Z | Compiling darling_macro v0.21.3 |
| 2079 | 2026-05-27T02:09:18.954Z | Compiling sync_wrapper v1.0.2 |
| 2080 | 2026-05-27T02:09:18.970Z | Compiling wait-timeout v0.2.1 |
| 2081 | 2026-05-27T02:09:19.003Z | Compiling encoding_rs v0.8.35 |
| 2082 | 2026-05-27T02:09:19.018Z | Compiling cfg_aliases v0.2.1 |
| 2083 | 2026-05-27T02:09:19.077Z | Compiling mime v0.3.17 |
| 2084 | 2026-05-27T02:09:19.242Z | Compiling colorchoice v1.0.4 |
| 2085 | 2026-05-27T02:09:19.258Z | Compiling siphasher v1.0.2 |
| 2086 | 2026-05-27T02:09:19.395Z | Compiling ryu v1.0.23 |
| 2087 | 2026-05-27T02:09:19.412Z | Compiling quick-error v1.2.3 |
| 2088 | 2026-05-27T02:09:19.538Z | Compiling anstyle-query v1.1.5 |
| 2089 | 2026-05-27T02:09:19.596Z | Compiling is_terminal_polyfill v1.70.2 |
| 2090 | 2026-05-27T02:09:19.696Z | Compiling zlib-rs v0.6.2 |
| 2091 | 2026-05-27T02:09:19.715Z | Compiling bit-vec v0.8.0 |
| 2092 | 2026-05-27T02:09:19.765Z | Compiling num_threads v0.1.7 |
| 2093 | 2026-05-27T02:09:19.866Z | Compiling time v0.3.47 |
| 2094 | 2026-05-27T02:09:19.928Z | Compiling bit-set v0.8.0 |
| 2095 | 2026-05-27T02:09:20.077Z | Compiling anstream v0.6.21 |
| 2096 | 2026-05-27T02:09:20.339Z | Compiling serde_urlencoded v0.7.1 |
| 2097 | 2026-05-27T02:09:20.436Z | Compiling rusty-fork v0.3.1 |
| 2098 | 2026-05-27T02:09:20.480Z | Compiling darling v0.21.3 |
| 2099 | 2026-05-27T02:09:20.535Z | Compiling nix v0.31.2 |
| 2100 | 2026-05-27T02:09:20.589Z | Compiling tower v0.5.3 |
| 2101 | 2026-05-27T02:09:20.692Z | Compiling derive_builder_core v0.20.2 |
| 2102 | 2026-05-27T02:09:20.850Z | Compiling regex v1.12.3 |
| 2103 | 2026-05-27T02:09:20.892Z | Compiling webpki-roots v1.0.6 |
| 2104 | 2026-05-27T02:09:20.892Z | Compiling erased-serde v0.3.31 |
| 2105 | 2026-05-27T02:09:21.035Z | Compiling hubpack_derive v0.1.1 |
| 2106 | 2026-05-27T02:09:21.101Z | Compiling signature v2.2.0 |
| 2107 | 2026-05-27T02:09:21.181Z | Compiling rand_xorshift v0.4.0 |
| 2108 | 2026-05-27T02:09:21.224Z | Compiling ref-cast-impl v1.0.25 |
| 2109 | 2026-05-27T02:09:21.256Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2110 | 2026-05-27T02:09:21.273Z | Compiling strum_macros v0.27.2 |
| 2111 | 2026-05-27T02:09:21.495Z | Compiling fs-err v3.3.0 |
| 2112 | 2026-05-27T02:09:21.511Z | Compiling usdt-impl v0.5.0 |
| 2113 | 2026-05-27T02:09:21.529Z | Compiling allocator-api2 v0.2.21 |
| 2114 | 2026-05-27T02:09:21.559Z | Compiling unicode-bidi v0.3.18 |
| 2115 | 2026-05-27T02:09:21.717Z | Compiling object v0.37.3 |
| 2116 | 2026-05-27T02:09:21.790Z | Compiling unicode-properties v0.1.4 |
| 2117 | 2026-05-27T02:09:21.843Z | Compiling flate2 v1.1.9 |
| 2118 | 2026-05-27T02:09:22.009Z | Compiling iri-string v0.7.10 |
| 2119 | 2026-05-27T02:09:22.027Z | Compiling unarray v0.1.4 |
| 2120 | 2026-05-27T02:09:22.118Z | Compiling stringprep v0.1.5 |
| 2121 | 2026-05-27T02:09:22.169Z | Compiling proptest v1.10.0 |
| 2122 | 2026-05-27T02:09:22.786Z | Compiling derive_builder_macro v0.20.2 |
| 2123 | 2026-05-27T02:09:23.039Z | Compiling serde_with_macros v3.17.0 |
| 2124 | 2026-05-27T02:09:23.266Z | Compiling tower-http v0.6.8 |
| 2125 | 2026-05-27T02:09:23.462Z | Compiling tokio-native-tls v0.3.1 |
| 2126 | 2026-05-27T02:09:23.480Z | Compiling usdt-attr-macro v0.6.0 |
| 2127 | 2026-05-27T02:09:23.654Z | Compiling usdt-macro v0.6.0 |
| 2128 | 2026-05-27T02:09:23.670Z | Compiling ipnetwork v0.21.1 |
| 2129 | 2026-05-27T02:09:23.753Z | Compiling scroll v0.12.0 |
| 2130 | 2026-05-27T02:09:23.937Z | Compiling bstr v1.12.1 |
| 2131 | 2026-05-27T02:09:24.135Z | Compiling rand_chacha v0.3.1 |
| 2132 | 2026-05-27T02:09:24.297Z | Compiling md-5 v0.10.6 |
| 2133 | 2026-05-27T02:09:24.447Z | Compiling async-recursion v1.1.1 |
| 2134 | 2026-05-27T02:09:24.470Z | Compiling terminal_size v0.4.3 |
| 2135 | 2026-05-27T02:09:24.525Z | Compiling num-integer v0.1.46 |
| 2136 | 2026-05-27T02:09:24.542Z | Compiling hash32 v0.2.1 |
| 2137 | 2026-05-27T02:09:24.559Z | Compiling vergen-lib v9.1.0 |
| 2138 | 2026-05-27T02:09:24.559Z | Compiling ff v0.13.1 |
| 2139 | 2026-05-27T02:09:24.636Z | Compiling winnow v0.7.14 |
| 2140 | 2026-05-27T02:09:24.734Z | Compiling clap_lex v1.0.0 |
| 2141 | 2026-05-27T02:09:24.998Z | Compiling fallible-iterator v0.2.0 |
| 2142 | 2026-05-27T02:09:25.074Z | Compiling base16ct v0.2.0 |
| 2143 | 2026-05-27T02:09:25.093Z | Compiling psl-types v2.0.11 |
| 2144 | 2026-05-27T02:09:25.190Z | Compiling clap_builder v4.5.60 |
| 2145 | 2026-05-27T02:09:25.237Z | Compiling sec1 v0.7.3 |
| 2146 | 2026-05-27T02:09:25.260Z | Compiling publicsuffix v2.3.0 |
| 2147 | 2026-05-27T02:09:25.306Z | Compiling postgres-protocol v0.6.10 |
| 2148 | 2026-05-27T02:09:25.328Z | Compiling num-iter v0.1.45 |
| 2149 | 2026-05-27T02:09:25.470Z | Compiling group v0.13.0 |
| 2150 | 2026-05-27T02:09:25.588Z | Compiling rand v0.8.6 |
| 2151 | 2026-05-27T02:09:25.889Z | Compiling newtype-uuid v1.3.2 |
| 2152 | 2026-05-27T02:09:26.052Z | Compiling goblin v0.8.2 |
| 2153 | 2026-05-27T02:09:26.127Z | Compiling oxnet v0.1.4 |
| 2154 | 2026-05-27T02:09:26.210Z | Compiling hyper-tls v0.6.0 |
| 2155 | 2026-05-27T02:09:26.276Z | Compiling derive_builder v0.20.2 |
| 2156 | 2026-05-27T02:09:26.423Z | Compiling phf_shared v0.13.1 |
| 2157 | 2026-05-27T02:09:26.487Z | Compiling zerocopy v0.7.35 |
| 2158 | 2026-05-27T02:09:26.548Z | Compiling lazy_static v1.5.0 |
| 2159 | 2026-05-27T02:09:26.579Z | Compiling pin-project v1.1.11 |
| 2160 | 2026-05-27T02:09:26.673Z | Compiling futures-executor v0.3.32 |
| 2161 | 2026-05-27T02:09:26.717Z | Compiling hkdf v0.12.4 |
| 2162 | 2026-05-27T02:09:26.748Z | Compiling crypto-bigint v0.5.5 |
| 2163 | 2026-05-27T02:09:26.895Z | Compiling serde_repr v0.1.20 |
| 2164 | 2026-05-27T02:09:26.942Z | Compiling enum-as-inner v0.6.1 |
| 2165 | 2026-05-27T02:09:27.002Z | Compiling vergen v9.1.0 |
| 2166 | 2026-05-27T02:09:27.047Z | Compiling cargo-platform v0.3.2 |
| 2167 | 2026-05-27T02:09:27.229Z | Compiling libbz2-rs-sys v0.2.2 |
| 2168 | 2026-05-27T02:09:27.310Z | Compiling managed v0.8.0 |
| 2169 | 2026-05-27T02:09:27.475Z | Compiling unicode-segmentation v1.12.0 |
| 2170 | 2026-05-27T02:09:27.478Z | Compiling bitflags v1.3.2 |
| 2171 | 2026-05-27T02:09:27.504Z | Compiling foldhash v0.2.0 |
| 2172 | 2026-05-27T02:09:27.529Z | Compiling same-file v1.0.6 |
| 2173 | 2026-05-27T02:09:27.580Z | Compiling bumpalo v3.20.2 |
| 2174 | 2026-05-27T02:09:27.734Z | Compiling foldhash v0.1.5 |
| 2175 | 2026-05-27T02:09:27.843Z | Compiling winnow v0.5.40 |
| 2176 | 2026-05-27T02:09:27.873Z | Compiling hashbrown v0.15.5 |
| 2177 | 2026-05-27T02:09:27.876Z | Compiling zopfli v0.8.3 |
| 2178 | 2026-05-27T02:09:27.922Z | Compiling bzip2 v0.6.1 |
| 2179 | 2026-05-27T02:09:28.141Z | Compiling elliptic-curve v0.13.8 |
| 2180 | 2026-05-27T02:09:28.156Z | Compiling hashbrown v0.16.1 |
| 2181 | 2026-05-27T02:09:28.275Z | Compiling dof v0.3.0 |
| 2182 | 2026-05-27T02:09:28.450Z | Compiling walkdir v2.5.0 |
| 2183 | 2026-05-27T02:09:28.776Z | Compiling cargo_metadata v0.23.1 |
| 2184 | 2026-05-27T02:09:28.958Z | Compiling clap v4.5.60 |
| 2185 | 2026-05-27T02:09:29.149Z | Compiling toml_edit v0.19.15 |
| 2186 | 2026-05-27T02:09:29.252Z | Compiling futures v0.3.32 |
| 2187 | 2026-05-27T02:09:29.477Z | Compiling snafu v0.8.9 |
| 2188 | 2026-05-27T02:09:29.610Z | Compiling phf v0.13.1 |
| 2189 | 2026-05-27T02:09:29.804Z | Compiling daft v0.1.7 |
| 2190 | 2026-05-27T02:09:29.829Z | Compiling signal-hook-mio v0.2.5 |
| 2191 | 2026-05-27T02:09:29.893Z | Compiling cookie_store v0.22.1 |
| 2192 | 2026-05-27T02:09:29.960Z | Compiling zstd v0.13.3 |
| 2193 | 2026-05-27T02:09:30.093Z | Compiling postgres-types v0.2.12 |
| 2194 | 2026-05-27T02:09:30.158Z | Compiling bzip2 v0.4.4 |
| 2195 | 2026-05-27T02:09:30.206Z | Compiling globset v0.4.18 |
| 2196 | 2026-05-27T02:09:30.238Z | Compiling strum v0.27.2 |
| 2197 | 2026-05-27T02:09:30.329Z | Compiling dtrace-parser v0.2.0 |
| 2198 | 2026-05-27T02:09:30.411Z | Compiling hubpack v0.1.2 |
| 2199 | 2026-05-27T02:09:30.487Z | Compiling ed25519 v2.2.3 |
| 2200 | 2026-05-27T02:09:30.519Z | Compiling phf_shared v0.11.3 |
| 2201 | 2026-05-27T02:09:30.561Z | Compiling olpc-cjson v0.1.4 |
| 2202 | 2026-05-27T02:09:30.619Z | Compiling pkcs1 v0.7.5 |
| 2203 | 2026-05-27T02:09:30.698Z | Compiling pem v3.0.6 |
| 2204 | 2026-05-27T02:09:30.747Z | Compiling serde_plain v1.0.2 |
| 2205 | 2026-05-27T02:09:30.751Z | Compiling serde-big-array v0.5.1 |
| 2206 | 2026-05-27T02:09:30.762Z | Compiling rfc6979 v0.4.0 |
| 2207 | 2026-05-27T02:09:30.860Z | Compiling float-cmp v0.10.0 |
| 2208 | 2026-05-27T02:09:30.931Z | Compiling thread-id v4.2.2 |
| 2209 | 2026-05-27T02:09:30.948Z | Compiling memmap2 v0.9.10 |
| 2210 | 2026-05-27T02:09:30.948Z | Compiling env_filter v1.0.0 |
| 2211 | 2026-05-27T02:09:31.016Z | Compiling jiff v0.2.21 |
| 2212 | 2026-05-27T02:09:31.033Z | Compiling data-encoding v2.10.0 |
| 2213 | 2026-05-27T02:09:31.036Z | Compiling precomputed-hash v0.1.1 |
| 2214 | 2026-05-27T02:09:31.036Z | Compiling whoami v2.1.0 |
| 2215 | 2026-05-27T02:09:31.158Z | Compiling difflib v0.4.0 |
| 2216 | 2026-05-27T02:09:31.185Z | Compiling static_assertions v1.1.0 |
| 2217 | 2026-05-27T02:09:31.218Z | Compiling keccak v0.1.6 |
| 2218 | 2026-05-27T02:09:31.233Z | Compiling predicates-core v1.0.10 |
| 2219 | 2026-05-27T02:09:31.276Z | Compiling normalize-line-endings v0.3.0 |
| 2220 | 2026-05-27T02:09:31.388Z | Compiling fixedbitset v0.5.7 |
| 2221 | 2026-05-27T02:09:31.407Z | Compiling toml_write v0.1.2 |
| 2222 | 2026-05-27T02:09:31.424Z | Compiling new_debug_unreachable v1.0.6 |
| 2223 | 2026-05-27T02:09:31.427Z | Compiling typed-path v0.9.3 |
| 2224 | 2026-05-27T02:09:31.457Z | Compiling fixedbitset v0.4.2 |
| 2225 | 2026-05-27T02:09:31.575Z | Compiling either v1.15.0 |
| 2226 | 2026-05-27T02:09:31.620Z | Compiling petgraph v0.6.5 |
| 2227 | 2026-05-27T02:09:31.636Z | Compiling petgraph v0.8.3 |
| 2228 | 2026-05-27T02:09:31.670Z | Compiling toml_edit v0.22.27 |
| 2229 | 2026-05-27T02:09:31.687Z | Compiling string_cache v0.8.9 |
| 2230 | 2026-05-27T02:09:31.690Z | Compiling predicates v3.1.4 |
| 2231 | 2026-05-27T02:09:31.796Z | Compiling itertools v0.13.0 |
| 2232 | 2026-05-27T02:09:31.919Z | Compiling sha3 v0.10.8 |
| 2233 | 2026-05-27T02:09:32.190Z | Compiling hickory-proto v0.25.2 |
| 2234 | 2026-05-27T02:09:32.280Z | Compiling tokio-postgres v0.7.16 |
| 2235 | 2026-05-27T02:09:32.682Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2236 | 2026-05-27T02:09:33.118Z | Compiling usdt v0.6.0 |
| 2237 | 2026-05-27T02:09:33.194Z | Compiling env_logger v0.11.9 |
| 2238 | 2026-05-27T02:09:33.528Z | Compiling ecdsa v0.16.9 |
| 2239 | 2026-05-27T02:09:33.545Z | Compiling rsa v0.9.10 |
| 2240 | 2026-05-27T02:09:33.794Z | Compiling zip v4.6.1 |
| 2241 | 2026-05-27T02:09:34.232Z | Compiling ed25519-dalek v2.2.0 |
| 2242 | 2026-05-27T02:09:34.461Z | Compiling toml v0.7.8 |
| 2243 | 2026-05-27T02:09:34.533Z | Compiling crossterm v0.28.1 |
| 2244 | 2026-05-27T02:09:34.702Z | Compiling zip v0.6.6 |
| 2245 | 2026-05-27T02:09:34.756Z | Compiling iddqd v0.4.1 |
| 2246 | 2026-05-27T02:09:35.119Z | Compiling crossbeam-epoch v0.9.18 |
| 2247 | 2026-05-27T02:09:35.229Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 2248 | 2026-05-27T02:09:35.414Z | Compiling similar v2.7.0 |
| 2249 | 2026-05-27T02:09:35.451Z | Compiling heck v0.4.1 |
| 2250 | 2026-05-27T02:09:35.471Z | Compiling serde_with v3.17.0 |
| 2251 | 2026-05-27T02:09:35.474Z | Compiling strum v0.26.3 |
| 2252 | 2026-05-27T02:09:35.655Z | Compiling tokio-stream v0.1.18 |
| 2253 | 2026-05-27T02:09:35.672Z | Compiling buf-list v1.1.2 |
| 2254 | 2026-05-27T02:09:35.763Z | Compiling x509-cert v0.2.5 |
| 2255 | 2026-05-27T02:09:35.939Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2256 | 2026-05-27T02:09:36.129Z | Compiling openapiv3 v2.2.0 |
| 2257 | 2026-05-27T02:09:36.147Z | Compiling sha1 v0.10.6 |
| 2258 | 2026-05-27T02:09:36.169Z | Compiling structmeta-derive v0.3.0 |
| 2259 | 2026-05-27T02:09:36.436Z | Compiling peg-runtime v0.8.5 |
| 2260 | 2026-05-27T02:09:36.452Z | Compiling radium v0.7.0 |
| 2261 | 2026-05-27T02:09:36.698Z | Compiling lalrpop-util v0.19.12 |
| 2262 | 2026-05-27T02:09:37.127Z | Compiling structmeta v0.3.0 |
| 2263 | 2026-05-27T02:09:38.096Z | Compiling maybe-uninit v2.0.0 |
| 2264 | 2026-05-27T02:09:38.342Z | Compiling tap v1.0.1 |
| 2265 | 2026-05-27T02:09:38.453Z | Compiling wyz v0.5.1 |
| 2266 | 2026-05-27T02:09:39.984Z | Compiling funty v2.0.0 |
| 2267 | 2026-05-27T02:09:40.012Z | Compiling packed_struct v0.10.1 |
| 2268 | 2026-05-27T02:09:40.585Z | Compiling bitvec v1.0.1 |
| 2269 | 2026-05-27T02:09:42.578Z | Compiling packed_struct_codegen v0.10.1 |
| 2270 | 2026-05-27T02:09:42.862Z | Compiling bitfield-macros v0.19.4 |
| 2271 | 2026-05-27T02:09:43.052Z | Compiling zerocopy-derive v0.6.6 |
| 2272 | 2026-05-27T02:09:43.454Z | Compiling indexmap v1.9.3 |
| 2273 | 2026-05-27T02:09:43.684Z | Compiling nodrop v0.1.14 |
| 2274 | 2026-05-27T02:09:43.796Z | Compiling crc-catalog v2.4.0 |
| 2275 | 2026-05-27T02:09:43.812Z | Compiling typeid v1.0.3 |
| 2276 | 2026-05-27T02:09:43.883Z | Compiling crc v3.4.0 |
| 2277 | 2026-05-27T02:09:43.908Z | Compiling zerocopy v0.6.6 |
| 2278 | 2026-05-27T02:09:44.142Z | Compiling array-init v0.0.4 |
| 2279 | 2026-05-27T02:09:44.680Z | Compiling bitfield v0.19.4 |
| 2280 | 2026-05-27T02:09:45.143Z | Compiling smallvec v0.6.14 |
| 2281 | 2026-05-27T02:09:45.397Z | Compiling derive-ex v0.1.8 |
| 2282 | 2026-05-27T02:09:47.291Z | Compiling base64 v0.21.7 |
| 2283 | 2026-05-27T02:09:47.343Z | Compiling rustls v0.22.4 |
| 2284 | 2026-05-27T02:09:47.776Z | Compiling hashbrown v0.12.3 |
| 2285 | 2026-05-27T02:09:48.156Z | Compiling erased-serde v0.4.9 |
| 2286 | 2026-05-27T02:09:48.564Z | Compiling rustls-webpki v0.103.9 |
| 2287 | 2026-05-27T02:09:49.410Z | Compiling ron v0.8.1 |
| 2288 | 2026-05-27T02:09:50.594Z | Compiling test-strategy v0.4.5 |
| 2289 | 2026-05-27T02:09:51.752Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2290 | 2026-05-27T02:09:51.815Z | Compiling serde-hex v0.1.0 |
| 2291 | 2026-05-27T02:09:52.189Z | Compiling tokio-rustls v0.26.4 |
| 2292 | 2026-05-27T02:09:52.255Z | Compiling rustls-platform-verifier v0.6.2 |
| 2293 | 2026-05-27T02:09:52.497Z | Compiling hyper-rustls v0.27.7 |
| 2294 | 2026-05-27T02:09:52.526Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2295 | 2026-05-27T02:09:52.754Z | Compiling reqwest v0.12.28 |
| 2296 | 2026-05-27T02:09:52.826Z | Compiling reqwest v0.13.2 |
| 2297 | 2026-05-27T02:09:53.179Z | Compiling toml v0.8.23 |
| 2298 | 2026-05-27T02:09:53.207Z | Compiling hashbrown v0.13.2 |
| 2299 | 2026-05-27T02:09:53.774Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2300 | 2026-05-27T02:09:53.857Z | Compiling rustls-webpki v0.102.8 |
| 2301 | 2026-05-27T02:09:53.918Z | Compiling filetime v0.2.27 |
| 2302 | 2026-05-27T02:09:54.119Z | Compiling multer v3.1.0 |
| 2303 | 2026-05-27T02:09:54.137Z | Compiling thread_local v1.1.9 |
| 2304 | 2026-05-27T02:09:54.226Z | Compiling crc-any v2.5.0 |
| 2305 | 2026-05-27T02:09:54.357Z | Compiling tough v0.22.0 |
| 2306 | 2026-05-27T02:09:54.397Z | Compiling slog-async v2.8.0 |
| 2307 | 2026-05-27T02:09:54.515Z | Compiling xattr v1.6.1 |
| 2308 | 2026-05-27T02:09:54.614Z | Compiling match_cfg v0.1.0 |
| 2309 | 2026-05-27T02:09:54.631Z | Compiling compression-core v0.4.31 |
| 2310 | 2026-05-27T02:09:54.686Z | Compiling rayon-core v1.13.0 |
| 2311 | 2026-05-27T02:09:54.793Z | Compiling compression-codecs v0.4.37 |
| 2312 | 2026-05-27T02:09:54.822Z | Compiling hostname v0.3.1 |
| 2313 | 2026-05-27T02:09:54.920Z | Compiling tar v0.4.45 |
| 2314 | 2026-05-27T02:09:54.999Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2315 | 2026-05-27T02:09:55.014Z | Compiling object v0.30.4 |
| 2316 | 2026-05-27T02:09:55.281Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2317 | 2026-05-27T02:09:55.599Z | Compiling crossbeam-channel v0.5.15 |
| 2318 | 2026-05-27T02:09:55.707Z | Compiling slog-json v2.6.1 |
| 2319 | 2026-05-27T02:09:55.810Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2320 | 2026-05-27T02:09:55.982Z | Compiling async-stream-impl v0.3.6 |
| 2321 | 2026-05-27T02:09:56.003Z | Compiling ordered-float v2.10.1 |
| 2322 | 2026-05-27T02:09:56.041Z | Compiling serde_spanned v1.0.4 |
| 2323 | 2026-05-27T02:09:56.124Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2324 | 2026-05-27T02:09:56.157Z | Compiling serde_path_to_error v0.1.20 |
| 2325 | 2026-05-27T02:09:56.222Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2326 | 2026-05-27T02:09:56.238Z | Compiling is-terminal v0.4.17 |
| 2327 | 2026-05-27T02:09:56.305Z | Compiling fs-err v2.11.0 |
| 2328 | 2026-05-27T02:09:56.308Z | Compiling dropshot v0.17.0 |
| 2329 | 2026-05-27T02:09:56.356Z | Compiling term v1.2.1 |
| 2330 | 2026-05-27T02:09:56.539Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2331 | 2026-05-27T02:09:56.542Z | Compiling take_mut v0.2.2 |
| 2332 | 2026-05-27T02:09:56.569Z | Compiling debug-ignore v1.0.5 |
| 2333 | 2026-05-27T02:09:56.588Z | Compiling path-slash v0.1.5 |
| 2334 | 2026-05-27T02:09:56.588Z | Compiling async-stream v0.3.6 |
| 2335 | 2026-05-27T02:09:56.687Z | Compiling slog-term v2.9.2 |
| 2336 | 2026-05-27T02:09:56.757Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2337 | 2026-05-27T02:09:56.810Z | Compiling serde-value v0.7.0 |
| 2338 | 2026-05-27T02:09:56.826Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2339 | 2026-05-27T02:09:56.842Z | Compiling slog-bunyan v2.5.0 |
| 2340 | 2026-05-27T02:09:56.996Z | Compiling serde-untagged v0.1.9 |
| 2341 | 2026-05-27T02:09:57.041Z | Compiling tokio-rustls v0.25.0 |
| 2342 | 2026-05-27T02:09:57.391Z | Compiling async-compression v0.4.41 |
| 2343 | 2026-05-27T02:09:57.406Z | Compiling crossbeam-deque v0.8.6 |
| 2344 | 2026-05-27T02:09:57.558Z | Compiling parse-display-derive v0.10.0 |
| 2345 | 2026-05-27T02:09:57.646Z | Compiling camino-tempfile v1.4.1 |
| 2346 | 2026-05-27T02:09:57.884Z | Compiling dropshot_endpoint v0.17.0 |
| 2347 | 2026-05-27T02:09:57.908Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2348 | 2026-05-27T02:09:57.928Z | Compiling newtype-uuid-macros v0.1.0 |
| 2349 | 2026-05-27T02:09:57.972Z | Compiling backon v1.6.0 |
| 2350 | 2026-05-27T02:09:58.065Z | Compiling waitgroup v0.1.2 |
| 2351 | 2026-05-27T02:09:58.175Z | Compiling half v2.7.1 |
| 2352 | 2026-05-27T02:09:58.240Z | Compiling rustls-pemfile v2.2.0 |
| 2353 | 2026-05-27T02:09:58.256Z | Compiling blake3 v1.8.3 |
| 2354 | 2026-05-27T02:09:58.273Z | Compiling hostname v0.4.2 |
| 2355 | 2026-05-27T02:09:58.341Z | Compiling instant v0.1.13 |
| 2356 | 2026-05-27T02:09:58.463Z | Compiling unicode-xid v0.2.6 |
| 2357 | 2026-05-27T02:09:58.487Z | Compiling ciborium-io v0.2.2 |
| 2358 | 2026-05-27T02:09:58.526Z | Compiling backoff v0.4.0 |
| 2359 | 2026-05-27T02:09:58.546Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2360 | 2026-05-27T02:09:58.547Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2361 | 2026-05-27T02:09:58.609Z | Compiling ciborium-ll v0.2.2 |
| 2362 | 2026-05-27T02:09:58.648Z | Compiling cargo-util-schemas v0.8.2 |
| 2363 | 2026-05-27T02:09:58.688Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2364 | 2026-05-27T02:09:58.970Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2365 | 2026-05-27T02:09:59.066Z | Compiling parse-display v0.10.0 |
| 2366 | 2026-05-27T02:09:59.135Z | Compiling regress v0.10.5 |
| 2367 | 2026-05-27T02:09:59.287Z | Compiling itertools v0.14.0 |
| 2368 | 2026-05-27T02:09:59.301Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2369 | 2026-05-27T02:09:59.780Z | Compiling cargo-platform v0.2.0 |
| 2370 | 2026-05-27T02:09:59.964Z | Compiling macaddr v1.0.1 |
| 2371 | 2026-05-27T02:10:00.263Z | Compiling humantime v2.3.0 |
| 2372 | 2026-05-27T02:10:00.302Z | Compiling arrayvec v0.7.6 |
| 2373 | 2026-05-27T02:10:00.338Z | Compiling indent_write v2.2.0 |
| 2374 | 2026-05-27T02:10:00.451Z | Compiling parse-size v1.1.0 |
| 2375 | 2026-05-27T02:10:00.467Z | Compiling constant_time_eq v0.4.2 |
| 2376 | 2026-05-27T02:10:00.508Z | Compiling arrayref v0.3.9 |
| 2377 | 2026-05-27T02:10:00.562Z | Compiling cargo_metadata v0.21.0 |
| 2378 | 2026-05-27T02:10:00.663Z | Compiling ciborium v0.2.2 |
| 2379 | 2026-05-27T02:10:00.686Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2380 | 2026-05-27T02:10:00.719Z | Compiling topological-sort v0.2.2 |
| 2381 | 2026-05-27T02:10:00.825Z | Compiling display-error-chain v0.2.2 |
| 2382 | 2026-05-27T02:10:00.906Z | Compiling shell-words v1.1.1 |
| 2383 | 2026-05-27T02:10:01.523Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2384 | 2026-05-27T02:10:11.345Z | Compiling progenitor-client v0.14.0 |
| 2385 | 2026-05-27T02:10:11.345Z | Compiling progenitor-client v0.10.0 |
| 2386 | 2026-05-27T02:10:11.349Z | Compiling omicron-zone-package v0.12.2 |
| 2387 | 2026-05-27T02:10:11.846Z | Compiling progenitor-extras v0.2.0 |
| 2388 | 2026-05-27T02:10:14.087Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2389 | 2026-05-27T02:10:14.104Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2390 | 2026-05-27T02:10:14.134Z | Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2391 | 2026-05-27T02:10:14.311Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2392 | 2026-05-27T02:10:18.333Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2393 | 2026-05-27T02:10:21.725Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2394 | 2026-05-27T02:10:29.688Z | Finished `release` profile [optimized] target(s) in 1m 31s |
| 2395 | 2026-05-27T02:10:29.831Z | Running `target/release/omicron-releng --output-dir /work --mkincorp` |
| 2396 | 2026-05-27T02:10:29.885Z | May 27 02:10:28.924 DEBG changing working directory to /work/oxidecomputer/omicron |
| 2397 | 2026-05-27T02:10:29.977Z | May 27 02:10:29.016 DEBG running: git rev-parse HEAD |
| 2398 | 2026-05-27T02:10:29.980Z | May 27 02:10:29.019 DEBG process exited with exit status: 0 (2.360853ms) |
| 2399 | 2026-05-27T02:10:29.980Z | May 27 02:10:29.019 INFO version: 20.0.0-0.ci+git61f3025dc1c |
| 2400 | 2026-05-27T02:10:29.988Z | May 27 02:10:29.027 INFO cloning helios to /work/oxidecomputer/helios |
| 2401 | 2026-05-27T02:10:29.988Z | May 27 02:10:29.027 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
| 2402 | 2026-05-27T02:10:29.992Z | Cloning into '/work/oxidecomputer/helios'... |
| 2403 | 2026-05-27T02:10:30.520Z | May 27 02:10:29.559 DEBG process exited with exit status: 0 (532.478497ms) |
| 2404 | 2026-05-27T02:10:30.520Z | May 27 02:10:29.559 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit} |
| 2405 | 2026-05-27T02:10:30.523Z | May 27 02:10:29.562 DEBG process exited with exit status: 0 (2.345233ms) |
| 2406 | 2026-05-27T02:10:30.523Z | May 27 02:10:29.562 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
| 2407 | 2026-05-27T02:10:30.845Z | May 27 02:10:29.884 DEBG process exited with exit status: 0 (322.703998ms) |
| 2408 | 2026-05-27T02:10:30.845Z | May 27 02:10:29.884 DEBG running: zfs list rpool/images/build/host |
| 2409 | 2026-05-27T02:10:30.849Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2410 | 2026-05-27T02:10:30.849Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
| 2411 | 2026-05-27T02:10:30.852Z | May 27 02:10:29.889 DEBG process exited with exit status: 0 (4.301565ms) |
| 2412 | 2026-05-27T02:10:30.852Z | May 27 02:10:29.889 DEBG running: zfs list rpool/images/build/recovery |
| 2413 | 2026-05-27T02:10:30.856Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2414 | 2026-05-27T02:10:30.856Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
| 2415 | 2026-05-27T02:10:30.857Z | May 27 02:10:29.892 DEBG process exited with exit status: 0 (3.669064ms) |
| 2416 | 2026-05-27T02:10:30.857Z | May 27 02:10:29.893 INFO [hubris-production] running task |
| 2417 | 2026-05-27T02:10:30.857Z | May 27 02:10:29.893 INFO [hubris-staging] running task |
| 2418 | 2026-05-27T02:10:30.857Z | May 27 02:10:29.893 INFO [incorp-manifest] running task |
| 2419 | 2026-05-27T02:10:30.857Z | May 27 02:10:29.893 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name |
| 2420 | 2026-05-27T02:10:30.857Z | May 27 02:10:29.893 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
| 2421 | 2026-05-27T02:10:30.857Z | May 27 02:10:29.894 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
| 2422 | 2026-05-27T02:10:30.857Z | May 27 02:10:29.894 INFO [incorp-create] running: pkgrepo create /work/incorporation |
| 2423 | 2026-05-27T02:10:30.901Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
| 2424 | 2026-05-27T02:10:31.099Z | May 27 02:10:30.139 INFO [incorp-create] process exited with exit status: 0 (244.529819ms) |
| 2425 | 2026-05-27T02:10:31.102Z | May 27 02:10:30.139 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios |
| 2426 | 2026-05-27T02:10:31.327Z | May 27 02:10:30.365 INFO [incorp-publisher] process exited with exit status: 0 (225.990458ms) |
| 2427 | 2026-05-27T02:10:31.338Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2428 | 2026-05-27T02:10:31.430Z | May 27 02:10:30.469 DEBG process exited with exit status: 0 (576.032048ms) |
| 2429 | 2026-05-27T02:10:31.433Z | May 27 02:10:30.469 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*' |
| 2430 | 2026-05-27T02:10:31.802Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2431 | 2026-05-27T02:10:31.951Z | May 27 02:10:30.989 INFO [hubris-production] task succeeded (1.096553271s) |
| 2432 | 2026-05-27T02:10:32.065Z | May 27 02:10:31.105 DEBG process exited with exit status: 0 (635.668465ms) |
| 2433 | 2026-05-27T02:10:32.068Z | May 27 02:10:31.106 INFO [incorp-manifest] task succeeded (1.212936494s) |
| 2434 | 2026-05-27T02:10:32.068Z | May 27 02:10:31.106 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m |
| 2435 | 2026-05-27T02:10:32.230Z | May 27 02:10:31.270 INFO [incorp-fmt] process exited with exit status: 0 (163.869367ms) |
| 2436 | 2026-05-27T02:10:32.233Z | May 27 02:10:31.270 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m |
| 2437 | 2026-05-27T02:10:32.454Z | [ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260527T021031Z |
| 2438 | 2026-05-27T02:10:32.454Z | [ incorp-pkgsend] PUBLISHED |
| 2439 | 2026-05-27T02:10:32.490Z | May 27 02:10:31.530 INFO [incorp-pkgsend] process exited with exit status: 0 (259.535167ms) |
| 2440 | 2026-05-27T02:10:32.493Z | May 27 02:10:31.530 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*' |
| 2441 | 2026-05-27T02:10:32.690Z | [ helios-incorp] Retrieving packages for publisher helios ... |
| 2442 | 2026-05-27T02:10:32.693Z | [ helios-incorp] Retrieving catalog 'helios' ... Done |
| 2443 | 2026-05-27T02:10:32.714Z | [ helios-incorp] Retrieving and evaluating 1 package(s)... |
| 2444 | 2026-05-27T02:10:32.714Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2445 | 2026-05-27T02:10:32.717Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2446 | 2026-05-27T02:10:32.720Z | [ helios-incorp] |
| 2447 | 2026-05-27T02:10:32.720Z | [ helios-incorp] Archiving packages ... |
| 2448 | 2026-05-27T02:10:32.720Z | [ helios-incorp] Packages to add: 1 |
| 2449 | 2026-05-27T02:10:32.720Z | [ helios-incorp] Files to retrieve: 0 |
| 2450 | 2026-05-27T02:10:32.720Z | [ helios-incorp] Estimated transfer size: 0.00 B |
| 2451 | 2026-05-27T02:10:32.720Z | [ helios-incorp] |
| 2452 | 2026-05-27T02:10:32.720Z | [ helios-incorp] Packages to archive: |
| 2453 | 2026-05-27T02:10:32.721Z | [ helios-incorp] consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260527T021031Z |
| 2454 | 2026-05-27T02:10:32.721Z | [ helios-incorp] |
| 2455 | 2026-05-27T02:10:32.721Z | [ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete |
| 2456 | 2026-05-27T02:10:32.721Z | [ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds |
| 2457 | 2026-05-27T02:10:32.757Z | May 27 02:10:31.797 INFO [helios-incorp] process exited with exit status: 0 (266.952514ms) |
| 2458 | 2026-05-27T02:10:32.975Z | [ omicron-package] Compiling ring v0.17.14 |
| 2459 | 2026-05-27T02:10:33.211Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
| 2460 | 2026-05-27T02:10:33.211Z | [ omicron-package] Compiling itertools v0.14.0 |
| 2461 | 2026-05-27T02:10:33.211Z | [ omicron-package] Compiling secrecy v0.10.3 |
| 2462 | 2026-05-27T02:10:33.282Z | [ omicron-package] Compiling heapless v0.8.0 |
| 2463 | 2026-05-27T02:10:33.322Z | [ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2464 | 2026-05-27T02:10:33.329Z | [ omicron-package] Compiling hash32 v0.3.1 |
| 2465 | 2026-05-27T02:10:33.333Z | [ omicron-package] Compiling smoltcp v0.11.0 |
| 2466 | 2026-05-27T02:10:33.333Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2467 | 2026-05-27T02:10:33.333Z | [ omicron-package] Compiling unicode-width v0.2.0 |
| 2468 | 2026-05-27T02:10:33.336Z | [ omicron-package] Compiling cobs v0.3.0 |
| 2469 | 2026-05-27T02:10:33.336Z | [ omicron-package] Compiling thiserror-impl-no-std v2.0.2 |
| 2470 | 2026-05-27T02:10:33.336Z | [ omicron-package] Compiling universal-hash v0.5.1 |
| 2471 | 2026-05-27T02:10:33.412Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
| 2472 | 2026-05-27T02:10:33.415Z | [ omicron-package] Compiling opaque-debug v0.3.1 |
| 2473 | 2026-05-27T02:10:33.817Z | [ omicron-package] Compiling convert_case v0.4.0 |
| 2474 | 2026-05-27T02:10:34.064Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2475 | 2026-05-27T02:10:34.067Z | [ omicron-package] Compiling poly1305 v0.8.0 |
| 2476 | 2026-05-27T02:10:34.067Z | [ omicron-package] Compiling postcard v1.1.3 |
| 2477 | 2026-05-27T02:10:34.315Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
| 2478 | 2026-05-27T02:10:34.451Z | [ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2479 | 2026-05-27T02:10:34.504Z | [ omicron-package] Compiling derive_more v0.99.20 |
| 2480 | 2026-05-27T02:10:34.523Z | [ omicron-package] Compiling password-hash v0.5.0 |
| 2481 | 2026-05-27T02:10:34.527Z | [ omicron-package] Compiling chacha20 v0.9.1 |
| 2482 | 2026-05-27T02:10:34.692Z | [ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2483 | 2026-05-27T02:10:34.810Z | [ omicron-package] Compiling thiserror-no-std v2.0.2 |
| 2484 | 2026-05-27T02:10:34.865Z | [ omicron-package] Compiling blake2 v0.10.6 |
| 2485 | 2026-05-27T02:10:34.935Z | [ omicron-package] Compiling aead v0.5.2 |
| 2486 | 2026-05-27T02:10:34.935Z | [ omicron-package] Compiling ingot-macros v0.1.1 |
| 2487 | 2026-05-27T02:10:34.939Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2488 | 2026-05-27T02:10:34.939Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
| 2489 | 2026-05-27T02:10:34.959Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
| 2490 | 2026-05-27T02:10:35.030Z | [ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2491 | 2026-05-27T02:10:35.030Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2492 | 2026-05-27T02:10:35.069Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
| 2493 | 2026-05-27T02:10:35.207Z | [ omicron-package] Compiling proc-macro-crate v3.4.0 |
| 2494 | 2026-05-27T02:10:35.475Z | [ omicron-package] Compiling cpufeatures v0.3.0 |
| 2495 | 2026-05-27T02:10:35.531Z | [ omicron-package] Compiling chacha20poly1305 v0.10.1 |
| 2496 | 2026-05-27T02:10:35.582Z | [ omicron-package] Compiling chacha20 v0.10.0 |
| 2497 | 2026-05-27T02:10:35.585Z | [ omicron-package] Compiling argon2 v0.5.3 |
| 2498 | 2026-05-27T02:10:35.730Z | [ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2499 | 2026-05-27T02:10:35.788Z | [ omicron-package] Compiling vsss-rs v3.3.4 |
| 2500 | 2026-05-27T02:10:35.820Z | [ omicron-package] Compiling foreign-types v0.5.0 |
| 2501 | 2026-05-27T02:10:35.888Z | [ omicron-package] Compiling num_enum_derive v0.7.5 |
| 2502 | 2026-05-27T02:10:35.966Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
| 2503 | 2026-05-27T02:10:36.012Z | [ omicron-package] Compiling tabwriter v1.4.1 |
| 2504 | 2026-05-27T02:10:36.070Z | [ omicron-package] Compiling byte-wrapper v0.1.0 |
| 2505 | 2026-05-27T02:10:36.123Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2506 | 2026-05-27T02:10:36.314Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2507 | 2026-05-27T02:10:36.504Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
| 2508 | 2026-05-27T02:10:36.533Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2509 | 2026-05-27T02:10:36.649Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2510 | 2026-05-27T02:10:36.700Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2511 | 2026-05-27T02:10:36.828Z | [ omicron-package] Compiling rand v0.10.0 |
| 2512 | 2026-05-27T02:10:36.847Z | [ omicron-package] Compiling rayon v1.11.0 |
| 2513 | 2026-05-27T02:10:36.851Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2514 | 2026-05-27T02:10:36.897Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
| 2515 | 2026-05-27T02:10:36.960Z | [ omicron-package] Compiling num_enum v0.7.5 |
| 2516 | 2026-05-27T02:10:37.041Z | [ omicron-package] Compiling num_enum v0.5.11 |
| 2517 | 2026-05-27T02:10:37.056Z | [ omicron-package] Compiling colored v3.1.1 |
| 2518 | 2026-05-27T02:10:37.138Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2519 | 2026-05-27T02:10:37.162Z | [ omicron-package] Compiling zone_cfg_derive v0.3.1 |
| 2520 | 2026-05-27T02:10:37.162Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2521 | 2026-05-27T02:10:37.247Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2522 | 2026-05-27T02:10:37.264Z | [ omicron-package] Compiling itertools v0.12.1 |
| 2523 | 2026-05-27T02:10:37.369Z | [ omicron-package] Compiling usdt-attr-macro v0.5.0 |
| 2524 | 2026-05-27T02:10:37.385Z | [ omicron-package] Compiling usdt-macro v0.5.0 |
| 2525 | 2026-05-27T02:10:37.486Z | [ omicron-package] Compiling num-derive v0.4.2 |
| 2526 | 2026-05-27T02:10:37.594Z | [ omicron-package] Compiling rustls v0.23.37 |
| 2527 | 2026-05-27T02:10:37.654Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
| 2528 | 2026-05-27T02:10:37.812Z | [ omicron-package] Compiling memmap v0.7.0 |
| 2529 | 2026-05-27T02:10:37.857Z | [ omicron-package] Compiling ingot-types v0.1.2 |
| 2530 | 2026-05-27T02:10:37.891Z | [ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2531 | 2026-05-27T02:10:37.987Z | [ omicron-package] Compiling sigpipe v0.1.3 |
| 2532 | 2026-05-27T02:10:38.067Z | [ omicron-package] Compiling glob v0.3.3 |
| 2533 | 2026-05-27T02:10:38.146Z | [ omicron-package] Compiling swrite v0.1.0 |
| 2534 | 2026-05-27T02:10:38.196Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2535 | 2026-05-27T02:10:38.226Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2536 | 2026-05-27T02:10:38.285Z | [ omicron-package] Compiling usdt v0.5.0 |
| 2537 | 2026-05-27T02:10:38.348Z | [ omicron-package] Compiling ingot v0.1.1 |
| 2538 | 2026-05-27T02:10:38.520Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2539 | 2026-05-27T02:10:38.611Z | [ omicron-package] Compiling smf v0.2.3 |
| 2540 | 2026-05-27T02:10:38.712Z | [ omicron-package] Compiling whoami v1.6.1 |
| 2541 | 2026-05-27T02:10:38.765Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2542 | 2026-05-27T02:10:38.812Z | [ omicron-package] Compiling zone v0.3.1 |
| 2543 | 2026-05-27T02:10:38.951Z | [ omicron-package] Compiling rustls-webpki v0.103.9 |
| 2544 | 2026-05-27T02:10:38.988Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2545 | 2026-05-27T02:10:39.050Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2546 | 2026-05-27T02:10:39.125Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2547 | 2026-05-27T02:10:39.148Z | [ omicron-package] Compiling tokio-dtrace v0.1.1 |
| 2548 | 2026-05-27T02:10:39.230Z | [ omicron-package] Compiling console v0.16.2 |
| 2549 | 2026-05-27T02:10:39.277Z | [ omicron-package] Compiling gethostname v0.5.0 |
| 2550 | 2026-05-27T02:10:39.314Z | [ omicron-package] Compiling unit-prefix v0.5.2 |
| 2551 | 2026-05-27T02:10:39.362Z | [ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2552 | 2026-05-27T02:10:39.485Z | [ omicron-package] Compiling oxide-tokio-rt v0.1.4 |
| 2553 | 2026-05-27T02:10:39.774Z | [ omicron-package] Compiling indicatif v0.18.4 |
| 2554 | 2026-05-27T02:10:40.413Z | [ omicron-package] Compiling rustls v0.22.4 |
| 2555 | 2026-05-27T02:10:40.540Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2556 | 2026-05-27T02:10:41.529Z | [ omicron-package] Compiling rustls-webpki v0.102.8 |
| 2557 | 2026-05-27T02:10:41.896Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2558 | 2026-05-27T02:10:42.638Z | [ omicron-package] Compiling tokio-rustls v0.26.4 |
| 2559 | 2026-05-27T02:10:42.638Z | [ omicron-package] Compiling rustls-platform-verifier v0.6.2 |
| 2560 | 2026-05-27T02:10:42.864Z | [ omicron-package] Compiling hyper-rustls v0.27.7 |
| 2561 | 2026-05-27T02:10:43.079Z | [ omicron-package] Compiling reqwest v0.12.28 |
| 2562 | 2026-05-27T02:10:43.082Z | [ omicron-package] Compiling reqwest v0.13.2 |
| 2563 | 2026-05-27T02:10:43.233Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2564 | 2026-05-27T02:10:44.010Z | [ omicron-package] Compiling tokio-rustls v0.25.0 |
| 2565 | 2026-05-27T02:10:44.252Z | [ omicron-package] Compiling dropshot v0.17.0 |
| 2566 | 2026-05-27T02:10:45.014Z | [ omicron-package] Compiling tough v0.22.0 |
| 2567 | 2026-05-27T02:10:46.445Z | [ helios-setup] May 27 02:10:45.484 INFO helios repository root is: /work/oxidecomputer/helios |
| 2568 | 2026-05-27T02:10:46.448Z | [ helios-setup] May 27 02:10:45.485 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 |
| 2569 | 2026-05-27T02:10:46.448Z | [ helios-setup] May 27 02:10:45.485 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
| 2570 | 2026-05-27T02:10:46.451Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
| 2571 | 2026-05-27T02:10:46.685Z | May 27 02:10:45.724 INFO [hubris-staging] task succeeded (15.831170074s) |
| 2572 | 2026-05-27T02:10:47.054Z | [ helios-setup] May 27 02:10:46.094 INFO clone ok!, project: image-builder |
| 2573 | 2026-05-27T02:10:47.057Z | [ helios-setup] May 27 02:10:46.094 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 |
| 2574 | 2026-05-27T02:10:47.057Z | [ helios-setup] May 27 02:10:46.094 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 |
| 2575 | 2026-05-27T02:10:47.057Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
| 2576 | 2026-05-27T02:10:47.854Z | [ helios-setup] May 27 02:10:46.893 INFO clone ok!, project: amd-host-image-builder |
| 2577 | 2026-05-27T02:10:47.858Z | [ helios-setup] May 27 02:10:46.894 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 |
| 2578 | 2026-05-27T02:10:47.858Z | [ helios-setup] May 27 02:10:46.894 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
| 2579 | 2026-05-27T02:10:47.858Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
| 2580 | 2026-05-27T02:10:47.916Z | [ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2581 | 2026-05-27T02:10:48.041Z | [ omicron-package] Compiling progenitor-client v0.14.0 |
| 2582 | 2026-05-27T02:10:48.280Z | [ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2583 | 2026-05-27T02:10:48.557Z | [ omicron-package] Compiling progenitor-extras v0.2.0 |
| 2584 | 2026-05-27T02:10:48.666Z | [ helios-setup] May 27 02:10:47.703 INFO clone ok!, project: chelsio-t6-roms |
| 2585 | 2026-05-27T02:10:48.669Z | [ helios-setup] May 27 02:10:47.703 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
| 2586 | 2026-05-27T02:10:48.669Z | [ helios-setup] May 27 02:10:47.704 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 |
| 2587 | 2026-05-27T02:10:48.669Z | [ helios-setup] May 27 02:10:47.704 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
| 2588 | 2026-05-27T02:10:48.669Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
| 2589 | 2026-05-27T02:10:48.706Z | [ omicron-package] Compiling progenitor-client v0.10.0 |
| 2590 | 2026-05-27T02:10:48.832Z | [ omicron-package] Compiling omicron-zone-package v0.12.2 |
| 2591 | 2026-05-27T02:10:49.223Z | [ helios-setup] May 27 02:10:48.262 INFO clone ok!, project: phbl |
| 2592 | 2026-05-27T02:10:49.226Z | [ helios-setup] May 27 02:10:48.263 INFO project pinprick: Project { github: Some("oxidecomputer/pinprick"), url: None, auto_update: false, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: pinprick |
| 2593 | 2026-05-27T02:10:49.226Z | [ helios-setup] May 27 02:10:48.263 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
| 2594 | 2026-05-27T02:10:49.226Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
| 2595 | 2026-05-27T02:10:49.710Z | [ helios-setup] May 27 02:10:48.747 INFO clone ok!, project: pinprick |
| 2596 | 2026-05-27T02:10:49.710Z | [ helios-setup] May 27 02:10:48.748 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot |
| 2597 | 2026-05-27T02:10:49.713Z | [ helios-setup] May 27 02:10:48.748 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
| 2598 | 2026-05-27T02:10:49.713Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
| 2599 | 2026-05-27T02:10:50.567Z | [ helios-setup] May 27 02:10:49.606 INFO clone ok!, project: pilot |
| 2600 | 2026-05-27T02:10:50.567Z | [ helios-setup] May 27 02:10:49.607 INFO project dmar-report: Project { github: Some("oxidecomputer/dmar-report"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: dmar-report |
| 2601 | 2026-05-27T02:10:50.570Z | [ helios-setup] May 27 02:10:49.607 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report |
| 2602 | 2026-05-27T02:10:50.570Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'... |
| 2603 | 2026-05-27T02:10:50.889Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2604 | 2026-05-27T02:10:50.921Z | [ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2605 | 2026-05-27T02:10:51.130Z | [ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2606 | 2026-05-27T02:10:51.204Z | [ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2607 | 2026-05-27T02:10:51.242Z | [ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2608 | 2026-05-27T02:10:51.277Z | [ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2609 | 2026-05-27T02:10:51.342Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2610 | 2026-05-27T02:10:51.401Z | [ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2611 | 2026-05-27T02:10:51.426Z | [ helios-setup] May 27 02:10:50.465 INFO clone ok!, project: dmar-report |
| 2612 | 2026-05-27T02:10:51.426Z | [ helios-setup] May 27 02:10:50.465 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 |
| 2613 | 2026-05-27T02:10:51.429Z | [ helios-setup] May 27 02:10:50.465 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
| 2614 | 2026-05-27T02:10:51.429Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
| 2615 | 2026-05-27T02:10:51.548Z | [ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2616 | 2026-05-27T02:10:51.979Z | [ helios-setup] May 27 02:10:51.018 INFO clone ok!, project: bootserver |
| 2617 | 2026-05-27T02:10:51.979Z | [ helios-setup] May 27 02:10:51.018 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
| 2618 | 2026-05-27T02:10:51.982Z | [ helios-setup] May 27 02:10:51.018 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
| 2619 | 2026-05-27T02:10:51.982Z | [ helios-setup] May 27 02:10:51.018 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 |
| 2620 | 2026-05-27T02:10:51.983Z | [ helios-setup] May 27 02:10:51.019 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
| 2621 | 2026-05-27T02:10:51.983Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
| 2622 | 2026-05-27T02:10:55.466Z | [ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2623 | 2026-05-27T02:10:58.863Z | [ helios-setup] May 27 02:10:57.902 INFO clone ok!, project: amd-firmware |
| 2624 | 2026-05-27T02:10:58.866Z | [ helios-setup] May 27 02:10:57.902 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
| 2625 | 2026-05-27T02:10:59.076Z | [ helios-setup] May 27 02:10:58.116 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None |
| 2626 | 2026-05-27T02:10:59.288Z | [ helios-setup] May 27 02:10:58.327 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created |
| 2627 | 2026-05-27T02:10:59.288Z | [ helios-setup] May 27 02:10:58.327 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
| 2628 | 2026-05-27T02:10:59.497Z | [ helios-setup] May 27 02:10:58.536 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None |
| 2629 | 2026-05-27T02:10:59.708Z | [ helios-setup] May 27 02:10:58.747 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created |
| 2630 | 2026-05-27T02:10:59.708Z | [ helios-setup] May 27 02:10:58.747 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
| 2631 | 2026-05-27T02:10:59.919Z | [ helios-setup] May 27 02:10:58.955 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None |
| 2632 | 2026-05-27T02:11:00.128Z | [ helios-setup] May 27 02:10:59.168 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created |
| 2633 | 2026-05-27T02:11:00.128Z | [ helios-setup] May 27 02:10:59.168 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
| 2634 | 2026-05-27T02:11:00.128Z | [ helios-setup] May 27 02:10:59.168 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
| 2635 | 2026-05-27T02:11:00.131Z | [ helios-setup] May 27 02:10:59.168 INFO ok! |
| 2636 | 2026-05-27T02:11:00.132Z | [ helios-setup] May 27 02:10:59.168 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
| 2637 | 2026-05-27T02:11:00.132Z | [ helios-setup] May 27 02:10:59.168 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
| 2638 | 2026-05-27T02:11:00.132Z | [ helios-setup] May 27 02:10:59.168 INFO ok! |
| 2639 | 2026-05-27T02:11:00.132Z | [ helios-setup] May 27 02:10:59.168 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
| 2640 | 2026-05-27T02:11:00.132Z | [ helios-setup] May 27 02:10:59.168 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
| 2641 | 2026-05-27T02:11:00.132Z | [ helios-setup] May 27 02:10:59.168 INFO ok! |
| 2642 | 2026-05-27T02:11:00.132Z | [ helios-setup] May 27 02:10:59.168 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder" |
| 2643 | 2026-05-27T02:11:00.137Z | [ helios-setup] May 27 02:10:59.175 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.94.0-x86_64-unknown-illumos (default)" |
| 2644 | 2026-05-27T02:11:00.137Z | [ helios-setup] May 27 02:10:59.175 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
| 2645 | 2026-05-27T02:11:00.140Z | [ helios-setup] May 27 02:10:59.175 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
| 2646 | 2026-05-27T02:11:00.212Z | [ helios-setup] May 27 02:10:59.250 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
| 2647 | 2026-05-27T02:11:00.469Z | [ helios-setup] May 27 02:10:59.508 INFO E| From https://github.com/jclulow/rust-jmclib |
| 2648 | 2026-05-27T02:11:00.469Z | [ helios-setup] May 27 02:10:59.508 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
| 2649 | 2026-05-27T02:11:00.477Z | [ helios-setup] May 27 02:10:59.516 INFO E| Updating crates.io index |
| 2650 | 2026-05-27T02:11:00.664Z | [ helios-setup] May 27 02:10:59.703 INFO E| Downloading crates ... |
| 2651 | 2026-05-27T02:11:00.717Z | [ helios-setup] May 27 02:10:59.757 INFO E| Downloaded cpufeatures v0.2.9 |
| 2652 | 2026-05-27T02:11:00.726Z | [ helios-setup] May 27 02:10:59.766 INFO E| Downloaded digest v0.9.0 |
| 2653 | 2026-05-27T02:11:00.731Z | [ helios-setup] May 27 02:10:59.771 INFO E| Downloaded uuid v0.8.2 |
| 2654 | 2026-05-27T02:11:00.734Z | [ helios-setup] May 27 02:10:59.773 INFO E| Downloaded unicode-width v0.1.10 |
| 2655 | 2026-05-27T02:11:00.737Z | [ helios-setup] May 27 02:10:59.777 INFO E| Downloaded md-5 v0.9.1 |
| 2656 | 2026-05-27T02:11:00.740Z | [ helios-setup] May 27 02:10:59.778 INFO E| Downloaded sha-1 v0.9.8 |
| 2657 | 2026-05-27T02:11:00.740Z | [ helios-setup] May 27 02:10:59.779 INFO E| Downloaded opaque-debug v0.3.0 |
| 2658 | 2026-05-27T02:11:00.740Z | [ helios-setup] May 27 02:10:59.780 INFO E| Downloaded fastrand v2.0.0 |
| 2659 | 2026-05-27T02:11:00.745Z | [ helios-setup] May 27 02:10:59.785 INFO E| Downloaded once_cell v1.18.0 |
| 2660 | 2026-05-27T02:11:00.748Z | [ helios-setup] May 27 02:10:59.786 INFO E| Downloaded itoa v1.0.9 |
| 2661 | 2026-05-27T02:11:00.748Z | [ helios-setup] May 27 02:10:59.787 INFO E| Downloaded block-buffer v0.9.0 |
| 2662 | 2026-05-27T02:11:00.752Z | [ helios-setup] May 27 02:10:59.792 INFO E| Downloaded errno v0.3.1 |
| 2663 | 2026-05-27T02:11:00.759Z | [ helios-setup] May 27 02:10:59.798 INFO E| Downloaded ryu v1.0.15 |
| 2664 | 2026-05-27T02:11:00.767Z | [ helios-setup] May 27 02:10:59.807 INFO E| Downloaded glob v0.3.1 |
| 2665 | 2026-05-27T02:11:00.770Z | [ helios-setup] May 27 02:10:59.808 INFO E| Downloaded quote v1.0.31 |
| 2666 | 2026-05-27T02:11:00.770Z | [ helios-setup] May 27 02:10:59.809 INFO E| Downloaded getrandom v0.2.10 |
| 2667 | 2026-05-27T02:11:00.773Z | [ helios-setup] May 27 02:10:59.811 INFO E| Downloaded anyhow v1.0.72 |
| 2668 | 2026-05-27T02:11:00.776Z | [ helios-setup] May 27 02:10:59.814 INFO E| Downloaded unicode-ident v1.0.11 |
| 2669 | 2026-05-27T02:11:00.779Z | [ helios-setup] May 27 02:10:59.816 INFO E| Downloaded walkdir v2.3.3 |
| 2670 | 2026-05-27T02:11:00.779Z | [ helios-setup] May 27 02:10:59.817 INFO E| Downloaded typenum v1.16.0 |
| 2671 | 2026-05-27T02:11:00.779Z | [ helios-setup] May 27 02:10:59.818 INFO E| Downloaded tempfile v3.7.0 |
| 2672 | 2026-05-27T02:11:00.782Z | [ helios-setup] May 27 02:10:59.819 INFO E| Downloaded proc-macro2 v1.0.66 |
| 2673 | 2026-05-27T02:11:00.782Z | [ helios-setup] May 27 02:10:59.821 INFO E| Downloaded toml v0.5.11 |
| 2674 | 2026-05-27T02:11:00.785Z | [ helios-setup] May 27 02:10:59.822 INFO E| Downloaded bitflags v2.3.3 |
| 2675 | 2026-05-27T02:11:00.788Z | [ helios-setup] May 27 02:10:59.825 INFO E| Downloaded serde v1.0.193 |
| 2676 | 2026-05-27T02:11:00.792Z | [ helios-setup] May 27 02:10:59.831 INFO E| Downloaded serde_derive v1.0.193 |
| 2677 | 2026-05-27T02:11:00.813Z | [ helios-setup] May 27 02:10:59.852 INFO E| Downloaded serde_json v1.0.103 |
| 2678 | 2026-05-27T02:11:00.833Z | [ helios-setup] May 27 02:10:59.872 INFO E| Downloaded syn v2.0.32 |
| 2679 | 2026-05-27T02:11:00.846Z | [ helios-setup] May 27 02:10:59.886 INFO E| Downloaded rustix v0.38.4 |
| 2680 | 2026-05-27T02:11:00.870Z | [ helios-setup] May 27 02:10:59.908 INFO E| Downloaded libc v0.2.147 |
| 2681 | 2026-05-27T02:11:00.883Z | [ helios-setup] May 27 02:10:59.922 INFO E| Downloaded libdevinfo-sys v1.0.0 |
| 2682 | 2026-05-27T02:11:00.915Z | [ helios-setup] May 27 02:10:59.954 INFO E| Compiling libc v0.2.147 |
| 2683 | 2026-05-27T02:11:00.915Z | [ helios-setup] May 27 02:10:59.955 INFO E| Compiling proc-macro2 v1.0.66 |
| 2684 | 2026-05-27T02:11:00.918Z | [ helios-setup] May 27 02:10:59.955 INFO E| Compiling unicode-ident v1.0.11 |
| 2685 | 2026-05-27T02:11:00.918Z | [ helios-setup] May 27 02:10:59.955 INFO E| Compiling cfg-if v1.0.0 |
| 2686 | 2026-05-27T02:11:00.918Z | [ helios-setup] May 27 02:10:59.955 INFO E| Compiling version_check v0.9.4 |
| 2687 | 2026-05-27T02:11:00.918Z | [ helios-setup] May 27 02:10:59.955 INFO E| Compiling typenum v1.16.0 |
| 2688 | 2026-05-27T02:11:00.918Z | [ helios-setup] May 27 02:10:59.955 INFO E| Compiling serde v1.0.193 |
| 2689 | 2026-05-27T02:11:00.918Z | [ helios-setup] May 27 02:10:59.955 INFO E| Compiling itoa v1.0.9 |
| 2690 | 2026-05-27T02:11:00.918Z | [ helios-setup] May 27 02:10:59.955 INFO E| Compiling slog v2.7.0 |
| 2691 | 2026-05-27T02:11:00.918Z | [ helios-setup] May 27 02:10:59.955 INFO E| Compiling rustix v0.38.4 |
| 2692 | 2026-05-27T02:11:00.918Z | [ helios-setup] May 27 02:10:59.955 INFO E| Compiling num-conv v0.1.0 |
| 2693 | 2026-05-27T02:11:00.928Z | [ helios-setup] May 27 02:10:59.968 INFO E| Compiling time-core v0.1.2 |
| 2694 | 2026-05-27T02:11:00.931Z | [ helios-setup] May 27 02:10:59.968 INFO E| Compiling powerfmt v0.2.0 |
| 2695 | 2026-05-27T02:11:00.931Z | [ helios-setup] May 27 02:10:59.968 INFO E| Compiling bitflags v2.3.3 |
| 2696 | 2026-05-27T02:11:00.931Z | [ helios-setup] May 27 02:10:59.968 INFO E| Compiling once_cell v1.18.0 |
| 2697 | 2026-05-27T02:11:00.931Z | [ helios-setup] May 27 02:10:59.968 INFO E| Compiling num_threads v0.1.6 |
| 2698 | 2026-05-27T02:11:01.056Z | [ helios-setup] May 27 02:11:00.096 INFO E| Compiling opaque-debug v0.3.0 |
| 2699 | 2026-05-27T02:11:01.060Z | [ helios-setup] May 27 02:11:00.100 INFO E| Compiling fastrand v2.0.0 |
| 2700 | 2026-05-27T02:11:01.075Z | [ helios-setup] May 27 02:11:00.114 INFO E| Compiling deranged v0.3.11 |
| 2701 | 2026-05-27T02:11:01.096Z | [ helios-setup] May 27 02:11:00.135 INFO E| Compiling thread_local v1.1.7 |
| 2702 | 2026-05-27T02:11:01.104Z | [ helios-setup] May 27 02:11:00.143 INFO E| Compiling anyhow v1.0.72 |
| 2703 | 2026-05-27T02:11:01.104Z | [ helios-setup] May 27 02:11:00.143 INFO E| Compiling time-macros v0.2.18 |
| 2704 | 2026-05-27T02:11:01.128Z | [ helios-setup] May 27 02:11:00.167 INFO E| Compiling serde_json v1.0.103 |
| 2705 | 2026-05-27T02:11:01.157Z | [ helios-setup] May 27 02:11:00.197 INFO E| Compiling same-file v1.0.6 |
| 2706 | 2026-05-27T02:11:01.170Z | [ helios-setup] May 27 02:11:00.210 INFO E| Compiling ryu v1.0.15 |
| 2707 | 2026-05-27T02:11:01.219Z | [ helios-setup] May 27 02:11:00.259 INFO E| Compiling cpufeatures v0.2.9 |
| 2708 | 2026-05-27T02:11:01.299Z | [ helios-setup] May 27 02:11:00.338 INFO E| Compiling generic-array v0.14.7 |
| 2709 | 2026-05-27T02:11:01.305Z | [ helios-setup] May 27 02:11:00.343 INFO E| Compiling unicode-width v0.1.10 |
| 2710 | 2026-05-27T02:11:01.308Z | [ helios-setup] May 27 02:11:00.344 INFO E| Compiling walkdir v2.3.3 |
| 2711 | 2026-05-27T02:11:01.354Z | [ helios-setup] May 27 02:11:00.393 INFO E| Compiling glob v0.3.1 |
| 2712 | 2026-05-27T02:11:01.354Z | [ helios-setup] May 27 02:11:00.393 INFO E| Compiling libdevinfo-sys v1.0.0 |
| 2713 | 2026-05-27T02:11:01.386Z | [ helios-setup] May 27 02:11:00.425 INFO E| Compiling getopts v0.2.21 |
| 2714 | 2026-05-27T02:11:01.663Z | [ helios-setup] May 27 02:11:00.702 INFO E| Compiling quote v1.0.31 |
| 2715 | 2026-05-27T02:11:01.691Z | [ helios-setup] May 27 02:11:00.728 INFO E| Compiling dirs-sys-next v0.1.2 |
| 2716 | 2026-05-27T02:11:01.691Z | [ helios-setup] May 27 02:11:00.728 INFO E| Compiling errno v0.3.1 |
| 2717 | 2026-05-27T02:11:01.696Z | [ helios-setup] May 27 02:11:00.728 INFO E| Compiling atty v0.2.14 |
| 2718 | 2026-05-27T02:11:01.699Z | [ helios-setup] May 27 02:11:00.739 INFO E| Compiling getrandom v0.2.10 |
| 2719 | 2026-05-27T02:11:01.818Z | [ helios-setup] May 27 02:11:00.857 INFO E| Compiling dirs-next v2.0.0 |
| 2720 | 2026-05-27T02:11:01.821Z | [ helios-setup] May 27 02:11:00.860 INFO E| Compiling syn v2.0.32 |
| 2721 | 2026-05-27T02:11:01.885Z | [ helios-setup] May 27 02:11:00.923 INFO E| Compiling term v0.7.0 |
| 2722 | 2026-05-27T02:11:01.926Z | [ helios-setup] May 27 02:11:00.965 INFO E| Compiling time v0.3.36 |
| 2723 | 2026-05-27T02:11:02.218Z | [ helios-setup] May 27 02:11:01.257 INFO E| Compiling block-buffer v0.9.0 |
| 2724 | 2026-05-27T02:11:02.218Z | [ helios-setup] May 27 02:11:01.258 INFO E| Compiling digest v0.9.0 |
| 2725 | 2026-05-27T02:11:02.282Z | [ helios-setup] May 27 02:11:01.321 INFO E| Compiling tempfile v3.7.0 |
| 2726 | 2026-05-27T02:11:02.311Z | [ helios-setup] May 27 02:11:01.350 INFO E| Compiling md-5 v0.9.1 |
| 2727 | 2026-05-27T02:11:02.311Z | [ helios-setup] May 27 02:11:01.350 INFO E| Compiling sha-1 v0.9.8 |
| 2728 | 2026-05-27T02:11:02.649Z | [ helios-setup] May 27 02:11:01.688 INFO E| Compiling slog-term v2.9.0 |
| 2729 | 2026-05-27T02:11:03.062Z | [ helios-setup] May 27 02:11:02.101 INFO E| Compiling serde_derive v1.0.193 |
| 2730 | 2026-05-27T02:11:03.462Z | [ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2731 | 2026-05-27T02:11:06.641Z | [ helios-setup] May 27 02:11:05.680 INFO E| Compiling toml v0.5.11 |
| 2732 | 2026-05-27T02:11:06.641Z | [ helios-setup] May 27 02:11:05.680 INFO E| Compiling uuid v0.8.2 |
| 2733 | 2026-05-27T02:11:06.649Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2734 | 2026-05-27T02:11:07.337Z | [ helios-setup] May 27 02:11:06.376 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
| 2735 | 2026-05-27T02:11:07.726Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2736 | 2026-05-27T02:11:07.886Z | [ helios-setup] May 27 02:11:06.925 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
| 2737 | 2026-05-27T02:11:10.852Z | [ helios-setup] May 27 02:11:09.892 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.70s |
| 2738 | 2026-05-27T02:11:10.871Z | [ helios-setup] May 27 02:11:09.910 INFO building project "image-builder" ok (10 seconds) |
| 2739 | 2026-05-27T02:11:10.871Z | [ helios-setup] May 27 02:11:09.910 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
| 2740 | 2026-05-27T02:11:10.898Z | [ helios-setup] May 27 02:11:09.937 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.94.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')" |
| 2741 | 2026-05-27T02:11:10.898Z | [ helios-setup] May 27 02:11:09.937 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
| 2742 | 2026-05-27T02:11:10.901Z | [ helios-setup] May 27 02:11:09.937 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 2743 | 2026-05-27T02:11:11.002Z | [ helios-setup] May 27 02:11:10.041 INFO E| Updating crates.io index |
| 2744 | 2026-05-27T02:11:11.042Z | [ helios-setup] May 27 02:11:10.082 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
| 2745 | 2026-05-27T02:11:11.428Z | [ helios-setup] May 27 02:11:10.467 INFO E| From https://github.com/oxidecomputer/amd-apcb |
| 2746 | 2026-05-27T02:11:11.428Z | [ helios-setup] May 27 02:11:10.467 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf |
| 2747 | 2026-05-27T02:11:11.439Z | [ helios-setup] May 27 02:11:10.479 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git` |
| 2748 | 2026-05-27T02:11:11.772Z | [ helios-setup] May 27 02:11:10.810 INFO E| From https://github.com/oxidecomputer/amd-efs |
| 2749 | 2026-05-27T02:11:11.772Z | [ helios-setup] May 27 02:11:10.810 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037 |
| 2750 | 2026-05-27T02:11:11.924Z | [ helios-setup] May 27 02:11:10.963 INFO E| Downloading crates ... |
| 2751 | 2026-05-27T02:11:11.979Z | [ helios-setup] May 27 02:11:11.018 INFO E| Downloaded ansi_term v0.12.1 |
| 2752 | 2026-05-27T02:11:11.982Z | [ helios-setup] May 27 02:11:11.020 INFO E| Downloaded strum v0.27.1 |
| 2753 | 2026-05-27T02:11:11.989Z | [ helios-setup] May 27 02:11:11.029 INFO E| Downloaded quote v1.0.40 |
| 2754 | 2026-05-27T02:11:11.992Z | [ helios-setup] May 27 02:11:11.030 INFO E| Downloaded unic-ucd-version v0.9.0 |
| 2755 | 2026-05-27T02:11:11.998Z | [ helios-setup] May 27 02:11:11.038 INFO E| Downloaded structopt v0.3.26 |
| 2756 | 2026-05-27T02:11:12.004Z | [ helios-setup] May 27 02:11:11.042 INFO E| Downloaded vec_map v0.8.2 |
| 2757 | 2026-05-27T02:11:12.007Z | [ helios-setup] May 27 02:11:11.043 INFO E| Downloaded dyn-clone v1.0.19 |
| 2758 | 2026-05-27T02:11:12.009Z | [ helios-setup] May 27 02:11:11.049 INFO E| Downloaded typenum v1.18.0 |
| 2759 | 2026-05-27T02:11:12.012Z | [ helios-setup] May 27 02:11:11.051 INFO E| Downloaded pest_generator v2.8.0 |
| 2760 | 2026-05-27T02:11:12.015Z | [ helios-setup] May 27 02:11:11.053 INFO E| Downloaded four-cc v0.4.0 |
| 2761 | 2026-05-27T02:11:12.018Z | [ helios-setup] May 27 02:11:11.056 INFO E| Downloaded unic-ucd-ident v0.9.0 |
| 2762 | 2026-05-27T02:11:12.018Z | [ helios-setup] May 27 02:11:11.057 INFO E| Downloaded unic-char-property v0.9.0 |
| 2763 | 2026-05-27T02:11:12.018Z | [ helios-setup] May 27 02:11:11.057 INFO E| Downloaded itoa v1.0.15 |
| 2764 | 2026-05-27T02:11:12.022Z | [ helios-setup] May 27 02:11:11.062 INFO E| Downloaded thiserror-impl v2.0.12 |
| 2765 | 2026-05-27T02:11:12.025Z | [ helios-setup] May 27 02:11:11.063 INFO E| Downloaded autocfg v1.4.0 |
| 2766 | 2026-05-27T02:11:12.025Z | [ helios-setup] May 27 02:11:11.064 INFO E| Downloaded unic-char-range v0.9.0 |
| 2767 | 2026-05-27T02:11:12.028Z | [ helios-setup] May 27 02:11:11.066 INFO E| Downloaded strsim v0.8.0 |
| 2768 | 2026-05-27T02:11:12.031Z | [ helios-setup] May 27 02:11:11.069 INFO E| Downloaded fletcher v1.0.0 |
| 2769 | 2026-05-27T02:11:12.032Z | [ helios-setup] May 27 02:11:11.070 INFO E| Downloaded unic-common v0.9.0 |
| 2770 | 2026-05-27T02:11:12.035Z | [ helios-setup] May 27 02:11:11.073 INFO E| Downloaded rustversion v1.0.20 |
| 2771 | 2026-05-27T02:11:12.041Z | [ helios-setup] May 27 02:11:11.081 INFO E| Downloaded modular-bitfield v0.11.2 |
| 2772 | 2026-05-27T02:11:12.049Z | [ helios-setup] May 27 02:11:11.088 INFO E| Downloaded modular-bitfield-impl v0.13.1 |
| 2773 | 2026-05-27T02:11:12.052Z | [ helios-setup] May 27 02:11:11.089 INFO E| Downloaded textwrap v0.11.0 |
| 2774 | 2026-05-27T02:11:12.052Z | [ helios-setup] May 27 02:11:11.090 INFO E| Downloaded modular-bitfield v0.13.1 |
| 2775 | 2026-05-27T02:11:12.056Z | [ helios-setup] May 27 02:11:11.095 INFO E| Downloaded bytesize v2.0.1 |
| 2776 | 2026-05-27T02:11:12.059Z | [ helios-setup] May 27 02:11:11.096 INFO E| Downloaded heck v0.3.3 |
| 2777 | 2026-05-27T02:11:12.062Z | [ helios-setup] May 27 02:11:11.098 INFO E| Downloaded thiserror v2.0.12 |
| 2778 | 2026-05-27T02:11:12.062Z | [ helios-setup] May 27 02:11:11.102 INFO E| Downloaded structopt-derive v0.4.18 |
| 2779 | 2026-05-27T02:11:12.065Z | [ helios-setup] May 27 02:11:11.103 INFO E| Downloaded unicode-ident v1.0.18 |
| 2780 | 2026-05-27T02:11:12.068Z | [ helios-setup] May 27 02:11:11.105 INFO E| Downloaded ryu v1.0.20 |
| 2781 | 2026-05-27T02:11:12.068Z | [ helios-setup] May 27 02:11:11.107 INFO E| Downloaded strum_macros v0.27.1 |
| 2782 | 2026-05-27T02:11:12.071Z | [ helios-setup] May 27 02:11:11.108 INFO E| Downloaded serde_derive v1.0.219 |
| 2783 | 2026-05-27T02:11:12.071Z | [ helios-setup] May 27 02:11:11.109 INFO E| Downloaded proc-macro2 v1.0.95 |
| 2784 | 2026-05-27T02:11:12.074Z | [ helios-setup] May 27 02:11:11.111 INFO E| Downloaded pest_derive v2.8.0 |
| 2785 | 2026-05-27T02:11:12.074Z | [ helios-setup] May 27 02:11:11.112 INFO E| Downloaded log v0.4.27 |
| 2786 | 2026-05-27T02:11:12.077Z | [ helios-setup] May 27 02:11:11.115 INFO E| Downloaded pest_meta v2.8.0 |
| 2787 | 2026-05-27T02:11:12.086Z | [ helios-setup] May 27 02:11:11.126 INFO E| Downloaded zerocopy-derive v0.8.25 |
| 2788 | 2026-05-27T02:11:12.090Z | [ helios-setup] May 27 02:11:11.130 INFO E| Downloaded serde v1.0.219 |
| 2789 | 2026-05-27T02:11:12.098Z | [ helios-setup] May 27 02:11:11.137 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
| 2790 | 2026-05-27T02:11:12.104Z | [ helios-setup] May 27 02:11:11.144 INFO E| Downloaded memchr v2.7.4 |
| 2791 | 2026-05-27T02:11:12.117Z | [ helios-setup] May 27 02:11:11.157 INFO E| Downloaded pest v2.8.0 |
| 2792 | 2026-05-27T02:11:12.121Z | [ helios-setup] May 27 02:11:11.160 INFO E| Downloaded serde_json v1.0.140 |
| 2793 | 2026-05-27T02:11:12.125Z | [ helios-setup] May 27 02:11:11.165 INFO E| Downloaded parse_int v0.9.0 |
| 2794 | 2026-05-27T02:11:12.133Z | [ helios-setup] May 27 02:11:11.172 INFO E| Downloaded goblin v0.9.3 |
| 2795 | 2026-05-27T02:11:12.152Z | [ helios-setup] May 27 02:11:11.192 INFO E| Downloaded clap v2.34.0 |
| 2796 | 2026-05-27T02:11:12.158Z | [ helios-setup] May 27 02:11:11.196 INFO E| Downloaded zerocopy v0.8.25 |
| 2797 | 2026-05-27T02:11:12.171Z | [ helios-setup] May 27 02:11:11.210 INFO E| Downloaded syn v2.0.101 |
| 2798 | 2026-05-27T02:11:12.193Z | [ helios-setup] May 27 02:11:11.232 INFO E| Downloaded libc v0.2.172 |
| 2799 | 2026-05-27T02:11:12.245Z | [ helios-setup] May 27 02:11:11.284 INFO E| Compiling proc-macro2 v1.0.95 |
| 2800 | 2026-05-27T02:11:12.248Z | [ helios-setup] May 27 02:11:11.284 INFO E| Compiling unicode-ident v1.0.18 |
| 2801 | 2026-05-27T02:11:12.248Z | [ helios-setup] May 27 02:11:11.284 INFO E| Compiling memchr v2.7.4 |
| 2802 | 2026-05-27T02:11:12.248Z | [ helios-setup] May 27 02:11:11.284 INFO E| Compiling autocfg v1.4.0 |
| 2803 | 2026-05-27T02:11:12.248Z | [ helios-setup] May 27 02:11:11.284 INFO E| Compiling thiserror v2.0.12 |
| 2804 | 2026-05-27T02:11:12.248Z | [ helios-setup] May 27 02:11:11.284 INFO E| Compiling serde v1.0.219 |
| 2805 | 2026-05-27T02:11:12.248Z | [ helios-setup] May 27 02:11:11.284 INFO E| Compiling syn v1.0.109 |
| 2806 | 2026-05-27T02:11:12.248Z | [ helios-setup] May 27 02:11:11.284 INFO E| Compiling version_check v0.9.5 |
| 2807 | 2026-05-27T02:11:12.248Z | [ helios-setup] May 27 02:11:11.284 INFO E| Compiling serde_json v1.0.140 |
| 2808 | 2026-05-27T02:11:12.248Z | [ helios-setup] May 27 02:11:11.285 INFO E| Compiling itoa v1.0.15 |
| 2809 | 2026-05-27T02:11:12.270Z | [ helios-setup] May 27 02:11:11.309 INFO E| Compiling ryu v1.0.20 |
| 2810 | 2026-05-27T02:11:12.277Z | [ helios-setup] May 27 02:11:11.313 INFO E| Compiling schemars v0.8.22 |
| 2811 | 2026-05-27T02:11:12.280Z | [ helios-setup] May 27 02:11:11.313 INFO E| Compiling ucd-trie v0.1.7 |
| 2812 | 2026-05-27T02:11:12.280Z | [ helios-setup] May 27 02:11:11.313 INFO E| Compiling dyn-clone v1.0.19 |
| 2813 | 2026-05-27T02:11:12.280Z | [ helios-setup] May 27 02:11:11.314 INFO E| Compiling libc v0.2.172 |
| 2814 | 2026-05-27T02:11:12.281Z | [ helios-setup] May 27 02:11:11.314 INFO E| Compiling zerocopy v0.8.25 |
| 2815 | 2026-05-27T02:11:12.396Z | [ helios-setup] May 27 02:11:11.435 INFO E| Compiling paste v1.0.15 |
| 2816 | 2026-05-27T02:11:12.458Z | [ helios-setup] May 27 02:11:11.497 INFO E| Compiling static_assertions v1.1.0 |
| 2817 | 2026-05-27T02:11:12.467Z | [ helios-setup] May 27 02:11:11.507 INFO E| Compiling rustversion v1.0.20 |
| 2818 | 2026-05-27T02:11:12.543Z | [ helios-setup] May 27 02:11:11.582 INFO E| Compiling once_cell v1.21.3 |
| 2819 | 2026-05-27T02:11:12.576Z | [ helios-setup] May 27 02:11:11.615 INFO E| Compiling unicode-segmentation v1.12.0 |
| 2820 | 2026-05-27T02:11:12.589Z | [ helios-setup] May 27 02:11:11.628 INFO E| Compiling unicode-width v0.1.14 |
| 2821 | 2026-05-27T02:11:12.633Z | [ helios-setup] May 27 02:11:11.672 INFO E| Compiling heck v0.5.0 |
| 2822 | 2026-05-27T02:11:12.636Z | [ helios-setup] May 27 02:11:11.673 INFO E| Compiling proc-macro-error-attr v1.0.4 |
| 2823 | 2026-05-27T02:11:12.644Z | [ helios-setup] May 27 02:11:11.684 INFO E| Compiling proc-macro-error v1.0.4 |
| 2824 | 2026-05-27T02:11:12.687Z | [ helios-setup] May 27 02:11:11.726 INFO E| Compiling ansi_term v0.12.1 |
| 2825 | 2026-05-27T02:11:12.703Z | [ helios-setup] May 27 02:11:11.741 INFO E| Compiling bitflags v1.3.2 |
| 2826 | 2026-05-27T02:11:12.741Z | [ helios-setup] May 27 02:11:11.781 INFO E| Compiling num-traits v0.2.19 |
| 2827 | 2026-05-27T02:11:12.767Z | [ helios-setup] May 27 02:11:11.804 INFO E| Compiling memoffset v0.9.1 |
| 2828 | 2026-05-27T02:11:12.791Z | [ helios-setup] May 27 02:11:11.831 INFO E| Compiling strsim v0.8.0 |
| 2829 | 2026-05-27T02:11:12.799Z | [ helios-setup] May 27 02:11:11.838 INFO E| Compiling byteorder v1.5.0 |
| 2830 | 2026-05-27T02:11:12.851Z | [ helios-setup] May 27 02:11:11.890 INFO E| Compiling textwrap v0.11.0 |
| 2831 | 2026-05-27T02:11:12.911Z | [ helios-setup] May 27 02:11:11.950 INFO E| Compiling heck v0.3.3 |
| 2832 | 2026-05-27T02:11:12.915Z | [ helios-setup] May 27 02:11:11.955 INFO E| Compiling strum v0.27.1 |
| 2833 | 2026-05-27T02:11:12.959Z | [ helios-setup] May 27 02:11:11.998 INFO E| Compiling unic-char-range v0.9.0 |
| 2834 | 2026-05-27T02:11:12.974Z | [ helios-setup] May 27 02:11:12.013 INFO E| Compiling unic-common v0.9.0 |
| 2835 | 2026-05-27T02:11:12.981Z | [ helios-setup] May 27 02:11:12.018 INFO E| Compiling fletcher v1.0.0 |
| 2836 | 2026-05-27T02:11:13.037Z | [ helios-setup] May 27 02:11:12.076 INFO E| Compiling atty v0.2.14 |
| 2837 | 2026-05-27T02:11:13.040Z | [ helios-setup] May 27 02:11:12.077 INFO E| Compiling vec_map v0.8.2 |
| 2838 | 2026-05-27T02:11:13.048Z | [ helios-setup] May 27 02:11:12.087 INFO E| Compiling plain v0.2.3 |
| 2839 | 2026-05-27T02:11:13.065Z | [ helios-setup] May 27 02:11:12.104 INFO E| Compiling unic-ucd-version v0.9.0 |
| 2840 | 2026-05-27T02:11:13.086Z | [ helios-setup] May 27 02:11:12.125 INFO E| Compiling unic-char-property v0.9.0 |
| 2841 | 2026-05-27T02:11:13.093Z | [ helios-setup] May 27 02:11:12.132 INFO E| Compiling log v0.4.27 |
| 2842 | 2026-05-27T02:11:13.112Z | [ helios-setup] May 27 02:11:12.151 INFO E| Compiling lazy_static v1.5.0 |
| 2843 | 2026-05-27T02:11:13.117Z | [ helios-setup] May 27 02:11:12.156 INFO E| Compiling bytesize v2.0.1 |
| 2844 | 2026-05-27T02:11:13.174Z | [ helios-setup] May 27 02:11:12.213 INFO E| Compiling unic-ucd-ident v0.9.0 |
| 2845 | 2026-05-27T02:11:13.174Z | [ helios-setup] May 27 02:11:12.213 INFO E| Compiling clap v2.34.0 |
| 2846 | 2026-05-27T02:11:13.223Z | [ helios-setup] May 27 02:11:12.262 INFO E| Compiling quote v1.0.40 |
| 2847 | 2026-05-27T02:11:13.389Z | [ helios-setup] May 27 02:11:12.428 INFO E| Compiling syn v2.0.101 |
| 2848 | 2026-05-27T02:11:13.690Z | [ helios-setup] May 27 02:11:12.730 INFO E| Compiling parse_int v0.9.0 |
| 2849 | 2026-05-27T02:11:15.325Z | [ helios-setup] May 27 02:11:14.365 INFO E| Compiling modular-bitfield-impl v0.11.2 |
| 2850 | 2026-05-27T02:11:15.325Z | [ helios-setup] May 27 02:11:14.365 INFO E| Compiling structopt-derive v0.4.18 |
| 2851 | 2026-05-27T02:11:15.443Z | [ helios-setup] May 27 02:11:14.483 INFO E| Compiling serde_derive_internals v0.29.1 |
| 2852 | 2026-05-27T02:11:15.899Z | [ helios-setup] May 27 02:11:14.938 INFO E| Compiling thiserror-impl v2.0.12 |
| 2853 | 2026-05-27T02:11:15.899Z | [ helios-setup] May 27 02:11:14.938 INFO E| Compiling serde_derive v1.0.219 |
| 2854 | 2026-05-27T02:11:15.899Z | [ helios-setup] May 27 02:11:14.939 INFO E| Compiling zerocopy-derive v0.8.25 |
| 2855 | 2026-05-27T02:11:15.899Z | [ helios-setup] May 27 02:11:14.939 INFO E| Compiling modular-bitfield-impl v0.13.1 |
| 2856 | 2026-05-27T02:11:15.903Z | [ helios-setup] May 27 02:11:14.939 INFO E| Compiling num-derive v0.4.2 |
| 2857 | 2026-05-27T02:11:15.903Z | [ helios-setup] May 27 02:11:14.939 INFO E| Compiling strum_macros v0.27.1 |
| 2858 | 2026-05-27T02:11:15.903Z | [ helios-setup] May 27 02:11:14.939 INFO E| Compiling scroll_derive v0.12.1 |
| 2859 | 2026-05-27T02:11:16.079Z | [ helios-setup] May 27 02:11:15.118 INFO E| Compiling schemars_derive v0.8.22 |
| 2860 | 2026-05-27T02:11:16.523Z | [ helios-setup] May 27 02:11:15.562 INFO E| Compiling modular-bitfield v0.11.2 |
| 2861 | 2026-05-27T02:11:16.523Z | [ helios-setup] May 27 02:11:15.562 INFO E| Compiling structopt v0.3.26 |
| 2862 | 2026-05-27T02:11:16.861Z | [ helios-setup] May 27 02:11:15.898 INFO E| Compiling scroll v0.12.0 |
| 2863 | 2026-05-27T02:11:17.082Z | [ helios-setup] May 27 02:11:16.121 INFO E| Compiling goblin v0.9.3 |
| 2864 | 2026-05-27T02:11:17.279Z | [ helios-setup] May 27 02:11:16.319 INFO E| Compiling modular-bitfield v0.13.1 |
| 2865 | 2026-05-27T02:11:17.367Z | [ helios-setup] May 27 02:11:16.406 INFO E| Compiling pest v2.8.0 |
| 2866 | 2026-05-27T02:11:18.331Z | [ helios-setup] May 27 02:11:17.370 INFO E| Compiling pest_meta v2.8.0 |
| 2867 | 2026-05-27T02:11:18.603Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 47.74s |
| 2868 | 2026-05-27T02:11:18.835Z | [ helios-setup] May 27 02:11:17.874 INFO E| Compiling pest_generator v2.8.0 |
| 2869 | 2026-05-27T02:11:18.846Z | [ omicron-package] |
| 2870 | 2026-05-27T02:11:18.846Z | [ omicron-package] real 47.926832925 |
| 2871 | 2026-05-27T02:11:18.849Z | [ omicron-package] user 5:28.664729536 |
| 2872 | 2026-05-27T02:11:18.849Z | [ omicron-package] sys 29.794538965 |
| 2873 | 2026-05-27T02:11:18.849Z | [ omicron-package] trap 0.422790851 |
| 2874 | 2026-05-27T02:11:18.849Z | [ omicron-package] tflt 0.989354541 |
| 2875 | 2026-05-27T02:11:18.849Z | [ omicron-package] dflt 3.303526119 |
| 2876 | 2026-05-27T02:11:18.849Z | [ omicron-package] kflt 0.029543042 |
| 2877 | 2026-05-27T02:11:18.849Z | [ omicron-package] lock 12:08.099954347 |
| 2878 | 2026-05-27T02:11:18.849Z | [ omicron-package] slp 7:10.942321947 |
| 2879 | 2026-05-27T02:11:18.849Z | [ omicron-package] lat 43.380095778 |
| 2880 | 2026-05-27T02:11:18.849Z | [ omicron-package] stop 1:09.824121526 |
| 2881 | 2026-05-27T02:11:18.849Z | May 27 02:11:17.886 INFO [omicron-package] process exited with exit status: 0 (47.992148569s) |
| 2882 | 2026-05-27T02:11:18.849Z | May 27 02:11:17.886 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host |
| 2883 | 2026-05-27T02:11:18.849Z | May 27 02:11:17.886 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery |
| 2884 | 2026-05-27T02:11:18.859Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2885 | 2026-05-27T02:11:18.862Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
| 2886 | 2026-05-27T02:11:18.862Z | [ host-target] Created new build target 'host' and set it as active |
| 2887 | 2026-05-27T02:11:18.862Z | [ recovery-target] Created new build target 'recovery' and set it as active |
| 2888 | 2026-05-27T02:11:18.865Z | May 27 02:11:17.903 INFO [host-target] process exited with exit status: 0 (16.731179ms) |
| 2889 | 2026-05-27T02:11:18.865Z | May 27 02:11:17.903 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
| 2890 | 2026-05-27T02:11:18.865Z | May 27 02:11:17.904 INFO [recovery-target] process exited with exit status: 0 (17.71863ms) |
| 2891 | 2026-05-27T02:11:18.872Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2892 | 2026-05-27T02:11:19.301Z | [ helios-setup] May 27 02:11:18.340 INFO E| Compiling pest_derive v2.8.0 |
| 2893 | 2026-05-27T02:11:19.906Z | [ helios-setup] May 27 02:11:18.946 INFO E| Compiling json5 v0.4.1 |
| 2894 | 2026-05-27T02:11:20.434Z | [ host-package] Compiling ring v0.17.14 |
| 2895 | 2026-05-27T02:11:20.740Z | [ host-package] Compiling heck v0.5.0 |
| 2896 | 2026-05-27T02:11:20.743Z | [ host-package] Compiling regress v0.11.1 |
| 2897 | 2026-05-27T02:11:20.792Z | [ host-package] Compiling unsafe-libyaml v0.2.11 |
| 2898 | 2026-05-27T02:11:20.845Z | [ host-package] Compiling regress v0.10.5 |
| 2899 | 2026-05-27T02:11:20.869Z | [ host-package] Compiling is-terminal v0.4.17 |
| 2900 | 2026-05-27T02:11:20.869Z | [ host-package] Compiling unicode-width v0.1.14 |
| 2901 | 2026-05-27T02:11:20.872Z | [ host-package] Compiling prettyplease v0.2.37 |
| 2902 | 2026-05-27T02:11:20.872Z | [ host-package] Compiling bytecount v0.6.9 |
| 2903 | 2026-05-27T02:11:20.888Z | [ host-package] Compiling derive-where v1.6.0 |
| 2904 | 2026-05-27T02:11:20.891Z | [ host-package] Compiling thread_local v1.1.9 |
| 2905 | 2026-05-27T02:11:20.931Z | [ host-package] Compiling match_cfg v0.1.0 |
| 2906 | 2026-05-27T02:11:20.954Z | [ host-package] Compiling compression-core v0.4.31 |
| 2907 | 2026-05-27T02:11:20.957Z | [ host-package] Compiling multer v3.1.0 |
| 2908 | 2026-05-27T02:11:21.045Z | [ host-package] Compiling slog-async v2.8.0 |
| 2909 | 2026-05-27T02:11:21.066Z | [ host-package] Compiling crossbeam-channel v0.5.15 |
| 2910 | 2026-05-27T02:11:21.126Z | [ host-package] Compiling hostname v0.3.1 |
| 2911 | 2026-05-27T02:11:21.148Z | [ host-package] Compiling compression-codecs v0.4.37 |
| 2912 | 2026-05-27T02:11:21.170Z | [ host-package] Compiling slog-json v2.6.1 |
| 2913 | 2026-05-27T02:11:21.170Z | [ helios-setup] May 27 02:11:20.209 INFO E| Compiling four-cc v0.4.0 |
| 2914 | 2026-05-27T02:11:21.170Z | [ helios-setup] May 27 02:11:20.209 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3) |
| 2915 | 2026-05-27T02:11:21.205Z | [ host-package] Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2916 | 2026-05-27T02:11:21.208Z | [ host-package] Compiling serde_spanned v1.0.4 |
| 2917 | 2026-05-27T02:11:21.235Z | [ host-package] Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2918 | 2026-05-27T02:11:21.238Z | [ host-package] Compiling take_mut v0.2.2 |
| 2919 | 2026-05-27T02:11:21.286Z | [ helios-setup] May 27 02:11:20.325 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60) |
| 2920 | 2026-05-27T02:11:21.408Z | [ host-package] Compiling serde_yaml v0.9.34+deprecated |
| 2921 | 2026-05-27T02:11:21.411Z | [ host-package] Compiling term v1.2.1 |
| 2922 | 2026-05-27T02:11:21.495Z | [ host-package] Compiling slog-bunyan v2.5.0 |
| 2923 | 2026-05-27T02:11:21.495Z | [ host-package] Compiling async-compression v0.4.41 |
| 2924 | 2026-05-27T02:11:21.610Z | [ host-package] Compiling toml v1.0.6+spec-1.1.0 |
| 2925 | 2026-05-27T02:11:21.613Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2926 | 2026-05-27T02:11:21.613Z | [ host-package] Compiling dropshot v0.17.0 |
| 2927 | 2026-05-27T02:11:21.727Z | [ host-package] Compiling async-stream v0.3.6 |
| 2928 | 2026-05-27T02:11:21.754Z | [ host-package] Compiling num-rational v0.4.2 |
| 2929 | 2026-05-27T02:11:21.787Z | [ host-package] Compiling slog-term v2.9.2 |
| 2930 | 2026-05-27T02:11:21.855Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2931 | 2026-05-27T02:11:21.939Z | [ host-package] Compiling waitgroup v0.1.2 |
| 2932 | 2026-05-27T02:11:21.981Z | [ host-package] Compiling rustls-pemfile v2.2.0 |
| 2933 | 2026-05-27T02:11:22.043Z | [ host-package] Compiling backon v1.6.0 |
| 2934 | 2026-05-27T02:11:22.047Z | [ host-package] Compiling num-complex v0.4.6 |
| 2935 | 2026-05-27T02:11:22.072Z | [ host-package] Compiling hostname v0.4.2 |
| 2936 | 2026-05-27T02:11:22.119Z | [ host-package] Compiling serde_path_to_error v0.1.20 |
| 2937 | 2026-05-27T02:11:22.120Z | [ host-package] Compiling instant v0.1.13 |
| 2938 | 2026-05-27T02:11:22.218Z | [ host-package] Compiling debug-ignore v1.0.5 |
| 2939 | 2026-05-27T02:11:22.307Z | [ host-package] Compiling backoff v0.4.0 |
| 2940 | 2026-05-27T02:11:22.358Z | [ host-package] Compiling typify-impl v0.6.2 |
| 2941 | 2026-05-27T02:11:22.362Z | [ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2942 | 2026-05-27T02:11:22.387Z | [ host-package] Compiling parse-display v0.10.0 |
| 2943 | 2026-05-27T02:11:22.452Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2944 | 2026-05-27T02:11:22.463Z | [ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2945 | 2026-05-27T02:11:22.586Z | [ host-package] Compiling num v0.4.3 |
| 2946 | 2026-05-27T02:11:22.591Z | [ host-package] Compiling macaddr v1.0.1 |
| 2947 | 2026-05-27T02:11:22.701Z | [ host-package] Compiling humantime v2.3.0 |
| 2948 | 2026-05-27T02:11:22.726Z | [ host-package] Compiling float-ord v0.3.2 |
| 2949 | 2026-05-27T02:11:22.931Z | [ host-package] Compiling console v0.15.11 |
| 2950 | 2026-05-27T02:11:22.992Z | [ host-package] Compiling newline-converter v0.3.0 |
| 2951 | 2026-05-27T02:11:22.995Z | [ host-package] Compiling atomicwrites v0.4.4 |
| 2952 | 2026-05-27T02:11:23.035Z | [ host-package] Compiling slog-dtrace v0.3.0 |
| 2953 | 2026-05-27T02:11:23.110Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
| 2954 | 2026-05-27T02:11:23.139Z | [ host-package] Compiling owo-colors v4.3.0 |
| 2955 | 2026-05-27T02:11:23.218Z | [ host-package] Compiling resolv-conf v0.7.6 |
| 2956 | 2026-05-27T02:11:23.244Z | [ host-package] Compiling toml v0.8.23 |
| 2957 | 2026-05-27T02:11:23.372Z | [ host-package] Compiling expectorate v1.2.0 |
| 2958 | 2026-05-27T02:11:23.375Z | [ host-package] Compiling libsw-core v0.3.2 |
| 2959 | 2026-05-27T02:11:23.461Z | [ host-package] Compiling linked-hash-map v0.5.6 |
| 2960 | 2026-05-27T02:11:23.547Z | [ host-package] Compiling linear-map v1.2.0 |
| 2961 | 2026-05-27T02:11:23.607Z | [ host-package] Compiling libsw v3.5.0 |
| 2962 | 2026-05-27T02:11:23.738Z | [ host-package] Compiling lru-cache v0.1.2 |
| 2963 | 2026-05-27T02:11:23.805Z | [ host-package] Compiling minimal-lexical v0.2.1 |
| 2964 | 2026-05-27T02:11:23.842Z | [ host-package] Compiling hickory-proto v0.24.4 |
| 2965 | 2026-05-27T02:11:23.865Z | [ host-package] Compiling unicode-xid v0.2.6 |
| 2966 | 2026-05-27T02:11:23.865Z | [ host-package] Compiling convert_case v0.10.0 |
| 2967 | 2026-05-27T02:11:23.909Z | [ host-package] Compiling papergrid v0.11.0 |
| 2968 | 2026-05-27T02:11:23.909Z | [ host-package] Compiling tabled_derive v0.7.0 |
| 2969 | 2026-05-27T02:11:23.913Z | [ host-package] Compiling termtree v0.5.1 |
| 2970 | 2026-05-27T02:11:24.015Z | [ host-package] Compiling phf_shared v0.12.1 |
| 2971 | 2026-05-27T02:11:24.089Z | [ host-package] Compiling nom v7.1.3 |
| 2972 | 2026-05-27T02:11:24.128Z | [ host-package] Compiling csv-core v0.1.13 |
| 2973 | 2026-05-27T02:11:24.150Z | [ host-package] Compiling vte v0.14.1 |
| 2974 | 2026-05-27T02:11:24.185Z | [ host-package] Compiling derive_more-impl v2.1.1 |
| 2975 | 2026-05-27T02:11:24.268Z | [ host-package] Compiling chrono-tz v0.10.4 |
| 2976 | 2026-05-27T02:11:24.271Z | [ host-package] Compiling highway v1.3.0 |
| 2977 | 2026-05-27T02:11:24.424Z | [ host-package] Compiling csv v1.4.0 |
| 2978 | 2026-05-27T02:11:24.523Z | [ host-package] Compiling strip-ansi-escapes v0.2.1 |
| 2979 | 2026-05-27T02:11:24.573Z | [ host-package] Compiling phf v0.12.1 |
| 2980 | 2026-05-27T02:11:24.596Z | [ host-package] Compiling const_format_proc_macros v0.2.34 |
| 2981 | 2026-05-27T02:11:24.843Z | [ host-package] Compiling rustls v0.23.37 |
| 2982 | 2026-05-27T02:11:24.890Z | [ host-package] Compiling rustls v0.22.4 |
| 2983 | 2026-05-27T02:11:24.912Z | [ host-package] Compiling tabled v0.15.0 |
| 2984 | 2026-05-27T02:11:24.943Z | [ host-package] Compiling fd-lock v4.0.4 |
| 2985 | 2026-05-27T02:11:25.052Z | [ host-package] Compiling derive_more v2.1.1 |
| 2986 | 2026-05-27T02:11:25.052Z | [ host-package] Compiling peg-macros v0.8.5 |
| 2987 | 2026-05-27T02:11:25.127Z | [ host-package] Compiling nu-ansi-term v0.50.3 |
| 2988 | 2026-05-27T02:11:25.170Z | [ host-package] Compiling crossterm v0.29.0 |
| 2989 | 2026-05-27T02:11:25.399Z | [ host-package] Compiling const_format v0.2.35 |
| 2990 | 2026-05-27T02:11:25.446Z | [ host-package] Compiling reedline v0.40.0 |
| 2991 | 2026-05-27T02:11:25.503Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2992 | 2026-05-27T02:11:25.768Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2993 | 2026-05-27T02:11:25.892Z | [ host-package] Compiling typify-macro v0.6.2 |
| 2994 | 2026-05-27T02:11:25.957Z | [ host-package] Compiling rustls-webpki v0.103.9 |
| 2995 | 2026-05-27T02:11:26.055Z | [ host-package] Compiling rustls-webpki v0.102.8 |
| 2996 | 2026-05-27T02:11:26.337Z | [ host-package] Compiling peg v0.8.5 |
| 2997 | 2026-05-27T02:11:26.393Z | [ host-package] Compiling hickory-resolver v0.24.4 |
| 2998 | 2026-05-27T02:11:26.793Z | [ host-package] Compiling bcs v0.1.6 |
| 2999 | 2026-05-27T02:11:27.235Z | [ host-package] Compiling semver v0.1.20 |
| 3000 | 2026-05-27T02:11:27.304Z | [ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3001 | 2026-05-27T02:11:27.519Z | [ host-package] Compiling typify v0.6.2 |
| 3002 | 2026-05-27T02:11:27.671Z | [ host-package] Compiling progenitor-impl v0.14.0 |
| 3003 | 2026-05-27T02:11:28.184Z | [ host-package] Compiling progenitor-impl v0.13.0 |
| 3004 | 2026-05-27T02:11:29.358Z | [ host-package] Compiling tokio-rustls v0.25.0 |
| 3005 | 2026-05-27T02:11:29.863Z | [ host-package] Compiling tokio-rustls v0.26.4 |
| 3006 | 2026-05-27T02:11:29.937Z | [ host-package] Compiling rustls-platform-verifier v0.6.2 |
| 3007 | 2026-05-27T02:11:30.180Z | [ host-package] Compiling hyper-rustls v0.27.7 |
| 3008 | 2026-05-27T02:11:30.590Z | [ host-package] Compiling reqwest v0.13.2 |
| 3009 | 2026-05-27T02:11:30.672Z | [ host-package] Compiling reqwest v0.12.28 |
| 3010 | 2026-05-27T02:11:30.675Z | [ host-package] Compiling progenitor-macro v0.14.0 |
| 3011 | 2026-05-27T02:11:32.616Z | [ host-package] Compiling tough v0.22.0 |
| 3012 | 2026-05-27T02:11:32.753Z | [ host-package] Compiling progenitor-client v0.14.0 |
| 3013 | 2026-05-27T02:11:32.787Z | [ host-package] Compiling progenitor-client v0.10.0 |
| 3014 | 2026-05-27T02:11:32.901Z | [ host-package] Compiling progenitor-macro v0.13.0 |
| 3015 | 2026-05-27T02:11:32.984Z | [ host-package] Compiling qorb v0.4.1 |
| 3016 | 2026-05-27T02:11:33.130Z | [ host-package] Compiling progenitor-extras v0.2.0 |
| 3017 | 2026-05-27T02:11:33.207Z | [ host-package] Compiling rustc_version v0.1.7 |
| 3018 | 2026-05-27T02:11:33.412Z | [ host-package] Compiling smawk v0.3.2 |
| 3019 | 2026-05-27T02:11:33.486Z | [ host-package] Compiling newtype_derive v0.1.6 |
| 3020 | 2026-05-27T02:11:33.781Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
| 3021 | 2026-05-27T02:11:34.044Z | [ host-package] Compiling textwrap v0.16.2 |
| 3022 | 2026-05-27T02:11:34.076Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3023 | 2026-05-27T02:11:34.112Z | [ host-package] Compiling steno v0.4.1 |
| 3024 | 2026-05-27T02:11:34.206Z | [ host-package] Compiling dropshot-api-manager-types v0.7.2 |
| 3025 | 2026-05-27T02:11:34.858Z | [ host-package] Compiling tagptr v0.2.0 |
| 3026 | 2026-05-27T02:11:34.927Z | [ host-package] Compiling utf-8 v0.7.6 |
| 3027 | 2026-05-27T02:11:34.931Z | [ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3028 | 2026-05-27T02:11:35.052Z | [ helios-setup] May 27 02:11:34.091 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config) |
| 3029 | 2026-05-27T02:11:35.110Z | [ host-package] Compiling moka v0.12.13 |
| 3030 | 2026-05-27T02:11:35.199Z | [ host-package] Compiling tungstenite v0.21.0 |
| 3031 | 2026-05-27T02:11:35.816Z | [ host-package] Compiling num-derive v0.3.3 |
| 3032 | 2026-05-27T02:11:36.593Z | [ host-package] Compiling hickory-resolver v0.25.2 |
| 3033 | 2026-05-27T02:11:36.651Z | [ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3034 | 2026-05-27T02:11:36.774Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
| 3035 | 2026-05-27T02:11:36.853Z | [ host-package] Compiling proc-macro-error-attr2 v2.0.0 |
| 3036 | 2026-05-27T02:11:37.302Z | [ host-package] Compiling libscf-sys v1.1.0 |
| 3037 | 2026-05-27T02:11:37.305Z | [ host-package] Compiling vergen-lib v0.1.6 |
| 3038 | 2026-05-27T02:11:37.445Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3039 | 2026-05-27T02:11:37.476Z | [ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3040 | 2026-05-27T02:11:37.573Z | [ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3041 | 2026-05-27T02:11:37.621Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3042 | 2026-05-27T02:11:37.681Z | [ host-package] Compiling proc-macro-error2 v2.0.1 |
| 3043 | 2026-05-27T02:11:37.816Z | [ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3044 | 2026-05-27T02:11:38.012Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3045 | 2026-05-27T02:11:38.054Z | [ host-package] Compiling tabled_derive v0.11.0 |
| 3046 | 2026-05-27T02:11:38.196Z | [ helios-setup] May 27 02:11:37.234 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
| 3047 | 2026-05-27T02:11:38.233Z | [ host-package] Compiling progenitor-client v0.13.0 |
| 3048 | 2026-05-27T02:11:39.109Z | [ host-package] Compiling progenitor v0.14.0 |
| 3049 | 2026-05-27T02:11:39.148Z | [ host-package] Compiling progenitor v0.13.0 |
| 3050 | 2026-05-27T02:11:39.374Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3051 | 2026-05-27T02:11:39.409Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3052 | 2026-05-27T02:11:39.409Z | [ host-package] Compiling papergrid v0.17.0 |
| 3053 | 2026-05-27T02:11:43.075Z | [ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3054 | 2026-05-27T02:11:43.698Z | [ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3055 | 2026-05-27T02:11:43.813Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3056 | 2026-05-27T02:11:43.984Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3057 | 2026-05-27T02:11:44.163Z | [ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3058 | 2026-05-27T02:11:44.758Z | [ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3059 | 2026-05-27T02:11:44.847Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3060 | 2026-05-27T02:11:44.934Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3061 | 2026-05-27T02:11:45.163Z | [ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3062 | 2026-05-27T02:11:45.330Z | [ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3063 | 2026-05-27T02:11:45.471Z | [ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3064 | 2026-05-27T02:11:45.680Z | [ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3065 | 2026-05-27T02:11:45.889Z | [ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3066 | 2026-05-27T02:11:47.286Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3067 | 2026-05-27T02:11:47.560Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3068 | 2026-05-27T02:11:48.239Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3069 | 2026-05-27T02:11:48.500Z | [ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3070 | 2026-05-27T02:11:48.648Z | [ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3071 | 2026-05-27T02:11:48.791Z | [ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3072 | 2026-05-27T02:11:49.294Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3073 | 2026-05-27T02:11:49.979Z | [ helios-setup] May 27 02:11:49.018 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.05s |
| 3074 | 2026-05-27T02:11:50.013Z | [ helios-setup] May 27 02:11:49.052 INFO building project "amd-host-image-builder" ok (39 seconds) |
| 3075 | 2026-05-27T02:11:50.013Z | [ helios-setup] May 27 02:11:49.052 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick" |
| 3076 | 2026-05-27T02:11:50.022Z | [ helios-setup] May 27 02:11:49.061 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.94.0-x86_64-unknown-illumos (default)" |
| 3077 | 2026-05-27T02:11:50.022Z | [ helios-setup] May 27 02:11:49.061 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
| 3078 | 2026-05-27T02:11:50.025Z | [ helios-setup] May 27 02:11:49.061 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
| 3079 | 2026-05-27T02:11:50.198Z | [ helios-setup] May 27 02:11:49.237 INFO E| Downloading crates ... |
| 3080 | 2026-05-27T02:11:50.269Z | [ helios-setup] May 27 02:11:49.307 INFO E| Downloaded miniz_oxide v0.8.8 |
| 3081 | 2026-05-27T02:11:50.272Z | [ helios-setup] May 27 02:11:49.309 INFO E| Downloaded adler2 v2.0.0 |
| 3082 | 2026-05-27T02:11:50.312Z | [ helios-setup] May 27 02:11:49.349 INFO E| Compiling adler2 v2.0.0 |
| 3083 | 2026-05-27T02:11:50.401Z | [ helios-setup] May 27 02:11:49.439 INFO E| Compiling miniz_oxide v0.8.8 |
| 3084 | 2026-05-27T02:11:51.007Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3085 | 2026-05-27T02:11:51.173Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3086 | 2026-05-27T02:11:51.334Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3087 | 2026-05-27T02:11:51.413Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3088 | 2026-05-27T02:11:51.530Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3089 | 2026-05-27T02:11:51.571Z | [ helios-setup] May 27 02:11:50.611 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
| 3090 | 2026-05-27T02:11:51.941Z | [ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3091 | 2026-05-27T02:11:52.038Z | [ helios-setup] May 27 02:11:51.078 INFO E| Finished `release` profile [optimized] target(s) in 2.00s |
| 3092 | 2026-05-27T02:11:52.048Z | [ helios-setup] May 27 02:11:51.088 INFO building project "pinprick" ok (2 seconds) |
| 3093 | 2026-05-27T02:11:52.048Z | [ helios-setup] May 27 02:11:51.088 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot" |
| 3094 | 2026-05-27T02:11:52.057Z | [ helios-setup] May 27 02:11:51.097 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.94.0-x86_64-unknown-illumos (default)" |
| 3095 | 2026-05-27T02:11:52.057Z | [ helios-setup] May 27 02:11:51.097 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
| 3096 | 2026-05-27T02:11:52.057Z | [ helios-setup] May 27 02:11:51.097 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
| 3097 | 2026-05-27T02:11:52.146Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3098 | 2026-05-27T02:11:52.169Z | [ helios-setup] May 27 02:11:51.208 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
| 3099 | 2026-05-27T02:11:52.466Z | [ helios-setup] May 27 02:11:51.505 INFO E| From https://github.com/jclulow/hiercmd |
| 3100 | 2026-05-27T02:11:52.467Z | [ helios-setup] May 27 02:11:51.506 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee |
| 3101 | 2026-05-27T02:11:52.479Z | [ helios-setup] May 27 02:11:51.518 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 3102 | 2026-05-27T02:11:52.784Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3103 | 2026-05-27T02:11:52.796Z | [ helios-setup] May 27 02:11:51.834 INFO E| From https://github.com/oxidecomputer/network-interface |
| 3104 | 2026-05-27T02:11:52.796Z | [ helios-setup] May 27 02:11:51.834 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 3105 | 2026-05-27T02:11:52.808Z | [ helios-setup] May 27 02:11:51.848 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
| 3106 | 2026-05-27T02:11:53.062Z | [ helios-setup] May 27 02:11:52.101 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
| 3107 | 2026-05-27T02:11:53.062Z | [ helios-setup] May 27 02:11:52.101 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
| 3108 | 2026-05-27T02:11:53.079Z | [ helios-setup] May 27 02:11:52.119 INFO E| Updating crates.io index |
| 3109 | 2026-05-27T02:11:53.169Z | [ helios-setup] May 27 02:11:52.208 INFO E| Downloading crates ... |
| 3110 | 2026-05-27T02:11:53.256Z | [ host-package] Compiling testing_table v0.3.0 |
| 3111 | 2026-05-27T02:11:53.264Z | [ helios-setup] May 27 02:11:52.303 INFO E| Downloaded clap v4.5.51 |
| 3112 | 2026-05-27T02:11:53.270Z | [ helios-setup] May 27 02:11:52.310 INFO E| Downloaded futures-executor v0.3.31 |
| 3113 | 2026-05-27T02:11:53.273Z | [ helios-setup] May 27 02:11:52.311 INFO E| Downloaded bitfield-macros v0.19.3 |
| 3114 | 2026-05-27T02:11:53.273Z | [ helios-setup] May 27 02:11:52.311 INFO E| Downloaded futures-channel v0.3.31 |
| 3115 | 2026-05-27T02:11:53.273Z | [ helios-setup] May 27 02:11:52.313 INFO E| Downloaded devinfo v0.1.0 |
| 3116 | 2026-05-27T02:11:53.277Z | [ helios-setup] May 27 02:11:52.317 INFO E| Downloaded futures v0.3.31 |
| 3117 | 2026-05-27T02:11:53.280Z | [ helios-setup] May 27 02:11:52.320 INFO E| Downloaded base64ct v1.8.0 |
| 3118 | 2026-05-27T02:11:53.283Z | [ helios-setup] May 27 02:11:52.321 INFO E| Downloaded anstyle-query v1.1.4 |
| 3119 | 2026-05-27T02:11:53.287Z | [ helios-setup] May 27 02:11:52.326 INFO E| Downloaded futures-task v0.3.31 |
| 3120 | 2026-05-27T02:11:53.289Z | [ helios-setup] May 27 02:11:52.327 INFO E| Downloaded clap_lex v0.7.6 |
| 3121 | 2026-05-27T02:11:53.292Z | [ helios-setup] May 27 02:11:52.331 INFO E| Downloaded futures-io v0.3.31 |
| 3122 | 2026-05-27T02:11:53.292Z | [ helios-setup] May 27 02:11:52.331 INFO E| Downloaded chrono v0.4.42 |
| 3123 | 2026-05-27T02:11:53.324Z | [ helios-setup] May 27 02:11:52.363 INFO E| Downloaded getopts v0.2.24 |
| 3124 | 2026-05-27T02:11:53.327Z | [ helios-setup] May 27 02:11:52.366 INFO E| Downloaded env_logger v0.11.8 |
| 3125 | 2026-05-27T02:11:53.346Z | [ helios-setup] May 27 02:11:52.368 INFO E| Downloaded futures-sink v0.3.31 |
| 3126 | 2026-05-27T02:11:53.346Z | [ helios-setup] May 27 02:11:52.369 INFO E| Downloaded futures-macro v0.3.31 |
| 3127 | 2026-05-27T02:11:53.367Z | [ helios-setup] May 27 02:11:52.406 INFO E| Downloaded serde_spanned v1.0.3 |
| 3128 | 2026-05-27T02:11:53.370Z | [ helios-setup] May 27 02:11:52.408 INFO E| Downloaded bitfield v0.19.3 |
| 3129 | 2026-05-27T02:11:53.370Z | [ helios-setup] May 27 02:11:52.408 INFO E| Downloaded anyhow v1.0.100 |
| 3130 | 2026-05-27T02:11:53.373Z | [ helios-setup] May 27 02:11:52.413 INFO E| Downloaded iana-time-zone v0.1.64 |
| 3131 | 2026-05-27T02:11:53.376Z | [ helios-setup] May 27 02:11:52.415 INFO E| Downloaded bytes v1.10.1 |
| 3132 | 2026-05-27T02:11:53.379Z | [ helios-setup] May 27 02:11:52.418 INFO E| Downloaded env_filter v0.1.4 |
| 3133 | 2026-05-27T02:11:53.379Z | [ helios-setup] May 27 02:11:52.419 INFO E| Downloaded bitflags v2.10.0 |
| 3134 | 2026-05-27T02:11:53.383Z | [ helios-setup] May 27 02:11:52.421 INFO E| Downloaded quote v1.0.41 |
| 3135 | 2026-05-27T02:11:53.386Z | [ helios-setup] May 27 02:11:52.423 INFO E| Downloaded cc v1.2.44 |
| 3136 | 2026-05-27T02:11:53.411Z | [ helios-setup] May 27 02:11:52.450 INFO E| Downloaded term v1.2.0 |
| 3137 | 2026-05-27T02:11:53.414Z | [ helios-setup] May 27 02:11:52.452 INFO E| Downloaded futures-util v0.3.31 |
| 3138 | 2026-05-27T02:11:53.420Z | [ helios-setup] May 27 02:11:52.460 INFO E| Downloaded deranged v0.5.5 |
| 3139 | 2026-05-27T02:11:53.423Z | [ host-package] Compiling vergen-gitcl v1.0.8 |
| 3140 | 2026-05-27T02:11:53.445Z | [ helios-setup] May 27 02:11:52.484 INFO E| Downloaded flate2 v1.1.5 |
| 3141 | 2026-05-27T02:11:53.462Z | [ helios-setup] May 27 02:11:52.502 INFO E| Downloaded zeroize_derive v1.4.2 |
| 3142 | 2026-05-27T02:11:53.465Z | [ helios-setup] May 27 02:11:52.503 INFO E| Downloaded toml v0.9.8 |
| 3143 | 2026-05-27T02:11:53.496Z | [ helios-setup] May 27 02:11:52.535 INFO E| Downloaded toml_parser v1.0.4 |
| 3144 | 2026-05-27T02:11:53.499Z | [ helios-setup] May 27 02:11:52.537 INFO E| Downloaded crc v3.3.0 |
| 3145 | 2026-05-27T02:11:53.499Z | [ helios-setup] May 27 02:11:52.538 INFO E| Downloaded libc v0.2.177 |
| 3146 | 2026-05-27T02:11:53.515Z | [ helios-setup] May 27 02:11:52.554 INFO E| Downloaded socket2 v0.6.1 |
| 3147 | 2026-05-27T02:11:53.518Z | [ helios-setup] May 27 02:11:52.556 INFO E| Downloaded mio v1.1.0 |
| 3148 | 2026-05-27T02:11:53.530Z | [ helios-setup] May 27 02:11:52.569 INFO E| Downloaded thiserror-impl v2.0.17 |
| 3149 | 2026-05-27T02:11:53.532Z | [ helios-setup] May 27 02:11:52.570 INFO E| Downloaded libm v0.2.15 |
| 3150 | 2026-05-27T02:11:53.555Z | [ helios-setup] May 27 02:11:52.594 INFO E| Downloaded toml_edit v0.23.7 |
| 3151 | 2026-05-27T02:11:53.558Z | [ helios-setup] May 27 02:11:52.597 INFO E| Downloaded time v0.3.44 |
| 3152 | 2026-05-27T02:11:53.590Z | [ helios-setup] May 27 02:11:52.629 INFO E| Downloaded zerocopy-derive v0.8.27 |
| 3153 | 2026-05-27T02:11:53.620Z | [ helios-setup] May 27 02:11:52.659 INFO E| Downloaded slab v0.4.11 |
| 3154 | 2026-05-27T02:11:53.623Z | [ helios-setup] May 27 02:11:52.660 INFO E| Downloaded libdevinfo-sys v1.1.0 |
| 3155 | 2026-05-27T02:11:53.659Z | [ helios-setup] May 27 02:11:52.698 INFO E| Downloaded memchr v2.7.6 |
| 3156 | 2026-05-27T02:11:53.662Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
| 3157 | 2026-05-27T02:11:53.676Z | [ helios-setup] May 27 02:11:52.715 INFO E| Downloaded unicode-width v0.2.2 |
| 3158 | 2026-05-27T02:11:53.679Z | [ helios-setup] May 27 02:11:52.719 INFO E| Downloaded rand v0.8.5 |
| 3159 | 2026-05-27T02:11:53.682Z | [ helios-setup] May 27 02:11:52.721 INFO E| Downloaded thiserror v2.0.17 |
| 3160 | 2026-05-27T02:11:53.687Z | [ helios-setup] May 27 02:11:52.726 INFO E| Downloaded iddqd v0.3.14 |
| 3161 | 2026-05-27T02:11:53.692Z | [ helios-setup] May 27 02:11:52.732 INFO E| Downloaded uuid v1.18.1 |
| 3162 | 2026-05-27T02:11:53.695Z | [ helios-setup] May 27 02:11:52.734 INFO E| Downloaded clap_builder v4.5.51 |
| 3163 | 2026-05-27T02:11:53.698Z | [ helios-setup] May 27 02:11:52.738 INFO E| Downloaded tokio v1.48.0 |
| 3164 | 2026-05-27T02:11:53.722Z | [ helios-setup] May 27 02:11:52.761 INFO E| Downloaded simd-adler32 v0.3.7 |
| 3165 | 2026-05-27T02:11:53.725Z | [ helios-setup] May 27 02:11:52.762 INFO E| Downloaded getrandom v0.2.16 |
| 3166 | 2026-05-27T02:11:53.725Z | [ helios-setup] May 27 02:11:52.764 INFO E| Downloaded unicode-ident v1.0.22 |
| 3167 | 2026-05-27T02:11:53.728Z | [ helios-setup] May 27 02:11:52.766 INFO E| Downloaded rsa v0.9.8 |
| 3168 | 2026-05-27T02:11:53.731Z | [ helios-setup] May 27 02:11:52.770 INFO E| Downloaded toml_writer v1.0.4 |
| 3169 | 2026-05-27T02:11:53.733Z | [ helios-setup] May 27 02:11:52.771 INFO E| Downloaded pin-project-lite v0.2.16 |
| 3170 | 2026-05-27T02:11:53.736Z | [ helios-setup] May 27 02:11:52.775 INFO E| Downloaded generic-array v0.14.9 |
| 3171 | 2026-05-27T02:11:53.770Z | [ helios-setup] May 27 02:11:52.809 INFO E| Downloaded num-bigint-dig v0.8.4 |
| 3172 | 2026-05-27T02:11:53.773Z | [ helios-setup] May 27 02:11:52.813 INFO E| Downloaded rustix v1.1.2 |
| 3173 | 2026-05-27T02:11:53.778Z | [ host-package] Compiling glob v0.3.3 |
| 3174 | 2026-05-27T02:11:53.802Z | [ helios-setup] May 27 02:11:52.841 INFO E| Downloaded proc-macro2 v1.0.103 |
| 3175 | 2026-05-27T02:11:53.805Z | [ helios-setup] May 27 02:11:52.843 INFO E| Downloaded tokio-macros v2.6.0 |
| 3176 | 2026-05-27T02:11:53.811Z | [ helios-setup] May 27 02:11:52.844 INFO E| Downloaded syn v2.0.108 |
| 3177 | 2026-05-27T02:11:53.821Z | [ helios-setup] May 27 02:11:52.861 INFO E| Downloaded toml_datetime v0.7.3 |
| 3178 | 2026-05-27T02:11:53.824Z | [ helios-setup] May 27 02:11:52.862 INFO E| Downloaded time-core v0.1.6 |
| 3179 | 2026-05-27T02:11:53.824Z | [ helios-setup] May 27 02:11:52.863 INFO E| Downloaded signal-hook-registry v1.4.6 |
| 3180 | 2026-05-27T02:11:53.824Z | [ helios-setup] May 27 02:11:52.864 INFO E| Downloaded find-msvc-tools v0.1.4 |
| 3181 | 2026-05-27T02:11:53.827Z | [ helios-setup] May 27 02:11:52.867 INFO E| Downloaded hashbrown v0.16.0 |
| 3182 | 2026-05-27T02:11:53.844Z | [ helios-setup] May 27 02:11:52.884 INFO E| Downloaded zerocopy v0.8.27 |
| 3183 | 2026-05-27T02:11:53.877Z | [ helios-setup] May 27 02:11:52.916 INFO E| Downloaded futures-core v0.3.31 |
| 3184 | 2026-05-27T02:11:53.880Z | [ helios-setup] May 27 02:11:52.918 INFO E| Downloaded time-macros v0.2.24 |
| 3185 | 2026-05-27T02:11:53.880Z | [ helios-setup] May 27 02:11:52.919 INFO E| Downloaded serde_json v1.0.145 |
| 3186 | 2026-05-27T02:11:53.884Z | [ helios-setup] May 27 02:11:52.924 INFO E| Downloaded clap_derive v4.5.49 |
| 3187 | 2026-05-27T02:11:53.902Z | [ helios-setup] May 27 02:11:52.942 INFO E| Downloaded winnow v0.7.13 |
| 3188 | 2026-05-27T02:11:53.908Z | [ helios-setup] May 27 02:11:52.948 INFO E| Downloaded log v0.4.28 |
| 3189 | 2026-05-27T02:11:53.942Z | [ helios-setup] May 27 02:11:52.981 INFO E| Downloaded indexmap v2.12.0 |
| 3190 | 2026-05-27T02:11:54.027Z | [ host-package] Compiling diesel_derives v2.3.7 |
| 3191 | 2026-05-27T02:11:54.030Z | [ helios-setup] May 27 02:11:53.067 INFO E| Compiling proc-macro2 v1.0.103 |
| 3192 | 2026-05-27T02:11:54.030Z | [ helios-setup] May 27 02:11:53.067 INFO E| Compiling quote v1.0.41 |
| 3193 | 2026-05-27T02:11:54.063Z | [ host-package] Compiling crunchy v0.2.4 |
| 3194 | 2026-05-27T02:11:54.082Z | [ helios-setup] May 27 02:11:53.121 INFO E| Compiling unicode-ident v1.0.22 |
| 3195 | 2026-05-27T02:11:54.082Z | [ helios-setup] May 27 02:11:53.122 INFO E| Compiling libc v0.2.177 |
| 3196 | 2026-05-27T02:11:54.085Z | [ helios-setup] May 27 02:11:53.122 INFO E| Compiling serde_core v1.0.228 |
| 3197 | 2026-05-27T02:11:54.085Z | [ helios-setup] May 27 02:11:53.122 INFO E| Compiling cfg-if v1.0.4 |
| 3198 | 2026-05-27T02:11:54.085Z | [ helios-setup] May 27 02:11:53.122 INFO E| Compiling serde v1.0.228 |
| 3199 | 2026-05-27T02:11:54.085Z | [ helios-setup] May 27 02:11:53.122 INFO E| Compiling version_check v0.9.5 |
| 3200 | 2026-05-27T02:11:54.085Z | [ helios-setup] May 27 02:11:53.123 INFO E| Compiling autocfg v1.5.0 |
| 3201 | 2026-05-27T02:11:54.085Z | [ helios-setup] May 27 02:11:53.123 INFO E| Compiling const-oid v0.9.6 |
| 3202 | 2026-05-27T02:11:54.143Z | [ helios-setup] May 27 02:11:53.183 INFO E| Compiling typenum v1.19.0 |
| 3203 | 2026-05-27T02:11:54.143Z | [ helios-setup] May 27 02:11:53.183 INFO E| Compiling libm v0.2.15 |
| 3204 | 2026-05-27T02:11:54.143Z | [ helios-setup] May 27 02:11:53.183 INFO E| Compiling zerocopy v0.8.27 |
| 3205 | 2026-05-27T02:11:54.146Z | [ helios-setup] May 27 02:11:53.183 INFO E| Compiling rustversion v1.0.22 |
| 3206 | 2026-05-27T02:11:54.146Z | [ helios-setup] May 27 02:11:53.183 INFO E| Compiling base64ct v1.8.0 |
| 3207 | 2026-05-27T02:11:54.146Z | [ helios-setup] May 27 02:11:53.183 INFO E| Compiling zeroize v1.8.2 |
| 3208 | 2026-05-27T02:11:54.171Z | [ host-package] Compiling maplit v1.0.2 |
| 3209 | 2026-05-27T02:11:54.295Z | [ helios-setup] May 27 02:11:53.334 INFO E| Compiling smallvec v1.15.1 |
| 3210 | 2026-05-27T02:11:54.322Z | [ host-package] Compiling clang-sys v1.8.1 |
| 3211 | 2026-05-27T02:11:54.412Z | [ host-package] Compiling dirs-next v2.0.0 |
| 3212 | 2026-05-27T02:11:54.506Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3213 | 2026-05-27T02:11:54.569Z | [ helios-setup] May 27 02:11:53.608 INFO E| Compiling anyhow v1.0.100 |
| 3214 | 2026-05-27T02:11:54.702Z | [ helios-setup] May 27 02:11:53.741 INFO E| Compiling pem-rfc7468 v0.7.0 |
| 3215 | 2026-05-27T02:11:54.704Z | [ helios-setup] May 27 02:11:53.741 INFO E| Compiling generic-array v0.14.9 |
| 3216 | 2026-05-27T02:11:54.728Z | [ helios-setup] May 27 02:11:53.767 INFO E| Compiling memchr v2.7.6 |
| 3217 | 2026-05-27T02:11:54.775Z | [ host-package] Compiling tabled v0.20.0 |
| 3218 | 2026-05-27T02:11:54.860Z | [ helios-setup] May 27 02:11:53.900 INFO E| Compiling hashbrown v0.16.0 |
| 3219 | 2026-05-27T02:11:54.896Z | [ helios-setup] May 27 02:11:53.935 INFO E| Compiling rustix v1.1.2 |
| 3220 | 2026-05-27T02:11:55.022Z | [ helios-setup] May 27 02:11:54.062 INFO E| Compiling num-traits v0.2.19 |
| 3221 | 2026-05-27T02:11:55.078Z | [ helios-setup] May 27 02:11:54.117 INFO E| Compiling crc32fast v1.5.0 |
| 3222 | 2026-05-27T02:11:55.131Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3223 | 2026-05-27T02:11:55.131Z | [ host-package] Compiling dsl_auto_type v0.2.0 |
| 3224 | 2026-05-27T02:11:55.317Z | [ helios-setup] May 27 02:11:54.356 INFO E| Compiling flagset v0.4.7 |
| 3225 | 2026-05-27T02:11:55.336Z | [ helios-setup] May 27 02:11:54.376 INFO E| Compiling utf8parse v0.2.2 |
| 3226 | 2026-05-27T02:11:55.472Z | [ helios-setup] May 27 02:11:54.505 INFO E| Compiling winnow v0.7.13 |
| 3227 | 2026-05-27T02:11:55.508Z | [ helios-setup] May 27 02:11:54.547 INFO E| Compiling byteorder v1.5.0 |
| 3228 | 2026-05-27T02:11:55.599Z | [ helios-setup] May 27 02:11:54.638 INFO E| Compiling equivalent v1.0.2 |
| 3229 | 2026-05-27T02:11:55.681Z | [ helios-setup] May 27 02:11:54.721 INFO E| Compiling indexmap v2.12.0 |
| 3230 | 2026-05-27T02:11:55.735Z | [ helios-setup] May 27 02:11:54.773 INFO E| Compiling getrandom v0.2.16 |
| 3231 | 2026-05-27T02:11:55.750Z | [ helios-setup] May 27 02:11:54.789 INFO E| Compiling errno v0.3.14 |
| 3232 | 2026-05-27T02:11:55.886Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
| 3233 | 2026-05-27T02:11:55.985Z | [ helios-setup] May 27 02:11:55.024 INFO E| Compiling anstyle-parse v0.2.7 |
| 3234 | 2026-05-27T02:11:55.992Z | [ helios-setup] May 27 02:11:55.032 INFO E| Compiling anstyle v1.0.13 |
| 3235 | 2026-05-27T02:11:56.058Z | [ helios-setup] May 27 02:11:55.097 INFO E| Compiling rand_core v0.6.4 |
| 3236 | 2026-05-27T02:11:56.074Z | [ helios-setup] May 27 02:11:55.113 INFO E| Compiling anstyle-query v1.1.4 |
| 3237 | 2026-05-27T02:11:56.140Z | [ helios-setup] May 27 02:11:55.180 INFO E| Compiling allocator-api2 v0.2.21 |
| 3238 | 2026-05-27T02:11:56.173Z | [ helios-setup] May 27 02:11:55.212 INFO E| Compiling syn v2.0.108 |
| 3239 | 2026-05-27T02:11:56.193Z | [ helios-setup] May 27 02:11:55.233 INFO E| Compiling cpufeatures v0.2.17 |
| 3240 | 2026-05-27T02:11:56.269Z | [ helios-setup] May 27 02:11:55.308 INFO E| Compiling find-msvc-tools v0.1.4 |
| 3241 | 2026-05-27T02:11:56.287Z | [ helios-setup] May 27 02:11:55.327 INFO E| Compiling is_terminal_polyfill v1.70.2 |
| 3242 | 2026-05-27T02:11:56.294Z | [ helios-setup] May 27 02:11:55.333 INFO E| Compiling colorchoice v1.0.4 |
| 3243 | 2026-05-27T02:11:56.366Z | [ helios-setup] May 27 02:11:55.406 INFO E| Compiling radium v0.7.0 |
| 3244 | 2026-05-27T02:11:56.403Z | [ helios-setup] May 27 02:11:55.442 INFO E| Compiling syn v1.0.109 |
| 3245 | 2026-05-27T02:11:56.430Z | [ host-package] Compiling diesel_table_macro_syntax v0.3.0 |
| 3246 | 2026-05-27T02:11:56.450Z | [ helios-setup] May 27 02:11:55.489 INFO E| Compiling shlex v1.3.0 |
| 3247 | 2026-05-27T02:11:56.504Z | [ helios-setup] May 27 02:11:55.542 INFO E| Compiling toml_datetime v0.7.3 |
| 3248 | 2026-05-27T02:11:56.559Z | [ helios-setup] May 27 02:11:55.598 INFO E| Compiling slog v2.8.2 |
| 3249 | 2026-05-27T02:11:56.755Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3250 | 2026-05-27T02:11:56.770Z | [ helios-setup] May 27 02:11:55.810 INFO E| Compiling cc v1.2.44 |
| 3251 | 2026-05-27T02:11:56.796Z | [ helios-setup] May 27 02:11:55.835 INFO E| Compiling anstream v0.6.21 |
| 3252 | 2026-05-27T02:11:56.954Z | [ host-package] Compiling tiny-keccak v2.0.2 |
| 3253 | 2026-05-27T02:11:57.015Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3254 | 2026-05-27T02:11:57.070Z | [ helios-setup] May 27 02:11:56.109 INFO E| Compiling futures-sink v0.3.31 |
| 3255 | 2026-05-27T02:11:57.092Z | [ helios-setup] May 27 02:11:56.131 INFO E| Compiling pin-project-lite v0.2.16 |
| 3256 | 2026-05-27T02:11:57.128Z | [ helios-setup] May 27 02:11:56.167 INFO E| Compiling unicode-width v0.2.2 |
| 3257 | 2026-05-27T02:11:57.198Z | [ helios-setup] May 27 02:11:56.238 INFO E| Compiling parking_lot_core v0.9.12 |
| 3258 | 2026-05-27T02:11:57.218Z | [ host-package] Compiling r2d2 v0.8.10 |
| 3259 | 2026-05-27T02:11:57.222Z | [ helios-setup] May 27 02:11:56.262 INFO E| Compiling futures-core v0.3.31 |
| 3260 | 2026-05-27T02:11:57.344Z | [ helios-setup] May 27 02:11:56.384 INFO E| Compiling block-buffer v0.10.4 |
| 3261 | 2026-05-27T02:11:57.444Z | [ helios-setup] May 27 02:11:56.483 INFO E| Compiling crypto-common v0.1.6 |
| 3262 | 2026-05-27T02:11:57.477Z | [ helios-setup] May 27 02:11:56.517 INFO E| Compiling tap v1.0.1 |
| 3263 | 2026-05-27T02:11:57.587Z | [ helios-setup] May 27 02:11:56.626 INFO E| Compiling digest v0.10.7 |
| 3264 | 2026-05-27T02:11:57.644Z | [ helios-setup] May 27 02:11:56.683 INFO E| Compiling pkg-config v0.3.32 |
| 3265 | 2026-05-27T02:11:57.654Z | [ helios-setup] May 27 02:11:56.693 INFO E| Compiling maybe-uninit v2.0.0 |
| 3266 | 2026-05-27T02:11:57.780Z | [ helios-setup] May 27 02:11:56.819 INFO E| Compiling wyz v0.5.1 |
| 3267 | 2026-05-27T02:11:57.798Z | [ helios-setup] May 27 02:11:56.837 INFO E| Compiling getopts v0.2.24 |
| 3268 | 2026-05-27T02:11:57.840Z | [ helios-setup] May 27 02:11:56.879 INFO E| Compiling sha2 v0.10.9 |
| 3269 | 2026-05-27T02:11:58.033Z | [ helios-setup] May 27 02:11:57.072 INFO E| Compiling futures-channel v0.3.31 |
| 3270 | 2026-05-27T02:11:58.156Z | [ helios-setup] May 27 02:11:57.195 INFO E| Compiling ahash v0.8.12 |
| 3271 | 2026-05-27T02:11:58.163Z | [ helios-setup] May 27 02:11:57.202 INFO E| Compiling getrandom v0.3.4 |
| 3272 | 2026-05-27T02:11:58.336Z | [ helios-setup] May 27 02:11:57.375 INFO E| Compiling spin v0.9.8 |
| 3273 | 2026-05-27T02:11:58.372Z | [ host-package] Compiling term v0.7.0 |
| 3274 | 2026-05-27T02:11:58.423Z | [ helios-setup] May 27 02:11:57.456 INFO E| Compiling itoa v1.0.15 |
| 3275 | 2026-05-27T02:11:58.430Z | [ helios-setup] May 27 02:11:57.470 INFO E| Compiling clap_lex v0.7.6 |
| 3276 | 2026-05-27T02:11:58.523Z | [ helios-setup] May 27 02:11:57.562 INFO E| Compiling powerfmt v0.2.0 |
| 3277 | 2026-05-27T02:11:58.597Z | [ host-package] Compiling bit-vec v0.6.3 |
| 3278 | 2026-05-27T02:11:58.600Z | [ helios-setup] May 27 02:11:57.639 INFO E| Compiling bitflags v2.10.0 |
| 3279 | 2026-05-27T02:11:58.685Z | [ helios-setup] May 27 02:11:57.719 INFO E| Compiling toml_parser v1.0.4 |
| 3280 | 2026-05-27T02:11:58.727Z | [ host-package] Compiling downcast-rs v2.0.2 |
| 3281 | 2026-05-27T02:11:58.777Z | [ helios-setup] May 27 02:11:57.816 INFO E| Compiling bzip2-sys v0.1.13+1.0.8 |
| 3282 | 2026-05-27T02:11:58.871Z | [ helios-setup] May 27 02:11:57.911 INFO E| Compiling num-integer v0.1.46 |
| 3283 | 2026-05-27T02:11:58.887Z | [ host-package] Compiling xshell-macros v0.2.7 |
| 3284 | 2026-05-27T02:11:58.963Z | [ helios-setup] May 27 02:11:58.002 INFO E| Compiling num-bigint-dig v0.8.4 |
| 3285 | 2026-05-27T02:11:58.984Z | [ helios-setup] May 27 02:11:58.023 INFO E| Compiling pin-utils v0.1.0 |
| 3286 | 2026-05-27T02:11:58.987Z | [ helios-setup] May 27 02:11:58.024 INFO E| Compiling futures-task v0.3.31 |
| 3287 | 2026-05-27T02:11:59.108Z | [ helios-setup] May 27 02:11:58.146 INFO E| Compiling futures-io v0.3.31 |
| 3288 | 2026-05-27T02:11:59.140Z | [ helios-setup] May 27 02:11:58.179 INFO E| Compiling funty v2.0.0 |
| 3289 | 2026-05-27T02:11:59.207Z | [ host-package] Compiling ascii-canvas v3.0.0 |
| 3290 | 2026-05-27T02:11:59.210Z | [ helios-setup] May 27 02:11:58.250 INFO E| Compiling bytes v1.10.1 |
| 3291 | 2026-05-27T02:11:59.230Z | [ helios-setup] May 27 02:11:58.270 INFO E| Compiling strsim v0.11.1 |
| 3292 | 2026-05-27T02:11:59.234Z | [ host-package] Compiling bit-set v0.5.3 |
| 3293 | 2026-05-27T02:11:59.238Z | [ helios-setup] May 27 02:11:58.276 INFO E| Compiling scopeguard v1.2.0 |
| 3294 | 2026-05-27T02:11:59.257Z | [ helios-setup] May 27 02:11:58.296 INFO E| Compiling thiserror v1.0.69 |
| 3295 | 2026-05-27T02:11:59.361Z | [ helios-setup] May 27 02:11:58.400 INFO E| Compiling packed_struct v0.10.1 |
| 3296 | 2026-05-27T02:11:59.439Z | [ helios-setup] May 27 02:11:58.478 INFO E| Compiling time-core v0.1.6 |
| 3297 | 2026-05-27T02:11:59.543Z | [ helios-setup] May 27 02:11:58.582 INFO E| Compiling toml_edit v0.23.7 |
| 3298 | 2026-05-27T02:11:59.613Z | [ helios-setup] May 27 02:11:58.653 INFO E| Compiling slab v0.4.11 |
| 3299 | 2026-05-27T02:11:59.682Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3300 | 2026-05-27T02:11:59.685Z | [ helios-setup] May 27 02:11:58.724 INFO E| Compiling heck v0.5.0 |
| 3301 | 2026-05-27T02:11:59.693Z | [ helios-setup] May 27 02:11:58.733 INFO E| Compiling num-conv v0.1.0 |
| 3302 | 2026-05-27T02:11:59.828Z | [ helios-setup] May 27 02:11:58.867 INFO E| Compiling bitvec v1.0.1 |
| 3303 | 2026-05-27T02:11:59.851Z | [ host-package] Compiling itertools v0.10.5 |
| 3304 | 2026-05-27T02:11:59.931Z | [ helios-setup] May 27 02:11:58.970 INFO E| Compiling num-iter v0.1.45 |
| 3305 | 2026-05-27T02:12:00.043Z | [ helios-setup] May 27 02:11:59.082 INFO E| Compiling time-macros v0.2.24 |
| 3306 | 2026-05-27T02:12:00.043Z | [ helios-setup] May 27 02:11:59.082 INFO E| Compiling lock_api v0.4.14 |
| 3307 | 2026-05-27T02:12:00.054Z | [ host-package] Compiling ena v0.14.4 |
| 3308 | 2026-05-27T02:12:00.129Z | [ host-package] Compiling libloading v0.8.9 |
| 3309 | 2026-05-27T02:12:00.158Z | [ helios-setup] May 27 02:11:59.197 INFO E| Compiling terminal_size v0.4.3 |
| 3310 | 2026-05-27T02:12:00.198Z | [ host-package] Compiling bindgen v0.71.1 |
| 3311 | 2026-05-27T02:12:00.201Z | [ host-package] Compiling xshell v0.2.7 |
| 3312 | 2026-05-27T02:12:00.210Z | [ helios-setup] May 27 02:11:59.250 INFO E| Compiling deranged v0.5.5 |
| 3313 | 2026-05-27T02:12:00.238Z | [ helios-setup] May 27 02:11:59.276 INFO E| Compiling lazy_static v1.5.0 |
| 3314 | 2026-05-27T02:12:00.313Z | [ helios-setup] May 27 02:11:59.352 INFO E| Compiling clap_builder v4.5.51 |
| 3315 | 2026-05-27T02:12:00.356Z | [ helios-setup] May 27 02:11:59.395 INFO E| Compiling indexmap v1.9.3 |
| 3316 | 2026-05-27T02:12:00.499Z | [ host-package] Compiling regex-syntax v0.6.29 |
| 3317 | 2026-05-27T02:12:00.542Z | [ helios-setup] May 27 02:11:59.581 INFO E| Compiling proc-macro-crate v3.4.0 |
| 3318 | 2026-05-27T02:12:00.709Z | [ helios-setup] May 27 02:11:59.749 INFO E| Compiling crc-catalog v2.4.0 |
| 3319 | 2026-05-27T02:12:00.789Z | [ host-package] Compiling unicase v2.9.0 |
| 3320 | 2026-05-27T02:12:00.800Z | [ helios-setup] May 27 02:11:59.839 INFO E| Compiling adler2 v2.0.1 |
| 3321 | 2026-05-27T02:12:00.820Z | [ helios-setup] May 27 02:11:59.859 INFO E| Compiling nodrop v0.1.14 |
| 3322 | 2026-05-27T02:12:00.823Z | [ helios-setup] May 27 02:11:59.860 INFO E| Compiling serde_json v1.0.145 |
| 3323 | 2026-05-27T02:12:00.834Z | [ helios-setup] May 27 02:11:59.873 INFO E| Compiling iana-time-zone v0.1.64 |
| 3324 | 2026-05-27T02:12:00.966Z | [ helios-setup] May 27 02:12:00.004 INFO E| Compiling log v0.4.28 |
| 3325 | 2026-05-27T02:12:00.981Z | [ host-package] Compiling diff v0.1.13 |
| 3326 | 2026-05-27T02:12:01.099Z | [ host-package] Compiling crc8 v0.1.1 |
| 3327 | 2026-05-27T02:12:01.107Z | [ helios-setup] May 27 02:12:00.147 INFO E| Compiling thiserror v2.0.17 |
| 3328 | 2026-05-27T02:12:01.147Z | [ helios-setup] May 27 02:12:00.186 INFO E| Compiling once_cell v1.21.3 |
| 3329 | 2026-05-27T02:12:01.286Z | [ helios-setup] May 27 02:12:00.325 INFO E| Compiling simd-adler32 v0.3.7 |
| 3330 | 2026-05-27T02:12:01.347Z | [ helios-setup] May 27 02:12:00.387 INFO E| Compiling env_filter v0.1.4 |
| 3331 | 2026-05-27T02:12:01.381Z | [ helios-setup] May 27 02:12:00.420 INFO E| Compiling chrono v0.4.42 |
| 3332 | 2026-05-27T02:12:01.429Z | [ helios-setup] May 27 02:12:00.468 INFO E| Compiling array-init v0.0.4 |
| 3333 | 2026-05-27T02:12:01.491Z | [ helios-setup] May 27 02:12:00.530 INFO E| Compiling crc v3.3.0 |
| 3334 | 2026-05-27T02:12:01.560Z | [ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3335 | 2026-05-27T02:12:01.663Z | [ helios-setup] May 27 02:12:00.694 INFO E| Compiling miniz_oxide v0.8.9 |
| 3336 | 2026-05-27T02:12:01.800Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3337 | 2026-05-27T02:12:01.800Z | [ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3338 | 2026-05-27T02:12:01.880Z | [ helios-setup] May 27 02:12:00.919 INFO E| Compiling parking_lot v0.12.5 |
| 3339 | 2026-05-27T02:12:01.922Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3340 | 2026-05-27T02:12:01.948Z | [ helios-setup] May 27 02:12:00.987 INFO E| Compiling smallvec v0.6.14 |
| 3341 | 2026-05-27T02:12:02.269Z | [ host-package] Compiling cexpr v0.6.0 |
| 3342 | 2026-05-27T02:12:02.376Z | [ helios-setup] May 27 02:12:01.415 INFO E| Compiling serde_spanned v1.0.3 |
| 3343 | 2026-05-27T02:12:02.437Z | [ helios-setup] May 27 02:12:01.470 INFO E| Compiling packed_struct_codegen v0.10.1 |
| 3344 | 2026-05-27T02:12:02.462Z | [ host-package] Compiling rustc-hash v2.1.1 |
| 3345 | 2026-05-27T02:12:02.496Z | [ helios-setup] May 27 02:12:01.536 INFO E| Compiling signature v2.2.0 |
| 3346 | 2026-05-27T02:12:02.697Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3347 | 2026-05-27T02:12:02.748Z | [ helios-setup] May 27 02:12:01.788 INFO E| Compiling signal-hook-registry v1.4.6 |
| 3348 | 2026-05-27T02:12:02.828Z | [ helios-setup] May 27 02:12:01.867 INFO E| Compiling socket2 v0.6.1 |
| 3349 | 2026-05-27T02:12:02.848Z | [ helios-setup] May 27 02:12:01.887 INFO E| Compiling time v0.3.44 |
| 3350 | 2026-05-27T02:12:02.916Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3351 | 2026-05-27T02:12:03.001Z | [ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3352 | 2026-05-27T02:12:03.009Z | [ helios-setup] May 27 02:12:02.049 INFO E| Compiling serde_derive v1.0.228 |
| 3353 | 2026-05-27T02:12:03.080Z | [ helios-setup] May 27 02:12:02.117 INFO E| Compiling zerocopy-derive v0.8.27 |
| 3354 | 2026-05-27T02:12:03.107Z | [ helios-setup] May 27 02:12:02.147 INFO E| Compiling der_derive v0.7.3 |
| 3355 | 2026-05-27T02:12:03.191Z | [ helios-setup] May 27 02:12:02.231 INFO E| Compiling futures-macro v0.3.31 |
| 3356 | 2026-05-27T02:12:03.209Z | [ helios-setup] May 27 02:12:02.246 INFO E| Compiling zerocopy-derive v0.6.6 |
| 3357 | 2026-05-27T02:12:03.314Z | [ host-package] Compiling lalrpop v0.19.12 |
| 3358 | 2026-05-27T02:12:03.510Z | [ helios-setup] May 27 02:12:02.549 INFO E| Compiling num_enum_derive v0.7.5 |
| 3359 | 2026-05-27T02:12:03.662Z | [ helios-setup] May 27 02:12:02.701 INFO E| Compiling thiserror-impl v1.0.69 |
| 3360 | 2026-05-27T02:12:03.827Z | [ host-package] Compiling headers-core v0.3.0 |
| 3361 | 2026-05-27T02:12:03.860Z | [ helios-setup] May 27 02:12:02.900 INFO E| Compiling bitfield-macros v0.19.3 |
| 3362 | 2026-05-27T02:12:03.884Z | [ host-package] Compiling libxml v0.3.3 |
| 3363 | 2026-05-27T02:12:03.986Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3364 | 2026-05-27T02:12:04.032Z | [ helios-setup] May 27 02:12:03.071 INFO E| Compiling clap_derive v4.5.49 |
| 3365 | 2026-05-27T02:12:04.311Z | [ host-package] Compiling headers v0.4.1 |
| 3366 | 2026-05-27T02:12:04.432Z | [ helios-setup] May 27 02:12:03.471 INFO E| Compiling thiserror-impl v2.0.17 |
| 3367 | 2026-05-27T02:12:04.489Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3368 | 2026-05-27T02:12:04.501Z | [ helios-setup] May 27 02:12:03.540 INFO E| Compiling tokio-macros v2.6.0 |
| 3369 | 2026-05-27T02:12:04.626Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3370 | 2026-05-27T02:12:04.857Z | [ host-package] Compiling typify-impl v0.4.3 |
| 3371 | 2026-05-27T02:12:05.008Z | [ helios-setup] May 27 02:12:04.048 INFO E| Compiling der v0.7.10 |
| 3372 | 2026-05-27T02:12:05.073Z | [ helios-setup] May 27 02:12:04.113 INFO E| Compiling is-terminal v0.4.17 |
| 3373 | 2026-05-27T02:12:05.110Z | [ helios-setup] May 27 02:12:04.146 INFO E| Compiling futures-util v0.3.31 |
| 3374 | 2026-05-27T02:12:05.167Z | [ helios-setup] May 27 02:12:04.207 INFO E| Compiling num_enum v0.7.5 |
| 3375 | 2026-05-27T02:12:05.188Z | [ helios-setup] May 27 02:12:04.228 INFO E| Compiling mio v1.1.0 |
| 3376 | 2026-05-27T02:12:05.416Z | [ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3377 | 2026-05-27T02:12:05.421Z | [ helios-setup] May 27 02:12:04.461 INFO E| Compiling thread_local v1.1.9 |
| 3378 | 2026-05-27T02:12:05.508Z | [ helios-setup] May 27 02:12:04.547 INFO E| Compiling zerocopy v0.6.6 |
| 3379 | 2026-05-27T02:12:05.559Z | [ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3380 | 2026-05-27T02:12:05.644Z | [ helios-setup] May 27 02:12:04.683 INFO E| Compiling bitfield v0.19.3 |
| 3381 | 2026-05-27T02:12:05.740Z | [ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3382 | 2026-05-27T02:12:06.101Z | [ helios-setup] May 27 02:12:05.140 INFO E| Compiling term v1.2.0 |
| 3383 | 2026-05-27T02:12:06.227Z | [ helios-setup] May 27 02:12:05.266 INFO E| Compiling hashbrown v0.12.3 |
| 3384 | 2026-05-27T02:12:06.230Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3385 | 2026-05-27T02:12:06.237Z | [ helios-setup] May 27 02:12:05.277 INFO E| Compiling base64 v0.21.7 |
| 3386 | 2026-05-27T02:12:06.294Z | [ helios-setup] May 27 02:12:05.334 INFO E| Compiling winnow v0.5.40 |
| 3387 | 2026-05-27T02:12:06.329Z | [ helios-setup] May 27 02:12:05.369 INFO E| Compiling ryu v1.0.20 |
| 3388 | 2026-05-27T02:12:06.439Z | [ helios-setup] May 27 02:12:05.478 INFO E| Compiling subtle v2.6.1 |
| 3389 | 2026-05-27T02:12:06.468Z | [ helios-setup] May 27 02:12:05.507 INFO E| Compiling toml_writer v1.0.4 |
| 3390 | 2026-05-27T02:12:06.827Z | [ helios-setup] May 27 02:12:05.866 INFO E| Compiling libdevinfo-sys v1.1.0 |
| 3391 | 2026-05-27T02:12:06.929Z | [ helios-setup] May 27 02:12:05.968 INFO E| Compiling spki v0.7.3 |
| 3392 | 2026-05-27T02:12:07.064Z | [ helios-setup] May 27 02:12:06.103 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 3393 | 2026-05-27T02:12:07.077Z | [ helios-setup] May 27 02:12:06.116 INFO E| Compiling devinfo v0.1.0 |
| 3394 | 2026-05-27T02:12:07.092Z | [ helios-setup] May 27 02:12:06.132 INFO E| Compiling toml v0.9.8 |
| 3395 | 2026-05-27T02:12:07.120Z | [ host-package] Compiling diesel v2.3.7 |
| 3396 | 2026-05-27T02:12:07.237Z | [ host-package] Compiling strum_macros v0.24.3 |
| 3397 | 2026-05-27T02:12:07.286Z | [ helios-setup] May 27 02:12:06.325 INFO E| Compiling tokio v1.48.0 |
| 3398 | 2026-05-27T02:12:07.399Z | [ helios-setup] May 27 02:12:06.438 INFO E| Compiling pkcs8 v0.10.2 |
| 3399 | 2026-05-27T02:12:07.842Z | [ helios-setup] May 27 02:12:06.880 INFO E| Compiling clap v4.5.51 |
| 3400 | 2026-05-27T02:12:07.938Z | [ helios-setup] May 27 02:12:06.977 INFO E| Compiling pkcs1 v0.7.5 |
| 3401 | 2026-05-27T02:12:08.046Z | [ helios-setup] May 27 02:12:07.085 INFO E| Compiling x509-cert v0.2.5 |
| 3402 | 2026-05-27T02:12:08.183Z | [ helios-setup] May 27 02:12:07.222 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3403 | 2026-05-27T02:12:08.200Z | [ host-package] Compiling git-stub v1.0.0 |
| 3404 | 2026-05-27T02:12:08.313Z | [ host-package] Compiling indoc v1.0.9 |
| 3405 | 2026-05-27T02:12:08.434Z | [ helios-setup] May 27 02:12:07.474 INFO E| Compiling bzip2 v0.4.4 |
| 3406 | 2026-05-27T02:12:08.642Z | [ helios-setup] May 27 02:12:07.681 INFO E| Compiling flate2 v1.1.5 |
| 3407 | 2026-05-27T02:12:08.679Z | [ helios-setup] May 27 02:12:07.719 INFO E| Compiling uuid v1.18.1 |
| 3408 | 2026-05-27T02:12:08.702Z | [ host-package] Compiling git-stub-vcs v0.1.0 |
| 3409 | 2026-05-27T02:12:08.977Z | [ helios-setup] May 27 02:12:08.016 INFO E| Compiling env_logger v0.11.8 |
| 3410 | 2026-05-27T02:12:09.065Z | [ helios-setup] May 27 02:12:08.104 INFO E| Compiling crc-any v2.5.0 |
| 3411 | 2026-05-27T02:12:09.239Z | [ helios-setup] May 27 02:12:08.278 INFO E| Compiling rustc-hash v2.1.1 |
| 3412 | 2026-05-27T02:12:09.320Z | [ helios-setup] May 27 02:12:08.360 INFO E| Compiling hex v0.4.3 |
| 3413 | 2026-05-27T02:12:09.433Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3414 | 2026-05-27T02:12:09.504Z | [ host-package] Compiling derive_builder v0.20.2 |
| 3415 | 2026-05-27T02:12:09.583Z | [ helios-setup] May 27 02:12:08.622 INFO E| Compiling erased-serde v0.3.31 |
| 3416 | 2026-05-27T02:12:09.598Z | [ helios-setup] May 27 02:12:08.638 INFO E| Compiling serde_spanned v0.6.9 |
| 3417 | 2026-05-27T02:12:09.748Z | [ helios-setup] May 27 02:12:08.787 INFO E| Compiling toml_datetime v0.6.11 |
| 3418 | 2026-05-27T02:12:09.826Z | [ helios-setup] May 27 02:12:08.865 INFO E| Compiling futures-executor v0.3.31 |
| 3419 | 2026-05-27T02:12:09.850Z | [ helios-setup] May 27 02:12:08.889 INFO E| Compiling serde-hex v0.1.0 |
| 3420 | 2026-05-27T02:12:09.919Z | [ helios-setup] May 27 02:12:08.958 INFO E| Compiling ron v0.8.1 |
| 3421 | 2026-05-27T02:12:10.074Z | [ helios-setup] May 27 02:12:09.113 INFO E| Compiling toml_edit v0.19.15 |
| 3422 | 2026-05-27T02:12:10.089Z | [ host-package] Compiling oso-derive v0.27.3 |
| 3423 | 2026-05-27T02:12:10.120Z | [ host-package] Compiling quick-xml v0.37.5 |
| 3424 | 2026-05-27T02:12:10.307Z | [ host-package] Compiling impl-trait-for-tuples v0.2.3 |
| 3425 | 2026-05-27T02:12:10.313Z | [ helios-setup] May 27 02:12:09.352 INFO E| Compiling ppv-lite86 v0.2.21 |
| 3426 | 2026-05-27T02:12:10.674Z | [ helios-setup] May 27 02:12:09.713 INFO E| Compiling hashbrown v0.13.2 |
| 3427 | 2026-05-27T02:12:10.779Z | [ helios-setup] May 27 02:12:09.818 INFO E| Compiling futures v0.3.31 |
| 3428 | 2026-05-27T02:12:10.874Z | [ helios-setup] May 27 02:12:09.914 INFO E| Compiling bitflags v1.3.2 |
| 3429 | 2026-05-27T02:12:10.963Z | [ helios-setup] May 27 02:12:10.002 INFO E| Compiling rand_chacha v0.3.1 |
| 3430 | 2026-05-27T02:12:10.970Z | [ helios-setup] May 27 02:12:10.009 INFO E| Compiling foldhash v0.2.0 |
| 3431 | 2026-05-27T02:12:11.043Z | [ helios-setup] May 27 02:12:10.082 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
| 3432 | 2026-05-27T02:12:11.043Z | [ helios-setup] May 27 02:12:10.082 INFO E| Compiling zip v0.6.6 |
| 3433 | 2026-05-27T02:12:11.303Z | [ helios-setup] May 27 02:12:10.342 INFO E| Compiling rand v0.8.5 |
| 3434 | 2026-05-27T02:12:11.717Z | [ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3435 | 2026-05-27T02:12:11.819Z | [ helios-setup] May 27 02:12:10.859 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0) |
| 3436 | 2026-05-27T02:12:11.930Z | [ host-package] Compiling typify-macro v0.4.3 |
| 3437 | 2026-05-27T02:12:11.941Z | [ helios-setup] May 27 02:12:10.980 INFO E| Compiling slog-term v2.9.2 |
| 3438 | 2026-05-27T02:12:12.043Z | [ helios-setup] May 27 02:12:11.083 INFO E| Compiling object v0.30.4 |
| 3439 | 2026-05-27T02:12:12.100Z | [ helios-setup] May 27 02:12:11.139 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3440 | 2026-05-27T02:12:12.128Z | [ host-package] Compiling openssl-probe v0.1.6 |
| 3441 | 2026-05-27T02:12:12.180Z | [ helios-setup] May 27 02:12:11.217 INFO E| Compiling iddqd v0.3.14 |
| 3442 | 2026-05-27T02:12:12.575Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3443 | 2026-05-27T02:12:12.864Z | [ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3444 | 2026-05-27T02:12:13.064Z | [ helios-setup] May 27 02:12:12.103 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3445 | 2026-05-27T02:12:13.294Z | [ helios-setup] May 27 02:12:12.334 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
| 3446 | 2026-05-27T02:12:13.337Z | [ host-package] Compiling half v1.8.3 |
| 3447 | 2026-05-27T02:12:13.806Z | [ helios-setup] May 27 02:12:12.845 INFO E| Compiling toml v0.7.8 |
| 3448 | 2026-05-27T02:12:13.843Z | [ host-package] Compiling serde_cbor v0.11.2 |
| 3449 | 2026-05-27T02:12:14.267Z | [ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3450 | 2026-05-27T02:12:14.375Z | [ helios-setup] May 27 02:12:13.414 INFO E| Compiling path-slash v0.1.5 |
| 3451 | 2026-05-27T02:12:14.710Z | [ host-package] Compiling samael v0.0.19 |
| 3452 | 2026-05-27T02:12:14.807Z | [ host-package] Compiling bb8 v0.8.6 |
| 3453 | 2026-05-27T02:12:15.064Z | [ helios-setup] May 27 02:12:14.104 INFO E| Compiling rsa v0.9.8 |
| 3454 | 2026-05-27T02:12:15.251Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3455 | 2026-05-27T02:12:15.293Z | [ host-package] Compiling trait-variant v0.1.2 |
| 3456 | 2026-05-27T02:12:15.760Z | [ host-package] Compiling typify v0.4.3 |
| 3457 | 2026-05-27T02:12:16.039Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3458 | 2026-05-27T02:12:16.291Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3459 | 2026-05-27T02:12:16.337Z | [ helios-setup] May 27 02:12:15.377 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
| 3460 | 2026-05-27T02:12:16.657Z | [ helios-setup] May 27 02:12:15.696 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks) |
| 3461 | 2026-05-27T02:12:16.932Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3462 | 2026-05-27T02:12:17.203Z | [ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 3463 | 2026-05-27T02:12:17.734Z | [ host-package] Compiling progenitor-impl v0.11.2 |
| 3464 | 2026-05-27T02:12:18.006Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3465 | 2026-05-27T02:12:18.526Z | [ host-package] Compiling polar-core v0.27.3 |
| 3466 | 2026-05-27T02:12:19.139Z | [ host-package] Compiling fxhash v0.2.1 |
| 3467 | 2026-05-27T02:12:19.618Z | [ host-package] Compiling libz-sys v1.1.24 |
| 3468 | 2026-05-27T02:12:20.547Z | [ host-package] Compiling salty v0.3.0 |
| 3469 | 2026-05-27T02:12:21.171Z | [ host-package] Compiling nonempty v0.12.0 |
| 3470 | 2026-05-27T02:12:21.679Z | [ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3471 | 2026-05-27T02:12:21.780Z | [ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3472 | 2026-05-27T02:12:21.780Z | [ host-package] Compiling progenitor-client v0.11.2 |
| 3473 | 2026-05-27T02:12:21.807Z | [ host-package] Compiling progenitor-macro v0.11.2 |
| 3474 | 2026-05-27T02:12:21.866Z | [ helios-setup] May 27 02:12:20.906 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3475 | 2026-05-27T02:12:22.610Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312) |
| 3476 | 2026-05-27T02:12:22.691Z | [ host-package] Compiling kstat-rs v0.2.4 |
| 3477 | 2026-05-27T02:12:23.212Z | [ helios-setup] May 27 02:12:22.251 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e) |
| 3478 | 2026-05-27T02:12:23.215Z | [ host-package] Compiling arc-swap v1.8.2 |
| 3479 | 2026-05-27T02:12:24.317Z | [ host-package] Compiling slog-scope v4.4.1 |
| 3480 | 2026-05-27T02:12:24.629Z | [ host-package] Compiling mime_guess v2.0.5 |
| 3481 | 2026-05-27T02:12:24.915Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312) |
| 3482 | 2026-05-27T02:12:25.226Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3483 | 2026-05-27T02:12:25.580Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3484 | 2026-05-27T02:12:26.262Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3485 | 2026-05-27T02:12:26.905Z | [ host-package] Compiling progenitor v0.11.2 |
| 3486 | 2026-05-27T02:12:27.133Z | [ host-package] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3487 | 2026-05-27T02:12:27.227Z | [ host-package] Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3488 | 2026-05-27T02:12:27.815Z | [ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3489 | 2026-05-27T02:12:27.880Z | [ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3490 | 2026-05-27T02:12:28.032Z | [ helios-setup] May 27 02:12:27.071 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
| 3491 | 2026-05-27T02:12:29.356Z | [ host-package] Compiling nanorand v0.7.0 |
| 3492 | 2026-05-27T02:12:29.633Z | [ host-package] Compiling darling_core v0.23.0 |
| 3493 | 2026-05-27T02:12:29.671Z | [ host-package] Compiling libgit2-sys v0.18.3+1.9.2 |
| 3494 | 2026-05-27T02:12:29.942Z | [ host-package] Compiling oso v0.27.3 |
| 3495 | 2026-05-27T02:12:30.113Z | [ host-package] Compiling parking_lot_core v0.8.6 |
| 3496 | 2026-05-27T02:12:32.053Z | [ host-package] Compiling darling_macro v0.23.0 |
| 3497 | 2026-05-27T02:12:32.837Z | [ host-package] Compiling flume v0.11.1 |
| 3498 | 2026-05-27T02:12:33.464Z | [ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3499 | 2026-05-27T02:12:38.032Z | [ host-package] Compiling diesel-dtrace v0.5.0 |
| 3500 | 2026-05-27T02:12:38.080Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
| 3501 | 2026-05-27T02:12:38.116Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3502 | 2026-05-27T02:12:38.541Z | [ host-package] Compiling slog-stdlog v4.1.1 |
| 3503 | 2026-05-27T02:12:39.037Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3504 | 2026-05-27T02:12:39.229Z | [ host-package] Compiling primeorder v0.13.6 |
| 3505 | 2026-05-27T02:12:39.574Z | [ host-package] Compiling atty v0.2.14 |
| 3506 | 2026-05-27T02:12:39.579Z | [ helios-setup] May 27 02:12:38.618 INFO E| Finished `release` profile [optimized] target(s) in 47.51s |
| 3507 | 2026-05-27T02:12:39.582Z | [ helios-setup] May 27 02:12:38.621 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4 |
| 3508 | 2026-05-27T02:12:39.582Z | [ helios-setup] May 27 02:12:38.621 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3509 | 2026-05-27T02:12:39.628Z | [ host-package] Compiling strsim v0.10.0 |
| 3510 | 2026-05-27T02:12:39.634Z | [ helios-setup] May 27 02:12:38.673 INFO building project "pilot" ok (47 seconds) |
| 3511 | 2026-05-27T02:12:39.634Z | [ helios-setup] May 27 02:12:38.673 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report" |
| 3512 | 2026-05-27T02:12:39.642Z | [ helios-setup] May 27 02:12:38.682 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.94.0-x86_64-unknown-illumos (default)" |
| 3513 | 2026-05-27T02:12:39.642Z | [ helios-setup] May 27 02:12:38.682 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report |
| 3514 | 2026-05-27T02:12:39.645Z | [ helios-setup] May 27 02:12:38.682 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report") |
| 3515 | 2026-05-27T02:12:39.751Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3516 | 2026-05-27T02:12:39.843Z | [ helios-setup] May 27 02:12:38.882 INFO E| Downloading crates ... |
| 3517 | 2026-05-27T02:12:39.937Z | [ helios-setup] May 27 02:12:38.976 INFO E| Downloaded time-core v0.1.4 |
| 3518 | 2026-05-27T02:12:39.940Z | [ helios-setup] May 27 02:12:38.978 INFO E| Downloaded errno v0.3.12 |
| 3519 | 2026-05-27T02:12:39.940Z | [ helios-setup] May 27 02:12:38.979 INFO E| Downloaded bitflags v2.9.1 |
| 3520 | 2026-05-27T02:12:39.943Z | [ helios-setup] May 27 02:12:38.981 INFO E| Downloaded tempfile v3.20.0 |
| 3521 | 2026-05-27T02:12:39.946Z | [ helios-setup] May 27 02:12:38.983 INFO E| Downloaded iana-time-zone v0.1.63 |
| 3522 | 2026-05-27T02:12:39.946Z | [ helios-setup] May 27 02:12:38.985 INFO E| Downloaded time-macros v0.2.22 |
| 3523 | 2026-05-27T02:12:39.949Z | [ helios-setup] May 27 02:12:38.986 INFO E| Downloaded serde_with_macros v3.12.0 |
| 3524 | 2026-05-27T02:12:39.949Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3525 | 2026-05-27T02:12:39.952Z | [ helios-setup] May 27 02:12:38.991 INFO E| Downloaded deranged v0.4.0 |
| 3526 | 2026-05-27T02:12:39.964Z | [ helios-setup] May 27 02:12:39.004 INFO E| Downloaded getrandom v0.3.3 |
| 3527 | 2026-05-27T02:12:39.967Z | [ helios-setup] May 27 02:12:39.007 INFO E| Downloaded time v0.3.41 |
| 3528 | 2026-05-27T02:12:39.973Z | [ helios-setup] May 27 02:12:39.012 INFO E| Downloaded anyhow v1.0.98 |
| 3529 | 2026-05-27T02:12:39.986Z | [ helios-setup] May 27 02:12:39.026 INFO E| Downloaded indexmap v2.9.0 |
| 3530 | 2026-05-27T02:12:39.989Z | [ helios-setup] May 27 02:12:39.029 INFO E| Downloaded hashbrown v0.15.3 |
| 3531 | 2026-05-27T02:12:40.008Z | [ helios-setup] May 27 02:12:39.047 INFO E| Downloaded chrono v0.4.41 |
| 3532 | 2026-05-27T02:12:40.013Z | [ helios-setup] May 27 02:12:39.052 INFO E| Downloaded rustix v1.0.7 |
| 3533 | 2026-05-27T02:12:40.055Z | [ helios-setup] May 27 02:12:39.094 INFO E| Downloaded serde_with v3.12.0 |
| 3534 | 2026-05-27T02:12:40.105Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3535 | 2026-05-27T02:12:40.109Z | [ helios-setup] May 27 02:12:39.146 INFO E| Compiling proc-macro2 v1.0.95 |
| 3536 | 2026-05-27T02:12:40.109Z | [ helios-setup] May 27 02:12:39.146 INFO E| Compiling unicode-ident v1.0.18 |
| 3537 | 2026-05-27T02:12:40.109Z | [ helios-setup] May 27 02:12:39.146 INFO E| Compiling libc v0.2.172 |
| 3538 | 2026-05-27T02:12:40.109Z | [ helios-setup] May 27 02:12:39.146 INFO E| Compiling strsim v0.11.1 |
| 3539 | 2026-05-27T02:12:40.109Z | [ helios-setup] May 27 02:12:39.146 INFO E| Compiling fnv v1.0.7 |
| 3540 | 2026-05-27T02:12:40.109Z | [ helios-setup] May 27 02:12:39.146 INFO E| Compiling ident_case v1.0.1 |
| 3541 | 2026-05-27T02:12:40.109Z | [ helios-setup] May 27 02:12:39.146 INFO E| Compiling serde v1.0.219 |
| 3542 | 2026-05-27T02:12:40.109Z | [ helios-setup] May 27 02:12:39.146 INFO E| Compiling rustix v1.0.7 |
| 3543 | 2026-05-27T02:12:40.122Z | [ helios-setup] May 27 02:12:39.161 INFO E| Compiling getrandom v0.3.3 |
| 3544 | 2026-05-27T02:12:40.122Z | [ helios-setup] May 27 02:12:39.161 INFO E| Compiling serde_json v1.0.140 |
| 3545 | 2026-05-27T02:12:40.125Z | [ helios-setup] May 27 02:12:39.161 INFO E| Compiling thiserror v2.0.12 |
| 3546 | 2026-05-27T02:12:40.125Z | [ helios-setup] May 27 02:12:39.162 INFO E| Compiling cfg-if v1.0.0 |
| 3547 | 2026-05-27T02:12:40.125Z | [ helios-setup] May 27 02:12:39.162 INFO E| Compiling anyhow v1.0.98 |
| 3548 | 2026-05-27T02:12:40.125Z | [ helios-setup] May 27 02:12:39.162 INFO E| Compiling bitflags v2.9.1 |
| 3549 | 2026-05-27T02:12:40.125Z | [ helios-setup] May 27 02:12:39.162 INFO E| Compiling ryu v1.0.20 |
| 3550 | 2026-05-27T02:12:40.125Z | [ helios-setup] May 27 02:12:39.162 INFO E| Compiling once_cell v1.21.3 |
| 3551 | 2026-05-27T02:12:40.294Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3552 | 2026-05-27T02:12:40.316Z | [ helios-setup] May 27 02:12:39.350 INFO E| Compiling memchr v2.7.4 |
| 3553 | 2026-05-27T02:12:40.348Z | [ helios-setup] May 27 02:12:39.388 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report) |
| 3554 | 2026-05-27T02:12:40.459Z | [ helios-setup] May 27 02:12:39.498 INFO E| Compiling itoa v1.0.15 |
| 3555 | 2026-05-27T02:12:40.578Z | [ host-package] Compiling instability v0.3.11 |
| 3556 | 2026-05-27T02:12:40.724Z | [ helios-setup] May 27 02:12:39.763 INFO E| Compiling fastrand v2.3.0 |
| 3557 | 2026-05-27T02:12:40.816Z | [ host-package] Compiling http-range v0.1.5 |
| 3558 | 2026-05-27T02:12:41.312Z | [ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3559 | 2026-05-27T02:12:41.361Z | [ host-package] Compiling darling_core v0.13.4 |
| 3560 | 2026-05-27T02:12:41.388Z | [ helios-setup] May 27 02:12:40.427 INFO E| Compiling errno v0.3.12 |
| 3561 | 2026-05-27T02:12:41.787Z | [ helios-setup] May 27 02:12:40.826 INFO E| Compiling quote v1.0.40 |
| 3562 | 2026-05-27T02:12:42.003Z | [ helios-setup] May 27 02:12:41.042 INFO E| Compiling syn v2.0.101 |
| 3563 | 2026-05-27T02:12:42.265Z | [ helios-setup] May 27 02:12:41.304 INFO E| Compiling tempfile v3.20.0 |
| 3564 | 2026-05-27T02:12:43.500Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3565 | 2026-05-27T02:12:44.319Z | [ helios-setup] May 27 02:12:43.359 INFO E| Compiling darling_core v0.20.11 |
| 3566 | 2026-05-27T02:12:44.492Z | [ host-package] Compiling p384 v0.13.1 |
| 3567 | 2026-05-27T02:12:45.372Z | [ host-package] Compiling slog-envlogger v2.2.0 |
| 3568 | 2026-05-27T02:12:45.429Z | [ helios-setup] May 27 02:12:44.468 INFO E| Compiling serde_derive v1.0.219 |
| 3569 | 2026-05-27T02:12:45.429Z | [ helios-setup] May 27 02:12:44.468 INFO E| Compiling thiserror-impl v2.0.12 |
| 3570 | 2026-05-27T02:12:46.492Z | [ helios-setup] May 27 02:12:45.530 INFO E| Compiling darling_macro v0.20.11 |
| 3571 | 2026-05-27T02:12:46.901Z | [ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3572 | 2026-05-27T02:12:47.208Z | [ helios-setup] May 27 02:12:46.247 INFO E| Compiling darling v0.20.11 |
| 3573 | 2026-05-27T02:12:47.319Z | [ helios-setup] May 27 02:12:46.358 INFO E| Compiling serde_with_macros v3.12.0 |
| 3574 | 2026-05-27T02:12:47.626Z | [ host-package] Compiling darling v0.23.0 |
| 3575 | 2026-05-27T02:12:47.801Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3576 | 2026-05-27T02:12:48.222Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3577 | 2026-05-27T02:12:48.405Z | [ host-package] Compiling ignore v0.4.25 |
| 3578 | 2026-05-27T02:12:48.756Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3579 | 2026-05-27T02:12:48.965Z | [ host-package] Compiling vergen-git2 v9.1.0 |
| 3580 | 2026-05-27T02:12:49.146Z | [ host-package] Compiling castaway v0.2.4 |
| 3581 | 2026-05-27T02:12:49.208Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3582 | 2026-05-27T02:12:49.246Z | [ host-package] Compiling indoc v2.0.7 |
| 3583 | 2026-05-27T02:12:49.303Z | [ host-package] Compiling compact_str v0.8.1 |
| 3584 | 2026-05-27T02:12:49.401Z | [ host-package] Compiling globwalk v0.9.1 |
| 3585 | 2026-05-27T02:12:49.564Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3586 | 2026-05-27T02:12:49.839Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3587 | 2026-05-27T02:12:50.119Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3588 | 2026-05-27T02:12:50.165Z | [ host-package] Compiling parking_lot v0.11.2 |
| 3589 | 2026-05-27T02:12:50.210Z | [ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3590 | 2026-05-27T02:12:50.478Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
| 3591 | 2026-05-27T02:12:50.500Z | [ host-package] Compiling darling_macro v0.13.4 |
| 3592 | 2026-05-27T02:12:50.729Z | [ helios-setup] May 27 02:12:49.768 INFO E| Compiling serde_with v3.12.0 |
| 3593 | 2026-05-27T02:12:51.235Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3594 | 2026-05-27T02:12:51.549Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3595 | 2026-05-27T02:12:51.636Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3596 | 2026-05-27T02:12:51.841Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3597 | 2026-05-27T02:12:52.049Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3598 | 2026-05-27T02:12:52.464Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3599 | 2026-05-27T02:12:52.621Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3600 | 2026-05-27T02:12:52.767Z | [ host-package] Compiling predicates-tree v1.0.13 |
| 3601 | 2026-05-27T02:12:53.105Z | [ host-package] Compiling unicode-truncate v1.1.0 |
| 3602 | 2026-05-27T02:12:53.198Z | [ host-package] Compiling lru v0.12.5 |
| 3603 | 2026-05-27T02:12:53.240Z | [ host-package] Compiling rand_seeder v0.4.0 |
| 3604 | 2026-05-27T02:12:53.386Z | [ host-package] Compiling prefix-trie v0.7.0 |
| 3605 | 2026-05-27T02:12:53.570Z | [ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3606 | 2026-05-27T02:12:53.661Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3607 | 2026-05-27T02:12:53.741Z | [ host-package] Compiling corncobs v0.1.4 |
| 3608 | 2026-05-27T02:12:53.987Z | [ host-package] Compiling illumos-nvpair-sys v0.2.0 |
| 3609 | 2026-05-27T02:12:54.030Z | [ host-package] Compiling rustls v0.21.12 |
| 3610 | 2026-05-27T02:12:54.030Z | [ host-package] Compiling cassowary v0.3.0 |
| 3611 | 2026-05-27T02:12:54.206Z | [ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3612 | 2026-05-27T02:12:54.209Z | [ host-package] Compiling hickory-server v0.25.2 |
| 3613 | 2026-05-27T02:12:54.446Z | [ host-package] Compiling ratatui v0.29.0 |
| 3614 | 2026-05-27T02:12:54.469Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3615 | 2026-05-27T02:12:54.537Z | [ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3616 | 2026-05-27T02:12:54.688Z | [ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3617 | 2026-05-27T02:12:54.827Z | [ helios-setup] May 27 02:12:53.866 INFO E| Finished `release` profile [optimized] target(s) in 15.17s |
| 3618 | 2026-05-27T02:12:54.850Z | [ helios-setup] May 27 02:12:53.889 INFO building project "dmar-report" ok (15 seconds) |
| 3619 | 2026-05-27T02:12:54.853Z | [ helios-setup] May 27 02:12:53.889 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver" |
| 3620 | 2026-05-27T02:12:54.853Z | [ host-package] Compiling camino-tempfile-ext v0.3.3 |
| 3621 | 2026-05-27T02:12:54.860Z | [ helios-setup] May 27 02:12:53.899 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.94.0-x86_64-unknown-illumos (default)" |
| 3622 | 2026-05-27T02:12:54.860Z | [ helios-setup] May 27 02:12:53.899 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
| 3623 | 2026-05-27T02:12:54.862Z | [ helios-setup] May 27 02:12:53.899 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
| 3624 | 2026-05-27T02:12:54.977Z | [ helios-setup] May 27 02:12:54.016 INFO E| Downloading crates ... |
| 3625 | 2026-05-27T02:12:55.034Z | [ helios-setup] May 27 02:12:54.073 INFO E| Downloaded bytes v1.2.1 |
| 3626 | 2026-05-27T02:12:55.034Z | [ helios-setup] May 27 02:12:54.073 INFO E| Downloaded sha2 v0.10.5 |
| 3627 | 2026-05-27T02:12:55.034Z | [ helios-setup] May 27 02:12:54.073 INFO E| Downloaded generic-array v0.14.6 |
| 3628 | 2026-05-27T02:12:55.037Z | [ helios-setup] May 27 02:12:54.074 INFO E| Downloaded block-buffer v0.10.3 |
| 3629 | 2026-05-27T02:12:55.037Z | [ helios-setup] May 27 02:12:54.074 INFO E| Downloaded digest v0.10.3 |
| 3630 | 2026-05-27T02:12:55.037Z | [ helios-setup] May 27 02:12:54.075 INFO E| Downloaded cpufeatures v0.2.5 |
| 3631 | 2026-05-27T02:12:55.040Z | [ helios-setup] May 27 02:12:54.078 INFO E| Downloaded anyhow v1.0.62 |
| 3632 | 2026-05-27T02:12:55.043Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3633 | 2026-05-27T02:12:55.046Z | [ helios-setup] May 27 02:12:54.085 INFO E| Downloaded miniz_oxide v0.6.2 |
| 3634 | 2026-05-27T02:12:55.098Z | [ helios-setup] May 27 02:12:54.137 INFO E| Downloaded flate2 v1.0.25 |
| 3635 | 2026-05-27T02:12:55.197Z | [ helios-setup] May 27 02:12:54.236 INFO E| Downloaded typenum v1.15.0 |
| 3636 | 2026-05-27T02:12:55.241Z | [ helios-setup] May 27 02:12:54.281 INFO E| Compiling typenum v1.15.0 |
| 3637 | 2026-05-27T02:12:55.242Z | [ helios-setup] May 27 02:12:54.281 INFO E| Compiling version_check v0.9.4 |
| 3638 | 2026-05-27T02:12:55.242Z | [ helios-setup] May 27 02:12:54.281 INFO E| Compiling crc32fast v1.3.2 |
| 3639 | 2026-05-27T02:12:55.242Z | [ helios-setup] May 27 02:12:54.281 INFO E| Compiling cfg-if v1.0.0 |
| 3640 | 2026-05-27T02:12:55.245Z | [ helios-setup] May 27 02:12:54.281 INFO E| Compiling adler v1.0.2 |
| 3641 | 2026-05-27T02:12:55.245Z | [ helios-setup] May 27 02:12:54.281 INFO E| Compiling anyhow v1.0.62 |
| 3642 | 2026-05-27T02:12:55.245Z | [ helios-setup] May 27 02:12:54.281 INFO E| Compiling unicode-width v0.1.10 |
| 3643 | 2026-05-27T02:12:55.245Z | [ helios-setup] May 27 02:12:54.281 INFO E| Compiling cpufeatures v0.2.5 |
| 3644 | 2026-05-27T02:12:55.245Z | [ helios-setup] May 27 02:12:54.281 INFO E| Compiling bitflags v1.3.2 |
| 3645 | 2026-05-27T02:12:55.248Z | [ helios-setup] May 27 02:12:54.288 INFO E| Compiling bytes v1.2.1 |
| 3646 | 2026-05-27T02:12:55.361Z | [ host-package] Compiling darling v0.13.4 |
| 3647 | 2026-05-27T02:12:55.368Z | [ helios-setup] May 27 02:12:54.407 INFO E| Compiling miniz_oxide v0.6.2 |
| 3648 | 2026-05-27T02:12:55.379Z | [ helios-setup] May 27 02:12:54.418 INFO E| Compiling getopts v0.2.21 |
| 3649 | 2026-05-27T02:12:55.588Z | [ host-package] Compiling sled v0.34.7 |
| 3650 | 2026-05-27T02:12:55.728Z | [ helios-setup] May 27 02:12:54.767 INFO E| Compiling generic-array v0.14.6 |
| 3651 | 2026-05-27T02:12:55.941Z | [ helios-setup] May 27 02:12:54.980 INFO E| Compiling flate2 v1.0.25 |
| 3652 | 2026-05-27T02:12:55.944Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3653 | 2026-05-27T02:12:56.021Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3654 | 2026-05-27T02:12:56.291Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3655 | 2026-05-27T02:12:57.142Z | [ helios-setup] May 27 02:12:56.181 INFO E| Compiling crypto-common v0.1.6 |
| 3656 | 2026-05-27T02:12:57.142Z | [ helios-setup] May 27 02:12:56.181 INFO E| Compiling block-buffer v0.10.3 |
| 3657 | 2026-05-27T02:12:57.220Z | [ host-package] Compiling git2 v0.20.4 |
| 3658 | 2026-05-27T02:12:57.330Z | [ helios-setup] May 27 02:12:56.369 INFO E| Compiling digest v0.10.3 |
| 3659 | 2026-05-27T02:12:57.546Z | [ helios-setup] May 27 02:12:56.585 INFO E| Compiling sha2 v0.10.5 |
| 3660 | 2026-05-27T02:12:57.778Z | [ helios-setup] May 27 02:12:56.817 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
| 3661 | 2026-05-27T02:12:58.278Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 3662 | 2026-05-27T02:12:59.316Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3663 | 2026-05-27T02:12:59.564Z | [ helios-setup] May 27 02:12:58.602 INFO E| Finished `release` profile [optimized] target(s) in 4.69s |
| 3664 | 2026-05-27T02:12:59.576Z | [ helios-setup] May 27 02:12:58.616 INFO building project "bootserver" ok (4 seconds) |
| 3665 | 2026-05-27T02:12:59.579Z | [ helios-setup] rm -f helios-build |
| 3666 | 2026-05-27T02:12:59.579Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
| 3667 | 2026-05-27T02:12:59.589Z | [ helios-setup] |
| 3668 | 2026-05-27T02:12:59.592Z | [ helios-setup] Setup complete! ./helios-build is now available. |
| 3669 | 2026-05-27T02:12:59.592Z | [ helios-setup] |
| 3670 | 2026-05-27T02:12:59.595Z | [ helios-setup] |
| 3671 | 2026-05-27T02:12:59.595Z | [ helios-setup] real 2:28.735824838 |
| 3672 | 2026-05-27T02:12:59.595Z | [ helios-setup] user 6:47.587829961 |
| 3673 | 2026-05-27T02:12:59.595Z | May 27 02:12:58.632 INFO [helios-setup] process exited with exit status: 0 (148.738714072s) |
| 3674 | 2026-05-27T02:12:59.598Z | [ helios-setup] sys 1:13.243332176 |
| 3675 | 2026-05-27T02:12:59.602Z | [ helios-setup] trap 0.411359621 |
| 3676 | 2026-05-27T02:12:59.602Z | [ helios-setup] tflt 2.440658153 |
| 3677 | 2026-05-27T02:12:59.602Z | [ helios-setup] dflt 5.048513752 |
| 3678 | 2026-05-27T02:12:59.602Z | [ helios-setup] kflt 0.002782142 |
| 3679 | 2026-05-27T02:12:59.602Z | [ helios-setup] lock 35:40.331950290 |
| 3680 | 2026-05-27T02:12:59.602Z | [ helios-setup] slp 33:36.080824756 |
| 3681 | 2026-05-27T02:12:59.602Z | [ helios-setup] lat 5:51.490671006 |
| 3682 | 2026-05-27T02:12:59.602Z | [ helios-setup] stop 1:08.247078029 |
| 3683 | 2026-05-27T02:12:59.602Z | May 27 02:12:58.638 INFO [helios-record] running task |
| 3684 | 2026-05-27T02:12:59.602Z | May 27 02:12:58.639 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit} |
| 3685 | 2026-05-27T02:12:59.606Z | May 27 02:12:58.642 DEBG process exited with exit status: 0 (4.079684ms) |
| 3686 | 2026-05-27T02:12:59.606Z | May 27 02:12:58.643 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit} |
| 3687 | 2026-05-27T02:12:59.614Z | May 27 02:12:58.646 DEBG process exited with exit status: 0 (3.686284ms) |
| 3688 | 2026-05-27T02:12:59.614Z | May 27 02:12:58.646 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit} |
| 3689 | 2026-05-27T02:12:59.614Z | May 27 02:12:58.650 DEBG process exited with exit status: 0 (3.480244ms) |
| 3690 | 2026-05-27T02:12:59.614Z | May 27 02:12:58.650 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit} |
| 3691 | 2026-05-27T02:12:59.614Z | May 27 02:12:58.653 DEBG process exited with exit status: 0 (3.215384ms) |
| 3692 | 2026-05-27T02:12:59.614Z | May 27 02:12:58.653 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit} |
| 3693 | 2026-05-27T02:12:59.617Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3694 | 2026-05-27T02:12:59.620Z | May 27 02:12:58.657 DEBG process exited with exit status: 0 (3.821234ms) |
| 3695 | 2026-05-27T02:12:59.620Z | May 27 02:12:58.657 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit} |
| 3696 | 2026-05-27T02:12:59.623Z | May 27 02:12:58.660 DEBG process exited with exit status: 0 (3.305844ms) |
| 3697 | 2026-05-27T02:12:59.623Z | May 27 02:12:58.660 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit} |
| 3698 | 2026-05-27T02:12:59.626Z | May 27 02:12:58.664 DEBG process exited with exit status: 0 (3.337194ms) |
| 3699 | 2026-05-27T02:12:59.626Z | May 27 02:12:58.664 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit} |
| 3700 | 2026-05-27T02:12:59.637Z | May 27 02:12:58.677 DEBG process exited with exit status: 0 (12.990924ms) |
| 3701 | 2026-05-27T02:12:59.637Z | May 27 02:12:58.677 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit} |
| 3702 | 2026-05-27T02:12:59.641Z | May 27 02:12:58.680 DEBG process exited with exit status: 0 (3.662435ms) |
| 3703 | 2026-05-27T02:12:59.649Z | May 27 02:12:58.680 INFO [helios-record] task succeeded (42.247678ms) |
| 3704 | 2026-05-27T02:12:59.848Z | [ host-package] Compiling sct v0.7.1 |
| 3705 | 2026-05-27T02:12:59.900Z | [ host-package] Compiling rustls-webpki v0.101.7 |
| 3706 | 2026-05-27T02:13:00.001Z | [ host-package] Compiling secrecy v0.8.0 |
| 3707 | 2026-05-27T02:13:00.121Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3708 | 2026-05-27T02:13:00.257Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 3709 | 2026-05-27T02:13:00.479Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3710 | 2026-05-27T02:13:00.501Z | [ host-package] Compiling serde_with_macros v1.5.2 |
| 3711 | 2026-05-27T02:13:00.659Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3712 | 2026-05-27T02:13:01.394Z | [ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3713 | 2026-05-27T02:13:01.397Z | [ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3714 | 2026-05-27T02:13:01.600Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3715 | 2026-05-27T02:13:01.965Z | [ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3716 | 2026-05-27T02:13:03.106Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3717 | 2026-05-27T02:13:03.730Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3718 | 2026-05-27T02:13:03.896Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3719 | 2026-05-27T02:13:03.963Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3720 | 2026-05-27T02:13:04.133Z | [ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3721 | 2026-05-27T02:13:04.193Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3722 | 2026-05-27T02:13:04.360Z | [ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3723 | 2026-05-27T02:13:04.425Z | [ host-package] Compiling base64 v0.21.7 |
| 3724 | 2026-05-27T02:13:04.611Z | [ host-package] Compiling void v1.0.2 |
| 3725 | 2026-05-27T02:13:04.737Z | [ host-package] Compiling lzss v0.8.2 |
| 3726 | 2026-05-27T02:13:04.768Z | [ host-package] Compiling ron v0.8.1 |
| 3727 | 2026-05-27T02:13:04.913Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3728 | 2026-05-27T02:13:05.036Z | [ host-package] Compiling tokio-rustls v0.24.1 |
| 3729 | 2026-05-27T02:13:05.326Z | [ host-package] Compiling illumos-nvpair v0.3.0 |
| 3730 | 2026-05-27T02:13:05.608Z | [ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3731 | 2026-05-27T02:13:06.738Z | [ host-package] Compiling serde_with v1.14.0 |
| 3732 | 2026-05-27T02:13:07.810Z | [ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3733 | 2026-05-27T02:13:07.916Z | [ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3734 | 2026-05-27T02:13:08.968Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3735 | 2026-05-27T02:13:09.413Z | [ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3736 | 2026-05-27T02:13:09.875Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3737 | 2026-05-27T02:13:10.117Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3738 | 2026-05-27T02:13:10.581Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3739 | 2026-05-27T02:13:10.584Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3740 | 2026-05-27T02:13:10.809Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3741 | 2026-05-27T02:13:10.833Z | [ host-package] Compiling tungstenite v0.23.0 |
| 3742 | 2026-05-27T02:13:10.859Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
| 3743 | 2026-05-27T02:13:11.058Z | [ host-package] Compiling nix v0.27.1 |
| 3744 | 2026-05-27T02:13:11.268Z | [ host-package] Compiling twox-hash v2.1.2 |
| 3745 | 2026-05-27T02:13:11.781Z | [ host-package] Compiling serde_bytes v0.11.19 |
| 3746 | 2026-05-27T02:13:12.095Z | [ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3747 | 2026-05-27T02:13:12.244Z | [ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3748 | 2026-05-27T02:13:12.280Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
| 3749 | 2026-05-27T02:13:12.766Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3750 | 2026-05-27T02:13:13.307Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3751 | 2026-05-27T02:13:13.407Z | [ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3752 | 2026-05-27T02:13:15.902Z | [ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3753 | 2026-05-27T02:13:16.658Z | [ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 3754 | 2026-05-27T02:13:17.639Z | [ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3755 | 2026-05-27T02:13:17.826Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3756 | 2026-05-27T02:13:18.049Z | [ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3757 | 2026-05-27T02:13:18.113Z | [ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3758 | 2026-05-27T02:13:18.168Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3759 | 2026-05-27T02:13:18.340Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3760 | 2026-05-27T02:13:18.506Z | [ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3761 | 2026-05-27T02:13:18.531Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3762 | 2026-05-27T02:13:20.885Z | [ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3763 | 2026-05-27T02:13:21.359Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3764 | 2026-05-27T02:13:22.295Z | [ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3765 | 2026-05-27T02:13:22.621Z | [ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3766 | 2026-05-27T02:13:22.662Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3767 | 2026-05-27T02:13:22.847Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3768 | 2026-05-27T02:13:22.940Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3769 | 2026-05-27T02:13:23.319Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3770 | 2026-05-27T02:13:25.479Z | [ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3771 | 2026-05-27T02:13:25.503Z | [ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3772 | 2026-05-27T02:13:25.697Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3773 | 2026-05-27T02:13:25.952Z | [ host-package] Compiling fatfs v0.3.6 |
| 3774 | 2026-05-27T02:13:26.178Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
| 3775 | 2026-05-27T02:13:26.366Z | [ host-package] Compiling yasna v0.5.2 |
| 3776 | 2026-05-27T02:13:26.408Z | [ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 3777 | 2026-05-27T02:13:26.452Z | [ host-package] Compiling seq-macro v0.3.6 |
| 3778 | 2026-05-27T02:13:26.928Z | [ host-package] Compiling is_ci v1.2.0 |
| 3779 | 2026-05-27T02:13:26.953Z | [ host-package] Compiling assert_matches v1.5.0 |
| 3780 | 2026-05-27T02:13:27.071Z | [ host-package] Compiling supports-color v3.0.2 |
| 3781 | 2026-05-27T02:13:27.148Z | [ host-package] Compiling rcgen v0.12.1 |
| 3782 | 2026-05-27T02:13:27.171Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3783 | 2026-05-27T02:13:27.850Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3784 | 2026-05-27T02:13:28.317Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3785 | 2026-05-27T02:13:28.932Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3786 | 2026-05-27T02:13:29.091Z | [ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3787 | 2026-05-27T02:13:29.180Z | [ host-package] Compiling subprocess v0.2.15 |
| 3788 | 2026-05-27T02:13:29.318Z | [ host-package] Compiling rtoolbox v0.0.3 |
| 3789 | 2026-05-27T02:13:29.602Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3790 | 2026-05-27T02:13:30.066Z | [ host-package] Compiling rpassword v7.4.0 |
| 3791 | 2026-05-27T02:13:30.422Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3792 | 2026-05-27T02:13:31.510Z | [ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3793 | 2026-05-27T02:13:31.536Z | [ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3794 | 2026-05-27T02:13:31.651Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3795 | 2026-05-27T02:13:32.016Z | [ host-package] Compiling tui-tree-widget v0.23.1 |
| 3796 | 2026-05-27T02:13:32.312Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3797 | 2026-05-27T02:13:32.362Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3798 | 2026-05-27T02:13:32.904Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3799 | 2026-05-27T02:13:34.006Z | [ host-package] Compiling uzers v0.12.2 |
| 3800 | 2026-05-27T02:13:34.642Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3801 | 2026-05-27T02:13:35.448Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3802 | 2026-05-27T02:13:36.704Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3803 | 2026-05-27T02:13:38.412Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3804 | 2026-05-27T02:13:40.070Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3805 | 2026-05-27T02:13:40.585Z | [ host-package] Compiling support-bundle-viewer v0.1.2 |
| 3806 | 2026-05-27T02:13:42.274Z | [ host-package] Compiling multimap v0.10.1 |
| 3807 | 2026-05-27T02:13:51.078Z | [ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3808 | 2026-05-27T02:13:51.765Z | [ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3809 | 2026-05-27T02:13:59.829Z | [ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3810 | 2026-05-27T02:14:02.498Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3811 | 2026-05-27T02:20:00.207Z | [ host-package] Finished `release` profile [optimized] target(s) in 8m 41s |
| 3812 | 2026-05-27T02:20:45.995Z | May 27 02:20:45.034 INFO [host-package] process exited with exit status: 0 (567.130763107s) |
| 3813 | 2026-05-27T02:20:45.995Z | May 27 02:20:45.034 INFO [host-stamp] running task |
| 3814 | 2026-05-27T02:20:45.998Z | May 27 02:20:45.034 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
| 3815 | 2026-05-27T02:20:45.998Z | May 27 02:20:45.034 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 20.0.0-0.ci+git61f3025dc1c |
| 3816 | 2026-05-27T02:20:45.998Z | May 27 02:20:45.034 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 20.0.0-0.ci+git61f3025dc1c |
| 3817 | 2026-05-27T02:20:45.998Z | May 27 02:20:45.035 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 20.0.0-0.ci+git61f3025dc1c |
| 3818 | 2026-05-27T02:20:45.999Z | May 27 02:20:45.035 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 20.0.0-0.ci+git61f3025dc1c |
| 3819 | 2026-05-27T02:20:45.999Z | May 27 02:20:45.035 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 20.0.0-0.ci+git61f3025dc1c |
| 3820 | 2026-05-27T02:20:45.999Z | May 27 02:20:45.035 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 20.0.0-0.ci+git61f3025dc1c |
| 3821 | 2026-05-27T02:20:45.999Z | May 27 02:20:45.036 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 20.0.0-0.ci+git61f3025dc1c |
| 3822 | 2026-05-27T02:20:45.999Z | May 27 02:20:45.036 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 20.0.0-0.ci+git61f3025dc1c |
| 3823 | 2026-05-27T02:20:46.008Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3824 | 2026-05-27T02:20:46.008Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
| 3825 | 2026-05-27T02:20:46.008Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3826 | 2026-05-27T02:20:46.011Z | [stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3827 | 2026-05-27T02:20:46.011Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3828 | 2026-05-27T02:20:46.011Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3829 | 2026-05-27T02:20:46.011Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3830 | 2026-05-27T02:20:46.011Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3831 | 2026-05-27T02:20:46.011Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3832 | 2026-05-27T02:20:46.011Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
| 3833 | 2026-05-27T02:20:46.014Z | May 27 02:20:45.052 INFO [stamp-overlay] process exited with exit status: 0 (16.640749ms) |
| 3834 | 2026-05-27T02:20:46.019Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
| 3835 | 2026-05-27T02:20:46.023Z | May 27 02:20:45.062 INFO [stamp-oxlog] process exited with exit status: 0 (26.784991ms) |
| 3836 | 2026-05-27T02:20:46.042Z | [stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar |
| 3837 | 2026-05-27T02:20:46.046Z | May 27 02:20:45.085 INFO [stamp-crucible-utils] process exited with exit status: 0 (50.006297ms) |
| 3838 | 2026-05-27T02:20:46.063Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
| 3839 | 2026-05-27T02:20:46.067Z | May 27 02:20:45.105 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (70.991741ms) |
| 3840 | 2026-05-27T02:20:46.195Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
| 3841 | 2026-05-27T02:20:46.199Z | May 27 02:20:45.238 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (201.933371ms) |
| 3842 | 2026-05-27T02:20:46.533Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
| 3843 | 2026-05-27T02:20:46.537Z | May 27 02:20:45.576 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (540.697997ms) |
| 3844 | 2026-05-27T02:20:46.559Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
| 3845 | 2026-05-27T02:20:46.563Z | May 27 02:20:45.601 INFO [stamp-propolis-server] process exited with exit status: 0 (567.570478ms) |
| 3846 | 2026-05-27T02:20:47.015Z | [recovery-package] Compiling newtype-uuid v1.3.2 |
| 3847 | 2026-05-27T02:20:47.260Z | [recovery-package] Compiling daft v0.1.7 |
| 3848 | 2026-05-27T02:20:47.474Z | [recovery-package] Compiling iddqd v0.4.1 |
| 3849 | 2026-05-27T02:20:48.416Z | [recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3850 | 2026-05-27T02:20:48.692Z | [recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3851 | 2026-05-27T02:20:48.692Z | [recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3852 | 2026-05-27T02:20:48.700Z | [recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3853 | 2026-05-27T02:20:48.700Z | [recovery-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3854 | 2026-05-27T02:20:48.700Z | [recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3855 | 2026-05-27T02:20:48.700Z | [recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3856 | 2026-05-27T02:20:48.700Z | [recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3857 | 2026-05-27T02:20:48.709Z | [recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3858 | 2026-05-27T02:20:48.811Z | [recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3859 | 2026-05-27T02:20:49.088Z | [recovery-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3860 | 2026-05-27T02:20:49.114Z | [recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3861 | 2026-05-27T02:20:49.228Z | [recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3862 | 2026-05-27T02:20:52.337Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
| 3863 | 2026-05-27T02:20:52.341Z | May 27 02:20:51.379 INFO [stamp-switch-asic] process exited with exit status: 0 (6.343647568s) |
| 3864 | 2026-05-27T02:20:52.341Z | May 27 02:20:51.379 INFO [host-stamp] task succeeded (6.344971419s) |
| 3865 | 2026-05-27T02:20:52.341Z | May 27 02:20:51.379 INFO [host-proto] running task |
| 3866 | 2026-05-27T02:20:52.801Z | May 27 02:20:51.840 INFO [host-proto] task succeeded (461.159146ms) |
| 3867 | 2026-05-27T02:20:52.801Z | May 27 02:20:51.840 INFO [host-profile] running task |
| 3868 | 2026-05-27T02:20:52.805Z | May 27 02:20:51.840 INFO [host-profile] task succeeded (230.751µs) |
| 3869 | 2026-05-27T02:20:52.805Z | May 27 02:20:51.840 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.40.479' -P /tmp/.tmpG0N9od/proto/host/root -N 'ci 61f3025/${os_short_commit} 2026-05-27 02:10' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/' |
| 3870 | 2026-05-27T02:20:52.808Z | [ host-image] May 27 02:20:51.846 INFO Checking files for board 'cosmo' |
| 3871 | 2026-05-27T02:20:52.808Z | [ host-image] May 27 02:20:51.847 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5" |
| 3872 | 2026-05-27T02:20:52.811Z | [ host-image] May 27 02:20:51.847 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml" |
| 3873 | 2026-05-27T02:20:52.811Z | [ host-image] May 27 02:20:51.847 INFO Checking files for board 'gimlet' |
| 3874 | 2026-05-27T02:20:52.811Z | [ host-image] May 27 02:20:51.847 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 3875 | 2026-05-27T02:20:52.811Z | [ host-image] May 27 02:20:51.847 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml" |
| 3876 | 2026-05-27T02:20:52.811Z | [ host-image] May 27 02:20:51.847 INFO Checking files for board 'cosmo-mbist' |
| 3877 | 2026-05-27T02:20:52.811Z | [ host-image] May 27 02:20:51.847 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml" |
| 3878 | 2026-05-27T02:20:52.811Z | [ host-image] May 27 02:20:51.847 INFO Checking files for board 'cosmo-mbist-noaggr' |
| 3879 | 2026-05-27T02:20:52.811Z | [ host-image] May 27 02:20:51.847 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml" |
| 3880 | 2026-05-27T02:20:52.817Z | [ host-image] May 27 02:20:51.856 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpG0N9od/proto/host/root" |
| 3881 | 2026-05-27T02:20:52.817Z | [ host-image] May 27 02:20:51.856 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ } |
| 3882 | 2026-05-27T02:20:52.820Z | [ host-image] May 27 02:20:51.856 INFO image builder template: ramdisk-01-os... |
| 3883 | 2026-05-27T02:20:52.820Z | [ host-image] May 27 02:20:51.856 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/.tmpG0N9od/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", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
| 3884 | 2026-05-27T02:20:52.831Z | [ host-image] May 27 02:20:51.869 INFO O| May 27 02:20:51.869 INFO CREATE DATASET: rpool/images/build/host/output |
| 3885 | 2026-05-27T02:20:53.356Z | [recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3886 | 2026-05-27T02:20:53.356Z | [recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3887 | 2026-05-27T02:20:53.359Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3888 | 2026-05-27T02:20:53.359Z | [recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3889 | 2026-05-27T02:20:53.359Z | [recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3890 | 2026-05-27T02:20:55.252Z | [ host-image] May 27 02:20:54.291 INFO O| May 27 02:20:54.291 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3891 | 2026-05-27T02:20:55.255Z | [ host-image] May 27 02:20:54.293 INFO O| May 27 02:20:54.293 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3892 | 2026-05-27T02:20:55.482Z | [ host-image] May 27 02:20:54.520 INFO O| May 27 02:20:54.520 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled |
| 3893 | 2026-05-27T02:20:55.533Z | [ host-image] May 27 02:20:54.571 INFO O| May 27 02:20:54.571 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3894 | 2026-05-27T02:20:55.533Z | [ host-image] May 27 02:20:54.572 INFO O| May 27 02:20:54.571 INFO work dataset: rpool/images/build/host/work/sled/ramdisk |
| 3895 | 2026-05-27T02:20:55.537Z | [ host-image] May 27 02:20:54.572 INFO O| May 27 02:20:54.572 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk |
| 3896 | 2026-05-27T02:20:55.537Z | [ host-image] May 27 02:20:54.572 INFO O| May 27 02:20:54.572 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk |
| 3897 | 2026-05-27T02:20:55.540Z | [ host-image] May 27 02:20:54.576 INFO O| May 27 02:20:54.576 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk |
| 3898 | 2026-05-27T02:20:55.751Z | [ host-image] May 27 02:20:54.789 INFO O| May 27 02:20:54.789 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3899 | 2026-05-27T02:20:55.761Z | [ host-image] May 27 02:20:54.797 INFO O| May 27 02:20:54.797 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"] |
| 3900 | 2026-05-27T02:20:56.035Z | [ host-image] May 27 02:20:55.073 INFO O| May 27 02:20:55.073 INFO O| Caching catalogs ... Done |
| 3901 | 2026-05-27T02:20:56.102Z | [ host-image] May 27 02:20:55.141 INFO O| May 27 02:20:55.141 INFO STEP 0 (pkg_image_create) COMPLETE |
| 3902 | 2026-05-27T02:20:56.102Z | [ host-image] May 27 02:20:55.141 INFO O| May 27 02:20:55.141 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3903 | 2026-05-27T02:20:56.109Z | [ host-image] May 27 02:20:55.148 INFO O| May 27 02:20:55.148 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/3/dev/", "helios"] |
| 3904 | 2026-05-27T02:20:56.368Z | [ host-image] May 27 02:20:55.406 INFO O| May 27 02:20:55.406 INFO STEP 1 (pkg_set_publisher) COMPLETE |
| 3905 | 2026-05-27T02:20:56.368Z | [ host-image] May 27 02:20:55.406 INFO O| May 27 02:20:55.406 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3906 | 2026-05-27T02:20:56.371Z | [ host-image] May 27 02:20:55.406 INFO O| May 27 02:20:55.406 INFO skip step because feature "publisher_1_name" is not enabled |
| 3907 | 2026-05-27T02:20:56.371Z | [ host-image] May 27 02:20:55.406 INFO O| May 27 02:20:55.406 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3908 | 2026-05-27T02:20:56.371Z | [ host-image] May 27 02:20:55.406 INFO O| May 27 02:20:55.406 INFO skip step because feature "publisher_2_name" is not enabled |
| 3909 | 2026-05-27T02:20:56.371Z | [ host-image] May 27 02:20:55.406 INFO O| May 27 02:20:55.406 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3910 | 2026-05-27T02:20:56.371Z | [ host-image] May 27 02:20:55.406 INFO O| May 27 02:20:55.406 INFO skip step because feature "publisher_3_name" is not enabled |
| 3911 | 2026-05-27T02:20:56.371Z | [ host-image] May 27 02:20:55.406 INFO O| May 27 02:20:55.406 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3912 | 2026-05-27T02:20:56.626Z | [ host-image] May 27 02:20:55.663 INFO O| May 27 02:20:55.663 INFO variant opensolaris.zone is already global |
| 3913 | 2026-05-27T02:20:56.626Z | [ host-image] May 27 02:20:55.663 INFO O| May 27 02:20:55.663 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 3914 | 2026-05-27T02:20:56.630Z | [ host-image] May 27 02:20:55.663 INFO O| May 27 02:20:55.663 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3915 | 2026-05-27T02:20:56.884Z | [ host-image] May 27 02:20:55.921 INFO O| May 27 02:20:55.920 INFO variant opensolaris.imagetype is full; changing to partial |
| 3916 | 2026-05-27T02:20:56.884Z | [ host-image] May 27 02:20:55.921 INFO O| May 27 02:20:55.921 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 3917 | 2026-05-27T02:20:57.363Z | [ host-image] May 27 02:20:56.401 INFO O| May 27 02:20:56.401 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 3918 | 2026-05-27T02:20:57.422Z | [ host-image] May 27 02:20:56.460 INFO O| May 27 02:20:56.460 INFO O| Startup: Caching catalogs ... Done |
| 3919 | 2026-05-27T02:20:57.425Z | [ host-image] May 27 02:20:56.463 INFO O| May 27 02:20:56.463 INFO O| Planning: Planning completed in 0.00 seconds |
| 3920 | 2026-05-27T02:20:57.425Z | [ host-image] May 27 02:20:56.463 INFO O| May 27 02:20:56.463 INFO O| Planning: Consolidating action changes ... Done |
| 3921 | 2026-05-27T02:20:57.425Z | [ host-image] May 27 02:20:56.463 INFO O| May 27 02:20:56.463 INFO O| Planning: Evaluating mediators ... Done |
| 3922 | 2026-05-27T02:20:57.425Z | [ host-image] May 27 02:20:56.463 INFO O| May 27 02:20:56.463 INFO O| Planning: Planning completed in 0.00 seconds |
| 3923 | 2026-05-27T02:20:57.425Z | [ host-image] May 27 02:20:56.464 INFO O| May 27 02:20:56.464 INFO O| Variants/Facets to change: 1 |
| 3924 | 2026-05-27T02:20:57.433Z | [ host-image] May 27 02:20:56.472 INFO O| May 27 02:20:56.472 INFO O| Finalize: Updating package state database ... Done |
| 3925 | 2026-05-27T02:20:57.433Z | [ host-image] May 27 02:20:56.472 INFO O| May 27 02:20:56.472 INFO O| Finalize: Updating package cache ... Done |
| 3926 | 2026-05-27T02:20:57.446Z | [ host-image] May 27 02:20:56.483 INFO O| May 27 02:20:56.483 INFO O| Finalize: Updating image state ... Done |
| 3927 | 2026-05-27T02:20:57.449Z | [ host-image] May 27 02:20:56.484 INFO O| May 27 02:20:56.484 INFO O| Finalize: Creating fast lookup database ... Done |
| 3928 | 2026-05-27T02:20:57.449Z | [ host-image] May 27 02:20:56.485 INFO O| May 27 02:20:56.485 INFO O| Finalize: Reading search index ... Done |
| 3929 | 2026-05-27T02:20:57.450Z | [ host-image] May 27 02:20:56.485 INFO O| May 27 02:20:56.485 INFO O| Finalize: Updating search index ... Done |
| 3930 | 2026-05-27T02:20:57.450Z | [ host-image] May 27 02:20:56.486 INFO O| May 27 02:20:56.486 INFO O| Finalize: Updating package cache ... Done |
| 3931 | 2026-05-27T02:20:57.512Z | [ host-image] May 27 02:20:56.550 INFO O| May 27 02:20:56.550 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 3932 | 2026-05-27T02:20:57.512Z | [ host-image] May 27 02:20:56.550 INFO O| May 27 02:20:56.550 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3933 | 2026-05-27T02:20:57.527Z | [ host-image] May 27 02:20:56.550 INFO O| May 27 02:20:56.550 INFO skip step because feature "debug_variant" is not enabled |
| 3934 | 2026-05-27T02:20:57.527Z | [ host-image] May 27 02:20:56.550 INFO O| May 27 02:20:56.550 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3935 | 2026-05-27T02:20:57.755Z | [ host-image] May 27 02:20:56.793 INFO O| May 27 02:20:56.793 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"] |
| 3936 | 2026-05-27T02:20:58.216Z | [ host-image] May 27 02:20:57.255 INFO O| May 27 02:20:57.255 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 3937 | 2026-05-27T02:20:58.278Z | [ host-image] May 27 02:20:57.316 INFO O| May 27 02:20:57.316 INFO O| Startup: Caching catalogs ... Done |
| 3938 | 2026-05-27T02:20:58.282Z | [ host-image] May 27 02:20:57.319 INFO O| May 27 02:20:57.319 INFO O| Planning: Planning completed in 0.00 seconds |
| 3939 | 2026-05-27T02:20:58.285Z | [ host-image] May 27 02:20:57.320 INFO O| May 27 02:20:57.320 INFO O| Planning: Consolidating action changes ... Done |
| 3940 | 2026-05-27T02:20:58.285Z | [ host-image] May 27 02:20:57.320 INFO O| May 27 02:20:57.320 INFO O| Planning: Evaluating mediators ... Done |
| 3941 | 2026-05-27T02:20:58.285Z | [ host-image] May 27 02:20:57.320 INFO O| May 27 02:20:57.320 INFO O| Planning: Planning completed in 0.00 seconds |
| 3942 | 2026-05-27T02:20:58.286Z | [ host-image] May 27 02:20:57.320 INFO O| May 27 02:20:57.320 INFO O| Variants/Facets to change: 1 |
| 3943 | 2026-05-27T02:20:58.290Z | [ host-image] May 27 02:20:57.328 INFO O| May 27 02:20:57.328 INFO O| Finalize: Updating package state database ... Done |
| 3944 | 2026-05-27T02:20:58.290Z | [ host-image] May 27 02:20:57.328 INFO O| May 27 02:20:57.328 INFO O| Finalize: Updating package cache ... Done |
| 3945 | 2026-05-27T02:20:58.300Z | [ host-image] May 27 02:20:57.339 INFO O| May 27 02:20:57.339 INFO O| Finalize: Updating image state ... Done |
| 3946 | 2026-05-27T02:20:58.303Z | [ host-image] May 27 02:20:57.341 INFO O| May 27 02:20:57.341 INFO O| Finalize: Creating fast lookup database ... Done |
| 3947 | 2026-05-27T02:20:58.303Z | [ host-image] May 27 02:20:57.342 INFO O| May 27 02:20:57.342 INFO O| Finalize: Reading search index ... Done |
| 3948 | 2026-05-27T02:20:58.303Z | [ host-image] May 27 02:20:57.342 INFO O| May 27 02:20:57.342 INFO O| Finalize: Updating search index ... Done |
| 3949 | 2026-05-27T02:20:58.307Z | [ host-image] May 27 02:20:57.342 INFO O| May 27 02:20:57.342 INFO O| Finalize: Updating package cache ... Done |
| 3950 | 2026-05-27T02:20:58.371Z | [ host-image] May 27 02:20:57.409 INFO O| May 27 02:20:57.409 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 3951 | 2026-05-27T02:20:58.371Z | [ host-image] May 27 02:20:57.409 INFO O| May 27 02:20:57.409 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3952 | 2026-05-27T02:20:58.374Z | [ host-image] May 27 02:20:57.409 INFO O| May 27 02:20:57.409 INFO skip step because feature "recovery" is not enabled |
| 3953 | 2026-05-27T02:20:58.374Z | [ host-image] May 27 02:20:57.409 INFO O| May 27 02:20:57.409 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3954 | 2026-05-27T02:20:58.374Z | [ host-image] May 27 02:20:57.409 INFO O| May 27 02:20:57.409 INFO skip step because feature "recovery" is not enabled |
| 3955 | 2026-05-27T02:20:58.374Z | [ host-image] May 27 02:20:57.409 INFO O| May 27 02:20:57.409 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3956 | 2026-05-27T02:20:58.377Z | [ host-image] May 27 02:20:57.416 INFO O| May 27 02:20:57.416 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@20.0.0.0"] |
| 3957 | 2026-05-27T02:20:58.840Z | [ host-image] May 27 02:20:57.879 INFO O| May 27 02:20:57.879 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 3958 | 2026-05-27T02:20:58.902Z | [ host-image] May 27 02:20:57.940 INFO O| May 27 02:20:57.940 INFO O| Startup: Caching catalogs ... Done |
| 3959 | 2026-05-27T02:20:59.115Z | [ host-image] May 27 02:20:58.153 INFO O| May 27 02:20:58.153 INFO O| Planning: Solver setup ... Done |
| 3960 | 2026-05-27T02:20:59.122Z | [ host-image] May 27 02:20:58.161 INFO O| May 27 02:20:58.161 INFO O| Planning: Running solver ... Done |
| 3961 | 2026-05-27T02:20:59.127Z | [ host-image] May 27 02:20:58.166 INFO O| May 27 02:20:58.166 INFO O| Planning: Finding local manifests ... Done |
| 3962 | 2026-05-27T02:20:59.143Z | [ host-image] May 27 02:20:58.182 INFO O| May 27 02:20:58.182 INFO O| Planning: Fetching manifests: 0/127 0% complete |
| 3963 | 2026-05-27T02:21:00.545Z | [ host-image] May 27 02:20:59.583 INFO O| May 27 02:20:59.583 INFO O| Planning: Fetching manifests: 127/127 100% complete |
| 3964 | 2026-05-27T02:21:00.940Z | [ host-image] May 27 02:20:59.978 INFO O| May 27 02:20:59.978 INFO O| Planning: Package planning ... Done |
| 3965 | 2026-05-27T02:21:01.229Z | [recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3966 | 2026-05-27T02:21:01.252Z | [ host-image] May 27 02:21:00.288 INFO O| May 27 02:21:00.288 INFO O| Planning: Merging actions ... Done |
| 3967 | 2026-05-27T02:21:01.353Z | [ host-image] May 27 02:21:00.391 INFO O| May 27 02:21:00.391 INFO O| Planning: Checking for conflicting actions ... Done |
| 3968 | 2026-05-27T02:21:01.454Z | [ host-image] May 27 02:21:00.492 INFO O| May 27 02:21:00.492 INFO O| Planning: Consolidating action changes ... Done |
| 3969 | 2026-05-27T02:21:01.625Z | [ host-image] May 27 02:21:00.664 INFO O| May 27 02:21:00.664 INFO O| Planning: Evaluating mediators ... Done |
| 3970 | 2026-05-27T02:21:02.088Z | [recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3971 | 2026-05-27T02:21:02.987Z | [ host-image] May 27 02:21:02.023 INFO O| May 27 02:21:02.023 INFO O| Planning: Planning completed in 4.08 seconds |
| 3972 | 2026-05-27T02:21:02.991Z | [ host-image] May 27 02:21:02.025 INFO O| May 27 02:21:02.025 INFO O| Packages to install: 127 |
| 3973 | 2026-05-27T02:21:02.991Z | [ host-image] May 27 02:21:02.025 INFO O| May 27 02:21:02.025 INFO O| Mediators to change: 5 |
| 3974 | 2026-05-27T02:21:02.991Z | [ host-image] May 27 02:21:02.025 INFO O| May 27 02:21:02.025 INFO O| Services to change: 6 |
| 3975 | 2026-05-27T02:21:03.015Z | [ host-image] May 27 02:21:02.054 INFO O| May 27 02:21:02.053 INFO O| Download: 0/23754 items 0.0/222.1MB 0% complete |
| 3976 | 2026-05-27T02:21:04.348Z | [recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3977 | 2026-05-27T02:21:04.348Z | [recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3978 | 2026-05-27T02:21:05.407Z | [recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3979 | 2026-05-27T02:21:06.040Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3980 | 2026-05-27T02:21:08.263Z | [ host-image] May 27 02:21:07.301 INFO O| May 27 02:21:07.301 INFO O| Download: 1681/23754 items 10.7/222.1MB 4% complete (2.3M/s) |
| 3981 | 2026-05-27T02:21:13.266Z | [ host-image] May 27 02:21:12.304 INFO O| May 27 02:21:12.304 INFO O| Download: 2615/23754 items 30.3/222.1MB 13% complete (2.9M/s) |
| 3982 | 2026-05-27T02:21:18.315Z | [recovery-package] Finished `release` profile [optimized] target(s) in 32.18s |
| 3983 | 2026-05-27T02:21:18.404Z | [ host-image] May 27 02:21:17.442 INFO O| May 27 02:21:17.442 INFO O| Download: 4935/23754 items 43.5/222.1MB 19% complete (3.3M/s) |
| 3984 | 2026-05-27T02:21:21.355Z | May 27 02:21:20.393 INFO [recovery-package] process exited with exit status: 0 (35.359345715s) |
| 3985 | 2026-05-27T02:21:21.355Z | May 27 02:21:20.393 INFO [recovery-stamp] running task |
| 3986 | 2026-05-27T02:21:21.358Z | May 27 02:21:20.393 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
| 3987 | 2026-05-27T02:21:21.358Z | May 27 02:21:20.393 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 20.0.0-0.ci+git61f3025dc1c |
| 3988 | 2026-05-27T02:21:21.358Z | May 27 02:21:20.394 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 20.0.0-0.ci+git61f3025dc1c |
| 3989 | 2026-05-27T02:21:21.365Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
| 3990 | 2026-05-27T02:21:21.368Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
| 3991 | 2026-05-27T02:21:21.509Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
| 3992 | 2026-05-27T02:21:21.512Z | May 27 02:21:20.551 INFO [stamp-installinator] process exited with exit status: 0 (157.277049ms) |
| 3993 | 2026-05-27T02:21:21.552Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
| 3994 | 2026-05-27T02:21:21.556Z | May 27 02:21:20.594 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (200.682469ms) |
| 3995 | 2026-05-27T02:21:21.556Z | May 27 02:21:20.594 INFO [recovery-stamp] task succeeded (200.892489ms) |
| 3996 | 2026-05-27T02:21:21.556Z | May 27 02:21:20.594 INFO [recovery-proto] running task |
| 3997 | 2026-05-27T02:21:21.559Z | May 27 02:21:20.594 INFO [tuf-stamp] running task |
| 3998 | 2026-05-27T02:21:21.559Z | May 27 02:21:20.595 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 20.0.0-0.ci+git61f3025dc1c |
| 3999 | 2026-05-27T02:21:21.560Z | May 27 02:21:20.596 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 20.0.0-0.ci+git61f3025dc1c |
| 4000 | 2026-05-27T02:21:21.560Z | May 27 02:21:20.596 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 20.0.0-0.ci+git61f3025dc1c |
| 4001 | 2026-05-27T02:21:21.560Z | May 27 02:21:20.596 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 20.0.0-0.ci+git61f3025dc1c |
| 4002 | 2026-05-27T02:21:21.560Z | May 27 02:21:20.596 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 20.0.0-0.ci+git61f3025dc1c |
| 4003 | 2026-05-27T02:21:21.560Z | May 27 02:21:20.596 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 20.0.0-0.ci+git61f3025dc1c |
| 4004 | 2026-05-27T02:21:21.560Z | May 27 02:21:20.597 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 20.0.0-0.ci+git61f3025dc1c |
| 4005 | 2026-05-27T02:21:21.560Z | May 27 02:21:20.597 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 20.0.0-0.ci+git61f3025dc1c |
| 4006 | 2026-05-27T02:21:21.560Z | May 27 02:21:20.597 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 20.0.0-0.ci+git61f3025dc1c |
| 4007 | 2026-05-27T02:21:21.560Z | May 27 02:21:20.598 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 20.0.0-0.ci+git61f3025dc1c |
| 4008 | 2026-05-27T02:21:21.560Z | May 27 02:21:20.598 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 20.0.0-0.ci+git61f3025dc1c |
| 4009 | 2026-05-27T02:21:21.560Z | May 27 02:21:20.598 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 20.0.0-0.ci+git61f3025dc1c |
| 4010 | 2026-05-27T02:21:21.567Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4011 | 2026-05-27T02:21:21.567Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4012 | 2026-05-27T02:21:21.572Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4013 | 2026-05-27T02:21:21.572Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4014 | 2026-05-27T02:21:21.572Z | [stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4015 | 2026-05-27T02:21:21.572Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4016 | 2026-05-27T02:21:21.572Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4017 | 2026-05-27T02:21:21.572Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4018 | 2026-05-27T02:21:21.572Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4019 | 2026-05-27T02:21:21.572Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4020 | 2026-05-27T02:21:21.572Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4021 | 2026-05-27T02:21:21.572Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4022 | 2026-05-27T02:21:21.616Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
| 4023 | 2026-05-27T02:21:21.620Z | May 27 02:21:20.659 INFO [stamp-probe] process exited with exit status: 0 (63.375212ms) |
| 4024 | 2026-05-27T02:21:21.682Z | May 27 02:21:20.721 INFO [recovery-proto] task succeeded (126.620855ms) |
| 4025 | 2026-05-27T02:21:21.686Z | May 27 02:21:20.721 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.40.479' -P /tmp/.tmpG0N9od/proto/recovery/root -N 'recovery 61f3025/${os_short_commit} 2026-05-27 02:10' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/' |
| 4026 | 2026-05-27T02:21:21.689Z | [ recovery-image] May 27 02:21:20.727 INFO Checking files for board 'cosmo-mbist-noaggr' |
| 4027 | 2026-05-27T02:21:21.690Z | [ recovery-image] May 27 02:21:20.728 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml" |
| 4028 | 2026-05-27T02:21:21.690Z | [ recovery-image] May 27 02:21:20.728 INFO Checking files for board 'cosmo-mbist' |
| 4029 | 2026-05-27T02:21:21.690Z | [ recovery-image] May 27 02:21:20.728 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml" |
| 4030 | 2026-05-27T02:21:21.690Z | [ recovery-image] May 27 02:21:20.728 INFO Checking files for board 'gimlet' |
| 4031 | 2026-05-27T02:21:21.690Z | [ recovery-image] May 27 02:21:20.728 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 4032 | 2026-05-27T02:21:21.690Z | [ recovery-image] May 27 02:21:20.728 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml" |
| 4033 | 2026-05-27T02:21:21.690Z | [ recovery-image] May 27 02:21:20.728 INFO Checking files for board 'cosmo' |
| 4034 | 2026-05-27T02:21:21.690Z | [ recovery-image] May 27 02:21:20.728 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5" |
| 4035 | 2026-05-27T02:21:21.690Z | [ recovery-image] May 27 02:21:20.728 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml" |
| 4036 | 2026-05-27T02:21:21.698Z | [ recovery-image] May 27 02:21:20.736 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpG0N9od/proto/recovery/root" |
| 4037 | 2026-05-27T02:21:21.701Z | [ recovery-image] May 27 02:21:20.736 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ } |
| 4038 | 2026-05-27T02:21:21.701Z | [ recovery-image] May 27 02:21:20.736 INFO image builder template: ramdisk-01-os... |
| 4039 | 2026-05-27T02:21:21.701Z | [ recovery-image] May 27 02:21:20.736 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/.tmpG0N9od/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", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.479", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
| 4040 | 2026-05-27T02:21:21.713Z | [ recovery-image] May 27 02:21:20.752 INFO O| May 27 02:21:20.752 INFO CREATE DATASET: rpool/images/build/recovery/output |
| 4041 | 2026-05-27T02:21:21.951Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 4042 | 2026-05-27T02:21:21.985Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
| 4043 | 2026-05-27T02:21:22.051Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
| 4044 | 2026-05-27T02:21:22.055Z | May 27 02:21:21.094 INFO [stamp-ntp] process exited with exit status: 0 (498.970569ms) |
| 4045 | 2026-05-27T02:21:22.185Z | [ recovery-image] May 27 02:21:21.222 INFO O| May 27 02:21:21.221 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4046 | 2026-05-27T02:21:22.189Z | [ recovery-image] May 27 02:21:21.225 INFO O| May 27 02:21:21.225 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4047 | 2026-05-27T02:21:22.221Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
| 4048 | 2026-05-27T02:21:22.225Z | May 27 02:21:21.264 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (666.23819ms) |
| 4049 | 2026-05-27T02:21:22.339Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
| 4050 | 2026-05-27T02:21:22.343Z | May 27 02:21:21.382 INFO [stamp-internal-dns] process exited with exit status: 0 (786.733187ms) |
| 4051 | 2026-05-27T02:21:22.352Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
| 4052 | 2026-05-27T02:21:22.356Z | May 27 02:21:21.395 INFO [stamp-external-dns] process exited with exit status: 0 (797.123049ms) |
| 4053 | 2026-05-27T02:21:22.418Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
| 4054 | 2026-05-27T02:21:22.422Z | May 27 02:21:21.461 INFO [stamp-crucible-zone] process exited with exit status: 0 (863.328955ms) |
| 4055 | 2026-05-27T02:21:22.556Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
| 4056 | 2026-05-27T02:21:22.560Z | May 27 02:21:21.599 INFO [stamp-oximeter] process exited with exit status: 0 (1.002648684s) |
| 4057 | 2026-05-27T02:21:22.908Z | [ recovery-image] May 27 02:21:21.946 INFO O| May 27 02:21:21.946 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled |
| 4058 | 2026-05-27T02:21:23.278Z | [ recovery-image] May 27 02:21:22.316 INFO O| May 27 02:21:22.316 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4059 | 2026-05-27T02:21:23.278Z | [ recovery-image] May 27 02:21:22.316 INFO O| May 27 02:21:22.316 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4060 | 2026-05-27T02:21:23.281Z | [ recovery-image] May 27 02:21:22.316 INFO O| May 27 02:21:22.316 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4061 | 2026-05-27T02:21:23.281Z | [ recovery-image] May 27 02:21:22.316 INFO O| May 27 02:21:22.316 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4062 | 2026-05-27T02:21:23.284Z | [ recovery-image] May 27 02:21:22.322 INFO O| May 27 02:21:22.322 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4063 | 2026-05-27T02:21:23.636Z | [ host-image] May 27 02:21:22.675 INFO O| May 27 02:21:22.674 INFO O| Download: 7149/23754 items 49.1/222.1MB 22% complete (1.9M/s) |
| 4064 | 2026-05-27T02:21:24.093Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
| 4065 | 2026-05-27T02:21:24.096Z | May 27 02:21:23.135 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.538407016s) |
| 4066 | 2026-05-27T02:21:25.644Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
| 4067 | 2026-05-27T02:21:25.648Z | May 27 02:21:24.687 INFO [stamp-nexus] process exited with exit status: 0 (4.089055836s) |
| 4068 | 2026-05-27T02:21:26.096Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
| 4069 | 2026-05-27T02:21:26.099Z | May 27 02:21:25.138 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.543481784s) |
| 4070 | 2026-05-27T02:21:26.151Z | [verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4071 | 2026-05-27T02:21:26.352Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
| 4072 | 2026-05-27T02:21:26.356Z | May 27 02:21:25.395 INFO [stamp-clickhouse] process exited with exit status: 0 (4.797969774s) |
| 4073 | 2026-05-27T02:21:26.364Z | [stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz |
| 4074 | 2026-05-27T02:21:26.369Z | May 27 02:21:25.408 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.81160045s) |
| 4075 | 2026-05-27T02:21:26.369Z | May 27 02:21:25.408 INFO [tuf-stamp] task succeeded (4.813708173s) |
| 4076 | 2026-05-27T02:21:26.376Z | [verify-libraries] Compiling ar_archive_writer v0.5.1 |
| 4077 | 2026-05-27T02:21:26.401Z | [verify-libraries] Compiling stacker v0.1.23 |
| 4078 | 2026-05-27T02:21:26.403Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
| 4079 | 2026-05-27T02:21:26.440Z | [verify-libraries] Compiling home v0.5.12 |
| 4080 | 2026-05-27T02:21:26.461Z | [verify-libraries] Compiling recursive-proc-macro-impl v0.1.1 |
| 4081 | 2026-05-27T02:21:26.461Z | [verify-libraries] Compiling nibble_vec v0.1.0 |
| 4082 | 2026-05-27T02:21:26.502Z | [verify-libraries] Compiling endian-type v0.1.2 |
| 4083 | 2026-05-27T02:21:26.506Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 4084 | 2026-05-27T02:21:26.546Z | [verify-libraries] Compiling sqlparser_derive v0.5.0 |
| 4085 | 2026-05-27T02:21:26.567Z | [verify-libraries] Compiling nix v0.28.0 |
| 4086 | 2026-05-27T02:21:26.591Z | [verify-libraries] Compiling winnow v0.6.26 |
| 4087 | 2026-05-27T02:21:26.591Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
| 4088 | 2026-05-27T02:21:26.636Z | [verify-libraries] Compiling radix_trie v0.2.1 |
| 4089 | 2026-05-27T02:21:26.656Z | [verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4090 | 2026-05-27T02:21:26.722Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4091 | 2026-05-27T02:21:26.752Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4092 | 2026-05-27T02:21:26.776Z | [verify-libraries] Compiling polyval v0.6.2 |
| 4093 | 2026-05-27T02:21:26.798Z | [verify-libraries] Compiling ctr v0.9.2 |
| 4094 | 2026-05-27T02:21:26.825Z | [verify-libraries] Compiling colored v2.2.0 |
| 4095 | 2026-05-27T02:21:26.825Z | [verify-libraries] Compiling blowfish v0.9.1 |
| 4096 | 2026-05-27T02:21:26.868Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
| 4097 | 2026-05-27T02:21:26.896Z | [verify-libraries] Compiling password-hash v0.4.2 |
| 4098 | 2026-05-27T02:21:27.030Z | [verify-libraries] Compiling ghash v0.5.1 |
| 4099 | 2026-05-27T02:21:27.069Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
| 4100 | 2026-05-27T02:21:27.072Z | [verify-libraries] Compiling petname v2.0.2 |
| 4101 | 2026-05-27T02:21:27.113Z | [verify-libraries] Compiling p256 v0.13.2 |
| 4102 | 2026-05-27T02:21:27.113Z | [verify-libraries] Compiling p521 v0.13.3 |
| 4103 | 2026-05-27T02:21:27.155Z | [verify-libraries] Compiling psm v0.1.30 |
| 4104 | 2026-05-27T02:21:27.178Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
| 4105 | 2026-05-27T02:21:27.178Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
| 4106 | 2026-05-27T02:21:27.229Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
| 4107 | 2026-05-27T02:21:27.296Z | [verify-libraries] Compiling md5 v0.7.0 |
| 4108 | 2026-05-27T02:21:27.372Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
| 4109 | 2026-05-27T02:21:27.417Z | [verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4110 | 2026-05-27T02:21:27.490Z | [verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4111 | 2026-05-27T02:21:27.493Z | [verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4112 | 2026-05-27T02:21:27.530Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4113 | 2026-05-27T02:21:27.530Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4114 | 2026-05-27T02:21:27.601Z | [verify-libraries] Compiling num-bigint v0.4.6 |
| 4115 | 2026-05-27T02:21:27.647Z | [ recovery-image] May 27 02:21:26.685 INFO O| May 27 02:21:26.685 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4116 | 2026-05-27T02:21:27.655Z | [ recovery-image] May 27 02:21:26.693 INFO O| May 27 02:21:26.693 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"] |
| 4117 | 2026-05-27T02:21:27.668Z | [verify-libraries] Compiling ssh-key v0.6.7 |
| 4118 | 2026-05-27T02:21:27.712Z | [verify-libraries] Compiling des v0.8.1 |
| 4119 | 2026-05-27T02:21:27.761Z | [verify-libraries] Compiling sapling-renderdag v0.1.0 |
| 4120 | 2026-05-27T02:21:27.784Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4121 | 2026-05-27T02:21:27.808Z | [verify-libraries] Compiling hex-literal v0.4.1 |
| 4122 | 2026-05-27T02:21:27.860Z | [verify-libraries] Compiling sync-ptr v0.1.4 |
| 4123 | 2026-05-27T02:21:27.986Z | [ recovery-image] May 27 02:21:27.025 INFO O| May 27 02:21:27.025 INFO O| Caching catalogs ... Done |
| 4124 | 2026-05-27T02:21:28.071Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4125 | 2026-05-27T02:21:28.090Z | [ recovery-image] May 27 02:21:27.129 INFO O| May 27 02:21:27.129 INFO STEP 0 (pkg_image_create) COMPLETE |
| 4126 | 2026-05-27T02:21:28.090Z | [ recovery-image] May 27 02:21:27.129 INFO O| May 27 02:21:27.129 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4127 | 2026-05-27T02:21:28.093Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4128 | 2026-05-27T02:21:28.100Z | [ recovery-image] May 27 02:21:27.139 INFO O| May 27 02:21:27.139 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/3/dev/", "helios"] |
| 4129 | 2026-05-27T02:21:28.116Z | [verify-libraries] Compiling sqlformat v0.3.5 |
| 4130 | 2026-05-27T02:21:28.153Z | [verify-libraries] Compiling recursive v0.1.1 |
| 4131 | 2026-05-27T02:21:28.223Z | [verify-libraries] Compiling rustyline v14.0.0 |
| 4132 | 2026-05-27T02:21:28.271Z | [verify-libraries] Compiling sqlparser v0.61.0 |
| 4133 | 2026-05-27T02:21:28.318Z | [verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4134 | 2026-05-27T02:21:28.321Z | [verify-libraries] Compiling socket2 v0.5.10 |
| 4135 | 2026-05-27T02:21:28.412Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
| 4136 | 2026-05-27T02:21:28.446Z | [ recovery-image] May 27 02:21:27.484 INFO O| May 27 02:21:27.484 INFO STEP 1 (pkg_set_publisher) COMPLETE |
| 4137 | 2026-05-27T02:21:28.446Z | [ recovery-image] May 27 02:21:27.484 INFO O| May 27 02:21:27.484 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4138 | 2026-05-27T02:21:28.446Z | [ recovery-image] May 27 02:21:27.484 INFO O| May 27 02:21:27.484 INFO skip step because feature "publisher_1_name" is not enabled |
| 4139 | 2026-05-27T02:21:28.449Z | [ recovery-image] May 27 02:21:27.484 INFO O| May 27 02:21:27.484 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4140 | 2026-05-27T02:21:28.449Z | [ recovery-image] May 27 02:21:27.484 INFO O| May 27 02:21:27.484 INFO skip step because feature "publisher_2_name" is not enabled |
| 4141 | 2026-05-27T02:21:28.449Z | [ recovery-image] May 27 02:21:27.484 INFO O| May 27 02:21:27.484 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4142 | 2026-05-27T02:21:28.449Z | [ recovery-image] May 27 02:21:27.484 INFO O| May 27 02:21:27.484 INFO skip step because feature "publisher_3_name" is not enabled |
| 4143 | 2026-05-27T02:21:28.449Z | [ recovery-image] May 27 02:21:27.484 INFO O| May 27 02:21:27.484 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4144 | 2026-05-27T02:21:28.559Z | [verify-libraries] Compiling omicron-zone-package v0.12.2 |
| 4145 | 2026-05-27T02:21:28.681Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4146 | 2026-05-27T02:21:28.756Z | [ recovery-image] May 27 02:21:27.794 INFO O| May 27 02:21:27.794 INFO variant opensolaris.zone is already global |
| 4147 | 2026-05-27T02:21:28.756Z | [ recovery-image] May 27 02:21:27.794 INFO O| May 27 02:21:27.794 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 4148 | 2026-05-27T02:21:28.759Z | [ recovery-image] May 27 02:21:27.794 INFO O| May 27 02:21:27.794 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4149 | 2026-05-27T02:21:28.837Z | [ host-image] May 27 02:21:27.875 INFO O| May 27 02:21:27.875 INFO O| Download: 8570/23754 items 62.6/222.1MB 28% complete (1.9M/s) |
| 4150 | 2026-05-27T02:21:29.049Z | [verify-libraries] Compiling russh-keys v0.45.0 |
| 4151 | 2026-05-27T02:21:29.078Z | [ recovery-image] May 27 02:21:28.116 INFO O| May 27 02:21:28.116 INFO variant opensolaris.imagetype is full; changing to partial |
| 4152 | 2026-05-27T02:21:29.078Z | [ recovery-image] May 27 02:21:28.116 INFO O| May 27 02:21:28.116 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 4153 | 2026-05-27T02:21:29.093Z | [verify-libraries] Compiling git-stub v1.0.0 |
| 4154 | 2026-05-27T02:21:29.213Z | [verify-libraries] Compiling yansi v1.0.1 |
| 4155 | 2026-05-27T02:21:29.308Z | [verify-libraries] Compiling diff v0.1.13 |
| 4156 | 2026-05-27T02:21:29.606Z | [verify-libraries] Compiling pretty_assertions v1.4.1 |
| 4157 | 2026-05-27T02:21:29.724Z | [verify-libraries] Compiling git-stub-vcs v0.1.0 |
| 4158 | 2026-05-27T02:21:29.823Z | [ recovery-image] May 27 02:21:28.862 INFO O| May 27 02:21:28.862 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4159 | 2026-05-27T02:21:29.963Z | [ recovery-image] May 27 02:21:29.001 INFO O| May 27 02:21:29.001 INFO O| Startup: Caching catalogs ... Done |
| 4160 | 2026-05-27T02:21:29.968Z | [ recovery-image] May 27 02:21:29.006 INFO O| May 27 02:21:29.006 INFO O| Planning: Planning completed in 0.00 seconds |
| 4161 | 2026-05-27T02:21:29.971Z | [ recovery-image] May 27 02:21:29.007 INFO O| May 27 02:21:29.007 INFO O| Planning: Consolidating action changes ... Done |
| 4162 | 2026-05-27T02:21:29.971Z | [ recovery-image] May 27 02:21:29.007 INFO O| May 27 02:21:29.007 INFO O| Planning: Evaluating mediators ... Done |
| 4163 | 2026-05-27T02:21:29.971Z | [ recovery-image] May 27 02:21:29.007 INFO O| May 27 02:21:29.007 INFO O| Planning: Planning completed in 0.00 seconds |
| 4164 | 2026-05-27T02:21:29.971Z | [ recovery-image] May 27 02:21:29.007 INFO O| May 27 02:21:29.007 INFO O| Variants/Facets to change: 1 |
| 4165 | 2026-05-27T02:21:29.997Z | [ recovery-image] May 27 02:21:29.035 INFO O| May 27 02:21:29.035 INFO O| Finalize: Updating package state database ... Done |
| 4166 | 2026-05-27T02:21:29.997Z | [ recovery-image] May 27 02:21:29.035 INFO O| May 27 02:21:29.035 INFO O| Finalize: Updating package cache ... Done |
| 4167 | 2026-05-27T02:21:30.003Z | [verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4168 | 2026-05-27T02:21:30.012Z | [ recovery-image] May 27 02:21:29.051 INFO O| May 27 02:21:29.051 INFO O| Finalize: Updating image state ... Done |
| 4169 | 2026-05-27T02:21:30.015Z | [ recovery-image] May 27 02:21:29.053 INFO O| May 27 02:21:29.053 INFO O| Finalize: Creating fast lookup database ... Done |
| 4170 | 2026-05-27T02:21:30.018Z | [ recovery-image] May 27 02:21:29.054 INFO O| May 27 02:21:29.054 INFO O| Finalize: Reading search index ... Done |
| 4171 | 2026-05-27T02:21:30.018Z | [ recovery-image] May 27 02:21:29.054 INFO O| May 27 02:21:29.054 INFO O| Finalize: Updating search index ... Done |
| 4172 | 2026-05-27T02:21:30.018Z | [ recovery-image] May 27 02:21:29.055 INFO O| May 27 02:21:29.055 INFO O| Finalize: Updating package cache ... Done |
| 4173 | 2026-05-27T02:21:30.133Z | [ recovery-image] May 27 02:21:29.172 INFO O| May 27 02:21:29.172 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 4174 | 2026-05-27T02:21:30.134Z | [ recovery-image] May 27 02:21:29.172 INFO O| May 27 02:21:29.172 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4175 | 2026-05-27T02:21:30.136Z | [ recovery-image] May 27 02:21:29.172 INFO O| May 27 02:21:29.172 INFO skip step because feature "debug_variant" is not enabled |
| 4176 | 2026-05-27T02:21:30.136Z | [ recovery-image] May 27 02:21:29.172 INFO O| May 27 02:21:29.172 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4177 | 2026-05-27T02:21:30.148Z | [verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4178 | 2026-05-27T02:21:30.369Z | [verify-libraries] Compiling russh v0.45.0 |
| 4179 | 2026-05-27T02:21:30.446Z | [ recovery-image] May 27 02:21:29.485 INFO O| May 27 02:21:29.485 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"] |
| 4180 | 2026-05-27T02:21:30.578Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4181 | 2026-05-27T02:21:30.614Z | [verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4182 | 2026-05-27T02:21:30.778Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4183 | 2026-05-27T02:21:30.825Z | [verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4184 | 2026-05-27T02:21:30.870Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4185 | 2026-05-27T02:21:30.959Z | [verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4186 | 2026-05-27T02:21:31.026Z | [verify-libraries] Compiling drift v0.2.0 |
| 4187 | 2026-05-27T02:21:31.249Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4188 | 2026-05-27T02:21:31.269Z | [verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4189 | 2026-05-27T02:21:31.292Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4190 | 2026-05-27T02:21:31.336Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4191 | 2026-05-27T02:21:31.682Z | [ recovery-image] May 27 02:21:30.720 INFO O| May 27 02:21:30.720 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4192 | 2026-05-27T02:21:31.720Z | [verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4193 | 2026-05-27T02:21:31.785Z | [ recovery-image] May 27 02:21:30.824 INFO O| May 27 02:21:30.824 INFO O| Startup: Caching catalogs ... Done |
| 4194 | 2026-05-27T02:21:31.790Z | [ recovery-image] May 27 02:21:30.829 INFO O| May 27 02:21:30.829 INFO O| Planning: Planning completed in 0.00 seconds |
| 4195 | 2026-05-27T02:21:31.793Z | [ recovery-image] May 27 02:21:30.829 INFO O| May 27 02:21:30.829 INFO O| Planning: Consolidating action changes ... Done |
| 4196 | 2026-05-27T02:21:31.793Z | [ recovery-image] May 27 02:21:30.829 INFO O| May 27 02:21:30.829 INFO O| Planning: Evaluating mediators ... Done |
| 4197 | 2026-05-27T02:21:31.794Z | [ recovery-image] May 27 02:21:30.829 INFO O| May 27 02:21:30.829 INFO O| Planning: Planning completed in 0.00 seconds |
| 4198 | 2026-05-27T02:21:31.794Z | [ recovery-image] May 27 02:21:30.830 INFO O| May 27 02:21:30.830 INFO O| Variants/Facets to change: 1 |
| 4199 | 2026-05-27T02:21:31.807Z | [ recovery-image] May 27 02:21:30.845 INFO O| May 27 02:21:30.845 INFO O| Finalize: Updating package state database ... Done |
| 4200 | 2026-05-27T02:21:31.807Z | [ recovery-image] May 27 02:21:30.845 INFO O| May 27 02:21:30.845 INFO O| Finalize: Updating package cache ... Done |
| 4201 | 2026-05-27T02:21:31.812Z | [verify-libraries] Compiling termios v0.3.3 |
| 4202 | 2026-05-27T02:21:31.821Z | [ recovery-image] May 27 02:21:30.859 INFO O| May 27 02:21:30.859 INFO O| Finalize: Updating image state ... Done |
| 4203 | 2026-05-27T02:21:31.825Z | [ recovery-image] May 27 02:21:30.862 INFO O| May 27 02:21:30.862 INFO O| Finalize: Creating fast lookup database ... Done |
| 4204 | 2026-05-27T02:21:31.829Z | [ recovery-image] May 27 02:21:30.863 INFO O| May 27 02:21:30.863 INFO O| Finalize: Reading search index ... Done |
| 4205 | 2026-05-27T02:21:31.829Z | [ recovery-image] May 27 02:21:30.863 INFO O| May 27 02:21:30.863 INFO O| Finalize: Updating search index ... Done |
| 4206 | 2026-05-27T02:21:31.829Z | [ recovery-image] May 27 02:21:30.864 INFO O| May 27 02:21:30.864 INFO O| Finalize: Updating package cache ... Done |
| 4207 | 2026-05-27T02:21:31.939Z | [ recovery-image] May 27 02:21:30.974 INFO O| May 27 02:21:30.974 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 4208 | 2026-05-27T02:21:31.939Z | [ recovery-image] May 27 02:21:30.974 INFO O| May 27 02:21:30.974 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4209 | 2026-05-27T02:21:32.093Z | [verify-libraries] Compiling dropshot-api-manager v0.7.2 |
| 4210 | 2026-05-27T02:21:32.126Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4211 | 2026-05-27T02:21:32.267Z | [ recovery-image] May 27 02:21:31.305 INFO O| May 27 02:21:31.305 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"] |
| 4212 | 2026-05-27T02:21:33.128Z | [verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4213 | 2026-05-27T02:21:33.508Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 4214 | 2026-05-27T02:21:33.567Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4215 | 2026-05-27T02:21:33.768Z | [ recovery-image] May 27 02:21:32.806 INFO O| May 27 02:21:32.806 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4216 | 2026-05-27T02:21:33.862Z | [ recovery-image] May 27 02:21:32.901 INFO O| May 27 02:21:32.901 INFO O| Startup: Caching catalogs ... Done |
| 4217 | 2026-05-27T02:21:33.867Z | [ recovery-image] May 27 02:21:32.906 INFO O| May 27 02:21:32.906 INFO O| Planning: Planning completed in 0.00 seconds |
| 4218 | 2026-05-27T02:21:33.870Z | [ recovery-image] May 27 02:21:32.906 INFO O| May 27 02:21:32.906 INFO O| Planning: Consolidating action changes ... Done |
| 4219 | 2026-05-27T02:21:33.870Z | [ recovery-image] May 27 02:21:32.906 INFO O| May 27 02:21:32.906 INFO O| Planning: Evaluating mediators ... Done |
| 4220 | 2026-05-27T02:21:33.870Z | [ recovery-image] May 27 02:21:32.907 INFO O| May 27 02:21:32.907 INFO O| Planning: Planning completed in 0.00 seconds |
| 4221 | 2026-05-27T02:21:33.870Z | [ recovery-image] May 27 02:21:32.907 INFO O| May 27 02:21:32.907 INFO O| Variants/Facets to change: 1 |
| 4222 | 2026-05-27T02:21:33.883Z | [ recovery-image] May 27 02:21:32.922 INFO O| May 27 02:21:32.922 INFO O| Finalize: Updating package state database ... Done |
| 4223 | 2026-05-27T02:21:33.883Z | [ recovery-image] May 27 02:21:32.922 INFO O| May 27 02:21:32.922 INFO O| Finalize: Updating package cache ... Done |
| 4224 | 2026-05-27T02:21:33.897Z | [ recovery-image] May 27 02:21:32.936 INFO O| May 27 02:21:32.936 INFO O| Finalize: Updating image state ... Done |
| 4225 | 2026-05-27T02:21:33.900Z | [ recovery-image] May 27 02:21:32.939 INFO O| May 27 02:21:32.939 INFO O| Finalize: Creating fast lookup database ... Done |
| 4226 | 2026-05-27T02:21:33.903Z | [ recovery-image] May 27 02:21:32.939 INFO O| May 27 02:21:32.939 INFO O| Finalize: Reading search index ... Done |
| 4227 | 2026-05-27T02:21:33.903Z | [ recovery-image] May 27 02:21:32.939 INFO O| May 27 02:21:32.939 INFO O| Finalize: Updating search index ... Done |
| 4228 | 2026-05-27T02:21:33.903Z | [ recovery-image] May 27 02:21:32.940 INFO O| May 27 02:21:32.940 INFO O| Finalize: Updating package cache ... Done |
| 4229 | 2026-05-27T02:21:33.931Z | [ host-image] May 27 02:21:32.969 INFO O| May 27 02:21:32.969 INFO O| Download: 9894/23754 items 88.6/222.1MB 39% complete (3.9M/s) |
| 4230 | 2026-05-27T02:21:34.015Z | [ recovery-image] May 27 02:21:33.052 INFO O| May 27 02:21:33.052 INFO STEP 9 (pkg_change_facet) COMPLETE |
| 4231 | 2026-05-27T02:21:34.016Z | [ recovery-image] May 27 02:21:33.052 INFO O| May 27 02:21:33.052 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4232 | 2026-05-27T02:21:34.332Z | [ recovery-image] May 27 02:21:33.370 INFO O| May 27 02:21:33.370 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"] |
| 4233 | 2026-05-27T02:21:34.849Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 4234 | 2026-05-27T02:21:35.244Z | [ recovery-image] May 27 02:21:34.282 INFO O| May 27 02:21:34.282 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4235 | 2026-05-27T02:21:35.332Z | [ recovery-image] May 27 02:21:34.368 INFO O| May 27 02:21:34.368 INFO O| Startup: Caching catalogs ... Done |
| 4236 | 2026-05-27T02:21:35.335Z | [ recovery-image] May 27 02:21:34.374 INFO O| May 27 02:21:34.374 INFO O| Planning: Planning completed in 0.00 seconds |
| 4237 | 2026-05-27T02:21:35.338Z | [ recovery-image] May 27 02:21:34.374 INFO O| May 27 02:21:34.374 INFO O| Planning: Consolidating action changes ... Done |
| 4238 | 2026-05-27T02:21:35.338Z | [ recovery-image] May 27 02:21:34.374 INFO O| May 27 02:21:34.374 INFO O| Planning: Evaluating mediators ... Done |
| 4239 | 2026-05-27T02:21:35.338Z | [ recovery-image] May 27 02:21:34.375 INFO O| May 27 02:21:34.375 INFO O| Planning: Planning completed in 0.00 seconds |
| 4240 | 2026-05-27T02:21:35.338Z | [ recovery-image] May 27 02:21:34.375 INFO O| May 27 02:21:34.375 INFO O| Variants/Facets to change: 1 |
| 4241 | 2026-05-27T02:21:35.385Z | [ recovery-image] May 27 02:21:34.413 INFO O| May 27 02:21:34.413 INFO O| Finalize: Updating package state database ... Done |
| 4242 | 2026-05-27T02:21:35.385Z | [ recovery-image] May 27 02:21:34.413 INFO O| May 27 02:21:34.413 INFO O| Finalize: Updating package cache ... Done |
| 4243 | 2026-05-27T02:21:35.398Z | [ recovery-image] May 27 02:21:34.436 INFO O| May 27 02:21:34.436 INFO O| Finalize: Updating image state ... Done |
| 4244 | 2026-05-27T02:21:35.401Z | [ recovery-image] May 27 02:21:34.440 INFO O| May 27 02:21:34.440 INFO O| Finalize: Creating fast lookup database ... Done |
| 4245 | 2026-05-27T02:21:35.404Z | [ recovery-image] May 27 02:21:34.440 INFO O| May 27 02:21:34.440 INFO O| Finalize: Reading search index ... Done |
| 4246 | 2026-05-27T02:21:35.404Z | [ recovery-image] May 27 02:21:34.440 INFO O| May 27 02:21:34.440 INFO O| Finalize: Updating search index ... Done |
| 4247 | 2026-05-27T02:21:35.404Z | [ recovery-image] May 27 02:21:34.441 INFO O| May 27 02:21:34.441 INFO O| Finalize: Updating package cache ... Done |
| 4248 | 2026-05-27T02:21:35.521Z | [ recovery-image] May 27 02:21:34.558 INFO O| May 27 02:21:34.558 INFO STEP 10 (pkg_change_facet) COMPLETE |
| 4249 | 2026-05-27T02:21:35.521Z | [ recovery-image] May 27 02:21:34.558 INFO O| May 27 02:21:34.558 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4250 | 2026-05-27T02:21:35.530Z | [ recovery-image] May 27 02:21:34.569 INFO O| May 27 02:21:34.569 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@20.0.0.0"] |
| 4251 | 2026-05-27T02:21:36.225Z | [ recovery-image] May 27 02:21:35.263 INFO O| May 27 02:21:35.263 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4252 | 2026-05-27T02:21:36.311Z | [ recovery-image] May 27 02:21:35.349 INFO O| May 27 02:21:35.349 INFO O| Startup: Caching catalogs ... Done |
| 4253 | 2026-05-27T02:21:36.402Z | [verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4254 | 2026-05-27T02:21:36.576Z | [ recovery-image] May 27 02:21:35.614 INFO O| May 27 02:21:35.614 INFO O| Planning: Solver setup ... Done |
| 4255 | 2026-05-27T02:21:36.585Z | [ recovery-image] May 27 02:21:35.624 INFO O| May 27 02:21:35.624 INFO O| Planning: Running solver ... Done |
| 4256 | 2026-05-27T02:21:36.595Z | [ recovery-image] May 27 02:21:35.633 INFO O| May 27 02:21:35.633 INFO O| Planning: Finding local manifests ... Done |
| 4257 | 2026-05-27T02:21:36.651Z | [ recovery-image] May 27 02:21:35.690 INFO O| May 27 02:21:35.690 INFO O| Planning: Fetching manifests: 0/127 0% complete |
| 4258 | 2026-05-27T02:21:37.673Z | [verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4259 | 2026-05-27T02:21:37.951Z | [verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4260 | 2026-05-27T02:21:38.938Z | [ host-image] May 27 02:21:37.974 INFO O| May 27 02:21:37.974 INFO O| Download: 10946/23754 items 96.5/222.1MB 43% complete (3.4M/s) |
| 4261 | 2026-05-27T02:21:39.525Z | [verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4262 | 2026-05-27T02:21:41.668Z | [ recovery-image] May 27 02:21:40.706 INFO O| May 27 02:21:40.706 INFO O| Planning: Fetching manifests: 91/127 71% complete |
| 4263 | 2026-05-27T02:21:43.126Z | [verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4264 | 2026-05-27T02:21:43.749Z | [ recovery-image] May 27 02:21:42.787 INFO O| May 27 02:21:42.787 INFO O| Planning: Fetching manifests: 127/127 100% complete |
| 4265 | 2026-05-27T02:21:44.250Z | [ recovery-image] May 27 02:21:43.289 INFO O| May 27 02:21:43.289 INFO O| Planning: Package planning ... Done |
| 4266 | 2026-05-27T02:21:44.260Z | [ host-image] May 27 02:21:43.298 INFO O| May 27 02:21:43.298 INFO O| Download: 11967/23754 items 102.8/222.1MB 46% complete (1.4M/s) |
| 4267 | 2026-05-27T02:21:44.472Z | [ recovery-image] May 27 02:21:43.510 INFO O| May 27 02:21:43.510 INFO O| Planning: Merging actions ... Done |
| 4268 | 2026-05-27T02:21:44.543Z | [ recovery-image] May 27 02:21:43.581 INFO O| May 27 02:21:43.581 INFO O| Planning: Checking for conflicting actions ... Done |
| 4269 | 2026-05-27T02:21:44.597Z | [ recovery-image] May 27 02:21:43.635 INFO O| May 27 02:21:43.635 INFO O| Planning: Consolidating action changes ... Done |
| 4270 | 2026-05-27T02:21:44.730Z | [ recovery-image] May 27 02:21:43.768 INFO O| May 27 02:21:43.768 INFO O| Planning: Evaluating mediators ... Done |
| 4271 | 2026-05-27T02:21:46.257Z | [ recovery-image] May 27 02:21:45.295 INFO O| May 27 02:21:45.295 INFO O| Planning: Planning completed in 9.94 seconds |
| 4272 | 2026-05-27T02:21:46.260Z | [ recovery-image] May 27 02:21:45.297 INFO O| May 27 02:21:45.297 INFO O| Packages to install: 127 |
| 4273 | 2026-05-27T02:21:46.260Z | [ recovery-image] May 27 02:21:45.297 INFO O| May 27 02:21:45.297 INFO O| Mediators to change: 5 |
| 4274 | 2026-05-27T02:21:46.260Z | [ recovery-image] May 27 02:21:45.297 INFO O| May 27 02:21:45.297 INFO O| Services to change: 5 |
| 4275 | 2026-05-27T02:21:46.299Z | [ recovery-image] May 27 02:21:45.322 INFO O| May 27 02:21:45.322 INFO O| Download: 0/16562 items 0.0/199.3MB 0% complete |
| 4276 | 2026-05-27T02:21:46.708Z | [verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4277 | 2026-05-27T02:21:46.820Z | [verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4278 | 2026-05-27T02:21:46.935Z | [verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4279 | 2026-05-27T02:21:47.068Z | [verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4280 | 2026-05-27T02:21:48.501Z | [verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4281 | 2026-05-27T02:21:49.450Z | [verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 4282 | 2026-05-27T02:21:49.612Z | [verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 4283 | 2026-05-27T02:21:49.645Z | [ host-image] May 27 02:21:48.682 INFO O| May 27 02:21:48.681 INFO O| Download: 12738/23754 items 107.3/222.1MB 48% complete (1.1M/s) |
| 4284 | 2026-05-27T02:21:49.726Z | [verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4285 | 2026-05-27T02:21:51.097Z | [verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4286 | 2026-05-27T02:21:51.423Z | [ recovery-image] May 27 02:21:50.462 INFO O| May 27 02:21:50.462 INFO O| Download: 1008/16562 items 8.0/199.3MB 3% complete (1.9M/s) |
| 4287 | 2026-05-27T02:21:51.789Z | [verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 4288 | 2026-05-27T02:21:53.457Z | [verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 4289 | 2026-05-27T02:21:54.848Z | [ host-image] May 27 02:21:53.887 INFO O| May 27 02:21:53.887 INFO O| Download: 12966/23754 items 118.3/222.1MB 53% complete (1.5M/s) |
| 4290 | 2026-05-27T02:21:55.451Z | [verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 4291 | 2026-05-27T02:21:55.626Z | [verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4292 | 2026-05-27T02:21:56.445Z | [ recovery-image] May 27 02:21:55.483 INFO O| May 27 02:21:55.483 INFO O| Download: 1454/16562 items 20.4/199.3MB 10% complete (2.0M/s) |
| 4293 | 2026-05-27T02:21:58.122Z | [verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 4294 | 2026-05-27T02:21:58.213Z | [verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 4295 | 2026-05-27T02:21:59.851Z | [ host-image] May 27 02:21:58.889 INFO O| May 27 02:21:58.889 INFO O| Download: 13534/23754 items 119.2/222.1MB 53% complete (1.2M/s) |
| 4296 | 2026-05-27T02:21:59.892Z | [verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 4297 | 2026-05-27T02:22:01.154Z | [verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 4298 | 2026-05-27T02:22:01.843Z | [verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 4299 | 2026-05-27T02:22:02.118Z | [verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 4300 | 2026-05-27T02:22:02.852Z | [verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4301 | 2026-05-27T02:22:02.953Z | [ recovery-image] May 27 02:22:01.991 INFO O| May 27 02:22:01.991 INFO O| Download: 1659/16562 items 25.1/199.3MB 12% complete (1.8M/s) |
| 4302 | 2026-05-27T02:22:03.826Z | [verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4303 | 2026-05-27T02:22:03.940Z | [verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4304 | 2026-05-27T02:22:04.709Z | [verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4305 | 2026-05-27T02:22:04.814Z | [verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4306 | 2026-05-27T02:22:05.073Z | [ host-image] May 27 02:22:04.111 INFO O| May 27 02:22:04.111 INFO O| Download: 14667/23754 items 119.8/222.1MB 53% complete (160k/s) |
| 4307 | 2026-05-27T02:22:05.294Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4308 | 2026-05-27T02:22:07.365Z | [verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4309 | 2026-05-27T02:22:07.647Z | [verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4310 | 2026-05-27T02:22:08.378Z | [ recovery-image] May 27 02:22:07.413 INFO O| May 27 02:22:07.413 INFO O| Download: 2689/16562 items 31.2/199.3MB 15% complete (1.1M/s) |
| 4311 | 2026-05-27T02:22:10.143Z | [ host-image] May 27 02:22:09.181 INFO O| May 27 02:22:09.181 INFO O| Download: 15214/23754 items 121.9/222.1MB 54% complete (247k/s) |
| 4312 | 2026-05-27T02:22:10.482Z | [verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4313 | 2026-05-27T02:22:10.776Z | [verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 4314 | 2026-05-27T02:22:11.847Z | [verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4315 | 2026-05-27T02:22:12.042Z | [verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4316 | 2026-05-27T02:22:13.193Z | [verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4317 | 2026-05-27T02:22:13.381Z | [ recovery-image] May 27 02:22:12.419 INFO O| May 27 02:22:12.419 INFO O| Download: 3766/16562 items 38.6/199.3MB 19% complete (1.3M/s) |
| 4318 | 2026-05-27T02:22:14.407Z | [verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4319 | 2026-05-27T02:22:15.145Z | [ host-image] May 27 02:22:14.183 INFO O| May 27 02:22:14.183 INFO O| Download: 15987/23754 items 131.8/222.1MB 59% complete (1.2M/s) |
| 4320 | 2026-05-27T02:22:17.596Z | [verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4321 | 2026-05-27T02:22:18.393Z | [ recovery-image] May 27 02:22:17.432 INFO O| May 27 02:22:17.431 INFO O| Download: 4168/16562 items 43.0/199.3MB 21% complete (1.2M/s) |
| 4322 | 2026-05-27T02:22:20.434Z | [ host-image] May 27 02:22:19.473 INFO O| May 27 02:22:19.472 INFO O| Download: 16488/23754 items 135.6/222.1MB 61% complete (1.5M/s) |
| 4323 | 2026-05-27T02:22:20.584Z | [verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4324 | 2026-05-27T02:22:20.706Z | [verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4325 | 2026-05-27T02:22:22.498Z | [verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4326 | 2026-05-27T02:22:23.428Z | [ recovery-image] May 27 02:22:22.466 INFO O| May 27 02:22:22.466 INFO O| Download: 5111/16562 items 43.7/199.3MB 21% complete (602k/s) |
| 4327 | 2026-05-27T02:22:25.351Z | [verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4328 | 2026-05-27T02:22:25.442Z | [ host-image] May 27 02:22:24.480 INFO O| May 27 02:22:24.480 INFO O| Download: 17406/23754 items 147.5/222.1MB 66% complete (1.4M/s) |
| 4329 | 2026-05-27T02:22:30.259Z | [verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4330 | 2026-05-27T02:22:30.311Z | [ recovery-image] May 27 02:22:29.349 INFO O| May 27 02:22:29.349 INFO O| Download: 5991/16562 items 45.2/199.3MB 22% complete (337k/s) |
| 4331 | 2026-05-27T02:22:30.445Z | [ host-image] May 27 02:22:29.483 INFO O| May 27 02:22:29.483 INFO O| Download: 17674/23754 items 148.2/222.1MB 66% complete (1.3M/s) |
| 4332 | 2026-05-27T02:22:31.698Z | [verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4333 | 2026-05-27T02:22:31.899Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4334 | 2026-05-27T02:22:32.492Z | [verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4335 | 2026-05-27T02:22:32.699Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4336 | 2026-05-27T02:22:34.791Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4337 | 2026-05-27T02:22:35.445Z | [ host-image] May 27 02:22:34.483 INFO O| May 27 02:22:34.483 INFO O| Download: 18678/23754 items 161.1/222.1MB 72% complete (1.3M/s) |
| 4338 | 2026-05-27T02:22:35.690Z | [ recovery-image] May 27 02:22:34.729 INFO O| May 27 02:22:34.729 INFO O| Download: 6131/16562 items 47.5/199.3MB 23% complete (331k/s) |
| 4339 | 2026-05-27T02:22:38.395Z | [verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4340 | 2026-05-27T02:22:40.180Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 4341 | 2026-05-27T02:22:40.463Z | [ host-image] May 27 02:22:39.501 INFO O| May 27 02:22:39.501 INFO O| Download: 19707/23754 items 175.6/222.1MB 79% complete (2.8M/s) |
| 4342 | 2026-05-27T02:22:42.739Z | [verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4343 | 2026-05-27T02:22:43.053Z | [ recovery-image] May 27 02:22:42.091 INFO O| May 27 02:22:42.091 INFO O| Download: 6360/16562 items 56.3/199.3MB 28% complete (1.2M/s) |
| 4344 | 2026-05-27T02:22:44.750Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4345 | 2026-05-27T02:22:45.464Z | [ host-image] May 27 02:22:44.502 INFO O| May 27 02:22:44.502 INFO O| Download: 20832/23754 items 179.9/222.1MB 81% complete (1.9M/s) |
| 4346 | 2026-05-27T02:22:46.061Z | [verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4347 | 2026-05-27T02:22:48.035Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4348 | 2026-05-27T02:22:48.383Z | [verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4349 | 2026-05-27T02:22:49.464Z | [ recovery-image] May 27 02:22:48.501 INFO O| May 27 02:22:48.500 INFO O| Download: 6361/16562 items 56.3/199.3MB 28% complete |
| 4350 | 2026-05-27T02:22:50.531Z | [ host-image] May 27 02:22:49.569 INFO O| May 27 02:22:49.569 INFO O| Download: 21715/23754 items 188.8/222.1MB 85% complete (1.2M/s) |
| 4351 | 2026-05-27T02:22:50.728Z | [verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4352 | 2026-05-27T02:22:55.778Z | [ host-image] May 27 02:22:54.797 INFO O| May 27 02:22:54.797 INFO O| Download: 22607/23754 items 200.0/222.1MB 90% complete (2.0M/s) |
| 4353 | 2026-05-27T02:22:57.300Z | [verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4354 | 2026-05-27T02:22:58.198Z | [verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4355 | 2026-05-27T02:22:59.043Z | [verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4356 | 2026-05-27T02:23:00.602Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4357 | 2026-05-27T02:23:01.143Z | [ host-image] May 27 02:23:00.175 INFO O| May 27 02:23:00.175 INFO O| Download: 22888/23754 items 214.7/222.1MB 96% complete (2.9M/s) |
| 4358 | 2026-05-27T02:23:01.595Z | [verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4359 | 2026-05-27T02:23:02.254Z | [verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4360 | 2026-05-27T02:23:02.281Z | [ recovery-image] May 27 02:23:01.305 INFO O| May 27 02:23:01.305 INFO O| Download: 6366/16562 items 56.3/199.3MB 28% complete |
| 4361 | 2026-05-27T02:23:04.270Z | [verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4362 | 2026-05-27T02:23:06.525Z | [ host-image] May 27 02:23:05.557 INFO O| May 27 02:23:05.557 INFO O| Download: 23009/23754 items 216.2/222.1MB 97% complete (2.0M/s) |
| 4363 | 2026-05-27T02:23:07.270Z | [ recovery-image] May 27 02:23:06.309 INFO O| May 27 02:23:06.309 INFO O| Download: 7033/16562 items 73.2/199.3MB 36% complete (3.3M/s) |
| 4364 | 2026-05-27T02:23:11.840Z | [ host-image] May 27 02:23:10.875 INFO O| May 27 02:23:10.875 INFO O| Download: 23752/23754 items 222.1/222.1MB 99% complete (770k/s) |
| 4365 | 2026-05-27T02:23:11.873Z | [ host-image] May 27 02:23:10.907 INFO O| May 27 02:23:10.907 INFO O| Download: Completed 222.08 MB in 128.85 seconds (1.7M/s) |
| 4366 | 2026-05-27T02:23:12.355Z | [ host-image] May 27 02:23:11.363 INFO O| May 27 02:23:11.363 INFO O| Actions: 1/53918 actions (Installing new actions) |
| 4367 | 2026-05-27T02:23:12.512Z | [ recovery-image] May 27 02:23:11.531 INFO O| May 27 02:23:11.531 INFO O| Download: 7632/16562 items 82.2/199.3MB 41% complete (3.0M/s) |
| 4368 | 2026-05-27T02:23:14.680Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4369 | 2026-05-27T02:23:17.377Z | [ host-image] May 27 02:23:16.365 INFO O| May 27 02:23:16.365 INFO O| Actions: 24164/53918 actions (Installing new actions) |
| 4370 | 2026-05-27T02:23:17.641Z | [ recovery-image] May 27 02:23:16.678 INFO O| May 27 02:23:16.678 INFO O| Download: 8484/16562 items 86.4/199.3MB 43% complete (1.3M/s) |
| 4371 | 2026-05-27T02:23:20.249Z | [ host-image] May 27 02:23:19.284 INFO O| May 27 02:23:19.283 INFO O| Actions: Completed 53918 actions in 7.92 seconds. |
| 4372 | 2026-05-27T02:23:20.306Z | [ host-image] May 27 02:23:19.344 INFO O| May 27 02:23:19.344 INFO O| Finalize: Updating package state database ... Done |
| 4373 | 2026-05-27T02:23:20.306Z | [ host-image] May 27 02:23:19.344 INFO O| May 27 02:23:19.344 INFO O| Finalize: Updating package cache ... Done |
| 4374 | 2026-05-27T02:23:20.338Z | [ host-image] May 27 02:23:19.376 INFO O| May 27 02:23:19.376 INFO O| Finalize: Updating image state ... Done |
| 4375 | 2026-05-27T02:23:21.292Z | [ host-image] May 27 02:23:20.330 INFO O| May 27 02:23:20.330 INFO O| Finalize: Creating fast lookup database ... Done |
| 4376 | 2026-05-27T02:23:21.324Z | [ host-image] May 27 02:23:20.358 INFO O| May 27 02:23:20.358 INFO O| Finalize: Reading search index ... Done |
| 4377 | 2026-05-27T02:23:22.839Z | [ recovery-image] May 27 02:23:21.877 INFO O| May 27 02:23:21.877 INFO O| Download: 9176/16562 items 91.0/199.3MB 45% complete (832k/s) |
| 4378 | 2026-05-27T02:23:23.979Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4379 | 2026-05-27T02:23:24.049Z | [ host-image] May 27 02:23:23.087 INFO O| May 27 02:23:23.087 INFO O| Finalize: Building new search index ... Done |
| 4380 | 2026-05-27T02:23:24.499Z | [ host-image] May 27 02:23:23.535 INFO O| May 27 02:23:23.535 INFO O| Finalize: Updating package cache ... Done |
| 4381 | 2026-05-27T02:23:24.605Z | [verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4382 | 2026-05-27T02:23:24.667Z | [ host-image] May 27 02:23:23.685 INFO O| May 27 02:23:23.685 INFO STEP 11 (pkg_install) COMPLETE |
| 4383 | 2026-05-27T02:23:24.667Z | [ host-image] May 27 02:23:23.685 INFO O| May 27 02:23:23.685 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4384 | 2026-05-27T02:23:24.687Z | [ host-image] May 27 02:23:23.711 INFO O| May 27 02:23:23.711 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor", "/driver/ktest", "/system/i2c"] |
| 4385 | 2026-05-27T02:23:25.360Z | [ host-image] May 27 02:23:24.394 INFO O| May 27 02:23:24.394 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4386 | 2026-05-27T02:23:25.485Z | [ host-image] May 27 02:23:24.498 INFO O| May 27 02:23:24.498 INFO O| Startup: Caching catalogs ... Done |
| 4387 | 2026-05-27T02:23:25.618Z | [ host-image] May 27 02:23:24.655 INFO O| May 27 02:23:24.655 INFO O| Planning: Solver setup ... Done |
| 4388 | 2026-05-27T02:23:25.628Z | [ host-image] May 27 02:23:24.661 INFO O| May 27 02:23:24.661 INFO O| Planning: Running solver ... Done |
| 4389 | 2026-05-27T02:23:25.677Z | [ host-image] May 27 02:23:24.706 INFO O| May 27 02:23:24.706 INFO O| Planning: Finding local manifests ... Done |
| 4390 | 2026-05-27T02:23:25.732Z | [ host-image] May 27 02:23:24.767 INFO O| May 27 02:23:24.767 INFO O| Planning: Fetching manifests: 0/6 0% complete |
| 4391 | 2026-05-27T02:23:25.878Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4392 | 2026-05-27T02:23:25.967Z | [ host-image] May 27 02:23:25.004 INFO O| May 27 02:23:25.004 INFO O| Planning: Fetching manifests: 6/6 100% complete |
| 4393 | 2026-05-27T02:23:25.989Z | [ host-image] May 27 02:23:25.024 INFO O| May 27 02:23:25.023 INFO O| Planning: Package planning ... Done |
| 4394 | 2026-05-27T02:23:26.012Z | [ host-image] May 27 02:23:25.026 INFO O| May 27 02:23:25.025 INFO O| Planning: Merging actions ... Done |
| 4395 | 2026-05-27T02:23:26.086Z | [ host-image] May 27 02:23:25.121 INFO O| May 27 02:23:25.121 INFO O| Planning: Checking for conflicting actions ... Done |
| 4396 | 2026-05-27T02:23:26.093Z | [ host-image] May 27 02:23:25.122 INFO O| May 27 02:23:25.122 INFO O| Planning: Consolidating action changes ... Done |
| 4397 | 2026-05-27T02:23:26.220Z | [ host-image] May 27 02:23:25.258 INFO O| May 27 02:23:25.258 INFO O| Planning: Evaluating mediators ... Done |
| 4398 | 2026-05-27T02:23:26.226Z | [ host-image] May 27 02:23:25.259 INFO O| May 27 02:23:25.259 INFO O| Planning: Planning completed in 0.76 seconds |
| 4399 | 2026-05-27T02:23:26.226Z | [ host-image] May 27 02:23:25.259 INFO O| May 27 02:23:25.259 INFO O| Packages to install: 6 |
| 4400 | 2026-05-27T02:23:26.226Z | [ host-image] May 27 02:23:25.259 INFO O| May 27 02:23:25.259 INFO O| Services to change: 2 |
| 4401 | 2026-05-27T02:23:26.233Z | [ host-image] May 27 02:23:25.270 INFO O| May 27 02:23:25.270 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete |
| 4402 | 2026-05-27T02:23:27.841Z | [ recovery-image] May 27 02:23:26.878 INFO O| May 27 02:23:26.878 INFO O| Download: 9239/16562 items 93.5/199.3MB 46% complete (791k/s) |
| 4403 | 2026-05-27T02:23:29.691Z | [ host-image] May 27 02:23:28.729 INFO O| May 27 02:23:28.729 INFO O| Download: Completed 1.75 MB in 3.46 seconds (516k/s) |
| 4404 | 2026-05-27T02:23:29.711Z | [ host-image] May 27 02:23:28.749 INFO O| May 27 02:23:28.749 INFO O| Actions: 1/390 actions (Installing new actions) |
| 4405 | 2026-05-27T02:23:29.862Z | [ host-image] May 27 02:23:28.896 INFO O| May 27 02:23:28.895 INFO O| Actions: Completed 390 actions in 0.15 seconds. |
| 4406 | 2026-05-27T02:23:29.883Z | [ host-image] May 27 02:23:28.903 INFO O| May 27 02:23:28.902 INFO O| Finalize: Updating package state database ... Done |
| 4407 | 2026-05-27T02:23:29.883Z | [ host-image] May 27 02:23:28.903 INFO O| May 27 02:23:28.903 INFO O| Finalize: Updating package cache ... Done |
| 4408 | 2026-05-27T02:23:29.891Z | [ host-image] May 27 02:23:28.923 INFO O| May 27 02:23:28.923 INFO O| Finalize: Updating image state ... Done |
| 4409 | 2026-05-27T02:23:30.990Z | [ host-image] May 27 02:23:30.028 INFO O| May 27 02:23:30.028 INFO O| Finalize: Creating fast lookup database ... Done |
| 4410 | 2026-05-27T02:23:31.017Z | [ host-image] May 27 02:23:30.055 INFO O| May 27 02:23:30.055 INFO O| Finalize: Reading search index ... Done |
| 4411 | 2026-05-27T02:23:31.017Z | [ host-image] May 27 02:23:30.055 INFO O| May 27 02:23:30.055 INFO O| Finalize: Updating search index ... Done |
| 4412 | 2026-05-27T02:23:31.032Z | [ host-image] May 27 02:23:30.070 INFO O| May 27 02:23:30.070 INFO O| Finalize: Updating package cache ... Done |
| 4413 | 2026-05-27T02:23:31.161Z | [ host-image] May 27 02:23:30.199 INFO O| May 27 02:23:30.199 INFO STEP 12 (pkg_install) COMPLETE |
| 4414 | 2026-05-27T02:23:31.161Z | [ host-image] May 27 02:23:30.199 INFO O| May 27 02:23:30.199 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4415 | 2026-05-27T02:23:31.171Z | [ host-image] May 27 02:23:30.209 INFO O| May 27 02:23:30.209 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
| 4416 | 2026-05-27T02:23:32.314Z | [ host-image] May 27 02:23:31.315 INFO O| May 27 02:23:31.315 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4417 | 2026-05-27T02:23:32.378Z | [ host-image] May 27 02:23:31.396 INFO O| May 27 02:23:31.396 INFO O| Startup: Caching catalogs ... Done |
| 4418 | 2026-05-27T02:23:32.496Z | [ host-image] May 27 02:23:31.531 INFO O| May 27 02:23:31.531 INFO O| Planning: Solver setup ... Done |
| 4419 | 2026-05-27T02:23:32.518Z | [ host-image] May 27 02:23:31.537 INFO O| May 27 02:23:31.537 INFO O| Planning: Running solver ... Done |
| 4420 | 2026-05-27T02:23:32.518Z | [ host-image] May 27 02:23:31.541 INFO O| May 27 02:23:31.541 INFO O| Planning: Finding local manifests ... Done |
| 4421 | 2026-05-27T02:23:32.546Z | [ host-image] May 27 02:23:31.578 INFO O| May 27 02:23:31.578 INFO O| Planning: Fetching manifests: 0/6 0% complete |
| 4422 | 2026-05-27T02:23:32.745Z | [ host-image] May 27 02:23:31.761 INFO O| May 27 02:23:31.761 INFO O| Planning: Fetching manifests: 6/6 100% complete |
| 4423 | 2026-05-27T02:23:32.765Z | [ host-image] May 27 02:23:31.788 INFO O| May 27 02:23:31.788 INFO O| Planning: Package planning ... Done |
| 4424 | 2026-05-27T02:23:32.801Z | [ host-image] May 27 02:23:31.796 INFO O| May 27 02:23:31.796 INFO O| Planning: Merging actions ... Done |
| 4425 | 2026-05-27T02:23:32.848Z | [ host-image] May 27 02:23:31.886 INFO O| May 27 02:23:31.886 INFO O| Planning: Checking for conflicting actions ... Done |
| 4426 | 2026-05-27T02:23:32.852Z | [ host-image] May 27 02:23:31.889 INFO O| May 27 02:23:31.889 INFO O| Planning: Consolidating action changes ... Done |
| 4427 | 2026-05-27T02:23:32.987Z | [ host-image] May 27 02:23:32.025 INFO O| May 27 02:23:32.025 INFO O| Planning: Evaluating mediators ... Done |
| 4428 | 2026-05-27T02:23:33.006Z | [ host-image] May 27 02:23:32.028 INFO O| May 27 02:23:32.028 INFO O| Planning: Planning completed in 0.63 seconds |
| 4429 | 2026-05-27T02:23:33.006Z | [ host-image] May 27 02:23:32.029 INFO O| May 27 02:23:32.029 INFO O| Packages to install: 6 |
| 4430 | 2026-05-27T02:23:33.006Z | [ host-image] May 27 02:23:32.029 INFO O| May 27 02:23:32.029 INFO O| Mediators to change: 1 |
| 4431 | 2026-05-27T02:23:33.006Z | [ host-image] May 27 02:23:32.029 INFO O| May 27 02:23:32.029 INFO O| Services to change: 1 |
| 4432 | 2026-05-27T02:23:33.014Z | [ host-image] May 27 02:23:32.039 INFO O| May 27 02:23:32.039 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete |
| 4433 | 2026-05-27T02:23:33.382Z | [ recovery-image] May 27 02:23:32.420 INFO O| May 27 02:23:32.420 INFO O| Download: 9462/16562 items 102.7/199.3MB 51% complete (1.3M/s) |
| 4434 | 2026-05-27T02:23:38.006Z | [ host-image] May 27 02:23:37.044 INFO O| May 27 02:23:37.044 INFO O| Download: 336/1147 items 2.4/7.8MB 30% complete (489k/s) |
| 4435 | 2026-05-27T02:23:38.389Z | [ recovery-image] May 27 02:23:37.428 INFO O| May 27 02:23:37.427 INFO O| Download: 10624/16562 items 103.3/199.3MB 51% complete (962k/s) |
| 4436 | 2026-05-27T02:23:42.051Z | [verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4437 | 2026-05-27T02:23:42.382Z | [ host-image] May 27 02:23:41.416 INFO O| May 27 02:23:41.416 INFO O| Download: Completed 7.84 MB in 9.38 seconds (856k/s) |
| 4438 | 2026-05-27T02:23:42.616Z | [ host-image] May 27 02:23:41.654 INFO O| May 27 02:23:41.654 INFO O| Actions: 1/1366 actions (Installing new actions) |
| 4439 | 2026-05-27T02:23:42.849Z | [ host-image] May 27 02:23:41.886 INFO O| May 27 02:23:41.886 INFO O| Actions: Completed 1366 actions in 0.23 seconds. |
| 4440 | 2026-05-27T02:23:42.857Z | [ host-image] May 27 02:23:41.895 INFO O| May 27 02:23:41.895 INFO O| Finalize: Updating package state database ... Done |
| 4441 | 2026-05-27T02:23:42.857Z | [ host-image] May 27 02:23:41.895 INFO O| May 27 02:23:41.895 INFO O| Finalize: Updating package cache ... Done |
| 4442 | 2026-05-27T02:23:42.880Z | [ host-image] May 27 02:23:41.918 INFO O| May 27 02:23:41.918 INFO O| Finalize: Updating image state ... Done |
| 4443 | 2026-05-27T02:23:43.545Z | [ recovery-image] May 27 02:23:42.583 INFO O| May 27 02:23:42.583 INFO O| Download: 11523/16562 items 104.8/199.3MB 52% complete (194k/s) |
| 4444 | 2026-05-27T02:23:43.812Z | [ host-image] May 27 02:23:42.828 INFO O| May 27 02:23:42.828 INFO O| Finalize: Creating fast lookup database ... Done |
| 4445 | 2026-05-27T02:23:43.818Z | [ host-image] May 27 02:23:42.856 INFO O| May 27 02:23:42.856 INFO O| Finalize: Reading search index ... Done |
| 4446 | 2026-05-27T02:23:43.823Z | [ host-image] May 27 02:23:42.856 INFO O| May 27 02:23:42.856 INFO O| Finalize: Updating search index ... Done |
| 4447 | 2026-05-27T02:23:43.877Z | [ host-image] May 27 02:23:42.915 INFO O| May 27 02:23:42.915 INFO O| Finalize: Updating package cache ... Done |
| 4448 | 2026-05-27T02:23:43.997Z | [ host-image] May 27 02:23:43.035 INFO O| May 27 02:23:43.035 INFO STEP 13 (pkg_install) COMPLETE |
| 4449 | 2026-05-27T02:23:43.997Z | [ host-image] May 27 02:23:43.035 INFO O| May 27 02:23:43.035 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4450 | 2026-05-27T02:23:44.016Z | [ host-image] May 27 02:23:43.052 INFO O| May 27 02:23:43.052 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.40.479"] |
| 4451 | 2026-05-27T02:23:45.111Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4452 | 2026-05-27T02:23:45.278Z | [ host-image] May 27 02:23:44.317 INFO O| May 27 02:23:44.317 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4453 | 2026-05-27T02:23:45.370Z | [ host-image] May 27 02:23:44.405 INFO O| May 27 02:23:44.405 INFO O| Startup: Caching catalogs ... Done |
| 4454 | 2026-05-27T02:23:45.510Z | [ host-image] May 27 02:23:44.542 INFO O| May 27 02:23:44.542 INFO O| Planning: Solver setup ... Done |
| 4455 | 2026-05-27T02:23:45.530Z | [ host-image] May 27 02:23:44.567 INFO O| May 27 02:23:44.567 INFO O| Planning: Running solver ... Done |
| 4456 | 2026-05-27T02:23:45.537Z | [ host-image] May 27 02:23:44.574 INFO O| May 27 02:23:44.572 INFO O| Planning: Finding local manifests ... Done |
| 4457 | 2026-05-27T02:23:45.551Z | [verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4458 | 2026-05-27T02:23:45.561Z | [ host-image] May 27 02:23:44.599 INFO O| May 27 02:23:44.599 INFO O| Planning: Fetching manifests: 0/1 0% complete |
| 4459 | 2026-05-27T02:23:45.586Z | [ host-image] May 27 02:23:44.625 INFO O| May 27 02:23:44.624 INFO O| Planning: Fetching manifests: 1/1 100% complete |
| 4460 | 2026-05-27T02:23:45.605Z | [ host-image] May 27 02:23:44.643 INFO O| May 27 02:23:44.643 INFO O| Planning: Package planning ... Done |
| 4461 | 2026-05-27T02:23:45.605Z | [ host-image] May 27 02:23:44.643 INFO O| May 27 02:23:44.643 INFO O| Planning: Merging actions ... Done |
| 4462 | 2026-05-27T02:23:45.700Z | [ host-image] May 27 02:23:44.738 INFO O| May 27 02:23:44.738 INFO O| Planning: Checking for conflicting actions ... Done |
| 4463 | 2026-05-27T02:23:45.709Z | [ host-image] May 27 02:23:44.738 INFO O| May 27 02:23:44.738 INFO O| Planning: Consolidating action changes ... Done |
| 4464 | 2026-05-27T02:23:45.865Z | [ host-image] May 27 02:23:44.895 INFO O| May 27 02:23:44.895 INFO O| Planning: Evaluating mediators ... Done |
| 4465 | 2026-05-27T02:23:45.871Z | [ host-image] May 27 02:23:44.895 INFO O| May 27 02:23:44.895 INFO O| Planning: Planning completed in 0.48 seconds |
| 4466 | 2026-05-27T02:23:45.871Z | [ host-image] May 27 02:23:44.896 INFO O| May 27 02:23:44.896 INFO O| Packages to install: 1 |
| 4467 | 2026-05-27T02:23:45.871Z | [ host-image] May 27 02:23:44.906 INFO O| May 27 02:23:44.906 INFO O| Download: 0/4 items 0.0/12.6MB 0% complete |
| 4468 | 2026-05-27T02:23:46.169Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4469 | 2026-05-27T02:23:46.228Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4470 | 2026-05-27T02:23:46.367Z | [ host-image] May 27 02:23:45.404 INFO O| May 27 02:23:45.404 INFO O| Download: Completed 12.63 MB in 0.50 seconds (25.3M/s) |
| 4471 | 2026-05-27T02:23:46.440Z | [ host-image] May 27 02:23:45.474 INFO O| May 27 02:23:45.474 INFO O| Actions: 1/22 actions (Installing new actions) |
| 4472 | 2026-05-27T02:23:46.659Z | [ host-image] May 27 02:23:45.697 INFO O| May 27 02:23:45.697 INFO O| Actions: Completed 22 actions in 0.22 seconds. |
| 4473 | 2026-05-27T02:23:46.669Z | [ host-image] May 27 02:23:45.704 INFO O| May 27 02:23:45.704 INFO O| Finalize: Updating package state database ... Done |
| 4474 | 2026-05-27T02:23:46.669Z | [ host-image] May 27 02:23:45.704 INFO O| May 27 02:23:45.704 INFO O| Finalize: Updating package cache ... Done |
| 4475 | 2026-05-27T02:23:46.686Z | [ host-image] May 27 02:23:45.724 INFO O| May 27 02:23:45.724 INFO O| Finalize: Updating image state ... Done |
| 4476 | 2026-05-27T02:23:47.569Z | [ host-image] May 27 02:23:46.607 INFO O| May 27 02:23:46.607 INFO O| Finalize: Creating fast lookup database ... Done |
| 4477 | 2026-05-27T02:23:47.598Z | [ host-image] May 27 02:23:46.635 INFO O| May 27 02:23:46.635 INFO O| Finalize: Reading search index ... Done |
| 4478 | 2026-05-27T02:23:47.598Z | [ host-image] May 27 02:23:46.635 INFO O| May 27 02:23:46.635 INFO O| Finalize: Updating search index ... Done |
| 4479 | 2026-05-27T02:23:47.607Z | [ host-image] May 27 02:23:46.645 INFO O| May 27 02:23:46.645 INFO O| Finalize: Updating package cache ... Done |
| 4480 | 2026-05-27T02:23:47.752Z | [ host-image] May 27 02:23:46.790 INFO O| May 27 02:23:46.790 INFO STEP 14 (pkg_install) COMPLETE |
| 4481 | 2026-05-27T02:23:47.752Z | [ host-image] May 27 02:23:46.790 INFO O| May 27 02:23:46.790 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4482 | 2026-05-27T02:23:47.752Z | [ host-image] May 27 02:23:46.790 INFO O| May 27 02:23:46.790 INFO skip step because feature "mbist" is not enabled |
| 4483 | 2026-05-27T02:23:47.765Z | [ host-image] May 27 02:23:46.790 INFO O| May 27 02:23:46.790 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4484 | 2026-05-27T02:23:47.765Z | [ host-image] May 27 02:23:46.790 INFO O| May 27 02:23:46.790 INFO skip step because feature "mfg" is not enabled |
| 4485 | 2026-05-27T02:23:47.765Z | [ host-image] May 27 02:23:46.790 INFO O| May 27 02:23:46.790 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4486 | 2026-05-27T02:23:47.765Z | [ host-image] May 27 02:23:46.790 INFO O| May 27 02:23:46.790 INFO skip step because feature "compliance" is not enabled |
| 4487 | 2026-05-27T02:23:47.765Z | [ host-image] May 27 02:23:46.790 INFO O| May 27 02:23:46.790 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4488 | 2026-05-27T02:23:47.765Z | [ host-image] May 27 02:23:46.790 INFO O| May 27 02:23:46.790 INFO skip step because feature "stress" is not enabled |
| 4489 | 2026-05-27T02:23:47.765Z | [ host-image] May 27 02:23:46.790 INFO O| May 27 02:23:46.790 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4490 | 2026-05-27T02:23:47.765Z | [ host-image] May 27 02:23:46.790 INFO O| May 27 02:23:46.790 INFO skip step because feature "compliance" is not enabled |
| 4491 | 2026-05-27T02:23:47.765Z | [ host-image] May 27 02:23:46.790 INFO O| May 27 02:23:46.790 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4492 | 2026-05-27T02:23:47.765Z | [ host-image] May 27 02:23:46.790 INFO O| May 27 02:23:46.790 INFO skip step because feature "nfs" is not enabled |
| 4493 | 2026-05-27T02:23:47.765Z | [ host-image] May 27 02:23:46.790 INFO O| May 27 02:23:46.790 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os |
| 4494 | 2026-05-27T02:23:47.765Z | [ host-image] May 27 02:23:46.790 INFO O| May 27 02:23:46.790 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os |
| 4495 | 2026-05-27T02:23:47.912Z | [ host-image] May 27 02:23:46.950 INFO O| May 27 02:23:46.950 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 4496 | 2026-05-27T02:23:48.013Z | [ host-image] May 27 02:23:47.051 INFO O| May 27 02:23:47.051 INFO completed processing sled/ramdisk-01-os |
| 4497 | 2026-05-27T02:23:48.026Z | [ host-image] May 27 02:23:47.053 INFO omicron1 baseline generation... |
| 4498 | 2026-05-27T02:23:48.026Z | [ host-image] May 27 02:23:47.053 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
| 4499 | 2026-05-27T02:23:48.422Z | [ host-image] May 27 02:23:47.456 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24001:20260522T173009Z |
| 4500 | 2026-05-27T02:23:49.070Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4501 | 2026-05-27T02:23:49.918Z | [ recovery-image] May 27 02:23:48.955 INFO O| May 27 02:23:48.955 INFO O| Download: 11925/16562 items 117.3/199.3MB 58% complete (1.4M/s) |
| 4502 | 2026-05-27T02:23:50.265Z | [verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4503 | 2026-05-27T02:23:51.128Z | [verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4504 | 2026-05-27T02:23:52.678Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4505 | 2026-05-27T02:23:54.919Z | [ recovery-image] May 27 02:23:53.957 INFO O| May 27 02:23:53.957 INFO O| Download: 12542/16562 items 150.6/199.3MB 75% complete (4.6M/s) |
| 4506 | 2026-05-27T02:23:57.885Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4507 | 2026-05-27T02:23:59.931Z | [ recovery-image] May 27 02:23:58.968 INFO O| May 27 02:23:58.968 INFO O| Download: 13695/16562 items 154.9/199.3MB 77% complete (3.8M/s) |
| 4508 | 2026-05-27T02:24:05.008Z | [ recovery-image] May 27 02:24:04.039 INFO O| May 27 02:24:04.039 INFO O| Download: 15198/16562 items 161.2/199.3MB 80% complete (1.6M/s) |
| 4509 | 2026-05-27T02:24:10.006Z | [ recovery-image] May 27 02:24:09.043 INFO O| May 27 02:24:09.043 INFO O| Download: 15909/16562 items 175.7/199.3MB 88% complete (1.9M/s) |
| 4510 | 2026-05-27T02:24:16.608Z | [ recovery-image] May 27 02:24:15.645 INFO O| May 27 02:24:15.645 INFO O| Download: 15979/16562 items 178.1/199.3MB 89% complete (2.1M/s) |
| 4511 | 2026-05-27T02:24:21.845Z | [ recovery-image] May 27 02:24:20.883 INFO O| May 27 02:24:20.883 INFO O| Download: 16528/16562 items 197.9/199.3MB 99% complete (2.1M/s) |
| 4512 | 2026-05-27T02:24:22.316Z | [ recovery-image] May 27 02:24:21.353 INFO O| May 27 02:24:21.353 INFO O| Download: Completed 199.27 MB in 156.03 seconds (1.3M/s) |
| 4513 | 2026-05-27T02:24:22.575Z | [ recovery-image] May 27 02:24:21.613 INFO O| May 27 02:24:21.613 INFO O| Actions: 1/27371 actions (Installing new actions) |
| 4514 | 2026-05-27T02:24:27.577Z | [ recovery-image] May 27 02:24:26.614 INFO O| May 27 02:24:26.614 INFO O| Actions: 26831/27371 actions (Installing new actions) |
| 4515 | 2026-05-27T02:24:28.063Z | [ recovery-image] May 27 02:24:27.101 INFO O| May 27 02:24:27.101 INFO O| Actions: Completed 27371 actions in 5.49 seconds. |
| 4516 | 2026-05-27T02:24:28.111Z | [ recovery-image] May 27 02:24:27.148 INFO O| May 27 02:24:27.148 INFO O| Finalize: Updating package state database ... Done |
| 4517 | 2026-05-27T02:24:28.111Z | [ recovery-image] May 27 02:24:27.148 INFO O| May 27 02:24:27.148 INFO O| Finalize: Updating package cache ... Done |
| 4518 | 2026-05-27T02:24:28.140Z | [ recovery-image] May 27 02:24:27.177 INFO O| May 27 02:24:27.177 INFO O| Finalize: Updating image state ... Done |
| 4519 | 2026-05-27T02:24:28.908Z | [ recovery-image] May 27 02:24:27.945 INFO O| May 27 02:24:27.945 INFO O| Finalize: Creating fast lookup database ... Done |
| 4520 | 2026-05-27T02:24:28.924Z | [ recovery-image] May 27 02:24:27.961 INFO O| May 27 02:24:27.961 INFO O| Finalize: Reading search index ... Done |
| 4521 | 2026-05-27T02:24:30.649Z | [ recovery-image] May 27 02:24:29.686 INFO O| May 27 02:24:29.686 INFO O| Finalize: Building new search index ... Done |
| 4522 | 2026-05-27T02:24:30.967Z | [ recovery-image] May 27 02:24:30.005 INFO O| May 27 02:24:30.004 INFO O| Finalize: Updating package cache ... Done |
| 4523 | 2026-05-27T02:24:31.146Z | [ recovery-image] May 27 02:24:30.184 INFO O| May 27 02:24:30.183 INFO STEP 11 (pkg_install) COMPLETE |
| 4524 | 2026-05-27T02:24:31.146Z | [ recovery-image] May 27 02:24:30.184 INFO O| May 27 02:24:30.183 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4525 | 2026-05-27T02:24:31.147Z | [ recovery-image] May 27 02:24:30.184 INFO O| May 27 02:24:30.184 INFO skip step because feature "recovery" is enabled |
| 4526 | 2026-05-27T02:24:31.150Z | [ recovery-image] May 27 02:24:30.184 INFO O| May 27 02:24:30.184 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4527 | 2026-05-27T02:24:31.150Z | [ recovery-image] May 27 02:24:30.184 INFO O| May 27 02:24:30.184 INFO skip step because feature "omicron1" is not enabled |
| 4528 | 2026-05-27T02:24:31.150Z | [ recovery-image] May 27 02:24:30.184 INFO O| May 27 02:24:30.184 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4529 | 2026-05-27T02:24:31.154Z | [ recovery-image] May 27 02:24:30.192 INFO O| May 27 02:24:30.192 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.40.479"] |
| 4530 | 2026-05-27T02:24:32.996Z | [ recovery-image] May 27 02:24:32.033 INFO O| May 27 02:24:32.033 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4531 | 2026-05-27T02:24:33.123Z | [ recovery-image] May 27 02:24:32.160 INFO O| May 27 02:24:32.160 INFO O| Startup: Caching catalogs ... Done |
| 4532 | 2026-05-27T02:24:33.252Z | [ recovery-image] May 27 02:24:32.290 INFO O| May 27 02:24:32.289 INFO O| Planning: Solver setup ... Done |
| 4533 | 2026-05-27T02:24:33.256Z | [ recovery-image] May 27 02:24:32.294 INFO O| May 27 02:24:32.294 INFO O| Planning: Running solver ... Done |
| 4534 | 2026-05-27T02:24:33.260Z | [ recovery-image] May 27 02:24:32.298 INFO O| May 27 02:24:32.298 INFO O| Planning: Finding local manifests ... Done |
| 4535 | 2026-05-27T02:24:33.315Z | [ recovery-image] May 27 02:24:32.352 INFO O| May 27 02:24:32.352 INFO O| Planning: Fetching manifests: 0/1 0% complete |
| 4536 | 2026-05-27T02:24:33.330Z | [ recovery-image] May 27 02:24:32.368 INFO O| May 27 02:24:32.368 INFO O| Planning: Fetching manifests: 1/1 100% complete |
| 4537 | 2026-05-27T02:24:33.347Z | [ recovery-image] May 27 02:24:32.385 INFO O| May 27 02:24:32.384 INFO O| Planning: Package planning ... Done |
| 4538 | 2026-05-27T02:24:33.347Z | [ recovery-image] May 27 02:24:32.385 INFO O| May 27 02:24:32.385 INFO O| Planning: Merging actions ... Done |
| 4539 | 2026-05-27T02:24:33.369Z | [ recovery-image] May 27 02:24:32.406 INFO O| May 27 02:24:32.406 INFO O| Planning: Checking for conflicting actions ... Done |
| 4540 | 2026-05-27T02:24:33.373Z | [ recovery-image] May 27 02:24:32.407 INFO O| May 27 02:24:32.407 INFO O| Planning: Consolidating action changes ... Done |
| 4541 | 2026-05-27T02:24:33.464Z | [ recovery-image] May 27 02:24:32.501 INFO O| May 27 02:24:32.501 INFO O| Planning: Evaluating mediators ... Done |
| 4542 | 2026-05-27T02:24:33.467Z | [ recovery-image] May 27 02:24:32.502 INFO O| May 27 02:24:32.502 INFO O| Planning: Planning completed in 0.34 seconds |
| 4543 | 2026-05-27T02:24:33.468Z | [ recovery-image] May 27 02:24:32.502 INFO O| May 27 02:24:32.502 INFO O| Packages to install: 1 |
| 4544 | 2026-05-27T02:24:33.476Z | [ recovery-image] May 27 02:24:32.514 INFO O| May 27 02:24:32.514 INFO O| Download: 0/4 items 0.0/12.6MB 0% complete |
| 4545 | 2026-05-27T02:24:34.036Z | [ recovery-image] May 27 02:24:33.074 INFO O| May 27 02:24:33.074 INFO O| Download: Completed 12.63 MB in 0.56 seconds (22.6M/s) |
| 4546 | 2026-05-27T02:24:34.066Z | [ recovery-image] May 27 02:24:33.104 INFO O| May 27 02:24:33.104 INFO O| Actions: 1/22 actions (Installing new actions) |
| 4547 | 2026-05-27T02:24:34.301Z | [ recovery-image] May 27 02:24:33.339 INFO O| May 27 02:24:33.339 INFO O| Actions: Completed 22 actions in 0.23 seconds. |
| 4548 | 2026-05-27T02:24:34.310Z | [ recovery-image] May 27 02:24:33.347 INFO O| May 27 02:24:33.347 INFO O| Finalize: Updating package state database ... Done |
| 4549 | 2026-05-27T02:24:34.310Z | [ recovery-image] May 27 02:24:33.347 INFO O| May 27 02:24:33.347 INFO O| Finalize: Updating package cache ... Done |
| 4550 | 2026-05-27T02:24:34.329Z | [ recovery-image] May 27 02:24:33.367 INFO O| May 27 02:24:33.367 INFO O| Finalize: Updating image state ... Done |
| 4551 | 2026-05-27T02:24:34.934Z | [ recovery-image] May 27 02:24:33.971 INFO O| May 27 02:24:33.971 INFO O| Finalize: Creating fast lookup database ... Done |
| 4552 | 2026-05-27T02:24:34.948Z | [ recovery-image] May 27 02:24:33.986 INFO O| May 27 02:24:33.986 INFO O| Finalize: Reading search index ... Done |
| 4553 | 2026-05-27T02:24:34.952Z | [ recovery-image] May 27 02:24:33.986 INFO O| May 27 02:24:33.986 INFO O| Finalize: Updating search index ... Done |
| 4554 | 2026-05-27T02:24:34.959Z | [ recovery-image] May 27 02:24:33.997 INFO O| May 27 02:24:33.997 INFO O| Finalize: Updating package cache ... Done |
| 4555 | 2026-05-27T02:24:35.066Z | [ recovery-image] May 27 02:24:34.103 INFO O| May 27 02:24:34.103 INFO STEP 14 (pkg_install) COMPLETE |
| 4556 | 2026-05-27T02:24:35.067Z | [ recovery-image] May 27 02:24:34.104 INFO O| May 27 02:24:34.103 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4557 | 2026-05-27T02:24:35.070Z | [ recovery-image] May 27 02:24:34.104 INFO O| May 27 02:24:34.103 INFO skip step because feature "mbist" is not enabled |
| 4558 | 2026-05-27T02:24:35.071Z | [ recovery-image] May 27 02:24:34.104 INFO O| May 27 02:24:34.103 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4559 | 2026-05-27T02:24:35.071Z | [ recovery-image] May 27 02:24:34.104 INFO O| May 27 02:24:34.103 INFO skip step because feature "mfg" is not enabled |
| 4560 | 2026-05-27T02:24:35.071Z | [ recovery-image] May 27 02:24:34.104 INFO O| May 27 02:24:34.103 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4561 | 2026-05-27T02:24:35.071Z | [ recovery-image] May 27 02:24:34.104 INFO O| May 27 02:24:34.103 INFO skip step because feature "compliance" is not enabled |
| 4562 | 2026-05-27T02:24:35.071Z | [ recovery-image] May 27 02:24:34.104 INFO O| May 27 02:24:34.103 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4563 | 2026-05-27T02:24:35.071Z | [ recovery-image] May 27 02:24:34.104 INFO O| May 27 02:24:34.103 INFO skip step because feature "stress" is not enabled |
| 4564 | 2026-05-27T02:24:35.071Z | [ recovery-image] May 27 02:24:34.104 INFO O| May 27 02:24:34.104 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4565 | 2026-05-27T02:24:35.071Z | [ recovery-image] May 27 02:24:34.104 INFO O| May 27 02:24:34.104 INFO skip step because feature "compliance" is not enabled |
| 4566 | 2026-05-27T02:24:35.071Z | [ recovery-image] May 27 02:24:34.104 INFO O| May 27 02:24:34.104 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4567 | 2026-05-27T02:24:35.071Z | [ recovery-image] May 27 02:24:34.104 INFO O| May 27 02:24:34.104 INFO skip step because feature "nfs" is not enabled |
| 4568 | 2026-05-27T02:24:35.071Z | [ recovery-image] May 27 02:24:34.104 INFO O| May 27 02:24:34.104 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os |
| 4569 | 2026-05-27T02:24:35.071Z | [ recovery-image] May 27 02:24:34.104 INFO O| May 27 02:24:34.104 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os |
| 4570 | 2026-05-27T02:24:35.200Z | [ recovery-image] May 27 02:24:34.237 INFO O| May 27 02:24:34.237 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4571 | 2026-05-27T02:24:35.264Z | [ recovery-image] May 27 02:24:34.301 INFO O| May 27 02:24:34.301 INFO completed processing sled/ramdisk-01-os |
| 4572 | 2026-05-27T02:24:35.268Z | [ recovery-image] May 27 02:24:34.304 INFO image builder template: ramdisk-02-trim... |
| 4573 | 2026-05-27T02:24:35.268Z | [ recovery-image] May 27 02:24:34.304 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/.tmpG0N9od/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", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.479", "-n", "ramdisk-02-trim"], pwd: None |
| 4574 | 2026-05-27T02:24:35.286Z | [ recovery-image] May 27 02:24:34.323 INFO O| May 27 02:24:34.323 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4575 | 2026-05-27T02:24:35.289Z | [ recovery-image] May 27 02:24:34.327 INFO O| May 27 02:24:34.327 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4576 | 2026-05-27T02:24:35.329Z | [ recovery-image] May 27 02:24:34.367 INFO O| May 27 02:24:34.366 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled |
| 4577 | 2026-05-27T02:24:35.358Z | [ recovery-image] May 27 02:24:34.396 INFO O| May 27 02:24:34.396 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4578 | 2026-05-27T02:24:35.358Z | [ recovery-image] May 27 02:24:34.396 INFO O| May 27 02:24:34.396 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4579 | 2026-05-27T02:24:35.362Z | [ recovery-image] May 27 02:24:34.400 INFO O| May 27 02:24:34.400 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4580 | 2026-05-27T02:24:35.365Z | [ recovery-image] May 27 02:24:34.404 INFO O| May 27 02:24:34.404 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os |
| 4581 | 2026-05-27T02:24:35.370Z | [ recovery-image] May 27 02:24:34.407 INFO O| May 27 02:24:34.407 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os |
| 4582 | 2026-05-27T02:24:35.540Z | [ recovery-image] May 27 02:24:34.577 INFO O| May 27 02:24:34.577 INFO rolled back to input snapshot; work may begin |
| 4583 | 2026-05-27T02:24:35.540Z | [ recovery-image] May 27 02:24:34.577 INFO O| May 27 02:24:34.577 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4584 | 2026-05-27T02:24:35.544Z | [ recovery-image] May 27 02:24:34.581 INFO O| May 27 02:24:34.581 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4585 | 2026-05-27T02:24:35.552Z | [ recovery-image] May 27 02:24:34.590 INFO O| May 27 02:24:34.590 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg" |
| 4586 | 2026-05-27T02:24:35.592Z | [ recovery-image] May 27 02:24:34.630 INFO O| May 27 02:24:34.630 INFO STEP 0 (remove_files) COMPLETE |
| 4587 | 2026-05-27T02:24:35.593Z | [ recovery-image] May 27 02:24:34.630 INFO O| May 27 02:24:34.630 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4588 | 2026-05-27T02:24:35.601Z | [ recovery-image] May 27 02:24:34.639 INFO O| May 27 02:24:34.639 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4" |
| 4589 | 2026-05-27T02:24:35.605Z | [ recovery-image] May 27 02:24:34.640 INFO O| May 27 02:24:34.640 INFO STEP 1 (remove_files) COMPLETE |
| 4590 | 2026-05-27T02:24:35.605Z | [ recovery-image] May 27 02:24:34.640 INFO O| May 27 02:24:34.640 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4591 | 2026-05-27T02:24:35.610Z | [ recovery-image] May 27 02:24:34.648 INFO O| May 27 02:24:34.648 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include" |
| 4592 | 2026-05-27T02:24:35.621Z | [ recovery-image] May 27 02:24:34.660 INFO O| May 27 02:24:34.660 INFO STEP 2 (remove_files) COMPLETE |
| 4593 | 2026-05-27T02:24:35.621Z | [ recovery-image] May 27 02:24:34.660 INFO O| May 27 02:24:34.660 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4594 | 2026-05-27T02:24:35.628Z | [ recovery-image] May 27 02:24:34.666 INFO O| May 27 02:24:34.666 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo" |
| 4595 | 2026-05-27T02:24:35.631Z | [ recovery-image] May 27 02:24:34.667 INFO O| May 27 02:24:34.667 INFO STEP 3 (remove_files) COMPLETE |
| 4596 | 2026-05-27T02:24:35.631Z | [ recovery-image] May 27 02:24:34.667 INFO O| May 27 02:24:34.667 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4597 | 2026-05-27T02:24:35.635Z | [ recovery-image] May 27 02:24:34.673 INFO O| May 27 02:24:34.673 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help" |
| 4598 | 2026-05-27T02:24:35.639Z | [ recovery-image] May 27 02:24:34.676 INFO O| May 27 02:24:34.676 INFO STEP 4 (remove_files) COMPLETE |
| 4599 | 2026-05-27T02:24:35.639Z | [ recovery-image] May 27 02:24:34.676 INFO O| May 27 02:24:34.676 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4600 | 2026-05-27T02:24:35.647Z | [ recovery-image] May 27 02:24:34.685 INFO O| May 27 02:24:34.684 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc" |
| 4601 | 2026-05-27T02:24:35.651Z | [ recovery-image] May 27 02:24:34.685 INFO O| May 27 02:24:34.685 INFO STEP 5 (remove_files) COMPLETE |
| 4602 | 2026-05-27T02:24:35.651Z | [ recovery-image] May 27 02:24:34.685 INFO O| May 27 02:24:34.685 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4603 | 2026-05-27T02:24:35.654Z | [ recovery-image] May 27 02:24:34.691 INFO O| May 27 02:24:34.691 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion" |
| 4604 | 2026-05-27T02:24:35.664Z | [ recovery-image] May 27 02:24:34.702 INFO O| May 27 02:24:34.702 INFO STEP 6 (remove_files) COMPLETE |
| 4605 | 2026-05-27T02:24:35.664Z | [ recovery-image] May 27 02:24:34.702 INFO O| May 27 02:24:34.702 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4606 | 2026-05-27T02:24:35.668Z | [ recovery-image] May 27 02:24:34.702 INFO O| May 27 02:24:34.702 INFO skip step because feature "heliosv2" is not enabled |
| 4607 | 2026-05-27T02:24:35.668Z | [ recovery-image] May 27 02:24:34.702 INFO O| May 27 02:24:34.702 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4608 | 2026-05-27T02:24:35.668Z | [ recovery-image] May 27 02:24:34.702 INFO O| May 27 02:24:34.702 INFO skip step because feature "recovery" is enabled |
| 4609 | 2026-05-27T02:24:35.668Z | [ recovery-image] May 27 02:24:34.702 INFO O| May 27 02:24:34.702 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4610 | 2026-05-27T02:24:35.668Z | [ recovery-image] May 27 02:24:34.702 INFO O| May 27 02:24:34.702 INFO skip step because feature "recovery" is enabled |
| 4611 | 2026-05-27T02:24:35.668Z | [ recovery-image] May 27 02:24:34.702 INFO O| May 27 02:24:34.702 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4612 | 2026-05-27T02:24:35.669Z | [ recovery-image] May 27 02:24:34.702 INFO O| May 27 02:24:34.702 INFO skip step because feature "recovery" is enabled |
| 4613 | 2026-05-27T02:24:35.669Z | [ recovery-image] May 27 02:24:34.702 INFO O| May 27 02:24:34.702 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4614 | 2026-05-27T02:24:35.672Z | [ recovery-image] May 27 02:24:34.709 INFO O| May 27 02:24:34.709 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp" |
| 4615 | 2026-05-27T02:24:35.675Z | [ recovery-image] May 27 02:24:34.712 INFO O| May 27 02:24:34.712 INFO STEP 11 (remove_files) COMPLETE |
| 4616 | 2026-05-27T02:24:35.676Z | [ recovery-image] May 27 02:24:34.712 INFO O| May 27 02:24:34.712 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4617 | 2026-05-27T02:24:35.682Z | [ recovery-image] May 27 02:24:34.720 INFO O| May 27 02:24:34.720 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386" |
| 4618 | 2026-05-27T02:24:35.685Z | [ recovery-image] May 27 02:24:34.721 INFO O| May 27 02:24:34.721 INFO STEP 12 (remove_files) COMPLETE |
| 4619 | 2026-05-27T02:24:35.685Z | [ recovery-image] May 27 02:24:34.721 INFO O| May 27 02:24:34.721 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4620 | 2026-05-27T02:24:35.690Z | [ recovery-image] May 27 02:24:34.729 INFO O| May 27 02:24:34.728 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv" |
| 4621 | 2026-05-27T02:24:35.693Z | [ recovery-image] May 27 02:24:34.730 INFO O| May 27 02:24:34.730 INFO STEP 13 (remove_files) COMPLETE |
| 4622 | 2026-05-27T02:24:35.693Z | [ recovery-image] May 27 02:24:34.730 INFO O| May 27 02:24:34.730 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4623 | 2026-05-27T02:24:35.705Z | [ recovery-image] May 27 02:24:34.744 INFO O| May 27 02:24:34.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a" |
| 4624 | 2026-05-27T02:24:35.718Z | [ recovery-image] May 27 02:24:34.756 INFO O| May 27 02:24:34.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a" |
| 4625 | 2026-05-27T02:24:35.830Z | [ recovery-image] May 27 02:24:34.868 INFO O| May 27 02:24:34.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a" |
| 4626 | 2026-05-27T02:24:35.830Z | [ recovery-image] May 27 02:24:34.868 INFO O| May 27 02:24:34.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a" |
| 4627 | 2026-05-27T02:24:35.840Z | [ recovery-image] May 27 02:24:34.879 INFO O| May 27 02:24:34.878 INFO STEP 14 (remove_files) COMPLETE |
| 4628 | 2026-05-27T02:24:35.841Z | [ recovery-image] May 27 02:24:34.879 INFO O| May 27 02:24:34.878 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4629 | 2026-05-27T02:24:35.848Z | [ recovery-image] May 27 02:24:34.886 INFO O| May 27 02:24:34.886 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot" |
| 4630 | 2026-05-27T02:24:35.852Z | [ recovery-image] May 27 02:24:34.887 INFO O| May 27 02:24:34.887 INFO STEP 15 (remove_files) COMPLETE |
| 4631 | 2026-05-27T02:24:35.852Z | [ recovery-image] May 27 02:24:34.887 INFO O| May 27 02:24:34.887 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4632 | 2026-05-27T02:24:35.859Z | [ recovery-image] May 27 02:24:34.897 INFO O| May 27 02:24:34.896 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc" |
| 4633 | 2026-05-27T02:24:35.864Z | [ recovery-image] May 27 02:24:34.902 INFO O| May 27 02:24:34.902 INFO STEP 16 (remove_files) COMPLETE |
| 4634 | 2026-05-27T02:24:35.864Z | [ recovery-image] May 27 02:24:34.902 INFO O| May 27 02:24:34.902 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4635 | 2026-05-27T02:24:35.872Z | [ recovery-image] May 27 02:24:34.911 INFO O| May 27 02:24:34.911 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv" |
| 4636 | 2026-05-27T02:24:35.876Z | [ recovery-image] May 27 02:24:34.911 INFO O| May 27 02:24:34.911 INFO STEP 17 (remove_files) COMPLETE |
| 4637 | 2026-05-27T02:24:35.876Z | [ recovery-image] May 27 02:24:34.911 INFO O| May 27 02:24:34.911 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4638 | 2026-05-27T02:24:35.881Z | [ recovery-image] May 27 02:24:34.919 INFO O| May 27 02:24:34.919 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc" |
| 4639 | 2026-05-27T02:24:35.884Z | [ recovery-image] May 27 02:24:34.920 INFO O| May 27 02:24:34.920 INFO STEP 18 (remove_files) COMPLETE |
| 4640 | 2026-05-27T02:24:35.885Z | [ recovery-image] May 27 02:24:34.920 INFO O| May 27 02:24:34.920 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4641 | 2026-05-27T02:24:35.889Z | [ recovery-image] May 27 02:24:34.927 INFO O| May 27 02:24:34.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica" |
| 4642 | 2026-05-27T02:24:35.889Z | [ recovery-image] May 27 02:24:34.927 INFO O| May 27 02:24:34.927 INFO STEP 19 (remove_files) COMPLETE |
| 4643 | 2026-05-27T02:24:35.893Z | [ recovery-image] May 27 02:24:34.927 INFO O| May 27 02:24:34.927 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4644 | 2026-05-27T02:24:35.897Z | [ recovery-image] May 27 02:24:34.934 INFO O| May 27 02:24:34.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem" |
| 4645 | 2026-05-27T02:24:35.897Z | [ recovery-image] May 27 02:24:34.934 INFO O| May 27 02:24:34.934 INFO STEP 20 (remove_files) COMPLETE |
| 4646 | 2026-05-27T02:24:35.897Z | [ recovery-image] May 27 02:24:34.934 INFO O| May 27 02:24:34.934 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4647 | 2026-05-27T02:24:35.905Z | [ recovery-image] May 27 02:24:34.943 INFO O| May 27 02:24:34.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans" |
| 4648 | 2026-05-27T02:24:35.908Z | [ recovery-image] May 27 02:24:34.943 INFO O| May 27 02:24:34.943 INFO STEP 21 (remove_files) COMPLETE |
| 4649 | 2026-05-27T02:24:35.908Z | [ recovery-image] May 27 02:24:34.943 INFO O| May 27 02:24:34.943 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4650 | 2026-05-27T02:24:35.913Z | [ recovery-image] May 27 02:24:34.951 INFO O| May 27 02:24:34.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc" |
| 4651 | 2026-05-27T02:24:35.913Z | [ recovery-image] May 27 02:24:34.951 INFO O| May 27 02:24:34.951 INFO STEP 22 (remove_files) COMPLETE |
| 4652 | 2026-05-27T02:24:35.913Z | [ recovery-image] May 27 02:24:34.951 INFO O| May 27 02:24:34.951 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4653 | 2026-05-27T02:24:35.922Z | [ recovery-image] May 27 02:24:34.960 INFO O| May 27 02:24:34.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv" |
| 4654 | 2026-05-27T02:24:35.922Z | [ recovery-image] May 27 02:24:34.960 INFO O| May 27 02:24:34.960 INFO STEP 23 (remove_files) COMPLETE |
| 4655 | 2026-05-27T02:24:35.922Z | [ recovery-image] May 27 02:24:34.960 INFO O| May 27 02:24:34.960 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4656 | 2026-05-27T02:24:35.929Z | [ recovery-image] May 27 02:24:34.967 INFO O| May 27 02:24:34.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd" |
| 4657 | 2026-05-27T02:24:35.929Z | [ recovery-image] May 27 02:24:34.967 INFO O| May 27 02:24:34.967 INFO STEP 24 (remove_files) COMPLETE |
| 4658 | 2026-05-27T02:24:35.933Z | [ recovery-image] May 27 02:24:34.967 INFO O| May 27 02:24:34.967 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4659 | 2026-05-27T02:24:35.938Z | [ recovery-image] May 27 02:24:34.975 INFO O| May 27 02:24:34.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon" |
| 4660 | 2026-05-27T02:24:35.938Z | [ recovery-image] May 27 02:24:34.975 INFO O| May 27 02:24:34.975 INFO STEP 25 (remove_files) COMPLETE |
| 4661 | 2026-05-27T02:24:35.938Z | [ recovery-image] May 27 02:24:34.975 INFO O| May 27 02:24:34.975 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4662 | 2026-05-27T02:24:35.946Z | [ recovery-image] May 27 02:24:34.982 INFO O| May 27 02:24:34.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power" |
| 4663 | 2026-05-27T02:24:35.946Z | [ recovery-image] May 27 02:24:34.982 INFO O| May 27 02:24:34.982 INFO STEP 26 (remove_files) COMPLETE |
| 4664 | 2026-05-27T02:24:35.949Z | [ recovery-image] May 27 02:24:34.982 INFO O| May 27 02:24:34.982 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4665 | 2026-05-27T02:24:35.953Z | [ recovery-image] May 27 02:24:34.991 INFO O| May 27 02:24:34.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio" |
| 4666 | 2026-05-27T02:24:35.953Z | [ recovery-image] May 27 02:24:34.991 INFO O| May 27 02:24:34.991 INFO STEP 27 (remove_files) COMPLETE |
| 4667 | 2026-05-27T02:24:35.956Z | [ recovery-image] May 27 02:24:34.991 INFO O| May 27 02:24:34.991 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4668 | 2026-05-27T02:24:35.959Z | [ recovery-image] May 27 02:24:34.997 INFO O| May 27 02:24:34.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575" |
| 4669 | 2026-05-27T02:24:35.959Z | [ recovery-image] May 27 02:24:34.997 INFO O| May 27 02:24:34.997 INFO STEP 28 (remove_files) COMPLETE |
| 4670 | 2026-05-27T02:24:35.959Z | [ recovery-image] May 27 02:24:34.997 INFO O| May 27 02:24:34.997 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4671 | 2026-05-27T02:24:35.966Z | [ recovery-image] May 27 02:24:35.004 INFO O| May 27 02:24:35.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens" |
| 4672 | 2026-05-27T02:24:35.966Z | [ recovery-image] May 27 02:24:35.004 INFO O| May 27 02:24:35.004 INFO STEP 29 (remove_files) COMPLETE |
| 4673 | 2026-05-27T02:24:35.966Z | [ recovery-image] May 27 02:24:35.004 INFO O| May 27 02:24:35.004 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4674 | 2026-05-27T02:24:35.976Z | [ recovery-image] May 27 02:24:35.014 INFO O| May 27 02:24:35.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci" |
| 4675 | 2026-05-27T02:24:35.976Z | [ recovery-image] May 27 02:24:35.014 INFO O| May 27 02:24:35.014 INFO STEP 30 (remove_files) COMPLETE |
| 4676 | 2026-05-27T02:24:35.976Z | [ recovery-image] May 27 02:24:35.014 INFO O| May 27 02:24:35.014 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4677 | 2026-05-27T02:24:35.984Z | [ recovery-image] May 27 02:24:35.022 INFO O| May 27 02:24:35.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots" |
| 4678 | 2026-05-27T02:24:35.984Z | [ recovery-image] May 27 02:24:35.022 INFO O| May 27 02:24:35.022 INFO STEP 31 (remove_files) COMPLETE |
| 4679 | 2026-05-27T02:24:35.987Z | [ recovery-image] May 27 02:24:35.022 INFO O| May 27 02:24:35.022 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4680 | 2026-05-27T02:24:35.992Z | [ recovery-image] May 27 02:24:35.029 INFO O| May 27 02:24:35.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci" |
| 4681 | 2026-05-27T02:24:35.995Z | [ recovery-image] May 27 02:24:35.030 INFO O| May 27 02:24:35.030 INFO STEP 32 (remove_files) COMPLETE |
| 4682 | 2026-05-27T02:24:35.995Z | [ recovery-image] May 27 02:24:35.030 INFO O| May 27 02:24:35.030 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4683 | 2026-05-27T02:24:35.999Z | [ recovery-image] May 27 02:24:35.037 INFO O| May 27 02:24:35.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid" |
| 4684 | 2026-05-27T02:24:35.999Z | [ recovery-image] May 27 02:24:35.037 INFO O| May 27 02:24:35.037 INFO STEP 33 (remove_files) COMPLETE |
| 4685 | 2026-05-27T02:24:35.999Z | [ recovery-image] May 27 02:24:35.037 INFO O| May 27 02:24:35.037 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4686 | 2026-05-27T02:24:36.007Z | [ recovery-image] May 27 02:24:35.045 INFO O| May 27 02:24:35.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd" |
| 4687 | 2026-05-27T02:24:36.007Z | [ recovery-image] May 27 02:24:35.045 INFO O| May 27 02:24:35.045 INFO STEP 34 (remove_files) COMPLETE |
| 4688 | 2026-05-27T02:24:36.007Z | [ recovery-image] May 27 02:24:35.045 INFO O| May 27 02:24:35.045 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4689 | 2026-05-27T02:24:36.014Z | [ recovery-image] May 27 02:24:35.052 INFO O| May 27 02:24:35.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci" |
| 4690 | 2026-05-27T02:24:36.014Z | [ recovery-image] May 27 02:24:35.052 INFO O| May 27 02:24:35.052 INFO STEP 35 (remove_files) COMPLETE |
| 4691 | 2026-05-27T02:24:36.014Z | [ recovery-image] May 27 02:24:35.052 INFO O| May 27 02:24:35.052 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4692 | 2026-05-27T02:24:36.023Z | [ recovery-image] May 27 02:24:35.059 INFO O| May 27 02:24:35.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb" |
| 4693 | 2026-05-27T02:24:36.023Z | [ recovery-image] May 27 02:24:35.059 INFO O| May 27 02:24:35.059 INFO STEP 36 (remove_files) COMPLETE |
| 4694 | 2026-05-27T02:24:36.023Z | [ recovery-image] May 27 02:24:35.059 INFO O| May 27 02:24:35.059 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4695 | 2026-05-27T02:24:36.029Z | [ recovery-image] May 27 02:24:35.067 INFO O| May 27 02:24:35.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci" |
| 4696 | 2026-05-27T02:24:36.029Z | [ recovery-image] May 27 02:24:35.067 INFO O| May 27 02:24:35.067 INFO STEP 37 (remove_files) COMPLETE |
| 4697 | 2026-05-27T02:24:36.032Z | [ recovery-image] May 27 02:24:35.067 INFO O| May 27 02:24:35.067 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4698 | 2026-05-27T02:24:36.036Z | [ recovery-image] May 27 02:24:35.074 INFO O| May 27 02:24:35.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac" |
| 4699 | 2026-05-27T02:24:36.036Z | [ recovery-image] May 27 02:24:35.074 INFO O| May 27 02:24:35.074 INFO STEP 38 (remove_files) COMPLETE |
| 4700 | 2026-05-27T02:24:36.041Z | [ recovery-image] May 27 02:24:35.074 INFO O| May 27 02:24:35.074 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4701 | 2026-05-27T02:24:36.044Z | [ recovery-image] May 27 02:24:35.082 INFO O| May 27 02:24:35.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as" |
| 4702 | 2026-05-27T02:24:36.044Z | [ recovery-image] May 27 02:24:35.082 INFO O| May 27 02:24:35.082 INFO STEP 39 (remove_files) COMPLETE |
| 4703 | 2026-05-27T02:24:36.048Z | [ recovery-image] May 27 02:24:35.082 INFO O| May 27 02:24:35.082 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4704 | 2026-05-27T02:24:36.053Z | [ recovery-image] May 27 02:24:35.091 INFO O| May 27 02:24:35.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia" |
| 4705 | 2026-05-27T02:24:36.053Z | [ recovery-image] May 27 02:24:35.091 INFO O| May 27 02:24:35.091 INFO STEP 40 (remove_files) COMPLETE |
| 4706 | 2026-05-27T02:24:36.056Z | [ recovery-image] May 27 02:24:35.091 INFO O| May 27 02:24:35.091 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4707 | 2026-05-27T02:24:36.062Z | [ recovery-image] May 27 02:24:35.100 INFO O| May 27 02:24:35.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid" |
| 4708 | 2026-05-27T02:24:36.062Z | [ recovery-image] May 27 02:24:35.100 INFO O| May 27 02:24:35.100 INFO STEP 41 (remove_files) COMPLETE |
| 4709 | 2026-05-27T02:24:36.066Z | [ recovery-image] May 27 02:24:35.100 INFO O| May 27 02:24:35.100 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4710 | 2026-05-27T02:24:36.070Z | [ recovery-image] May 27 02:24:35.108 INFO O| May 27 02:24:35.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn" |
| 4711 | 2026-05-27T02:24:36.070Z | [ recovery-image] May 27 02:24:35.108 INFO O| May 27 02:24:35.108 INFO STEP 42 (remove_files) COMPLETE |
| 4712 | 2026-05-27T02:24:36.070Z | [ recovery-image] May 27 02:24:35.108 INFO O| May 27 02:24:35.108 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4713 | 2026-05-27T02:24:36.079Z | [ recovery-image] May 27 02:24:35.116 INFO O| May 27 02:24:35.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci" |
| 4714 | 2026-05-27T02:24:36.079Z | [ recovery-image] May 27 02:24:35.116 INFO O| May 27 02:24:35.116 INFO STEP 43 (remove_files) COMPLETE |
| 4715 | 2026-05-27T02:24:36.082Z | [ recovery-image] May 27 02:24:35.116 INFO O| May 27 02:24:35.116 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4716 | 2026-05-27T02:24:36.086Z | [ recovery-image] May 27 02:24:35.123 INFO O| May 27 02:24:35.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm" |
| 4717 | 2026-05-27T02:24:36.086Z | [ recovery-image] May 27 02:24:35.123 INFO O| May 27 02:24:35.123 INFO STEP 44 (remove_files) COMPLETE |
| 4718 | 2026-05-27T02:24:36.086Z | [ recovery-image] May 27 02:24:35.123 INFO O| May 27 02:24:35.123 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4719 | 2026-05-27T02:24:36.094Z | [ recovery-image] May 27 02:24:35.132 INFO O| May 27 02:24:35.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000" |
| 4720 | 2026-05-27T02:24:36.094Z | [ recovery-image] May 27 02:24:35.132 INFO O| May 27 02:24:35.132 INFO STEP 45 (remove_files) COMPLETE |
| 4721 | 2026-05-27T02:24:36.097Z | [ recovery-image] May 27 02:24:35.132 INFO O| May 27 02:24:35.132 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4722 | 2026-05-27T02:24:36.101Z | [ recovery-image] May 27 02:24:35.139 INFO O| May 27 02:24:35.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd" |
| 4723 | 2026-05-27T02:24:36.101Z | [ recovery-image] May 27 02:24:35.139 INFO O| May 27 02:24:35.139 INFO STEP 46 (remove_files) COMPLETE |
| 4724 | 2026-05-27T02:24:36.101Z | [ recovery-image] May 27 02:24:35.139 INFO O| May 27 02:24:35.139 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4725 | 2026-05-27T02:24:36.111Z | [ recovery-image] May 27 02:24:35.149 INFO O| May 27 02:24:35.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba" |
| 4726 | 2026-05-27T02:24:36.111Z | [ recovery-image] May 27 02:24:35.149 INFO O| May 27 02:24:35.149 INFO STEP 47 (remove_files) COMPLETE |
| 4727 | 2026-05-27T02:24:36.115Z | [ recovery-image] May 27 02:24:35.149 INFO O| May 27 02:24:35.149 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4728 | 2026-05-27T02:24:36.118Z | [ recovery-image] May 27 02:24:35.155 INFO O| May 27 02:24:35.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex" |
| 4729 | 2026-05-27T02:24:36.118Z | [ recovery-image] May 27 02:24:35.156 INFO O| May 27 02:24:35.155 INFO STEP 48 (remove_files) COMPLETE |
| 4730 | 2026-05-27T02:24:36.118Z | [ recovery-image] May 27 02:24:35.156 INFO O| May 27 02:24:35.156 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4731 | 2026-05-27T02:24:36.124Z | [ recovery-image] May 27 02:24:35.162 INFO O| May 27 02:24:35.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf" |
| 4732 | 2026-05-27T02:24:36.127Z | [ recovery-image] May 27 02:24:35.162 INFO O| May 27 02:24:35.162 INFO STEP 49 (remove_files) COMPLETE |
| 4733 | 2026-05-27T02:24:36.127Z | [ recovery-image] May 27 02:24:35.162 INFO O| May 27 02:24:35.162 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4734 | 2026-05-27T02:24:36.133Z | [ recovery-image] May 27 02:24:35.171 INFO O| May 27 02:24:35.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt" |
| 4735 | 2026-05-27T02:24:36.133Z | [ recovery-image] May 27 02:24:35.171 INFO O| May 27 02:24:35.171 INFO STEP 50 (remove_files) COMPLETE |
| 4736 | 2026-05-27T02:24:36.133Z | [ recovery-image] May 27 02:24:35.171 INFO O| May 27 02:24:35.171 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4737 | 2026-05-27T02:24:36.141Z | [ recovery-image] May 27 02:24:35.179 INFO O| May 27 02:24:35.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf" |
| 4738 | 2026-05-27T02:24:36.141Z | [ recovery-image] May 27 02:24:35.179 INFO O| May 27 02:24:35.179 INFO STEP 51 (remove_files) COMPLETE |
| 4739 | 2026-05-27T02:24:36.145Z | [ recovery-image] May 27 02:24:35.179 INFO O| May 27 02:24:35.179 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4740 | 2026-05-27T02:24:36.149Z | [ recovery-image] May 27 02:24:35.187 INFO O| May 27 02:24:35.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
| 4741 | 2026-05-27T02:24:36.149Z | [ recovery-image] May 27 02:24:35.187 INFO O| May 27 02:24:35.187 INFO STEP 52 (remove_files) COMPLETE |
| 4742 | 2026-05-27T02:24:36.149Z | [ recovery-image] May 27 02:24:35.187 INFO O| May 27 02:24:35.187 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4743 | 2026-05-27T02:24:36.157Z | [ recovery-image] May 27 02:24:35.194 INFO O| May 27 02:24:35.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
| 4744 | 2026-05-27T02:24:36.157Z | [ recovery-image] May 27 02:24:35.194 INFO O| May 27 02:24:35.194 INFO STEP 53 (remove_files) COMPLETE |
| 4745 | 2026-05-27T02:24:36.157Z | [ recovery-image] May 27 02:24:35.194 INFO O| May 27 02:24:35.194 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4746 | 2026-05-27T02:24:36.164Z | [ recovery-image] May 27 02:24:35.202 INFO O| May 27 02:24:35.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm" |
| 4747 | 2026-05-27T02:24:36.168Z | [ recovery-image] May 27 02:24:35.202 INFO O| May 27 02:24:35.202 INFO STEP 54 (remove_files) COMPLETE |
| 4748 | 2026-05-27T02:24:36.168Z | [ recovery-image] May 27 02:24:35.202 INFO O| May 27 02:24:35.202 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4749 | 2026-05-27T02:24:36.171Z | [ recovery-image] May 27 02:24:35.209 INFO O| May 27 02:24:35.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm" |
| 4750 | 2026-05-27T02:24:36.172Z | [ recovery-image] May 27 02:24:35.209 INFO O| May 27 02:24:35.209 INFO STEP 55 (remove_files) COMPLETE |
| 4751 | 2026-05-27T02:24:36.172Z | [ recovery-image] May 27 02:24:35.209 INFO O| May 27 02:24:35.209 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4752 | 2026-05-27T02:24:36.179Z | [ recovery-image] May 27 02:24:35.217 INFO O| May 27 02:24:35.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm" |
| 4753 | 2026-05-27T02:24:36.179Z | [ recovery-image] May 27 02:24:35.217 INFO O| May 27 02:24:35.217 INFO STEP 56 (remove_files) COMPLETE |
| 4754 | 2026-05-27T02:24:36.183Z | [ recovery-image] May 27 02:24:35.217 INFO O| May 27 02:24:35.217 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4755 | 2026-05-27T02:24:36.188Z | [ recovery-image] May 27 02:24:35.226 INFO O| May 27 02:24:35.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm" |
| 4756 | 2026-05-27T02:24:36.188Z | [ recovery-image] May 27 02:24:35.226 INFO O| May 27 02:24:35.226 INFO STEP 57 (remove_files) COMPLETE |
| 4757 | 2026-05-27T02:24:36.191Z | [ recovery-image] May 27 02:24:35.226 INFO O| May 27 02:24:35.226 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4758 | 2026-05-27T02:24:36.194Z | [ recovery-image] May 27 02:24:35.233 INFO O| May 27 02:24:35.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar" |
| 4759 | 2026-05-27T02:24:36.195Z | [ recovery-image] May 27 02:24:35.233 INFO O| May 27 02:24:35.233 INFO STEP 58 (remove_files) COMPLETE |
| 4760 | 2026-05-27T02:24:36.198Z | [ recovery-image] May 27 02:24:35.233 INFO O| May 27 02:24:35.233 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4761 | 2026-05-27T02:24:36.201Z | [ recovery-image] May 27 02:24:35.239 INFO O| May 27 02:24:35.239 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
| 4762 | 2026-05-27T02:24:36.201Z | [ recovery-image] May 27 02:24:35.239 INFO O| May 27 02:24:35.239 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ... |
| 4763 | 2026-05-27T02:24:36.201Z | [ recovery-image] May 27 02:24:35.239 INFO O| May 27 02:24:35.239 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 4764 | 2026-05-27T02:24:36.201Z | [ recovery-image] May 27 02:24:35.239 INFO O| May 27 02:24:35.239 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 4765 | 2026-05-27T02:24:36.201Z | [ recovery-image] May 27 02:24:35.239 INFO O| May 27 02:24:35.239 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 4766 | 2026-05-27T02:24:36.201Z | [ recovery-image] May 27 02:24:35.239 INFO O| May 27 02:24:35.239 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 4767 | 2026-05-27T02:24:36.201Z | [ recovery-image] May 27 02:24:35.239 INFO O| May 27 02:24:35.239 INFO ok! |
| 4768 | 2026-05-27T02:24:36.202Z | [ recovery-image] May 27 02:24:35.239 INFO O| May 27 02:24:35.239 INFO STEP 59 (ensure_file) COMPLETE |
| 4769 | 2026-05-27T02:24:36.202Z | [ recovery-image] May 27 02:24:35.239 INFO O| May 27 02:24:35.239 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4770 | 2026-05-27T02:24:36.207Z | [ recovery-image] May 27 02:24:35.246 INFO O| May 27 02:24:35.246 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
| 4771 | 2026-05-27T02:24:36.210Z | [ recovery-image] May 27 02:24:35.246 INFO O| May 27 02:24:35.246 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ... |
| 4772 | 2026-05-27T02:24:36.211Z | [ recovery-image] May 27 02:24:35.246 INFO O| May 27 02:24:35.246 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 4773 | 2026-05-27T02:24:36.211Z | [ recovery-image] May 27 02:24:35.246 INFO O| May 27 02:24:35.246 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 4774 | 2026-05-27T02:24:36.211Z | [ recovery-image] May 27 02:24:35.246 INFO O| May 27 02:24:35.246 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 4775 | 2026-05-27T02:24:36.211Z | [ recovery-image] May 27 02:24:35.246 INFO O| May 27 02:24:35.246 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 4776 | 2026-05-27T02:24:36.211Z | [ recovery-image] May 27 02:24:35.246 INFO O| May 27 02:24:35.246 INFO ok! |
| 4777 | 2026-05-27T02:24:36.211Z | [ recovery-image] May 27 02:24:35.246 INFO O| May 27 02:24:35.246 INFO STEP 60 (ensure_file) COMPLETE |
| 4778 | 2026-05-27T02:24:36.211Z | [ recovery-image] May 27 02:24:35.246 INFO O| May 27 02:24:35.246 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4779 | 2026-05-27T02:24:36.214Z | [ recovery-image] May 27 02:24:35.252 INFO O| May 27 02:24:35.252 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist |
| 4780 | 2026-05-27T02:24:36.214Z | [ recovery-image] May 27 02:24:35.252 INFO O| May 27 02:24:35.252 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ... |
| 4781 | 2026-05-27T02:24:36.215Z | [ recovery-image] May 27 02:24:35.252 INFO O| May 27 02:24:35.252 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile |
| 4782 | 2026-05-27T02:24:36.215Z | [ recovery-image] May 27 02:24:35.252 INFO O| May 27 02:24:35.252 INFO ok! |
| 4783 | 2026-05-27T02:24:36.215Z | [ recovery-image] May 27 02:24:35.252 INFO O| May 27 02:24:35.252 INFO STEP 61 (ensure_file) COMPLETE |
| 4784 | 2026-05-27T02:24:36.215Z | [ recovery-image] May 27 02:24:35.252 INFO O| May 27 02:24:35.252 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4785 | 2026-05-27T02:24:36.220Z | [ recovery-image] May 27 02:24:35.258 INFO O| May 27 02:24:35.258 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
| 4786 | 2026-05-27T02:24:36.220Z | [ recovery-image] May 27 02:24:35.258 INFO O| May 27 02:24:35.258 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ... |
| 4787 | 2026-05-27T02:24:36.223Z | [ recovery-image] May 27 02:24:35.258 INFO O| May 27 02:24:35.258 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc |
| 4788 | 2026-05-27T02:24:36.223Z | [ recovery-image] May 27 02:24:35.258 INFO O| May 27 02:24:35.258 INFO ok! |
| 4789 | 2026-05-27T02:24:36.223Z | [ recovery-image] May 27 02:24:35.258 INFO O| May 27 02:24:35.258 INFO STEP 62 (ensure_file) COMPLETE |
| 4790 | 2026-05-27T02:24:36.223Z | [ recovery-image] May 27 02:24:35.258 INFO O| May 27 02:24:35.258 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4791 | 2026-05-27T02:24:36.227Z | [ recovery-image] May 27 02:24:35.264 INFO O| May 27 02:24:35.264 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking |
| 4792 | 2026-05-27T02:24:36.227Z | [ recovery-image] May 27 02:24:35.264 INFO O| May 27 02:24:35.264 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ... |
| 4793 | 2026-05-27T02:24:36.227Z | [ recovery-image] May 27 02:24:35.264 INFO O| May 27 02:24:35.264 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd |
| 4794 | 2026-05-27T02:24:36.227Z | [ recovery-image] May 27 02:24:35.264 INFO O| May 27 02:24:35.264 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd |
| 4795 | 2026-05-27T02:24:36.227Z | [ recovery-image] May 27 02:24:35.264 INFO O| May 27 02:24:35.264 INFO ok! |
| 4796 | 2026-05-27T02:24:36.227Z | [ recovery-image] May 27 02:24:35.264 INFO O| May 27 02:24:35.264 INFO STEP 63 (ensure_file) COMPLETE |
| 4797 | 2026-05-27T02:24:36.227Z | [ recovery-image] May 27 02:24:35.264 INFO O| May 27 02:24:35.264 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4798 | 2026-05-27T02:24:36.232Z | [ recovery-image] May 27 02:24:35.270 INFO O| May 27 02:24:35.270 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist |
| 4799 | 2026-05-27T02:24:36.232Z | [ recovery-image] May 27 02:24:35.270 INFO O| May 27 02:24:35.270 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ... |
| 4800 | 2026-05-27T02:24:36.236Z | [ recovery-image] May 27 02:24:35.270 INFO O| May 27 02:24:35.270 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 4801 | 2026-05-27T02:24:36.236Z | [ recovery-image] May 27 02:24:35.270 INFO O| May 27 02:24:35.270 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 4802 | 2026-05-27T02:24:36.236Z | [ recovery-image] May 27 02:24:35.270 INFO O| May 27 02:24:35.270 INFO ok! |
| 4803 | 2026-05-27T02:24:36.236Z | [ recovery-image] May 27 02:24:35.270 INFO O| May 27 02:24:35.270 INFO STEP 64 (ensure_file) COMPLETE |
| 4804 | 2026-05-27T02:24:36.236Z | [ recovery-image] May 27 02:24:35.270 INFO O| May 27 02:24:35.270 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4805 | 2026-05-27T02:24:36.241Z | [ recovery-image] May 27 02:24:35.279 INFO O| May 27 02:24:35.279 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist |
| 4806 | 2026-05-27T02:24:36.244Z | [ recovery-image] May 27 02:24:35.279 INFO O| May 27 02:24:35.279 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ... |
| 4807 | 2026-05-27T02:24:36.244Z | [ recovery-image] May 27 02:24:35.279 INFO O| May 27 02:24:35.279 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly |
| 4808 | 2026-05-27T02:24:36.245Z | [ recovery-image] May 27 02:24:35.279 INFO O| May 27 02:24:35.279 INFO ok! |
| 4809 | 2026-05-27T02:24:36.245Z | [ recovery-image] May 27 02:24:35.279 INFO O| May 27 02:24:35.279 INFO STEP 65 (assemble_files) COMPLETE |
| 4810 | 2026-05-27T02:24:36.245Z | [ recovery-image] May 27 02:24:35.279 INFO O| May 27 02:24:35.279 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4811 | 2026-05-27T02:24:36.248Z | [ recovery-image] May 27 02:24:35.286 INFO O| May 27 02:24:35.286 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist |
| 4812 | 2026-05-27T02:24:36.249Z | [ recovery-image] May 27 02:24:35.286 INFO O| May 27 02:24:35.286 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ... |
| 4813 | 2026-05-27T02:24:36.249Z | [ recovery-image] May 27 02:24:35.286 INFO O| May 27 02:24:35.286 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf |
| 4814 | 2026-05-27T02:24:36.249Z | [ recovery-image] May 27 02:24:35.286 INFO O| May 27 02:24:35.286 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf |
| 4815 | 2026-05-27T02:24:36.249Z | [ recovery-image] May 27 02:24:35.286 INFO O| May 27 02:24:35.286 INFO ok! |
| 4816 | 2026-05-27T02:24:36.249Z | [ recovery-image] May 27 02:24:35.286 INFO O| May 27 02:24:35.286 INFO STEP 66 (ensure_file) COMPLETE |
| 4817 | 2026-05-27T02:24:36.249Z | [ recovery-image] May 27 02:24:35.286 INFO O| May 27 02:24:35.286 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4818 | 2026-05-27T02:24:36.249Z | [ recovery-image] May 27 02:24:35.286 INFO O| May 27 02:24:35.286 INFO skip step because feature "omicron1" is not enabled |
| 4819 | 2026-05-27T02:24:36.249Z | [ recovery-image] May 27 02:24:35.286 INFO O| May 27 02:24:35.286 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4820 | 2026-05-27T02:24:36.249Z | [ recovery-image] May 27 02:24:35.286 INFO O| May 27 02:24:35.286 INFO skip step because feature "omicron1" is not enabled |
| 4821 | 2026-05-27T02:24:36.249Z | [ recovery-image] May 27 02:24:35.286 INFO O| May 27 02:24:35.286 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4822 | 2026-05-27T02:24:36.249Z | [ recovery-image] May 27 02:24:35.286 INFO O| May 27 02:24:35.286 INFO skip step because feature "omicron1" is not enabled |
| 4823 | 2026-05-27T02:24:36.250Z | [ recovery-image] May 27 02:24:35.286 INFO O| May 27 02:24:35.286 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4824 | 2026-05-27T02:24:36.257Z | [ recovery-image] May 27 02:24:35.295 INFO O| May 27 02:24:35.295 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal |
| 4825 | 2026-05-27T02:24:36.257Z | [ recovery-image] May 27 02:24:35.295 INFO O| May 27 02:24:35.295 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."] |
| 4826 | 2026-05-27T02:24:37.368Z | [ recovery-image] May 27 02:24:36.405 INFO O| May 27 02:24:36.405 INFO STEP 70 (pack_tar) COMPLETE |
| 4827 | 2026-05-27T02:24:37.368Z | [ recovery-image] May 27 02:24:36.405 INFO O| May 27 02:24:36.405 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4828 | 2026-05-27T02:24:37.368Z | [ recovery-image] May 27 02:24:36.405 INFO O| May 27 02:24:36.405 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4829 | 2026-05-27T02:24:37.846Z | [ recovery-image] May 27 02:24:36.884 INFO O| May 27 02:24:36.883 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4830 | 2026-05-27T02:24:37.982Z | [ recovery-image] May 27 02:24:37.020 INFO O| May 27 02:24:37.020 INFO completed processing sled/ramdisk-02-trim |
| 4831 | 2026-05-27T02:24:37.987Z | [ recovery-image] May 27 02:24:37.022 INFO image builder template: ramdisk-03-recovery-trim... |
| 4832 | 2026-05-27T02:24:37.987Z | [ recovery-image] May 27 02:24:37.022 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/.tmpG0N9od/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", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.479", "-n", "ramdisk-03-recovery-trim"], pwd: None |
| 4833 | 2026-05-27T02:24:37.996Z | [ recovery-image] May 27 02:24:37.027 INFO O| May 27 02:24:37.027 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled |
| 4834 | 2026-05-27T02:24:38.065Z | [ recovery-image] May 27 02:24:37.102 INFO O| May 27 02:24:37.102 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 4835 | 2026-05-27T02:24:38.069Z | [ recovery-image] May 27 02:24:37.106 INFO O| May 27 02:24:37.106 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 4836 | 2026-05-27T02:24:38.169Z | [ recovery-image] May 27 02:24:37.206 INFO O| May 27 02:24:37.206 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled |
| 4837 | 2026-05-27T02:24:38.281Z | [ recovery-image] May 27 02:24:37.318 INFO O| May 27 02:24:37.318 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 4838 | 2026-05-27T02:24:38.281Z | [ recovery-image] May 27 02:24:37.318 INFO O| May 27 02:24:37.318 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4839 | 2026-05-27T02:24:38.287Z | [ recovery-image] May 27 02:24:37.324 INFO O| May 27 02:24:37.324 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 4840 | 2026-05-27T02:24:38.290Z | [ recovery-image] May 27 02:24:37.328 INFO O| May 27 02:24:37.328 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4841 | 2026-05-27T02:24:38.296Z | [ recovery-image] May 27 02:24:37.333 INFO O| May 27 02:24:37.333 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4842 | 2026-05-27T02:24:38.405Z | [ host-image] May 27 02:24:37.442 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24001:20260522T173035Z |
| 4843 | 2026-05-27T02:24:38.405Z | [ host-image] May 27 02:24:37.442 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24001:20260522T173036Z |
| 4844 | 2026-05-27T02:24:38.409Z | [ host-image] May 27 02:24:37.443 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z |
| 4845 | 2026-05-27T02:24:38.410Z | [ host-image] May 27 02:24:37.443 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z |
| 4846 | 2026-05-27T02:24:38.410Z | [ host-image] May 27 02:24:37.443 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z |
| 4847 | 2026-05-27T02:24:38.410Z | [ host-image] May 27 02:24:37.443 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z |
| 4848 | 2026-05-27T02:24:38.410Z | [ host-image] May 27 02:24:37.443 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z |
| 4849 | 2026-05-27T02:24:38.410Z | [ host-image] May 27 02:24:37.443 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z |
| 4850 | 2026-05-27T02:24:38.410Z | [ host-image] May 27 02:24:37.444 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@20.0.0.0-3.0:20260527T021031Z |
| 4851 | 2026-05-27T02:24:38.410Z | [ host-image] May 27 02:24:37.444 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z |
| 4852 | 2026-05-27T02:24:38.410Z | [ host-image] May 27 02:24:37.444 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z |
| 4853 | 2026-05-27T02:24:38.410Z | [ host-image] May 27 02:24:37.444 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24001:20260522T173036Z |
| 4854 | 2026-05-27T02:24:38.410Z | [ host-image] May 27 02:24:37.444 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24001:20260522T173037Z |
| 4855 | 2026-05-27T02:24:38.410Z | [ host-image] May 27 02:24:37.444 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24001:20260522T173037Z |
| 4856 | 2026-05-27T02:24:38.410Z | [ host-image] May 27 02:24:37.444 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24001:20260522T173037Z |
| 4857 | 2026-05-27T02:24:38.410Z | [ host-image] May 27 02:24:37.444 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z |
| 4858 | 2026-05-27T02:24:38.410Z | [ host-image] May 27 02:24:37.445 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24001:20260522T173037Z |
| 4859 | 2026-05-27T02:24:38.410Z | [ host-image] May 27 02:24:37.445 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24001:20260522T173037Z |
| 4860 | 2026-05-27T02:24:38.410Z | [ host-image] May 27 02:24:37.445 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24001:20260522T173037Z |
| 4861 | 2026-05-27T02:24:38.410Z | [ host-image] May 27 02:24:37.445 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24001:20260522T173038Z |
| 4862 | 2026-05-27T02:24:38.411Z | [ host-image] May 27 02:24:37.445 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24001:20260522T173038Z |
| 4863 | 2026-05-27T02:24:38.411Z | [ host-image] May 27 02:24:37.445 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24001:20260522T173038Z |
| 4864 | 2026-05-27T02:24:38.411Z | [ host-image] May 27 02:24:37.445 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24001:20260522T173038Z |
| 4865 | 2026-05-27T02:24:38.411Z | [ host-image] May 27 02:24:37.445 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24001:20260522T173039Z |
| 4866 | 2026-05-27T02:24:38.411Z | [ host-image] May 27 02:24:37.445 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24001:20260522T173040Z |
| 4867 | 2026-05-27T02:24:38.411Z | [ host-image] May 27 02:24:37.445 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24001:20260522T173040Z |
| 4868 | 2026-05-27T02:24:38.411Z | [ host-image] May 27 02:24:37.445 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24001:20260522T173041Z |
| 4869 | 2026-05-27T02:24:38.411Z | [ host-image] May 27 02:24:37.445 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24001:20260522T173041Z |
| 4870 | 2026-05-27T02:24:38.411Z | [ host-image] May 27 02:24:37.445 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24001:20260522T173042Z |
| 4871 | 2026-05-27T02:24:38.411Z | [ host-image] May 27 02:24:37.445 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24001:20260522T173043Z |
| 4872 | 2026-05-27T02:24:38.411Z | [ host-image] May 27 02:24:37.445 INFO O| install = pkg://helios/driver/network/opte@0.40.479-3.0:20260511T233512Z |
| 4873 | 2026-05-27T02:24:38.411Z | [ host-image] May 27 02:24:37.445 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24001:20260522T173044Z |
| 4874 | 2026-05-27T02:24:38.411Z | [ host-image] May 27 02:24:37.445 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24001:20260522T173046Z |
| 4875 | 2026-05-27T02:24:38.411Z | [ host-image] May 27 02:24:37.446 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24001:20260522T173047Z |
| 4876 | 2026-05-27T02:24:38.411Z | [ host-image] May 27 02:24:37.446 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24001:20260522T173047Z |
| 4877 | 2026-05-27T02:24:38.411Z | [ host-image] May 27 02:24:37.446 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24001:20260522T173049Z |
| 4878 | 2026-05-27T02:24:38.411Z | [ host-image] May 27 02:24:37.446 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24001:20260522T173049Z |
| 4879 | 2026-05-27T02:24:38.415Z | [ host-image] May 27 02:24:37.449 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z |
| 4880 | 2026-05-27T02:24:38.415Z | [ host-image] May 27 02:24:37.449 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24001:20260522T173049Z |
| 4881 | 2026-05-27T02:24:38.416Z | [ host-image] May 27 02:24:37.449 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z |
| 4882 | 2026-05-27T02:24:38.416Z | [ host-image] May 27 02:24:37.449 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z |
| 4883 | 2026-05-27T02:24:38.416Z | [ host-image] May 27 02:24:37.449 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z |
| 4884 | 2026-05-27T02:24:38.416Z | [ host-image] May 27 02:24:37.449 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z |
| 4885 | 2026-05-27T02:24:38.416Z | [ host-image] May 27 02:24:37.449 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24001:20260522T173049Z |
| 4886 | 2026-05-27T02:24:38.416Z | [ host-image] May 27 02:24:37.449 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z |
| 4887 | 2026-05-27T02:24:38.416Z | [ host-image] May 27 02:24:37.449 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z |
| 4888 | 2026-05-27T02:24:38.416Z | [ host-image] May 27 02:24:37.449 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z |
| 4889 | 2026-05-27T02:24:38.416Z | [ host-image] May 27 02:24:37.450 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z |
| 4890 | 2026-05-27T02:24:38.416Z | [ host-image] May 27 02:24:37.453 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z |
| 4891 | 2026-05-27T02:24:38.417Z | [ host-image] May 27 02:24:37.453 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z |
| 4892 | 2026-05-27T02:24:38.417Z | [ host-image] May 27 02:24:37.453 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z |
| 4893 | 2026-05-27T02:24:38.417Z | [ host-image] May 27 02:24:37.453 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z |
| 4894 | 2026-05-27T02:24:38.421Z | [ host-image] May 27 02:24:37.453 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z |
| 4895 | 2026-05-27T02:24:38.421Z | [ host-image] May 27 02:24:37.453 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z |
| 4896 | 2026-05-27T02:24:38.428Z | [ host-image] May 27 02:24:37.465 INFO O| install = pkg://helios/library/security/openssl-3@3.5.6-3.0:20260411T024444Z |
| 4897 | 2026-05-27T02:24:38.428Z | [ host-image] May 27 02:24:37.465 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z |
| 4898 | 2026-05-27T02:24:38.432Z | [ host-image] May 27 02:24:37.465 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z |
| 4899 | 2026-05-27T02:24:38.432Z | [ host-image] May 27 02:24:37.465 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24001:20260522T173051Z |
| 4900 | 2026-05-27T02:24:38.432Z | [ host-image] May 27 02:24:37.465 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24001:20260522T173055Z |
| 4901 | 2026-05-27T02:24:38.432Z | [ host-image] May 27 02:24:37.465 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z |
| 4902 | 2026-05-27T02:24:38.433Z | [ host-image] May 27 02:24:37.465 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24001:20260522T173056Z |
| 4903 | 2026-05-27T02:24:38.433Z | [ host-image] May 27 02:24:37.466 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z |
| 4904 | 2026-05-27T02:24:38.433Z | [ host-image] May 27 02:24:37.466 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z |
| 4905 | 2026-05-27T02:24:38.433Z | [ host-image] May 27 02:24:37.466 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z |
| 4906 | 2026-05-27T02:24:38.433Z | [ host-image] May 27 02:24:37.466 INFO O| install = pkg://helios/network/rsync@3.4.3-3.0:20260520T161127Z |
| 4907 | 2026-05-27T02:24:38.433Z | [ host-image] May 27 02:24:37.466 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24001:20260522T173056Z |
| 4908 | 2026-05-27T02:24:38.433Z | [ host-image] May 27 02:24:37.466 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z |
| 4909 | 2026-05-27T02:24:38.433Z | [ host-image] May 27 02:24:37.467 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z |
| 4910 | 2026-05-27T02:24:38.433Z | [ host-image] May 27 02:24:37.467 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z |
| 4911 | 2026-05-27T02:24:38.433Z | [ host-image] May 27 02:24:37.467 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z |
| 4912 | 2026-05-27T02:24:38.433Z | [ host-image] May 27 02:24:37.467 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24001:20260522T173056Z |
| 4913 | 2026-05-27T02:24:38.433Z | [ host-image] May 27 02:24:37.467 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z |
| 4914 | 2026-05-27T02:24:38.437Z | [ host-image] May 27 02:24:37.471 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z |
| 4915 | 2026-05-27T02:24:38.437Z | [ host-image] May 27 02:24:37.471 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24001:20260522T173056Z |
| 4916 | 2026-05-27T02:24:38.437Z | [ host-image] May 27 02:24:37.471 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24001:20260522T173057Z |
| 4917 | 2026-05-27T02:24:38.437Z | [ host-image] May 27 02:24:37.472 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24001:20260522T173057Z |
| 4918 | 2026-05-27T02:24:38.437Z | [ host-image] May 27 02:24:37.472 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z |
| 4919 | 2026-05-27T02:24:38.437Z | [ host-image] May 27 02:24:37.472 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24001:20260522T173058Z |
| 4920 | 2026-05-27T02:24:38.438Z | [ host-image] May 27 02:24:37.472 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24001:20260522T173058Z |
| 4921 | 2026-05-27T02:24:38.438Z | [ host-image] May 27 02:24:37.472 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24001:20260522T173058Z |
| 4922 | 2026-05-27T02:24:38.438Z | [ host-image] May 27 02:24:37.472 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24001:20260522T173058Z |
| 4923 | 2026-05-27T02:24:38.438Z | [ host-image] May 27 02:24:37.473 INFO O| install = pkg://helios/shell/bash@5.2.32-3.0:20260212T151110Z |
| 4924 | 2026-05-27T02:24:38.438Z | [ host-image] May 27 02:24:37.473 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24001:20260522T173058Z |
| 4925 | 2026-05-27T02:24:38.438Z | [ host-image] May 27 02:24:37.473 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24001:20260522T173059Z |
| 4926 | 2026-05-27T02:24:38.438Z | [ host-image] May 27 02:24:37.473 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z |
| 4927 | 2026-05-27T02:24:38.438Z | [ host-image] May 27 02:24:37.473 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24001:20260522T173059Z |
| 4928 | 2026-05-27T02:24:38.438Z | [ host-image] May 27 02:24:37.473 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24001:20260522T173100Z |
| 4929 | 2026-05-27T02:24:38.438Z | [ host-image] May 27 02:24:37.473 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24001:20260522T173100Z |
| 4930 | 2026-05-27T02:24:38.438Z | [ host-image] May 27 02:24:37.474 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24001:20260522T173100Z |
| 4931 | 2026-05-27T02:24:38.442Z | [ host-image] May 27 02:24:37.476 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24001:20260522T173100Z |
| 4932 | 2026-05-27T02:24:38.443Z | [ host-image] May 27 02:24:37.476 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z |
| 4933 | 2026-05-27T02:24:38.443Z | [ host-image] May 27 02:24:37.476 INFO O| install = pkg://helios/system/data/zoneinfo@2026.2-3.0.24001:20260522T173100Z |
| 4934 | 2026-05-27T02:24:38.443Z | [ host-image] May 27 02:24:37.477 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24001:20260522T173100Z |
| 4935 | 2026-05-27T02:24:38.443Z | [ host-image] May 27 02:24:37.477 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24001:20260522T173100Z |
| 4936 | 2026-05-27T02:24:38.443Z | [ host-image] May 27 02:24:37.477 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24001:20260522T173100Z |
| 4937 | 2026-05-27T02:24:38.444Z | [ host-image] May 27 02:24:37.477 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24001:20260522T173101Z |
| 4938 | 2026-05-27T02:24:38.444Z | [ host-image] May 27 02:24:37.477 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24001:20260522T173101Z |
| 4939 | 2026-05-27T02:24:38.444Z | [ host-image] May 27 02:24:37.477 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24001:20260522T173101Z |
| 4940 | 2026-05-27T02:24:38.449Z | [ host-image] May 27 02:24:37.480 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24001:20260522T173102Z |
| 4941 | 2026-05-27T02:24:38.449Z | [ host-image] May 27 02:24:37.480 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24001:20260522T173101Z |
| 4942 | 2026-05-27T02:24:38.449Z | [ host-image] May 27 02:24:37.481 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24001:20260522T173102Z |
| 4943 | 2026-05-27T02:24:38.449Z | [ host-image] May 27 02:24:37.481 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24001:20260522T173102Z |
| 4944 | 2026-05-27T02:24:38.449Z | [ host-image] May 27 02:24:37.481 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24001:20260522T173102Z |
| 4945 | 2026-05-27T02:24:38.453Z | [ host-image] May 27 02:24:37.487 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24001:20260522T173104Z |
| 4946 | 2026-05-27T02:24:38.453Z | [ host-image] May 27 02:24:37.487 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24001:20260522T173102Z |
| 4947 | 2026-05-27T02:24:38.453Z | [ host-image] May 27 02:24:37.487 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24001:20260522T173102Z |
| 4948 | 2026-05-27T02:24:38.453Z | [ host-image] May 27 02:24:37.487 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z |
| 4949 | 2026-05-27T02:24:38.453Z | [ host-image] May 27 02:24:37.487 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z |
| 4950 | 2026-05-27T02:24:38.458Z | [ host-image] May 27 02:24:37.496 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24001:20260522T173102Z |
| 4951 | 2026-05-27T02:24:38.458Z | [ host-image] May 27 02:24:37.496 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z |
| 4952 | 2026-05-27T02:24:38.462Z | [ host-image] May 27 02:24:37.496 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24001:20260522T173103Z |
| 4953 | 2026-05-27T02:24:38.462Z | [ host-image] May 27 02:24:37.496 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24001:20260522T173103Z |
| 4954 | 2026-05-27T02:24:38.462Z | [ host-image] May 27 02:24:37.496 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24001:20260522T173103Z |
| 4955 | 2026-05-27T02:24:38.462Z | [ host-image] May 27 02:24:37.496 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z |
| 4956 | 2026-05-27T02:24:38.462Z | [ host-image] May 27 02:24:37.496 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z |
| 4957 | 2026-05-27T02:24:38.462Z | [ host-image] May 27 02:24:37.496 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24001:20260522T173104Z |
| 4958 | 2026-05-27T02:24:38.462Z | [ host-image] May 27 02:24:37.496 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24001:20260522T173104Z |
| 4959 | 2026-05-27T02:24:38.463Z | [ host-image] May 27 02:24:37.497 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24001:20260522T173104Z |
| 4960 | 2026-05-27T02:24:38.463Z | [ host-image] May 27 02:24:37.497 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24001:20260522T173104Z |
| 4961 | 2026-05-27T02:24:38.463Z | [ host-image] May 27 02:24:37.497 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24001:20260522T173104Z |
| 4962 | 2026-05-27T02:24:38.463Z | [ host-image] May 27 02:24:37.497 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24001:20260522T173104Z |
| 4963 | 2026-05-27T02:24:38.463Z | [ host-image] May 27 02:24:37.497 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z |
| 4964 | 2026-05-27T02:24:38.463Z | [ host-image] May 27 02:24:37.498 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24001:20260522T173105Z |
| 4965 | 2026-05-27T02:24:38.463Z | [ host-image] May 27 02:24:37.498 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24001:20260522T173105Z |
| 4966 | 2026-05-27T02:24:38.463Z | [ host-image] May 27 02:24:37.498 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24001:20260522T173105Z |
| 4967 | 2026-05-27T02:24:38.463Z | [ host-image] May 27 02:24:37.498 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24001:20260522T173106Z |
| 4968 | 2026-05-27T02:24:38.463Z | [ host-image] May 27 02:24:37.498 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24001:20260522T173105Z |
| 4969 | 2026-05-27T02:24:38.463Z | [ host-image] May 27 02:24:37.498 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24001:20260522T173106Z |
| 4970 | 2026-05-27T02:24:38.463Z | [ host-image] May 27 02:24:37.498 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z |
| 4971 | 2026-05-27T02:24:38.463Z | [ host-image] May 27 02:24:37.498 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z |
| 4972 | 2026-05-27T02:24:38.463Z | [ host-image] May 27 02:24:37.498 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24001:20260522T173107Z |
| 4973 | 2026-05-27T02:24:38.464Z | [ host-image] May 27 02:24:37.499 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24001:20260522T173108Z |
| 4974 | 2026-05-27T02:24:38.464Z | [ host-image] May 27 02:24:37.499 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z |
| 4975 | 2026-05-27T02:24:38.464Z | [ host-image] May 27 02:24:37.499 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z |
| 4976 | 2026-05-27T02:24:38.464Z | [ host-image] May 27 02:24:37.499 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z |
| 4977 | 2026-05-27T02:24:38.464Z | [ host-image] May 27 02:24:37.499 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z |
| 4978 | 2026-05-27T02:24:38.464Z | [ host-image] May 27 02:24:37.499 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z |
| 4979 | 2026-05-27T02:24:38.464Z | [ host-image] May 27 02:24:37.499 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z |
| 4980 | 2026-05-27T02:24:38.464Z | [ host-image] May 27 02:24:37.500 INFO O| install = pkg://helios/web/curl@8.20.0-3.0:20260512T090538Z |
| 4981 | 2026-05-27T02:24:38.464Z | [ host-image] May 27 02:24:37.500 INFO O| tempdir @ "/tmp/.tmpzrzdUv/tmp" |
| 4982 | 2026-05-27T02:24:38.464Z | [ host-image] May 27 02:24:37.500 INFO O| image root @ "/tmp/.tmpzrzdUv/tmp/root" |
| 4983 | 2026-05-27T02:24:38.464Z | [ host-image] May 27 02:24:37.500 INFO O| creating image... |
| 4984 | 2026-05-27T02:24:38.870Z | [ recovery-image] May 27 02:24:37.907 INFO O| May 27 02:24:37.907 INFO rolled back to input snapshot; work may begin |
| 4985 | 2026-05-27T02:24:38.870Z | [ recovery-image] May 27 02:24:37.907 INFO O| May 27 02:24:37.907 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4986 | 2026-05-27T02:24:38.884Z | [ recovery-image] May 27 02:24:37.922 INFO O| May 27 02:24:37.922 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4987 | 2026-05-27T02:24:38.908Z | [ host-image] May 27 02:24:37.946 INFO O| copying publishers... |
| 4988 | 2026-05-27T02:24:38.913Z | [ recovery-image] May 27 02:24:37.950 INFO O| May 27 02:24:37.950 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7" |
| 4989 | 2026-05-27T02:24:38.928Z | [ recovery-image] May 27 02:24:37.965 INFO O| May 27 02:24:37.965 INFO STEP 0 (remove_files) COMPLETE |
| 4990 | 2026-05-27T02:24:38.928Z | [ recovery-image] May 27 02:24:37.965 INFO O| May 27 02:24:37.965 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4991 | 2026-05-27T02:24:38.939Z | [ recovery-image] May 27 02:24:37.977 INFO O| May 27 02:24:37.977 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share" |
| 4992 | 2026-05-27T02:24:38.989Z | [ recovery-image] May 27 02:24:38.027 INFO O| May 27 02:24:38.027 INFO STEP 1 (remove_files) COMPLETE |
| 4993 | 2026-05-27T02:24:38.990Z | [ recovery-image] May 27 02:24:38.027 INFO O| May 27 02:24:38.027 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4994 | 2026-05-27T02:24:39.000Z | [ recovery-image] May 27 02:24:38.038 INFO O| May 27 02:24:38.038 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns" |
| 4995 | 2026-05-27T02:24:39.008Z | [ recovery-image] May 27 02:24:38.046 INFO O| May 27 02:24:38.045 INFO STEP 2 (remove_files) COMPLETE |
| 4996 | 2026-05-27T02:24:39.012Z | [ recovery-image] May 27 02:24:38.046 INFO O| May 27 02:24:38.046 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4997 | 2026-05-27T02:24:39.022Z | [ recovery-image] May 27 02:24:38.055 INFO O| May 27 02:24:38.055 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv" |
| 4998 | 2026-05-27T02:24:39.063Z | [ recovery-image] May 27 02:24:38.100 INFO O| May 27 02:24:38.100 INFO STEP 3 (remove_files) COMPLETE |
| 4999 | 2026-05-27T02:24:39.063Z | [ recovery-image] May 27 02:24:38.100 INFO O| May 27 02:24:38.100 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5000 | 2026-05-27T02:24:39.074Z | [ recovery-image] May 27 02:24:38.109 INFO O| May 27 02:24:38.109 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale" |
| 5001 | 2026-05-27T02:24:39.094Z | [ recovery-image] May 27 02:24:38.132 INFO O| May 27 02:24:38.132 INFO STEP 4 (remove_files) COMPLETE |
| 5002 | 2026-05-27T02:24:39.095Z | [ recovery-image] May 27 02:24:38.132 INFO O| May 27 02:24:38.132 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5003 | 2026-05-27T02:24:39.105Z | [ recovery-image] May 27 02:24:38.143 INFO O| May 27 02:24:38.143 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps" |
| 5004 | 2026-05-27T02:24:39.108Z | [ recovery-image] May 27 02:24:38.145 INFO O| May 27 02:24:38.145 INFO STEP 5 (remove_files) COMPLETE |
| 5005 | 2026-05-27T02:24:39.108Z | [ recovery-image] May 27 02:24:38.145 INFO O| May 27 02:24:38.145 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5006 | 2026-05-27T02:24:39.116Z | [ recovery-image] May 27 02:24:38.153 INFO O| May 27 02:24:38.153 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig" |
| 5007 | 2026-05-27T02:24:39.120Z | [ recovery-image] May 27 02:24:38.155 INFO O| May 27 02:24:38.155 INFO STEP 6 (remove_files) COMPLETE |
| 5008 | 2026-05-27T02:24:39.120Z | [ recovery-image] May 27 02:24:38.155 INFO O| May 27 02:24:38.155 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5009 | 2026-05-27T02:24:39.126Z | [ recovery-image] May 27 02:24:38.164 INFO O| May 27 02:24:38.164 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi" |
| 5010 | 2026-05-27T02:24:39.130Z | [ recovery-image] May 27 02:24:38.167 INFO O| May 27 02:24:38.167 INFO STEP 7 (remove_files) COMPLETE |
| 5011 | 2026-05-27T02:24:39.130Z | [ recovery-image] May 27 02:24:38.167 INFO O| May 27 02:24:38.167 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5012 | 2026-05-27T02:24:39.138Z | [ recovery-image] May 27 02:24:38.176 INFO O| May 27 02:24:38.176 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs" |
| 5013 | 2026-05-27T02:24:39.142Z | [ recovery-image] May 27 02:24:38.177 INFO O| May 27 02:24:38.177 INFO STEP 8 (remove_files) COMPLETE |
| 5014 | 2026-05-27T02:24:39.142Z | [ recovery-image] May 27 02:24:38.177 INFO O| May 27 02:24:38.177 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5015 | 2026-05-27T02:24:39.149Z | [ recovery-image] May 27 02:24:38.187 INFO O| May 27 02:24:38.186 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv" |
| 5016 | 2026-05-27T02:24:39.152Z | [ recovery-image] May 27 02:24:38.189 INFO O| May 27 02:24:38.188 INFO STEP 9 (remove_files) COMPLETE |
| 5017 | 2026-05-27T02:24:39.152Z | [ recovery-image] May 27 02:24:38.189 INFO O| May 27 02:24:38.189 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5018 | 2026-05-27T02:24:39.162Z | [ recovery-image] May 27 02:24:38.199 INFO O| May 27 02:24:38.199 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5" |
| 5019 | 2026-05-27T02:24:39.233Z | [ recovery-image] May 27 02:24:38.270 INFO O| May 27 02:24:38.270 INFO STEP 10 (remove_files) COMPLETE |
| 5020 | 2026-05-27T02:24:39.233Z | [ recovery-image] May 27 02:24:38.270 INFO O| May 27 02:24:38.270 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5021 | 2026-05-27T02:24:39.271Z | [ recovery-image] May 27 02:24:38.308 INFO O| May 27 02:24:38.308 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash" |
| 5022 | 2026-05-27T02:24:39.302Z | [ recovery-image] May 27 02:24:38.339 INFO O| May 27 02:24:38.339 INFO STEP 11 (remove_files) COMPLETE |
| 5023 | 2026-05-27T02:24:39.305Z | [ recovery-image] May 27 02:24:38.339 INFO O| May 27 02:24:38.339 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5024 | 2026-05-27T02:24:39.315Z | [ recovery-image] May 27 02:24:38.353 INFO O| May 27 02:24:38.353 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve" |
| 5025 | 2026-05-27T02:24:39.323Z | [ recovery-image] May 27 02:24:38.361 INFO O| May 27 02:24:38.361 INFO STEP 12 (remove_files) COMPLETE |
| 5026 | 2026-05-27T02:24:39.323Z | [ recovery-image] May 27 02:24:38.361 INFO O| May 27 02:24:38.361 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5027 | 2026-05-27T02:24:39.342Z | [ recovery-image] May 27 02:24:38.378 INFO O| May 27 02:24:38.378 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs" |
| 5028 | 2026-05-27T02:24:39.343Z | [ recovery-image] May 27 02:24:38.378 INFO O| May 27 02:24:38.378 INFO STEP 13 (remove_files) COMPLETE |
| 5029 | 2026-05-27T02:24:39.343Z | [ recovery-image] May 27 02:24:38.378 INFO O| May 27 02:24:38.378 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5030 | 2026-05-27T02:24:39.364Z | [ recovery-image] May 27 02:24:38.401 INFO O| May 27 02:24:38.401 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons" |
| 5031 | 2026-05-27T02:24:39.367Z | [ recovery-image] May 27 02:24:38.401 INFO O| May 27 02:24:38.401 INFO STEP 14 (remove_files) COMPLETE |
| 5032 | 2026-05-27T02:24:39.367Z | [ recovery-image] May 27 02:24:38.401 INFO O| May 27 02:24:38.401 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5033 | 2026-05-27T02:24:39.396Z | [ recovery-image] May 27 02:24:38.434 INFO O| May 27 02:24:38.434 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale" |
| 5034 | 2026-05-27T02:24:39.576Z | [ recovery-image] May 27 02:24:38.613 INFO O| May 27 02:24:38.613 INFO STEP 15 (remove_files) COMPLETE |
| 5035 | 2026-05-27T02:24:39.576Z | [ recovery-image] May 27 02:24:38.613 INFO O| May 27 02:24:38.613 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5036 | 2026-05-27T02:24:39.586Z | [ recovery-image] May 27 02:24:38.624 INFO O| May 27 02:24:38.623 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src" |
| 5037 | 2026-05-27T02:24:39.586Z | [ recovery-image] May 27 02:24:38.624 INFO O| May 27 02:24:38.624 INFO STEP 16 (remove_files) COMPLETE |
| 5038 | 2026-05-27T02:24:39.586Z | [ recovery-image] May 27 02:24:38.624 INFO O| May 27 02:24:38.624 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5039 | 2026-05-27T02:24:39.648Z | [ recovery-image] May 27 02:24:38.686 INFO O| May 27 02:24:38.686 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo" |
| 5040 | 2026-05-27T02:24:39.653Z | [ recovery-image] May 27 02:24:38.687 INFO O| May 27 02:24:38.687 INFO STEP 17 (remove_files) COMPLETE |
| 5041 | 2026-05-27T02:24:39.653Z | [ recovery-image] May 27 02:24:38.687 INFO O| May 27 02:24:38.687 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5042 | 2026-05-27T02:24:39.663Z | [ recovery-image] May 27 02:24:38.701 INFO O| May 27 02:24:38.701 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim" |
| 5043 | 2026-05-27T02:24:39.778Z | [ host-image] May 27 02:24:38.815 INFO O| adding properties... |
| 5044 | 2026-05-27T02:24:39.838Z | [ recovery-image] May 27 02:24:38.875 INFO O| May 27 02:24:38.875 INFO STEP 18 (remove_files) COMPLETE |
| 5045 | 2026-05-27T02:24:39.838Z | [ recovery-image] May 27 02:24:38.875 INFO O| May 27 02:24:38.875 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5046 | 2026-05-27T02:24:39.847Z | [ recovery-image] May 27 02:24:38.885 INFO O| May 27 02:24:38.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml" |
| 5047 | 2026-05-27T02:24:39.889Z | [ recovery-image] May 27 02:24:38.927 INFO O| May 27 02:24:38.927 INFO STEP 19 (remove_files) COMPLETE |
| 5048 | 2026-05-27T02:24:39.889Z | [ recovery-image] May 27 02:24:38.927 INFO O| May 27 02:24:38.927 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5049 | 2026-05-27T02:24:39.899Z | [ recovery-image] May 27 02:24:38.936 INFO O| May 27 02:24:38.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml" |
| 5050 | 2026-05-27T02:24:39.899Z | [ recovery-image] May 27 02:24:38.936 INFO O| May 27 02:24:38.936 INFO STEP 20 (remove_files) COMPLETE |
| 5051 | 2026-05-27T02:24:39.903Z | [ recovery-image] May 27 02:24:38.936 INFO O| May 27 02:24:38.936 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5052 | 2026-05-27T02:24:39.906Z | [ recovery-image] May 27 02:24:38.944 INFO O| May 27 02:24:38.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb" |
| 5053 | 2026-05-27T02:24:39.910Z | [ recovery-image] May 27 02:24:38.945 INFO O| May 27 02:24:38.945 INFO STEP 21 (remove_files) COMPLETE |
| 5054 | 2026-05-27T02:24:39.910Z | [ recovery-image] May 27 02:24:38.945 INFO O| May 27 02:24:38.945 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5055 | 2026-05-27T02:24:39.916Z | [ recovery-image] May 27 02:24:38.954 INFO O| May 27 02:24:38.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec" |
| 5056 | 2026-05-27T02:24:39.929Z | [ recovery-image] May 27 02:24:38.967 INFO O| May 27 02:24:38.967 INFO STEP 22 (remove_files) COMPLETE |
| 5057 | 2026-05-27T02:24:39.929Z | [ recovery-image] May 27 02:24:38.967 INFO O| May 27 02:24:38.967 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5058 | 2026-05-27T02:24:39.938Z | [ recovery-image] May 27 02:24:38.976 INFO O| May 27 02:24:38.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap" |
| 5059 | 2026-05-27T02:24:39.942Z | [ recovery-image] May 27 02:24:38.980 INFO O| May 27 02:24:38.980 INFO STEP 23 (remove_files) COMPLETE |
| 5060 | 2026-05-27T02:24:39.942Z | [ recovery-image] May 27 02:24:38.980 INFO O| May 27 02:24:38.980 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5061 | 2026-05-27T02:24:39.974Z | [ recovery-image] May 27 02:24:39.011 INFO O| May 27 02:24:39.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias" |
| 5062 | 2026-05-27T02:24:39.974Z | [ recovery-image] May 27 02:24:39.011 INFO O| May 27 02:24:39.011 INFO STEP 24 (remove_files) COMPLETE |
| 5063 | 2026-05-27T02:24:39.974Z | [ recovery-image] May 27 02:24:39.011 INFO O| May 27 02:24:39.011 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5064 | 2026-05-27T02:24:39.981Z | [ recovery-image] May 27 02:24:39.019 INFO O| May 27 02:24:39.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb" |
| 5065 | 2026-05-27T02:24:39.981Z | [ recovery-image] May 27 02:24:39.019 INFO O| May 27 02:24:39.019 INFO STEP 25 (remove_files) COMPLETE |
| 5066 | 2026-05-27T02:24:39.985Z | [ recovery-image] May 27 02:24:39.019 INFO O| May 27 02:24:39.019 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5067 | 2026-05-27T02:24:39.989Z | [ recovery-image] May 27 02:24:39.026 INFO O| May 27 02:24:39.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt" |
| 5068 | 2026-05-27T02:24:39.989Z | [ recovery-image] May 27 02:24:39.026 INFO O| May 27 02:24:39.026 INFO STEP 26 (remove_files) COMPLETE |
| 5069 | 2026-05-27T02:24:39.992Z | [ recovery-image] May 27 02:24:39.026 INFO O| May 27 02:24:39.026 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5070 | 2026-05-27T02:24:39.997Z | [ recovery-image] May 27 02:24:39.035 INFO O| May 27 02:24:39.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle" |
| 5071 | 2026-05-27T02:24:39.997Z | [ recovery-image] May 27 02:24:39.035 INFO O| May 27 02:24:39.035 INFO STEP 27 (remove_files) COMPLETE |
| 5072 | 2026-05-27T02:24:39.997Z | [ recovery-image] May 27 02:24:39.035 INFO O| May 27 02:24:39.035 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5073 | 2026-05-27T02:24:40.009Z | [ recovery-image] May 27 02:24:39.043 INFO O| May 27 02:24:39.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl" |
| 5074 | 2026-05-27T02:24:40.009Z | [ recovery-image] May 27 02:24:39.043 INFO O| May 27 02:24:39.043 INFO STEP 28 (remove_files) COMPLETE |
| 5075 | 2026-05-27T02:24:40.009Z | [ recovery-image] May 27 02:24:39.043 INFO O| May 27 02:24:39.043 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5076 | 2026-05-27T02:24:40.020Z | [ recovery-image] May 27 02:24:39.057 INFO O| May 27 02:24:39.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config" |
| 5077 | 2026-05-27T02:24:40.020Z | [ recovery-image] May 27 02:24:39.057 INFO O| May 27 02:24:39.057 INFO STEP 29 (remove_files) COMPLETE |
| 5078 | 2026-05-27T02:24:40.020Z | [ recovery-image] May 27 02:24:39.057 INFO O| May 27 02:24:39.057 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5079 | 2026-05-27T02:24:40.028Z | [ recovery-image] May 27 02:24:39.066 INFO O| May 27 02:24:39.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt" |
| 5080 | 2026-05-27T02:24:40.029Z | [ recovery-image] May 27 02:24:39.066 INFO O| May 27 02:24:39.066 INFO STEP 30 (remove_files) COMPLETE |
| 5081 | 2026-05-27T02:24:40.029Z | [ recovery-image] May 27 02:24:39.066 INFO O| May 27 02:24:39.066 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5082 | 2026-05-27T02:24:40.037Z | [ recovery-image] May 27 02:24:39.075 INFO O| May 27 02:24:39.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest" |
| 5083 | 2026-05-27T02:24:40.037Z | [ recovery-image] May 27 02:24:39.075 INFO O| May 27 02:24:39.075 INFO STEP 31 (remove_files) COMPLETE |
| 5084 | 2026-05-27T02:24:40.037Z | [ recovery-image] May 27 02:24:39.075 INFO O| May 27 02:24:39.075 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5085 | 2026-05-27T02:24:40.046Z | [ recovery-image] May 27 02:24:39.084 INFO O| May 27 02:24:39.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap" |
| 5086 | 2026-05-27T02:24:40.046Z | [ recovery-image] May 27 02:24:39.084 INFO O| May 27 02:24:39.084 INFO STEP 32 (remove_files) COMPLETE |
| 5087 | 2026-05-27T02:24:40.046Z | [ recovery-image] May 27 02:24:39.084 INFO O| May 27 02:24:39.084 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5088 | 2026-05-27T02:24:40.056Z | [ recovery-image] May 27 02:24:39.093 INFO O| May 27 02:24:39.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt" |
| 5089 | 2026-05-27T02:24:40.056Z | [ recovery-image] May 27 02:24:39.093 INFO O| May 27 02:24:39.093 INFO STEP 33 (remove_files) COMPLETE |
| 5090 | 2026-05-27T02:24:40.056Z | [ recovery-image] May 27 02:24:39.093 INFO O| May 27 02:24:39.093 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5091 | 2026-05-27T02:24:40.064Z | [ recovery-image] May 27 02:24:39.102 INFO O| May 27 02:24:39.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear" |
| 5092 | 2026-05-27T02:24:40.064Z | [ recovery-image] May 27 02:24:39.102 INFO O| May 27 02:24:39.102 INFO STEP 34 (remove_files) COMPLETE |
| 5093 | 2026-05-27T02:24:40.065Z | [ recovery-image] May 27 02:24:39.102 INFO O| May 27 02:24:39.102 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5094 | 2026-05-27T02:24:40.073Z | [ recovery-image] May 27 02:24:39.111 INFO O| May 27 02:24:39.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp" |
| 5095 | 2026-05-27T02:24:40.073Z | [ recovery-image] May 27 02:24:39.111 INFO O| May 27 02:24:39.111 INFO STEP 35 (remove_files) COMPLETE |
| 5096 | 2026-05-27T02:24:40.073Z | [ recovery-image] May 27 02:24:39.111 INFO O| May 27 02:24:39.111 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5097 | 2026-05-27T02:24:40.085Z | [ recovery-image] May 27 02:24:39.118 INFO O| May 27 02:24:39.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs" |
| 5098 | 2026-05-27T02:24:40.086Z | [ recovery-image] May 27 02:24:39.118 INFO O| May 27 02:24:39.118 INFO STEP 36 (remove_files) COMPLETE |
| 5099 | 2026-05-27T02:24:40.105Z | [ recovery-image] May 27 02:24:39.118 INFO O| May 27 02:24:39.118 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5100 | 2026-05-27T02:24:40.106Z | [ recovery-image] May 27 02:24:39.126 INFO O| May 27 02:24:39.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic" |
| 5101 | 2026-05-27T02:24:40.106Z | [ recovery-image] May 27 02:24:39.126 INFO O| May 27 02:24:39.126 INFO STEP 37 (remove_files) COMPLETE |
| 5102 | 2026-05-27T02:24:40.106Z | [ recovery-image] May 27 02:24:39.126 INFO O| May 27 02:24:39.126 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5103 | 2026-05-27T02:24:40.109Z | [ recovery-image] May 27 02:24:39.133 INFO O| May 27 02:24:39.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe" |
| 5104 | 2026-05-27T02:24:40.109Z | [ recovery-image] May 27 02:24:39.133 INFO O| May 27 02:24:39.133 INFO STEP 38 (remove_files) COMPLETE |
| 5105 | 2026-05-27T02:24:40.109Z | [ recovery-image] May 27 02:24:39.133 INFO O| May 27 02:24:39.133 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5106 | 2026-05-27T02:24:40.109Z | [ recovery-image] May 27 02:24:39.143 INFO O| May 27 02:24:39.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput" |
| 5107 | 2026-05-27T02:24:40.109Z | [ recovery-image] May 27 02:24:39.143 INFO O| May 27 02:24:39.143 INFO STEP 39 (remove_files) COMPLETE |
| 5108 | 2026-05-27T02:24:40.109Z | [ recovery-image] May 27 02:24:39.143 INFO O| May 27 02:24:39.143 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5109 | 2026-05-27T02:24:40.114Z | [ recovery-image] May 27 02:24:39.152 INFO O| May 27 02:24:39.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset" |
| 5110 | 2026-05-27T02:24:40.114Z | [ recovery-image] May 27 02:24:39.152 INFO O| May 27 02:24:39.152 INFO STEP 40 (remove_files) COMPLETE |
| 5111 | 2026-05-27T02:24:40.114Z | [ recovery-image] May 27 02:24:39.152 INFO O| May 27 02:24:39.152 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5112 | 2026-05-27T02:24:40.129Z | [ recovery-image] May 27 02:24:39.160 INFO O| May 27 02:24:39.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn" |
| 5113 | 2026-05-27T02:24:40.129Z | [ recovery-image] May 27 02:24:39.160 INFO O| May 27 02:24:39.160 INFO STEP 41 (remove_files) COMPLETE |
| 5114 | 2026-05-27T02:24:40.130Z | [ recovery-image] May 27 02:24:39.160 INFO O| May 27 02:24:39.160 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5115 | 2026-05-27T02:24:40.130Z | [ recovery-image] May 27 02:24:39.167 INFO O| May 27 02:24:39.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93" |
| 5116 | 2026-05-27T02:24:40.130Z | [ recovery-image] May 27 02:24:39.167 INFO O| May 27 02:24:39.167 INFO STEP 42 (remove_files) COMPLETE |
| 5117 | 2026-05-27T02:24:40.130Z | [ recovery-image] May 27 02:24:39.167 INFO O| May 27 02:24:39.167 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5118 | 2026-05-27T02:24:40.158Z | [ recovery-image] May 27 02:24:39.174 INFO O| May 27 02:24:39.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls" |
| 5119 | 2026-05-27T02:24:40.159Z | [ recovery-image] May 27 02:24:39.174 INFO O| May 27 02:24:39.174 INFO STEP 43 (remove_files) COMPLETE |
| 5120 | 2026-05-27T02:24:40.159Z | [ recovery-image] May 27 02:24:39.174 INFO O| May 27 02:24:39.174 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5121 | 2026-05-27T02:24:40.159Z | [ recovery-image] May 27 02:24:39.182 INFO O| May 27 02:24:39.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac" |
| 5122 | 2026-05-27T02:24:40.159Z | [ recovery-image] May 27 02:24:39.183 INFO O| May 27 02:24:39.183 INFO STEP 44 (remove_files) COMPLETE |
| 5123 | 2026-05-27T02:24:40.159Z | [ recovery-image] May 27 02:24:39.183 INFO O| May 27 02:24:39.183 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5124 | 2026-05-27T02:24:40.162Z | [ recovery-image] May 27 02:24:39.190 INFO O| May 27 02:24:39.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe" |
| 5125 | 2026-05-27T02:24:40.162Z | [ recovery-image] May 27 02:24:39.190 INFO O| May 27 02:24:39.190 INFO STEP 45 (remove_files) COMPLETE |
| 5126 | 2026-05-27T02:24:40.162Z | [ recovery-image] May 27 02:24:39.190 INFO O| May 27 02:24:39.190 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5127 | 2026-05-27T02:24:40.162Z | [ recovery-image] May 27 02:24:39.198 INFO O| May 27 02:24:39.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config" |
| 5128 | 2026-05-27T02:24:40.162Z | [ recovery-image] May 27 02:24:39.198 INFO O| May 27 02:24:39.198 INFO STEP 46 (remove_files) COMPLETE |
| 5129 | 2026-05-27T02:24:40.162Z | [ recovery-image] May 27 02:24:39.198 INFO O| May 27 02:24:39.198 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5130 | 2026-05-27T02:24:40.167Z | [ recovery-image] May 27 02:24:39.205 INFO O| May 27 02:24:39.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask" |
| 5131 | 2026-05-27T02:24:40.167Z | [ recovery-image] May 27 02:24:39.205 INFO O| May 27 02:24:39.205 INFO STEP 47 (remove_files) COMPLETE |
| 5132 | 2026-05-27T02:24:40.167Z | [ recovery-image] May 27 02:24:39.205 INFO O| May 27 02:24:39.205 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5133 | 2026-05-27T02:24:40.174Z | [ recovery-image] May 27 02:24:39.212 INFO O| May 27 02:24:39.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup" |
| 5134 | 2026-05-27T02:24:40.174Z | [ recovery-image] May 27 02:24:39.212 INFO O| May 27 02:24:39.212 INFO STEP 48 (remove_files) COMPLETE |
| 5135 | 2026-05-27T02:24:40.174Z | [ recovery-image] May 27 02:24:39.212 INFO O| May 27 02:24:39.212 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5136 | 2026-05-27T02:24:40.182Z | [ recovery-image] May 27 02:24:39.220 INFO O| May 27 02:24:39.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs" |
| 5137 | 2026-05-27T02:24:40.185Z | [ recovery-image] May 27 02:24:39.221 INFO O| May 27 02:24:39.221 INFO STEP 49 (remove_files) COMPLETE |
| 5138 | 2026-05-27T02:24:40.185Z | [ recovery-image] May 27 02:24:39.221 INFO O| May 27 02:24:39.221 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5139 | 2026-05-27T02:24:40.201Z | [ recovery-image] May 27 02:24:39.229 INFO O| May 27 02:24:39.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv" |
| 5140 | 2026-05-27T02:24:40.205Z | [ recovery-image] May 27 02:24:39.230 INFO O| May 27 02:24:39.230 INFO STEP 50 (remove_files) COMPLETE |
| 5141 | 2026-05-27T02:24:40.205Z | [ recovery-image] May 27 02:24:39.230 INFO O| May 27 02:24:39.230 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5142 | 2026-05-27T02:24:40.205Z | [ recovery-image] May 27 02:24:39.238 INFO O| May 27 02:24:39.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config" |
| 5143 | 2026-05-27T02:24:40.205Z | [ recovery-image] May 27 02:24:39.238 INFO O| May 27 02:24:39.238 INFO STEP 51 (remove_files) COMPLETE |
| 5144 | 2026-05-27T02:24:40.205Z | [ recovery-image] May 27 02:24:39.238 INFO O| May 27 02:24:39.238 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5145 | 2026-05-27T02:24:40.209Z | [ recovery-image] May 27 02:24:39.246 INFO O| May 27 02:24:39.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config" |
| 5146 | 2026-05-27T02:24:40.209Z | [ recovery-image] May 27 02:24:39.246 INFO O| May 27 02:24:39.246 INFO STEP 52 (remove_files) COMPLETE |
| 5147 | 2026-05-27T02:24:40.209Z | [ recovery-image] May 27 02:24:39.246 INFO O| May 27 02:24:39.246 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5148 | 2026-05-27T02:24:40.217Z | [ recovery-image] May 27 02:24:39.254 INFO O| May 27 02:24:39.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config" |
| 5149 | 2026-05-27T02:24:40.220Z | [ recovery-image] May 27 02:24:39.255 INFO O| May 27 02:24:39.255 INFO STEP 53 (remove_files) COMPLETE |
| 5150 | 2026-05-27T02:24:40.221Z | [ recovery-image] May 27 02:24:39.255 INFO O| May 27 02:24:39.255 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5151 | 2026-05-27T02:24:40.226Z | [ recovery-image] May 27 02:24:39.264 INFO O| May 27 02:24:39.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred" |
| 5152 | 2026-05-27T02:24:40.226Z | [ recovery-image] May 27 02:24:39.264 INFO O| May 27 02:24:39.264 INFO STEP 54 (remove_files) COMPLETE |
| 5153 | 2026-05-27T02:24:40.230Z | [ recovery-image] May 27 02:24:39.264 INFO O| May 27 02:24:39.264 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5154 | 2026-05-27T02:24:40.234Z | [ recovery-image] May 27 02:24:39.272 INFO O| May 27 02:24:39.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep" |
| 5155 | 2026-05-27T02:24:40.234Z | [ recovery-image] May 27 02:24:39.272 INFO O| May 27 02:24:39.272 INFO STEP 55 (remove_files) COMPLETE |
| 5156 | 2026-05-27T02:24:40.235Z | [ recovery-image] May 27 02:24:39.272 INFO O| May 27 02:24:39.272 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5157 | 2026-05-27T02:24:40.244Z | [ recovery-image] May 27 02:24:39.282 INFO O| May 27 02:24:39.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest" |
| 5158 | 2026-05-27T02:24:40.244Z | [ recovery-image] May 27 02:24:39.282 INFO O| May 27 02:24:39.282 INFO STEP 56 (remove_files) COMPLETE |
| 5159 | 2026-05-27T02:24:40.244Z | [ recovery-image] May 27 02:24:39.282 INFO O| May 27 02:24:39.282 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5160 | 2026-05-27T02:24:40.253Z | [ recovery-image] May 27 02:24:39.290 INFO O| May 27 02:24:39.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv" |
| 5161 | 2026-05-27T02:24:40.253Z | [ recovery-image] May 27 02:24:39.291 INFO O| May 27 02:24:39.291 INFO STEP 57 (remove_files) COMPLETE |
| 5162 | 2026-05-27T02:24:40.253Z | [ recovery-image] May 27 02:24:39.291 INFO O| May 27 02:24:39.291 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5163 | 2026-05-27T02:24:40.262Z | [ recovery-image] May 27 02:24:39.299 INFO O| May 27 02:24:39.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles" |
| 5164 | 2026-05-27T02:24:40.262Z | [ recovery-image] May 27 02:24:39.299 INFO O| May 27 02:24:39.299 INFO STEP 58 (remove_files) COMPLETE |
| 5165 | 2026-05-27T02:24:40.265Z | [ recovery-image] May 27 02:24:39.299 INFO O| May 27 02:24:39.299 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5166 | 2026-05-27T02:24:40.270Z | [ recovery-image] May 27 02:24:39.308 INFO O| May 27 02:24:39.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags" |
| 5167 | 2026-05-27T02:24:40.270Z | [ recovery-image] May 27 02:24:39.308 INFO O| May 27 02:24:39.308 INFO STEP 59 (remove_files) COMPLETE |
| 5168 | 2026-05-27T02:24:40.270Z | [ recovery-image] May 27 02:24:39.308 INFO O| May 27 02:24:39.308 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5169 | 2026-05-27T02:24:40.279Z | [ recovery-image] May 27 02:24:39.317 INFO O| May 27 02:24:39.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd" |
| 5170 | 2026-05-27T02:24:40.279Z | [ recovery-image] May 27 02:24:39.317 INFO O| May 27 02:24:39.317 INFO STEP 60 (remove_files) COMPLETE |
| 5171 | 2026-05-27T02:24:40.279Z | [ recovery-image] May 27 02:24:39.317 INFO O| May 27 02:24:39.317 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5172 | 2026-05-27T02:24:40.288Z | [ recovery-image] May 27 02:24:39.326 INFO O| May 27 02:24:39.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp" |
| 5173 | 2026-05-27T02:24:40.292Z | [ recovery-image] May 27 02:24:39.327 INFO O| May 27 02:24:39.327 INFO STEP 61 (remove_files) COMPLETE |
| 5174 | 2026-05-27T02:24:40.292Z | [ recovery-image] May 27 02:24:39.327 INFO O| May 27 02:24:39.327 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5175 | 2026-05-27T02:24:40.297Z | [ recovery-image] May 27 02:24:39.335 INFO O| May 27 02:24:39.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit" |
| 5176 | 2026-05-27T02:24:40.301Z | [ recovery-image] May 27 02:24:39.336 INFO O| May 27 02:24:39.336 INFO STEP 62 (remove_files) COMPLETE |
| 5177 | 2026-05-27T02:24:40.301Z | [ recovery-image] May 27 02:24:39.336 INFO O| May 27 02:24:39.336 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5178 | 2026-05-27T02:24:40.306Z | [ recovery-image] May 27 02:24:39.344 INFO O| May 27 02:24:39.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise" |
| 5179 | 2026-05-27T02:24:40.306Z | [ recovery-image] May 27 02:24:39.344 INFO O| May 27 02:24:39.344 INFO STEP 63 (remove_files) COMPLETE |
| 5180 | 2026-05-27T02:24:40.306Z | [ recovery-image] May 27 02:24:39.344 INFO O| May 27 02:24:39.344 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5181 | 2026-05-27T02:24:40.313Z | [ recovery-image] May 27 02:24:39.351 INFO O| May 27 02:24:39.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap" |
| 5182 | 2026-05-27T02:24:40.313Z | [ recovery-image] May 27 02:24:39.351 INFO O| May 27 02:24:39.351 INFO STEP 64 (remove_files) COMPLETE |
| 5183 | 2026-05-27T02:24:40.317Z | [ recovery-image] May 27 02:24:39.351 INFO O| May 27 02:24:39.351 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5184 | 2026-05-27T02:24:40.321Z | [ recovery-image] May 27 02:24:39.359 INFO O| May 27 02:24:39.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz" |
| 5185 | 2026-05-27T02:24:40.321Z | [ recovery-image] May 27 02:24:39.359 INFO O| May 27 02:24:39.359 INFO STEP 65 (remove_files) COMPLETE |
| 5186 | 2026-05-27T02:24:40.321Z | [ recovery-image] May 27 02:24:39.359 INFO O| May 27 02:24:39.359 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5187 | 2026-05-27T02:24:40.330Z | [ recovery-image] May 27 02:24:39.367 INFO O| May 27 02:24:39.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv" |
| 5188 | 2026-05-27T02:24:40.330Z | [ recovery-image] May 27 02:24:39.367 INFO O| May 27 02:24:39.367 INFO STEP 66 (remove_files) COMPLETE |
| 5189 | 2026-05-27T02:24:40.334Z | [ recovery-image] May 27 02:24:39.367 INFO O| May 27 02:24:39.367 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5190 | 2026-05-27T02:24:40.339Z | [ recovery-image] May 27 02:24:39.377 INFO O| May 27 02:24:39.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl" |
| 5191 | 2026-05-27T02:24:40.339Z | [ recovery-image] May 27 02:24:39.377 INFO O| May 27 02:24:39.377 INFO STEP 67 (remove_files) COMPLETE |
| 5192 | 2026-05-27T02:24:40.343Z | [ recovery-image] May 27 02:24:39.377 INFO O| May 27 02:24:39.377 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5193 | 2026-05-27T02:24:40.348Z | [ recovery-image] May 27 02:24:39.385 INFO O| May 27 02:24:39.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap" |
| 5194 | 2026-05-27T02:24:40.348Z | [ recovery-image] May 27 02:24:39.385 INFO O| May 27 02:24:39.385 INFO STEP 68 (remove_files) COMPLETE |
| 5195 | 2026-05-27T02:24:40.348Z | [ recovery-image] May 27 02:24:39.385 INFO O| May 27 02:24:39.385 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5196 | 2026-05-27T02:24:40.355Z | [ recovery-image] May 27 02:24:39.393 INFO O| May 27 02:24:39.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat" |
| 5197 | 2026-05-27T02:24:40.355Z | [ recovery-image] May 27 02:24:39.393 INFO O| May 27 02:24:39.393 INFO STEP 69 (remove_files) COMPLETE |
| 5198 | 2026-05-27T02:24:40.355Z | [ recovery-image] May 27 02:24:39.393 INFO O| May 27 02:24:39.393 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5199 | 2026-05-27T02:24:40.362Z | [ recovery-image] May 27 02:24:39.400 INFO O| May 27 02:24:39.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun" |
| 5200 | 2026-05-27T02:24:40.363Z | [ recovery-image] May 27 02:24:39.400 INFO O| May 27 02:24:39.400 INFO STEP 70 (remove_files) COMPLETE |
| 5201 | 2026-05-27T02:24:40.363Z | [ recovery-image] May 27 02:24:39.400 INFO O| May 27 02:24:39.400 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5202 | 2026-05-27T02:24:40.372Z | [ recovery-image] May 27 02:24:39.410 INFO O| May 27 02:24:39.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags" |
| 5203 | 2026-05-27T02:24:40.373Z | [ recovery-image] May 27 02:24:39.410 INFO O| May 27 02:24:39.410 INFO STEP 71 (remove_files) COMPLETE |
| 5204 | 2026-05-27T02:24:40.373Z | [ recovery-image] May 27 02:24:39.410 INFO O| May 27 02:24:39.410 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5205 | 2026-05-27T02:24:40.380Z | [ recovery-image] May 27 02:24:39.418 INFO O| May 27 02:24:39.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig" |
| 5206 | 2026-05-27T02:24:40.380Z | [ recovery-image] May 27 02:24:39.418 INFO O| May 27 02:24:39.418 INFO STEP 72 (remove_files) COMPLETE |
| 5207 | 2026-05-27T02:24:40.383Z | [ recovery-image] May 27 02:24:39.418 INFO O| May 27 02:24:39.418 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5208 | 2026-05-27T02:24:40.387Z | [ recovery-image] May 27 02:24:39.425 INFO O| May 27 02:24:39.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack" |
| 5209 | 2026-05-27T02:24:40.387Z | [ recovery-image] May 27 02:24:39.425 INFO O| May 27 02:24:39.425 INFO STEP 73 (remove_files) COMPLETE |
| 5210 | 2026-05-27T02:24:40.390Z | [ recovery-image] May 27 02:24:39.425 INFO O| May 27 02:24:39.425 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5211 | 2026-05-27T02:24:40.395Z | [ recovery-image] May 27 02:24:39.433 INFO O| May 27 02:24:39.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop" |
| 5212 | 2026-05-27T02:24:40.395Z | [ recovery-image] May 27 02:24:39.433 INFO O| May 27 02:24:39.433 INFO STEP 74 (remove_files) COMPLETE |
| 5213 | 2026-05-27T02:24:40.399Z | [ recovery-image] May 27 02:24:39.433 INFO O| May 27 02:24:39.433 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5214 | 2026-05-27T02:24:40.403Z | [ recovery-image] May 27 02:24:39.441 INFO O| May 27 02:24:39.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime" |
| 5215 | 2026-05-27T02:24:40.406Z | [ recovery-image] May 27 02:24:39.441 INFO O| May 27 02:24:39.441 INFO STEP 75 (remove_files) COMPLETE |
| 5216 | 2026-05-27T02:24:40.407Z | [ recovery-image] May 27 02:24:39.441 INFO O| May 27 02:24:39.441 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5217 | 2026-05-27T02:24:40.411Z | [ recovery-image] May 27 02:24:39.449 INFO O| May 27 02:24:39.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree" |
| 5218 | 2026-05-27T02:24:40.412Z | [ recovery-image] May 27 02:24:39.449 INFO O| May 27 02:24:39.449 INFO STEP 76 (remove_files) COMPLETE |
| 5219 | 2026-05-27T02:24:40.415Z | [ recovery-image] May 27 02:24:39.449 INFO O| May 27 02:24:39.449 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5220 | 2026-05-27T02:24:40.420Z | [ recovery-image] May 27 02:24:39.458 INFO O| May 27 02:24:39.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait" |
| 5221 | 2026-05-27T02:24:40.420Z | [ recovery-image] May 27 02:24:39.458 INFO O| May 27 02:24:39.458 INFO STEP 77 (remove_files) COMPLETE |
| 5222 | 2026-05-27T02:24:40.423Z | [ recovery-image] May 27 02:24:39.458 INFO O| May 27 02:24:39.458 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5223 | 2026-05-27T02:24:40.429Z | [ recovery-image] May 27 02:24:39.467 INFO O| May 27 02:24:39.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx" |
| 5224 | 2026-05-27T02:24:40.429Z | [ recovery-image] May 27 02:24:39.467 INFO O| May 27 02:24:39.467 INFO STEP 78 (remove_files) COMPLETE |
| 5225 | 2026-05-27T02:24:40.429Z | [ recovery-image] May 27 02:24:39.467 INFO O| May 27 02:24:39.467 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5226 | 2026-05-27T02:24:40.439Z | [ recovery-image] May 27 02:24:39.477 INFO O| May 27 02:24:39.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh" |
| 5227 | 2026-05-27T02:24:40.439Z | [ recovery-image] May 27 02:24:39.477 INFO O| May 27 02:24:39.477 INFO STEP 79 (remove_files) COMPLETE |
| 5228 | 2026-05-27T02:24:40.439Z | [ recovery-image] May 27 02:24:39.477 INFO O| May 27 02:24:39.477 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5229 | 2026-05-27T02:24:40.469Z | [ recovery-image] May 27 02:24:39.506 INFO O| May 27 02:24:39.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93" |
| 5230 | 2026-05-27T02:24:40.469Z | [ recovery-image] May 27 02:24:39.506 INFO O| May 27 02:24:39.506 INFO STEP 80 (remove_files) COMPLETE |
| 5231 | 2026-05-27T02:24:40.469Z | [ recovery-image] May 27 02:24:39.506 INFO O| May 27 02:24:39.506 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5232 | 2026-05-27T02:24:40.478Z | [ recovery-image] May 27 02:24:39.516 INFO O| May 27 02:24:39.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings" |
| 5233 | 2026-05-27T02:24:40.478Z | [ recovery-image] May 27 02:24:39.516 INFO O| May 27 02:24:39.516 INFO STEP 81 (remove_files) COMPLETE |
| 5234 | 2026-05-27T02:24:40.482Z | [ recovery-image] May 27 02:24:39.516 INFO O| May 27 02:24:39.516 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5235 | 2026-05-27T02:24:40.487Z | [ recovery-image] May 27 02:24:39.525 INFO O| May 27 02:24:39.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config" |
| 5236 | 2026-05-27T02:24:40.490Z | [ recovery-image] May 27 02:24:39.526 INFO O| May 27 02:24:39.525 INFO STEP 82 (remove_files) COMPLETE |
| 5237 | 2026-05-27T02:24:40.491Z | [ recovery-image] May 27 02:24:39.526 INFO O| May 27 02:24:39.525 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5238 | 2026-05-27T02:24:40.497Z | [ recovery-image] May 27 02:24:39.534 INFO O| May 27 02:24:39.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog" |
| 5239 | 2026-05-27T02:24:40.497Z | [ recovery-image] May 27 02:24:39.534 INFO O| May 27 02:24:39.534 INFO STEP 83 (remove_files) COMPLETE |
| 5240 | 2026-05-27T02:24:40.497Z | [ recovery-image] May 27 02:24:39.534 INFO O| May 27 02:24:39.534 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5241 | 2026-05-27T02:24:40.506Z | [ recovery-image] May 27 02:24:39.543 INFO O| May 27 02:24:39.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint" |
| 5242 | 2026-05-27T02:24:40.506Z | [ recovery-image] May 27 02:24:39.543 INFO O| May 27 02:24:39.543 INFO STEP 84 (remove_files) COMPLETE |
| 5243 | 2026-05-27T02:24:40.514Z | [ recovery-image] May 27 02:24:39.543 INFO O| May 27 02:24:39.543 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5244 | 2026-05-27T02:24:40.518Z | [ recovery-image] May 27 02:24:39.554 INFO O| May 27 02:24:39.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt" |
| 5245 | 2026-05-27T02:24:40.518Z | [ recovery-image] May 27 02:24:39.554 INFO O| May 27 02:24:39.554 INFO STEP 85 (remove_files) COMPLETE |
| 5246 | 2026-05-27T02:24:40.518Z | [ recovery-image] May 27 02:24:39.554 INFO O| May 27 02:24:39.554 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5247 | 2026-05-27T02:24:40.527Z | [ recovery-image] May 27 02:24:39.565 INFO O| May 27 02:24:39.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch" |
| 5248 | 2026-05-27T02:24:40.527Z | [ recovery-image] May 27 02:24:39.565 INFO O| May 27 02:24:39.565 INFO STEP 86 (remove_files) COMPLETE |
| 5249 | 2026-05-27T02:24:40.527Z | [ recovery-image] May 27 02:24:39.565 INFO O| May 27 02:24:39.565 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5250 | 2026-05-27T02:24:40.536Z | [ recovery-image] May 27 02:24:39.574 INFO O| May 27 02:24:39.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa" |
| 5251 | 2026-05-27T02:24:40.540Z | [ recovery-image] May 27 02:24:39.575 INFO O| May 27 02:24:39.575 INFO STEP 87 (remove_files) COMPLETE |
| 5252 | 2026-05-27T02:24:40.540Z | [ recovery-image] May 27 02:24:39.575 INFO O| May 27 02:24:39.575 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5253 | 2026-05-27T02:24:40.548Z | [ recovery-image] May 27 02:24:39.586 INFO O| May 27 02:24:39.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at" |
| 5254 | 2026-05-27T02:24:40.548Z | [ recovery-image] May 27 02:24:39.586 INFO O| May 27 02:24:39.586 INFO STEP 88 (remove_files) COMPLETE |
| 5255 | 2026-05-27T02:24:40.552Z | [ recovery-image] May 27 02:24:39.586 INFO O| May 27 02:24:39.586 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5256 | 2026-05-27T02:24:40.559Z | [ recovery-image] May 27 02:24:39.596 INFO O| May 27 02:24:39.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq" |
| 5257 | 2026-05-27T02:24:40.559Z | [ recovery-image] May 27 02:24:39.597 INFO O| May 27 02:24:39.597 INFO STEP 89 (remove_files) COMPLETE |
| 5258 | 2026-05-27T02:24:40.563Z | [ recovery-image] May 27 02:24:39.597 INFO O| May 27 02:24:39.597 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5259 | 2026-05-27T02:24:40.569Z | [ recovery-image] May 27 02:24:39.606 INFO O| May 27 02:24:39.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm" |
| 5260 | 2026-05-27T02:24:40.569Z | [ recovery-image] May 27 02:24:39.606 INFO O| May 27 02:24:39.606 INFO STEP 90 (remove_files) COMPLETE |
| 5261 | 2026-05-27T02:24:40.569Z | [ recovery-image] May 27 02:24:39.606 INFO O| May 27 02:24:39.606 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5262 | 2026-05-27T02:24:40.577Z | [ recovery-image] May 27 02:24:39.615 INFO O| May 27 02:24:39.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths" |
| 5263 | 2026-05-27T02:24:40.577Z | [ recovery-image] May 27 02:24:39.615 INFO O| May 27 02:24:39.615 INFO STEP 91 (remove_files) COMPLETE |
| 5264 | 2026-05-27T02:24:40.577Z | [ recovery-image] May 27 02:24:39.615 INFO O| May 27 02:24:39.615 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5265 | 2026-05-27T02:24:40.586Z | [ recovery-image] May 27 02:24:39.623 INFO O| May 27 02:24:39.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner" |
| 5266 | 2026-05-27T02:24:40.586Z | [ recovery-image] May 27 02:24:39.623 INFO O| May 27 02:24:39.623 INFO STEP 92 (remove_files) COMPLETE |
| 5267 | 2026-05-27T02:24:40.589Z | [ recovery-image] May 27 02:24:39.623 INFO O| May 27 02:24:39.623 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5268 | 2026-05-27T02:24:40.595Z | [ recovery-image] May 27 02:24:39.632 INFO O| May 27 02:24:39.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug" |
| 5269 | 2026-05-27T02:24:40.595Z | [ recovery-image] May 27 02:24:39.633 INFO O| May 27 02:24:39.633 INFO STEP 93 (remove_files) COMPLETE |
| 5270 | 2026-05-27T02:24:40.595Z | [ recovery-image] May 27 02:24:39.633 INFO O| May 27 02:24:39.633 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5271 | 2026-05-27T02:24:40.603Z | [ recovery-image] May 27 02:24:39.641 INFO O| May 27 02:24:39.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch" |
| 5272 | 2026-05-27T02:24:40.603Z | [ recovery-image] May 27 02:24:39.641 INFO O| May 27 02:24:39.641 INFO STEP 94 (remove_files) COMPLETE |
| 5273 | 2026-05-27T02:24:40.603Z | [ recovery-image] May 27 02:24:39.641 INFO O| May 27 02:24:39.641 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5274 | 2026-05-27T02:24:40.610Z | [ recovery-image] May 27 02:24:39.648 INFO O| May 27 02:24:39.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc" |
| 5275 | 2026-05-27T02:24:40.614Z | [ recovery-image] May 27 02:24:39.649 INFO O| May 27 02:24:39.648 INFO STEP 95 (remove_files) COMPLETE |
| 5276 | 2026-05-27T02:24:40.614Z | [ recovery-image] May 27 02:24:39.649 INFO O| May 27 02:24:39.648 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5277 | 2026-05-27T02:24:40.619Z | [ recovery-image] May 27 02:24:39.656 INFO O| May 27 02:24:39.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff" |
| 5278 | 2026-05-27T02:24:40.619Z | [ recovery-image] May 27 02:24:39.656 INFO O| May 27 02:24:39.656 INFO STEP 96 (remove_files) COMPLETE |
| 5279 | 2026-05-27T02:24:40.619Z | [ recovery-image] May 27 02:24:39.656 INFO O| May 27 02:24:39.656 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5280 | 2026-05-27T02:24:40.627Z | [ recovery-image] May 27 02:24:39.665 INFO O| May 27 02:24:39.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg" |
| 5281 | 2026-05-27T02:24:40.627Z | [ recovery-image] May 27 02:24:39.665 INFO O| May 27 02:24:39.665 INFO STEP 97 (remove_files) COMPLETE |
| 5282 | 2026-05-27T02:24:40.627Z | [ recovery-image] May 27 02:24:39.665 INFO O| May 27 02:24:39.665 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5283 | 2026-05-27T02:24:40.635Z | [ recovery-image] May 27 02:24:39.673 INFO O| May 27 02:24:39.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli" |
| 5284 | 2026-05-27T02:24:40.635Z | [ recovery-image] May 27 02:24:39.673 INFO O| May 27 02:24:39.673 INFO STEP 98 (remove_files) COMPLETE |
| 5285 | 2026-05-27T02:24:40.635Z | [ recovery-image] May 27 02:24:39.673 INFO O| May 27 02:24:39.673 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5286 | 2026-05-27T02:24:40.644Z | [ recovery-image] May 27 02:24:39.681 INFO O| May 27 02:24:39.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2" |
| 5287 | 2026-05-27T02:24:40.644Z | [ recovery-image] May 27 02:24:39.681 INFO O| May 27 02:24:39.681 INFO STEP 99 (remove_files) COMPLETE |
| 5288 | 2026-05-27T02:24:40.644Z | [ recovery-image] May 27 02:24:39.681 INFO O| May 27 02:24:39.681 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5289 | 2026-05-27T02:24:40.653Z | [ recovery-image] May 27 02:24:39.691 INFO O| May 27 02:24:39.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat" |
| 5290 | 2026-05-27T02:24:40.653Z | [ recovery-image] May 27 02:24:39.691 INFO O| May 27 02:24:39.691 INFO STEP 100 (remove_files) COMPLETE |
| 5291 | 2026-05-27T02:24:40.653Z | [ recovery-image] May 27 02:24:39.691 INFO O| May 27 02:24:39.691 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5292 | 2026-05-27T02:24:40.662Z | [ recovery-image] May 27 02:24:39.700 INFO O| May 27 02:24:39.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat" |
| 5293 | 2026-05-27T02:24:40.662Z | [ recovery-image] May 27 02:24:39.700 INFO O| May 27 02:24:39.700 INFO STEP 101 (remove_files) COMPLETE |
| 5294 | 2026-05-27T02:24:40.662Z | [ recovery-image] May 27 02:24:39.700 INFO O| May 27 02:24:39.700 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5295 | 2026-05-27T02:24:40.671Z | [ recovery-image] May 27 02:24:39.709 INFO O| May 27 02:24:39.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff" |
| 5296 | 2026-05-27T02:24:40.671Z | [ recovery-image] May 27 02:24:39.709 INFO O| May 27 02:24:39.709 INFO STEP 102 (remove_files) COMPLETE |
| 5297 | 2026-05-27T02:24:40.671Z | [ recovery-image] May 27 02:24:39.709 INFO O| May 27 02:24:39.709 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5298 | 2026-05-27T02:24:40.681Z | [ recovery-image] May 27 02:24:39.718 INFO O| May 27 02:24:39.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep" |
| 5299 | 2026-05-27T02:24:40.681Z | [ recovery-image] May 27 02:24:39.718 INFO O| May 27 02:24:39.718 INFO STEP 103 (remove_files) COMPLETE |
| 5300 | 2026-05-27T02:24:40.685Z | [ recovery-image] May 27 02:24:39.718 INFO O| May 27 02:24:39.718 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5301 | 2026-05-27T02:24:40.691Z | [ recovery-image] May 27 02:24:39.728 INFO O| May 27 02:24:39.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2" |
| 5302 | 2026-05-27T02:24:40.691Z | [ recovery-image] May 27 02:24:39.728 INFO O| May 27 02:24:39.728 INFO STEP 104 (remove_files) COMPLETE |
| 5303 | 2026-05-27T02:24:40.691Z | [ recovery-image] May 27 02:24:39.728 INFO O| May 27 02:24:39.728 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5304 | 2026-05-27T02:24:40.700Z | [ recovery-image] May 27 02:24:39.737 INFO O| May 27 02:24:39.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover" |
| 5305 | 2026-05-27T02:24:40.700Z | [ recovery-image] May 27 02:24:39.737 INFO O| May 27 02:24:39.737 INFO STEP 105 (remove_files) COMPLETE |
| 5306 | 2026-05-27T02:24:40.703Z | [ recovery-image] May 27 02:24:39.738 INFO O| May 27 02:24:39.737 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5307 | 2026-05-27T02:24:40.709Z | [ recovery-image] May 27 02:24:39.747 INFO O| May 27 02:24:39.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore" |
| 5308 | 2026-05-27T02:24:40.709Z | [ recovery-image] May 27 02:24:39.747 INFO O| May 27 02:24:39.747 INFO STEP 106 (remove_files) COMPLETE |
| 5309 | 2026-05-27T02:24:40.709Z | [ recovery-image] May 27 02:24:39.747 INFO O| May 27 02:24:39.747 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5310 | 2026-05-27T02:24:40.719Z | [ recovery-image] May 27 02:24:39.757 INFO O| May 27 02:24:39.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal" |
| 5311 | 2026-05-27T02:24:40.719Z | [ recovery-image] May 27 02:24:39.757 INFO O| May 27 02:24:39.757 INFO STEP 107 (remove_files) COMPLETE |
| 5312 | 2026-05-27T02:24:40.719Z | [ recovery-image] May 27 02:24:39.757 INFO O| May 27 02:24:39.757 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5313 | 2026-05-27T02:24:40.729Z | [ recovery-image] May 27 02:24:39.766 INFO O| May 27 02:24:39.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo" |
| 5314 | 2026-05-27T02:24:40.729Z | [ recovery-image] May 27 02:24:39.766 INFO O| May 27 02:24:39.766 INFO STEP 108 (remove_files) COMPLETE |
| 5315 | 2026-05-27T02:24:40.729Z | [ recovery-image] May 27 02:24:39.766 INFO O| May 27 02:24:39.766 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5316 | 2026-05-27T02:24:40.738Z | [ recovery-image] May 27 02:24:39.776 INFO O| May 27 02:24:39.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd" |
| 5317 | 2026-05-27T02:24:40.738Z | [ recovery-image] May 27 02:24:39.776 INFO O| May 27 02:24:39.776 INFO STEP 109 (remove_files) COMPLETE |
| 5318 | 2026-05-27T02:24:40.738Z | [ recovery-image] May 27 02:24:39.776 INFO O| May 27 02:24:39.776 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5319 | 2026-05-27T02:24:40.748Z | [ recovery-image] May 27 02:24:39.786 INFO O| May 27 02:24:39.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil" |
| 5320 | 2026-05-27T02:24:40.748Z | [ recovery-image] May 27 02:24:39.786 INFO O| May 27 02:24:39.786 INFO STEP 110 (remove_files) COMPLETE |
| 5321 | 2026-05-27T02:24:40.748Z | [ recovery-image] May 27 02:24:39.786 INFO O| May 27 02:24:39.786 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5322 | 2026-05-27T02:24:40.758Z | [ recovery-image] May 27 02:24:39.795 INFO O| May 27 02:24:39.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth" |
| 5323 | 2026-05-27T02:24:40.761Z | [ recovery-image] May 27 02:24:39.796 INFO O| May 27 02:24:39.796 INFO STEP 111 (remove_files) COMPLETE |
| 5324 | 2026-05-27T02:24:40.761Z | [ recovery-image] May 27 02:24:39.796 INFO O| May 27 02:24:39.796 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5325 | 2026-05-27T02:24:40.768Z | [ recovery-image] May 27 02:24:39.806 INFO O| May 27 02:24:39.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp" |
| 5326 | 2026-05-27T02:24:40.772Z | [ recovery-image] May 27 02:24:39.807 INFO O| May 27 02:24:39.807 INFO STEP 112 (remove_files) COMPLETE |
| 5327 | 2026-05-27T02:24:40.772Z | [ recovery-image] May 27 02:24:39.807 INFO O| May 27 02:24:39.807 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5328 | 2026-05-27T02:24:40.779Z | [ recovery-image] May 27 02:24:39.816 INFO O| May 27 02:24:39.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc" |
| 5329 | 2026-05-27T02:24:40.779Z | [ recovery-image] May 27 02:24:39.817 INFO O| May 27 02:24:39.817 INFO STEP 113 (remove_files) COMPLETE |
| 5330 | 2026-05-27T02:24:40.779Z | [ recovery-image] May 27 02:24:39.817 INFO O| May 27 02:24:39.817 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5331 | 2026-05-27T02:24:40.788Z | [ recovery-image] May 27 02:24:39.826 INFO O| May 27 02:24:39.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate" |
| 5332 | 2026-05-27T02:24:40.788Z | [ recovery-image] May 27 02:24:39.826 INFO O| May 27 02:24:39.826 INFO STEP 114 (remove_files) COMPLETE |
| 5333 | 2026-05-27T02:24:40.788Z | [ recovery-image] May 27 02:24:39.826 INFO O| May 27 02:24:39.826 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5334 | 2026-05-27T02:24:40.798Z | [ recovery-image] May 27 02:24:39.836 INFO O| May 27 02:24:39.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid" |
| 5335 | 2026-05-27T02:24:40.798Z | [ recovery-image] May 27 02:24:39.836 INFO O| May 27 02:24:39.836 INFO STEP 115 (remove_files) COMPLETE |
| 5336 | 2026-05-27T02:24:40.798Z | [ recovery-image] May 27 02:24:39.836 INFO O| May 27 02:24:39.836 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5337 | 2026-05-27T02:24:40.807Z | [ recovery-image] May 27 02:24:39.845 INFO O| May 27 02:24:39.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint" |
| 5338 | 2026-05-27T02:24:40.811Z | [ recovery-image] May 27 02:24:39.846 INFO O| May 27 02:24:39.846 INFO STEP 116 (remove_files) COMPLETE |
| 5339 | 2026-05-27T02:24:40.811Z | [ recovery-image] May 27 02:24:39.846 INFO O| May 27 02:24:39.846 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5340 | 2026-05-27T02:24:40.817Z | [ recovery-image] May 27 02:24:39.855 INFO O| May 27 02:24:39.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem" |
| 5341 | 2026-05-27T02:24:40.818Z | [ recovery-image] May 27 02:24:39.855 INFO O| May 27 02:24:39.855 INFO STEP 117 (remove_files) COMPLETE |
| 5342 | 2026-05-27T02:24:40.821Z | [ recovery-image] May 27 02:24:39.855 INFO O| May 27 02:24:39.855 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5343 | 2026-05-27T02:24:40.829Z | [ recovery-image] May 27 02:24:39.866 INFO O| May 27 02:24:39.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd" |
| 5344 | 2026-05-27T02:24:40.829Z | [ recovery-image] May 27 02:24:39.866 INFO O| May 27 02:24:39.866 INFO STEP 118 (remove_files) COMPLETE |
| 5345 | 2026-05-27T02:24:40.833Z | [ recovery-image] May 27 02:24:39.866 INFO O| May 27 02:24:39.866 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5346 | 2026-05-27T02:24:40.839Z | [ recovery-image] May 27 02:24:39.876 INFO O| May 27 02:24:39.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath" |
| 5347 | 2026-05-27T02:24:40.839Z | [ recovery-image] May 27 02:24:39.876 INFO O| May 27 02:24:39.876 INFO STEP 119 (remove_files) COMPLETE |
| 5348 | 2026-05-27T02:24:40.839Z | [ recovery-image] May 27 02:24:39.876 INFO O| May 27 02:24:39.876 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5349 | 2026-05-27T02:24:40.848Z | [ recovery-image] May 27 02:24:39.885 INFO O| May 27 02:24:39.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange" |
| 5350 | 2026-05-27T02:24:40.848Z | [ recovery-image] May 27 02:24:39.885 INFO O| May 27 02:24:39.885 INFO STEP 120 (remove_files) COMPLETE |
| 5351 | 2026-05-27T02:24:40.848Z | [ recovery-image] May 27 02:24:39.885 INFO O| May 27 02:24:39.885 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5352 | 2026-05-27T02:24:40.857Z | [ recovery-image] May 27 02:24:39.894 INFO O| May 27 02:24:39.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr" |
| 5353 | 2026-05-27T02:24:40.857Z | [ recovery-image] May 27 02:24:39.895 INFO O| May 27 02:24:39.895 INFO STEP 121 (remove_files) COMPLETE |
| 5354 | 2026-05-27T02:24:40.857Z | [ recovery-image] May 27 02:24:39.895 INFO O| May 27 02:24:39.895 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5355 | 2026-05-27T02:24:40.865Z | [ recovery-image] May 27 02:24:39.903 INFO O| May 27 02:24:39.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum" |
| 5356 | 2026-05-27T02:24:40.865Z | [ recovery-image] May 27 02:24:39.903 INFO O| May 27 02:24:39.903 INFO STEP 122 (remove_files) COMPLETE |
| 5357 | 2026-05-27T02:24:40.869Z | [ recovery-image] May 27 02:24:39.903 INFO O| May 27 02:24:39.903 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5358 | 2026-05-27T02:24:40.874Z | [ recovery-image] May 27 02:24:39.912 INFO O| May 27 02:24:39.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime" |
| 5359 | 2026-05-27T02:24:40.874Z | [ recovery-image] May 27 02:24:39.912 INFO O| May 27 02:24:39.912 INFO STEP 123 (remove_files) COMPLETE |
| 5360 | 2026-05-27T02:24:40.878Z | [ recovery-image] May 27 02:24:39.912 INFO O| May 27 02:24:39.912 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5361 | 2026-05-27T02:24:40.885Z | [ recovery-image] May 27 02:24:39.922 INFO O| May 27 02:24:39.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid" |
| 5362 | 2026-05-27T02:24:40.885Z | [ recovery-image] May 27 02:24:39.922 INFO O| May 27 02:24:39.922 INFO STEP 124 (remove_files) COMPLETE |
| 5363 | 2026-05-27T02:24:40.885Z | [ recovery-image] May 27 02:24:39.922 INFO O| May 27 02:24:39.922 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5364 | 2026-05-27T02:24:40.894Z | [ recovery-image] May 27 02:24:39.932 INFO O| May 27 02:24:39.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn" |
| 5365 | 2026-05-27T02:24:40.894Z | [ recovery-image] May 27 02:24:39.932 INFO O| May 27 02:24:39.932 INFO STEP 125 (remove_files) COMPLETE |
| 5366 | 2026-05-27T02:24:40.898Z | [ recovery-image] May 27 02:24:39.932 INFO O| May 27 02:24:39.932 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5367 | 2026-05-27T02:24:40.905Z | [ recovery-image] May 27 02:24:39.942 INFO O| May 27 02:24:39.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear" |
| 5368 | 2026-05-27T02:24:40.905Z | [ recovery-image] May 27 02:24:39.943 INFO O| May 27 02:24:39.943 INFO STEP 126 (remove_files) COMPLETE |
| 5369 | 2026-05-27T02:24:40.908Z | [ recovery-image] May 27 02:24:39.943 INFO O| May 27 02:24:39.943 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5370 | 2026-05-27T02:24:40.916Z | [ recovery-image] May 27 02:24:39.954 INFO O| May 27 02:24:39.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp" |
| 5371 | 2026-05-27T02:24:40.916Z | [ recovery-image] May 27 02:24:39.954 INFO O| May 27 02:24:39.954 INFO STEP 127 (remove_files) COMPLETE |
| 5372 | 2026-05-27T02:24:40.916Z | [ recovery-image] May 27 02:24:39.954 INFO O| May 27 02:24:39.954 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5373 | 2026-05-27T02:24:40.927Z | [ recovery-image] May 27 02:24:39.965 INFO O| May 27 02:24:39.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col" |
| 5374 | 2026-05-27T02:24:40.927Z | [ recovery-image] May 27 02:24:39.965 INFO O| May 27 02:24:39.965 INFO STEP 128 (remove_files) COMPLETE |
| 5375 | 2026-05-27T02:24:40.930Z | [ recovery-image] May 27 02:24:39.965 INFO O| May 27 02:24:39.965 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5376 | 2026-05-27T02:24:40.937Z | [ recovery-image] May 27 02:24:39.975 INFO O| May 27 02:24:39.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm" |
| 5377 | 2026-05-27T02:24:40.938Z | [ recovery-image] May 27 02:24:39.975 INFO O| May 27 02:24:39.975 INFO STEP 129 (remove_files) COMPLETE |
| 5378 | 2026-05-27T02:24:40.941Z | [ recovery-image] May 27 02:24:39.975 INFO O| May 27 02:24:39.975 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5379 | 2026-05-27T02:24:40.948Z | [ recovery-image] May 27 02:24:39.985 INFO O| May 27 02:24:39.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command" |
| 5380 | 2026-05-27T02:24:40.948Z | [ recovery-image] May 27 02:24:39.985 INFO O| May 27 02:24:39.985 INFO STEP 130 (remove_files) COMPLETE |
| 5381 | 2026-05-27T02:24:40.952Z | [ recovery-image] May 27 02:24:39.985 INFO O| May 27 02:24:39.985 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5382 | 2026-05-27T02:24:40.958Z | [ recovery-image] May 27 02:24:39.995 INFO O| May 27 02:24:39.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress" |
| 5383 | 2026-05-27T02:24:40.958Z | [ recovery-image] May 27 02:24:39.995 INFO O| May 27 02:24:39.995 INFO STEP 131 (remove_files) COMPLETE |
| 5384 | 2026-05-27T02:24:40.958Z | [ host-image] May 27 02:24:39.996 INFO O| installing packages... |
| 5385 | 2026-05-27T02:24:40.958Z | [ recovery-image] May 27 02:24:39.995 INFO O| May 27 02:24:39.995 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5386 | 2026-05-27T02:24:40.967Z | [ recovery-image] May 27 02:24:40.005 INFO O| May 27 02:24:40.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat" |
| 5387 | 2026-05-27T02:24:40.967Z | [ recovery-image] May 27 02:24:40.005 INFO O| May 27 02:24:40.005 INFO STEP 132 (remove_files) COMPLETE |
| 5388 | 2026-05-27T02:24:40.971Z | [ recovery-image] May 27 02:24:40.005 INFO O| May 27 02:24:40.005 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5389 | 2026-05-27T02:24:40.977Z | [ recovery-image] May 27 02:24:40.015 INFO O| May 27 02:24:40.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio" |
| 5390 | 2026-05-27T02:24:40.977Z | [ recovery-image] May 27 02:24:40.015 INFO O| May 27 02:24:40.015 INFO STEP 133 (remove_files) COMPLETE |
| 5391 | 2026-05-27T02:24:40.977Z | [ recovery-image] May 27 02:24:40.015 INFO O| May 27 02:24:40.015 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5392 | 2026-05-27T02:24:41.035Z | [ recovery-image] May 27 02:24:40.024 INFO O| May 27 02:24:40.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle" |
| 5393 | 2026-05-27T02:24:41.035Z | [ recovery-image] May 27 02:24:40.024 INFO O| May 27 02:24:40.024 INFO STEP 134 (remove_files) COMPLETE |
| 5394 | 2026-05-27T02:24:41.035Z | [ recovery-image] May 27 02:24:40.024 INFO O| May 27 02:24:40.024 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5395 | 2026-05-27T02:24:41.035Z | [ recovery-image] May 27 02:24:40.032 INFO O| May 27 02:24:40.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab" |
| 5396 | 2026-05-27T02:24:41.035Z | [ recovery-image] May 27 02:24:40.032 INFO O| May 27 02:24:40.032 INFO STEP 135 (remove_files) COMPLETE |
| 5397 | 2026-05-27T02:24:41.035Z | [ recovery-image] May 27 02:24:40.032 INFO O| May 27 02:24:40.032 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5398 | 2026-05-27T02:24:41.036Z | [ recovery-image] May 27 02:24:40.049 INFO O| May 27 02:24:40.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt" |
| 5399 | 2026-05-27T02:24:41.036Z | [ recovery-image] May 27 02:24:40.049 INFO O| May 27 02:24:40.049 INFO STEP 136 (remove_files) COMPLETE |
| 5400 | 2026-05-27T02:24:41.036Z | [ recovery-image] May 27 02:24:40.049 INFO O| May 27 02:24:40.049 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5401 | 2026-05-27T02:24:41.036Z | [ recovery-image] May 27 02:24:40.060 INFO O| May 27 02:24:40.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh" |
| 5402 | 2026-05-27T02:24:41.036Z | [ recovery-image] May 27 02:24:40.060 INFO O| May 27 02:24:40.060 INFO STEP 137 (remove_files) COMPLETE |
| 5403 | 2026-05-27T02:24:41.036Z | [ recovery-image] May 27 02:24:40.060 INFO O| May 27 02:24:40.060 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5404 | 2026-05-27T02:24:41.036Z | [ recovery-image] May 27 02:24:40.069 INFO O| May 27 02:24:40.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit" |
| 5405 | 2026-05-27T02:24:41.036Z | [ recovery-image] May 27 02:24:40.069 INFO O| May 27 02:24:40.069 INFO STEP 138 (remove_files) COMPLETE |
| 5406 | 2026-05-27T02:24:41.036Z | [ recovery-image] May 27 02:24:40.069 INFO O| May 27 02:24:40.069 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5407 | 2026-05-27T02:24:41.040Z | [ recovery-image] May 27 02:24:40.077 INFO O| May 27 02:24:40.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl" |
| 5408 | 2026-05-27T02:24:41.040Z | [ recovery-image] May 27 02:24:40.077 INFO O| May 27 02:24:40.077 INFO STEP 139 (remove_files) COMPLETE |
| 5409 | 2026-05-27T02:24:41.040Z | [ recovery-image] May 27 02:24:40.077 INFO O| May 27 02:24:40.077 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5410 | 2026-05-27T02:24:41.048Z | [ recovery-image] May 27 02:24:40.086 INFO O| May 27 02:24:40.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config" |
| 5411 | 2026-05-27T02:24:41.048Z | [ recovery-image] May 27 02:24:40.086 INFO O| May 27 02:24:40.086 INFO STEP 140 (remove_files) COMPLETE |
| 5412 | 2026-05-27T02:24:41.052Z | [ recovery-image] May 27 02:24:40.086 INFO O| May 27 02:24:40.086 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5413 | 2026-05-27T02:24:41.098Z | [ recovery-image] May 27 02:24:40.136 INFO O| May 27 02:24:40.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc" |
| 5414 | 2026-05-27T02:24:41.098Z | [ recovery-image] May 27 02:24:40.136 INFO O| May 27 02:24:40.097 INFO STEP 141 (remove_files) COMPLETE |
| 5415 | 2026-05-27T02:24:41.098Z | [ recovery-image] May 27 02:24:40.136 INFO O| May 27 02:24:40.097 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5416 | 2026-05-27T02:24:41.102Z | [ recovery-image] May 27 02:24:40.136 INFO O| May 27 02:24:40.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt" |
| 5417 | 2026-05-27T02:24:41.102Z | [ recovery-image] May 27 02:24:40.136 INFO O| May 27 02:24:40.107 INFO STEP 142 (remove_files) COMPLETE |
| 5418 | 2026-05-27T02:24:41.102Z | [ recovery-image] May 27 02:24:40.136 INFO O| May 27 02:24:40.107 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5419 | 2026-05-27T02:24:41.102Z | [ recovery-image] May 27 02:24:40.136 INFO O| May 27 02:24:40.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr" |
| 5420 | 2026-05-27T02:24:41.102Z | [ recovery-image] May 27 02:24:40.136 INFO O| May 27 02:24:40.115 INFO STEP 143 (remove_files) COMPLETE |
| 5421 | 2026-05-27T02:24:41.102Z | [ recovery-image] May 27 02:24:40.136 INFO O| May 27 02:24:40.115 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5422 | 2026-05-27T02:24:41.102Z | [ recovery-image] May 27 02:24:40.136 INFO O| May 27 02:24:40.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree" |
| 5423 | 2026-05-27T02:24:41.103Z | [ recovery-image] May 27 02:24:40.136 INFO O| May 27 02:24:40.123 INFO STEP 144 (remove_files) COMPLETE |
| 5424 | 2026-05-27T02:24:41.103Z | [ recovery-image] May 27 02:24:40.136 INFO O| May 27 02:24:40.123 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5425 | 2026-05-27T02:24:41.103Z | [ recovery-image] May 27 02:24:40.136 INFO O| May 27 02:24:40.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv" |
| 5426 | 2026-05-27T02:24:41.103Z | [ recovery-image] May 27 02:24:40.136 INFO O| May 27 02:24:40.131 INFO STEP 145 (remove_files) COMPLETE |
| 5427 | 2026-05-27T02:24:41.103Z | [ recovery-image] May 27 02:24:40.136 INFO O| May 27 02:24:40.131 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5428 | 2026-05-27T02:24:41.103Z | [ recovery-image] May 27 02:24:40.138 INFO O| May 27 02:24:40.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3" |
| 5429 | 2026-05-27T02:24:41.103Z | [ recovery-image] May 27 02:24:40.138 INFO O| May 27 02:24:40.138 INFO STEP 146 (remove_files) COMPLETE |
| 5430 | 2026-05-27T02:24:41.103Z | [ recovery-image] May 27 02:24:40.138 INFO O| May 27 02:24:40.138 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5431 | 2026-05-27T02:24:41.107Z | [ recovery-image] May 27 02:24:40.145 INFO O| May 27 02:24:40.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest" |
| 5432 | 2026-05-27T02:24:41.108Z | [ recovery-image] May 27 02:24:40.145 INFO O| May 27 02:24:40.145 INFO STEP 147 (remove_files) COMPLETE |
| 5433 | 2026-05-27T02:24:41.111Z | [ recovery-image] May 27 02:24:40.145 INFO O| May 27 02:24:40.145 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5434 | 2026-05-27T02:24:41.115Z | [ recovery-image] May 27 02:24:40.153 INFO O| May 27 02:24:40.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp" |
| 5435 | 2026-05-27T02:24:41.115Z | [ recovery-image] May 27 02:24:40.153 INFO O| May 27 02:24:40.153 INFO STEP 148 (remove_files) COMPLETE |
| 5436 | 2026-05-27T02:24:41.115Z | [ recovery-image] May 27 02:24:40.153 INFO O| May 27 02:24:40.153 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5437 | 2026-05-27T02:24:41.122Z | [ recovery-image] May 27 02:24:40.160 INFO O| May 27 02:24:40.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname" |
| 5438 | 2026-05-27T02:24:41.122Z | [ recovery-image] May 27 02:24:40.160 INFO O| May 27 02:24:40.160 INFO STEP 149 (remove_files) COMPLETE |
| 5439 | 2026-05-27T02:24:41.126Z | [ recovery-image] May 27 02:24:40.160 INFO O| May 27 02:24:40.160 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5440 | 2026-05-27T02:24:41.130Z | [ recovery-image] May 27 02:24:40.167 INFO O| May 27 02:24:40.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan" |
| 5441 | 2026-05-27T02:24:41.130Z | [ recovery-image] May 27 02:24:40.168 INFO O| May 27 02:24:40.167 INFO STEP 150 (remove_files) COMPLETE |
| 5442 | 2026-05-27T02:24:41.131Z | [ recovery-image] May 27 02:24:40.168 INFO O| May 27 02:24:40.167 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5443 | 2026-05-27T02:24:41.139Z | [ recovery-image] May 27 02:24:40.177 INFO O| May 27 02:24:40.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid" |
| 5444 | 2026-05-27T02:24:41.140Z | [ recovery-image] May 27 02:24:40.177 INFO O| May 27 02:24:40.177 INFO STEP 151 (remove_files) COMPLETE |
| 5445 | 2026-05-27T02:24:41.143Z | [ recovery-image] May 27 02:24:40.177 INFO O| May 27 02:24:40.177 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5446 | 2026-05-27T02:24:41.149Z | [ recovery-image] May 27 02:24:40.187 INFO O| May 27 02:24:40.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid" |
| 5447 | 2026-05-27T02:24:41.149Z | [ recovery-image] May 27 02:24:40.187 INFO O| May 27 02:24:40.187 INFO STEP 152 (remove_files) COMPLETE |
| 5448 | 2026-05-27T02:24:41.149Z | [ recovery-image] May 27 02:24:40.187 INFO O| May 27 02:24:40.187 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5449 | 2026-05-27T02:24:41.159Z | [ recovery-image] May 27 02:24:40.196 INFO O| May 27 02:24:40.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix" |
| 5450 | 2026-05-27T02:24:41.159Z | [ recovery-image] May 27 02:24:40.197 INFO O| May 27 02:24:40.197 INFO STEP 153 (remove_files) COMPLETE |
| 5451 | 2026-05-27T02:24:41.162Z | [ recovery-image] May 27 02:24:40.197 INFO O| May 27 02:24:40.197 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5452 | 2026-05-27T02:24:41.169Z | [ recovery-image] May 27 02:24:40.207 INFO O| May 27 02:24:40.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du" |
| 5453 | 2026-05-27T02:24:41.169Z | [ recovery-image] May 27 02:24:40.207 INFO O| May 27 02:24:40.207 INFO STEP 154 (remove_files) COMPLETE |
| 5454 | 2026-05-27T02:24:41.173Z | [ recovery-image] May 27 02:24:40.207 INFO O| May 27 02:24:40.207 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5455 | 2026-05-27T02:24:41.180Z | [ recovery-image] May 27 02:24:40.218 INFO O| May 27 02:24:40.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs" |
| 5456 | 2026-05-27T02:24:41.180Z | [ recovery-image] May 27 02:24:40.218 INFO O| May 27 02:24:40.218 INFO STEP 155 (remove_files) COMPLETE |
| 5457 | 2026-05-27T02:24:41.180Z | [ recovery-image] May 27 02:24:40.218 INFO O| May 27 02:24:40.218 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5458 | 2026-05-27T02:24:41.191Z | [ recovery-image] May 27 02:24:40.228 INFO O| May 27 02:24:40.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys" |
| 5459 | 2026-05-27T02:24:41.191Z | [ recovery-image] May 27 02:24:40.228 INFO O| May 27 02:24:40.228 INFO STEP 156 (remove_files) COMPLETE |
| 5460 | 2026-05-27T02:24:41.191Z | [ recovery-image] May 27 02:24:40.228 INFO O| May 27 02:24:40.228 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5461 | 2026-05-27T02:24:41.199Z | [ recovery-image] May 27 02:24:40.237 INFO O| May 27 02:24:40.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit" |
| 5462 | 2026-05-27T02:24:41.202Z | [ recovery-image] May 27 02:24:40.238 INFO O| May 27 02:24:40.238 INFO STEP 157 (remove_files) COMPLETE |
| 5463 | 2026-05-27T02:24:41.203Z | [ recovery-image] May 27 02:24:40.238 INFO O| May 27 02:24:40.238 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5464 | 2026-05-27T02:24:41.211Z | [ recovery-image] May 27 02:24:40.249 INFO O| May 27 02:24:40.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject" |
| 5465 | 2026-05-27T02:24:41.215Z | [ recovery-image] May 27 02:24:40.250 INFO O| May 27 02:24:40.250 INFO STEP 158 (remove_files) COMPLETE |
| 5466 | 2026-05-27T02:24:41.215Z | [ recovery-image] May 27 02:24:40.250 INFO O| May 27 02:24:40.250 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5467 | 2026-05-27T02:24:41.222Z | [ recovery-image] May 27 02:24:40.259 INFO O| May 27 02:24:40.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign" |
| 5468 | 2026-05-27T02:24:41.222Z | [ recovery-image] May 27 02:24:40.259 INFO O| May 27 02:24:40.259 INFO STEP 159 (remove_files) COMPLETE |
| 5469 | 2026-05-27T02:24:41.226Z | [ recovery-image] May 27 02:24:40.259 INFO O| May 27 02:24:40.259 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5470 | 2026-05-27T02:24:41.232Z | [ recovery-image] May 27 02:24:40.269 INFO O| May 27 02:24:40.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap" |
| 5471 | 2026-05-27T02:24:41.235Z | [ recovery-image] May 27 02:24:40.270 INFO O| May 27 02:24:40.270 INFO STEP 160 (remove_files) COMPLETE |
| 5472 | 2026-05-27T02:24:41.235Z | [ recovery-image] May 27 02:24:40.270 INFO O| May 27 02:24:40.270 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5473 | 2026-05-27T02:24:41.242Z | [ recovery-image] May 27 02:24:40.280 INFO O| May 27 02:24:40.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange" |
| 5474 | 2026-05-27T02:24:41.243Z | [ recovery-image] May 27 02:24:40.280 INFO O| May 27 02:24:40.280 INFO STEP 161 (remove_files) COMPLETE |
| 5475 | 2026-05-27T02:24:41.247Z | [ recovery-image] May 27 02:24:40.280 INFO O| May 27 02:24:40.280 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5476 | 2026-05-27T02:24:41.254Z | [ recovery-image] May 27 02:24:40.291 INFO O| May 27 02:24:40.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt" |
| 5477 | 2026-05-27T02:24:41.254Z | [ recovery-image] May 27 02:24:40.291 INFO O| May 27 02:24:40.291 INFO STEP 162 (remove_files) COMPLETE |
| 5478 | 2026-05-27T02:24:41.258Z | [ recovery-image] May 27 02:24:40.291 INFO O| May 27 02:24:40.291 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5479 | 2026-05-27T02:24:41.268Z | [ recovery-image] May 27 02:24:40.306 INFO O| May 27 02:24:40.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance" |
| 5480 | 2026-05-27T02:24:41.272Z | [ recovery-image] May 27 02:24:40.307 INFO O| May 27 02:24:40.307 INFO STEP 163 (remove_files) COMPLETE |
| 5481 | 2026-05-27T02:24:41.273Z | [ recovery-image] May 27 02:24:40.307 INFO O| May 27 02:24:40.307 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5482 | 2026-05-27T02:24:41.292Z | [ recovery-image] May 27 02:24:40.330 INFO O| May 27 02:24:40.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env" |
| 5483 | 2026-05-27T02:24:41.299Z | [ recovery-image] May 27 02:24:40.331 INFO O| May 27 02:24:40.331 INFO STEP 164 (remove_files) COMPLETE |
| 5484 | 2026-05-27T02:24:41.299Z | [ recovery-image] May 27 02:24:40.331 INFO O| May 27 02:24:40.331 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5485 | 2026-05-27T02:24:41.303Z | [ recovery-image] May 27 02:24:40.340 INFO O| May 27 02:24:40.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump" |
| 5486 | 2026-05-27T02:24:41.306Z | [ recovery-image] May 27 02:24:40.340 INFO O| May 27 02:24:40.340 INFO STEP 165 (remove_files) COMPLETE |
| 5487 | 2026-05-27T02:24:41.307Z | [ recovery-image] May 27 02:24:40.340 INFO O| May 27 02:24:40.340 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5488 | 2026-05-27T02:24:41.317Z | [ recovery-image] May 27 02:24:40.355 INFO O| May 27 02:24:40.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand" |
| 5489 | 2026-05-27T02:24:41.317Z | [ recovery-image] May 27 02:24:40.355 INFO O| May 27 02:24:40.355 INFO STEP 166 (remove_files) COMPLETE |
| 5490 | 2026-05-27T02:24:41.321Z | [ recovery-image] May 27 02:24:40.355 INFO O| May 27 02:24:40.355 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5491 | 2026-05-27T02:24:41.326Z | [ recovery-image] May 27 02:24:40.364 INFO O| May 27 02:24:40.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr" |
| 5492 | 2026-05-27T02:24:41.326Z | [ recovery-image] May 27 02:24:40.364 INFO O| May 27 02:24:40.364 INFO STEP 167 (remove_files) COMPLETE |
| 5493 | 2026-05-27T02:24:41.330Z | [ recovery-image] May 27 02:24:40.364 INFO O| May 27 02:24:40.364 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5494 | 2026-05-27T02:24:41.334Z | [ recovery-image] May 27 02:24:40.372 INFO O| May 27 02:24:40.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor" |
| 5495 | 2026-05-27T02:24:41.334Z | [ recovery-image] May 27 02:24:40.372 INFO O| May 27 02:24:40.372 INFO STEP 168 (remove_files) COMPLETE |
| 5496 | 2026-05-27T02:24:41.338Z | [ recovery-image] May 27 02:24:40.372 INFO O| May 27 02:24:40.372 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5497 | 2026-05-27T02:24:41.343Z | [ recovery-image] May 27 02:24:40.381 INFO O| May 27 02:24:40.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false" |
| 5498 | 2026-05-27T02:24:41.343Z | [ recovery-image] May 27 02:24:40.381 INFO O| May 27 02:24:40.381 INFO STEP 169 (remove_files) COMPLETE |
| 5499 | 2026-05-27T02:24:41.346Z | [ recovery-image] May 27 02:24:40.381 INFO O| May 27 02:24:40.381 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5500 | 2026-05-27T02:24:41.351Z | [ recovery-image] May 27 02:24:40.389 INFO O| May 27 02:24:40.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc" |
| 5501 | 2026-05-27T02:24:41.351Z | [ recovery-image] May 27 02:24:40.389 INFO O| May 27 02:24:40.389 INFO STEP 170 (remove_files) COMPLETE |
| 5502 | 2026-05-27T02:24:41.355Z | [ recovery-image] May 27 02:24:40.389 INFO O| May 27 02:24:40.389 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5503 | 2026-05-27T02:24:41.360Z | [ recovery-image] May 27 02:24:40.398 INFO O| May 27 02:24:40.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach" |
| 5504 | 2026-05-27T02:24:41.360Z | [ recovery-image] May 27 02:24:40.398 INFO O| May 27 02:24:40.398 INFO STEP 171 (remove_files) COMPLETE |
| 5505 | 2026-05-27T02:24:41.360Z | [ recovery-image] May 27 02:24:40.398 INFO O| May 27 02:24:40.398 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5506 | 2026-05-27T02:24:41.367Z | [ recovery-image] May 27 02:24:40.405 INFO O| May 27 02:24:40.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat" |
| 5507 | 2026-05-27T02:24:41.371Z | [ recovery-image] May 27 02:24:40.405 INFO O| May 27 02:24:40.405 INFO STEP 172 (remove_files) COMPLETE |
| 5508 | 2026-05-27T02:24:41.371Z | [ recovery-image] May 27 02:24:40.405 INFO O| May 27 02:24:40.405 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5509 | 2026-05-27T02:24:41.375Z | [ recovery-image] May 27 02:24:40.413 INFO O| May 27 02:24:40.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg" |
| 5510 | 2026-05-27T02:24:41.375Z | [ recovery-image] May 27 02:24:40.413 INFO O| May 27 02:24:40.413 INFO STEP 173 (remove_files) COMPLETE |
| 5511 | 2026-05-27T02:24:41.379Z | [ recovery-image] May 27 02:24:40.413 INFO O| May 27 02:24:40.413 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5512 | 2026-05-27T02:24:41.384Z | [ recovery-image] May 27 02:24:40.422 INFO O| May 27 02:24:40.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep" |
| 5513 | 2026-05-27T02:24:41.385Z | [ recovery-image] May 27 02:24:40.422 INFO O| May 27 02:24:40.422 INFO STEP 174 (remove_files) COMPLETE |
| 5514 | 2026-05-27T02:24:41.385Z | [ recovery-image] May 27 02:24:40.422 INFO O| May 27 02:24:40.422 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5515 | 2026-05-27T02:24:41.394Z | [ recovery-image] May 27 02:24:40.431 INFO O| May 27 02:24:40.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file" |
| 5516 | 2026-05-27T02:24:41.394Z | [ recovery-image] May 27 02:24:40.431 INFO O| May 27 02:24:40.431 INFO STEP 175 (remove_files) COMPLETE |
| 5517 | 2026-05-27T02:24:41.397Z | [ recovery-image] May 27 02:24:40.431 INFO O| May 27 02:24:40.431 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5518 | 2026-05-27T02:24:41.402Z | [ recovery-image] May 27 02:24:40.440 INFO O| May 27 02:24:40.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc" |
| 5519 | 2026-05-27T02:24:41.402Z | [ recovery-image] May 27 02:24:40.440 INFO O| May 27 02:24:40.440 INFO STEP 176 (remove_files) COMPLETE |
| 5520 | 2026-05-27T02:24:41.406Z | [ recovery-image] May 27 02:24:40.440 INFO O| May 27 02:24:40.440 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5521 | 2026-05-27T02:24:41.411Z | [ recovery-image] May 27 02:24:40.449 INFO O| May 27 02:24:40.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt" |
| 5522 | 2026-05-27T02:24:41.411Z | [ recovery-image] May 27 02:24:40.449 INFO O| May 27 02:24:40.449 INFO STEP 177 (remove_files) COMPLETE |
| 5523 | 2026-05-27T02:24:41.415Z | [ recovery-image] May 27 02:24:40.449 INFO O| May 27 02:24:40.449 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5524 | 2026-05-27T02:24:41.421Z | [ recovery-image] May 27 02:24:40.458 INFO O| May 27 02:24:40.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg" |
| 5525 | 2026-05-27T02:24:41.421Z | [ recovery-image] May 27 02:24:40.458 INFO O| May 27 02:24:40.458 INFO STEP 178 (remove_files) COMPLETE |
| 5526 | 2026-05-27T02:24:41.424Z | [ recovery-image] May 27 02:24:40.458 INFO O| May 27 02:24:40.458 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5527 | 2026-05-27T02:24:41.429Z | [ recovery-image] May 27 02:24:40.467 INFO O| May 27 02:24:40.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold" |
| 5528 | 2026-05-27T02:24:41.429Z | [ recovery-image] May 27 02:24:40.467 INFO O| May 27 02:24:40.467 INFO STEP 179 (remove_files) COMPLETE |
| 5529 | 2026-05-27T02:24:41.433Z | [ recovery-image] May 27 02:24:40.467 INFO O| May 27 02:24:40.467 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5530 | 2026-05-27T02:24:41.438Z | [ recovery-image] May 27 02:24:40.476 INFO O| May 27 02:24:40.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat" |
| 5531 | 2026-05-27T02:24:41.438Z | [ recovery-image] May 27 02:24:40.476 INFO O| May 27 02:24:40.476 INFO STEP 180 (remove_files) COMPLETE |
| 5532 | 2026-05-27T02:24:41.442Z | [ recovery-image] May 27 02:24:40.476 INFO O| May 27 02:24:40.476 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5533 | 2026-05-27T02:24:41.447Z | [ recovery-image] May 27 02:24:40.485 INFO O| May 27 02:24:40.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear" |
| 5534 | 2026-05-27T02:24:41.447Z | [ recovery-image] May 27 02:24:40.485 INFO O| May 27 02:24:40.485 INFO STEP 181 (remove_files) COMPLETE |
| 5535 | 2026-05-27T02:24:41.451Z | [ recovery-image] May 27 02:24:40.485 INFO O| May 27 02:24:40.485 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5536 | 2026-05-27T02:24:41.457Z | [ recovery-image] May 27 02:24:40.495 INFO O| May 27 02:24:40.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl" |
| 5537 | 2026-05-27T02:24:41.457Z | [ recovery-image] May 27 02:24:40.495 INFO O| May 27 02:24:40.495 INFO STEP 182 (remove_files) COMPLETE |
| 5538 | 2026-05-27T02:24:41.460Z | [ recovery-image] May 27 02:24:40.495 INFO O| May 27 02:24:40.495 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5539 | 2026-05-27T02:24:41.469Z | [ recovery-image] May 27 02:24:40.506 INFO O| May 27 02:24:40.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf" |
| 5540 | 2026-05-27T02:24:41.469Z | [ recovery-image] May 27 02:24:40.507 INFO O| May 27 02:24:40.506 INFO STEP 183 (remove_files) COMPLETE |
| 5541 | 2026-05-27T02:24:41.469Z | [ recovery-image] May 27 02:24:40.507 INFO O| May 27 02:24:40.506 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5542 | 2026-05-27T02:24:41.479Z | [ recovery-image] May 27 02:24:40.517 INFO O| May 27 02:24:40.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev" |
| 5543 | 2026-05-27T02:24:41.479Z | [ recovery-image] May 27 02:24:40.517 INFO O| May 27 02:24:40.517 INFO STEP 184 (remove_files) COMPLETE |
| 5544 | 2026-05-27T02:24:41.483Z | [ recovery-image] May 27 02:24:40.517 INFO O| May 27 02:24:40.517 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5545 | 2026-05-27T02:24:41.493Z | [ recovery-image] May 27 02:24:40.531 INFO O| May 27 02:24:40.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp" |
| 5546 | 2026-05-27T02:24:41.493Z | [ recovery-image] May 27 02:24:40.531 INFO O| May 27 02:24:40.531 INFO STEP 185 (remove_files) COMPLETE |
| 5547 | 2026-05-27T02:24:41.494Z | [ recovery-image] May 27 02:24:40.531 INFO O| May 27 02:24:40.531 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5548 | 2026-05-27T02:24:41.503Z | [ recovery-image] May 27 02:24:40.541 INFO O| May 27 02:24:40.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent" |
| 5549 | 2026-05-27T02:24:41.503Z | [ recovery-image] May 27 02:24:40.541 INFO O| May 27 02:24:40.541 INFO STEP 186 (remove_files) COMPLETE |
| 5550 | 2026-05-27T02:24:41.503Z | [ recovery-image] May 27 02:24:40.541 INFO O| May 27 02:24:40.541 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5551 | 2026-05-27T02:24:41.513Z | [ recovery-image] May 27 02:24:40.550 INFO O| May 27 02:24:40.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl" |
| 5552 | 2026-05-27T02:24:41.513Z | [ recovery-image] May 27 02:24:40.550 INFO O| May 27 02:24:40.550 INFO STEP 187 (remove_files) COMPLETE |
| 5553 | 2026-05-27T02:24:41.513Z | [ recovery-image] May 27 02:24:40.550 INFO O| May 27 02:24:40.550 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5554 | 2026-05-27T02:24:41.522Z | [ recovery-image] May 27 02:24:40.560 INFO O| May 27 02:24:40.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt" |
| 5555 | 2026-05-27T02:24:41.522Z | [ recovery-image] May 27 02:24:40.560 INFO O| May 27 02:24:40.560 INFO STEP 188 (remove_files) COMPLETE |
| 5556 | 2026-05-27T02:24:41.522Z | [ recovery-image] May 27 02:24:40.560 INFO O| May 27 02:24:40.560 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5557 | 2026-05-27T02:24:41.530Z | [ recovery-image] May 27 02:24:40.568 INFO O| May 27 02:24:40.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts" |
| 5558 | 2026-05-27T02:24:41.531Z | [ recovery-image] May 27 02:24:40.568 INFO O| May 27 02:24:40.568 INFO STEP 189 (remove_files) COMPLETE |
| 5559 | 2026-05-27T02:24:41.531Z | [ recovery-image] May 27 02:24:40.568 INFO O| May 27 02:24:40.568 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5560 | 2026-05-27T02:24:41.539Z | [ recovery-image] May 27 02:24:40.577 INFO O| May 27 02:24:40.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext" |
| 5561 | 2026-05-27T02:24:41.539Z | [ recovery-image] May 27 02:24:40.577 INFO O| May 27 02:24:40.577 INFO STEP 190 (remove_files) COMPLETE |
| 5562 | 2026-05-27T02:24:41.539Z | [ recovery-image] May 27 02:24:40.577 INFO O| May 27 02:24:40.577 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5563 | 2026-05-27T02:24:41.548Z | [ recovery-image] May 27 02:24:40.585 INFO O| May 27 02:24:40.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol" |
| 5564 | 2026-05-27T02:24:41.548Z | [ recovery-image] May 27 02:24:40.586 INFO O| May 27 02:24:40.586 INFO STEP 191 (remove_files) COMPLETE |
| 5565 | 2026-05-27T02:24:41.551Z | [ recovery-image] May 27 02:24:40.586 INFO O| May 27 02:24:40.586 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5566 | 2026-05-27T02:24:41.556Z | [ recovery-image] May 27 02:24:40.593 INFO O| May 27 02:24:40.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp" |
| 5567 | 2026-05-27T02:24:41.556Z | [ recovery-image] May 27 02:24:40.594 INFO O| May 27 02:24:40.593 INFO STEP 192 (remove_files) COMPLETE |
| 5568 | 2026-05-27T02:24:41.556Z | [ recovery-image] May 27 02:24:40.594 INFO O| May 27 02:24:40.593 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5569 | 2026-05-27T02:24:41.563Z | [ recovery-image] May 27 02:24:40.601 INFO O| May 27 02:24:40.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups" |
| 5570 | 2026-05-27T02:24:41.563Z | [ recovery-image] May 27 02:24:40.601 INFO O| May 27 02:24:40.601 INFO STEP 193 (remove_files) COMPLETE |
| 5571 | 2026-05-27T02:24:41.563Z | [ recovery-image] May 27 02:24:40.601 INFO O| May 27 02:24:40.601 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5572 | 2026-05-27T02:24:41.572Z | [ recovery-image] May 27 02:24:40.608 INFO O| May 27 02:24:40.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs" |
| 5573 | 2026-05-27T02:24:41.572Z | [ recovery-image] May 27 02:24:40.608 INFO O| May 27 02:24:40.608 INFO STEP 194 (remove_files) COMPLETE |
| 5574 | 2026-05-27T02:24:41.572Z | [ recovery-image] May 27 02:24:40.608 INFO O| May 27 02:24:40.608 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5575 | 2026-05-27T02:24:41.579Z | [ recovery-image] May 27 02:24:40.616 INFO O| May 27 02:24:40.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic" |
| 5576 | 2026-05-27T02:24:41.579Z | [ recovery-image] May 27 02:24:40.617 INFO O| May 27 02:24:40.616 INFO STEP 195 (remove_files) COMPLETE |
| 5577 | 2026-05-27T02:24:41.579Z | [ recovery-image] May 27 02:24:40.617 INFO O| May 27 02:24:40.617 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5578 | 2026-05-27T02:24:41.588Z | [ recovery-image] May 27 02:24:40.625 INFO O| May 27 02:24:40.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe" |
| 5579 | 2026-05-27T02:24:41.588Z | [ recovery-image] May 27 02:24:40.625 INFO O| May 27 02:24:40.625 INFO STEP 196 (remove_files) COMPLETE |
| 5580 | 2026-05-27T02:24:41.591Z | [ recovery-image] May 27 02:24:40.625 INFO O| May 27 02:24:40.625 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5581 | 2026-05-27T02:24:41.595Z | [ recovery-image] May 27 02:24:40.633 INFO O| May 27 02:24:40.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput" |
| 5582 | 2026-05-27T02:24:41.595Z | [ recovery-image] May 27 02:24:40.633 INFO O| May 27 02:24:40.633 INFO STEP 197 (remove_files) COMPLETE |
| 5583 | 2026-05-27T02:24:41.599Z | [ recovery-image] May 27 02:24:40.633 INFO O| May 27 02:24:40.633 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5584 | 2026-05-27T02:24:41.604Z | [ recovery-image] May 27 02:24:40.642 INFO O| May 27 02:24:40.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset" |
| 5585 | 2026-05-27T02:24:41.604Z | [ recovery-image] May 27 02:24:40.642 INFO O| May 27 02:24:40.642 INFO STEP 198 (remove_files) COMPLETE |
| 5586 | 2026-05-27T02:24:41.607Z | [ recovery-image] May 27 02:24:40.642 INFO O| May 27 02:24:40.642 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5587 | 2026-05-27T02:24:41.612Z | [ recovery-image] May 27 02:24:40.650 INFO O| May 27 02:24:40.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip" |
| 5588 | 2026-05-27T02:24:41.612Z | [ recovery-image] May 27 02:24:40.650 INFO O| May 27 02:24:40.650 INFO STEP 199 (remove_files) COMPLETE |
| 5589 | 2026-05-27T02:24:41.616Z | [ recovery-image] May 27 02:24:40.650 INFO O| May 27 02:24:40.650 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5590 | 2026-05-27T02:24:41.622Z | [ recovery-image] May 27 02:24:40.660 INFO O| May 27 02:24:40.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat" |
| 5591 | 2026-05-27T02:24:41.622Z | [ recovery-image] May 27 02:24:40.660 INFO O| May 27 02:24:40.660 INFO STEP 200 (remove_files) COMPLETE |
| 5592 | 2026-05-27T02:24:41.622Z | [ recovery-image] May 27 02:24:40.660 INFO O| May 27 02:24:40.660 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5593 | 2026-05-27T02:24:41.630Z | [ recovery-image] May 27 02:24:40.668 INFO O| May 27 02:24:40.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp" |
| 5594 | 2026-05-27T02:24:41.630Z | [ recovery-image] May 27 02:24:40.668 INFO O| May 27 02:24:40.668 INFO STEP 201 (remove_files) COMPLETE |
| 5595 | 2026-05-27T02:24:41.633Z | [ recovery-image] May 27 02:24:40.668 INFO O| May 27 02:24:40.668 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5596 | 2026-05-27T02:24:41.639Z | [ recovery-image] May 27 02:24:40.677 INFO O| May 27 02:24:40.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff" |
| 5597 | 2026-05-27T02:24:41.639Z | [ recovery-image] May 27 02:24:40.677 INFO O| May 27 02:24:40.677 INFO STEP 202 (remove_files) COMPLETE |
| 5598 | 2026-05-27T02:24:41.643Z | [ recovery-image] May 27 02:24:40.677 INFO O| May 27 02:24:40.677 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5599 | 2026-05-27T02:24:41.648Z | [ recovery-image] May 27 02:24:40.686 INFO O| May 27 02:24:40.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep" |
| 5600 | 2026-05-27T02:24:41.648Z | [ recovery-image] May 27 02:24:40.686 INFO O| May 27 02:24:40.686 INFO STEP 203 (remove_files) COMPLETE |
| 5601 | 2026-05-27T02:24:41.651Z | [ recovery-image] May 27 02:24:40.686 INFO O| May 27 02:24:40.686 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5602 | 2026-05-27T02:24:41.657Z | [ recovery-image] May 27 02:24:40.695 INFO O| May 27 02:24:40.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe" |
| 5603 | 2026-05-27T02:24:41.657Z | [ recovery-image] May 27 02:24:40.695 INFO O| May 27 02:24:40.695 INFO STEP 204 (remove_files) COMPLETE |
| 5604 | 2026-05-27T02:24:41.657Z | [ recovery-image] May 27 02:24:40.695 INFO O| May 27 02:24:40.695 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5605 | 2026-05-27T02:24:41.665Z | [ recovery-image] May 27 02:24:40.703 INFO O| May 27 02:24:40.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep" |
| 5606 | 2026-05-27T02:24:41.666Z | [ recovery-image] May 27 02:24:40.703 INFO O| May 27 02:24:40.703 INFO STEP 205 (remove_files) COMPLETE |
| 5607 | 2026-05-27T02:24:41.666Z | [ recovery-image] May 27 02:24:40.703 INFO O| May 27 02:24:40.703 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5608 | 2026-05-27T02:24:41.674Z | [ recovery-image] May 27 02:24:40.712 INFO O| May 27 02:24:40.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce" |
| 5609 | 2026-05-27T02:24:41.675Z | [ recovery-image] May 27 02:24:40.712 INFO O| May 27 02:24:40.712 INFO STEP 206 (remove_files) COMPLETE |
| 5610 | 2026-05-27T02:24:41.678Z | [ recovery-image] May 27 02:24:40.712 INFO O| May 27 02:24:40.712 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5611 | 2026-05-27T02:24:41.685Z | [ recovery-image] May 27 02:24:40.721 INFO O| May 27 02:24:40.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep" |
| 5612 | 2026-05-27T02:24:41.685Z | [ recovery-image] May 27 02:24:40.721 INFO O| May 27 02:24:40.721 INFO STEP 207 (remove_files) COMPLETE |
| 5613 | 2026-05-27T02:24:41.688Z | [ recovery-image] May 27 02:24:40.721 INFO O| May 27 02:24:40.721 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5614 | 2026-05-27T02:24:41.692Z | [ recovery-image] May 27 02:24:40.730 INFO O| May 27 02:24:40.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip" |
| 5615 | 2026-05-27T02:24:41.692Z | [ recovery-image] May 27 02:24:40.730 INFO O| May 27 02:24:40.730 INFO STEP 208 (remove_files) COMPLETE |
| 5616 | 2026-05-27T02:24:41.692Z | [ recovery-image] May 27 02:24:40.730 INFO O| May 27 02:24:40.730 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5617 | 2026-05-27T02:24:41.701Z | [ recovery-image] May 27 02:24:40.739 INFO O| May 27 02:24:40.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless" |
| 5618 | 2026-05-27T02:24:41.701Z | [ recovery-image] May 27 02:24:40.739 INFO O| May 27 02:24:40.739 INFO STEP 209 (remove_files) COMPLETE |
| 5619 | 2026-05-27T02:24:41.705Z | [ recovery-image] May 27 02:24:40.739 INFO O| May 27 02:24:40.739 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5620 | 2026-05-27T02:24:41.719Z | [ recovery-image] May 27 02:24:40.748 INFO O| May 27 02:24:40.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore" |
| 5621 | 2026-05-27T02:24:41.720Z | [ recovery-image] May 27 02:24:40.748 INFO O| May 27 02:24:40.748 INFO STEP 210 (remove_files) COMPLETE |
| 5622 | 2026-05-27T02:24:41.720Z | [ recovery-image] May 27 02:24:40.748 INFO O| May 27 02:24:40.748 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5623 | 2026-05-27T02:24:41.720Z | [ recovery-image] May 27 02:24:40.757 INFO O| May 27 02:24:40.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew" |
| 5624 | 2026-05-27T02:24:41.723Z | [ recovery-image] May 27 02:24:40.757 INFO O| May 27 02:24:40.757 INFO STEP 211 (remove_files) COMPLETE |
| 5625 | 2026-05-27T02:24:41.724Z | [ recovery-image] May 27 02:24:40.757 INFO O| May 27 02:24:40.757 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5626 | 2026-05-27T02:24:41.728Z | [ recovery-image] May 27 02:24:40.765 INFO O| May 27 02:24:40.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash" |
| 5627 | 2026-05-27T02:24:41.729Z | [ recovery-image] May 27 02:24:40.765 INFO O| May 27 02:24:40.765 INFO STEP 212 (remove_files) COMPLETE |
| 5628 | 2026-05-27T02:24:41.729Z | [ recovery-image] May 27 02:24:40.765 INFO O| May 27 02:24:40.765 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5629 | 2026-05-27T02:24:41.735Z | [ recovery-image] May 27 02:24:40.773 INFO O| May 27 02:24:40.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid" |
| 5630 | 2026-05-27T02:24:41.739Z | [ recovery-image] May 27 02:24:40.774 INFO O| May 27 02:24:40.774 INFO STEP 213 (remove_files) COMPLETE |
| 5631 | 2026-05-27T02:24:41.739Z | [ recovery-image] May 27 02:24:40.774 INFO O| May 27 02:24:40.774 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5632 | 2026-05-27T02:24:41.745Z | [ recovery-image] May 27 02:24:40.783 INFO O| May 27 02:24:40.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname" |
| 5633 | 2026-05-27T02:24:41.745Z | [ recovery-image] May 27 02:24:40.783 INFO O| May 27 02:24:40.783 INFO STEP 214 (remove_files) COMPLETE |
| 5634 | 2026-05-27T02:24:41.745Z | [ recovery-image] May 27 02:24:40.783 INFO O| May 27 02:24:40.783 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5635 | 2026-05-27T02:24:41.754Z | [ recovery-image] May 27 02:24:40.791 INFO O| May 27 02:24:40.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb" |
| 5636 | 2026-05-27T02:24:41.757Z | [ recovery-image] May 27 02:24:40.792 INFO O| May 27 02:24:40.792 INFO STEP 215 (remove_files) COMPLETE |
| 5637 | 2026-05-27T02:24:41.757Z | [ recovery-image] May 27 02:24:40.792 INFO O| May 27 02:24:40.792 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5638 | 2026-05-27T02:24:41.763Z | [ recovery-image] May 27 02:24:40.801 INFO O| May 27 02:24:40.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt" |
| 5639 | 2026-05-27T02:24:41.763Z | [ recovery-image] May 27 02:24:40.801 INFO O| May 27 02:24:40.801 INFO STEP 216 (remove_files) COMPLETE |
| 5640 | 2026-05-27T02:24:41.767Z | [ recovery-image] May 27 02:24:40.801 INFO O| May 27 02:24:40.801 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5641 | 2026-05-27T02:24:41.772Z | [ recovery-image] May 27 02:24:40.810 INFO O| May 27 02:24:40.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh" |
| 5642 | 2026-05-27T02:24:41.772Z | [ recovery-image] May 27 02:24:40.810 INFO O| May 27 02:24:40.810 INFO STEP 217 (remove_files) COMPLETE |
| 5643 | 2026-05-27T02:24:41.772Z | [ recovery-image] May 27 02:24:40.810 INFO O| May 27 02:24:40.810 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5644 | 2026-05-27T02:24:41.781Z | [ recovery-image] May 27 02:24:40.819 INFO O| May 27 02:24:40.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb" |
| 5645 | 2026-05-27T02:24:41.781Z | [ recovery-image] May 27 02:24:40.819 INFO O| May 27 02:24:40.819 INFO STEP 218 (remove_files) COMPLETE |
| 5646 | 2026-05-27T02:24:41.782Z | [ recovery-image] May 27 02:24:40.819 INFO O| May 27 02:24:40.819 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5647 | 2026-05-27T02:24:41.791Z | [ recovery-image] May 27 02:24:40.829 INFO O| May 27 02:24:40.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh" |
| 5648 | 2026-05-27T02:24:41.791Z | [ recovery-image] May 27 02:24:40.829 INFO O| May 27 02:24:40.829 INFO STEP 219 (remove_files) COMPLETE |
| 5649 | 2026-05-27T02:24:41.794Z | [ recovery-image] May 27 02:24:40.829 INFO O| May 27 02:24:40.829 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5650 | 2026-05-27T02:24:41.799Z | [ recovery-image] May 27 02:24:40.837 INFO O| May 27 02:24:40.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93" |
| 5651 | 2026-05-27T02:24:41.799Z | [ recovery-image] May 27 02:24:40.837 INFO O| May 27 02:24:40.837 INFO STEP 220 (remove_files) COMPLETE |
| 5652 | 2026-05-27T02:24:41.802Z | [ recovery-image] May 27 02:24:40.837 INFO O| May 27 02:24:40.837 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5653 | 2026-05-27T02:24:41.806Z | [ recovery-image] May 27 02:24:40.844 INFO O| May 27 02:24:40.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv" |
| 5654 | 2026-05-27T02:24:41.807Z | [ recovery-image] May 27 02:24:40.844 INFO O| May 27 02:24:40.844 INFO STEP 221 (remove_files) COMPLETE |
| 5655 | 2026-05-27T02:24:41.810Z | [ recovery-image] May 27 02:24:40.844 INFO O| May 27 02:24:40.844 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5656 | 2026-05-27T02:24:41.814Z | [ recovery-image] May 27 02:24:40.852 INFO O| May 27 02:24:40.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id" |
| 5657 | 2026-05-27T02:24:41.814Z | [ recovery-image] May 27 02:24:40.852 INFO O| May 27 02:24:40.852 INFO STEP 222 (remove_files) COMPLETE |
| 5658 | 2026-05-27T02:24:41.818Z | [ recovery-image] May 27 02:24:40.852 INFO O| May 27 02:24:40.852 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5659 | 2026-05-27T02:24:41.822Z | [ recovery-image] May 27 02:24:40.860 INFO O| May 27 02:24:40.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn" |
| 5660 | 2026-05-27T02:24:41.822Z | [ recovery-image] May 27 02:24:40.860 INFO O| May 27 02:24:40.860 INFO STEP 223 (remove_files) COMPLETE |
| 5661 | 2026-05-27T02:24:41.825Z | [ recovery-image] May 27 02:24:40.860 INFO O| May 27 02:24:40.860 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5662 | 2026-05-27T02:24:41.830Z | [ recovery-image] May 27 02:24:40.868 INFO O| May 27 02:24:40.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp" |
| 5663 | 2026-05-27T02:24:41.830Z | [ recovery-image] May 27 02:24:40.868 INFO O| May 27 02:24:40.868 INFO STEP 224 (remove_files) COMPLETE |
| 5664 | 2026-05-27T02:24:41.833Z | [ recovery-image] May 27 02:24:40.868 INFO O| May 27 02:24:40.868 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5665 | 2026-05-27T02:24:41.837Z | [ recovery-image] May 27 02:24:40.875 INFO O| May 27 02:24:40.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat" |
| 5666 | 2026-05-27T02:24:41.837Z | [ recovery-image] May 27 02:24:40.875 INFO O| May 27 02:24:40.875 INFO STEP 225 (remove_files) COMPLETE |
| 5667 | 2026-05-27T02:24:41.837Z | [ recovery-image] May 27 02:24:40.875 INFO O| May 27 02:24:40.875 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5668 | 2026-05-27T02:24:41.845Z | [ recovery-image] May 27 02:24:40.883 INFO O| May 27 02:24:40.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl" |
| 5669 | 2026-05-27T02:24:41.845Z | [ recovery-image] May 27 02:24:40.883 INFO O| May 27 02:24:40.883 INFO STEP 226 (remove_files) COMPLETE |
| 5670 | 2026-05-27T02:24:41.849Z | [ recovery-image] May 27 02:24:40.883 INFO O| May 27 02:24:40.883 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5671 | 2026-05-27T02:24:41.852Z | [ recovery-image] May 27 02:24:40.890 INFO O| May 27 02:24:40.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo" |
| 5672 | 2026-05-27T02:24:41.852Z | [ recovery-image] May 27 02:24:40.890 INFO O| May 27 02:24:40.890 INFO STEP 227 (remove_files) COMPLETE |
| 5673 | 2026-05-27T02:24:41.852Z | [ recovery-image] May 27 02:24:40.890 INFO O| May 27 02:24:40.890 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5674 | 2026-05-27T02:24:41.860Z | [ recovery-image] May 27 02:24:40.898 INFO O| May 27 02:24:40.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist" |
| 5675 | 2026-05-27T02:24:41.860Z | [ recovery-image] May 27 02:24:40.898 INFO O| May 27 02:24:40.898 INFO STEP 228 (remove_files) COMPLETE |
| 5676 | 2026-05-27T02:24:41.860Z | [ recovery-image] May 27 02:24:40.898 INFO O| May 27 02:24:40.898 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5677 | 2026-05-27T02:24:41.868Z | [ recovery-image] May 27 02:24:40.906 INFO O| May 27 02:24:40.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs" |
| 5678 | 2026-05-27T02:24:41.868Z | [ recovery-image] May 27 02:24:40.906 INFO O| May 27 02:24:40.906 INFO STEP 229 (remove_files) COMPLETE |
| 5679 | 2026-05-27T02:24:41.868Z | [ recovery-image] May 27 02:24:40.906 INFO O| May 27 02:24:40.906 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5680 | 2026-05-27T02:24:41.877Z | [ recovery-image] May 27 02:24:40.914 INFO O| May 27 02:24:40.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join" |
| 5681 | 2026-05-27T02:24:41.877Z | [ recovery-image] May 27 02:24:40.914 INFO O| May 27 02:24:40.914 INFO STEP 230 (remove_files) COMPLETE |
| 5682 | 2026-05-27T02:24:41.877Z | [ recovery-image] May 27 02:24:40.914 INFO O| May 27 02:24:40.914 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5683 | 2026-05-27T02:24:41.885Z | [ recovery-image] May 27 02:24:40.922 INFO O| May 27 02:24:40.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd" |
| 5684 | 2026-05-27T02:24:41.885Z | [ recovery-image] May 27 02:24:40.922 INFO O| May 27 02:24:40.922 INFO STEP 231 (remove_files) COMPLETE |
| 5685 | 2026-05-27T02:24:41.885Z | [ recovery-image] May 27 02:24:40.922 INFO O| May 27 02:24:40.922 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5686 | 2026-05-27T02:24:41.893Z | [ recovery-image] May 27 02:24:40.931 INFO O| May 27 02:24:40.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy" |
| 5687 | 2026-05-27T02:24:41.893Z | [ recovery-image] May 27 02:24:40.931 INFO O| May 27 02:24:40.931 INFO STEP 232 (remove_files) COMPLETE |
| 5688 | 2026-05-27T02:24:41.893Z | [ recovery-image] May 27 02:24:40.931 INFO O| May 27 02:24:40.931 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5689 | 2026-05-27T02:24:41.901Z | [ recovery-image] May 27 02:24:40.939 INFO O| May 27 02:24:40.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin" |
| 5690 | 2026-05-27T02:24:41.901Z | [ recovery-image] May 27 02:24:40.939 INFO O| May 27 02:24:40.939 INFO STEP 233 (remove_files) COMPLETE |
| 5691 | 2026-05-27T02:24:41.901Z | [ recovery-image] May 27 02:24:40.939 INFO O| May 27 02:24:40.939 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5692 | 2026-05-27T02:24:41.909Z | [ recovery-image] May 27 02:24:40.947 INFO O| May 27 02:24:40.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout" |
| 5693 | 2026-05-27T02:24:41.909Z | [ recovery-image] May 27 02:24:40.947 INFO O| May 27 02:24:40.947 INFO STEP 234 (remove_files) COMPLETE |
| 5694 | 2026-05-27T02:24:41.912Z | [ recovery-image] May 27 02:24:40.947 INFO O| May 27 02:24:40.947 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5695 | 2026-05-27T02:24:41.918Z | [ recovery-image] May 27 02:24:40.956 INFO O| May 27 02:24:40.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill" |
| 5696 | 2026-05-27T02:24:41.918Z | [ recovery-image] May 27 02:24:40.956 INFO O| May 27 02:24:40.956 INFO STEP 235 (remove_files) COMPLETE |
| 5697 | 2026-05-27T02:24:41.918Z | [ recovery-image] May 27 02:24:40.956 INFO O| May 27 02:24:40.956 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5698 | 2026-05-27T02:24:41.927Z | [ recovery-image] May 27 02:24:40.965 INFO O| May 27 02:24:40.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit" |
| 5699 | 2026-05-27T02:24:41.927Z | [ recovery-image] May 27 02:24:40.965 INFO O| May 27 02:24:40.965 INFO STEP 236 (remove_files) COMPLETE |
| 5700 | 2026-05-27T02:24:41.927Z | [ recovery-image] May 27 02:24:40.965 INFO O| May 27 02:24:40.965 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5701 | 2026-05-27T02:24:41.936Z | [ recovery-image] May 27 02:24:40.973 INFO O| May 27 02:24:40.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist" |
| 5702 | 2026-05-27T02:24:41.936Z | [ recovery-image] May 27 02:24:40.973 INFO O| May 27 02:24:40.973 INFO STEP 237 (remove_files) COMPLETE |
| 5703 | 2026-05-27T02:24:41.939Z | [ recovery-image] May 27 02:24:40.973 INFO O| May 27 02:24:40.973 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5704 | 2026-05-27T02:24:41.943Z | [ recovery-image] May 27 02:24:40.981 INFO O| May 27 02:24:40.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg" |
| 5705 | 2026-05-27T02:24:41.943Z | [ recovery-image] May 27 02:24:40.981 INFO O| May 27 02:24:40.981 INFO STEP 238 (remove_files) COMPLETE |
| 5706 | 2026-05-27T02:24:41.943Z | [ recovery-image] May 27 02:24:40.981 INFO O| May 27 02:24:40.981 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5707 | 2026-05-27T02:24:41.951Z | [ recovery-image] May 27 02:24:40.989 INFO O| May 27 02:24:40.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd" |
| 5708 | 2026-05-27T02:24:41.951Z | [ recovery-image] May 27 02:24:40.989 INFO O| May 27 02:24:40.989 INFO STEP 239 (remove_files) COMPLETE |
| 5709 | 2026-05-27T02:24:41.955Z | [ recovery-image] May 27 02:24:40.989 INFO O| May 27 02:24:40.989 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5710 | 2026-05-27T02:24:41.959Z | [ recovery-image] May 27 02:24:40.997 INFO O| May 27 02:24:40.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config" |
| 5711 | 2026-05-27T02:24:41.959Z | [ recovery-image] May 27 02:24:40.997 INFO O| May 27 02:24:40.997 INFO STEP 240 (remove_files) COMPLETE |
| 5712 | 2026-05-27T02:24:41.963Z | [ recovery-image] May 27 02:24:40.997 INFO O| May 27 02:24:40.997 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5713 | 2026-05-27T02:24:41.967Z | [ recovery-image] May 27 02:24:41.005 INFO O| May 27 02:24:41.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93" |
| 5714 | 2026-05-27T02:24:41.967Z | [ recovery-image] May 27 02:24:41.005 INFO O| May 27 02:24:41.005 INFO STEP 241 (remove_files) COMPLETE |
| 5715 | 2026-05-27T02:24:41.971Z | [ recovery-image] May 27 02:24:41.005 INFO O| May 27 02:24:41.005 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5716 | 2026-05-27T02:24:41.975Z | [ recovery-image] May 27 02:24:41.013 INFO O| May 27 02:24:41.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil" |
| 5717 | 2026-05-27T02:24:41.975Z | [ recovery-image] May 27 02:24:41.013 INFO O| May 27 02:24:41.013 INFO STEP 242 (remove_files) COMPLETE |
| 5718 | 2026-05-27T02:24:41.979Z | [ recovery-image] May 27 02:24:41.013 INFO O| May 27 02:24:41.013 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5719 | 2026-05-27T02:24:41.982Z | [ recovery-image] May 27 02:24:41.020 INFO O| May 27 02:24:41.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat" |
| 5720 | 2026-05-27T02:24:41.982Z | [ recovery-image] May 27 02:24:41.020 INFO O| May 27 02:24:41.020 INFO STEP 243 (remove_files) COMPLETE |
| 5721 | 2026-05-27T02:24:41.986Z | [ recovery-image] May 27 02:24:41.020 INFO O| May 27 02:24:41.020 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5722 | 2026-05-27T02:24:41.990Z | [ recovery-image] May 27 02:24:41.028 INFO O| May 27 02:24:41.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last" |
| 5723 | 2026-05-27T02:24:41.990Z | [ recovery-image] May 27 02:24:41.028 INFO O| May 27 02:24:41.028 INFO STEP 244 (remove_files) COMPLETE |
| 5724 | 2026-05-27T02:24:41.990Z | [ recovery-image] May 27 02:24:41.028 INFO O| May 27 02:24:41.028 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5725 | 2026-05-27T02:24:41.998Z | [ recovery-image] May 27 02:24:41.036 INFO O| May 27 02:24:41.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm" |
| 5726 | 2026-05-27T02:24:41.998Z | [ recovery-image] May 27 02:24:41.036 INFO O| May 27 02:24:41.036 INFO STEP 245 (remove_files) COMPLETE |
| 5727 | 2026-05-27T02:24:41.999Z | [ recovery-image] May 27 02:24:41.036 INFO O| May 27 02:24:41.036 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5728 | 2026-05-27T02:24:42.007Z | [ recovery-image] May 27 02:24:41.045 INFO O| May 27 02:24:41.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld" |
| 5729 | 2026-05-27T02:24:42.007Z | [ recovery-image] May 27 02:24:41.045 INFO O| May 27 02:24:41.045 INFO STEP 246 (remove_files) COMPLETE |
| 5730 | 2026-05-27T02:24:42.008Z | [ recovery-image] May 27 02:24:41.045 INFO O| May 27 02:24:41.045 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5731 | 2026-05-27T02:24:42.017Z | [ recovery-image] May 27 02:24:41.055 INFO O| May 27 02:24:41.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd" |
| 5732 | 2026-05-27T02:24:42.017Z | [ recovery-image] May 27 02:24:41.055 INFO O| May 27 02:24:41.055 INFO STEP 247 (remove_files) COMPLETE |
| 5733 | 2026-05-27T02:24:42.017Z | [ recovery-image] May 27 02:24:41.055 INFO O| May 27 02:24:41.055 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5734 | 2026-05-27T02:24:42.028Z | [ recovery-image] May 27 02:24:41.065 INFO O| May 27 02:24:41.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less" |
| 5735 | 2026-05-27T02:24:42.028Z | [ recovery-image] May 27 02:24:41.065 INFO O| May 27 02:24:41.065 INFO STEP 248 (remove_files) COMPLETE |
| 5736 | 2026-05-27T02:24:42.028Z | [ recovery-image] May 27 02:24:41.065 INFO O| May 27 02:24:41.065 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5737 | 2026-05-27T02:24:42.035Z | [ recovery-image] May 27 02:24:41.073 INFO O| May 27 02:24:41.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho" |
| 5738 | 2026-05-27T02:24:42.036Z | [ recovery-image] May 27 02:24:41.073 INFO O| May 27 02:24:41.073 INFO STEP 249 (remove_files) COMPLETE |
| 5739 | 2026-05-27T02:24:42.036Z | [ recovery-image] May 27 02:24:41.073 INFO O| May 27 02:24:41.073 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5740 | 2026-05-27T02:24:42.043Z | [ recovery-image] May 27 02:24:41.081 INFO O| May 27 02:24:41.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey" |
| 5741 | 2026-05-27T02:24:42.043Z | [ recovery-image] May 27 02:24:41.081 INFO O| May 27 02:24:41.081 INFO STEP 250 (remove_files) COMPLETE |
| 5742 | 2026-05-27T02:24:42.046Z | [ recovery-image] May 27 02:24:41.081 INFO O| May 27 02:24:41.081 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5743 | 2026-05-27T02:24:42.058Z | [ recovery-image] May 27 02:24:41.096 INFO O| May 27 02:24:41.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo" |
| 5744 | 2026-05-27T02:24:42.058Z | [ recovery-image] May 27 02:24:41.096 INFO O| May 27 02:24:41.096 INFO STEP 251 (remove_files) COMPLETE |
| 5745 | 2026-05-27T02:24:42.058Z | [ recovery-image] May 27 02:24:41.096 INFO O| May 27 02:24:41.096 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5746 | 2026-05-27T02:24:42.068Z | [ recovery-image] May 27 02:24:41.106 INFO O| May 27 02:24:41.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line" |
| 5747 | 2026-05-27T02:24:42.068Z | [ recovery-image] May 27 02:24:41.106 INFO O| May 27 02:24:41.106 INFO STEP 252 (remove_files) COMPLETE |
| 5748 | 2026-05-27T02:24:42.069Z | [ recovery-image] May 27 02:24:41.106 INFO O| May 27 02:24:41.106 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5749 | 2026-05-27T02:24:42.079Z | [ recovery-image] May 27 02:24:41.116 INFO O| May 27 02:24:41.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp" |
| 5750 | 2026-05-27T02:24:42.079Z | [ recovery-image] May 27 02:24:41.116 INFO O| May 27 02:24:41.116 INFO STEP 253 (remove_files) COMPLETE |
| 5751 | 2026-05-27T02:24:42.082Z | [ recovery-image] May 27 02:24:41.116 INFO O| May 27 02:24:41.116 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5752 | 2026-05-27T02:24:42.089Z | [ recovery-image] May 27 02:24:41.126 INFO O| May 27 02:24:41.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers" |
| 5753 | 2026-05-27T02:24:42.089Z | [ recovery-image] May 27 02:24:41.126 INFO O| May 27 02:24:41.126 INFO STEP 254 (remove_files) COMPLETE |
| 5754 | 2026-05-27T02:24:42.092Z | [ recovery-image] May 27 02:24:41.126 INFO O| May 27 02:24:41.126 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5755 | 2026-05-27T02:24:42.098Z | [ recovery-image] May 27 02:24:41.136 INFO O| May 27 02:24:41.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys" |
| 5756 | 2026-05-27T02:24:42.098Z | [ recovery-image] May 27 02:24:41.136 INFO O| May 27 02:24:41.136 INFO STEP 255 (remove_files) COMPLETE |
| 5757 | 2026-05-27T02:24:42.098Z | [ recovery-image] May 27 02:24:41.136 INFO O| May 27 02:24:41.136 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5758 | 2026-05-27T02:24:42.107Z | [ recovery-image] May 27 02:24:41.145 INFO O| May 27 02:24:41.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger" |
| 5759 | 2026-05-27T02:24:42.110Z | [ recovery-image] May 27 02:24:41.146 INFO O| May 27 02:24:41.146 INFO STEP 256 (remove_files) COMPLETE |
| 5760 | 2026-05-27T02:24:42.110Z | [ recovery-image] May 27 02:24:41.146 INFO O| May 27 02:24:41.146 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5761 | 2026-05-27T02:24:42.117Z | [ recovery-image] May 27 02:24:41.155 INFO O| May 27 02:24:41.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins" |
| 5762 | 2026-05-27T02:24:42.120Z | [ recovery-image] May 27 02:24:41.156 INFO O| May 27 02:24:41.156 INFO STEP 257 (remove_files) COMPLETE |
| 5763 | 2026-05-27T02:24:42.121Z | [ recovery-image] May 27 02:24:41.156 INFO O| May 27 02:24:41.156 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5764 | 2026-05-27T02:24:42.125Z | [ recovery-image] May 27 02:24:41.163 INFO O| May 27 02:24:41.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname" |
| 5765 | 2026-05-27T02:24:42.125Z | [ recovery-image] May 27 02:24:41.163 INFO O| May 27 02:24:41.163 INFO STEP 258 (remove_files) COMPLETE |
| 5766 | 2026-05-27T02:24:42.125Z | [ recovery-image] May 27 02:24:41.163 INFO O| May 27 02:24:41.163 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5767 | 2026-05-27T02:24:42.134Z | [ recovery-image] May 27 02:24:41.172 INFO O| May 27 02:24:41.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look" |
| 5768 | 2026-05-27T02:24:42.134Z | [ recovery-image] May 27 02:24:41.172 INFO O| May 27 02:24:41.172 INFO STEP 259 (remove_files) COMPLETE |
| 5769 | 2026-05-27T02:24:42.138Z | [ recovery-image] May 27 02:24:41.172 INFO O| May 27 02:24:41.172 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5770 | 2026-05-27T02:24:42.144Z | [ recovery-image] May 27 02:24:41.182 INFO O| May 27 02:24:41.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4" |
| 5771 | 2026-05-27T02:24:42.148Z | [ recovery-image] May 27 02:24:41.183 INFO O| May 27 02:24:41.183 INFO STEP 260 (remove_files) COMPLETE |
| 5772 | 2026-05-27T02:24:42.148Z | [ recovery-image] May 27 02:24:41.183 INFO O| May 27 02:24:41.183 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5773 | 2026-05-27T02:24:42.155Z | [ recovery-image] May 27 02:24:41.193 INFO O| May 27 02:24:41.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec" |
| 5774 | 2026-05-27T02:24:42.155Z | [ recovery-image] May 27 02:24:41.193 INFO O| May 27 02:24:41.193 INFO STEP 261 (remove_files) COMPLETE |
| 5775 | 2026-05-27T02:24:42.158Z | [ recovery-image] May 27 02:24:41.193 INFO O| May 27 02:24:41.193 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5776 | 2026-05-27T02:24:42.163Z | [ recovery-image] May 27 02:24:41.201 INFO O| May 27 02:24:41.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo" |
| 5777 | 2026-05-27T02:24:42.163Z | [ recovery-image] May 27 02:24:41.201 INFO O| May 27 02:24:41.201 INFO STEP 262 (remove_files) COMPLETE |
| 5778 | 2026-05-27T02:24:42.163Z | [ recovery-image] May 27 02:24:41.201 INFO O| May 27 02:24:41.201 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5779 | 2026-05-27T02:24:42.171Z | [ recovery-image] May 27 02:24:41.208 INFO O| May 27 02:24:41.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac" |
| 5780 | 2026-05-27T02:24:42.171Z | [ recovery-image] May 27 02:24:41.209 INFO O| May 27 02:24:41.208 INFO STEP 263 (remove_files) COMPLETE |
| 5781 | 2026-05-27T02:24:42.171Z | [ recovery-image] May 27 02:24:41.209 INFO O| May 27 02:24:41.209 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5782 | 2026-05-27T02:24:42.182Z | [ recovery-image] May 27 02:24:41.219 INFO O| May 27 02:24:41.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach" |
| 5783 | 2026-05-27T02:24:42.182Z | [ recovery-image] May 27 02:24:41.219 INFO O| May 27 02:24:41.219 INFO STEP 264 (remove_files) COMPLETE |
| 5784 | 2026-05-27T02:24:42.182Z | [ recovery-image] May 27 02:24:41.219 INFO O| May 27 02:24:41.219 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5785 | 2026-05-27T02:24:42.191Z | [ recovery-image] May 27 02:24:41.229 INFO O| May 27 02:24:41.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx" |
| 5786 | 2026-05-27T02:24:42.194Z | [ recovery-image] May 27 02:24:41.230 INFO O| May 27 02:24:41.230 INFO STEP 265 (remove_files) COMPLETE |
| 5787 | 2026-05-27T02:24:42.194Z | [ recovery-image] May 27 02:24:41.230 INFO O| May 27 02:24:41.230 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5788 | 2026-05-27T02:24:42.202Z | [ recovery-image] May 27 02:24:41.240 INFO O| May 27 02:24:41.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev" |
| 5789 | 2026-05-27T02:24:42.202Z | [ recovery-image] May 27 02:24:41.240 INFO O| May 27 02:24:41.240 INFO STEP 266 (remove_files) COMPLETE |
| 5790 | 2026-05-27T02:24:42.202Z | [ recovery-image] May 27 02:24:41.240 INFO O| May 27 02:24:41.240 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5791 | 2026-05-27T02:24:42.211Z | [ recovery-image] May 27 02:24:41.248 INFO O| May 27 02:24:41.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg" |
| 5792 | 2026-05-27T02:24:42.211Z | [ recovery-image] May 27 02:24:41.248 INFO O| May 27 02:24:41.248 INFO STEP 267 (remove_files) COMPLETE |
| 5793 | 2026-05-27T02:24:42.211Z | [ recovery-image] May 27 02:24:41.248 INFO O| May 27 02:24:41.248 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5794 | 2026-05-27T02:24:42.218Z | [ recovery-image] May 27 02:24:41.256 INFO O| May 27 02:24:41.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c" |
| 5795 | 2026-05-27T02:24:42.218Z | [ recovery-image] May 27 02:24:41.257 INFO O| May 27 02:24:41.256 INFO STEP 268 (remove_files) COMPLETE |
| 5796 | 2026-05-27T02:24:42.219Z | [ recovery-image] May 27 02:24:41.257 INFO O| May 27 02:24:41.256 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5797 | 2026-05-27T02:24:42.227Z | [ recovery-image] May 27 02:24:41.265 INFO O| May 27 02:24:41.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update" |
| 5798 | 2026-05-27T02:24:42.227Z | [ recovery-image] May 27 02:24:41.265 INFO O| May 27 02:24:41.265 INFO STEP 269 (remove_files) COMPLETE |
| 5799 | 2026-05-27T02:24:42.230Z | [ recovery-image] May 27 02:24:41.265 INFO O| May 27 02:24:41.265 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5800 | 2026-05-27T02:24:42.235Z | [ recovery-image] May 27 02:24:41.273 INFO O| May 27 02:24:41.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo" |
| 5801 | 2026-05-27T02:24:42.235Z | [ recovery-image] May 27 02:24:41.273 INFO O| May 27 02:24:41.273 INFO STEP 270 (remove_files) COMPLETE |
| 5802 | 2026-05-27T02:24:42.235Z | [ recovery-image] May 27 02:24:41.273 INFO O| May 27 02:24:41.273 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5803 | 2026-05-27T02:24:42.244Z | [ recovery-image] May 27 02:24:41.282 INFO O| May 27 02:24:41.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict" |
| 5804 | 2026-05-27T02:24:42.244Z | [ recovery-image] May 27 02:24:41.282 INFO O| May 27 02:24:41.282 INFO STEP 271 (remove_files) COMPLETE |
| 5805 | 2026-05-27T02:24:42.244Z | [ recovery-image] May 27 02:24:41.282 INFO O| May 27 02:24:41.282 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5806 | 2026-05-27T02:24:42.253Z | [ recovery-image] May 27 02:24:41.291 INFO O| May 27 02:24:41.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe" |
| 5807 | 2026-05-27T02:24:42.253Z | [ recovery-image] May 27 02:24:41.291 INFO O| May 27 02:24:41.291 INFO STEP 272 (remove_files) COMPLETE |
| 5808 | 2026-05-27T02:24:42.254Z | [ recovery-image] May 27 02:24:41.291 INFO O| May 27 02:24:41.291 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5809 | 2026-05-27T02:24:42.262Z | [ recovery-image] May 27 02:24:41.299 INFO O| May 27 02:24:41.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat" |
| 5810 | 2026-05-27T02:24:42.262Z | [ recovery-image] May 27 02:24:41.299 INFO O| May 27 02:24:41.299 INFO STEP 273 (remove_files) COMPLETE |
| 5811 | 2026-05-27T02:24:42.262Z | [ recovery-image] May 27 02:24:41.299 INFO O| May 27 02:24:41.299 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5812 | 2026-05-27T02:24:42.271Z | [ recovery-image] May 27 02:24:41.309 INFO O| May 27 02:24:41.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt" |
| 5813 | 2026-05-27T02:24:42.271Z | [ recovery-image] May 27 02:24:41.309 INFO O| May 27 02:24:41.309 INFO STEP 274 (remove_files) COMPLETE |
| 5814 | 2026-05-27T02:24:42.271Z | [ recovery-image] May 27 02:24:41.309 INFO O| May 27 02:24:41.309 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5815 | 2026-05-27T02:24:42.280Z | [ recovery-image] May 27 02:24:41.318 INFO O| May 27 02:24:41.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config" |
| 5816 | 2026-05-27T02:24:42.280Z | [ recovery-image] May 27 02:24:41.318 INFO O| May 27 02:24:41.318 INFO STEP 275 (remove_files) COMPLETE |
| 5817 | 2026-05-27T02:24:42.280Z | [ recovery-image] May 27 02:24:41.318 INFO O| May 27 02:24:41.318 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5818 | 2026-05-27T02:24:42.291Z | [ recovery-image] May 27 02:24:41.329 INFO O| May 27 02:24:41.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert" |
| 5819 | 2026-05-27T02:24:42.291Z | [ recovery-image] May 27 02:24:41.329 INFO O| May 27 02:24:41.329 INFO STEP 276 (remove_files) COMPLETE |
| 5820 | 2026-05-27T02:24:42.295Z | [ recovery-image] May 27 02:24:41.329 INFO O| May 27 02:24:41.329 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5821 | 2026-05-27T02:24:42.308Z | [ recovery-image] May 27 02:24:41.344 INFO O| May 27 02:24:41.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config" |
| 5822 | 2026-05-27T02:24:42.311Z | [ recovery-image] May 27 02:24:41.345 INFO O| May 27 02:24:41.345 INFO STEP 277 (remove_files) COMPLETE |
| 5823 | 2026-05-27T02:24:42.311Z | [ recovery-image] May 27 02:24:41.346 INFO O| May 27 02:24:41.345 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5824 | 2026-05-27T02:24:42.318Z | [ recovery-image] May 27 02:24:41.355 INFO O| May 27 02:24:41.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user" |
| 5825 | 2026-05-27T02:24:42.318Z | [ recovery-image] May 27 02:24:41.356 INFO O| May 27 02:24:41.356 INFO STEP 278 (remove_files) COMPLETE |
| 5826 | 2026-05-27T02:24:42.323Z | [ recovery-image] May 27 02:24:41.356 INFO O| May 27 02:24:41.356 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5827 | 2026-05-27T02:24:42.327Z | [ recovery-image] May 27 02:24:41.364 INFO O| May 27 02:24:41.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform" |
| 5828 | 2026-05-27T02:24:42.327Z | [ recovery-image] May 27 02:24:41.364 INFO O| May 27 02:24:41.364 INFO STEP 279 (remove_files) COMPLETE |
| 5829 | 2026-05-27T02:24:42.327Z | [ recovery-image] May 27 02:24:41.364 INFO O| May 27 02:24:41.364 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5830 | 2026-05-27T02:24:42.336Z | [ recovery-image] May 27 02:24:41.373 INFO O| May 27 02:24:41.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp" |
| 5831 | 2026-05-27T02:24:42.336Z | [ recovery-image] May 27 02:24:41.373 INFO O| May 27 02:24:41.373 INFO STEP 280 (remove_files) COMPLETE |
| 5832 | 2026-05-27T02:24:42.339Z | [ recovery-image] May 27 02:24:41.373 INFO O| May 27 02:24:41.373 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5833 | 2026-05-27T02:24:42.343Z | [ recovery-image] May 27 02:24:41.381 INFO O| May 27 02:24:41.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news" |
| 5834 | 2026-05-27T02:24:42.343Z | [ recovery-image] May 27 02:24:41.381 INFO O| May 27 02:24:41.381 INFO STEP 281 (remove_files) COMPLETE |
| 5835 | 2026-05-27T02:24:42.343Z | [ recovery-image] May 27 02:24:41.381 INFO O| May 27 02:24:41.381 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5836 | 2026-05-27T02:24:42.351Z | [ recovery-image] May 27 02:24:41.389 INFO O| May 27 02:24:41.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask" |
| 5837 | 2026-05-27T02:24:42.351Z | [ recovery-image] May 27 02:24:41.389 INFO O| May 27 02:24:41.389 INFO STEP 282 (remove_files) COMPLETE |
| 5838 | 2026-05-27T02:24:42.355Z | [ recovery-image] May 27 02:24:41.389 INFO O| May 27 02:24:41.389 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5839 | 2026-05-27T02:24:42.359Z | [ recovery-image] May 27 02:24:41.397 INFO O| May 27 02:24:41.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice" |
| 5840 | 2026-05-27T02:24:42.359Z | [ recovery-image] May 27 02:24:41.397 INFO O| May 27 02:24:41.397 INFO STEP 283 (remove_files) COMPLETE |
| 5841 | 2026-05-27T02:24:42.363Z | [ recovery-image] May 27 02:24:41.397 INFO O| May 27 02:24:41.397 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5842 | 2026-05-27T02:24:42.369Z | [ recovery-image] May 27 02:24:41.407 INFO O| May 27 02:24:41.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl" |
| 5843 | 2026-05-27T02:24:42.369Z | [ recovery-image] May 27 02:24:41.407 INFO O| May 27 02:24:41.407 INFO STEP 284 (remove_files) COMPLETE |
| 5844 | 2026-05-27T02:24:42.372Z | [ recovery-image] May 27 02:24:41.407 INFO O| May 27 02:24:41.407 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5845 | 2026-05-27T02:24:42.377Z | [ recovery-image] May 27 02:24:41.415 INFO O| May 27 02:24:41.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk" |
| 5846 | 2026-05-27T02:24:42.377Z | [ recovery-image] May 27 02:24:41.415 INFO O| May 27 02:24:41.415 INFO STEP 285 (remove_files) COMPLETE |
| 5847 | 2026-05-27T02:24:42.381Z | [ recovery-image] May 27 02:24:41.415 INFO O| May 27 02:24:41.415 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5848 | 2026-05-27T02:24:42.387Z | [ recovery-image] May 27 02:24:41.425 INFO O| May 27 02:24:41.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od" |
| 5849 | 2026-05-27T02:24:42.387Z | [ recovery-image] May 27 02:24:41.425 INFO O| May 27 02:24:41.425 INFO STEP 286 (remove_files) COMPLETE |
| 5850 | 2026-05-27T02:24:42.387Z | [ recovery-image] May 27 02:24:41.425 INFO O| May 27 02:24:41.425 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5851 | 2026-05-27T02:24:42.395Z | [ recovery-image] May 27 02:24:41.433 INFO O| May 27 02:24:41.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa" |
| 5852 | 2026-05-27T02:24:42.395Z | [ recovery-image] May 27 02:24:41.433 INFO O| May 27 02:24:41.433 INFO STEP 287 (remove_files) COMPLETE |
| 5853 | 2026-05-27T02:24:42.395Z | [ recovery-image] May 27 02:24:41.433 INFO O| May 27 02:24:41.433 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5854 | 2026-05-27T02:24:42.403Z | [ recovery-image] May 27 02:24:41.440 INFO O| May 27 02:24:41.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack" |
| 5855 | 2026-05-27T02:24:42.403Z | [ recovery-image] May 27 02:24:41.440 INFO O| May 27 02:24:41.440 INFO STEP 288 (remove_files) COMPLETE |
| 5856 | 2026-05-27T02:24:42.403Z | [ recovery-image] May 27 02:24:41.441 INFO O| May 27 02:24:41.440 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5857 | 2026-05-27T02:24:42.413Z | [ recovery-image] May 27 02:24:41.451 INFO O| May 27 02:24:41.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page" |
| 5858 | 2026-05-27T02:24:42.414Z | [ recovery-image] May 27 02:24:41.451 INFO O| May 27 02:24:41.451 INFO STEP 289 (remove_files) COMPLETE |
| 5859 | 2026-05-27T02:24:42.417Z | [ recovery-image] May 27 02:24:41.451 INFO O| May 27 02:24:41.451 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5860 | 2026-05-27T02:24:42.423Z | [ recovery-image] May 27 02:24:41.461 INFO O| May 27 02:24:41.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize" |
| 5861 | 2026-05-27T02:24:42.424Z | [ recovery-image] May 27 02:24:41.461 INFO O| May 27 02:24:41.461 INFO STEP 290 (remove_files) COMPLETE |
| 5862 | 2026-05-27T02:24:42.427Z | [ recovery-image] May 27 02:24:41.461 INFO O| May 27 02:24:41.461 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5863 | 2026-05-27T02:24:42.433Z | [ recovery-image] May 27 02:24:41.471 INFO O| May 27 02:24:41.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd" |
| 5864 | 2026-05-27T02:24:42.433Z | [ recovery-image] May 27 02:24:41.471 INFO O| May 27 02:24:41.471 INFO STEP 291 (remove_files) COMPLETE |
| 5865 | 2026-05-27T02:24:42.433Z | [ recovery-image] May 27 02:24:41.471 INFO O| May 27 02:24:41.471 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5866 | 2026-05-27T02:24:42.441Z | [ recovery-image] May 27 02:24:41.479 INFO O| May 27 02:24:41.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste" |
| 5867 | 2026-05-27T02:24:42.441Z | [ recovery-image] May 27 02:24:41.479 INFO O| May 27 02:24:41.479 INFO STEP 292 (remove_files) COMPLETE |
| 5868 | 2026-05-27T02:24:42.444Z | [ recovery-image] May 27 02:24:41.479 INFO O| May 27 02:24:41.479 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5869 | 2026-05-27T02:24:42.449Z | [ recovery-image] May 27 02:24:41.487 INFO O| May 27 02:24:41.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk" |
| 5870 | 2026-05-27T02:24:42.449Z | [ recovery-image] May 27 02:24:41.487 INFO O| May 27 02:24:41.487 INFO STEP 293 (remove_files) COMPLETE |
| 5871 | 2026-05-27T02:24:42.453Z | [ recovery-image] May 27 02:24:41.487 INFO O| May 27 02:24:41.487 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5872 | 2026-05-27T02:24:42.457Z | [ recovery-image] May 27 02:24:41.495 INFO O| May 27 02:24:41.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax" |
| 5873 | 2026-05-27T02:24:42.457Z | [ recovery-image] May 27 02:24:41.496 INFO O| May 27 02:24:41.496 INFO STEP 294 (remove_files) COMPLETE |
| 5874 | 2026-05-27T02:24:42.461Z | [ recovery-image] May 27 02:24:41.496 INFO O| May 27 02:24:41.496 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5875 | 2026-05-27T02:24:42.465Z | [ recovery-image] May 27 02:24:41.503 INFO O| May 27 02:24:41.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config" |
| 5876 | 2026-05-27T02:24:42.465Z | [ recovery-image] May 27 02:24:41.503 INFO O| May 27 02:24:41.503 INFO STEP 295 (remove_files) COMPLETE |
| 5877 | 2026-05-27T02:24:42.468Z | [ recovery-image] May 27 02:24:41.503 INFO O| May 27 02:24:41.503 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5878 | 2026-05-27T02:24:43.515Z | [ recovery-image] May 27 02:24:41.510 INFO O| May 27 02:24:41.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config" |
| 5879 | 2026-05-27T02:24:43.515Z | [ recovery-image] May 27 02:24:41.510 INFO O| May 27 02:24:41.510 INFO STEP 296 (remove_files) COMPLETE |
| 5880 | 2026-05-27T02:24:43.515Z | [ recovery-image] May 27 02:24:41.510 INFO O| May 27 02:24:41.510 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5881 | 2026-05-27T02:24:43.524Z | [ recovery-image] May 27 02:24:41.517 INFO O| May 27 02:24:41.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config" |
| 5882 | 2026-05-27T02:24:43.524Z | [ recovery-image] May 27 02:24:41.517 INFO O| May 27 02:24:41.517 INFO STEP 297 (remove_files) COMPLETE |
| 5883 | 2026-05-27T02:24:43.524Z | [ recovery-image] May 27 02:24:41.517 INFO O| May 27 02:24:41.517 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5884 | 2026-05-27T02:24:43.524Z | [ recovery-image] May 27 02:24:41.524 INFO O| May 27 02:24:41.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep" |
| 5885 | 2026-05-27T02:24:43.524Z | [ recovery-image] May 27 02:24:41.524 INFO O| May 27 02:24:41.524 INFO STEP 298 (remove_files) COMPLETE |
| 5886 | 2026-05-27T02:24:43.524Z | [ recovery-image] May 27 02:24:41.524 INFO O| May 27 02:24:41.524 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5887 | 2026-05-27T02:24:43.524Z | [ recovery-image] May 27 02:24:41.531 INFO O| May 27 02:24:41.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test" |
| 5888 | 2026-05-27T02:24:43.524Z | [ recovery-image] May 27 02:24:41.531 INFO O| May 27 02:24:41.531 INFO STEP 299 (remove_files) COMPLETE |
| 5889 | 2026-05-27T02:24:43.524Z | [ recovery-image] May 27 02:24:41.531 INFO O| May 27 02:24:41.531 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5890 | 2026-05-27T02:24:43.524Z | [ recovery-image] May 27 02:24:41.538 INFO O| May 27 02:24:41.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep" |
| 5891 | 2026-05-27T02:24:43.524Z | [ recovery-image] May 27 02:24:41.539 INFO O| May 27 02:24:41.539 INFO STEP 300 (remove_files) COMPLETE |
| 5892 | 2026-05-27T02:24:43.524Z | [ recovery-image] May 27 02:24:41.539 INFO O| May 27 02:24:41.539 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5893 | 2026-05-27T02:24:43.524Z | [ recovery-image] May 27 02:24:41.546 INFO O| May 27 02:24:41.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest" |
| 5894 | 2026-05-27T02:24:43.525Z | [ recovery-image] May 27 02:24:41.546 INFO O| May 27 02:24:41.546 INFO STEP 301 (remove_files) COMPLETE |
| 5895 | 2026-05-27T02:24:43.525Z | [ recovery-image] May 27 02:24:41.546 INFO O| May 27 02:24:41.546 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5896 | 2026-05-27T02:24:43.525Z | [ recovery-image] May 27 02:24:41.553 INFO O| May 27 02:24:41.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash" |
| 5897 | 2026-05-27T02:24:43.525Z | [ recovery-image] May 27 02:24:41.554 INFO O| May 27 02:24:41.554 INFO STEP 302 (remove_files) COMPLETE |
| 5898 | 2026-05-27T02:24:43.525Z | [ recovery-image] May 27 02:24:41.554 INFO O| May 27 02:24:41.554 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5899 | 2026-05-27T02:24:43.525Z | [ recovery-image] May 27 02:24:41.562 INFO O| May 27 02:24:41.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh" |
| 5900 | 2026-05-27T02:24:43.525Z | [ recovery-image] May 27 02:24:41.562 INFO O| May 27 02:24:41.562 INFO STEP 303 (remove_files) COMPLETE |
| 5901 | 2026-05-27T02:24:43.525Z | [ recovery-image] May 27 02:24:41.562 INFO O| May 27 02:24:41.562 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5902 | 2026-05-27T02:24:43.525Z | [ recovery-image] May 27 02:24:41.571 INFO O| May 27 02:24:41.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh" |
| 5903 | 2026-05-27T02:24:43.525Z | [ recovery-image] May 27 02:24:41.571 INFO O| May 27 02:24:41.571 INFO STEP 304 (remove_files) COMPLETE |
| 5904 | 2026-05-27T02:24:43.525Z | [ recovery-image] May 27 02:24:41.571 INFO O| May 27 02:24:41.571 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5905 | 2026-05-27T02:24:43.525Z | [ recovery-image] May 27 02:24:41.579 INFO O| May 27 02:24:41.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93" |
| 5906 | 2026-05-27T02:24:43.525Z | [ recovery-image] May 27 02:24:41.579 INFO O| May 27 02:24:41.579 INFO STEP 305 (remove_files) COMPLETE |
| 5907 | 2026-05-27T02:24:43.525Z | [ recovery-image] May 27 02:24:41.579 INFO O| May 27 02:24:41.579 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5908 | 2026-05-27T02:24:43.525Z | [ recovery-image] May 27 02:24:41.586 INFO O| May 27 02:24:41.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh" |
| 5909 | 2026-05-27T02:24:43.525Z | [ recovery-image] May 27 02:24:41.586 INFO O| May 27 02:24:41.586 INFO STEP 306 (remove_files) COMPLETE |
| 5910 | 2026-05-27T02:24:43.525Z | [ recovery-image] May 27 02:24:41.586 INFO O| May 27 02:24:41.586 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5911 | 2026-05-27T02:24:43.525Z | [ recovery-image] May 27 02:24:41.593 INFO O| May 27 02:24:41.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93" |
| 5912 | 2026-05-27T02:24:43.525Z | [ recovery-image] May 27 02:24:41.593 INFO O| May 27 02:24:41.593 INFO STEP 307 (remove_files) COMPLETE |
| 5913 | 2026-05-27T02:24:43.526Z | [ recovery-image] May 27 02:24:41.593 INFO O| May 27 02:24:41.593 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5914 | 2026-05-27T02:24:43.526Z | [ recovery-image] May 27 02:24:41.602 INFO O| May 27 02:24:41.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh" |
| 5915 | 2026-05-27T02:24:43.526Z | [ recovery-image] May 27 02:24:41.602 INFO O| May 27 02:24:41.602 INFO STEP 308 (remove_files) COMPLETE |
| 5916 | 2026-05-27T02:24:43.526Z | [ recovery-image] May 27 02:24:41.602 INFO O| May 27 02:24:41.602 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5917 | 2026-05-27T02:24:43.526Z | [ recovery-image] May 27 02:24:41.611 INFO O| May 27 02:24:41.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh" |
| 5918 | 2026-05-27T02:24:43.526Z | [ recovery-image] May 27 02:24:41.611 INFO O| May 27 02:24:41.611 INFO STEP 309 (remove_files) COMPLETE |
| 5919 | 2026-05-27T02:24:43.526Z | [ recovery-image] May 27 02:24:41.611 INFO O| May 27 02:24:41.611 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5920 | 2026-05-27T02:24:43.526Z | [ recovery-image] May 27 02:24:41.620 INFO O| May 27 02:24:41.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh" |
| 5921 | 2026-05-27T02:24:43.526Z | [ recovery-image] May 27 02:24:41.620 INFO O| May 27 02:24:41.620 INFO STEP 310 (remove_files) COMPLETE |
| 5922 | 2026-05-27T02:24:43.526Z | [ recovery-image] May 27 02:24:41.620 INFO O| May 27 02:24:41.620 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5923 | 2026-05-27T02:24:43.526Z | [ recovery-image] May 27 02:24:41.628 INFO O| May 27 02:24:41.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg" |
| 5924 | 2026-05-27T02:24:43.526Z | [ recovery-image] May 27 02:24:41.628 INFO O| May 27 02:24:41.628 INFO STEP 311 (remove_files) COMPLETE |
| 5925 | 2026-05-27T02:24:43.526Z | [ recovery-image] May 27 02:24:41.628 INFO O| May 27 02:24:41.628 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5926 | 2026-05-27T02:24:43.526Z | [ recovery-image] May 27 02:24:41.639 INFO O| May 27 02:24:41.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo" |
| 5927 | 2026-05-27T02:24:43.526Z | [ recovery-image] May 27 02:24:41.639 INFO O| May 27 02:24:41.639 INFO STEP 312 (remove_files) COMPLETE |
| 5928 | 2026-05-27T02:24:43.526Z | [ recovery-image] May 27 02:24:41.639 INFO O| May 27 02:24:41.639 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5929 | 2026-05-27T02:24:43.526Z | [ recovery-image] May 27 02:24:41.646 INFO O| May 27 02:24:41.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat" |
| 5930 | 2026-05-27T02:24:43.527Z | [ recovery-image] May 27 02:24:41.646 INFO O| May 27 02:24:41.646 INFO STEP 313 (remove_files) COMPLETE |
| 5931 | 2026-05-27T02:24:43.527Z | [ recovery-image] May 27 02:24:41.646 INFO O| May 27 02:24:41.646 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5932 | 2026-05-27T02:24:43.527Z | [ recovery-image] May 27 02:24:41.655 INFO O| May 27 02:24:41.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm" |
| 5933 | 2026-05-27T02:24:43.527Z | [ recovery-image] May 27 02:24:41.655 INFO O| May 27 02:24:41.655 INFO STEP 314 (remove_files) COMPLETE |
| 5934 | 2026-05-27T02:24:43.527Z | [ recovery-image] May 27 02:24:41.655 INFO O| May 27 02:24:41.655 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5935 | 2026-05-27T02:24:43.527Z | [ recovery-image] May 27 02:24:41.665 INFO O| May 27 02:24:41.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond" |
| 5936 | 2026-05-27T02:24:43.527Z | [ recovery-image] May 27 02:24:41.665 INFO O| May 27 02:24:41.665 INFO STEP 315 (remove_files) COMPLETE |
| 5937 | 2026-05-27T02:24:43.527Z | [ recovery-image] May 27 02:24:41.665 INFO O| May 27 02:24:41.665 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5938 | 2026-05-27T02:24:43.527Z | [ recovery-image] May 27 02:24:41.674 INFO O| May 27 02:24:41.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo" |
| 5939 | 2026-05-27T02:24:43.527Z | [ recovery-image] May 27 02:24:41.674 INFO O| May 27 02:24:41.674 INFO STEP 316 (remove_files) COMPLETE |
| 5940 | 2026-05-27T02:24:43.527Z | [ recovery-image] May 27 02:24:41.674 INFO O| May 27 02:24:41.674 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5941 | 2026-05-27T02:24:43.527Z | [ recovery-image] May 27 02:24:41.684 INFO O| May 27 02:24:41.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk" |
| 5942 | 2026-05-27T02:24:43.527Z | [ recovery-image] May 27 02:24:41.684 INFO O| May 27 02:24:41.684 INFO STEP 317 (remove_files) COMPLETE |
| 5943 | 2026-05-27T02:24:43.527Z | [ recovery-image] May 27 02:24:41.684 INFO O| May 27 02:24:41.684 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5944 | 2026-05-27T02:24:43.527Z | [ recovery-image] May 27 02:24:41.694 INFO O| May 27 02:24:41.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam" |
| 5945 | 2026-05-27T02:24:43.527Z | [ recovery-image] May 27 02:24:41.694 INFO O| May 27 02:24:41.694 INFO STEP 318 (remove_files) COMPLETE |
| 5946 | 2026-05-27T02:24:43.527Z | [ recovery-image] May 27 02:24:41.694 INFO O| May 27 02:24:41.694 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5947 | 2026-05-27T02:24:43.527Z | [ recovery-image] May 27 02:24:41.703 INFO O| May 27 02:24:41.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto" |
| 5948 | 2026-05-27T02:24:43.527Z | [ recovery-image] May 27 02:24:41.703 INFO O| May 27 02:24:41.703 INFO STEP 319 (remove_files) COMPLETE |
| 5949 | 2026-05-27T02:24:43.527Z | [ recovery-image] May 27 02:24:41.703 INFO O| May 27 02:24:41.703 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5950 | 2026-05-27T02:24:43.527Z | [ recovery-image] May 27 02:24:41.712 INFO O| May 27 02:24:41.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans" |
| 5951 | 2026-05-27T02:24:43.527Z | [ recovery-image] May 27 02:24:41.712 INFO O| May 27 02:24:41.712 INFO STEP 320 (remove_files) COMPLETE |
| 5952 | 2026-05-27T02:24:43.528Z | [ recovery-image] May 27 02:24:41.712 INFO O| May 27 02:24:41.712 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5953 | 2026-05-27T02:24:43.528Z | [ recovery-image] May 27 02:24:41.720 INFO O| May 27 02:24:41.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool" |
| 5954 | 2026-05-27T02:24:43.528Z | [ recovery-image] May 27 02:24:41.720 INFO O| May 27 02:24:41.720 INFO STEP 321 (remove_files) COMPLETE |
| 5955 | 2026-05-27T02:24:43.528Z | [ recovery-image] May 27 02:24:41.720 INFO O| May 27 02:24:41.720 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5956 | 2026-05-27T02:24:43.528Z | [ recovery-image] May 27 02:24:41.728 INFO O| May 27 02:24:41.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp" |
| 5957 | 2026-05-27T02:24:43.528Z | [ recovery-image] May 27 02:24:41.728 INFO O| May 27 02:24:41.728 INFO STEP 322 (remove_files) COMPLETE |
| 5958 | 2026-05-27T02:24:43.528Z | [ recovery-image] May 27 02:24:41.728 INFO O| May 27 02:24:41.728 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5959 | 2026-05-27T02:24:43.528Z | [ recovery-image] May 27 02:24:41.737 INFO O| May 27 02:24:41.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise" |
| 5960 | 2026-05-27T02:24:43.528Z | [ recovery-image] May 27 02:24:41.738 INFO O| May 27 02:24:41.738 INFO STEP 323 (remove_files) COMPLETE |
| 5961 | 2026-05-27T02:24:43.528Z | [ recovery-image] May 27 02:24:41.738 INFO O| May 27 02:24:41.738 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5962 | 2026-05-27T02:24:43.528Z | [ recovery-image] May 27 02:24:41.747 INFO O| May 27 02:24:41.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat" |
| 5963 | 2026-05-27T02:24:43.528Z | [ recovery-image] May 27 02:24:41.747 INFO O| May 27 02:24:41.747 INFO STEP 324 (remove_files) COMPLETE |
| 5964 | 2026-05-27T02:24:43.528Z | [ recovery-image] May 27 02:24:41.747 INFO O| May 27 02:24:41.747 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5965 | 2026-05-27T02:24:43.528Z | [ recovery-image] May 27 02:24:41.754 INFO O| May 27 02:24:41.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz" |
| 5966 | 2026-05-27T02:24:43.528Z | [ recovery-image] May 27 02:24:41.754 INFO O| May 27 02:24:41.754 INFO STEP 325 (remove_files) COMPLETE |
| 5967 | 2026-05-27T02:24:43.528Z | [ recovery-image] May 27 02:24:41.754 INFO O| May 27 02:24:41.754 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5968 | 2026-05-27T02:24:43.528Z | [ recovery-image] May 27 02:24:41.760 INFO O| May 27 02:24:41.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr" |
| 5969 | 2026-05-27T02:24:43.528Z | [ recovery-image] May 27 02:24:41.761 INFO O| May 27 02:24:41.761 INFO STEP 326 (remove_files) COMPLETE |
| 5970 | 2026-05-27T02:24:43.528Z | [ recovery-image] May 27 02:24:41.761 INFO O| May 27 02:24:41.761 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5971 | 2026-05-27T02:24:43.528Z | [ recovery-image] May 27 02:24:41.767 INFO O| May 27 02:24:41.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print" |
| 5972 | 2026-05-27T02:24:43.528Z | [ recovery-image] May 27 02:24:41.767 INFO O| May 27 02:24:41.767 INFO STEP 327 (remove_files) COMPLETE |
| 5973 | 2026-05-27T02:24:43.528Z | [ recovery-image] May 27 02:24:41.767 INFO O| May 27 02:24:41.767 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5974 | 2026-05-27T02:24:43.529Z | [ recovery-image] May 27 02:24:41.776 INFO O| May 27 02:24:41.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf" |
| 5975 | 2026-05-27T02:24:43.529Z | [ recovery-image] May 27 02:24:41.776 INFO O| May 27 02:24:41.776 INFO STEP 328 (remove_files) COMPLETE |
| 5976 | 2026-05-27T02:24:43.529Z | [ recovery-image] May 27 02:24:41.776 INFO O| May 27 02:24:41.776 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5977 | 2026-05-27T02:24:43.529Z | [ recovery-image] May 27 02:24:41.784 INFO O| May 27 02:24:41.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl" |
| 5978 | 2026-05-27T02:24:43.529Z | [ recovery-image] May 27 02:24:41.784 INFO O| May 27 02:24:41.784 INFO STEP 329 (remove_files) COMPLETE |
| 5979 | 2026-05-27T02:24:43.529Z | [ recovery-image] May 27 02:24:41.784 INFO O| May 27 02:24:41.784 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5980 | 2026-05-27T02:24:43.529Z | [ recovery-image] May 27 02:24:41.795 INFO O| May 27 02:24:41.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles" |
| 5981 | 2026-05-27T02:24:43.538Z | [ recovery-image] May 27 02:24:41.795 INFO O| May 27 02:24:41.795 INFO STEP 330 (remove_files) COMPLETE |
| 5982 | 2026-05-27T02:24:43.539Z | [ recovery-image] May 27 02:24:41.795 INFO O| May 27 02:24:41.795 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5983 | 2026-05-27T02:24:43.539Z | [ recovery-image] May 27 02:24:41.805 INFO O| May 27 02:24:41.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects" |
| 5984 | 2026-05-27T02:24:43.539Z | [ recovery-image] May 27 02:24:41.805 INFO O| May 27 02:24:41.805 INFO STEP 331 (remove_files) COMPLETE |
| 5985 | 2026-05-27T02:24:43.539Z | [ recovery-image] May 27 02:24:41.805 INFO O| May 27 02:24:41.805 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5986 | 2026-05-27T02:24:43.539Z | [ recovery-image] May 27 02:24:41.815 INFO O| May 27 02:24:41.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags" |
| 5987 | 2026-05-27T02:24:43.539Z | [ recovery-image] May 27 02:24:41.815 INFO O| May 27 02:24:41.815 INFO STEP 332 (remove_files) COMPLETE |
| 5988 | 2026-05-27T02:24:43.539Z | [ recovery-image] May 27 02:24:41.815 INFO O| May 27 02:24:41.815 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5989 | 2026-05-27T02:24:43.539Z | [ recovery-image] May 27 02:24:41.822 INFO O| May 27 02:24:41.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev" |
| 5990 | 2026-05-27T02:24:43.539Z | [ recovery-image] May 27 02:24:41.823 INFO O| May 27 02:24:41.823 INFO STEP 333 (remove_files) COMPLETE |
| 5991 | 2026-05-27T02:24:43.539Z | [ recovery-image] May 27 02:24:41.823 INFO O| May 27 02:24:41.823 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5992 | 2026-05-27T02:24:43.539Z | [ recovery-image] May 27 02:24:41.833 INFO O| May 27 02:24:41.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp" |
| 5993 | 2026-05-27T02:24:43.539Z | [ recovery-image] May 27 02:24:41.833 INFO O| May 27 02:24:41.833 INFO STEP 334 (remove_files) COMPLETE |
| 5994 | 2026-05-27T02:24:43.539Z | [ recovery-image] May 27 02:24:41.833 INFO O| May 27 02:24:41.833 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5995 | 2026-05-27T02:24:43.539Z | [ recovery-image] May 27 02:24:41.841 INFO O| May 27 02:24:41.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs" |
| 5996 | 2026-05-27T02:24:43.539Z | [ recovery-image] May 27 02:24:41.841 INFO O| May 27 02:24:41.841 INFO STEP 335 (remove_files) COMPLETE |
| 5997 | 2026-05-27T02:24:43.539Z | [ recovery-image] May 27 02:24:41.841 INFO O| May 27 02:24:41.841 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5998 | 2026-05-27T02:24:43.539Z | [ recovery-image] May 27 02:24:41.848 INFO O| May 27 02:24:41.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait" |
| 5999 | 2026-05-27T02:24:43.539Z | [ recovery-image] May 27 02:24:41.848 INFO O| May 27 02:24:41.848 INFO STEP 336 (remove_files) COMPLETE |
| 6000 | 2026-05-27T02:24:43.539Z | [ recovery-image] May 27 02:24:41.848 INFO O| May 27 02:24:41.848 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6001 | 2026-05-27T02:24:43.539Z | [ recovery-image] May 27 02:24:41.856 INFO O| May 27 02:24:41.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd" |
| 6002 | 2026-05-27T02:24:43.540Z | [ recovery-image] May 27 02:24:41.856 INFO O| May 27 02:24:41.856 INFO STEP 337 (remove_files) COMPLETE |
| 6003 | 2026-05-27T02:24:43.540Z | [ recovery-image] May 27 02:24:41.856 INFO O| May 27 02:24:41.856 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6004 | 2026-05-27T02:24:43.540Z | [ recovery-image] May 27 02:24:41.865 INFO O| May 27 02:24:41.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read" |
| 6005 | 2026-05-27T02:24:43.540Z | [ recovery-image] May 27 02:24:41.865 INFO O| May 27 02:24:41.865 INFO STEP 338 (remove_files) COMPLETE |
| 6006 | 2026-05-27T02:24:43.540Z | [ recovery-image] May 27 02:24:41.865 INFO O| May 27 02:24:41.865 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6007 | 2026-05-27T02:24:43.540Z | [ recovery-image] May 27 02:24:41.874 INFO O| May 27 02:24:41.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red" |
| 6008 | 2026-05-27T02:24:43.540Z | [ recovery-image] May 27 02:24:41.874 INFO O| May 27 02:24:41.874 INFO STEP 339 (remove_files) COMPLETE |
| 6009 | 2026-05-27T02:24:43.540Z | [ recovery-image] May 27 02:24:41.874 INFO O| May 27 02:24:41.874 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6010 | 2026-05-27T02:24:43.540Z | [ recovery-image] May 27 02:24:41.883 INFO O| May 27 02:24:41.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp" |
| 6011 | 2026-05-27T02:24:43.540Z | [ recovery-image] May 27 02:24:41.884 INFO O| May 27 02:24:41.884 INFO STEP 340 (remove_files) COMPLETE |
| 6012 | 2026-05-27T02:24:43.540Z | [ recovery-image] May 27 02:24:41.884 INFO O| May 27 02:24:41.884 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6013 | 2026-05-27T02:24:43.540Z | [ recovery-image] May 27 02:24:41.894 INFO O| May 27 02:24:41.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice" |
| 6014 | 2026-05-27T02:24:43.540Z | [ recovery-image] May 27 02:24:41.894 INFO O| May 27 02:24:41.894 INFO STEP 341 (remove_files) COMPLETE |
| 6015 | 2026-05-27T02:24:43.540Z | [ recovery-image] May 27 02:24:41.894 INFO O| May 27 02:24:41.894 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6016 | 2026-05-27T02:24:43.540Z | [ recovery-image] May 27 02:24:41.904 INFO O| May 27 02:24:41.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize" |
| 6017 | 2026-05-27T02:24:43.540Z | [ recovery-image] May 27 02:24:41.904 INFO O| May 27 02:24:41.904 INFO STEP 342 (remove_files) COMPLETE |
| 6018 | 2026-05-27T02:24:43.540Z | [ recovery-image] May 27 02:24:41.904 INFO O| May 27 02:24:41.904 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6019 | 2026-05-27T02:24:43.540Z | [ recovery-image] May 27 02:24:41.913 INFO O| May 27 02:24:41.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev" |
| 6020 | 2026-05-27T02:24:43.540Z | [ recovery-image] May 27 02:24:41.913 INFO O| May 27 02:24:41.913 INFO STEP 343 (remove_files) COMPLETE |
| 6021 | 2026-05-27T02:24:43.540Z | [ recovery-image] May 27 02:24:41.913 INFO O| May 27 02:24:41.913 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6022 | 2026-05-27T02:24:43.540Z | [ recovery-image] May 27 02:24:41.923 INFO O| May 27 02:24:41.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh" |
| 6023 | 2026-05-27T02:24:43.540Z | [ recovery-image] May 27 02:24:41.923 INFO O| May 27 02:24:41.923 INFO STEP 344 (remove_files) COMPLETE |
| 6024 | 2026-05-27T02:24:43.540Z | [ recovery-image] May 27 02:24:41.923 INFO O| May 27 02:24:41.923 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6025 | 2026-05-27T02:24:43.541Z | [ recovery-image] May 27 02:24:41.932 INFO O| May 27 02:24:41.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93" |
| 6026 | 2026-05-27T02:24:43.541Z | [ recovery-image] May 27 02:24:41.932 INFO O| May 27 02:24:41.932 INFO STEP 345 (remove_files) COMPLETE |
| 6027 | 2026-05-27T02:24:43.541Z | [ recovery-image] May 27 02:24:41.932 INFO O| May 27 02:24:41.932 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6028 | 2026-05-27T02:24:43.541Z | [ recovery-image] May 27 02:24:41.941 INFO O| May 27 02:24:41.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles" |
| 6029 | 2026-05-27T02:24:43.541Z | [ recovery-image] May 27 02:24:41.941 INFO O| May 27 02:24:41.941 INFO STEP 346 (remove_files) COMPLETE |
| 6030 | 2026-05-27T02:24:43.541Z | [ recovery-image] May 27 02:24:41.941 INFO O| May 27 02:24:41.941 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6031 | 2026-05-27T02:24:43.541Z | [ recovery-image] May 27 02:24:41.950 INFO O| May 27 02:24:41.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo" |
| 6032 | 2026-05-27T02:24:43.541Z | [ recovery-image] May 27 02:24:41.950 INFO O| May 27 02:24:41.950 INFO STEP 347 (remove_files) COMPLETE |
| 6033 | 2026-05-27T02:24:43.541Z | [ recovery-image] May 27 02:24:41.950 INFO O| May 27 02:24:41.950 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6034 | 2026-05-27T02:24:43.541Z | [ recovery-image] May 27 02:24:41.960 INFO O| May 27 02:24:41.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync" |
| 6035 | 2026-05-27T02:24:43.541Z | [ recovery-image] May 27 02:24:41.960 INFO O| May 27 02:24:41.960 INFO STEP 348 (remove_files) COMPLETE |
| 6036 | 2026-05-27T02:24:43.541Z | [ recovery-image] May 27 02:24:41.960 INFO O| May 27 02:24:41.960 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6037 | 2026-05-27T02:24:43.541Z | [ recovery-image] May 27 02:24:41.970 INFO O| May 27 02:24:41.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl" |
| 6038 | 2026-05-27T02:24:43.541Z | [ recovery-image] May 27 02:24:41.970 INFO O| May 27 02:24:41.970 INFO STEP 349 (remove_files) COMPLETE |
| 6039 | 2026-05-27T02:24:43.541Z | [ recovery-image] May 27 02:24:41.970 INFO O| May 27 02:24:41.970 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6040 | 2026-05-27T02:24:43.541Z | [ recovery-image] May 27 02:24:41.979 INFO O| May 27 02:24:41.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat" |
| 6041 | 2026-05-27T02:24:43.541Z | [ recovery-image] May 27 02:24:41.979 INFO O| May 27 02:24:41.979 INFO STEP 350 (remove_files) COMPLETE |
| 6042 | 2026-05-27T02:24:43.541Z | [ recovery-image] May 27 02:24:41.980 INFO O| May 27 02:24:41.979 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6043 | 2026-05-27T02:24:43.541Z | [ recovery-image] May 27 02:24:41.988 INFO O| May 27 02:24:41.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp" |
| 6044 | 2026-05-27T02:24:43.541Z | [ recovery-image] May 27 02:24:41.988 INFO O| May 27 02:24:41.988 INFO STEP 351 (remove_files) COMPLETE |
| 6045 | 2026-05-27T02:24:43.541Z | [ recovery-image] May 27 02:24:41.988 INFO O| May 27 02:24:41.988 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6046 | 2026-05-27T02:24:43.541Z | [ recovery-image] May 27 02:24:41.996 INFO O| May 27 02:24:41.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script" |
| 6047 | 2026-05-27T02:24:43.541Z | [ recovery-image] May 27 02:24:41.996 INFO O| May 27 02:24:41.996 INFO STEP 352 (remove_files) COMPLETE |
| 6048 | 2026-05-27T02:24:43.542Z | [ recovery-image] May 27 02:24:41.996 INFO O| May 27 02:24:41.996 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6049 | 2026-05-27T02:24:43.542Z | [ recovery-image] May 27 02:24:42.007 INFO O| May 27 02:24:42.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff" |
| 6050 | 2026-05-27T02:24:43.542Z | [ recovery-image] May 27 02:24:42.007 INFO O| May 27 02:24:42.007 INFO STEP 353 (remove_files) COMPLETE |
| 6051 | 2026-05-27T02:24:43.542Z | [ recovery-image] May 27 02:24:42.007 INFO O| May 27 02:24:42.007 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6052 | 2026-05-27T02:24:43.542Z | [ recovery-image] May 27 02:24:42.017 INFO O| May 27 02:24:42.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp" |
| 6053 | 2026-05-27T02:24:43.542Z | [ recovery-image] May 27 02:24:42.017 INFO O| May 27 02:24:42.017 INFO STEP 354 (remove_files) COMPLETE |
| 6054 | 2026-05-27T02:24:43.542Z | [ recovery-image] May 27 02:24:42.017 INFO O| May 27 02:24:42.017 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6055 | 2026-05-27T02:24:43.542Z | [ recovery-image] May 27 02:24:42.027 INFO O| May 27 02:24:42.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp" |
| 6056 | 2026-05-27T02:24:43.542Z | [ recovery-image] May 27 02:24:42.027 INFO O| May 27 02:24:42.027 INFO STEP 355 (remove_files) COMPLETE |
| 6057 | 2026-05-27T02:24:43.542Z | [ recovery-image] May 27 02:24:42.027 INFO O| May 27 02:24:42.027 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6058 | 2026-05-27T02:24:43.542Z | [ recovery-image] May 27 02:24:42.037 INFO O| May 27 02:24:42.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp" |
| 6059 | 2026-05-27T02:24:43.542Z | [ recovery-image] May 27 02:24:42.038 INFO O| May 27 02:24:42.037 INFO STEP 356 (remove_files) COMPLETE |
| 6060 | 2026-05-27T02:24:43.542Z | [ recovery-image] May 27 02:24:42.038 INFO O| May 27 02:24:42.038 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6061 | 2026-05-27T02:24:43.542Z | [ recovery-image] May 27 02:24:42.047 INFO O| May 27 02:24:42.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil" |
| 6062 | 2026-05-27T02:24:43.542Z | [ recovery-image] May 27 02:24:42.047 INFO O| May 27 02:24:42.047 INFO STEP 357 (remove_files) COMPLETE |
| 6063 | 2026-05-27T02:24:43.542Z | [ recovery-image] May 27 02:24:42.047 INFO O| May 27 02:24:42.047 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6064 | 2026-05-27T02:24:43.542Z | [ recovery-image] May 27 02:24:42.057 INFO O| May 27 02:24:42.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib" |
| 6065 | 2026-05-27T02:24:43.542Z | [ recovery-image] May 27 02:24:42.057 INFO O| May 27 02:24:42.057 INFO STEP 358 (remove_files) COMPLETE |
| 6066 | 2026-05-27T02:24:43.542Z | [ recovery-image] May 27 02:24:42.057 INFO O| May 27 02:24:42.057 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6067 | 2026-05-27T02:24:43.542Z | [ recovery-image] May 27 02:24:42.066 INFO O| May 27 02:24:42.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget" |
| 6068 | 2026-05-27T02:24:43.542Z | [ recovery-image] May 27 02:24:42.066 INFO O| May 27 02:24:42.066 INFO STEP 359 (remove_files) COMPLETE |
| 6069 | 2026-05-27T02:24:43.542Z | [ recovery-image] May 27 02:24:42.066 INFO O| May 27 02:24:42.066 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6070 | 2026-05-27T02:24:43.542Z | [ recovery-image] May 27 02:24:42.075 INFO O| May 27 02:24:42.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk" |
| 6071 | 2026-05-27T02:24:43.543Z | [ recovery-image] May 27 02:24:42.075 INFO O| May 27 02:24:42.075 INFO STEP 360 (remove_files) COMPLETE |
| 6072 | 2026-05-27T02:24:43.543Z | [ recovery-image] May 27 02:24:42.075 INFO O| May 27 02:24:42.075 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6073 | 2026-05-27T02:24:43.543Z | [ recovery-image] May 27 02:24:42.086 INFO O| May 27 02:24:42.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck" |
| 6074 | 2026-05-27T02:24:43.543Z | [ recovery-image] May 27 02:24:42.086 INFO O| May 27 02:24:42.086 INFO STEP 361 (remove_files) COMPLETE |
| 6075 | 2026-05-27T02:24:43.543Z | [ recovery-image] May 27 02:24:42.086 INFO O| May 27 02:24:42.086 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6076 | 2026-05-27T02:24:43.543Z | [ recovery-image] May 27 02:24:42.094 INFO O| May 27 02:24:42.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf" |
| 6077 | 2026-05-27T02:24:43.543Z | [ recovery-image] May 27 02:24:42.095 INFO O| May 27 02:24:42.094 INFO STEP 362 (remove_files) COMPLETE |
| 6078 | 2026-05-27T02:24:43.543Z | [ recovery-image] May 27 02:24:42.095 INFO O| May 27 02:24:42.095 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6079 | 2026-05-27T02:24:43.543Z | [ recovery-image] May 27 02:24:42.105 INFO O| May 27 02:24:42.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta" |
| 6080 | 2026-05-27T02:24:43.543Z | [ recovery-image] May 27 02:24:42.105 INFO O| May 27 02:24:42.105 INFO STEP 363 (remove_files) COMPLETE |
| 6081 | 2026-05-27T02:24:43.549Z | [ recovery-image] May 27 02:24:42.105 INFO O| May 27 02:24:42.105 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6082 | 2026-05-27T02:24:43.549Z | [ recovery-image] May 27 02:24:42.116 INFO O| May 27 02:24:42.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf" |
| 6083 | 2026-05-27T02:24:43.549Z | [ recovery-image] May 27 02:24:42.116 INFO O| May 27 02:24:42.116 INFO STEP 364 (remove_files) COMPLETE |
| 6084 | 2026-05-27T02:24:43.549Z | [ recovery-image] May 27 02:24:42.116 INFO O| May 27 02:24:42.116 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6085 | 2026-05-27T02:24:43.549Z | [ recovery-image] May 27 02:24:42.126 INFO O| May 27 02:24:42.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget" |
| 6086 | 2026-05-27T02:24:43.549Z | [ recovery-image] May 27 02:24:42.126 INFO O| May 27 02:24:42.126 INFO STEP 365 (remove_files) COMPLETE |
| 6087 | 2026-05-27T02:24:43.549Z | [ recovery-image] May 27 02:24:42.126 INFO O| May 27 02:24:42.126 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6088 | 2026-05-27T02:24:43.549Z | [ recovery-image] May 27 02:24:42.135 INFO O| May 27 02:24:42.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext" |
| 6089 | 2026-05-27T02:24:43.549Z | [ recovery-image] May 27 02:24:42.135 INFO O| May 27 02:24:42.135 INFO STEP 366 (remove_files) COMPLETE |
| 6090 | 2026-05-27T02:24:43.549Z | [ recovery-image] May 27 02:24:42.135 INFO O| May 27 02:24:42.135 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6091 | 2026-05-27T02:24:43.549Z | [ recovery-image] May 27 02:24:42.145 INFO O| May 27 02:24:42.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat" |
| 6092 | 2026-05-27T02:24:43.549Z | [ recovery-image] May 27 02:24:42.145 INFO O| May 27 02:24:42.145 INFO STEP 367 (remove_files) COMPLETE |
| 6093 | 2026-05-27T02:24:43.550Z | [ recovery-image] May 27 02:24:42.145 INFO O| May 27 02:24:42.145 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6094 | 2026-05-27T02:24:43.550Z | [ recovery-image] May 27 02:24:42.154 INFO O| May 27 02:24:42.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap" |
| 6095 | 2026-05-27T02:24:43.550Z | [ recovery-image] May 27 02:24:42.154 INFO O| May 27 02:24:42.154 INFO STEP 368 (remove_files) COMPLETE |
| 6096 | 2026-05-27T02:24:43.550Z | [ recovery-image] May 27 02:24:42.154 INFO O| May 27 02:24:42.154 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6097 | 2026-05-27T02:24:43.550Z | [ recovery-image] May 27 02:24:42.163 INFO O| May 27 02:24:42.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping" |
| 6098 | 2026-05-27T02:24:43.550Z | [ recovery-image] May 27 02:24:42.163 INFO O| May 27 02:24:42.163 INFO STEP 369 (remove_files) COMPLETE |
| 6099 | 2026-05-27T02:24:43.550Z | [ recovery-image] May 27 02:24:42.163 INFO O| May 27 02:24:42.163 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6100 | 2026-05-27T02:24:43.550Z | [ recovery-image] May 27 02:24:42.172 INFO O| May 27 02:24:42.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps" |
| 6101 | 2026-05-27T02:24:43.550Z | [ recovery-image] May 27 02:24:42.173 INFO O| May 27 02:24:42.173 INFO STEP 370 (remove_files) COMPLETE |
| 6102 | 2026-05-27T02:24:43.550Z | [ recovery-image] May 27 02:24:42.173 INFO O| May 27 02:24:42.173 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6103 | 2026-05-27T02:24:43.550Z | [ recovery-image] May 27 02:24:42.182 INFO O| May 27 02:24:42.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset" |
| 6104 | 2026-05-27T02:24:43.550Z | [ recovery-image] May 27 02:24:42.182 INFO O| May 27 02:24:42.182 INFO STEP 371 (remove_files) COMPLETE |
| 6105 | 2026-05-27T02:24:43.550Z | [ recovery-image] May 27 02:24:42.182 INFO O| May 27 02:24:42.182 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6106 | 2026-05-27T02:24:43.550Z | [ recovery-image] May 27 02:24:42.189 INFO O| May 27 02:24:42.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus" |
| 6107 | 2026-05-27T02:24:43.550Z | [ recovery-image] May 27 02:24:42.189 INFO O| May 27 02:24:42.189 INFO STEP 372 (remove_files) COMPLETE |
| 6108 | 2026-05-27T02:24:43.550Z | [ recovery-image] May 27 02:24:42.189 INFO O| May 27 02:24:42.189 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6109 | 2026-05-27T02:24:43.550Z | [ recovery-image] May 27 02:24:42.199 INFO O| May 27 02:24:42.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable" |
| 6110 | 2026-05-27T02:24:43.550Z | [ recovery-image] May 27 02:24:42.199 INFO O| May 27 02:24:42.199 INFO STEP 373 (remove_files) COMPLETE |
| 6111 | 2026-05-27T02:24:43.550Z | [ recovery-image] May 27 02:24:42.199 INFO O| May 27 02:24:42.199 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6112 | 2026-05-27T02:24:43.550Z | [ recovery-image] May 27 02:24:42.209 INFO O| May 27 02:24:42.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest" |
| 6113 | 2026-05-27T02:24:43.550Z | [ recovery-image] May 27 02:24:42.209 INFO O| May 27 02:24:42.209 INFO STEP 374 (remove_files) COMPLETE |
| 6114 | 2026-05-27T02:24:43.551Z | [ recovery-image] May 27 02:24:42.209 INFO O| May 27 02:24:42.209 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6115 | 2026-05-27T02:24:43.551Z | [ recovery-image] May 27 02:24:42.219 INFO O| May 27 02:24:42.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate" |
| 6116 | 2026-05-27T02:24:43.551Z | [ recovery-image] May 27 02:24:42.219 INFO O| May 27 02:24:42.219 INFO STEP 375 (remove_files) COMPLETE |
| 6117 | 2026-05-27T02:24:43.551Z | [ recovery-image] May 27 02:24:42.219 INFO O| May 27 02:24:42.219 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6118 | 2026-05-27T02:24:43.551Z | [ recovery-image] May 27 02:24:42.231 INFO O| May 27 02:24:42.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap" |
| 6119 | 2026-05-27T02:24:43.551Z | [ recovery-image] May 27 02:24:42.231 INFO O| May 27 02:24:42.231 INFO STEP 376 (remove_files) COMPLETE |
| 6120 | 2026-05-27T02:24:43.551Z | [ recovery-image] May 27 02:24:42.231 INFO O| May 27 02:24:42.231 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6121 | 2026-05-27T02:24:43.551Z | [ recovery-image] May 27 02:24:42.240 INFO O| May 27 02:24:42.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm" |
| 6122 | 2026-05-27T02:24:43.551Z | [ recovery-image] May 27 02:24:42.240 INFO O| May 27 02:24:42.240 INFO STEP 377 (remove_files) COMPLETE |
| 6123 | 2026-05-27T02:24:43.551Z | [ recovery-image] May 27 02:24:42.240 INFO O| May 27 02:24:42.240 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6124 | 2026-05-27T02:24:43.551Z | [ recovery-image] May 27 02:24:42.247 INFO O| May 27 02:24:42.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm" |
| 6125 | 2026-05-27T02:24:43.551Z | [ recovery-image] May 27 02:24:42.248 INFO O| May 27 02:24:42.247 INFO STEP 378 (remove_files) COMPLETE |
| 6126 | 2026-05-27T02:24:43.551Z | [ recovery-image] May 27 02:24:42.248 INFO O| May 27 02:24:42.248 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6127 | 2026-05-27T02:24:43.551Z | [ recovery-image] May 27 02:24:42.257 INFO O| May 27 02:24:42.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk" |
| 6128 | 2026-05-27T02:24:43.551Z | [ recovery-image] May 27 02:24:42.257 INFO O| May 27 02:24:42.257 INFO STEP 379 (remove_files) COMPLETE |
| 6129 | 2026-05-27T02:24:43.551Z | [ recovery-image] May 27 02:24:42.257 INFO O| May 27 02:24:42.257 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6130 | 2026-05-27T02:24:43.551Z | [ recovery-image] May 27 02:24:42.265 INFO O| May 27 02:24:42.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss" |
| 6131 | 2026-05-27T02:24:43.551Z | [ recovery-image] May 27 02:24:42.265 INFO O| May 27 02:24:42.265 INFO STEP 380 (remove_files) COMPLETE |
| 6132 | 2026-05-27T02:24:43.551Z | [ recovery-image] May 27 02:24:42.265 INFO O| May 27 02:24:42.265 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6133 | 2026-05-27T02:24:43.551Z | [ recovery-image] May 27 02:24:42.272 INFO O| May 27 02:24:42.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell" |
| 6134 | 2026-05-27T02:24:43.551Z | [ recovery-image] May 27 02:24:42.272 INFO O| May 27 02:24:42.272 INFO STEP 381 (remove_files) COMPLETE |
| 6135 | 2026-05-27T02:24:43.551Z | [ recovery-image] May 27 02:24:42.272 INFO O| May 27 02:24:42.272 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6136 | 2026-05-27T02:24:43.551Z | [ recovery-image] May 27 02:24:42.280 INFO O| May 27 02:24:42.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split" |
| 6137 | 2026-05-27T02:24:43.552Z | [ recovery-image] May 27 02:24:42.280 INFO O| May 27 02:24:42.280 INFO STEP 382 (remove_files) COMPLETE |
| 6138 | 2026-05-27T02:24:43.552Z | [ recovery-image] May 27 02:24:42.280 INFO O| May 27 02:24:42.280 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6139 | 2026-05-27T02:24:43.552Z | [ recovery-image] May 27 02:24:42.287 INFO O| May 27 02:24:42.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3" |
| 6140 | 2026-05-27T02:24:43.552Z | [ recovery-image] May 27 02:24:42.287 INFO O| May 27 02:24:42.287 INFO STEP 383 (remove_files) COMPLETE |
| 6141 | 2026-05-27T02:24:43.552Z | [ recovery-image] May 27 02:24:42.287 INFO O| May 27 02:24:42.287 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6142 | 2026-05-27T02:24:43.552Z | [ recovery-image] May 27 02:24:42.295 INFO O| May 27 02:24:42.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh" |
| 6143 | 2026-05-27T02:24:43.552Z | [ recovery-image] May 27 02:24:42.296 INFO O| May 27 02:24:42.296 INFO STEP 384 (remove_files) COMPLETE |
| 6144 | 2026-05-27T02:24:43.552Z | [ recovery-image] May 27 02:24:42.296 INFO O| May 27 02:24:42.296 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6145 | 2026-05-27T02:24:43.552Z | [ recovery-image] May 27 02:24:42.303 INFO O| May 27 02:24:42.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add" |
| 6146 | 2026-05-27T02:24:43.552Z | [ recovery-image] May 27 02:24:42.303 INFO O| May 27 02:24:42.303 INFO STEP 385 (remove_files) COMPLETE |
| 6147 | 2026-05-27T02:24:43.552Z | [ recovery-image] May 27 02:24:42.303 INFO O| May 27 02:24:42.303 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6148 | 2026-05-27T02:24:43.552Z | [ recovery-image] May 27 02:24:42.312 INFO O| May 27 02:24:42.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent" |
| 6149 | 2026-05-27T02:24:43.552Z | [ recovery-image] May 27 02:24:42.312 INFO O| May 27 02:24:42.312 INFO STEP 386 (remove_files) COMPLETE |
| 6150 | 2026-05-27T02:24:43.552Z | [ recovery-image] May 27 02:24:42.312 INFO O| May 27 02:24:42.312 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6151 | 2026-05-27T02:24:43.552Z | [ recovery-image] May 27 02:24:42.320 INFO O| May 27 02:24:42.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id" |
| 6152 | 2026-05-27T02:24:43.552Z | [ recovery-image] May 27 02:24:42.320 INFO O| May 27 02:24:42.320 INFO STEP 387 (remove_files) COMPLETE |
| 6153 | 2026-05-27T02:24:43.552Z | [ recovery-image] May 27 02:24:42.320 INFO O| May 27 02:24:42.320 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6154 | 2026-05-27T02:24:43.552Z | [ recovery-image] May 27 02:24:42.328 INFO O| May 27 02:24:42.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan" |
| 6155 | 2026-05-27T02:24:43.552Z | [ recovery-image] May 27 02:24:42.328 INFO O| May 27 02:24:42.328 INFO STEP 388 (remove_files) COMPLETE |
| 6156 | 2026-05-27T02:24:43.552Z | [ recovery-image] May 27 02:24:42.328 INFO O| May 27 02:24:42.328 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6157 | 2026-05-27T02:24:43.552Z | [ recovery-image] May 27 02:24:42.336 INFO O| May 27 02:24:42.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings" |
| 6158 | 2026-05-27T02:24:43.552Z | [ recovery-image] May 27 02:24:42.336 INFO O| May 27 02:24:42.336 INFO STEP 389 (remove_files) COMPLETE |
| 6159 | 2026-05-27T02:24:43.552Z | [ recovery-image] May 27 02:24:42.336 INFO O| May 27 02:24:42.336 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6160 | 2026-05-27T02:24:43.552Z | [ recovery-image] May 27 02:24:42.345 INFO O| May 27 02:24:42.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum" |
| 6161 | 2026-05-27T02:24:43.552Z | [ recovery-image] May 27 02:24:42.345 INFO O| May 27 02:24:42.345 INFO STEP 390 (remove_files) COMPLETE |
| 6162 | 2026-05-27T02:24:43.553Z | [ recovery-image] May 27 02:24:42.345 INFO O| May 27 02:24:42.345 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6163 | 2026-05-27T02:24:43.553Z | [ recovery-image] May 27 02:24:42.354 INFO O| May 27 02:24:42.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs" |
| 6164 | 2026-05-27T02:24:43.553Z | [ recovery-image] May 27 02:24:42.354 INFO O| May 27 02:24:42.354 INFO STEP 391 (remove_files) COMPLETE |
| 6165 | 2026-05-27T02:24:43.553Z | [ recovery-image] May 27 02:24:42.354 INFO O| May 27 02:24:42.354 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6166 | 2026-05-27T02:24:43.553Z | [ recovery-image] May 27 02:24:42.362 INFO O| May 27 02:24:42.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy" |
| 6167 | 2026-05-27T02:24:43.553Z | [ recovery-image] May 27 02:24:42.362 INFO O| May 27 02:24:42.362 INFO STEP 392 (remove_files) COMPLETE |
| 6168 | 2026-05-27T02:24:43.553Z | [ recovery-image] May 27 02:24:42.363 INFO O| May 27 02:24:42.362 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6169 | 2026-05-27T02:24:43.553Z | [ recovery-image] May 27 02:24:42.372 INFO O| May 27 02:24:42.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test" |
| 6170 | 2026-05-27T02:24:43.553Z | [ recovery-image] May 27 02:24:42.372 INFO O| May 27 02:24:42.372 INFO STEP 393 (remove_files) COMPLETE |
| 6171 | 2026-05-27T02:24:43.553Z | [ recovery-image] May 27 02:24:42.372 INFO O| May 27 02:24:42.372 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6172 | 2026-05-27T02:24:43.553Z | [ recovery-image] May 27 02:24:42.383 INFO O| May 27 02:24:42.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic" |
| 6173 | 2026-05-27T02:24:43.553Z | [ recovery-image] May 27 02:24:42.384 INFO O| May 27 02:24:42.383 INFO STEP 394 (remove_files) COMPLETE |
| 6174 | 2026-05-27T02:24:43.553Z | [ recovery-image] May 27 02:24:42.384 INFO O| May 27 02:24:42.384 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6175 | 2026-05-27T02:24:43.553Z | [ recovery-image] May 27 02:24:42.394 INFO O| May 27 02:24:42.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time" |
| 6176 | 2026-05-27T02:24:43.553Z | [ recovery-image] May 27 02:24:42.394 INFO O| May 27 02:24:42.394 INFO STEP 395 (remove_files) COMPLETE |
| 6177 | 2026-05-27T02:24:43.553Z | [ recovery-image] May 27 02:24:42.394 INFO O| May 27 02:24:42.394 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6178 | 2026-05-27T02:24:43.553Z | [ recovery-image] May 27 02:24:42.403 INFO O| May 27 02:24:42.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip" |
| 6179 | 2026-05-27T02:24:43.553Z | [ recovery-image] May 27 02:24:42.403 INFO O| May 27 02:24:42.403 INFO STEP 396 (remove_files) COMPLETE |
| 6180 | 2026-05-27T02:24:43.553Z | [ recovery-image] May 27 02:24:42.403 INFO O| May 27 02:24:42.403 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6181 | 2026-05-27T02:24:43.558Z | [ recovery-image] May 27 02:24:42.412 INFO O| May 27 02:24:42.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib" |
| 6182 | 2026-05-27T02:24:43.558Z | [ recovery-image] May 27 02:24:42.412 INFO O| May 27 02:24:42.412 INFO STEP 397 (remove_files) COMPLETE |
| 6183 | 2026-05-27T02:24:43.558Z | [ recovery-image] May 27 02:24:42.412 INFO O| May 27 02:24:42.412 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6184 | 2026-05-27T02:24:43.558Z | [ recovery-image] May 27 02:24:42.421 INFO O| May 27 02:24:42.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm" |
| 6185 | 2026-05-27T02:24:43.558Z | [ recovery-image] May 27 02:24:42.421 INFO O| May 27 02:24:42.421 INFO STEP 398 (remove_files) COMPLETE |
| 6186 | 2026-05-27T02:24:43.558Z | [ recovery-image] May 27 02:24:42.421 INFO O| May 27 02:24:42.421 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6187 | 2026-05-27T02:24:43.558Z | [ recovery-image] May 27 02:24:42.430 INFO O| May 27 02:24:42.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail" |
| 6188 | 2026-05-27T02:24:43.558Z | [ recovery-image] May 27 02:24:42.430 INFO O| May 27 02:24:42.430 INFO STEP 399 (remove_files) COMPLETE |
| 6189 | 2026-05-27T02:24:43.558Z | [ recovery-image] May 27 02:24:42.430 INFO O| May 27 02:24:42.430 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6190 | 2026-05-27T02:24:43.558Z | [ recovery-image] May 27 02:24:42.440 INFO O| May 27 02:24:42.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true" |
| 6191 | 2026-05-27T02:24:43.558Z | [ recovery-image] May 27 02:24:42.440 INFO O| May 27 02:24:42.440 INFO STEP 400 (remove_files) COMPLETE |
| 6192 | 2026-05-27T02:24:43.558Z | [ recovery-image] May 27 02:24:42.440 INFO O| May 27 02:24:42.440 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6193 | 2026-05-27T02:24:43.558Z | [ recovery-image] May 27 02:24:42.450 INFO O| May 27 02:24:42.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty" |
| 6194 | 2026-05-27T02:24:43.558Z | [ recovery-image] May 27 02:24:42.450 INFO O| May 27 02:24:42.450 INFO STEP 401 (remove_files) COMPLETE |
| 6195 | 2026-05-27T02:24:43.558Z | [ recovery-image] May 27 02:24:42.450 INFO O| May 27 02:24:42.450 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6196 | 2026-05-27T02:24:43.558Z | [ recovery-image] May 27 02:24:42.459 INFO O| May 27 02:24:42.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type" |
| 6197 | 2026-05-27T02:24:43.559Z | [ recovery-image] May 27 02:24:42.460 INFO O| May 27 02:24:42.460 INFO STEP 402 (remove_files) COMPLETE |
| 6198 | 2026-05-27T02:24:43.559Z | [ recovery-image] May 27 02:24:42.460 INFO O| May 27 02:24:42.460 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6199 | 2026-05-27T02:24:43.559Z | [ recovery-image] May 27 02:24:42.469 INFO O| May 27 02:24:42.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect" |
| 6200 | 2026-05-27T02:24:43.559Z | [ recovery-image] May 27 02:24:42.469 INFO O| May 27 02:24:42.469 INFO STEP 403 (remove_files) COMPLETE |
| 6201 | 2026-05-27T02:24:43.559Z | [ recovery-image] May 27 02:24:42.469 INFO O| May 27 02:24:42.469 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6202 | 2026-05-27T02:24:43.559Z | [ recovery-image] May 27 02:24:42.478 INFO O| May 27 02:24:42.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit" |
| 6203 | 2026-05-27T02:24:43.559Z | [ recovery-image] May 27 02:24:42.478 INFO O| May 27 02:24:42.478 INFO STEP 404 (remove_files) COMPLETE |
| 6204 | 2026-05-27T02:24:43.559Z | [ recovery-image] May 27 02:24:42.478 INFO O| May 27 02:24:42.478 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6205 | 2026-05-27T02:24:43.559Z | [ recovery-image] May 27 02:24:42.487 INFO O| May 27 02:24:42.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask" |
| 6206 | 2026-05-27T02:24:43.559Z | [ recovery-image] May 27 02:24:42.487 INFO O| May 27 02:24:42.487 INFO STEP 405 (remove_files) COMPLETE |
| 6207 | 2026-05-27T02:24:43.559Z | [ recovery-image] May 27 02:24:42.487 INFO O| May 27 02:24:42.487 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6208 | 2026-05-27T02:24:43.559Z | [ recovery-image] May 27 02:24:42.496 INFO O| May 27 02:24:42.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias" |
| 6209 | 2026-05-27T02:24:43.559Z | [ recovery-image] May 27 02:24:42.496 INFO O| May 27 02:24:42.496 INFO STEP 406 (remove_files) COMPLETE |
| 6210 | 2026-05-27T02:24:43.559Z | [ recovery-image] May 27 02:24:42.496 INFO O| May 27 02:24:42.496 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6211 | 2026-05-27T02:24:43.559Z | [ recovery-image] May 27 02:24:42.504 INFO O| May 27 02:24:42.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress" |
| 6212 | 2026-05-27T02:24:43.559Z | [ recovery-image] May 27 02:24:42.504 INFO O| May 27 02:24:42.504 INFO STEP 407 (remove_files) COMPLETE |
| 6213 | 2026-05-27T02:24:43.559Z | [ recovery-image] May 27 02:24:42.504 INFO O| May 27 02:24:42.504 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6214 | 2026-05-27T02:24:43.559Z | [ recovery-image] May 27 02:24:42.514 INFO O| May 27 02:24:42.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand" |
| 6215 | 2026-05-27T02:24:43.559Z | [ recovery-image] May 27 02:24:42.514 INFO O| May 27 02:24:42.514 INFO STEP 408 (remove_files) COMPLETE |
| 6216 | 2026-05-27T02:24:43.559Z | [ recovery-image] May 27 02:24:42.514 INFO O| May 27 02:24:42.514 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6217 | 2026-05-27T02:24:43.559Z | [ recovery-image] May 27 02:24:42.522 INFO O| May 27 02:24:42.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq" |
| 6218 | 2026-05-27T02:24:43.559Z | [ recovery-image] May 27 02:24:42.522 INFO O| May 27 02:24:42.522 INFO STEP 409 (remove_files) COMPLETE |
| 6219 | 2026-05-27T02:24:43.559Z | [ recovery-image] May 27 02:24:42.522 INFO O| May 27 02:24:42.522 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6220 | 2026-05-27T02:24:43.559Z | [ recovery-image] May 27 02:24:42.531 INFO O| May 27 02:24:42.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units" |
| 6221 | 2026-05-27T02:24:43.559Z | [ recovery-image] May 27 02:24:42.531 INFO O| May 27 02:24:42.531 INFO STEP 410 (remove_files) COMPLETE |
| 6222 | 2026-05-27T02:24:43.559Z | [ recovery-image] May 27 02:24:42.531 INFO O| May 27 02:24:42.531 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6223 | 2026-05-27T02:24:43.559Z | [ recovery-image] May 27 02:24:42.540 INFO O| May 27 02:24:42.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos" |
| 6224 | 2026-05-27T02:24:43.559Z | [ recovery-image] May 27 02:24:42.540 INFO O| May 27 02:24:42.540 INFO STEP 411 (remove_files) COMPLETE |
| 6225 | 2026-05-27T02:24:43.559Z | [ recovery-image] May 27 02:24:42.540 INFO O| May 27 02:24:42.540 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6226 | 2026-05-27T02:24:43.559Z | [ recovery-image] May 27 02:24:42.547 INFO O| May 27 02:24:42.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack" |
| 6227 | 2026-05-27T02:24:43.560Z | [ recovery-image] May 27 02:24:42.547 INFO O| May 27 02:24:42.547 INFO STEP 412 (remove_files) COMPLETE |
| 6228 | 2026-05-27T02:24:43.560Z | [ recovery-image] May 27 02:24:42.547 INFO O| May 27 02:24:42.547 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6229 | 2026-05-27T02:24:43.560Z | [ recovery-image] May 27 02:24:42.556 INFO O| May 27 02:24:42.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr" |
| 6230 | 2026-05-27T02:24:43.560Z | [ recovery-image] May 27 02:24:42.556 INFO O| May 27 02:24:42.556 INFO STEP 413 (remove_files) COMPLETE |
| 6231 | 2026-05-27T02:24:43.560Z | [ recovery-image] May 27 02:24:42.556 INFO O| May 27 02:24:42.556 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6232 | 2026-05-27T02:24:43.560Z | [ recovery-image] May 27 02:24:42.566 INFO O| May 27 02:24:42.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode" |
| 6233 | 2026-05-27T02:24:43.560Z | [ recovery-image] May 27 02:24:42.566 INFO O| May 27 02:24:42.566 INFO STEP 414 (remove_files) COMPLETE |
| 6234 | 2026-05-27T02:24:43.560Z | [ recovery-image] May 27 02:24:42.566 INFO O| May 27 02:24:42.566 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6235 | 2026-05-27T02:24:43.560Z | [ recovery-image] May 27 02:24:42.575 INFO O| May 27 02:24:42.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode" |
| 6236 | 2026-05-27T02:24:43.560Z | [ recovery-image] May 27 02:24:42.575 INFO O| May 27 02:24:42.575 INFO STEP 415 (remove_files) COMPLETE |
| 6237 | 2026-05-27T02:24:43.560Z | [ recovery-image] May 27 02:24:42.575 INFO O| May 27 02:24:42.575 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6238 | 2026-05-27T02:24:43.560Z | [ recovery-image] May 27 02:24:42.585 INFO O| May 27 02:24:42.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen" |
| 6239 | 2026-05-27T02:24:43.560Z | [ recovery-image] May 27 02:24:42.585 INFO O| May 27 02:24:42.585 INFO STEP 416 (remove_files) COMPLETE |
| 6240 | 2026-05-27T02:24:43.560Z | [ recovery-image] May 27 02:24:42.585 INFO O| May 27 02:24:42.585 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6241 | 2026-05-27T02:24:43.560Z | [ recovery-image] May 27 02:24:42.594 INFO O| May 27 02:24:42.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit" |
| 6242 | 2026-05-27T02:24:43.560Z | [ recovery-image] May 27 02:24:42.594 INFO O| May 27 02:24:42.594 INFO STEP 417 (remove_files) COMPLETE |
| 6243 | 2026-05-27T02:24:43.560Z | [ recovery-image] May 27 02:24:42.594 INFO O| May 27 02:24:42.594 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6244 | 2026-05-27T02:24:43.565Z | [ recovery-image] May 27 02:24:42.602 INFO O| May 27 02:24:42.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim" |
| 6245 | 2026-05-27T02:24:43.569Z | [ recovery-image] May 27 02:24:42.602 INFO O| May 27 02:24:42.602 INFO STEP 418 (remove_files) COMPLETE |
| 6246 | 2026-05-27T02:24:43.569Z | [ recovery-image] May 27 02:24:42.602 INFO O| May 27 02:24:42.602 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6247 | 2026-05-27T02:24:43.574Z | [ recovery-image] May 27 02:24:42.612 INFO O| May 27 02:24:42.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor" |
| 6248 | 2026-05-27T02:24:43.574Z | [ recovery-image] May 27 02:24:42.612 INFO O| May 27 02:24:42.612 INFO STEP 419 (remove_files) COMPLETE |
| 6249 | 2026-05-27T02:24:43.574Z | [ recovery-image] May 27 02:24:42.612 INFO O| May 27 02:24:42.612 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6250 | 2026-05-27T02:24:43.581Z | [ recovery-image] May 27 02:24:42.619 INFO O| May 27 02:24:42.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat" |
| 6251 | 2026-05-27T02:24:43.581Z | [ recovery-image] May 27 02:24:42.619 INFO O| May 27 02:24:42.619 INFO STEP 420 (remove_files) COMPLETE |
| 6252 | 2026-05-27T02:24:43.585Z | [ recovery-image] May 27 02:24:42.619 INFO O| May 27 02:24:42.619 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6253 | 2026-05-27T02:24:43.588Z | [ recovery-image] May 27 02:24:42.626 INFO O| May 27 02:24:42.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt" |
| 6254 | 2026-05-27T02:24:43.588Z | [ recovery-image] May 27 02:24:42.626 INFO O| May 27 02:24:42.626 INFO STEP 421 (remove_files) COMPLETE |
| 6255 | 2026-05-27T02:24:43.592Z | [ recovery-image] May 27 02:24:42.626 INFO O| May 27 02:24:42.626 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6256 | 2026-05-27T02:24:43.595Z | [ recovery-image] May 27 02:24:42.634 INFO O| May 27 02:24:42.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w" |
| 6257 | 2026-05-27T02:24:43.595Z | [ recovery-image] May 27 02:24:42.634 INFO O| May 27 02:24:42.634 INFO STEP 422 (remove_files) COMPLETE |
| 6258 | 2026-05-27T02:24:43.599Z | [ recovery-image] May 27 02:24:42.634 INFO O| May 27 02:24:42.634 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6259 | 2026-05-27T02:24:43.606Z | [ recovery-image] May 27 02:24:42.644 INFO O| May 27 02:24:42.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait" |
| 6260 | 2026-05-27T02:24:43.606Z | [ recovery-image] May 27 02:24:42.644 INFO O| May 27 02:24:42.644 INFO STEP 423 (remove_files) COMPLETE |
| 6261 | 2026-05-27T02:24:43.606Z | [ recovery-image] May 27 02:24:42.644 INFO O| May 27 02:24:42.644 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6262 | 2026-05-27T02:24:43.615Z | [ recovery-image] May 27 02:24:42.653 INFO O| May 27 02:24:42.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch" |
| 6263 | 2026-05-27T02:24:43.615Z | [ recovery-image] May 27 02:24:42.653 INFO O| May 27 02:24:42.652 INFO STEP 424 (remove_files) COMPLETE |
| 6264 | 2026-05-27T02:24:43.615Z | [ recovery-image] May 27 02:24:42.653 INFO O| May 27 02:24:42.652 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6265 | 2026-05-27T02:24:43.625Z | [ recovery-image] May 27 02:24:42.663 INFO O| May 27 02:24:42.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc" |
| 6266 | 2026-05-27T02:24:43.625Z | [ recovery-image] May 27 02:24:42.663 INFO O| May 27 02:24:42.663 INFO STEP 425 (remove_files) COMPLETE |
| 6267 | 2026-05-27T02:24:43.626Z | [ recovery-image] May 27 02:24:42.663 INFO O| May 27 02:24:42.663 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6268 | 2026-05-27T02:24:43.635Z | [ recovery-image] May 27 02:24:42.673 INFO O| May 27 02:24:42.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which" |
| 6269 | 2026-05-27T02:24:43.636Z | [ recovery-image] May 27 02:24:42.673 INFO O| May 27 02:24:42.673 INFO STEP 426 (remove_files) COMPLETE |
| 6270 | 2026-05-27T02:24:43.636Z | [ recovery-image] May 27 02:24:42.673 INFO O| May 27 02:24:42.673 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6271 | 2026-05-27T02:24:43.646Z | [ recovery-image] May 27 02:24:42.683 INFO O| May 27 02:24:42.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls" |
| 6272 | 2026-05-27T02:24:43.646Z | [ recovery-image] May 27 02:24:42.683 INFO O| May 27 02:24:42.682 INFO STEP 427 (remove_files) COMPLETE |
| 6273 | 2026-05-27T02:24:43.689Z | [ recovery-image] May 27 02:24:42.683 INFO O| May 27 02:24:42.682 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6274 | 2026-05-27T02:24:43.689Z | [ recovery-image] May 27 02:24:42.693 INFO O| May 27 02:24:42.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct" |
| 6275 | 2026-05-27T02:24:43.689Z | [ recovery-image] May 27 02:24:42.693 INFO O| May 27 02:24:42.693 INFO STEP 428 (remove_files) COMPLETE |
| 6276 | 2026-05-27T02:24:43.689Z | [ recovery-image] May 27 02:24:42.693 INFO O| May 27 02:24:42.693 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6277 | 2026-05-27T02:24:43.689Z | [ recovery-image] May 27 02:24:42.703 INFO O| May 27 02:24:42.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write" |
| 6278 | 2026-05-27T02:24:43.689Z | [ recovery-image] May 27 02:24:42.703 INFO O| May 27 02:24:42.703 INFO STEP 429 (remove_files) COMPLETE |
| 6279 | 2026-05-27T02:24:43.689Z | [ recovery-image] May 27 02:24:42.703 INFO O| May 27 02:24:42.703 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6280 | 2026-05-27T02:24:43.689Z | [ recovery-image] May 27 02:24:42.713 INFO O| May 27 02:24:42.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs" |
| 6281 | 2026-05-27T02:24:43.689Z | [ recovery-image] May 27 02:24:42.713 INFO O| May 27 02:24:42.713 INFO STEP 430 (remove_files) COMPLETE |
| 6282 | 2026-05-27T02:24:43.689Z | [ recovery-image] May 27 02:24:42.713 INFO O| May 27 02:24:42.713 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6283 | 2026-05-27T02:24:43.689Z | [ recovery-image] May 27 02:24:42.724 INFO O| May 27 02:24:42.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config" |
| 6284 | 2026-05-27T02:24:43.689Z | [ recovery-image] May 27 02:24:42.724 INFO O| May 27 02:24:42.723 INFO STEP 431 (remove_files) COMPLETE |
| 6285 | 2026-05-27T02:24:43.689Z | [ recovery-image] May 27 02:24:42.724 INFO O| May 27 02:24:42.723 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6286 | 2026-05-27T02:24:43.696Z | [ recovery-image] May 27 02:24:42.732 INFO O| May 27 02:24:42.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog" |
| 6287 | 2026-05-27T02:24:43.696Z | [ recovery-image] May 27 02:24:42.732 INFO O| May 27 02:24:42.731 INFO STEP 432 (remove_files) COMPLETE |
| 6288 | 2026-05-27T02:24:43.700Z | [ recovery-image] May 27 02:24:42.732 INFO O| May 27 02:24:42.731 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6289 | 2026-05-27T02:24:43.704Z | [ recovery-image] May 27 02:24:42.742 INFO O| May 27 02:24:42.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint" |
| 6290 | 2026-05-27T02:24:43.704Z | [ recovery-image] May 27 02:24:42.742 INFO O| May 27 02:24:42.742 INFO STEP 433 (remove_files) COMPLETE |
| 6291 | 2026-05-27T02:24:43.704Z | [ recovery-image] May 27 02:24:42.742 INFO O| May 27 02:24:42.742 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6292 | 2026-05-27T02:24:43.714Z | [ recovery-image] May 27 02:24:42.752 INFO O| May 27 02:24:42.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf" |
| 6293 | 2026-05-27T02:24:43.715Z | [ recovery-image] May 27 02:24:42.752 INFO O| May 27 02:24:42.752 INFO STEP 434 (remove_files) COMPLETE |
| 6294 | 2026-05-27T02:24:43.715Z | [ recovery-image] May 27 02:24:42.752 INFO O| May 27 02:24:42.752 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6295 | 2026-05-27T02:24:43.726Z | [ recovery-image] May 27 02:24:42.763 INFO O| May 27 02:24:42.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr" |
| 6296 | 2026-05-27T02:24:43.726Z | [ recovery-image] May 27 02:24:42.763 INFO O| May 27 02:24:42.763 INFO STEP 435 (remove_files) COMPLETE |
| 6297 | 2026-05-27T02:24:43.726Z | [ recovery-image] May 27 02:24:42.763 INFO O| May 27 02:24:42.763 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6298 | 2026-05-27T02:24:43.735Z | [ recovery-image] May 27 02:24:42.772 INFO O| May 27 02:24:42.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd" |
| 6299 | 2026-05-27T02:24:43.739Z | [ recovery-image] May 27 02:24:42.772 INFO O| May 27 02:24:42.772 INFO STEP 436 (remove_files) COMPLETE |
| 6300 | 2026-05-27T02:24:43.739Z | [ recovery-image] May 27 02:24:42.772 INFO O| May 27 02:24:42.772 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6301 | 2026-05-27T02:24:43.744Z | [ recovery-image] May 27 02:24:42.782 INFO O| May 27 02:24:42.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz" |
| 6302 | 2026-05-27T02:24:43.744Z | [ recovery-image] May 27 02:24:42.782 INFO O| May 27 02:24:42.782 INFO STEP 437 (remove_files) COMPLETE |
| 6303 | 2026-05-27T02:24:43.748Z | [ recovery-image] May 27 02:24:42.782 INFO O| May 27 02:24:42.782 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6304 | 2026-05-27T02:24:43.753Z | [ recovery-image] May 27 02:24:42.791 INFO O| May 27 02:24:42.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec" |
| 6305 | 2026-05-27T02:24:43.753Z | [ recovery-image] May 27 02:24:42.791 INFO O| May 27 02:24:42.791 INFO STEP 438 (remove_files) COMPLETE |
| 6306 | 2026-05-27T02:24:43.753Z | [ recovery-image] May 27 02:24:42.791 INFO O| May 27 02:24:42.791 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6307 | 2026-05-27T02:24:43.763Z | [ recovery-image] May 27 02:24:42.800 INFO O| May 27 02:24:42.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff" |
| 6308 | 2026-05-27T02:24:43.763Z | [ recovery-image] May 27 02:24:42.800 INFO O| May 27 02:24:42.800 INFO STEP 439 (remove_files) COMPLETE |
| 6309 | 2026-05-27T02:24:43.766Z | [ recovery-image] May 27 02:24:42.800 INFO O| May 27 02:24:42.800 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6310 | 2026-05-27T02:24:43.771Z | [ recovery-image] May 27 02:24:42.808 INFO O| May 27 02:24:42.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep" |
| 6311 | 2026-05-27T02:24:43.771Z | [ recovery-image] May 27 02:24:42.808 INFO O| May 27 02:24:42.808 INFO STEP 440 (remove_files) COMPLETE |
| 6312 | 2026-05-27T02:24:43.775Z | [ recovery-image] May 27 02:24:42.808 INFO O| May 27 02:24:42.808 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6313 | 2026-05-27T02:24:43.780Z | [ recovery-image] May 27 02:24:42.817 INFO O| May 27 02:24:42.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless" |
| 6314 | 2026-05-27T02:24:43.783Z | [ recovery-image] May 27 02:24:42.817 INFO O| May 27 02:24:42.817 INFO STEP 441 (remove_files) COMPLETE |
| 6315 | 2026-05-27T02:24:43.783Z | [ recovery-image] May 27 02:24:42.817 INFO O| May 27 02:24:42.817 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6316 | 2026-05-27T02:24:43.788Z | [ recovery-image] May 27 02:24:42.826 INFO O| May 27 02:24:42.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore" |
| 6317 | 2026-05-27T02:24:43.788Z | [ recovery-image] May 27 02:24:42.826 INFO O| May 27 02:24:42.826 INFO STEP 442 (remove_files) COMPLETE |
| 6318 | 2026-05-27T02:24:43.788Z | [ recovery-image] May 27 02:24:42.826 INFO O| May 27 02:24:42.826 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6319 | 2026-05-27T02:24:43.798Z | [ recovery-image] May 27 02:24:42.836 INFO O| May 27 02:24:42.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes" |
| 6320 | 2026-05-27T02:24:43.799Z | [ recovery-image] May 27 02:24:42.836 INFO O| May 27 02:24:42.836 INFO STEP 443 (remove_files) COMPLETE |
| 6321 | 2026-05-27T02:24:43.802Z | [ recovery-image] May 27 02:24:42.836 INFO O| May 27 02:24:42.836 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6322 | 2026-05-27T02:24:43.811Z | [ recovery-image] May 27 02:24:42.848 INFO O| May 27 02:24:42.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat" |
| 6323 | 2026-05-27T02:24:43.811Z | [ recovery-image] May 27 02:24:42.848 INFO O| May 27 02:24:42.848 INFO STEP 444 (remove_files) COMPLETE |
| 6324 | 2026-05-27T02:24:43.814Z | [ recovery-image] May 27 02:24:42.848 INFO O| May 27 02:24:42.848 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6325 | 2026-05-27T02:24:43.822Z | [ recovery-image] May 27 02:24:42.859 INFO O| May 27 02:24:42.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat" |
| 6326 | 2026-05-27T02:24:43.822Z | [ recovery-image] May 27 02:24:42.859 INFO O| May 27 02:24:42.859 INFO STEP 445 (remove_files) COMPLETE |
| 6327 | 2026-05-27T02:24:43.822Z | [ recovery-image] May 27 02:24:42.859 INFO O| May 27 02:24:42.859 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6328 | 2026-05-27T02:24:43.831Z | [ recovery-image] May 27 02:24:42.869 INFO O| May 27 02:24:42.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd" |
| 6329 | 2026-05-27T02:24:43.831Z | [ recovery-image] May 27 02:24:42.869 INFO O| May 27 02:24:42.869 INFO STEP 446 (remove_files) COMPLETE |
| 6330 | 2026-05-27T02:24:43.835Z | [ recovery-image] May 27 02:24:42.869 INFO O| May 27 02:24:42.869 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6331 | 2026-05-27T02:24:43.840Z | [ recovery-image] May 27 02:24:42.878 INFO O| May 27 02:24:42.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep" |
| 6332 | 2026-05-27T02:24:43.840Z | [ recovery-image] May 27 02:24:42.878 INFO O| May 27 02:24:42.878 INFO STEP 447 (remove_files) COMPLETE |
| 6333 | 2026-05-27T02:24:43.843Z | [ recovery-image] May 27 02:24:42.878 INFO O| May 27 02:24:42.878 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6334 | 2026-05-27T02:24:43.849Z | [ recovery-image] May 27 02:24:42.886 INFO O| May 27 02:24:42.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless" |
| 6335 | 2026-05-27T02:24:43.849Z | [ recovery-image] May 27 02:24:42.887 INFO O| May 27 02:24:42.887 INFO STEP 448 (remove_files) COMPLETE |
| 6336 | 2026-05-27T02:24:43.852Z | [ recovery-image] May 27 02:24:42.887 INFO O| May 27 02:24:42.887 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6337 | 2026-05-27T02:24:43.857Z | [ recovery-image] May 27 02:24:42.895 INFO O| May 27 02:24:42.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
| 6338 | 2026-05-27T02:24:43.861Z | [ recovery-image] May 27 02:24:42.896 INFO O| May 27 02:24:42.896 INFO STEP 449 (remove_files) COMPLETE |
| 6339 | 2026-05-27T02:24:43.861Z | [ recovery-image] May 27 02:24:42.896 INFO O| May 27 02:24:42.896 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6340 | 2026-05-27T02:24:43.866Z | [ recovery-image] May 27 02:24:42.904 INFO O| May 27 02:24:42.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
| 6341 | 2026-05-27T02:24:43.866Z | [ recovery-image] May 27 02:24:42.904 INFO O| May 27 02:24:42.904 INFO STEP 450 (remove_files) COMPLETE |
| 6342 | 2026-05-27T02:24:43.870Z | [ recovery-image] May 27 02:24:42.904 INFO O| May 27 02:24:42.904 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6343 | 2026-05-27T02:24:43.874Z | [ recovery-image] May 27 02:24:42.912 INFO O| May 27 02:24:42.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
| 6344 | 2026-05-27T02:24:43.875Z | [ recovery-image] May 27 02:24:42.912 INFO O| May 27 02:24:42.912 INFO STEP 451 (remove_files) COMPLETE |
| 6345 | 2026-05-27T02:24:43.875Z | [ recovery-image] May 27 02:24:42.912 INFO O| May 27 02:24:42.912 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6346 | 2026-05-27T02:24:43.883Z | [ recovery-image] May 27 02:24:42.921 INFO O| May 27 02:24:42.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
| 6347 | 2026-05-27T02:24:43.883Z | [ recovery-image] May 27 02:24:42.921 INFO O| May 27 02:24:42.921 INFO STEP 452 (remove_files) COMPLETE |
| 6348 | 2026-05-27T02:24:43.886Z | [ recovery-image] May 27 02:24:42.921 INFO O| May 27 02:24:42.921 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6349 | 2026-05-27T02:24:43.891Z | [ recovery-image] May 27 02:24:42.928 INFO O| May 27 02:24:42.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
| 6350 | 2026-05-27T02:24:43.891Z | [ recovery-image] May 27 02:24:42.928 INFO O| May 27 02:24:42.928 INFO STEP 453 (remove_files) COMPLETE |
| 6351 | 2026-05-27T02:24:43.895Z | [ recovery-image] May 27 02:24:42.928 INFO O| May 27 02:24:42.928 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6352 | 2026-05-27T02:24:43.898Z | [ recovery-image] May 27 02:24:42.935 INFO O| May 27 02:24:42.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
| 6353 | 2026-05-27T02:24:43.898Z | [ recovery-image] May 27 02:24:42.935 INFO O| May 27 02:24:42.935 INFO STEP 454 (remove_files) COMPLETE |
| 6354 | 2026-05-27T02:24:43.898Z | [ recovery-image] May 27 02:24:42.935 INFO O| May 27 02:24:42.935 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6355 | 2026-05-27T02:24:43.905Z | [ recovery-image] May 27 02:24:42.943 INFO O| May 27 02:24:42.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
| 6356 | 2026-05-27T02:24:43.905Z | [ recovery-image] May 27 02:24:42.943 INFO O| May 27 02:24:42.943 INFO STEP 455 (remove_files) COMPLETE |
| 6357 | 2026-05-27T02:24:43.905Z | [ recovery-image] May 27 02:24:42.943 INFO O| May 27 02:24:42.943 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6358 | 2026-05-27T02:24:43.914Z | [ recovery-image] May 27 02:24:42.952 INFO O| May 27 02:24:42.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
| 6359 | 2026-05-27T02:24:43.914Z | [ recovery-image] May 27 02:24:42.952 INFO O| May 27 02:24:42.952 INFO STEP 456 (remove_files) COMPLETE |
| 6360 | 2026-05-27T02:24:43.918Z | [ recovery-image] May 27 02:24:42.952 INFO O| May 27 02:24:42.952 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6361 | 2026-05-27T02:24:43.924Z | [ recovery-image] May 27 02:24:42.962 INFO O| May 27 02:24:42.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
| 6362 | 2026-05-27T02:24:43.924Z | [ recovery-image] May 27 02:24:42.962 INFO O| May 27 02:24:42.962 INFO STEP 457 (remove_files) COMPLETE |
| 6363 | 2026-05-27T02:24:43.927Z | [ recovery-image] May 27 02:24:42.962 INFO O| May 27 02:24:42.962 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6364 | 2026-05-27T02:24:43.931Z | [ recovery-image] May 27 02:24:42.969 INFO O| May 27 02:24:42.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
| 6365 | 2026-05-27T02:24:43.931Z | [ recovery-image] May 27 02:24:42.969 INFO O| May 27 02:24:42.969 INFO STEP 458 (remove_files) COMPLETE |
| 6366 | 2026-05-27T02:24:43.934Z | [ recovery-image] May 27 02:24:42.969 INFO O| May 27 02:24:42.969 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6367 | 2026-05-27T02:24:43.937Z | [ recovery-image] May 27 02:24:42.976 INFO O| May 27 02:24:42.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
| 6368 | 2026-05-27T02:24:43.938Z | [ recovery-image] May 27 02:24:42.976 INFO O| May 27 02:24:42.976 INFO STEP 459 (remove_files) COMPLETE |
| 6369 | 2026-05-27T02:24:43.941Z | [ recovery-image] May 27 02:24:42.976 INFO O| May 27 02:24:42.976 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6370 | 2026-05-27T02:24:43.945Z | [ recovery-image] May 27 02:24:42.983 INFO O| May 27 02:24:42.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
| 6371 | 2026-05-27T02:24:43.945Z | [ recovery-image] May 27 02:24:42.983 INFO O| May 27 02:24:42.983 INFO STEP 460 (remove_files) COMPLETE |
| 6372 | 2026-05-27T02:24:43.949Z | [ recovery-image] May 27 02:24:42.983 INFO O| May 27 02:24:42.983 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6373 | 2026-05-27T02:24:43.952Z | [ recovery-image] May 27 02:24:42.989 INFO O| May 27 02:24:42.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9" |
| 6374 | 2026-05-27T02:24:43.952Z | [ recovery-image] May 27 02:24:42.990 INFO O| May 27 02:24:42.990 INFO STEP 461 (remove_files) COMPLETE |
| 6375 | 2026-05-27T02:24:43.952Z | [ recovery-image] May 27 02:24:42.990 INFO O| May 27 02:24:42.990 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6376 | 2026-05-27T02:24:43.961Z | [ recovery-image] May 27 02:24:42.998 INFO O| May 27 02:24:42.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
| 6377 | 2026-05-27T02:24:43.961Z | [ recovery-image] May 27 02:24:42.999 INFO O| May 27 02:24:42.999 INFO STEP 462 (remove_files) COMPLETE |
| 6378 | 2026-05-27T02:24:43.965Z | [ recovery-image] May 27 02:24:42.999 INFO O| May 27 02:24:42.999 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6379 | 2026-05-27T02:24:43.970Z | [ recovery-image] May 27 02:24:43.007 INFO O| May 27 02:24:43.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
| 6380 | 2026-05-27T02:24:43.970Z | [ recovery-image] May 27 02:24:43.007 INFO O| May 27 02:24:43.007 INFO STEP 463 (remove_files) COMPLETE |
| 6381 | 2026-05-27T02:24:43.970Z | [ recovery-image] May 27 02:24:43.007 INFO O| May 27 02:24:43.007 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6382 | 2026-05-27T02:24:43.978Z | [ recovery-image] May 27 02:24:43.016 INFO O| May 27 02:24:43.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags" |
| 6383 | 2026-05-27T02:24:43.979Z | [ recovery-image] May 27 02:24:43.016 INFO O| May 27 02:24:43.016 INFO STEP 464 (remove_files) COMPLETE |
| 6384 | 2026-05-27T02:24:43.982Z | [ recovery-image] May 27 02:24:43.016 INFO O| May 27 02:24:43.016 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6385 | 2026-05-27T02:24:43.988Z | [ recovery-image] May 27 02:24:43.026 INFO O| May 27 02:24:43.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit" |
| 6386 | 2026-05-27T02:24:43.988Z | [ recovery-image] May 27 02:24:43.026 INFO O| May 27 02:24:43.026 INFO STEP 465 (remove_files) COMPLETE |
| 6387 | 2026-05-27T02:24:43.988Z | [ recovery-image] May 27 02:24:43.026 INFO O| May 27 02:24:43.026 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6388 | 2026-05-27T02:24:43.997Z | [ recovery-image] May 27 02:24:43.035 INFO O| May 27 02:24:43.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex" |
| 6389 | 2026-05-27T02:24:43.997Z | [ recovery-image] May 27 02:24:43.035 INFO O| May 27 02:24:43.035 INFO STEP 466 (remove_files) COMPLETE |
| 6390 | 2026-05-27T02:24:44.001Z | [ recovery-image] May 27 02:24:43.035 INFO O| May 27 02:24:43.035 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6391 | 2026-05-27T02:24:44.005Z | [ recovery-image] May 27 02:24:43.043 INFO O| May 27 02:24:43.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh" |
| 6392 | 2026-05-27T02:24:44.005Z | [ recovery-image] May 27 02:24:43.043 INFO O| May 27 02:24:43.043 INFO STEP 467 (remove_files) COMPLETE |
| 6393 | 2026-05-27T02:24:44.005Z | [ recovery-image] May 27 02:24:43.043 INFO O| May 27 02:24:43.043 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6394 | 2026-05-27T02:24:44.015Z | [ recovery-image] May 27 02:24:43.052 INFO O| May 27 02:24:43.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh" |
| 6395 | 2026-05-27T02:24:44.015Z | [ recovery-image] May 27 02:24:43.052 INFO O| May 27 02:24:43.052 INFO STEP 468 (remove_files) COMPLETE |
| 6396 | 2026-05-27T02:24:44.016Z | [ recovery-image] May 27 02:24:43.052 INFO O| May 27 02:24:43.052 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6397 | 2026-05-27T02:24:44.024Z | [ recovery-image] May 27 02:24:43.062 INFO O| May 27 02:24:43.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit" |
| 6398 | 2026-05-27T02:24:44.025Z | [ recovery-image] May 27 02:24:43.062 INFO O| May 27 02:24:43.062 INFO STEP 469 (remove_files) COMPLETE |
| 6399 | 2026-05-27T02:24:44.025Z | [ recovery-image] May 27 02:24:43.062 INFO O| May 27 02:24:43.062 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6400 | 2026-05-27T02:24:44.033Z | [ recovery-image] May 27 02:24:43.070 INFO O| May 27 02:24:43.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi" |
| 6401 | 2026-05-27T02:24:44.033Z | [ recovery-image] May 27 02:24:43.070 INFO O| May 27 02:24:43.070 INFO STEP 470 (remove_files) COMPLETE |
| 6402 | 2026-05-27T02:24:44.033Z | [ recovery-image] May 27 02:24:43.070 INFO O| May 27 02:24:43.070 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6403 | 2026-05-27T02:24:44.041Z | [ recovery-image] May 27 02:24:43.078 INFO O| May 27 02:24:43.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view" |
| 6404 | 2026-05-27T02:24:44.041Z | [ recovery-image] May 27 02:24:43.078 INFO O| May 27 02:24:43.078 INFO STEP 471 (remove_files) COMPLETE |
| 6405 | 2026-05-27T02:24:44.041Z | [ recovery-image] May 27 02:24:43.078 INFO O| May 27 02:24:43.078 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6406 | 2026-05-27T02:24:44.050Z | [ recovery-image] May 27 02:24:43.088 INFO O| May 27 02:24:43.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux" |
| 6407 | 2026-05-27T02:24:44.054Z | [ recovery-image] May 27 02:24:43.089 INFO O| May 27 02:24:43.089 INFO STEP 472 (remove_files) COMPLETE |
| 6408 | 2026-05-27T02:24:44.054Z | [ recovery-image] May 27 02:24:43.089 INFO O| May 27 02:24:43.089 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6409 | 2026-05-27T02:24:44.061Z | [ recovery-image] May 27 02:24:43.099 INFO O| May 27 02:24:43.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool" |
| 6410 | 2026-05-27T02:24:44.061Z | [ recovery-image] May 27 02:24:43.099 INFO O| May 27 02:24:43.099 INFO STEP 473 (remove_files) COMPLETE |
| 6411 | 2026-05-27T02:24:44.065Z | [ recovery-image] May 27 02:24:43.099 INFO O| May 27 02:24:43.099 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6412 | 2026-05-27T02:24:44.068Z | [ recovery-image] May 27 02:24:43.106 INFO O| May 27 02:24:43.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt" |
| 6413 | 2026-05-27T02:24:44.068Z | [ recovery-image] May 27 02:24:43.106 INFO O| May 27 02:24:43.106 INFO STEP 474 (remove_files) COMPLETE |
| 6414 | 2026-05-27T02:24:44.069Z | [ recovery-image] May 27 02:24:43.106 INFO O| May 27 02:24:43.106 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6415 | 2026-05-27T02:24:44.079Z | [ recovery-image] May 27 02:24:43.116 INFO O| May 27 02:24:43.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm" |
| 6416 | 2026-05-27T02:24:44.079Z | [ recovery-image] May 27 02:24:43.116 INFO O| May 27 02:24:43.116 INFO STEP 475 (remove_files) COMPLETE |
| 6417 | 2026-05-27T02:24:44.079Z | [ recovery-image] May 27 02:24:43.116 INFO O| May 27 02:24:43.116 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6418 | 2026-05-27T02:24:44.089Z | [ recovery-image] May 27 02:24:43.127 INFO O| May 27 02:24:43.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts" |
| 6419 | 2026-05-27T02:24:44.090Z | [ recovery-image] May 27 02:24:43.127 INFO O| May 27 02:24:43.127 INFO STEP 476 (remove_files) COMPLETE |
| 6420 | 2026-05-27T02:24:44.093Z | [ recovery-image] May 27 02:24:43.127 INFO O| May 27 02:24:43.127 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6421 | 2026-05-27T02:24:44.097Z | [ recovery-image] May 27 02:24:43.135 INFO O| May 27 02:24:43.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm" |
| 6422 | 2026-05-27T02:24:44.098Z | [ recovery-image] May 27 02:24:43.135 INFO O| May 27 02:24:43.135 INFO STEP 477 (remove_files) COMPLETE |
| 6423 | 2026-05-27T02:24:44.101Z | [ recovery-image] May 27 02:24:43.135 INFO O| May 27 02:24:43.135 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6424 | 2026-05-27T02:24:44.106Z | [ recovery-image] May 27 02:24:43.143 INFO O| May 27 02:24:43.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons" |
| 6425 | 2026-05-27T02:24:44.109Z | [ recovery-image] May 27 02:24:43.144 INFO O| May 27 02:24:43.144 INFO STEP 478 (remove_files) COMPLETE |
| 6426 | 2026-05-27T02:24:44.109Z | [ recovery-image] May 27 02:24:43.144 INFO O| May 27 02:24:43.144 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6427 | 2026-05-27T02:24:44.114Z | [ recovery-image] May 27 02:24:43.152 INFO O| May 27 02:24:43.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf" |
| 6428 | 2026-05-27T02:24:44.114Z | [ recovery-image] May 27 02:24:43.152 INFO O| May 27 02:24:43.152 INFO STEP 479 (remove_files) COMPLETE |
| 6429 | 2026-05-27T02:24:44.114Z | [ recovery-image] May 27 02:24:43.152 INFO O| May 27 02:24:43.152 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6430 | 2026-05-27T02:24:44.121Z | [ recovery-image] May 27 02:24:43.159 INFO O| May 27 02:24:43.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf" |
| 6431 | 2026-05-27T02:24:44.121Z | [ recovery-image] May 27 02:24:43.159 INFO O| May 27 02:24:43.159 INFO STEP 480 (remove_files) COMPLETE |
| 6432 | 2026-05-27T02:24:44.121Z | [ recovery-image] May 27 02:24:43.159 INFO O| May 27 02:24:43.159 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6433 | 2026-05-27T02:24:44.127Z | [ recovery-image] May 27 02:24:43.165 INFO O| May 27 02:24:43.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf" |
| 6434 | 2026-05-27T02:24:44.127Z | [ recovery-image] May 27 02:24:43.165 INFO O| May 27 02:24:43.165 INFO STEP 481 (remove_files) COMPLETE |
| 6435 | 2026-05-27T02:24:44.131Z | [ recovery-image] May 27 02:24:43.165 INFO O| May 27 02:24:43.165 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6436 | 2026-05-27T02:24:44.134Z | [ recovery-image] May 27 02:24:43.172 INFO O| May 27 02:24:43.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf" |
| 6437 | 2026-05-27T02:24:44.134Z | [ recovery-image] May 27 02:24:43.172 INFO O| May 27 02:24:43.172 INFO STEP 482 (remove_files) COMPLETE |
| 6438 | 2026-05-27T02:24:44.138Z | [ recovery-image] May 27 02:24:43.172 INFO O| May 27 02:24:43.172 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6439 | 2026-05-27T02:24:44.142Z | [ recovery-image] May 27 02:24:43.179 INFO O| May 27 02:24:43.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf" |
| 6440 | 2026-05-27T02:24:44.142Z | [ recovery-image] May 27 02:24:43.180 INFO O| May 27 02:24:43.179 INFO STEP 483 (remove_files) COMPLETE |
| 6441 | 2026-05-27T02:24:44.142Z | [ recovery-image] May 27 02:24:43.180 INFO O| May 27 02:24:43.179 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6442 | 2026-05-27T02:24:44.150Z | [ recovery-image] May 27 02:24:43.187 INFO O| May 27 02:24:43.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf" |
| 6443 | 2026-05-27T02:24:44.150Z | [ recovery-image] May 27 02:24:43.188 INFO O| May 27 02:24:43.188 INFO STEP 484 (remove_files) COMPLETE |
| 6444 | 2026-05-27T02:24:44.150Z | [ recovery-image] May 27 02:24:43.188 INFO O| May 27 02:24:43.188 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6445 | 2026-05-27T02:24:44.157Z | [ recovery-image] May 27 02:24:43.195 INFO O| May 27 02:24:43.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf" |
| 6446 | 2026-05-27T02:24:44.157Z | [ recovery-image] May 27 02:24:43.195 INFO O| May 27 02:24:43.195 INFO STEP 485 (remove_files) COMPLETE |
| 6447 | 2026-05-27T02:24:44.157Z | [ recovery-image] May 27 02:24:43.195 INFO O| May 27 02:24:43.195 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6448 | 2026-05-27T02:24:44.165Z | [ recovery-image] May 27 02:24:43.203 INFO O| May 27 02:24:43.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf" |
| 6449 | 2026-05-27T02:24:44.165Z | [ recovery-image] May 27 02:24:43.203 INFO O| May 27 02:24:43.203 INFO STEP 486 (remove_files) COMPLETE |
| 6450 | 2026-05-27T02:24:44.169Z | [ recovery-image] May 27 02:24:43.203 INFO O| May 27 02:24:43.203 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6451 | 2026-05-27T02:24:44.172Z | [ recovery-image] May 27 02:24:43.210 INFO O| May 27 02:24:43.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec" |
| 6452 | 2026-05-27T02:24:44.176Z | [ recovery-image] May 27 02:24:43.211 INFO O| May 27 02:24:43.210 INFO STEP 487 (remove_files) COMPLETE |
| 6453 | 2026-05-27T02:24:44.176Z | [ recovery-image] May 27 02:24:43.211 INFO O| May 27 02:24:43.211 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6454 | 2026-05-27T02:24:44.180Z | [ recovery-image] May 27 02:24:43.218 INFO O| May 27 02:24:43.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec" |
| 6455 | 2026-05-27T02:24:44.180Z | [ recovery-image] May 27 02:24:43.218 INFO O| May 27 02:24:43.218 INFO STEP 488 (remove_files) COMPLETE |
| 6456 | 2026-05-27T02:24:44.184Z | [ recovery-image] May 27 02:24:43.218 INFO O| May 27 02:24:43.218 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6457 | 2026-05-27T02:24:44.188Z | [ recovery-image] May 27 02:24:43.225 INFO O| May 27 02:24:43.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs" |
| 6458 | 2026-05-27T02:24:44.188Z | [ recovery-image] May 27 02:24:43.226 INFO O| May 27 02:24:43.226 INFO STEP 489 (remove_files) COMPLETE |
| 6459 | 2026-05-27T02:24:44.188Z | [ recovery-image] May 27 02:24:43.226 INFO O| May 27 02:24:43.226 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6460 | 2026-05-27T02:24:44.196Z | [ recovery-image] May 27 02:24:43.233 INFO O| May 27 02:24:43.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs" |
| 6461 | 2026-05-27T02:24:44.196Z | [ recovery-image] May 27 02:24:43.234 INFO O| May 27 02:24:43.233 INFO STEP 490 (remove_files) COMPLETE |
| 6462 | 2026-05-27T02:24:44.196Z | [ recovery-image] May 27 02:24:43.234 INFO O| May 27 02:24:43.233 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6463 | 2026-05-27T02:24:44.204Z | [ recovery-image] May 27 02:24:43.241 INFO O| May 27 02:24:43.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
| 6464 | 2026-05-27T02:24:44.204Z | [ recovery-image] May 27 02:24:43.242 INFO O| May 27 02:24:43.242 INFO STEP 491 (remove_files) COMPLETE |
| 6465 | 2026-05-27T02:24:44.204Z | [ recovery-image] May 27 02:24:43.242 INFO O| May 27 02:24:43.242 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6466 | 2026-05-27T02:24:44.212Z | [ recovery-image] May 27 02:24:43.250 INFO O| May 27 02:24:43.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
| 6467 | 2026-05-27T02:24:44.212Z | [ recovery-image] May 27 02:24:43.250 INFO O| May 27 02:24:43.250 INFO STEP 492 (remove_files) COMPLETE |
| 6468 | 2026-05-27T02:24:44.212Z | [ recovery-image] May 27 02:24:43.250 INFO O| May 27 02:24:43.250 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6469 | 2026-05-27T02:24:44.220Z | [ recovery-image] May 27 02:24:43.258 INFO O| May 27 02:24:43.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
| 6470 | 2026-05-27T02:24:44.220Z | [ recovery-image] May 27 02:24:43.258 INFO O| May 27 02:24:43.258 INFO STEP 493 (remove_files) COMPLETE |
| 6471 | 2026-05-27T02:24:44.220Z | [ recovery-image] May 27 02:24:43.258 INFO O| May 27 02:24:43.258 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6472 | 2026-05-27T02:24:44.228Z | [ recovery-image] May 27 02:24:43.266 INFO O| May 27 02:24:43.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
| 6473 | 2026-05-27T02:24:44.228Z | [ recovery-image] May 27 02:24:43.266 INFO O| May 27 02:24:43.266 INFO STEP 494 (remove_files) COMPLETE |
| 6474 | 2026-05-27T02:24:44.228Z | [ recovery-image] May 27 02:24:43.266 INFO O| May 27 02:24:43.266 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6475 | 2026-05-27T02:24:44.236Z | [ recovery-image] May 27 02:24:43.274 INFO O| May 27 02:24:43.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA" |
| 6476 | 2026-05-27T02:24:44.236Z | [ recovery-image] May 27 02:24:43.274 INFO O| May 27 02:24:43.274 INFO STEP 495 (remove_files) COMPLETE |
| 6477 | 2026-05-27T02:24:44.239Z | [ recovery-image] May 27 02:24:43.274 INFO O| May 27 02:24:43.274 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6478 | 2026-05-27T02:24:44.244Z | [ recovery-image] May 27 02:24:43.282 INFO O| May 27 02:24:43.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT" |
| 6479 | 2026-05-27T02:24:44.244Z | [ recovery-image] May 27 02:24:43.282 INFO O| May 27 02:24:43.282 INFO STEP 496 (remove_files) COMPLETE |
| 6480 | 2026-05-27T02:24:44.247Z | [ recovery-image] May 27 02:24:43.282 INFO O| May 27 02:24:43.282 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6481 | 2026-05-27T02:24:44.251Z | [ recovery-image] May 27 02:24:43.289 INFO O| May 27 02:24:43.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
| 6482 | 2026-05-27T02:24:44.251Z | [ recovery-image] May 27 02:24:43.289 INFO O| May 27 02:24:43.289 INFO STEP 497 (remove_files) COMPLETE |
| 6483 | 2026-05-27T02:24:44.254Z | [ recovery-image] May 27 02:24:43.289 INFO O| May 27 02:24:43.289 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6484 | 2026-05-27T02:24:44.259Z | [ recovery-image] May 27 02:24:43.296 INFO O| May 27 02:24:43.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
| 6485 | 2026-05-27T02:24:44.259Z | [ recovery-image] May 27 02:24:43.297 INFO O| May 27 02:24:43.296 INFO STEP 498 (remove_files) COMPLETE |
| 6486 | 2026-05-27T02:24:44.259Z | [ recovery-image] May 27 02:24:43.297 INFO O| May 27 02:24:43.297 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6487 | 2026-05-27T02:24:44.265Z | [ recovery-image] May 27 02:24:43.303 INFO O| May 27 02:24:43.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod" |
| 6488 | 2026-05-27T02:24:44.265Z | [ recovery-image] May 27 02:24:43.303 INFO O| May 27 02:24:43.303 INFO STEP 499 (remove_files) COMPLETE |
| 6489 | 2026-05-27T02:24:44.265Z | [ recovery-image] May 27 02:24:43.303 INFO O| May 27 02:24:43.303 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6490 | 2026-05-27T02:24:44.272Z | [ recovery-image] May 27 02:24:43.310 INFO O| May 27 02:24:43.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod" |
| 6491 | 2026-05-27T02:24:44.272Z | [ recovery-image] May 27 02:24:43.310 INFO O| May 27 02:24:43.310 INFO STEP 500 (remove_files) COMPLETE |
| 6492 | 2026-05-27T02:24:44.276Z | [ recovery-image] May 27 02:24:43.310 INFO O| May 27 02:24:43.310 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6493 | 2026-05-27T02:24:44.280Z | [ recovery-image] May 27 02:24:43.317 INFO O| May 27 02:24:43.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl" |
| 6494 | 2026-05-27T02:24:44.280Z | [ recovery-image] May 27 02:24:43.317 INFO O| May 27 02:24:43.317 INFO STEP 501 (remove_files) COMPLETE |
| 6495 | 2026-05-27T02:24:44.280Z | [ recovery-image] May 27 02:24:43.317 INFO O| May 27 02:24:43.317 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6496 | 2026-05-27T02:24:44.286Z | [ recovery-image] May 27 02:24:43.324 INFO O| May 27 02:24:43.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys" |
| 6497 | 2026-05-27T02:24:44.286Z | [ recovery-image] May 27 02:24:43.324 INFO O| May 27 02:24:43.324 INFO STEP 502 (remove_files) COMPLETE |
| 6498 | 2026-05-27T02:24:44.286Z | [ recovery-image] May 27 02:24:43.324 INFO O| May 27 02:24:43.324 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6499 | 2026-05-27T02:24:44.292Z | [ recovery-image] May 27 02:24:43.330 INFO O| May 27 02:24:43.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct" |
| 6500 | 2026-05-27T02:24:44.293Z | [ recovery-image] May 27 02:24:43.330 INFO O| May 27 02:24:43.330 INFO STEP 503 (remove_files) COMPLETE |
| 6501 | 2026-05-27T02:24:44.297Z | [ recovery-image] May 27 02:24:43.330 INFO O| May 27 02:24:43.330 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6502 | 2026-05-27T02:24:44.300Z | [ recovery-image] May 27 02:24:43.337 INFO O| May 27 02:24:43.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README" |
| 6503 | 2026-05-27T02:24:44.300Z | [ recovery-image] May 27 02:24:43.337 INFO O| May 27 02:24:43.337 INFO STEP 504 (remove_files) COMPLETE |
| 6504 | 2026-05-27T02:24:44.300Z | [ recovery-image] May 27 02:24:43.337 INFO O| May 27 02:24:43.337 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6505 | 2026-05-27T02:24:44.306Z | [ recovery-image] May 27 02:24:43.344 INFO O| May 27 02:24:43.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map" |
| 6506 | 2026-05-27T02:24:44.306Z | [ recovery-image] May 27 02:24:43.344 INFO O| May 27 02:24:43.344 INFO STEP 505 (remove_files) COMPLETE |
| 6507 | 2026-05-27T02:24:44.310Z | [ recovery-image] May 27 02:24:43.344 INFO O| May 27 02:24:43.344 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6508 | 2026-05-27T02:24:44.313Z | [ recovery-image] May 27 02:24:43.351 INFO O| May 27 02:24:43.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace" |
| 6509 | 2026-05-27T02:24:44.313Z | [ recovery-image] May 27 02:24:43.351 INFO O| May 27 02:24:43.351 INFO STEP 506 (remove_files) COMPLETE |
| 6510 | 2026-05-27T02:24:44.318Z | [ recovery-image] May 27 02:24:43.351 INFO O| May 27 02:24:43.351 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6511 | 2026-05-27T02:24:44.322Z | [ recovery-image] May 27 02:24:43.358 INFO O| May 27 02:24:43.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen" |
| 6512 | 2026-05-27T02:24:44.322Z | [ recovery-image] May 27 02:24:43.358 INFO O| May 27 02:24:43.358 INFO STEP 507 (remove_files) COMPLETE |
| 6513 | 2026-05-27T02:24:44.322Z | [ recovery-image] May 27 02:24:43.358 INFO O| May 27 02:24:43.358 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6514 | 2026-05-27T02:24:44.327Z | [ recovery-image] May 27 02:24:43.365 INFO O| May 27 02:24:43.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1" |
| 6515 | 2026-05-27T02:24:44.327Z | [ recovery-image] May 27 02:24:43.365 INFO O| May 27 02:24:43.365 INFO STEP 508 (remove_files) COMPLETE |
| 6516 | 2026-05-27T02:24:44.331Z | [ recovery-image] May 27 02:24:43.365 INFO O| May 27 02:24:43.365 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6517 | 2026-05-27T02:24:44.335Z | [ recovery-image] May 27 02:24:43.373 INFO O| May 27 02:24:43.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3" |
| 6518 | 2026-05-27T02:24:44.335Z | [ recovery-image] May 27 02:24:43.373 INFO O| May 27 02:24:43.373 INFO STEP 509 (remove_files) COMPLETE |
| 6519 | 2026-05-27T02:24:44.339Z | [ recovery-image] May 27 02:24:43.373 INFO O| May 27 02:24:43.373 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6520 | 2026-05-27T02:24:44.346Z | [ recovery-image] May 27 02:24:43.383 INFO O| May 27 02:24:43.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4" |
| 6521 | 2026-05-27T02:24:44.346Z | [ recovery-image] May 27 02:24:43.383 INFO O| May 27 02:24:43.383 INFO STEP 510 (remove_files) COMPLETE |
| 6522 | 2026-05-27T02:24:44.350Z | [ recovery-image] May 27 02:24:43.383 INFO O| May 27 02:24:43.383 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6523 | 2026-05-27T02:24:44.353Z | [ recovery-image] May 27 02:24:43.390 INFO O| May 27 02:24:43.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o" |
| 6524 | 2026-05-27T02:24:44.354Z | [ recovery-image] May 27 02:24:43.390 INFO O| May 27 02:24:43.390 INFO STEP 511 (remove_files) COMPLETE |
| 6525 | 2026-05-27T02:24:44.354Z | [ recovery-image] May 27 02:24:43.390 INFO O| May 27 02:24:43.390 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6526 | 2026-05-27T02:24:44.360Z | [ recovery-image] May 27 02:24:43.398 INFO O| May 27 02:24:43.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o" |
| 6527 | 2026-05-27T02:24:44.360Z | [ recovery-image] May 27 02:24:43.398 INFO O| May 27 02:24:43.398 INFO STEP 512 (remove_files) COMPLETE |
| 6528 | 2026-05-27T02:24:44.364Z | [ recovery-image] May 27 02:24:43.398 INFO O| May 27 02:24:43.398 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6529 | 2026-05-27T02:24:44.368Z | [ recovery-image] May 27 02:24:43.405 INFO O| May 27 02:24:43.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1" |
| 6530 | 2026-05-27T02:24:44.368Z | [ recovery-image] May 27 02:24:43.406 INFO O| May 27 02:24:43.406 INFO STEP 513 (remove_files) COMPLETE |
| 6531 | 2026-05-27T02:24:44.368Z | [ recovery-image] May 27 02:24:43.406 INFO O| May 27 02:24:43.406 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6532 | 2026-05-27T02:24:44.376Z | [ recovery-image] May 27 02:24:43.413 INFO O| May 27 02:24:43.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
| 6533 | 2026-05-27T02:24:44.376Z | [ recovery-image] May 27 02:24:43.413 INFO O| May 27 02:24:43.413 INFO STEP 514 (remove_files) COMPLETE |
| 6534 | 2026-05-27T02:24:44.380Z | [ recovery-image] May 27 02:24:43.413 INFO O| May 27 02:24:43.413 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6535 | 2026-05-27T02:24:44.383Z | [ recovery-image] May 27 02:24:43.421 INFO O| May 27 02:24:43.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
| 6536 | 2026-05-27T02:24:44.384Z | [ recovery-image] May 27 02:24:43.421 INFO O| May 27 02:24:43.421 INFO STEP 515 (remove_files) COMPLETE |
| 6537 | 2026-05-27T02:24:44.384Z | [ recovery-image] May 27 02:24:43.421 INFO O| May 27 02:24:43.421 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6538 | 2026-05-27T02:24:44.391Z | [ recovery-image] May 27 02:24:43.429 INFO O| May 27 02:24:43.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1" |
| 6539 | 2026-05-27T02:24:44.391Z | [ recovery-image] May 27 02:24:43.429 INFO O| May 27 02:24:43.429 INFO STEP 516 (remove_files) COMPLETE |
| 6540 | 2026-05-27T02:24:44.395Z | [ recovery-image] May 27 02:24:43.429 INFO O| May 27 02:24:43.429 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6541 | 2026-05-27T02:24:44.401Z | [ recovery-image] May 27 02:24:43.438 INFO O| May 27 02:24:43.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
| 6542 | 2026-05-27T02:24:44.401Z | [ recovery-image] May 27 02:24:43.438 INFO O| May 27 02:24:43.438 INFO STEP 517 (remove_files) COMPLETE |
| 6543 | 2026-05-27T02:24:44.404Z | [ recovery-image] May 27 02:24:43.438 INFO O| May 27 02:24:43.438 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6544 | 2026-05-27T02:24:44.409Z | [ recovery-image] May 27 02:24:43.447 INFO O| May 27 02:24:43.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
| 6545 | 2026-05-27T02:24:44.409Z | [ recovery-image] May 27 02:24:43.447 INFO O| May 27 02:24:43.447 INFO STEP 518 (remove_files) COMPLETE |
| 6546 | 2026-05-27T02:24:44.412Z | [ recovery-image] May 27 02:24:43.447 INFO O| May 27 02:24:43.447 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6547 | 2026-05-27T02:24:44.416Z | [ recovery-image] May 27 02:24:43.454 INFO O| May 27 02:24:43.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
| 6548 | 2026-05-27T02:24:44.416Z | [ recovery-image] May 27 02:24:43.454 INFO O| May 27 02:24:43.454 INFO STEP 519 (remove_files) COMPLETE |
| 6549 | 2026-05-27T02:24:44.417Z | [ recovery-image] May 27 02:24:43.454 INFO O| May 27 02:24:43.454 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6550 | 2026-05-27T02:24:44.423Z | [ recovery-image] May 27 02:24:43.461 INFO O| May 27 02:24:43.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
| 6551 | 2026-05-27T02:24:44.424Z | [ recovery-image] May 27 02:24:43.461 INFO O| May 27 02:24:43.461 INFO STEP 520 (remove_files) COMPLETE |
| 6552 | 2026-05-27T02:24:44.427Z | [ recovery-image] May 27 02:24:43.461 INFO O| May 27 02:24:43.461 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6553 | 2026-05-27T02:24:44.431Z | [ recovery-image] May 27 02:24:43.468 INFO O| May 27 02:24:43.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub" |
| 6554 | 2026-05-27T02:24:44.431Z | [ recovery-image] May 27 02:24:43.468 INFO O| May 27 02:24:43.468 INFO STEP 521 (remove_files) COMPLETE |
| 6555 | 2026-05-27T02:24:44.431Z | [ recovery-image] May 27 02:24:43.468 INFO O| May 27 02:24:43.468 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6556 | 2026-05-27T02:24:44.436Z | [ recovery-image] May 27 02:24:43.474 INFO O| May 27 02:24:43.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1" |
| 6557 | 2026-05-27T02:24:44.436Z | [ recovery-image] May 27 02:24:43.474 INFO O| May 27 02:24:43.474 INFO STEP 522 (remove_files) COMPLETE |
| 6558 | 2026-05-27T02:24:44.436Z | [ recovery-image] May 27 02:24:43.474 INFO O| May 27 02:24:43.474 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6559 | 2026-05-27T02:24:44.442Z | [ recovery-image] May 27 02:24:43.480 INFO O| May 27 02:24:43.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1" |
| 6560 | 2026-05-27T02:24:44.442Z | [ recovery-image] May 27 02:24:43.480 INFO O| May 27 02:24:43.480 INFO STEP 523 (remove_files) COMPLETE |
| 6561 | 2026-05-27T02:24:44.446Z | [ recovery-image] May 27 02:24:43.480 INFO O| May 27 02:24:43.480 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6562 | 2026-05-27T02:24:44.449Z | [ recovery-image] May 27 02:24:43.486 INFO O| May 27 02:24:43.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1" |
| 6563 | 2026-05-27T02:24:44.450Z | [ recovery-image] May 27 02:24:43.486 INFO O| May 27 02:24:43.486 INFO STEP 524 (remove_files) COMPLETE |
| 6564 | 2026-05-27T02:24:44.450Z | [ recovery-image] May 27 02:24:43.486 INFO O| May 27 02:24:43.486 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6565 | 2026-05-27T02:24:44.455Z | [ recovery-image] May 27 02:24:43.493 INFO O| May 27 02:24:43.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1" |
| 6566 | 2026-05-27T02:24:44.455Z | [ recovery-image] May 27 02:24:43.493 INFO O| May 27 02:24:43.493 INFO STEP 525 (remove_files) COMPLETE |
| 6567 | 2026-05-27T02:24:44.459Z | [ recovery-image] May 27 02:24:43.493 INFO O| May 27 02:24:43.493 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6568 | 2026-05-27T02:24:44.462Z | [ recovery-image] May 27 02:24:43.499 INFO O| May 27 02:24:43.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1" |
| 6569 | 2026-05-27T02:24:44.462Z | [ recovery-image] May 27 02:24:43.499 INFO O| May 27 02:24:43.499 INFO STEP 526 (remove_files) COMPLETE |
| 6570 | 2026-05-27T02:24:44.462Z | [ recovery-image] May 27 02:24:43.499 INFO O| May 27 02:24:43.499 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6571 | 2026-05-27T02:24:44.467Z | [ recovery-image] May 27 02:24:43.505 INFO O| May 27 02:24:43.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0" |
| 6572 | 2026-05-27T02:24:44.468Z | [ recovery-image] May 27 02:24:43.505 INFO O| May 27 02:24:43.505 INFO STEP 527 (remove_files) COMPLETE |
| 6573 | 2026-05-27T02:24:44.468Z | [ recovery-image] May 27 02:24:43.505 INFO O| May 27 02:24:43.505 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6574 | 2026-05-27T02:24:44.474Z | [ recovery-image] May 27 02:24:43.511 INFO O| May 27 02:24:43.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0" |
| 6575 | 2026-05-27T02:24:44.474Z | [ recovery-image] May 27 02:24:43.511 INFO O| May 27 02:24:43.511 INFO STEP 528 (remove_files) COMPLETE |
| 6576 | 2026-05-27T02:24:44.477Z | [ recovery-image] May 27 02:24:43.511 INFO O| May 27 02:24:43.511 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6577 | 2026-05-27T02:24:44.481Z | [ recovery-image] May 27 02:24:43.517 INFO O| May 27 02:24:43.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0" |
| 6578 | 2026-05-27T02:24:44.481Z | [ recovery-image] May 27 02:24:43.518 INFO O| May 27 02:24:43.518 INFO STEP 529 (remove_files) COMPLETE |
| 6579 | 2026-05-27T02:24:44.481Z | [ recovery-image] May 27 02:24:43.518 INFO O| May 27 02:24:43.518 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6580 | 2026-05-27T02:24:44.487Z | [ recovery-image] May 27 02:24:43.525 INFO O| May 27 02:24:43.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
| 6581 | 2026-05-27T02:24:44.487Z | [ recovery-image] May 27 02:24:43.525 INFO O| May 27 02:24:43.525 INFO STEP 530 (remove_files) COMPLETE |
| 6582 | 2026-05-27T02:24:44.491Z | [ recovery-image] May 27 02:24:43.525 INFO O| May 27 02:24:43.525 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6583 | 2026-05-27T02:24:44.494Z | [ recovery-image] May 27 02:24:43.531 INFO O| May 27 02:24:43.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
| 6584 | 2026-05-27T02:24:44.495Z | [ recovery-image] May 27 02:24:43.531 INFO O| May 27 02:24:43.531 INFO STEP 531 (remove_files) COMPLETE |
| 6585 | 2026-05-27T02:24:44.495Z | [ recovery-image] May 27 02:24:43.531 INFO O| May 27 02:24:43.531 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6586 | 2026-05-27T02:24:44.501Z | [ recovery-image] May 27 02:24:43.537 INFO O| May 27 02:24:43.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1" |
| 6587 | 2026-05-27T02:24:44.501Z | [ recovery-image] May 27 02:24:43.537 INFO O| May 27 02:24:43.537 INFO STEP 532 (remove_files) COMPLETE |
| 6588 | 2026-05-27T02:24:44.501Z | [ recovery-image] May 27 02:24:43.537 INFO O| May 27 02:24:43.537 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6589 | 2026-05-27T02:24:44.506Z | [ recovery-image] May 27 02:24:43.543 INFO O| May 27 02:24:43.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1" |
| 6590 | 2026-05-27T02:24:44.506Z | [ recovery-image] May 27 02:24:43.543 INFO O| May 27 02:24:43.543 INFO STEP 533 (remove_files) COMPLETE |
| 6591 | 2026-05-27T02:24:44.506Z | [ recovery-image] May 27 02:24:43.543 INFO O| May 27 02:24:43.543 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6592 | 2026-05-27T02:24:44.511Z | [ recovery-image] May 27 02:24:43.549 INFO O| May 27 02:24:43.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1" |
| 6593 | 2026-05-27T02:24:44.511Z | [ recovery-image] May 27 02:24:43.549 INFO O| May 27 02:24:43.549 INFO STEP 534 (remove_files) COMPLETE |
| 6594 | 2026-05-27T02:24:44.511Z | [ recovery-image] May 27 02:24:43.549 INFO O| May 27 02:24:43.549 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6595 | 2026-05-27T02:24:44.518Z | [ recovery-image] May 27 02:24:43.555 INFO O| May 27 02:24:43.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
| 6596 | 2026-05-27T02:24:44.518Z | [ recovery-image] May 27 02:24:43.556 INFO O| May 27 02:24:43.556 INFO STEP 535 (remove_files) COMPLETE |
| 6597 | 2026-05-27T02:24:44.521Z | [ recovery-image] May 27 02:24:43.556 INFO O| May 27 02:24:43.556 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6598 | 2026-05-27T02:24:44.524Z | [ recovery-image] May 27 02:24:43.562 INFO O| May 27 02:24:43.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
| 6599 | 2026-05-27T02:24:44.525Z | [ recovery-image] May 27 02:24:43.562 INFO O| May 27 02:24:43.562 INFO STEP 536 (remove_files) COMPLETE |
| 6600 | 2026-05-27T02:24:44.525Z | [ recovery-image] May 27 02:24:43.562 INFO O| May 27 02:24:43.562 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6601 | 2026-05-27T02:24:44.531Z | [ recovery-image] May 27 02:24:43.568 INFO O| May 27 02:24:43.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1" |
| 6602 | 2026-05-27T02:24:44.531Z | [ recovery-image] May 27 02:24:43.569 INFO O| May 27 02:24:43.569 INFO STEP 537 (remove_files) COMPLETE |
| 6603 | 2026-05-27T02:24:44.534Z | [ recovery-image] May 27 02:24:43.569 INFO O| May 27 02:24:43.569 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6604 | 2026-05-27T02:24:44.539Z | [ recovery-image] May 27 02:24:43.575 INFO O| May 27 02:24:43.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
| 6605 | 2026-05-27T02:24:44.542Z | [ recovery-image] May 27 02:24:43.576 INFO O| May 27 02:24:43.576 INFO STEP 538 (remove_files) COMPLETE |
| 6606 | 2026-05-27T02:24:44.542Z | [ recovery-image] May 27 02:24:43.576 INFO O| May 27 02:24:43.576 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6607 | 2026-05-27T02:24:44.546Z | [ recovery-image] May 27 02:24:43.584 INFO O| May 27 02:24:43.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1" |
| 6608 | 2026-05-27T02:24:44.546Z | [ recovery-image] May 27 02:24:43.584 INFO O| May 27 02:24:43.584 INFO STEP 539 (remove_files) COMPLETE |
| 6609 | 2026-05-27T02:24:44.549Z | [ recovery-image] May 27 02:24:43.584 INFO O| May 27 02:24:43.584 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6610 | 2026-05-27T02:24:44.553Z | [ recovery-image] May 27 02:24:43.591 INFO O| May 27 02:24:43.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1" |
| 6611 | 2026-05-27T02:24:44.553Z | [ recovery-image] May 27 02:24:43.591 INFO O| May 27 02:24:43.591 INFO STEP 540 (remove_files) COMPLETE |
| 6612 | 2026-05-27T02:24:44.556Z | [ recovery-image] May 27 02:24:43.591 INFO O| May 27 02:24:43.591 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6613 | 2026-05-27T02:24:44.562Z | [ recovery-image] May 27 02:24:43.600 INFO O| May 27 02:24:43.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1" |
| 6614 | 2026-05-27T02:24:44.562Z | [ recovery-image] May 27 02:24:43.600 INFO O| May 27 02:24:43.600 INFO STEP 541 (remove_files) COMPLETE |
| 6615 | 2026-05-27T02:24:44.562Z | [ recovery-image] May 27 02:24:43.600 INFO O| May 27 02:24:43.600 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6616 | 2026-05-27T02:24:44.571Z | [ recovery-image] May 27 02:24:43.609 INFO O| May 27 02:24:43.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1" |
| 6617 | 2026-05-27T02:24:44.571Z | [ recovery-image] May 27 02:24:43.609 INFO O| May 27 02:24:43.609 INFO STEP 542 (remove_files) COMPLETE |
| 6618 | 2026-05-27T02:24:44.575Z | [ recovery-image] May 27 02:24:43.609 INFO O| May 27 02:24:43.609 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6619 | 2026-05-27T02:24:44.578Z | [ recovery-image] May 27 02:24:43.616 INFO O| May 27 02:24:43.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1" |
| 6620 | 2026-05-27T02:24:44.578Z | [ recovery-image] May 27 02:24:43.616 INFO O| May 27 02:24:43.616 INFO STEP 543 (remove_files) COMPLETE |
| 6621 | 2026-05-27T02:24:44.578Z | [ recovery-image] May 27 02:24:43.616 INFO O| May 27 02:24:43.616 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6622 | 2026-05-27T02:24:44.586Z | [ recovery-image] May 27 02:24:43.624 INFO O| May 27 02:24:43.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1" |
| 6623 | 2026-05-27T02:24:44.587Z | [ recovery-image] May 27 02:24:43.624 INFO O| May 27 02:24:43.624 INFO STEP 544 (remove_files) COMPLETE |
| 6624 | 2026-05-27T02:24:44.590Z | [ recovery-image] May 27 02:24:43.624 INFO O| May 27 02:24:43.624 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6625 | 2026-05-27T02:24:44.596Z | [ recovery-image] May 27 02:24:43.633 INFO O| May 27 02:24:43.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1" |
| 6626 | 2026-05-27T02:24:44.596Z | [ recovery-image] May 27 02:24:43.633 INFO O| May 27 02:24:43.633 INFO STEP 545 (remove_files) COMPLETE |
| 6627 | 2026-05-27T02:24:44.596Z | [ recovery-image] May 27 02:24:43.633 INFO O| May 27 02:24:43.633 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6628 | 2026-05-27T02:24:44.603Z | [ recovery-image] May 27 02:24:43.641 INFO O| May 27 02:24:43.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
| 6629 | 2026-05-27T02:24:44.603Z | [ recovery-image] May 27 02:24:43.641 INFO O| May 27 02:24:43.641 INFO STEP 546 (remove_files) COMPLETE |
| 6630 | 2026-05-27T02:24:44.603Z | [ recovery-image] May 27 02:24:43.641 INFO O| May 27 02:24:43.641 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6631 | 2026-05-27T02:24:44.611Z | [ recovery-image] May 27 02:24:43.649 INFO O| May 27 02:24:43.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1" |
| 6632 | 2026-05-27T02:24:44.612Z | [ recovery-image] May 27 02:24:43.649 INFO O| May 27 02:24:43.649 INFO STEP 547 (remove_files) COMPLETE |
| 6633 | 2026-05-27T02:24:44.612Z | [ recovery-image] May 27 02:24:43.649 INFO O| May 27 02:24:43.649 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6634 | 2026-05-27T02:24:44.619Z | [ recovery-image] May 27 02:24:43.657 INFO O| May 27 02:24:43.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1" |
| 6635 | 2026-05-27T02:24:44.619Z | [ recovery-image] May 27 02:24:43.657 INFO O| May 27 02:24:43.657 INFO STEP 548 (remove_files) COMPLETE |
| 6636 | 2026-05-27T02:24:44.620Z | [ recovery-image] May 27 02:24:43.657 INFO O| May 27 02:24:43.657 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6637 | 2026-05-27T02:24:44.627Z | [ recovery-image] May 27 02:24:43.665 INFO O| May 27 02:24:43.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5" |
| 6638 | 2026-05-27T02:24:44.627Z | [ recovery-image] May 27 02:24:43.665 INFO O| May 27 02:24:43.665 INFO STEP 549 (remove_files) COMPLETE |
| 6639 | 2026-05-27T02:24:44.627Z | [ recovery-image] May 27 02:24:43.665 INFO O| May 27 02:24:43.665 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6640 | 2026-05-27T02:24:44.635Z | [ recovery-image] May 27 02:24:43.673 INFO O| May 27 02:24:43.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1" |
| 6641 | 2026-05-27T02:24:44.635Z | [ recovery-image] May 27 02:24:43.673 INFO O| May 27 02:24:43.673 INFO STEP 550 (remove_files) COMPLETE |
| 6642 | 2026-05-27T02:24:44.635Z | [ recovery-image] May 27 02:24:43.673 INFO O| May 27 02:24:43.673 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6643 | 2026-05-27T02:24:44.643Z | [ recovery-image] May 27 02:24:43.680 INFO O| May 27 02:24:43.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1" |
| 6644 | 2026-05-27T02:24:44.643Z | [ recovery-image] May 27 02:24:43.680 INFO O| May 27 02:24:43.680 INFO STEP 551 (remove_files) COMPLETE |
| 6645 | 2026-05-27T02:24:44.643Z | [ recovery-image] May 27 02:24:43.680 INFO O| May 27 02:24:43.680 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6646 | 2026-05-27T02:24:44.650Z | [ recovery-image] May 27 02:24:43.688 INFO O| May 27 02:24:43.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1" |
| 6647 | 2026-05-27T02:24:44.650Z | [ recovery-image] May 27 02:24:43.688 INFO O| May 27 02:24:43.688 INFO STEP 552 (remove_files) COMPLETE |
| 6648 | 2026-05-27T02:24:44.650Z | [ recovery-image] May 27 02:24:43.688 INFO O| May 27 02:24:43.688 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6649 | 2026-05-27T02:24:44.658Z | [ recovery-image] May 27 02:24:43.696 INFO O| May 27 02:24:43.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1" |
| 6650 | 2026-05-27T02:24:44.658Z | [ recovery-image] May 27 02:24:43.696 INFO O| May 27 02:24:43.696 INFO STEP 553 (remove_files) COMPLETE |
| 6651 | 2026-05-27T02:24:44.659Z | [ recovery-image] May 27 02:24:43.696 INFO O| May 27 02:24:43.696 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6652 | 2026-05-27T02:24:44.666Z | [ recovery-image] May 27 02:24:43.704 INFO O| May 27 02:24:43.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1" |
| 6653 | 2026-05-27T02:24:44.666Z | [ recovery-image] May 27 02:24:43.704 INFO O| May 27 02:24:43.704 INFO STEP 554 (remove_files) COMPLETE |
| 6654 | 2026-05-27T02:24:44.669Z | [ recovery-image] May 27 02:24:43.704 INFO O| May 27 02:24:43.704 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6655 | 2026-05-27T02:24:44.673Z | [ recovery-image] May 27 02:24:43.711 INFO O| May 27 02:24:43.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
| 6656 | 2026-05-27T02:24:44.673Z | [ recovery-image] May 27 02:24:43.711 INFO O| May 27 02:24:43.711 INFO STEP 555 (remove_files) COMPLETE |
| 6657 | 2026-05-27T02:24:44.673Z | [ recovery-image] May 27 02:24:43.711 INFO O| May 27 02:24:43.711 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6658 | 2026-05-27T02:24:44.680Z | [ recovery-image] May 27 02:24:43.718 INFO O| May 27 02:24:43.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1" |
| 6659 | 2026-05-27T02:24:44.680Z | [ recovery-image] May 27 02:24:43.718 INFO O| May 27 02:24:43.718 INFO STEP 556 (remove_files) COMPLETE |
| 6660 | 2026-05-27T02:24:44.681Z | [ recovery-image] May 27 02:24:43.718 INFO O| May 27 02:24:43.718 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6661 | 2026-05-27T02:24:44.689Z | [ recovery-image] May 27 02:24:43.726 INFO O| May 27 02:24:43.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
| 6662 | 2026-05-27T02:24:44.689Z | [ recovery-image] May 27 02:24:43.726 INFO O| May 27 02:24:43.726 INFO STEP 557 (remove_files) COMPLETE |
| 6663 | 2026-05-27T02:24:44.689Z | [ recovery-image] May 27 02:24:43.726 INFO O| May 27 02:24:43.726 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6664 | 2026-05-27T02:24:44.695Z | [ recovery-image] May 27 02:24:43.733 INFO O| May 27 02:24:43.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
| 6665 | 2026-05-27T02:24:44.695Z | [ recovery-image] May 27 02:24:43.733 INFO O| May 27 02:24:43.733 INFO STEP 558 (remove_files) COMPLETE |
| 6666 | 2026-05-27T02:24:44.695Z | [ recovery-image] May 27 02:24:43.733 INFO O| May 27 02:24:43.733 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6667 | 2026-05-27T02:24:44.702Z | [ recovery-image] May 27 02:24:43.740 INFO O| May 27 02:24:43.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1" |
| 6668 | 2026-05-27T02:24:44.702Z | [ recovery-image] May 27 02:24:43.740 INFO O| May 27 02:24:43.740 INFO STEP 559 (remove_files) COMPLETE |
| 6669 | 2026-05-27T02:24:44.702Z | [ recovery-image] May 27 02:24:43.740 INFO O| May 27 02:24:43.740 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6670 | 2026-05-27T02:24:44.709Z | [ recovery-image] May 27 02:24:43.747 INFO O| May 27 02:24:43.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1" |
| 6671 | 2026-05-27T02:24:44.710Z | [ recovery-image] May 27 02:24:43.747 INFO O| May 27 02:24:43.747 INFO STEP 560 (remove_files) COMPLETE |
| 6672 | 2026-05-27T02:24:44.710Z | [ recovery-image] May 27 02:24:43.747 INFO O| May 27 02:24:43.747 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6673 | 2026-05-27T02:24:44.717Z | [ recovery-image] May 27 02:24:43.755 INFO O| May 27 02:24:43.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
| 6674 | 2026-05-27T02:24:44.717Z | [ recovery-image] May 27 02:24:43.755 INFO O| May 27 02:24:43.755 INFO STEP 561 (remove_files) COMPLETE |
| 6675 | 2026-05-27T02:24:44.717Z | [ recovery-image] May 27 02:24:43.755 INFO O| May 27 02:24:43.755 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6676 | 2026-05-27T02:24:44.724Z | [ recovery-image] May 27 02:24:43.762 INFO O| May 27 02:24:43.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
| 6677 | 2026-05-27T02:24:44.725Z | [ recovery-image] May 27 02:24:43.762 INFO O| May 27 02:24:43.762 INFO STEP 562 (remove_files) COMPLETE |
| 6678 | 2026-05-27T02:24:44.728Z | [ recovery-image] May 27 02:24:43.762 INFO O| May 27 02:24:43.762 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6679 | 2026-05-27T02:24:44.733Z | [ recovery-image] May 27 02:24:43.771 INFO O| May 27 02:24:43.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1" |
| 6680 | 2026-05-27T02:24:44.733Z | [ recovery-image] May 27 02:24:43.771 INFO O| May 27 02:24:43.771 INFO STEP 563 (remove_files) COMPLETE |
| 6681 | 2026-05-27T02:24:44.737Z | [ recovery-image] May 27 02:24:43.771 INFO O| May 27 02:24:43.771 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6682 | 2026-05-27T02:24:44.741Z | [ recovery-image] May 27 02:24:43.779 INFO O| May 27 02:24:43.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1" |
| 6683 | 2026-05-27T02:24:44.741Z | [ recovery-image] May 27 02:24:43.779 INFO O| May 27 02:24:43.779 INFO STEP 564 (remove_files) COMPLETE |
| 6684 | 2026-05-27T02:24:44.745Z | [ recovery-image] May 27 02:24:43.779 INFO O| May 27 02:24:43.779 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6685 | 2026-05-27T02:24:44.748Z | [ recovery-image] May 27 02:24:43.786 INFO O| May 27 02:24:43.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
| 6686 | 2026-05-27T02:24:44.748Z | [ recovery-image] May 27 02:24:43.786 INFO O| May 27 02:24:43.786 INFO STEP 565 (remove_files) COMPLETE |
| 6687 | 2026-05-27T02:24:44.752Z | [ recovery-image] May 27 02:24:43.786 INFO O| May 27 02:24:43.786 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6688 | 2026-05-27T02:24:44.756Z | [ recovery-image] May 27 02:24:43.794 INFO O| May 27 02:24:43.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1" |
| 6689 | 2026-05-27T02:24:44.756Z | [ recovery-image] May 27 02:24:43.794 INFO O| May 27 02:24:43.794 INFO STEP 566 (remove_files) COMPLETE |
| 6690 | 2026-05-27T02:24:44.759Z | [ recovery-image] May 27 02:24:43.794 INFO O| May 27 02:24:43.794 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6691 | 2026-05-27T02:24:44.764Z | [ recovery-image] May 27 02:24:43.802 INFO O| May 27 02:24:43.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1" |
| 6692 | 2026-05-27T02:24:44.764Z | [ recovery-image] May 27 02:24:43.802 INFO O| May 27 02:24:43.802 INFO STEP 567 (remove_files) COMPLETE |
| 6693 | 2026-05-27T02:24:44.767Z | [ recovery-image] May 27 02:24:43.802 INFO O| May 27 02:24:43.802 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6694 | 2026-05-27T02:24:44.773Z | [ recovery-image] May 27 02:24:43.810 INFO O| May 27 02:24:43.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1" |
| 6695 | 2026-05-27T02:24:44.773Z | [ recovery-image] May 27 02:24:43.811 INFO O| May 27 02:24:43.811 INFO STEP 568 (remove_files) COMPLETE |
| 6696 | 2026-05-27T02:24:44.773Z | [ recovery-image] May 27 02:24:43.811 INFO O| May 27 02:24:43.811 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6697 | 2026-05-27T02:24:44.781Z | [ recovery-image] May 27 02:24:43.818 INFO O| May 27 02:24:43.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1" |
| 6698 | 2026-05-27T02:24:44.781Z | [ recovery-image] May 27 02:24:43.818 INFO O| May 27 02:24:43.818 INFO STEP 569 (remove_files) COMPLETE |
| 6699 | 2026-05-27T02:24:44.785Z | [ recovery-image] May 27 02:24:43.818 INFO O| May 27 02:24:43.818 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6700 | 2026-05-27T02:24:44.788Z | [ recovery-image] May 27 02:24:43.826 INFO O| May 27 02:24:43.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1" |
| 6701 | 2026-05-27T02:24:44.789Z | [ recovery-image] May 27 02:24:43.826 INFO O| May 27 02:24:43.826 INFO STEP 570 (remove_files) COMPLETE |
| 6702 | 2026-05-27T02:24:44.789Z | [ recovery-image] May 27 02:24:43.826 INFO O| May 27 02:24:43.826 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6703 | 2026-05-27T02:24:44.796Z | [ recovery-image] May 27 02:24:43.834 INFO O| May 27 02:24:43.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1" |
| 6704 | 2026-05-27T02:24:44.796Z | [ recovery-image] May 27 02:24:43.834 INFO O| May 27 02:24:43.834 INFO STEP 571 (remove_files) COMPLETE |
| 6705 | 2026-05-27T02:24:44.800Z | [ recovery-image] May 27 02:24:43.834 INFO O| May 27 02:24:43.834 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6706 | 2026-05-27T02:24:44.803Z | [ recovery-image] May 27 02:24:43.840 INFO O| May 27 02:24:43.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1" |
| 6707 | 2026-05-27T02:24:44.804Z | [ recovery-image] May 27 02:24:43.840 INFO O| May 27 02:24:43.840 INFO STEP 572 (remove_files) COMPLETE |
| 6708 | 2026-05-27T02:24:44.804Z | [ recovery-image] May 27 02:24:43.840 INFO O| May 27 02:24:43.840 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6709 | 2026-05-27T02:24:44.812Z | [ recovery-image] May 27 02:24:43.849 INFO O| May 27 02:24:43.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1" |
| 6710 | 2026-05-27T02:24:44.812Z | [ recovery-image] May 27 02:24:43.849 INFO O| May 27 02:24:43.849 INFO STEP 573 (remove_files) COMPLETE |
| 6711 | 2026-05-27T02:24:44.815Z | [ recovery-image] May 27 02:24:43.849 INFO O| May 27 02:24:43.849 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6712 | 2026-05-27T02:24:44.819Z | [ recovery-image] May 27 02:24:43.857 INFO O| May 27 02:24:43.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
| 6713 | 2026-05-27T02:24:44.819Z | [ recovery-image] May 27 02:24:43.857 INFO O| May 27 02:24:43.857 INFO STEP 574 (remove_files) COMPLETE |
| 6714 | 2026-05-27T02:24:44.822Z | [ recovery-image] May 27 02:24:43.857 INFO O| May 27 02:24:43.857 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6715 | 2026-05-27T02:24:44.826Z | [ recovery-image] May 27 02:24:43.864 INFO O| May 27 02:24:43.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
| 6716 | 2026-05-27T02:24:44.826Z | [ recovery-image] May 27 02:24:43.864 INFO O| May 27 02:24:43.864 INFO STEP 575 (remove_files) COMPLETE |
| 6717 | 2026-05-27T02:24:44.830Z | [ recovery-image] May 27 02:24:43.864 INFO O| May 27 02:24:43.864 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6718 | 2026-05-27T02:24:44.835Z | [ recovery-image] May 27 02:24:43.873 INFO O| May 27 02:24:43.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1" |
| 6719 | 2026-05-27T02:24:44.835Z | [ recovery-image] May 27 02:24:43.873 INFO O| May 27 02:24:43.873 INFO STEP 576 (remove_files) COMPLETE |
| 6720 | 2026-05-27T02:24:44.835Z | [ recovery-image] May 27 02:24:43.873 INFO O| May 27 02:24:43.873 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6721 | 2026-05-27T02:24:44.844Z | [ recovery-image] May 27 02:24:43.882 INFO O| May 27 02:24:43.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1" |
| 6722 | 2026-05-27T02:24:44.844Z | [ recovery-image] May 27 02:24:43.882 INFO O| May 27 02:24:43.882 INFO STEP 577 (remove_files) COMPLETE |
| 6723 | 2026-05-27T02:24:44.844Z | [ recovery-image] May 27 02:24:43.882 INFO O| May 27 02:24:43.882 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6724 | 2026-05-27T02:24:44.852Z | [ recovery-image] May 27 02:24:43.890 INFO O| May 27 02:24:43.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1" |
| 6725 | 2026-05-27T02:24:44.853Z | [ recovery-image] May 27 02:24:43.890 INFO O| May 27 02:24:43.890 INFO STEP 578 (remove_files) COMPLETE |
| 6726 | 2026-05-27T02:24:44.853Z | [ recovery-image] May 27 02:24:43.890 INFO O| May 27 02:24:43.890 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6727 | 2026-05-27T02:24:44.860Z | [ recovery-image] May 27 02:24:43.897 INFO O| May 27 02:24:43.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
| 6728 | 2026-05-27T02:24:44.860Z | [ recovery-image] May 27 02:24:43.897 INFO O| May 27 02:24:43.897 INFO STEP 579 (remove_files) COMPLETE |
| 6729 | 2026-05-27T02:24:44.861Z | [ recovery-image] May 27 02:24:43.897 INFO O| May 27 02:24:43.897 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6730 | 2026-05-27T02:24:44.866Z | [ recovery-image] May 27 02:24:43.904 INFO O| May 27 02:24:43.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
| 6731 | 2026-05-27T02:24:44.866Z | [ recovery-image] May 27 02:24:43.904 INFO O| May 27 02:24:43.904 INFO STEP 580 (remove_files) COMPLETE |
| 6732 | 2026-05-27T02:24:44.869Z | [ recovery-image] May 27 02:24:43.904 INFO O| May 27 02:24:43.904 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6733 | 2026-05-27T02:24:44.875Z | [ recovery-image] May 27 02:24:43.913 INFO O| May 27 02:24:43.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1" |
| 6734 | 2026-05-27T02:24:44.875Z | [ recovery-image] May 27 02:24:43.913 INFO O| May 27 02:24:43.913 INFO STEP 581 (remove_files) COMPLETE |
| 6735 | 2026-05-27T02:24:44.875Z | [ recovery-image] May 27 02:24:43.913 INFO O| May 27 02:24:43.913 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6736 | 2026-05-27T02:24:44.884Z | [ recovery-image] May 27 02:24:43.921 INFO O| May 27 02:24:43.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
| 6737 | 2026-05-27T02:24:44.888Z | [ recovery-image] May 27 02:24:43.922 INFO O| May 27 02:24:43.922 INFO STEP 582 (remove_files) COMPLETE |
| 6738 | 2026-05-27T02:24:44.888Z | [ recovery-image] May 27 02:24:43.922 INFO O| May 27 02:24:43.922 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6739 | 2026-05-27T02:24:44.892Z | [ recovery-image] May 27 02:24:43.930 INFO O| May 27 02:24:43.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
| 6740 | 2026-05-27T02:24:44.892Z | [ recovery-image] May 27 02:24:43.930 INFO O| May 27 02:24:43.930 INFO STEP 583 (remove_files) COMPLETE |
| 6741 | 2026-05-27T02:24:44.892Z | [ recovery-image] May 27 02:24:43.930 INFO O| May 27 02:24:43.930 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6742 | 2026-05-27T02:24:44.899Z | [ recovery-image] May 27 02:24:43.937 INFO O| May 27 02:24:43.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
| 6743 | 2026-05-27T02:24:44.902Z | [ recovery-image] May 27 02:24:43.938 INFO O| May 27 02:24:43.938 INFO STEP 584 (remove_files) COMPLETE |
| 6744 | 2026-05-27T02:24:44.902Z | [ recovery-image] May 27 02:24:43.938 INFO O| May 27 02:24:43.938 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6745 | 2026-05-27T02:24:44.908Z | [ recovery-image] May 27 02:24:43.946 INFO O| May 27 02:24:43.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
| 6746 | 2026-05-27T02:24:44.908Z | [ recovery-image] May 27 02:24:43.946 INFO O| May 27 02:24:43.946 INFO STEP 585 (remove_files) COMPLETE |
| 6747 | 2026-05-27T02:24:44.908Z | [ recovery-image] May 27 02:24:43.946 INFO O| May 27 02:24:43.946 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6748 | 2026-05-27T02:24:44.985Z | [ recovery-image] May 27 02:24:43.954 INFO O| May 27 02:24:43.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1" |
| 6749 | 2026-05-27T02:24:44.985Z | [ recovery-image] May 27 02:24:43.954 INFO O| May 27 02:24:43.954 INFO STEP 586 (remove_files) COMPLETE |
| 6750 | 2026-05-27T02:24:44.986Z | [ recovery-image] May 27 02:24:43.954 INFO O| May 27 02:24:43.954 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6751 | 2026-05-27T02:24:44.986Z | [ recovery-image] May 27 02:24:43.962 INFO O| May 27 02:24:43.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1" |
| 6752 | 2026-05-27T02:24:44.986Z | [ recovery-image] May 27 02:24:43.962 INFO O| May 27 02:24:43.962 INFO STEP 587 (remove_files) COMPLETE |
| 6753 | 2026-05-27T02:24:44.986Z | [ recovery-image] May 27 02:24:43.962 INFO O| May 27 02:24:43.962 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6754 | 2026-05-27T02:24:44.986Z | [ recovery-image] May 27 02:24:43.968 INFO O| May 27 02:24:43.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1" |
| 6755 | 2026-05-27T02:24:44.986Z | [ recovery-image] May 27 02:24:43.968 INFO O| May 27 02:24:43.968 INFO STEP 588 (remove_files) COMPLETE |
| 6756 | 2026-05-27T02:24:44.986Z | [ recovery-image] May 27 02:24:43.968 INFO O| May 27 02:24:43.968 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6757 | 2026-05-27T02:24:44.986Z | [ recovery-image] May 27 02:24:43.975 INFO O| May 27 02:24:43.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1" |
| 6758 | 2026-05-27T02:24:44.986Z | [ recovery-image] May 27 02:24:43.975 INFO O| May 27 02:24:43.975 INFO STEP 589 (remove_files) COMPLETE |
| 6759 | 2026-05-27T02:24:44.986Z | [ recovery-image] May 27 02:24:43.975 INFO O| May 27 02:24:43.975 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6760 | 2026-05-27T02:24:44.986Z | [ recovery-image] May 27 02:24:43.981 INFO O| May 27 02:24:43.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1" |
| 6761 | 2026-05-27T02:24:44.986Z | [ recovery-image] May 27 02:24:43.981 INFO O| May 27 02:24:43.981 INFO STEP 590 (remove_files) COMPLETE |
| 6762 | 2026-05-27T02:24:44.986Z | [ recovery-image] May 27 02:24:43.981 INFO O| May 27 02:24:43.981 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6763 | 2026-05-27T02:24:44.986Z | [ recovery-image] May 27 02:24:43.988 INFO O| May 27 02:24:43.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
| 6764 | 2026-05-27T02:24:44.986Z | [ recovery-image] May 27 02:24:43.988 INFO O| May 27 02:24:43.988 INFO STEP 591 (remove_files) COMPLETE |
| 6765 | 2026-05-27T02:24:44.986Z | [ recovery-image] May 27 02:24:43.988 INFO O| May 27 02:24:43.988 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6766 | 2026-05-27T02:24:44.986Z | [ recovery-image] May 27 02:24:43.995 INFO O| May 27 02:24:43.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1" |
| 6767 | 2026-05-27T02:24:44.986Z | [ recovery-image] May 27 02:24:43.995 INFO O| May 27 02:24:43.995 INFO STEP 592 (remove_files) COMPLETE |
| 6768 | 2026-05-27T02:24:44.986Z | [ recovery-image] May 27 02:24:43.995 INFO O| May 27 02:24:43.995 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6769 | 2026-05-27T02:24:44.986Z | [ recovery-image] May 27 02:24:44.007 INFO O| May 27 02:24:44.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
| 6770 | 2026-05-27T02:24:44.986Z | [ recovery-image] May 27 02:24:44.007 INFO O| May 27 02:24:44.007 INFO STEP 593 (remove_files) COMPLETE |
| 6771 | 2026-05-27T02:24:44.986Z | [ recovery-image] May 27 02:24:44.007 INFO O| May 27 02:24:44.007 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6772 | 2026-05-27T02:24:44.986Z | [ recovery-image] May 27 02:24:44.015 INFO O| May 27 02:24:44.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
| 6773 | 2026-05-27T02:24:44.986Z | [ recovery-image] May 27 02:24:44.015 INFO O| May 27 02:24:44.015 INFO STEP 594 (remove_files) COMPLETE |
| 6774 | 2026-05-27T02:24:44.986Z | [ recovery-image] May 27 02:24:44.015 INFO O| May 27 02:24:44.015 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6775 | 2026-05-27T02:24:44.991Z | [ recovery-image] May 27 02:24:44.021 INFO O| May 27 02:24:44.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
| 6776 | 2026-05-27T02:24:44.991Z | [ recovery-image] May 27 02:24:44.021 INFO O| May 27 02:24:44.021 INFO STEP 595 (remove_files) COMPLETE |
| 6777 | 2026-05-27T02:24:44.991Z | [ recovery-image] May 27 02:24:44.021 INFO O| May 27 02:24:44.021 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6778 | 2026-05-27T02:24:44.995Z | [ recovery-image] May 27 02:24:44.028 INFO O| May 27 02:24:44.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
| 6779 | 2026-05-27T02:24:44.995Z | [ recovery-image] May 27 02:24:44.028 INFO O| May 27 02:24:44.028 INFO STEP 596 (remove_files) COMPLETE |
| 6780 | 2026-05-27T02:24:44.995Z | [ recovery-image] May 27 02:24:44.028 INFO O| May 27 02:24:44.028 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6781 | 2026-05-27T02:24:45.007Z | [ recovery-image] May 27 02:24:44.044 INFO O| May 27 02:24:44.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
| 6782 | 2026-05-27T02:24:45.010Z | [ recovery-image] May 27 02:24:44.045 INFO O| May 27 02:24:44.045 INFO STEP 597 (remove_files) COMPLETE |
| 6783 | 2026-05-27T02:24:45.011Z | [ recovery-image] May 27 02:24:44.045 INFO O| May 27 02:24:44.045 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6784 | 2026-05-27T02:24:45.016Z | [ recovery-image] May 27 02:24:44.053 INFO O| May 27 02:24:44.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
| 6785 | 2026-05-27T02:24:45.016Z | [ recovery-image] May 27 02:24:44.053 INFO O| May 27 02:24:44.053 INFO STEP 598 (remove_files) COMPLETE |
| 6786 | 2026-05-27T02:24:45.016Z | [ recovery-image] May 27 02:24:44.053 INFO O| May 27 02:24:44.053 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6787 | 2026-05-27T02:24:45.024Z | [ recovery-image] May 27 02:24:44.061 INFO O| May 27 02:24:44.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
| 6788 | 2026-05-27T02:24:45.027Z | [ recovery-image] May 27 02:24:44.061 INFO O| May 27 02:24:44.061 INFO STEP 599 (remove_files) COMPLETE |
| 6789 | 2026-05-27T02:24:45.027Z | [ recovery-image] May 27 02:24:44.061 INFO O| May 27 02:24:44.061 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6790 | 2026-05-27T02:24:45.031Z | [ recovery-image] May 27 02:24:44.069 INFO O| May 27 02:24:44.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
| 6791 | 2026-05-27T02:24:45.031Z | [ recovery-image] May 27 02:24:44.069 INFO O| May 27 02:24:44.069 INFO STEP 600 (remove_files) COMPLETE |
| 6792 | 2026-05-27T02:24:45.035Z | [ recovery-image] May 27 02:24:44.069 INFO O| May 27 02:24:44.069 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6793 | 2026-05-27T02:24:45.040Z | [ recovery-image] May 27 02:24:44.078 INFO O| May 27 02:24:44.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
| 6794 | 2026-05-27T02:24:45.043Z | [ recovery-image] May 27 02:24:44.078 INFO O| May 27 02:24:44.078 INFO STEP 601 (remove_files) COMPLETE |
| 6795 | 2026-05-27T02:24:45.043Z | [ recovery-image] May 27 02:24:44.078 INFO O| May 27 02:24:44.078 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6796 | 2026-05-27T02:24:45.047Z | [ recovery-image] May 27 02:24:44.085 INFO O| May 27 02:24:44.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
| 6797 | 2026-05-27T02:24:45.047Z | [ recovery-image] May 27 02:24:44.085 INFO O| May 27 02:24:44.085 INFO STEP 602 (remove_files) COMPLETE |
| 6798 | 2026-05-27T02:24:45.051Z | [ recovery-image] May 27 02:24:44.085 INFO O| May 27 02:24:44.085 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6799 | 2026-05-27T02:24:45.054Z | [ recovery-image] May 27 02:24:44.092 INFO O| May 27 02:24:44.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
| 6800 | 2026-05-27T02:24:45.054Z | [ recovery-image] May 27 02:24:44.092 INFO O| May 27 02:24:44.092 INFO STEP 603 (remove_files) COMPLETE |
| 6801 | 2026-05-27T02:24:45.054Z | [ recovery-image] May 27 02:24:44.092 INFO O| May 27 02:24:44.092 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6802 | 2026-05-27T02:24:45.060Z | [ recovery-image] May 27 02:24:44.098 INFO O| May 27 02:24:44.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
| 6803 | 2026-05-27T02:24:45.064Z | [ recovery-image] May 27 02:24:44.098 INFO O| May 27 02:24:44.098 INFO STEP 604 (remove_files) COMPLETE |
| 6804 | 2026-05-27T02:24:45.064Z | [ recovery-image] May 27 02:24:44.098 INFO O| May 27 02:24:44.098 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6805 | 2026-05-27T02:24:45.067Z | [ recovery-image] May 27 02:24:44.104 INFO O| May 27 02:24:44.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
| 6806 | 2026-05-27T02:24:45.067Z | [ recovery-image] May 27 02:24:44.105 INFO O| May 27 02:24:44.104 INFO STEP 605 (remove_files) COMPLETE |
| 6807 | 2026-05-27T02:24:45.067Z | [ recovery-image] May 27 02:24:44.105 INFO O| May 27 02:24:44.104 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6808 | 2026-05-27T02:24:45.073Z | [ recovery-image] May 27 02:24:44.111 INFO O| May 27 02:24:44.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
| 6809 | 2026-05-27T02:24:45.073Z | [ recovery-image] May 27 02:24:44.111 INFO O| May 27 02:24:44.111 INFO STEP 606 (remove_files) COMPLETE |
| 6810 | 2026-05-27T02:24:45.077Z | [ recovery-image] May 27 02:24:44.111 INFO O| May 27 02:24:44.111 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6811 | 2026-05-27T02:24:45.080Z | [ recovery-image] May 27 02:24:44.117 INFO O| May 27 02:24:44.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
| 6812 | 2026-05-27T02:24:45.080Z | [ recovery-image] May 27 02:24:44.117 INFO O| May 27 02:24:44.117 INFO STEP 607 (remove_files) COMPLETE |
| 6813 | 2026-05-27T02:24:45.080Z | [ recovery-image] May 27 02:24:44.117 INFO O| May 27 02:24:44.117 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6814 | 2026-05-27T02:24:45.086Z | [ recovery-image] May 27 02:24:44.123 INFO O| May 27 02:24:44.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
| 6815 | 2026-05-27T02:24:45.086Z | [ recovery-image] May 27 02:24:44.123 INFO O| May 27 02:24:44.123 INFO STEP 608 (remove_files) COMPLETE |
| 6816 | 2026-05-27T02:24:45.089Z | [ recovery-image] May 27 02:24:44.123 INFO O| May 27 02:24:44.123 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6817 | 2026-05-27T02:24:45.092Z | [ recovery-image] May 27 02:24:44.130 INFO O| May 27 02:24:44.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
| 6818 | 2026-05-27T02:24:45.092Z | [ recovery-image] May 27 02:24:44.130 INFO O| May 27 02:24:44.130 INFO STEP 609 (remove_files) COMPLETE |
| 6819 | 2026-05-27T02:24:45.092Z | [ recovery-image] May 27 02:24:44.130 INFO O| May 27 02:24:44.130 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6820 | 2026-05-27T02:24:45.100Z | [ recovery-image] May 27 02:24:44.138 INFO O| May 27 02:24:44.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
| 6821 | 2026-05-27T02:24:45.100Z | [ recovery-image] May 27 02:24:44.138 INFO O| May 27 02:24:44.138 INFO STEP 610 (remove_files) COMPLETE |
| 6822 | 2026-05-27T02:24:45.100Z | [ recovery-image] May 27 02:24:44.138 INFO O| May 27 02:24:44.138 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6823 | 2026-05-27T02:24:45.107Z | [ recovery-image] May 27 02:24:44.145 INFO O| May 27 02:24:44.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
| 6824 | 2026-05-27T02:24:45.107Z | [ recovery-image] May 27 02:24:44.145 INFO O| May 27 02:24:44.145 INFO STEP 611 (remove_files) COMPLETE |
| 6825 | 2026-05-27T02:24:45.107Z | [ recovery-image] May 27 02:24:44.145 INFO O| May 27 02:24:44.145 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6826 | 2026-05-27T02:24:45.114Z | [ recovery-image] May 27 02:24:44.152 INFO O| May 27 02:24:44.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
| 6827 | 2026-05-27T02:24:45.114Z | [ recovery-image] May 27 02:24:44.152 INFO O| May 27 02:24:44.152 INFO STEP 612 (remove_files) COMPLETE |
| 6828 | 2026-05-27T02:24:45.118Z | [ recovery-image] May 27 02:24:44.152 INFO O| May 27 02:24:44.152 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6829 | 2026-05-27T02:24:45.121Z | [ recovery-image] May 27 02:24:44.159 INFO O| May 27 02:24:44.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
| 6830 | 2026-05-27T02:24:45.121Z | [ recovery-image] May 27 02:24:44.159 INFO O| May 27 02:24:44.159 INFO STEP 613 (remove_files) COMPLETE |
| 6831 | 2026-05-27T02:24:45.121Z | [ recovery-image] May 27 02:24:44.159 INFO O| May 27 02:24:44.159 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6832 | 2026-05-27T02:24:45.128Z | [ recovery-image] May 27 02:24:44.166 INFO O| May 27 02:24:44.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
| 6833 | 2026-05-27T02:24:45.128Z | [ recovery-image] May 27 02:24:44.166 INFO O| May 27 02:24:44.166 INFO STEP 614 (remove_files) COMPLETE |
| 6834 | 2026-05-27T02:24:45.131Z | [ recovery-image] May 27 02:24:44.166 INFO O| May 27 02:24:44.166 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6835 | 2026-05-27T02:24:45.135Z | [ recovery-image] May 27 02:24:44.173 INFO O| May 27 02:24:44.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
| 6836 | 2026-05-27T02:24:45.135Z | [ recovery-image] May 27 02:24:44.173 INFO O| May 27 02:24:44.173 INFO STEP 615 (remove_files) COMPLETE |
| 6837 | 2026-05-27T02:24:45.135Z | [ recovery-image] May 27 02:24:44.173 INFO O| May 27 02:24:44.173 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6838 | 2026-05-27T02:24:45.141Z | [ recovery-image] May 27 02:24:44.179 INFO O| May 27 02:24:44.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
| 6839 | 2026-05-27T02:24:45.145Z | [ recovery-image] May 27 02:24:44.180 INFO O| May 27 02:24:44.180 INFO STEP 616 (remove_files) COMPLETE |
| 6840 | 2026-05-27T02:24:45.145Z | [ recovery-image] May 27 02:24:44.180 INFO O| May 27 02:24:44.180 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6841 | 2026-05-27T02:24:45.150Z | [ recovery-image] May 27 02:24:44.188 INFO O| May 27 02:24:44.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
| 6842 | 2026-05-27T02:24:45.153Z | [ recovery-image] May 27 02:24:44.189 INFO O| May 27 02:24:44.189 INFO STEP 617 (remove_files) COMPLETE |
| 6843 | 2026-05-27T02:24:45.153Z | [ recovery-image] May 27 02:24:44.189 INFO O| May 27 02:24:44.189 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6844 | 2026-05-27T02:24:45.158Z | [ recovery-image] May 27 02:24:44.196 INFO O| May 27 02:24:44.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
| 6845 | 2026-05-27T02:24:45.159Z | [ recovery-image] May 27 02:24:44.196 INFO O| May 27 02:24:44.196 INFO STEP 618 (remove_files) COMPLETE |
| 6846 | 2026-05-27T02:24:45.162Z | [ recovery-image] May 27 02:24:44.196 INFO O| May 27 02:24:44.196 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6847 | 2026-05-27T02:24:45.165Z | [ recovery-image] May 27 02:24:44.203 INFO O| May 27 02:24:44.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
| 6848 | 2026-05-27T02:24:45.165Z | [ recovery-image] May 27 02:24:44.203 INFO O| May 27 02:24:44.203 INFO STEP 619 (remove_files) COMPLETE |
| 6849 | 2026-05-27T02:24:45.169Z | [ recovery-image] May 27 02:24:44.203 INFO O| May 27 02:24:44.203 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6850 | 2026-05-27T02:24:45.172Z | [ recovery-image] May 27 02:24:44.210 INFO O| May 27 02:24:44.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
| 6851 | 2026-05-27T02:24:45.172Z | [ recovery-image] May 27 02:24:44.210 INFO O| May 27 02:24:44.210 INFO STEP 620 (remove_files) COMPLETE |
| 6852 | 2026-05-27T02:24:45.172Z | [ recovery-image] May 27 02:24:44.210 INFO O| May 27 02:24:44.210 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6853 | 2026-05-27T02:24:45.178Z | [ recovery-image] May 27 02:24:44.216 INFO O| May 27 02:24:44.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
| 6854 | 2026-05-27T02:24:45.178Z | [ recovery-image] May 27 02:24:44.216 INFO O| May 27 02:24:44.216 INFO STEP 621 (remove_files) COMPLETE |
| 6855 | 2026-05-27T02:24:45.178Z | [ recovery-image] May 27 02:24:44.216 INFO O| May 27 02:24:44.216 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6856 | 2026-05-27T02:24:45.184Z | [ recovery-image] May 27 02:24:44.222 INFO O| May 27 02:24:44.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2" |
| 6857 | 2026-05-27T02:24:45.184Z | [ recovery-image] May 27 02:24:44.222 INFO O| May 27 02:24:44.222 INFO STEP 622 (remove_files) COMPLETE |
| 6858 | 2026-05-27T02:24:45.184Z | [ recovery-image] May 27 02:24:44.222 INFO O| May 27 02:24:44.222 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6859 | 2026-05-27T02:24:45.193Z | [ recovery-image] May 27 02:24:44.230 INFO O| May 27 02:24:44.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
| 6860 | 2026-05-27T02:24:45.193Z | [ recovery-image] May 27 02:24:44.230 INFO O| May 27 02:24:44.230 INFO STEP 623 (remove_files) COMPLETE |
| 6861 | 2026-05-27T02:24:45.193Z | [ recovery-image] May 27 02:24:44.230 INFO O| May 27 02:24:44.230 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6862 | 2026-05-27T02:24:45.199Z | [ recovery-image] May 27 02:24:44.237 INFO O| May 27 02:24:44.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr" |
| 6863 | 2026-05-27T02:24:45.203Z | [ recovery-image] May 27 02:24:44.238 INFO O| May 27 02:24:44.238 INFO STEP 624 (remove_files) COMPLETE |
| 6864 | 2026-05-27T02:24:45.203Z | [ recovery-image] May 27 02:24:44.238 INFO O| May 27 02:24:44.238 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6865 | 2026-05-27T02:24:45.207Z | [ recovery-image] May 27 02:24:44.245 INFO O| May 27 02:24:44.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh" |
| 6866 | 2026-05-27T02:24:45.207Z | [ recovery-image] May 27 02:24:44.245 INFO O| May 27 02:24:44.245 INFO STEP 625 (remove_files) COMPLETE |
| 6867 | 2026-05-27T02:24:45.207Z | [ recovery-image] May 27 02:24:44.245 INFO O| May 27 02:24:44.245 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6868 | 2026-05-27T02:24:45.214Z | [ recovery-image] May 27 02:24:44.252 INFO O| May 27 02:24:44.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query" |
| 6869 | 2026-05-27T02:24:45.218Z | [ recovery-image] May 27 02:24:44.253 INFO O| May 27 02:24:44.253 INFO STEP 626 (remove_files) COMPLETE |
| 6870 | 2026-05-27T02:24:45.218Z | [ recovery-image] May 27 02:24:44.253 INFO O| May 27 02:24:44.253 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6871 | 2026-05-27T02:24:45.223Z | [ recovery-image] May 27 02:24:44.261 INFO O| May 27 02:24:44.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
| 6872 | 2026-05-27T02:24:45.223Z | [ recovery-image] May 27 02:24:44.261 INFO O| May 27 02:24:44.261 INFO STEP 627 (remove_files) COMPLETE |
| 6873 | 2026-05-27T02:24:45.226Z | [ recovery-image] May 27 02:24:44.261 INFO O| May 27 02:24:44.261 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6874 | 2026-05-27T02:24:45.230Z | [ recovery-image] May 27 02:24:44.268 INFO O| May 27 02:24:44.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
| 6875 | 2026-05-27T02:24:45.230Z | [ recovery-image] May 27 02:24:44.268 INFO O| May 27 02:24:44.268 INFO STEP 628 (remove_files) COMPLETE |
| 6876 | 2026-05-27T02:24:45.230Z | [ recovery-image] May 27 02:24:44.268 INFO O| May 27 02:24:44.268 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6877 | 2026-05-27T02:24:45.237Z | [ recovery-image] May 27 02:24:44.275 INFO O| May 27 02:24:44.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
| 6878 | 2026-05-27T02:24:45.237Z | [ recovery-image] May 27 02:24:44.275 INFO O| May 27 02:24:44.275 INFO STEP 629 (remove_files) COMPLETE |
| 6879 | 2026-05-27T02:24:45.241Z | [ recovery-image] May 27 02:24:44.275 INFO O| May 27 02:24:44.275 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6880 | 2026-05-27T02:24:45.244Z | [ recovery-image] May 27 02:24:44.282 INFO O| May 27 02:24:44.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
| 6881 | 2026-05-27T02:24:45.244Z | [ recovery-image] May 27 02:24:44.282 INFO O| May 27 02:24:44.282 INFO STEP 630 (remove_files) COMPLETE |
| 6882 | 2026-05-27T02:24:45.244Z | [ recovery-image] May 27 02:24:44.282 INFO O| May 27 02:24:44.282 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6883 | 2026-05-27T02:24:45.251Z | [ recovery-image] May 27 02:24:44.289 INFO O| May 27 02:24:44.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
| 6884 | 2026-05-27T02:24:45.252Z | [ recovery-image] May 27 02:24:44.289 INFO O| May 27 02:24:44.289 INFO STEP 631 (remove_files) COMPLETE |
| 6885 | 2026-05-27T02:24:45.255Z | [ recovery-image] May 27 02:24:44.289 INFO O| May 27 02:24:44.289 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6886 | 2026-05-27T02:24:45.259Z | [ recovery-image] May 27 02:24:44.296 INFO O| May 27 02:24:44.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
| 6887 | 2026-05-27T02:24:45.259Z | [ recovery-image] May 27 02:24:44.296 INFO O| May 27 02:24:44.296 INFO STEP 632 (remove_files) COMPLETE |
| 6888 | 2026-05-27T02:24:45.259Z | [ recovery-image] May 27 02:24:44.296 INFO O| May 27 02:24:44.296 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6889 | 2026-05-27T02:24:45.266Z | [ recovery-image] May 27 02:24:44.303 INFO O| May 27 02:24:44.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1" |
| 6890 | 2026-05-27T02:24:45.266Z | [ recovery-image] May 27 02:24:44.303 INFO O| May 27 02:24:44.303 INFO STEP 633 (remove_files) COMPLETE |
| 6891 | 2026-05-27T02:24:45.266Z | [ recovery-image] May 27 02:24:44.303 INFO O| May 27 02:24:44.303 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6892 | 2026-05-27T02:24:45.272Z | [ recovery-image] May 27 02:24:44.310 INFO O| May 27 02:24:44.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1" |
| 6893 | 2026-05-27T02:24:45.273Z | [ recovery-image] May 27 02:24:44.310 INFO O| May 27 02:24:44.310 INFO STEP 634 (remove_files) COMPLETE |
| 6894 | 2026-05-27T02:24:45.276Z | [ recovery-image] May 27 02:24:44.310 INFO O| May 27 02:24:44.310 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6895 | 2026-05-27T02:24:45.281Z | [ recovery-image] May 27 02:24:44.317 INFO O| May 27 02:24:44.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1" |
| 6896 | 2026-05-27T02:24:45.281Z | [ recovery-image] May 27 02:24:44.317 INFO O| May 27 02:24:44.317 INFO STEP 635 (remove_files) COMPLETE |
| 6897 | 2026-05-27T02:24:45.281Z | [ recovery-image] May 27 02:24:44.317 INFO O| May 27 02:24:44.317 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6898 | 2026-05-27T02:24:45.286Z | [ recovery-image] May 27 02:24:44.323 INFO O| May 27 02:24:44.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1" |
| 6899 | 2026-05-27T02:24:45.286Z | [ recovery-image] May 27 02:24:44.323 INFO O| May 27 02:24:44.323 INFO STEP 636 (remove_files) COMPLETE |
| 6900 | 2026-05-27T02:24:45.286Z | [ recovery-image] May 27 02:24:44.323 INFO O| May 27 02:24:44.323 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6901 | 2026-05-27T02:24:45.292Z | [ recovery-image] May 27 02:24:44.330 INFO O| May 27 02:24:44.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1" |
| 6902 | 2026-05-27T02:24:45.292Z | [ recovery-image] May 27 02:24:44.330 INFO O| May 27 02:24:44.330 INFO STEP 637 (remove_files) COMPLETE |
| 6903 | 2026-05-27T02:24:45.295Z | [ recovery-image] May 27 02:24:44.330 INFO O| May 27 02:24:44.330 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6904 | 2026-05-27T02:24:45.299Z | [ recovery-image] May 27 02:24:44.336 INFO O| May 27 02:24:44.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1" |
| 6905 | 2026-05-27T02:24:45.299Z | [ recovery-image] May 27 02:24:44.336 INFO O| May 27 02:24:44.336 INFO STEP 638 (remove_files) COMPLETE |
| 6906 | 2026-05-27T02:24:45.299Z | [ recovery-image] May 27 02:24:44.336 INFO O| May 27 02:24:44.336 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6907 | 2026-05-27T02:24:45.305Z | [ recovery-image] May 27 02:24:44.342 INFO O| May 27 02:24:44.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin" |
| 6908 | 2026-05-27T02:24:45.305Z | [ recovery-image] May 27 02:24:44.342 INFO O| May 27 02:24:44.342 INFO STEP 639 (remove_files) COMPLETE |
| 6909 | 2026-05-27T02:24:45.305Z | [ recovery-image] May 27 02:24:44.342 INFO O| May 27 02:24:44.342 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6910 | 2026-05-27T02:24:45.310Z | [ recovery-image] May 27 02:24:44.348 INFO O| May 27 02:24:44.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl" |
| 6911 | 2026-05-27T02:24:45.310Z | [ recovery-image] May 27 02:24:44.348 INFO O| May 27 02:24:44.348 INFO STEP 640 (remove_files) COMPLETE |
| 6912 | 2026-05-27T02:24:45.314Z | [ recovery-image] May 27 02:24:44.348 INFO O| May 27 02:24:44.348 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6913 | 2026-05-27T02:24:45.319Z | [ recovery-image] May 27 02:24:44.357 INFO O| May 27 02:24:44.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin" |
| 6914 | 2026-05-27T02:24:45.319Z | [ recovery-image] May 27 02:24:44.357 INFO O| May 27 02:24:44.357 INFO STEP 641 (remove_files) COMPLETE |
| 6915 | 2026-05-27T02:24:45.322Z | [ recovery-image] May 27 02:24:44.357 INFO O| May 27 02:24:44.357 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6916 | 2026-05-27T02:24:45.327Z | [ recovery-image] May 27 02:24:44.365 INFO O| May 27 02:24:44.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl" |
| 6917 | 2026-05-27T02:24:45.327Z | [ recovery-image] May 27 02:24:44.365 INFO O| May 27 02:24:44.365 INFO STEP 642 (remove_files) COMPLETE |
| 6918 | 2026-05-27T02:24:45.330Z | [ recovery-image] May 27 02:24:44.365 INFO O| May 27 02:24:44.365 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6919 | 2026-05-27T02:24:45.333Z | [ recovery-image] May 27 02:24:44.372 INFO O| May 27 02:24:44.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin" |
| 6920 | 2026-05-27T02:24:45.357Z | [ recovery-image] May 27 02:24:44.394 INFO O| May 27 02:24:44.394 INFO STEP 643 (remove_files) COMPLETE |
| 6921 | 2026-05-27T02:24:45.358Z | [ recovery-image] May 27 02:24:44.394 INFO O| May 27 02:24:44.394 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6922 | 2026-05-27T02:24:45.398Z | [ recovery-image] May 27 02:24:44.436 INFO O| May 27 02:24:44.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl" |
| 6923 | 2026-05-27T02:24:45.404Z | [ recovery-image] May 27 02:24:44.442 INFO O| May 27 02:24:44.442 INFO STEP 644 (remove_files) COMPLETE |
| 6924 | 2026-05-27T02:24:45.404Z | [ recovery-image] May 27 02:24:44.442 INFO O| May 27 02:24:44.442 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6925 | 2026-05-27T02:24:45.415Z | [ recovery-image] May 27 02:24:44.452 INFO O| May 27 02:24:44.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
| 6926 | 2026-05-27T02:24:45.418Z | [ recovery-image] May 27 02:24:44.453 INFO O| May 27 02:24:44.453 INFO STEP 645 (remove_files) COMPLETE |
| 6927 | 2026-05-27T02:24:45.419Z | [ recovery-image] May 27 02:24:44.453 INFO O| May 27 02:24:44.453 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6928 | 2026-05-27T02:24:45.424Z | [ recovery-image] May 27 02:24:44.462 INFO O| May 27 02:24:44.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
| 6929 | 2026-05-27T02:24:45.425Z | [ recovery-image] May 27 02:24:44.462 INFO O| May 27 02:24:44.462 INFO STEP 646 (remove_files) COMPLETE |
| 6930 | 2026-05-27T02:24:45.425Z | [ recovery-image] May 27 02:24:44.462 INFO O| May 27 02:24:44.462 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6931 | 2026-05-27T02:24:45.432Z | [ recovery-image] May 27 02:24:44.470 INFO O| May 27 02:24:44.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin" |
| 6932 | 2026-05-27T02:24:45.432Z | [ recovery-image] May 27 02:24:44.470 INFO O| May 27 02:24:44.470 INFO STEP 647 (remove_files) COMPLETE |
| 6933 | 2026-05-27T02:24:45.437Z | [ recovery-image] May 27 02:24:44.470 INFO O| May 27 02:24:44.470 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6934 | 2026-05-27T02:24:45.441Z | [ recovery-image] May 27 02:24:44.477 INFO O| May 27 02:24:44.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl" |
| 6935 | 2026-05-27T02:24:45.442Z | [ recovery-image] May 27 02:24:44.477 INFO O| May 27 02:24:44.477 INFO STEP 648 (remove_files) COMPLETE |
| 6936 | 2026-05-27T02:24:45.442Z | [ recovery-image] May 27 02:24:44.477 INFO O| May 27 02:24:44.477 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6937 | 2026-05-27T02:24:45.448Z | [ recovery-image] May 27 02:24:44.485 INFO O| May 27 02:24:44.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
| 6938 | 2026-05-27T02:24:45.448Z | [ recovery-image] May 27 02:24:44.485 INFO O| May 27 02:24:44.485 INFO STEP 649 (remove_files) COMPLETE |
| 6939 | 2026-05-27T02:24:45.448Z | [ recovery-image] May 27 02:24:44.485 INFO O| May 27 02:24:44.485 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6940 | 2026-05-27T02:24:45.454Z | [ recovery-image] May 27 02:24:44.492 INFO O| May 27 02:24:44.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
| 6941 | 2026-05-27T02:24:45.454Z | [ recovery-image] May 27 02:24:44.492 INFO O| May 27 02:24:44.492 INFO STEP 650 (remove_files) COMPLETE |
| 6942 | 2026-05-27T02:24:45.458Z | [ recovery-image] May 27 02:24:44.492 INFO O| May 27 02:24:44.492 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6943 | 2026-05-27T02:24:45.462Z | [ recovery-image] May 27 02:24:44.500 INFO O| May 27 02:24:44.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled" |
| 6944 | 2026-05-27T02:24:45.462Z | [ recovery-image] May 27 02:24:44.500 INFO O| May 27 02:24:44.500 INFO STEP 651 (remove_files) COMPLETE |
| 6945 | 2026-05-27T02:24:45.465Z | [ recovery-image] May 27 02:24:44.500 INFO O| May 27 02:24:44.500 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6946 | 2026-05-27T02:24:45.522Z | [ recovery-image] May 27 02:24:44.559 INFO O| May 27 02:24:44.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv" |
| 6947 | 2026-05-27T02:24:45.522Z | [ recovery-image] May 27 02:24:44.560 INFO O| May 27 02:24:44.560 INFO STEP 652 (remove_files) COMPLETE |
| 6948 | 2026-05-27T02:24:45.526Z | [ recovery-image] May 27 02:24:44.560 INFO O| May 27 02:24:44.560 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6949 | 2026-05-27T02:24:45.532Z | [ recovery-image] May 27 02:24:44.569 INFO O| May 27 02:24:44.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend" |
| 6950 | 2026-05-27T02:24:45.532Z | [ recovery-image] May 27 02:24:44.570 INFO O| May 27 02:24:44.570 INFO STEP 653 (remove_files) COMPLETE |
| 6951 | 2026-05-27T02:24:45.537Z | [ recovery-image] May 27 02:24:44.570 INFO O| May 27 02:24:44.570 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6952 | 2026-05-27T02:24:45.540Z | [ recovery-image] May 27 02:24:44.578 INFO O| May 27 02:24:44.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo" |
| 6953 | 2026-05-27T02:24:45.540Z | [ recovery-image] May 27 02:24:44.578 INFO O| May 27 02:24:44.578 INFO STEP 654 (remove_files) COMPLETE |
| 6954 | 2026-05-27T02:24:45.540Z | [ recovery-image] May 27 02:24:44.578 INFO O| May 27 02:24:44.578 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6955 | 2026-05-27T02:24:45.549Z | [ recovery-image] May 27 02:24:44.586 INFO O| May 27 02:24:44.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o" |
| 6956 | 2026-05-27T02:24:45.549Z | [ recovery-image] May 27 02:24:44.586 INFO O| May 27 02:24:44.586 INFO STEP 655 (remove_files) COMPLETE |
| 6957 | 2026-05-27T02:24:45.555Z | [ recovery-image] May 27 02:24:44.586 INFO O| May 27 02:24:44.586 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6958 | 2026-05-27T02:24:45.559Z | [ recovery-image] May 27 02:24:44.593 INFO O| May 27 02:24:44.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
| 6959 | 2026-05-27T02:24:45.559Z | [ recovery-image] May 27 02:24:44.594 INFO O| May 27 02:24:44.594 INFO STEP 656 (remove_files) COMPLETE |
| 6960 | 2026-05-27T02:24:45.559Z | [ recovery-image] May 27 02:24:44.594 INFO O| May 27 02:24:44.594 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6961 | 2026-05-27T02:24:45.564Z | [ recovery-image] May 27 02:24:44.601 INFO O| May 27 02:24:44.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d" |
| 6962 | 2026-05-27T02:24:45.564Z | [ recovery-image] May 27 02:24:44.602 INFO O| May 27 02:24:44.602 INFO STEP 657 (remove_files) COMPLETE |
| 6963 | 2026-05-27T02:24:45.564Z | [ recovery-image] May 27 02:24:44.602 INFO O| May 27 02:24:44.602 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6964 | 2026-05-27T02:24:45.572Z | [ recovery-image] May 27 02:24:44.609 INFO O| May 27 02:24:44.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o" |
| 6965 | 2026-05-27T02:24:45.572Z | [ recovery-image] May 27 02:24:44.609 INFO O| May 27 02:24:44.609 INFO STEP 658 (remove_files) COMPLETE |
| 6966 | 2026-05-27T02:24:45.572Z | [ recovery-image] May 27 02:24:44.609 INFO O| May 27 02:24:44.609 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6967 | 2026-05-27T02:24:45.579Z | [ recovery-image] May 27 02:24:44.617 INFO O| May 27 02:24:44.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
| 6968 | 2026-05-27T02:24:45.596Z | [ recovery-image] May 27 02:24:44.633 INFO O| May 27 02:24:44.633 INFO STEP 659 (remove_files) COMPLETE |
| 6969 | 2026-05-27T02:24:45.596Z | [ recovery-image] May 27 02:24:44.633 INFO O| May 27 02:24:44.633 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6970 | 2026-05-27T02:24:45.605Z | [ recovery-image] May 27 02:24:44.643 INFO O| May 27 02:24:44.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
| 6971 | 2026-05-27T02:24:45.631Z | [ recovery-image] May 27 02:24:44.669 INFO O| May 27 02:24:44.669 INFO STEP 660 (remove_files) COMPLETE |
| 6972 | 2026-05-27T02:24:45.631Z | [ recovery-image] May 27 02:24:44.669 INFO O| May 27 02:24:44.669 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6973 | 2026-05-27T02:24:45.640Z | [ recovery-image] May 27 02:24:44.678 INFO O| May 27 02:24:44.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
| 6974 | 2026-05-27T02:24:45.641Z | [ recovery-image] May 27 02:24:44.678 INFO O| May 27 02:24:44.678 INFO STEP 661 (remove_files) COMPLETE |
| 6975 | 2026-05-27T02:24:45.641Z | [ recovery-image] May 27 02:24:44.678 INFO O| May 27 02:24:44.678 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6976 | 2026-05-27T02:24:45.648Z | [ recovery-image] May 27 02:24:44.686 INFO O| May 27 02:24:44.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
| 6977 | 2026-05-27T02:24:45.648Z | [ recovery-image] May 27 02:24:44.686 INFO O| May 27 02:24:44.686 INFO STEP 662 (remove_files) COMPLETE |
| 6978 | 2026-05-27T02:24:45.648Z | [ recovery-image] May 27 02:24:44.686 INFO O| May 27 02:24:44.686 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6979 | 2026-05-27T02:24:45.655Z | [ recovery-image] May 27 02:24:44.692 INFO O| May 27 02:24:44.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
| 6980 | 2026-05-27T02:24:45.656Z | [ recovery-image] May 27 02:24:44.693 INFO O| May 27 02:24:44.693 INFO STEP 663 (remove_files) COMPLETE |
| 6981 | 2026-05-27T02:24:45.656Z | [ recovery-image] May 27 02:24:44.693 INFO O| May 27 02:24:44.693 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6982 | 2026-05-27T02:24:45.682Z | [ recovery-image] May 27 02:24:44.720 INFO O| May 27 02:24:44.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
| 6983 | 2026-05-27T02:24:45.682Z | [ recovery-image] May 27 02:24:44.720 INFO O| May 27 02:24:44.720 INFO STEP 664 (remove_files) COMPLETE |
| 6984 | 2026-05-27T02:24:45.683Z | [ recovery-image] May 27 02:24:44.720 INFO O| May 27 02:24:44.720 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6985 | 2026-05-27T02:24:45.690Z | [ recovery-image] May 27 02:24:44.727 INFO O| May 27 02:24:44.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
| 6986 | 2026-05-27T02:24:45.690Z | [ recovery-image] May 27 02:24:44.727 INFO O| May 27 02:24:44.727 INFO STEP 665 (remove_files) COMPLETE |
| 6987 | 2026-05-27T02:24:45.694Z | [ recovery-image] May 27 02:24:44.727 INFO O| May 27 02:24:44.727 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6988 | 2026-05-27T02:24:45.710Z | [ recovery-image] May 27 02:24:44.748 INFO O| May 27 02:24:44.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
| 6989 | 2026-05-27T02:24:45.710Z | [ recovery-image] May 27 02:24:44.748 INFO O| May 27 02:24:44.748 INFO STEP 666 (remove_files) COMPLETE |
| 6990 | 2026-05-27T02:24:45.710Z | [ recovery-image] May 27 02:24:44.748 INFO O| May 27 02:24:44.748 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6991 | 2026-05-27T02:24:45.722Z | [ recovery-image] May 27 02:24:44.759 INFO O| May 27 02:24:44.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
| 6992 | 2026-05-27T02:24:45.722Z | [ recovery-image] May 27 02:24:44.759 INFO O| May 27 02:24:44.759 INFO STEP 667 (remove_files) COMPLETE |
| 6993 | 2026-05-27T02:24:45.726Z | [ recovery-image] May 27 02:24:44.759 INFO O| May 27 02:24:44.759 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6994 | 2026-05-27T02:24:45.730Z | [ recovery-image] May 27 02:24:44.768 INFO O| May 27 02:24:44.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
| 6995 | 2026-05-27T02:24:45.730Z | [ recovery-image] May 27 02:24:44.768 INFO O| May 27 02:24:44.768 INFO STEP 668 (remove_files) COMPLETE |
| 6996 | 2026-05-27T02:24:45.730Z | [ recovery-image] May 27 02:24:44.768 INFO O| May 27 02:24:44.768 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6997 | 2026-05-27T02:24:45.738Z | [ recovery-image] May 27 02:24:44.776 INFO O| May 27 02:24:44.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict" |
| 6998 | 2026-05-27T02:24:45.738Z | [ recovery-image] May 27 02:24:44.776 INFO O| May 27 02:24:44.776 INFO STEP 669 (remove_files) COMPLETE |
| 6999 | 2026-05-27T02:24:45.738Z | [ recovery-image] May 27 02:24:44.776 INFO O| May 27 02:24:44.776 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7000 | 2026-05-27T02:24:45.780Z | [ recovery-image] May 27 02:24:44.818 INFO O| May 27 02:24:44.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
| 7001 | 2026-05-27T02:24:45.780Z | [ recovery-image] May 27 02:24:44.818 INFO O| May 27 02:24:44.818 INFO STEP 670 (remove_files) COMPLETE |
| 7002 | 2026-05-27T02:24:45.784Z | [ recovery-image] May 27 02:24:44.818 INFO O| May 27 02:24:44.818 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7003 | 2026-05-27T02:24:45.789Z | [ recovery-image] May 27 02:24:44.827 INFO O| May 27 02:24:44.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict" |
| 7004 | 2026-05-27T02:24:45.789Z | [ recovery-image] May 27 02:24:44.827 INFO O| May 27 02:24:44.827 INFO STEP 671 (remove_files) COMPLETE |
| 7005 | 2026-05-27T02:24:45.789Z | [ recovery-image] May 27 02:24:44.827 INFO O| May 27 02:24:44.827 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7006 | 2026-05-27T02:24:45.797Z | [ recovery-image] May 27 02:24:44.835 INFO O| May 27 02:24:44.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict" |
| 7007 | 2026-05-27T02:24:45.797Z | [ recovery-image] May 27 02:24:44.835 INFO O| May 27 02:24:44.835 INFO STEP 672 (remove_files) COMPLETE |
| 7008 | 2026-05-27T02:24:45.797Z | [ recovery-image] May 27 02:24:44.835 INFO O| May 27 02:24:44.835 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7009 | 2026-05-27T02:24:45.804Z | [ recovery-image] May 27 02:24:44.842 INFO O| May 27 02:24:44.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject" |
| 7010 | 2026-05-27T02:24:45.804Z | [ recovery-image] May 27 02:24:44.842 INFO O| May 27 02:24:44.842 INFO STEP 673 (remove_files) COMPLETE |
| 7011 | 2026-05-27T02:24:45.807Z | [ recovery-image] May 27 02:24:44.842 INFO O| May 27 02:24:44.842 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7012 | 2026-05-27T02:24:45.812Z | [ recovery-image] May 27 02:24:44.848 INFO O| May 27 02:24:44.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim" |
| 7013 | 2026-05-27T02:24:45.812Z | [ recovery-image] May 27 02:24:44.848 INFO O| May 27 02:24:44.848 INFO STEP 674 (remove_files) COMPLETE |
| 7014 | 2026-05-27T02:24:45.812Z | [ recovery-image] May 27 02:24:44.848 INFO O| May 27 02:24:44.848 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7015 | 2026-05-27T02:24:45.818Z | [ recovery-image] May 27 02:24:44.856 INFO O| May 27 02:24:44.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo" |
| 7016 | 2026-05-27T02:24:45.818Z | [ recovery-image] May 27 02:24:44.856 INFO O| May 27 02:24:44.856 INFO STEP 675 (remove_files) COMPLETE |
| 7017 | 2026-05-27T02:24:45.822Z | [ recovery-image] May 27 02:24:44.856 INFO O| May 27 02:24:44.856 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7018 | 2026-05-27T02:24:45.825Z | [ recovery-image] May 27 02:24:44.863 INFO O| May 27 02:24:44.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo" |
| 7019 | 2026-05-27T02:24:45.825Z | [ recovery-image] May 27 02:24:44.863 INFO O| May 27 02:24:44.863 INFO STEP 676 (remove_files) COMPLETE |
| 7020 | 2026-05-27T02:24:45.829Z | [ recovery-image] May 27 02:24:44.863 INFO O| May 27 02:24:44.863 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7021 | 2026-05-27T02:24:45.832Z | [ recovery-image] May 27 02:24:44.870 INFO O| May 27 02:24:44.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode" |
| 7022 | 2026-05-27T02:24:45.832Z | [ recovery-image] May 27 02:24:44.870 INFO O| May 27 02:24:44.870 INFO STEP 677 (remove_files) COMPLETE |
| 7023 | 2026-05-27T02:24:45.832Z | [ recovery-image] May 27 02:24:44.870 INFO O| May 27 02:24:44.870 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7024 | 2026-05-27T02:24:45.839Z | [ recovery-image] May 27 02:24:44.877 INFO O| May 27 02:24:44.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
| 7025 | 2026-05-27T02:24:45.839Z | [ recovery-image] May 27 02:24:44.877 INFO O| May 27 02:24:44.877 INFO STEP 678 (remove_files) COMPLETE |
| 7026 | 2026-05-27T02:24:45.842Z | [ recovery-image] May 27 02:24:44.877 INFO O| May 27 02:24:44.877 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7027 | 2026-05-27T02:24:45.845Z | [ recovery-image] May 27 02:24:44.883 INFO O| May 27 02:24:44.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
| 7028 | 2026-05-27T02:24:45.845Z | [ recovery-image] May 27 02:24:44.883 INFO O| May 27 02:24:44.883 INFO STEP 679 (remove_files) COMPLETE |
| 7029 | 2026-05-27T02:24:45.845Z | [ recovery-image] May 27 02:24:44.883 INFO O| May 27 02:24:44.883 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7030 | 2026-05-27T02:24:45.852Z | [ recovery-image] May 27 02:24:44.890 INFO O| May 27 02:24:44.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
| 7031 | 2026-05-27T02:24:45.852Z | [ recovery-image] May 27 02:24:44.890 INFO O| May 27 02:24:44.890 INFO STEP 680 (remove_files) COMPLETE |
| 7032 | 2026-05-27T02:24:45.855Z | [ recovery-image] May 27 02:24:44.890 INFO O| May 27 02:24:44.890 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7033 | 2026-05-27T02:24:45.858Z | [ recovery-image] May 27 02:24:44.896 INFO O| May 27 02:24:44.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
| 7034 | 2026-05-27T02:24:45.858Z | [ recovery-image] May 27 02:24:44.896 INFO O| May 27 02:24:44.896 INFO STEP 681 (remove_files) COMPLETE |
| 7035 | 2026-05-27T02:24:45.859Z | [ recovery-image] May 27 02:24:44.896 INFO O| May 27 02:24:44.896 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7036 | 2026-05-27T02:24:45.864Z | [ recovery-image] May 27 02:24:44.902 INFO O| May 27 02:24:44.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
| 7037 | 2026-05-27T02:24:45.864Z | [ recovery-image] May 27 02:24:44.902 INFO O| May 27 02:24:44.902 INFO STEP 682 (remove_files) COMPLETE |
| 7038 | 2026-05-27T02:24:45.868Z | [ recovery-image] May 27 02:24:44.902 INFO O| May 27 02:24:44.902 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7039 | 2026-05-27T02:24:45.871Z | [ recovery-image] May 27 02:24:44.909 INFO O| May 27 02:24:44.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
| 7040 | 2026-05-27T02:24:45.871Z | [ recovery-image] May 27 02:24:44.909 INFO O| May 27 02:24:44.909 INFO STEP 683 (remove_files) COMPLETE |
| 7041 | 2026-05-27T02:24:45.871Z | [ recovery-image] May 27 02:24:44.909 INFO O| May 27 02:24:44.909 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7042 | 2026-05-27T02:24:45.877Z | [ recovery-image] May 27 02:24:44.915 INFO O| May 27 02:24:44.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
| 7043 | 2026-05-27T02:24:45.877Z | [ recovery-image] May 27 02:24:44.915 INFO O| May 27 02:24:44.915 INFO STEP 684 (remove_files) COMPLETE |
| 7044 | 2026-05-27T02:24:45.880Z | [ recovery-image] May 27 02:24:44.915 INFO O| May 27 02:24:44.915 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7045 | 2026-05-27T02:24:45.888Z | [ recovery-image] May 27 02:24:44.926 INFO O| May 27 02:24:44.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
| 7046 | 2026-05-27T02:24:45.889Z | [ recovery-image] May 27 02:24:44.926 INFO O| May 27 02:24:44.926 INFO STEP 685 (remove_files) COMPLETE |
| 7047 | 2026-05-27T02:24:45.893Z | [ recovery-image] May 27 02:24:44.926 INFO O| May 27 02:24:44.926 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7048 | 2026-05-27T02:24:45.903Z | [ recovery-image] May 27 02:24:44.941 INFO O| May 27 02:24:44.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
| 7049 | 2026-05-27T02:24:45.903Z | [ recovery-image] May 27 02:24:44.941 INFO O| May 27 02:24:44.941 INFO STEP 686 (remove_files) COMPLETE |
| 7050 | 2026-05-27T02:24:45.907Z | [ recovery-image] May 27 02:24:44.941 INFO O| May 27 02:24:44.941 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7051 | 2026-05-27T02:24:45.918Z | [ recovery-image] May 27 02:24:44.955 INFO O| May 27 02:24:44.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
| 7052 | 2026-05-27T02:24:45.918Z | [ recovery-image] May 27 02:24:44.955 INFO O| May 27 02:24:44.955 INFO STEP 687 (remove_files) COMPLETE |
| 7053 | 2026-05-27T02:24:45.918Z | [ recovery-image] May 27 02:24:44.956 INFO O| May 27 02:24:44.955 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7054 | 2026-05-27T02:24:45.926Z | [ recovery-image] May 27 02:24:44.964 INFO O| May 27 02:24:44.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
| 7055 | 2026-05-27T02:24:45.926Z | [ recovery-image] May 27 02:24:44.964 INFO O| May 27 02:24:44.964 INFO STEP 688 (remove_files) COMPLETE |
| 7056 | 2026-05-27T02:24:45.927Z | [ recovery-image] May 27 02:24:44.964 INFO O| May 27 02:24:44.964 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7057 | 2026-05-27T02:24:45.935Z | [ recovery-image] May 27 02:24:44.972 INFO O| May 27 02:24:44.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
| 7058 | 2026-05-27T02:24:45.935Z | [ recovery-image] May 27 02:24:44.972 INFO O| May 27 02:24:44.972 INFO STEP 689 (remove_files) COMPLETE |
| 7059 | 2026-05-27T02:24:45.935Z | [ recovery-image] May 27 02:24:44.972 INFO O| May 27 02:24:44.972 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7060 | 2026-05-27T02:24:45.943Z | [ recovery-image] May 27 02:24:44.981 INFO O| May 27 02:24:44.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
| 7061 | 2026-05-27T02:24:45.943Z | [ recovery-image] May 27 02:24:44.981 INFO O| May 27 02:24:44.981 INFO STEP 690 (remove_files) COMPLETE |
| 7062 | 2026-05-27T02:24:45.943Z | [ recovery-image] May 27 02:24:44.981 INFO O| May 27 02:24:44.981 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7063 | 2026-05-27T02:24:45.950Z | [ recovery-image] May 27 02:24:44.988 INFO O| May 27 02:24:44.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
| 7064 | 2026-05-27T02:24:45.975Z | [ recovery-image] May 27 02:24:45.013 INFO O| May 27 02:24:45.013 INFO STEP 691 (remove_files) COMPLETE |
| 7065 | 2026-05-27T02:24:45.975Z | [ recovery-image] May 27 02:24:45.013 INFO O| May 27 02:24:45.013 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7066 | 2026-05-27T02:24:46.020Z | [ recovery-image] May 27 02:24:45.058 INFO O| May 27 02:24:45.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
| 7067 | 2026-05-27T02:24:46.021Z | [ recovery-image] May 27 02:24:45.058 INFO O| May 27 02:24:45.058 INFO STEP 692 (remove_files) COMPLETE |
| 7068 | 2026-05-27T02:24:46.021Z | [ recovery-image] May 27 02:24:45.058 INFO O| May 27 02:24:45.058 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7069 | 2026-05-27T02:24:46.030Z | [ recovery-image] May 27 02:24:45.067 INFO O| May 27 02:24:45.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
| 7070 | 2026-05-27T02:24:46.031Z | [ recovery-image] May 27 02:24:45.067 INFO O| May 27 02:24:45.067 INFO STEP 693 (remove_files) COMPLETE |
| 7071 | 2026-05-27T02:24:46.031Z | [ recovery-image] May 27 02:24:45.067 INFO O| May 27 02:24:45.067 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7072 | 2026-05-27T02:24:46.038Z | [ recovery-image] May 27 02:24:45.075 INFO O| May 27 02:24:45.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
| 7073 | 2026-05-27T02:24:46.038Z | [ recovery-image] May 27 02:24:45.075 INFO O| May 27 02:24:45.075 INFO STEP 694 (remove_files) COMPLETE |
| 7074 | 2026-05-27T02:24:46.038Z | [ recovery-image] May 27 02:24:45.075 INFO O| May 27 02:24:45.075 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7075 | 2026-05-27T02:24:46.045Z | [ recovery-image] May 27 02:24:45.083 INFO O| May 27 02:24:45.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
| 7076 | 2026-05-27T02:24:46.045Z | [ recovery-image] May 27 02:24:45.083 INFO O| May 27 02:24:45.083 INFO STEP 695 (remove_files) COMPLETE |
| 7077 | 2026-05-27T02:24:46.045Z | [ recovery-image] May 27 02:24:45.083 INFO O| May 27 02:24:45.083 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7078 | 2026-05-27T02:24:46.053Z | [ recovery-image] May 27 02:24:45.090 INFO O| May 27 02:24:45.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
| 7079 | 2026-05-27T02:24:46.053Z | [ recovery-image] May 27 02:24:45.090 INFO O| May 27 02:24:45.090 INFO STEP 696 (remove_files) COMPLETE |
| 7080 | 2026-05-27T02:24:46.058Z | [ recovery-image] May 27 02:24:45.090 INFO O| May 27 02:24:45.090 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7081 | 2026-05-27T02:24:46.061Z | [ recovery-image] May 27 02:24:45.097 INFO O| May 27 02:24:45.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
| 7082 | 2026-05-27T02:24:46.061Z | [ recovery-image] May 27 02:24:45.097 INFO O| May 27 02:24:45.097 INFO STEP 697 (remove_files) COMPLETE |
| 7083 | 2026-05-27T02:24:46.061Z | [ recovery-image] May 27 02:24:45.097 INFO O| May 27 02:24:45.097 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7084 | 2026-05-27T02:24:46.065Z | [ recovery-image] May 27 02:24:45.103 INFO O| May 27 02:24:45.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
| 7085 | 2026-05-27T02:24:46.065Z | [ recovery-image] May 27 02:24:45.103 INFO O| May 27 02:24:45.103 INFO STEP 698 (remove_files) COMPLETE |
| 7086 | 2026-05-27T02:24:46.069Z | [ recovery-image] May 27 02:24:45.103 INFO O| May 27 02:24:45.103 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7087 | 2026-05-27T02:24:46.073Z | [ recovery-image] May 27 02:24:45.110 INFO O| May 27 02:24:45.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
| 7088 | 2026-05-27T02:24:46.073Z | [ recovery-image] May 27 02:24:45.110 INFO O| May 27 02:24:45.110 INFO STEP 699 (remove_files) COMPLETE |
| 7089 | 2026-05-27T02:24:46.073Z | [ recovery-image] May 27 02:24:45.110 INFO O| May 27 02:24:45.110 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7090 | 2026-05-27T02:24:46.080Z | [ recovery-image] May 27 02:24:45.117 INFO O| May 27 02:24:45.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
| 7091 | 2026-05-27T02:24:46.080Z | [ recovery-image] May 27 02:24:45.118 INFO O| May 27 02:24:45.118 INFO STEP 700 (remove_files) COMPLETE |
| 7092 | 2026-05-27T02:24:46.080Z | [ recovery-image] May 27 02:24:45.118 INFO O| May 27 02:24:45.118 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7093 | 2026-05-27T02:24:46.090Z | [ recovery-image] May 27 02:24:45.124 INFO O| May 27 02:24:45.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1" |
| 7094 | 2026-05-27T02:24:46.090Z | [ recovery-image] May 27 02:24:45.124 INFO O| May 27 02:24:45.124 INFO STEP 701 (remove_files) COMPLETE |
| 7095 | 2026-05-27T02:24:46.090Z | [ recovery-image] May 27 02:24:45.124 INFO O| May 27 02:24:45.124 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7096 | 2026-05-27T02:24:46.095Z | [ recovery-image] May 27 02:24:45.131 INFO O| May 27 02:24:45.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
| 7097 | 2026-05-27T02:24:46.095Z | [ recovery-image] May 27 02:24:45.131 INFO O| May 27 02:24:45.131 INFO STEP 702 (remove_files) COMPLETE |
| 7098 | 2026-05-27T02:24:46.095Z | [ recovery-image] May 27 02:24:45.131 INFO O| May 27 02:24:45.131 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7099 | 2026-05-27T02:24:46.099Z | [ recovery-image] May 27 02:24:45.137 INFO O| May 27 02:24:45.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1" |
| 7100 | 2026-05-27T02:24:46.103Z | [ recovery-image] May 27 02:24:45.137 INFO O| May 27 02:24:45.137 INFO STEP 703 (remove_files) COMPLETE |
| 7101 | 2026-05-27T02:24:46.103Z | [ recovery-image] May 27 02:24:45.137 INFO O| May 27 02:24:45.137 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7102 | 2026-05-27T02:24:46.107Z | [ recovery-image] May 27 02:24:45.144 INFO O| May 27 02:24:45.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1" |
| 7103 | 2026-05-27T02:24:46.107Z | [ recovery-image] May 27 02:24:45.144 INFO O| May 27 02:24:45.144 INFO STEP 704 (remove_files) COMPLETE |
| 7104 | 2026-05-27T02:24:46.107Z | [ recovery-image] May 27 02:24:45.144 INFO O| May 27 02:24:45.144 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7105 | 2026-05-27T02:24:46.114Z | [ recovery-image] May 27 02:24:45.151 INFO O| May 27 02:24:45.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
| 7106 | 2026-05-27T02:24:46.114Z | [ recovery-image] May 27 02:24:45.151 INFO O| May 27 02:24:45.151 INFO STEP 705 (remove_files) COMPLETE |
| 7107 | 2026-05-27T02:24:46.114Z | [ recovery-image] May 27 02:24:45.151 INFO O| May 27 02:24:45.151 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7108 | 2026-05-27T02:24:46.120Z | [ recovery-image] May 27 02:24:45.157 INFO O| May 27 02:24:45.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
| 7109 | 2026-05-27T02:24:46.120Z | [ recovery-image] May 27 02:24:45.158 INFO O| May 27 02:24:45.158 INFO STEP 706 (remove_files) COMPLETE |
| 7110 | 2026-05-27T02:24:46.124Z | [ recovery-image] May 27 02:24:45.158 INFO O| May 27 02:24:45.158 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7111 | 2026-05-27T02:24:46.127Z | [ recovery-image] May 27 02:24:45.164 INFO O| May 27 02:24:45.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
| 7112 | 2026-05-27T02:24:46.127Z | [ recovery-image] May 27 02:24:45.165 INFO O| May 27 02:24:45.164 INFO STEP 707 (remove_files) COMPLETE |
| 7113 | 2026-05-27T02:24:46.127Z | [ recovery-image] May 27 02:24:45.165 INFO O| May 27 02:24:45.165 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7114 | 2026-05-27T02:24:46.133Z | [ recovery-image] May 27 02:24:45.171 INFO O| May 27 02:24:45.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
| 7115 | 2026-05-27T02:24:46.133Z | [ recovery-image] May 27 02:24:45.171 INFO O| May 27 02:24:45.171 INFO STEP 708 (remove_files) COMPLETE |
| 7116 | 2026-05-27T02:24:46.137Z | [ recovery-image] May 27 02:24:45.171 INFO O| May 27 02:24:45.171 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7117 | 2026-05-27T02:24:46.140Z | [ recovery-image] May 27 02:24:45.178 INFO O| May 27 02:24:45.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
| 7118 | 2026-05-27T02:24:46.140Z | [ recovery-image] May 27 02:24:45.178 INFO O| May 27 02:24:45.178 INFO STEP 709 (remove_files) COMPLETE |
| 7119 | 2026-05-27T02:24:46.140Z | [ recovery-image] May 27 02:24:45.178 INFO O| May 27 02:24:45.178 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7120 | 2026-05-27T02:24:46.148Z | [ recovery-image] May 27 02:24:45.184 INFO O| May 27 02:24:45.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
| 7121 | 2026-05-27T02:24:46.148Z | [ recovery-image] May 27 02:24:45.185 INFO O| May 27 02:24:45.185 INFO STEP 710 (remove_files) COMPLETE |
| 7122 | 2026-05-27T02:24:46.152Z | [ recovery-image] May 27 02:24:45.185 INFO O| May 27 02:24:45.185 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7123 | 2026-05-27T02:24:46.155Z | [ recovery-image] May 27 02:24:45.191 INFO O| May 27 02:24:45.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
| 7124 | 2026-05-27T02:24:46.155Z | [ recovery-image] May 27 02:24:45.191 INFO O| May 27 02:24:45.191 INFO STEP 711 (remove_files) COMPLETE |
| 7125 | 2026-05-27T02:24:46.156Z | [ recovery-image] May 27 02:24:45.191 INFO O| May 27 02:24:45.191 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7126 | 2026-05-27T02:24:46.160Z | [ recovery-image] May 27 02:24:45.197 INFO O| May 27 02:24:45.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
| 7127 | 2026-05-27T02:24:46.161Z | [ recovery-image] May 27 02:24:45.197 INFO O| May 27 02:24:45.197 INFO STEP 712 (remove_files) COMPLETE |
| 7128 | 2026-05-27T02:24:46.165Z | [ recovery-image] May 27 02:24:45.197 INFO O| May 27 02:24:45.197 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7129 | 2026-05-27T02:24:46.169Z | [ recovery-image] May 27 02:24:45.204 INFO O| May 27 02:24:45.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
| 7130 | 2026-05-27T02:24:46.169Z | [ recovery-image] May 27 02:24:45.204 INFO O| May 27 02:24:45.204 INFO STEP 713 (remove_files) COMPLETE |
| 7131 | 2026-05-27T02:24:46.169Z | [ recovery-image] May 27 02:24:45.204 INFO O| May 27 02:24:45.204 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7132 | 2026-05-27T02:24:46.172Z | [ recovery-image] May 27 02:24:45.210 INFO O| May 27 02:24:45.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
| 7133 | 2026-05-27T02:24:46.172Z | [ recovery-image] May 27 02:24:45.210 INFO O| May 27 02:24:45.210 INFO STEP 714 (remove_files) COMPLETE |
| 7134 | 2026-05-27T02:24:46.177Z | [ recovery-image] May 27 02:24:45.210 INFO O| May 27 02:24:45.210 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7135 | 2026-05-27T02:24:46.181Z | [ recovery-image] May 27 02:24:45.217 INFO O| May 27 02:24:45.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
| 7136 | 2026-05-27T02:24:46.181Z | [ recovery-image] May 27 02:24:45.217 INFO O| May 27 02:24:45.217 INFO STEP 715 (remove_files) COMPLETE |
| 7137 | 2026-05-27T02:24:46.181Z | [ recovery-image] May 27 02:24:45.217 INFO O| May 27 02:24:45.217 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7138 | 2026-05-27T02:24:46.186Z | [ recovery-image] May 27 02:24:45.224 INFO O| May 27 02:24:45.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount" |
| 7139 | 2026-05-27T02:24:46.186Z | [ recovery-image] May 27 02:24:45.224 INFO O| May 27 02:24:45.224 INFO STEP 716 (remove_files) COMPLETE |
| 7140 | 2026-05-27T02:24:46.186Z | [ recovery-image] May 27 02:24:45.224 INFO O| May 27 02:24:45.224 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7141 | 2026-05-27T02:24:46.241Z | [ recovery-image] May 27 02:24:45.231 INFO O| May 27 02:24:45.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp" |
| 7142 | 2026-05-27T02:24:46.241Z | [ recovery-image] May 27 02:24:45.231 INFO O| May 27 02:24:45.231 INFO STEP 717 (remove_files) COMPLETE |
| 7143 | 2026-05-27T02:24:46.241Z | [ recovery-image] May 27 02:24:45.231 INFO O| May 27 02:24:45.231 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7144 | 2026-05-27T02:24:46.241Z | [ recovery-image] May 27 02:24:45.238 INFO O| May 27 02:24:45.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
| 7145 | 2026-05-27T02:24:46.241Z | [ recovery-image] May 27 02:24:45.238 INFO O| May 27 02:24:45.238 INFO STEP 718 (remove_files) COMPLETE |
| 7146 | 2026-05-27T02:24:46.241Z | [ recovery-image] May 27 02:24:45.238 INFO O| May 27 02:24:45.238 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7147 | 2026-05-27T02:24:46.241Z | [ recovery-image] May 27 02:24:45.245 INFO O| May 27 02:24:45.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit" |
| 7148 | 2026-05-27T02:24:46.241Z | [ recovery-image] May 27 02:24:45.245 INFO O| May 27 02:24:45.245 INFO STEP 719 (remove_files) COMPLETE |
| 7149 | 2026-05-27T02:24:46.241Z | [ recovery-image] May 27 02:24:45.245 INFO O| May 27 02:24:45.245 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7150 | 2026-05-27T02:24:46.241Z | [ recovery-image] May 27 02:24:45.252 INFO O| May 27 02:24:45.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount" |
| 7151 | 2026-05-27T02:24:46.241Z | [ recovery-image] May 27 02:24:45.252 INFO O| May 27 02:24:45.252 INFO STEP 720 (remove_files) COMPLETE |
| 7152 | 2026-05-27T02:24:46.241Z | [ recovery-image] May 27 02:24:45.252 INFO O| May 27 02:24:45.252 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7153 | 2026-05-27T02:24:46.241Z | [ recovery-image] May 27 02:24:45.260 INFO O| May 27 02:24:45.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount" |
| 7154 | 2026-05-27T02:24:46.241Z | [ recovery-image] May 27 02:24:45.260 INFO O| May 27 02:24:45.260 INFO STEP 721 (remove_files) COMPLETE |
| 7155 | 2026-05-27T02:24:46.241Z | [ recovery-image] May 27 02:24:45.260 INFO O| May 27 02:24:45.260 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7156 | 2026-05-27T02:24:46.241Z | [ recovery-image] May 27 02:24:45.267 INFO O| May 27 02:24:45.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck" |
| 7157 | 2026-05-27T02:24:46.241Z | [ recovery-image] May 27 02:24:45.267 INFO O| May 27 02:24:45.267 INFO STEP 722 (remove_files) COMPLETE |
| 7158 | 2026-05-27T02:24:46.241Z | [ recovery-image] May 27 02:24:45.267 INFO O| May 27 02:24:45.267 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7159 | 2026-05-27T02:24:46.241Z | [ recovery-image] May 27 02:24:45.276 INFO O| May 27 02:24:45.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp" |
| 7160 | 2026-05-27T02:24:46.241Z | [ recovery-image] May 27 02:24:45.276 INFO O| May 27 02:24:45.276 INFO STEP 723 (remove_files) COMPLETE |
| 7161 | 2026-05-27T02:24:46.241Z | [ recovery-image] May 27 02:24:45.276 INFO O| May 27 02:24:45.276 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7162 | 2026-05-27T02:24:46.248Z | [ recovery-image] May 27 02:24:45.285 INFO O| May 27 02:24:45.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
| 7163 | 2026-05-27T02:24:46.248Z | [ recovery-image] May 27 02:24:45.285 INFO O| May 27 02:24:45.285 INFO STEP 724 (remove_files) COMPLETE |
| 7164 | 2026-05-27T02:24:46.251Z | [ recovery-image] May 27 02:24:45.285 INFO O| May 27 02:24:45.285 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7165 | 2026-05-27T02:24:46.255Z | [ recovery-image] May 27 02:24:45.292 INFO O| May 27 02:24:45.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs" |
| 7166 | 2026-05-27T02:24:46.255Z | [ recovery-image] May 27 02:24:45.292 INFO O| May 27 02:24:45.292 INFO STEP 725 (remove_files) COMPLETE |
| 7167 | 2026-05-27T02:24:46.255Z | [ recovery-image] May 27 02:24:45.292 INFO O| May 27 02:24:45.292 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7168 | 2026-05-27T02:24:46.261Z | [ recovery-image] May 27 02:24:45.299 INFO O| May 27 02:24:45.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount" |
| 7169 | 2026-05-27T02:24:46.261Z | [ recovery-image] May 27 02:24:45.299 INFO O| May 27 02:24:45.299 INFO STEP 726 (remove_files) COMPLETE |
| 7170 | 2026-05-27T02:24:46.264Z | [ recovery-image] May 27 02:24:45.299 INFO O| May 27 02:24:45.299 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7171 | 2026-05-27T02:24:46.267Z | [ recovery-image] May 27 02:24:45.305 INFO O| May 27 02:24:45.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount" |
| 7172 | 2026-05-27T02:24:46.271Z | [ recovery-image] May 27 02:24:45.306 INFO O| May 27 02:24:45.306 INFO STEP 727 (remove_files) COMPLETE |
| 7173 | 2026-05-27T02:24:46.271Z | [ recovery-image] May 27 02:24:45.306 INFO O| May 27 02:24:45.306 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7174 | 2026-05-27T02:24:46.276Z | [ recovery-image] May 27 02:24:45.312 INFO O| May 27 02:24:45.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
| 7175 | 2026-05-27T02:24:46.276Z | [ recovery-image] May 27 02:24:45.312 INFO O| May 27 02:24:45.312 INFO STEP 728 (remove_files) COMPLETE |
| 7176 | 2026-05-27T02:24:46.276Z | [ recovery-image] May 27 02:24:45.312 INFO O| May 27 02:24:45.312 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7177 | 2026-05-27T02:24:46.283Z | [ recovery-image] May 27 02:24:45.321 INFO O| May 27 02:24:45.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
| 7178 | 2026-05-27T02:24:46.284Z | [ recovery-image] May 27 02:24:45.321 INFO O| May 27 02:24:45.321 INFO STEP 729 (remove_files) COMPLETE |
| 7179 | 2026-05-27T02:24:46.284Z | [ recovery-image] May 27 02:24:45.321 INFO O| May 27 02:24:45.321 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7180 | 2026-05-27T02:24:46.292Z | [ recovery-image] May 27 02:24:45.329 INFO O| May 27 02:24:45.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
| 7181 | 2026-05-27T02:24:46.295Z | [ recovery-image] May 27 02:24:45.330 INFO O| May 27 02:24:45.330 INFO STEP 730 (remove_files) COMPLETE |
| 7182 | 2026-05-27T02:24:46.295Z | [ recovery-image] May 27 02:24:45.330 INFO O| May 27 02:24:45.330 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7183 | 2026-05-27T02:24:46.299Z | [ recovery-image] May 27 02:24:45.337 INFO O| May 27 02:24:45.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares" |
| 7184 | 2026-05-27T02:24:46.299Z | [ recovery-image] May 27 02:24:45.337 INFO O| May 27 02:24:45.337 INFO STEP 731 (remove_files) COMPLETE |
| 7185 | 2026-05-27T02:24:46.299Z | [ recovery-image] May 27 02:24:45.337 INFO O| May 27 02:24:45.337 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7186 | 2026-05-27T02:24:46.308Z | [ recovery-image] May 27 02:24:45.344 INFO O| May 27 02:24:45.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
| 7187 | 2026-05-27T02:24:46.308Z | [ recovery-image] May 27 02:24:45.345 INFO O| May 27 02:24:45.345 INFO STEP 732 (remove_files) COMPLETE |
| 7188 | 2026-05-27T02:24:46.313Z | [ recovery-image] May 27 02:24:45.345 INFO O| May 27 02:24:45.345 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7189 | 2026-05-27T02:24:46.316Z | [ recovery-image] May 27 02:24:45.352 INFO O| May 27 02:24:45.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount" |
| 7190 | 2026-05-27T02:24:46.316Z | [ recovery-image] May 27 02:24:45.352 INFO O| May 27 02:24:45.352 INFO STEP 733 (remove_files) COMPLETE |
| 7191 | 2026-05-27T02:24:46.317Z | [ recovery-image] May 27 02:24:45.352 INFO O| May 27 02:24:45.352 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7192 | 2026-05-27T02:24:46.321Z | [ recovery-image] May 27 02:24:45.358 INFO O| May 27 02:24:45.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share" |
| 7193 | 2026-05-27T02:24:46.321Z | [ recovery-image] May 27 02:24:45.359 INFO O| May 27 02:24:45.359 INFO STEP 734 (remove_files) COMPLETE |
| 7194 | 2026-05-27T02:24:46.321Z | [ recovery-image] May 27 02:24:45.359 INFO O| May 27 02:24:45.359 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7195 | 2026-05-27T02:24:46.329Z | [ recovery-image] May 27 02:24:45.366 INFO O| May 27 02:24:45.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount" |
| 7196 | 2026-05-27T02:24:46.329Z | [ recovery-image] May 27 02:24:45.366 INFO O| May 27 02:24:45.366 INFO STEP 735 (remove_files) COMPLETE |
| 7197 | 2026-05-27T02:24:46.329Z | [ recovery-image] May 27 02:24:45.366 INFO O| May 27 02:24:45.366 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7198 | 2026-05-27T02:24:46.335Z | [ recovery-image] May 27 02:24:45.373 INFO O| May 27 02:24:45.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare" |
| 7199 | 2026-05-27T02:24:46.336Z | [ recovery-image] May 27 02:24:45.373 INFO O| May 27 02:24:45.373 INFO STEP 736 (remove_files) COMPLETE |
| 7200 | 2026-05-27T02:24:46.336Z | [ recovery-image] May 27 02:24:45.373 INFO O| May 27 02:24:45.373 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7201 | 2026-05-27T02:24:46.342Z | [ recovery-image] May 27 02:24:45.380 INFO O| May 27 02:24:45.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri" |
| 7202 | 2026-05-27T02:24:46.342Z | [ recovery-image] May 27 02:24:45.380 INFO O| May 27 02:24:45.380 INFO STEP 737 (remove_files) COMPLETE |
| 7203 | 2026-05-27T02:24:46.342Z | [ recovery-image] May 27 02:24:45.380 INFO O| May 27 02:24:45.380 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7204 | 2026-05-27T02:24:46.351Z | [ recovery-image] May 27 02:24:45.387 INFO O| May 27 02:24:45.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy" |
| 7205 | 2026-05-27T02:24:46.351Z | [ recovery-image] May 27 02:24:45.388 INFO O| May 27 02:24:45.388 INFO STEP 738 (remove_files) COMPLETE |
| 7206 | 2026-05-27T02:24:46.351Z | [ recovery-image] May 27 02:24:45.388 INFO O| May 27 02:24:45.388 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7207 | 2026-05-27T02:24:46.359Z | [ recovery-image] May 27 02:24:45.395 INFO O| May 27 02:24:45.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df" |
| 7208 | 2026-05-27T02:24:46.359Z | [ recovery-image] May 27 02:24:45.395 INFO O| May 27 02:24:45.395 INFO STEP 739 (remove_files) COMPLETE |
| 7209 | 2026-05-27T02:24:46.362Z | [ recovery-image] May 27 02:24:45.395 INFO O| May 27 02:24:45.395 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7210 | 2026-05-27T02:24:46.366Z | [ recovery-image] May 27 02:24:45.402 INFO O| May 27 02:24:45.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota" |
| 7211 | 2026-05-27T02:24:46.366Z | [ recovery-image] May 27 02:24:45.402 INFO O| May 27 02:24:45.402 INFO STEP 740 (remove_files) COMPLETE |
| 7212 | 2026-05-27T02:24:46.366Z | [ recovery-image] May 27 02:24:45.402 INFO O| May 27 02:24:45.402 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7213 | 2026-05-27T02:24:46.371Z | [ recovery-image] May 27 02:24:45.409 INFO O| May 27 02:24:45.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff" |
| 7214 | 2026-05-27T02:24:46.371Z | [ recovery-image] May 27 02:24:45.409 INFO O| May 27 02:24:45.409 INFO STEP 741 (remove_files) COMPLETE |
| 7215 | 2026-05-27T02:24:46.376Z | [ recovery-image] May 27 02:24:45.409 INFO O| May 27 02:24:45.409 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7216 | 2026-05-27T02:24:46.382Z | [ recovery-image] May 27 02:24:45.416 INFO O| May 27 02:24:45.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck" |
| 7217 | 2026-05-27T02:24:46.382Z | [ recovery-image] May 27 02:24:45.417 INFO O| May 27 02:24:45.417 INFO STEP 742 (remove_files) COMPLETE |
| 7218 | 2026-05-27T02:24:46.382Z | [ recovery-image] May 27 02:24:45.417 INFO O| May 27 02:24:45.417 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7219 | 2026-05-27T02:24:46.386Z | [ recovery-image] May 27 02:24:45.424 INFO O| May 27 02:24:45.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall" |
| 7220 | 2026-05-27T02:24:46.386Z | [ recovery-image] May 27 02:24:45.424 INFO O| May 27 02:24:45.424 INFO STEP 743 (remove_files) COMPLETE |
| 7221 | 2026-05-27T02:24:46.386Z | [ recovery-image] May 27 02:24:45.424 INFO O| May 27 02:24:45.424 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7222 | 2026-05-27T02:24:46.392Z | [ recovery-image] May 27 02:24:45.430 INFO O| May 27 02:24:45.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb" |
| 7223 | 2026-05-27T02:24:46.392Z | [ recovery-image] May 27 02:24:45.430 INFO O| May 27 02:24:45.430 INFO STEP 744 (remove_files) COMPLETE |
| 7224 | 2026-05-27T02:24:46.393Z | [ recovery-image] May 27 02:24:45.430 INFO O| May 27 02:24:45.430 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7225 | 2026-05-27T02:24:46.399Z | [ recovery-image] May 27 02:24:45.437 INFO O| May 27 02:24:45.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand" |
| 7226 | 2026-05-27T02:24:46.399Z | [ recovery-image] May 27 02:24:45.437 INFO O| May 27 02:24:45.437 INFO STEP 745 (remove_files) COMPLETE |
| 7227 | 2026-05-27T02:24:46.403Z | [ recovery-image] May 27 02:24:45.437 INFO O| May 27 02:24:45.437 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7228 | 2026-05-27T02:24:46.406Z | [ recovery-image] May 27 02:24:45.444 INFO O| May 27 02:24:45.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap" |
| 7229 | 2026-05-27T02:24:46.406Z | [ recovery-image] May 27 02:24:45.444 INFO O| May 27 02:24:45.444 INFO STEP 746 (remove_files) COMPLETE |
| 7230 | 2026-05-27T02:24:46.406Z | [ recovery-image] May 27 02:24:45.444 INFO O| May 27 02:24:45.444 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7231 | 2026-05-27T02:24:46.413Z | [ recovery-image] May 27 02:24:45.450 INFO O| May 27 02:24:45.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp" |
| 7232 | 2026-05-27T02:24:46.414Z | [ recovery-image] May 27 02:24:45.450 INFO O| May 27 02:24:45.450 INFO STEP 747 (remove_files) COMPLETE |
| 7233 | 2026-05-27T02:24:46.418Z | [ recovery-image] May 27 02:24:45.450 INFO O| May 27 02:24:45.450 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7234 | 2026-05-27T02:24:46.422Z | [ recovery-image] May 27 02:24:45.457 INFO O| May 27 02:24:45.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
| 7235 | 2026-05-27T02:24:46.422Z | [ recovery-image] May 27 02:24:45.457 INFO O| May 27 02:24:45.457 INFO STEP 748 (remove_files) COMPLETE |
| 7236 | 2026-05-27T02:24:46.422Z | [ recovery-image] May 27 02:24:45.458 INFO O| May 27 02:24:45.457 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7237 | 2026-05-27T02:24:46.428Z | [ recovery-image] May 27 02:24:45.466 INFO O| May 27 02:24:45.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit" |
| 7238 | 2026-05-27T02:24:46.428Z | [ recovery-image] May 27 02:24:45.466 INFO O| May 27 02:24:45.466 INFO STEP 749 (remove_files) COMPLETE |
| 7239 | 2026-05-27T02:24:46.428Z | [ recovery-image] May 27 02:24:45.466 INFO O| May 27 02:24:45.466 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7240 | 2026-05-27T02:24:46.435Z | [ recovery-image] May 27 02:24:45.473 INFO O| May 27 02:24:45.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs" |
| 7241 | 2026-05-27T02:24:46.435Z | [ recovery-image] May 27 02:24:45.473 INFO O| May 27 02:24:45.473 INFO STEP 750 (remove_files) COMPLETE |
| 7242 | 2026-05-27T02:24:46.439Z | [ recovery-image] May 27 02:24:45.473 INFO O| May 27 02:24:45.473 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7243 | 2026-05-27T02:24:46.442Z | [ recovery-image] May 27 02:24:45.479 INFO O| May 27 02:24:45.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs" |
| 7244 | 2026-05-27T02:24:46.443Z | [ recovery-image] May 27 02:24:45.479 INFO O| May 27 02:24:45.479 INFO STEP 751 (remove_files) COMPLETE |
| 7245 | 2026-05-27T02:24:46.443Z | [ recovery-image] May 27 02:24:45.479 INFO O| May 27 02:24:45.479 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7246 | 2026-05-27T02:24:46.448Z | [ recovery-image] May 27 02:24:45.486 INFO O| May 27 02:24:45.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck" |
| 7247 | 2026-05-27T02:24:46.448Z | [ recovery-image] May 27 02:24:45.486 INFO O| May 27 02:24:45.486 INFO STEP 752 (remove_files) COMPLETE |
| 7248 | 2026-05-27T02:24:46.448Z | [ recovery-image] May 27 02:24:45.486 INFO O| May 27 02:24:45.486 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7249 | 2026-05-27T02:24:46.454Z | [ recovery-image] May 27 02:24:45.492 INFO O| May 27 02:24:45.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs" |
| 7250 | 2026-05-27T02:24:46.454Z | [ recovery-image] May 27 02:24:45.492 INFO O| May 27 02:24:45.492 INFO STEP 753 (remove_files) COMPLETE |
| 7251 | 2026-05-27T02:24:46.457Z | [ recovery-image] May 27 02:24:45.492 INFO O| May 27 02:24:45.492 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7252 | 2026-05-27T02:24:46.462Z | [ recovery-image] May 27 02:24:45.500 INFO O| May 27 02:24:45.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot" |
| 7253 | 2026-05-27T02:24:46.463Z | [ recovery-image] May 27 02:24:45.500 INFO O| May 27 02:24:45.500 INFO STEP 754 (remove_files) COMPLETE |
| 7254 | 2026-05-27T02:24:46.463Z | [ recovery-image] May 27 02:24:45.501 INFO O| May 27 02:24:45.500 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7255 | 2026-05-27T02:24:46.469Z | [ recovery-image] May 27 02:24:45.507 INFO O| May 27 02:24:45.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck" |
| 7256 | 2026-05-27T02:24:46.470Z | [ recovery-image] May 27 02:24:45.507 INFO O| May 27 02:24:45.507 INFO STEP 755 (remove_files) COMPLETE |
| 7257 | 2026-05-27T02:24:46.470Z | [ recovery-image] May 27 02:24:45.507 INFO O| May 27 02:24:45.507 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7258 | 2026-05-27T02:24:46.477Z | [ recovery-image] May 27 02:24:45.514 INFO O| May 27 02:24:45.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff" |
| 7259 | 2026-05-27T02:24:46.477Z | [ recovery-image] May 27 02:24:45.514 INFO O| May 27 02:24:45.514 INFO STEP 756 (remove_files) COMPLETE |
| 7260 | 2026-05-27T02:24:46.477Z | [ recovery-image] May 27 02:24:45.515 INFO O| May 27 02:24:45.514 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7261 | 2026-05-27T02:24:46.483Z | [ recovery-image] May 27 02:24:45.521 INFO O| May 27 02:24:45.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon" |
| 7262 | 2026-05-27T02:24:46.483Z | [ recovery-image] May 27 02:24:45.521 INFO O| May 27 02:24:45.521 INFO STEP 757 (remove_files) COMPLETE |
| 7263 | 2026-05-27T02:24:46.486Z | [ recovery-image] May 27 02:24:45.521 INFO O| May 27 02:24:45.521 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7264 | 2026-05-27T02:24:46.492Z | [ recovery-image] May 27 02:24:45.530 INFO O| May 27 02:24:45.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota" |
| 7265 | 2026-05-27T02:24:46.492Z | [ recovery-image] May 27 02:24:45.530 INFO O| May 27 02:24:45.530 INFO STEP 758 (remove_files) COMPLETE |
| 7266 | 2026-05-27T02:24:46.493Z | [ recovery-image] May 27 02:24:45.530 INFO O| May 27 02:24:45.530 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7267 | 2026-05-27T02:24:46.501Z | [ recovery-image] May 27 02:24:45.539 INFO O| May 27 02:24:45.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs" |
| 7268 | 2026-05-27T02:24:46.501Z | [ recovery-image] May 27 02:24:45.539 INFO O| May 27 02:24:45.539 INFO STEP 759 (remove_files) COMPLETE |
| 7269 | 2026-05-27T02:24:46.505Z | [ recovery-image] May 27 02:24:45.539 INFO O| May 27 02:24:45.539 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7270 | 2026-05-27T02:24:46.508Z | [ recovery-image] May 27 02:24:45.546 INFO O| May 27 02:24:45.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump" |
| 7271 | 2026-05-27T02:24:46.509Z | [ recovery-image] May 27 02:24:45.546 INFO O| May 27 02:24:45.546 INFO STEP 760 (remove_files) COMPLETE |
| 7272 | 2026-05-27T02:24:46.512Z | [ recovery-image] May 27 02:24:45.546 INFO O| May 27 02:24:45.546 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7273 | 2026-05-27T02:24:46.516Z | [ recovery-image] May 27 02:24:45.554 INFO O| May 27 02:24:45.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore" |
| 7274 | 2026-05-27T02:24:46.516Z | [ recovery-image] May 27 02:24:45.554 INFO O| May 27 02:24:45.554 INFO STEP 761 (remove_files) COMPLETE |
| 7275 | 2026-05-27T02:24:46.519Z | [ recovery-image] May 27 02:24:45.554 INFO O| May 27 02:24:45.554 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7276 | 2026-05-27T02:24:46.523Z | [ recovery-image] May 27 02:24:45.561 INFO O| May 27 02:24:45.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy" |
| 7277 | 2026-05-27T02:24:46.523Z | [ recovery-image] May 27 02:24:45.561 INFO O| May 27 02:24:45.561 INFO STEP 762 (remove_files) COMPLETE |
| 7278 | 2026-05-27T02:24:46.523Z | [ recovery-image] May 27 02:24:45.561 INFO O| May 27 02:24:45.561 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7279 | 2026-05-27T02:24:46.530Z | [ recovery-image] May 27 02:24:45.568 INFO O| May 27 02:24:45.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1" |
| 7280 | 2026-05-27T02:24:46.530Z | [ recovery-image] May 27 02:24:45.568 INFO O| May 27 02:24:45.568 INFO STEP 763 (remove_files) COMPLETE |
| 7281 | 2026-05-27T02:24:46.530Z | [ recovery-image] May 27 02:24:45.568 INFO O| May 27 02:24:45.568 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7282 | 2026-05-27T02:24:46.537Z | [ recovery-image] May 27 02:24:45.574 INFO O| May 27 02:24:45.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1" |
| 7283 | 2026-05-27T02:24:46.537Z | [ recovery-image] May 27 02:24:45.575 INFO O| May 27 02:24:45.574 INFO STEP 764 (remove_files) COMPLETE |
| 7284 | 2026-05-27T02:24:46.540Z | [ recovery-image] May 27 02:24:45.575 INFO O| May 27 02:24:45.575 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7285 | 2026-05-27T02:24:46.543Z | [ recovery-image] May 27 02:24:45.581 INFO O| May 27 02:24:45.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean" |
| 7286 | 2026-05-27T02:24:46.543Z | [ recovery-image] May 27 02:24:45.581 INFO O| May 27 02:24:45.581 INFO STEP 765 (remove_files) COMPLETE |
| 7287 | 2026-05-27T02:24:46.543Z | [ recovery-image] May 27 02:24:45.581 INFO O| May 27 02:24:45.581 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7288 | 2026-05-27T02:24:46.552Z | [ recovery-image] May 27 02:24:45.588 INFO O| May 27 02:24:45.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd" |
| 7289 | 2026-05-27T02:24:46.552Z | [ recovery-image] May 27 02:24:45.588 INFO O| May 27 02:24:45.588 INFO STEP 766 (remove_files) COMPLETE |
| 7290 | 2026-05-27T02:24:46.552Z | [ recovery-image] May 27 02:24:45.588 INFO O| May 27 02:24:45.588 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7291 | 2026-05-27T02:24:46.556Z | [ recovery-image] May 27 02:24:45.594 INFO O| May 27 02:24:45.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1" |
| 7292 | 2026-05-27T02:24:46.556Z | [ recovery-image] May 27 02:24:45.594 INFO O| May 27 02:24:45.594 INFO STEP 767 (remove_files) COMPLETE |
| 7293 | 2026-05-27T02:24:46.560Z | [ recovery-image] May 27 02:24:45.594 INFO O| May 27 02:24:45.594 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7294 | 2026-05-27T02:24:46.564Z | [ recovery-image] May 27 02:24:45.601 INFO O| May 27 02:24:45.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1" |
| 7295 | 2026-05-27T02:24:46.564Z | [ recovery-image] May 27 02:24:45.601 INFO O| May 27 02:24:45.601 INFO STEP 768 (remove_files) COMPLETE |
| 7296 | 2026-05-27T02:24:46.564Z | [ recovery-image] May 27 02:24:45.601 INFO O| May 27 02:24:45.601 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7297 | 2026-05-27T02:24:46.570Z | [ recovery-image] May 27 02:24:45.607 INFO O| May 27 02:24:45.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1" |
| 7298 | 2026-05-27T02:24:46.570Z | [ recovery-image] May 27 02:24:45.607 INFO O| May 27 02:24:45.607 INFO STEP 769 (remove_files) COMPLETE |
| 7299 | 2026-05-27T02:24:46.573Z | [ recovery-image] May 27 02:24:45.607 INFO O| May 27 02:24:45.607 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7300 | 2026-05-27T02:24:46.577Z | [ recovery-image] May 27 02:24:45.614 INFO O| May 27 02:24:45.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked" |
| 7301 | 2026-05-27T02:24:46.577Z | [ recovery-image] May 27 02:24:45.614 INFO O| May 27 02:24:45.614 INFO STEP 770 (remove_files) COMPLETE |
| 7302 | 2026-05-27T02:24:46.577Z | [ recovery-image] May 27 02:24:45.614 INFO O| May 27 02:24:45.614 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7303 | 2026-05-27T02:24:46.583Z | [ recovery-image] May 27 02:24:45.621 INFO O| May 27 02:24:45.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb" |
| 7304 | 2026-05-27T02:24:46.583Z | [ recovery-image] May 27 02:24:45.621 INFO O| May 27 02:24:45.621 INFO STEP 771 (remove_files) COMPLETE |
| 7305 | 2026-05-27T02:24:46.586Z | [ recovery-image] May 27 02:24:45.621 INFO O| May 27 02:24:45.621 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7306 | 2026-05-27T02:24:46.590Z | [ recovery-image] May 27 02:24:45.628 INFO O| May 27 02:24:45.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal" |
| 7307 | 2026-05-27T02:24:46.590Z | [ recovery-image] May 27 02:24:45.628 INFO O| May 27 02:24:45.628 INFO STEP 772 (remove_files) COMPLETE |
| 7308 | 2026-05-27T02:24:46.590Z | [ recovery-image] May 27 02:24:45.628 INFO O| May 27 02:24:45.628 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7309 | 2026-05-27T02:24:46.597Z | [ recovery-image] May 27 02:24:45.634 INFO O| May 27 02:24:45.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb" |
| 7310 | 2026-05-27T02:24:46.597Z | [ recovery-image] May 27 02:24:45.635 INFO O| May 27 02:24:45.635 INFO STEP 773 (remove_files) COMPLETE |
| 7311 | 2026-05-27T02:24:46.600Z | [ recovery-image] May 27 02:24:45.635 INFO O| May 27 02:24:45.635 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7312 | 2026-05-27T02:24:46.604Z | [ recovery-image] May 27 02:24:45.641 INFO O| May 27 02:24:45.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked" |
| 7313 | 2026-05-27T02:24:46.604Z | [ recovery-image] May 27 02:24:45.641 INFO O| May 27 02:24:45.641 INFO STEP 774 (remove_files) COMPLETE |
| 7314 | 2026-05-27T02:24:46.604Z | [ recovery-image] May 27 02:24:45.641 INFO O| May 27 02:24:45.641 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7315 | 2026-05-27T02:24:46.610Z | [ recovery-image] May 27 02:24:45.648 INFO O| May 27 02:24:45.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd" |
| 7316 | 2026-05-27T02:24:46.610Z | [ recovery-image] May 27 02:24:45.648 INFO O| May 27 02:24:45.648 INFO STEP 775 (remove_files) COMPLETE |
| 7317 | 2026-05-27T02:24:46.610Z | [ recovery-image] May 27 02:24:45.648 INFO O| May 27 02:24:45.648 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7318 | 2026-05-27T02:24:46.617Z | [ recovery-image] May 27 02:24:45.655 INFO O| May 27 02:24:45.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd" |
| 7319 | 2026-05-27T02:24:46.620Z | [ recovery-image] May 27 02:24:45.656 INFO O| May 27 02:24:45.655 INFO STEP 776 (remove_files) COMPLETE |
| 7320 | 2026-05-27T02:24:46.620Z | [ recovery-image] May 27 02:24:45.656 INFO O| May 27 02:24:45.655 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7321 | 2026-05-27T02:24:46.624Z | [ recovery-image] May 27 02:24:45.662 INFO O| May 27 02:24:45.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
| 7322 | 2026-05-27T02:24:46.624Z | [ recovery-image] May 27 02:24:45.662 INFO O| May 27 02:24:45.662 INFO STEP 777 (remove_files) COMPLETE |
| 7323 | 2026-05-27T02:24:46.628Z | [ recovery-image] May 27 02:24:45.662 INFO O| May 27 02:24:45.662 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7324 | 2026-05-27T02:24:46.632Z | [ recovery-image] May 27 02:24:45.669 INFO O| May 27 02:24:45.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd" |
| 7325 | 2026-05-27T02:24:46.632Z | [ recovery-image] May 27 02:24:45.669 INFO O| May 27 02:24:45.669 INFO STEP 778 (remove_files) COMPLETE |
| 7326 | 2026-05-27T02:24:46.632Z | [ recovery-image] May 27 02:24:45.669 INFO O| May 27 02:24:45.669 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7327 | 2026-05-27T02:24:46.638Z | [ recovery-image] May 27 02:24:45.676 INFO O| May 27 02:24:45.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
| 7328 | 2026-05-27T02:24:46.638Z | [ recovery-image] May 27 02:24:45.676 INFO O| May 27 02:24:45.676 INFO STEP 779 (remove_files) COMPLETE |
| 7329 | 2026-05-27T02:24:46.638Z | [ recovery-image] May 27 02:24:45.676 INFO O| May 27 02:24:45.676 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7330 | 2026-05-27T02:24:46.645Z | [ recovery-image] May 27 02:24:45.683 INFO O| May 27 02:24:45.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1" |
| 7331 | 2026-05-27T02:24:46.645Z | [ recovery-image] May 27 02:24:45.683 INFO O| May 27 02:24:45.683 INFO STEP 780 (remove_files) COMPLETE |
| 7332 | 2026-05-27T02:24:46.645Z | [ recovery-image] May 27 02:24:45.683 INFO O| May 27 02:24:45.683 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7333 | 2026-05-27T02:24:46.652Z | [ recovery-image] May 27 02:24:45.690 INFO O| May 27 02:24:45.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
| 7334 | 2026-05-27T02:24:46.652Z | [ recovery-image] May 27 02:24:45.690 INFO O| May 27 02:24:45.690 INFO STEP 781 (remove_files) COMPLETE |
| 7335 | 2026-05-27T02:24:46.652Z | [ recovery-image] May 27 02:24:45.690 INFO O| May 27 02:24:45.690 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7336 | 2026-05-27T02:24:46.659Z | [ recovery-image] May 27 02:24:45.696 INFO O| May 27 02:24:45.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G" |
| 7337 | 2026-05-27T02:24:46.659Z | [ recovery-image] May 27 02:24:45.696 INFO O| May 27 02:24:45.696 INFO STEP 782 (remove_files) COMPLETE |
| 7338 | 2026-05-27T02:24:46.659Z | [ recovery-image] May 27 02:24:45.696 INFO O| May 27 02:24:45.696 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7339 | 2026-05-27T02:24:46.667Z | [ recovery-image] May 27 02:24:45.703 INFO O| May 27 02:24:45.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G" |
| 7340 | 2026-05-27T02:24:46.667Z | [ recovery-image] May 27 02:24:45.703 INFO O| May 27 02:24:45.703 INFO STEP 783 (remove_files) COMPLETE |
| 7341 | 2026-05-27T02:24:46.670Z | [ recovery-image] May 27 02:24:45.703 INFO O| May 27 02:24:45.703 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7342 | 2026-05-27T02:24:46.674Z | [ recovery-image] May 27 02:24:45.711 INFO O| May 27 02:24:45.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign" |
| 7343 | 2026-05-27T02:24:46.674Z | [ recovery-image] May 27 02:24:45.711 INFO O| May 27 02:24:45.711 INFO STEP 784 (remove_files) COMPLETE |
| 7344 | 2026-05-27T02:24:46.674Z | [ recovery-image] May 27 02:24:45.711 INFO O| May 27 02:24:45.711 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7345 | 2026-05-27T02:24:46.710Z | [ recovery-image] May 27 02:24:45.748 INFO O| May 27 02:24:45.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default" |
| 7346 | 2026-05-27T02:24:46.710Z | [ recovery-image] May 27 02:24:45.748 INFO O| May 27 02:24:45.748 INFO STEP 785 (remove_files) COMPLETE |
| 7347 | 2026-05-27T02:24:46.714Z | [ recovery-image] May 27 02:24:45.748 INFO O| May 27 02:24:45.748 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7348 | 2026-05-27T02:24:46.737Z | [ recovery-image] May 27 02:24:45.775 INFO O| May 27 02:24:45.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata" |
| 7349 | 2026-05-27T02:24:46.738Z | [ recovery-image] May 27 02:24:45.775 INFO O| May 27 02:24:45.775 INFO STEP 786 (remove_files) COMPLETE |
| 7350 | 2026-05-27T02:24:46.742Z | [ recovery-image] May 27 02:24:45.775 INFO O| May 27 02:24:45.775 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7351 | 2026-05-27T02:24:46.745Z | [ recovery-image] May 27 02:24:45.782 INFO O| May 27 02:24:45.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter" |
| 7352 | 2026-05-27T02:24:46.745Z | [ recovery-image] May 27 02:24:45.782 INFO O| May 27 02:24:45.782 INFO STEP 787 (remove_files) COMPLETE |
| 7353 | 2026-05-27T02:24:46.745Z | [ recovery-image] May 27 02:24:45.782 INFO O| May 27 02:24:45.782 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7354 | 2026-05-27T02:24:46.751Z | [ recovery-image] May 27 02:24:45.789 INFO O| May 27 02:24:45.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss" |
| 7355 | 2026-05-27T02:24:46.751Z | [ recovery-image] May 27 02:24:45.789 INFO O| May 27 02:24:45.789 INFO STEP 788 (remove_files) COMPLETE |
| 7356 | 2026-05-27T02:24:46.755Z | [ recovery-image] May 27 02:24:45.789 INFO O| May 27 02:24:45.789 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7357 | 2026-05-27T02:24:46.759Z | [ recovery-image] May 27 02:24:45.797 INFO O| May 27 02:24:45.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata" |
| 7358 | 2026-05-27T02:24:46.759Z | [ recovery-image] May 27 02:24:45.797 INFO O| May 27 02:24:45.797 INFO STEP 789 (remove_files) COMPLETE |
| 7359 | 2026-05-27T02:24:46.762Z | [ recovery-image] May 27 02:24:45.797 INFO O| May 27 02:24:45.797 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7360 | 2026-05-27T02:24:46.766Z | [ recovery-image] May 27 02:24:45.804 INFO O| May 27 02:24:45.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk" |
| 7361 | 2026-05-27T02:24:46.767Z | [ recovery-image] May 27 02:24:45.804 INFO O| May 27 02:24:45.804 INFO STEP 790 (remove_files) COMPLETE |
| 7362 | 2026-05-27T02:24:46.770Z | [ recovery-image] May 27 02:24:45.804 INFO O| May 27 02:24:45.804 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7363 | 2026-05-27T02:24:46.775Z | [ recovery-image] May 27 02:24:45.813 INFO O| May 27 02:24:45.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign" |
| 7364 | 2026-05-27T02:24:46.775Z | [ recovery-image] May 27 02:24:45.813 INFO O| May 27 02:24:45.813 INFO STEP 791 (remove_files) COMPLETE |
| 7365 | 2026-05-27T02:24:46.775Z | [ recovery-image] May 27 02:24:45.813 INFO O| May 27 02:24:45.813 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7366 | 2026-05-27T02:24:46.783Z | [ recovery-image] May 27 02:24:45.821 INFO O| May 27 02:24:45.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
| 7367 | 2026-05-27T02:24:46.783Z | [ recovery-image] May 27 02:24:45.821 INFO O| May 27 02:24:45.821 INFO STEP 792 (remove_files) COMPLETE |
| 7368 | 2026-05-27T02:24:46.783Z | [ recovery-image] May 27 02:24:45.821 INFO O| May 27 02:24:45.821 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7369 | 2026-05-27T02:24:46.797Z | [ recovery-image] May 27 02:24:45.835 INFO O| May 27 02:24:45.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
| 7370 | 2026-05-27T02:24:46.797Z | [ recovery-image] May 27 02:24:45.835 INFO O| May 27 02:24:45.835 INFO STEP 793 (remove_files) COMPLETE |
| 7371 | 2026-05-27T02:24:46.797Z | [ recovery-image] May 27 02:24:45.835 INFO O| May 27 02:24:45.835 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7372 | 2026-05-27T02:24:46.824Z | [ recovery-image] May 27 02:24:45.862 INFO O| May 27 02:24:45.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
| 7373 | 2026-05-27T02:24:46.824Z | [ recovery-image] May 27 02:24:45.862 INFO O| May 27 02:24:45.862 INFO STEP 794 (remove_files) COMPLETE |
| 7374 | 2026-05-27T02:24:46.825Z | [ recovery-image] May 27 02:24:45.862 INFO O| May 27 02:24:45.862 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7375 | 2026-05-27T02:24:46.832Z | [ recovery-image] May 27 02:24:45.870 INFO O| May 27 02:24:45.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
| 7376 | 2026-05-27T02:24:46.832Z | [ recovery-image] May 27 02:24:45.870 INFO O| May 27 02:24:45.870 INFO STEP 795 (remove_files) COMPLETE |
| 7377 | 2026-05-27T02:24:46.832Z | [ recovery-image] May 27 02:24:45.870 INFO O| May 27 02:24:45.870 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7378 | 2026-05-27T02:24:46.839Z | [ recovery-image] May 27 02:24:45.877 INFO O| May 27 02:24:45.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
| 7379 | 2026-05-27T02:24:46.839Z | [ recovery-image] May 27 02:24:45.877 INFO O| May 27 02:24:45.877 INFO STEP 796 (remove_files) COMPLETE |
| 7380 | 2026-05-27T02:24:46.839Z | [ recovery-image] May 27 02:24:45.877 INFO O| May 27 02:24:45.877 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7381 | 2026-05-27T02:24:46.846Z | [ recovery-image] May 27 02:24:45.884 INFO O| May 27 02:24:45.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1" |
| 7382 | 2026-05-27T02:24:46.846Z | [ recovery-image] May 27 02:24:45.884 INFO O| May 27 02:24:45.884 INFO STEP 797 (remove_files) COMPLETE |
| 7383 | 2026-05-27T02:24:46.846Z | [ recovery-image] May 27 02:24:45.884 INFO O| May 27 02:24:45.884 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7384 | 2026-05-27T02:24:46.853Z | [ recovery-image] May 27 02:24:45.891 INFO O| May 27 02:24:45.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1" |
| 7385 | 2026-05-27T02:24:46.854Z | [ recovery-image] May 27 02:24:45.891 INFO O| May 27 02:24:45.891 INFO STEP 798 (remove_files) COMPLETE |
| 7386 | 2026-05-27T02:24:46.857Z | [ recovery-image] May 27 02:24:45.891 INFO O| May 27 02:24:45.891 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7387 | 2026-05-27T02:24:46.884Z | [ recovery-image] May 27 02:24:45.922 INFO O| May 27 02:24:45.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1" |
| 7388 | 2026-05-27T02:24:46.884Z | [ recovery-image] May 27 02:24:45.922 INFO O| May 27 02:24:45.922 INFO STEP 799 (remove_files) COMPLETE |
| 7389 | 2026-05-27T02:24:46.885Z | [ recovery-image] May 27 02:24:45.922 INFO O| May 27 02:24:45.922 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7390 | 2026-05-27T02:24:46.892Z | [ recovery-image] May 27 02:24:45.930 INFO O| May 27 02:24:45.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb" |
| 7391 | 2026-05-27T02:24:46.892Z | [ recovery-image] May 27 02:24:45.930 INFO O| May 27 02:24:45.930 INFO STEP 800 (remove_files) COMPLETE |
| 7392 | 2026-05-27T02:24:46.895Z | [ recovery-image] May 27 02:24:45.930 INFO O| May 27 02:24:45.930 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7393 | 2026-05-27T02:24:46.899Z | [ recovery-image] May 27 02:24:45.937 INFO O| May 27 02:24:45.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so" |
| 7394 | 2026-05-27T02:24:46.899Z | [ recovery-image] May 27 02:24:45.937 INFO O| May 27 02:24:45.937 INFO STEP 801 (remove_files) COMPLETE |
| 7395 | 2026-05-27T02:24:46.903Z | [ recovery-image] May 27 02:24:45.937 INFO O| May 27 02:24:45.937 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7396 | 2026-05-27T02:24:46.906Z | [ recovery-image] May 27 02:24:45.944 INFO O| May 27 02:24:45.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb" |
| 7397 | 2026-05-27T02:24:46.928Z | [ recovery-image] May 27 02:24:45.966 INFO O| May 27 02:24:45.966 INFO STEP 802 (remove_files) COMPLETE |
| 7398 | 2026-05-27T02:24:46.928Z | [ recovery-image] May 27 02:24:45.966 INFO O| May 27 02:24:45.966 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7399 | 2026-05-27T02:24:46.945Z | [ recovery-image] May 27 02:24:45.983 INFO O| May 27 02:24:45.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
| 7400 | 2026-05-27T02:24:46.945Z | [ recovery-image] May 27 02:24:45.983 INFO O| May 27 02:24:45.983 INFO STEP 803 (remove_files) COMPLETE |
| 7401 | 2026-05-27T02:24:46.945Z | [ recovery-image] May 27 02:24:45.983 INFO O| May 27 02:24:45.983 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7402 | 2026-05-27T02:24:46.954Z | [ recovery-image] May 27 02:24:45.992 INFO O| May 27 02:24:45.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1" |
| 7403 | 2026-05-27T02:24:46.954Z | [ recovery-image] May 27 02:24:45.992 INFO O| May 27 02:24:45.992 INFO STEP 804 (remove_files) COMPLETE |
| 7404 | 2026-05-27T02:24:46.954Z | [ recovery-image] May 27 02:24:45.992 INFO O| May 27 02:24:45.992 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7405 | 2026-05-27T02:24:46.965Z | [ recovery-image] May 27 02:24:46.003 INFO O| May 27 02:24:46.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
| 7406 | 2026-05-27T02:24:46.965Z | [ recovery-image] May 27 02:24:46.003 INFO O| May 27 02:24:46.003 INFO STEP 805 (remove_files) COMPLETE |
| 7407 | 2026-05-27T02:24:46.965Z | [ recovery-image] May 27 02:24:46.003 INFO O| May 27 02:24:46.003 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7408 | 2026-05-27T02:24:46.980Z | [ recovery-image] May 27 02:24:46.017 INFO O| May 27 02:24:46.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed" |
| 7409 | 2026-05-27T02:24:46.980Z | [ recovery-image] May 27 02:24:46.017 INFO O| May 27 02:24:46.017 INFO STEP 806 (remove_files) COMPLETE |
| 7410 | 2026-05-27T02:24:46.980Z | [ recovery-image] May 27 02:24:46.017 INFO O| May 27 02:24:46.017 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7411 | 2026-05-27T02:24:46.988Z | [ recovery-image] May 27 02:24:46.025 INFO O| May 27 02:24:46.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen" |
| 7412 | 2026-05-27T02:24:46.988Z | [ recovery-image] May 27 02:24:46.025 INFO O| May 27 02:24:46.025 INFO STEP 807 (remove_files) COMPLETE |
| 7413 | 2026-05-27T02:24:46.988Z | [ recovery-image] May 27 02:24:46.025 INFO O| May 27 02:24:46.025 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7414 | 2026-05-27T02:24:46.995Z | [ recovery-image] May 27 02:24:46.033 INFO O| May 27 02:24:46.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server" |
| 7415 | 2026-05-27T02:24:46.995Z | [ recovery-image] May 27 02:24:46.033 INFO O| May 27 02:24:46.033 INFO STEP 808 (remove_files) COMPLETE |
| 7416 | 2026-05-27T02:24:46.995Z | [ recovery-image] May 27 02:24:46.033 INFO O| May 27 02:24:46.033 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7417 | 2026-05-27T02:24:47.006Z | [ recovery-image] May 27 02:24:46.044 INFO O| May 27 02:24:46.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
| 7418 | 2026-05-27T02:24:47.006Z | [ recovery-image] May 27 02:24:46.044 INFO O| May 27 02:24:46.044 INFO STEP 809 (remove_files) COMPLETE |
| 7419 | 2026-05-27T02:24:47.006Z | [ recovery-image] May 27 02:24:46.044 INFO O| May 27 02:24:46.044 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7420 | 2026-05-27T02:24:47.016Z | [ recovery-image] May 27 02:24:46.054 INFO O| May 27 02:24:46.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
| 7421 | 2026-05-27T02:24:47.016Z | [ recovery-image] May 27 02:24:46.054 INFO O| May 27 02:24:46.054 INFO STEP 810 (remove_files) COMPLETE |
| 7422 | 2026-05-27T02:24:47.020Z | [ recovery-image] May 27 02:24:46.054 INFO O| May 27 02:24:46.054 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7423 | 2026-05-27T02:24:47.025Z | [ recovery-image] May 27 02:24:46.063 INFO O| May 27 02:24:46.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
| 7424 | 2026-05-27T02:24:47.025Z | [ recovery-image] May 27 02:24:46.063 INFO O| May 27 02:24:46.063 INFO STEP 811 (remove_files) COMPLETE |
| 7425 | 2026-05-27T02:24:47.029Z | [ recovery-image] May 27 02:24:46.063 INFO O| May 27 02:24:46.063 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7426 | 2026-05-27T02:24:47.034Z | [ recovery-image] May 27 02:24:46.072 INFO O| May 27 02:24:46.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1" |
| 7427 | 2026-05-27T02:24:47.034Z | [ recovery-image] May 27 02:24:46.072 INFO O| May 27 02:24:46.072 INFO STEP 812 (remove_files) COMPLETE |
| 7428 | 2026-05-27T02:24:47.034Z | [ recovery-image] May 27 02:24:46.072 INFO O| May 27 02:24:46.072 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7429 | 2026-05-27T02:24:47.043Z | [ recovery-image] May 27 02:24:46.081 INFO O| May 27 02:24:46.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
| 7430 | 2026-05-27T02:24:47.044Z | [ recovery-image] May 27 02:24:46.081 INFO O| May 27 02:24:46.081 INFO STEP 813 (remove_files) COMPLETE |
| 7431 | 2026-05-27T02:24:47.044Z | [ recovery-image] May 27 02:24:46.081 INFO O| May 27 02:24:46.081 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7432 | 2026-05-27T02:24:47.051Z | [ recovery-image] May 27 02:24:46.089 INFO O| May 27 02:24:46.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1" |
| 7433 | 2026-05-27T02:24:47.051Z | [ recovery-image] May 27 02:24:46.089 INFO O| May 27 02:24:46.089 INFO STEP 814 (remove_files) COMPLETE |
| 7434 | 2026-05-27T02:24:47.054Z | [ recovery-image] May 27 02:24:46.089 INFO O| May 27 02:24:46.089 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7435 | 2026-05-27T02:24:47.059Z | [ recovery-image] May 27 02:24:46.097 INFO O| May 27 02:24:46.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1" |
| 7436 | 2026-05-27T02:24:47.059Z | [ recovery-image] May 27 02:24:46.097 INFO O| May 27 02:24:46.097 INFO STEP 815 (remove_files) COMPLETE |
| 7437 | 2026-05-27T02:24:47.062Z | [ recovery-image] May 27 02:24:46.097 INFO O| May 27 02:24:46.097 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7438 | 2026-05-27T02:24:47.068Z | [ recovery-image] May 27 02:24:46.106 INFO O| May 27 02:24:46.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1" |
| 7439 | 2026-05-27T02:24:47.068Z | [ recovery-image] May 27 02:24:46.106 INFO O| May 27 02:24:46.106 INFO STEP 816 (remove_files) COMPLETE |
| 7440 | 2026-05-27T02:24:47.071Z | [ recovery-image] May 27 02:24:46.106 INFO O| May 27 02:24:46.106 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7441 | 2026-05-27T02:24:47.076Z | [ recovery-image] May 27 02:24:46.114 INFO O| May 27 02:24:46.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1" |
| 7442 | 2026-05-27T02:24:47.076Z | [ recovery-image] May 27 02:24:46.114 INFO O| May 27 02:24:46.114 INFO STEP 817 (remove_files) COMPLETE |
| 7443 | 2026-05-27T02:24:47.079Z | [ recovery-image] May 27 02:24:46.114 INFO O| May 27 02:24:46.114 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7444 | 2026-05-27T02:24:47.086Z | [ recovery-image] May 27 02:24:46.123 INFO O| May 27 02:24:46.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1" |
| 7445 | 2026-05-27T02:24:47.086Z | [ recovery-image] May 27 02:24:46.123 INFO O| May 27 02:24:46.123 INFO STEP 818 (remove_files) COMPLETE |
| 7446 | 2026-05-27T02:24:47.086Z | [ recovery-image] May 27 02:24:46.124 INFO O| May 27 02:24:46.123 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7447 | 2026-05-27T02:24:47.095Z | [ recovery-image] May 27 02:24:46.133 INFO O| May 27 02:24:46.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
| 7448 | 2026-05-27T02:24:47.095Z | [ recovery-image] May 27 02:24:46.133 INFO O| May 27 02:24:46.133 INFO STEP 819 (remove_files) COMPLETE |
| 7449 | 2026-05-27T02:24:47.095Z | [ recovery-image] May 27 02:24:46.133 INFO O| May 27 02:24:46.133 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7450 | 2026-05-27T02:24:47.104Z | [ recovery-image] May 27 02:24:46.142 INFO O| May 27 02:24:46.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
| 7451 | 2026-05-27T02:24:47.104Z | [ recovery-image] May 27 02:24:46.142 INFO O| May 27 02:24:46.142 INFO STEP 820 (remove_files) COMPLETE |
| 7452 | 2026-05-27T02:24:47.104Z | [ recovery-image] May 27 02:24:46.142 INFO O| May 27 02:24:46.142 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7453 | 2026-05-27T02:24:47.112Z | [ recovery-image] May 27 02:24:46.150 INFO O| May 27 02:24:46.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
| 7454 | 2026-05-27T02:24:47.112Z | [ recovery-image] May 27 02:24:46.150 INFO O| May 27 02:24:46.150 INFO STEP 821 (remove_files) COMPLETE |
| 7455 | 2026-05-27T02:24:47.112Z | [ recovery-image] May 27 02:24:46.150 INFO O| May 27 02:24:46.150 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7456 | 2026-05-27T02:24:47.122Z | [ recovery-image] May 27 02:24:46.160 INFO O| May 27 02:24:46.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
| 7457 | 2026-05-27T02:24:47.122Z | [ recovery-image] May 27 02:24:46.160 INFO O| May 27 02:24:46.160 INFO STEP 822 (remove_files) COMPLETE |
| 7458 | 2026-05-27T02:24:47.122Z | [ recovery-image] May 27 02:24:46.160 INFO O| May 27 02:24:46.160 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7459 | 2026-05-27T02:24:47.131Z | [ recovery-image] May 27 02:24:46.169 INFO O| May 27 02:24:46.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
| 7460 | 2026-05-27T02:24:47.131Z | [ recovery-image] May 27 02:24:46.169 INFO O| May 27 02:24:46.169 INFO STEP 823 (remove_files) COMPLETE |
| 7461 | 2026-05-27T02:24:47.131Z | [ recovery-image] May 27 02:24:46.169 INFO O| May 27 02:24:46.169 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7462 | 2026-05-27T02:24:47.139Z | [ recovery-image] May 27 02:24:46.177 INFO O| May 27 02:24:46.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
| 7463 | 2026-05-27T02:24:47.139Z | [ recovery-image] May 27 02:24:46.177 INFO O| May 27 02:24:46.177 INFO STEP 824 (remove_files) COMPLETE |
| 7464 | 2026-05-27T02:24:47.139Z | [ recovery-image] May 27 02:24:46.177 INFO O| May 27 02:24:46.177 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7465 | 2026-05-27T02:24:47.148Z | [ recovery-image] May 27 02:24:46.185 INFO O| May 27 02:24:46.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
| 7466 | 2026-05-27T02:24:47.148Z | [ recovery-image] May 27 02:24:46.185 INFO O| May 27 02:24:46.185 INFO STEP 825 (remove_files) COMPLETE |
| 7467 | 2026-05-27T02:24:47.148Z | [ recovery-image] May 27 02:24:46.185 INFO O| May 27 02:24:46.185 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7468 | 2026-05-27T02:24:47.156Z | [ recovery-image] May 27 02:24:46.194 INFO O| May 27 02:24:46.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
| 7469 | 2026-05-27T02:24:47.156Z | [ recovery-image] May 27 02:24:46.194 INFO O| May 27 02:24:46.194 INFO STEP 826 (remove_files) COMPLETE |
| 7470 | 2026-05-27T02:24:47.160Z | [ recovery-image] May 27 02:24:46.194 INFO O| May 27 02:24:46.194 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7471 | 2026-05-27T02:24:47.164Z | [ recovery-image] May 27 02:24:46.202 INFO O| May 27 02:24:46.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
| 7472 | 2026-05-27T02:24:47.164Z | [ recovery-image] May 27 02:24:46.202 INFO O| May 27 02:24:46.202 INFO STEP 827 (remove_files) COMPLETE |
| 7473 | 2026-05-27T02:24:47.164Z | [ recovery-image] May 27 02:24:46.202 INFO O| May 27 02:24:46.202 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7474 | 2026-05-27T02:24:47.172Z | [ recovery-image] May 27 02:24:46.210 INFO O| May 27 02:24:46.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
| 7475 | 2026-05-27T02:24:47.172Z | [ recovery-image] May 27 02:24:46.210 INFO O| May 27 02:24:46.210 INFO STEP 828 (remove_files) COMPLETE |
| 7476 | 2026-05-27T02:24:47.176Z | [ recovery-image] May 27 02:24:46.210 INFO O| May 27 02:24:46.210 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7477 | 2026-05-27T02:24:47.181Z | [ recovery-image] May 27 02:24:46.219 INFO O| May 27 02:24:46.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
| 7478 | 2026-05-27T02:24:47.181Z | [ recovery-image] May 27 02:24:46.219 INFO O| May 27 02:24:46.219 INFO STEP 829 (remove_files) COMPLETE |
| 7479 | 2026-05-27T02:24:47.184Z | [ recovery-image] May 27 02:24:46.219 INFO O| May 27 02:24:46.219 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7480 | 2026-05-27T02:24:47.188Z | [ recovery-image] May 27 02:24:46.225 INFO O| May 27 02:24:46.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
| 7481 | 2026-05-27T02:24:47.188Z | [ recovery-image] May 27 02:24:46.225 INFO O| May 27 02:24:46.225 INFO STEP 830 (remove_files) COMPLETE |
| 7482 | 2026-05-27T02:24:47.191Z | [ recovery-image] May 27 02:24:46.225 INFO O| May 27 02:24:46.225 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7483 | 2026-05-27T02:24:47.197Z | [ recovery-image] May 27 02:24:46.235 INFO O| May 27 02:24:46.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
| 7484 | 2026-05-27T02:24:47.197Z | [ recovery-image] May 27 02:24:46.235 INFO O| May 27 02:24:46.235 INFO STEP 831 (remove_files) COMPLETE |
| 7485 | 2026-05-27T02:24:47.200Z | [ recovery-image] May 27 02:24:46.235 INFO O| May 27 02:24:46.235 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7486 | 2026-05-27T02:24:47.207Z | [ recovery-image] May 27 02:24:46.242 INFO O| May 27 02:24:46.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
| 7487 | 2026-05-27T02:24:47.207Z | [ recovery-image] May 27 02:24:46.242 INFO O| May 27 02:24:46.242 INFO STEP 832 (remove_files) COMPLETE |
| 7488 | 2026-05-27T02:24:47.208Z | [ recovery-image] May 27 02:24:46.242 INFO O| May 27 02:24:46.242 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7489 | 2026-05-27T02:24:47.211Z | [ recovery-image] May 27 02:24:46.249 INFO O| May 27 02:24:46.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
| 7490 | 2026-05-27T02:24:47.211Z | [ recovery-image] May 27 02:24:46.249 INFO O| May 27 02:24:46.249 INFO STEP 833 (remove_files) COMPLETE |
| 7491 | 2026-05-27T02:24:47.215Z | [ recovery-image] May 27 02:24:46.249 INFO O| May 27 02:24:46.249 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7492 | 2026-05-27T02:24:47.218Z | [ recovery-image] May 27 02:24:46.257 INFO O| May 27 02:24:46.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
| 7493 | 2026-05-27T02:24:47.219Z | [ recovery-image] May 27 02:24:46.257 INFO O| May 27 02:24:46.257 INFO STEP 834 (remove_files) COMPLETE |
| 7494 | 2026-05-27T02:24:47.222Z | [ recovery-image] May 27 02:24:46.257 INFO O| May 27 02:24:46.257 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7495 | 2026-05-27T02:24:47.225Z | [ recovery-image] May 27 02:24:46.264 INFO O| May 27 02:24:46.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
| 7496 | 2026-05-27T02:24:47.225Z | [ recovery-image] May 27 02:24:46.264 INFO O| May 27 02:24:46.264 INFO STEP 835 (remove_files) COMPLETE |
| 7497 | 2026-05-27T02:24:47.229Z | [ recovery-image] May 27 02:24:46.264 INFO O| May 27 02:24:46.264 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7498 | 2026-05-27T02:24:47.232Z | [ recovery-image] May 27 02:24:46.271 INFO O| May 27 02:24:46.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
| 7499 | 2026-05-27T02:24:47.233Z | [ recovery-image] May 27 02:24:46.271 INFO O| May 27 02:24:46.271 INFO STEP 836 (remove_files) COMPLETE |
| 7500 | 2026-05-27T02:24:47.236Z | [ recovery-image] May 27 02:24:46.271 INFO O| May 27 02:24:46.271 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7501 | 2026-05-27T02:24:47.241Z | [ recovery-image] May 27 02:24:46.279 INFO O| May 27 02:24:46.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
| 7502 | 2026-05-27T02:24:47.241Z | [ recovery-image] May 27 02:24:46.279 INFO O| May 27 02:24:46.279 INFO STEP 837 (remove_files) COMPLETE |
| 7503 | 2026-05-27T02:24:47.244Z | [ recovery-image] May 27 02:24:46.279 INFO O| May 27 02:24:46.279 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7504 | 2026-05-27T02:24:47.249Z | [ recovery-image] May 27 02:24:46.287 INFO O| May 27 02:24:46.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
| 7505 | 2026-05-27T02:24:47.249Z | [ recovery-image] May 27 02:24:46.287 INFO O| May 27 02:24:46.287 INFO STEP 838 (remove_files) COMPLETE |
| 7506 | 2026-05-27T02:24:47.252Z | [ recovery-image] May 27 02:24:46.287 INFO O| May 27 02:24:46.287 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7507 | 2026-05-27T02:24:47.257Z | [ recovery-image] May 27 02:24:46.295 INFO O| May 27 02:24:46.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
| 7508 | 2026-05-27T02:24:47.257Z | [ recovery-image] May 27 02:24:46.295 INFO O| May 27 02:24:46.295 INFO STEP 839 (remove_files) COMPLETE |
| 7509 | 2026-05-27T02:24:47.260Z | [ recovery-image] May 27 02:24:46.295 INFO O| May 27 02:24:46.295 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7510 | 2026-05-27T02:24:47.265Z | [ recovery-image] May 27 02:24:46.303 INFO O| May 27 02:24:46.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
| 7511 | 2026-05-27T02:24:47.268Z | [ recovery-image] May 27 02:24:46.303 INFO O| May 27 02:24:46.303 INFO STEP 840 (remove_files) COMPLETE |
| 7512 | 2026-05-27T02:24:47.268Z | [ recovery-image] May 27 02:24:46.303 INFO O| May 27 02:24:46.303 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7513 | 2026-05-27T02:24:47.272Z | [ recovery-image] May 27 02:24:46.309 INFO O| May 27 02:24:46.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
| 7514 | 2026-05-27T02:24:47.272Z | [ recovery-image] May 27 02:24:46.309 INFO O| May 27 02:24:46.309 INFO STEP 841 (remove_files) COMPLETE |
| 7515 | 2026-05-27T02:24:47.272Z | [ recovery-image] May 27 02:24:46.309 INFO O| May 27 02:24:46.309 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7516 | 2026-05-27T02:24:47.278Z | [ recovery-image] May 27 02:24:46.316 INFO O| May 27 02:24:46.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
| 7517 | 2026-05-27T02:24:47.278Z | [ recovery-image] May 27 02:24:46.316 INFO O| May 27 02:24:46.316 INFO STEP 842 (remove_files) COMPLETE |
| 7518 | 2026-05-27T02:24:47.281Z | [ recovery-image] May 27 02:24:46.316 INFO O| May 27 02:24:46.316 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7519 | 2026-05-27T02:24:47.285Z | [ recovery-image] May 27 02:24:46.322 INFO O| May 27 02:24:46.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
| 7520 | 2026-05-27T02:24:47.285Z | [ recovery-image] May 27 02:24:46.322 INFO O| May 27 02:24:46.322 INFO STEP 843 (remove_files) COMPLETE |
| 7521 | 2026-05-27T02:24:47.285Z | [ recovery-image] May 27 02:24:46.322 INFO O| May 27 02:24:46.322 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7522 | 2026-05-27T02:24:47.294Z | [ recovery-image] May 27 02:24:46.331 INFO O| May 27 02:24:46.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
| 7523 | 2026-05-27T02:24:47.294Z | [ recovery-image] May 27 02:24:46.332 INFO O| May 27 02:24:46.331 INFO STEP 844 (remove_files) COMPLETE |
| 7524 | 2026-05-27T02:24:47.297Z | [ recovery-image] May 27 02:24:46.332 INFO O| May 27 02:24:46.332 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7525 | 2026-05-27T02:24:47.301Z | [ recovery-image] May 27 02:24:46.339 INFO O| May 27 02:24:46.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
| 7526 | 2026-05-27T02:24:47.305Z | [ recovery-image] May 27 02:24:46.339 INFO O| May 27 02:24:46.339 INFO STEP 845 (remove_files) COMPLETE |
| 7527 | 2026-05-27T02:24:47.305Z | [ recovery-image] May 27 02:24:46.339 INFO O| May 27 02:24:46.339 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7528 | 2026-05-27T02:24:47.310Z | [ recovery-image] May 27 02:24:46.348 INFO O| May 27 02:24:46.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
| 7529 | 2026-05-27T02:24:47.310Z | [ recovery-image] May 27 02:24:46.348 INFO O| May 27 02:24:46.348 INFO STEP 846 (remove_files) COMPLETE |
| 7530 | 2026-05-27T02:24:47.310Z | [ recovery-image] May 27 02:24:46.348 INFO O| May 27 02:24:46.348 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7531 | 2026-05-27T02:24:47.318Z | [ recovery-image] May 27 02:24:46.356 INFO O| May 27 02:24:46.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
| 7532 | 2026-05-27T02:24:47.318Z | [ recovery-image] May 27 02:24:46.356 INFO O| May 27 02:24:46.356 INFO STEP 847 (remove_files) COMPLETE |
| 7533 | 2026-05-27T02:24:47.321Z | [ recovery-image] May 27 02:24:46.356 INFO O| May 27 02:24:46.356 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7534 | 2026-05-27T02:24:47.328Z | [ recovery-image] May 27 02:24:46.366 INFO O| May 27 02:24:46.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
| 7535 | 2026-05-27T02:24:47.328Z | [ recovery-image] May 27 02:24:46.366 INFO O| May 27 02:24:46.366 INFO STEP 848 (remove_files) COMPLETE |
| 7536 | 2026-05-27T02:24:47.328Z | [ recovery-image] May 27 02:24:46.366 INFO O| May 27 02:24:46.366 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7537 | 2026-05-27T02:24:47.337Z | [ recovery-image] May 27 02:24:46.375 INFO O| May 27 02:24:46.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
| 7538 | 2026-05-27T02:24:47.337Z | [ recovery-image] May 27 02:24:46.375 INFO O| May 27 02:24:46.375 INFO STEP 849 (remove_files) COMPLETE |
| 7539 | 2026-05-27T02:24:47.341Z | [ recovery-image] May 27 02:24:46.375 INFO O| May 27 02:24:46.375 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7540 | 2026-05-27T02:24:47.346Z | [ recovery-image] May 27 02:24:46.384 INFO O| May 27 02:24:46.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1" |
| 7541 | 2026-05-27T02:24:47.346Z | [ recovery-image] May 27 02:24:46.384 INFO O| May 27 02:24:46.384 INFO STEP 850 (remove_files) COMPLETE |
| 7542 | 2026-05-27T02:24:47.349Z | [ recovery-image] May 27 02:24:46.384 INFO O| May 27 02:24:46.384 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7543 | 2026-05-27T02:24:47.355Z | [ recovery-image] May 27 02:24:46.393 INFO O| May 27 02:24:46.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1" |
| 7544 | 2026-05-27T02:24:47.355Z | [ recovery-image] May 27 02:24:46.393 INFO O| May 27 02:24:46.393 INFO STEP 851 (remove_files) COMPLETE |
| 7545 | 2026-05-27T02:24:47.358Z | [ recovery-image] May 27 02:24:46.393 INFO O| May 27 02:24:46.393 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7546 | 2026-05-27T02:24:47.363Z | [ recovery-image] May 27 02:24:46.401 INFO O| May 27 02:24:46.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1" |
| 7547 | 2026-05-27T02:24:47.363Z | [ recovery-image] May 27 02:24:46.401 INFO O| May 27 02:24:46.401 INFO STEP 852 (remove_files) COMPLETE |
| 7548 | 2026-05-27T02:24:47.363Z | [ recovery-image] May 27 02:24:46.401 INFO O| May 27 02:24:46.401 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7549 | 2026-05-27T02:24:47.372Z | [ recovery-image] May 27 02:24:46.409 INFO O| May 27 02:24:46.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
| 7550 | 2026-05-27T02:24:47.372Z | [ recovery-image] May 27 02:24:46.409 INFO O| May 27 02:24:46.409 INFO STEP 853 (remove_files) COMPLETE |
| 7551 | 2026-05-27T02:24:47.376Z | [ recovery-image] May 27 02:24:46.409 INFO O| May 27 02:24:46.409 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7552 | 2026-05-27T02:24:47.379Z | [ recovery-image] May 27 02:24:46.416 INFO O| May 27 02:24:46.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
| 7553 | 2026-05-27T02:24:47.379Z | [ recovery-image] May 27 02:24:46.416 INFO O| May 27 02:24:46.416 INFO STEP 854 (remove_files) COMPLETE |
| 7554 | 2026-05-27T02:24:47.379Z | [ recovery-image] May 27 02:24:46.416 INFO O| May 27 02:24:46.416 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7555 | 2026-05-27T02:24:47.386Z | [ recovery-image] May 27 02:24:46.424 INFO O| May 27 02:24:46.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1" |
| 7556 | 2026-05-27T02:24:47.386Z | [ recovery-image] May 27 02:24:46.424 INFO O| May 27 02:24:46.424 INFO STEP 855 (remove_files) COMPLETE |
| 7557 | 2026-05-27T02:24:47.386Z | [ recovery-image] May 27 02:24:46.424 INFO O| May 27 02:24:46.424 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7558 | 2026-05-27T02:24:47.393Z | [ recovery-image] May 27 02:24:46.431 INFO O| May 27 02:24:46.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1" |
| 7559 | 2026-05-27T02:24:47.393Z | [ recovery-image] May 27 02:24:46.431 INFO O| May 27 02:24:46.431 INFO STEP 856 (remove_files) COMPLETE |
| 7560 | 2026-05-27T02:24:47.396Z | [ recovery-image] May 27 02:24:46.431 INFO O| May 27 02:24:46.431 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7561 | 2026-05-27T02:24:47.400Z | [ recovery-image] May 27 02:24:46.439 INFO O| May 27 02:24:46.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
| 7562 | 2026-05-27T02:24:47.400Z | [ recovery-image] May 27 02:24:46.439 INFO O| May 27 02:24:46.439 INFO STEP 857 (remove_files) COMPLETE |
| 7563 | 2026-05-27T02:24:47.404Z | [ recovery-image] May 27 02:24:46.439 INFO O| May 27 02:24:46.439 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7564 | 2026-05-27T02:24:47.409Z | [ recovery-image] May 27 02:24:46.447 INFO O| May 27 02:24:46.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1" |
| 7565 | 2026-05-27T02:24:47.409Z | [ recovery-image] May 27 02:24:46.447 INFO O| May 27 02:24:46.447 INFO STEP 858 (remove_files) COMPLETE |
| 7566 | 2026-05-27T02:24:47.409Z | [ recovery-image] May 27 02:24:46.447 INFO O| May 27 02:24:46.447 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7567 | 2026-05-27T02:24:47.419Z | [ recovery-image] May 27 02:24:46.457 INFO O| May 27 02:24:46.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
| 7568 | 2026-05-27T02:24:47.422Z | [ recovery-image] May 27 02:24:46.457 INFO O| May 27 02:24:46.457 INFO STEP 859 (remove_files) COMPLETE |
| 7569 | 2026-05-27T02:24:47.422Z | [ recovery-image] May 27 02:24:46.457 INFO O| May 27 02:24:46.457 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7570 | 2026-05-27T02:24:47.428Z | [ recovery-image] May 27 02:24:46.466 INFO O| May 27 02:24:46.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
| 7571 | 2026-05-27T02:24:47.431Z | [ recovery-image] May 27 02:24:46.466 INFO O| May 27 02:24:46.466 INFO STEP 860 (remove_files) COMPLETE |
| 7572 | 2026-05-27T02:24:47.431Z | [ recovery-image] May 27 02:24:46.466 INFO O| May 27 02:24:46.466 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7573 | 2026-05-27T02:24:47.436Z | [ recovery-image] May 27 02:24:46.474 INFO O| May 27 02:24:46.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1" |
| 7574 | 2026-05-27T02:24:47.436Z | [ recovery-image] May 27 02:24:46.474 INFO O| May 27 02:24:46.474 INFO STEP 861 (remove_files) COMPLETE |
| 7575 | 2026-05-27T02:24:47.440Z | [ recovery-image] May 27 02:24:46.474 INFO O| May 27 02:24:46.474 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7576 | 2026-05-27T02:24:47.444Z | [ recovery-image] May 27 02:24:46.481 INFO O| May 27 02:24:46.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1" |
| 7577 | 2026-05-27T02:24:47.444Z | [ recovery-image] May 27 02:24:46.481 INFO O| May 27 02:24:46.481 INFO STEP 862 (remove_files) COMPLETE |
| 7578 | 2026-05-27T02:24:47.444Z | [ recovery-image] May 27 02:24:46.481 INFO O| May 27 02:24:46.481 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7579 | 2026-05-27T02:24:47.452Z | [ recovery-image] May 27 02:24:46.489 INFO O| May 27 02:24:46.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
| 7580 | 2026-05-27T02:24:47.452Z | [ recovery-image] May 27 02:24:46.490 INFO O| May 27 02:24:46.490 INFO STEP 863 (remove_files) COMPLETE |
| 7581 | 2026-05-27T02:24:47.452Z | [ recovery-image] May 27 02:24:46.490 INFO O| May 27 02:24:46.490 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7582 | 2026-05-27T02:24:47.461Z | [ recovery-image] May 27 02:24:46.499 INFO O| May 27 02:24:46.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1" |
| 7583 | 2026-05-27T02:24:47.461Z | [ recovery-image] May 27 02:24:46.499 INFO O| May 27 02:24:46.499 INFO STEP 864 (remove_files) COMPLETE |
| 7584 | 2026-05-27T02:24:47.461Z | [ recovery-image] May 27 02:24:46.499 INFO O| May 27 02:24:46.499 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7585 | 2026-05-27T02:24:47.469Z | [ recovery-image] May 27 02:24:46.507 INFO O| May 27 02:24:46.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1" |
| 7586 | 2026-05-27T02:24:47.469Z | [ recovery-image] May 27 02:24:46.507 INFO O| May 27 02:24:46.507 INFO STEP 865 (remove_files) COMPLETE |
| 7587 | 2026-05-27T02:24:47.469Z | [ recovery-image] May 27 02:24:46.507 INFO O| May 27 02:24:46.507 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7588 | 2026-05-27T02:24:47.476Z | [ recovery-image] May 27 02:24:46.514 INFO O| May 27 02:24:46.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
| 7589 | 2026-05-27T02:24:47.477Z | [ recovery-image] May 27 02:24:46.514 INFO O| May 27 02:24:46.514 INFO STEP 866 (remove_files) COMPLETE |
| 7590 | 2026-05-27T02:24:47.480Z | [ recovery-image] May 27 02:24:46.514 INFO O| May 27 02:24:46.514 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7591 | 2026-05-27T02:24:47.484Z | [ recovery-image] May 27 02:24:46.522 INFO O| May 27 02:24:46.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
| 7592 | 2026-05-27T02:24:47.484Z | [ recovery-image] May 27 02:24:46.522 INFO O| May 27 02:24:46.522 INFO STEP 867 (remove_files) COMPLETE |
| 7593 | 2026-05-27T02:24:47.487Z | [ recovery-image] May 27 02:24:46.522 INFO O| May 27 02:24:46.522 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7594 | 2026-05-27T02:24:47.494Z | [ recovery-image] May 27 02:24:46.532 INFO O| May 27 02:24:46.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1" |
| 7595 | 2026-05-27T02:24:47.494Z | [ recovery-image] May 27 02:24:46.532 INFO O| May 27 02:24:46.532 INFO STEP 868 (remove_files) COMPLETE |
| 7596 | 2026-05-27T02:24:47.498Z | [ recovery-image] May 27 02:24:46.532 INFO O| May 27 02:24:46.532 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7597 | 2026-05-27T02:24:47.504Z | [ recovery-image] May 27 02:24:46.542 INFO O| May 27 02:24:46.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
| 7598 | 2026-05-27T02:24:47.504Z | [ recovery-image] May 27 02:24:46.542 INFO O| May 27 02:24:46.542 INFO STEP 869 (remove_files) COMPLETE |
| 7599 | 2026-05-27T02:24:47.507Z | [ recovery-image] May 27 02:24:46.542 INFO O| May 27 02:24:46.542 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7600 | 2026-05-27T02:24:47.512Z | [ recovery-image] May 27 02:24:46.550 INFO O| May 27 02:24:46.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
| 7601 | 2026-05-27T02:24:47.512Z | [ recovery-image] May 27 02:24:46.550 INFO O| May 27 02:24:46.550 INFO STEP 870 (remove_files) COMPLETE |
| 7602 | 2026-05-27T02:24:47.512Z | [ recovery-image] May 27 02:24:46.550 INFO O| May 27 02:24:46.550 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7603 | 2026-05-27T02:24:47.522Z | [ recovery-image] May 27 02:24:46.559 INFO O| May 27 02:24:46.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1" |
| 7604 | 2026-05-27T02:24:47.522Z | [ recovery-image] May 27 02:24:46.559 INFO O| May 27 02:24:46.559 INFO STEP 871 (remove_files) COMPLETE |
| 7605 | 2026-05-27T02:24:47.525Z | [ recovery-image] May 27 02:24:46.560 INFO O| May 27 02:24:46.559 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7606 | 2026-05-27T02:24:47.532Z | [ recovery-image] May 27 02:24:46.570 INFO O| May 27 02:24:46.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
| 7607 | 2026-05-27T02:24:47.532Z | [ recovery-image] May 27 02:24:46.570 INFO O| May 27 02:24:46.569 INFO STEP 872 (remove_files) COMPLETE |
| 7608 | 2026-05-27T02:24:47.532Z | [ recovery-image] May 27 02:24:46.570 INFO O| May 27 02:24:46.569 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7609 | 2026-05-27T02:24:47.545Z | [ recovery-image] May 27 02:24:46.583 INFO O| May 27 02:24:46.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
| 7610 | 2026-05-27T02:24:47.545Z | [ recovery-image] May 27 02:24:46.583 INFO O| May 27 02:24:46.583 INFO STEP 873 (remove_files) COMPLETE |
| 7611 | 2026-05-27T02:24:47.549Z | [ recovery-image] May 27 02:24:46.583 INFO O| May 27 02:24:46.583 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7612 | 2026-05-27T02:24:47.558Z | [ recovery-image] May 27 02:24:46.595 INFO O| May 27 02:24:46.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
| 7613 | 2026-05-27T02:24:47.558Z | [ recovery-image] May 27 02:24:46.595 INFO O| May 27 02:24:46.593 INFO STEP 874 (remove_files) COMPLETE |
| 7614 | 2026-05-27T02:24:47.558Z | [ recovery-image] May 27 02:24:46.595 INFO O| May 27 02:24:46.593 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7615 | 2026-05-27T02:24:47.566Z | [ recovery-image] May 27 02:24:46.604 INFO O| May 27 02:24:46.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
| 7616 | 2026-05-27T02:24:47.566Z | [ recovery-image] May 27 02:24:46.604 INFO O| May 27 02:24:46.604 INFO STEP 875 (remove_files) COMPLETE |
| 7617 | 2026-05-27T02:24:47.571Z | [ recovery-image] May 27 02:24:46.604 INFO O| May 27 02:24:46.604 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7618 | 2026-05-27T02:24:47.575Z | [ recovery-image] May 27 02:24:46.613 INFO O| May 27 02:24:46.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress" |
| 7619 | 2026-05-27T02:24:47.575Z | [ recovery-image] May 27 02:24:46.613 INFO O| May 27 02:24:46.613 INFO STEP 876 (remove_files) COMPLETE |
| 7620 | 2026-05-27T02:24:47.575Z | [ recovery-image] May 27 02:24:46.613 INFO O| May 27 02:24:46.613 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7621 | 2026-05-27T02:24:47.584Z | [ recovery-image] May 27 02:24:46.622 INFO O| May 27 02:24:46.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck" |
| 7622 | 2026-05-27T02:24:47.584Z | [ recovery-image] May 27 02:24:46.622 INFO O| May 27 02:24:46.622 INFO STEP 877 (remove_files) COMPLETE |
| 7623 | 2026-05-27T02:24:47.588Z | [ recovery-image] May 27 02:24:46.622 INFO O| May 27 02:24:46.622 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7624 | 2026-05-27T02:24:47.594Z | [ recovery-image] May 27 02:24:46.632 INFO O| May 27 02:24:46.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake" |
| 7625 | 2026-05-27T02:24:47.594Z | [ recovery-image] May 27 02:24:46.632 INFO O| May 27 02:24:46.632 INFO STEP 878 (remove_files) COMPLETE |
| 7626 | 2026-05-27T02:24:47.597Z | [ recovery-image] May 27 02:24:46.632 INFO O| May 27 02:24:46.632 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7627 | 2026-05-27T02:24:47.603Z | [ recovery-image] May 27 02:24:46.641 INFO O| May 27 02:24:46.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista" |
| 7628 | 2026-05-27T02:24:47.603Z | [ recovery-image] May 27 02:24:46.641 INFO O| May 27 02:24:46.641 INFO STEP 879 (remove_files) COMPLETE |
| 7629 | 2026-05-27T02:24:47.603Z | [ recovery-image] May 27 02:24:46.641 INFO O| May 27 02:24:46.641 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7630 | 2026-05-27T02:24:47.611Z | [ recovery-image] May 27 02:24:46.649 INFO O| May 27 02:24:46.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb" |
| 7631 | 2026-05-27T02:24:47.611Z | [ recovery-image] May 27 02:24:46.649 INFO O| May 27 02:24:46.649 INFO STEP 880 (remove_files) COMPLETE |
| 7632 | 2026-05-27T02:24:47.611Z | [ recovery-image] May 27 02:24:46.649 INFO O| May 27 02:24:46.649 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7633 | 2026-05-27T02:24:47.670Z | [ recovery-image] May 27 02:24:46.657 INFO O| May 27 02:24:46.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop" |
| 7634 | 2026-05-27T02:24:47.670Z | [ recovery-image] May 27 02:24:46.657 INFO O| May 27 02:24:46.657 INFO STEP 881 (remove_files) COMPLETE |
| 7635 | 2026-05-27T02:24:47.670Z | [ recovery-image] May 27 02:24:46.657 INFO O| May 27 02:24:46.657 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7636 | 2026-05-27T02:24:47.674Z | [ recovery-image] May 27 02:24:46.664 INFO O| May 27 02:24:46.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin" |
| 7637 | 2026-05-27T02:24:47.674Z | [ recovery-image] May 27 02:24:46.664 INFO O| May 27 02:24:46.664 INFO STEP 882 (remove_files) COMPLETE |
| 7638 | 2026-05-27T02:24:47.674Z | [ recovery-image] May 27 02:24:46.664 INFO O| May 27 02:24:46.664 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7639 | 2026-05-27T02:24:47.674Z | [ recovery-image] May 27 02:24:46.671 INFO O| May 27 02:24:46.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog" |
| 7640 | 2026-05-27T02:24:47.674Z | [ recovery-image] May 27 02:24:46.671 INFO O| May 27 02:24:46.671 INFO STEP 883 (remove_files) COMPLETE |
| 7641 | 2026-05-27T02:24:47.674Z | [ recovery-image] May 27 02:24:46.671 INFO O| May 27 02:24:46.671 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7642 | 2026-05-27T02:24:47.674Z | [ recovery-image] May 27 02:24:46.677 INFO O| May 27 02:24:46.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd" |
| 7643 | 2026-05-27T02:24:47.675Z | [ recovery-image] May 27 02:24:46.677 INFO O| May 27 02:24:46.677 INFO STEP 884 (remove_files) COMPLETE |
| 7644 | 2026-05-27T02:24:47.675Z | [ recovery-image] May 27 02:24:46.677 INFO O| May 27 02:24:46.677 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7645 | 2026-05-27T02:24:47.675Z | [ recovery-image] May 27 02:24:46.683 INFO O| May 27 02:24:46.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
| 7646 | 2026-05-27T02:24:47.675Z | [ recovery-image] May 27 02:24:46.684 INFO O| May 27 02:24:46.683 INFO STEP 885 (remove_files) COMPLETE |
| 7647 | 2026-05-27T02:24:47.675Z | [ recovery-image] May 27 02:24:46.684 INFO O| May 27 02:24:46.684 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7648 | 2026-05-27T02:24:47.675Z | [ recovery-image] May 27 02:24:46.690 INFO O| May 27 02:24:46.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
| 7649 | 2026-05-27T02:24:47.675Z | [ recovery-image] May 27 02:24:46.690 INFO O| May 27 02:24:46.690 INFO STEP 886 (remove_files) COMPLETE |
| 7650 | 2026-05-27T02:24:47.675Z | [ recovery-image] May 27 02:24:46.690 INFO O| May 27 02:24:46.690 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7651 | 2026-05-27T02:24:47.675Z | [ recovery-image] May 27 02:24:46.697 INFO O| May 27 02:24:46.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
| 7652 | 2026-05-27T02:24:47.675Z | [ recovery-image] May 27 02:24:46.697 INFO O| May 27 02:24:46.697 INFO STEP 887 (remove_files) COMPLETE |
| 7653 | 2026-05-27T02:24:47.675Z | [ recovery-image] May 27 02:24:46.697 INFO O| May 27 02:24:46.697 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7654 | 2026-05-27T02:24:47.675Z | [ recovery-image] May 27 02:24:46.704 INFO O| May 27 02:24:46.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
| 7655 | 2026-05-27T02:24:47.675Z | [ recovery-image] May 27 02:24:46.704 INFO O| May 27 02:24:46.704 INFO STEP 888 (remove_files) COMPLETE |
| 7656 | 2026-05-27T02:24:47.675Z | [ recovery-image] May 27 02:24:46.704 INFO O| May 27 02:24:46.704 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7657 | 2026-05-27T02:24:47.676Z | [ recovery-image] May 27 02:24:46.711 INFO O| May 27 02:24:46.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd" |
| 7658 | 2026-05-27T02:24:47.676Z | [ recovery-image] May 27 02:24:46.711 INFO O| May 27 02:24:46.711 INFO STEP 889 (remove_files) COMPLETE |
| 7659 | 2026-05-27T02:24:47.676Z | [ recovery-image] May 27 02:24:46.711 INFO O| May 27 02:24:46.711 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7660 | 2026-05-27T02:24:47.680Z | [ recovery-image] May 27 02:24:46.718 INFO O| May 27 02:24:46.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc" |
| 7661 | 2026-05-27T02:24:47.680Z | [ recovery-image] May 27 02:24:46.718 INFO O| May 27 02:24:46.718 INFO STEP 890 (remove_files) COMPLETE |
| 7662 | 2026-05-27T02:24:47.683Z | [ recovery-image] May 27 02:24:46.718 INFO O| May 27 02:24:46.718 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7663 | 2026-05-27T02:24:47.687Z | [ recovery-image] May 27 02:24:46.725 INFO O| May 27 02:24:46.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs" |
| 7664 | 2026-05-27T02:24:47.688Z | [ recovery-image] May 27 02:24:46.726 INFO O| May 27 02:24:46.726 INFO STEP 891 (remove_files) COMPLETE |
| 7665 | 2026-05-27T02:24:47.691Z | [ recovery-image] May 27 02:24:46.726 INFO O| May 27 02:24:46.726 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7666 | 2026-05-27T02:24:47.697Z | [ recovery-image] May 27 02:24:46.735 INFO O| May 27 02:24:46.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd" |
| 7667 | 2026-05-27T02:24:47.700Z | [ recovery-image] May 27 02:24:46.735 INFO O| May 27 02:24:46.735 INFO STEP 892 (remove_files) COMPLETE |
| 7668 | 2026-05-27T02:24:47.700Z | [ recovery-image] May 27 02:24:46.735 INFO O| May 27 02:24:46.735 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7669 | 2026-05-27T02:24:47.706Z | [ recovery-image] May 27 02:24:46.744 INFO O| May 27 02:24:46.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server" |
| 7670 | 2026-05-27T02:24:47.710Z | [ recovery-image] May 27 02:24:46.744 INFO O| May 27 02:24:46.744 INFO STEP 893 (remove_files) COMPLETE |
| 7671 | 2026-05-27T02:24:47.710Z | [ recovery-image] May 27 02:24:46.744 INFO O| May 27 02:24:46.744 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7672 | 2026-05-27T02:24:47.715Z | [ recovery-image] May 27 02:24:46.753 INFO O| May 27 02:24:46.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign" |
| 7673 | 2026-05-27T02:24:47.716Z | [ recovery-image] May 27 02:24:46.753 INFO O| May 27 02:24:46.753 INFO STEP 894 (remove_files) COMPLETE |
| 7674 | 2026-05-27T02:24:47.719Z | [ recovery-image] May 27 02:24:46.753 INFO O| May 27 02:24:46.753 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7675 | 2026-05-27T02:24:47.724Z | [ recovery-image] May 27 02:24:46.762 INFO O| May 27 02:24:46.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
| 7676 | 2026-05-27T02:24:47.727Z | [ recovery-image] May 27 02:24:46.762 INFO O| May 27 02:24:46.762 INFO STEP 895 (remove_files) COMPLETE |
| 7677 | 2026-05-27T02:24:47.727Z | [ recovery-image] May 27 02:24:46.762 INFO O| May 27 02:24:46.762 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7678 | 2026-05-27T02:24:47.732Z | [ recovery-image] May 27 02:24:46.770 INFO O| May 27 02:24:46.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
| 7679 | 2026-05-27T02:24:47.732Z | [ recovery-image] May 27 02:24:46.770 INFO O| May 27 02:24:46.770 INFO STEP 896 (remove_files) COMPLETE |
| 7680 | 2026-05-27T02:24:47.732Z | [ recovery-image] May 27 02:24:46.770 INFO O| May 27 02:24:46.770 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7681 | 2026-05-27T02:24:47.741Z | [ recovery-image] May 27 02:24:46.779 INFO O| May 27 02:24:46.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid" |
| 7682 | 2026-05-27T02:24:47.742Z | [ recovery-image] May 27 02:24:46.780 INFO O| May 27 02:24:46.780 INFO STEP 897 (remove_files) COMPLETE |
| 7683 | 2026-05-27T02:24:47.742Z | [ recovery-image] May 27 02:24:46.780 INFO O| May 27 02:24:46.780 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7684 | 2026-05-27T02:24:47.750Z | [ recovery-image] May 27 02:24:46.788 INFO O| May 27 02:24:46.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid" |
| 7685 | 2026-05-27T02:24:47.750Z | [ recovery-image] May 27 02:24:46.788 INFO O| May 27 02:24:46.788 INFO STEP 898 (remove_files) COMPLETE |
| 7686 | 2026-05-27T02:24:47.750Z | [ recovery-image] May 27 02:24:46.788 INFO O| May 27 02:24:46.788 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7687 | 2026-05-27T02:24:47.759Z | [ recovery-image] May 27 02:24:46.797 INFO O| May 27 02:24:46.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange" |
| 7688 | 2026-05-27T02:24:47.759Z | [ recovery-image] May 27 02:24:46.797 INFO O| May 27 02:24:46.797 INFO STEP 899 (remove_files) COMPLETE |
| 7689 | 2026-05-27T02:24:47.759Z | [ recovery-image] May 27 02:24:46.797 INFO O| May 27 02:24:46.797 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7690 | 2026-05-27T02:24:47.768Z | [ recovery-image] May 27 02:24:46.806 INFO O| May 27 02:24:46.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate" |
| 7691 | 2026-05-27T02:24:47.768Z | [ recovery-image] May 27 02:24:46.806 INFO O| May 27 02:24:46.806 INFO STEP 900 (remove_files) COMPLETE |
| 7692 | 2026-05-27T02:24:47.772Z | [ recovery-image] May 27 02:24:46.806 INFO O| May 27 02:24:46.806 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7693 | 2026-05-27T02:24:47.776Z | [ recovery-image] May 27 02:24:46.814 INFO O| May 27 02:24:46.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid" |
| 7694 | 2026-05-27T02:24:47.776Z | [ recovery-image] May 27 02:24:46.815 INFO O| May 27 02:24:46.815 INFO STEP 901 (remove_files) COMPLETE |
| 7695 | 2026-05-27T02:24:47.777Z | [ recovery-image] May 27 02:24:46.815 INFO O| May 27 02:24:46.815 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7696 | 2026-05-27T02:24:47.786Z | [ recovery-image] May 27 02:24:46.824 INFO O| May 27 02:24:46.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint" |
| 7697 | 2026-05-27T02:24:47.786Z | [ recovery-image] May 27 02:24:46.824 INFO O| May 27 02:24:46.824 INFO STEP 902 (remove_files) COMPLETE |
| 7698 | 2026-05-27T02:24:47.790Z | [ recovery-image] May 27 02:24:46.824 INFO O| May 27 02:24:46.824 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7699 | 2026-05-27T02:24:47.796Z | [ recovery-image] May 27 02:24:46.834 INFO O| May 27 02:24:46.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem" |
| 7700 | 2026-05-27T02:24:47.796Z | [ recovery-image] May 27 02:24:46.834 INFO O| May 27 02:24:46.834 INFO STEP 903 (remove_files) COMPLETE |
| 7701 | 2026-05-27T02:24:47.800Z | [ recovery-image] May 27 02:24:46.834 INFO O| May 27 02:24:46.834 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7702 | 2026-05-27T02:24:47.804Z | [ recovery-image] May 27 02:24:46.842 INFO O| May 27 02:24:46.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath" |
| 7703 | 2026-05-27T02:24:47.804Z | [ recovery-image] May 27 02:24:46.842 INFO O| May 27 02:24:46.842 INFO STEP 904 (remove_files) COMPLETE |
| 7704 | 2026-05-27T02:24:47.804Z | [ recovery-image] May 27 02:24:46.842 INFO O| May 27 02:24:46.842 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7705 | 2026-05-27T02:24:47.814Z | [ recovery-image] May 27 02:24:46.852 INFO O| May 27 02:24:46.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr" |
| 7706 | 2026-05-27T02:24:47.814Z | [ recovery-image] May 27 02:24:46.852 INFO O| May 27 02:24:46.852 INFO STEP 905 (remove_files) COMPLETE |
| 7707 | 2026-05-27T02:24:47.814Z | [ recovery-image] May 27 02:24:46.852 INFO O| May 27 02:24:46.852 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7708 | 2026-05-27T02:24:47.822Z | [ recovery-image] May 27 02:24:46.861 INFO O| May 27 02:24:46.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime" |
| 7709 | 2026-05-27T02:24:47.823Z | [ recovery-image] May 27 02:24:46.861 INFO O| May 27 02:24:46.861 INFO STEP 906 (remove_files) COMPLETE |
| 7710 | 2026-05-27T02:24:47.826Z | [ recovery-image] May 27 02:24:46.861 INFO O| May 27 02:24:46.861 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7711 | 2026-05-27T02:24:47.830Z | [ recovery-image] May 27 02:24:46.868 INFO O| May 27 02:24:46.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid" |
| 7712 | 2026-05-27T02:24:47.830Z | [ recovery-image] May 27 02:24:46.868 INFO O| May 27 02:24:46.868 INFO STEP 907 (remove_files) COMPLETE |
| 7713 | 2026-05-27T02:24:47.830Z | [ recovery-image] May 27 02:24:46.868 INFO O| May 27 02:24:46.868 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7714 | 2026-05-27T02:24:47.838Z | [ recovery-image] May 27 02:24:46.876 INFO O| May 27 02:24:46.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn" |
| 7715 | 2026-05-27T02:24:47.838Z | [ recovery-image] May 27 02:24:46.876 INFO O| May 27 02:24:46.876 INFO STEP 908 (remove_files) COMPLETE |
| 7716 | 2026-05-27T02:24:47.838Z | [ recovery-image] May 27 02:24:46.876 INFO O| May 27 02:24:46.876 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7717 | 2026-05-27T02:24:47.847Z | [ recovery-image] May 27 02:24:46.885 INFO O| May 27 02:24:46.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate" |
| 7718 | 2026-05-27T02:24:47.850Z | [ recovery-image] May 27 02:24:46.885 INFO O| May 27 02:24:46.885 INFO STEP 909 (remove_files) COMPLETE |
| 7719 | 2026-05-27T02:24:47.850Z | [ recovery-image] May 27 02:24:46.885 INFO O| May 27 02:24:46.885 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7720 | 2026-05-27T02:24:47.855Z | [ recovery-image] May 27 02:24:46.893 INFO O| May 27 02:24:46.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid" |
| 7721 | 2026-05-27T02:24:47.858Z | [ recovery-image] May 27 02:24:46.893 INFO O| May 27 02:24:46.893 INFO STEP 910 (remove_files) COMPLETE |
| 7722 | 2026-05-27T02:24:47.858Z | [ recovery-image] May 27 02:24:46.893 INFO O| May 27 02:24:46.893 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7723 | 2026-05-27T02:24:47.863Z | [ recovery-image] May 27 02:24:46.901 INFO O| May 27 02:24:46.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint" |
| 7724 | 2026-05-27T02:24:47.863Z | [ recovery-image] May 27 02:24:46.901 INFO O| May 27 02:24:46.901 INFO STEP 911 (remove_files) COMPLETE |
| 7725 | 2026-05-27T02:24:47.863Z | [ recovery-image] May 27 02:24:46.901 INFO O| May 27 02:24:46.901 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7726 | 2026-05-27T02:24:47.872Z | [ recovery-image] May 27 02:24:46.910 INFO O| May 27 02:24:46.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem" |
| 7727 | 2026-05-27T02:24:47.872Z | [ recovery-image] May 27 02:24:46.910 INFO O| May 27 02:24:46.910 INFO STEP 912 (remove_files) COMPLETE |
| 7728 | 2026-05-27T02:24:47.875Z | [ recovery-image] May 27 02:24:46.910 INFO O| May 27 02:24:46.910 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7729 | 2026-05-27T02:24:47.882Z | [ recovery-image] May 27 02:24:46.920 INFO O| May 27 02:24:46.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath" |
| 7730 | 2026-05-27T02:24:47.882Z | [ recovery-image] May 27 02:24:46.920 INFO O| May 27 02:24:46.920 INFO STEP 913 (remove_files) COMPLETE |
| 7731 | 2026-05-27T02:24:47.883Z | [ recovery-image] May 27 02:24:46.920 INFO O| May 27 02:24:46.920 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7732 | 2026-05-27T02:24:47.891Z | [ recovery-image] May 27 02:24:46.929 INFO O| May 27 02:24:46.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange" |
| 7733 | 2026-05-27T02:24:47.891Z | [ recovery-image] May 27 02:24:46.929 INFO O| May 27 02:24:46.929 INFO STEP 914 (remove_files) COMPLETE |
| 7734 | 2026-05-27T02:24:47.891Z | [ recovery-image] May 27 02:24:46.929 INFO O| May 27 02:24:46.929 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7735 | 2026-05-27T02:24:47.900Z | [ recovery-image] May 27 02:24:46.938 INFO O| May 27 02:24:46.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr" |
| 7736 | 2026-05-27T02:24:47.900Z | [ recovery-image] May 27 02:24:46.938 INFO O| May 27 02:24:46.938 INFO STEP 915 (remove_files) COMPLETE |
| 7737 | 2026-05-27T02:24:47.900Z | [ recovery-image] May 27 02:24:46.938 INFO O| May 27 02:24:46.938 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7738 | 2026-05-27T02:24:47.910Z | [ recovery-image] May 27 02:24:46.948 INFO O| May 27 02:24:46.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime" |
| 7739 | 2026-05-27T02:24:47.910Z | [ recovery-image] May 27 02:24:46.948 INFO O| May 27 02:24:46.948 INFO STEP 916 (remove_files) COMPLETE |
| 7740 | 2026-05-27T02:24:47.910Z | [ recovery-image] May 27 02:24:46.948 INFO O| May 27 02:24:46.948 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7741 | 2026-05-27T02:24:47.920Z | [ recovery-image] May 27 02:24:46.958 INFO O| May 27 02:24:46.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid" |
| 7742 | 2026-05-27T02:24:47.920Z | [ recovery-image] May 27 02:24:46.958 INFO O| May 27 02:24:46.958 INFO STEP 917 (remove_files) COMPLETE |
| 7743 | 2026-05-27T02:24:47.923Z | [ recovery-image] May 27 02:24:46.958 INFO O| May 27 02:24:46.958 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7744 | 2026-05-27T02:24:47.930Z | [ recovery-image] May 27 02:24:46.968 INFO O| May 27 02:24:46.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn" |
| 7745 | 2026-05-27T02:24:47.930Z | [ recovery-image] May 27 02:24:46.968 INFO O| May 27 02:24:46.968 INFO STEP 918 (remove_files) COMPLETE |
| 7746 | 2026-05-27T02:24:47.933Z | [ recovery-image] May 27 02:24:46.968 INFO O| May 27 02:24:46.968 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7747 | 2026-05-27T02:24:47.938Z | [ recovery-image] May 27 02:24:46.975 INFO O| May 27 02:24:46.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext" |
| 7748 | 2026-05-27T02:24:47.941Z | [ recovery-image] May 27 02:24:46.976 INFO O| May 27 02:24:46.976 INFO STEP 919 (remove_files) COMPLETE |
| 7749 | 2026-05-27T02:24:47.941Z | [ recovery-image] May 27 02:24:46.976 INFO O| May 27 02:24:46.976 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7750 | 2026-05-27T02:24:47.945Z | [ recovery-image] May 27 02:24:46.982 INFO O| May 27 02:24:46.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate" |
| 7751 | 2026-05-27T02:24:47.945Z | [ recovery-image] May 27 02:24:46.982 INFO O| May 27 02:24:46.982 INFO STEP 920 (remove_files) COMPLETE |
| 7752 | 2026-05-27T02:24:47.945Z | [ recovery-image] May 27 02:24:46.982 INFO O| May 27 02:24:46.982 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7753 | 2026-05-27T02:24:47.955Z | [ recovery-image] May 27 02:24:46.992 INFO O| May 27 02:24:46.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid" |
| 7754 | 2026-05-27T02:24:47.955Z | [ recovery-image] May 27 02:24:46.992 INFO O| May 27 02:24:46.992 INFO STEP 921 (remove_files) COMPLETE |
| 7755 | 2026-05-27T02:24:47.958Z | [ recovery-image] May 27 02:24:46.992 INFO O| May 27 02:24:46.992 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7756 | 2026-05-27T02:24:47.963Z | [ recovery-image] May 27 02:24:47.001 INFO O| May 27 02:24:47.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint" |
| 7757 | 2026-05-27T02:24:47.963Z | [ recovery-image] May 27 02:24:47.001 INFO O| May 27 02:24:47.001 INFO STEP 922 (remove_files) COMPLETE |
| 7758 | 2026-05-27T02:24:47.963Z | [ recovery-image] May 27 02:24:47.001 INFO O| May 27 02:24:47.001 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7759 | 2026-05-27T02:24:47.973Z | [ recovery-image] May 27 02:24:47.011 INFO O| May 27 02:24:47.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath" |
| 7760 | 2026-05-27T02:24:47.973Z | [ recovery-image] May 27 02:24:47.011 INFO O| May 27 02:24:47.011 INFO STEP 923 (remove_files) COMPLETE |
| 7761 | 2026-05-27T02:24:47.976Z | [ recovery-image] May 27 02:24:47.011 INFO O| May 27 02:24:47.011 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7762 | 2026-05-27T02:24:47.981Z | [ recovery-image] May 27 02:24:47.019 INFO O| May 27 02:24:47.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange" |
| 7763 | 2026-05-27T02:24:47.981Z | [ recovery-image] May 27 02:24:47.019 INFO O| May 27 02:24:47.019 INFO STEP 924 (remove_files) COMPLETE |
| 7764 | 2026-05-27T02:24:47.981Z | [ recovery-image] May 27 02:24:47.019 INFO O| May 27 02:24:47.019 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7765 | 2026-05-27T02:24:47.989Z | [ recovery-image] May 27 02:24:47.027 INFO O| May 27 02:24:47.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr" |
| 7766 | 2026-05-27T02:24:47.994Z | [ recovery-image] May 27 02:24:47.027 INFO O| May 27 02:24:47.027 INFO STEP 925 (remove_files) COMPLETE |
| 7767 | 2026-05-27T02:24:47.994Z | [ recovery-image] May 27 02:24:47.027 INFO O| May 27 02:24:47.027 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7768 | 2026-05-27T02:24:47.998Z | [ recovery-image] May 27 02:24:47.033 INFO O| May 27 02:24:47.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime" |
| 7769 | 2026-05-27T02:24:47.998Z | [ recovery-image] May 27 02:24:47.033 INFO O| May 27 02:24:47.033 INFO STEP 926 (remove_files) COMPLETE |
| 7770 | 2026-05-27T02:24:47.998Z | [ recovery-image] May 27 02:24:47.033 INFO O| May 27 02:24:47.033 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7771 | 2026-05-27T02:24:48.003Z | [ recovery-image] May 27 02:24:47.040 INFO O| May 27 02:24:47.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid" |
| 7772 | 2026-05-27T02:24:48.011Z | [ recovery-image] May 27 02:24:47.040 INFO O| May 27 02:24:47.040 INFO STEP 927 (remove_files) COMPLETE |
| 7773 | 2026-05-27T02:24:48.011Z | [ recovery-image] May 27 02:24:47.040 INFO O| May 27 02:24:47.040 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7774 | 2026-05-27T02:24:48.011Z | [ recovery-image] May 27 02:24:47.046 INFO O| May 27 02:24:47.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn" |
| 7775 | 2026-05-27T02:24:48.011Z | [ recovery-image] May 27 02:24:47.047 INFO O| May 27 02:24:47.046 INFO STEP 928 (remove_files) COMPLETE |
| 7776 | 2026-05-27T02:24:48.011Z | [ recovery-image] May 27 02:24:47.047 INFO O| May 27 02:24:47.046 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7777 | 2026-05-27T02:24:48.017Z | [ recovery-image] May 27 02:24:47.053 INFO O| May 27 02:24:47.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall" |
| 7778 | 2026-05-27T02:24:48.017Z | [ recovery-image] May 27 02:24:47.053 INFO O| May 27 02:24:47.053 INFO STEP 929 (remove_files) COMPLETE |
| 7779 | 2026-05-27T02:24:48.017Z | [ recovery-image] May 27 02:24:47.053 INFO O| May 27 02:24:47.053 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7780 | 2026-05-27T02:24:48.023Z | [ recovery-image] May 27 02:24:47.059 INFO O| May 27 02:24:47.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname" |
| 7781 | 2026-05-27T02:24:48.023Z | [ recovery-image] May 27 02:24:47.059 INFO O| May 27 02:24:47.059 INFO STEP 930 (remove_files) COMPLETE |
| 7782 | 2026-05-27T02:24:48.023Z | [ recovery-image] May 27 02:24:47.059 INFO O| May 27 02:24:47.059 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7783 | 2026-05-27T02:24:48.031Z | [ recovery-image] May 27 02:24:47.069 INFO O| May 27 02:24:47.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove" |
| 7784 | 2026-05-27T02:24:48.031Z | [ recovery-image] May 27 02:24:47.069 INFO O| May 27 02:24:47.069 INFO STEP 931 (remove_files) COMPLETE |
| 7785 | 2026-05-27T02:24:48.034Z | [ recovery-image] May 27 02:24:47.069 INFO O| May 27 02:24:47.069 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7786 | 2026-05-27T02:24:48.037Z | [ recovery-image] May 27 02:24:47.075 INFO O| May 27 02:24:47.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv" |
| 7787 | 2026-05-27T02:24:48.037Z | [ recovery-image] May 27 02:24:47.075 INFO O| May 27 02:24:47.075 INFO STEP 932 (remove_files) COMPLETE |
| 7788 | 2026-05-27T02:24:48.037Z | [ recovery-image] May 27 02:24:47.075 INFO O| May 27 02:24:47.075 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7789 | 2026-05-27T02:24:48.043Z | [ recovery-image] May 27 02:24:47.082 INFO O| May 27 02:24:47.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db" |
| 7790 | 2026-05-27T02:24:48.044Z | [ recovery-image] May 27 02:24:47.082 INFO O| May 27 02:24:47.082 INFO STEP 933 (remove_files) COMPLETE |
| 7791 | 2026-05-27T02:24:48.044Z | [ recovery-image] May 27 02:24:47.082 INFO O| May 27 02:24:47.082 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7792 | 2026-05-27T02:24:48.050Z | [ recovery-image] May 27 02:24:47.088 INFO O| May 27 02:24:47.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve" |
| 7793 | 2026-05-27T02:24:48.050Z | [ recovery-image] May 27 02:24:47.088 INFO O| May 27 02:24:47.088 INFO STEP 934 (remove_files) COMPLETE |
| 7794 | 2026-05-27T02:24:48.055Z | [ recovery-image] May 27 02:24:47.088 INFO O| May 27 02:24:47.088 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7795 | 2026-05-27T02:24:48.061Z | [ recovery-image] May 27 02:24:47.094 INFO O| May 27 02:24:47.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates" |
| 7796 | 2026-05-27T02:24:48.061Z | [ recovery-image] May 27 02:24:47.094 INFO O| May 27 02:24:47.094 INFO STEP 935 (remove_files) COMPLETE |
| 7797 | 2026-05-27T02:24:48.061Z | [ recovery-image] May 27 02:24:47.094 INFO O| May 27 02:24:47.094 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7798 | 2026-05-27T02:24:48.066Z | [ recovery-image] May 27 02:24:47.101 INFO O| May 27 02:24:47.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay" |
| 7799 | 2026-05-27T02:24:48.066Z | [ recovery-image] May 27 02:24:47.101 INFO O| May 27 02:24:47.101 INFO STEP 936 (remove_files) COMPLETE |
| 7800 | 2026-05-27T02:24:48.066Z | [ recovery-image] May 27 02:24:47.101 INFO O| May 27 02:24:47.101 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7801 | 2026-05-27T02:24:48.072Z | [ recovery-image] May 27 02:24:47.110 INFO O| May 27 02:24:47.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm" |
| 7802 | 2026-05-27T02:24:48.072Z | [ recovery-image] May 27 02:24:47.111 INFO O| May 27 02:24:47.110 INFO STEP 937 (remove_files) COMPLETE |
| 7803 | 2026-05-27T02:24:48.076Z | [ recovery-image] May 27 02:24:47.111 INFO O| May 27 02:24:47.111 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7804 | 2026-05-27T02:24:48.081Z | [ recovery-image] May 27 02:24:47.119 INFO O| May 27 02:24:47.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump" |
| 7805 | 2026-05-27T02:24:48.081Z | [ recovery-image] May 27 02:24:47.119 INFO O| May 27 02:24:47.119 INFO STEP 938 (remove_files) COMPLETE |
| 7806 | 2026-05-27T02:24:48.081Z | [ recovery-image] May 27 02:24:47.119 INFO O| May 27 02:24:47.119 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7807 | 2026-05-27T02:24:48.088Z | [ recovery-image] May 27 02:24:47.126 INFO O| May 27 02:24:47.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract" |
| 7808 | 2026-05-27T02:24:48.088Z | [ recovery-image] May 27 02:24:47.126 INFO O| May 27 02:24:47.126 INFO STEP 939 (remove_files) COMPLETE |
| 7809 | 2026-05-27T02:24:48.088Z | [ recovery-image] May 27 02:24:47.126 INFO O| May 27 02:24:47.126 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7810 | 2026-05-27T02:24:48.097Z | [ recovery-image] May 27 02:24:47.135 INFO O| May 27 02:24:47.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv" |
| 7811 | 2026-05-27T02:24:48.101Z | [ recovery-image] May 27 02:24:47.135 INFO O| May 27 02:24:47.135 INFO STEP 940 (remove_files) COMPLETE |
| 7812 | 2026-05-27T02:24:48.101Z | [ recovery-image] May 27 02:24:47.135 INFO O| May 27 02:24:47.135 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7813 | 2026-05-27T02:24:48.105Z | [ recovery-image] May 27 02:24:47.143 INFO O| May 27 02:24:47.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate" |
| 7814 | 2026-05-27T02:24:48.105Z | [ recovery-image] May 27 02:24:47.143 INFO O| May 27 02:24:47.143 INFO STEP 941 (remove_files) COMPLETE |
| 7815 | 2026-05-27T02:24:48.108Z | [ recovery-image] May 27 02:24:47.143 INFO O| May 27 02:24:47.143 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7816 | 2026-05-27T02:24:48.112Z | [ recovery-image] May 27 02:24:47.150 INFO O| May 27 02:24:47.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat" |
| 7817 | 2026-05-27T02:24:48.112Z | [ recovery-image] May 27 02:24:47.151 INFO O| May 27 02:24:47.151 INFO STEP 942 (remove_files) COMPLETE |
| 7818 | 2026-05-27T02:24:48.112Z | [ recovery-image] May 27 02:24:47.151 INFO O| May 27 02:24:47.151 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7819 | 2026-05-27T02:24:48.119Z | [ recovery-image] May 27 02:24:47.157 INFO O| May 27 02:24:47.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat" |
| 7820 | 2026-05-27T02:24:48.123Z | [ recovery-image] May 27 02:24:47.157 INFO O| May 27 02:24:47.157 INFO STEP 943 (remove_files) COMPLETE |
| 7821 | 2026-05-27T02:24:48.123Z | [ recovery-image] May 27 02:24:47.157 INFO O| May 27 02:24:47.157 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7822 | 2026-05-27T02:24:48.129Z | [ recovery-image] May 27 02:24:47.167 INFO O| May 27 02:24:47.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat" |
| 7823 | 2026-05-27T02:24:48.129Z | [ recovery-image] May 27 02:24:47.167 INFO O| May 27 02:24:47.167 INFO STEP 944 (remove_files) COMPLETE |
| 7824 | 2026-05-27T02:24:48.132Z | [ recovery-image] May 27 02:24:47.167 INFO O| May 27 02:24:47.167 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7825 | 2026-05-27T02:24:48.137Z | [ recovery-image] May 27 02:24:47.175 INFO O| May 27 02:24:47.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp" |
| 7826 | 2026-05-27T02:24:48.137Z | [ recovery-image] May 27 02:24:47.175 INFO O| May 27 02:24:47.175 INFO STEP 945 (remove_files) COMPLETE |
| 7827 | 2026-05-27T02:24:48.137Z | [ recovery-image] May 27 02:24:47.175 INFO O| May 27 02:24:47.175 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7828 | 2026-05-27T02:24:48.144Z | [ recovery-image] May 27 02:24:47.182 INFO O| May 27 02:24:47.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit" |
| 7829 | 2026-05-27T02:24:48.148Z | [ recovery-image] May 27 02:24:47.182 INFO O| May 27 02:24:47.182 INFO STEP 946 (remove_files) COMPLETE |
| 7830 | 2026-05-27T02:24:48.148Z | [ recovery-image] May 27 02:24:47.182 INFO O| May 27 02:24:47.182 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7831 | 2026-05-27T02:24:48.153Z | [ recovery-image] May 27 02:24:47.191 INFO O| May 27 02:24:47.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig" |
| 7832 | 2026-05-27T02:24:48.153Z | [ recovery-image] May 27 02:24:47.191 INFO O| May 27 02:24:47.191 INFO STEP 947 (remove_files) COMPLETE |
| 7833 | 2026-05-27T02:24:48.153Z | [ recovery-image] May 27 02:24:47.191 INFO O| May 27 02:24:47.191 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7834 | 2026-05-27T02:24:48.161Z | [ recovery-image] May 27 02:24:47.199 INFO O| May 27 02:24:47.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd" |
| 7835 | 2026-05-27T02:24:48.161Z | [ recovery-image] May 27 02:24:47.199 INFO O| May 27 02:24:47.199 INFO STEP 948 (remove_files) COMPLETE |
| 7836 | 2026-05-27T02:24:48.161Z | [ recovery-image] May 27 02:24:47.199 INFO O| May 27 02:24:47.199 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7837 | 2026-05-27T02:24:48.170Z | [ recovery-image] May 27 02:24:47.207 INFO O| May 27 02:24:47.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord" |
| 7838 | 2026-05-27T02:24:48.170Z | [ recovery-image] May 27 02:24:47.208 INFO O| May 27 02:24:47.208 INFO STEP 949 (remove_files) COMPLETE |
| 7839 | 2026-05-27T02:24:48.170Z | [ recovery-image] May 27 02:24:47.208 INFO O| May 27 02:24:47.208 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7840 | 2026-05-27T02:24:48.178Z | [ recovery-image] May 27 02:24:47.216 INFO O| May 27 02:24:47.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce" |
| 7841 | 2026-05-27T02:24:48.181Z | [ recovery-image] May 27 02:24:47.217 INFO O| May 27 02:24:47.217 INFO STEP 950 (remove_files) COMPLETE |
| 7842 | 2026-05-27T02:24:48.181Z | [ recovery-image] May 27 02:24:47.217 INFO O| May 27 02:24:47.217 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7843 | 2026-05-27T02:24:48.187Z | [ recovery-image] May 27 02:24:47.226 INFO O| May 27 02:24:47.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat" |
| 7844 | 2026-05-27T02:24:48.191Z | [ recovery-image] May 27 02:24:47.226 INFO O| May 27 02:24:47.226 INFO STEP 951 (remove_files) COMPLETE |
| 7845 | 2026-05-27T02:24:48.191Z | [ recovery-image] May 27 02:24:47.226 INFO O| May 27 02:24:47.226 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7846 | 2026-05-27T02:24:48.197Z | [ recovery-image] May 27 02:24:47.235 INFO O| May 27 02:24:47.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks" |
| 7847 | 2026-05-27T02:24:48.197Z | [ recovery-image] May 27 02:24:47.235 INFO O| May 27 02:24:47.235 INFO STEP 952 (remove_files) COMPLETE |
| 7848 | 2026-05-27T02:24:48.197Z | [ recovery-image] May 27 02:24:47.235 INFO O| May 27 02:24:47.235 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7849 | 2026-05-27T02:24:48.205Z | [ recovery-image] May 27 02:24:47.243 INFO O| May 27 02:24:47.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve" |
| 7850 | 2026-05-27T02:24:48.205Z | [ recovery-image] May 27 02:24:47.243 INFO O| May 27 02:24:47.243 INFO STEP 953 (remove_files) COMPLETE |
| 7851 | 2026-05-27T02:24:48.208Z | [ recovery-image] May 27 02:24:47.243 INFO O| May 27 02:24:47.243 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7852 | 2026-05-27T02:24:48.212Z | [ recovery-image] May 27 02:24:47.250 INFO O| May 27 02:24:47.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl" |
| 7853 | 2026-05-27T02:24:48.212Z | [ recovery-image] May 27 02:24:47.250 INFO O| May 27 02:24:47.250 INFO STEP 954 (remove_files) COMPLETE |
| 7854 | 2026-05-27T02:24:48.216Z | [ recovery-image] May 27 02:24:47.250 INFO O| May 27 02:24:47.250 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7855 | 2026-05-27T02:24:48.222Z | [ recovery-image] May 27 02:24:47.260 INFO O| May 27 02:24:47.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm" |
| 7856 | 2026-05-27T02:24:48.222Z | [ recovery-image] May 27 02:24:47.260 INFO O| May 27 02:24:47.260 INFO STEP 955 (remove_files) COMPLETE |
| 7857 | 2026-05-27T02:24:48.222Z | [ recovery-image] May 27 02:24:47.260 INFO O| May 27 02:24:47.260 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7858 | 2026-05-27T02:24:48.231Z | [ recovery-image] May 27 02:24:47.269 INFO O| May 27 02:24:47.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd" |
| 7859 | 2026-05-27T02:24:48.234Z | [ recovery-image] May 27 02:24:47.269 INFO O| May 27 02:24:47.269 INFO STEP 956 (remove_files) COMPLETE |
| 7860 | 2026-05-27T02:24:48.234Z | [ recovery-image] May 27 02:24:47.269 INFO O| May 27 02:24:47.269 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7861 | 2026-05-27T02:24:48.241Z | [ recovery-image] May 27 02:24:47.279 INFO O| May 27 02:24:47.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot" |
| 7862 | 2026-05-27T02:24:48.245Z | [ recovery-image] May 27 02:24:47.279 INFO O| May 27 02:24:47.279 INFO STEP 957 (remove_files) COMPLETE |
| 7863 | 2026-05-27T02:24:48.245Z | [ recovery-image] May 27 02:24:47.279 INFO O| May 27 02:24:47.279 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7864 | 2026-05-27T02:24:48.250Z | [ recovery-image] May 27 02:24:47.288 INFO O| May 27 02:24:47.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks" |
| 7865 | 2026-05-27T02:24:48.254Z | [ recovery-image] May 27 02:24:47.288 INFO O| May 27 02:24:47.288 INFO STEP 958 (remove_files) COMPLETE |
| 7866 | 2026-05-27T02:24:48.254Z | [ recovery-image] May 27 02:24:47.288 INFO O| May 27 02:24:47.288 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7867 | 2026-05-27T02:24:48.259Z | [ recovery-image] May 27 02:24:47.296 INFO O| May 27 02:24:47.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo" |
| 7868 | 2026-05-27T02:24:48.262Z | [ recovery-image] May 27 02:24:47.296 INFO O| May 27 02:24:47.296 INFO STEP 959 (remove_files) COMPLETE |
| 7869 | 2026-05-27T02:24:48.262Z | [ recovery-image] May 27 02:24:47.296 INFO O| May 27 02:24:47.296 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7870 | 2026-05-27T02:24:48.266Z | [ recovery-image] May 27 02:24:47.303 INFO O| May 27 02:24:47.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri" |
| 7871 | 2026-05-27T02:24:48.266Z | [ recovery-image] May 27 02:24:47.303 INFO O| May 27 02:24:47.303 INFO STEP 960 (remove_files) COMPLETE |
| 7872 | 2026-05-27T02:24:48.266Z | [ recovery-image] May 27 02:24:47.303 INFO O| May 27 02:24:47.303 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7873 | 2026-05-27T02:24:48.274Z | [ recovery-image] May 27 02:24:47.312 INFO O| May 27 02:24:47.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm" |
| 7874 | 2026-05-27T02:24:48.274Z | [ recovery-image] May 27 02:24:47.312 INFO O| May 27 02:24:47.312 INFO STEP 961 (remove_files) COMPLETE |
| 7875 | 2026-05-27T02:24:48.274Z | [ recovery-image] May 27 02:24:47.312 INFO O| May 27 02:24:47.312 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7876 | 2026-05-27T02:24:48.283Z | [ recovery-image] May 27 02:24:47.321 INFO O| May 27 02:24:47.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd" |
| 7877 | 2026-05-27T02:24:48.283Z | [ recovery-image] May 27 02:24:47.321 INFO O| May 27 02:24:47.321 INFO STEP 962 (remove_files) COMPLETE |
| 7878 | 2026-05-27T02:24:48.290Z | [ recovery-image] May 27 02:24:47.321 INFO O| May 27 02:24:47.321 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7879 | 2026-05-27T02:24:48.295Z | [ recovery-image] May 27 02:24:47.329 INFO O| May 27 02:24:47.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate" |
| 7880 | 2026-05-27T02:24:48.295Z | [ recovery-image] May 27 02:24:47.329 INFO O| May 27 02:24:47.329 INFO STEP 963 (remove_files) COMPLETE |
| 7881 | 2026-05-27T02:24:48.295Z | [ recovery-image] May 27 02:24:47.329 INFO O| May 27 02:24:47.329 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7882 | 2026-05-27T02:24:48.299Z | [ recovery-image] May 27 02:24:47.336 INFO O| May 27 02:24:47.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo" |
| 7883 | 2026-05-27T02:24:48.299Z | [ recovery-image] May 27 02:24:47.336 INFO O| May 27 02:24:47.336 INFO STEP 964 (remove_files) COMPLETE |
| 7884 | 2026-05-27T02:24:48.299Z | [ recovery-image] May 27 02:24:47.336 INFO O| May 27 02:24:47.336 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7885 | 2026-05-27T02:24:48.306Z | [ recovery-image] May 27 02:24:47.343 INFO O| May 27 02:24:47.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks" |
| 7886 | 2026-05-27T02:24:48.307Z | [ recovery-image] May 27 02:24:47.343 INFO O| May 27 02:24:47.343 INFO STEP 965 (remove_files) COMPLETE |
| 7887 | 2026-05-27T02:24:48.310Z | [ recovery-image] May 27 02:24:47.343 INFO O| May 27 02:24:47.343 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7888 | 2026-05-27T02:24:48.313Z | [ recovery-image] May 27 02:24:47.350 INFO O| May 27 02:24:47.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df" |
| 7889 | 2026-05-27T02:24:48.313Z | [ recovery-image] May 27 02:24:47.350 INFO O| May 27 02:24:47.350 INFO STEP 966 (remove_files) COMPLETE |
| 7890 | 2026-05-27T02:24:48.313Z | [ recovery-image] May 27 02:24:47.350 INFO O| May 27 02:24:47.350 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7891 | 2026-05-27T02:24:48.319Z | [ recovery-image] May 27 02:24:47.357 INFO O| May 27 02:24:47.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts" |
| 7892 | 2026-05-27T02:24:48.319Z | [ recovery-image] May 27 02:24:47.357 INFO O| May 27 02:24:47.357 INFO STEP 967 (remove_files) COMPLETE |
| 7893 | 2026-05-27T02:24:48.319Z | [ recovery-image] May 27 02:24:47.357 INFO O| May 27 02:24:47.357 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7894 | 2026-05-27T02:24:48.326Z | [ recovery-image] May 27 02:24:47.364 INFO O| May 27 02:24:47.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares" |
| 7895 | 2026-05-27T02:24:48.330Z | [ recovery-image] May 27 02:24:47.364 INFO O| May 27 02:24:47.364 INFO STEP 968 (remove_files) COMPLETE |
| 7896 | 2026-05-27T02:24:48.330Z | [ recovery-image] May 27 02:24:47.364 INFO O| May 27 02:24:47.364 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7897 | 2026-05-27T02:24:48.333Z | [ recovery-image] May 27 02:24:47.371 INFO O| May 27 02:24:47.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks" |
| 7898 | 2026-05-27T02:24:48.334Z | [ recovery-image] May 27 02:24:47.371 INFO O| May 27 02:24:47.371 INFO STEP 969 (remove_files) COMPLETE |
| 7899 | 2026-05-27T02:24:48.334Z | [ recovery-image] May 27 02:24:47.371 INFO O| May 27 02:24:47.371 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7900 | 2026-05-27T02:24:48.343Z | [ recovery-image] May 27 02:24:47.381 INFO O| May 27 02:24:47.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin" |
| 7901 | 2026-05-27T02:24:48.343Z | [ recovery-image] May 27 02:24:47.381 INFO O| May 27 02:24:47.381 INFO STEP 970 (remove_files) COMPLETE |
| 7902 | 2026-05-27T02:24:48.346Z | [ recovery-image] May 27 02:24:47.381 INFO O| May 27 02:24:47.381 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7903 | 2026-05-27T02:24:48.351Z | [ recovery-image] May 27 02:24:47.389 INFO O| May 27 02:24:47.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo" |
| 7904 | 2026-05-27T02:24:48.351Z | [ recovery-image] May 27 02:24:47.389 INFO O| May 27 02:24:47.389 INFO STEP 971 (remove_files) COMPLETE |
| 7905 | 2026-05-27T02:24:48.351Z | [ recovery-image] May 27 02:24:47.389 INFO O| May 27 02:24:47.389 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7906 | 2026-05-27T02:24:48.357Z | [ recovery-image] May 27 02:24:47.395 INFO O| May 27 02:24:47.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig" |
| 7907 | 2026-05-27T02:24:48.357Z | [ recovery-image] May 27 02:24:47.395 INFO O| May 27 02:24:47.395 INFO STEP 972 (remove_files) COMPLETE |
| 7908 | 2026-05-27T02:24:48.358Z | [ recovery-image] May 27 02:24:47.395 INFO O| May 27 02:24:47.395 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7909 | 2026-05-27T02:24:48.364Z | [ recovery-image] May 27 02:24:47.402 INFO O| May 27 02:24:47.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom" |
| 7910 | 2026-05-27T02:24:48.364Z | [ recovery-image] May 27 02:24:47.402 INFO O| May 27 02:24:47.402 INFO STEP 973 (remove_files) COMPLETE |
| 7911 | 2026-05-27T02:24:48.364Z | [ recovery-image] May 27 02:24:47.402 INFO O| May 27 02:24:47.402 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7912 | 2026-05-27T02:24:48.372Z | [ recovery-image] May 27 02:24:47.409 INFO O| May 27 02:24:47.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff" |
| 7913 | 2026-05-27T02:24:48.375Z | [ recovery-image] May 27 02:24:47.410 INFO O| May 27 02:24:47.410 INFO STEP 974 (remove_files) COMPLETE |
| 7914 | 2026-05-27T02:24:48.375Z | [ recovery-image] May 27 02:24:47.410 INFO O| May 27 02:24:47.410 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7915 | 2026-05-27T02:24:48.379Z | [ recovery-image] May 27 02:24:47.416 INFO O| May 27 02:24:47.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm" |
| 7916 | 2026-05-27T02:24:48.379Z | [ recovery-image] May 27 02:24:47.416 INFO O| May 27 02:24:47.416 INFO STEP 975 (remove_files) COMPLETE |
| 7917 | 2026-05-27T02:24:48.379Z | [ recovery-image] May 27 02:24:47.416 INFO O| May 27 02:24:47.416 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7918 | 2026-05-27T02:24:48.387Z | [ recovery-image] May 27 02:24:47.425 INFO O| May 27 02:24:47.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump" |
| 7919 | 2026-05-27T02:24:48.387Z | [ recovery-image] May 27 02:24:47.425 INFO O| May 27 02:24:47.425 INFO STEP 976 (remove_files) COMPLETE |
| 7920 | 2026-05-27T02:24:48.387Z | [ recovery-image] May 27 02:24:47.425 INFO O| May 27 02:24:47.425 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7921 | 2026-05-27T02:24:48.395Z | [ recovery-image] May 27 02:24:47.433 INFO O| May 27 02:24:47.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat" |
| 7922 | 2026-05-27T02:24:48.395Z | [ recovery-image] May 27 02:24:47.433 INFO O| May 27 02:24:47.433 INFO STEP 977 (remove_files) COMPLETE |
| 7923 | 2026-05-27T02:24:48.398Z | [ recovery-image] May 27 02:24:47.433 INFO O| May 27 02:24:47.433 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7924 | 2026-05-27T02:24:48.404Z | [ recovery-image] May 27 02:24:47.442 INFO O| May 27 02:24:47.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard" |
| 7925 | 2026-05-27T02:24:48.404Z | [ recovery-image] May 27 02:24:47.442 INFO O| May 27 02:24:47.442 INFO STEP 978 (remove_files) COMPLETE |
| 7926 | 2026-05-27T02:24:48.404Z | [ recovery-image] May 27 02:24:47.442 INFO O| May 27 02:24:47.442 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7927 | 2026-05-27T02:24:48.413Z | [ recovery-image] May 27 02:24:47.451 INFO O| May 27 02:24:47.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format" |
| 7928 | 2026-05-27T02:24:48.416Z | [ recovery-image] May 27 02:24:47.451 INFO O| May 27 02:24:47.451 INFO STEP 979 (remove_files) COMPLETE |
| 7929 | 2026-05-27T02:24:48.416Z | [ recovery-image] May 27 02:24:47.451 INFO O| May 27 02:24:47.451 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7930 | 2026-05-27T02:24:48.420Z | [ recovery-image] May 27 02:24:47.459 INFO O| May 27 02:24:47.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck" |
| 7931 | 2026-05-27T02:24:48.424Z | [ recovery-image] May 27 02:24:47.459 INFO O| May 27 02:24:47.459 INFO STEP 980 (remove_files) COMPLETE |
| 7932 | 2026-05-27T02:24:48.424Z | [ recovery-image] May 27 02:24:47.459 INFO O| May 27 02:24:47.459 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7933 | 2026-05-27T02:24:48.430Z | [ recovery-image] May 27 02:24:47.468 INFO O| May 27 02:24:47.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser" |
| 7934 | 2026-05-27T02:24:48.430Z | [ recovery-image] May 27 02:24:47.468 INFO O| May 27 02:24:47.468 INFO STEP 981 (remove_files) COMPLETE |
| 7935 | 2026-05-27T02:24:48.434Z | [ recovery-image] May 27 02:24:47.468 INFO O| May 27 02:24:47.468 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7936 | 2026-05-27T02:24:48.439Z | [ recovery-image] May 27 02:24:47.477 INFO O| May 27 02:24:47.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy" |
| 7937 | 2026-05-27T02:24:48.439Z | [ recovery-image] May 27 02:24:47.477 INFO O| May 27 02:24:47.477 INFO STEP 982 (remove_files) COMPLETE |
| 7938 | 2026-05-27T02:24:48.442Z | [ recovery-image] May 27 02:24:47.477 INFO O| May 27 02:24:47.477 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7939 | 2026-05-27T02:24:48.448Z | [ recovery-image] May 27 02:24:47.486 INFO O| May 27 02:24:47.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor" |
| 7940 | 2026-05-27T02:24:48.451Z | [ recovery-image] May 27 02:24:47.486 INFO O| May 27 02:24:47.486 INFO STEP 983 (remove_files) COMPLETE |
| 7941 | 2026-05-27T02:24:48.452Z | [ recovery-image] May 27 02:24:47.486 INFO O| May 27 02:24:47.486 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7942 | 2026-05-27T02:24:48.456Z | [ recovery-image] May 27 02:24:47.494 INFO O| May 27 02:24:47.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd" |
| 7943 | 2026-05-27T02:24:48.456Z | [ recovery-image] May 27 02:24:47.494 INFO O| May 27 02:24:47.494 INFO STEP 984 (remove_files) COMPLETE |
| 7944 | 2026-05-27T02:24:48.456Z | [ recovery-image] May 27 02:24:47.494 INFO O| May 27 02:24:47.494 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7945 | 2026-05-27T02:24:48.462Z | [ recovery-image] May 27 02:24:47.501 INFO O| May 27 02:24:47.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel" |
| 7946 | 2026-05-27T02:24:48.463Z | [ recovery-image] May 27 02:24:47.501 INFO O| May 27 02:24:47.501 INFO STEP 985 (remove_files) COMPLETE |
| 7947 | 2026-05-27T02:24:48.463Z | [ recovery-image] May 27 02:24:47.501 INFO O| May 27 02:24:47.501 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7948 | 2026-05-27T02:24:48.471Z | [ recovery-image] May 27 02:24:47.510 INFO O| May 27 02:24:47.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod" |
| 7949 | 2026-05-27T02:24:48.472Z | [ recovery-image] May 27 02:24:47.510 INFO O| May 27 02:24:47.510 INFO STEP 986 (remove_files) COMPLETE |
| 7950 | 2026-05-27T02:24:48.476Z | [ recovery-image] May 27 02:24:47.510 INFO O| May 27 02:24:47.510 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7951 | 2026-05-27T02:24:48.480Z | [ recovery-image] May 27 02:24:47.518 INFO O| May 27 02:24:47.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs" |
| 7952 | 2026-05-27T02:24:48.480Z | [ recovery-image] May 27 02:24:47.518 INFO O| May 27 02:24:47.518 INFO STEP 987 (remove_files) COMPLETE |
| 7953 | 2026-05-27T02:24:48.485Z | [ recovery-image] May 27 02:24:47.518 INFO O| May 27 02:24:47.518 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7954 | 2026-05-27T02:24:48.489Z | [ recovery-image] May 27 02:24:47.526 INFO O| May 27 02:24:47.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck" |
| 7955 | 2026-05-27T02:24:48.489Z | [ recovery-image] May 27 02:24:47.526 INFO O| May 27 02:24:47.526 INFO STEP 988 (remove_files) COMPLETE |
| 7956 | 2026-05-27T02:24:48.489Z | [ recovery-image] May 27 02:24:47.526 INFO O| May 27 02:24:47.526 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7957 | 2026-05-27T02:24:48.496Z | [ recovery-image] May 27 02:24:47.534 INFO O| May 27 02:24:47.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred" |
| 7958 | 2026-05-27T02:24:48.499Z | [ recovery-image] May 27 02:24:47.534 INFO O| May 27 02:24:47.534 INFO STEP 989 (remove_files) COMPLETE |
| 7959 | 2026-05-27T02:24:48.499Z | [ recovery-image] May 27 02:24:47.534 INFO O| May 27 02:24:47.534 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7960 | 2026-05-27T02:24:48.504Z | [ recovery-image] May 27 02:24:47.542 INFO O| May 27 02:24:47.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt" |
| 7961 | 2026-05-27T02:24:48.507Z | [ recovery-image] May 27 02:24:47.542 INFO O| May 27 02:24:47.542 INFO STEP 990 (remove_files) COMPLETE |
| 7962 | 2026-05-27T02:24:48.507Z | [ recovery-image] May 27 02:24:47.542 INFO O| May 27 02:24:47.542 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7963 | 2026-05-27T02:24:48.512Z | [ recovery-image] May 27 02:24:47.550 INFO O| May 27 02:24:47.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug" |
| 7964 | 2026-05-27T02:24:48.516Z | [ recovery-image] May 27 02:24:47.550 INFO O| May 27 02:24:47.550 INFO STEP 991 (remove_files) COMPLETE |
| 7965 | 2026-05-27T02:24:48.516Z | [ recovery-image] May 27 02:24:47.550 INFO O| May 27 02:24:47.550 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7966 | 2026-05-27T02:24:48.521Z | [ recovery-image] May 27 02:24:47.558 INFO O| May 27 02:24:47.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl" |
| 7967 | 2026-05-27T02:24:48.524Z | [ recovery-image] May 27 02:24:47.558 INFO O| May 27 02:24:47.558 INFO STEP 992 (remove_files) COMPLETE |
| 7968 | 2026-05-27T02:24:48.524Z | [ recovery-image] May 27 02:24:47.558 INFO O| May 27 02:24:47.558 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7969 | 2026-05-27T02:24:48.529Z | [ recovery-image] May 27 02:24:47.567 INFO O| May 27 02:24:47.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap" |
| 7970 | 2026-05-27T02:24:48.529Z | [ recovery-image] May 27 02:24:47.567 INFO O| May 27 02:24:47.567 INFO STEP 993 (remove_files) COMPLETE |
| 7971 | 2026-05-27T02:24:48.529Z | [ recovery-image] May 27 02:24:47.567 INFO O| May 27 02:24:47.567 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7972 | 2026-05-27T02:24:48.538Z | [ recovery-image] May 27 02:24:47.576 INFO O| May 27 02:24:47.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm" |
| 7973 | 2026-05-27T02:24:48.538Z | [ recovery-image] May 27 02:24:47.576 INFO O| May 27 02:24:47.576 INFO STEP 994 (remove_files) COMPLETE |
| 7974 | 2026-05-27T02:24:48.539Z | [ recovery-image] May 27 02:24:47.576 INFO O| May 27 02:24:47.576 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7975 | 2026-05-27T02:24:48.546Z | [ recovery-image] May 27 02:24:47.584 INFO O| May 27 02:24:47.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm" |
| 7976 | 2026-05-27T02:24:48.549Z | [ recovery-image] May 27 02:24:47.585 INFO O| May 27 02:24:47.585 INFO STEP 995 (remove_files) COMPLETE |
| 7977 | 2026-05-27T02:24:48.549Z | [ recovery-image] May 27 02:24:47.585 INFO O| May 27 02:24:47.585 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7978 | 2026-05-27T02:24:48.557Z | [ recovery-image] May 27 02:24:47.595 INFO O| May 27 02:24:47.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert" |
| 7979 | 2026-05-27T02:24:48.557Z | [ recovery-image] May 27 02:24:47.595 INFO O| May 27 02:24:47.595 INFO STEP 996 (remove_files) COMPLETE |
| 7980 | 2026-05-27T02:24:48.560Z | [ recovery-image] May 27 02:24:47.595 INFO O| May 27 02:24:47.595 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7981 | 2026-05-27T02:24:48.566Z | [ recovery-image] May 27 02:24:47.604 INFO O| May 27 02:24:47.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc" |
| 7982 | 2026-05-27T02:24:48.566Z | [ recovery-image] May 27 02:24:47.604 INFO O| May 27 02:24:47.604 INFO STEP 997 (remove_files) COMPLETE |
| 7983 | 2026-05-27T02:24:48.570Z | [ recovery-image] May 27 02:24:47.604 INFO O| May 27 02:24:47.604 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7984 | 2026-05-27T02:24:48.574Z | [ recovery-image] May 27 02:24:47.612 INFO O| May 27 02:24:47.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed" |
| 7985 | 2026-05-27T02:24:48.574Z | [ recovery-image] May 27 02:24:47.612 INFO O| May 27 02:24:47.612 INFO STEP 998 (remove_files) COMPLETE |
| 7986 | 2026-05-27T02:24:48.574Z | [ recovery-image] May 27 02:24:47.612 INFO O| May 27 02:24:47.612 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7987 | 2026-05-27T02:24:48.582Z | [ recovery-image] May 27 02:24:47.620 INFO O| May 27 02:24:47.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm" |
| 7988 | 2026-05-27T02:24:48.582Z | [ recovery-image] May 27 02:24:47.620 INFO O| May 27 02:24:47.620 INFO STEP 999 (remove_files) COMPLETE |
| 7989 | 2026-05-27T02:24:48.586Z | [ recovery-image] May 27 02:24:47.620 INFO O| May 27 02:24:47.620 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7990 | 2026-05-27T02:24:48.592Z | [ recovery-image] May 27 02:24:47.630 INFO O| May 27 02:24:47.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv" |
| 7991 | 2026-05-27T02:24:48.592Z | [ recovery-image] May 27 02:24:47.630 INFO O| May 27 02:24:47.630 INFO STEP 1000 (remove_files) COMPLETE |
| 7992 | 2026-05-27T02:24:48.595Z | [ recovery-image] May 27 02:24:47.630 INFO O| May 27 02:24:47.630 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7993 | 2026-05-27T02:24:48.600Z | [ recovery-image] May 27 02:24:47.638 INFO O| May 27 02:24:47.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install" |
| 7994 | 2026-05-27T02:24:48.600Z | [ recovery-image] May 27 02:24:47.638 INFO O| May 27 02:24:47.638 INFO STEP 1001 (remove_files) COMPLETE |
| 7995 | 2026-05-27T02:24:48.604Z | [ recovery-image] May 27 02:24:47.638 INFO O| May 27 02:24:47.638 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7996 | 2026-05-27T02:24:48.610Z | [ recovery-image] May 27 02:24:47.648 INFO O| May 27 02:24:47.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot" |
| 7997 | 2026-05-27T02:24:48.610Z | [ recovery-image] May 27 02:24:47.648 INFO O| May 27 02:24:47.648 INFO STEP 1002 (remove_files) COMPLETE |
| 7998 | 2026-05-27T02:24:48.613Z | [ recovery-image] May 27 02:24:47.648 INFO O| May 27 02:24:47.648 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7999 | 2026-05-27T02:24:48.619Z | [ recovery-image] May 27 02:24:47.657 INFO O| May 27 02:24:47.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf" |
| 8000 | 2026-05-27T02:24:48.622Z | [ recovery-image] May 27 02:24:47.657 INFO O| May 27 02:24:47.657 INFO STEP 1003 (remove_files) COMPLETE |
| 8001 | 2026-05-27T02:24:48.622Z | [ recovery-image] May 27 02:24:47.657 INFO O| May 27 02:24:47.657 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8002 | 2026-05-27T02:24:48.627Z | [ recovery-image] May 27 02:24:47.665 INFO O| May 27 02:24:47.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat" |
| 8003 | 2026-05-27T02:24:48.630Z | [ recovery-image] May 27 02:24:47.666 INFO O| May 27 02:24:47.666 INFO STEP 1004 (remove_files) COMPLETE |
| 8004 | 2026-05-27T02:24:48.630Z | [ recovery-image] May 27 02:24:47.666 INFO O| May 27 02:24:47.666 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8005 | 2026-05-27T02:24:48.635Z | [ recovery-image] May 27 02:24:47.673 INFO O| May 27 02:24:47.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs" |
| 8006 | 2026-05-27T02:24:48.635Z | [ recovery-image] May 27 02:24:47.673 INFO O| May 27 02:24:47.673 INFO STEP 1005 (remove_files) COMPLETE |
| 8007 | 2026-05-27T02:24:48.635Z | [ recovery-image] May 27 02:24:47.673 INFO O| May 27 02:24:47.673 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8008 | 2026-05-27T02:24:48.653Z | [ recovery-image] May 27 02:24:47.690 INFO O| May 27 02:24:47.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf" |
| 8009 | 2026-05-27T02:24:48.653Z | [ recovery-image] May 27 02:24:47.690 INFO O| May 27 02:24:47.690 INFO STEP 1006 (remove_files) COMPLETE |
| 8010 | 2026-05-27T02:24:48.658Z | [ recovery-image] May 27 02:24:47.690 INFO O| May 27 02:24:47.690 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8011 | 2026-05-27T02:24:48.661Z | [ recovery-image] May 27 02:24:47.698 INFO O| May 27 02:24:47.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey" |
| 8012 | 2026-05-27T02:24:48.661Z | [ recovery-image] May 27 02:24:47.698 INFO O| May 27 02:24:47.698 INFO STEP 1007 (remove_files) COMPLETE |
| 8013 | 2026-05-27T02:24:48.661Z | [ recovery-image] May 27 02:24:47.698 INFO O| May 27 02:24:47.698 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8014 | 2026-05-27T02:24:48.669Z | [ recovery-image] May 27 02:24:47.708 INFO O| May 27 02:24:47.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv" |
| 8015 | 2026-05-27T02:24:48.670Z | [ recovery-image] May 27 02:24:47.708 INFO O| May 27 02:24:47.708 INFO STEP 1008 (remove_files) COMPLETE |
| 8016 | 2026-05-27T02:24:48.673Z | [ recovery-image] May 27 02:24:47.708 INFO O| May 27 02:24:47.708 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8017 | 2026-05-27T02:24:48.679Z | [ recovery-image] May 27 02:24:47.717 INFO O| May 27 02:24:47.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall" |
| 8018 | 2026-05-27T02:24:48.679Z | [ recovery-image] May 27 02:24:47.717 INFO O| May 27 02:24:47.717 INFO STEP 1009 (remove_files) COMPLETE |
| 8019 | 2026-05-27T02:24:48.682Z | [ recovery-image] May 27 02:24:47.717 INFO O| May 27 02:24:47.717 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8020 | 2026-05-27T02:24:48.686Z | [ recovery-image] May 27 02:24:47.724 INFO O| May 27 02:24:47.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link" |
| 8021 | 2026-05-27T02:24:48.686Z | [ recovery-image] May 27 02:24:47.724 INFO O| May 27 02:24:47.724 INFO STEP 1010 (remove_files) COMPLETE |
| 8022 | 2026-05-27T02:24:48.689Z | [ recovery-image] May 27 02:24:47.724 INFO O| May 27 02:24:47.724 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8023 | 2026-05-27T02:24:48.693Z | [ recovery-image] May 27 02:24:47.732 INFO O| May 27 02:24:47.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices" |
| 8024 | 2026-05-27T02:24:48.693Z | [ recovery-image] May 27 02:24:47.732 INFO O| May 27 02:24:47.732 INFO STEP 1011 (remove_files) COMPLETE |
| 8025 | 2026-05-27T02:24:48.696Z | [ recovery-image] May 27 02:24:47.732 INFO O| May 27 02:24:47.732 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8026 | 2026-05-27T02:24:48.703Z | [ recovery-image] May 27 02:24:47.741 INFO O| May 27 02:24:47.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator" |
| 8027 | 2026-05-27T02:24:48.703Z | [ recovery-image] May 27 02:24:47.741 INFO O| May 27 02:24:47.741 INFO STEP 1012 (remove_files) COMPLETE |
| 8028 | 2026-05-27T02:24:48.703Z | [ recovery-image] May 27 02:24:47.741 INFO O| May 27 02:24:47.741 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8029 | 2026-05-27T02:24:48.712Z | [ recovery-image] May 27 02:24:47.749 INFO O| May 27 02:24:47.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat" |
| 8030 | 2026-05-27T02:24:48.712Z | [ recovery-image] May 27 02:24:47.750 INFO O| May 27 02:24:47.750 INFO STEP 1013 (remove_files) COMPLETE |
| 8031 | 2026-05-27T02:24:48.715Z | [ recovery-image] May 27 02:24:47.750 INFO O| May 27 02:24:47.750 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8032 | 2026-05-27T02:24:48.719Z | [ recovery-image] May 27 02:24:47.757 INFO O| May 27 02:24:47.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm" |
| 8033 | 2026-05-27T02:24:48.723Z | [ recovery-image] May 27 02:24:47.757 INFO O| May 27 02:24:47.757 INFO STEP 1014 (remove_files) COMPLETE |
| 8034 | 2026-05-27T02:24:48.723Z | [ recovery-image] May 27 02:24:47.757 INFO O| May 27 02:24:47.757 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8035 | 2026-05-27T02:24:48.726Z | [ recovery-image] May 27 02:24:47.764 INFO O| May 27 02:24:47.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm" |
| 8036 | 2026-05-27T02:24:48.727Z | [ recovery-image] May 27 02:24:47.765 INFO O| May 27 02:24:47.765 INFO STEP 1015 (remove_files) COMPLETE |
| 8037 | 2026-05-27T02:24:48.730Z | [ recovery-image] May 27 02:24:47.765 INFO O| May 27 02:24:47.765 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8038 | 2026-05-27T02:24:48.735Z | [ recovery-image] May 27 02:24:47.773 INFO O| May 27 02:24:47.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm" |
| 8039 | 2026-05-27T02:24:48.735Z | [ recovery-image] May 27 02:24:47.773 INFO O| May 27 02:24:47.773 INFO STEP 1016 (remove_files) COMPLETE |
| 8040 | 2026-05-27T02:24:48.735Z | [ recovery-image] May 27 02:24:47.773 INFO O| May 27 02:24:47.773 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8041 | 2026-05-27T02:24:48.743Z | [ recovery-image] May 27 02:24:47.781 INFO O| May 27 02:24:47.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc" |
| 8042 | 2026-05-27T02:24:48.743Z | [ recovery-image] May 27 02:24:47.781 INFO O| May 27 02:24:47.781 INFO STEP 1017 (remove_files) COMPLETE |
| 8043 | 2026-05-27T02:24:48.747Z | [ recovery-image] May 27 02:24:47.781 INFO O| May 27 02:24:47.781 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8044 | 2026-05-27T02:24:48.751Z | [ recovery-image] May 27 02:24:47.789 INFO O| May 27 02:24:47.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps" |
| 8045 | 2026-05-27T02:24:48.751Z | [ recovery-image] May 27 02:24:47.789 INFO O| May 27 02:24:47.789 INFO STEP 1018 (remove_files) COMPLETE |
| 8046 | 2026-05-27T02:24:48.751Z | [ recovery-image] May 27 02:24:47.789 INFO O| May 27 02:24:47.789 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8047 | 2026-05-27T02:24:48.759Z | [ recovery-image] May 27 02:24:47.797 INFO O| May 27 02:24:47.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile" |
| 8048 | 2026-05-27T02:24:48.759Z | [ recovery-image] May 27 02:24:47.797 INFO O| May 27 02:24:47.797 INFO STEP 1019 (remove_files) COMPLETE |
| 8049 | 2026-05-27T02:24:48.759Z | [ recovery-image] May 27 02:24:47.797 INFO O| May 27 02:24:47.797 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8050 | 2026-05-27T02:24:48.768Z | [ recovery-image] May 27 02:24:47.806 INFO O| May 27 02:24:47.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod" |
| 8051 | 2026-05-27T02:24:48.768Z | [ recovery-image] May 27 02:24:47.806 INFO O| May 27 02:24:47.806 INFO STEP 1020 (remove_files) COMPLETE |
| 8052 | 2026-05-27T02:24:48.772Z | [ recovery-image] May 27 02:24:47.806 INFO O| May 27 02:24:47.806 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8053 | 2026-05-27T02:24:48.779Z | [ recovery-image] May 27 02:24:47.815 INFO O| May 27 02:24:47.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo" |
| 8054 | 2026-05-27T02:24:48.779Z | [ recovery-image] May 27 02:24:47.815 INFO O| May 27 02:24:47.815 INFO STEP 1021 (remove_files) COMPLETE |
| 8055 | 2026-05-27T02:24:48.785Z | [ recovery-image] May 27 02:24:47.815 INFO O| May 27 02:24:47.815 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8056 | 2026-05-27T02:24:48.788Z | [ recovery-image] May 27 02:24:47.823 INFO O| May 27 02:24:47.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload" |
| 8057 | 2026-05-27T02:24:48.788Z | [ recovery-image] May 27 02:24:47.823 INFO O| May 27 02:24:47.823 INFO STEP 1022 (remove_files) COMPLETE |
| 8058 | 2026-05-27T02:24:48.788Z | [ recovery-image] May 27 02:24:47.823 INFO O| May 27 02:24:47.823 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8059 | 2026-05-27T02:24:48.793Z | [ recovery-image] May 27 02:24:47.831 INFO O| May 27 02:24:47.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall" |
| 8060 | 2026-05-27T02:24:48.793Z | [ recovery-image] May 27 02:24:47.831 INFO O| May 27 02:24:47.831 INFO STEP 1023 (remove_files) COMPLETE |
| 8061 | 2026-05-27T02:24:48.793Z | [ recovery-image] May 27 02:24:47.831 INFO O| May 27 02:24:47.831 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8062 | 2026-05-27T02:24:48.800Z | [ recovery-image] May 27 02:24:47.838 INFO O| May 27 02:24:47.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid" |
| 8063 | 2026-05-27T02:24:48.803Z | [ recovery-image] May 27 02:24:47.838 INFO O| May 27 02:24:47.838 INFO STEP 1024 (remove_files) COMPLETE |
| 8064 | 2026-05-27T02:24:48.803Z | [ recovery-image] May 27 02:24:47.838 INFO O| May 27 02:24:47.838 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8065 | 2026-05-27T02:24:48.807Z | [ recovery-image] May 27 02:24:47.845 INFO O| May 27 02:24:47.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir" |
| 8066 | 2026-05-27T02:24:48.807Z | [ recovery-image] May 27 02:24:47.845 INFO O| May 27 02:24:47.845 INFO STEP 1025 (remove_files) COMPLETE |
| 8067 | 2026-05-27T02:24:48.810Z | [ recovery-image] May 27 02:24:47.845 INFO O| May 27 02:24:47.845 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8068 | 2026-05-27T02:24:48.815Z | [ recovery-image] May 27 02:24:47.852 INFO O| May 27 02:24:47.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp" |
| 8069 | 2026-05-27T02:24:48.815Z | [ recovery-image] May 27 02:24:47.852 INFO O| May 27 02:24:47.852 INFO STEP 1026 (remove_files) COMPLETE |
| 8070 | 2026-05-27T02:24:48.818Z | [ recovery-image] May 27 02:24:47.852 INFO O| May 27 02:24:47.852 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8071 | 2026-05-27T02:24:48.821Z | [ recovery-image] May 27 02:24:47.860 INFO O| May 27 02:24:47.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin" |
| 8072 | 2026-05-27T02:24:48.825Z | [ recovery-image] May 27 02:24:47.860 INFO O| May 27 02:24:47.860 INFO STEP 1027 (remove_files) COMPLETE |
| 8073 | 2026-05-27T02:24:48.825Z | [ recovery-image] May 27 02:24:47.860 INFO O| May 27 02:24:47.860 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8074 | 2026-05-27T02:24:48.829Z | [ recovery-image] May 27 02:24:47.867 INFO O| May 27 02:24:47.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest" |
| 8075 | 2026-05-27T02:24:48.829Z | [ recovery-image] May 27 02:24:47.867 INFO O| May 27 02:24:47.867 INFO STEP 1028 (remove_files) COMPLETE |
| 8076 | 2026-05-27T02:24:48.829Z | [ recovery-image] May 27 02:24:47.867 INFO O| May 27 02:24:47.867 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8077 | 2026-05-27T02:24:48.836Z | [ recovery-image] May 27 02:24:47.874 INFO O| May 27 02:24:47.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm" |
| 8078 | 2026-05-27T02:24:48.840Z | [ recovery-image] May 27 02:24:47.874 INFO O| May 27 02:24:47.874 INFO STEP 1029 (remove_files) COMPLETE |
| 8079 | 2026-05-27T02:24:48.840Z | [ recovery-image] May 27 02:24:47.874 INFO O| May 27 02:24:47.874 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8080 | 2026-05-27T02:24:48.846Z | [ recovery-image] May 27 02:24:47.884 INFO O| May 27 02:24:47.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg" |
| 8081 | 2026-05-27T02:24:48.846Z | [ recovery-image] May 27 02:24:47.884 INFO O| May 27 02:24:47.884 INFO STEP 1030 (remove_files) COMPLETE |
| 8082 | 2026-05-27T02:24:48.850Z | [ recovery-image] May 27 02:24:47.884 INFO O| May 27 02:24:47.884 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8083 | 2026-05-27T02:24:48.855Z | [ recovery-image] May 27 02:24:47.893 INFO O| May 27 02:24:47.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind" |
| 8084 | 2026-05-27T02:24:48.855Z | [ recovery-image] May 27 02:24:47.893 INFO O| May 27 02:24:47.893 INFO STEP 1031 (remove_files) COMPLETE |
| 8085 | 2026-05-27T02:24:48.855Z | [ recovery-image] May 27 02:24:47.893 INFO O| May 27 02:24:47.893 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8086 | 2026-05-27T02:24:48.864Z | [ recovery-image] May 27 02:24:47.902 INFO O| May 27 02:24:47.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping" |
| 8087 | 2026-05-27T02:24:48.867Z | [ recovery-image] May 27 02:24:47.902 INFO O| May 27 02:24:47.902 INFO STEP 1032 (remove_files) COMPLETE |
| 8088 | 2026-05-27T02:24:48.867Z | [ recovery-image] May 27 02:24:47.902 INFO O| May 27 02:24:47.902 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8089 | 2026-05-27T02:24:48.872Z | [ recovery-image] May 27 02:24:47.909 INFO O| May 27 02:24:47.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd" |
| 8090 | 2026-05-27T02:24:48.875Z | [ recovery-image] May 27 02:24:47.910 INFO O| May 27 02:24:47.910 INFO STEP 1033 (remove_files) COMPLETE |
| 8091 | 2026-05-27T02:24:48.875Z | [ recovery-image] May 27 02:24:47.910 INFO O| May 27 02:24:47.910 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8092 | 2026-05-27T02:24:48.879Z | [ recovery-image] May 27 02:24:47.916 INFO O| May 27 02:24:47.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask" |
| 8093 | 2026-05-27T02:24:48.879Z | [ recovery-image] May 27 02:24:47.917 INFO O| May 27 02:24:47.917 INFO STEP 1034 (remove_files) COMPLETE |
| 8094 | 2026-05-27T02:24:48.880Z | [ recovery-image] May 27 02:24:47.917 INFO O| May 27 02:24:47.917 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8095 | 2026-05-27T02:24:48.888Z | [ recovery-image] May 27 02:24:47.926 INFO O| May 27 02:24:47.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk" |
| 8096 | 2026-05-27T02:24:48.888Z | [ recovery-image] May 27 02:24:47.926 INFO O| May 27 02:24:47.926 INFO STEP 1035 (remove_files) COMPLETE |
| 8097 | 2026-05-27T02:24:48.896Z | [ recovery-image] May 27 02:24:47.926 INFO O| May 27 02:24:47.926 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8098 | 2026-05-27T02:24:48.899Z | [ recovery-image] May 27 02:24:47.936 INFO O| May 27 02:24:47.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm" |
| 8099 | 2026-05-27T02:24:48.899Z | [ recovery-image] May 27 02:24:47.936 INFO O| May 27 02:24:47.936 INFO STEP 1036 (remove_files) COMPLETE |
| 8100 | 2026-05-27T02:24:48.900Z | [ recovery-image] May 27 02:24:47.936 INFO O| May 27 02:24:47.936 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8101 | 2026-05-27T02:24:48.907Z | [ recovery-image] May 27 02:24:47.945 INFO O| May 27 02:24:47.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat" |
| 8102 | 2026-05-27T02:24:48.907Z | [ recovery-image] May 27 02:24:47.945 INFO O| May 27 02:24:47.945 INFO STEP 1037 (remove_files) COMPLETE |
| 8103 | 2026-05-27T02:24:48.907Z | [ recovery-image] May 27 02:24:47.945 INFO O| May 27 02:24:47.945 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8104 | 2026-05-27T02:24:48.915Z | [ recovery-image] May 27 02:24:47.953 INFO O| May 27 02:24:47.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm" |
| 8105 | 2026-05-27T02:24:48.918Z | [ recovery-image] May 27 02:24:47.953 INFO O| May 27 02:24:47.953 INFO STEP 1038 (remove_files) COMPLETE |
| 8106 | 2026-05-27T02:24:48.919Z | [ recovery-image] May 27 02:24:47.953 INFO O| May 27 02:24:47.953 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8107 | 2026-05-27T02:24:48.924Z | [ recovery-image] May 27 02:24:47.961 INFO O| May 27 02:24:47.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind" |
| 8108 | 2026-05-27T02:24:48.928Z | [ recovery-image] May 27 02:24:47.961 INFO O| May 27 02:24:47.961 INFO STEP 1039 (remove_files) COMPLETE |
| 8109 | 2026-05-27T02:24:48.928Z | [ recovery-image] May 27 02:24:47.961 INFO O| May 27 02:24:47.961 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8110 | 2026-05-27T02:24:48.932Z | [ recovery-image] May 27 02:24:47.970 INFO O| May 27 02:24:47.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg" |
| 8111 | 2026-05-27T02:24:48.935Z | [ recovery-image] May 27 02:24:47.970 INFO O| May 27 02:24:47.970 INFO STEP 1040 (remove_files) COMPLETE |
| 8112 | 2026-05-27T02:24:48.935Z | [ recovery-image] May 27 02:24:47.970 INFO O| May 27 02:24:47.970 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8113 | 2026-05-27T02:24:48.942Z | [ recovery-image] May 27 02:24:47.980 INFO O| May 27 02:24:47.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports" |
| 8114 | 2026-05-27T02:24:48.942Z | [ recovery-image] May 27 02:24:47.980 INFO O| May 27 02:24:47.980 INFO STEP 1041 (remove_files) COMPLETE |
| 8115 | 2026-05-27T02:24:48.945Z | [ recovery-image] May 27 02:24:47.980 INFO O| May 27 02:24:47.980 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8116 | 2026-05-27T02:24:48.951Z | [ recovery-image] May 27 02:24:47.989 INFO O| May 27 02:24:47.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff" |
| 8117 | 2026-05-27T02:24:48.951Z | [ recovery-image] May 27 02:24:47.989 INFO O| May 27 02:24:47.989 INFO STEP 1042 (remove_files) COMPLETE |
| 8118 | 2026-05-27T02:24:48.955Z | [ recovery-image] May 27 02:24:47.989 INFO O| May 27 02:24:47.989 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8119 | 2026-05-27T02:24:48.959Z | [ recovery-image] May 27 02:24:47.997 INFO O| May 27 02:24:47.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm" |
| 8120 | 2026-05-27T02:24:48.959Z | [ recovery-image] May 27 02:24:47.998 INFO O| May 27 02:24:47.998 INFO STEP 1043 (remove_files) COMPLETE |
| 8121 | 2026-05-27T02:24:48.962Z | [ recovery-image] May 27 02:24:47.998 INFO O| May 27 02:24:47.998 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8122 | 2026-05-27T02:24:49.018Z | [ recovery-image] May 27 02:24:48.007 INFO O| May 27 02:24:48.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit" |
| 8123 | 2026-05-27T02:24:49.018Z | [ recovery-image] May 27 02:24:48.007 INFO O| May 27 02:24:48.007 INFO STEP 1044 (remove_files) COMPLETE |
| 8124 | 2026-05-27T02:24:49.018Z | [ recovery-image] May 27 02:24:48.007 INFO O| May 27 02:24:48.007 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8125 | 2026-05-27T02:24:49.023Z | [ recovery-image] May 27 02:24:48.016 INFO O| May 27 02:24:48.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd" |
| 8126 | 2026-05-27T02:24:49.023Z | [ recovery-image] May 27 02:24:48.016 INFO O| May 27 02:24:48.016 INFO STEP 1045 (remove_files) COMPLETE |
| 8127 | 2026-05-27T02:24:49.023Z | [ recovery-image] May 27 02:24:48.016 INFO O| May 27 02:24:48.016 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8128 | 2026-05-27T02:24:49.023Z | [ recovery-image] May 27 02:24:48.025 INFO O| May 27 02:24:48.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel" |
| 8129 | 2026-05-27T02:24:49.023Z | [ recovery-image] May 27 02:24:48.025 INFO O| May 27 02:24:48.025 INFO STEP 1046 (remove_files) COMPLETE |
| 8130 | 2026-05-27T02:24:49.023Z | [ recovery-image] May 27 02:24:48.025 INFO O| May 27 02:24:48.025 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8131 | 2026-05-27T02:24:49.023Z | [ recovery-image] May 27 02:24:48.034 INFO O| May 27 02:24:48.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod" |
| 8132 | 2026-05-27T02:24:49.023Z | [ recovery-image] May 27 02:24:48.034 INFO O| May 27 02:24:48.034 INFO STEP 1047 (remove_files) COMPLETE |
| 8133 | 2026-05-27T02:24:49.023Z | [ recovery-image] May 27 02:24:48.034 INFO O| May 27 02:24:48.034 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8134 | 2026-05-27T02:24:49.023Z | [ recovery-image] May 27 02:24:48.042 INFO O| May 27 02:24:48.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag" |
| 8135 | 2026-05-27T02:24:49.023Z | [ recovery-image] May 27 02:24:48.043 INFO O| May 27 02:24:48.043 INFO STEP 1048 (remove_files) COMPLETE |
| 8136 | 2026-05-27T02:24:49.024Z | [ recovery-image] May 27 02:24:48.043 INFO O| May 27 02:24:48.043 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8137 | 2026-05-27T02:24:49.024Z | [ recovery-image] May 27 02:24:48.050 INFO O| May 27 02:24:48.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl" |
| 8138 | 2026-05-27T02:24:49.024Z | [ recovery-image] May 27 02:24:48.050 INFO O| May 27 02:24:48.050 INFO STEP 1049 (remove_files) COMPLETE |
| 8139 | 2026-05-27T02:24:49.024Z | [ recovery-image] May 27 02:24:48.050 INFO O| May 27 02:24:48.050 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8140 | 2026-05-27T02:24:49.024Z | [ recovery-image] May 27 02:24:48.057 INFO O| May 27 02:24:48.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc" |
| 8141 | 2026-05-27T02:24:49.024Z | [ recovery-image] May 27 02:24:48.058 INFO O| May 27 02:24:48.058 INFO STEP 1050 (remove_files) COMPLETE |
| 8142 | 2026-05-27T02:24:49.024Z | [ recovery-image] May 27 02:24:48.058 INFO O| May 27 02:24:48.058 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8143 | 2026-05-27T02:24:49.027Z | [ recovery-image] May 27 02:24:48.065 INFO O| May 27 02:24:48.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm" |
| 8144 | 2026-05-27T02:24:49.028Z | [ recovery-image] May 27 02:24:48.065 INFO O| May 27 02:24:48.065 INFO STEP 1051 (remove_files) COMPLETE |
| 8145 | 2026-05-27T02:24:49.028Z | [ recovery-image] May 27 02:24:48.065 INFO O| May 27 02:24:48.065 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8146 | 2026-05-27T02:24:49.034Z | [ recovery-image] May 27 02:24:48.072 INFO O| May 27 02:24:48.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo" |
| 8147 | 2026-05-27T02:24:49.034Z | [ recovery-image] May 27 02:24:48.072 INFO O| May 27 02:24:48.072 INFO STEP 1052 (remove_files) COMPLETE |
| 8148 | 2026-05-27T02:24:49.037Z | [ recovery-image] May 27 02:24:48.072 INFO O| May 27 02:24:48.072 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8149 | 2026-05-27T02:24:49.043Z | [ recovery-image] May 27 02:24:48.081 INFO O| May 27 02:24:48.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset" |
| 8150 | 2026-05-27T02:24:49.046Z | [ recovery-image] May 27 02:24:48.081 INFO O| May 27 02:24:48.081 INFO STEP 1053 (remove_files) COMPLETE |
| 8151 | 2026-05-27T02:24:49.046Z | [ recovery-image] May 27 02:24:48.081 INFO O| May 27 02:24:48.081 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8152 | 2026-05-27T02:24:49.052Z | [ recovery-image] May 27 02:24:48.090 INFO O| May 27 02:24:48.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck" |
| 8153 | 2026-05-27T02:24:49.055Z | [ recovery-image] May 27 02:24:48.090 INFO O| May 27 02:24:48.090 INFO STEP 1054 (remove_files) COMPLETE |
| 8154 | 2026-05-27T02:24:49.055Z | [ recovery-image] May 27 02:24:48.090 INFO O| May 27 02:24:48.090 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8155 | 2026-05-27T02:24:49.058Z | [ recovery-image] May 27 02:24:48.096 INFO O| May 27 02:24:48.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv" |
| 8156 | 2026-05-27T02:24:49.058Z | [ recovery-image] May 27 02:24:48.096 INFO O| May 27 02:24:48.096 INFO STEP 1055 (remove_files) COMPLETE |
| 8157 | 2026-05-27T02:24:49.058Z | [ recovery-image] May 27 02:24:48.096 INFO O| May 27 02:24:48.096 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8158 | 2026-05-27T02:24:49.065Z | [ recovery-image] May 27 02:24:48.103 INFO O| May 27 02:24:48.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl" |
| 8159 | 2026-05-27T02:24:49.065Z | [ recovery-image] May 27 02:24:48.103 INFO O| May 27 02:24:48.103 INFO STEP 1056 (remove_files) COMPLETE |
| 8160 | 2026-05-27T02:24:49.065Z | [ recovery-image] May 27 02:24:48.103 INFO O| May 27 02:24:48.103 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8161 | 2026-05-27T02:24:49.071Z | [ recovery-image] May 27 02:24:48.109 INFO O| May 27 02:24:48.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm" |
| 8162 | 2026-05-27T02:24:49.071Z | [ recovery-image] May 27 02:24:48.109 INFO O| May 27 02:24:48.109 INFO STEP 1057 (remove_files) COMPLETE |
| 8163 | 2026-05-27T02:24:49.071Z | [ recovery-image] May 27 02:24:48.109 INFO O| May 27 02:24:48.109 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8164 | 2026-05-27T02:24:49.078Z | [ recovery-image] May 27 02:24:48.116 INFO O| May 27 02:24:48.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm" |
| 8165 | 2026-05-27T02:24:49.078Z | [ recovery-image] May 27 02:24:48.116 INFO O| May 27 02:24:48.116 INFO STEP 1058 (remove_files) COMPLETE |
| 8166 | 2026-05-27T02:24:49.078Z | [ recovery-image] May 27 02:24:48.116 INFO O| May 27 02:24:48.116 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8167 | 2026-05-27T02:24:49.087Z | [ recovery-image] May 27 02:24:48.125 INFO O| May 27 02:24:48.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr" |
| 8168 | 2026-05-27T02:24:49.090Z | [ recovery-image] May 27 02:24:48.125 INFO O| May 27 02:24:48.125 INFO STEP 1059 (remove_files) COMPLETE |
| 8169 | 2026-05-27T02:24:49.090Z | [ recovery-image] May 27 02:24:48.125 INFO O| May 27 02:24:48.125 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8170 | 2026-05-27T02:24:49.096Z | [ recovery-image] May 27 02:24:48.134 INFO O| May 27 02:24:48.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot" |
| 8171 | 2026-05-27T02:24:49.096Z | [ recovery-image] May 27 02:24:48.134 INFO O| May 27 02:24:48.134 INFO STEP 1060 (remove_files) COMPLETE |
| 8172 | 2026-05-27T02:24:49.099Z | [ recovery-image] May 27 02:24:48.134 INFO O| May 27 02:24:48.134 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8173 | 2026-05-27T02:24:49.102Z | [ recovery-image] May 27 02:24:48.140 INFO O| May 27 02:24:48.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv" |
| 8174 | 2026-05-27T02:24:49.102Z | [ recovery-image] May 27 02:24:48.140 INFO O| May 27 02:24:48.140 INFO STEP 1061 (remove_files) COMPLETE |
| 8175 | 2026-05-27T02:24:49.103Z | [ recovery-image] May 27 02:24:48.140 INFO O| May 27 02:24:48.140 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8176 | 2026-05-27T02:24:49.109Z | [ recovery-image] May 27 02:24:48.147 INFO O| May 27 02:24:48.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef" |
| 8177 | 2026-05-27T02:24:49.109Z | [ recovery-image] May 27 02:24:48.147 INFO O| May 27 02:24:48.147 INFO STEP 1062 (remove_files) COMPLETE |
| 8178 | 2026-05-27T02:24:49.109Z | [ recovery-image] May 27 02:24:48.147 INFO O| May 27 02:24:48.147 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8179 | 2026-05-27T02:24:49.115Z | [ recovery-image] May 27 02:24:48.153 INFO O| May 27 02:24:48.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd" |
| 8180 | 2026-05-27T02:24:49.116Z | [ recovery-image] May 27 02:24:48.154 INFO O| May 27 02:24:48.154 INFO STEP 1063 (remove_files) COMPLETE |
| 8181 | 2026-05-27T02:24:49.119Z | [ recovery-image] May 27 02:24:48.154 INFO O| May 27 02:24:48.154 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8182 | 2026-05-27T02:24:49.122Z | [ recovery-image] May 27 02:24:48.160 INFO O| May 27 02:24:48.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel" |
| 8183 | 2026-05-27T02:24:49.122Z | [ recovery-image] May 27 02:24:48.160 INFO O| May 27 02:24:48.160 INFO STEP 1064 (remove_files) COMPLETE |
| 8184 | 2026-05-27T02:24:49.122Z | [ recovery-image] May 27 02:24:48.160 INFO O| May 27 02:24:48.160 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8185 | 2026-05-27T02:24:49.131Z | [ recovery-image] May 27 02:24:48.169 INFO O| May 27 02:24:48.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod" |
| 8186 | 2026-05-27T02:24:49.131Z | [ recovery-image] May 27 02:24:48.170 INFO O| May 27 02:24:48.169 INFO STEP 1065 (remove_files) COMPLETE |
| 8187 | 2026-05-27T02:24:49.131Z | [ recovery-image] May 27 02:24:48.170 INFO O| May 27 02:24:48.169 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8188 | 2026-05-27T02:24:49.141Z | [ recovery-image] May 27 02:24:48.179 INFO O| May 27 02:24:48.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive" |
| 8189 | 2026-05-27T02:24:49.144Z | [ recovery-image] May 27 02:24:48.179 INFO O| May 27 02:24:48.179 INFO STEP 1066 (remove_files) COMPLETE |
| 8190 | 2026-05-27T02:24:49.144Z | [ recovery-image] May 27 02:24:48.179 INFO O| May 27 02:24:48.179 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8191 | 2026-05-27T02:24:49.148Z | [ recovery-image] May 27 02:24:48.186 INFO O| May 27 02:24:48.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind" |
| 8192 | 2026-05-27T02:24:49.152Z | [ recovery-image] May 27 02:24:48.186 INFO O| May 27 02:24:48.186 INFO STEP 1067 (remove_files) COMPLETE |
| 8193 | 2026-05-27T02:24:49.152Z | [ recovery-image] May 27 02:24:48.186 INFO O| May 27 02:24:48.186 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8194 | 2026-05-27T02:24:49.157Z | [ recovery-image] May 27 02:24:48.195 INFO O| May 27 02:24:48.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc" |
| 8195 | 2026-05-27T02:24:49.157Z | [ recovery-image] May 27 02:24:48.195 INFO O| May 27 02:24:48.195 INFO STEP 1068 (remove_files) COMPLETE |
| 8196 | 2026-05-27T02:24:49.160Z | [ recovery-image] May 27 02:24:48.195 INFO O| May 27 02:24:48.195 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8197 | 2026-05-27T02:24:49.166Z | [ recovery-image] May 27 02:24:48.204 INFO O| May 27 02:24:48.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery" |
| 8198 | 2026-05-27T02:24:49.169Z | [ recovery-image] May 27 02:24:48.204 INFO O| May 27 02:24:48.204 INFO STEP 1069 (remove_files) COMPLETE |
| 8199 | 2026-05-27T02:24:49.169Z | [ recovery-image] May 27 02:24:48.204 INFO O| May 27 02:24:48.204 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8200 | 2026-05-27T02:24:49.173Z | [ recovery-image] May 27 02:24:48.211 INFO O| May 27 02:24:48.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt" |
| 8201 | 2026-05-27T02:24:49.176Z | [ recovery-image] May 27 02:24:48.211 INFO O| May 27 02:24:48.211 INFO STEP 1070 (remove_files) COMPLETE |
| 8202 | 2026-05-27T02:24:49.176Z | [ recovery-image] May 27 02:24:48.211 INFO O| May 27 02:24:48.211 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8203 | 2026-05-27T02:24:49.180Z | [ recovery-image] May 27 02:24:48.217 INFO O| May 27 02:24:48.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share" |
| 8204 | 2026-05-27T02:24:49.180Z | [ recovery-image] May 27 02:24:48.217 INFO O| May 27 02:24:48.217 INFO STEP 1071 (remove_files) COMPLETE |
| 8205 | 2026-05-27T02:24:49.180Z | [ recovery-image] May 27 02:24:48.217 INFO O| May 27 02:24:48.217 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8206 | 2026-05-27T02:24:49.185Z | [ recovery-image] May 27 02:24:48.224 INFO O| May 27 02:24:48.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall" |
| 8207 | 2026-05-27T02:24:49.186Z | [ recovery-image] May 27 02:24:48.224 INFO O| May 27 02:24:48.224 INFO STEP 1072 (remove_files) COMPLETE |
| 8208 | 2026-05-27T02:24:49.186Z | [ recovery-image] May 27 02:24:48.224 INFO O| May 27 02:24:48.224 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8209 | 2026-05-27T02:24:49.193Z | [ recovery-image] May 27 02:24:48.230 INFO O| May 27 02:24:48.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl" |
| 8210 | 2026-05-27T02:24:49.193Z | [ recovery-image] May 27 02:24:48.230 INFO O| May 27 02:24:48.230 INFO STEP 1073 (remove_files) COMPLETE |
| 8211 | 2026-05-27T02:24:49.193Z | [ recovery-image] May 27 02:24:48.230 INFO O| May 27 02:24:48.230 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8212 | 2026-05-27T02:24:49.200Z | [ recovery-image] May 27 02:24:48.239 INFO O| May 27 02:24:48.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr" |
| 8213 | 2026-05-27T02:24:49.201Z | [ recovery-image] May 27 02:24:48.239 INFO O| May 27 02:24:48.239 INFO STEP 1074 (remove_files) COMPLETE |
| 8214 | 2026-05-27T02:24:49.204Z | [ recovery-image] May 27 02:24:48.239 INFO O| May 27 02:24:48.239 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8215 | 2026-05-27T02:24:49.208Z | [ recovery-image] May 27 02:24:48.246 INFO O| May 27 02:24:48.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown" |
| 8216 | 2026-05-27T02:24:49.209Z | [ recovery-image] May 27 02:24:48.246 INFO O| May 27 02:24:48.246 INFO STEP 1075 (remove_files) COMPLETE |
| 8217 | 2026-05-27T02:24:49.212Z | [ recovery-image] May 27 02:24:48.246 INFO O| May 27 02:24:48.246 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8218 | 2026-05-27T02:24:49.217Z | [ recovery-image] May 27 02:24:48.255 INFO O| May 27 02:24:48.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm" |
| 8219 | 2026-05-27T02:24:49.217Z | [ recovery-image] May 27 02:24:48.255 INFO O| May 27 02:24:48.255 INFO STEP 1076 (remove_files) COMPLETE |
| 8220 | 2026-05-27T02:24:49.221Z | [ recovery-image] May 27 02:24:48.255 INFO O| May 27 02:24:48.255 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8221 | 2026-05-27T02:24:49.225Z | [ recovery-image] May 27 02:24:48.261 INFO O| May 27 02:24:48.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios" |
| 8222 | 2026-05-27T02:24:49.225Z | [ recovery-image] May 27 02:24:48.261 INFO O| May 27 02:24:48.261 INFO STEP 1077 (remove_files) COMPLETE |
| 8223 | 2026-05-27T02:24:49.225Z | [ recovery-image] May 27 02:24:48.261 INFO O| May 27 02:24:48.261 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8224 | 2026-05-27T02:24:49.232Z | [ recovery-image] May 27 02:24:48.270 INFO O| May 27 02:24:48.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat" |
| 8225 | 2026-05-27T02:24:49.232Z | [ recovery-image] May 27 02:24:48.270 INFO O| May 27 02:24:48.270 INFO STEP 1078 (remove_files) COMPLETE |
| 8226 | 2026-05-27T02:24:49.232Z | [ recovery-image] May 27 02:24:48.270 INFO O| May 27 02:24:48.270 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8227 | 2026-05-27T02:24:49.238Z | [ recovery-image] May 27 02:24:48.276 INFO O| May 27 02:24:48.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd" |
| 8228 | 2026-05-27T02:24:49.238Z | [ recovery-image] May 27 02:24:48.276 INFO O| May 27 02:24:48.276 INFO STEP 1079 (remove_files) COMPLETE |
| 8229 | 2026-05-27T02:24:49.241Z | [ recovery-image] May 27 02:24:48.276 INFO O| May 27 02:24:48.276 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8230 | 2026-05-27T02:24:49.246Z | [ recovery-image] May 27 02:24:48.284 INFO O| May 27 02:24:48.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd" |
| 8231 | 2026-05-27T02:24:49.249Z | [ recovery-image] May 27 02:24:48.284 INFO O| May 27 02:24:48.284 INFO STEP 1080 (remove_files) COMPLETE |
| 8232 | 2026-05-27T02:24:49.249Z | [ recovery-image] May 27 02:24:48.284 INFO O| May 27 02:24:48.284 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8233 | 2026-05-27T02:24:49.255Z | [ recovery-image] May 27 02:24:48.292 INFO O| May 27 02:24:48.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop" |
| 8234 | 2026-05-27T02:24:49.256Z | [ recovery-image] May 27 02:24:48.292 INFO O| May 27 02:24:48.292 INFO STEP 1081 (remove_files) COMPLETE |
| 8235 | 2026-05-27T02:24:49.259Z | [ recovery-image] May 27 02:24:48.292 INFO O| May 27 02:24:48.292 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8236 | 2026-05-27T02:24:49.264Z | [ recovery-image] May 27 02:24:48.300 INFO O| May 27 02:24:48.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd" |
| 8237 | 2026-05-27T02:24:49.264Z | [ recovery-image] May 27 02:24:48.300 INFO O| May 27 02:24:48.300 INFO STEP 1082 (remove_files) COMPLETE |
| 8238 | 2026-05-27T02:24:49.264Z | [ recovery-image] May 27 02:24:48.300 INFO O| May 27 02:24:48.300 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8239 | 2026-05-27T02:24:49.270Z | [ recovery-image] May 27 02:24:48.308 INFO O| May 27 02:24:48.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot" |
| 8240 | 2026-05-27T02:24:49.271Z | [ recovery-image] May 27 02:24:48.308 INFO O| May 27 02:24:48.308 INFO STEP 1083 (remove_files) COMPLETE |
| 8241 | 2026-05-27T02:24:49.271Z | [ recovery-image] May 27 02:24:48.308 INFO O| May 27 02:24:48.308 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8242 | 2026-05-27T02:24:49.277Z | [ recovery-image] May 27 02:24:48.315 INFO O| May 27 02:24:48.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace" |
| 8243 | 2026-05-27T02:24:49.277Z | [ recovery-image] May 27 02:24:48.315 INFO O| May 27 02:24:48.315 INFO STEP 1084 (remove_files) COMPLETE |
| 8244 | 2026-05-27T02:24:49.281Z | [ recovery-image] May 27 02:24:48.315 INFO O| May 27 02:24:48.315 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8245 | 2026-05-27T02:24:49.284Z | [ recovery-image] May 27 02:24:48.322 INFO O| May 27 02:24:48.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean" |
| 8246 | 2026-05-27T02:24:49.285Z | [ recovery-image] May 27 02:24:48.322 INFO O| May 27 02:24:48.322 INFO STEP 1085 (remove_files) COMPLETE |
| 8247 | 2026-05-27T02:24:49.285Z | [ recovery-image] May 27 02:24:48.322 INFO O| May 27 02:24:48.322 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8248 | 2026-05-27T02:24:49.291Z | [ recovery-image] May 27 02:24:48.329 INFO O| May 27 02:24:48.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr" |
| 8249 | 2026-05-27T02:24:49.291Z | [ recovery-image] May 27 02:24:48.329 INFO O| May 27 02:24:48.329 INFO STEP 1086 (remove_files) COMPLETE |
| 8250 | 2026-05-27T02:24:49.295Z | [ recovery-image] May 27 02:24:48.329 INFO O| May 27 02:24:48.329 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8251 | 2026-05-27T02:24:49.300Z | [ recovery-image] May 27 02:24:48.338 INFO O| May 27 02:24:48.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs" |
| 8252 | 2026-05-27T02:24:49.300Z | [ recovery-image] May 27 02:24:48.338 INFO O| May 27 02:24:48.338 INFO STEP 1087 (remove_files) COMPLETE |
| 8253 | 2026-05-27T02:24:49.303Z | [ recovery-image] May 27 02:24:48.338 INFO O| May 27 02:24:48.338 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8254 | 2026-05-27T02:24:49.308Z | [ recovery-image] May 27 02:24:48.347 INFO O| May 27 02:24:48.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit" |
| 8255 | 2026-05-27T02:24:49.308Z | [ recovery-image] May 27 02:24:48.347 INFO O| May 27 02:24:48.347 INFO STEP 1088 (remove_files) COMPLETE |
| 8256 | 2026-05-27T02:24:49.311Z | [ recovery-image] May 27 02:24:48.347 INFO O| May 27 02:24:48.347 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8257 | 2026-05-27T02:24:49.315Z | [ recovery-image] May 27 02:24:48.354 INFO O| May 27 02:24:48.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop" |
| 8258 | 2026-05-27T02:24:49.320Z | [ recovery-image] May 27 02:24:48.354 INFO O| May 27 02:24:48.354 INFO STEP 1089 (remove_files) COMPLETE |
| 8259 | 2026-05-27T02:24:49.320Z | [ recovery-image] May 27 02:24:48.354 INFO O| May 27 02:24:48.354 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8260 | 2026-05-27T02:24:49.325Z | [ recovery-image] May 27 02:24:48.363 INFO O| May 27 02:24:48.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat" |
| 8261 | 2026-05-27T02:24:49.328Z | [ recovery-image] May 27 02:24:48.363 INFO O| May 27 02:24:48.363 INFO STEP 1090 (remove_files) COMPLETE |
| 8262 | 2026-05-27T02:24:49.328Z | [ recovery-image] May 27 02:24:48.363 INFO O| May 27 02:24:48.363 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8263 | 2026-05-27T02:24:49.333Z | [ recovery-image] May 27 02:24:48.370 INFO O| May 27 02:24:48.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef" |
| 8264 | 2026-05-27T02:24:49.333Z | [ recovery-image] May 27 02:24:48.370 INFO O| May 27 02:24:48.370 INFO STEP 1091 (remove_files) COMPLETE |
| 8265 | 2026-05-27T02:24:49.333Z | [ recovery-image] May 27 02:24:48.370 INFO O| May 27 02:24:48.370 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8266 | 2026-05-27T02:24:49.339Z | [ recovery-image] May 27 02:24:48.377 INFO O| May 27 02:24:48.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm" |
| 8267 | 2026-05-27T02:24:49.340Z | [ recovery-image] May 27 02:24:48.377 INFO O| May 27 02:24:48.377 INFO STEP 1092 (remove_files) COMPLETE |
| 8268 | 2026-05-27T02:24:49.343Z | [ recovery-image] May 27 02:24:48.377 INFO O| May 27 02:24:48.377 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8269 | 2026-05-27T02:24:49.348Z | [ recovery-image] May 27 02:24:48.386 INFO O| May 27 02:24:48.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm" |
| 8270 | 2026-05-27T02:24:49.351Z | [ recovery-image] May 27 02:24:48.386 INFO O| May 27 02:24:48.386 INFO STEP 1093 (remove_files) COMPLETE |
| 8271 | 2026-05-27T02:24:49.351Z | [ recovery-image] May 27 02:24:48.386 INFO O| May 27 02:24:48.386 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8272 | 2026-05-27T02:24:49.355Z | [ recovery-image] May 27 02:24:48.393 INFO O| May 27 02:24:48.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes" |
| 8273 | 2026-05-27T02:24:49.355Z | [ recovery-image] May 27 02:24:48.393 INFO O| May 27 02:24:48.393 INFO STEP 1094 (remove_files) COMPLETE |
| 8274 | 2026-05-27T02:24:49.355Z | [ recovery-image] May 27 02:24:48.393 INFO O| May 27 02:24:48.393 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8275 | 2026-05-27T02:24:49.361Z | [ recovery-image] May 27 02:24:48.399 INFO O| May 27 02:24:48.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar" |
| 8276 | 2026-05-27T02:24:49.361Z | [ recovery-image] May 27 02:24:48.399 INFO O| May 27 02:24:48.399 INFO STEP 1095 (remove_files) COMPLETE |
| 8277 | 2026-05-27T02:24:49.365Z | [ recovery-image] May 27 02:24:48.399 INFO O| May 27 02:24:48.399 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8278 | 2026-05-27T02:24:49.368Z | [ recovery-image] May 27 02:24:48.406 INFO O| May 27 02:24:48.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd" |
| 8279 | 2026-05-27T02:24:49.368Z | [ recovery-image] May 27 02:24:48.406 INFO O| May 27 02:24:48.406 INFO STEP 1096 (remove_files) COMPLETE |
| 8280 | 2026-05-27T02:24:49.368Z | [ recovery-image] May 27 02:24:48.406 INFO O| May 27 02:24:48.406 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8281 | 2026-05-27T02:24:49.374Z | [ recovery-image] May 27 02:24:48.412 INFO O| May 27 02:24:48.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute" |
| 8282 | 2026-05-27T02:24:49.374Z | [ recovery-image] May 27 02:24:48.412 INFO O| May 27 02:24:48.412 INFO STEP 1097 (remove_files) COMPLETE |
| 8283 | 2026-05-27T02:24:49.377Z | [ recovery-image] May 27 02:24:48.412 INFO O| May 27 02:24:48.412 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8284 | 2026-05-27T02:24:49.382Z | [ recovery-image] May 27 02:24:48.418 INFO O| May 27 02:24:48.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat" |
| 8285 | 2026-05-27T02:24:49.382Z | [ recovery-image] May 27 02:24:48.418 INFO O| May 27 02:24:48.418 INFO STEP 1098 (remove_files) COMPLETE |
| 8286 | 2026-05-27T02:24:49.382Z | [ recovery-image] May 27 02:24:48.418 INFO O| May 27 02:24:48.418 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8287 | 2026-05-27T02:24:49.386Z | [ recovery-image] May 27 02:24:48.424 INFO O| May 27 02:24:48.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm" |
| 8288 | 2026-05-27T02:24:49.386Z | [ recovery-image] May 27 02:24:48.424 INFO O| May 27 02:24:48.424 INFO STEP 1099 (remove_files) COMPLETE |
| 8289 | 2026-05-27T02:24:49.389Z | [ recovery-image] May 27 02:24:48.424 INFO O| May 27 02:24:48.424 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8290 | 2026-05-27T02:24:49.394Z | [ recovery-image] May 27 02:24:48.430 INFO O| May 27 02:24:48.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm" |
| 8291 | 2026-05-27T02:24:49.394Z | [ recovery-image] May 27 02:24:48.430 INFO O| May 27 02:24:48.430 INFO STEP 1100 (remove_files) COMPLETE |
| 8292 | 2026-05-27T02:24:49.394Z | [ recovery-image] May 27 02:24:48.430 INFO O| May 27 02:24:48.430 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8293 | 2026-05-27T02:24:49.398Z | [ recovery-image] May 27 02:24:48.436 INFO O| May 27 02:24:48.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall" |
| 8294 | 2026-05-27T02:24:49.398Z | [ recovery-image] May 27 02:24:48.436 INFO O| May 27 02:24:48.436 INFO STEP 1101 (remove_files) COMPLETE |
| 8295 | 2026-05-27T02:24:49.398Z | [ recovery-image] May 27 02:24:48.436 INFO O| May 27 02:24:48.436 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8296 | 2026-05-27T02:24:49.408Z | [ recovery-image] May 27 02:24:48.446 INFO O| May 27 02:24:48.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink" |
| 8297 | 2026-05-27T02:24:49.408Z | [ recovery-image] May 27 02:24:48.446 INFO O| May 27 02:24:48.446 INFO STEP 1102 (remove_files) COMPLETE |
| 8298 | 2026-05-27T02:24:49.408Z | [ recovery-image] May 27 02:24:48.446 INFO O| May 27 02:24:48.446 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8299 | 2026-05-27T02:24:49.416Z | [ recovery-image] May 27 02:24:48.454 INFO O| May 27 02:24:48.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare" |
| 8300 | 2026-05-27T02:24:49.416Z | [ recovery-image] May 27 02:24:48.454 INFO O| May 27 02:24:48.454 INFO STEP 1103 (remove_files) COMPLETE |
| 8301 | 2026-05-27T02:24:49.417Z | [ recovery-image] May 27 02:24:48.454 INFO O| May 27 02:24:48.454 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8302 | 2026-05-27T02:24:49.422Z | [ recovery-image] May 27 02:24:48.461 INFO O| May 27 02:24:48.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall" |
| 8303 | 2026-05-27T02:24:49.423Z | [ recovery-image] May 27 02:24:48.461 INFO O| May 27 02:24:48.461 INFO STEP 1104 (remove_files) COMPLETE |
| 8304 | 2026-05-27T02:24:49.428Z | [ recovery-image] May 27 02:24:48.461 INFO O| May 27 02:24:48.461 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8305 | 2026-05-27T02:24:49.433Z | [ recovery-image] May 27 02:24:48.469 INFO O| May 27 02:24:48.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv" |
| 8306 | 2026-05-27T02:24:49.433Z | [ recovery-image] May 27 02:24:48.469 INFO O| May 27 02:24:48.469 INFO STEP 1105 (remove_files) COMPLETE |
| 8307 | 2026-05-27T02:24:49.433Z | [ recovery-image] May 27 02:24:48.469 INFO O| May 27 02:24:48.469 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8308 | 2026-05-27T02:24:49.441Z | [ recovery-image] May 27 02:24:48.477 INFO O| May 27 02:24:48.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd" |
| 8309 | 2026-05-27T02:24:49.441Z | [ recovery-image] May 27 02:24:48.477 INFO O| May 27 02:24:48.477 INFO STEP 1106 (remove_files) COMPLETE |
| 8310 | 2026-05-27T02:24:49.444Z | [ recovery-image] May 27 02:24:48.477 INFO O| May 27 02:24:48.477 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8311 | 2026-05-27T02:24:49.448Z | [ recovery-image] May 27 02:24:48.484 INFO O| May 27 02:24:48.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel" |
| 8312 | 2026-05-27T02:24:49.448Z | [ recovery-image] May 27 02:24:48.484 INFO O| May 27 02:24:48.484 INFO STEP 1107 (remove_files) COMPLETE |
| 8313 | 2026-05-27T02:24:49.448Z | [ recovery-image] May 27 02:24:48.484 INFO O| May 27 02:24:48.484 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8314 | 2026-05-27T02:24:49.454Z | [ recovery-image] May 27 02:24:48.492 INFO O| May 27 02:24:48.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod" |
| 8315 | 2026-05-27T02:24:49.454Z | [ recovery-image] May 27 02:24:48.492 INFO O| May 27 02:24:48.492 INFO STEP 1108 (remove_files) COMPLETE |
| 8316 | 2026-05-27T02:24:49.454Z | [ recovery-image] May 27 02:24:48.492 INFO O| May 27 02:24:48.492 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8317 | 2026-05-27T02:24:49.461Z | [ recovery-image] May 27 02:24:48.499 INFO O| May 27 02:24:48.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy" |
| 8318 | 2026-05-27T02:24:49.461Z | [ recovery-image] May 27 02:24:48.499 INFO O| May 27 02:24:48.499 INFO STEP 1109 (remove_files) COMPLETE |
| 8319 | 2026-05-27T02:24:49.465Z | [ recovery-image] May 27 02:24:48.499 INFO O| May 27 02:24:48.499 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8320 | 2026-05-27T02:24:49.470Z | [ recovery-image] May 27 02:24:48.506 INFO O| May 27 02:24:48.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall" |
| 8321 | 2026-05-27T02:24:49.470Z | [ recovery-image] May 27 02:24:48.506 INFO O| May 27 02:24:48.506 INFO STEP 1110 (remove_files) COMPLETE |
| 8322 | 2026-05-27T02:24:49.470Z | [ recovery-image] May 27 02:24:48.506 INFO O| May 27 02:24:48.506 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8323 | 2026-05-27T02:24:49.475Z | [ recovery-image] May 27 02:24:48.513 INFO O| May 27 02:24:48.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo" |
| 8324 | 2026-05-27T02:24:49.475Z | [ recovery-image] May 27 02:24:48.513 INFO O| May 27 02:24:48.513 INFO STEP 1111 (remove_files) COMPLETE |
| 8325 | 2026-05-27T02:24:49.478Z | [ recovery-image] May 27 02:24:48.513 INFO O| May 27 02:24:48.513 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8326 | 2026-05-27T02:24:49.483Z | [ recovery-image] May 27 02:24:48.519 INFO O| May 27 02:24:48.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb" |
| 8327 | 2026-05-27T02:24:49.483Z | [ recovery-image] May 27 02:24:48.519 INFO O| May 27 02:24:48.519 INFO STEP 1112 (remove_files) COMPLETE |
| 8328 | 2026-05-27T02:24:49.483Z | [ recovery-image] May 27 02:24:48.519 INFO O| May 27 02:24:48.519 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8329 | 2026-05-27T02:24:49.488Z | [ recovery-image] May 27 02:24:48.526 INFO O| May 27 02:24:48.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump" |
| 8330 | 2026-05-27T02:24:49.488Z | [ recovery-image] May 27 02:24:48.526 INFO O| May 27 02:24:48.526 INFO STEP 1113 (remove_files) COMPLETE |
| 8331 | 2026-05-27T02:24:49.492Z | [ recovery-image] May 27 02:24:48.526 INFO O| May 27 02:24:48.526 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8332 | 2026-05-27T02:24:49.496Z | [ recovery-image] May 27 02:24:48.533 INFO O| May 27 02:24:48.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic" |
| 8333 | 2026-05-27T02:24:49.496Z | [ recovery-image] May 27 02:24:48.533 INFO O| May 27 02:24:48.533 INFO STEP 1114 (remove_files) COMPLETE |
| 8334 | 2026-05-27T02:24:49.496Z | [ recovery-image] May 27 02:24:48.533 INFO O| May 27 02:24:48.533 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8335 | 2026-05-27T02:24:49.504Z | [ recovery-image] May 27 02:24:48.541 INFO O| May 27 02:24:48.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin" |
| 8336 | 2026-05-27T02:24:49.507Z | [ recovery-image] May 27 02:24:48.542 INFO O| May 27 02:24:48.542 INFO STEP 1115 (remove_files) COMPLETE |
| 8337 | 2026-05-27T02:24:49.507Z | [ recovery-image] May 27 02:24:48.542 INFO O| May 27 02:24:48.542 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8338 | 2026-05-27T02:24:49.512Z | [ recovery-image] May 27 02:24:48.550 INFO O| May 27 02:24:48.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm" |
| 8339 | 2026-05-27T02:24:49.513Z | [ recovery-image] May 27 02:24:48.550 INFO O| May 27 02:24:48.550 INFO STEP 1116 (remove_files) COMPLETE |
| 8340 | 2026-05-27T02:24:49.516Z | [ recovery-image] May 27 02:24:48.550 INFO O| May 27 02:24:48.550 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8341 | 2026-05-27T02:24:49.520Z | [ recovery-image] May 27 02:24:48.557 INFO O| May 27 02:24:48.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg" |
| 8342 | 2026-05-27T02:24:49.524Z | [ recovery-image] May 27 02:24:48.557 INFO O| May 27 02:24:48.557 INFO STEP 1117 (remove_files) COMPLETE |
| 8343 | 2026-05-27T02:24:49.524Z | [ recovery-image] May 27 02:24:48.557 INFO O| May 27 02:24:48.557 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8344 | 2026-05-27T02:24:49.528Z | [ recovery-image] May 27 02:24:48.564 INFO O| May 27 02:24:48.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump" |
| 8345 | 2026-05-27T02:24:49.528Z | [ recovery-image] May 27 02:24:48.564 INFO O| May 27 02:24:48.564 INFO STEP 1118 (remove_files) COMPLETE |
| 8346 | 2026-05-27T02:24:49.528Z | [ recovery-image] May 27 02:24:48.564 INFO O| May 27 02:24:48.564 INFO STEP 1119: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json |
| 8347 | 2026-05-27T02:24:49.539Z | [ recovery-image] May 27 02:24:48.577 INFO O| May 27 02:24:48.577 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal |
| 8348 | 2026-05-27T02:24:49.542Z | [ recovery-image] May 27 02:24:48.577 INFO O| May 27 02:24:48.577 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."] |
| 8349 | 2026-05-27T02:24:50.141Z | [ recovery-image] May 27 02:24:49.179 INFO O| May 27 02:24:49.179 INFO STEP 1119 (pack_tar) COMPLETE |
| 8350 | 2026-05-27T02:24:50.141Z | [ recovery-image] May 27 02:24:49.179 INFO O| May 27 02:24:49.179 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 8351 | 2026-05-27T02:24:50.141Z | [ recovery-image] May 27 02:24:49.179 INFO O| May 27 02:24:49.179 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 8352 | 2026-05-27T02:24:50.496Z | [ recovery-image] May 27 02:24:49.534 INFO O| May 27 02:24:49.534 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 8353 | 2026-05-27T02:24:50.560Z | [ recovery-image] May 27 02:24:49.598 INFO O| May 27 02:24:49.598 INFO completed processing sled/ramdisk-03-recovery-trim |
| 8354 | 2026-05-27T02:24:50.563Z | [ recovery-image] May 27 02:24:49.601 INFO image builder template: zfs-recovery... |
| 8355 | 2026-05-27T02:24:50.563Z | [ recovery-image] May 27 02:24:49.601 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/.tmpG0N9od/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", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.479", "-n", "zfs-recovery"], pwd: None |
| 8356 | 2026-05-27T02:24:50.587Z | [ recovery-image] May 27 02:24:49.625 INFO O| May 27 02:24:49.625 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8357 | 2026-05-27T02:24:50.591Z | [ recovery-image] May 27 02:24:49.629 INFO O| May 27 02:24:49.629 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8358 | 2026-05-27T02:24:50.627Z | [ recovery-image] May 27 02:24:49.665 INFO O| May 27 02:24:49.665 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled |
| 8359 | 2026-05-27T02:24:50.663Z | [ recovery-image] May 27 02:24:49.701 INFO O| May 27 02:24:49.701 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8360 | 2026-05-27T02:24:50.663Z | [ recovery-image] May 27 02:24:49.701 INFO O| May 27 02:24:49.701 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery |
| 8361 | 2026-05-27T02:24:50.666Z | [ recovery-image] May 27 02:24:49.703 INFO O| May 27 02:24:49.703 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery |
| 8362 | 2026-05-27T02:24:50.709Z | [ recovery-image] May 27 02:24:49.747 INFO O| May 27 02:24:49.747 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled |
| 8363 | 2026-05-27T02:24:50.746Z | [ recovery-image] May 27 02:24:49.784 INFO O| May 27 02:24:49.784 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery |
| 8364 | 2026-05-27T02:24:50.754Z | [ recovery-image] May 27 02:24:49.791 INFO O| May 27 02:24:49.791 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw |
| 8365 | 2026-05-27T02:24:50.758Z | [ recovery-image] May 27 02:24:49.794 INFO O| May 27 02:24:49.794 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot |
| 8366 | 2026-05-27T02:24:50.758Z | [ recovery-image] May 27 02:24:49.795 INFO O| May 27 02:24:49.795 INFO no lofi found |
| 8367 | 2026-05-27T02:24:50.758Z | [ recovery-image] May 27 02:24:49.796 INFO O| May 27 02:24:49.796 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal |
| 8368 | 2026-05-27T02:24:50.758Z | [ recovery-image] May 27 02:24:49.796 INFO O| May 27 02:24:49.796 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw |
| 8369 | 2026-05-27T02:24:52.783Z | [ host-image] May 27 02:24:51.821 INFO O| seeding SMF database... |
| 8370 | 2026-05-27T02:24:52.963Z | [ recovery-image] May 27 02:24:52.001 INFO O| May 27 02:24:52.001 INFO lofi device = /dev/dsk/c2t1d0p0 |
| 8371 | 2026-05-27T02:24:52.963Z | [ recovery-image] May 27 02:24:52.001 INFO O| May 27 02:24:52.001 INFO pool device = /dev/dsk/c2t1d0p0 |
| 8372 | 2026-05-27T02:24:52.970Z | [ recovery-image] May 27 02:24:52.001 INFO O| May 27 02:24:52.001 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"] |
| 8373 | 2026-05-27T02:24:53.167Z | [ recovery-image] May 27 02:24:52.204 INFO O| May 27 02:24:52.204 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8374 | 2026-05-27T02:24:53.172Z | [ recovery-image] May 27 02:24:52.204 INFO O| May 27 02:24:52.204 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT |
| 8375 | 2026-05-27T02:24:53.188Z | [ recovery-image] May 27 02:24:52.226 INFO O| May 27 02:24:52.226 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off |
| 8376 | 2026-05-27T02:24:53.410Z | [ recovery-image] May 27 02:24:52.448 INFO O| May 27 02:24:52.448 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy |
| 8377 | 2026-05-27T02:24:53.443Z | [ recovery-image] May 27 02:24:52.481 INFO O| May 27 02:24:52.481 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk |
| 8378 | 2026-05-27T02:24:53.463Z | [ recovery-image] May 27 02:24:52.501 INFO O| May 27 02:24:52.501 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto |
| 8379 | 2026-05-27T02:24:53.479Z | [ recovery-image] May 27 02:24:52.517 INFO O| May 27 02:24:52.517 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
| 8380 | 2026-05-27T02:24:53.520Z | [ recovery-image] May 27 02:24:52.557 INFO O| May 27 02:24:52.557 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a |
| 8381 | 2026-05-27T02:24:53.520Z | [ recovery-image] May 27 02:24:52.557 INFO O| May 27 02:24:52.557 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a |
| 8382 | 2026-05-27T02:24:53.520Z | [ recovery-image] May 27 02:24:52.557 INFO O| May 27 02:24:52.557 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"] |
| 8383 | 2026-05-27T02:24:53.524Z | [ recovery-image] May 27 02:24:52.562 INFO O| May 27 02:24:52.562 INFO boot environment UUID: 63693a73-697f-42f8-8a5e-8228a0568bdb |
| 8384 | 2026-05-27T02:24:53.524Z | [ recovery-image] May 27 02:24:52.562 INFO O| May 27 02:24:52.562 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 63693a73-697f-42f8-8a5e-8228a0568bdb |
| 8385 | 2026-05-27T02:24:53.541Z | [ recovery-image] May 27 02:24:52.578 INFO O| May 27 02:24:52.578 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
| 8386 | 2026-05-27T02:24:53.555Z | [ recovery-image] May 27 02:24:52.594 INFO O| May 27 02:24:52.594 INFO STEP 0 (create_be) COMPLETE |
| 8387 | 2026-05-27T02:24:53.555Z | [ recovery-image] May 27 02:24:52.594 INFO O| May 27 02:24:52.594 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8388 | 2026-05-27T02:24:53.568Z | [ recovery-image] May 27 02:24:52.605 INFO O| May 27 02:24:52.605 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"] |
| 8389 | 2026-05-27T02:24:57.914Z | [ host-image] May 27 02:24:56.953 INFO O| configuring SMF profile... |
| 8390 | 2026-05-27T02:24:57.915Z | [ host-image] May 27 02:24:56.953 INFO O| modifying shadow(5)... |
| 8391 | 2026-05-27T02:24:57.919Z | [ host-image] May 27 02:24:56.953 INFO O| loading user and group database... |
| 8392 | 2026-05-27T02:24:57.919Z | [ host-image] May 27 02:24:56.953 INFO O| loading facet selections... |
| 8393 | 2026-05-27T02:24:58.273Z | [ host-image] May 27 02:24:57.311 INFO O| devel -> true |
| 8394 | 2026-05-27T02:24:58.273Z | [ host-image] May 27 02:24:57.311 INFO O| doc.man -> true |
| 8395 | 2026-05-27T02:24:58.273Z | [ host-image] May 27 02:24:57.311 INFO O| version-lock.shell/ksh93 -> true |
| 8396 | 2026-05-27T02:24:58.273Z | [ host-image] May 27 02:24:57.311 INFO O| version-lock.system/data/hardware-registry -> true |
| 8397 | 2026-05-27T02:24:58.273Z | [ host-image] May 27 02:24:57.311 INFO O| version-lock.system/data/zoneinfo -> true |
| 8398 | 2026-05-27T02:24:58.275Z | [ host-image] May 27 02:24:57.311 INFO O| version-lock.system/microcode/amd -> true |
| 8399 | 2026-05-27T02:24:58.275Z | [ host-image] May 27 02:24:57.311 INFO O| version-lock.system/microcode/intel -> true |
| 8400 | 2026-05-27T02:24:58.275Z | [ host-image] May 27 02:24:57.311 INFO O| version-lock.system/microcode/oxide -> true |
| 8401 | 2026-05-27T02:24:58.275Z | [ host-image] May 27 02:24:57.311 INFO O| assessing packaged files... |
| 8402 | 2026-05-27T02:24:59.169Z | [ recovery-image] May 27 02:24:58.207 INFO O| May 27 02:24:58.207 INFO STEP 1 (unpack_tar) COMPLETE |
| 8403 | 2026-05-27T02:24:59.169Z | [ recovery-image] May 27 02:24:58.207 INFO O| May 27 02:24:58.207 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8404 | 2026-05-27T02:24:59.178Z | [ recovery-image] May 27 02:24:58.216 INFO O| May 27 02:24:58.216 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"] |
| 8405 | 2026-05-27T02:24:59.521Z | [ recovery-image] May 27 02:24:58.559 INFO O| May 27 02:24:58.559 INFO STEP 2 (devfsadm) COMPLETE |
| 8406 | 2026-05-27T02:24:59.521Z | [ recovery-image] May 27 02:24:58.559 INFO O| May 27 02:24:58.559 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8407 | 2026-05-27T02:24:59.530Z | [ recovery-image] May 27 02:24:58.568 INFO O| May 27 02:24:58.568 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8408 | 2026-05-27T02:24:59.530Z | [ recovery-image] May 27 02:24:58.568 INFO O| May 27 02:24:58.568 INFO STEP 3 (ensure_dir) COMPLETE |
| 8409 | 2026-05-27T02:24:59.532Z | [ recovery-image] May 27 02:24:58.568 INFO O| May 27 02:24:58.568 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8410 | 2026-05-27T02:24:59.536Z | [ recovery-image] May 27 02:24:58.574 INFO O| May 27 02:24:58.574 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8411 | 2026-05-27T02:24:59.536Z | [ recovery-image] May 27 02:24:58.574 INFO O| May 27 02:24:58.574 INFO STEP 4 (ensure_dir) COMPLETE |
| 8412 | 2026-05-27T02:24:59.536Z | [ recovery-image] May 27 02:24:58.574 INFO O| May 27 02:24:58.574 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8413 | 2026-05-27T02:24:59.542Z | [ recovery-image] May 27 02:24:58.580 INFO O| May 27 02:24:58.580 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8414 | 2026-05-27T02:24:59.542Z | [ recovery-image] May 27 02:24:58.580 INFO O| May 27 02:24:58.580 INFO STEP 5 (ensure_dir) COMPLETE |
| 8415 | 2026-05-27T02:24:59.542Z | [ recovery-image] May 27 02:24:58.580 INFO O| May 27 02:24:58.580 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8416 | 2026-05-27T02:24:59.548Z | [ recovery-image] May 27 02:24:58.587 INFO O| May 27 02:24:58.587 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8417 | 2026-05-27T02:24:59.551Z | [ recovery-image] May 27 02:24:58.587 INFO O| May 27 02:24:58.587 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8418 | 2026-05-27T02:24:59.552Z | [ recovery-image] May 27 02:24:58.587 INFO O| May 27 02:24:58.587 INFO STEP 6 (ensure_dir) COMPLETE |
| 8419 | 2026-05-27T02:24:59.552Z | [ recovery-image] May 27 02:24:58.587 INFO O| May 27 02:24:58.587 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8420 | 2026-05-27T02:24:59.554Z | [ recovery-image] May 27 02:24:58.593 INFO O| May 27 02:24:58.593 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8421 | 2026-05-27T02:24:59.554Z | [ recovery-image] May 27 02:24:58.593 INFO O| May 27 02:24:58.593 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8422 | 2026-05-27T02:24:59.554Z | [ recovery-image] May 27 02:24:58.593 INFO O| May 27 02:24:58.593 INFO STEP 7 (ensure_dir) COMPLETE |
| 8423 | 2026-05-27T02:24:59.554Z | [ recovery-image] May 27 02:24:58.593 INFO O| May 27 02:24:58.593 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8424 | 2026-05-27T02:24:59.563Z | [ recovery-image] May 27 02:24:58.601 INFO O| May 27 02:24:58.601 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg" |
| 8425 | 2026-05-27T02:24:59.566Z | [ recovery-image] May 27 02:24:58.602 INFO O| May 27 02:24:58.602 INFO STEP 8 (remove_files) COMPLETE |
| 8426 | 2026-05-27T02:24:59.566Z | [ recovery-image] May 27 02:24:58.602 INFO O| May 27 02:24:58.602 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8427 | 2026-05-27T02:24:59.570Z | [ recovery-image] May 27 02:24:58.608 INFO O| May 27 02:24:58.608 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk" |
| 8428 | 2026-05-27T02:24:59.572Z | [ recovery-image] May 27 02:24:58.609 INFO O| May 27 02:24:58.609 INFO STEP 9 (remove_files) COMPLETE |
| 8429 | 2026-05-27T02:24:59.573Z | [ recovery-image] May 27 02:24:58.609 INFO O| May 27 02:24:58.609 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8430 | 2026-05-27T02:24:59.577Z | [ recovery-image] May 27 02:24:58.616 INFO O| May 27 02:24:58.616 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk" |
| 8431 | 2026-05-27T02:24:59.580Z | [ recovery-image] May 27 02:24:58.616 INFO O| May 27 02:24:58.616 INFO STEP 10 (remove_files) COMPLETE |
| 8432 | 2026-05-27T02:24:59.580Z | [ recovery-image] May 27 02:24:58.616 INFO O| May 27 02:24:58.616 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8433 | 2026-05-27T02:24:59.585Z | [ recovery-image] May 27 02:24:58.623 INFO O| May 27 02:24:58.623 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors" |
| 8434 | 2026-05-27T02:24:59.585Z | [ recovery-image] May 27 02:24:58.623 INFO O| May 27 02:24:58.623 INFO STEP 11 (remove_files) COMPLETE |
| 8435 | 2026-05-27T02:24:59.588Z | [ recovery-image] May 27 02:24:58.623 INFO O| May 27 02:24:58.623 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8436 | 2026-05-27T02:24:59.591Z | [ recovery-image] May 27 02:24:58.629 INFO O| May 27 02:24:58.629 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb" |
| 8437 | 2026-05-27T02:24:59.591Z | [ recovery-image] May 27 02:24:58.629 INFO O| May 27 02:24:58.629 INFO STEP 12 (remove_files) COMPLETE |
| 8438 | 2026-05-27T02:24:59.594Z | [ recovery-image] May 27 02:24:58.629 INFO O| May 27 02:24:58.629 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8439 | 2026-05-27T02:24:59.597Z | [ recovery-image] May 27 02:24:58.636 INFO O| May 27 02:24:58.636 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8440 | 2026-05-27T02:24:59.597Z | [ recovery-image] May 27 02:24:58.636 INFO O| May 27 02:24:58.636 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8441 | 2026-05-27T02:24:59.598Z | [ recovery-image] May 27 02:24:58.636 INFO O| May 27 02:24:58.636 INFO STEP 13 (ensure_dir) COMPLETE |
| 8442 | 2026-05-27T02:24:59.598Z | [ recovery-image] May 27 02:24:58.636 INFO O| May 27 02:24:58.636 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8443 | 2026-05-27T02:24:59.603Z | [ recovery-image] May 27 02:24:58.642 INFO O| May 27 02:24:58.642 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8444 | 2026-05-27T02:24:59.607Z | [ recovery-image] May 27 02:24:58.642 INFO O| May 27 02:24:58.642 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8445 | 2026-05-27T02:24:59.607Z | [ recovery-image] May 27 02:24:58.642 INFO O| May 27 02:24:58.642 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8446 | 2026-05-27T02:24:59.607Z | [ recovery-image] May 27 02:24:58.642 INFO O| May 27 02:24:58.642 INFO STEP 14 (ensure_dir) COMPLETE |
| 8447 | 2026-05-27T02:24:59.607Z | [ recovery-image] May 27 02:24:58.642 INFO O| May 27 02:24:58.642 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8448 | 2026-05-27T02:24:59.610Z | [ recovery-image] May 27 02:24:58.647 INFO O| May 27 02:24:58.647 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8449 | 2026-05-27T02:24:59.610Z | [ recovery-image] May 27 02:24:58.647 INFO O| May 27 02:24:58.647 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8450 | 2026-05-27T02:24:59.610Z | [ recovery-image] May 27 02:24:58.647 INFO O| May 27 02:24:58.647 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8451 | 2026-05-27T02:24:59.610Z | [ recovery-image] May 27 02:24:58.647 INFO O| May 27 02:24:58.647 INFO STEP 15 (ensure_dir) COMPLETE |
| 8452 | 2026-05-27T02:24:59.610Z | [ recovery-image] May 27 02:24:58.647 INFO O| May 27 02:24:58.647 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8453 | 2026-05-27T02:24:59.615Z | [ recovery-image] May 27 02:24:58.653 INFO O| May 27 02:24:58.653 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8454 | 2026-05-27T02:24:59.616Z | [ recovery-image] May 27 02:24:58.653 INFO O| May 27 02:24:58.653 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8455 | 2026-05-27T02:24:59.621Z | [ recovery-image] May 27 02:24:58.653 INFO O| May 27 02:24:58.653 INFO STEP 16 (ensure_dir) COMPLETE |
| 8456 | 2026-05-27T02:24:59.621Z | [ recovery-image] May 27 02:24:58.653 INFO O| May 27 02:24:58.653 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8457 | 2026-05-27T02:24:59.629Z | [ recovery-image] May 27 02:24:58.660 INFO O| May 27 02:24:58.660 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8458 | 2026-05-27T02:24:59.629Z | [ recovery-image] May 27 02:24:58.660 INFO O| May 27 02:24:58.660 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8459 | 2026-05-27T02:24:59.630Z | [ recovery-image] May 27 02:24:58.660 INFO O| May 27 02:24:58.660 INFO STEP 17 (ensure_dir) COMPLETE |
| 8460 | 2026-05-27T02:24:59.630Z | [ recovery-image] May 27 02:24:58.660 INFO O| May 27 02:24:58.660 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8461 | 2026-05-27T02:24:59.633Z | [ recovery-image] May 27 02:24:58.667 INFO O| May 27 02:24:58.667 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
| 8462 | 2026-05-27T02:24:59.633Z | [ recovery-image] May 27 02:24:58.667 INFO O| May 27 02:24:58.667 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog |
| 8463 | 2026-05-27T02:24:59.633Z | [ recovery-image] May 27 02:24:58.667 INFO O| May 27 02:24:58.667 INFO ok! |
| 8464 | 2026-05-27T02:24:59.633Z | [ recovery-image] May 27 02:24:58.667 INFO O| May 27 02:24:58.667 INFO STEP 18 (ensure_symlink) COMPLETE |
| 8465 | 2026-05-27T02:24:59.633Z | [ recovery-image] May 27 02:24:58.667 INFO O| May 27 02:24:58.667 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8466 | 2026-05-27T02:24:59.636Z | [ recovery-image] May 27 02:24:58.674 INFO O| May 27 02:24:58.674 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents |
| 8467 | 2026-05-27T02:24:59.640Z | [ recovery-image] May 27 02:24:58.674 INFO O| May 27 02:24:58.674 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure |
| 8468 | 2026-05-27T02:24:59.640Z | [ recovery-image] May 27 02:24:58.675 INFO O| May 27 02:24:58.674 INFO ok! |
| 8469 | 2026-05-27T02:24:59.640Z | [ recovery-image] May 27 02:24:58.675 INFO O| May 27 02:24:58.674 INFO STEP 19 (ensure_file) COMPLETE |
| 8470 | 2026-05-27T02:24:59.640Z | [ recovery-image] May 27 02:24:58.675 INFO O| May 27 02:24:58.674 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8471 | 2026-05-27T02:24:59.643Z | [ recovery-image] May 27 02:24:58.680 INFO O| May 27 02:24:58.680 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
| 8472 | 2026-05-27T02:24:59.643Z | [ recovery-image] May 27 02:24:58.680 INFO O| May 27 02:24:58.680 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
| 8473 | 2026-05-27T02:24:59.643Z | [ recovery-image] May 27 02:24:58.680 INFO O| May 27 02:24:58.680 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml |
| 8474 | 2026-05-27T02:24:59.643Z | [ recovery-image] May 27 02:24:58.680 INFO O| May 27 02:24:58.680 INFO ok! |
| 8475 | 2026-05-27T02:24:59.643Z | [ recovery-image] May 27 02:24:58.680 INFO O| May 27 02:24:58.680 INFO STEP 20 (ensure_symlink) COMPLETE |
| 8476 | 2026-05-27T02:24:59.643Z | [ recovery-image] May 27 02:24:58.680 INFO O| May 27 02:24:58.680 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8477 | 2026-05-27T02:24:59.649Z | [ recovery-image] May 27 02:24:58.688 INFO O| May 27 02:24:58.688 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
| 8478 | 2026-05-27T02:24:59.650Z | [ recovery-image] May 27 02:24:58.688 INFO O| May 27 02:24:58.688 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
| 8479 | 2026-05-27T02:24:59.652Z | [ recovery-image] May 27 02:24:58.688 INFO O| May 27 02:24:58.688 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
| 8480 | 2026-05-27T02:24:59.652Z | [ recovery-image] May 27 02:24:58.688 INFO O| May 27 02:24:58.688 INFO ok! |
| 8481 | 2026-05-27T02:24:59.653Z | [ recovery-image] May 27 02:24:58.688 INFO O| May 27 02:24:58.688 INFO STEP 21 (ensure_symlink) COMPLETE |
| 8482 | 2026-05-27T02:24:59.653Z | [ recovery-image] May 27 02:24:58.688 INFO O| May 27 02:24:58.688 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8483 | 2026-05-27T02:24:59.656Z | [ recovery-image] May 27 02:24:58.695 INFO O| May 27 02:24:58.695 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
| 8484 | 2026-05-27T02:24:59.656Z | [ recovery-image] May 27 02:24:58.695 INFO O| May 27 02:24:58.695 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
| 8485 | 2026-05-27T02:24:59.659Z | [ recovery-image] May 27 02:24:58.695 INFO O| May 27 02:24:58.695 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml |
| 8486 | 2026-05-27T02:24:59.659Z | [ recovery-image] May 27 02:24:58.695 INFO O| May 27 02:24:58.695 INFO ok! |
| 8487 | 2026-05-27T02:24:59.659Z | [ recovery-image] May 27 02:24:58.695 INFO O| May 27 02:24:58.695 INFO STEP 22 (ensure_symlink) COMPLETE |
| 8488 | 2026-05-27T02:24:59.659Z | [ recovery-image] May 27 02:24:58.695 INFO O| May 27 02:24:58.695 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8489 | 2026-05-27T02:24:59.663Z | [ recovery-image] May 27 02:24:58.702 INFO O| May 27 02:24:58.702 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
| 8490 | 2026-05-27T02:24:59.664Z | [ recovery-image] May 27 02:24:58.702 INFO O| May 27 02:24:58.702 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
| 8491 | 2026-05-27T02:24:59.666Z | [ recovery-image] May 27 02:24:58.702 INFO O| May 27 02:24:58.702 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml |
| 8492 | 2026-05-27T02:24:59.666Z | [ recovery-image] May 27 02:24:58.702 INFO O| May 27 02:24:58.702 INFO ok! |
| 8493 | 2026-05-27T02:24:59.666Z | [ recovery-image] May 27 02:24:58.702 INFO O| May 27 02:24:58.702 INFO STEP 23 (ensure_symlink) COMPLETE |
| 8494 | 2026-05-27T02:24:59.666Z | [ recovery-image] May 27 02:24:58.702 INFO O| May 27 02:24:58.702 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8495 | 2026-05-27T02:24:59.670Z | [ recovery-image] May 27 02:24:58.709 INFO O| May 27 02:24:58.709 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
| 8496 | 2026-05-27T02:24:59.670Z | [ recovery-image] May 27 02:24:58.709 INFO O| May 27 02:24:58.709 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 ... |
| 8497 | 2026-05-27T02:24:59.673Z | [ recovery-image] May 27 02:24:58.709 INFO O| May 27 02:24:58.709 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf |
| 8498 | 2026-05-27T02:24:59.673Z | [ recovery-image] May 27 02:24:58.709 INFO O| May 27 02:24:58.709 INFO ok! |
| 8499 | 2026-05-27T02:24:59.673Z | [ recovery-image] May 27 02:24:58.709 INFO O| May 27 02:24:58.709 INFO STEP 24 (ensure_file) COMPLETE |
| 8500 | 2026-05-27T02:24:59.673Z | [ recovery-image] May 27 02:24:58.709 INFO O| May 27 02:24:58.709 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8501 | 2026-05-27T02:24:59.677Z | [ recovery-image] May 27 02:24:58.715 INFO O| May 27 02:24:58.715 INFO updating shadow file |
| 8502 | 2026-05-27T02:24:59.680Z | [ recovery-image] May 27 02:24:58.715 INFO O| May 27 02:24:58.715 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 8503 | 2026-05-27T02:24:59.680Z | [ recovery-image] May 27 02:24:58.715 INFO O| May 27 02:24:58.715 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 8504 | 2026-05-27T02:24:59.680Z | [ recovery-image] May 27 02:24:58.715 INFO O| May 27 02:24:58.715 INFO STEP 25 (shadow) COMPLETE |
| 8505 | 2026-05-27T02:24:59.680Z | [ recovery-image] May 27 02:24:58.715 INFO O| May 27 02:24:58.715 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8506 | 2026-05-27T02:24:59.684Z | [ recovery-image] May 27 02:24:58.721 INFO O| May 27 02:24:58.721 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
| 8507 | 2026-05-27T02:24:59.684Z | [ recovery-image] May 27 02:24:58.721 INFO O| May 27 02:24:58.721 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ... |
| 8508 | 2026-05-27T02:24:59.684Z | [ recovery-image] May 27 02:24:58.721 INFO O| May 27 02:24:58.721 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts |
| 8509 | 2026-05-27T02:24:59.684Z | [ recovery-image] May 27 02:24:58.721 INFO O| May 27 02:24:58.721 INFO ok! |
| 8510 | 2026-05-27T02:24:59.684Z | [ recovery-image] May 27 02:24:58.722 INFO O| May 27 02:24:58.721 INFO STEP 26 (ensure_file) COMPLETE |
| 8511 | 2026-05-27T02:24:59.684Z | [ recovery-image] May 27 02:24:58.722 INFO O| May 27 02:24:58.721 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8512 | 2026-05-27T02:24:59.689Z | [ recovery-image] May 27 02:24:58.727 INFO O| May 27 02:24:58.727 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist |
| 8513 | 2026-05-27T02:24:59.692Z | [ recovery-image] May 27 02:24:58.727 INFO O| May 27 02:24:58.727 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ... |
| 8514 | 2026-05-27T02:24:59.692Z | [ recovery-image] May 27 02:24:58.727 INFO O| May 27 02:24:58.727 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename |
| 8515 | 2026-05-27T02:24:59.692Z | [ recovery-image] May 27 02:24:58.727 INFO O| May 27 02:24:58.727 INFO ok! |
| 8516 | 2026-05-27T02:24:59.692Z | [ recovery-image] May 27 02:24:58.727 INFO O| May 27 02:24:58.727 INFO STEP 27 (ensure_file) COMPLETE |
| 8517 | 2026-05-27T02:24:59.692Z | [ recovery-image] May 27 02:24:58.727 INFO O| May 27 02:24:58.727 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8518 | 2026-05-27T02:24:59.698Z | [ recovery-image] May 27 02:24:58.734 INFO O| May 27 02:24:58.734 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
| 8519 | 2026-05-27T02:24:59.701Z | [ recovery-image] May 27 02:24:58.734 INFO O| May 27 02:24:58.734 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ... |
| 8520 | 2026-05-27T02:24:59.701Z | [ recovery-image] May 27 02:24:58.735 INFO O| May 27 02:24:58.735 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent |
| 8521 | 2026-05-27T02:24:59.701Z | [ recovery-image] May 27 02:24:58.735 INFO O| May 27 02:24:58.735 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent |
| 8522 | 2026-05-27T02:24:59.701Z | [ recovery-image] May 27 02:24:58.735 INFO O| May 27 02:24:58.735 INFO ok! |
| 8523 | 2026-05-27T02:24:59.701Z | [ recovery-image] May 27 02:24:58.735 INFO O| May 27 02:24:58.735 INFO STEP 28 (ensure_file) COMPLETE |
| 8524 | 2026-05-27T02:24:59.701Z | [ recovery-image] May 27 02:24:58.735 INFO O| May 27 02:24:58.735 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8525 | 2026-05-27T02:24:59.705Z | [ recovery-image] May 27 02:24:58.740 INFO O| May 27 02:24:58.740 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist |
| 8526 | 2026-05-27T02:24:59.705Z | [ recovery-image] May 27 02:24:58.740 INFO O| May 27 02:24:58.740 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ... |
| 8527 | 2026-05-27T02:24:59.705Z | [ recovery-image] May 27 02:24:58.740 INFO O| May 27 02:24:58.740 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf |
| 8528 | 2026-05-27T02:24:59.705Z | [ recovery-image] May 27 02:24:58.740 INFO O| May 27 02:24:58.740 INFO ok! |
| 8529 | 2026-05-27T02:24:59.705Z | [ recovery-image] May 27 02:24:58.740 INFO O| May 27 02:24:58.740 INFO STEP 29 (ensure_file) COMPLETE |
| 8530 | 2026-05-27T02:24:59.705Z | [ recovery-image] May 27 02:24:58.740 INFO O| May 27 02:24:58.740 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8531 | 2026-05-27T02:24:59.710Z | [ recovery-image] May 27 02:24:58.748 INFO O| May 27 02:24:58.748 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8532 | 2026-05-27T02:24:59.710Z | [ recovery-image] May 27 02:24:58.748 INFO O| May 27 02:24:58.748 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8533 | 2026-05-27T02:24:59.713Z | [ recovery-image] May 27 02:24:58.748 INFO O| May 27 02:24:58.748 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8534 | 2026-05-27T02:24:59.713Z | [ recovery-image] May 27 02:24:58.748 INFO O| May 27 02:24:58.748 INFO STEP 30 (ensure_dir) COMPLETE |
| 8535 | 2026-05-27T02:24:59.713Z | [ recovery-image] May 27 02:24:58.748 INFO O| May 27 02:24:58.748 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8536 | 2026-05-27T02:24:59.716Z | [ recovery-image] May 27 02:24:58.754 INFO O| May 27 02:24:58.754 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist |
| 8537 | 2026-05-27T02:24:59.716Z | [ recovery-image] May 27 02:24:58.754 INFO O| May 27 02:24:58.754 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 ... |
| 8538 | 2026-05-27T02:24:59.716Z | [ recovery-image] May 27 02:24:58.754 INFO O| May 27 02:24:58.754 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 |
| 8539 | 2026-05-27T02:24:59.716Z | [ recovery-image] May 27 02:24:58.754 INFO O| May 27 02:24:58.754 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup |
| 8540 | 2026-05-27T02:24:59.716Z | [ recovery-image] May 27 02:24:58.754 INFO O| May 27 02:24:58.754 INFO ok! |
| 8541 | 2026-05-27T02:24:59.716Z | [ recovery-image] May 27 02:24:58.754 INFO O| May 27 02:24:58.754 INFO STEP 31 (ensure_file) COMPLETE |
| 8542 | 2026-05-27T02:24:59.717Z | [ recovery-image] May 27 02:24:58.754 INFO O| May 27 02:24:58.754 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8543 | 2026-05-27T02:24:59.724Z | [ recovery-image] May 27 02:24:58.762 INFO O| May 27 02:24:58.762 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8544 | 2026-05-27T02:24:59.724Z | [ recovery-image] May 27 02:24:58.762 INFO O| May 27 02:24:58.762 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8545 | 2026-05-27T02:24:59.727Z | [ recovery-image] May 27 02:24:58.762 INFO O| May 27 02:24:58.762 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8546 | 2026-05-27T02:24:59.727Z | [ recovery-image] May 27 02:24:58.762 INFO O| May 27 02:24:58.762 INFO STEP 32 (ensure_dir) COMPLETE |
| 8547 | 2026-05-27T02:24:59.727Z | [ recovery-image] May 27 02:24:58.762 INFO O| May 27 02:24:58.762 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8548 | 2026-05-27T02:24:59.730Z | [ recovery-image] May 27 02:24:58.768 INFO O| May 27 02:24:58.768 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist |
| 8549 | 2026-05-27T02:24:59.730Z | [ recovery-image] May 27 02:24:58.768 INFO O| May 27 02:24:58.768 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 ... |
| 8550 | 2026-05-27T02:24:59.731Z | [ recovery-image] May 27 02:24:58.768 INFO O| May 27 02:24:58.768 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 |
| 8551 | 2026-05-27T02:24:59.731Z | [ recovery-image] May 27 02:24:58.768 INFO O| May 27 02:24:58.768 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml |
| 8552 | 2026-05-27T02:24:59.731Z | [ recovery-image] May 27 02:24:58.768 INFO O| May 27 02:24:58.768 INFO ok! |
| 8553 | 2026-05-27T02:24:59.731Z | [ recovery-image] May 27 02:24:58.768 INFO O| May 27 02:24:58.768 INFO STEP 33 (ensure_file) COMPLETE |
| 8554 | 2026-05-27T02:24:59.731Z | [ recovery-image] May 27 02:24:58.768 INFO O| May 27 02:24:58.768 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8555 | 2026-05-27T02:24:59.737Z | [ recovery-image] May 27 02:24:58.776 INFO O| May 27 02:24:58.776 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist |
| 8556 | 2026-05-27T02:24:59.737Z | [ recovery-image] May 27 02:24:58.776 INFO O| May 27 02:24:58.776 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ... |
| 8557 | 2026-05-27T02:24:59.740Z | [ recovery-image] May 27 02:24:58.776 INFO O| May 27 02:24:58.776 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master |
| 8558 | 2026-05-27T02:24:59.740Z | [ recovery-image] May 27 02:24:58.776 INFO O| May 27 02:24:58.776 INFO ok! |
| 8559 | 2026-05-27T02:24:59.741Z | [ recovery-image] May 27 02:24:58.776 INFO O| May 27 02:24:58.776 INFO STEP 34 (ensure_file) COMPLETE |
| 8560 | 2026-05-27T02:24:59.741Z | [ recovery-image] May 27 02:24:58.776 INFO O| May 27 02:24:58.776 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8561 | 2026-05-27T02:24:59.744Z | [ recovery-image] May 27 02:24:58.782 INFO O| May 27 02:24:58.782 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
| 8562 | 2026-05-27T02:24:59.744Z | [ recovery-image] May 27 02:24:58.782 INFO O| May 27 02:24:58.782 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ... |
| 8563 | 2026-05-27T02:24:59.744Z | [ recovery-image] May 27 02:24:58.782 INFO O| May 27 02:24:58.782 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs |
| 8564 | 2026-05-27T02:24:59.744Z | [ recovery-image] May 27 02:24:58.782 INFO O| May 27 02:24:58.782 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs |
| 8565 | 2026-05-27T02:24:59.744Z | [ recovery-image] May 27 02:24:58.782 INFO O| May 27 02:24:58.782 INFO ok! |
| 8566 | 2026-05-27T02:24:59.744Z | [ recovery-image] May 27 02:24:58.782 INFO O| May 27 02:24:58.782 INFO STEP 35 (ensure_file) COMPLETE |
| 8567 | 2026-05-27T02:24:59.744Z | [ recovery-image] May 27 02:24:58.782 INFO O| May 27 02:24:58.782 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8568 | 2026-05-27T02:24:59.749Z | [ recovery-image] May 27 02:24:58.788 INFO O| May 27 02:24:58.788 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
| 8569 | 2026-05-27T02:24:59.752Z | [ recovery-image] May 27 02:24:58.788 INFO O| May 27 02:24:58.788 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ... |
| 8570 | 2026-05-27T02:24:59.752Z | [ recovery-image] May 27 02:24:58.788 INFO O| May 27 02:24:58.788 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init |
| 8571 | 2026-05-27T02:24:59.752Z | [ recovery-image] May 27 02:24:58.788 INFO O| May 27 02:24:58.788 INFO ok! |
| 8572 | 2026-05-27T02:24:59.752Z | [ recovery-image] May 27 02:24:58.788 INFO O| May 27 02:24:58.788 INFO STEP 36 (ensure_file) COMPLETE |
| 8573 | 2026-05-27T02:24:59.752Z | [ recovery-image] May 27 02:24:58.788 INFO O| May 27 02:24:58.788 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8574 | 2026-05-27T02:24:59.757Z | [ recovery-image] May 27 02:24:58.795 INFO O| May 27 02:24:58.795 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
| 8575 | 2026-05-27T02:24:59.757Z | [ recovery-image] May 27 02:24:58.795 INFO O| May 27 02:24:58.795 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ... |
| 8576 | 2026-05-27T02:24:59.761Z | [ recovery-image] May 27 02:24:58.795 INFO O| May 27 02:24:58.795 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config |
| 8577 | 2026-05-27T02:24:59.761Z | [ recovery-image] May 27 02:24:58.795 INFO O| May 27 02:24:58.795 INFO ok! |
| 8578 | 2026-05-27T02:24:59.761Z | [ recovery-image] May 27 02:24:58.795 INFO O| May 27 02:24:58.795 INFO STEP 37 (ensure_file) COMPLETE |
| 8579 | 2026-05-27T02:24:59.761Z | [ recovery-image] May 27 02:24:58.795 INFO O| May 27 02:24:58.795 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8580 | 2026-05-27T02:24:59.765Z | [ recovery-image] May 27 02:24:58.803 INFO O| May 27 02:24:58.803 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist |
| 8581 | 2026-05-27T02:24:59.765Z | [ recovery-image] May 27 02:24:58.803 INFO O| May 27 02:24:58.803 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ... |
| 8582 | 2026-05-27T02:24:59.768Z | [ recovery-image] May 27 02:24:58.803 INFO O| May 27 02:24:58.803 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8583 | 2026-05-27T02:24:59.768Z | [ recovery-image] May 27 02:24:58.803 INFO O| May 27 02:24:58.803 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8584 | 2026-05-27T02:24:59.768Z | [ recovery-image] May 27 02:24:58.803 INFO O| May 27 02:24:58.803 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8585 | 2026-05-27T02:24:59.768Z | [ recovery-image] May 27 02:24:58.803 INFO O| May 27 02:24:58.803 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8586 | 2026-05-27T02:24:59.768Z | [ recovery-image] May 27 02:24:58.803 INFO O| May 27 02:24:58.803 INFO ok! |
| 8587 | 2026-05-27T02:24:59.768Z | [ recovery-image] May 27 02:24:58.803 INFO O| May 27 02:24:58.803 INFO STEP 38 (ensure_file) COMPLETE |
| 8588 | 2026-05-27T02:24:59.768Z | [ recovery-image] May 27 02:24:58.803 INFO O| May 27 02:24:58.803 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8589 | 2026-05-27T02:24:59.773Z | [ recovery-image] May 27 02:24:58.811 INFO O| May 27 02:24:58.811 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 8590 | 2026-05-27T02:24:59.776Z | [ recovery-image] May 27 02:24:58.811 INFO O| May 27 02:24:58.811 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 8591 | 2026-05-27T02:24:59.776Z | [ recovery-image] May 27 02:24:58.811 INFO O| May 27 02:24:58.811 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 8592 | 2026-05-27T02:24:59.776Z | [ recovery-image] May 27 02:24:58.811 INFO O| May 27 02:24:58.811 INFO STEP 39 (ensure_dir) COMPLETE |
| 8593 | 2026-05-27T02:24:59.776Z | [ recovery-image] May 27 02:24:58.811 INFO O| May 27 02:24:58.811 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8594 | 2026-05-27T02:24:59.779Z | [ recovery-image] May 27 02:24:58.817 INFO O| May 27 02:24:58.817 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 |
| 8595 | 2026-05-27T02:24:59.779Z | [ recovery-image] May 27 02:24:58.817 INFO O| May 27 02:24:58.817 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 ... |
| 8596 | 2026-05-27T02:24:59.779Z | [ recovery-image] May 27 02:24:58.817 INFO O| May 27 02:24:58.817 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 |
| 8597 | 2026-05-27T02:24:59.779Z | [ recovery-image] May 27 02:24:58.817 INFO O| May 27 02:24:58.817 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 |
| 8598 | 2026-05-27T02:24:59.779Z | [ recovery-image] May 27 02:24:58.817 INFO O| May 27 02:24:58.817 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 |
| 8599 | 2026-05-27T02:24:59.779Z | [ recovery-image] May 27 02:24:58.817 INFO O| May 27 02:24:58.817 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 |
| 8600 | 2026-05-27T02:24:59.779Z | [ recovery-image] May 27 02:24:58.817 INFO O| May 27 02:24:58.817 INFO ok! |
| 8601 | 2026-05-27T02:24:59.779Z | [ recovery-image] May 27 02:24:58.817 INFO O| May 27 02:24:58.817 INFO STEP 40 (ensure_file) COMPLETE |
| 8602 | 2026-05-27T02:24:59.779Z | [ recovery-image] May 27 02:24:58.817 INFO O| May 27 02:24:58.817 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8603 | 2026-05-27T02:24:59.785Z | [ recovery-image] May 27 02:24:58.823 INFO O| May 27 02:24:58.823 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
| 8604 | 2026-05-27T02:24:59.785Z | [ recovery-image] May 27 02:24:58.823 INFO O| May 27 02:24:58.823 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 ... |
| 8605 | 2026-05-27T02:24:59.788Z | [ recovery-image] May 27 02:24:58.823 INFO O| May 27 02:24:58.823 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
| 8606 | 2026-05-27T02:24:59.788Z | [ recovery-image] May 27 02:24:58.823 INFO O| May 27 02:24:58.823 INFO ok! |
| 8607 | 2026-05-27T02:24:59.788Z | [ recovery-image] May 27 02:24:58.823 INFO O| May 27 02:24:58.823 INFO STEP 41 (ensure_symlink) COMPLETE |
| 8608 | 2026-05-27T02:24:59.788Z | [ recovery-image] May 27 02:24:58.823 INFO O| May 27 02:24:58.823 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8609 | 2026-05-27T02:24:59.792Z | [ recovery-image] May 27 02:24:58.831 INFO O| May 27 02:24:58.830 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist |
| 8610 | 2026-05-27T02:24:59.792Z | [ recovery-image] May 27 02:24:58.831 INFO O| May 27 02:24:58.831 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ... |
| 8611 | 2026-05-27T02:24:59.795Z | [ recovery-image] May 27 02:24:58.831 INFO O| May 27 02:24:58.831 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo |
| 8612 | 2026-05-27T02:24:59.795Z | [ recovery-image] May 27 02:24:58.831 INFO O| May 27 02:24:58.831 INFO ok! |
| 8613 | 2026-05-27T02:24:59.795Z | [ recovery-image] May 27 02:24:58.831 INFO O| May 27 02:24:58.831 INFO STEP 42 (ensure_symlink) COMPLETE |
| 8614 | 2026-05-27T02:24:59.795Z | [ recovery-image] May 27 02:24:58.831 INFO O| May 27 02:24:58.831 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8615 | 2026-05-27T02:24:59.799Z | [ recovery-image] May 27 02:24:58.837 INFO O| May 27 02:24:58.837 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
| 8616 | 2026-05-27T02:24:59.799Z | [ recovery-image] May 27 02:24:58.837 INFO O| May 27 02:24:58.837 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ... |
| 8617 | 2026-05-27T02:24:59.802Z | [ recovery-image] May 27 02:24:58.837 INFO O| May 27 02:24:58.837 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8618 | 2026-05-27T02:24:59.802Z | [ recovery-image] May 27 02:24:58.837 INFO O| May 27 02:24:58.837 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8619 | 2026-05-27T02:24:59.802Z | [ recovery-image] May 27 02:24:58.837 INFO O| May 27 02:24:58.837 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8620 | 2026-05-27T02:24:59.802Z | [ recovery-image] May 27 02:24:58.837 INFO O| May 27 02:24:58.837 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8621 | 2026-05-27T02:24:59.802Z | [ recovery-image] May 27 02:24:58.837 INFO O| May 27 02:24:58.837 INFO ok! |
| 8622 | 2026-05-27T02:24:59.802Z | [ recovery-image] May 27 02:24:58.837 INFO O| May 27 02:24:58.837 INFO STEP 43 (ensure_file) COMPLETE |
| 8623 | 2026-05-27T02:24:59.802Z | [ recovery-image] May 27 02:24:58.837 INFO O| May 27 02:24:58.837 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8624 | 2026-05-27T02:24:59.805Z | [ recovery-image] May 27 02:24:58.844 INFO O| May 27 02:24:58.844 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
| 8625 | 2026-05-27T02:24:59.805Z | [ recovery-image] May 27 02:24:58.844 INFO O| May 27 02:24:58.844 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 ... |
| 8626 | 2026-05-27T02:24:59.808Z | [ recovery-image] May 27 02:24:58.844 INFO O| May 27 02:24:58.844 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 |
| 8627 | 2026-05-27T02:24:59.808Z | [ recovery-image] May 27 02:24:58.844 INFO O| May 27 02:24:58.844 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
| 8628 | 2026-05-27T02:24:59.808Z | [ recovery-image] May 27 02:24:58.844 INFO O| May 27 02:24:58.844 INFO ok! |
| 8629 | 2026-05-27T02:24:59.808Z | [ recovery-image] May 27 02:24:58.844 INFO O| May 27 02:24:58.844 INFO STEP 44 (ensure_file) COMPLETE |
| 8630 | 2026-05-27T02:24:59.808Z | [ recovery-image] May 27 02:24:58.844 INFO O| May 27 02:24:58.844 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8631 | 2026-05-27T02:24:59.812Z | [ recovery-image] May 27 02:24:58.850 INFO O| May 27 02:24:58.850 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist |
| 8632 | 2026-05-27T02:24:59.812Z | [ recovery-image] May 27 02:24:58.850 INFO O| May 27 02:24:58.850 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ... |
| 8633 | 2026-05-27T02:24:59.815Z | [ recovery-image] May 27 02:24:58.850 INFO O| May 27 02:24:58.850 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml |
| 8634 | 2026-05-27T02:24:59.815Z | [ recovery-image] May 27 02:24:58.850 INFO O| May 27 02:24:58.850 INFO ok! |
| 8635 | 2026-05-27T02:24:59.815Z | [ recovery-image] May 27 02:24:58.850 INFO O| May 27 02:24:58.850 INFO STEP 45 (ensure_file) COMPLETE |
| 8636 | 2026-05-27T02:24:59.815Z | [ recovery-image] May 27 02:24:58.850 INFO O| May 27 02:24:58.850 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 8637 | 2026-05-27T02:24:59.818Z | [ recovery-image] May 27 02:24:58.856 INFO O| May 27 02:24:58.856 INFO updating shadow file |
| 8638 | 2026-05-27T02:24:59.818Z | [ recovery-image] May 27 02:24:58.856 INFO O| May 27 02:24:58.856 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 8639 | 2026-05-27T02:24:59.818Z | [ recovery-image] May 27 02:24:58.856 INFO O| May 27 02:24:58.856 INFO STEP 46 (shadow) COMPLETE |
| 8640 | 2026-05-27T02:24:59.821Z | [ recovery-image] May 27 02:24:58.856 INFO O| May 27 02:24:58.856 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 8641 | 2026-05-27T02:24:59.824Z | [ recovery-image] May 27 02:24:58.861 INFO O| May 27 02:24:58.861 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
| 8642 | 2026-05-27T02:24:59.824Z | [ recovery-image] May 27 02:24:58.861 INFO O| May 27 02:24:58.861 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ... |
| 8643 | 2026-05-27T02:24:59.824Z | [ recovery-image] May 27 02:24:58.861 INFO O| May 27 02:24:58.861 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login |
| 8644 | 2026-05-27T02:24:59.824Z | [ recovery-image] May 27 02:24:58.861 INFO O| May 27 02:24:58.861 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login |
| 8645 | 2026-05-27T02:24:59.824Z | [ recovery-image] May 27 02:24:58.861 INFO O| May 27 02:24:58.861 INFO ok! |
| 8646 | 2026-05-27T02:24:59.824Z | [ recovery-image] May 27 02:24:58.861 INFO O| May 27 02:24:58.861 INFO STEP 47 (ensure_file) COMPLETE |
| 8647 | 2026-05-27T02:24:59.824Z | [ recovery-image] May 27 02:24:58.861 INFO O| May 27 02:24:58.861 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8648 | 2026-05-27T02:24:59.828Z | [ recovery-image] May 27 02:24:58.867 INFO O| May 27 02:24:58.867 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt |
| 8649 | 2026-05-27T02:24:59.828Z | [ recovery-image] May 27 02:24:58.867 INFO O| May 27 02:24:58.867 INFO STEP 48 (ensure_dir) COMPLETE |
| 8650 | 2026-05-27T02:24:59.828Z | [ recovery-image] May 27 02:24:58.867 INFO O| May 27 02:24:58.867 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8651 | 2026-05-27T02:24:59.835Z | [ recovery-image] May 27 02:24:58.873 INFO O| May 27 02:24:58.873 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide |
| 8652 | 2026-05-27T02:24:59.835Z | [ recovery-image] May 27 02:24:58.873 INFO O| May 27 02:24:58.873 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide |
| 8653 | 2026-05-27T02:24:59.838Z | [ recovery-image] May 27 02:24:58.873 INFO O| May 27 02:24:58.873 INFO STEP 49 (ensure_dir) COMPLETE |
| 8654 | 2026-05-27T02:24:59.838Z | [ recovery-image] May 27 02:24:58.873 INFO O| May 27 02:24:58.873 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8655 | 2026-05-27T02:24:59.841Z | [ recovery-image] May 27 02:24:58.879 INFO O| May 27 02:24:58.879 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator |
| 8656 | 2026-05-27T02:24:59.841Z | [ recovery-image] May 27 02:24:58.880 INFO O| May 27 02:24:58.879 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator |
| 8657 | 2026-05-27T02:24:59.841Z | [ recovery-image] May 27 02:24:58.880 INFO O| May 27 02:24:58.879 INFO STEP 50 (ensure_dir) COMPLETE |
| 8658 | 2026-05-27T02:24:59.841Z | [ recovery-image] May 27 02:24:58.880 INFO O| May 27 02:24:58.880 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8659 | 2026-05-27T02:24:59.847Z | [ recovery-image] May 27 02:24:58.886 INFO O| May 27 02:24:58.886 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
| 8660 | 2026-05-27T02:24:59.847Z | [ recovery-image] May 27 02:24:58.886 INFO O| May 27 02:24:58.886 INFO copying /tmp/.tmpG0N9od/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ... |
| 8661 | 2026-05-27T02:24:59.878Z | [ recovery-image] May 27 02:24:58.916 INFO O| May 27 02:24:58.916 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator |
| 8662 | 2026-05-27T02:24:59.878Z | [ recovery-image] May 27 02:24:58.916 INFO O| May 27 02:24:58.916 INFO ok! |
| 8663 | 2026-05-27T02:24:59.879Z | [ recovery-image] May 27 02:24:58.916 INFO O| May 27 02:24:58.916 INFO STEP 51 (ensure_file) COMPLETE |
| 8664 | 2026-05-27T02:24:59.882Z | [ recovery-image] May 27 02:24:58.917 INFO O| May 27 02:24:58.916 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8665 | 2026-05-27T02:24:59.885Z | [ recovery-image] May 27 02:24:58.922 INFO O| May 27 02:24:58.922 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg |
| 8666 | 2026-05-27T02:24:59.885Z | [ recovery-image] May 27 02:24:58.922 INFO O| May 27 02:24:58.922 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg |
| 8667 | 2026-05-27T02:24:59.885Z | [ recovery-image] May 27 02:24:58.922 INFO O| May 27 02:24:58.922 INFO STEP 52 (ensure_dir) COMPLETE |
| 8668 | 2026-05-27T02:24:59.885Z | [ recovery-image] May 27 02:24:58.922 INFO O| May 27 02:24:58.922 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8669 | 2026-05-27T02:24:59.890Z | [ recovery-image] May 27 02:24:58.928 INFO O| May 27 02:24:58.928 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
| 8670 | 2026-05-27T02:24:59.890Z | [ recovery-image] May 27 02:24:58.928 INFO O| May 27 02:24:58.928 INFO copying /tmp/.tmpG0N9od/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
| 8671 | 2026-05-27T02:24:59.893Z | [ recovery-image] May 27 02:24:58.929 INFO O| May 27 02:24:58.928 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION |
| 8672 | 2026-05-27T02:24:59.893Z | [ recovery-image] May 27 02:24:58.929 INFO O| May 27 02:24:58.929 INFO ok! |
| 8673 | 2026-05-27T02:24:59.893Z | [ recovery-image] May 27 02:24:58.929 INFO O| May 27 02:24:58.929 INFO STEP 53 (ensure_file) COMPLETE |
| 8674 | 2026-05-27T02:24:59.893Z | [ recovery-image] May 27 02:24:58.929 INFO O| May 27 02:24:58.929 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8675 | 2026-05-27T02:24:59.896Z | [ recovery-image] May 27 02:24:58.934 INFO O| May 27 02:24:58.934 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm |
| 8676 | 2026-05-27T02:24:59.896Z | [ recovery-image] May 27 02:24:58.934 INFO O| May 27 02:24:58.934 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm |
| 8677 | 2026-05-27T02:24:59.896Z | [ recovery-image] May 27 02:24:58.934 INFO O| May 27 02:24:58.934 INFO STEP 54 (ensure_dir) COMPLETE |
| 8678 | 2026-05-27T02:24:59.896Z | [ recovery-image] May 27 02:24:58.934 INFO O| May 27 02:24:58.934 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8679 | 2026-05-27T02:24:59.904Z | [ recovery-image] May 27 02:24:58.942 INFO O| May 27 02:24:58.942 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
| 8680 | 2026-05-27T02:24:59.904Z | [ recovery-image] May 27 02:24:58.942 INFO O| May 27 02:24:58.942 INFO copying /tmp/.tmpG0N9od/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
| 8681 | 2026-05-27T02:25:00.117Z | [ host-image] May 27 02:24:59.155 INFO O| creating archive... |
| 8682 | 2026-05-27T02:25:00.143Z | [ host-image] May 27 02:24:59.181 INFO O| missing from packaging: |
| 8683 | 2026-05-27T02:25:00.143Z | [ host-image] May 27 02:24:59.181 INFO O| "etc/.pwd.lock" |
| 8684 | 2026-05-27T02:25:00.143Z | [ host-image] May 27 02:24:59.181 INFO O| "etc/bash" |
| 8685 | 2026-05-27T02:25:00.147Z | [ host-image] May 27 02:24:59.185 INFO O| "etc/svc/profile/generic.xml" |
| 8686 | 2026-05-27T02:25:00.150Z | [ host-image] May 27 02:24:59.185 INFO O| "etc/svc/profile/inetd_services.xml" |
| 8687 | 2026-05-27T02:25:00.150Z | [ host-image] May 27 02:24:59.185 INFO O| "etc/svc/profile/name_service.xml" |
| 8688 | 2026-05-27T02:25:00.150Z | [ host-image] May 27 02:24:59.185 INFO O| "etc/svc/profile/platform.xml" |
| 8689 | 2026-05-27T02:25:00.150Z | [ host-image] May 27 02:24:59.185 INFO O| "etc/svc/profile/platform_omicron1.xml" |
| 8690 | 2026-05-27T02:25:00.150Z | [ host-image] May 27 02:24:59.185 INFO O| "etc/svc/repository.db" |
| 8691 | 2026-05-27T02:25:00.154Z | [ host-image] May 27 02:24:59.192 INFO O| "opt/ooce/share" |
| 8692 | 2026-05-27T02:25:00.156Z | [ host-image] May 27 02:24:59.192 INFO O| "opt/ooce/share/man" |
| 8693 | 2026-05-27T02:25:00.157Z | [ host-image] May 27 02:24:59.192 INFO O| "opt/ooce/share/man/man1" |
| 8694 | 2026-05-27T02:25:00.164Z | [ host-image] May 27 02:24:59.202 INFO O| finishing archive... |
| 8695 | 2026-05-27T02:25:00.502Z | [ recovery-image] May 27 02:24:59.540 INFO O| May 27 02:24:59.540 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
| 8696 | 2026-05-27T02:25:00.502Z | [ recovery-image] May 27 02:24:59.540 INFO O| May 27 02:24:59.540 INFO ok! |
| 8697 | 2026-05-27T02:25:00.502Z | [ recovery-image] May 27 02:24:59.540 INFO O| May 27 02:24:59.540 INFO STEP 55 (ensure_file) COMPLETE |
| 8698 | 2026-05-27T02:25:00.505Z | [ recovery-image] May 27 02:24:59.540 INFO O| May 27 02:24:59.540 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8699 | 2026-05-27T02:25:00.510Z | [ recovery-image] May 27 02:24:59.548 INFO O| May 27 02:24:59.548 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
| 8700 | 2026-05-27T02:25:00.510Z | [ recovery-image] May 27 02:24:59.548 INFO O| May 27 02:24:59.548 INFO copying /tmp/.tmpG0N9od/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
| 8701 | 2026-05-27T02:25:01.119Z | [ recovery-image] May 27 02:25:00.155 INFO O| May 27 02:25:00.155 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
| 8702 | 2026-05-27T02:25:01.119Z | [ recovery-image] May 27 02:25:00.155 INFO O| May 27 02:25:00.155 INFO ok! |
| 8703 | 2026-05-27T02:25:01.122Z | [ recovery-image] May 27 02:25:00.155 INFO O| May 27 02:25:00.155 INFO STEP 56 (ensure_file) COMPLETE |
| 8704 | 2026-05-27T02:25:01.122Z | [ recovery-image] May 27 02:25:00.155 INFO O| May 27 02:25:00.155 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8705 | 2026-05-27T02:25:01.126Z | [ recovery-image] May 27 02:25:00.164 INFO O| May 27 02:25:00.164 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
| 8706 | 2026-05-27T02:25:01.129Z | [ recovery-image] May 27 02:25:00.164 INFO O| May 27 02:25:00.164 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
| 8707 | 2026-05-27T02:25:01.129Z | [ recovery-image] May 27 02:25:00.164 INFO O| May 27 02:25:00.164 INFO STEP 57 (ensure_dir) COMPLETE |
| 8708 | 2026-05-27T02:25:01.129Z | [ recovery-image] May 27 02:25:00.164 INFO O| May 27 02:25:00.164 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8709 | 2026-05-27T02:25:01.133Z | [ recovery-image] May 27 02:25:00.171 INFO O| May 27 02:25:00.171 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
| 8710 | 2026-05-27T02:25:01.136Z | [ recovery-image] May 27 02:25:00.171 INFO O| May 27 02:25:00.171 INFO copying /tmp/.tmpG0N9od/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 ... |
| 8711 | 2026-05-27T02:25:01.136Z | [ recovery-image] May 27 02:25:00.171 INFO O| May 27 02:25:00.171 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 |
| 8712 | 2026-05-27T02:25:01.136Z | [ recovery-image] May 27 02:25:00.171 INFO O| May 27 02:25:00.171 INFO ok! |
| 8713 | 2026-05-27T02:25:01.136Z | [ recovery-image] May 27 02:25:00.171 INFO O| May 27 02:25:00.171 INFO STEP 58 (ensure_file) COMPLETE |
| 8714 | 2026-05-27T02:25:01.136Z | [ recovery-image] May 27 02:25:00.171 INFO O| May 27 02:25:00.171 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8715 | 2026-05-27T02:25:01.141Z | [ recovery-image] May 27 02:25:00.179 INFO O| May 27 02:25:00.179 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
| 8716 | 2026-05-27T02:25:01.141Z | [ recovery-image] May 27 02:25:00.179 INFO O| May 27 02:25:00.179 INFO copying /tmp/.tmpG0N9od/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 ... |
| 8717 | 2026-05-27T02:25:01.141Z | [ recovery-image] May 27 02:25:00.179 INFO O| May 27 02:25:00.179 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 |
| 8718 | 2026-05-27T02:25:01.144Z | [ recovery-image] May 27 02:25:00.179 INFO O| May 27 02:25:00.179 INFO ok! |
| 8719 | 2026-05-27T02:25:01.144Z | [ recovery-image] May 27 02:25:00.179 INFO O| May 27 02:25:00.179 INFO STEP 59 (ensure_file) COMPLETE |
| 8720 | 2026-05-27T02:25:01.144Z | [ recovery-image] May 27 02:25:00.179 INFO O| May 27 02:25:00.179 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8721 | 2026-05-27T02:25:01.147Z | [ recovery-image] May 27 02:25:00.186 INFO O| May 27 02:25:00.186 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
| 8722 | 2026-05-27T02:25:01.150Z | [ recovery-image] May 27 02:25:00.186 INFO O| May 27 02:25:00.186 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
| 8723 | 2026-05-27T02:25:01.150Z | [ recovery-image] May 27 02:25:00.186 INFO O| May 27 02:25:00.186 INFO STEP 60 (ensure_dir) COMPLETE |
| 8724 | 2026-05-27T02:25:01.150Z | [ recovery-image] May 27 02:25:00.186 INFO O| May 27 02:25:00.186 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8725 | 2026-05-27T02:25:01.154Z | [ recovery-image] May 27 02:25:00.192 INFO O| May 27 02:25:00.192 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
| 8726 | 2026-05-27T02:25:01.154Z | [ recovery-image] May 27 02:25:00.192 INFO O| May 27 02:25:00.192 INFO copying /tmp/.tmpG0N9od/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 ... |
| 8727 | 2026-05-27T02:25:01.156Z | [ recovery-image] May 27 02:25:00.192 INFO O| May 27 02:25:00.192 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
| 8728 | 2026-05-27T02:25:01.157Z | [ recovery-image] May 27 02:25:00.192 INFO O| May 27 02:25:00.192 INFO ok! |
| 8729 | 2026-05-27T02:25:01.157Z | [ recovery-image] May 27 02:25:00.192 INFO O| May 27 02:25:00.192 INFO STEP 61 (ensure_file) COMPLETE |
| 8730 | 2026-05-27T02:25:01.157Z | [ recovery-image] May 27 02:25:00.192 INFO O| May 27 02:25:00.192 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8731 | 2026-05-27T02:25:01.162Z | [ recovery-image] May 27 02:25:00.199 INFO O| May 27 02:25:00.199 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
| 8732 | 2026-05-27T02:25:01.162Z | [ recovery-image] May 27 02:25:00.199 INFO O| May 27 02:25:00.199 INFO copying /tmp/.tmpG0N9od/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 ... |
| 8733 | 2026-05-27T02:25:01.165Z | [ recovery-image] May 27 02:25:00.199 INFO O| May 27 02:25:00.199 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 |
| 8734 | 2026-05-27T02:25:01.165Z | [ recovery-image] May 27 02:25:00.199 INFO O| May 27 02:25:00.199 INFO ok! |
| 8735 | 2026-05-27T02:25:01.165Z | [ recovery-image] May 27 02:25:00.199 INFO O| May 27 02:25:00.199 INFO STEP 62 (ensure_file) COMPLETE |
| 8736 | 2026-05-27T02:25:01.165Z | [ recovery-image] May 27 02:25:00.199 INFO O| May 27 02:25:00.199 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8737 | 2026-05-27T02:25:01.168Z | [ recovery-image] May 27 02:25:00.205 INFO O| May 27 02:25:00.205 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
| 8738 | 2026-05-27T02:25:01.168Z | [ recovery-image] May 27 02:25:00.205 INFO O| May 27 02:25:00.205 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
| 8739 | 2026-05-27T02:25:01.168Z | [ recovery-image] May 27 02:25:00.205 INFO O| May 27 02:25:00.205 INFO STEP 63 (ensure_dir) COMPLETE |
| 8740 | 2026-05-27T02:25:01.168Z | [ recovery-image] May 27 02:25:00.205 INFO O| May 27 02:25:00.205 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8741 | 2026-05-27T02:25:01.172Z | [ recovery-image] May 27 02:25:00.211 INFO O| May 27 02:25:00.211 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
| 8742 | 2026-05-27T02:25:01.172Z | [ recovery-image] May 27 02:25:00.211 INFO O| May 27 02:25:00.211 INFO copying /tmp/.tmpG0N9od/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 ... |
| 8743 | 2026-05-27T02:25:01.176Z | [ recovery-image] May 27 02:25:00.211 INFO O| May 27 02:25:00.211 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
| 8744 | 2026-05-27T02:25:01.176Z | [ recovery-image] May 27 02:25:00.211 INFO O| May 27 02:25:00.211 INFO ok! |
| 8745 | 2026-05-27T02:25:01.176Z | [ recovery-image] May 27 02:25:00.211 INFO O| May 27 02:25:00.211 INFO STEP 64 (ensure_file) COMPLETE |
| 8746 | 2026-05-27T02:25:01.176Z | [ recovery-image] May 27 02:25:00.211 INFO O| May 27 02:25:00.211 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8747 | 2026-05-27T02:25:01.179Z | [ recovery-image] May 27 02:25:00.217 INFO O| May 27 02:25:00.217 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
| 8748 | 2026-05-27T02:25:01.179Z | [ recovery-image] May 27 02:25:00.217 INFO O| May 27 02:25:00.217 INFO copying /tmp/.tmpG0N9od/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
| 8749 | 2026-05-27T02:25:01.179Z | [ recovery-image] May 27 02:25:00.217 INFO O| May 27 02:25:00.217 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
| 8750 | 2026-05-27T02:25:01.179Z | [ recovery-image] May 27 02:25:00.217 INFO O| May 27 02:25:00.217 INFO ok! |
| 8751 | 2026-05-27T02:25:01.179Z | [ recovery-image] May 27 02:25:00.217 INFO O| May 27 02:25:00.217 INFO STEP 65 (ensure_file) COMPLETE |
| 8752 | 2026-05-27T02:25:01.179Z | [ recovery-image] May 27 02:25:00.217 INFO O| May 27 02:25:00.217 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8753 | 2026-05-27T02:25:01.185Z | [ recovery-image] May 27 02:25:00.223 INFO O| May 27 02:25:00.223 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib |
| 8754 | 2026-05-27T02:25:01.185Z | [ recovery-image] May 27 02:25:00.223 INFO O| May 27 02:25:00.223 INFO STEP 66 (ensure_dir) COMPLETE |
| 8755 | 2026-05-27T02:25:01.188Z | [ recovery-image] May 27 02:25:00.223 INFO O| May 27 02:25:00.223 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8756 | 2026-05-27T02:25:01.191Z | [ recovery-image] May 27 02:25:00.229 INFO O| May 27 02:25:00.229 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc |
| 8757 | 2026-05-27T02:25:01.191Z | [ recovery-image] May 27 02:25:00.229 INFO O| May 27 02:25:00.229 INFO STEP 67 (ensure_dir) COMPLETE |
| 8758 | 2026-05-27T02:25:01.191Z | [ recovery-image] May 27 02:25:00.229 INFO O| May 27 02:25:00.229 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8759 | 2026-05-27T02:25:01.197Z | [ recovery-image] May 27 02:25:00.236 INFO O| May 27 02:25:00.236 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest |
| 8760 | 2026-05-27T02:25:01.197Z | [ recovery-image] May 27 02:25:00.236 INFO O| May 27 02:25:00.236 INFO STEP 68 (ensure_dir) COMPLETE |
| 8761 | 2026-05-27T02:25:01.197Z | [ recovery-image] May 27 02:25:00.236 INFO O| May 27 02:25:00.236 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8762 | 2026-05-27T02:25:01.204Z | [ recovery-image] May 27 02:25:00.243 INFO O| May 27 02:25:00.243 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site |
| 8763 | 2026-05-27T02:25:01.204Z | [ recovery-image] May 27 02:25:00.243 INFO O| May 27 02:25:00.243 INFO STEP 69 (ensure_dir) COMPLETE |
| 8764 | 2026-05-27T02:25:01.207Z | [ recovery-image] May 27 02:25:00.243 INFO O| May 27 02:25:00.243 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8765 | 2026-05-27T02:25:01.211Z | [ recovery-image] May 27 02:25:00.249 INFO O| May 27 02:25:00.249 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
| 8766 | 2026-05-27T02:25:01.211Z | [ recovery-image] May 27 02:25:00.249 INFO O| May 27 02:25:00.249 INFO copying /tmp/.tmpG0N9od/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
| 8767 | 2026-05-27T02:25:01.214Z | [ recovery-image] May 27 02:25:00.249 INFO O| May 27 02:25:00.249 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
| 8768 | 2026-05-27T02:25:01.214Z | [ recovery-image] May 27 02:25:00.249 INFO O| May 27 02:25:00.249 INFO ok! |
| 8769 | 2026-05-27T02:25:01.214Z | [ recovery-image] May 27 02:25:00.249 INFO O| May 27 02:25:00.249 INFO STEP 70 (ensure_file) COMPLETE |
| 8770 | 2026-05-27T02:25:01.214Z | [ recovery-image] May 27 02:25:00.249 INFO O| May 27 02:25:00.249 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8771 | 2026-05-27T02:25:01.217Z | [ recovery-image] May 27 02:25:00.255 INFO O| May 27 02:25:00.255 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
| 8772 | 2026-05-27T02:25:01.217Z | [ recovery-image] May 27 02:25:00.255 INFO O| May 27 02:25:00.255 INFO STEP 71 (remove_files) COMPLETE |
| 8773 | 2026-05-27T02:25:01.217Z | [ recovery-image] May 27 02:25:00.255 INFO O| May 27 02:25:00.255 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8774 | 2026-05-27T02:25:01.223Z | [ recovery-image] May 27 02:25:00.261 INFO O| May 27 02:25:00.261 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap" |
| 8775 | 2026-05-27T02:25:01.226Z | [ recovery-image] May 27 02:25:00.261 INFO O| May 27 02:25:00.261 INFO STEP 72 (remove_files) COMPLETE |
| 8776 | 2026-05-27T02:25:01.226Z | [ recovery-image] May 27 02:25:00.261 INFO O| May 27 02:25:00.261 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8777 | 2026-05-27T02:25:01.230Z | [ recovery-image] May 27 02:25:00.268 INFO O| May 27 02:25:00.268 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc" |
| 8778 | 2026-05-27T02:25:01.233Z | [ recovery-image] May 27 02:25:00.268 INFO O| May 27 02:25:00.268 INFO STEP 73 (remove_files) COMPLETE |
| 8779 | 2026-05-27T02:25:01.233Z | [ recovery-image] May 27 02:25:00.268 INFO O| May 27 02:25:00.268 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8780 | 2026-05-27T02:25:01.237Z | [ recovery-image] May 27 02:25:00.275 INFO O| May 27 02:25:00.275 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security" |
| 8781 | 2026-05-27T02:25:01.240Z | [ recovery-image] May 27 02:25:00.275 INFO O| May 27 02:25:00.275 INFO STEP 74 (remove_files) COMPLETE |
| 8782 | 2026-05-27T02:25:01.240Z | [ recovery-image] May 27 02:25:00.275 INFO O| May 27 02:25:00.275 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8783 | 2026-05-27T02:25:01.243Z | [ recovery-image] May 27 02:25:00.281 INFO O| May 27 02:25:00.281 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares" |
| 8784 | 2026-05-27T02:25:01.243Z | [ recovery-image] May 27 02:25:00.281 INFO O| May 27 02:25:00.281 INFO STEP 75 (remove_files) COMPLETE |
| 8785 | 2026-05-27T02:25:01.243Z | [ recovery-image] May 27 02:25:00.281 INFO O| May 27 02:25:00.281 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8786 | 2026-05-27T02:25:01.248Z | [ recovery-image] May 27 02:25:00.287 INFO O| May 27 02:25:00.287 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb" |
| 8787 | 2026-05-27T02:25:01.248Z | [ recovery-image] May 27 02:25:00.287 INFO O| May 27 02:25:00.287 INFO STEP 76 (remove_files) COMPLETE |
| 8788 | 2026-05-27T02:25:01.253Z | [ recovery-image] May 27 02:25:00.287 INFO O| May 27 02:25:00.287 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8789 | 2026-05-27T02:25:01.257Z | [ recovery-image] May 27 02:25:00.292 INFO O| May 27 02:25:00.292 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
| 8790 | 2026-05-27T02:25:01.257Z | [ recovery-image] May 27 02:25:00.292 INFO O| May 27 02:25:00.292 INFO STEP 77 (remove_files) COMPLETE |
| 8791 | 2026-05-27T02:25:01.257Z | [ recovery-image] May 27 02:25:00.292 INFO O| May 27 02:25:00.292 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8792 | 2026-05-27T02:25:01.260Z | [ recovery-image] May 27 02:25:00.298 INFO O| May 27 02:25:00.298 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
| 8793 | 2026-05-27T02:25:01.260Z | [ recovery-image] May 27 02:25:00.298 INFO O| May 27 02:25:00.298 INFO STEP 78 (remove_files) COMPLETE |
| 8794 | 2026-05-27T02:25:01.260Z | [ recovery-image] May 27 02:25:00.298 INFO O| May 27 02:25:00.298 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8795 | 2026-05-27T02:25:01.266Z | [ recovery-image] May 27 02:25:00.304 INFO O| May 27 02:25:00.304 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
| 8796 | 2026-05-27T02:25:01.266Z | [ recovery-image] May 27 02:25:00.304 INFO O| May 27 02:25:00.304 INFO STEP 79 (remove_files) COMPLETE |
| 8797 | 2026-05-27T02:25:01.266Z | [ recovery-image] May 27 02:25:00.304 INFO O| May 27 02:25:00.304 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8798 | 2026-05-27T02:25:01.272Z | [ recovery-image] May 27 02:25:00.310 INFO O| May 27 02:25:00.310 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
| 8799 | 2026-05-27T02:25:01.272Z | [ recovery-image] May 27 02:25:00.310 INFO O| May 27 02:25:00.310 INFO STEP 80 (remove_files) COMPLETE |
| 8800 | 2026-05-27T02:25:01.272Z | [ recovery-image] May 27 02:25:00.310 INFO O| May 27 02:25:00.310 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8801 | 2026-05-27T02:25:01.277Z | [ recovery-image] May 27 02:25:00.315 INFO O| May 27 02:25:00.315 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
| 8802 | 2026-05-27T02:25:01.277Z | [ recovery-image] May 27 02:25:00.315 INFO O| May 27 02:25:00.315 INFO STEP 81 (remove_files) COMPLETE |
| 8803 | 2026-05-27T02:25:01.280Z | [ recovery-image] May 27 02:25:00.315 INFO O| May 27 02:25:00.315 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8804 | 2026-05-27T02:25:01.282Z | [ recovery-image] May 27 02:25:00.321 INFO O| May 27 02:25:00.321 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
| 8805 | 2026-05-27T02:25:01.282Z | [ recovery-image] May 27 02:25:00.321 INFO O| May 27 02:25:00.321 INFO STEP 82 (remove_files) COMPLETE |
| 8806 | 2026-05-27T02:25:01.283Z | [ recovery-image] May 27 02:25:00.321 INFO O| May 27 02:25:00.321 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8807 | 2026-05-27T02:25:01.334Z | [ recovery-image] May 27 02:25:00.326 INFO O| May 27 02:25:00.326 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
| 8808 | 2026-05-27T02:25:01.334Z | [ recovery-image] May 27 02:25:00.326 INFO O| May 27 02:25:00.326 INFO STEP 83 (remove_files) COMPLETE |
| 8809 | 2026-05-27T02:25:01.334Z | [ recovery-image] May 27 02:25:00.326 INFO O| May 27 02:25:00.326 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8810 | 2026-05-27T02:25:01.334Z | [ recovery-image] May 27 02:25:00.331 INFO O| May 27 02:25:00.331 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
| 8811 | 2026-05-27T02:25:01.335Z | [ recovery-image] May 27 02:25:00.331 INFO O| May 27 02:25:00.331 INFO STEP 84 (remove_files) COMPLETE |
| 8812 | 2026-05-27T02:25:01.335Z | [ recovery-image] May 27 02:25:00.331 INFO O| May 27 02:25:00.331 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8813 | 2026-05-27T02:25:01.335Z | [ recovery-image] May 27 02:25:00.337 INFO O| May 27 02:25:00.337 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
| 8814 | 2026-05-27T02:25:01.335Z | [ recovery-image] May 27 02:25:00.337 INFO O| May 27 02:25:00.337 INFO STEP 85 (remove_files) COMPLETE |
| 8815 | 2026-05-27T02:25:01.335Z | [ recovery-image] May 27 02:25:00.337 INFO O| May 27 02:25:00.337 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8816 | 2026-05-27T02:25:01.335Z | [ recovery-image] May 27 02:25:00.342 INFO O| May 27 02:25:00.342 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
| 8817 | 2026-05-27T02:25:01.335Z | [ recovery-image] May 27 02:25:00.342 INFO O| May 27 02:25:00.342 INFO STEP 86 (remove_files) COMPLETE |
| 8818 | 2026-05-27T02:25:01.335Z | [ recovery-image] May 27 02:25:00.342 INFO O| May 27 02:25:00.342 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8819 | 2026-05-27T02:25:01.335Z | [ recovery-image] May 27 02:25:00.349 INFO O| May 27 02:25:00.349 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
| 8820 | 2026-05-27T02:25:01.335Z | [ recovery-image] May 27 02:25:00.349 INFO O| May 27 02:25:00.349 INFO STEP 87 (remove_files) COMPLETE |
| 8821 | 2026-05-27T02:25:01.335Z | [ recovery-image] May 27 02:25:00.349 INFO O| May 27 02:25:00.349 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8822 | 2026-05-27T02:25:01.335Z | [ recovery-image] May 27 02:25:00.356 INFO O| May 27 02:25:00.356 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
| 8823 | 2026-05-27T02:25:01.335Z | [ recovery-image] May 27 02:25:00.356 INFO O| May 27 02:25:00.356 INFO STEP 88 (remove_files) COMPLETE |
| 8824 | 2026-05-27T02:25:01.335Z | [ recovery-image] May 27 02:25:00.356 INFO O| May 27 02:25:00.356 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8825 | 2026-05-27T02:25:01.335Z | [ recovery-image] May 27 02:25:00.362 INFO O| May 27 02:25:00.362 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
| 8826 | 2026-05-27T02:25:01.335Z | [ recovery-image] May 27 02:25:00.362 INFO O| May 27 02:25:00.362 INFO STEP 89 (remove_files) COMPLETE |
| 8827 | 2026-05-27T02:25:01.335Z | [ recovery-image] May 27 02:25:00.362 INFO O| May 27 02:25:00.362 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8828 | 2026-05-27T02:25:01.335Z | [ recovery-image] May 27 02:25:00.368 INFO O| May 27 02:25:00.368 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
| 8829 | 2026-05-27T02:25:01.335Z | [ recovery-image] May 27 02:25:00.368 INFO O| May 27 02:25:00.368 INFO STEP 90 (remove_files) COMPLETE |
| 8830 | 2026-05-27T02:25:01.335Z | [ recovery-image] May 27 02:25:00.368 INFO O| May 27 02:25:00.368 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8831 | 2026-05-27T02:25:01.339Z | [ recovery-image] May 27 02:25:00.374 INFO O| May 27 02:25:00.374 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
| 8832 | 2026-05-27T02:25:01.339Z | [ recovery-image] May 27 02:25:00.374 INFO O| May 27 02:25:00.374 INFO STEP 91 (remove_files) COMPLETE |
| 8833 | 2026-05-27T02:25:01.339Z | [ recovery-image] May 27 02:25:00.374 INFO O| May 27 02:25:00.374 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8834 | 2026-05-27T02:25:01.342Z | [ recovery-image] May 27 02:25:00.381 INFO O| May 27 02:25:00.381 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat" |
| 8835 | 2026-05-27T02:25:01.342Z | [ recovery-image] May 27 02:25:00.381 INFO O| May 27 02:25:00.381 INFO STEP 92 (remove_files) COMPLETE |
| 8836 | 2026-05-27T02:25:01.345Z | [ recovery-image] May 27 02:25:00.381 INFO O| May 27 02:25:00.381 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8837 | 2026-05-27T02:25:01.348Z | [ recovery-image] May 27 02:25:00.387 INFO O| May 27 02:25:00.387 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
| 8838 | 2026-05-27T02:25:01.348Z | [ recovery-image] May 27 02:25:00.387 INFO O| May 27 02:25:00.387 INFO STEP 93 (remove_files) COMPLETE |
| 8839 | 2026-05-27T02:25:01.348Z | [ recovery-image] May 27 02:25:00.387 INFO O| May 27 02:25:00.387 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8840 | 2026-05-27T02:25:01.354Z | [ recovery-image] May 27 02:25:00.392 INFO O| May 27 02:25:00.392 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
| 8841 | 2026-05-27T02:25:01.354Z | [ recovery-image] May 27 02:25:00.392 INFO O| May 27 02:25:00.392 INFO STEP 94 (remove_files) COMPLETE |
| 8842 | 2026-05-27T02:25:01.359Z | [ recovery-image] May 27 02:25:00.392 INFO O| May 27 02:25:00.392 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8843 | 2026-05-27T02:25:01.362Z | [ recovery-image] May 27 02:25:00.398 INFO O| May 27 02:25:00.398 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
| 8844 | 2026-05-27T02:25:01.362Z | [ recovery-image] May 27 02:25:00.398 INFO O| May 27 02:25:00.398 INFO STEP 95 (remove_files) COMPLETE |
| 8845 | 2026-05-27T02:25:01.362Z | [ recovery-image] May 27 02:25:00.398 INFO O| May 27 02:25:00.398 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8846 | 2026-05-27T02:25:01.365Z | [ recovery-image] May 27 02:25:00.403 INFO O| May 27 02:25:00.403 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
| 8847 | 2026-05-27T02:25:01.365Z | [ recovery-image] May 27 02:25:00.403 INFO O| May 27 02:25:00.403 INFO STEP 96 (remove_files) COMPLETE |
| 8848 | 2026-05-27T02:25:01.366Z | [ recovery-image] May 27 02:25:00.403 INFO O| May 27 02:25:00.403 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8849 | 2026-05-27T02:25:01.371Z | [ recovery-image] May 27 02:25:00.410 INFO O| May 27 02:25:00.410 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
| 8850 | 2026-05-27T02:25:01.371Z | [ recovery-image] May 27 02:25:00.410 INFO O| May 27 02:25:00.410 INFO STEP 97 (remove_files) COMPLETE |
| 8851 | 2026-05-27T02:25:01.374Z | [ recovery-image] May 27 02:25:00.410 INFO O| May 27 02:25:00.410 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8852 | 2026-05-27T02:25:01.377Z | [ recovery-image] May 27 02:25:00.415 INFO O| May 27 02:25:00.415 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
| 8853 | 2026-05-27T02:25:01.377Z | [ recovery-image] May 27 02:25:00.415 INFO O| May 27 02:25:00.415 INFO STEP 98 (remove_files) COMPLETE |
| 8854 | 2026-05-27T02:25:01.377Z | [ recovery-image] May 27 02:25:00.415 INFO O| May 27 02:25:00.415 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8855 | 2026-05-27T02:25:01.384Z | [ recovery-image] May 27 02:25:00.422 INFO O| May 27 02:25:00.422 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
| 8856 | 2026-05-27T02:25:01.386Z | [ recovery-image] May 27 02:25:00.422 INFO O| May 27 02:25:00.422 INFO STEP 99 (remove_files) COMPLETE |
| 8857 | 2026-05-27T02:25:01.386Z | [ recovery-image] May 27 02:25:00.422 INFO O| May 27 02:25:00.422 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8858 | 2026-05-27T02:25:01.393Z | [ recovery-image] May 27 02:25:00.431 INFO O| May 27 02:25:00.431 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal |
| 8859 | 2026-05-27T02:25:01.395Z | [ recovery-image] May 27 02:25:00.431 INFO O| May 27 02:25:00.431 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
| 8860 | 2026-05-27T02:25:02.689Z | [ host-image] May 27 02:25:01.727 INFO O| creating gzonly manifest... |
| 8861 | 2026-05-27T02:25:02.695Z | [ host-image] May 27 02:25:01.733 INFO O| ok |
| 8862 | 2026-05-27T02:25:02.781Z | [ host-image] May 27 02:25:01.819 INFO image builder template: ramdisk-02-trim... |
| 8863 | 2026-05-27T02:25:02.781Z | [ host-image] May 27 02:25:01.819 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/.tmpG0N9od/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", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-02-trim"], pwd: None |
| 8864 | 2026-05-27T02:25:02.797Z | [ host-image] May 27 02:25:01.836 INFO O| May 27 02:25:01.835 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 8865 | 2026-05-27T02:25:02.801Z | [ host-image] May 27 02:25:01.839 INFO O| May 27 02:25:01.839 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 8866 | 2026-05-27T02:25:02.968Z | [ host-image] May 27 02:25:02.005 INFO O| May 27 02:25:02.005 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled |
| 8867 | 2026-05-27T02:25:03.043Z | [ host-image] May 27 02:25:02.081 INFO O| May 27 02:25:02.081 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 8868 | 2026-05-27T02:25:03.043Z | [ host-image] May 27 02:25:02.081 INFO O| May 27 02:25:02.081 INFO work dataset: rpool/images/build/host/work/sled/ramdisk |
| 8869 | 2026-05-27T02:25:03.047Z | [ host-image] May 27 02:25:02.086 INFO O| May 27 02:25:02.086 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim |
| 8870 | 2026-05-27T02:25:03.051Z | [ host-image] May 27 02:25:02.089 INFO O| May 27 02:25:02.089 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os |
| 8871 | 2026-05-27T02:25:03.054Z | [ host-image] May 27 02:25:02.093 INFO O| May 27 02:25:02.093 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os |
| 8872 | 2026-05-27T02:25:03.446Z | [ host-image] May 27 02:25:02.484 INFO O| May 27 02:25:02.484 INFO rolled back to input snapshot; work may begin |
| 8873 | 2026-05-27T02:25:03.447Z | [ host-image] May 27 02:25:02.484 INFO O| May 27 02:25:02.484 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk |
| 8874 | 2026-05-27T02:25:03.450Z | [ host-image] May 27 02:25:02.488 INFO O| May 27 02:25:02.488 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8875 | 2026-05-27T02:25:03.456Z | [ host-image] May 27 02:25:02.495 INFO O| May 27 02:25:02.495 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg" |
| 8876 | 2026-05-27T02:25:03.496Z | [ host-image] May 27 02:25:02.534 INFO O| May 27 02:25:02.533 INFO STEP 0 (remove_files) COMPLETE |
| 8877 | 2026-05-27T02:25:03.496Z | [ host-image] May 27 02:25:02.534 INFO O| May 27 02:25:02.533 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8878 | 2026-05-27T02:25:03.503Z | [ host-image] May 27 02:25:02.541 INFO O| May 27 02:25:02.541 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4" |
| 8879 | 2026-05-27T02:25:03.509Z | [ host-image] May 27 02:25:02.542 INFO O| May 27 02:25:02.542 INFO STEP 1 (remove_files) COMPLETE |
| 8880 | 2026-05-27T02:25:03.509Z | [ host-image] May 27 02:25:02.542 INFO O| May 27 02:25:02.542 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8881 | 2026-05-27T02:25:03.512Z | [ host-image] May 27 02:25:02.549 INFO O| May 27 02:25:02.549 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include" |
| 8882 | 2026-05-27T02:25:03.522Z | [ host-image] May 27 02:25:02.560 INFO O| May 27 02:25:02.560 INFO STEP 2 (remove_files) COMPLETE |
| 8883 | 2026-05-27T02:25:03.522Z | [ host-image] May 27 02:25:02.560 INFO O| May 27 02:25:02.560 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8884 | 2026-05-27T02:25:03.527Z | [ host-image] May 27 02:25:02.565 INFO O| May 27 02:25:02.565 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo" |
| 8885 | 2026-05-27T02:25:03.530Z | [ host-image] May 27 02:25:02.567 INFO O| May 27 02:25:02.567 INFO STEP 3 (remove_files) COMPLETE |
| 8886 | 2026-05-27T02:25:03.530Z | [ host-image] May 27 02:25:02.567 INFO O| May 27 02:25:02.567 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8887 | 2026-05-27T02:25:03.535Z | [ host-image] May 27 02:25:02.573 INFO O| May 27 02:25:02.573 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help" |
| 8888 | 2026-05-27T02:25:03.538Z | [ host-image] May 27 02:25:02.576 INFO O| May 27 02:25:02.576 INFO STEP 4 (remove_files) COMPLETE |
| 8889 | 2026-05-27T02:25:03.538Z | [ host-image] May 27 02:25:02.576 INFO O| May 27 02:25:02.576 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8890 | 2026-05-27T02:25:03.544Z | [ host-image] May 27 02:25:02.582 INFO O| May 27 02:25:02.582 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc" |
| 8891 | 2026-05-27T02:25:03.547Z | [ host-image] May 27 02:25:02.584 INFO O| May 27 02:25:02.584 INFO STEP 5 (remove_files) COMPLETE |
| 8892 | 2026-05-27T02:25:03.547Z | [ host-image] May 27 02:25:02.584 INFO O| May 27 02:25:02.584 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8893 | 2026-05-27T02:25:03.552Z | [ host-image] May 27 02:25:02.590 INFO O| May 27 02:25:02.590 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion" |
| 8894 | 2026-05-27T02:25:03.560Z | [ host-image] May 27 02:25:02.599 INFO O| May 27 02:25:02.599 INFO STEP 6 (remove_files) COMPLETE |
| 8895 | 2026-05-27T02:25:03.560Z | [ host-image] May 27 02:25:02.599 INFO O| May 27 02:25:02.599 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8896 | 2026-05-27T02:25:03.564Z | [ host-image] May 27 02:25:02.599 INFO O| May 27 02:25:02.599 INFO skip step because feature "heliosv2" is not enabled |
| 8897 | 2026-05-27T02:25:03.564Z | [ host-image] May 27 02:25:02.599 INFO O| May 27 02:25:02.599 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8898 | 2026-05-27T02:25:03.567Z | [ host-image] May 27 02:25:02.605 INFO O| May 27 02:25:02.605 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man" |
| 8899 | 2026-05-27T02:25:03.577Z | [ host-image] May 27 02:25:02.616 INFO O| May 27 02:25:02.616 INFO STEP 8 (remove_files) COMPLETE |
| 8900 | 2026-05-27T02:25:03.577Z | [ host-image] May 27 02:25:02.616 INFO O| May 27 02:25:02.616 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8901 | 2026-05-27T02:25:03.585Z | [ host-image] May 27 02:25:02.623 INFO O| May 27 02:25:02.623 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl" |
| 8902 | 2026-05-27T02:25:03.646Z | [ host-image] May 27 02:25:02.684 INFO O| May 27 02:25:02.684 INFO STEP 9 (remove_files) COMPLETE |
| 8903 | 2026-05-27T02:25:03.646Z | [ host-image] May 27 02:25:02.684 INFO O| May 27 02:25:02.684 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8904 | 2026-05-27T02:25:03.653Z | [ host-image] May 27 02:25:02.691 INFO O| May 27 02:25:02.691 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man" |
| 8905 | 2026-05-27T02:25:03.728Z | [ host-image] May 27 02:25:02.766 INFO O| May 27 02:25:02.766 INFO STEP 10 (remove_files) COMPLETE |
| 8906 | 2026-05-27T02:25:03.732Z | [ host-image] May 27 02:25:02.766 INFO O| May 27 02:25:02.766 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8907 | 2026-05-27T02:25:03.738Z | [ host-image] May 27 02:25:02.773 INFO O| May 27 02:25:02.773 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp" |
| 8908 | 2026-05-27T02:25:03.738Z | [ host-image] May 27 02:25:02.776 INFO O| May 27 02:25:02.776 INFO STEP 11 (remove_files) COMPLETE |
| 8909 | 2026-05-27T02:25:03.738Z | [ host-image] May 27 02:25:02.776 INFO O| May 27 02:25:02.776 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8910 | 2026-05-27T02:25:03.743Z | [ host-image] May 27 02:25:02.781 INFO O| May 27 02:25:02.781 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386" |
| 8911 | 2026-05-27T02:25:03.746Z | [ host-image] May 27 02:25:02.782 INFO O| May 27 02:25:02.782 INFO STEP 12 (remove_files) COMPLETE |
| 8912 | 2026-05-27T02:25:03.746Z | [ host-image] May 27 02:25:02.782 INFO O| May 27 02:25:02.782 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8913 | 2026-05-27T02:25:03.749Z | [ host-image] May 27 02:25:02.787 INFO O| May 27 02:25:02.787 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv" |
| 8914 | 2026-05-27T02:25:03.752Z | [ host-image] May 27 02:25:02.788 INFO O| May 27 02:25:02.788 INFO STEP 13 (remove_files) COMPLETE |
| 8915 | 2026-05-27T02:25:03.752Z | [ host-image] May 27 02:25:02.788 INFO O| May 27 02:25:02.788 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8916 | 2026-05-27T02:25:03.763Z | [ host-image] May 27 02:25:02.801 INFO O| May 27 02:25:02.801 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
| 8917 | 2026-05-27T02:25:03.763Z | [ host-image] May 27 02:25:02.801 INFO O| May 27 02:25:02.801 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
| 8918 | 2026-05-27T02:25:03.766Z | [ host-image] May 27 02:25:02.801 INFO O| May 27 02:25:02.801 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
| 8919 | 2026-05-27T02:25:03.766Z | [ host-image] May 27 02:25:02.801 INFO O| May 27 02:25:02.801 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
| 8920 | 2026-05-27T02:25:03.766Z | [ host-image] May 27 02:25:02.801 INFO O| May 27 02:25:02.801 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
| 8921 | 2026-05-27T02:25:03.766Z | [ host-image] May 27 02:25:02.801 INFO O| May 27 02:25:02.801 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
| 8922 | 2026-05-27T02:25:03.766Z | [ host-image] May 27 02:25:02.801 INFO O| May 27 02:25:02.801 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
| 8923 | 2026-05-27T02:25:03.766Z | [ host-image] May 27 02:25:02.801 INFO O| May 27 02:25:02.801 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
| 8924 | 2026-05-27T02:25:03.766Z | [ host-image] May 27 02:25:02.801 INFO O| May 27 02:25:02.801 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
| 8925 | 2026-05-27T02:25:03.766Z | [ host-image] May 27 02:25:02.801 INFO O| May 27 02:25:02.801 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
| 8926 | 2026-05-27T02:25:03.766Z | [ host-image] May 27 02:25:02.801 INFO O| May 27 02:25:02.801 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
| 8927 | 2026-05-27T02:25:03.766Z | [ host-image] May 27 02:25:02.802 INFO O| May 27 02:25:02.802 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
| 8928 | 2026-05-27T02:25:03.766Z | [ host-image] May 27 02:25:02.802 INFO O| May 27 02:25:02.802 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
| 8929 | 2026-05-27T02:25:03.766Z | [ host-image] May 27 02:25:02.802 INFO O| May 27 02:25:02.802 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
| 8930 | 2026-05-27T02:25:03.766Z | [ host-image] May 27 02:25:02.802 INFO O| May 27 02:25:02.802 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
| 8931 | 2026-05-27T02:25:03.766Z | [ host-image] May 27 02:25:02.802 INFO O| May 27 02:25:02.802 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
| 8932 | 2026-05-27T02:25:03.766Z | [ host-image] May 27 02:25:02.802 INFO O| May 27 02:25:02.802 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a" |
| 8933 | 2026-05-27T02:25:03.766Z | [ host-image] May 27 02:25:02.802 INFO O| May 27 02:25:02.802 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a" |
| 8934 | 2026-05-27T02:25:03.887Z | [ host-image] May 27 02:25:02.925 INFO O| May 27 02:25:02.925 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a" |
| 8935 | 2026-05-27T02:25:03.913Z | [ host-image] May 27 02:25:02.951 INFO O| May 27 02:25:02.951 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a" |
| 8936 | 2026-05-27T02:25:03.975Z | [ host-image] May 27 02:25:03.013 INFO O| May 27 02:25:03.013 INFO STEP 14 (remove_files) COMPLETE |
| 8937 | 2026-05-27T02:25:03.975Z | [ host-image] May 27 02:25:03.013 INFO O| May 27 02:25:03.013 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8938 | 2026-05-27T02:25:03.982Z | [ host-image] May 27 02:25:03.020 INFO O| May 27 02:25:03.020 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot" |
| 8939 | 2026-05-27T02:25:03.985Z | [ host-image] May 27 02:25:03.021 INFO O| May 27 02:25:03.021 INFO STEP 15 (remove_files) COMPLETE |
| 8940 | 2026-05-27T02:25:03.985Z | [ host-image] May 27 02:25:03.021 INFO O| May 27 02:25:03.021 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8941 | 2026-05-27T02:25:03.988Z | [ host-image] May 27 02:25:03.026 INFO O| May 27 02:25:03.026 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc" |
| 8942 | 2026-05-27T02:25:03.994Z | [ host-image] May 27 02:25:03.032 INFO O| May 27 02:25:03.032 INFO STEP 16 (remove_files) COMPLETE |
| 8943 | 2026-05-27T02:25:03.994Z | [ host-image] May 27 02:25:03.032 INFO O| May 27 02:25:03.032 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8944 | 2026-05-27T02:25:03.999Z | [ host-image] May 27 02:25:03.037 INFO O| May 27 02:25:03.037 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv" |
| 8945 | 2026-05-27T02:25:04.003Z | [ host-image] May 27 02:25:03.037 INFO O| May 27 02:25:03.037 INFO STEP 17 (remove_files) COMPLETE |
| 8946 | 2026-05-27T02:25:04.003Z | [ host-image] May 27 02:25:03.037 INFO O| May 27 02:25:03.037 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8947 | 2026-05-27T02:25:04.006Z | [ host-image] May 27 02:25:03.042 INFO O| May 27 02:25:03.042 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc" |
| 8948 | 2026-05-27T02:25:04.006Z | [ host-image] May 27 02:25:03.044 INFO O| May 27 02:25:03.044 INFO STEP 18 (remove_files) COMPLETE |
| 8949 | 2026-05-27T02:25:04.006Z | [ host-image] May 27 02:25:03.044 INFO O| May 27 02:25:03.044 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8950 | 2026-05-27T02:25:04.012Z | [ host-image] May 27 02:25:03.049 INFO O| May 27 02:25:03.049 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica" |
| 8951 | 2026-05-27T02:25:04.012Z | [ host-image] May 27 02:25:03.049 INFO O| May 27 02:25:03.049 INFO STEP 19 (remove_files) COMPLETE |
| 8952 | 2026-05-27T02:25:04.015Z | [ host-image] May 27 02:25:03.049 INFO O| May 27 02:25:03.049 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8953 | 2026-05-27T02:25:04.019Z | [ host-image] May 27 02:25:03.056 INFO O| May 27 02:25:03.056 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem" |
| 8954 | 2026-05-27T02:25:04.019Z | [ host-image] May 27 02:25:03.056 INFO O| May 27 02:25:03.056 INFO STEP 20 (remove_files) COMPLETE |
| 8955 | 2026-05-27T02:25:04.019Z | [ host-image] May 27 02:25:03.056 INFO O| May 27 02:25:03.056 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8956 | 2026-05-27T02:25:04.024Z | [ host-image] May 27 02:25:03.062 INFO O| May 27 02:25:03.062 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans" |
| 8957 | 2026-05-27T02:25:04.024Z | [ host-image] May 27 02:25:03.062 INFO O| May 27 02:25:03.062 INFO STEP 21 (remove_files) COMPLETE |
| 8958 | 2026-05-27T02:25:04.030Z | [ host-image] May 27 02:25:03.062 INFO O| May 27 02:25:03.062 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8959 | 2026-05-27T02:25:04.033Z | [ host-image] May 27 02:25:03.067 INFO O| May 27 02:25:03.067 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc" |
| 8960 | 2026-05-27T02:25:04.033Z | [ host-image] May 27 02:25:03.067 INFO O| May 27 02:25:03.067 INFO STEP 22 (remove_files) COMPLETE |
| 8961 | 2026-05-27T02:25:04.033Z | [ host-image] May 27 02:25:03.067 INFO O| May 27 02:25:03.067 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8962 | 2026-05-27T02:25:04.036Z | [ host-image] May 27 02:25:03.073 INFO O| May 27 02:25:03.073 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv" |
| 8963 | 2026-05-27T02:25:04.036Z | [ host-image] May 27 02:25:03.073 INFO O| May 27 02:25:03.073 INFO STEP 23 (remove_files) COMPLETE |
| 8964 | 2026-05-27T02:25:04.036Z | [ host-image] May 27 02:25:03.073 INFO O| May 27 02:25:03.073 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8965 | 2026-05-27T02:25:04.040Z | [ host-image] May 27 02:25:03.078 INFO O| May 27 02:25:03.078 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd" |
| 8966 | 2026-05-27T02:25:04.040Z | [ host-image] May 27 02:25:03.078 INFO O| May 27 02:25:03.078 INFO STEP 24 (remove_files) COMPLETE |
| 8967 | 2026-05-27T02:25:04.040Z | [ host-image] May 27 02:25:03.078 INFO O| May 27 02:25:03.078 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8968 | 2026-05-27T02:25:04.046Z | [ host-image] May 27 02:25:03.083 INFO O| May 27 02:25:03.083 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon" |
| 8969 | 2026-05-27T02:25:04.046Z | [ host-image] May 27 02:25:03.083 INFO O| May 27 02:25:03.083 INFO STEP 25 (remove_files) COMPLETE |
| 8970 | 2026-05-27T02:25:04.050Z | [ host-image] May 27 02:25:03.083 INFO O| May 27 02:25:03.083 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8971 | 2026-05-27T02:25:04.053Z | [ host-image] May 27 02:25:03.088 INFO O| May 27 02:25:03.088 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power" |
| 8972 | 2026-05-27T02:25:04.053Z | [ host-image] May 27 02:25:03.088 INFO O| May 27 02:25:03.088 INFO STEP 26 (remove_files) COMPLETE |
| 8973 | 2026-05-27T02:25:04.053Z | [ host-image] May 27 02:25:03.088 INFO O| May 27 02:25:03.088 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8974 | 2026-05-27T02:25:04.056Z | [ host-image] May 27 02:25:03.094 INFO O| May 27 02:25:03.094 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio" |
| 8975 | 2026-05-27T02:25:04.056Z | [ host-image] May 27 02:25:03.094 INFO O| May 27 02:25:03.094 INFO STEP 27 (remove_files) COMPLETE |
| 8976 | 2026-05-27T02:25:04.056Z | [ host-image] May 27 02:25:03.094 INFO O| May 27 02:25:03.094 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8977 | 2026-05-27T02:25:04.061Z | [ host-image] May 27 02:25:03.099 INFO O| May 27 02:25:03.099 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575" |
| 8978 | 2026-05-27T02:25:04.061Z | [ host-image] May 27 02:25:03.099 INFO O| May 27 02:25:03.099 INFO STEP 28 (remove_files) COMPLETE |
| 8979 | 2026-05-27T02:25:04.061Z | [ host-image] May 27 02:25:03.099 INFO O| May 27 02:25:03.099 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8980 | 2026-05-27T02:25:04.067Z | [ host-image] May 27 02:25:03.105 INFO O| May 27 02:25:03.105 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens" |
| 8981 | 2026-05-27T02:25:04.067Z | [ host-image] May 27 02:25:03.105 INFO O| May 27 02:25:03.105 INFO STEP 29 (remove_files) COMPLETE |
| 8982 | 2026-05-27T02:25:04.070Z | [ host-image] May 27 02:25:03.105 INFO O| May 27 02:25:03.105 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8983 | 2026-05-27T02:25:04.074Z | [ host-image] May 27 02:25:03.111 INFO O| May 27 02:25:03.111 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci" |
| 8984 | 2026-05-27T02:25:04.074Z | [ host-image] May 27 02:25:03.111 INFO O| May 27 02:25:03.111 INFO STEP 30 (remove_files) COMPLETE |
| 8985 | 2026-05-27T02:25:04.074Z | [ host-image] May 27 02:25:03.111 INFO O| May 27 02:25:03.111 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8986 | 2026-05-27T02:25:04.081Z | [ host-image] May 27 02:25:03.119 INFO O| May 27 02:25:03.119 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots" |
| 8987 | 2026-05-27T02:25:04.081Z | [ host-image] May 27 02:25:03.119 INFO O| May 27 02:25:03.119 INFO STEP 31 (remove_files) COMPLETE |
| 8988 | 2026-05-27T02:25:04.084Z | [ host-image] May 27 02:25:03.119 INFO O| May 27 02:25:03.119 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8989 | 2026-05-27T02:25:04.087Z | [ host-image] May 27 02:25:03.125 INFO O| May 27 02:25:03.125 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci" |
| 8990 | 2026-05-27T02:25:04.090Z | [ host-image] May 27 02:25:03.125 INFO O| May 27 02:25:03.125 INFO STEP 32 (remove_files) COMPLETE |
| 8991 | 2026-05-27T02:25:04.090Z | [ host-image] May 27 02:25:03.125 INFO O| May 27 02:25:03.125 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8992 | 2026-05-27T02:25:04.093Z | [ host-image] May 27 02:25:03.131 INFO O| May 27 02:25:03.131 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid" |
| 8993 | 2026-05-27T02:25:04.094Z | [ host-image] May 27 02:25:03.131 INFO O| May 27 02:25:03.131 INFO STEP 33 (remove_files) COMPLETE |
| 8994 | 2026-05-27T02:25:04.094Z | [ host-image] May 27 02:25:03.131 INFO O| May 27 02:25:03.131 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8995 | 2026-05-27T02:25:04.099Z | [ host-image] May 27 02:25:03.137 INFO O| May 27 02:25:03.137 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd" |
| 8996 | 2026-05-27T02:25:04.099Z | [ host-image] May 27 02:25:03.137 INFO O| May 27 02:25:03.137 INFO STEP 34 (remove_files) COMPLETE |
| 8997 | 2026-05-27T02:25:04.099Z | [ host-image] May 27 02:25:03.137 INFO O| May 27 02:25:03.137 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8998 | 2026-05-27T02:25:04.105Z | [ host-image] May 27 02:25:03.143 INFO O| May 27 02:25:03.143 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci" |
| 8999 | 2026-05-27T02:25:04.105Z | [ host-image] May 27 02:25:03.143 INFO O| May 27 02:25:03.143 INFO STEP 35 (remove_files) COMPLETE |
| 9000 | 2026-05-27T02:25:04.108Z | [ host-image] May 27 02:25:03.143 INFO O| May 27 02:25:03.143 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9001 | 2026-05-27T02:25:04.112Z | [ host-image] May 27 02:25:03.150 INFO O| May 27 02:25:03.150 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb" |
| 9002 | 2026-05-27T02:25:04.112Z | [ host-image] May 27 02:25:03.150 INFO O| May 27 02:25:03.150 INFO STEP 36 (remove_files) COMPLETE |
| 9003 | 2026-05-27T02:25:04.112Z | [ host-image] May 27 02:25:03.150 INFO O| May 27 02:25:03.150 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9004 | 2026-05-27T02:25:04.117Z | [ host-image] May 27 02:25:03.155 INFO O| May 27 02:25:03.155 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci" |
| 9005 | 2026-05-27T02:25:04.117Z | [ host-image] May 27 02:25:03.155 INFO O| May 27 02:25:03.155 INFO STEP 37 (remove_files) COMPLETE |
| 9006 | 2026-05-27T02:25:04.117Z | [ host-image] May 27 02:25:03.155 INFO O| May 27 02:25:03.155 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9007 | 2026-05-27T02:25:04.123Z | [ host-image] May 27 02:25:03.161 INFO O| May 27 02:25:03.161 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac" |
| 9008 | 2026-05-27T02:25:04.127Z | [ host-image] May 27 02:25:03.162 INFO O| May 27 02:25:03.162 INFO STEP 38 (remove_files) COMPLETE |
| 9009 | 2026-05-27T02:25:04.127Z | [ host-image] May 27 02:25:03.162 INFO O| May 27 02:25:03.162 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9010 | 2026-05-27T02:25:04.130Z | [ host-image] May 27 02:25:03.167 INFO O| May 27 02:25:03.167 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as" |
| 9011 | 2026-05-27T02:25:04.130Z | [ host-image] May 27 02:25:03.167 INFO O| May 27 02:25:03.167 INFO STEP 39 (remove_files) COMPLETE |
| 9012 | 2026-05-27T02:25:04.130Z | [ host-image] May 27 02:25:03.167 INFO O| May 27 02:25:03.167 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9013 | 2026-05-27T02:25:04.135Z | [ host-image] May 27 02:25:03.173 INFO O| May 27 02:25:03.173 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia" |
| 9014 | 2026-05-27T02:25:04.135Z | [ host-image] May 27 02:25:03.173 INFO O| May 27 02:25:03.173 INFO STEP 40 (remove_files) COMPLETE |
| 9015 | 2026-05-27T02:25:04.136Z | [ host-image] May 27 02:25:03.173 INFO O| May 27 02:25:03.173 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9016 | 2026-05-27T02:25:04.140Z | [ host-image] May 27 02:25:03.179 INFO O| May 27 02:25:03.179 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid" |
| 9017 | 2026-05-27T02:25:04.140Z | [ host-image] May 27 02:25:03.179 INFO O| May 27 02:25:03.179 INFO STEP 41 (remove_files) COMPLETE |
| 9018 | 2026-05-27T02:25:04.141Z | [ host-image] May 27 02:25:03.179 INFO O| May 27 02:25:03.179 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9019 | 2026-05-27T02:25:04.146Z | [ host-image] May 27 02:25:03.184 INFO O| May 27 02:25:03.184 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn" |
| 9020 | 2026-05-27T02:25:04.146Z | [ host-image] May 27 02:25:03.184 INFO O| May 27 02:25:03.184 INFO STEP 42 (remove_files) COMPLETE |
| 9021 | 2026-05-27T02:25:04.150Z | [ host-image] May 27 02:25:03.184 INFO O| May 27 02:25:03.184 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9022 | 2026-05-27T02:25:04.153Z | [ host-image] May 27 02:25:03.190 INFO O| May 27 02:25:03.190 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci" |
| 9023 | 2026-05-27T02:25:04.153Z | [ host-image] May 27 02:25:03.190 INFO O| May 27 02:25:03.190 INFO STEP 43 (remove_files) COMPLETE |
| 9024 | 2026-05-27T02:25:04.153Z | [ host-image] May 27 02:25:03.190 INFO O| May 27 02:25:03.190 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9025 | 2026-05-27T02:25:04.158Z | [ host-image] May 27 02:25:03.196 INFO O| May 27 02:25:03.196 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm" |
| 9026 | 2026-05-27T02:25:04.158Z | [ host-image] May 27 02:25:03.196 INFO O| May 27 02:25:03.196 INFO STEP 44 (remove_files) COMPLETE |
| 9027 | 2026-05-27T02:25:04.158Z | [ host-image] May 27 02:25:03.196 INFO O| May 27 02:25:03.196 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9028 | 2026-05-27T02:25:04.163Z | [ host-image] May 27 02:25:03.201 INFO O| May 27 02:25:03.201 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000" |
| 9029 | 2026-05-27T02:25:04.163Z | [ host-image] May 27 02:25:03.201 INFO O| May 27 02:25:03.201 INFO STEP 45 (remove_files) COMPLETE |
| 9030 | 2026-05-27T02:25:04.163Z | [ host-image] May 27 02:25:03.201 INFO O| May 27 02:25:03.201 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9031 | 2026-05-27T02:25:04.169Z | [ host-image] May 27 02:25:03.207 INFO O| May 27 02:25:03.207 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd" |
| 9032 | 2026-05-27T02:25:04.169Z | [ host-image] May 27 02:25:03.207 INFO O| May 27 02:25:03.207 INFO STEP 46 (remove_files) COMPLETE |
| 9033 | 2026-05-27T02:25:04.172Z | [ host-image] May 27 02:25:03.207 INFO O| May 27 02:25:03.207 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9034 | 2026-05-27T02:25:04.176Z | [ host-image] May 27 02:25:03.214 INFO O| May 27 02:25:03.214 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba" |
| 9035 | 2026-05-27T02:25:04.176Z | [ host-image] May 27 02:25:03.214 INFO O| May 27 02:25:03.214 INFO STEP 47 (remove_files) COMPLETE |
| 9036 | 2026-05-27T02:25:04.179Z | [ host-image] May 27 02:25:03.214 INFO O| May 27 02:25:03.214 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9037 | 2026-05-27T02:25:04.183Z | [ host-image] May 27 02:25:03.221 INFO O| May 27 02:25:03.221 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex" |
| 9038 | 2026-05-27T02:25:04.183Z | [ host-image] May 27 02:25:03.221 INFO O| May 27 02:25:03.221 INFO STEP 48 (remove_files) COMPLETE |
| 9039 | 2026-05-27T02:25:04.183Z | [ host-image] May 27 02:25:03.221 INFO O| May 27 02:25:03.221 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9040 | 2026-05-27T02:25:04.191Z | [ host-image] May 27 02:25:03.229 INFO O| May 27 02:25:03.229 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf" |
| 9041 | 2026-05-27T02:25:04.191Z | [ host-image] May 27 02:25:03.229 INFO O| May 27 02:25:03.229 INFO STEP 49 (remove_files) COMPLETE |
| 9042 | 2026-05-27T02:25:04.194Z | [ host-image] May 27 02:25:03.229 INFO O| May 27 02:25:03.229 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9043 | 2026-05-27T02:25:04.198Z | [ host-image] May 27 02:25:03.236 INFO O| May 27 02:25:03.236 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt" |
| 9044 | 2026-05-27T02:25:04.199Z | [ host-image] May 27 02:25:03.237 INFO O| May 27 02:25:03.237 INFO STEP 50 (remove_files) COMPLETE |
| 9045 | 2026-05-27T02:25:04.204Z | [ host-image] May 27 02:25:03.237 INFO O| May 27 02:25:03.237 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9046 | 2026-05-27T02:25:04.207Z | [ host-image] May 27 02:25:03.244 INFO O| May 27 02:25:03.244 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf" |
| 9047 | 2026-05-27T02:25:04.207Z | [ host-image] May 27 02:25:03.244 INFO O| May 27 02:25:03.244 INFO STEP 51 (remove_files) COMPLETE |
| 9048 | 2026-05-27T02:25:04.207Z | [ host-image] May 27 02:25:03.244 INFO O| May 27 02:25:03.244 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9049 | 2026-05-27T02:25:04.212Z | [ host-image] May 27 02:25:03.250 INFO O| May 27 02:25:03.250 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
| 9050 | 2026-05-27T02:25:04.212Z | [ host-image] May 27 02:25:03.250 INFO O| May 27 02:25:03.250 INFO STEP 52 (remove_files) COMPLETE |
| 9051 | 2026-05-27T02:25:04.212Z | [ host-image] May 27 02:25:03.250 INFO O| May 27 02:25:03.250 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9052 | 2026-05-27T02:25:04.219Z | [ host-image] May 27 02:25:03.257 INFO O| May 27 02:25:03.257 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
| 9053 | 2026-05-27T02:25:04.223Z | [ host-image] May 27 02:25:03.257 INFO O| May 27 02:25:03.257 INFO STEP 53 (remove_files) COMPLETE |
| 9054 | 2026-05-27T02:25:04.223Z | [ host-image] May 27 02:25:03.257 INFO O| May 27 02:25:03.257 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9055 | 2026-05-27T02:25:04.227Z | [ host-image] May 27 02:25:03.264 INFO O| May 27 02:25:03.264 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm" |
| 9056 | 2026-05-27T02:25:04.227Z | [ host-image] May 27 02:25:03.264 INFO O| May 27 02:25:03.264 INFO STEP 54 (remove_files) COMPLETE |
| 9057 | 2026-05-27T02:25:04.230Z | [ host-image] May 27 02:25:03.264 INFO O| May 27 02:25:03.264 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9058 | 2026-05-27T02:25:04.234Z | [ host-image] May 27 02:25:03.271 INFO O| May 27 02:25:03.271 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm" |
| 9059 | 2026-05-27T02:25:04.234Z | [ host-image] May 27 02:25:03.271 INFO O| May 27 02:25:03.271 INFO STEP 55 (remove_files) COMPLETE |
| 9060 | 2026-05-27T02:25:04.234Z | [ host-image] May 27 02:25:03.271 INFO O| May 27 02:25:03.271 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9061 | 2026-05-27T02:25:04.240Z | [ host-image] May 27 02:25:03.278 INFO O| May 27 02:25:03.278 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm" |
| 9062 | 2026-05-27T02:25:04.240Z | [ host-image] May 27 02:25:03.278 INFO O| May 27 02:25:03.278 INFO STEP 56 (remove_files) COMPLETE |
| 9063 | 2026-05-27T02:25:04.243Z | [ host-image] May 27 02:25:03.278 INFO O| May 27 02:25:03.278 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9064 | 2026-05-27T02:25:04.247Z | [ host-image] May 27 02:25:03.285 INFO O| May 27 02:25:03.285 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm" |
| 9065 | 2026-05-27T02:25:04.247Z | [ host-image] May 27 02:25:03.285 INFO O| May 27 02:25:03.285 INFO STEP 57 (remove_files) COMPLETE |
| 9066 | 2026-05-27T02:25:04.250Z | [ host-image] May 27 02:25:03.285 INFO O| May 27 02:25:03.285 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9067 | 2026-05-27T02:25:04.254Z | [ host-image] May 27 02:25:03.292 INFO O| May 27 02:25:03.292 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar" |
| 9068 | 2026-05-27T02:25:04.257Z | [ host-image] May 27 02:25:03.292 INFO O| May 27 02:25:03.292 INFO STEP 58 (remove_files) COMPLETE |
| 9069 | 2026-05-27T02:25:04.257Z | [ host-image] May 27 02:25:03.292 INFO O| May 27 02:25:03.292 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9070 | 2026-05-27T02:25:04.261Z | [ host-image] May 27 02:25:03.299 INFO O| May 27 02:25:03.299 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
| 9071 | 2026-05-27T02:25:04.261Z | [ host-image] May 27 02:25:03.299 INFO O| May 27 02:25:03.299 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ... |
| 9072 | 2026-05-27T02:25:04.265Z | [ host-image] May 27 02:25:03.299 INFO O| May 27 02:25:03.299 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9073 | 2026-05-27T02:25:04.266Z | [ host-image] May 27 02:25:03.299 INFO O| May 27 02:25:03.299 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9074 | 2026-05-27T02:25:04.266Z | [ host-image] May 27 02:25:03.299 INFO O| May 27 02:25:03.299 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9075 | 2026-05-27T02:25:04.266Z | [ host-image] May 27 02:25:03.299 INFO O| May 27 02:25:03.299 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9076 | 2026-05-27T02:25:04.266Z | [ host-image] May 27 02:25:03.299 INFO O| May 27 02:25:03.299 INFO ok! |
| 9077 | 2026-05-27T02:25:04.266Z | [ host-image] May 27 02:25:03.299 INFO O| May 27 02:25:03.299 INFO STEP 59 (ensure_file) COMPLETE |
| 9078 | 2026-05-27T02:25:04.266Z | [ host-image] May 27 02:25:03.299 INFO O| May 27 02:25:03.299 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9079 | 2026-05-27T02:25:04.270Z | [ host-image] May 27 02:25:03.306 INFO O| May 27 02:25:03.306 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
| 9080 | 2026-05-27T02:25:04.270Z | [ host-image] May 27 02:25:03.306 INFO O| May 27 02:25:03.306 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ... |
| 9081 | 2026-05-27T02:25:04.270Z | [ host-image] May 27 02:25:03.306 INFO O| May 27 02:25:03.306 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9082 | 2026-05-27T02:25:04.270Z | [ host-image] May 27 02:25:03.306 INFO O| May 27 02:25:03.306 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9083 | 2026-05-27T02:25:04.270Z | [ host-image] May 27 02:25:03.306 INFO O| May 27 02:25:03.306 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9084 | 2026-05-27T02:25:04.270Z | [ host-image] May 27 02:25:03.306 INFO O| May 27 02:25:03.306 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9085 | 2026-05-27T02:25:04.270Z | [ host-image] May 27 02:25:03.306 INFO O| May 27 02:25:03.306 INFO ok! |
| 9086 | 2026-05-27T02:25:04.270Z | [ host-image] May 27 02:25:03.306 INFO O| May 27 02:25:03.306 INFO STEP 60 (ensure_file) COMPLETE |
| 9087 | 2026-05-27T02:25:04.270Z | [ host-image] May 27 02:25:03.306 INFO O| May 27 02:25:03.306 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9088 | 2026-05-27T02:25:04.275Z | [ host-image] May 27 02:25:03.314 INFO O| May 27 02:25:03.314 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist |
| 9089 | 2026-05-27T02:25:04.275Z | [ host-image] May 27 02:25:03.314 INFO O| May 27 02:25:03.314 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ... |
| 9090 | 2026-05-27T02:25:04.278Z | [ host-image] May 27 02:25:03.314 INFO O| May 27 02:25:03.314 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile |
| 9091 | 2026-05-27T02:25:04.278Z | [ host-image] May 27 02:25:03.314 INFO O| May 27 02:25:03.314 INFO ok! |
| 9092 | 2026-05-27T02:25:04.278Z | [ host-image] May 27 02:25:03.314 INFO O| May 27 02:25:03.314 INFO STEP 61 (ensure_file) COMPLETE |
| 9093 | 2026-05-27T02:25:04.279Z | [ host-image] May 27 02:25:03.314 INFO O| May 27 02:25:03.314 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9094 | 2026-05-27T02:25:04.283Z | [ host-image] May 27 02:25:03.321 INFO O| May 27 02:25:03.321 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
| 9095 | 2026-05-27T02:25:04.341Z | [ host-image] May 27 02:25:03.321 INFO O| May 27 02:25:03.321 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ... |
| 9096 | 2026-05-27T02:25:04.341Z | [ host-image] May 27 02:25:03.321 INFO O| May 27 02:25:03.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc |
| 9097 | 2026-05-27T02:25:04.341Z | [ host-image] May 27 02:25:03.321 INFO O| May 27 02:25:03.321 INFO ok! |
| 9098 | 2026-05-27T02:25:04.341Z | [ host-image] May 27 02:25:03.321 INFO O| May 27 02:25:03.321 INFO STEP 62 (ensure_file) COMPLETE |
| 9099 | 2026-05-27T02:25:04.341Z | [ host-image] May 27 02:25:03.321 INFO O| May 27 02:25:03.321 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9100 | 2026-05-27T02:25:04.346Z | [ host-image] May 27 02:25:03.327 INFO O| May 27 02:25:03.327 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking |
| 9101 | 2026-05-27T02:25:04.346Z | [ host-image] May 27 02:25:03.328 INFO O| May 27 02:25:03.328 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ... |
| 9102 | 2026-05-27T02:25:04.347Z | [ host-image] May 27 02:25:03.328 INFO O| May 27 02:25:03.328 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd |
| 9103 | 2026-05-27T02:25:04.347Z | [ host-image] May 27 02:25:03.328 INFO O| May 27 02:25:03.328 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd |
| 9104 | 2026-05-27T02:25:04.347Z | [ host-image] May 27 02:25:03.328 INFO O| May 27 02:25:03.328 INFO ok! |
| 9105 | 2026-05-27T02:25:04.347Z | [ host-image] May 27 02:25:03.328 INFO O| May 27 02:25:03.328 INFO STEP 63 (ensure_file) COMPLETE |
| 9106 | 2026-05-27T02:25:04.347Z | [ host-image] May 27 02:25:03.328 INFO O| May 27 02:25:03.328 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9107 | 2026-05-27T02:25:04.347Z | [ host-image] May 27 02:25:03.335 INFO O| May 27 02:25:03.335 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist |
| 9108 | 2026-05-27T02:25:04.347Z | [ host-image] May 27 02:25:03.335 INFO O| May 27 02:25:03.335 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ... |
| 9109 | 2026-05-27T02:25:04.347Z | [ host-image] May 27 02:25:03.335 INFO O| May 27 02:25:03.335 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 9110 | 2026-05-27T02:25:04.347Z | [ host-image] May 27 02:25:03.335 INFO O| May 27 02:25:03.335 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 9111 | 2026-05-27T02:25:04.347Z | [ host-image] May 27 02:25:03.335 INFO O| May 27 02:25:03.335 INFO ok! |
| 9112 | 2026-05-27T02:25:04.347Z | [ host-image] May 27 02:25:03.335 INFO O| May 27 02:25:03.335 INFO STEP 64 (ensure_file) COMPLETE |
| 9113 | 2026-05-27T02:25:04.347Z | [ host-image] May 27 02:25:03.335 INFO O| May 27 02:25:03.335 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9114 | 2026-05-27T02:25:04.347Z | [ host-image] May 27 02:25:03.342 INFO O| May 27 02:25:03.342 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist |
| 9115 | 2026-05-27T02:25:04.347Z | [ host-image] May 27 02:25:03.342 INFO O| May 27 02:25:03.342 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ... |
| 9116 | 2026-05-27T02:25:04.347Z | [ host-image] May 27 02:25:03.342 INFO O| May 27 02:25:03.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly |
| 9117 | 2026-05-27T02:25:04.347Z | [ host-image] May 27 02:25:03.342 INFO O| May 27 02:25:03.342 INFO ok! |
| 9118 | 2026-05-27T02:25:04.347Z | [ host-image] May 27 02:25:03.342 INFO O| May 27 02:25:03.342 INFO STEP 65 (assemble_files) COMPLETE |
| 9119 | 2026-05-27T02:25:04.347Z | [ host-image] May 27 02:25:03.342 INFO O| May 27 02:25:03.342 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9120 | 2026-05-27T02:25:04.347Z | [ host-image] May 27 02:25:03.349 INFO O| May 27 02:25:03.349 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist |
| 9121 | 2026-05-27T02:25:04.347Z | [ host-image] May 27 02:25:03.349 INFO O| May 27 02:25:03.349 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ... |
| 9122 | 2026-05-27T02:25:04.347Z | [ host-image] May 27 02:25:03.349 INFO O| May 27 02:25:03.349 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf |
| 9123 | 2026-05-27T02:25:04.348Z | [ host-image] May 27 02:25:03.349 INFO O| May 27 02:25:03.349 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf |
| 9124 | 2026-05-27T02:25:04.348Z | [ host-image] May 27 02:25:03.349 INFO O| May 27 02:25:03.349 INFO ok! |
| 9125 | 2026-05-27T02:25:04.348Z | [ host-image] May 27 02:25:03.349 INFO O| May 27 02:25:03.349 INFO STEP 66 (ensure_file) COMPLETE |
| 9126 | 2026-05-27T02:25:04.348Z | [ host-image] May 27 02:25:03.349 INFO O| May 27 02:25:03.349 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9127 | 2026-05-27T02:25:04.348Z | [ host-image] May 27 02:25:03.356 INFO O| May 27 02:25:03.356 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9128 | 2026-05-27T02:25:04.348Z | [ host-image] May 27 02:25:03.356 INFO O| May 27 02:25:03.356 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9129 | 2026-05-27T02:25:04.348Z | [ host-image] May 27 02:25:03.356 INFO O| May 27 02:25:03.356 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9130 | 2026-05-27T02:25:04.348Z | [ host-image] May 27 02:25:03.356 INFO O| May 27 02:25:03.356 INFO STEP 67 (ensure_dir) COMPLETE |
| 9131 | 2026-05-27T02:25:04.348Z | [ host-image] May 27 02:25:03.356 INFO O| May 27 02:25:03.356 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9132 | 2026-05-27T02:25:04.349Z | [ host-image] May 27 02:25:03.362 INFO O| May 27 02:25:03.362 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
| 9133 | 2026-05-27T02:25:04.349Z | [ host-image] May 27 02:25:03.362 INFO O| May 27 02:25:03.362 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 ... |
| 9134 | 2026-05-27T02:25:04.349Z | [ host-image] May 27 02:25:03.368 INFO O| May 27 02:25:03.368 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 |
| 9135 | 2026-05-27T02:25:04.349Z | [ host-image] May 27 02:25:03.368 INFO O| May 27 02:25:03.368 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
| 9136 | 2026-05-27T02:25:04.349Z | [ host-image] May 27 02:25:03.368 INFO O| May 27 02:25:03.368 INFO ok! |
| 9137 | 2026-05-27T02:25:04.349Z | [ host-image] May 27 02:25:03.368 INFO O| May 27 02:25:03.368 INFO STEP 68 (ensure_file) COMPLETE |
| 9138 | 2026-05-27T02:25:04.349Z | [ host-image] May 27 02:25:03.368 INFO O| May 27 02:25:03.368 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9139 | 2026-05-27T02:25:04.349Z | [ host-image] May 27 02:25:03.376 INFO O| May 27 02:25:03.376 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
| 9140 | 2026-05-27T02:25:04.349Z | [ host-image] May 27 02:25:03.376 INFO O| May 27 02:25:03.376 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 ... |
| 9141 | 2026-05-27T02:25:04.349Z | [ host-image] May 27 02:25:03.376 INFO O| May 27 02:25:03.376 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 |
| 9142 | 2026-05-27T02:25:04.349Z | [ host-image] May 27 02:25:03.376 INFO O| May 27 02:25:03.376 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
| 9143 | 2026-05-27T02:25:04.349Z | [ host-image] May 27 02:25:03.376 INFO O| May 27 02:25:03.376 INFO ok! |
| 9144 | 2026-05-27T02:25:04.349Z | [ host-image] May 27 02:25:03.376 INFO O| May 27 02:25:03.376 INFO STEP 69 (ensure_file) COMPLETE |
| 9145 | 2026-05-27T02:25:04.349Z | [ host-image] May 27 02:25:03.376 INFO O| May 27 02:25:03.376 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9146 | 2026-05-27T02:25:04.354Z | [ host-image] May 27 02:25:03.386 INFO O| May 27 02:25:03.386 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal |
| 9147 | 2026-05-27T02:25:04.354Z | [ host-image] May 27 02:25:03.386 INFO O| May 27 02:25:03.386 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."] |
| 9148 | 2026-05-27T02:25:05.772Z | [ host-image] May 27 02:25:04.810 INFO O| May 27 02:25:04.810 INFO STEP 70 (pack_tar) COMPLETE |
| 9149 | 2026-05-27T02:25:05.772Z | [ host-image] May 27 02:25:04.810 INFO O| May 27 02:25:04.810 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim |
| 9150 | 2026-05-27T02:25:05.772Z | [ host-image] May 27 02:25:04.810 INFO O| May 27 02:25:04.810 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim |
| 9151 | 2026-05-27T02:25:06.822Z | [ host-image] May 27 02:25:05.860 INFO O| May 27 02:25:05.859 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9152 | 2026-05-27T02:25:06.869Z | [ recovery-image] May 27 02:25:05.907 INFO O| May 27 02:25:05.907 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 |
| 9153 | 2026-05-27T02:25:06.869Z | [ recovery-image] May 27 02:25:05.907 INFO O| May 27 02:25:05.907 INFO E| svccfg: Loaded 68 smf(7) service descriptions |
| 9154 | 2026-05-27T02:25:06.873Z | [ host-image] May 27 02:25:05.911 INFO O| May 27 02:25:05.911 INFO completed processing sled/ramdisk-02-trim |
| 9155 | 2026-05-27T02:25:06.876Z | [ host-image] May 27 02:25:05.913 INFO image builder template: zfs... |
| 9156 | 2026-05-27T02:25:06.876Z | [ host-image] May 27 02:25:05.913 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/.tmpG0N9od/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", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "zfs"], pwd: None |
| 9157 | 2026-05-27T02:25:06.879Z | [ recovery-image] May 27 02:25:05.916 INFO O| May 27 02:25:05.916 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_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"} |
| 9158 | 2026-05-27T02:25:06.886Z | [ host-image] May 27 02:25:05.924 INFO O| May 27 02:25:05.924 INFO skip include "stress" because feature "stress" is not enabled |
| 9159 | 2026-05-27T02:25:06.886Z | [ host-image] May 27 02:25:05.924 INFO O| May 27 02:25:05.924 INFO skip include "stress" because feature "compliance" is not enabled |
| 9160 | 2026-05-27T02:25:06.912Z | [ host-image] May 27 02:25:05.950 INFO O| May 27 02:25:05.950 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs |
| 9161 | 2026-05-27T02:25:06.915Z | [ host-image] May 27 02:25:05.953 INFO O| May 27 02:25:05.953 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs |
| 9162 | 2026-05-27T02:25:06.962Z | [ recovery-image] May 27 02:25:06.000 INFO O| May 27 02:25:06.000 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"} |
| 9163 | 2026-05-27T02:25:06.967Z | [ host-image] May 27 02:25:06.003 INFO O| May 27 02:25:06.003 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled |
| 9164 | 2026-05-27T02:25:07.009Z | [ host-image] May 27 02:25:06.047 INFO O| May 27 02:25:06.046 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs |
| 9165 | 2026-05-27T02:25:07.013Z | [ host-image] May 27 02:25:06.047 INFO O| May 27 02:25:06.047 INFO work dataset: rpool/images/build/host/work/sled/zfs |
| 9166 | 2026-05-27T02:25:07.013Z | [ host-image] May 27 02:25:06.050 INFO O| May 27 02:25:06.050 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs |
| 9167 | 2026-05-27T02:25:07.016Z | [ recovery-image] May 27 02:25:06.052 INFO O| May 27 02:25:06.052 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"} |
| 9168 | 2026-05-27T02:25:07.062Z | [ host-image] May 27 02:25:06.100 INFO O| May 27 02:25:06.100 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled |
| 9169 | 2026-05-27T02:25:07.081Z | [ recovery-image] May 27 02:25:06.119 INFO O| May 27 02:25:06.119 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist |
| 9170 | 2026-05-27T02:25:07.081Z | [ recovery-image] May 27 02:25:06.119 INFO O| May 27 02:25:06.119 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 ... |
| 9171 | 2026-05-27T02:25:07.084Z | [ recovery-image] May 27 02:25:06.120 INFO O| May 27 02:25:06.120 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db |
| 9172 | 2026-05-27T02:25:07.084Z | [ recovery-image] May 27 02:25:06.120 INFO O| May 27 02:25:06.120 INFO ok! |
| 9173 | 2026-05-27T02:25:07.084Z | [ recovery-image] May 27 02:25:06.120 INFO O| May 27 02:25:06.120 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing |
| 9174 | 2026-05-27T02:25:07.084Z | [ recovery-image] May 27 02:25:06.121 INFO O| May 27 02:25:06.121 INFO STEP 100 (seed_smf) COMPLETE |
| 9175 | 2026-05-27T02:25:07.084Z | [ recovery-image] May 27 02:25:06.121 INFO O| May 27 02:25:06.121 INFO steps complete; finalising image! |
| 9176 | 2026-05-27T02:25:07.084Z | [ recovery-image] May 27 02:25:06.121 INFO O| May 27 02:25:06.121 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery |
| 9177 | 2026-05-27T02:25:07.103Z | [ host-image] May 27 02:25:06.141 INFO O| May 27 02:25:06.141 INFO DESTROY POOL: TEMPORARY-sled-zfs |
| 9178 | 2026-05-27T02:25:07.107Z | [ recovery-image] May 27 02:25:06.145 INFO O| May 27 02:25:06.145 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Wed May 27 02:25:06 2026) |
| 9179 | 2026-05-27T02:25:07.112Z | [ host-image] May 27 02:25:06.151 INFO O| May 27 02:25:06.151 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw |
| 9180 | 2026-05-27T02:25:07.118Z | [ host-image] May 27 02:25:06.156 INFO O| May 27 02:25:06.156 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot |
| 9181 | 2026-05-27T02:25:07.121Z | [ host-image] May 27 02:25:06.156 INFO O| May 27 02:25:06.156 INFO no lofi found |
| 9182 | 2026-05-27T02:25:07.121Z | [ host-image] May 27 02:25:06.157 INFO O| May 27 02:25:06.156 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal |
| 9183 | 2026-05-27T02:25:07.121Z | [ host-image] May 27 02:25:06.157 INFO O| May 27 02:25:06.157 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw |
| 9184 | 2026-05-27T02:25:07.327Z | [ recovery-image] May 27 02:25:06.365 INFO O| May 27 02:25:06.364 INFO temporary pool has 491M used, 1.27G avail, 1.00x compressratio |
| 9185 | 2026-05-27T02:25:07.327Z | [ recovery-image] May 27 02:25:06.365 INFO O| May 27 02:25:06.364 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery |
| 9186 | 2026-05-27T02:25:07.526Z | [ recovery-image] May 27 02:25:06.564 INFO O| May 27 02:25:06.564 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 |
| 9187 | 2026-05-27T02:25:07.526Z | [ recovery-image] May 27 02:25:06.564 INFO O| May 27 02:25:06.564 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal |
| 9188 | 2026-05-27T02:25:08.963Z | [ host-image] May 27 02:25:08.001 INFO O| May 27 02:25:08.001 INFO lofi device = /dev/dsk/c2t2d0p0 |
| 9189 | 2026-05-27T02:25:08.963Z | [ host-image] May 27 02:25:08.001 INFO O| May 27 02:25:08.001 INFO pool device = /dev/dsk/c2t2d0p0 |
| 9190 | 2026-05-27T02:25:08.963Z | [ host-image] May 27 02:25:08.001 INFO O| May 27 02:25:08.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t2d0p0"] |
| 9191 | 2026-05-27T02:25:09.017Z | [ host-image] May 27 02:25:08.051 INFO O| May 27 02:25:08.051 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9192 | 2026-05-27T02:25:09.017Z | [ host-image] May 27 02:25:08.051 INFO O| May 27 02:25:08.051 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT |
| 9193 | 2026-05-27T02:25:09.032Z | [ host-image] May 27 02:25:08.070 INFO O| May 27 02:25:08.069 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off |
| 9194 | 2026-05-27T02:25:09.081Z | [ host-image] May 27 02:25:08.119 INFO O| May 27 02:25:08.119 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy |
| 9195 | 2026-05-27T02:25:09.105Z | [ host-image] May 27 02:25:08.143 INFO O| May 27 02:25:08.143 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk |
| 9196 | 2026-05-27T02:25:09.115Z | [ host-image] May 27 02:25:08.153 INFO O| May 27 02:25:08.153 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto |
| 9197 | 2026-05-27T02:25:09.123Z | [ host-image] May 27 02:25:08.161 INFO O| May 27 02:25:08.161 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy |
| 9198 | 2026-05-27T02:25:09.153Z | [ host-image] May 27 02:25:08.192 INFO O| May 27 02:25:08.191 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a |
| 9199 | 2026-05-27T02:25:09.157Z | [ host-image] May 27 02:25:08.192 INFO O| May 27 02:25:08.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a |
| 9200 | 2026-05-27T02:25:09.157Z | [ host-image] May 27 02:25:08.192 INFO O| May 27 02:25:08.192 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9201 | 2026-05-27T02:25:09.160Z | [ host-image] May 27 02:25:08.197 INFO O| May 27 02:25:08.197 INFO boot environment UUID: 35d0b9df-feb9-43bb-bbc7-c146d68fd059 |
| 9202 | 2026-05-27T02:25:09.160Z | [ host-image] May 27 02:25:08.197 INFO O| May 27 02:25:08.197 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 35d0b9df-feb9-43bb-bbc7-c146d68fd059 |
| 9203 | 2026-05-27T02:25:09.166Z | [ host-image] May 27 02:25:08.204 INFO O| May 27 02:25:08.204 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
| 9204 | 2026-05-27T02:25:09.173Z | [ host-image] May 27 02:25:08.211 INFO O| May 27 02:25:08.211 INFO STEP 0 (create_be) COMPLETE |
| 9205 | 2026-05-27T02:25:09.173Z | [ host-image] May 27 02:25:08.211 INFO O| May 27 02:25:08.211 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9206 | 2026-05-27T02:25:09.185Z | [ host-image] May 27 02:25:08.223 INFO O| May 27 02:25:08.223 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9207 | 2026-05-27T02:25:09.429Z | [ recovery-image] May 27 02:25:08.467 INFO O| May 27 02:25:08.467 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 9208 | 2026-05-27T02:25:09.429Z | [ recovery-image] May 27 02:25:08.467 INFO O| May 27 02:25:08.467 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 9209 | 2026-05-27T02:25:09.429Z | [ recovery-image] May 27 02:25:08.467 INFO O| May 27 02:25:08.467 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 9210 | 2026-05-27T02:25:09.430Z | [ recovery-image] May 27 02:25:08.467 INFO O| May 27 02:25:08.467 INFO completed processing sled/zfs-recovery |
| 9211 | 2026-05-27T02:25:09.430Z | [ recovery-image] May 27 02:25:08.467 INFO O| May 27 02:25:08.467 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery |
| 9212 | 2026-05-27T02:25:09.909Z | [ recovery-image] May 27 02:25:08.947 INFO O| May 27 02:25:08.947 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 9213 | 2026-05-27T02:25:10.011Z | [ recovery-image] May 27 02:25:09.049 INFO BUILD STRING "heads/stlouis-0-gcd594ac243\n" |
| 9214 | 2026-05-27T02:25:10.011Z | [ recovery-image] May 27 02:25:09.049 INFO expanded image name: "recovery 61f3025/${os_short_commit} 2026-05-27 02:10" -> "recovery 61f3025/cd594ac 2026-05-27 02:10" |
| 9215 | 2026-05-27T02:25:10.014Z | [ recovery-image] May 27 02:25:09.049 INFO output artefacts stored in: "/work/os-recovery" |
| 9216 | 2026-05-27T02:25:10.014Z | [ recovery-image] May 27 02:25:09.049 INFO collecting git info from project "pinprick"... |
| 9217 | 2026-05-27T02:25:10.017Z | [ recovery-image] May 27 02:25:09.055 INFO collecting git info from project "chelsio-t6-roms"... |
| 9218 | 2026-05-27T02:25:10.032Z | [ recovery-image] May 27 02:25:09.070 INFO collecting git info from project "pilot"... |
| 9219 | 2026-05-27T02:25:10.041Z | [ recovery-image] May 27 02:25:09.077 INFO collecting git info from project "dmar-report"... |
| 9220 | 2026-05-27T02:25:10.048Z | [ recovery-image] May 27 02:25:09.086 INFO collecting git info from project "amd-host-image-builder"... |
| 9221 | 2026-05-27T02:25:10.087Z | [ recovery-image] May 27 02:25:09.125 INFO collecting git info from project "image-builder"... |
| 9222 | 2026-05-27T02:25:10.094Z | [ recovery-image] May 27 02:25:09.131 INFO collecting git info from project "phbl"... |
| 9223 | 2026-05-27T02:25:10.100Z | [ recovery-image] May 27 02:25:09.137 INFO collecting git info from project "amd-firmware"... |
| 9224 | 2026-05-27T02:25:10.427Z | [ recovery-image] May 27 02:25:09.464 INFO collecting git info from project "bootserver"... |
| 9225 | 2026-05-27T02:25:10.433Z | [ recovery-image] May 27 02:25:09.471 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
| 9226 | 2026-05-27T02:25:10.742Z | [ recovery-image] May 27 02:25:09.778 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
| 9227 | 2026-05-27T02:25:11.051Z | [ recovery-image] May 27 02:25:10.089 INFO creating Oxide boot image... |
| 9228 | 2026-05-27T02:25:11.055Z | [ recovery-image] May 27 02:25:10.089 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 61f3025/cd594ac 2026-05-27 02:10", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
| 9229 | 2026-05-27T02:25:16.796Z | [ host-image] May 27 02:25:15.834 INFO O| May 27 02:25:15.834 INFO STEP 1 (unpack_tar) COMPLETE |
| 9230 | 2026-05-27T02:25:16.796Z | [ host-image] May 27 02:25:15.834 INFO O| May 27 02:25:15.834 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9231 | 2026-05-27T02:25:16.805Z | [ host-image] May 27 02:25:15.843 INFO O| May 27 02:25:15.843 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9232 | 2026-05-27T02:25:16.948Z | [ host-image] May 27 02:25:15.986 INFO O| May 27 02:25:15.986 INFO STEP 2 (devfsadm) COMPLETE |
| 9233 | 2026-05-27T02:25:16.949Z | [ host-image] May 27 02:25:15.986 INFO O| May 27 02:25:15.986 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9234 | 2026-05-27T02:25:16.956Z | [ host-image] May 27 02:25:15.994 INFO O| May 27 02:25:15.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9235 | 2026-05-27T02:25:16.960Z | [ host-image] May 27 02:25:15.994 INFO O| May 27 02:25:15.994 INFO STEP 3 (ensure_dir) COMPLETE |
| 9236 | 2026-05-27T02:25:16.960Z | [ host-image] May 27 02:25:15.994 INFO O| May 27 02:25:15.994 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9237 | 2026-05-27T02:25:16.964Z | [ host-image] May 27 02:25:16.002 INFO O| May 27 02:25:16.002 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9238 | 2026-05-27T02:25:16.967Z | [ host-image] May 27 02:25:16.002 INFO O| May 27 02:25:16.002 INFO STEP 4 (ensure_dir) COMPLETE |
| 9239 | 2026-05-27T02:25:16.967Z | [ host-image] May 27 02:25:16.002 INFO O| May 27 02:25:16.002 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9240 | 2026-05-27T02:25:16.971Z | [ host-image] May 27 02:25:16.010 INFO O| May 27 02:25:16.010 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9241 | 2026-05-27T02:25:16.974Z | [ host-image] May 27 02:25:16.010 INFO O| May 27 02:25:16.010 INFO STEP 5 (ensure_dir) COMPLETE |
| 9242 | 2026-05-27T02:25:16.974Z | [ host-image] May 27 02:25:16.010 INFO O| May 27 02:25:16.010 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9243 | 2026-05-27T02:25:16.978Z | [ host-image] May 27 02:25:16.016 INFO O| May 27 02:25:16.016 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9244 | 2026-05-27T02:25:16.978Z | [ host-image] May 27 02:25:16.016 INFO O| May 27 02:25:16.016 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9245 | 2026-05-27T02:25:16.978Z | [ host-image] May 27 02:25:16.016 INFO O| May 27 02:25:16.016 INFO STEP 6 (ensure_dir) COMPLETE |
| 9246 | 2026-05-27T02:25:16.978Z | [ host-image] May 27 02:25:16.016 INFO O| May 27 02:25:16.016 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9247 | 2026-05-27T02:25:16.983Z | [ host-image] May 27 02:25:16.021 INFO O| May 27 02:25:16.021 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9248 | 2026-05-27T02:25:16.983Z | [ host-image] May 27 02:25:16.021 INFO O| May 27 02:25:16.021 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9249 | 2026-05-27T02:25:16.986Z | [ host-image] May 27 02:25:16.021 INFO O| May 27 02:25:16.021 INFO STEP 7 (ensure_dir) COMPLETE |
| 9250 | 2026-05-27T02:25:16.986Z | [ host-image] May 27 02:25:16.021 INFO O| May 27 02:25:16.021 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9251 | 2026-05-27T02:25:16.990Z | [ host-image] May 27 02:25:16.026 INFO O| May 27 02:25:16.026 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg" |
| 9252 | 2026-05-27T02:25:16.990Z | [ host-image] May 27 02:25:16.027 INFO O| May 27 02:25:16.027 INFO STEP 8 (remove_files) COMPLETE |
| 9253 | 2026-05-27T02:25:16.990Z | [ host-image] May 27 02:25:16.027 INFO O| May 27 02:25:16.027 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9254 | 2026-05-27T02:25:16.994Z | [ host-image] May 27 02:25:16.032 INFO O| May 27 02:25:16.032 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk" |
| 9255 | 2026-05-27T02:25:16.997Z | [ host-image] May 27 02:25:16.032 INFO O| May 27 02:25:16.032 INFO STEP 9 (remove_files) COMPLETE |
| 9256 | 2026-05-27T02:25:16.997Z | [ host-image] May 27 02:25:16.032 INFO O| May 27 02:25:16.032 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9257 | 2026-05-27T02:25:17.000Z | [ host-image] May 27 02:25:16.037 INFO O| May 27 02:25:16.037 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk" |
| 9258 | 2026-05-27T02:25:17.003Z | [ host-image] May 27 02:25:16.038 INFO O| May 27 02:25:16.038 INFO STEP 10 (remove_files) COMPLETE |
| 9259 | 2026-05-27T02:25:17.003Z | [ host-image] May 27 02:25:16.038 INFO O| May 27 02:25:16.038 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9260 | 2026-05-27T02:25:17.008Z | [ host-image] May 27 02:25:16.045 INFO O| May 27 02:25:16.045 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors" |
| 9261 | 2026-05-27T02:25:17.008Z | [ host-image] May 27 02:25:16.045 INFO O| May 27 02:25:16.045 INFO STEP 11 (remove_files) COMPLETE |
| 9262 | 2026-05-27T02:25:17.008Z | [ host-image] May 27 02:25:16.045 INFO O| May 27 02:25:16.045 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9263 | 2026-05-27T02:25:17.012Z | [ host-image] May 27 02:25:16.050 INFO O| May 27 02:25:16.050 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb" |
| 9264 | 2026-05-27T02:25:17.014Z | [ host-image] May 27 02:25:16.050 INFO O| May 27 02:25:16.050 INFO STEP 12 (remove_files) COMPLETE |
| 9265 | 2026-05-27T02:25:17.015Z | [ host-image] May 27 02:25:16.050 INFO O| May 27 02:25:16.050 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9266 | 2026-05-27T02:25:17.017Z | [ host-image] May 27 02:25:16.055 INFO O| May 27 02:25:16.055 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9267 | 2026-05-27T02:25:17.017Z | [ host-image] May 27 02:25:16.055 INFO O| May 27 02:25:16.055 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9268 | 2026-05-27T02:25:17.018Z | [ host-image] May 27 02:25:16.055 INFO O| May 27 02:25:16.055 INFO STEP 13 (ensure_dir) COMPLETE |
| 9269 | 2026-05-27T02:25:17.018Z | [ host-image] May 27 02:25:16.055 INFO O| May 27 02:25:16.055 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9270 | 2026-05-27T02:25:17.022Z | [ host-image] May 27 02:25:16.060 INFO O| May 27 02:25:16.060 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9271 | 2026-05-27T02:25:17.022Z | [ host-image] May 27 02:25:16.060 INFO O| May 27 02:25:16.060 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9272 | 2026-05-27T02:25:17.025Z | [ host-image] May 27 02:25:16.060 INFO O| May 27 02:25:16.060 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9273 | 2026-05-27T02:25:17.025Z | [ host-image] May 27 02:25:16.060 INFO O| May 27 02:25:16.060 INFO STEP 14 (ensure_dir) COMPLETE |
| 9274 | 2026-05-27T02:25:17.025Z | [ host-image] May 27 02:25:16.060 INFO O| May 27 02:25:16.060 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9275 | 2026-05-27T02:25:17.028Z | [ host-image] May 27 02:25:16.065 INFO O| May 27 02:25:16.065 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9276 | 2026-05-27T02:25:17.028Z | [ host-image] May 27 02:25:16.065 INFO O| May 27 02:25:16.065 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9277 | 2026-05-27T02:25:17.028Z | [ host-image] May 27 02:25:16.065 INFO O| May 27 02:25:16.065 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9278 | 2026-05-27T02:25:17.028Z | [ host-image] May 27 02:25:16.065 INFO O| May 27 02:25:16.065 INFO STEP 15 (ensure_dir) COMPLETE |
| 9279 | 2026-05-27T02:25:17.028Z | [ host-image] May 27 02:25:16.065 INFO O| May 27 02:25:16.065 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9280 | 2026-05-27T02:25:17.032Z | [ host-image] May 27 02:25:16.070 INFO O| May 27 02:25:16.070 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9281 | 2026-05-27T02:25:17.032Z | [ host-image] May 27 02:25:16.070 INFO O| May 27 02:25:16.070 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9282 | 2026-05-27T02:25:17.032Z | [ host-image] May 27 02:25:16.070 INFO O| May 27 02:25:16.070 INFO STEP 16 (ensure_dir) COMPLETE |
| 9283 | 2026-05-27T02:25:17.035Z | [ host-image] May 27 02:25:16.070 INFO O| May 27 02:25:16.070 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9284 | 2026-05-27T02:25:17.038Z | [ host-image] May 27 02:25:16.075 INFO O| May 27 02:25:16.075 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9285 | 2026-05-27T02:25:17.038Z | [ host-image] May 27 02:25:16.075 INFO O| May 27 02:25:16.075 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9286 | 2026-05-27T02:25:17.038Z | [ host-image] May 27 02:25:16.075 INFO O| May 27 02:25:16.075 INFO STEP 17 (ensure_dir) COMPLETE |
| 9287 | 2026-05-27T02:25:17.038Z | [ host-image] May 27 02:25:16.075 INFO O| May 27 02:25:16.075 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9288 | 2026-05-27T02:25:17.041Z | [ host-image] May 27 02:25:16.080 INFO O| May 27 02:25:16.080 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
| 9289 | 2026-05-27T02:25:17.044Z | [ host-image] May 27 02:25:16.080 INFO O| May 27 02:25:16.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog |
| 9290 | 2026-05-27T02:25:17.044Z | [ host-image] May 27 02:25:16.080 INFO O| May 27 02:25:16.080 INFO ok! |
| 9291 | 2026-05-27T02:25:17.044Z | [ host-image] May 27 02:25:16.080 INFO O| May 27 02:25:16.080 INFO STEP 18 (ensure_symlink) COMPLETE |
| 9292 | 2026-05-27T02:25:17.044Z | [ host-image] May 27 02:25:16.080 INFO O| May 27 02:25:16.080 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9293 | 2026-05-27T02:25:17.047Z | [ host-image] May 27 02:25:16.085 INFO O| May 27 02:25:16.085 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents |
| 9294 | 2026-05-27T02:25:17.048Z | [ host-image] May 27 02:25:16.085 INFO O| May 27 02:25:16.085 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure |
| 9295 | 2026-05-27T02:25:17.048Z | [ host-image] May 27 02:25:16.085 INFO O| May 27 02:25:16.085 INFO ok! |
| 9296 | 2026-05-27T02:25:17.048Z | [ host-image] May 27 02:25:16.085 INFO O| May 27 02:25:16.085 INFO STEP 19 (ensure_file) COMPLETE |
| 9297 | 2026-05-27T02:25:17.048Z | [ host-image] May 27 02:25:16.085 INFO O| May 27 02:25:16.085 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9298 | 2026-05-27T02:25:17.053Z | [ host-image] May 27 02:25:16.090 INFO O| May 27 02:25:16.090 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist |
| 9299 | 2026-05-27T02:25:17.057Z | [ host-image] May 27 02:25:16.090 INFO O| May 27 02:25:16.090 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
| 9300 | 2026-05-27T02:25:17.057Z | [ host-image] May 27 02:25:16.090 INFO O| May 27 02:25:16.090 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml |
| 9301 | 2026-05-27T02:25:17.057Z | [ host-image] May 27 02:25:16.090 INFO O| May 27 02:25:16.090 INFO ok! |
| 9302 | 2026-05-27T02:25:17.057Z | [ host-image] May 27 02:25:16.090 INFO O| May 27 02:25:16.090 INFO STEP 20 (ensure_symlink) COMPLETE |
| 9303 | 2026-05-27T02:25:17.057Z | [ host-image] May 27 02:25:16.090 INFO O| May 27 02:25:16.090 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9304 | 2026-05-27T02:25:17.057Z | [ host-image] May 27 02:25:16.095 INFO O| May 27 02:25:16.095 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
| 9305 | 2026-05-27T02:25:17.057Z | [ host-image] May 27 02:25:16.095 INFO O| May 27 02:25:16.095 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
| 9306 | 2026-05-27T02:25:17.057Z | [ host-image] May 27 02:25:16.095 INFO O| May 27 02:25:16.095 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml |
| 9307 | 2026-05-27T02:25:17.060Z | [ host-image] May 27 02:25:16.095 INFO O| May 27 02:25:16.095 INFO ok! |
| 9308 | 2026-05-27T02:25:17.060Z | [ host-image] May 27 02:25:16.095 INFO O| May 27 02:25:16.095 INFO STEP 21 (ensure_symlink) COMPLETE |
| 9309 | 2026-05-27T02:25:17.060Z | [ host-image] May 27 02:25:16.095 INFO O| May 27 02:25:16.095 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9310 | 2026-05-27T02:25:17.063Z | [ host-image] May 27 02:25:16.100 INFO O| May 27 02:25:16.100 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist |
| 9311 | 2026-05-27T02:25:17.063Z | [ host-image] May 27 02:25:16.100 INFO O| May 27 02:25:16.100 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
| 9312 | 2026-05-27T02:25:17.063Z | [ host-image] May 27 02:25:16.100 INFO O| May 27 02:25:16.100 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml |
| 9313 | 2026-05-27T02:25:17.063Z | [ host-image] May 27 02:25:16.100 INFO O| May 27 02:25:16.100 INFO ok! |
| 9314 | 2026-05-27T02:25:17.063Z | [ host-image] May 27 02:25:16.100 INFO O| May 27 02:25:16.100 INFO STEP 22 (ensure_symlink) COMPLETE |
| 9315 | 2026-05-27T02:25:17.063Z | [ host-image] May 27 02:25:16.100 INFO O| May 27 02:25:16.100 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9316 | 2026-05-27T02:25:17.069Z | [ host-image] May 27 02:25:16.107 INFO O| May 27 02:25:16.107 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist |
| 9317 | 2026-05-27T02:25:17.069Z | [ host-image] May 27 02:25:16.107 INFO O| May 27 02:25:16.107 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
| 9318 | 2026-05-27T02:25:17.072Z | [ host-image] May 27 02:25:16.107 INFO O| May 27 02:25:16.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml |
| 9319 | 2026-05-27T02:25:17.072Z | [ host-image] May 27 02:25:16.107 INFO O| May 27 02:25:16.107 INFO ok! |
| 9320 | 2026-05-27T02:25:17.072Z | [ host-image] May 27 02:25:16.107 INFO O| May 27 02:25:16.107 INFO STEP 23 (ensure_symlink) COMPLETE |
| 9321 | 2026-05-27T02:25:17.072Z | [ host-image] May 27 02:25:16.107 INFO O| May 27 02:25:16.107 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9322 | 2026-05-27T02:25:17.075Z | [ host-image] May 27 02:25:16.112 INFO O| May 27 02:25:16.112 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
| 9323 | 2026-05-27T02:25:17.075Z | [ host-image] May 27 02:25:16.112 INFO O| May 27 02:25:16.112 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ... |
| 9324 | 2026-05-27T02:25:17.075Z | [ host-image] May 27 02:25:16.112 INFO O| May 27 02:25:16.112 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf |
| 9325 | 2026-05-27T02:25:17.075Z | [ host-image] May 27 02:25:16.112 INFO O| May 27 02:25:16.112 INFO ok! |
| 9326 | 2026-05-27T02:25:17.075Z | [ host-image] May 27 02:25:16.112 INFO O| May 27 02:25:16.112 INFO STEP 24 (ensure_file) COMPLETE |
| 9327 | 2026-05-27T02:25:17.075Z | [ host-image] May 27 02:25:16.112 INFO O| May 27 02:25:16.112 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9328 | 2026-05-27T02:25:17.080Z | [ host-image] May 27 02:25:16.118 INFO O| May 27 02:25:16.118 INFO updating shadow file |
| 9329 | 2026-05-27T02:25:17.080Z | [ host-image] May 27 02:25:16.118 INFO O| May 27 02:25:16.118 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 9330 | 2026-05-27T02:25:17.083Z | [ host-image] May 27 02:25:16.118 INFO O| May 27 02:25:16.118 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 9331 | 2026-05-27T02:25:17.083Z | [ host-image] May 27 02:25:16.118 INFO O| May 27 02:25:16.118 INFO STEP 25 (shadow) COMPLETE |
| 9332 | 2026-05-27T02:25:17.083Z | [ host-image] May 27 02:25:16.118 INFO O| May 27 02:25:16.118 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9333 | 2026-05-27T02:25:17.086Z | [ host-image] May 27 02:25:16.123 INFO O| May 27 02:25:16.123 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
| 9334 | 2026-05-27T02:25:17.086Z | [ host-image] May 27 02:25:16.123 INFO O| May 27 02:25:16.123 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ... |
| 9335 | 2026-05-27T02:25:17.086Z | [ host-image] May 27 02:25:16.123 INFO O| May 27 02:25:16.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts |
| 9336 | 2026-05-27T02:25:17.086Z | [ host-image] May 27 02:25:16.123 INFO O| May 27 02:25:16.123 INFO ok! |
| 9337 | 2026-05-27T02:25:17.086Z | [ host-image] May 27 02:25:16.123 INFO O| May 27 02:25:16.123 INFO STEP 26 (ensure_file) COMPLETE |
| 9338 | 2026-05-27T02:25:17.086Z | [ host-image] May 27 02:25:16.123 INFO O| May 27 02:25:16.123 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9339 | 2026-05-27T02:25:17.091Z | [ host-image] May 27 02:25:16.129 INFO O| May 27 02:25:16.129 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist |
| 9340 | 2026-05-27T02:25:17.091Z | [ host-image] May 27 02:25:16.129 INFO O| May 27 02:25:16.129 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ... |
| 9341 | 2026-05-27T02:25:17.094Z | [ host-image] May 27 02:25:16.129 INFO O| May 27 02:25:16.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename |
| 9342 | 2026-05-27T02:25:17.094Z | [ host-image] May 27 02:25:16.129 INFO O| May 27 02:25:16.129 INFO ok! |
| 9343 | 2026-05-27T02:25:17.094Z | [ host-image] May 27 02:25:16.129 INFO O| May 27 02:25:16.129 INFO STEP 27 (ensure_file) COMPLETE |
| 9344 | 2026-05-27T02:25:17.094Z | [ host-image] May 27 02:25:16.129 INFO O| May 27 02:25:16.129 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9345 | 2026-05-27T02:25:17.098Z | [ host-image] May 27 02:25:16.134 INFO O| May 27 02:25:16.134 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
| 9346 | 2026-05-27T02:25:17.098Z | [ host-image] May 27 02:25:16.134 INFO O| May 27 02:25:16.134 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ... |
| 9347 | 2026-05-27T02:25:17.098Z | [ host-image] May 27 02:25:16.134 INFO O| May 27 02:25:16.134 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent |
| 9348 | 2026-05-27T02:25:17.098Z | [ host-image] May 27 02:25:16.134 INFO O| May 27 02:25:16.134 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent |
| 9349 | 2026-05-27T02:25:17.098Z | [ host-image] May 27 02:25:16.134 INFO O| May 27 02:25:16.134 INFO ok! |
| 9350 | 2026-05-27T02:25:17.098Z | [ host-image] May 27 02:25:16.134 INFO O| May 27 02:25:16.134 INFO STEP 28 (ensure_file) COMPLETE |
| 9351 | 2026-05-27T02:25:17.098Z | [ host-image] May 27 02:25:16.134 INFO O| May 27 02:25:16.134 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9352 | 2026-05-27T02:25:17.102Z | [ host-image] May 27 02:25:16.139 INFO O| May 27 02:25:16.139 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist |
| 9353 | 2026-05-27T02:25:17.102Z | [ host-image] May 27 02:25:16.139 INFO O| May 27 02:25:16.139 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ... |
| 9354 | 2026-05-27T02:25:17.105Z | [ host-image] May 27 02:25:16.139 INFO O| May 27 02:25:16.139 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf |
| 9355 | 2026-05-27T02:25:17.106Z | [ host-image] May 27 02:25:16.139 INFO O| May 27 02:25:16.139 INFO ok! |
| 9356 | 2026-05-27T02:25:17.106Z | [ host-image] May 27 02:25:16.139 INFO O| May 27 02:25:16.139 INFO STEP 29 (ensure_file) COMPLETE |
| 9357 | 2026-05-27T02:25:17.106Z | [ host-image] May 27 02:25:16.139 INFO O| May 27 02:25:16.139 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9358 | 2026-05-27T02:25:17.108Z | [ host-image] May 27 02:25:16.144 INFO O| May 27 02:25:16.144 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9359 | 2026-05-27T02:25:17.108Z | [ host-image] May 27 02:25:16.144 INFO O| May 27 02:25:16.144 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9360 | 2026-05-27T02:25:17.108Z | [ host-image] May 27 02:25:16.144 INFO O| May 27 02:25:16.144 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9361 | 2026-05-27T02:25:17.108Z | [ host-image] May 27 02:25:16.144 INFO O| May 27 02:25:16.144 INFO STEP 30 (ensure_dir) COMPLETE |
| 9362 | 2026-05-27T02:25:17.108Z | [ host-image] May 27 02:25:16.144 INFO O| May 27 02:25:16.144 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9363 | 2026-05-27T02:25:17.112Z | [ host-image] May 27 02:25:16.149 INFO O| May 27 02:25:16.149 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist |
| 9364 | 2026-05-27T02:25:17.112Z | [ host-image] May 27 02:25:16.149 INFO O| May 27 02:25:16.149 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ... |
| 9365 | 2026-05-27T02:25:17.112Z | [ host-image] May 27 02:25:16.149 INFO O| May 27 02:25:16.149 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup |
| 9366 | 2026-05-27T02:25:17.112Z | [ host-image] May 27 02:25:16.149 INFO O| May 27 02:25:16.149 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup |
| 9367 | 2026-05-27T02:25:17.112Z | [ host-image] May 27 02:25:16.149 INFO O| May 27 02:25:16.149 INFO ok! |
| 9368 | 2026-05-27T02:25:17.112Z | [ host-image] May 27 02:25:16.149 INFO O| May 27 02:25:16.149 INFO STEP 31 (ensure_file) COMPLETE |
| 9369 | 2026-05-27T02:25:17.112Z | [ host-image] May 27 02:25:16.149 INFO O| May 27 02:25:16.149 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9370 | 2026-05-27T02:25:17.116Z | [ host-image] May 27 02:25:16.154 INFO O| May 27 02:25:16.154 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 9371 | 2026-05-27T02:25:17.116Z | [ host-image] May 27 02:25:16.154 INFO O| May 27 02:25:16.154 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 9372 | 2026-05-27T02:25:17.119Z | [ host-image] May 27 02:25:16.154 INFO O| May 27 02:25:16.154 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 9373 | 2026-05-27T02:25:17.119Z | [ host-image] May 27 02:25:16.154 INFO O| May 27 02:25:16.154 INFO STEP 32 (ensure_dir) COMPLETE |
| 9374 | 2026-05-27T02:25:17.120Z | [ host-image] May 27 02:25:16.154 INFO O| May 27 02:25:16.154 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9375 | 2026-05-27T02:25:17.123Z | [ host-image] May 27 02:25:16.161 INFO O| May 27 02:25:16.161 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist |
| 9376 | 2026-05-27T02:25:17.123Z | [ host-image] May 27 02:25:16.161 INFO O| May 27 02:25:16.161 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 ... |
| 9377 | 2026-05-27T02:25:17.123Z | [ host-image] May 27 02:25:16.161 INFO O| May 27 02:25:16.161 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 |
| 9378 | 2026-05-27T02:25:17.123Z | [ host-image] May 27 02:25:16.161 INFO O| May 27 02:25:16.161 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml |
| 9379 | 2026-05-27T02:25:17.123Z | [ host-image] May 27 02:25:16.161 INFO O| May 27 02:25:16.161 INFO ok! |
| 9380 | 2026-05-27T02:25:17.126Z | [ host-image] May 27 02:25:16.161 INFO O| May 27 02:25:16.161 INFO STEP 33 (ensure_file) COMPLETE |
| 9381 | 2026-05-27T02:25:17.126Z | [ host-image] May 27 02:25:16.161 INFO O| May 27 02:25:16.161 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9382 | 2026-05-27T02:25:17.129Z | [ host-image] May 27 02:25:16.166 INFO O| May 27 02:25:16.166 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist |
| 9383 | 2026-05-27T02:25:17.129Z | [ host-image] May 27 02:25:16.166 INFO O| May 27 02:25:16.166 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ... |
| 9384 | 2026-05-27T02:25:17.129Z | [ host-image] May 27 02:25:16.166 INFO O| May 27 02:25:16.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master |
| 9385 | 2026-05-27T02:25:17.129Z | [ host-image] May 27 02:25:16.166 INFO O| May 27 02:25:16.166 INFO ok! |
| 9386 | 2026-05-27T02:25:17.129Z | [ host-image] May 27 02:25:16.166 INFO O| May 27 02:25:16.166 INFO STEP 34 (ensure_file) COMPLETE |
| 9387 | 2026-05-27T02:25:17.129Z | [ host-image] May 27 02:25:16.166 INFO O| May 27 02:25:16.166 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9388 | 2026-05-27T02:25:17.133Z | [ host-image] May 27 02:25:16.172 INFO O| May 27 02:25:16.172 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
| 9389 | 2026-05-27T02:25:17.134Z | [ host-image] May 27 02:25:16.172 INFO O| May 27 02:25:16.172 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ... |
| 9390 | 2026-05-27T02:25:17.134Z | [ host-image] May 27 02:25:16.172 INFO O| May 27 02:25:16.172 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs |
| 9391 | 2026-05-27T02:25:17.134Z | [ host-image] May 27 02:25:16.172 INFO O| May 27 02:25:16.172 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs |
| 9392 | 2026-05-27T02:25:17.134Z | [ host-image] May 27 02:25:16.172 INFO O| May 27 02:25:16.172 INFO ok! |
| 9393 | 2026-05-27T02:25:17.134Z | [ host-image] May 27 02:25:16.172 INFO O| May 27 02:25:16.172 INFO STEP 35 (ensure_file) COMPLETE |
| 9394 | 2026-05-27T02:25:17.137Z | [ host-image] May 27 02:25:16.172 INFO O| May 27 02:25:16.172 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9395 | 2026-05-27T02:25:17.140Z | [ host-image] May 27 02:25:16.177 INFO O| May 27 02:25:16.177 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking |
| 9396 | 2026-05-27T02:25:17.140Z | [ host-image] May 27 02:25:16.177 INFO O| May 27 02:25:16.177 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ... |
| 9397 | 2026-05-27T02:25:17.140Z | [ host-image] May 27 02:25:16.177 INFO O| May 27 02:25:16.177 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init |
| 9398 | 2026-05-27T02:25:17.140Z | [ host-image] May 27 02:25:16.177 INFO O| May 27 02:25:16.177 INFO ok! |
| 9399 | 2026-05-27T02:25:17.140Z | [ host-image] May 27 02:25:16.177 INFO O| May 27 02:25:16.177 INFO STEP 36 (ensure_file) COMPLETE |
| 9400 | 2026-05-27T02:25:17.140Z | [ host-image] May 27 02:25:16.177 INFO O| May 27 02:25:16.177 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9401 | 2026-05-27T02:25:17.145Z | [ host-image] May 27 02:25:16.183 INFO O| May 27 02:25:16.183 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
| 9402 | 2026-05-27T02:25:17.145Z | [ host-image] May 27 02:25:16.183 INFO O| May 27 02:25:16.183 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ... |
| 9403 | 2026-05-27T02:25:17.148Z | [ host-image] May 27 02:25:16.183 INFO O| May 27 02:25:16.183 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config |
| 9404 | 2026-05-27T02:25:17.149Z | [ host-image] May 27 02:25:16.183 INFO O| May 27 02:25:16.183 INFO ok! |
| 9405 | 2026-05-27T02:25:17.149Z | [ host-image] May 27 02:25:16.183 INFO O| May 27 02:25:16.183 INFO STEP 37 (ensure_file) COMPLETE |
| 9406 | 2026-05-27T02:25:17.149Z | [ host-image] May 27 02:25:16.183 INFO O| May 27 02:25:16.183 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9407 | 2026-05-27T02:25:17.153Z | [ host-image] May 27 02:25:16.189 INFO O| May 27 02:25:16.189 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist |
| 9408 | 2026-05-27T02:25:17.153Z | [ host-image] May 27 02:25:16.189 INFO O| May 27 02:25:16.189 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ... |
| 9409 | 2026-05-27T02:25:17.153Z | [ host-image] May 27 02:25:16.189 INFO O| May 27 02:25:16.189 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9410 | 2026-05-27T02:25:17.153Z | [ host-image] May 27 02:25:16.189 INFO O| May 27 02:25:16.189 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9411 | 2026-05-27T02:25:17.153Z | [ host-image] May 27 02:25:16.189 INFO O| May 27 02:25:16.189 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9412 | 2026-05-27T02:25:17.153Z | [ host-image] May 27 02:25:16.189 INFO O| May 27 02:25:16.189 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9413 | 2026-05-27T02:25:17.153Z | [ host-image] May 27 02:25:16.189 INFO O| May 27 02:25:16.189 INFO ok! |
| 9414 | 2026-05-27T02:25:17.153Z | [ host-image] May 27 02:25:16.189 INFO O| May 27 02:25:16.189 INFO STEP 38 (ensure_file) COMPLETE |
| 9415 | 2026-05-27T02:25:17.153Z | [ host-image] May 27 02:25:16.189 INFO O| May 27 02:25:16.189 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9416 | 2026-05-27T02:25:17.156Z | [ host-image] May 27 02:25:16.194 INFO O| May 27 02:25:16.194 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 9417 | 2026-05-27T02:25:17.156Z | [ host-image] May 27 02:25:16.194 INFO O| May 27 02:25:16.194 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 9418 | 2026-05-27T02:25:17.156Z | [ host-image] May 27 02:25:16.194 INFO O| May 27 02:25:16.194 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 9419 | 2026-05-27T02:25:17.156Z | [ host-image] May 27 02:25:16.194 INFO O| May 27 02:25:16.194 INFO STEP 39 (ensure_dir) COMPLETE |
| 9420 | 2026-05-27T02:25:17.156Z | [ host-image] May 27 02:25:16.194 INFO O| May 27 02:25:16.194 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9421 | 2026-05-27T02:25:17.160Z | [ host-image] May 27 02:25:16.199 INFO O| May 27 02:25:16.199 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 |
| 9422 | 2026-05-27T02:25:17.163Z | [ host-image] May 27 02:25:16.199 INFO O| May 27 02:25:16.199 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 ... |
| 9423 | 2026-05-27T02:25:17.163Z | [ host-image] May 27 02:25:16.199 INFO O| May 27 02:25:16.199 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 |
| 9424 | 2026-05-27T02:25:17.163Z | [ host-image] May 27 02:25:16.199 INFO O| May 27 02:25:16.199 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 |
| 9425 | 2026-05-27T02:25:17.163Z | [ host-image] May 27 02:25:16.199 INFO O| May 27 02:25:16.199 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 |
| 9426 | 2026-05-27T02:25:17.163Z | [ host-image] May 27 02:25:16.199 INFO O| May 27 02:25:16.199 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 |
| 9427 | 2026-05-27T02:25:17.163Z | [ host-image] May 27 02:25:16.199 INFO O| May 27 02:25:16.199 INFO ok! |
| 9428 | 2026-05-27T02:25:17.163Z | [ host-image] May 27 02:25:16.199 INFO O| May 27 02:25:16.199 INFO STEP 40 (ensure_file) COMPLETE |
| 9429 | 2026-05-27T02:25:17.163Z | [ host-image] May 27 02:25:16.199 INFO O| May 27 02:25:16.199 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9430 | 2026-05-27T02:25:17.167Z | [ host-image] May 27 02:25:16.204 INFO O| May 27 02:25:16.204 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
| 9431 | 2026-05-27T02:25:17.167Z | [ host-image] May 27 02:25:16.204 INFO O| May 27 02:25:16.204 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 ... |
| 9432 | 2026-05-27T02:25:17.167Z | [ host-image] May 27 02:25:16.204 INFO O| May 27 02:25:16.204 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
| 9433 | 2026-05-27T02:25:17.167Z | [ host-image] May 27 02:25:16.204 INFO O| May 27 02:25:16.204 INFO ok! |
| 9434 | 2026-05-27T02:25:17.167Z | [ host-image] May 27 02:25:16.204 INFO O| May 27 02:25:16.204 INFO STEP 41 (ensure_symlink) COMPLETE |
| 9435 | 2026-05-27T02:25:17.167Z | [ host-image] May 27 02:25:16.204 INFO O| May 27 02:25:16.204 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9436 | 2026-05-27T02:25:17.171Z | [ host-image] May 27 02:25:16.209 INFO O| May 27 02:25:16.209 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist |
| 9437 | 2026-05-27T02:25:17.171Z | [ host-image] May 27 02:25:16.209 INFO O| May 27 02:25:16.209 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ... |
| 9438 | 2026-05-27T02:25:17.171Z | [ host-image] May 27 02:25:16.209 INFO O| May 27 02:25:16.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo |
| 9439 | 2026-05-27T02:25:17.175Z | [ host-image] May 27 02:25:16.209 INFO O| May 27 02:25:16.209 INFO ok! |
| 9440 | 2026-05-27T02:25:17.175Z | [ host-image] May 27 02:25:16.209 INFO O| May 27 02:25:16.209 INFO STEP 42 (ensure_symlink) COMPLETE |
| 9441 | 2026-05-27T02:25:17.175Z | [ host-image] May 27 02:25:16.209 INFO O| May 27 02:25:16.209 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9442 | 2026-05-27T02:25:17.178Z | [ host-image] May 27 02:25:16.214 INFO O| May 27 02:25:16.214 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist |
| 9443 | 2026-05-27T02:25:17.178Z | [ host-image] May 27 02:25:16.214 INFO O| May 27 02:25:16.214 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ... |
| 9444 | 2026-05-27T02:25:17.178Z | [ host-image] May 27 02:25:16.214 INFO O| May 27 02:25:16.214 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9445 | 2026-05-27T02:25:17.178Z | [ host-image] May 27 02:25:16.214 INFO O| May 27 02:25:16.214 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9446 | 2026-05-27T02:25:17.178Z | [ host-image] May 27 02:25:16.214 INFO O| May 27 02:25:16.214 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9447 | 2026-05-27T02:25:17.178Z | [ host-image] May 27 02:25:16.214 INFO O| May 27 02:25:16.214 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9448 | 2026-05-27T02:25:17.178Z | [ host-image] May 27 02:25:16.214 INFO O| May 27 02:25:16.214 INFO ok! |
| 9449 | 2026-05-27T02:25:17.178Z | [ host-image] May 27 02:25:16.214 INFO O| May 27 02:25:16.214 INFO STEP 43 (ensure_file) COMPLETE |
| 9450 | 2026-05-27T02:25:17.178Z | [ host-image] May 27 02:25:16.214 INFO O| May 27 02:25:16.214 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9451 | 2026-05-27T02:25:17.181Z | [ host-image] May 27 02:25:16.219 INFO O| May 27 02:25:16.219 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
| 9452 | 2026-05-27T02:25:17.181Z | [ host-image] May 27 02:25:16.219 INFO O| May 27 02:25:16.219 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 ... |
| 9453 | 2026-05-27T02:25:17.181Z | [ host-image] May 27 02:25:16.219 INFO O| May 27 02:25:16.219 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 |
| 9454 | 2026-05-27T02:25:17.181Z | [ host-image] May 27 02:25:16.219 INFO O| May 27 02:25:16.219 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml |
| 9455 | 2026-05-27T02:25:17.181Z | [ host-image] May 27 02:25:16.219 INFO O| May 27 02:25:16.219 INFO ok! |
| 9456 | 2026-05-27T02:25:17.181Z | [ host-image] May 27 02:25:16.219 INFO O| May 27 02:25:16.219 INFO STEP 44 (ensure_file) COMPLETE |
| 9457 | 2026-05-27T02:25:17.182Z | [ host-image] May 27 02:25:16.219 INFO O| May 27 02:25:16.219 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9458 | 2026-05-27T02:25:17.186Z | [ host-image] May 27 02:25:16.224 INFO O| May 27 02:25:16.224 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist |
| 9459 | 2026-05-27T02:25:17.186Z | [ host-image] May 27 02:25:16.224 INFO O| May 27 02:25:16.224 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ... |
| 9460 | 2026-05-27T02:25:17.189Z | [ host-image] May 27 02:25:16.224 INFO O| May 27 02:25:16.224 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml |
| 9461 | 2026-05-27T02:25:17.189Z | [ host-image] May 27 02:25:16.224 INFO O| May 27 02:25:16.224 INFO ok! |
| 9462 | 2026-05-27T02:25:17.189Z | [ host-image] May 27 02:25:16.224 INFO O| May 27 02:25:16.224 INFO STEP 45 (ensure_file) COMPLETE |
| 9463 | 2026-05-27T02:25:17.189Z | [ host-image] May 27 02:25:16.224 INFO O| May 27 02:25:16.224 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 9464 | 2026-05-27T02:25:17.192Z | [ host-image] May 27 02:25:16.229 INFO O| May 27 02:25:16.229 INFO updating shadow file |
| 9465 | 2026-05-27T02:25:17.192Z | [ host-image] May 27 02:25:16.229 INFO O| May 27 02:25:16.229 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 9466 | 2026-05-27T02:25:17.192Z | [ host-image] May 27 02:25:16.229 INFO O| May 27 02:25:16.229 INFO STEP 46 (shadow) COMPLETE |
| 9467 | 2026-05-27T02:25:17.192Z | [ host-image] May 27 02:25:16.229 INFO O| May 27 02:25:16.229 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 9468 | 2026-05-27T02:25:17.196Z | [ host-image] May 27 02:25:16.235 INFO O| May 27 02:25:16.235 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking |
| 9469 | 2026-05-27T02:25:17.196Z | [ host-image] May 27 02:25:16.235 INFO O| May 27 02:25:16.235 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ... |
| 9470 | 2026-05-27T02:25:17.196Z | [ host-image] May 27 02:25:16.235 INFO O| May 27 02:25:16.235 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login |
| 9471 | 2026-05-27T02:25:17.199Z | [ host-image] May 27 02:25:16.235 INFO O| May 27 02:25:16.235 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login |
| 9472 | 2026-05-27T02:25:17.199Z | [ host-image] May 27 02:25:16.235 INFO O| May 27 02:25:16.235 INFO ok! |
| 9473 | 2026-05-27T02:25:17.199Z | [ host-image] May 27 02:25:16.235 INFO O| May 27 02:25:16.235 INFO STEP 47 (ensure_file) COMPLETE |
| 9474 | 2026-05-27T02:25:17.199Z | [ host-image] May 27 02:25:16.235 INFO O| May 27 02:25:16.235 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9475 | 2026-05-27T02:25:17.200Z | [ host-image] May 27 02:25:16.235 INFO O| May 27 02:25:16.235 INFO skip step because feature "mfg" is not enabled |
| 9476 | 2026-05-27T02:25:17.200Z | [ host-image] May 27 02:25:16.235 INFO O| May 27 02:25:16.235 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9477 | 2026-05-27T02:25:17.200Z | [ host-image] May 27 02:25:16.235 INFO O| May 27 02:25:16.235 INFO skip step because feature "mfg" is not enabled |
| 9478 | 2026-05-27T02:25:17.200Z | [ host-image] May 27 02:25:16.235 INFO O| May 27 02:25:16.235 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9479 | 2026-05-27T02:25:17.203Z | [ host-image] May 27 02:25:16.240 INFO O| May 27 02:25:16.240 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist |
| 9480 | 2026-05-27T02:25:17.203Z | [ host-image] May 27 02:25:16.240 INFO O| May 27 02:25:16.240 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ... |
| 9481 | 2026-05-27T02:25:17.222Z | [ host-image] May 27 02:25:16.260 INFO O| May 27 02:25:16.260 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot |
| 9482 | 2026-05-27T02:25:17.222Z | [ host-image] May 27 02:25:16.260 INFO O| May 27 02:25:16.260 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot |
| 9483 | 2026-05-27T02:25:17.225Z | [ host-image] May 27 02:25:16.260 INFO O| May 27 02:25:16.260 INFO ok! |
| 9484 | 2026-05-27T02:25:17.225Z | [ host-image] May 27 02:25:16.260 INFO O| May 27 02:25:16.260 INFO STEP 50 (ensure_file) COMPLETE |
| 9485 | 2026-05-27T02:25:17.225Z | [ host-image] May 27 02:25:16.260 INFO O| May 27 02:25:16.260 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9486 | 2026-05-27T02:25:17.225Z | [ host-image] May 27 02:25:16.260 INFO O| May 27 02:25:16.260 INFO skip step because feature "compliance" is not enabled |
| 9487 | 2026-05-27T02:25:17.225Z | [ host-image] May 27 02:25:16.260 INFO O| May 27 02:25:16.260 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9488 | 2026-05-27T02:25:17.229Z | [ host-image] May 27 02:25:16.265 INFO O| May 27 02:25:16.265 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist |
| 9489 | 2026-05-27T02:25:17.229Z | [ host-image] May 27 02:25:16.265 INFO O| May 27 02:25:16.265 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ... |
| 9490 | 2026-05-27T02:25:17.229Z | [ host-image] May 27 02:25:16.265 INFO O| May 27 02:25:16.265 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9491 | 2026-05-27T02:25:17.229Z | [ host-image] May 27 02:25:16.265 INFO O| May 27 02:25:16.265 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9492 | 2026-05-27T02:25:17.229Z | [ host-image] May 27 02:25:16.265 INFO O| May 27 02:25:16.265 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9493 | 2026-05-27T02:25:17.229Z | [ host-image] May 27 02:25:16.265 INFO O| May 27 02:25:16.265 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9494 | 2026-05-27T02:25:17.229Z | [ host-image] May 27 02:25:16.265 INFO O| May 27 02:25:16.265 INFO ok! |
| 9495 | 2026-05-27T02:25:17.229Z | [ host-image] May 27 02:25:16.265 INFO O| May 27 02:25:16.265 INFO STEP 52 (ensure_file) COMPLETE |
| 9496 | 2026-05-27T02:25:17.229Z | [ host-image] May 27 02:25:16.265 INFO O| May 27 02:25:16.265 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9497 | 2026-05-27T02:25:17.232Z | [ host-image] May 27 02:25:16.270 INFO O| May 27 02:25:16.270 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
| 9498 | 2026-05-27T02:25:17.232Z | [ host-image] May 27 02:25:16.270 INFO O| May 27 02:25:16.270 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 ... |
| 9499 | 2026-05-27T02:25:17.232Z | [ host-image] May 27 02:25:16.270 INFO O| May 27 02:25:16.270 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 |
| 9500 | 2026-05-27T02:25:17.235Z | [ host-image] May 27 02:25:16.270 INFO O| May 27 02:25:16.270 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
| 9501 | 2026-05-27T02:25:17.235Z | [ host-image] May 27 02:25:16.270 INFO O| May 27 02:25:16.270 INFO ok! |
| 9502 | 2026-05-27T02:25:17.235Z | [ host-image] May 27 02:25:16.270 INFO O| May 27 02:25:16.270 INFO STEP 53 (ensure_file) COMPLETE |
| 9503 | 2026-05-27T02:25:17.236Z | [ host-image] May 27 02:25:16.271 INFO O| May 27 02:25:16.270 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9504 | 2026-05-27T02:25:17.240Z | [ host-image] May 27 02:25:16.278 INFO O| May 27 02:25:16.278 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist |
| 9505 | 2026-05-27T02:25:17.243Z | [ host-image] May 27 02:25:16.278 INFO O| May 27 02:25:16.278 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 ... |
| 9506 | 2026-05-27T02:25:17.244Z | [ host-image] May 27 02:25:16.278 INFO O| May 27 02:25:16.278 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen |
| 9507 | 2026-05-27T02:25:17.244Z | [ host-image] May 27 02:25:16.278 INFO O| May 27 02:25:16.278 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen |
| 9508 | 2026-05-27T02:25:17.244Z | [ host-image] May 27 02:25:16.278 INFO O| May 27 02:25:16.278 INFO ok! |
| 9509 | 2026-05-27T02:25:17.244Z | [ host-image] May 27 02:25:16.278 INFO O| May 27 02:25:16.278 INFO STEP 54 (ensure_file) COMPLETE |
| 9510 | 2026-05-27T02:25:17.244Z | [ host-image] May 27 02:25:16.278 INFO O| May 27 02:25:16.278 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9511 | 2026-05-27T02:25:17.248Z | [ host-image] May 27 02:25:16.284 INFO O| May 27 02:25:16.284 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist |
| 9512 | 2026-05-27T02:25:17.249Z | [ host-image] May 27 02:25:16.284 INFO O| May 27 02:25:16.284 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 ... |
| 9513 | 2026-05-27T02:25:17.249Z | [ host-image] May 27 02:25:16.285 INFO O| May 27 02:25:16.284 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 |
| 9514 | 2026-05-27T02:25:17.249Z | [ host-image] May 27 02:25:16.285 INFO O| May 27 02:25:16.285 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml |
| 9515 | 2026-05-27T02:25:17.249Z | [ host-image] May 27 02:25:16.285 INFO O| May 27 02:25:16.285 INFO ok! |
| 9516 | 2026-05-27T02:25:17.249Z | [ host-image] May 27 02:25:16.285 INFO O| May 27 02:25:16.285 INFO STEP 55 (ensure_file) COMPLETE |
| 9517 | 2026-05-27T02:25:17.249Z | [ host-image] May 27 02:25:16.285 INFO O| May 27 02:25:16.285 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9518 | 2026-05-27T02:25:17.252Z | [ host-image] May 27 02:25:16.290 INFO O| May 27 02:25:16.290 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist |
| 9519 | 2026-05-27T02:25:17.252Z | [ host-image] May 27 02:25:16.290 INFO O| May 27 02:25:16.290 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 ... |
| 9520 | 2026-05-27T02:25:17.257Z | [ host-image] May 27 02:25:16.290 INFO O| May 27 02:25:16.290 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen |
| 9521 | 2026-05-27T02:25:17.257Z | [ host-image] May 27 02:25:16.290 INFO O| May 27 02:25:16.290 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen |
| 9522 | 2026-05-27T02:25:17.257Z | [ host-image] May 27 02:25:16.290 INFO O| May 27 02:25:16.290 INFO ok! |
| 9523 | 2026-05-27T02:25:17.257Z | [ host-image] May 27 02:25:16.291 INFO O| May 27 02:25:16.290 INFO STEP 56 (ensure_file) COMPLETE |
| 9524 | 2026-05-27T02:25:17.257Z | [ host-image] May 27 02:25:16.291 INFO O| May 27 02:25:16.290 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9525 | 2026-05-27T02:25:17.260Z | [ host-image] May 27 02:25:16.297 INFO O| May 27 02:25:16.297 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist |
| 9526 | 2026-05-27T02:25:17.260Z | [ host-image] May 27 02:25:16.297 INFO O| May 27 02:25:16.297 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 ... |
| 9527 | 2026-05-27T02:25:17.260Z | [ host-image] May 27 02:25:16.297 INFO O| May 27 02:25:16.297 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 |
| 9528 | 2026-05-27T02:25:17.260Z | [ host-image] May 27 02:25:16.297 INFO O| May 27 02:25:16.297 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml |
| 9529 | 2026-05-27T02:25:17.261Z | [ host-image] May 27 02:25:16.297 INFO O| May 27 02:25:16.297 INFO ok! |
| 9530 | 2026-05-27T02:25:17.261Z | [ host-image] May 27 02:25:16.297 INFO O| May 27 02:25:16.297 INFO STEP 57 (ensure_file) COMPLETE |
| 9531 | 2026-05-27T02:25:17.261Z | [ host-image] May 27 02:25:16.297 INFO O| May 27 02:25:16.297 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9532 | 2026-05-27T02:25:17.264Z | [ host-image] May 27 02:25:16.302 INFO O| May 27 02:25:16.302 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist |
| 9533 | 2026-05-27T02:25:17.264Z | [ host-image] May 27 02:25:16.302 INFO O| May 27 02:25:16.302 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 ... |
| 9534 | 2026-05-27T02:25:17.268Z | [ host-image] May 27 02:25:16.303 INFO O| May 27 02:25:16.302 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 9535 | 2026-05-27T02:25:17.268Z | [ host-image] May 27 02:25:16.303 INFO O| May 27 02:25:16.303 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 9536 | 2026-05-27T02:25:17.268Z | [ host-image] May 27 02:25:16.303 INFO O| May 27 02:25:16.303 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 9537 | 2026-05-27T02:25:17.268Z | [ host-image] May 27 02:25:16.303 INFO O| May 27 02:25:16.303 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 9538 | 2026-05-27T02:25:17.268Z | [ host-image] May 27 02:25:16.303 INFO O| May 27 02:25:16.303 INFO ok! |
| 9539 | 2026-05-27T02:25:17.268Z | [ host-image] May 27 02:25:16.303 INFO O| May 27 02:25:16.303 INFO STEP 58 (ensure_file) COMPLETE |
| 9540 | 2026-05-27T02:25:17.268Z | [ host-image] May 27 02:25:16.303 INFO O| May 27 02:25:16.303 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9541 | 2026-05-27T02:25:17.270Z | [ host-image] May 27 02:25:16.309 INFO O| May 27 02:25:16.309 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist |
| 9542 | 2026-05-27T02:25:17.271Z | [ host-image] May 27 02:25:16.309 INFO O| May 27 02:25:16.309 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 ... |
| 9543 | 2026-05-27T02:25:17.274Z | [ host-image] May 27 02:25:16.309 INFO O| May 27 02:25:16.309 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 |
| 9544 | 2026-05-27T02:25:17.274Z | [ host-image] May 27 02:25:16.309 INFO O| May 27 02:25:16.309 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml |
| 9545 | 2026-05-27T02:25:17.274Z | [ host-image] May 27 02:25:16.309 INFO O| May 27 02:25:16.309 INFO ok! |
| 9546 | 2026-05-27T02:25:17.274Z | [ host-image] May 27 02:25:16.309 INFO O| May 27 02:25:16.309 INFO STEP 59 (ensure_file) COMPLETE |
| 9547 | 2026-05-27T02:25:17.274Z | [ host-image] May 27 02:25:16.309 INFO O| May 27 02:25:16.309 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9548 | 2026-05-27T02:25:17.277Z | [ host-image] May 27 02:25:16.315 INFO O| May 27 02:25:16.315 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist |
| 9549 | 2026-05-27T02:25:17.277Z | [ host-image] May 27 02:25:16.315 INFO O| May 27 02:25:16.315 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ... |
| 9550 | 2026-05-27T02:25:17.277Z | [ host-image] May 27 02:25:16.315 INFO O| May 27 02:25:16.315 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger |
| 9551 | 2026-05-27T02:25:17.277Z | [ host-image] May 27 02:25:16.315 INFO O| May 27 02:25:16.315 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger |
| 9552 | 2026-05-27T02:25:17.277Z | [ host-image] May 27 02:25:16.315 INFO O| May 27 02:25:16.315 INFO ok! |
| 9553 | 2026-05-27T02:25:17.277Z | [ host-image] May 27 02:25:16.315 INFO O| May 27 02:25:16.315 INFO STEP 60 (ensure_file) COMPLETE |
| 9554 | 2026-05-27T02:25:17.277Z | [ host-image] May 27 02:25:16.315 INFO O| May 27 02:25:16.315 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9555 | 2026-05-27T02:25:17.282Z | [ host-image] May 27 02:25:16.320 INFO O| May 27 02:25:16.320 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist |
| 9556 | 2026-05-27T02:25:17.282Z | [ host-image] May 27 02:25:16.320 INFO O| May 27 02:25:16.320 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 ... |
| 9557 | 2026-05-27T02:25:17.285Z | [ host-image] May 27 02:25:16.320 INFO O| May 27 02:25:16.320 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 |
| 9558 | 2026-05-27T02:25:17.285Z | [ host-image] May 27 02:25:16.320 INFO O| May 27 02:25:16.320 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml |
| 9559 | 2026-05-27T02:25:17.285Z | [ host-image] May 27 02:25:16.320 INFO O| May 27 02:25:16.320 INFO ok! |
| 9560 | 2026-05-27T02:25:17.285Z | [ host-image] May 27 02:25:16.320 INFO O| May 27 02:25:16.320 INFO STEP 61 (ensure_file) COMPLETE |
| 9561 | 2026-05-27T02:25:17.285Z | [ host-image] May 27 02:25:16.320 INFO O| May 27 02:25:16.320 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9562 | 2026-05-27T02:25:17.288Z | [ host-image] May 27 02:25:16.327 INFO O| May 27 02:25:16.327 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist |
| 9563 | 2026-05-27T02:25:17.292Z | [ host-image] May 27 02:25:16.327 INFO O| May 27 02:25:16.327 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ... |
| 9564 | 2026-05-27T02:25:17.292Z | [ host-image] May 27 02:25:16.327 INFO O| May 27 02:25:16.327 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 9565 | 2026-05-27T02:25:17.292Z | [ host-image] May 27 02:25:16.327 INFO O| May 27 02:25:16.327 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 9566 | 2026-05-27T02:25:17.292Z | [ host-image] May 27 02:25:16.327 INFO O| May 27 02:25:16.327 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 9567 | 2026-05-27T02:25:17.292Z | [ host-image] May 27 02:25:16.327 INFO O| May 27 02:25:16.327 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 9568 | 2026-05-27T02:25:17.292Z | [ host-image] May 27 02:25:16.327 INFO O| May 27 02:25:16.327 INFO ok! |
| 9569 | 2026-05-27T02:25:17.292Z | [ host-image] May 27 02:25:16.327 INFO O| May 27 02:25:16.327 INFO STEP 62 (ensure_file) COMPLETE |
| 9570 | 2026-05-27T02:25:17.292Z | [ host-image] May 27 02:25:16.327 INFO O| May 27 02:25:16.327 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9571 | 2026-05-27T02:25:17.295Z | [ host-image] May 27 02:25:16.333 INFO O| May 27 02:25:16.333 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
| 9572 | 2026-05-27T02:25:17.295Z | [ host-image] May 27 02:25:16.333 INFO O| May 27 02:25:16.333 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 ... |
| 9573 | 2026-05-27T02:25:17.295Z | [ host-image] May 27 02:25:16.333 INFO O| May 27 02:25:16.333 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 |
| 9574 | 2026-05-27T02:25:17.295Z | [ host-image] May 27 02:25:16.333 INFO O| May 27 02:25:16.333 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
| 9575 | 2026-05-27T02:25:17.295Z | [ host-image] May 27 02:25:16.333 INFO O| May 27 02:25:16.333 INFO ok! |
| 9576 | 2026-05-27T02:25:17.295Z | [ host-image] May 27 02:25:16.333 INFO O| May 27 02:25:16.333 INFO STEP 63 (ensure_file) COMPLETE |
| 9577 | 2026-05-27T02:25:17.295Z | [ host-image] May 27 02:25:16.333 INFO O| May 27 02:25:16.333 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9578 | 2026-05-27T02:25:17.300Z | [ host-image] May 27 02:25:16.339 INFO O| May 27 02:25:16.339 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
| 9579 | 2026-05-27T02:25:17.305Z | [ host-image] May 27 02:25:16.339 INFO O| May 27 02:25:16.339 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 ... |
| 9580 | 2026-05-27T02:25:17.305Z | [ host-image] May 27 02:25:16.339 INFO O| May 27 02:25:16.339 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 |
| 9581 | 2026-05-27T02:25:17.305Z | [ host-image] May 27 02:25:16.339 INFO O| May 27 02:25:16.339 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml |
| 9582 | 2026-05-27T02:25:17.305Z | [ host-image] May 27 02:25:16.339 INFO O| May 27 02:25:16.339 INFO ok! |
| 9583 | 2026-05-27T02:25:17.305Z | [ host-image] May 27 02:25:16.339 INFO O| May 27 02:25:16.339 INFO STEP 64 (ensure_file) COMPLETE |
| 9584 | 2026-05-27T02:25:17.305Z | [ host-image] May 27 02:25:16.339 INFO O| May 27 02:25:16.339 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9585 | 2026-05-27T02:25:17.308Z | [ host-image] May 27 02:25:16.344 INFO O| May 27 02:25:16.344 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
| 9586 | 2026-05-27T02:25:17.308Z | [ host-image] May 27 02:25:16.344 INFO O| May 27 02:25:16.344 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 ... |
| 9587 | 2026-05-27T02:25:17.308Z | [ host-image] May 27 02:25:16.344 INFO O| May 27 02:25:16.344 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 |
| 9588 | 2026-05-27T02:25:17.309Z | [ host-image] May 27 02:25:16.345 INFO O| May 27 02:25:16.344 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
| 9589 | 2026-05-27T02:25:17.309Z | [ host-image] May 27 02:25:16.345 INFO O| May 27 02:25:16.344 INFO ok! |
| 9590 | 2026-05-27T02:25:17.309Z | [ host-image] May 27 02:25:16.345 INFO O| May 27 02:25:16.345 INFO STEP 65 (ensure_file) COMPLETE |
| 9591 | 2026-05-27T02:25:17.309Z | [ host-image] May 27 02:25:16.345 INFO O| May 27 02:25:16.345 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9592 | 2026-05-27T02:25:17.310Z | [ host-image] May 27 02:25:16.345 INFO O| May 27 02:25:16.345 INFO skip step because feature "mbist" is not enabled |
| 9593 | 2026-05-27T02:25:17.310Z | [ host-image] May 27 02:25:16.345 INFO O| May 27 02:25:16.345 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9594 | 2026-05-27T02:25:17.313Z | [ host-image] May 27 02:25:16.350 INFO O| May 27 02:25:16.350 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt |
| 9595 | 2026-05-27T02:25:17.314Z | [ host-image] May 27 02:25:16.350 INFO O| May 27 02:25:16.350 INFO STEP 67 (ensure_dir) COMPLETE |
| 9596 | 2026-05-27T02:25:17.314Z | [ host-image] May 27 02:25:16.350 INFO O| May 27 02:25:16.350 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9597 | 2026-05-27T02:25:17.318Z | [ host-image] May 27 02:25:16.356 INFO O| May 27 02:25:16.356 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide |
| 9598 | 2026-05-27T02:25:17.318Z | [ host-image] May 27 02:25:16.356 INFO O| May 27 02:25:16.356 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide |
| 9599 | 2026-05-27T02:25:17.321Z | [ host-image] May 27 02:25:16.356 INFO O| May 27 02:25:16.356 INFO STEP 68 (ensure_dir) COMPLETE |
| 9600 | 2026-05-27T02:25:17.321Z | [ host-image] May 27 02:25:16.356 INFO O| May 27 02:25:16.356 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9601 | 2026-05-27T02:25:17.324Z | [ host-image] May 27 02:25:16.362 INFO O| May 27 02:25:16.362 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm |
| 9602 | 2026-05-27T02:25:17.324Z | [ host-image] May 27 02:25:16.362 INFO O| May 27 02:25:16.362 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm |
| 9603 | 2026-05-27T02:25:17.324Z | [ host-image] May 27 02:25:16.362 INFO O| May 27 02:25:16.362 INFO STEP 69 (ensure_dir) COMPLETE |
| 9604 | 2026-05-27T02:25:17.324Z | [ host-image] May 27 02:25:16.362 INFO O| May 27 02:25:16.362 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9605 | 2026-05-27T02:25:17.331Z | [ host-image] May 27 02:25:16.369 INFO O| May 27 02:25:16.369 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
| 9606 | 2026-05-27T02:25:17.331Z | [ host-image] May 27 02:25:16.369 INFO O| May 27 02:25:16.369 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
| 9607 | 2026-05-27T02:25:17.826Z | [ host-image] May 27 02:25:16.864 INFO O| May 27 02:25:16.864 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm |
| 9608 | 2026-05-27T02:25:17.826Z | [ host-image] May 27 02:25:16.864 INFO O| May 27 02:25:16.864 INFO ok! |
| 9609 | 2026-05-27T02:25:17.826Z | [ host-image] May 27 02:25:16.864 INFO O| May 27 02:25:16.864 INFO STEP 70 (ensure_file) COMPLETE |
| 9610 | 2026-05-27T02:25:17.829Z | [ host-image] May 27 02:25:16.864 INFO O| May 27 02:25:16.864 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9611 | 2026-05-27T02:25:17.833Z | [ host-image] May 27 02:25:16.871 INFO O| May 27 02:25:16.871 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
| 9612 | 2026-05-27T02:25:17.833Z | [ host-image] May 27 02:25:16.871 INFO O| May 27 02:25:16.871 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ... |
| 9613 | 2026-05-27T02:25:18.266Z | [ host-image] May 27 02:25:17.304 INFO O| May 27 02:25:17.304 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd |
| 9614 | 2026-05-27T02:25:18.266Z | [ host-image] May 27 02:25:17.304 INFO O| May 27 02:25:17.304 INFO ok! |
| 9615 | 2026-05-27T02:25:18.266Z | [ host-image] May 27 02:25:17.304 INFO O| May 27 02:25:17.304 INFO STEP 71 (ensure_file) COMPLETE |
| 9616 | 2026-05-27T02:25:18.270Z | [ host-image] May 27 02:25:17.304 INFO O| May 27 02:25:17.304 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9617 | 2026-05-27T02:25:18.273Z | [ host-image] May 27 02:25:17.312 INFO O| May 27 02:25:17.312 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg |
| 9618 | 2026-05-27T02:25:18.277Z | [ host-image] May 27 02:25:17.312 INFO O| May 27 02:25:17.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg |
| 9619 | 2026-05-27T02:25:18.277Z | [ host-image] May 27 02:25:17.312 INFO O| May 27 02:25:17.312 INFO STEP 72 (ensure_dir) COMPLETE |
| 9620 | 2026-05-27T02:25:18.277Z | [ host-image] May 27 02:25:17.312 INFO O| May 27 02:25:17.312 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9621 | 2026-05-27T02:25:18.344Z | [ host-image] May 27 02:25:17.319 INFO O| May 27 02:25:17.319 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
| 9622 | 2026-05-27T02:25:18.344Z | [ host-image] May 27 02:25:17.319 INFO O| May 27 02:25:17.319 INFO copying /tmp/.tmpG0N9od/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 ... |
| 9623 | 2026-05-27T02:25:18.344Z | [ host-image] May 27 02:25:17.319 INFO O| May 27 02:25:17.319 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
| 9624 | 2026-05-27T02:25:18.344Z | [ host-image] May 27 02:25:17.319 INFO O| May 27 02:25:17.319 INFO ok! |
| 9625 | 2026-05-27T02:25:18.344Z | [ host-image] May 27 02:25:17.319 INFO O| May 27 02:25:17.319 INFO STEP 73 (ensure_file) COMPLETE |
| 9626 | 2026-05-27T02:25:18.344Z | [ host-image] May 27 02:25:17.319 INFO O| May 27 02:25:17.319 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9627 | 2026-05-27T02:25:18.344Z | [ host-image] May 27 02:25:17.326 INFO O| May 27 02:25:17.326 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
| 9628 | 2026-05-27T02:25:18.344Z | [ host-image] May 27 02:25:17.326 INFO O| May 27 02:25:17.326 INFO copying /tmp/.tmpG0N9od/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 ... |
| 9629 | 2026-05-27T02:25:18.344Z | [ host-image] May 27 02:25:17.326 INFO O| May 27 02:25:17.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
| 9630 | 2026-05-27T02:25:18.344Z | [ host-image] May 27 02:25:17.326 INFO O| May 27 02:25:17.326 INFO ok! |
| 9631 | 2026-05-27T02:25:18.344Z | [ host-image] May 27 02:25:17.326 INFO O| May 27 02:25:17.326 INFO STEP 74 (ensure_file) COMPLETE |
| 9632 | 2026-05-27T02:25:18.344Z | [ host-image] May 27 02:25:17.326 INFO O| May 27 02:25:17.326 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9633 | 2026-05-27T02:25:18.344Z | [ host-image] May 27 02:25:17.333 INFO O| May 27 02:25:17.333 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
| 9634 | 2026-05-27T02:25:18.344Z | [ host-image] May 27 02:25:17.333 INFO O| May 27 02:25:17.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
| 9635 | 2026-05-27T02:25:18.344Z | [ host-image] May 27 02:25:17.333 INFO O| May 27 02:25:17.333 INFO STEP 75 (ensure_dir) COMPLETE |
| 9636 | 2026-05-27T02:25:18.344Z | [ host-image] May 27 02:25:17.333 INFO O| May 27 02:25:17.333 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9637 | 2026-05-27T02:25:18.344Z | [ host-image] May 27 02:25:17.340 INFO O| May 27 02:25:17.340 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
| 9638 | 2026-05-27T02:25:18.344Z | [ host-image] May 27 02:25:17.340 INFO O| May 27 02:25:17.340 INFO copying /tmp/.tmpG0N9od/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 ... |
| 9639 | 2026-05-27T02:25:18.344Z | [ host-image] May 27 02:25:17.340 INFO O| May 27 02:25:17.340 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
| 9640 | 2026-05-27T02:25:18.344Z | [ host-image] May 27 02:25:17.340 INFO O| May 27 02:25:17.340 INFO ok! |
| 9641 | 2026-05-27T02:25:18.344Z | [ host-image] May 27 02:25:17.340 INFO O| May 27 02:25:17.340 INFO STEP 76 (ensure_file) COMPLETE |
| 9642 | 2026-05-27T02:25:18.344Z | [ host-image] May 27 02:25:17.340 INFO O| May 27 02:25:17.340 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9643 | 2026-05-27T02:25:18.344Z | [ host-image] May 27 02:25:17.346 INFO O| May 27 02:25:17.346 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
| 9644 | 2026-05-27T02:25:18.344Z | [ host-image] May 27 02:25:17.346 INFO O| May 27 02:25:17.346 INFO copying /tmp/.tmpG0N9od/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 ... |
| 9645 | 2026-05-27T02:25:18.344Z | [ host-image] May 27 02:25:17.346 INFO O| May 27 02:25:17.346 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
| 9646 | 2026-05-27T02:25:18.344Z | [ host-image] May 27 02:25:17.346 INFO O| May 27 02:25:17.346 INFO ok! |
| 9647 | 2026-05-27T02:25:18.345Z | [ host-image] May 27 02:25:17.346 INFO O| May 27 02:25:17.346 INFO STEP 77 (ensure_file) COMPLETE |
| 9648 | 2026-05-27T02:25:18.345Z | [ host-image] May 27 02:25:17.346 INFO O| May 27 02:25:17.346 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9649 | 2026-05-27T02:25:18.345Z | [ host-image] May 27 02:25:17.352 INFO O| May 27 02:25:17.352 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
| 9650 | 2026-05-27T02:25:18.345Z | [ host-image] May 27 02:25:17.352 INFO O| May 27 02:25:17.352 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
| 9651 | 2026-05-27T02:25:18.345Z | [ host-image] May 27 02:25:17.352 INFO O| May 27 02:25:17.352 INFO STEP 78 (ensure_dir) COMPLETE |
| 9652 | 2026-05-27T02:25:18.345Z | [ host-image] May 27 02:25:17.352 INFO O| May 27 02:25:17.352 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9653 | 2026-05-27T02:25:18.345Z | [ host-image] May 27 02:25:17.357 INFO O| May 27 02:25:17.357 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
| 9654 | 2026-05-27T02:25:18.345Z | [ host-image] May 27 02:25:17.357 INFO O| May 27 02:25:17.357 INFO copying /tmp/.tmpG0N9od/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 ... |
| 9655 | 2026-05-27T02:25:18.345Z | [ host-image] May 27 02:25:17.358 INFO O| May 27 02:25:17.358 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
| 9656 | 2026-05-27T02:25:18.346Z | [ host-image] May 27 02:25:17.358 INFO O| May 27 02:25:17.358 INFO ok! |
| 9657 | 2026-05-27T02:25:18.346Z | [ host-image] May 27 02:25:17.358 INFO O| May 27 02:25:17.358 INFO STEP 79 (ensure_file) COMPLETE |
| 9658 | 2026-05-27T02:25:18.346Z | [ host-image] May 27 02:25:17.358 INFO O| May 27 02:25:17.358 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9659 | 2026-05-27T02:25:18.346Z | [ host-image] May 27 02:25:17.364 INFO O| May 27 02:25:17.364 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
| 9660 | 2026-05-27T02:25:18.346Z | [ host-image] May 27 02:25:17.364 INFO O| May 27 02:25:17.364 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ... |
| 9661 | 2026-05-27T02:25:18.346Z | [ host-image] May 27 02:25:17.364 INFO O| May 27 02:25:17.364 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION |
| 9662 | 2026-05-27T02:25:18.346Z | [ host-image] May 27 02:25:17.364 INFO O| May 27 02:25:17.364 INFO ok! |
| 9663 | 2026-05-27T02:25:18.346Z | [ host-image] May 27 02:25:17.364 INFO O| May 27 02:25:17.364 INFO STEP 80 (ensure_file) COMPLETE |
| 9664 | 2026-05-27T02:25:18.346Z | [ host-image] May 27 02:25:17.364 INFO O| May 27 02:25:17.364 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9665 | 2026-05-27T02:25:18.346Z | [ host-image] May 27 02:25:17.370 INFO O| May 27 02:25:17.370 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent |
| 9666 | 2026-05-27T02:25:18.346Z | [ host-image] May 27 02:25:17.370 INFO O| May 27 02:25:17.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent |
| 9667 | 2026-05-27T02:25:18.346Z | [ host-image] May 27 02:25:17.370 INFO O| May 27 02:25:17.370 INFO STEP 81 (ensure_dir) COMPLETE |
| 9668 | 2026-05-27T02:25:18.346Z | [ host-image] May 27 02:25:17.370 INFO O| May 27 02:25:17.370 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9669 | 2026-05-27T02:25:18.346Z | [ host-image] May 27 02:25:17.376 INFO O| May 27 02:25:17.376 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
| 9670 | 2026-05-27T02:25:18.346Z | [ host-image] May 27 02:25:17.376 INFO O| May 27 02:25:17.376 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
| 9671 | 2026-05-27T02:25:18.548Z | [ host-image] May 27 02:25:17.586 INFO O| May 27 02:25:17.586 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle |
| 9672 | 2026-05-27T02:25:18.548Z | [ host-image] May 27 02:25:17.586 INFO O| May 27 02:25:17.586 INFO ok! |
| 9673 | 2026-05-27T02:25:18.548Z | [ host-image] May 27 02:25:17.586 INFO O| May 27 02:25:17.586 INFO STEP 82 (ensure_file) COMPLETE |
| 9674 | 2026-05-27T02:25:18.551Z | [ host-image] May 27 02:25:17.586 INFO O| May 27 02:25:17.586 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9675 | 2026-05-27T02:25:18.554Z | [ host-image] May 27 02:25:17.592 INFO O| May 27 02:25:17.592 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist |
| 9676 | 2026-05-27T02:25:18.554Z | [ host-image] May 27 02:25:17.592 INFO O| May 27 02:25:17.592 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ... |
| 9677 | 2026-05-27T02:25:18.990Z | [ host-image] May 27 02:25:18.028 INFO O| May 27 02:25:18.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor |
| 9678 | 2026-05-27T02:25:18.990Z | [ host-image] May 27 02:25:18.028 INFO O| May 27 02:25:18.028 INFO ok! |
| 9679 | 2026-05-27T02:25:18.994Z | [ host-image] May 27 02:25:18.028 INFO O| May 27 02:25:18.028 INFO STEP 83 (ensure_file) COMPLETE |
| 9680 | 2026-05-27T02:25:18.994Z | [ host-image] May 27 02:25:18.028 INFO O| May 27 02:25:18.028 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9681 | 2026-05-27T02:25:18.997Z | [ host-image] May 27 02:25:18.035 INFO O| May 27 02:25:18.035 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
| 9682 | 2026-05-27T02:25:18.997Z | [ host-image] May 27 02:25:18.035 INFO O| May 27 02:25:18.035 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ... |
| 9683 | 2026-05-27T02:25:19.994Z | [ host-image] May 27 02:25:19.031 INFO O| May 27 02:25:19.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent |
| 9684 | 2026-05-27T02:25:19.994Z | [ host-image] May 27 02:25:19.031 INFO O| May 27 02:25:19.031 INFO ok! |
| 9685 | 2026-05-27T02:25:19.994Z | [ host-image] May 27 02:25:19.031 INFO O| May 27 02:25:19.031 INFO STEP 84 (ensure_file) COMPLETE |
| 9686 | 2026-05-27T02:25:19.998Z | [ host-image] May 27 02:25:19.031 INFO O| May 27 02:25:19.031 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9687 | 2026-05-27T02:25:20.002Z | [ host-image] May 27 02:25:19.040 INFO O| May 27 02:25:19.040 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg |
| 9688 | 2026-05-27T02:25:20.002Z | [ host-image] May 27 02:25:19.040 INFO O| May 27 02:25:19.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg |
| 9689 | 2026-05-27T02:25:20.002Z | [ host-image] May 27 02:25:19.040 INFO O| May 27 02:25:19.040 INFO STEP 85 (ensure_dir) COMPLETE |
| 9690 | 2026-05-27T02:25:20.006Z | [ host-image] May 27 02:25:19.040 INFO O| May 27 02:25:19.040 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9691 | 2026-05-27T02:25:20.009Z | [ host-image] May 27 02:25:19.047 INFO O| May 27 02:25:19.047 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
| 9692 | 2026-05-27T02:25:20.009Z | [ host-image] May 27 02:25:19.047 INFO O| May 27 02:25:19.047 INFO copying /tmp/.tmpG0N9od/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 ... |
| 9693 | 2026-05-27T02:25:20.009Z | [ host-image] May 27 02:25:19.047 INFO O| May 27 02:25:19.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
| 9694 | 2026-05-27T02:25:20.009Z | [ host-image] May 27 02:25:19.047 INFO O| May 27 02:25:19.047 INFO ok! |
| 9695 | 2026-05-27T02:25:20.010Z | [ host-image] May 27 02:25:19.047 INFO O| May 27 02:25:19.047 INFO STEP 86 (ensure_file) COMPLETE |
| 9696 | 2026-05-27T02:25:20.010Z | [ host-image] May 27 02:25:19.047 INFO O| May 27 02:25:19.047 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9697 | 2026-05-27T02:25:20.017Z | [ host-image] May 27 02:25:19.055 INFO O| May 27 02:25:19.055 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
| 9698 | 2026-05-27T02:25:20.017Z | [ host-image] May 27 02:25:19.055 INFO O| May 27 02:25:19.055 INFO copying /tmp/.tmpG0N9od/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 ... |
| 9699 | 2026-05-27T02:25:20.017Z | [ host-image] May 27 02:25:19.055 INFO O| May 27 02:25:19.055 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md |
| 9700 | 2026-05-27T02:25:20.020Z | [ host-image] May 27 02:25:19.055 INFO O| May 27 02:25:19.055 INFO ok! |
| 9701 | 2026-05-27T02:25:20.020Z | [ host-image] May 27 02:25:19.055 INFO O| May 27 02:25:19.055 INFO STEP 87 (ensure_file) COMPLETE |
| 9702 | 2026-05-27T02:25:20.020Z | [ host-image] May 27 02:25:19.055 INFO O| May 27 02:25:19.055 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9703 | 2026-05-27T02:25:20.024Z | [ host-image] May 27 02:25:19.062 INFO O| May 27 02:25:19.062 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
| 9704 | 2026-05-27T02:25:20.029Z | [ host-image] May 27 02:25:19.062 INFO O| May 27 02:25:19.062 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ... |
| 9705 | 2026-05-27T02:25:20.029Z | [ host-image] May 27 02:25:19.062 INFO O| May 27 02:25:19.062 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION |
| 9706 | 2026-05-27T02:25:20.029Z | [ host-image] May 27 02:25:19.062 INFO O| May 27 02:25:19.062 INFO ok! |
| 9707 | 2026-05-27T02:25:20.029Z | [ host-image] May 27 02:25:19.062 INFO O| May 27 02:25:19.062 INFO STEP 88 (ensure_file) COMPLETE |
| 9708 | 2026-05-27T02:25:20.029Z | [ host-image] May 27 02:25:19.062 INFO O| May 27 02:25:19.062 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9709 | 2026-05-27T02:25:20.032Z | [ host-image] May 27 02:25:19.069 INFO O| May 27 02:25:19.069 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist |
| 9710 | 2026-05-27T02:25:20.033Z | [ host-image] May 27 02:25:19.069 INFO O| May 27 02:25:19.069 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ... |
| 9711 | 2026-05-27T02:25:20.033Z | [ host-image] May 27 02:25:19.069 INFO O| May 27 02:25:19.069 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz |
| 9712 | 2026-05-27T02:25:20.033Z | [ host-image] May 27 02:25:19.069 INFO O| May 27 02:25:19.069 INFO ok! |
| 9713 | 2026-05-27T02:25:20.033Z | [ host-image] May 27 02:25:19.069 INFO O| May 27 02:25:19.069 INFO STEP 89 (ensure_file) COMPLETE |
| 9714 | 2026-05-27T02:25:20.033Z | [ host-image] May 27 02:25:19.069 INFO O| May 27 02:25:19.069 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9715 | 2026-05-27T02:25:20.040Z | [ host-image] May 27 02:25:19.076 INFO O| May 27 02:25:19.075 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog |
| 9716 | 2026-05-27T02:25:20.043Z | [ host-image] May 27 02:25:19.076 INFO O| May 27 02:25:19.076 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog |
| 9717 | 2026-05-27T02:25:20.043Z | [ host-image] May 27 02:25:19.076 INFO O| May 27 02:25:19.076 INFO STEP 90 (ensure_dir) COMPLETE |
| 9718 | 2026-05-27T02:25:20.043Z | [ host-image] May 27 02:25:19.076 INFO O| May 27 02:25:19.076 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9719 | 2026-05-27T02:25:20.047Z | [ host-image] May 27 02:25:19.082 INFO O| May 27 02:25:19.082 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist |
| 9720 | 2026-05-27T02:25:20.047Z | [ host-image] May 27 02:25:19.082 INFO O| May 27 02:25:19.082 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ... |
| 9721 | 2026-05-27T02:25:20.047Z | [ host-image] May 27 02:25:19.085 INFO O| May 27 02:25:19.085 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog |
| 9722 | 2026-05-27T02:25:20.047Z | [ host-image] May 27 02:25:19.085 INFO O| May 27 02:25:19.085 INFO ok! |
| 9723 | 2026-05-27T02:25:20.047Z | [ host-image] May 27 02:25:19.085 INFO O| May 27 02:25:19.085 INFO STEP 91 (ensure_file) COMPLETE |
| 9724 | 2026-05-27T02:25:20.047Z | [ host-image] May 27 02:25:19.085 INFO O| May 27 02:25:19.085 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9725 | 2026-05-27T02:25:20.052Z | [ host-image] May 27 02:25:19.091 INFO O| May 27 02:25:19.090 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist |
| 9726 | 2026-05-27T02:25:20.052Z | [ host-image] May 27 02:25:19.091 INFO O| May 27 02:25:19.091 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ... |
| 9727 | 2026-05-27T02:25:20.056Z | [ host-image] May 27 02:25:19.091 INFO O| May 27 02:25:19.091 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION |
| 9728 | 2026-05-27T02:25:20.056Z | [ host-image] May 27 02:25:19.091 INFO O| May 27 02:25:19.091 INFO ok! |
| 9729 | 2026-05-27T02:25:20.056Z | [ host-image] May 27 02:25:19.091 INFO O| May 27 02:25:19.091 INFO STEP 92 (ensure_file) COMPLETE |
| 9730 | 2026-05-27T02:25:20.056Z | [ host-image] May 27 02:25:19.091 INFO O| May 27 02:25:19.091 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9731 | 2026-05-27T02:25:20.059Z | [ host-image] May 27 02:25:19.097 INFO O| May 27 02:25:19.097 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
| 9732 | 2026-05-27T02:25:20.059Z | [ host-image] May 27 02:25:19.097 INFO O| May 27 02:25:19.097 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ... |
| 9733 | 2026-05-27T02:25:20.447Z | [ host-image] May 27 02:25:19.485 INFO O| May 27 02:25:19.485 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz |
| 9734 | 2026-05-27T02:25:20.447Z | [ host-image] May 27 02:25:19.485 INFO O| May 27 02:25:19.485 INFO ok! |
| 9735 | 2026-05-27T02:25:20.451Z | [ host-image] May 27 02:25:19.485 INFO O| May 27 02:25:19.485 INFO STEP 93 (ensure_file) COMPLETE |
| 9736 | 2026-05-27T02:25:20.451Z | [ host-image] May 27 02:25:19.485 INFO O| May 27 02:25:19.485 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9737 | 2026-05-27T02:25:20.454Z | [ host-image] May 27 02:25:19.492 INFO O| May 27 02:25:19.492 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind |
| 9738 | 2026-05-27T02:25:20.454Z | [ host-image] May 27 02:25:19.492 INFO O| May 27 02:25:19.492 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind |
| 9739 | 2026-05-27T02:25:20.458Z | [ host-image] May 27 02:25:19.492 INFO O| May 27 02:25:19.492 INFO STEP 94 (ensure_dir) COMPLETE |
| 9740 | 2026-05-27T02:25:20.458Z | [ host-image] May 27 02:25:19.493 INFO O| May 27 02:25:19.492 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9741 | 2026-05-27T02:25:20.461Z | [ host-image] May 27 02:25:19.499 INFO O| May 27 02:25:19.499 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib |
| 9742 | 2026-05-27T02:25:20.461Z | [ host-image] May 27 02:25:19.499 INFO O| May 27 02:25:19.499 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib |
| 9743 | 2026-05-27T02:25:20.461Z | [ host-image] May 27 02:25:19.499 INFO O| May 27 02:25:19.499 INFO STEP 95 (ensure_dir) COMPLETE |
| 9744 | 2026-05-27T02:25:20.461Z | [ host-image] May 27 02:25:19.499 INFO O| May 27 02:25:19.499 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9745 | 2026-05-27T02:25:20.468Z | [ host-image] May 27 02:25:19.506 INFO O| May 27 02:25:19.506 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc |
| 9746 | 2026-05-27T02:25:20.471Z | [ host-image] May 27 02:25:19.506 INFO O| May 27 02:25:19.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc |
| 9747 | 2026-05-27T02:25:20.471Z | [ host-image] May 27 02:25:19.506 INFO O| May 27 02:25:19.506 INFO STEP 96 (ensure_dir) COMPLETE |
| 9748 | 2026-05-27T02:25:20.471Z | [ host-image] May 27 02:25:19.506 INFO O| May 27 02:25:19.506 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9749 | 2026-05-27T02:25:20.474Z | [ host-image] May 27 02:25:19.512 INFO O| May 27 02:25:19.512 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
| 9750 | 2026-05-27T02:25:20.474Z | [ host-image] May 27 02:25:19.512 INFO O| May 27 02:25:19.512 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
| 9751 | 2026-05-27T02:25:20.474Z | [ host-image] May 27 02:25:19.512 INFO O| May 27 02:25:19.512 INFO STEP 97 (ensure_dir) COMPLETE |
| 9752 | 2026-05-27T02:25:20.475Z | [ host-image] May 27 02:25:19.512 INFO O| May 27 02:25:19.512 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9753 | 2026-05-27T02:25:20.480Z | [ host-image] May 27 02:25:19.518 INFO O| May 27 02:25:19.518 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
| 9754 | 2026-05-27T02:25:20.480Z | [ host-image] May 27 02:25:19.518 INFO O| May 27 02:25:19.518 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
| 9755 | 2026-05-27T02:25:20.480Z | [ host-image] May 27 02:25:19.518 INFO O| May 27 02:25:19.518 INFO STEP 98 (ensure_dir) COMPLETE |
| 9756 | 2026-05-27T02:25:20.484Z | [ host-image] May 27 02:25:19.518 INFO O| May 27 02:25:19.518 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9757 | 2026-05-27T02:25:20.487Z | [ host-image] May 27 02:25:19.525 INFO O| May 27 02:25:19.525 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
| 9758 | 2026-05-27T02:25:20.487Z | [ host-image] May 27 02:25:19.525 INFO O| May 27 02:25:19.525 INFO copying /tmp/.tmpG0N9od/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 ... |
| 9759 | 2026-05-27T02:25:20.487Z | [ host-image] May 27 02:25:19.525 INFO O| May 27 02:25:19.525 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
| 9760 | 2026-05-27T02:25:20.487Z | [ host-image] May 27 02:25:19.525 INFO O| May 27 02:25:19.525 INFO ok! |
| 9761 | 2026-05-27T02:25:20.487Z | [ host-image] May 27 02:25:19.525 INFO O| May 27 02:25:19.525 INFO STEP 99 (ensure_file) COMPLETE |
| 9762 | 2026-05-27T02:25:20.487Z | [ host-image] May 27 02:25:19.525 INFO O| May 27 02:25:19.525 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9763 | 2026-05-27T02:25:20.493Z | [ host-image] May 27 02:25:19.531 INFO O| May 27 02:25:19.531 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin |
| 9764 | 2026-05-27T02:25:20.493Z | [ host-image] May 27 02:25:19.531 INFO O| May 27 02:25:19.531 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin |
| 9765 | 2026-05-27T02:25:20.493Z | [ host-image] May 27 02:25:19.531 INFO O| May 27 02:25:19.531 INFO STEP 100 (ensure_dir) COMPLETE |
| 9766 | 2026-05-27T02:25:20.497Z | [ host-image] May 27 02:25:19.531 INFO O| May 27 02:25:19.531 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9767 | 2026-05-27T02:25:20.500Z | [ host-image] May 27 02:25:19.537 INFO O| May 27 02:25:19.537 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
| 9768 | 2026-05-27T02:25:20.500Z | [ host-image] May 27 02:25:19.537 INFO O| May 27 02:25:19.537 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
| 9769 | 2026-05-27T02:25:20.509Z | [ host-image] May 27 02:25:19.546 INFO O| May 27 02:25:19.546 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
| 9770 | 2026-05-27T02:25:20.509Z | [ host-image] May 27 02:25:19.546 INFO O| May 27 02:25:19.546 INFO ok! |
| 9771 | 2026-05-27T02:25:20.512Z | [ host-image] May 27 02:25:19.546 INFO O| May 27 02:25:19.546 INFO STEP 101 (ensure_file) COMPLETE |
| 9772 | 2026-05-27T02:25:20.512Z | [ host-image] May 27 02:25:19.546 INFO O| May 27 02:25:19.546 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9773 | 2026-05-27T02:25:20.515Z | [ host-image] May 27 02:25:19.551 INFO O| May 27 02:25:19.551 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
| 9774 | 2026-05-27T02:25:20.515Z | [ host-image] May 27 02:25:19.551 INFO O| May 27 02:25:19.551 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
| 9775 | 2026-05-27T02:25:20.515Z | [ host-image] May 27 02:25:19.551 INFO O| May 27 02:25:19.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
| 9776 | 2026-05-27T02:25:20.516Z | [ host-image] May 27 02:25:19.551 INFO O| May 27 02:25:19.551 INFO ok! |
| 9777 | 2026-05-27T02:25:20.516Z | [ host-image] May 27 02:25:19.551 INFO O| May 27 02:25:19.551 INFO STEP 102 (ensure_file) COMPLETE |
| 9778 | 2026-05-27T02:25:20.516Z | [ host-image] May 27 02:25:19.551 INFO O| May 27 02:25:19.551 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9779 | 2026-05-27T02:25:20.519Z | [ host-image] May 27 02:25:19.557 INFO O| May 27 02:25:19.557 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
| 9780 | 2026-05-27T02:25:20.522Z | [ host-image] May 27 02:25:19.557 INFO O| May 27 02:25:19.557 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
| 9781 | 2026-05-27T02:25:20.721Z | [ host-image] May 27 02:25:19.758 INFO O| May 27 02:25:19.758 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
| 9782 | 2026-05-27T02:25:20.721Z | [ host-image] May 27 02:25:19.758 INFO O| May 27 02:25:19.758 INFO ok! |
| 9783 | 2026-05-27T02:25:20.721Z | [ host-image] May 27 02:25:19.758 INFO O| May 27 02:25:19.758 INFO STEP 103 (ensure_file) COMPLETE |
| 9784 | 2026-05-27T02:25:20.725Z | [ host-image] May 27 02:25:19.758 INFO O| May 27 02:25:19.758 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9785 | 2026-05-27T02:25:20.729Z | [ host-image] May 27 02:25:19.764 INFO O| May 27 02:25:19.764 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
| 9786 | 2026-05-27T02:25:20.729Z | [ host-image] May 27 02:25:19.764 INFO O| May 27 02:25:19.764 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ... |
| 9787 | 2026-05-27T02:25:20.729Z | [ host-image] May 27 02:25:19.764 INFO O| May 27 02:25:19.764 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION |
| 9788 | 2026-05-27T02:25:20.729Z | [ host-image] May 27 02:25:19.764 INFO O| May 27 02:25:19.764 INFO ok! |
| 9789 | 2026-05-27T02:25:20.729Z | [ host-image] May 27 02:25:19.764 INFO O| May 27 02:25:19.764 INFO STEP 104 (ensure_file) COMPLETE |
| 9790 | 2026-05-27T02:25:20.729Z | [ host-image] May 27 02:25:19.764 INFO O| May 27 02:25:19.764 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9791 | 2026-05-27T02:25:20.733Z | [ host-image] May 27 02:25:19.771 INFO O| May 27 02:25:19.771 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils |
| 9792 | 2026-05-27T02:25:20.733Z | [ host-image] May 27 02:25:19.772 INFO O| May 27 02:25:19.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils |
| 9793 | 2026-05-27T02:25:20.737Z | [ host-image] May 27 02:25:19.772 INFO O| May 27 02:25:19.772 INFO STEP 105 (ensure_dir) COMPLETE |
| 9794 | 2026-05-27T02:25:20.737Z | [ host-image] May 27 02:25:19.772 INFO O| May 27 02:25:19.772 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9795 | 2026-05-27T02:25:20.740Z | [ host-image] May 27 02:25:19.777 INFO O| May 27 02:25:19.777 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist |
| 9796 | 2026-05-27T02:25:20.740Z | [ host-image] May 27 02:25:19.778 INFO O| May 27 02:25:19.777 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/crucible_utils/crucible-verify-raw -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw ... |
| 9797 | 2026-05-27T02:25:20.947Z | [ host-image] May 27 02:25:19.984 INFO O| May 27 02:25:19.984 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw |
| 9798 | 2026-05-27T02:25:20.947Z | [ host-image] May 27 02:25:19.984 INFO O| May 27 02:25:19.984 INFO ok! |
| 9799 | 2026-05-27T02:25:20.947Z | [ host-image] May 27 02:25:19.984 INFO O| May 27 02:25:19.984 INFO STEP 106 (ensure_file) COMPLETE |
| 9800 | 2026-05-27T02:25:20.950Z | [ host-image] May 27 02:25:19.984 INFO O| May 27 02:25:19.984 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9801 | 2026-05-27T02:25:20.954Z | [ host-image] May 27 02:25:19.990 INFO O| May 27 02:25:19.990 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist |
| 9802 | 2026-05-27T02:25:20.954Z | [ host-image] May 27 02:25:19.991 INFO O| May 27 02:25:19.990 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/crucible_utils/upstairs_repair.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d ... |
| 9803 | 2026-05-27T02:25:20.955Z | [ host-image] May 27 02:25:19.991 INFO O| May 27 02:25:19.991 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d |
| 9804 | 2026-05-27T02:25:20.955Z | [ host-image] May 27 02:25:19.991 INFO O| May 27 02:25:19.991 INFO ok! |
| 9805 | 2026-05-27T02:25:20.955Z | [ host-image] May 27 02:25:19.991 INFO O| May 27 02:25:19.991 INFO STEP 107 (ensure_file) COMPLETE |
| 9806 | 2026-05-27T02:25:20.955Z | [ host-image] May 27 02:25:19.991 INFO O| May 27 02:25:19.991 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9807 | 2026-05-27T02:25:20.959Z | [ host-image] May 27 02:25:19.996 INFO O| May 27 02:25:19.996 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist |
| 9808 | 2026-05-27T02:25:20.959Z | [ host-image] May 27 02:25:19.996 INFO O| May 27 02:25:19.996 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/crucible_utils/upstairs_raw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d ... |
| 9809 | 2026-05-27T02:25:20.959Z | [ host-image] May 27 02:25:19.996 INFO O| May 27 02:25:19.996 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d |
| 9810 | 2026-05-27T02:25:20.959Z | [ host-image] May 27 02:25:19.996 INFO O| May 27 02:25:19.996 INFO ok! |
| 9811 | 2026-05-27T02:25:20.959Z | [ host-image] May 27 02:25:19.996 INFO O| May 27 02:25:19.996 INFO STEP 108 (ensure_file) COMPLETE |
| 9812 | 2026-05-27T02:25:20.959Z | [ host-image] May 27 02:25:19.996 INFO O| May 27 02:25:19.996 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9813 | 2026-05-27T02:25:20.963Z | [ host-image] May 27 02:25:20.001 INFO O| May 27 02:25:20.001 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist |
| 9814 | 2026-05-27T02:25:20.966Z | [ host-image] May 27 02:25:20.001 INFO O| May 27 02:25:20.001 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/crucible_utils/upstairs_info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d ... |
| 9815 | 2026-05-27T02:25:20.966Z | [ host-image] May 27 02:25:20.001 INFO O| May 27 02:25:20.001 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d |
| 9816 | 2026-05-27T02:25:20.966Z | [ host-image] May 27 02:25:20.001 INFO O| May 27 02:25:20.001 INFO ok! |
| 9817 | 2026-05-27T02:25:20.967Z | [ host-image] May 27 02:25:20.001 INFO O| May 27 02:25:20.001 INFO STEP 109 (ensure_file) COMPLETE |
| 9818 | 2026-05-27T02:25:20.967Z | [ host-image] May 27 02:25:20.001 INFO O| May 27 02:25:20.001 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9819 | 2026-05-27T02:25:20.971Z | [ host-image] May 27 02:25:20.006 INFO O| May 27 02:25:20.006 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist |
| 9820 | 2026-05-27T02:25:20.971Z | [ host-image] May 27 02:25:20.006 INFO O| May 27 02:25:20.006 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/crucible_utils/upstairs_count.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d ... |
| 9821 | 2026-05-27T02:25:20.971Z | [ host-image] May 27 02:25:20.007 INFO O| May 27 02:25:20.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d |
| 9822 | 2026-05-27T02:25:20.971Z | [ host-image] May 27 02:25:20.007 INFO O| May 27 02:25:20.006 INFO ok! |
| 9823 | 2026-05-27T02:25:20.971Z | [ host-image] May 27 02:25:20.007 INFO O| May 27 02:25:20.007 INFO STEP 110 (ensure_file) COMPLETE |
| 9824 | 2026-05-27T02:25:20.971Z | [ host-image] May 27 02:25:20.007 INFO O| May 27 02:25:20.007 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9825 | 2026-05-27T02:25:20.977Z | [ host-image] May 27 02:25:20.015 INFO O| May 27 02:25:20.015 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist |
| 9826 | 2026-05-27T02:25:20.977Z | [ host-image] May 27 02:25:20.015 INFO O| May 27 02:25:20.015 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/crucible_utils/upstairs_action.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d ... |
| 9827 | 2026-05-27T02:25:20.977Z | [ host-image] May 27 02:25:20.015 INFO O| May 27 02:25:20.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d |
| 9828 | 2026-05-27T02:25:20.980Z | [ host-image] May 27 02:25:20.015 INFO O| May 27 02:25:20.015 INFO ok! |
| 9829 | 2026-05-27T02:25:20.980Z | [ host-image] May 27 02:25:20.015 INFO O| May 27 02:25:20.015 INFO STEP 111 (ensure_file) COMPLETE |
| 9830 | 2026-05-27T02:25:20.980Z | [ host-image] May 27 02:25:20.015 INFO O| May 27 02:25:20.015 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9831 | 2026-05-27T02:25:20.984Z | [ host-image] May 27 02:25:20.021 INFO O| May 27 02:25:20.021 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist |
| 9832 | 2026-05-27T02:25:20.984Z | [ host-image] May 27 02:25:20.021 INFO O| May 27 02:25:20.021 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/crucible_utils/up-info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d ... |
| 9833 | 2026-05-27T02:25:20.984Z | [ host-image] May 27 02:25:20.021 INFO O| May 27 02:25:20.021 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d |
| 9834 | 2026-05-27T02:25:20.984Z | [ host-image] May 27 02:25:20.021 INFO O| May 27 02:25:20.021 INFO ok! |
| 9835 | 2026-05-27T02:25:20.984Z | [ host-image] May 27 02:25:20.021 INFO O| May 27 02:25:20.021 INFO STEP 112 (ensure_file) COMPLETE |
| 9836 | 2026-05-27T02:25:20.984Z | [ host-image] May 27 02:25:20.021 INFO O| May 27 02:25:20.021 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9837 | 2026-05-27T02:25:20.989Z | [ host-image] May 27 02:25:20.027 INFO O| May 27 02:25:20.027 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist |
| 9838 | 2026-05-27T02:25:20.993Z | [ host-image] May 27 02:25:20.027 INFO O| May 27 02:25:20.027 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ... |
| 9839 | 2026-05-27T02:25:20.993Z | [ host-image] May 27 02:25:20.027 INFO O| May 27 02:25:20.027 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d |
| 9840 | 2026-05-27T02:25:20.993Z | [ host-image] May 27 02:25:20.027 INFO O| May 27 02:25:20.027 INFO ok! |
| 9841 | 2026-05-27T02:25:20.993Z | [ host-image] May 27 02:25:20.027 INFO O| May 27 02:25:20.027 INFO STEP 113 (ensure_file) COMPLETE |
| 9842 | 2026-05-27T02:25:20.993Z | [ host-image] May 27 02:25:20.027 INFO O| May 27 02:25:20.027 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9843 | 2026-05-27T02:25:20.996Z | [ host-image] May 27 02:25:20.034 INFO O| May 27 02:25:20.034 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist |
| 9844 | 2026-05-27T02:25:20.996Z | [ host-image] May 27 02:25:20.034 INFO O| May 27 02:25:20.034 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/crucible_utils/trace-vol.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d ... |
| 9845 | 2026-05-27T02:25:20.996Z | [ host-image] May 27 02:25:20.034 INFO O| May 27 02:25:20.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d |
| 9846 | 2026-05-27T02:25:20.996Z | [ host-image] May 27 02:25:20.034 INFO O| May 27 02:25:20.034 INFO ok! |
| 9847 | 2026-05-27T02:25:20.996Z | [ host-image] May 27 02:25:20.034 INFO O| May 27 02:25:20.034 INFO STEP 114 (ensure_file) COMPLETE |
| 9848 | 2026-05-27T02:25:20.997Z | [ host-image] May 27 02:25:20.034 INFO O| May 27 02:25:20.034 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9849 | 2026-05-27T02:25:21.003Z | [ host-image] May 27 02:25:20.041 INFO O| May 27 02:25:20.041 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist |
| 9850 | 2026-05-27T02:25:21.003Z | [ host-image] May 27 02:25:20.041 INFO O| May 27 02:25:20.041 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/crucible_utils/sled_upstairs_info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d ... |
| 9851 | 2026-05-27T02:25:21.006Z | [ host-image] May 27 02:25:20.041 INFO O| May 27 02:25:20.041 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d |
| 9852 | 2026-05-27T02:25:21.006Z | [ host-image] May 27 02:25:20.041 INFO O| May 27 02:25:20.041 INFO ok! |
| 9853 | 2026-05-27T02:25:21.006Z | [ host-image] May 27 02:25:20.041 INFO O| May 27 02:25:20.041 INFO STEP 115 (ensure_file) COMPLETE |
| 9854 | 2026-05-27T02:25:21.006Z | [ host-image] May 27 02:25:20.041 INFO O| May 27 02:25:20.041 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9855 | 2026-05-27T02:25:21.009Z | [ host-image] May 27 02:25:20.046 INFO O| May 27 02:25:20.046 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist |
| 9856 | 2026-05-27T02:25:21.009Z | [ host-image] May 27 02:25:20.046 INFO O| May 27 02:25:20.046 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/crucible_utils/single_up_info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d ... |
| 9857 | 2026-05-27T02:25:21.010Z | [ host-image] May 27 02:25:20.046 INFO O| May 27 02:25:20.046 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d |
| 9858 | 2026-05-27T02:25:21.010Z | [ host-image] May 27 02:25:20.046 INFO O| May 27 02:25:20.046 INFO ok! |
| 9859 | 2026-05-27T02:25:21.010Z | [ host-image] May 27 02:25:20.046 INFO O| May 27 02:25:20.046 INFO STEP 116 (ensure_file) COMPLETE |
| 9860 | 2026-05-27T02:25:21.010Z | [ host-image] May 27 02:25:20.046 INFO O| May 27 02:25:20.046 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9861 | 2026-05-27T02:25:21.014Z | [ host-image] May 27 02:25:20.052 INFO O| May 27 02:25:20.052 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist |
| 9862 | 2026-05-27T02:25:21.014Z | [ host-image] May 27 02:25:20.052 INFO O| May 27 02:25:20.052 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ... |
| 9863 | 2026-05-27T02:25:21.017Z | [ host-image] May 27 02:25:20.052 INFO O| May 27 02:25:20.052 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d |
| 9864 | 2026-05-27T02:25:21.018Z | [ host-image] May 27 02:25:20.052 INFO O| May 27 02:25:20.052 INFO ok! |
| 9865 | 2026-05-27T02:25:21.018Z | [ host-image] May 27 02:25:20.052 INFO O| May 27 02:25:20.052 INFO STEP 117 (ensure_file) COMPLETE |
| 9866 | 2026-05-27T02:25:21.018Z | [ host-image] May 27 02:25:20.052 INFO O| May 27 02:25:20.052 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9867 | 2026-05-27T02:25:21.021Z | [ host-image] May 27 02:25:20.057 INFO O| May 27 02:25:20.057 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist |
| 9868 | 2026-05-27T02:25:21.021Z | [ host-image] May 27 02:25:20.057 INFO O| May 27 02:25:20.057 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/crucible_utils/perf-vol.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d ... |
| 9869 | 2026-05-27T02:25:21.021Z | [ host-image] May 27 02:25:20.057 INFO O| May 27 02:25:20.057 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d |
| 9870 | 2026-05-27T02:25:21.021Z | [ host-image] May 27 02:25:20.057 INFO O| May 27 02:25:20.057 INFO ok! |
| 9871 | 2026-05-27T02:25:21.021Z | [ host-image] May 27 02:25:20.057 INFO O| May 27 02:25:20.057 INFO STEP 118 (ensure_file) COMPLETE |
| 9872 | 2026-05-27T02:25:21.021Z | [ host-image] May 27 02:25:20.057 INFO O| May 27 02:25:20.057 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9873 | 2026-05-27T02:25:21.026Z | [ host-image] May 27 02:25:20.064 INFO O| May 27 02:25:20.064 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist |
| 9874 | 2026-05-27T02:25:21.029Z | [ host-image] May 27 02:25:20.064 INFO O| May 27 02:25:20.064 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/crucible_utils/perf-upstairs-wf.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d ... |
| 9875 | 2026-05-27T02:25:21.029Z | [ host-image] May 27 02:25:20.064 INFO O| May 27 02:25:20.064 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d |
| 9876 | 2026-05-27T02:25:21.029Z | [ host-image] May 27 02:25:20.064 INFO O| May 27 02:25:20.064 INFO ok! |
| 9877 | 2026-05-27T02:25:21.029Z | [ host-image] May 27 02:25:20.064 INFO O| May 27 02:25:20.064 INFO STEP 119 (ensure_file) COMPLETE |
| 9878 | 2026-05-27T02:25:21.029Z | [ host-image] May 27 02:25:20.064 INFO O| May 27 02:25:20.064 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9879 | 2026-05-27T02:25:21.033Z | [ host-image] May 27 02:25:20.070 INFO O| May 27 02:25:20.070 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist |
| 9880 | 2026-05-27T02:25:21.033Z | [ host-image] May 27 02:25:20.070 INFO O| May 27 02:25:20.070 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/crucible_utils/perf-reqwest.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d ... |
| 9881 | 2026-05-27T02:25:21.033Z | [ host-image] May 27 02:25:20.070 INFO O| May 27 02:25:20.070 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d |
| 9882 | 2026-05-27T02:25:21.033Z | [ host-image] May 27 02:25:20.070 INFO O| May 27 02:25:20.070 INFO ok! |
| 9883 | 2026-05-27T02:25:21.033Z | [ host-image] May 27 02:25:20.070 INFO O| May 27 02:25:20.070 INFO STEP 120 (ensure_file) COMPLETE |
| 9884 | 2026-05-27T02:25:21.033Z | [ host-image] May 27 02:25:20.070 INFO O| May 27 02:25:20.070 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9885 | 2026-05-27T02:25:21.037Z | [ host-image] May 27 02:25:20.076 INFO O| May 27 02:25:20.076 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist |
| 9886 | 2026-05-27T02:25:21.037Z | [ host-image] May 27 02:25:20.076 INFO O| May 27 02:25:20.076 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/crucible_utils/perf-online-repair.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d ... |
| 9887 | 2026-05-27T02:25:21.041Z | [ host-image] May 27 02:25:20.076 INFO O| May 27 02:25:20.076 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d |
| 9888 | 2026-05-27T02:25:21.041Z | [ host-image] May 27 02:25:20.076 INFO O| May 27 02:25:20.076 INFO ok! |
| 9889 | 2026-05-27T02:25:21.041Z | [ host-image] May 27 02:25:20.076 INFO O| May 27 02:25:20.076 INFO STEP 121 (ensure_file) COMPLETE |
| 9890 | 2026-05-27T02:25:21.041Z | [ host-image] May 27 02:25:20.076 INFO O| May 27 02:25:20.076 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9891 | 2026-05-27T02:25:21.045Z | [ host-image] May 27 02:25:20.082 INFO O| May 27 02:25:20.082 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist |
| 9892 | 2026-05-27T02:25:21.045Z | [ host-image] May 27 02:25:20.082 INFO O| May 27 02:25:20.082 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/crucible_utils/perf-ds-net.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d ... |
| 9893 | 2026-05-27T02:25:21.046Z | [ host-image] May 27 02:25:20.082 INFO O| May 27 02:25:20.082 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d |
| 9894 | 2026-05-27T02:25:21.046Z | [ host-image] May 27 02:25:20.082 INFO O| May 27 02:25:20.082 INFO ok! |
| 9895 | 2026-05-27T02:25:21.046Z | [ host-image] May 27 02:25:20.082 INFO O| May 27 02:25:20.082 INFO STEP 122 (ensure_file) COMPLETE |
| 9896 | 2026-05-27T02:25:21.046Z | [ host-image] May 27 02:25:20.082 INFO O| May 27 02:25:20.082 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9897 | 2026-05-27T02:25:21.051Z | [ host-image] May 27 02:25:20.088 INFO O| May 27 02:25:20.088 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist |
| 9898 | 2026-05-27T02:25:21.051Z | [ host-image] May 27 02:25:20.088 INFO O| May 27 02:25:20.088 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/crucible_utils/perf-ds-client.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d ... |
| 9899 | 2026-05-27T02:25:21.051Z | [ host-image] May 27 02:25:20.088 INFO O| May 27 02:25:20.088 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d |
| 9900 | 2026-05-27T02:25:21.051Z | [ host-image] May 27 02:25:20.088 INFO O| May 27 02:25:20.088 INFO ok! |
| 9901 | 2026-05-27T02:25:21.051Z | [ host-image] May 27 02:25:20.088 INFO O| May 27 02:25:20.088 INFO STEP 123 (ensure_file) COMPLETE |
| 9902 | 2026-05-27T02:25:21.051Z | [ host-image] May 27 02:25:20.088 INFO O| May 27 02:25:20.088 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9903 | 2026-05-27T02:25:21.057Z | [ host-image] May 27 02:25:20.095 INFO O| May 27 02:25:20.094 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist |
| 9904 | 2026-05-27T02:25:21.057Z | [ host-image] May 27 02:25:20.095 INFO O| May 27 02:25:20.094 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/crucible_utils/perf-downstairs.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d ... |
| 9905 | 2026-05-27T02:25:21.060Z | [ host-image] May 27 02:25:20.095 INFO O| May 27 02:25:20.095 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d |
| 9906 | 2026-05-27T02:25:21.060Z | [ host-image] May 27 02:25:20.095 INFO O| May 27 02:25:20.095 INFO ok! |
| 9907 | 2026-05-27T02:25:21.060Z | [ host-image] May 27 02:25:20.095 INFO O| May 27 02:25:20.095 INFO STEP 124 (ensure_file) COMPLETE |
| 9908 | 2026-05-27T02:25:21.060Z | [ host-image] May 27 02:25:20.095 INFO O| May 27 02:25:20.095 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9909 | 2026-05-27T02:25:21.063Z | [ host-image] May 27 02:25:20.101 INFO O| May 27 02:25:20.101 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist |
| 9910 | 2026-05-27T02:25:21.063Z | [ host-image] May 27 02:25:20.101 INFO O| May 27 02:25:20.101 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/crucible_utils/perf-downstairs-tick.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d ... |
| 9911 | 2026-05-27T02:25:21.064Z | [ host-image] May 27 02:25:20.101 INFO O| May 27 02:25:20.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d |
| 9912 | 2026-05-27T02:25:21.064Z | [ host-image] May 27 02:25:20.101 INFO O| May 27 02:25:20.101 INFO ok! |
| 9913 | 2026-05-27T02:25:21.064Z | [ host-image] May 27 02:25:20.101 INFO O| May 27 02:25:20.101 INFO STEP 125 (ensure_file) COMPLETE |
| 9914 | 2026-05-27T02:25:21.064Z | [ host-image] May 27 02:25:20.101 INFO O| May 27 02:25:20.101 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9915 | 2026-05-27T02:25:21.068Z | [ host-image] May 27 02:25:20.106 INFO O| May 27 02:25:20.106 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist |
| 9916 | 2026-05-27T02:25:21.068Z | [ host-image] May 27 02:25:20.106 INFO O| May 27 02:25:20.106 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/crucible_utils/perf-downstairs-three.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d ... |
| 9917 | 2026-05-27T02:25:21.071Z | [ host-image] May 27 02:25:20.106 INFO O| May 27 02:25:20.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d |
| 9918 | 2026-05-27T02:25:21.072Z | [ host-image] May 27 02:25:20.106 INFO O| May 27 02:25:20.106 INFO ok! |
| 9919 | 2026-05-27T02:25:21.072Z | [ host-image] May 27 02:25:20.106 INFO O| May 27 02:25:20.106 INFO STEP 126 (ensure_file) COMPLETE |
| 9920 | 2026-05-27T02:25:21.072Z | [ host-image] May 27 02:25:20.106 INFO O| May 27 02:25:20.106 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9921 | 2026-05-27T02:25:21.075Z | [ host-image] May 27 02:25:20.112 INFO O| May 27 02:25:20.112 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist |
| 9922 | 2026-05-27T02:25:21.075Z | [ host-image] May 27 02:25:20.112 INFO O| May 27 02:25:20.112 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/crucible_utils/perf-downstairs-os.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d ... |
| 9923 | 2026-05-27T02:25:21.076Z | [ host-image] May 27 02:25:20.112 INFO O| May 27 02:25:20.112 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d |
| 9924 | 2026-05-27T02:25:21.076Z | [ host-image] May 27 02:25:20.112 INFO O| May 27 02:25:20.112 INFO ok! |
| 9925 | 2026-05-27T02:25:21.076Z | [ host-image] May 27 02:25:20.112 INFO O| May 27 02:25:20.112 INFO STEP 127 (ensure_file) COMPLETE |
| 9926 | 2026-05-27T02:25:21.076Z | [ host-image] May 27 02:25:20.112 INFO O| May 27 02:25:20.112 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9927 | 2026-05-27T02:25:21.080Z | [ host-image] May 27 02:25:20.117 INFO O| May 27 02:25:20.117 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist |
| 9928 | 2026-05-27T02:25:21.080Z | [ host-image] May 27 02:25:20.117 INFO O| May 27 02:25:20.117 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/crucible_utils/get-up-state.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh ... |
| 9929 | 2026-05-27T02:25:21.080Z | [ host-image] May 27 02:25:20.117 INFO O| May 27 02:25:20.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh |
| 9930 | 2026-05-27T02:25:21.080Z | [ host-image] May 27 02:25:20.117 INFO O| May 27 02:25:20.117 INFO ok! |
| 9931 | 2026-05-27T02:25:21.080Z | [ host-image] May 27 02:25:20.117 INFO O| May 27 02:25:20.117 INFO STEP 128 (ensure_file) COMPLETE |
| 9932 | 2026-05-27T02:25:21.080Z | [ host-image] May 27 02:25:20.117 INFO O| May 27 02:25:20.117 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9933 | 2026-05-27T02:25:21.086Z | [ host-image] May 27 02:25:20.124 INFO O| May 27 02:25:20.124 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist |
| 9934 | 2026-05-27T02:25:21.086Z | [ host-image] May 27 02:25:20.124 INFO O| May 27 02:25:20.124 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/crucible_utils/get-up-state.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d ... |
| 9935 | 2026-05-27T02:25:21.089Z | [ host-image] May 27 02:25:20.124 INFO O| May 27 02:25:20.124 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d |
| 9936 | 2026-05-27T02:25:21.090Z | [ host-image] May 27 02:25:20.124 INFO O| May 27 02:25:20.124 INFO ok! |
| 9937 | 2026-05-27T02:25:21.090Z | [ host-image] May 27 02:25:20.124 INFO O| May 27 02:25:20.124 INFO STEP 129 (ensure_file) COMPLETE |
| 9938 | 2026-05-27T02:25:21.090Z | [ host-image] May 27 02:25:20.124 INFO O| May 27 02:25:20.124 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9939 | 2026-05-27T02:25:21.094Z | [ host-image] May 27 02:25:20.130 INFO O| May 27 02:25:20.130 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist |
| 9940 | 2026-05-27T02:25:21.094Z | [ host-image] May 27 02:25:20.130 INFO O| May 27 02:25:20.130 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/crucible_utils/get-lr-state.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh ... |
| 9941 | 2026-05-27T02:25:21.094Z | [ host-image] May 27 02:25:20.130 INFO O| May 27 02:25:20.130 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh |
| 9942 | 2026-05-27T02:25:21.094Z | [ host-image] May 27 02:25:20.130 INFO O| May 27 02:25:20.130 INFO ok! |
| 9943 | 2026-05-27T02:25:21.094Z | [ host-image] May 27 02:25:20.130 INFO O| May 27 02:25:20.130 INFO STEP 130 (ensure_file) COMPLETE |
| 9944 | 2026-05-27T02:25:21.094Z | [ host-image] May 27 02:25:20.130 INFO O| May 27 02:25:20.130 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9945 | 2026-05-27T02:25:21.098Z | [ host-image] May 27 02:25:20.136 INFO O| May 27 02:25:20.136 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist |
| 9946 | 2026-05-27T02:25:21.098Z | [ host-image] May 27 02:25:20.136 INFO O| May 27 02:25:20.136 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/crucible_utils/get-lr-state.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d ... |
| 9947 | 2026-05-27T02:25:21.101Z | [ host-image] May 27 02:25:20.136 INFO O| May 27 02:25:20.136 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d |
| 9948 | 2026-05-27T02:25:21.101Z | [ host-image] May 27 02:25:20.136 INFO O| May 27 02:25:20.136 INFO ok! |
| 9949 | 2026-05-27T02:25:21.101Z | [ host-image] May 27 02:25:20.136 INFO O| May 27 02:25:20.136 INFO STEP 131 (ensure_file) COMPLETE |
| 9950 | 2026-05-27T02:25:21.101Z | [ host-image] May 27 02:25:20.136 INFO O| May 27 02:25:20.136 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9951 | 2026-05-27T02:25:21.104Z | [ host-image] May 27 02:25:20.141 INFO O| May 27 02:25:20.141 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist |
| 9952 | 2026-05-27T02:25:21.104Z | [ host-image] May 27 02:25:20.141 INFO O| May 27 02:25:20.141 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/crucible_utils/get-ds-state.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh ... |
| 9953 | 2026-05-27T02:25:21.104Z | [ host-image] May 27 02:25:20.141 INFO O| May 27 02:25:20.141 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh |
| 9954 | 2026-05-27T02:25:21.104Z | [ host-image] May 27 02:25:20.141 INFO O| May 27 02:25:20.141 INFO ok! |
| 9955 | 2026-05-27T02:25:21.104Z | [ host-image] May 27 02:25:20.141 INFO O| May 27 02:25:20.141 INFO STEP 132 (ensure_file) COMPLETE |
| 9956 | 2026-05-27T02:25:21.105Z | [ host-image] May 27 02:25:20.141 INFO O| May 27 02:25:20.141 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9957 | 2026-05-27T02:25:21.109Z | [ host-image] May 27 02:25:20.146 INFO O| May 27 02:25:20.146 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist |
| 9958 | 2026-05-27T02:25:21.109Z | [ host-image] May 27 02:25:20.146 INFO O| May 27 02:25:20.146 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/crucible_utils/get-ds-state.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d ... |
| 9959 | 2026-05-27T02:25:21.112Z | [ host-image] May 27 02:25:20.146 INFO O| May 27 02:25:20.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d |
| 9960 | 2026-05-27T02:25:21.112Z | [ host-image] May 27 02:25:20.146 INFO O| May 27 02:25:20.146 INFO ok! |
| 9961 | 2026-05-27T02:25:21.112Z | [ host-image] May 27 02:25:20.146 INFO O| May 27 02:25:20.146 INFO STEP 133 (ensure_file) COMPLETE |
| 9962 | 2026-05-27T02:25:21.112Z | [ host-image] May 27 02:25:20.146 INFO O| May 27 02:25:20.146 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9963 | 2026-05-27T02:25:21.115Z | [ host-image] May 27 02:25:20.152 INFO O| May 27 02:25:20.152 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist |
| 9964 | 2026-05-27T02:25:21.115Z | [ host-image] May 27 02:25:20.152 INFO O| May 27 02:25:20.152 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/crucible_utils/downstairs_count.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d ... |
| 9965 | 2026-05-27T02:25:21.115Z | [ host-image] May 27 02:25:20.152 INFO O| May 27 02:25:20.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d |
| 9966 | 2026-05-27T02:25:21.115Z | [ host-image] May 27 02:25:20.152 INFO O| May 27 02:25:20.152 INFO ok! |
| 9967 | 2026-05-27T02:25:21.115Z | [ host-image] May 27 02:25:20.152 INFO O| May 27 02:25:20.152 INFO STEP 134 (ensure_file) COMPLETE |
| 9968 | 2026-05-27T02:25:21.115Z | [ host-image] May 27 02:25:20.152 INFO O| May 27 02:25:20.152 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9969 | 2026-05-27T02:25:21.120Z | [ host-image] May 27 02:25:20.159 INFO O| May 27 02:25:20.159 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist |
| 9970 | 2026-05-27T02:25:21.120Z | [ host-image] May 27 02:25:20.159 INFO O| May 27 02:25:20.159 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/crucible_utils/all_downstairs.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d ... |
| 9971 | 2026-05-27T02:25:21.124Z | [ host-image] May 27 02:25:20.159 INFO O| May 27 02:25:20.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d |
| 9972 | 2026-05-27T02:25:21.124Z | [ host-image] May 27 02:25:20.159 INFO O| May 27 02:25:20.159 INFO ok! |
| 9973 | 2026-05-27T02:25:21.124Z | [ host-image] May 27 02:25:20.159 INFO O| May 27 02:25:20.159 INFO STEP 135 (ensure_file) COMPLETE |
| 9974 | 2026-05-27T02:25:21.124Z | [ host-image] May 27 02:25:20.159 INFO O| May 27 02:25:20.159 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9975 | 2026-05-27T02:25:21.127Z | [ host-image] May 27 02:25:20.164 INFO O| May 27 02:25:20.164 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist |
| 9976 | 2026-05-27T02:25:21.127Z | [ host-image] May 27 02:25:20.164 INFO O| May 27 02:25:20.164 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ... |
| 9977 | 2026-05-27T02:25:21.127Z | [ host-image] May 27 02:25:20.164 INFO O| May 27 02:25:20.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md |
| 9978 | 2026-05-27T02:25:21.127Z | [ host-image] May 27 02:25:20.164 INFO O| May 27 02:25:20.164 INFO ok! |
| 9979 | 2026-05-27T02:25:21.127Z | [ host-image] May 27 02:25:20.164 INFO O| May 27 02:25:20.164 INFO STEP 136 (ensure_file) COMPLETE |
| 9980 | 2026-05-27T02:25:21.127Z | [ host-image] May 27 02:25:20.164 INFO O| May 27 02:25:20.164 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9981 | 2026-05-27T02:25:21.133Z | [ host-image] May 27 02:25:20.170 INFO O| May 27 02:25:20.170 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist |
| 9982 | 2026-05-27T02:25:21.133Z | [ host-image] May 27 02:25:20.170 INFO O| May 27 02:25:20.170 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/crucible_utils/utils-info.txt -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt ... |
| 9983 | 2026-05-27T02:25:21.133Z | [ host-image] May 27 02:25:20.170 INFO O| May 27 02:25:20.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt |
| 9984 | 2026-05-27T02:25:21.133Z | [ host-image] May 27 02:25:20.170 INFO O| May 27 02:25:20.170 INFO ok! |
| 9985 | 2026-05-27T02:25:21.136Z | [ host-image] May 27 02:25:20.170 INFO O| May 27 02:25:20.170 INFO STEP 137 (ensure_file) COMPLETE |
| 9986 | 2026-05-27T02:25:21.136Z | [ host-image] May 27 02:25:20.170 INFO O| May 27 02:25:20.170 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9987 | 2026-05-27T02:25:21.141Z | [ host-image] May 27 02:25:20.176 INFO O| May 27 02:25:20.176 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist |
| 9988 | 2026-05-27T02:25:21.141Z | [ host-image] May 27 02:25:20.176 INFO O| May 27 02:25:20.176 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ... |
| 9989 | 2026-05-27T02:25:21.141Z | [ host-image] May 27 02:25:20.176 INFO O| May 27 02:25:20.176 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION |
| 9990 | 2026-05-27T02:25:21.141Z | [ host-image] May 27 02:25:20.176 INFO O| May 27 02:25:20.176 INFO ok! |
| 9991 | 2026-05-27T02:25:21.141Z | [ host-image] May 27 02:25:20.176 INFO O| May 27 02:25:20.176 INFO STEP 138 (ensure_file) COMPLETE |
| 9992 | 2026-05-27T02:25:21.141Z | [ host-image] May 27 02:25:20.176 INFO O| May 27 02:25:20.176 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9993 | 2026-05-27T02:25:21.145Z | [ host-image] May 27 02:25:20.181 INFO O| May 27 02:25:20.181 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist |
| 9994 | 2026-05-27T02:25:21.145Z | [ host-image] May 27 02:25:20.181 INFO O| May 27 02:25:20.181 INFO copying /tmp/.tmpG0N9od/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ... |
| 9995 | 2026-05-27T02:25:26.009Z | [ host-image] May 27 02:25:25.046 INFO O| May 27 02:25:25.046 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz |
| 9996 | 2026-05-27T02:25:26.009Z | [ host-image] May 27 02:25:25.046 INFO O| May 27 02:25:25.046 INFO ok! |
| 9997 | 2026-05-27T02:25:26.009Z | [ host-image] May 27 02:25:25.046 INFO O| May 27 02:25:25.046 INFO STEP 139 (ensure_file) COMPLETE |
| 9998 | 2026-05-27T02:25:26.012Z | [ host-image] May 27 02:25:25.046 INFO O| May 27 02:25:25.046 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9999 | 2026-05-27T02:25:26.017Z | [ host-image] May 27 02:25:25.054 INFO O| May 27 02:25:25.054 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib |
| 10000 | 2026-05-27T02:25:26.018Z | [ host-image] May 27 02:25:25.054 INFO O| May 27 02:25:25.054 INFO STEP 140 (ensure_dir) COMPLETE |
| 10001 | 2026-05-27T02:25:26.018Z | [ host-image] May 27 02:25:25.054 INFO O| May 27 02:25:25.054 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10002 | 2026-05-27T02:25:26.024Z | [ host-image] May 27 02:25:25.063 INFO O| May 27 02:25:25.062 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc |
| 10003 | 2026-05-27T02:25:26.027Z | [ host-image] May 27 02:25:25.063 INFO O| May 27 02:25:25.063 INFO STEP 141 (ensure_dir) COMPLETE |
| 10004 | 2026-05-27T02:25:26.027Z | [ host-image] May 27 02:25:25.063 INFO O| May 27 02:25:25.063 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10005 | 2026-05-27T02:25:26.033Z | [ host-image] May 27 02:25:25.070 INFO O| May 27 02:25:25.070 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest |
| 10006 | 2026-05-27T02:25:26.033Z | [ host-image] May 27 02:25:25.070 INFO O| May 27 02:25:25.070 INFO STEP 142 (ensure_dir) COMPLETE |
| 10007 | 2026-05-27T02:25:26.033Z | [ host-image] May 27 02:25:25.070 INFO O| May 27 02:25:25.070 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10008 | 2026-05-27T02:25:26.038Z | [ host-image] May 27 02:25:25.076 INFO O| May 27 02:25:25.076 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site |
| 10009 | 2026-05-27T02:25:26.038Z | [ host-image] May 27 02:25:25.076 INFO O| May 27 02:25:25.076 INFO STEP 143 (ensure_dir) COMPLETE |
| 10010 | 2026-05-27T02:25:26.038Z | [ host-image] May 27 02:25:25.076 INFO O| May 27 02:25:25.076 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10011 | 2026-05-27T02:25:26.044Z | [ host-image] May 27 02:25:25.082 INFO O| May 27 02:25:25.082 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
| 10012 | 2026-05-27T02:25:26.045Z | [ host-image] May 27 02:25:25.082 INFO O| May 27 02:25:25.082 INFO copying /tmp/.tmpG0N9od/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 ... |
| 10013 | 2026-05-27T02:25:26.057Z | [ host-image] May 27 02:25:25.095 INFO O| May 27 02:25:25.095 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml |
| 10014 | 2026-05-27T02:25:26.060Z | [ host-image] May 27 02:25:25.095 INFO O| May 27 02:25:25.095 INFO ok! |
| 10015 | 2026-05-27T02:25:26.060Z | [ host-image] May 27 02:25:25.095 INFO O| May 27 02:25:25.095 INFO STEP 144 (ensure_file) COMPLETE |
| 10016 | 2026-05-27T02:25:26.060Z | [ host-image] May 27 02:25:25.095 INFO O| May 27 02:25:25.095 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10017 | 2026-05-27T02:25:26.063Z | [ host-image] May 27 02:25:25.101 INFO O| May 27 02:25:25.101 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10018 | 2026-05-27T02:25:26.063Z | [ host-image] May 27 02:25:25.101 INFO O| May 27 02:25:25.101 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10019 | 2026-05-27T02:25:26.066Z | [ host-image] May 27 02:25:25.101 INFO O| May 27 02:25:25.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10020 | 2026-05-27T02:25:26.066Z | [ host-image] May 27 02:25:25.101 INFO O| May 27 02:25:25.101 INFO STEP 145 (ensure_dir) COMPLETE |
| 10021 | 2026-05-27T02:25:26.066Z | [ host-image] May 27 02:25:25.101 INFO O| May 27 02:25:25.101 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10022 | 2026-05-27T02:25:26.070Z | [ host-image] May 27 02:25:25.108 INFO O| May 27 02:25:25.108 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking |
| 10023 | 2026-05-27T02:25:26.070Z | [ host-image] May 27 02:25:25.108 INFO O| May 27 02:25:25.108 INFO copying /tmp/.tmpG0N9od/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ... |
| 10024 | 2026-05-27T02:25:26.072Z | [ host-image] May 27 02:25:25.108 INFO O| May 27 02:25:25.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile |
| 10025 | 2026-05-27T02:25:26.073Z | [ host-image] May 27 02:25:25.108 INFO O| May 27 02:25:25.108 INFO ok! |
| 10026 | 2026-05-27T02:25:26.073Z | [ host-image] May 27 02:25:25.108 INFO O| May 27 02:25:25.108 INFO STEP 146 (ensure_file) COMPLETE |
| 10027 | 2026-05-27T02:25:26.073Z | [ host-image] May 27 02:25:25.108 INFO O| May 27 02:25:25.108 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10028 | 2026-05-27T02:25:26.077Z | [ host-image] May 27 02:25:25.115 INFO O| May 27 02:25:25.115 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec" |
| 10029 | 2026-05-27T02:25:26.079Z | [ host-image] May 27 02:25:25.115 INFO O| May 27 02:25:25.115 INFO STEP 147 (remove_files) COMPLETE |
| 10030 | 2026-05-27T02:25:26.079Z | [ host-image] May 27 02:25:25.115 INFO O| May 27 02:25:25.115 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10031 | 2026-05-27T02:25:26.083Z | [ host-image] May 27 02:25:25.121 INFO O| May 27 02:25:25.121 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap" |
| 10032 | 2026-05-27T02:25:26.086Z | [ host-image] May 27 02:25:25.121 INFO O| May 27 02:25:25.121 INFO STEP 148 (remove_files) COMPLETE |
| 10033 | 2026-05-27T02:25:26.086Z | [ host-image] May 27 02:25:25.121 INFO O| May 27 02:25:25.121 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10034 | 2026-05-27T02:25:26.089Z | [ host-image] May 27 02:25:25.127 INFO O| May 27 02:25:25.127 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc" |
| 10035 | 2026-05-27T02:25:26.089Z | [ host-image] May 27 02:25:25.127 INFO O| May 27 02:25:25.127 INFO STEP 149 (remove_files) COMPLETE |
| 10036 | 2026-05-27T02:25:26.089Z | [ host-image] May 27 02:25:25.127 INFO O| May 27 02:25:25.127 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10037 | 2026-05-27T02:25:26.095Z | [ host-image] May 27 02:25:25.133 INFO O| May 27 02:25:25.133 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security" |
| 10038 | 2026-05-27T02:25:26.098Z | [ host-image] May 27 02:25:25.133 INFO O| May 27 02:25:25.133 INFO STEP 150 (remove_files) COMPLETE |
| 10039 | 2026-05-27T02:25:26.098Z | [ host-image] May 27 02:25:25.133 INFO O| May 27 02:25:25.133 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10040 | 2026-05-27T02:25:26.101Z | [ host-image] May 27 02:25:25.139 INFO O| May 27 02:25:25.139 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares" |
| 10041 | 2026-05-27T02:25:26.104Z | [ host-image] May 27 02:25:25.139 INFO O| May 27 02:25:25.139 INFO STEP 151 (remove_files) COMPLETE |
| 10042 | 2026-05-27T02:25:26.104Z | [ host-image] May 27 02:25:25.139 INFO O| May 27 02:25:25.139 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10043 | 2026-05-27T02:25:26.107Z | [ host-image] May 27 02:25:25.145 INFO O| May 27 02:25:25.145 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb" |
| 10044 | 2026-05-27T02:25:26.107Z | [ host-image] May 27 02:25:25.145 INFO O| May 27 02:25:25.145 INFO STEP 152 (remove_files) COMPLETE |
| 10045 | 2026-05-27T02:25:26.107Z | [ host-image] May 27 02:25:25.145 INFO O| May 27 02:25:25.145 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10046 | 2026-05-27T02:25:26.113Z | [ host-image] May 27 02:25:25.151 INFO O| May 27 02:25:25.151 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
| 10047 | 2026-05-27T02:25:26.113Z | [ host-image] May 27 02:25:25.151 INFO O| May 27 02:25:25.151 INFO STEP 153 (remove_files) COMPLETE |
| 10048 | 2026-05-27T02:25:26.116Z | [ host-image] May 27 02:25:25.151 INFO O| May 27 02:25:25.151 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10049 | 2026-05-27T02:25:26.119Z | [ host-image] May 27 02:25:25.157 INFO O| May 27 02:25:25.157 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
| 10050 | 2026-05-27T02:25:26.120Z | [ host-image] May 27 02:25:25.157 INFO O| May 27 02:25:25.157 INFO STEP 154 (remove_files) COMPLETE |
| 10051 | 2026-05-27T02:25:26.123Z | [ host-image] May 27 02:25:25.157 INFO O| May 27 02:25:25.157 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10052 | 2026-05-27T02:25:26.126Z | [ host-image] May 27 02:25:25.163 INFO O| May 27 02:25:25.163 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml" |
| 10053 | 2026-05-27T02:25:26.126Z | [ host-image] May 27 02:25:25.163 INFO O| May 27 02:25:25.163 INFO STEP 155 (remove_files) COMPLETE |
| 10054 | 2026-05-27T02:25:26.126Z | [ host-image] May 27 02:25:25.163 INFO O| May 27 02:25:25.163 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10055 | 2026-05-27T02:25:26.132Z | [ host-image] May 27 02:25:25.170 INFO O| May 27 02:25:25.170 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
| 10056 | 2026-05-27T02:25:26.135Z | [ host-image] May 27 02:25:25.170 INFO O| May 27 02:25:25.170 INFO STEP 156 (remove_files) COMPLETE |
| 10057 | 2026-05-27T02:25:26.135Z | [ host-image] May 27 02:25:25.170 INFO O| May 27 02:25:25.170 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10058 | 2026-05-27T02:25:26.138Z | [ host-image] May 27 02:25:25.176 INFO O| May 27 02:25:25.176 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml" |
| 10059 | 2026-05-27T02:25:26.138Z | [ host-image] May 27 02:25:25.176 INFO O| May 27 02:25:25.176 INFO STEP 157 (remove_files) COMPLETE |
| 10060 | 2026-05-27T02:25:26.142Z | [ host-image] May 27 02:25:25.176 INFO O| May 27 02:25:25.176 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10061 | 2026-05-27T02:25:26.146Z | [ host-image] May 27 02:25:25.182 INFO O| May 27 02:25:25.182 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml" |
| 10062 | 2026-05-27T02:25:26.147Z | [ host-image] May 27 02:25:25.182 INFO O| May 27 02:25:25.182 INFO STEP 158 (remove_files) COMPLETE |
| 10063 | 2026-05-27T02:25:26.147Z | [ host-image] May 27 02:25:25.182 INFO O| May 27 02:25:25.182 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10064 | 2026-05-27T02:25:26.150Z | [ host-image] May 27 02:25:25.188 INFO O| May 27 02:25:25.188 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
| 10065 | 2026-05-27T02:25:26.150Z | [ host-image] May 27 02:25:25.188 INFO O| May 27 02:25:25.188 INFO STEP 159 (remove_files) COMPLETE |
| 10066 | 2026-05-27T02:25:26.150Z | [ host-image] May 27 02:25:25.188 INFO O| May 27 02:25:25.188 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10067 | 2026-05-27T02:25:26.155Z | [ host-image] May 27 02:25:25.193 INFO O| May 27 02:25:25.193 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
| 10068 | 2026-05-27T02:25:26.155Z | [ host-image] May 27 02:25:25.193 INFO O| May 27 02:25:25.193 INFO STEP 160 (remove_files) COMPLETE |
| 10069 | 2026-05-27T02:25:26.155Z | [ host-image] May 27 02:25:25.193 INFO O| May 27 02:25:25.193 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10070 | 2026-05-27T02:25:26.161Z | [ host-image] May 27 02:25:25.200 INFO O| May 27 02:25:25.200 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml" |
| 10071 | 2026-05-27T02:25:26.161Z | [ host-image] May 27 02:25:25.200 INFO O| May 27 02:25:25.200 INFO STEP 161 (remove_files) COMPLETE |
| 10072 | 2026-05-27T02:25:26.161Z | [ host-image] May 27 02:25:25.200 INFO O| May 27 02:25:25.200 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10073 | 2026-05-27T02:25:26.167Z | [ host-image] May 27 02:25:25.206 INFO O| May 27 02:25:25.205 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
| 10074 | 2026-05-27T02:25:26.167Z | [ host-image] May 27 02:25:25.206 INFO O| May 27 02:25:25.206 INFO STEP 162 (remove_files) COMPLETE |
| 10075 | 2026-05-27T02:25:26.170Z | [ host-image] May 27 02:25:25.206 INFO O| May 27 02:25:25.206 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10076 | 2026-05-27T02:25:26.173Z | [ host-image] May 27 02:25:25.211 INFO O| May 27 02:25:25.211 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
| 10077 | 2026-05-27T02:25:26.173Z | [ host-image] May 27 02:25:25.211 INFO O| May 27 02:25:25.211 INFO STEP 163 (remove_files) COMPLETE |
| 10078 | 2026-05-27T02:25:26.173Z | [ host-image] May 27 02:25:25.211 INFO O| May 27 02:25:25.211 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10079 | 2026-05-27T02:25:26.178Z | [ host-image] May 27 02:25:25.216 INFO O| May 27 02:25:25.216 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml" |
| 10080 | 2026-05-27T02:25:26.183Z | [ host-image] May 27 02:25:25.216 INFO O| May 27 02:25:25.216 INFO STEP 164 (remove_files) COMPLETE |
| 10081 | 2026-05-27T02:25:26.183Z | [ host-image] May 27 02:25:25.216 INFO O| May 27 02:25:25.216 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10082 | 2026-05-27T02:25:26.186Z | [ host-image] May 27 02:25:25.223 INFO O| May 27 02:25:25.223 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
| 10083 | 2026-05-27T02:25:26.186Z | [ host-image] May 27 02:25:25.223 INFO O| May 27 02:25:25.223 INFO STEP 165 (remove_files) COMPLETE |
| 10084 | 2026-05-27T02:25:26.186Z | [ host-image] May 27 02:25:25.223 INFO O| May 27 02:25:25.223 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10085 | 2026-05-27T02:25:26.191Z | [ host-image] May 27 02:25:25.229 INFO O| May 27 02:25:25.229 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
| 10086 | 2026-05-27T02:25:26.191Z | [ host-image] May 27 02:25:25.229 INFO O| May 27 02:25:25.229 INFO STEP 166 (remove_files) COMPLETE |
| 10087 | 2026-05-27T02:25:26.194Z | [ host-image] May 27 02:25:25.229 INFO O| May 27 02:25:25.229 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10088 | 2026-05-27T02:25:26.197Z | [ host-image] May 27 02:25:25.235 INFO O| May 27 02:25:25.235 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
| 10089 | 2026-05-27T02:25:26.197Z | [ host-image] May 27 02:25:25.235 INFO O| May 27 02:25:25.235 INFO STEP 167 (remove_files) COMPLETE |
| 10090 | 2026-05-27T02:25:26.197Z | [ host-image] May 27 02:25:25.235 INFO O| May 27 02:25:25.235 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10091 | 2026-05-27T02:25:26.202Z | [ host-image] May 27 02:25:25.240 INFO O| May 27 02:25:25.240 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat" |
| 10092 | 2026-05-27T02:25:26.202Z | [ host-image] May 27 02:25:25.240 INFO O| May 27 02:25:25.240 INFO STEP 168 (remove_files) COMPLETE |
| 10093 | 2026-05-27T02:25:26.205Z | [ host-image] May 27 02:25:25.240 INFO O| May 27 02:25:25.240 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10094 | 2026-05-27T02:25:26.209Z | [ host-image] May 27 02:25:25.247 INFO O| May 27 02:25:25.247 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
| 10095 | 2026-05-27T02:25:26.209Z | [ host-image] May 27 02:25:25.247 INFO O| May 27 02:25:25.247 INFO STEP 169 (remove_files) COMPLETE |
| 10096 | 2026-05-27T02:25:26.213Z | [ host-image] May 27 02:25:25.247 INFO O| May 27 02:25:25.247 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10097 | 2026-05-27T02:25:26.216Z | [ host-image] May 27 02:25:25.252 INFO O| May 27 02:25:25.252 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml" |
| 10098 | 2026-05-27T02:25:26.216Z | [ host-image] May 27 02:25:25.252 INFO O| May 27 02:25:25.252 INFO STEP 170 (remove_files) COMPLETE |
| 10099 | 2026-05-27T02:25:26.216Z | [ host-image] May 27 02:25:25.252 INFO O| May 27 02:25:25.252 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10100 | 2026-05-27T02:25:26.219Z | [ host-image] May 27 02:25:25.258 INFO O| May 27 02:25:25.258 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml" |
| 10101 | 2026-05-27T02:25:26.219Z | [ host-image] May 27 02:25:25.258 INFO O| May 27 02:25:25.258 INFO STEP 171 (remove_files) COMPLETE |
| 10102 | 2026-05-27T02:25:26.219Z | [ host-image] May 27 02:25:25.258 INFO O| May 27 02:25:25.258 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10103 | 2026-05-27T02:25:26.225Z | [ host-image] May 27 02:25:25.263 INFO O| May 27 02:25:25.263 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
| 10104 | 2026-05-27T02:25:26.229Z | [ host-image] May 27 02:25:25.263 INFO O| May 27 02:25:25.263 INFO STEP 172 (remove_files) COMPLETE |
| 10105 | 2026-05-27T02:25:26.229Z | [ host-image] May 27 02:25:25.263 INFO O| May 27 02:25:25.263 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10106 | 2026-05-27T02:25:26.231Z | [ host-image] May 27 02:25:25.268 INFO O| May 27 02:25:25.268 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml" |
| 10107 | 2026-05-27T02:25:26.231Z | [ host-image] May 27 02:25:25.268 INFO O| May 27 02:25:25.268 INFO STEP 173 (remove_files) COMPLETE |
| 10108 | 2026-05-27T02:25:26.231Z | [ host-image] May 27 02:25:25.268 INFO O| May 27 02:25:25.268 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10109 | 2026-05-27T02:25:26.236Z | [ host-image] May 27 02:25:25.275 INFO O| May 27 02:25:25.275 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml" |
| 10110 | 2026-05-27T02:25:26.237Z | [ host-image] May 27 02:25:25.275 INFO O| May 27 02:25:25.275 INFO STEP 174 (remove_files) COMPLETE |
| 10111 | 2026-05-27T02:25:26.239Z | [ host-image] May 27 02:25:25.275 INFO O| May 27 02:25:25.275 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10112 | 2026-05-27T02:25:26.244Z | [ host-image] May 27 02:25:25.281 INFO O| May 27 02:25:25.281 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml" |
| 10113 | 2026-05-27T02:25:26.244Z | [ host-image] May 27 02:25:25.281 INFO O| May 27 02:25:25.281 INFO STEP 175 (remove_files) COMPLETE |
| 10114 | 2026-05-27T02:25:26.244Z | [ host-image] May 27 02:25:25.281 INFO O| May 27 02:25:25.281 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10115 | 2026-05-27T02:25:26.250Z | [ host-image] May 27 02:25:25.289 INFO O| May 27 02:25:25.289 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal |
| 10116 | 2026-05-27T02:25:26.250Z | [ host-image] May 27 02:25:25.289 INFO O| May 27 02:25:25.289 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"} |
| 10117 | 2026-05-27T02:25:29.624Z | [ host-image] May 27 02:25:28.661 INFO O| May 27 02:25:28.661 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 |
| 10118 | 2026-05-27T02:25:29.624Z | [ host-image] May 27 02:25:28.661 INFO O| May 27 02:25:28.661 INFO E| svccfg: Loaded 79 smf(7) service descriptions |
| 10119 | 2026-05-27T02:25:29.634Z | [ host-image] May 27 02:25:28.672 INFO O| May 27 02:25:28.672 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
| 10120 | 2026-05-27T02:25:29.731Z | [ host-image] May 27 02:25:28.767 INFO O| May 27 02:25:28.767 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"} |
| 10121 | 2026-05-27T02:25:29.782Z | [ host-image] May 27 02:25:28.819 INFO O| May 27 02:25:28.819 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"} |
| 10122 | 2026-05-27T02:25:29.840Z | [ host-image] May 27 02:25:28.877 INFO O| May 27 02:25:28.877 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist |
| 10123 | 2026-05-27T02:25:29.843Z | [ host-image] May 27 02:25:28.877 INFO O| May 27 02:25:28.877 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ... |
| 10124 | 2026-05-27T02:25:29.910Z | [ host-image] May 27 02:25:28.947 INFO O| May 27 02:25:28.947 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db |
| 10125 | 2026-05-27T02:25:29.910Z | [ host-image] May 27 02:25:28.947 INFO O| May 27 02:25:28.947 INFO ok! |
| 10126 | 2026-05-27T02:25:29.910Z | [ host-image] May 27 02:25:28.947 INFO O| May 27 02:25:28.947 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing |
| 10127 | 2026-05-27T02:25:29.910Z | [ host-image] May 27 02:25:28.947 INFO O| May 27 02:25:28.947 INFO STEP 176 (seed_smf) COMPLETE |
| 10128 | 2026-05-27T02:25:29.914Z | [ host-image] May 27 02:25:28.947 INFO O| May 27 02:25:28.947 INFO steps complete; finalising image! |
| 10129 | 2026-05-27T02:25:29.914Z | [ host-image] May 27 02:25:28.947 INFO O| May 27 02:25:28.947 INFO TRIM POOL: TEMPORARY-sled-zfs |
| 10130 | 2026-05-27T02:25:29.955Z | [ host-image] May 27 02:25:28.993 INFO O| May 27 02:25:28.993 INFO trim TEMPORARY-sled-zfs: (2% trimmed, started at Wed May 27 02:25:28 2026) |
| 10131 | 2026-05-27T02:25:30.169Z | [ host-image] May 27 02:25:29.206 INFO O| May 27 02:25:29.206 INFO temporary pool has 853M used, 43.3M avail, 1.80x compressratio |
| 10132 | 2026-05-27T02:25:30.169Z | [ host-image] May 27 02:25:29.206 INFO O| May 27 02:25:29.206 INFO EXPORT POOL: TEMPORARY-sled-zfs |
| 10133 | 2026-05-27T02:25:30.469Z | [ host-image] May 27 02:25:29.507 INFO O| May 27 02:25:29.506 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw |
| 10134 | 2026-05-27T02:25:30.469Z | [ host-image] May 27 02:25:29.507 INFO O| May 27 02:25:29.507 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal |
| 10135 | 2026-05-27T02:25:31.114Z | [ host-image] May 27 02:25:30.151 INFO O| May 27 02:25:30.151 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw |
| 10136 | 2026-05-27T02:25:31.114Z | [ host-image] May 27 02:25:30.151 INFO O| May 27 02:25:30.151 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw |
| 10137 | 2026-05-27T02:25:31.117Z | [ host-image] May 27 02:25:30.151 INFO O| May 27 02:25:30.151 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw |
| 10138 | 2026-05-27T02:25:31.117Z | [ host-image] May 27 02:25:30.151 INFO O| May 27 02:25:30.151 INFO completed processing sled/zfs |
| 10139 | 2026-05-27T02:25:31.117Z | [ host-image] May 27 02:25:30.151 INFO O| May 27 02:25:30.151 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs |
| 10140 | 2026-05-27T02:25:43.768Z | [ host-image] May 27 02:25:42.805 INFO O| May 27 02:25:42.805 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs |
| 10141 | 2026-05-27T02:25:43.856Z | [ host-image] May 27 02:25:42.892 INFO BUILD STRING "heads/stlouis-0-gcd594ac243\n" |
| 10142 | 2026-05-27T02:25:43.856Z | [ host-image] May 27 02:25:42.892 INFO expanded image name: "ci 61f3025/${os_short_commit} 2026-05-27 02:10" -> "ci 61f3025/cd594ac 2026-05-27 02:10" |
| 10143 | 2026-05-27T02:25:43.856Z | [ host-image] May 27 02:25:42.892 INFO output artefacts stored in: "/work/os-host" |
| 10144 | 2026-05-27T02:25:43.860Z | [ host-image] May 27 02:25:42.892 INFO collecting git info from project "pinprick"... |
| 10145 | 2026-05-27T02:25:43.860Z | [ host-image] May 27 02:25:42.897 INFO collecting git info from project "chelsio-t6-roms"... |
| 10146 | 2026-05-27T02:25:43.863Z | [ host-image] May 27 02:25:42.901 INFO collecting git info from project "pilot"... |
| 10147 | 2026-05-27T02:25:43.867Z | [ host-image] May 27 02:25:42.905 INFO collecting git info from project "dmar-report"... |
| 10148 | 2026-05-27T02:25:43.870Z | [ host-image] May 27 02:25:42.908 INFO collecting git info from project "amd-host-image-builder"... |
| 10149 | 2026-05-27T02:25:43.874Z | [ host-image] May 27 02:25:42.912 INFO collecting git info from project "image-builder"... |
| 10150 | 2026-05-27T02:25:43.878Z | [ host-image] May 27 02:25:42.916 INFO collecting git info from project "phbl"... |
| 10151 | 2026-05-27T02:25:43.881Z | [ host-image] May 27 02:25:42.919 INFO collecting git info from project "amd-firmware"... |
| 10152 | 2026-05-27T02:25:43.953Z | [ host-image] May 27 02:25:42.927 INFO collecting git info from project "bootserver"... |
| 10153 | 2026-05-27T02:25:43.953Z | [ host-image] May 27 02:25:42.931 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
| 10154 | 2026-05-27T02:25:44.175Z | [ host-image] May 27 02:25:43.212 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
| 10155 | 2026-05-27T02:25:44.435Z | [ host-image] May 27 02:25:43.473 INFO creating Oxide boot image... |
| 10156 | 2026-05-27T02:25:44.439Z | [ host-image] May 27 02:25:43.473 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 61f3025/cd594ac 2026-05-27 02:10", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
| 10157 | 2026-05-27T02:25:45.114Z | [ host-image] May 27 02:25:44.152 INFO O| ok, image written! |
| 10158 | 2026-05-27T02:25:45.114Z | [ host-image] May 27 02:25:44.152 INFO O| ok, boot_image_csum file written! |
| 10159 | 2026-05-27T02:25:45.118Z | [ host-image] May 27 02:25:44.154 INFO creating boot archive (CPIO)... |
| 10160 | 2026-05-27T02:25:45.118Z | [ host-image] May 27 02:25:44.154 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/host/work/sled/ramdisk", "/work/os-host/cpio", "/work/oxidecomputer/helios/tmp/image.host"], pwd: None |
| 10161 | 2026-05-27T02:25:45.121Z | [ host-image] May 27 02:25:44.158 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk |
| 10162 | 2026-05-27T02:25:45.121Z | [ host-image] May 27 02:25:44.158 INFO E| + outfile=/work/os-host/cpio |
| 10163 | 2026-05-27T02:25:45.121Z | [ host-image] May 27 02:25:44.158 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
| 10164 | 2026-05-27T02:25:45.124Z | [ host-image] May 27 02:25:44.160 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk |
| 10165 | 2026-05-27T02:25:45.124Z | [ host-image] May 27 02:25:44.160 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
| 10166 | 2026-05-27T02:25:45.146Z | [ host-image] May 27 02:25:44.183 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
| 10167 | 2026-05-27T02:25:45.149Z | [ host-image] May 27 02:25:44.184 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
| 10168 | 2026-05-27T02:25:45.152Z | [ host-image] May 27 02:25:44.189 INFO creating compressed cpio/unix for dev loaders... |
| 10169 | 2026-05-27T02:25:45.152Z | [ host-image] May 27 02:25:44.189 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 |
| 10170 | 2026-05-27T02:25:45.369Z | [ host-image] May 27 02:25:44.405 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None |
| 10171 | 2026-05-27T02:25:48.554Z | [ host-image] May 27 02:25:47.591 INFO creating reset image... |
| 10172 | 2026-05-27T02:25:48.554Z | [ host-image] May 27 02:25:47.591 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl" |
| 10173 | 2026-05-27T02:25:51.479Z | [ recovery-image] May 27 02:25:50.516 INFO O| ok, image written! |
| 10174 | 2026-05-27T02:25:51.479Z | [ recovery-image] May 27 02:25:50.516 INFO O| ok, boot_image_csum file written! |
| 10175 | 2026-05-27T02:25:51.482Z | [ recovery-image] May 27 02:25:50.518 INFO creating boot archive (CPIO)... |
| 10176 | 2026-05-27T02:25:51.482Z | [ recovery-image] May 27 02:25:50.518 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 |
| 10177 | 2026-05-27T02:25:51.485Z | [ recovery-image] May 27 02:25:50.522 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk |
| 10178 | 2026-05-27T02:25:51.485Z | [ recovery-image] May 27 02:25:50.522 INFO E| + outfile=/work/os-recovery/cpio |
| 10179 | 2026-05-27T02:25:51.485Z | [ recovery-image] May 27 02:25:50.522 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
| 10180 | 2026-05-27T02:25:51.486Z | [ recovery-image] May 27 02:25:50.523 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk |
| 10181 | 2026-05-27T02:25:51.486Z | [ recovery-image] May 27 02:25:50.524 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
| 10182 | 2026-05-27T02:25:51.509Z | [ recovery-image] May 27 02:25:50.547 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
| 10183 | 2026-05-27T02:25:51.512Z | [ recovery-image] May 27 02:25:50.547 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
| 10184 | 2026-05-27T02:25:51.515Z | [ recovery-image] May 27 02:25:50.552 INFO creating compressed cpio/unix for dev loaders... |
| 10185 | 2026-05-27T02:25:51.515Z | [ recovery-image] May 27 02:25:50.552 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 |
| 10186 | 2026-05-27T02:25:51.739Z | [ recovery-image] May 27 02:25:50.776 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None |
| 10187 | 2026-05-27T02:25:54.936Z | [ recovery-image] May 27 02:25:53.974 INFO creating reset image... |
| 10188 | 2026-05-27T02:25:54.936Z | [ recovery-image] May 27 02:25:53.974 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl" |
| 10189 | 2026-05-27T02:25:55.818Z | [ host-image] May 27 02:25:54.855 INFO installing rust toolchain for "/work/oxidecomputer/helios/projects/phbl"... |
| 10190 | 2026-05-27T02:25:55.818Z | [ host-image] May 27 02:25:54.856 INFO exec: ["rustup", "toolchain", "install"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
| 10191 | 2026-05-27T02:25:55.825Z | [ host-image] May 27 02:25:54.862 INFO E| info: using existing install for nightly-2026-04-17-x86_64-unknown-illumos |
| 10192 | 2026-05-27T02:25:55.828Z | [ host-image] May 27 02:25:54.863 INFO E| info: syncing channel updates for nightly-2026-04-17-x86_64-unknown-illumos |
| 10193 | 2026-05-27T02:25:55.987Z | [ host-image] May 27 02:25:55.025 INFO E| info: latest update on 2026-04-17 for version 1.97.0-nightly (7af3402cd 2026-04-16) |
| 10194 | 2026-05-27T02:25:55.991Z | [ host-image] May 27 02:25:55.026 INFO E| info: recovering from a partially installed toolchain |
| 10195 | 2026-05-27T02:25:55.991Z | [ host-image] May 27 02:25:55.026 INFO E| info: removing previous version of component rustc |
| 10196 | 2026-05-27T02:25:55.991Z | [ host-image] May 27 02:25:55.026 INFO E| info: removing previous version of component cargo |
| 10197 | 2026-05-27T02:25:55.991Z | [ host-image] May 27 02:25:55.026 INFO E| info: removing previous version of component rust-std |
| 10198 | 2026-05-27T02:25:55.991Z | [ host-image] May 27 02:25:55.026 INFO E| info: removing previous version of component rust-docs |
| 10199 | 2026-05-27T02:25:55.991Z | [ host-image] May 27 02:25:55.026 INFO E| info: removing previous version of component rustfmt |
| 10200 | 2026-05-27T02:25:55.991Z | [ host-image] May 27 02:25:55.026 INFO E| info: removing previous version of component clippy |
| 10201 | 2026-05-27T02:25:55.991Z | [ host-image] May 27 02:25:55.026 INFO E| info: downloading 10 components |
| 10202 | 2026-05-27T02:25:57.854Z | [ host-image] May 27 02:25:56.891 INFO E| error: component download failed for rust-std-x86_64-unknown-illumos: could not rename 'downloaded' file from '/home/build/.rustup/downloads/7f28ae650a63127fd010d4a7d106aaddcf6a8e15ed9ab50022d1e56bb916d3b4.partial' to '/home/build/.rustup/downloads/7f28ae650a63127fd010d4a7d106aaddcf6a8e15ed9ab50022d1e56bb916d3b4': No such file or directory (os error 2): No such file or directory (os error 2) |
| 10203 | 2026-05-27T02:25:57.936Z | [ host-image] Error: exec ["rustup", "toolchain", "install"]: failed ExitStatus(unix_wait_status(256)) |
| 10204 | 2026-05-27T02:25:57.939Z | [ host-image] |
| 10205 | 2026-05-27T02:25:57.939Z | [ host-image] real 5:05.132248246 |
| 10206 | 2026-05-27T02:25:57.940Z | [ host-image] user 1:41.671145690 |
| 10207 | 2026-05-27T02:25:57.940Z | [ host-image] sys 29.873647060 |
| 10208 | 2026-05-27T02:25:57.940Z | [ host-image] trap 0.054598559 |
| 10209 | 2026-05-27T02:25:57.940Z | [ host-image] tflt 0.000487440 |
| 10210 | 2026-05-27T02:25:57.940Z | [ host-image] dflt 0.003180782 |
| 10211 | 2026-05-27T02:25:57.940Z | [ host-image] kflt 0.000089600 |
| 10212 | 2026-05-27T02:25:57.940Z | [ host-image] lock 8:18.523731140 |
| 10213 | 2026-05-27T02:25:57.940Z | [ host-image] slp 28:55.876952494 |
| 10214 | 2026-05-27T02:25:57.940Z | [ host-image] lat 39.659393929 |
| 10215 | 2026-05-27T02:25:57.940Z | [ host-image] stop 0.043666921 |
| 10216 | 2026-05-27T02:25:57.943Z | May 27 02:25:56.977 ERRO [host-image] process exited with exit status: 1 (305.137202581s) |
| 10217 | 2026-05-27T02:25:58.079Z | Error: command `IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.40.479' -P /tmp/.tmpG0N9od/proto/host/root -N 'ci 61f3025/${os_short_commit} 2026-05-27 02:10' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'` exited with exit status: 1 |
| 10218 | 2026-05-27T02:25:58.110Z | process exited: duration 1149170 ms, exit code 1 |
| |
| 10219 | 2026-05-27T02:25:58.122Z | found 38 output files |
| 10220 | 2026-05-27T02:25:58.122Z | uploading: /work/helios.json (647 bytes) |
| 10221 | 2026-05-27T02:25:59.140Z | uploaded: /work/helios.json |
| 10222 | 2026-05-27T02:25:59.140Z | uploading: /work/incorporation.p5m (113249 bytes) |
| 10223 | 2026-05-27T02:26:00.159Z | uploaded: /work/incorporation.p5m |
| 10224 | 2026-05-27T02:26:00.160Z | uploading: /work/incorporation.p5p (133120 bytes) |
| 10225 | 2026-05-27T02:26:01.175Z | uploaded: /work/incorporation.p5p |
| 10226 | 2026-05-27T02:26:01.176Z | uploading: /work/helios-incorp.log (522 bytes) |
| 10227 | 2026-05-27T02:26:02.185Z | uploaded: /work/helios-incorp.log |
| 10228 | 2026-05-27T02:26:02.185Z | uploading: /work/helios-setup.log (56151 bytes) |
| 10229 | 2026-05-27T02:26:03.198Z | uploaded: /work/helios-setup.log |
| 10230 | 2026-05-27T02:26:03.201Z | uploading: /work/host-image.log (214232 bytes) |
| 10231 | 2026-05-27T02:26:04.213Z | uploaded: /work/host-image.log |
| 10232 | 2026-05-27T02:26:04.214Z | uploading: /work/host-package.log (34484 bytes) |
| 10233 | 2026-05-27T02:26:05.225Z | uploaded: /work/host-package.log |
| 10234 | 2026-05-27T02:26:05.225Z | uploading: /work/host-target.log (101 bytes) |
| 10235 | 2026-05-27T02:26:06.237Z | uploaded: /work/host-target.log |
| 10236 | 2026-05-27T02:26:06.237Z | uploading: /work/incorp-create.log (0 bytes) |
| 10237 | 2026-05-27T02:26:07.245Z | uploaded: /work/incorp-create.log |
| 10238 | 2026-05-27T02:26:07.245Z | uploading: /work/incorp-fmt.log (0 bytes) |
| 10239 | 2026-05-27T02:26:08.253Z | uploaded: /work/incorp-fmt.log |
| 10240 | 2026-05-27T02:26:08.256Z | uploading: /work/incorp-pkgsend.log (108 bytes) |
| 10241 | 2026-05-27T02:26:09.264Z | uploaded: /work/incorp-pkgsend.log |
| 10242 | 2026-05-27T02:26:09.264Z | uploading: /work/incorp-publisher.log (0 bytes) |
| 10243 | 2026-05-27T02:26:10.272Z | uploaded: /work/incorp-publisher.log |
| 10244 | 2026-05-27T02:26:10.272Z | uploading: /work/omicron-package.log (9267 bytes) |
| 10245 | 2026-05-27T02:26:11.284Z | uploaded: /work/omicron-package.log |
| 10246 | 2026-05-27T02:26:11.284Z | uploading: /work/recovery-image.log (560898 bytes) |
| 10247 | 2026-05-27T02:26:12.308Z | uploaded: /work/recovery-image.log |
| 10248 | 2026-05-27T02:26:12.308Z | uploading: /work/recovery-package.log (2545 bytes) |
| 10249 | 2026-05-27T02:26:13.318Z | uploaded: /work/recovery-package.log |
| 10250 | 2026-05-27T02:26:13.318Z | uploading: /work/recovery-target.log (98 bytes) |
| 10251 | 2026-05-27T02:26:14.328Z | uploaded: /work/recovery-target.log |
| 10252 | 2026-05-27T02:26:14.328Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
| 10253 | 2026-05-27T02:26:15.339Z | uploaded: /work/stamp-clickhouse.log |
| 10254 | 2026-05-27T02:26:15.339Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
| 10255 | 2026-05-27T02:26:16.350Z | uploaded: /work/stamp-clickhouse_keeper.log |
| 10256 | 2026-05-27T02:26:16.350Z | uploading: /work/stamp-clickhouse_server.log (124 bytes) |
| 10257 | 2026-05-27T02:26:17.360Z | uploaded: /work/stamp-clickhouse_server.log |
| 10258 | 2026-05-27T02:26:17.360Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
| 10259 | 2026-05-27T02:26:18.371Z | uploaded: /work/stamp-cockroachdb.log |
| 10260 | 2026-05-27T02:26:18.371Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
| 10261 | 2026-05-27T02:26:19.380Z | uploaded: /work/stamp-crucible-pantry-zone.log |
| 10262 | 2026-05-27T02:26:19.380Z | uploading: /work/stamp-crucible-utils.log (118 bytes) |
| 10263 | 2026-05-27T02:26:20.393Z | uploaded: /work/stamp-crucible-utils.log |
| 10264 | 2026-05-27T02:26:20.393Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
| 10265 | 2026-05-27T02:26:21.405Z | uploaded: /work/stamp-crucible-zone.log |
| 10266 | 2026-05-27T02:26:21.405Z | uploading: /work/stamp-external-dns.log (119 bytes) |
| 10267 | 2026-05-27T02:26:22.413Z | uploaded: /work/stamp-external-dns.log |
| 10268 | 2026-05-27T02:26:22.413Z | uploading: /work/stamp-installinator.log (103 bytes) |
| 10269 | 2026-05-27T02:26:23.423Z | uploaded: /work/stamp-installinator.log |
| 10270 | 2026-05-27T02:26:23.423Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
| 10271 | 2026-05-27T02:26:24.433Z | uploaded: /work/stamp-internal-dns.log |
| 10272 | 2026-05-27T02:26:24.433Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
| 10273 | 2026-05-27T02:26:25.444Z | uploaded: /work/stamp-mg-ddm-gz.log |
| 10274 | 2026-05-27T02:26:25.444Z | uploading: /work/stamp-nexus.log (112 bytes) |
| 10275 | 2026-05-27T02:26:26.455Z | uploaded: /work/stamp-nexus.log |
| 10276 | 2026-05-27T02:26:26.455Z | uploading: /work/stamp-ntp.log (110 bytes) |
| 10277 | 2026-05-27T02:26:27.467Z | uploaded: /work/stamp-ntp.log |
| 10278 | 2026-05-27T02:26:27.467Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
| 10279 | 2026-05-27T02:26:28.482Z | uploaded: /work/stamp-omicron-sled-agent.log |
| 10280 | 2026-05-27T02:26:28.482Z | uploading: /work/stamp-overlay.log (114 bytes) |
| 10281 | 2026-05-27T02:26:29.492Z | uploaded: /work/stamp-overlay.log |
| 10282 | 2026-05-27T02:26:29.492Z | uploading: /work/stamp-oximeter.log (115 bytes) |
| 10283 | 2026-05-27T02:26:30.501Z | uploaded: /work/stamp-oximeter.log |
| 10284 | 2026-05-27T02:26:30.502Z | uploading: /work/stamp-oxlog.log (109 bytes) |
| 10285 | 2026-05-27T02:26:31.511Z | uploaded: /work/stamp-oxlog.log |
| 10286 | 2026-05-27T02:26:31.511Z | uploading: /work/stamp-probe.log (112 bytes) |
| 10287 | 2026-05-27T02:26:32.526Z | uploaded: /work/stamp-probe.log |
| 10288 | 2026-05-27T02:26:32.526Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
| 10289 | 2026-05-27T02:26:33.535Z | uploaded: /work/stamp-propolis-server.log |
| 10290 | 2026-05-27T02:26:33.538Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
| 10291 | 2026-05-27T02:26:34.547Z | uploaded: /work/stamp-pumpkind-gz.log |
| 10292 | 2026-05-27T02:26:34.547Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
| 10293 | 2026-05-27T02:26:35.557Z | uploaded: /work/stamp-switch-asic.log |
| 10294 | 2026-05-27T02:26:35.560Z | uploading: /work/verify-libraries.log (13956 bytes) |
| 10295 | 2026-05-27T02:26:36.569Z | uploaded: /work/verify-libraries.log |
| 10296 | 2026-05-27T02:26:36.569Z | upload error: rule "/work/manifest.toml" required a match, but was not used |
| 10297 | 2026-05-27T02:26:36.569Z | upload error: rule "/work/repo.zip" required a match, but was not used |
| 10298 | 2026-05-27T02:26:36.569Z | upload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used |